text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto">Log:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="21:31:08 test_proper_exit (__main__.TestDataLoader) 21:31:08 There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... Traceback (most recent call last): 21:31:10 File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt; 21:31:10 File &quot;C:\Jenkins\Miniconda3\lib\multiprocessing\spawn.py&quot;, line 105, in spawn_main 21:31:10 exitcode = _main(fd) 21:31:10 File &quot;C:\Jenkins\Miniconda3\lib\multiprocessing\spawn.py&quot;, line 115, in _main 21:31:10 self = reduction.pickle.load(from_parent) 21:31:10 File &quot;C:\Jenkins\Miniconda3\lib\multiprocessing\connection.py&quot;, line 942, in rebuild_pipe_connection 21:31:10 handle = dh.detach() 21:31:10 File &quot;C:\Jenkins\Miniconda3\lib\multiprocessing\reduction.py&quot;, line 129, in detach 21:31:10 self._access, False, _winapi.DUPLICATE_CLOSE_SOURCE) 21:31:10 PermissionError: [WinError 5] Access is denied 21:31:25 FAIL 21:32:15 ====================================================================== 21:32:15 FAIL: test_proper_exit (__main__.TestDataLoader) 21:32:15 There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore 21:32:15 ---------------------------------------------------------------------- 21:32:15 Traceback (most recent call last): 21:32:15 File &quot;C:\Jenkins\workspace\pytorch-builds\pytorch-win-ws2016-cuda9-cudnn7-py3-test2\test\common_utils.py&quot;, line 117, in wrapper 21:32:15 fn(*args, **kwargs) 21:32:15 File &quot;test_dataloader.py&quot;, line 726, in test_proper_exit 21:32:15 self.assertTrue(setup_event.is_set(), 'loader process setup timed out') 21:32:15 AssertionError: False is not true : loader process setup timed out 21:32:15 21:32:15 ----------------------------------------------------------------------"><pre class="notranslate"><code class="notranslate">21:31:08 test_proper_exit (__main__.TestDataLoader) 21:31:08 There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... Traceback (most recent call last): 21:31:10 File "&lt;string&gt;", line 1, in &lt;module&gt; 21:31:10 File "C:\Jenkins\Miniconda3\lib\multiprocessing\spawn.py", line 105, in spawn_main 21:31:10 exitcode = _main(fd) 21:31:10 File "C:\Jenkins\Miniconda3\lib\multiprocessing\spawn.py", line 115, in _main 21:31:10 self = reduction.pickle.load(from_parent) 21:31:10 File "C:\Jenkins\Miniconda3\lib\multiprocessing\connection.py", line 942, in rebuild_pipe_connection 21:31:10 handle = dh.detach() 21:31:10 File "C:\Jenkins\Miniconda3\lib\multiprocessing\reduction.py", line 129, in detach 21:31:10 self._access, False, _winapi.DUPLICATE_CLOSE_SOURCE) 21:31:10 PermissionError: [WinError 5] Access is denied 21:31:25 FAIL 21:32:15 ====================================================================== 21:32:15 FAIL: test_proper_exit (__main__.TestDataLoader) 21:32:15 There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore 21:32:15 ---------------------------------------------------------------------- 21:32:15 Traceback (most recent call last): 21:32:15 File "C:\Jenkins\workspace\pytorch-builds\pytorch-win-ws2016-cuda9-cudnn7-py3-test2\test\common_utils.py", line 117, in wrapper 21:32:15 fn(*args, **kwargs) 21:32:15 File "test_dataloader.py", line 726, in test_proper_exit 21:32:15 self.assertTrue(setup_event.is_set(), 'loader process setup timed out') 21:32:15 AssertionError: False is not true : loader process setup timed out 21:32:15 21:32:15 ---------------------------------------------------------------------- </code></pre></div> <p dir="auto">Context: <a href="https://ci.pytorch.org/jenkins/job/pytorch-builds/job/pytorch-win-ws2016-cuda9-cudnn7-py3-test2/16532/console" rel="nofollow">https://ci.pytorch.org/jenkins/job/pytorch-builds/job/pytorch-win-ws2016-cuda9-cudnn7-py3-test2/16532/console</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="385426715" data-permission-text="Title is private" data-url="https://github.com/pytorch/pytorch/issues/14490" data-hovercard-type="pull_request" data-hovercard-url="/pytorch/pytorch/pull/14490/hovercard" href="https://github.com/pytorch/pytorch/pull/14490">#14490</a></p>
<h2 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature</h2> <p dir="auto">When I try to load a plugin library built with 2 cpp file,</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="torch.ops.load_library(&quot;libtorch_plugins.so&quot;)"><pre class="notranslate"><span class="pl-s1">torch</span>.<span class="pl-s1">ops</span>.<span class="pl-en">load_library</span>(<span class="pl-s">"libtorch_plugins.so"</span>)</pre></div> <p dir="auto">I got the following error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Only a single TORCH_LIBRARY can be used to register the namespace decode; please put all of your definitions in a single TORCH_LIBRARY block. If you were trying to specify implementations, consider using TORCH_LIBRARY_IMPL (which can be duplicated). Previous registration of TORCH_LIBRARY was registered at /home/cloudhan/workspaces/torch_plugins/src/readjpeg_cpu.cpp:146; latest registration was registered at /home/cloudhan/workspaces/torch_plugins/src/readpng_cpu.cpp:87"><pre class="notranslate"><code class="notranslate">Only a single TORCH_LIBRARY can be used to register the namespace decode; please put all of your definitions in a single TORCH_LIBRARY block. If you were trying to specify implementations, consider using TORCH_LIBRARY_IMPL (which can be duplicated). Previous registration of TORCH_LIBRARY was registered at /home/cloudhan/workspaces/torch_plugins/src/readjpeg_cpu.cpp:146; latest registration was registered at /home/cloudhan/workspaces/torch_plugins/src/readpng_cpu.cpp:87 </code></pre></div> <h2 dir="auto">Motivation</h2> <p dir="auto">Currently, the only valid way to build a plugin library is to collect all op registration into one translation unit.<br> That is</p> <div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// file foo.cpp // define op foo"><pre class="notranslate"><span class="pl-c"><span class="pl-c">//</span> file foo.cpp</span> <span class="pl-c"><span class="pl-c">//</span> define op foo</span></pre></div> <div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// file bar.cpp // define op bar"><pre class="notranslate"><span class="pl-c"><span class="pl-c">//</span> file bar.cpp</span> <span class="pl-c"><span class="pl-c">//</span> define op bar</span></pre></div> <div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// registration.cpp #include &quot;foo.h&quot; #include &quot;bar.h&quot; // register ops foo and bar "><pre class="notranslate"><span class="pl-c"><span class="pl-c">//</span> registration.cpp</span> #<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">"</span>foo.h<span class="pl-pds">"</span></span> #<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">"</span>bar.h<span class="pl-pds">"</span></span> <span class="pl-c"><span class="pl-c">//</span> register ops foo and bar </span></pre></div> <p dir="auto">In this way, it is hard to maintain flexible extension op set. Since to add a new op, you need to directly modify <code class="notranslate">registration.cpp</code><br> To remove unneeded ops, you also need to modify <code class="notranslate">registration.cpp</code></p> <p dir="auto">If distributed registration is supported, all I need is</p> <div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// file foo.cpp // define op foo // register op foo"><pre class="notranslate"><span class="pl-c"><span class="pl-c">//</span> file foo.cpp</span> <span class="pl-c"><span class="pl-c">//</span> define op foo</span> <span class="pl-c"><span class="pl-c">//</span> register op foo</span></pre></div> <div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// file bar.cpp // define op bar // register op bar "><pre class="notranslate"><span class="pl-c"><span class="pl-c">//</span> file bar.cpp</span> <span class="pl-c"><span class="pl-c">//</span> define op bar</span> <span class="pl-c"><span class="pl-c">//</span> register op bar </span></pre></div> <p dir="auto">Simply control which cpp file to be compiled and linked, I can now control the registration easier.</p> <p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/yf225/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/yf225">@yf225</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/glaringlee/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/glaringlee">@glaringlee</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ezyang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ezyang">@ezyang</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bhosmer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bhosmer">@bhosmer</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/smessmer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/smessmer">@smessmer</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ljk53/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ljk53">@ljk53</a></p>
0
<p dir="auto">Hi,</p> <p dir="auto">There was a hot discussion in the Gitter chat and there is <a href="http://forum.vuejs.org/topic/3896/i-m-going-to-miss-filters-in-vue-2-0" rel="nofollow">a nice post on the forum</a> about people missing the <code class="notranslate">filter</code> feature in 2.0 and it actually being a no-go to upgrading for some. This isn't a positive direction for the community it seems.</p> <p dir="auto">So, I'd like to put up this suggestion to bring back filters in 2.0, because they are so loved and, I would agree, smart. Here are some of the arguments for filters (gathered from the different discussions and no guarantee for correctness):</p> <ul dir="auto"> <li>They are easier to read in the templates</li> </ul> <p dir="auto"><code class="notranslate">thing in things | filterBy 'foo' | orderBy 'bar' | limitBy 5</code></p> <p dir="auto">is simply easy to read. In other words, chaining filters helps make sense of what should actually be expected.</p> <ul dir="auto"> <li>Filters are global, which is great in a templating/ view system. Currency is a simple example of a great filter that can be used everywhere, just by calling it.</li> <li>Without filters, there will be a ton of boilerplate.</li> <li>Filters allow noobs to learn faster and get a quick and nice winning experience with Vue.</li> <li>Using a mixin for every component to include a self-made "filter" isn't really feasible.</li> </ul> <p dir="auto">Needless to say, there are probably strong arguments for removing filter from an engineering perspective and why I would suggest this thread be a pros and cons and voting for or against the return of filters.</p> <p dir="auto">Scott</p>
<h3 dir="auto">Version</h3> <p dir="auto">2.5.17</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://jsfiddle.net/4n9jcgxL/" rel="nofollow">https://jsfiddle.net/4n9jcgxL/</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Change the text in the "normal" input. <code class="notranslate">value</code> bindings update as expected.</p> <p dir="auto">Change the text in the "component" input. <code class="notranslate">value</code> bindings still update as expected.</p> <p dir="auto">Change the text in the "normal" input again. The "component" input does not update. However, its <code class="notranslate">value="..."</code> attribute appears to be correct.</p> <h3 dir="auto">What is expected?</h3> <p dir="auto">The <code class="notranslate">&lt;component is="input" :value="value"&gt;</code> should update when <code class="notranslate">value</code> changes.</p> <h3 dir="auto">What is actually happening?</h3> <p dir="auto">It looks like after editing a <code class="notranslate">&lt;component is="input"&gt;</code> the value property and the value attribute get out of sync, which stops the UI from updating.</p> <p dir="auto">(My use case actually looks something like <code class="notranslate">&lt;component :is="multiline ? 'textarea' : 'input'"&gt;&lt;/component&gt;</code>, for what it's worth.)</p>
0
<p dir="auto">Comment placement not preserved in the following:</p> <p dir="auto"><strong>source</strong></p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// no args function foo(/* some comment */) { }"><pre class="notranslate"><span class="pl-c">// no args</span> <span class="pl-k">function</span> <span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-c">/* some comment */</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-kos">}</span></pre></div> <p dir="auto"><strong>6to5 v2.12.0</strong></p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&quot;use strict&quot;; function foo() {} /* some comment */ "><pre class="notranslate"><span class="pl-s">"use strict"</span><span class="pl-kos">;</span> <span class="pl-k">function</span> <span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span><span class="pl-kos">}</span> <span class="pl-c">/* some comment */</span></pre></div> <hr> <p dir="auto">This works though:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// have args function foo( arg /* some comment */) { } function foo( /* some comment */ arg) { }"><pre class="notranslate"><span class="pl-c">// have args</span> <span class="pl-k">function</span> <span class="pl-en">foo</span><span class="pl-kos">(</span> <span class="pl-s1">arg</span> <span class="pl-c">/* some comment */</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-kos">}</span> <span class="pl-k">function</span> <span class="pl-en">foo</span><span class="pl-kos">(</span> <span class="pl-c">/* some comment */</span> <span class="pl-s1">arg</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-kos">}</span></pre></div>
<p dir="auto">The following example <code class="notranslate">gulpfile</code> runs at <strong>~5.5 seconds</strong> on my machine when processing an empty file.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var gulp = require('gulp'); var babel = require('gulp-babel'); var ENTRY_FILE = './test.js'; var BUILD_PATH = './build'; var build = function() { return gulp.src(ENTRY_FILE) .pipe(babel({ presets: ['es2015']})) .pipe(gulp.dest(BUILD_PATH)); }; gulp.task('build', build); gulp.task('default', ['build']);"><pre class="notranslate"><code class="notranslate">var gulp = require('gulp'); var babel = require('gulp-babel'); var ENTRY_FILE = './test.js'; var BUILD_PATH = './build'; var build = function() { return gulp.src(ENTRY_FILE) .pipe(babel({ presets: ['es2015']})) .pipe(gulp.dest(BUILD_PATH)); }; gulp.task('build', build); gulp.task('default', ['build']); </code></pre></div> <p dir="auto">Package versions:</p> <ul dir="auto"> <li><code class="notranslate">[email protected]</code></li> <li><code class="notranslate">[email protected]</code></li> <li><code class="notranslate">[email protected]</code></li> </ul> <p dir="auto">Is this a known issue, or is it just a problem with my environment/machine?</p>
0
<p dir="auto">Here is an issue that I came across with Count Vectorizer and its use with Column Transformer and Pipelines</p> <p dir="auto"><a href="https://stackoverflow.com/questions/54541490/sklearn-text-and-numeric-features-with-columntransformer-has-value-error/57970935#57970935" rel="nofollow">https://stackoverflow.com/questions/54541490/sklearn-text-and-numeric-features-with-columntransformer-has-value-error/57970935#57970935</a></p> <p dir="auto">I found a work around using by removing the column name to be processed directly instead of just a list.</p> <p dir="auto">This may be the way that it is intended to function, but if not, a simple bug fix would be just to add a simple line of code to change the list of column names to the content of the list if the length of the list is one.</p> <h4 dir="auto">Description</h4> <h4 dir="auto">Steps/Code to Reproduce</h4> <h4 dir="auto">Expected Results</h4> <h4 dir="auto">Actual Results</h4> <h4 dir="auto">Versions</h4>
<h2 dir="auto">Describe the workflow you want to enable</h2> <p dir="auto">Let's take a probability-based regression model like <a href="https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html" rel="nofollow"><code class="notranslate">sklearn.linear_model.LogisticRegression</code></a>.<br> We have two methods to get the predictions:</p> <ul dir="auto"> <li>predict_proba() outputs a probability for each class</li> <li>predict() outputs a class (the one with the most important probability)</li> </ul> <p dir="auto">I would like to activate the threshold specification scenario so the user can decide the threshold. This scenario is of course not the default one when using LogisticRegression, but may be useful for anomaly/opportunity detection.</p> <p dir="auto"><strong>Real life example:</strong></p> <p dir="auto">A user created a LogisticRegression model in order to detect trading opportunities that highly lead to benefits.<br> There are two possible class: 1 for "opportunity", 0 for "no opportunity".<br> The user would like to get only best probabilities predictions (&gt; 90%) to create a position on the market.</p> <h2 dir="auto">Describe your proposed solution</h2> <p dir="auto">My proposed solution is to add an optionnal parameter <em>threshold</em> (default: 1/NB_CLASSES) to the predict() method.<br> We could also edit other probability regression models if needed.</p> <h2 dir="auto">Additional context</h2> <p dir="auto">I would like to work on this feature if possible.</p> <p dir="auto">I know this is possible to do this kind of things as a post-processing step on the user side.<br> However, if we provide a predict() method that choose a class, I think we should provide a way to define the threshold to the user.</p>
0
<p dir="auto">As far as I understand, for the time being STFT <a href="https://github.com/onnx/onnx/blob/master/docs/Operators.md">isn't natively supported by ONNX</a></p> <p dir="auto">STFT can be exported as a Conv1d op with precomputed (windowed) Fourier basis: <a href="https://github.com/NVIDIA/mellotron/blob/master/stft.py">https://github.com/NVIDIA/mellotron/blob/master/stft.py</a></p> <p dir="auto">This is useful for tracking/exporting speech recongition models.</p> <p dir="auto">I've done a pure PyTorch version in <a href="https://github.com/vadimkantorov/convasr/blob/master/models.py#L315-L334">https://github.com/vadimkantorov/convasr/blob/master/models.py#L315-L334</a> and it seems to work</p> <p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/houseroad/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/houseroad">@houseroad</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/spandantiwari/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/spandantiwari">@spandantiwari</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/lara-hdr/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/lara-hdr">@lara-hdr</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/BowenBao/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/BowenBao">@BowenBao</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/neginraoof/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/neginraoof">@neginraoof</a></p>
<p dir="auto">how can i put “torch.stft“ and” torch.istft” function into onnx?</p> <p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/BowenBao/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/BowenBao">@BowenBao</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/neginraoof/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/neginraoof">@neginraoof</a></p>
1
<p dir="auto">Using the type ahead, I had a client asking me why sometimes the drop-down list did not select their choice and after testing we found out why. If you look at the online example of the type ahead and bring up some items in the list and then click, and hold down the mouse button over an option, the list clears and the original text box has your query in it but not the clicked answer.</p> <p dir="auto">Tracing, I can see that a long mouse click is being handled in typeaheads "blur" function, not click. This user has physical issues requiring this mouse that does these long (1-1.5sec) clicks when selecting an item.</p> <p dir="auto">Any way to resolve this or is this simply an aspect of the browser? It happens in chrome/ff.</p>
<p dir="auto">If you reload a url with a #currentPage anchor, or come from a differentPage#scrollSpyPage, it misses the correct active scrollspy nav by the height distance the #currentPage element is at. For example, if you follow this link to the Scrollspy documentation:<br> <a href="http://twitter.github.com/bootstrap/javascript.html#scrollspy">http://twitter.github.com/bootstrap/javascript.html#scrollspy</a><br> and scroll down, the issue should be pretty clear... Tested this behavior on Chrome (v23 win and mac), Safari (5.1.7), and IE (9.0.8). It seemed to work correctly in Firefox (17), although it weirdly breaks the same way in Firefox (17) in some code I'm writing, but then I updated to Firefox 18 and it broke as well.</p>
0
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/567" rel="nofollow">http://projects.scipy.org/scipy/ticket/567</a> on 2007-12-18 by trac user cems, assigned to unknown.</em></p> <p dir="auto">Reproducible bug.</p> <p dir="auto">version 0.5.2.1-2 from fink<br> running in ipython, mac ppc G4, 10.4.11</p> <p dir="auto">description: at many special input values stats.norm.cdf() returns a nan.</p> <p dir="auto">Example:</p> <p dir="auto">In [308]: stats.norm.cdf(-1.7624320981)<br> Out[308]: array(0.03899815972020125)</p> <p dir="auto">In [309]: stats.norm.cdf(-1.7624320982)<br> Out[309]: array(nan)</p> <p dir="auto">In [310]: stats.norm.cdf(-1.7624320983)<br> Out[310]: array(nan)</p> <p dir="auto">In [311]: stats.norm.cdf(-1.7624320984)<br> Out[311]: array(0.038998159694008439)</p>
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/540" rel="nofollow">http://projects.scipy.org/scipy/ticket/540</a> on 2007-11-17 by trac user emv, assigned to unknown.</em></p> <p dir="auto">Very strange: norm.cdf returns nan for no particular reason, and with no visible pattern. Some particular combinations of parameters cause this to happen. These combinations are also rare. Example:</p> <p dir="auto">In [3]: x, l, s = (1.38629436112, 0.950273420309, 0.204423758009)</p> <p dir="auto">In [4]: from scipy.stats.distributions import *</p> <p dir="auto">In [5]: norm.cdf(x, loc=l, scale=s)<br> Out[5]: array(nan)</p> <p dir="auto">BUT changing the values even slightly causes the problem to disappear.</p> <p dir="auto">In [6]: norm.cdf(x, loc=l, scale=s-.01)<br> Out[6]: array(0.98753972245290123)</p> <p dir="auto">In [7]: norm.cdf(x, loc=l, scale=s+.01)<br> Out[7]: array(0.97899668351739855)</p> <p dir="auto">In [10]: norm.cdf(x-.5, loc=l, scale=s)<br> Out[10]: array(0.3771506947259281)</p>
1
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-make-dead-links-using-the-hash-symbol#?solution=%3Clink%20href%3D%23%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%3E%0A%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20color%3A%20red%3B%0A%20%20%7D%0A%0A%20%20h2%20%7B%0A%20%20%20%20font-family%3A%20Lobster%2C%20Monospace%3B%0A%20%20%7D%0A%0A%20%20p%20%7B%0A%20%20%20%20font-size%3A%2016px%3B%0A%20%20%20%20font-family%3A%20Monospace%3B%0A%20%20%7D%0A%0A%20%20.thick-green-border%20%7B%0A%20%20%20%20border-color%3A%20green%3B%0A%20%20%20%20border-width%3A%2010px%3B%0A%20%20%20%20border-style%3A%20solid%3B%0A%20%20%20%20border-radius%3A%2050%25%3B%0A%20%20%7D%0A%0A%20%20.smaller-image%20%7B%0A%20%20%20%20width%3A%20100px%3B%0A%20%20%7D%0A%3C%2Fstyle%3E%0A%0A%3Ch2%20class%3D%22red-text%22%3ECatPhotoApp%3C%2Fh2%3E%0A%0A%3Cp%3EClick%20here%20for%20%3Ca%20href%3D%22http%3A%2F%2Fwww.freecatphotoapp.com%22%3Ecat%20photos%3C%2Fa%3E.%3C%2Fp%3E%0A%0A%3Cimg%20class%3D%22smaller-image%20thick-green-border%22%20src%3D%22https%3A%2F%2Fbit.ly%2Ffcc-relaxing-cat%22%3E%0A%0A%3Cp%20class%3D%22red-text%22%3EKitty%20ipsum%20dolor%20sit%20amet%2C%20shed%20everywhere%20shed%20everywhere%20stretching%20attack%20your%20ankles%20chase%20the%20red%20dot%2C%20hairball%20run%20catnip%20eat%20the%20grass%20sniff.%3C%2Fp%3E%0A%3Cp%20class%3D%22red-text%22%3EPurr%20jump%20eat%20the%20grass%20rip%20the%20couch%20scratched%20sunbathe%2C%20shed%20everywhere%20rip%20the%20couch%20sleep%20in%20the%20sink%20fluffy%20fur%20catnip%20scratched.%3C%2Fp%3E%0A" rel="nofollow">Waypoint: Make Dead Links using the Hash Symbol</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0</code>.<br> Please describe how to reproduce this issue, and include links to screenshots if possible.</p> <p dir="auto">My code:</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;link href=# rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt; &lt;style&gt; .red-text { color: red; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } .thick-green-border { border-color: green; border-width: 10px; border-style: solid; border-radius: 50%; } .smaller-image { width: 100px; } &lt;/style&gt; &lt;h2 class=&quot;red-text&quot;&gt;CatPhotoApp&lt;/h2&gt; &lt;p&gt;Click here for &lt;a href=&quot;http://www.freecatphotoapp.com&quot;&gt;cat photos&lt;/a&gt;.&lt;/p&gt; &lt;img class=&quot;smaller-image thick-green-border&quot; src=&quot;https://bit.ly/fcc-relaxing-cat&quot;&gt; &lt;p class=&quot;red-text&quot;&gt;Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.&lt;/p&gt; &lt;p class=&quot;red-text&quot;&gt;Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.&lt;/p&gt; "><pre class="notranslate"><span class="pl-kos">&lt;</span><span class="pl-ent">link</span> <span class="pl-c1">href</span>=<span class="pl-s">#</span> <span class="pl-c1">rel</span>="<span class="pl-s">stylesheet</span>" <span class="pl-c1">type</span>="<span class="pl-s">text/css</span>"<span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">style</span><span class="pl-kos">&gt;</span> .<span class="pl-c1">red-text</span> { <span class="pl-c1">color</span><span class="pl-kos">:</span> red; } <span class="pl-ent">h2</span> { <span class="pl-c1">font-family</span><span class="pl-kos">:</span> Lobster<span class="pl-kos">,</span> Monospace; } <span class="pl-ent">p</span> { <span class="pl-c1">font-size</span><span class="pl-kos">:</span> <span class="pl-c1">16<span class="pl-smi">px</span></span>; <span class="pl-c1">font-family</span><span class="pl-kos">:</span> Monospace; } .<span class="pl-c1">thick-green-border</span> { <span class="pl-c1">border-color</span><span class="pl-kos">:</span> green; <span class="pl-c1">border-width</span><span class="pl-kos">:</span> <span class="pl-c1">10<span class="pl-smi">px</span></span>; <span class="pl-c1">border-style</span><span class="pl-kos">:</span> solid; <span class="pl-c1">border-radius</span><span class="pl-kos">:</span> <span class="pl-c1">50<span class="pl-smi">%</span></span>; } .<span class="pl-c1">smaller-image</span> { <span class="pl-c1">width</span><span class="pl-kos">:</span> <span class="pl-c1">100<span class="pl-smi">px</span></span>; } <span class="pl-kos">&lt;/</span><span class="pl-ent">style</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">h2</span> <span class="pl-c1">class</span>="<span class="pl-s">red-text</span>"<span class="pl-kos">&gt;</span>CatPhotoApp<span class="pl-kos">&lt;/</span><span class="pl-ent">h2</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span>Click here for <span class="pl-kos">&lt;</span><span class="pl-ent">a</span> <span class="pl-c1">href</span>="<span class="pl-s">http://www.freecatphotoapp.com</span>"<span class="pl-kos">&gt;</span>cat photos<span class="pl-kos">&lt;/</span><span class="pl-ent">a</span><span class="pl-kos">&gt;</span>.<span class="pl-kos">&lt;/</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">img</span> <span class="pl-c1">class</span>="<span class="pl-s">smaller-image thick-green-border</span>" <span class="pl-c1">src</span>="<span class="pl-s">https://bit.ly/fcc-relaxing-cat</span>"<span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">p</span> <span class="pl-c1">class</span>="<span class="pl-s">red-text</span>"<span class="pl-kos">&gt;</span>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.<span class="pl-kos">&lt;/</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">p</span> <span class="pl-c1">class</span>="<span class="pl-s">red-text</span>"<span class="pl-kos">&gt;</span>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.<span class="pl-kos">&lt;/</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span></pre></div>
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-link-to-external-pages-with-anchor-elements?solution=%3Clink%20href%3D%22http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLobster%22%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%3E%0A%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20color%3A%20red%3B%0A%20%20%7D%0A%0A%20%20h2%20%7B%0A%20%20%20%20font-family%3A%20Lobster%2C%20Monospace%3B%0A%20%20%7D%0A%0A%20%20p%20%7B%0A%20%20%20%20font-size%3A%2016px%3B%0A%20%20%20%20font-family%3A%20Monospace%3B%0A%20%20%7D%0A%0A%20%20.thick-green-border%20%7B%0A%20%20%20%20border-color%3A%20green%3B%0A%20%20%20%20border-width%3A%2010px%3B%0A%20%20%20%20border-style%3A%20solid%3B%0A%20%20%20%20border-radius%3A%2050%25%3B%0A%20%20%7D%0A%20%20%0A%20%20.smaller-image%20%7B%0A%20%20%20%20width%3A%20100px%3B%0A%20%20%7D%0A%3C%2Fstyle%3E%0A%0A%3Ch2%20class%3D%22red-text%22%3ECatPhotoApp%3C%2Fh2%3E%0A%0A%3Cimg%20class%3D%22smaller-image%20thick-green-border%22%20src%3D%22https%3A%2F%2Fbit.ly%2Ffcc-relaxing-cat%22%3E%0A%0A%3Cp%20class%3D%22red-text%22%3EKitty%20ipsum%20dolor%20sit%20amet%2C%20shed%20everywhere%20shed%20everywhere%20stretching%20attack%20your%20ankles%20chase%20the%20red%20dot%2C%20hairball%20run%20catnip%20eat%20the%20grass%20sniff.%3C%2Fp%3E%0A%3Cp%20class%3D%22red-text%22%3EPurr%20jump%20eat%20the%20grass%20rip%20the%20couch%20scratched%20sunbathe%2C%20shed%20everywhere%20rip%20the%20couch%20sleep%20in%20the%20sink%20fluffy%20fur%20catnip%20scratched.%3C%2Fp%3E%0AWe%20love%20free%20%3Ca%20href%3D%22http%3A%2F%2Ffreecatphotoapp.com%22%3E%20cat%20photos%3C%2Fa%3E.%20" rel="nofollow">Waypoint: Link to External Pages with Anchor Elements</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36</code>.<br> Please describe how to reproduce this issue, and include links to screenshots if possible.<br> To reproduce this bug on this waypoint, do the following:</p> <ol dir="auto"> <li><strong>Copy</strong> code below and paste in workspace.<br> <em>Result: Code is populated in workspace.</em></li> <li><strong>Hover</strong> over the newly created anchor link "<em>cat photos</em>" on the right side of page (inside the fake iPhone screen).<br> <em>Result: cursor changes in order to show a link.</em></li> <li><strong>Click</strong> the "<em>cat photos</em>" anchor text.<br> <em>Result: After clicking the link, nothing happens.</em></li> <li><strong>Click</strong> the green "<em>Run Tests</em>" button.<br> <em>Result: The list of tests will disappear and the page seemingly does nothing. No matter how many times you click the "Run Tests" button you cannot proceed.</em></li> </ol> <p dir="auto"><strong>Workaround:</strong> Refresh the page (your tests will be validated), and then click "Run Tests" to continue.</p> <p dir="auto">My code:</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;link href=&quot;http://fonts.googleapis.com/css?family=Lobster&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt; &lt;style&gt; .red-text { color: red; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } .thick-green-border { border-color: green; border-width: 10px; border-style: solid; border-radius: 50%; } .smaller-image { width: 100px; } &lt;/style&gt; &lt;h2 class=&quot;red-text&quot;&gt;CatPhotoApp&lt;/h2&gt; &lt;img class=&quot;smaller-image thick-green-border&quot; src=&quot;https://bit.ly/fcc-relaxing-cat&quot;&gt; &lt;p class=&quot;red-text&quot;&gt;Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.&lt;/p&gt; &lt;p class=&quot;red-text&quot;&gt;Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.&lt;/p&gt; We love free &lt;a href=&quot;http://freecatphotoapp.com&quot;&gt; cat photos&lt;/a&gt;. "><pre class="notranslate"><span class="pl-kos">&lt;</span><span class="pl-ent">link</span> <span class="pl-c1">href</span>="<span class="pl-s">http://fonts.googleapis.com/css?family=Lobster</span>" <span class="pl-c1">rel</span>="<span class="pl-s">stylesheet</span>" <span class="pl-c1">type</span>="<span class="pl-s">text/css</span>"<span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">style</span><span class="pl-kos">&gt;</span> .<span class="pl-c1">red-text</span> { <span class="pl-c1">color</span><span class="pl-kos">:</span> red; } <span class="pl-ent">h2</span> { <span class="pl-c1">font-family</span><span class="pl-kos">:</span> Lobster<span class="pl-kos">,</span> Monospace; } <span class="pl-ent">p</span> { <span class="pl-c1">font-size</span><span class="pl-kos">:</span> <span class="pl-c1">16<span class="pl-smi">px</span></span>; <span class="pl-c1">font-family</span><span class="pl-kos">:</span> Monospace; } .<span class="pl-c1">thick-green-border</span> { <span class="pl-c1">border-color</span><span class="pl-kos">:</span> green; <span class="pl-c1">border-width</span><span class="pl-kos">:</span> <span class="pl-c1">10<span class="pl-smi">px</span></span>; <span class="pl-c1">border-style</span><span class="pl-kos">:</span> solid; <span class="pl-c1">border-radius</span><span class="pl-kos">:</span> <span class="pl-c1">50<span class="pl-smi">%</span></span>; } .<span class="pl-c1">smaller-image</span> { <span class="pl-c1">width</span><span class="pl-kos">:</span> <span class="pl-c1">100<span class="pl-smi">px</span></span>; } <span class="pl-kos">&lt;/</span><span class="pl-ent">style</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">h2</span> <span class="pl-c1">class</span>="<span class="pl-s">red-text</span>"<span class="pl-kos">&gt;</span>CatPhotoApp<span class="pl-kos">&lt;/</span><span class="pl-ent">h2</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">img</span> <span class="pl-c1">class</span>="<span class="pl-s">smaller-image thick-green-border</span>" <span class="pl-c1">src</span>="<span class="pl-s">https://bit.ly/fcc-relaxing-cat</span>"<span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">p</span> <span class="pl-c1">class</span>="<span class="pl-s">red-text</span>"<span class="pl-kos">&gt;</span>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.<span class="pl-kos">&lt;/</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">p</span> <span class="pl-c1">class</span>="<span class="pl-s">red-text</span>"<span class="pl-kos">&gt;</span>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.<span class="pl-kos">&lt;/</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span> We love free <span class="pl-kos">&lt;</span><span class="pl-ent">a</span> <span class="pl-c1">href</span>="<span class="pl-s">http://freecatphotoapp.com</span>"<span class="pl-kos">&gt;</span> cat photos<span class="pl-kos">&lt;/</span><span class="pl-ent">a</span><span class="pl-kos">&gt;</span>. </pre></div>
1
<h3 dir="auto">Only one legend entry is rendered for items with the same label and color</h3> <p dir="auto">In Matplotlib 2.1.1, items that have the same label and color result in a single legend entry. This happens even if some other properties of the items are different (eg. marker or linewidth).</p> <p dir="auto">This behaviour is surprising because the style of the first item is used for the handle, regardless of the style of the following items.</p> <p dir="auto">I would expect either the behaviour from Matplotlib 2.1.0, or the labels being merged only if the label and <strong>all</strong> style properties are equal.</p> <p dir="auto"><strong>Code for reproduction</strong></p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import matplotlib as mpl mpl.use('Agg') import matplotlib.pyplot as plt plt.plot([0, 1], [0, 1], label='foo', color='k', marker='o', linewidth=1) plt.plot([0, 1], [1, 2], label='foo', color='k', marker='.', linewidth=2) plt.plot([0, 1], [2, 3], label='bar', color='k', marker='s', linewidth=3) plt.legend() plt.savefig('foobar.png')"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">matplotlib</span> <span class="pl-k">as</span> <span class="pl-s1">mpl</span> <span class="pl-s1">mpl</span>.<span class="pl-en">use</span>(<span class="pl-s">'Agg'</span>) <span class="pl-k">import</span> <span class="pl-s1">matplotlib</span>.<span class="pl-s1">pyplot</span> <span class="pl-k">as</span> <span class="pl-s1">plt</span> <span class="pl-s1">plt</span>.<span class="pl-en">plot</span>([<span class="pl-c1">0</span>, <span class="pl-c1">1</span>], [<span class="pl-c1">0</span>, <span class="pl-c1">1</span>], <span class="pl-s1">label</span><span class="pl-c1">=</span><span class="pl-s">'foo'</span>, <span class="pl-s1">color</span><span class="pl-c1">=</span><span class="pl-s">'k'</span>, <span class="pl-s1">marker</span><span class="pl-c1">=</span><span class="pl-s">'o'</span>, <span class="pl-s1">linewidth</span><span class="pl-c1">=</span><span class="pl-c1">1</span>) <span class="pl-s1">plt</span>.<span class="pl-en">plot</span>([<span class="pl-c1">0</span>, <span class="pl-c1">1</span>], [<span class="pl-c1">1</span>, <span class="pl-c1">2</span>], <span class="pl-s1">label</span><span class="pl-c1">=</span><span class="pl-s">'foo'</span>, <span class="pl-s1">color</span><span class="pl-c1">=</span><span class="pl-s">'k'</span>, <span class="pl-s1">marker</span><span class="pl-c1">=</span><span class="pl-s">'.'</span>, <span class="pl-s1">linewidth</span><span class="pl-c1">=</span><span class="pl-c1">2</span>) <span class="pl-s1">plt</span>.<span class="pl-en">plot</span>([<span class="pl-c1">0</span>, <span class="pl-c1">1</span>], [<span class="pl-c1">2</span>, <span class="pl-c1">3</span>], <span class="pl-s1">label</span><span class="pl-c1">=</span><span class="pl-s">'bar'</span>, <span class="pl-s1">color</span><span class="pl-c1">=</span><span class="pl-s">'k'</span>, <span class="pl-s1">marker</span><span class="pl-c1">=</span><span class="pl-s">'s'</span>, <span class="pl-s1">linewidth</span><span class="pl-c1">=</span><span class="pl-c1">3</span>) <span class="pl-s1">plt</span>.<span class="pl-en">legend</span>() <span class="pl-s1">plt</span>.<span class="pl-en">savefig</span>(<span class="pl-s">'foobar.png'</span>)</pre></div> <p dir="auto"><strong>Actual outcome (Matplotlib 2.1.1)</strong></p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/9514702/34212958-326c036e-e59e-11e7-8cb6-2b55e7afd6d1.png"><img src="https://user-images.githubusercontent.com/9514702/34212958-326c036e-e59e-11e7-8cb6-2b55e7afd6d1.png" alt="foobar_211" style="max-width: 100%;"></a></p> <p dir="auto"><strong>Expected outcome (Matplotlib 2.1.0)</strong></p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/9514702/34213037-6315912e-e59e-11e7-8132-b4c8095e3227.png"><img src="https://user-images.githubusercontent.com/9514702/34213037-6315912e-e59e-11e7-8132-b4c8095e3227.png" alt="foobar_210" style="max-width: 100%;"></a></p> <p dir="auto"><strong>Matplotlib version</strong></p> <ul dir="auto"> <li>Operating system: Arch Linux</li> <li>Matplotlib version: 2.1.1</li> <li>Matplotlib backend: agg</li> <li>Python version: 3.6.3</li> <li>Matplotlib installed from Arch Linux repository <code class="notranslate">community/python-matplotlib</code>.</li> </ul>
<p dir="auto">When using <code class="notranslate">%matplotlib notebook</code> with the procedural interface, figures are not closed when the red 'x' button is pressed (the figure becomes static, but the figure object is not closed).</p> <p dir="auto">After closing the figure by clicking on the red 'x' button, no other plot is displayed until <code class="notranslate">close()</code> is called. Is this a deliberate choice? I think it may be confusing for newbies.</p> <p dir="auto">DISCLAIMER: I know that the OO interface is preferred. However, the procedural interface has its use-case for a first-time users (plus allows saving some typing).</p>
0
<p dir="auto">Flutter install started failing on iOS. Error output is not so helpful</p> <h2 dir="auto">Steps to Reproduce</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ACA80F1A:litt lefty$ flutter build ios --release Building io.lefty for device (ios-release)... Running pod install... 5.8s Running Xcode build... 65.2s Built /Users/lefty/lefty/frontend/litt/build/ios/Release-iphoneos/Runner.app. ACA80F1A:litt lefty$ flutter install Installing io.lefty to Christian's iPhone... Uninstalling old version... Install failed ACA80F1A:litt lefty$ "><pre class="notranslate"><code class="notranslate">ACA80F1A:litt lefty$ flutter build ios --release Building io.lefty for device (ios-release)... Running pod install... 5.8s Running Xcode build... 65.2s Built /Users/lefty/lefty/frontend/litt/build/ios/Release-iphoneos/Runner.app. ACA80F1A:litt lefty$ flutter install Installing io.lefty to Christian's iPhone... Uninstalling old version... Install failed ACA80F1A:litt lefty$ </code></pre></div> <h2 dir="auto">Flutter Doctor</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ACA80F1A:litt lefty$ flutter doctor [✓] Flutter (on Mac OS X 10.12.4 16E195, channel master) • Flutter at /Users/lefty/opt/flutter • Framework revision 21f57a85e8 (11 hours ago), 2017-04-25 17:40:28 -0700 • Engine revision a5b64899c9 • Tools Dart version 1.23.0-dev.11.11 [✓] Host Executable Compatibility • Downloaded executables execute on host [✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio from https://developer.android.com/studio/index.html. On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.io/setup/#android-setup for detailed instructions). If Android SDK has been installed to a custom location, set $ANDROID_HOME to that location. [✓] iOS toolchain - develop for iOS devices (Xcode 8.3.2) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 8.3.2, Build version 8E2002 • ios-deploy 1.9.1 • CocoaPods version 1.2.0 [✗] Android Studio (not installed) • Android Studio not found. Download from https://developer.android.com/studio/index.html (or visit https://flutter.io/setup/#android-setup for detailed instructions). [✓] Connected devices • Christian's iPhone • 9ad4d9bf38f10deb066f00ba77826ebb7b62d5dd • ios • iOS 10.3.1 (14E304)"><pre class="notranslate"><code class="notranslate">ACA80F1A:litt lefty$ flutter doctor [✓] Flutter (on Mac OS X 10.12.4 16E195, channel master) • Flutter at /Users/lefty/opt/flutter • Framework revision 21f57a85e8 (11 hours ago), 2017-04-25 17:40:28 -0700 • Engine revision a5b64899c9 • Tools Dart version 1.23.0-dev.11.11 [✓] Host Executable Compatibility • Downloaded executables execute on host [✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio from https://developer.android.com/studio/index.html. On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.io/setup/#android-setup for detailed instructions). If Android SDK has been installed to a custom location, set $ANDROID_HOME to that location. [✓] iOS toolchain - develop for iOS devices (Xcode 8.3.2) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 8.3.2, Build version 8E2002 • ios-deploy 1.9.1 • CocoaPods version 1.2.0 [✗] Android Studio (not installed) • Android Studio not found. Download from https://developer.android.com/studio/index.html (or visit https://flutter.io/setup/#android-setup for detailed instructions). [✓] Connected devices • Christian's iPhone • 9ad4d9bf38f10deb066f00ba77826ebb7b62d5dd • ios • iOS 10.3.1 (14E304) </code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[myapp] flutter create myapp Waiting for another flutter command to release the startup lock... Creating project myapp... myapp\.gitignore (created) myapp\.idea\libraries\Dart_SDK.xml (created) myapp\.idea\libraries\Flutter_for_Android.xml (created) myapp\.idea\libraries\KotlinJavaRuntime.xml (created) myapp\.idea\modules.xml (created) myapp\.idea\runConfigurations\main_dart.xml (created) myapp\.idea\workspace.xml (created) myapp\.metadata (created) myapp\android\app\build.gradle (created) myapp\android\app\src\main\java\com\example\myapp\MainActivity.java (created) myapp\android\build.gradle (created) myapp\android\myapp_android.iml (created) myapp\android\app\src\main\AndroidManifest.xml (created) myapp\android\app\src\main\res\drawable\launch_background.xml (created) myapp\android\app\src\main\res\mipmap-hdpi\ic_launcher.png (created) myapp\android\app\src\main\res\mipmap-mdpi\ic_launcher.png (created) myapp\android\app\src\main\res\mipmap-xhdpi\ic_launcher.png (created) myapp\android\app\src\main\res\mipmap-xxhdpi\ic_launcher.png (created) myapp\android\app\src\main\res\mipmap-xxxhdpi\ic_launcher.png (created) myapp\android\app\src\main\res\values\styles.xml (created) myapp\android\gradle\wrapper\gradle-wrapper.properties (created) myapp\android\gradle.properties (created) myapp\android\settings.gradle (created) myapp\ios\Runner\AppDelegate.h (created) myapp\ios\Runner\AppDelegate.m (created) myapp\ios\Runner\main.m (created) myapp\ios\Runner.xcodeproj\project.pbxproj (created) myapp\ios\Runner.xcodeproj\xcshareddata\xcschemes\Runner.xcscheme (created) myapp\ios\Flutter\AppFrameworkInfo.plist (created) myapp\ios\Flutter\Debug.xcconfig (created) myapp\ios\Flutter\Release.xcconfig (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\Contents.json (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\LaunchImage.imageset\Contents.json (created) myapp\ios\Runner\Assets.xcassets\LaunchImage.imageset\LaunchImage.png (created) myapp\ios\Runner\Assets.xcassets\LaunchImage.imageset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\LaunchImage.imageset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\LaunchImage.imageset\README.md (created) myapp\ios\Runner\Base.lproj\LaunchScreen.storyboard (created) myapp\ios\Runner\Base.lproj\Main.storyboard (created) myapp\ios\Runner\Info.plist (created) myapp\ios\Runner.xcodeproj\project.xcworkspace\contents.xcworkspacedata (created) myapp\ios\Runner.xcworkspace\contents.xcworkspacedata (created) myapp\lib\main.dart (created) myapp\myapp.iml (created) myapp\pubspec.yaml (created) myapp\README.md (created) myapp\test\widget_test.dart (created) Running &quot;flutter packages get&quot; in myapp... Oops; flutter has exited unexpectedly. Sending crash report to Google. Crash report sent (report ID: 527fef08135ab7df) Crash report written to C:\Users\Dell\Documents\FlutterProjects\flutter_01.log; please let us know at https://github.com/flutter/flutter/issues. exit code 1"><pre class="notranslate"><code class="notranslate">[myapp] flutter create myapp Waiting for another flutter command to release the startup lock... Creating project myapp... myapp\.gitignore (created) myapp\.idea\libraries\Dart_SDK.xml (created) myapp\.idea\libraries\Flutter_for_Android.xml (created) myapp\.idea\libraries\KotlinJavaRuntime.xml (created) myapp\.idea\modules.xml (created) myapp\.idea\runConfigurations\main_dart.xml (created) myapp\.idea\workspace.xml (created) myapp\.metadata (created) myapp\android\app\build.gradle (created) myapp\android\app\src\main\java\com\example\myapp\MainActivity.java (created) myapp\android\build.gradle (created) myapp\android\myapp_android.iml (created) myapp\android\app\src\main\AndroidManifest.xml (created) myapp\android\app\src\main\res\drawable\launch_background.xml (created) myapp\android\app\src\main\res\mipmap-hdpi\ic_launcher.png (created) myapp\android\app\src\main\res\mipmap-mdpi\ic_launcher.png (created) myapp\android\app\src\main\res\mipmap-xhdpi\ic_launcher.png (created) myapp\android\app\src\main\res\mipmap-xxhdpi\ic_launcher.png (created) myapp\android\app\src\main\res\mipmap-xxxhdpi\ic_launcher.png (created) myapp\android\app\src\main\res\values\styles.xml (created) myapp\android\gradle\wrapper\gradle-wrapper.properties (created) myapp\android\gradle.properties (created) myapp\android\settings.gradle (created) myapp\ios\Runner\AppDelegate.h (created) myapp\ios\Runner\AppDelegate.m (created) myapp\ios\Runner\main.m (created) myapp\ios\Runner.xcodeproj\project.pbxproj (created) myapp\ios\Runner.xcodeproj\xcshareddata\xcschemes\Runner.xcscheme (created) myapp\ios\Flutter\AppFrameworkInfo.plist (created) myapp\ios\Flutter\Debug.xcconfig (created) myapp\ios\Flutter\Release.xcconfig (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\Contents.json (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\AppIcon.appiconset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\LaunchImage.imageset\Contents.json (created) myapp\ios\Runner\Assets.xcassets\LaunchImage.imageset\LaunchImage.png (created) myapp\ios\Runner\Assets.xcassets\LaunchImage.imageset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\LaunchImage.imageset\[email protected] (created) myapp\ios\Runner\Assets.xcassets\LaunchImage.imageset\README.md (created) myapp\ios\Runner\Base.lproj\LaunchScreen.storyboard (created) myapp\ios\Runner\Base.lproj\Main.storyboard (created) myapp\ios\Runner\Info.plist (created) myapp\ios\Runner.xcodeproj\project.xcworkspace\contents.xcworkspacedata (created) myapp\ios\Runner.xcworkspace\contents.xcworkspacedata (created) myapp\lib\main.dart (created) myapp\myapp.iml (created) myapp\pubspec.yaml (created) myapp\README.md (created) myapp\test\widget_test.dart (created) Running "flutter packages get" in myapp... Oops; flutter has exited unexpectedly. Sending crash report to Google. Crash report sent (report ID: 527fef08135ab7df) Crash report written to C:\Users\Dell\Documents\FlutterProjects\flutter_01.log; please let us know at https://github.com/flutter/flutter/issues. exit code 1 </code></pre></div> <p dir="auto"><a href="https://github.com/flutter/flutter/files/2678594/flutter_01.log">flutter_01.log</a></p>
0
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd dates = pd.date_range('2017-01-01', '2017-01-31', tz='UTC') deltas = pd.TimedeltaIndex(pd.np.arange(0, len(dates)), unit='m') dates + deltas # Removing the tz='UTC' (making dates tz naive) works"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">pandas</span> <span class="pl-k">as</span> <span class="pl-s1">pd</span> <span class="pl-s1">dates</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-en">date_range</span>(<span class="pl-s">'2017-01-01'</span>, <span class="pl-s">'2017-01-31'</span>, <span class="pl-s1">tz</span><span class="pl-c1">=</span><span class="pl-s">'UTC'</span>) <span class="pl-s1">deltas</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">TimedeltaIndex</span>(<span class="pl-s1">pd</span>.<span class="pl-s1">np</span>.<span class="pl-en">arange</span>(<span class="pl-c1">0</span>, <span class="pl-en">len</span>(<span class="pl-s1">dates</span>)), <span class="pl-s1">unit</span><span class="pl-c1">=</span><span class="pl-s">'m'</span>) <span class="pl-s1">dates</span> <span class="pl-c1">+</span> <span class="pl-s1">deltas</span> <span class="pl-c"># Removing the tz='UTC' (making dates tz naive) works</span></pre></div> <p dir="auto">throws:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="TypeError Traceback (most recent call last) &lt;ipython-input-28-708df3869f57&gt; in &lt;module&gt;() 3 dates = pd.date_range('2017-01-01', '2017-01-31', tz='UTC') 4 deltas = pd.TimedeltaIndex(pd.np.arange(0, len(dates)), unit='m') ----&gt; 5 dates + deltas ~/miniconda/lib/python3.6/site-packages/pandas/core/indexes/datetimelike.py in __add__(self, other) 643 from pandas.tseries.offsets import DateOffset 644 if isinstance(other, TimedeltaIndex): --&gt; 645 return self._add_delta(other) 646 elif isinstance(self, TimedeltaIndex) and isinstance(other, Index): 647 if hasattr(other, '_add_delta'): ~/miniconda/lib/python3.6/site-packages/pandas/core/indexes/datetimes.py in _add_delta(self, delta) 814 new_values = self._add_delta_td(delta) 815 elif isinstance(delta, TimedeltaIndex): --&gt; 816 new_values = self._add_delta_tdi(delta) 817 # update name when delta is Index 818 name = com._maybe_match_name(self, delta) ~/miniconda/lib/python3.6/site-packages/pandas/core/indexes/datetimelike.py in _add_delta_tdi(self, other) 727 mask = (self._isnan) | (other._isnan) 728 new_values[mask] = iNaT --&gt; 729 return new_values.view(self.dtype) 730 731 def isin(self, values): TypeError: data type not understood"><pre class="notranslate"><span class="pl-v">TypeError</span> <span class="pl-v">Traceback</span> (<span class="pl-s1">most</span> <span class="pl-s1">recent</span> <span class="pl-s1">call</span> <span class="pl-s1">last</span>) <span class="pl-c1">&lt;</span><span class="pl-s1">ipython</span><span class="pl-c1">-</span><span class="pl-s1">input</span><span class="pl-c1">-</span><span class="pl-c1">28</span><span class="pl-c1">-</span><span class="pl-c1">708</span><span class="pl-s1">df3869f57</span><span class="pl-c1">&gt;</span> <span class="pl-s1">in</span> <span class="pl-c1">&lt;</span><span class="pl-s1">module</span><span class="pl-c1">&gt;</span>() <span class="pl-c1">3</span> <span class="pl-s1">dates</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-en">date_range</span>(<span class="pl-s">'2017-01-01'</span>, <span class="pl-s">'2017-01-31'</span>, <span class="pl-s1">tz</span><span class="pl-c1">=</span><span class="pl-s">'UTC'</span>) <span class="pl-c1">4</span> <span class="pl-s1">deltas</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">TimedeltaIndex</span>(<span class="pl-s1">pd</span>.<span class="pl-s1">np</span>.<span class="pl-en">arange</span>(<span class="pl-c1">0</span>, <span class="pl-en">len</span>(<span class="pl-s1">dates</span>)), <span class="pl-s1">unit</span><span class="pl-c1">=</span><span class="pl-s">'m'</span>) <span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">&gt;</span> <span class="pl-c1">5</span> <span class="pl-s1">dates</span> <span class="pl-c1">+</span> <span class="pl-s1">deltas</span> <span class="pl-c1">~</span><span class="pl-c1">/</span><span class="pl-s1">miniconda</span><span class="pl-c1">/</span><span class="pl-s1">lib</span><span class="pl-c1">/</span><span class="pl-s1">python3</span>.<span class="pl-c1">6</span><span class="pl-c1">/</span><span class="pl-s1">site</span><span class="pl-c1">-</span><span class="pl-s1">packages</span><span class="pl-c1">/</span><span class="pl-s1">pandas</span><span class="pl-c1">/</span><span class="pl-s1">core</span><span class="pl-c1">/</span><span class="pl-s1">indexes</span><span class="pl-c1">/</span><span class="pl-s1">datetimelike</span>.<span class="pl-s1">py</span> <span class="pl-c1">in</span> <span class="pl-en">__add__</span>(<span class="pl-s1">self</span>, <span class="pl-s1">other</span>) <span class="pl-c1">643</span> <span class="pl-k">from</span> <span class="pl-s1">pandas</span>.<span class="pl-s1">tseries</span>.<span class="pl-s1">offsets</span> <span class="pl-k">import</span> <span class="pl-v">DateOffset</span> <span class="pl-c1">644</span> <span class="pl-k">if</span> <span class="pl-en">isinstance</span>(<span class="pl-s1">other</span>, <span class="pl-v">TimedeltaIndex</span>): <span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">&gt;</span> <span class="pl-c1">645</span> <span class="pl-s1">return</span> <span class="pl-s1">self</span>.<span class="pl-en">_add_delta</span>(<span class="pl-s1">other</span>) <span class="pl-c1">646</span> <span class="pl-s1">elif</span> <span class="pl-en">isinstance</span>(<span class="pl-s1">self</span>, <span class="pl-v">TimedeltaIndex</span>) <span class="pl-c1">and</span> <span class="pl-en">isinstance</span>(<span class="pl-s1">other</span>, <span class="pl-v">Index</span>): <span class="pl-c1">647</span> <span class="pl-k">if</span> <span class="pl-en">hasattr</span>(<span class="pl-s1">other</span>, <span class="pl-s">'_add_delta'</span>): <span class="pl-c1">~</span><span class="pl-c1">/</span><span class="pl-s1">miniconda</span><span class="pl-c1">/</span><span class="pl-s1">lib</span><span class="pl-c1">/</span><span class="pl-s1">python3</span>.<span class="pl-c1">6</span><span class="pl-c1">/</span><span class="pl-s1">site</span><span class="pl-c1">-</span><span class="pl-s1">packages</span><span class="pl-c1">/</span><span class="pl-s1">pandas</span><span class="pl-c1">/</span><span class="pl-s1">core</span><span class="pl-c1">/</span><span class="pl-s1">indexes</span><span class="pl-c1">/</span><span class="pl-s1">datetimes</span>.<span class="pl-s1">py</span> <span class="pl-c1">in</span> <span class="pl-en">_add_delta</span>(<span class="pl-s1">self</span>, <span class="pl-s1">delta</span>) <span class="pl-c1">814</span> <span class="pl-s1">new_values</span> <span class="pl-c1">=</span> <span class="pl-s1">self</span>.<span class="pl-en">_add_delta_td</span>(<span class="pl-s1">delta</span>) <span class="pl-c1">815</span> <span class="pl-k">elif</span> <span class="pl-en">isinstance</span>(<span class="pl-s1">delta</span>, <span class="pl-v">TimedeltaIndex</span>): <span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">&gt;</span> <span class="pl-c1">816</span> <span class="pl-s1">new_values</span> <span class="pl-c1">=</span> <span class="pl-s1">self</span>.<span class="pl-en">_add_delta_tdi</span>(<span class="pl-s1">delta</span>) <span class="pl-c1">817</span> <span class="pl-c"># update name when delta is Index</span> <span class="pl-c1">818</span> <span class="pl-s1">name</span> <span class="pl-c1">=</span> <span class="pl-s1">com</span>.<span class="pl-en">_maybe_match_name</span>(<span class="pl-s1">self</span>, <span class="pl-s1">delta</span>) <span class="pl-c1">~</span><span class="pl-c1">/</span><span class="pl-s1">miniconda</span><span class="pl-c1">/</span><span class="pl-s1">lib</span><span class="pl-c1">/</span><span class="pl-s1">python3</span>.<span class="pl-c1">6</span><span class="pl-c1">/</span><span class="pl-s1">site</span><span class="pl-c1">-</span><span class="pl-s1">packages</span><span class="pl-c1">/</span><span class="pl-s1">pandas</span><span class="pl-c1">/</span><span class="pl-s1">core</span><span class="pl-c1">/</span><span class="pl-s1">indexes</span><span class="pl-c1">/</span><span class="pl-s1">datetimelike</span>.<span class="pl-s1">py</span> <span class="pl-c1">in</span> <span class="pl-en">_add_delta_tdi</span>(<span class="pl-s1">self</span>, <span class="pl-s1">other</span>) <span class="pl-c1">727</span> <span class="pl-s1">mask</span> <span class="pl-c1">=</span> (<span class="pl-s1">self</span>.<span class="pl-s1">_isnan</span>) <span class="pl-c1">|</span> (<span class="pl-s1">other</span>.<span class="pl-s1">_isnan</span>) <span class="pl-c1">728</span> <span class="pl-s1">new_values</span>[<span class="pl-s1">mask</span>] <span class="pl-c1">=</span> <span class="pl-s1">iNaT</span> <span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">&gt;</span> <span class="pl-c1">729</span> <span class="pl-s1">return</span> <span class="pl-s1">new_values</span>.<span class="pl-en">view</span>(<span class="pl-s1">self</span>.<span class="pl-s1">dtype</span>) <span class="pl-c1">730</span> <span class="pl-c1">731</span> <span class="pl-s1">def</span> <span class="pl-en">isin</span>(<span class="pl-s1">self</span>, <span class="pl-s1">values</span>): <span class="pl-v">TypeError</span>: <span class="pl-s1">data</span> <span class="pl-s1">type</span> <span class="pl-c1">not</span> <span class="pl-s1">understood</span></pre></div> <h4 dir="auto">Problem description</h4> <p dir="auto">Adding TimedeltaIndex to timezone-aware DatetimeIndex throws a TypeError. The error goes away if the DatetimeIndex does not have a timezone.</p> <p dir="auto">(I vaguely remember seeing an issue on this, but can't seem to find it now when I search.)</p> <h4 dir="auto">Output of <code class="notranslate">pd.show_versions()</code></h4> <details> <h2 dir="auto">INSTALLED VERSIONS</h2> <p dir="auto">commit: None<br> python: 3.6.2.final.0<br> python-bits: 64<br> OS: Linux<br> OS-release: 4.10.0-33-generic<br> machine: x86_64<br> processor: x86_64<br> byteorder: little<br> LC_ALL: C.UTF-8<br> LANG: C.UTF-8<br> LOCALE: en_US.UTF-8</p> <p dir="auto">pandas: 0.21.0<br> pytest: None<br> pip: 9.0.1<br> setuptools: 36.5.0.post20170921<br> Cython: None<br> numpy: 1.13.3<br> scipy: 0.19.1<br> pyarrow: None<br> xarray: None<br> IPython: 6.2.1<br> sphinx: None<br> patsy: None<br> dateutil: 2.6.1<br> pytz: 2017.3<br> blosc: None<br> bottleneck: None<br> tables: 3.4.2<br> numexpr: 2.6.4<br> feather: None<br> matplotlib: 2.1.0<br> openpyxl: None<br> xlrd: 1.0.0<br> xlwt: None<br> xlsxwriter: None<br> lxml: None<br> bs4: 4.6.0<br> html5lib: 0.9999999<br> sqlalchemy: None<br> pymysql: None<br> psycopg2: None<br> jinja2: 2.10<br> s3fs: None<br> fastparquet: None<br> pandas_gbq: None<br> pandas_datareader: None</p> </details>
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" In [1]: import numpy as np, pandas as pd In [2]: dt = pd.DatetimeIndex([pd.Timestamp(&quot;2017/01/01&quot;)], tz='US/Eastern') # dtype=datetime64[ns, US/Eastern] In [3]: td_np = np.array([np.timedelta64(1, 'ns')]) # dtype=&quot;timedelta64[ns]&quot; In [4]: (dt + td_np).values # Bad, &quot;applies&quot; TZ twice to get 10:00 instead of 05:00! Out[4]: array(['2017-01-01T10:00:00.000000001'], dtype='datetime64[ns]') In [5]: (dt + td_np[0]).values Out[5]: array(['2017-01-01T05:00:00.000000001'], dtype='datetime64[ns]') In [6]: (dt + pd.Series(td_np)).values Out[6]: array(['2017-01-01T05:00:00.000000001'], dtype='datetime64[ns]') In [7]: (dt.tz_convert(None) + td_np).values Out[7]: array(['2017-01-01T05:00:00.000000001'], dtype='datetime64[ns]') In [8]: (dt.values + td_np) Out[8]: array(['2017-01-01T05:00:00.000000001'], dtype='datetime64[ns]') In [9]: (dt + pd.TimedeltaIndex(td_np)) TypeError: data type not understood"><pre class="notranslate"><span class="pl-v">In</span> [<span class="pl-c1">1</span>]: <span class="pl-s1">import</span> <span class="pl-s1">numpy</span> <span class="pl-k">as</span> <span class="pl-s1">np</span>, <span class="pl-s1">pandas</span> <span class="pl-k">as</span> <span class="pl-s1">pd</span> <span class="pl-v">In</span> [<span class="pl-c1">2</span>]: <span class="pl-s1">dt</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">DatetimeIndex</span>([<span class="pl-s1">pd</span>.<span class="pl-v">Timestamp</span>(<span class="pl-s">"2017/01/01"</span>)], <span class="pl-s1">tz</span><span class="pl-c1">=</span><span class="pl-s">'US/Eastern'</span>) <span class="pl-c"># dtype=datetime64[ns, US/Eastern]</span> <span class="pl-v">In</span> [<span class="pl-c1">3</span>]: <span class="pl-s1">td_np</span> <span class="pl-c1">=</span> <span class="pl-s1">np</span>.<span class="pl-en">array</span>([<span class="pl-s1">np</span>.<span class="pl-en">timedelta64</span>(<span class="pl-c1">1</span>, <span class="pl-s">'ns'</span>)]) <span class="pl-c"># dtype="timedelta64[ns]"</span> <span class="pl-v">In</span> [<span class="pl-c1">4</span>]: (<span class="pl-s1">dt</span> <span class="pl-c1">+</span> <span class="pl-s1">td_np</span>).<span class="pl-s1">values</span> <span class="pl-c"># Bad, "applies" TZ twice to get 10:00 instead of 05:00!</span> <span class="pl-v">Out</span>[<span class="pl-c1">4</span>]: <span class="pl-en">array</span>([<span class="pl-s">'2017-01-01T10:00:00.000000001'</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'datetime64[ns]'</span>) <span class="pl-v">In</span> [<span class="pl-c1">5</span>]: (<span class="pl-s1">dt</span> <span class="pl-c1">+</span> <span class="pl-s1">td_np</span>[<span class="pl-c1">0</span>]).<span class="pl-s1">values</span> <span class="pl-v">Out</span>[<span class="pl-c1">5</span>]: <span class="pl-en">array</span>([<span class="pl-s">'2017-01-01T05:00:00.000000001'</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'datetime64[ns]'</span>) <span class="pl-v">In</span> [<span class="pl-c1">6</span>]: (<span class="pl-s1">dt</span> <span class="pl-c1">+</span> <span class="pl-s1">pd</span>.<span class="pl-v">Series</span>(<span class="pl-s1">td_np</span>)).<span class="pl-s1">values</span> <span class="pl-v">Out</span>[<span class="pl-c1">6</span>]: <span class="pl-en">array</span>([<span class="pl-s">'2017-01-01T05:00:00.000000001'</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'datetime64[ns]'</span>) <span class="pl-v">In</span> [<span class="pl-c1">7</span>]: (<span class="pl-s1">dt</span>.<span class="pl-en">tz_convert</span>(<span class="pl-c1">None</span>) <span class="pl-c1">+</span> <span class="pl-s1">td_np</span>).<span class="pl-s1">values</span> <span class="pl-v">Out</span>[<span class="pl-c1">7</span>]: <span class="pl-en">array</span>([<span class="pl-s">'2017-01-01T05:00:00.000000001'</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'datetime64[ns]'</span>) <span class="pl-v">In</span> [<span class="pl-c1">8</span>]: (<span class="pl-s1">dt</span>.<span class="pl-s1">values</span> <span class="pl-c1">+</span> <span class="pl-s1">td_np</span>) <span class="pl-v">Out</span>[<span class="pl-c1">8</span>]: <span class="pl-en">array</span>([<span class="pl-s">'2017-01-01T05:00:00.000000001'</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'datetime64[ns]'</span>) <span class="pl-v">In</span> [<span class="pl-c1">9</span>]: (<span class="pl-s1">dt</span> <span class="pl-c1">+</span> <span class="pl-s1">pd</span>.<span class="pl-v">TimedeltaIndex</span>(<span class="pl-s1">td_np</span>)) <span class="pl-v">TypeError</span>: <span class="pl-s1">data</span> <span class="pl-s1">type</span> <span class="pl-c1">not</span> <span class="pl-s1">understood</span></pre></div> <h4 dir="auto">Problem description</h4> <p dir="auto">(Above is run on 0.20.3) When adding a tz-aware <code class="notranslate">DatetimeIndex</code> and a numpy array of timedeltas, the result incorrectly has the timezone applied twice. There are several related issues on tz-aware <code class="notranslate">DatetimeIndex</code> and <code class="notranslate">timedelta</code> sums on the issue tracker, for example <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="171675171" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/14022" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/14022/hovercard" href="https://github.com/pandas-dev/pandas/issues/14022">#14022</a>. However, as far as I've read, those issues appear to have been mostly resolved as of ~0.19; this case just slipped through the cracks. I haven't found any other variants of this bug, except maybe that tz-aware <code class="notranslate">DatetimeIndex + TimedeltaIndex</code> raises an exception.</p> <p dir="auto">(Just for context, I am not relying on this behavior, just happened to come across it while updating some tests to use pandas 0.20.3, but it could lead to someone silently getting incorrect results.)</p> <p dir="auto">I think all that needs to be fixed here is to add another case in <code class="notranslate">pd.DatetimeIndex[OpsMixin].__add__</code> to handle any array-like with <code class="notranslate">dtype=timedelta64[..]</code>. (Maybe there's a more general upstream solution?) If someone confirms I can submit a patch.</p> <h4 dir="auto">Expected Output</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" In [4]: (dt + td_np).values Out[5]: array(['2017-01-01T05:00:00.000000001'], dtype='datetime64[ns]')"><pre class="notranslate"><span class="pl-v">In</span> [<span class="pl-c1">4</span>]: (<span class="pl-s1">dt</span> <span class="pl-c1">+</span> <span class="pl-s1">td_np</span>).<span class="pl-s1">values</span> <span class="pl-v">Out</span>[<span class="pl-c1">5</span>]: <span class="pl-en">array</span>([<span class="pl-s">'2017-01-01T05:00:00.000000001'</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'datetime64[ns]'</span>)</pre></div> <h4 dir="auto">Output of <code class="notranslate">pd.show_versions()</code></h4> <details> INSTALLED VERSIONS ------------------ commit: None python: 2.7.6.final.0 python-bits: 64 OS: Linux OS-release: 4.4.75-el6.x86_64.lime.1 machine: x86_64 processor: x86_64 byteorder: little LC_ALL: None LANG: en_US.UTF-8 LOCALE: None.None <p dir="auto">pandas: 0.20.3<br> pytest: 2.9.1<br> pip: 7.1.0<br> setuptools: 19.4<br> Cython: 0.24<br> numpy: 1.13.1<br> scipy: 0.17.0<br> xarray: None<br> IPython: 5.1.0<br> sphinx: 1.4.5<br> patsy: 0.4.1<br> dateutil: 2.2<br> pytz: 2015.2<br> blosc: None<br> bottleneck: None<br> tables: None<br> numexpr: None<br> feather: None<br> matplotlib: 1.5.3<br> openpyxl: 1.8.6<br> xlrd: 0.9.3<br> xlwt: None<br> xlsxwriter: None<br> lxml: 3.6.0<br> bs4: 4.4.0<br> html5lib: None<br> sqlalchemy: 1.0.12<br> pymysql: 0.6.3.None<br> psycopg2: None<br> jinja2: 2.9.6<br> s3fs: None<br> pandas_gbq: None<br> pandas_datareader: None</p> </details>
1
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">$ ansible --version<br> ansible 2.0.0 (devel <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/a5dfb35301ad7f6fed64255e794a54116cb520d9/hovercard" href="https://github.com/ansible/ansible/commit/a5dfb35301ad7f6fed64255e794a54116cb520d9"><tt>a5dfb35</tt></a>) last updated 2015/06/29 16:02:56 (GMT -500)<br> lib/ansible/modules/core: (detached HEAD <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/50912c9092eb567c5dc61c47eecd2ccc585ae364/hovercard" href="https://github.com/ansible/ansible/commit/50912c9092eb567c5dc61c47eecd2ccc585ae364"><tt>50912c9</tt></a>) last updated 2015/06/25 13:21:33 (GMT -500)<br> lib/ansible/modules/extras: (detached HEAD <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/dec7d95d514ca89c2784b63d836dd6fb872bdd9c/hovercard" href="https://github.com/ansible/ansible/commit/dec7d95d514ca89c2784b63d836dd6fb872bdd9c"><tt>dec7d95</tt></a>) last updated 2015/06/25 13:21:33 (GMT -500)<br> v1/ansible/modules/core: (detached HEAD <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/f8d8af17cdc72500af8319c96004b86ac702a0a4/hovercard" href="https://github.com/ansible/ansible/commit/f8d8af17cdc72500af8319c96004b86ac702a0a4"><tt>f8d8af1</tt></a>) last updated 2015/06/03 00:37:54 (GMT -500)<br> v1/ansible/modules/extras: (detached HEAD <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/495ad450e53feb1cd26218dc68056cc34d1ea9ff/hovercard" href="https://github.com/ansible/ansible/commit/495ad450e53feb1cd26218dc68056cc34d1ea9ff"><tt>495ad45</tt></a>) last updated 2015/06/03 00:37:58 (GMT -500)<br> configured module search path = None</p> <h5 dir="auto">Ansible Configuration:</h5> <p dir="auto">$ source hacking/env-setup</p> <h5 dir="auto">Environment:</h5> <p dir="auto">OS X Yosemite 10.10.3</p> <p dir="auto">$ python -V<br> Python 2.7.6</p> <p dir="auto">$ pip freeze<br> ansible==2.0.0<br> coverage==3.7.1<br> coveralls==0.5<br> docopt==0.6.2<br> ecdsa==0.13<br> epdb==0.12<br> httplib2==0.9.1<br> isodate==0.5.1<br> Jinja2==2.7.3<br> kerberos==1.2.2<br> linecache2==1.0.0<br> MarkupSafe==0.23<br> mock==1.0.1<br> nose==1.3.7<br> paramiko==1.15.2<br> passlib==1.6.2<br> pycrypto==2.6.1<br> pywinrm==0.0.3<br> PyYAML==3.11<br> requests==2.7.0<br> six==1.9.0<br> traceback2==1.4.0<br> unittest2==1.0.1<br> xmltodict==0.9.2</p> <h5 dir="auto">Summary:</h5> <p dir="auto">AttributeError: 'list' object has no attribute 'intersection'</p> <h5 dir="auto">Steps To Reproduce:</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ source hacking/env-setup $ cd ../playbooks/ $ ansible-playbook --ask-pass --ask-sudo-pass -i testing-servers linux-servers.yml --tags &quot;apt&quot; SSH password: SUDO password[defaults to SSH password]: PLAY: *************************************************************************** Traceback (most recent call last): File &quot;/Users/tanner/projects/ansible.git/ansible/bin/ansible-playbook&quot;, line 66, in &lt;module&gt; sys.exit(cli.run()) File &quot;/Users/tanner/projects/ansible.git/ansible/lib/ansible/cli/playbook.py&quot;, line 161, in run results = pbex.run() File &quot;/Users/tanner/projects/ansible.git/ansible/lib/ansible/executor/playbook_executor.py&quot;, line 127, in run result = self._tqm.run(play=play) File &quot;/Users/tanner/projects/ansible.git/ansible/lib/ansible/executor/task_queue_manager.py&quot;, line 250, in run iterator = PlayIterator(inventory=self._inventory, play=new_play, connection_info=connection_info, all_vars=all_vars) File &quot;/Users/tanner/projects/ansible.git/ansible/lib/ansible/executor/play_iterator.py&quot;, line 95, in __init__ new_block = block.filter_tagged_tasks(connection_info, all_vars) File &quot;/Users/tanner/projects/ansible.git/ansible/lib/ansible/playbook/block.py&quot;, line 318, in filter_tagged_tasks new_block.block = evaluate_and_append_task(self.block) File &quot;/Users/tanner/projects/ansible.git/ansible/lib/ansible/playbook/block.py&quot;, line 313, in evaluate_and_append_task if task.evaluate_tags(connection_info.only_tags, connection_info.skip_tags, all_vars=all_vars): File &quot;/Users/tanner/projects/ansible.git/ansible/lib/ansible/playbook/taggable.py&quot;, line 82, in evaluate_tags elif tags.intersection(only_tags): AttributeError: 'list' object has no attribute 'intersection'"><pre class="notranslate"><code class="notranslate">$ source hacking/env-setup $ cd ../playbooks/ $ ansible-playbook --ask-pass --ask-sudo-pass -i testing-servers linux-servers.yml --tags "apt" SSH password: SUDO password[defaults to SSH password]: PLAY: *************************************************************************** Traceback (most recent call last): File "/Users/tanner/projects/ansible.git/ansible/bin/ansible-playbook", line 66, in &lt;module&gt; sys.exit(cli.run()) File "/Users/tanner/projects/ansible.git/ansible/lib/ansible/cli/playbook.py", line 161, in run results = pbex.run() File "/Users/tanner/projects/ansible.git/ansible/lib/ansible/executor/playbook_executor.py", line 127, in run result = self._tqm.run(play=play) File "/Users/tanner/projects/ansible.git/ansible/lib/ansible/executor/task_queue_manager.py", line 250, in run iterator = PlayIterator(inventory=self._inventory, play=new_play, connection_info=connection_info, all_vars=all_vars) File "/Users/tanner/projects/ansible.git/ansible/lib/ansible/executor/play_iterator.py", line 95, in __init__ new_block = block.filter_tagged_tasks(connection_info, all_vars) File "/Users/tanner/projects/ansible.git/ansible/lib/ansible/playbook/block.py", line 318, in filter_tagged_tasks new_block.block = evaluate_and_append_task(self.block) File "/Users/tanner/projects/ansible.git/ansible/lib/ansible/playbook/block.py", line 313, in evaluate_and_append_task if task.evaluate_tags(connection_info.only_tags, connection_info.skip_tags, all_vars=all_vars): File "/Users/tanner/projects/ansible.git/ansible/lib/ansible/playbook/taggable.py", line 82, in evaluate_tags elif tags.intersection(only_tags): AttributeError: 'list' object has no attribute 'intersection' </code></pre></div>
<p dir="auto">Via a git bisect, I have found that a recent traceback when specifying tags on the command line, was introduced in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/0eb1c880ddac9547560040311739b5ca8291a642/hovercard" href="https://github.com/ansible/ansible/commit/0eb1c880ddac9547560040311739b5ca8291a642"><tt>0eb1c88</tt></a> to resolve <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="46210973" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/9380" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/9380/hovercard" href="https://github.com/ansible/ansible/issues/9380">#9380</a></p> <p dir="auto">That commit references:</p> <blockquote> <p dir="auto">Use itertools instead of set for tags</p> </blockquote> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last): File &quot;/Users/matt/python_venvs/ansibledev/ansible/bin/ansible-playbook&quot;, line 66, in &lt;module&gt; sys.exit(cli.run()) File &quot;/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/cli/playbook.py&quot;, line 161, in run results = pbex.run() File &quot;/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/executor/playbook_executor.py&quot;, line 127, in run result = self._tqm.run(play=play) File &quot;/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/executor/task_queue_manager.py&quot;, line 248, in run iterator = PlayIterator(inventory=self._inventory, play=new_play, connection_info=connection_info, all_vars=all_vars) File &quot;/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/executor/play_iterator.py&quot;, line 95, in __init__ new_block = block.filter_tagged_tasks(connection_info, all_vars) File &quot;/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/playbook/block.py&quot;, line 318, in filter_tagged_tasks new_block.block = evaluate_and_append_task(self.block) File &quot;/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/playbook/block.py&quot;, line 313, in evaluate_and_append_task if task.evaluate_tags(connection_info.only_tags, connection_info.skip_tags, all_vars=all_vars): File &quot;/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/playbook/taggable.py&quot;, line 82, in evaluate_tags elif tags.intersection(only_tags): AttributeError: 'list' object has no attribute 'intersection'"><pre class="notranslate"><code class="notranslate">Traceback (most recent call last): File "/Users/matt/python_venvs/ansibledev/ansible/bin/ansible-playbook", line 66, in &lt;module&gt; sys.exit(cli.run()) File "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/cli/playbook.py", line 161, in run results = pbex.run() File "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/executor/playbook_executor.py", line 127, in run result = self._tqm.run(play=play) File "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/executor/task_queue_manager.py", line 248, in run iterator = PlayIterator(inventory=self._inventory, play=new_play, connection_info=connection_info, all_vars=all_vars) File "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/executor/play_iterator.py", line 95, in __init__ new_block = block.filter_tagged_tasks(connection_info, all_vars) File "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/playbook/block.py", line 318, in filter_tagged_tasks new_block.block = evaluate_and_append_task(self.block) File "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/playbook/block.py", line 313, in evaluate_and_append_task if task.evaluate_tags(connection_info.only_tags, connection_info.skip_tags, all_vars=all_vars): File "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/playbook/taggable.py", line 82, in evaluate_tags elif tags.intersection(only_tags): AttributeError: 'list' object has no attribute 'intersection' </code></pre></div> <p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jimi-c/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jimi-c">@jimi-c</a></p>
1
<h3 dir="auto">Description:</h3> <p dir="auto">There are two examples for "tflite image classification on android" on the Tensorflow repo which achieve the same thing. They both have almost identical code but slight differences(In UI and in code).</p> <p dir="auto"><strong>Example A:</strong> <a href="https://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/android">https://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/android</a><br> <strong>Example B:</strong> <a href="https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/java">https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/java</a></p> <p dir="auto">I would like to know which one is supposed to be used, and whether they can be merged so that this confusion is avoided?</p> <h3 dir="auto">Example of a difference:</h3> <ul dir="auto"> <li>In example A we do <strong>not</strong> create a NNAPI Delegate</li> </ul> <p dir="auto"><a href="https://github.com/tensorflow/examples/blob/156a12782a06f085adeb6b352c2763648cece066/lite/examples/image_classification/android/app/src/main/java/org/tensorflow/lite/examples/classification/tflite/Classifier.java#L179">https://github.com/tensorflow/examples/blob/156a12782a06f085adeb6b352c2763648cece066/lite/examples/image_classification/android/app/src/main/java/org/tensorflow/lite/examples/classification/tflite/Classifier.java#L179</a></p> <ul dir="auto"> <li>But in example B we do create an NNAPI Delegate</li> </ul> <p dir="auto"></p><div class="Box Box--condensed my-2"> <div class="Box-header f6"> <p class="mb-0 text-bold"> <a href="https://github.com/tensorflow/tensorflow/blob/e8ad5b0552a03e5d065a8f302dd0c0e0ae6b3925/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ImageClassifier.java#L186">tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ImageClassifier.java</a> </p> <p class="mb-0 color-fg-muted"> Line 186 in <a data-pjax="true" class="commit-tease-sha" href="/tensorflow/tensorflow/commit/e8ad5b0552a03e5d065a8f302dd0c0e0ae6b3925">e8ad5b0</a> </p> </div> <div itemprop="text" class="Box-body p-0 blob-wrapper blob-wrapper-embedded data"> <table class="highlight tab-size mb-0 js-file-line-container" data-tab-size="8" data-paste-markdown-skip=""> <tbody><tr class="border-0"> <td id="L186" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="186"></td> <td id="LC186" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-s1">nnapiDelegate</span> = <span class="pl-k">new</span> <span class="pl-smi">NnApiDelegate</span>(); </td> </tr> </tbody></table> </div> </div> <p></p>
<p dir="auto">zero_debias for moving average was introduced recently on master branches. (tensorflow/tensorflow/python/training/moving_averages.py)<br> Variables in func “_zero_debias” is created by "variable_scope.get_variable", while slot_creator creates moving variable with "variables.Variable". This causes some problem when outer scope set “reuse=True”, if we only want to reuse variables of the network but not the moving averages.<br> At least, the new feature introduces inconsistency on how to maintain moving variables.</p>
0
<p dir="auto">Does next support component structure caching?</p> <p dir="auto">react-component-caching</p>
<p dir="auto">Ref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="208736874" data-permission-text="Title is private" data-url="https://github.com/vercel/next.js/issues/1209" data-hovercard-type="issue" data-hovercard-url="/vercel/next.js/issues/1209/hovercard" href="https://github.com/vercel/next.js/issues/1209">#1209</a></p> <p dir="auto">With this we could easily allow to use alternative server renderes like Preact, Inferno, <a href="https://github.com/FormidableLabs/rapscallion">rapscallion</a>.</p>
1
<p dir="auto">In Glide , I am want to download image from url, and save it to SDCard. Then, I can use this image next time .How can I do this ?</p>
<p dir="auto">There are some changes in 3.8.0 which are not yet available in 4.0.<br> This ticket is here to remind that <a href="https://github.com/bumptech/glide/issues?utf8=%E2%9C%93&amp;q=milestone%3A3.8.0">3.8.0 milestone</a> need to revised for commits that should be forward ported into the new version, see also commits: <a href="https://github.com/bumptech/glide/compare/v3.7.0...3.0">v3.7.0..v3.8.0</a>.</p> <p dir="auto">If anyone wants to do it, it's up for grabs!</p>
0
<p dir="auto">我在使用cerely4.4.7+redis3.5.3的时候,单独一个线程进行测试使用.get()能正常取到返回值,</p>
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery. (I cannot test this because it's a production server)</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> This has already been asked to the <a href="https://groups.google.com/forum/#!forum/celery-users" rel="nofollow">discussion group</a> first.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br> <a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contribution guide</a><br> on reporting bugs.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Bug+Report%22+-label%3A%22Category%3A+Documentation%22">issues list</a><br> for similar or identical bug reports.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22PR+Type%3A+Bugfix%22+-label%3A%22Category%3A+Documentation%22">pull requests list</a><br> for existing proposed fixes.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/commits/master">commit log</a><br> to find out if the bug was already fixed in the master branch.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all related issues and possible duplicate issues<br> in this issue (If there are none, check this box anyway).</li> </ul> <h2 dir="auto">Mandatory Debugging Information</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br> (if you are not able to do this, then at least specify the Celery<br> version affected).</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery. (I cannot test this because it's a production server)</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the contents of <code class="notranslate">pip freeze</code> in the issue.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all the versions of all the external dependencies required<br> to reproduce this bug.</li> </ul> <h2 dir="auto">Optional Debugging Information</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one Python version<br> and/or implementation.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one message broker and/or<br> result backend.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one version of the message<br> broker and/or result backend.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one operating system.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have tried reproducing the issue on more than one workers pool.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have tried reproducing the issue with autoscaling, retries,<br> ETA/Countdown &amp; rate limits disabled.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue after downgrading<br> and/or upgrading Celery and its dependencies.</li> </ul> <h2 dir="auto">Related Issues and Possible Duplicates</h2> <h4 dir="auto">Related Issues</h4> <ul dir="auto"> <li>None</li> </ul> <h4 dir="auto">Possible Duplicates</h4> <ul dir="auto"> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="287481346" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/4480" data-hovercard-type="issue" data-hovercard-url="/celery/celery/issues/4480/hovercard" href="https://github.com/celery/celery/issues/4480">#4480</a> (But that issue is about the AMQP broker, and I'm using Redis)</li> </ul> <h2 dir="auto">Environment &amp; Settings</h2> <p dir="auto"><strong>Celery version</strong>: 4.4.7 (cliffs)</p> <details> <summary><b><code class="notranslate">celery report</code> Output:</b></summary> <p dir="auto"> </p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="software -&gt; celery:4.4.7 (cliffs) kombu:4.6.11 py:3.6.9 billiard:3.6.3.0 redis:3.5.3 platform -&gt; system:Linux arch:64bit, ELF kernel version:4.15.0-115-generic imp:CPython loader -&gt; celery.loaders.app.AppLoader settings -&gt; transport:redis results:redis+socket:///var/run/redis/redis-server.sock ABSOLUTE_URL_OVERRIDES: { } ADMINS: [] ALLOWED_HOSTS: ['proj.com'] APPEND_SLASH: True AUTHENTICATION_BACKENDS: ['django.contrib.auth.backends.ModelBackend'] AUTH_PASSWORD_VALIDATORS: '********' AUTH_USER_MODEL: 'accounts.CustomUser' BASE_DIR: '/home/proj/website' CACHES: { 'default': { 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': 'unix:/var/run/memcached/memcached.sock'}} CACHE_MIDDLEWARE_ALIAS: 'default' CACHE_MIDDLEWARE_KEY_PREFIX: '********' CACHE_MIDDLEWARE_SECONDS: 600 CELERY_BROKER_URL: 'redis+socket:///var/run/redis/redis-server.sock' CELERY_RESULT_BACKEND: 'redis+socket:///var/run/redis/redis-server.sock' CSRF_COOKIE_AGE: 31449600 CSRF_COOKIE_DOMAIN: None CSRF_COOKIE_HTTPONLY: False CSRF_COOKIE_NAME: 'csrftoken' CSRF_COOKIE_PATH: '/' CSRF_COOKIE_SAMESITE: 'Lax' CSRF_COOKIE_SECURE: False CSRF_FAILURE_VIEW: 'django.views.csrf.csrf_failure' CSRF_HEADER_NAME: 'HTTP_X_CSRFTOKEN' CSRF_TRUSTED_ORIGINS: [] CSRF_USE_SESSIONS: False DATABASES: { 'default': { 'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.postgresql', 'HOST': 'localhost', 'NAME': 'proj', 'OPTIONS': {}, 'PASSWORD': '********', 'PORT': '', 'TEST': { 'CHARSET': None, 'COLLATION': None, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'postgres'}} DATABASE_ROUTERS: '********' DATA_UPLOAD_MAX_MEMORY_SIZE: 2621440 DATA_UPLOAD_MAX_NUMBER_FIELDS: 1000 DATETIME_FORMAT: 'N j, Y, P' DATETIME_INPUT_FORMATS: ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S.%f', '%Y-%m-%d %H:%M', '%Y-%m-%d', '%m/%d/%Y %H:%M:%S', '%m/%d/%Y %H:%M:%S.%f', '%m/%d/%Y %H:%M', '%m/%d/%Y', '%m/%d/%y %H:%M:%S', '%m/%d/%y %H:%M:%S.%f', '%m/%d/%y %H:%M', '%m/%d/%y'] DATE_FORMAT: 'N j, Y' DATE_INPUT_FORMATS: ['%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', '%b %d %Y', '%b %d, %Y', '%d %b %Y', '%d %b, %Y', '%B %d %Y', '%B %d, %Y', '%d %B %Y', '%d %B, %Y'] DEBUG: False DEBUG_PROPAGATE_EXCEPTIONS: False DECIMAL_SEPARATOR: '.' DEFAULT_CHARSET: 'utf-8' DEFAULT_EXCEPTION_REPORTER_FILTER: 'django.views.debug.SafeExceptionReporterFilter' DEFAULT_FILE_STORAGE: 'django.core.files.storage.FileSystemStorage' DEFAULT_FROM_EMAIL: 'PROJ &lt;[email protected]&gt;' DEFAULT_INDEX_TABLESPACE: '' DEFAULT_TABLESPACE: '' DISALLOWED_USER_AGENTS: [] EMAIL_BACKEND: 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST: 'localhost' EMAIL_HOST_PASSWORD: '********' EMAIL_HOST_USER: '' EMAIL_PORT: 25 EMAIL_SSL_CERTFILE: None EMAIL_SSL_KEYFILE: '********' EMAIL_SUBJECT_PREFIX: '[Django] ' EMAIL_TIMEOUT: None EMAIL_USE_LOCALTIME: False EMAIL_USE_SSL: False EMAIL_USE_TLS: False FILE_CHARSET: 'utf-8' FILE_UPLOAD_DIRECTORY_PERMISSIONS: None FILE_UPLOAD_HANDLERS: ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler'] FILE_UPLOAD_MAX_MEMORY_SIZE: 2621440 FILE_UPLOAD_PERMISSIONS: 420 FILE_UPLOAD_TEMP_DIR: None FIRST_DAY_OF_WEEK: 0 FIXTURE_DIRS: [] FORCE_SCRIPT_NAME: None FORMAT_MODULE_PATH: None FORM_RENDERER: 'django.forms.renderers.TemplatesSetting' IGNORABLE_404_URLS: [] INSTALLED_APPS: ['proj.apps.SuitConfig', 'fullurl', 'django_telegrambot', 'django_jalali', 'django_extensions', 'debug_toolbar', 'django_user_agents', 'htmlemailer', 'qsessions', 'django.forms', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.humanize', # .... my proj apps here ] INTERNAL_IPS: ['127.0.0.1'] LANGUAGES: (('fa', 'Farsi'), ('en', 'انگلیسی')) LANGUAGES_BIDI: ['he', 'ar', 'fa', 'ur'] LANGUAGE_CODE: 'fa' LANGUAGE_COOKIE_AGE: None LANGUAGE_COOKIE_DOMAIN: None LANGUAGE_COOKIE_HTTPONLY: False LANGUAGE_COOKIE_NAME: 'django_language' LANGUAGE_COOKIE_PATH: '/' LANGUAGE_COOKIE_SAMESITE: None LANGUAGE_COOKIE_SECURE: False LOCALE_PATHS: [] LOGGING: { 'disable_existing_loggers': False, 'formatters': { 'standard': { 'format': '%(asctime)s [%(levelname)s] ' '%(name)s: %(message)s'}}, 'handlers': { 'file': { 'backupCount': 10, 'class': 'logging.handlers.RotatingFileHandler', 'filename': '/var/log/proj/website.log', 'formatter': 'standard', 'level': 'INFO', 'maxBytes': 10485760}}, 'loggers': { 'django': { 'handlers': ['file'], 'level': 'INFO', 'propagate': True}}, 'version': 1} LOGGING_CONFIG: 'logging.config.dictConfig' LOGIN_REDIRECT_URL: 'dashboard' LOGIN_URL: 'login' LOGOUT_REDIRECT_URL: 'index' MANAGERS: [] MAX_STRING_LENGTH: 65536 MEDIA_ROOT: '/home/proj/website/media' MEDIA_URL: '/media/' MESSAGE_STORAGE: 'django.contrib.messages.storage.fallback.FallbackStorage' MESSAGE_TAGS: { 25: 'success', 40: 'danger'} MIDDLEWARE: ['htmlmin.middleware.MarkRequestMiddleware', 'htmlmin.middleware.HtmlMinifyMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware', 'django.middleware.security.SecurityMiddleware', 'qsessions.middleware.SessionMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'django_user_agents.middleware.UserAgentMiddleware'] MIGRATION_MODULES: { } MONTH_DAY_FORMAT: 'F j' NUMBER_GROUPING: 0 PASSWORD_HASHERS: '********' PASSWORD_RESET_TIMEOUT_DAYS: '********' PREPEND_WWW: False ROOT_URLCONF: 'proj.urls' SECRET_KEY: '********' SECURE_BROWSER_XSS_FILTER: False SECURE_CONTENT_TYPE_NOSNIFF: True SECURE_HSTS_INCLUDE_SUBDOMAINS: False SECURE_HSTS_PRELOAD: False SECURE_HSTS_SECONDS: 0 SECURE_PROXY_SSL_HEADER: None SECURE_REDIRECT_EXEMPT: [] SECURE_REFERRER_POLICY: None SECURE_SSL_HOST: None SECURE_SSL_REDIRECT: False SENTRY_API_KEY: '********' SENTRY_TRACES_SAMPLE_RATE: 0.0001 SERVER_EMAIL: 'root@localhost' SESSION_CACHE_ALIAS: 'default' SESSION_COOKIE_AGE: 1209600 SESSION_COOKIE_DOMAIN: None SESSION_COOKIE_HTTPONLY: True SESSION_COOKIE_NAME: 'sessionid' SESSION_COOKIE_PATH: '/' SESSION_COOKIE_SAMESITE: 'Lax' SESSION_COOKIE_SECURE: False SESSION_ENGINE: 'qsessions.backends.cached_db' SESSION_EXPIRE_AT_BROWSER_CLOSE: False SESSION_FILE_PATH: None SESSION_SAVE_EVERY_REQUEST: False SESSION_SERIALIZER: 'django.contrib.sessions.serializers.JSONSerializer' SETTINGS_MODULE: 'proj.settings' SHORT_DATETIME_FORMAT: 'm/d/Y P' SHORT_DATE_FORMAT: 'm/d/Y' SIGNING_BACKEND: 'django.core.signing.TimestampSigner' SILENCED_SYSTEM_CHECKS: [] STATICFILES_DIRS: ['/home/proj/website/proj/static'] STATICFILES_FINDERS: ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder'] STATICFILES_STORAGE: 'proj.storages.ForgivingManifestStaticFilesStorage' STATIC_ROOT: '/home/proj/website/static' STATIC_URL: '/static/' TEMPLATES: [{'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['/home/proj/website/templates'], 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages']}}] TEST_NON_SERIALIZED_APPS: [] TEST_RUNNER: 'django.test.runner.DiscoverRunner' THOUSAND_SEPARATOR: ',' TIME_FORMAT: 'P' TIME_INPUT_FORMATS: ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M'] TIME_ZONE: 'Asia/Tehran' USE_I18N: True USE_L10N: True USE_THOUSAND_SEPARATOR: False USE_TZ: True USE_X_FORWARDED_HOST: False USE_X_FORWARDED_PORT: False WSGI_APPLICATION: 'proj.wsgi.application' X_FRAME_OPTIONS: 'DENY' YEAR_MONTH_FORMAT: 'F Y' is_overridden: &lt;bound method Settings.is_overridden of &lt;Settings &quot;proj.settings&quot;&gt;&gt; "><pre class="notranslate"><code class="notranslate">software -&gt; celery:4.4.7 (cliffs) kombu:4.6.11 py:3.6.9 billiard:3.6.3.0 redis:3.5.3 platform -&gt; system:Linux arch:64bit, ELF kernel version:4.15.0-115-generic imp:CPython loader -&gt; celery.loaders.app.AppLoader settings -&gt; transport:redis results:redis+socket:///var/run/redis/redis-server.sock ABSOLUTE_URL_OVERRIDES: { } ADMINS: [] ALLOWED_HOSTS: ['proj.com'] APPEND_SLASH: True AUTHENTICATION_BACKENDS: ['django.contrib.auth.backends.ModelBackend'] AUTH_PASSWORD_VALIDATORS: '********' AUTH_USER_MODEL: 'accounts.CustomUser' BASE_DIR: '/home/proj/website' CACHES: { 'default': { 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': 'unix:/var/run/memcached/memcached.sock'}} CACHE_MIDDLEWARE_ALIAS: 'default' CACHE_MIDDLEWARE_KEY_PREFIX: '********' CACHE_MIDDLEWARE_SECONDS: 600 CELERY_BROKER_URL: 'redis+socket:///var/run/redis/redis-server.sock' CELERY_RESULT_BACKEND: 'redis+socket:///var/run/redis/redis-server.sock' CSRF_COOKIE_AGE: 31449600 CSRF_COOKIE_DOMAIN: None CSRF_COOKIE_HTTPONLY: False CSRF_COOKIE_NAME: 'csrftoken' CSRF_COOKIE_PATH: '/' CSRF_COOKIE_SAMESITE: 'Lax' CSRF_COOKIE_SECURE: False CSRF_FAILURE_VIEW: 'django.views.csrf.csrf_failure' CSRF_HEADER_NAME: 'HTTP_X_CSRFTOKEN' CSRF_TRUSTED_ORIGINS: [] CSRF_USE_SESSIONS: False DATABASES: { 'default': { 'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.postgresql', 'HOST': 'localhost', 'NAME': 'proj', 'OPTIONS': {}, 'PASSWORD': '********', 'PORT': '', 'TEST': { 'CHARSET': None, 'COLLATION': None, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'postgres'}} DATABASE_ROUTERS: '********' DATA_UPLOAD_MAX_MEMORY_SIZE: 2621440 DATA_UPLOAD_MAX_NUMBER_FIELDS: 1000 DATETIME_FORMAT: 'N j, Y, P' DATETIME_INPUT_FORMATS: ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S.%f', '%Y-%m-%d %H:%M', '%Y-%m-%d', '%m/%d/%Y %H:%M:%S', '%m/%d/%Y %H:%M:%S.%f', '%m/%d/%Y %H:%M', '%m/%d/%Y', '%m/%d/%y %H:%M:%S', '%m/%d/%y %H:%M:%S.%f', '%m/%d/%y %H:%M', '%m/%d/%y'] DATE_FORMAT: 'N j, Y' DATE_INPUT_FORMATS: ['%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', '%b %d %Y', '%b %d, %Y', '%d %b %Y', '%d %b, %Y', '%B %d %Y', '%B %d, %Y', '%d %B %Y', '%d %B, %Y'] DEBUG: False DEBUG_PROPAGATE_EXCEPTIONS: False DECIMAL_SEPARATOR: '.' DEFAULT_CHARSET: 'utf-8' DEFAULT_EXCEPTION_REPORTER_FILTER: 'django.views.debug.SafeExceptionReporterFilter' DEFAULT_FILE_STORAGE: 'django.core.files.storage.FileSystemStorage' DEFAULT_FROM_EMAIL: 'PROJ &lt;[email protected]&gt;' DEFAULT_INDEX_TABLESPACE: '' DEFAULT_TABLESPACE: '' DISALLOWED_USER_AGENTS: [] EMAIL_BACKEND: 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST: 'localhost' EMAIL_HOST_PASSWORD: '********' EMAIL_HOST_USER: '' EMAIL_PORT: 25 EMAIL_SSL_CERTFILE: None EMAIL_SSL_KEYFILE: '********' EMAIL_SUBJECT_PREFIX: '[Django] ' EMAIL_TIMEOUT: None EMAIL_USE_LOCALTIME: False EMAIL_USE_SSL: False EMAIL_USE_TLS: False FILE_CHARSET: 'utf-8' FILE_UPLOAD_DIRECTORY_PERMISSIONS: None FILE_UPLOAD_HANDLERS: ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler'] FILE_UPLOAD_MAX_MEMORY_SIZE: 2621440 FILE_UPLOAD_PERMISSIONS: 420 FILE_UPLOAD_TEMP_DIR: None FIRST_DAY_OF_WEEK: 0 FIXTURE_DIRS: [] FORCE_SCRIPT_NAME: None FORMAT_MODULE_PATH: None FORM_RENDERER: 'django.forms.renderers.TemplatesSetting' IGNORABLE_404_URLS: [] INSTALLED_APPS: ['proj.apps.SuitConfig', 'fullurl', 'django_telegrambot', 'django_jalali', 'django_extensions', 'debug_toolbar', 'django_user_agents', 'htmlemailer', 'qsessions', 'django.forms', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.humanize', # .... my proj apps here ] INTERNAL_IPS: ['127.0.0.1'] LANGUAGES: (('fa', 'Farsi'), ('en', 'انگلیسی')) LANGUAGES_BIDI: ['he', 'ar', 'fa', 'ur'] LANGUAGE_CODE: 'fa' LANGUAGE_COOKIE_AGE: None LANGUAGE_COOKIE_DOMAIN: None LANGUAGE_COOKIE_HTTPONLY: False LANGUAGE_COOKIE_NAME: 'django_language' LANGUAGE_COOKIE_PATH: '/' LANGUAGE_COOKIE_SAMESITE: None LANGUAGE_COOKIE_SECURE: False LOCALE_PATHS: [] LOGGING: { 'disable_existing_loggers': False, 'formatters': { 'standard': { 'format': '%(asctime)s [%(levelname)s] ' '%(name)s: %(message)s'}}, 'handlers': { 'file': { 'backupCount': 10, 'class': 'logging.handlers.RotatingFileHandler', 'filename': '/var/log/proj/website.log', 'formatter': 'standard', 'level': 'INFO', 'maxBytes': 10485760}}, 'loggers': { 'django': { 'handlers': ['file'], 'level': 'INFO', 'propagate': True}}, 'version': 1} LOGGING_CONFIG: 'logging.config.dictConfig' LOGIN_REDIRECT_URL: 'dashboard' LOGIN_URL: 'login' LOGOUT_REDIRECT_URL: 'index' MANAGERS: [] MAX_STRING_LENGTH: 65536 MEDIA_ROOT: '/home/proj/website/media' MEDIA_URL: '/media/' MESSAGE_STORAGE: 'django.contrib.messages.storage.fallback.FallbackStorage' MESSAGE_TAGS: { 25: 'success', 40: 'danger'} MIDDLEWARE: ['htmlmin.middleware.MarkRequestMiddleware', 'htmlmin.middleware.HtmlMinifyMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware', 'django.middleware.security.SecurityMiddleware', 'qsessions.middleware.SessionMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'django_user_agents.middleware.UserAgentMiddleware'] MIGRATION_MODULES: { } MONTH_DAY_FORMAT: 'F j' NUMBER_GROUPING: 0 PASSWORD_HASHERS: '********' PASSWORD_RESET_TIMEOUT_DAYS: '********' PREPEND_WWW: False ROOT_URLCONF: 'proj.urls' SECRET_KEY: '********' SECURE_BROWSER_XSS_FILTER: False SECURE_CONTENT_TYPE_NOSNIFF: True SECURE_HSTS_INCLUDE_SUBDOMAINS: False SECURE_HSTS_PRELOAD: False SECURE_HSTS_SECONDS: 0 SECURE_PROXY_SSL_HEADER: None SECURE_REDIRECT_EXEMPT: [] SECURE_REFERRER_POLICY: None SECURE_SSL_HOST: None SECURE_SSL_REDIRECT: False SENTRY_API_KEY: '********' SENTRY_TRACES_SAMPLE_RATE: 0.0001 SERVER_EMAIL: 'root@localhost' SESSION_CACHE_ALIAS: 'default' SESSION_COOKIE_AGE: 1209600 SESSION_COOKIE_DOMAIN: None SESSION_COOKIE_HTTPONLY: True SESSION_COOKIE_NAME: 'sessionid' SESSION_COOKIE_PATH: '/' SESSION_COOKIE_SAMESITE: 'Lax' SESSION_COOKIE_SECURE: False SESSION_ENGINE: 'qsessions.backends.cached_db' SESSION_EXPIRE_AT_BROWSER_CLOSE: False SESSION_FILE_PATH: None SESSION_SAVE_EVERY_REQUEST: False SESSION_SERIALIZER: 'django.contrib.sessions.serializers.JSONSerializer' SETTINGS_MODULE: 'proj.settings' SHORT_DATETIME_FORMAT: 'm/d/Y P' SHORT_DATE_FORMAT: 'm/d/Y' SIGNING_BACKEND: 'django.core.signing.TimestampSigner' SILENCED_SYSTEM_CHECKS: [] STATICFILES_DIRS: ['/home/proj/website/proj/static'] STATICFILES_FINDERS: ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder'] STATICFILES_STORAGE: 'proj.storages.ForgivingManifestStaticFilesStorage' STATIC_ROOT: '/home/proj/website/static' STATIC_URL: '/static/' TEMPLATES: [{'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['/home/proj/website/templates'], 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages']}}] TEST_NON_SERIALIZED_APPS: [] TEST_RUNNER: 'django.test.runner.DiscoverRunner' THOUSAND_SEPARATOR: ',' TIME_FORMAT: 'P' TIME_INPUT_FORMATS: ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M'] TIME_ZONE: 'Asia/Tehran' USE_I18N: True USE_L10N: True USE_THOUSAND_SEPARATOR: False USE_TZ: True USE_X_FORWARDED_HOST: False USE_X_FORWARDED_PORT: False WSGI_APPLICATION: 'proj.wsgi.application' X_FRAME_OPTIONS: 'DENY' YEAR_MONTH_FORMAT: 'F Y' is_overridden: &lt;bound method Settings.is_overridden of &lt;Settings "proj.settings"&gt;&gt; </code></pre></div> <p dir="auto"></p> </details> <h1 dir="auto">Steps to Reproduce</h1> <h2 dir="auto">Required Dependencies</h2> <ul dir="auto"> <li><strong>Minimal Python Version</strong>: 3.6</li> <li><strong>Minimal Celery Version</strong>: 4.4</li> <li><strong>Minimal Kombu Version</strong>: 4.6.11</li> <li><strong>Minimal Broker Version</strong>: 4.0.9</li> <li><strong>Minimal Result Backend Version</strong>: 4.0.9</li> <li><strong>Minimal OS and/or Kernel Version</strong>: Ubuntu 18.04</li> <li><strong>Minimal Broker Client Version</strong>: 3.5.3</li> <li><strong>Minimal Result Backend Client Version</strong>: 3.5.3</li> </ul> <h3 dir="auto">Python Packages</h3> <details> <summary><b><code class="notranslate">pip freeze</code> Output:</b></summary> <p dir="auto"> </p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="aiohttp==3.6.2 amqp==2.6.1 (I don't think that I'm using this) asgiref==3.2.5 async-timeout==3.0.1 attrs==19.3.0 beautifulsoup4==4.8.2 billiard==3.6.3.0 celery==4.4.7 certifi==2019.11.28 cffi==1.14.0 chardet==3.0.4 commonmark==0.9.1 commonmarkextensions==0.0.5 cryptography==2.8 cssutils==1.0.2 decorator==4.4.2 Django==3.0.8 django-debug-toolbar==2.2 django-extensions==2.2.8 django-forgiving-collectstatic==1.0.0 django-fullurl==1.1 django-html-emailer==0.0.8.1 django-htmlmin==0.11.0 django-ipware==3.0.1 django-jalali==4.0.0 django-qsessions==1.0.0 django-suit @ https://github.com/darklow/django-suit/tarball/v2 -e git://github.com/telebotter/django-telegrambot.git@76742ec4cff775bf4e31df481face7662f5f412f#egg=django_telegrambot django-user-agents==0.4.0 future==0.18.2 geoip2==4.0.2 html5lib==1.0.1 htpasswd==2.3 idna==2.10 idna-ssl==1.1.0 importlib-metadata==1.7.0 jdatetime==3.6.2 kombu==4.6.11 maxminddb==2.0.2 multidict==4.7.6 orderedmultidict==1.0.1 pkg-resources==0.0.0 psycopg2-binary==2.8.5 pycparser==2.20 pynliner==0.8.0 python-memcached==1.59 python-telegram-bot==12.4.2 pytz==2019.3 redis==3.5.3 requests==2.24.0 sentry-sdk==0.17.3 six==1.14.0 soupsieve==2.0 sqlparse==0.3.1 tornado==6.0.4 typing-extensions==3.7.4.2 ua-parser==0.10.0 urllib3==1.25.10 user-agents==2.1 vine==1.3.0 webencodings==0.5.1 yarl==1.5.1 zipp==3.1.0"><pre class="notranslate"><code class="notranslate">aiohttp==3.6.2 amqp==2.6.1 (I don't think that I'm using this) asgiref==3.2.5 async-timeout==3.0.1 attrs==19.3.0 beautifulsoup4==4.8.2 billiard==3.6.3.0 celery==4.4.7 certifi==2019.11.28 cffi==1.14.0 chardet==3.0.4 commonmark==0.9.1 commonmarkextensions==0.0.5 cryptography==2.8 cssutils==1.0.2 decorator==4.4.2 Django==3.0.8 django-debug-toolbar==2.2 django-extensions==2.2.8 django-forgiving-collectstatic==1.0.0 django-fullurl==1.1 django-html-emailer==0.0.8.1 django-htmlmin==0.11.0 django-ipware==3.0.1 django-jalali==4.0.0 django-qsessions==1.0.0 django-suit @ https://github.com/darklow/django-suit/tarball/v2 -e git://github.com/telebotter/django-telegrambot.git@76742ec4cff775bf4e31df481face7662f5f412f#egg=django_telegrambot django-user-agents==0.4.0 future==0.18.2 geoip2==4.0.2 html5lib==1.0.1 htpasswd==2.3 idna==2.10 idna-ssl==1.1.0 importlib-metadata==1.7.0 jdatetime==3.6.2 kombu==4.6.11 maxminddb==2.0.2 multidict==4.7.6 orderedmultidict==1.0.1 pkg-resources==0.0.0 psycopg2-binary==2.8.5 pycparser==2.20 pynliner==0.8.0 python-memcached==1.59 python-telegram-bot==12.4.2 pytz==2019.3 redis==3.5.3 requests==2.24.0 sentry-sdk==0.17.3 six==1.14.0 soupsieve==2.0 sqlparse==0.3.1 tornado==6.0.4 typing-extensions==3.7.4.2 ua-parser==0.10.0 urllib3==1.25.10 user-agents==2.1 vine==1.3.0 webencodings==0.5.1 yarl==1.5.1 zipp==3.1.0 </code></pre></div> <p dir="auto"></p> </details> <h3 dir="auto">Other Dependencies</h3> <details> <p dir="auto"> I'm using celery with Django, placed behind an Apache2 server, using the WSGI mod. The entries for WSGI are: </p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="WSGIDaemonProcess proj python-home=/home/proj/website/.venv user=proj group=proj socket-user=proj processes=3 threads=15 WSGIProcessGroup proj WSGIScriptAlias / /home/proj/website/proj/wsgi.py"><pre class="notranslate"><code class="notranslate">WSGIDaemonProcess proj python-home=/home/proj/website/.venv user=proj group=proj socket-user=proj processes=3 threads=15 WSGIProcessGroup proj WSGIScriptAlias / /home/proj/website/proj/wsgi.py </code></pre></div> <p dir="auto"></p> </details> <h2 dir="auto">Minimally Reproducible Test Case</h2> <p dir="auto">Just use celery with Redis and Django behind apache2, in multi-threaded mode.</p> <h1 dir="auto">Expected Behavior</h1> <p dir="auto">I expect that celery works every time I run a task.</p> <h1 dir="auto">Actual Behavior</h1> <p dir="auto">Most of the time starting a task works fine, but sometimes I get this error (or something similar with different values inside ProtocolError):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="InvalidResponse: Protocol Error: b'1' File &quot;django/core/handlers/exception.py&quot;, line 34, in inner response = get_response(request)"><pre class="notranslate"><code class="notranslate">InvalidResponse: Protocol Error: b'1' File "django/core/handlers/exception.py", line 34, in inner response = get_response(request) </code></pre></div> <p dir="auto"><a href="https://sentry.io/share/issue/cb39c40e9e5c41cdad75a4482e08c550/#exception" rel="nofollow">Full stacktrace here</a></p>
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; parse(Complex128, &quot;1.0+1.0im&quot;) ERROR: MethodError: no method matching parse(::Type{Complex{Float64}}, ::String)"><pre class="notranslate"><code class="notranslate">julia&gt; parse(Complex128, "1.0+1.0im") ERROR: MethodError: no method matching parse(::Type{Complex{Float64}}, ::String) </code></pre></div> <p dir="auto">However, I can do:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; eval(parse(&quot;1.0+1.0im&quot;)) 1.0 + 1.0im julia&gt; typeof(ans) Complex{Float64}"><pre class="notranslate"><code class="notranslate">julia&gt; eval(parse("1.0+1.0im")) 1.0 + 1.0im julia&gt; typeof(ans) Complex{Float64} </code></pre></div> <p dir="auto">But, a bit awkward and will not give me immediate control of the resulting type.</p> <p dir="auto">Another - not related - strange thing which I've noticed with Complex is:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; one(im) Complex(true,false) julia&gt; one(0+1im) 1 + 0im"><pre class="notranslate"><code class="notranslate">julia&gt; one(im) Complex(true,false) julia&gt; one(0+1im) 1 + 0im </code></pre></div> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; versioninfo() Julia Version 0.6.1 Commit 0d7248e (2017-10-24 22:15 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) CPU: Intel(R) Xeon(R) CPU E5-2680 v4@ 2.40GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell) LAPACK: libopenblas64_ LIBM: libopenlibm LLVM: libLLVM-3.9.1 (ORCJIT, broadwell)"><pre class="notranslate"><code class="notranslate">julia&gt; versioninfo() Julia Version 0.6.1 Commit 0d7248e (2017-10-24 22:15 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) CPU: Intel(R) Xeon(R) CPU E5-2680 v4@ 2.40GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell) LAPACK: libopenblas64_ LIBM: libopenlibm LLVM: libLLVM-3.9.1 (ORCJIT, broadwell) </code></pre></div>
<p dir="auto">As <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ChrisRackauckas/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ChrisRackauckas">@ChrisRackauckas</a> points out <a href="https://discourse.julialang.org/t/improve-parse-to-be-able-to-handle-complex-numbers/4095" rel="nofollow">on discourse</a>, this shouldn't really be done in a package because <code class="notranslate">Base.parse</code> and all of the argument types are "owned" by Base.</p> <p dir="auto">Would also be nice not to have to use horribly inefficient techniques involving <code class="notranslate">eval</code>; see also <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="229550757" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/21935" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/21935/hovercard" href="https://github.com/JuliaLang/julia/issues/21935">#21935</a>.</p> <p dir="auto">Should be straightforward to implement. The main question in my mind is how permissive it should be:</p> <ul dir="auto"> <li>Should it allow arbitrary whitespace between the real and imaginary parts? e.g. <code class="notranslate">"3+4im"</code> and <code class="notranslate">3 + 4im</code> both allowed?</li> <li>Should it require <code class="notranslate">im</code>, or accept the common variants <code class="notranslate">im</code>, <code class="notranslate">i</code>, <code class="notranslate">j</code>, and <code class="notranslate">I</code>?</li> <li>Should it require <code class="notranslate">3+4im</code>, or also allow <code class="notranslate">3+4*im</code>?</li> <li>Should it support the Fortran style <code class="notranslate">(real,imag)</code>? (Probably not, since we don't support Fortran-style real literals <code class="notranslate">1.0D+00</code> either.)</li> </ul>
1
<p dir="auto">I think the following should result in an error, but it passes the type checker:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function foo&lt;T&gt;(getT: () =&gt; T, setT: (t: T) =&gt; void) { } function getString() { return 'a'; } function setNum(n: number) { } foo(getString, setNum);"><pre class="notranslate"><code class="notranslate">function foo&lt;T&gt;(getT: () =&gt; T, setT: (t: T) =&gt; void) { } function getString() { return 'a'; } function setNum(n: number) { } foo(getString, setNum); </code></pre></div> <p dir="auto">Hovering over the call to foo in VS or the Playground shows that T has been inferred to be of type {}, but since {} isn't of type number, doesn't that make setNum an invalid argument to be passing in?</p>
<p dir="auto">Motivating example (one of many):</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function compare&lt;T&gt;(lhs: T, rhs: T): boolean { return lhs === rhs; } if(compare('1', 1)) { // Expected: Error -- I made 'compare' generic for a reason! /* ... */ }"><pre class="notranslate"><span class="pl-k">function</span> <span class="pl-en">compare</span><span class="pl-c1">&lt;</span><span class="pl-smi">T</span><span class="pl-c1">&gt;</span><span class="pl-kos">(</span><span class="pl-s1">lhs</span>: <span class="pl-smi">T</span><span class="pl-kos">,</span> <span class="pl-s1">rhs</span>: <span class="pl-smi">T</span><span class="pl-kos">)</span>: <span class="pl-smi">boolean</span> <span class="pl-kos">{</span> <span class="pl-k">return</span> <span class="pl-s1">lhs</span> <span class="pl-c1">===</span> <span class="pl-s1">rhs</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-k">if</span><span class="pl-kos">(</span><span class="pl-en">compare</span><span class="pl-kos">(</span><span class="pl-s">'1'</span><span class="pl-kos">,</span> <span class="pl-c1">1</span><span class="pl-kos">)</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-c">// Expected: Error -- I made 'compare' generic for a reason!</span> <span class="pl-c">/* ... */</span> <span class="pl-kos">}</span></pre></div> <h3 dir="auto">Proposal</h3> <p dir="auto">When generic type inference performs its Best Common Type operation (4.12.2), it should be an error if this returns <code class="notranslate">{}</code> when <code class="notranslate">{}</code> was not one of the input types.</p> <p dir="auto">This is entirely consistent with other behavior already in the compiler:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var foo = bar ? '1' : 1; // Error, no BCT between '1' and 1 function fn() { // Error, no BCT between '1' and 1 if(foo) { return '1'; } else { return 1; } }"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-s1">foo</span> <span class="pl-c1">=</span> <span class="pl-s1">bar</span> ? <span class="pl-s">'1'</span> : <span class="pl-c1">1</span><span class="pl-kos">;</span> <span class="pl-c">// Error, no BCT between '1' and 1</span> <span class="pl-k">function</span> <span class="pl-en">fn</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-c">// Error, no BCT between '1' and 1</span> <span class="pl-k">if</span><span class="pl-kos">(</span><span class="pl-s1">foo</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">return</span> <span class="pl-s">'1'</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-k">else</span> <span class="pl-kos">{</span> <span class="pl-k">return</span> <span class="pl-c1">1</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span></pre></div> <h3 dir="auto">Open Questions</h3> <p dir="auto">From @KamyarNazeri -- should this apply when there are zero input types? e.g.:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class List&lt;T&gt; { items: T[]; } var x = new List(); // Probably want an error here"><pre class="notranslate"><span class="pl-k">class</span> <span class="pl-smi">List</span><span class="pl-c1">&lt;</span><span class="pl-smi">T</span><span class="pl-c1">&gt;</span> <span class="pl-kos">{</span> <span class="pl-c1">items</span>: <span class="pl-smi">T</span><span class="pl-kos">[</span><span class="pl-kos">]</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-k">var</span> <span class="pl-s1">x</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-smi">List</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// Probably want an error here</span></pre></div> <p dir="auto">That seems desirable, but has some collateral damage:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function foo&lt;T&gt;(x: number, a?: T, b?: T) { } foo(0); // Error, zero input types provided for inference"><pre class="notranslate"><span class="pl-k">function</span> <span class="pl-en">foo</span><span class="pl-c1">&lt;</span><span class="pl-smi">T</span><span class="pl-c1">&gt;</span><span class="pl-kos">(</span><span class="pl-s1">x</span>: <span class="pl-smi">number</span><span class="pl-kos">,</span> <span class="pl-s1">a</span>?: <span class="pl-smi">T</span><span class="pl-kos">,</span> <span class="pl-s1">b</span>?: <span class="pl-smi">T</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-kos">}</span> <span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-c1">0</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// Error, zero input types provided for inference</span></pre></div> <p dir="auto">This would come up slightly more often than naively expected because many .d.ts authors (mistakenly) create generic types which don't actually consume their type parameters. Perhaps this warning would effectively discourage them from doing so?</p>
1
<p dir="auto">Please:</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate issues.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:</li> </ul> <p dir="auto">I wanted to define a <code class="notranslate">custom_vjp</code> for a function that takes a string to indicate what operations are to be conducted. Since <code class="notranslate">str</code> is not a validate type for JAX whereas any objects that can be flatten and unflatten as a <code class="notranslate">pytree</code> is, I thought of this hacky way to define my own string object:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import jax import jax.numpy as jnp from functools import partial OP_TO_IDX, IDX_TO_OP = {&quot;add&quot;: 0, &quot;mul&quot;: 1}, {0: &quot;add&quot;, 1: &quot;mul&quot;} @jax.tree_util.register_pytree_node_class class OpStr(object): def __init__(self, op): assert op in OP_TO_IDX, &quot;can only be one of the ops&quot; self.op = op def __eq__(self, other): return self.op == other def __hash__(self): return hash(self.op) def tree_flatten(self): return ([OP_TO_IDX[self.op]]), None @classmethod def tree_unflatten(cls, aux_data, children): idx = int(children[0]) return cls(op=IDX_TO_OP[idx]) @partial(jax.custom_vjp, nondiff_argnums=(2,)) def op(x, y, op): if op == &quot;add&quot;: z = x + y if op == &quot;mul&quot;: z = x * y return z def op_fwd(x, y, op): cache = (x, y, op) if op == &quot;add&quot;: z = x + y if op == &quot;mul&quot;: z = x * y return z, cache def op_bwd(cache, dz): x, y, op = cache if op == &quot;add&quot;: dz_dx = dz_dy = 1.0 if op == &quot;mul&quot;: dz_dx, dz_dy = y, x return dz_dx, dz_dy op.defvjp(op_fwd, op_bwd) grad_op = jax.grad(op) grad_op(1.0, 1.0, OpStr(&quot;add&quot;))"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">jax</span> <span class="pl-k">import</span> <span class="pl-s1">jax</span>.<span class="pl-s1">numpy</span> <span class="pl-k">as</span> <span class="pl-s1">jnp</span> <span class="pl-k">from</span> <span class="pl-s1">functools</span> <span class="pl-k">import</span> <span class="pl-s1">partial</span> <span class="pl-v">OP_TO_IDX</span>, <span class="pl-v">IDX_TO_OP</span> <span class="pl-c1">=</span> {<span class="pl-s">"add"</span>: <span class="pl-c1">0</span>, <span class="pl-s">"mul"</span>: <span class="pl-c1">1</span>}, {<span class="pl-c1">0</span>: <span class="pl-s">"add"</span>, <span class="pl-c1">1</span>: <span class="pl-s">"mul"</span>} <span class="pl-en">@<span class="pl-s1">jax</span>.<span class="pl-s1">tree_util</span>.<span class="pl-s1">register_pytree_node_class</span></span> <span class="pl-k">class</span> <span class="pl-v">OpStr</span>(<span class="pl-s1">object</span>): <span class="pl-k">def</span> <span class="pl-en">__init__</span>(<span class="pl-s1">self</span>, <span class="pl-s1">op</span>): <span class="pl-k">assert</span> <span class="pl-s1">op</span> <span class="pl-c1">in</span> <span class="pl-v">OP_TO_IDX</span>, <span class="pl-s">"can only be one of the ops"</span> <span class="pl-s1">self</span>.<span class="pl-s1">op</span> <span class="pl-c1">=</span> <span class="pl-s1">op</span> <span class="pl-k">def</span> <span class="pl-en">__eq__</span>(<span class="pl-s1">self</span>, <span class="pl-s1">other</span>): <span class="pl-k">return</span> <span class="pl-s1">self</span>.<span class="pl-s1">op</span> <span class="pl-c1">==</span> <span class="pl-s1">other</span> <span class="pl-k">def</span> <span class="pl-en">__hash__</span>(<span class="pl-s1">self</span>): <span class="pl-k">return</span> <span class="pl-en">hash</span>(<span class="pl-s1">self</span>.<span class="pl-s1">op</span>) <span class="pl-k">def</span> <span class="pl-en">tree_flatten</span>(<span class="pl-s1">self</span>): <span class="pl-k">return</span> ([<span class="pl-v">OP_TO_IDX</span>[<span class="pl-s1">self</span>.<span class="pl-s1">op</span>]]), <span class="pl-c1">None</span> <span class="pl-en">@<span class="pl-s1">classmethod</span></span> <span class="pl-k">def</span> <span class="pl-en">tree_unflatten</span>(<span class="pl-s1">cls</span>, <span class="pl-s1">aux_data</span>, <span class="pl-s1">children</span>): <span class="pl-s1">idx</span> <span class="pl-c1">=</span> <span class="pl-en">int</span>(<span class="pl-s1">children</span>[<span class="pl-c1">0</span>]) <span class="pl-k">return</span> <span class="pl-en">cls</span>(<span class="pl-s1">op</span><span class="pl-c1">=</span><span class="pl-v">IDX_TO_OP</span>[<span class="pl-s1">idx</span>]) <span class="pl-en">@<span class="pl-en">partial</span>(<span class="pl-s1">jax</span>.<span class="pl-s1">custom_vjp</span>, <span class="pl-s1">nondiff_argnums</span><span class="pl-c1">=</span>(<span class="pl-c1">2</span>,))</span> <span class="pl-k">def</span> <span class="pl-en">op</span>(<span class="pl-s1">x</span>, <span class="pl-s1">y</span>, <span class="pl-s1">op</span>): <span class="pl-k">if</span> <span class="pl-s1">op</span> <span class="pl-c1">==</span> <span class="pl-s">"add"</span>: <span class="pl-s1">z</span> <span class="pl-c1">=</span> <span class="pl-s1">x</span> <span class="pl-c1">+</span> <span class="pl-s1">y</span> <span class="pl-k">if</span> <span class="pl-s1">op</span> <span class="pl-c1">==</span> <span class="pl-s">"mul"</span>: <span class="pl-s1">z</span> <span class="pl-c1">=</span> <span class="pl-s1">x</span> <span class="pl-c1">*</span> <span class="pl-s1">y</span> <span class="pl-k">return</span> <span class="pl-s1">z</span> <span class="pl-k">def</span> <span class="pl-en">op_fwd</span>(<span class="pl-s1">x</span>, <span class="pl-s1">y</span>, <span class="pl-s1">op</span>): <span class="pl-s1">cache</span> <span class="pl-c1">=</span> (<span class="pl-s1">x</span>, <span class="pl-s1">y</span>, <span class="pl-s1">op</span>) <span class="pl-k">if</span> <span class="pl-s1">op</span> <span class="pl-c1">==</span> <span class="pl-s">"add"</span>: <span class="pl-s1">z</span> <span class="pl-c1">=</span> <span class="pl-s1">x</span> <span class="pl-c1">+</span> <span class="pl-s1">y</span> <span class="pl-k">if</span> <span class="pl-s1">op</span> <span class="pl-c1">==</span> <span class="pl-s">"mul"</span>: <span class="pl-s1">z</span> <span class="pl-c1">=</span> <span class="pl-s1">x</span> <span class="pl-c1">*</span> <span class="pl-s1">y</span> <span class="pl-k">return</span> <span class="pl-s1">z</span>, <span class="pl-s1">cache</span> <span class="pl-k">def</span> <span class="pl-en">op_bwd</span>(<span class="pl-s1">cache</span>, <span class="pl-s1">dz</span>): <span class="pl-s1">x</span>, <span class="pl-s1">y</span>, <span class="pl-s1">op</span> <span class="pl-c1">=</span> <span class="pl-s1">cache</span> <span class="pl-k">if</span> <span class="pl-s1">op</span> <span class="pl-c1">==</span> <span class="pl-s">"add"</span>: <span class="pl-s1">dz_dx</span> <span class="pl-c1">=</span> <span class="pl-s1">dz_dy</span> <span class="pl-c1">=</span> <span class="pl-c1">1.0</span> <span class="pl-k">if</span> <span class="pl-s1">op</span> <span class="pl-c1">==</span> <span class="pl-s">"mul"</span>: <span class="pl-s1">dz_dx</span>, <span class="pl-s1">dz_dy</span> <span class="pl-c1">=</span> <span class="pl-s1">y</span>, <span class="pl-s1">x</span> <span class="pl-k">return</span> <span class="pl-s1">dz_dx</span>, <span class="pl-s1">dz_dy</span> <span class="pl-s1">op</span>.<span class="pl-en">defvjp</span>(<span class="pl-s1">op_fwd</span>, <span class="pl-s1">op_bwd</span>) <span class="pl-s1">grad_op</span> <span class="pl-c1">=</span> <span class="pl-s1">jax</span>.<span class="pl-en">grad</span>(<span class="pl-s1">op</span>) <span class="pl-en">grad_op</span>(<span class="pl-c1">1.0</span>, <span class="pl-c1">1.0</span>, <span class="pl-v">OpStr</span>(<span class="pl-s">"add"</span>))</pre></div> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> If applicable, include full error messages/tracebacks.</li> </ul> <p dir="auto">But this gives me</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last): File &quot;/Users/wangy1/Documents/GitHub/dgl/tests/jax/test_op_str.py&quot;, line 47, in &lt;module&gt; grad_op(1.0, 1.0, OpStr(&quot;add&quot;)) File &quot;/Users/wangy1/Documents/GitHub/dgl/tests/jax/test_op_str.py&quot;, line 24, in tree_unflatten idx = int(children[0]) TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'"><pre class="notranslate"><code class="notranslate">Traceback (most recent call last): File "/Users/wangy1/Documents/GitHub/dgl/tests/jax/test_op_str.py", line 47, in &lt;module&gt; grad_op(1.0, 1.0, OpStr("add")) File "/Users/wangy1/Documents/GitHub/dgl/tests/jax/test_op_str.py", line 24, in tree_unflatten idx = int(children[0]) TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType' </code></pre></div> <p dir="auto">Which is not expected since the flattened tree shouldn't be <code class="notranslate">None</code>.</p>
<p dir="auto">Please:</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate issues.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:</li> </ul> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="jnp.take( jnp.arange(5), jnp.arange(5 * 3), axis=0 ) # DeviceArray([0, 1, 2, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], dtype=int32) jnp.take( jnp.arange(5), jnp.arange(5 * 3), axis=0, mode=&quot;raise&quot;, ) # NotImplementedError"><pre class="notranslate"><code class="notranslate">jnp.take( jnp.arange(5), jnp.arange(5 * 3), axis=0 ) # DeviceArray([0, 1, 2, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], dtype=int32) jnp.take( jnp.arange(5), jnp.arange(5 * 3), axis=0, mode="raise", ) # NotImplementedError </code></pre></div> <p dir="auto">According to the <a href="https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.take.html" rel="nofollow">documentation</a>, the default out-of-bound behavior is "raise". However, this is not the case in practice</p>
0
<p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5032142/2020-08-06.txt">2020-08-06.txt</a><br> System.ObjectDisposedException: Cannot access a disposed object.<br> Object name: 'Timer'.<br> at System.Timers.Timer.set_Enabled(Boolean value)<br> at System.Timers.Timer.Start()<br> at PowerLauncher.MainWindow.OnVisibilityChanged(Object sender, DependencyPropertyChangedEventArgs e)<br> at System.Windows.UIElement.RaiseDependencyPropertyChanged(EventPrivateKey key, DependencyPropertyChangedEventArgs args)<br> at System.Windows.UIElement.OnIsVisibleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)<br> at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)<br> at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)<br> at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)<br> at System.Windows.UIElement.UpdateIsVisibleCache()<br> at System.Windows.PresentationSource.RootChanged(Visual oldRoot, Visual newRoot)<br> at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)<br> at System.Windows.Interop.HwndSource.set_RootVisual(Visual value)<br> at System.Windows.Window.SetRootVisual()<br> at System.Windows.Window.SetRootVisualAndUpdateSTC()<br> at System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)<br> at System.Windows.Window.CreateSourceWindow(Boolean duringShow)<br> at System.Windows.Window.CreateSourceWindowDuringShow()<br> at System.Windows.Window.SafeCreateWindowDuringShow()<br> at System.Windows.Window.ShowHelper(Object booleanBox)<br> at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)<br> at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)</p>
<p dir="auto">Popup tells me to give y'all this.</p> <p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p> <p dir="auto">Version: 1.0.0<br> OS Version: Microsoft Windows NT 10.0.19041.0<br> IntPtr Length: 8<br> x64: True<br> Date: 07/31/2020 17:29:59<br> Exception:<br> System.ObjectDisposedException: Cannot access a disposed object.<br> Object name: 'Timer'.<br> at System.Timers.Timer.set_Enabled(Boolean value)<br> at System.Timers.Timer.Start()<br> at PowerLauncher.MainWindow.OnVisibilityChanged(Object sender, DependencyPropertyChangedEventArgs e)<br> at System.Windows.UIElement.RaiseDependencyPropertyChanged(EventPrivateKey key, DependencyPropertyChangedEventArgs args)<br> at System.Windows.UIElement.OnIsVisibleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)<br> at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)<br> at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)<br> at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)<br> at System.Windows.UIElement.UpdateIsVisibleCache()<br> at System.Windows.PresentationSource.RootChanged(Visual oldRoot, Visual newRoot)<br> at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)<br> at System.Windows.Interop.HwndSource.set_RootVisual(Visual value)<br> at System.Windows.Window.SetRootVisual()<br> at System.Windows.Window.SetRootVisualAndUpdateSTC()<br> at System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)<br> at System.Windows.Window.CreateSourceWindow(Boolean duringShow)<br> at System.Windows.Window.CreateSourceWindowDuringShow()<br> at System.Windows.Window.SafeCreateWindowDuringShow()<br> at System.Windows.Window.ShowHelper(Object booleanBox)<br> at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)<br> at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)</p>
1
<p dir="auto">With Atom 0.120.0, on OSX (with case insensitive filesystem).</p> <p dir="auto">What I did:<br> First i left-click the file "test.php" in the Atom editor tree view to open it.<br> Next I right-click the same file and select "Rename".</p> <p dir="auto">What happens:<br> When i rename "test.php" to "Test.php", the opened file tab label does not update, and still says "test.php".<br> If I now click this file (to open it, it was already open in a tab) - i end up with two tabs, one "test.php", one "Test.php". Due to the case insensitivity of the file system I use, they happen to point to the same file.</p> <p dir="auto">What I expected to happen:<br> The opened file tab label to change to "Test.php" when i renamed the file.</p>
<p dir="auto">Moving a file in the tree view causes an autosave.</p> <p dir="auto">Refs <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="31598215" data-permission-text="Title is private" data-url="https://github.com/atom/tree-view/issues/123" data-hovercard-type="issue" data-hovercard-url="/atom/tree-view/issues/123/hovercard" href="https://github.com/atom/tree-view/issues/123">atom/tree-view#123</a></p>
1
<h3 dir="auto">Solved 🎉</h3> <p dir="auto">Starting from <a href="https://github.com/pytorch/pytorch/releases/tag/v1.10.0">v1.10.0</a>, <code class="notranslate">torch.nn.CrossEntropy()</code>has an arg <code class="notranslate">label_smoothing=0.0</code> - <a href="https://pytorch.org/docs/1.10/generated/torch.nn.CrossEntropyLoss.html#torch.nn.CrossEntropyLoss" rel="nofollow">API link</a>.</p> <hr> <p dir="auto">Hi, guys. The type <code class="notranslate">torch.LongTensor</code> of target will hinder the implementation like some methods in <a href="https://arxiv.org/abs/1512.00567" rel="nofollow">reference</a>. So is there a possible to add a <code class="notranslate">Arg: label_smoothing</code> for <code class="notranslate">torch.nn.CrossEntropyLoss()</code>, or maybe simply add the docs to show how to convert the <code class="notranslate">target</code> into <code class="notranslate">one-hot vector</code> to work with <code class="notranslate">torch.nn.CrossEntropyLoss()</code> together, or any other simple ways? Thanks.</p> <p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ezyang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ezyang">@ezyang</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/gchanan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gchanan">@gchanan</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/zou3519/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/zou3519">@zou3519</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bdhirsh/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bdhirsh">@bdhirsh</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/albanD/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/albanD">@albanD</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mruberry/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mruberry">@mruberry</a></p>
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2> <p dir="auto">building from source fails with:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Building wheel torch-1.1.0a0+f5165ad -- Building version 1.1.0a0+f5165ad ['cmake', '-DBUILDING_WITH_TORCH_LIBS=ON', '-DBUILD_BINARY=False', '-DBUILD_CAFFE2_OPS=True', '-DBUILD_PYTHON=True', '-DBUILD_SHARED_LIBS=ON', '-DBUILD_TEST=True', '-DBUILD_TORCH=ON', '-DCAFFE2_STATIC_LINK_CUDA=False', '-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_CXX_FLAGS= ', '-DCMAKE_C_FLAGS= ', '-DCMAKE_EXE_LINKER_FLAGS=', '-DCMAKE_INSTALL_PREFIX=/home/msl/isaac/pytorch/torch', '-DCMAKE_PREFIX_PATH=/home/msl/anaconda3/envs/pytorch', '-DCMAKE_SHARED_LINKER_FLAGS=', '-DINSTALL_TEST=True', '-DNCCL_EXTERNAL=True', '-DNUMPY_INCLUDE_DIR=/home/msl/anaconda3/envs/pytorch/lib/python3.6/site-packages/numpy/core/include', '-DONNX_ML=False', '-DONNX_NAMESPACE=onnx_torch', '-DPYTHON_EXECUTABLE=/home/msl/anaconda3/envs/pytorch/bin/python', '-DPYTHON_INCLUDE_DIR=/home/msl/anaconda3/envs/pytorch/include/python3.6m', '-DPYTHON_LIBRARY=/home/msl/anaconda3/envs/pytorch/lib/libpython3.6m.so.1.0', '-DTHD_SO_VERSION=1', '-DTORCH_BUILD_VERSION=1.1.0a0+f5165ad', '-DUSE_CUDA=True', '-DUSE_DISTRIBUTED=True', '-DUSE_FBGEMM=True', '-DUSE_FFMPEG=False', '-DUSE_LEVELDB=False', '-DUSE_LMDB=False', '-DUSE_MKLDNN=True', '-DUSE_NCCL=True', '-DUSE_NNPACK=True', '-DUSE_NUMPY=True', '-DUSE_OPENCV=False', '-DUSE_QNNPACK=True', '-DUSE_ROCM=False', '-DUSE_SYSTEM_EIGEN_INSTALL=OFF', '-DUSE_SYSTEM_NCCL=False', '-DUSE_TENSORRT=False', '-DMKLDNN_ENABLE_CONCURRENT_EXEC=ON', '/home/msl/isaac/pytorch'] -- The CXX compiler identification is GNU 5.3.0 -- The C compiler identification is GNU 5.3.0 -- Check for working CXX compiler: /usr/local/bin/c++ -- Check for working CXX compiler: /usr/local/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check for working C compiler: /usr/local/bin/gcc -- Check for working C compiler: /usr/local/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Not forcing any particular BLAS to be found -- Performing Test COMPILER_WORKS -- Performing Test COMPILER_WORKS - Success -- Performing Test SUPPORT_GLIBCXX_USE_C99 -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success -- std::exception_ptr is supported. -- Performing Test CAFFE2_IS_NUMA_AVAILABLE -- Performing Test CAFFE2_IS_NUMA_AVAILABLE - Failed -- NUMA is not available -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed -- Turning off deprecation warning due to glog. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success -- Current compiler supports avx2 extension. Will build perfkernels. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success -- Current compiler supports avx512f extension. Will build fbgemm. -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_SUPPORTS_RDYNAMIC -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success -- Building using own protobuf under third_party per request. -- Use custom protobuf build. -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Caffe2 protobuf include directory: $&lt;BUILD_INTERFACE:/home/msl/isaac/pytorch/third_party/protobuf/src&gt;$&lt;INSTALL_INTERFACE:include&gt; -- Trying to find preferred BLAS backend of choice: MKL -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of void* -- Check size of void* - done -- Looking for cblas_sgemm -- Looking for cblas_sgemm - found -- MKL libraries: /home/msl/anaconda3/envs/pytorch/lib/libmkl_intel_lp64.so;/home/msl/anaconda3/envs/pytorch/lib/libmkl_gnu_thread.so;/home/msl/anaconda3/envs/pytorch/lib/libmkl_core.so;-fopenmp;/usr/lib64/libpthread.so;/usr/lib64/libm.so;/usr/lib64/libdl.so -- MKL include directory: /home/msl/anaconda3/envs/pytorch/include -- MKL OpenMP type: GNU -- MKL OpenMP library: -fopenmp -- The ASM compiler identification is GNU -- Found assembler: /usr/local/bin/gcc -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Brace yourself, we are building NNPACK -- Performing Test NNPACK_ARCH_IS_X86_32 -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed -- Found PythonInterp: /home/msl/anaconda3/envs/pytorch/bin/python (found version &quot;3.6.8&quot;) -- NNPACK backend is x86-64 -- Failed to find LLVM FileCheck -- Found Git: /usr/bin/git (found version &quot;1.8.3.1&quot;) -- git Version: v1.4.0-505be96a -- Version: 1.4.0 -- Performing Test HAVE_CXX_FLAG_STD_CXX11 -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success -- Performing Test HAVE_CXX_FLAG_WALL -- Performing Test HAVE_CXX_FLAG_WALL - Success -- Performing Test HAVE_CXX_FLAG_WEXTRA -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- Performing Test HAVE_CXX_FLAG_WSHADOW -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- Performing Test HAVE_CXX_FLAG_WERROR -- Performing Test HAVE_CXX_FLAG_WERROR - Success -- Performing Test HAVE_CXX_FLAG_PEDANTIC -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- Performing Test HAVE_CXX_FLAG_WD654 -- Performing Test HAVE_CXX_FLAG_WD654 - Failed -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed -- Performing Test HAVE_CXX_FLAG_COVERAGE -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- Performing Test HAVE_STD_REGEX -- Performing Test HAVE_STD_REGEX -- Performing Test HAVE_STD_REGEX -- compiled but failed to run -- Performing Test HAVE_GNU_POSIX_REGEX -- Performing Test HAVE_GNU_POSIX_REGEX -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- Performing Test HAVE_POSIX_REGEX -- Performing Test HAVE_POSIX_REGEX -- Performing Test HAVE_POSIX_REGEX -- compiled but failed to run CMake Error at third_party/benchmark/CMakeLists.txt:231 (message): Failed to determine the source files for the regular expression backend -- Configuring incomplete, errors occurred! See also &quot;/home/msl/isaac/pytorch/build/CMakeFiles/CMakeOutput.log&quot;. See also &quot;/home/msl/isaac/pytorch/build/CMakeFiles/CMakeError.log&quot;. Traceback (most recent call last): File &quot;setup.py&quot;, line 719, in &lt;module&gt; build_deps() File &quot;setup.py&quot;, line 285, in build_deps build_dir='build') File &quot;/home/msl/isaac/pytorch/tools/build_pytorch_libs.py&quot;, line 259, in build_caffe2 my_env) File &quot;/home/msl/isaac/pytorch/tools/build_pytorch_libs.py&quot;, line 239, in run_cmake check_call(cmake_args, cwd=build_dir, env=my_env) File &quot;/home/msl/anaconda3/envs/pytorch/lib/python3.6/subprocess.py&quot;, line 311, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', '-DBUILDING_WITH_TORCH_LIBS=ON', '-DBUILD_BINARY=False', '-DBUILD_CAFFE2_OPS=True', '-DBUILD_PYTHON=True', '-DBUILD_SHARED_LIBS=ON', '-DBUILD_TEST=True', '-DBUILD_TORCH=ON', '-DCAFFE2_STATIC_LINK_CUDA=False', '-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_CXX_FLAGS= ', '-DCMAKE_C_FLAGS= ', '-DCMAKE_EXE_LINKER_FLAGS=', '-DCMAKE_INSTALL_PREFIX=/home/msl/isaac/pytorch/torch', '-DCMAKE_PREFIX_PATH=/home/msl/anaconda3/envs/pytorch', '-DCMAKE_SHARED_LINKER_FLAGS=', '-DINSTALL_TEST=True', '-DNCCL_EXTERNAL=True', '-DNUMPY_INCLUDE_DIR=/home/msl/anaconda3/envs/pytorch/lib/python3.6/site-packages/numpy/core/include', '-DONNX_ML=False', '-DONNX_NAMESPACE=onnx_torch', '-DPYTHON_EXECUTABLE=/home/msl/anaconda3/envs/pytorch/bin/python', '-DPYTHON_INCLUDE_DIR=/home/msl/anaconda3/envs/pytorch/include/python3.6m', '-DPYTHON_LIBRARY=/home/msl/anaconda3/envs/pytorch/lib/libpython3.6m.so.1.0', '-DTHD_SO_VERSION=1', '-DTORCH_BUILD_VERSION=1.1.0a0+f5165ad', '-DUSE_CUDA=True', '-DUSE_DISTRIBUTED=True', '-DUSE_FBGEMM=True', '-DUSE_FFMPEG=False', '-DUSE_LEVELDB=False', '-DUSE_LMDB=False', '-DUSE_MKLDNN=True', '-DUSE_NCCL=True', '-DUSE_NNPACK=True', '-DUSE_NUMPY=True', '-DUSE_OPENCV=False', '-DUSE_QNNPACK=True', '-DUSE_ROCM=False', '-DUSE_SYSTEM_EIGEN_INSTALL=OFF', '-DUSE_SYSTEM_NCCL=False', '-DUSE_TENSORRT=False', '-DMKLDNN_ENABLE_CONCURRENT_EXEC=ON', '/home/msl/isaac/pytorch']' returned non-zero exit status 1."><pre class="notranslate"><code class="notranslate">Building wheel torch-1.1.0a0+f5165ad -- Building version 1.1.0a0+f5165ad ['cmake', '-DBUILDING_WITH_TORCH_LIBS=ON', '-DBUILD_BINARY=False', '-DBUILD_CAFFE2_OPS=True', '-DBUILD_PYTHON=True', '-DBUILD_SHARED_LIBS=ON', '-DBUILD_TEST=True', '-DBUILD_TORCH=ON', '-DCAFFE2_STATIC_LINK_CUDA=False', '-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_CXX_FLAGS= ', '-DCMAKE_C_FLAGS= ', '-DCMAKE_EXE_LINKER_FLAGS=', '-DCMAKE_INSTALL_PREFIX=/home/msl/isaac/pytorch/torch', '-DCMAKE_PREFIX_PATH=/home/msl/anaconda3/envs/pytorch', '-DCMAKE_SHARED_LINKER_FLAGS=', '-DINSTALL_TEST=True', '-DNCCL_EXTERNAL=True', '-DNUMPY_INCLUDE_DIR=/home/msl/anaconda3/envs/pytorch/lib/python3.6/site-packages/numpy/core/include', '-DONNX_ML=False', '-DONNX_NAMESPACE=onnx_torch', '-DPYTHON_EXECUTABLE=/home/msl/anaconda3/envs/pytorch/bin/python', '-DPYTHON_INCLUDE_DIR=/home/msl/anaconda3/envs/pytorch/include/python3.6m', '-DPYTHON_LIBRARY=/home/msl/anaconda3/envs/pytorch/lib/libpython3.6m.so.1.0', '-DTHD_SO_VERSION=1', '-DTORCH_BUILD_VERSION=1.1.0a0+f5165ad', '-DUSE_CUDA=True', '-DUSE_DISTRIBUTED=True', '-DUSE_FBGEMM=True', '-DUSE_FFMPEG=False', '-DUSE_LEVELDB=False', '-DUSE_LMDB=False', '-DUSE_MKLDNN=True', '-DUSE_NCCL=True', '-DUSE_NNPACK=True', '-DUSE_NUMPY=True', '-DUSE_OPENCV=False', '-DUSE_QNNPACK=True', '-DUSE_ROCM=False', '-DUSE_SYSTEM_EIGEN_INSTALL=OFF', '-DUSE_SYSTEM_NCCL=False', '-DUSE_TENSORRT=False', '-DMKLDNN_ENABLE_CONCURRENT_EXEC=ON', '/home/msl/isaac/pytorch'] -- The CXX compiler identification is GNU 5.3.0 -- The C compiler identification is GNU 5.3.0 -- Check for working CXX compiler: /usr/local/bin/c++ -- Check for working CXX compiler: /usr/local/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check for working C compiler: /usr/local/bin/gcc -- Check for working C compiler: /usr/local/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Not forcing any particular BLAS to be found -- Performing Test COMPILER_WORKS -- Performing Test COMPILER_WORKS - Success -- Performing Test SUPPORT_GLIBCXX_USE_C99 -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success -- std::exception_ptr is supported. -- Performing Test CAFFE2_IS_NUMA_AVAILABLE -- Performing Test CAFFE2_IS_NUMA_AVAILABLE - Failed -- NUMA is not available -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed -- Turning off deprecation warning due to glog. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success -- Current compiler supports avx2 extension. Will build perfkernels. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success -- Current compiler supports avx512f extension. Will build fbgemm. -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_SUPPORTS_RDYNAMIC -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success -- Building using own protobuf under third_party per request. -- Use custom protobuf build. -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Caffe2 protobuf include directory: $&lt;BUILD_INTERFACE:/home/msl/isaac/pytorch/third_party/protobuf/src&gt;$&lt;INSTALL_INTERFACE:include&gt; -- Trying to find preferred BLAS backend of choice: MKL -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of void* -- Check size of void* - done -- Looking for cblas_sgemm -- Looking for cblas_sgemm - found -- MKL libraries: /home/msl/anaconda3/envs/pytorch/lib/libmkl_intel_lp64.so;/home/msl/anaconda3/envs/pytorch/lib/libmkl_gnu_thread.so;/home/msl/anaconda3/envs/pytorch/lib/libmkl_core.so;-fopenmp;/usr/lib64/libpthread.so;/usr/lib64/libm.so;/usr/lib64/libdl.so -- MKL include directory: /home/msl/anaconda3/envs/pytorch/include -- MKL OpenMP type: GNU -- MKL OpenMP library: -fopenmp -- The ASM compiler identification is GNU -- Found assembler: /usr/local/bin/gcc -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Brace yourself, we are building NNPACK -- Performing Test NNPACK_ARCH_IS_X86_32 -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed -- Found PythonInterp: /home/msl/anaconda3/envs/pytorch/bin/python (found version "3.6.8") -- NNPACK backend is x86-64 -- Failed to find LLVM FileCheck -- Found Git: /usr/bin/git (found version "1.8.3.1") -- git Version: v1.4.0-505be96a -- Version: 1.4.0 -- Performing Test HAVE_CXX_FLAG_STD_CXX11 -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success -- Performing Test HAVE_CXX_FLAG_WALL -- Performing Test HAVE_CXX_FLAG_WALL - Success -- Performing Test HAVE_CXX_FLAG_WEXTRA -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- Performing Test HAVE_CXX_FLAG_WSHADOW -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- Performing Test HAVE_CXX_FLAG_WERROR -- Performing Test HAVE_CXX_FLAG_WERROR - Success -- Performing Test HAVE_CXX_FLAG_PEDANTIC -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- Performing Test HAVE_CXX_FLAG_WD654 -- Performing Test HAVE_CXX_FLAG_WD654 - Failed -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed -- Performing Test HAVE_CXX_FLAG_COVERAGE -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- Performing Test HAVE_STD_REGEX -- Performing Test HAVE_STD_REGEX -- Performing Test HAVE_STD_REGEX -- compiled but failed to run -- Performing Test HAVE_GNU_POSIX_REGEX -- Performing Test HAVE_GNU_POSIX_REGEX -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- Performing Test HAVE_POSIX_REGEX -- Performing Test HAVE_POSIX_REGEX -- Performing Test HAVE_POSIX_REGEX -- compiled but failed to run CMake Error at third_party/benchmark/CMakeLists.txt:231 (message): Failed to determine the source files for the regular expression backend -- Configuring incomplete, errors occurred! See also "/home/msl/isaac/pytorch/build/CMakeFiles/CMakeOutput.log". See also "/home/msl/isaac/pytorch/build/CMakeFiles/CMakeError.log". Traceback (most recent call last): File "setup.py", line 719, in &lt;module&gt; build_deps() File "setup.py", line 285, in build_deps build_dir='build') File "/home/msl/isaac/pytorch/tools/build_pytorch_libs.py", line 259, in build_caffe2 my_env) File "/home/msl/isaac/pytorch/tools/build_pytorch_libs.py", line 239, in run_cmake check_call(cmake_args, cwd=build_dir, env=my_env) File "/home/msl/anaconda3/envs/pytorch/lib/python3.6/subprocess.py", line 311, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', '-DBUILDING_WITH_TORCH_LIBS=ON', '-DBUILD_BINARY=False', '-DBUILD_CAFFE2_OPS=True', '-DBUILD_PYTHON=True', '-DBUILD_SHARED_LIBS=ON', '-DBUILD_TEST=True', '-DBUILD_TORCH=ON', '-DCAFFE2_STATIC_LINK_CUDA=False', '-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_CXX_FLAGS= ', '-DCMAKE_C_FLAGS= ', '-DCMAKE_EXE_LINKER_FLAGS=', '-DCMAKE_INSTALL_PREFIX=/home/msl/isaac/pytorch/torch', '-DCMAKE_PREFIX_PATH=/home/msl/anaconda3/envs/pytorch', '-DCMAKE_SHARED_LINKER_FLAGS=', '-DINSTALL_TEST=True', '-DNCCL_EXTERNAL=True', '-DNUMPY_INCLUDE_DIR=/home/msl/anaconda3/envs/pytorch/lib/python3.6/site-packages/numpy/core/include', '-DONNX_ML=False', '-DONNX_NAMESPACE=onnx_torch', '-DPYTHON_EXECUTABLE=/home/msl/anaconda3/envs/pytorch/bin/python', '-DPYTHON_INCLUDE_DIR=/home/msl/anaconda3/envs/pytorch/include/python3.6m', '-DPYTHON_LIBRARY=/home/msl/anaconda3/envs/pytorch/lib/libpython3.6m.so.1.0', '-DTHD_SO_VERSION=1', '-DTORCH_BUILD_VERSION=1.1.0a0+f5165ad', '-DUSE_CUDA=True', '-DUSE_DISTRIBUTED=True', '-DUSE_FBGEMM=True', '-DUSE_FFMPEG=False', '-DUSE_LEVELDB=False', '-DUSE_LMDB=False', '-DUSE_MKLDNN=True', '-DUSE_NCCL=True', '-DUSE_NNPACK=True', '-DUSE_NUMPY=True', '-DUSE_OPENCV=False', '-DUSE_QNNPACK=True', '-DUSE_ROCM=False', '-DUSE_SYSTEM_EIGEN_INSTALL=OFF', '-DUSE_SYSTEM_NCCL=False', '-DUSE_TENSORRT=False', '-DMKLDNN_ENABLE_CONCURRENT_EXEC=ON', '/home/msl/isaac/pytorch']' returned non-zero exit status 1. </code></pre></div> <h2 dir="auto">To Reproduce</h2> <p dir="auto">Steps to reproduce the behavior:</p> <ol dir="auto"> <li>follow the guide on Github on how to build from source</li> <li>run <code class="notranslate">python setup.py install</code></li> </ol> <h2 dir="auto">Expected behavior</h2> <p dir="auto">for it to install.</p> <h2 dir="auto">Environment</h2> <p dir="auto">Please copy and paste the output from our<br> <a href="https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py" rel="nofollow">environment collection script</a><br> (or fill out the checklist below manually).</p> <p dir="auto">You can get the script and run it with:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py # For security purposes, please check the contents of collect_env.py before running it. python collect_env.py"><pre class="notranslate"><code class="notranslate">wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py # For security purposes, please check the contents of collect_env.py before running it. python collect_env.py </code></pre></div> <p dir="auto">Collecting environment information...<br> PyTorch version: N/A<br> Is debug build: N/A<br> CUDA used to build PyTorch: N/A</p> <p dir="auto">OS: CentOS Linux 7 (Core)<br> GCC version: (GCC) 5.3.0<br> CMake version: version 3.14.0</p> <p dir="auto">Python version: 3.6<br> Is CUDA available: N/A<br> CUDA runtime version: 10.0.130<br> GPU models and configuration:<br> GPU 0: GeForce GTX 1080<br> GPU 1: GeForce GTX 1080</p> <p dir="auto">Nvidia driver version: 410.79<br> cuDNN version: Probably one of the following:<br> /usr/local/cuda-10.0/targets/x86_64-linux/lib/libcudnn.so.7<br> /usr/local/cuda-9.0/targets/x86_64-linux/lib/libcudnn.so.5<br> /usr/local/cuda-9.0/targets/x86_64-linux/lib/libcudnn.so.7</p> <p dir="auto">Versions of relevant libraries:<br> [pip] numpy==1.16.2<br> [conda] blas 1.0 mkl<br> [conda] magma-cuda100 2.5.0 1 pytorch<br> [conda] mkl 2019.3 199<br> [conda] mkl-include 2019.3 199<br> [conda] mkl_fft 1.0.10 py36ha843d7b_0<br> [conda] mkl_random 1.0.2 py36hd81dba3_0</p> <h2 dir="auto">Additional context</h2> <p dir="auto">I have followed the solution mentioned by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/alejo9719/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/alejo9719">@alejo9719</a> in this <a href="https://github.com/pytorch/pytorch/issues/16602" data-hovercard-type="issue" data-hovercard-url="/pytorch/pytorch/issues/16602/hovercard">issue</a> by updating <code class="notranslate">cmake</code> and deleteing <code class="notranslate">build</code> repo from pytorch, but error still persists</p> <p dir="auto">I am not sure why <code class="notranslate">Is CUDA available</code> is N/A when I run the script to collect environment info. I have <code class="notranslate">/usr/local/cuda</code> symblinked to <code class="notranslate">/usr/local/cuda10.0</code></p>
0
<p dir="auto">Hello,</p> <p dir="auto">I'm dealing with an issue specific to TypeScript on a Backbone project, but this seems more generic to any project using underscore/lodash and the return of the <code class="notranslate">_.result</code> method:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="// With _.result you can work with an object property or function... return _.isFunction(value) ? value.call(object) : value;"><pre class="notranslate"><code class="notranslate">// With _.result you can work with an object property or function... return _.isFunction(value) ? value.call(object) : value; </code></pre></div> <p dir="auto">Is it possible to have a TypeScript interface definition that includes an instance property that can optionally be overridden with an instance method? Example from Backbone's .d.ts file to include both:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="url: any url(): any"><pre class="notranslate"><code class="notranslate">url: any url(): any </code></pre></div> <p dir="auto">Currently this produces an error for a duplicate identifier.</p> <p dir="auto">Thanks!<br> -Eric</p>
<p dir="auto">Wondering if something like the "_ViewStart" for MVC could be added to TS...</p> <p dir="auto">If a directory has 5 files and each of them share a common set of ES6 import...from statements then creating a file (preferably not called _ViewStart) could be created at the parent directory and this will ensure each class has all of those scopes included for intellisense and they can be injected during compilation.</p> <p dir="auto">nice to have would be to be able to nest these so that following a directory structure will result in all of the usings at the deepest level flattened out from parent "viewStart" using listings.</p>
0
<p dir="auto">In integration wiki it is explicitly stated that glide is using volley 1.0.8 and my project is already using volley 1.0.19. Is there a workaround for it?</p>
<p dir="auto"><strong>Glide Version</strong>: 3.7.0</p> <p dir="auto"><strong>Integration libraries</strong>: no</p> <p dir="auto"><strong>Device/Android Version</strong>:<br> Android Virtual Device and Samsung S7 edge 6.0</p> <p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:<br> I have a view where the app shows the user image to preview, then there is a button in the preview screen. User can click the button to save that image in the device. Images are loaded from URLs.</p> <p dir="auto">I know there are already many topics regarding this being discussed but I still cannot get it. <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="74049888" data-permission-text="Title is private" data-url="https://github.com/bumptech/glide/issues/459" data-hovercard-type="issue" data-hovercard-url="/bumptech/glide/issues/459/hovercard" href="https://github.com/bumptech/glide/issues/459">#459</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="91175562" data-permission-text="Title is private" data-url="https://github.com/bumptech/glide/issues/509" data-hovercard-type="issue" data-hovercard-url="/bumptech/glide/issues/509/hovercard" href="https://github.com/bumptech/glide/issues/509">#509</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="122869278" data-permission-text="Title is private" data-url="https://github.com/bumptech/glide/issues/828" data-hovercard-type="issue" data-hovercard-url="/bumptech/glide/issues/828/hovercard" href="https://github.com/bumptech/glide/issues/828">#828</a> ..etc</p> <p dir="auto">Based on some solutions from those topics, I came up with these code but I am not sure if I am doing it correctly. The main point is to load the original size of the image to preview therefore no longer requires user to download again.</p> <p dir="auto">This is the code to show the preview image.</p> <div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Glide.with(MyFragment.this).load(mImgUrl).diskCacheStrategy(DiskCacheStrategy.ALL).into(mPrviewImageView);"><pre class="notranslate"><span class="pl-smi">Glide</span>.<span class="pl-en">with</span>(<span class="pl-smi">MyFragment</span>.<span class="pl-smi">this</span>).<span class="pl-en">load</span>(<span class="pl-s1">mImgUrl</span>).<span class="pl-en">diskCacheStrategy</span>(<span class="pl-smi">DiskCacheStrategy</span>.<span class="pl-c1">ALL</span>).<span class="pl-en">into</span>(<span class="pl-s1">mPrviewImageView</span>);</pre></div> <p dir="auto">This is the code to save the image.</p> <div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="new AsyncTask&lt;Void, Void, Exception&gt;() { @Override protected Exception doInBackground(Void... params) { try { File file = Glide.with(MyFragment.this) .using(new NetworkDisablingLoader&lt;String&gt;()) .load(mImgUrl) .downloadOnly(Target.SIZE_ORIGINAL, Target.SIZE_ORIGINAL) .get(); FileUtils.copyFile(file, new File(AppConfig.APP_DIR_IMG_BG + &quot;/&quot; + SystemClock.currentThreadTimeMillis())); } catch (InterruptedException | ExecutionException | IOException e) { Log.e(TAG, &quot;save image file error. url: &quot; + mImgUrl, e); return e; } return null; } @Override protected void onPostExecute(Exception e) { if (e == null) Toast.makeText(getActivity(), &quot;Saved&quot;, Toast.LENGTH_SHORT).show(); else Toast.makeText(getActivity(), &quot;Error occurred&quot;, Toast.LENGTH_SHORT).show(); } }.execute();"><pre class="notranslate"><span class="pl-k">new</span> <span class="pl-smi">AsyncTask</span>&lt;<span class="pl-smi">Void</span>, <span class="pl-smi">Void</span>, <span class="pl-smi">Exception</span>&gt;() { <span class="pl-c1">@</span><span class="pl-c1">Override</span> <span class="pl-k">protected</span> <span class="pl-smi">Exception</span> <span class="pl-en">doInBackground</span>(<span class="pl-smi">Void</span>... <span class="pl-s1">params</span>) { <span class="pl-k">try</span> { <span class="pl-smi">File</span> <span class="pl-s1">file</span> = <span class="pl-smi">Glide</span>.<span class="pl-en">with</span>(<span class="pl-smi">MyFragment</span>.<span class="pl-smi">this</span>) .<span class="pl-en">using</span>(<span class="pl-k">new</span> <span class="pl-smi">NetworkDisablingLoader</span>&lt;<span class="pl-smi">String</span>&gt;()) .<span class="pl-en">load</span>(<span class="pl-s1">mImgUrl</span>) .<span class="pl-en">downloadOnly</span>(<span class="pl-smi">Target</span>.<span class="pl-c1">SIZE_ORIGINAL</span>, <span class="pl-smi">Target</span>.<span class="pl-c1">SIZE_ORIGINAL</span>) .<span class="pl-en">get</span>(); <span class="pl-smi">FileUtils</span>.<span class="pl-en">copyFile</span>(<span class="pl-s1">file</span>, <span class="pl-k">new</span> <span class="pl-smi">File</span>(<span class="pl-smi">AppConfig</span>.<span class="pl-c1">APP_DIR_IMG_BG</span> + <span class="pl-s">"/"</span> + <span class="pl-smi">SystemClock</span>.<span class="pl-en">currentThreadTimeMillis</span>())); } <span class="pl-k">catch</span> (<span class="pl-smi">InterruptedException</span> | <span class="pl-smi">ExecutionException</span> | <span class="pl-smi">IOException</span> <span class="pl-s1">e</span>) { <span class="pl-smi">Log</span>.<span class="pl-en">e</span>(<span class="pl-c1">TAG</span>, <span class="pl-s">"save image file error. url: "</span> + <span class="pl-s1">mImgUrl</span>, <span class="pl-s1">e</span>); <span class="pl-k">return</span> <span class="pl-s1">e</span>; } <span class="pl-k">return</span> <span class="pl-c1">null</span>; } <span class="pl-c1">@</span><span class="pl-c1">Override</span> <span class="pl-k">protected</span> <span class="pl-smi">void</span> <span class="pl-en">onPostExecute</span>(<span class="pl-smi">Exception</span> <span class="pl-s1">e</span>) { <span class="pl-k">if</span> (<span class="pl-s1">e</span> == <span class="pl-c1">null</span>) <span class="pl-smi">Toast</span>.<span class="pl-en">makeText</span>(<span class="pl-en">getActivity</span>(), <span class="pl-s">"Saved"</span>, <span class="pl-smi">Toast</span>.<span class="pl-c1">LENGTH_SHORT</span>).<span class="pl-en">show</span>(); <span class="pl-k">else</span> <span class="pl-smi">Toast</span>.<span class="pl-en">makeText</span>(<span class="pl-en">getActivity</span>(), <span class="pl-s">"Error occurred"</span>, <span class="pl-smi">Toast</span>.<span class="pl-c1">LENGTH_SHORT</span>).<span class="pl-en">show</span>(); } }.<span class="pl-en">execute</span>();</pre></div> <p dir="auto">My question is: Does Glide actually returns the cache file with downloadOnly method? I was trying to fine some callback methods to validate if the image is from cache but I was not able to.</p>
0
<p dir="auto">I'm currently trying to improve the overall scheduling throughput. It seems we can achieve significant gains from different kind of parallelization.<br> However, I would like to avoid parallizing individual predicate/priority function and support parallelization at the framework level.</p> <p dir="auto">For predicate function, it is easy to parallelize computations of them between nodes, since they are independent.<br> However, it's not the case for priorities - the interface of priority function is that it computes priorities for all nodes at the same time.</p> <p dir="auto">It would be much easier to parallelize everything, when priority function would also take a node as an argument and would compute priority wrt to current priority function just for this particular node.<br> However, there are two problematic functions for now (maybe more in the future):</p> <ul dir="auto"> <li>SelectorSpreading</li> <li>NodeAffinity</li> </ul> <p dir="auto">Both of them have the same main problem - they are computing some partial scores for nodes independently, but then to compute the final score for the node, they rely on the maximum of those partial scores from all nodes.</p> <h3 dir="auto">Proposal</h3> <ol dir="auto"> <li>I'm proposing to change the interface of priority functions to take a node for which they are supposed to compute priority.</li> <li>We also extend the HostPriority type to include "priorityFunctionName" string</li> <li>We will split priority functions into two phases:</li> <li>per-node computations (which are generally cpu-intensive and would benefit from parallelization)</li> <li>aggregation (which is generally much cheaper) and we can afford not parallelizing it</li> </ol> <p dir="auto">Thoughts?</p> <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/davidopp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/davidopp">@davidopp</a> @kubernetes/sig-scheduling <a class="team-mention js-team-mention notranslate" data-error-text="Failed to load team members" data-id="3959732" data-permission-text="Team members are private" data-url="/orgs/kubernetes/teams/sig-scalability/members" data-hovercard-type="team" data-hovercard-url="/orgs/kubernetes/teams/sig-scalability/hovercard" href="https://github.com/orgs/kubernetes/teams/sig-scalability">@kubernetes/sig-scalability</a></p>
<p dir="auto">e2e failure: SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run [Conformance]<br> /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:355 Expected : 21 to equal : 22<br> <a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce/10440/" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce/10440/</a></p> <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/saad-ali/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/saad-ali">@saad-ali</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hongchaodeng/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hongchaodeng">@hongchaodeng</a> Recent issues/PRs mentioning the same test</p> <ul dir="auto"> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="126012026" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/19487" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/19487/hovercard" href="https://github.com/kubernetes/kubernetes/issues/19487">#19487</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="126018203" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/19495" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/19495/hovercard" href="https://github.com/kubernetes/kubernetes/pull/19495">#19495</a></li> </ul>
0
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&gt; Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question"><pre class="notranslate"><code class="notranslate">[X] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&gt; Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question </code></pre></div> <p dir="auto"><strong>Current behavior</strong></p> <p dir="auto">Here is my code: the template is:<br> <code class="notranslate">&lt;div&gt; 时间: {{DataContext.时间}} &lt;/div&gt;</code></p> <p dir="auto">Here '时间' is Chinese char which means time, and in the typescript file. I define a DataContext property.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export class TestClass{ @Input() DataContext:any; }"><pre class="notranslate"><code class="notranslate">export class TestClass{ @Input() DataContext:any; } </code></pre></div> <p dir="auto">But it not work, I got a error. Here is the error message, "Template parse errors: Parser Error: Unexpected token Lexer Error: Unexpected character {{时间}}......"</p> <p dir="auto"><strong>Expected behavior</strong></p> <p dir="auto">I hope the data binding can work with Chinese property name.<br> <strong>Minimal reproduction of the problem with instructions</strong></p> <p dir="auto"><strong>What is the motivation / use case for changing the behavior?</strong></p> <p dir="auto">I really need it support Chinese char, because the json data from a old system, and all the data's properties use Chinese char. Without this, I will have to convert all the json files.</p> <p dir="auto"><strong>Please tell us about your environment:</strong></p> <ul dir="auto"> <li><strong>Angular version:</strong> 2.0.X</li> </ul> <p dir="auto">Angular version: 2.1.1</p> <ul dir="auto"> <li><strong>Browser:</strong> [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]</li> </ul> <p dir="auto">Chrome version: 54.0.2840.99</p> <ul dir="auto"> <li><strong>Language:</strong> [all |TypeScript X.X | ES6/7 | ES5]<br> TypeScript 2.1.0, ES5, I have tried 2.0.6.</li> <li><strong>Node (for AoT issues):</strong> <code class="notranslate">node --version</code> =<br> node --version=v6.9.1</li> </ul>
<p dir="auto">I'm having trouble creating a select in Angular2 that is backed by an array of Objects instead of strings. I knew how to do it in AngularJS using ngOptions, but it doesn't seem to work in Angular2 (I'm using alpha 42).</p> <p dir="auto">In the sample below, I have five selects, but only three of them work.</p> <ol dir="auto"> <li>'Select String' is a simple string-based select, and it works fine.</li> <li>'Select Object via 2-way binding' was my attempt to use 2-way binding. Unfortunately, it fails in two ways - when the page loads, the select shows the wrong value (foo instead of bar), and when I select an option in the list, the value '[object Object]' gets sent to the backing store instead of the correct value.</li> <li>'Select Object via event' was my attempt to get the selected value from $event. It fails in two ways, too - the initial load is incorrect in the same way as (2), and when I selection an option in the list, the value '[object Object]' is retrieved from the event, so I can't get the right value. The select gets cleared.</li> <li>'Select Object via string' is an approach that uses an object that works. Unfortunately, it really works by using the string array from (1) and converting the value from string to object and back.</li> <li>'Select Object via JSON' might be a bit better than (4) because it doesn't require the string array, but it does involve using JSON each way. Also, I'm not sure if getting the Event from (change) is better or worse than getting the stringified objected from (ng-model-change). (@Chocoloper helped me with this version)</li> </ol> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import {Component, FORM_DIRECTIVES, NgFor, Inject} from 'angular2/angular2'; import {RouteParams} from 'angular2/router'; interface TestObject { name:string; value:number; } @Component({ selector: 'app', template: `&lt;h4&gt;Select String&lt;/h4&gt; &lt;select [(ng-model)]=&quot;strValue&quot;&gt; &lt;option *ng-for=&quot;#o of strArray&quot; [value]=&quot;o&quot;&gt;{{o}}&lt;/option&gt; &lt;/select&gt; &lt;h4&gt;Select Object via 2-way binding&lt;/h4&gt; &lt;select [(ng-model)]=&quot;objValue1&quot;&gt; &lt;option *ng-for=&quot;#o of objArray&quot; [value]=&quot;o&quot;&gt;{{o.name}}&lt;/option&gt; &lt;/select&gt; &lt;h4&gt;Select Object via event&lt;/h4&gt; &lt;select [ng-model]=&quot;objValue2&quot; (change)=&quot;updateObjValue2($event)&quot;&gt; &lt;option *ng-for=&quot;#o of objArray&quot; [value]=&quot;o&quot;&gt;{{o.name}}&lt;/option&gt; &lt;/select&gt; &lt;h4&gt;Select Object via string&lt;/h4&gt; &lt;select [ng-model]=&quot;objValue3.name&quot; (change)=&quot;updateObjValue3($event)&quot;&gt; &lt;option *ng-for=&quot;#o of strArray&quot; [value]=&quot;o&quot;&gt;{{o}}&lt;/option&gt; &lt;/select&gt; &lt;h4&gt;Select Object via JSON&lt;/h4&gt; &lt;select [ng-model]=&quot;stringify(objValue4)&quot; (ng-model-change)=&quot;updateObjValue4($event)&quot;&gt; &lt;option *ng-for=&quot;#o of objArray&quot; [value]=&quot;stringify(o)&quot;&gt;{{o.name}}&lt;/option&gt; &lt;/select&gt; &lt;div&gt;&lt;button (click)=&quot;printValues()&quot;&gt;Print Values&lt;/button&gt;&lt;/div&gt;`, directives: [FORM_DIRECTIVES, NgFor] }) export class AppComponent { objArray:TestObject[] = [{name: 'foo', value: 1}, {name: 'bar', value: 1}]; objValue1:TestObject = this.objArray[1]; objValue2:TestObject = this.objArray[1]; objValue3:TestObject = this.objArray[1]; objValue4:TestObject = this.objArray[1]; strArray:string[] = this.objArray.map((obj:TestObject) =&gt; obj.name); strValue:string = this.strArray[1]; stringify(o:any):string { return JSON.stringify(o); } updateObjValue2(event:Event):void { const value:string = (&lt;HTMLSelectElement&gt;event.srcElement).value; this.objValue2 = this.objArray.find((obj:TestObject) =&gt; obj.name === value); } updateObjValue3(event:Event):void { const value:string = (&lt;HTMLSelectElement&gt;event.srcElement).value; this.objValue3 = this.objArray.find((obj:TestObject) =&gt; obj.name === value); } updateObjValue4(event:string):void { this.objValue4 = JSON.parse(event); // if there were functions on TestObject, JSON.parse wouldn't be enough; we'd need this: //this.objValue4 = this.objArray.find((obj:TestObject) =&gt; obj.name === JSON.parse(event).name); } printValues():void { console.log('strValue', this.strValue); console.log('objValue1', this.objValue1); console.log('objValue2', this.objValue2); console.log('objValue3', this.objValue3); console.log('objValue4', this.objValue4); } }"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-kos">{</span><span class="pl-smi">Component</span><span class="pl-kos">,</span> <span class="pl-smi">FORM_DIRECTIVES</span><span class="pl-kos">,</span> <span class="pl-smi">NgFor</span><span class="pl-kos">,</span> <span class="pl-smi">Inject</span><span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'angular2/angular2'</span><span class="pl-kos">;</span> <span class="pl-k">import</span> <span class="pl-kos">{</span><span class="pl-smi">RouteParams</span><span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'angular2/router'</span><span class="pl-kos">;</span> <span class="pl-k">interface</span> <span class="pl-smi">TestObject</span> <span class="pl-kos">{</span> <span class="pl-c1">name</span>:<span class="pl-smi">string</span><span class="pl-kos">;</span> <span class="pl-c1">value</span>:<span class="pl-smi">number</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> @<span class="pl-smi">Component</span><span class="pl-kos">(</span><span class="pl-kos">{</span> <span class="pl-c1">selector</span>: <span class="pl-s">'app'</span><span class="pl-kos">,</span> <span class="pl-c1">template</span>: <span class="pl-s">`&lt;h4&gt;Select String&lt;/h4&gt;</span> <span class="pl-s"> &lt;select [(ng-model)]="strValue"&gt;</span> <span class="pl-s"> &lt;option *ng-for="#o of strArray" [value]="o"&gt;{{o}}&lt;/option&gt;</span> <span class="pl-s"> &lt;/select&gt;</span> <span class="pl-s"></span> <span class="pl-s"> &lt;h4&gt;Select Object via 2-way binding&lt;/h4&gt;</span> <span class="pl-s"> &lt;select [(ng-model)]="objValue1"&gt;</span> <span class="pl-s"> &lt;option *ng-for="#o of objArray" [value]="o"&gt;{{o.name}}&lt;/option&gt;</span> <span class="pl-s"> &lt;/select&gt;</span> <span class="pl-s"></span> <span class="pl-s"> &lt;h4&gt;Select Object via event&lt;/h4&gt;</span> <span class="pl-s"> &lt;select [ng-model]="objValue2" (change)="updateObjValue2($event)"&gt;</span> <span class="pl-s"> &lt;option *ng-for="#o of objArray" [value]="o"&gt;{{o.name}}&lt;/option&gt;</span> <span class="pl-s"> &lt;/select&gt;</span> <span class="pl-s"></span> <span class="pl-s"> &lt;h4&gt;Select Object via string&lt;/h4&gt;</span> <span class="pl-s"> &lt;select [ng-model]="objValue3.name" (change)="updateObjValue3($event)"&gt;</span> <span class="pl-s"> &lt;option *ng-for="#o of strArray" [value]="o"&gt;{{o}}&lt;/option&gt;</span> <span class="pl-s"> &lt;/select&gt;</span> <span class="pl-s"></span> <span class="pl-s"> &lt;h4&gt;Select Object via JSON&lt;/h4&gt;</span> <span class="pl-s"> &lt;select [ng-model]="stringify(objValue4)" (ng-model-change)="updateObjValue4($event)"&gt;</span> <span class="pl-s"> &lt;option *ng-for="#o of objArray" [value]="stringify(o)"&gt;{{o.name}}&lt;/option&gt;</span> <span class="pl-s"> &lt;/select&gt;</span> <span class="pl-s"></span> <span class="pl-s"> &lt;div&gt;&lt;button (click)="printValues()"&gt;Print Values&lt;/button&gt;&lt;/div&gt;`</span><span class="pl-kos">,</span> <span class="pl-c1">directives</span>: <span class="pl-kos">[</span><span class="pl-smi">FORM_DIRECTIVES</span><span class="pl-kos">,</span> <span class="pl-smi">NgFor</span><span class="pl-kos">]</span> <span class="pl-kos">}</span><span class="pl-kos">)</span> <span class="pl-k">export</span> <span class="pl-k">class</span> <span class="pl-smi">AppComponent</span> <span class="pl-kos">{</span> <span class="pl-c1">objArray</span>:<span class="pl-smi">TestObject</span><span class="pl-kos">[</span><span class="pl-kos">]</span> <span class="pl-c1">=</span> <span class="pl-kos">[</span><span class="pl-kos">{</span><span class="pl-c1">name</span>: <span class="pl-s">'foo'</span><span class="pl-kos">,</span> <span class="pl-c1">value</span>: <span class="pl-c1">1</span><span class="pl-kos">}</span><span class="pl-kos">,</span> <span class="pl-kos">{</span><span class="pl-c1">name</span>: <span class="pl-s">'bar'</span><span class="pl-kos">,</span> <span class="pl-c1">value</span>: <span class="pl-c1">1</span><span class="pl-kos">}</span><span class="pl-kos">]</span><span class="pl-kos">;</span> <span class="pl-c1">objValue1</span>:<span class="pl-smi">TestObject</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objArray</span><span class="pl-kos">[</span><span class="pl-c1">1</span><span class="pl-kos">]</span><span class="pl-kos">;</span> <span class="pl-c1">objValue2</span>:<span class="pl-smi">TestObject</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objArray</span><span class="pl-kos">[</span><span class="pl-c1">1</span><span class="pl-kos">]</span><span class="pl-kos">;</span> <span class="pl-c1">objValue3</span>:<span class="pl-smi">TestObject</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objArray</span><span class="pl-kos">[</span><span class="pl-c1">1</span><span class="pl-kos">]</span><span class="pl-kos">;</span> <span class="pl-c1">objValue4</span>:<span class="pl-smi">TestObject</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objArray</span><span class="pl-kos">[</span><span class="pl-c1">1</span><span class="pl-kos">]</span><span class="pl-kos">;</span> <span class="pl-c1">strArray</span>:<span class="pl-smi">string</span><span class="pl-kos">[</span><span class="pl-kos">]</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objArray</span><span class="pl-kos">.</span><span class="pl-en">map</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-s1">obj</span>:<span class="pl-smi">TestObject</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-s1">obj</span><span class="pl-kos">.</span><span class="pl-c1">name</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c1">strValue</span>:<span class="pl-smi">string</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">strArray</span><span class="pl-kos">[</span><span class="pl-c1">1</span><span class="pl-kos">]</span><span class="pl-kos">;</span> <span class="pl-en">stringify</span><span class="pl-kos">(</span><span class="pl-s1">o</span>:<span class="pl-smi">any</span><span class="pl-kos">)</span>:<span class="pl-smi">string</span> <span class="pl-kos">{</span> <span class="pl-k">return</span> <span class="pl-smi">JSON</span><span class="pl-kos">.</span><span class="pl-en">stringify</span><span class="pl-kos">(</span><span class="pl-s1">o</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-en">updateObjValue2</span><span class="pl-kos">(</span><span class="pl-s1">event</span>:<span class="pl-smi">Event</span><span class="pl-kos">)</span>:<span class="pl-smi"><span class="pl-k">void</span></span> <span class="pl-kos">{</span> <span class="pl-k">const</span> <span class="pl-s1">value</span>:<span class="pl-smi">string</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-kos">&lt;</span><span class="pl-smi">HTMLSelectElement</span><span class="pl-kos">&gt;</span><span class="pl-s1">event</span><span class="pl-kos">.</span><span class="pl-c1">srcElement</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-c1">value</span><span class="pl-kos">;</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objValue2</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objArray</span><span class="pl-kos">.</span><span class="pl-en">find</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-s1">obj</span>:<span class="pl-smi">TestObject</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-s1">obj</span><span class="pl-kos">.</span><span class="pl-c1">name</span> <span class="pl-c1">===</span> <span class="pl-s1">value</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-en">updateObjValue3</span><span class="pl-kos">(</span><span class="pl-s1">event</span>:<span class="pl-smi">Event</span><span class="pl-kos">)</span>:<span class="pl-smi"><span class="pl-k">void</span></span> <span class="pl-kos">{</span> <span class="pl-k">const</span> <span class="pl-s1">value</span>:<span class="pl-smi">string</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-kos">&lt;</span><span class="pl-smi">HTMLSelectElement</span><span class="pl-kos">&gt;</span><span class="pl-s1">event</span><span class="pl-kos">.</span><span class="pl-c1">srcElement</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-c1">value</span><span class="pl-kos">;</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objValue3</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objArray</span><span class="pl-kos">.</span><span class="pl-en">find</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-s1">obj</span>:<span class="pl-smi">TestObject</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-s1">obj</span><span class="pl-kos">.</span><span class="pl-c1">name</span> <span class="pl-c1">===</span> <span class="pl-s1">value</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-en">updateObjValue4</span><span class="pl-kos">(</span><span class="pl-s1">event</span>:<span class="pl-smi">string</span><span class="pl-kos">)</span>:<span class="pl-smi"><span class="pl-k">void</span></span> <span class="pl-kos">{</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objValue4</span> <span class="pl-c1">=</span> <span class="pl-smi">JSON</span><span class="pl-kos">.</span><span class="pl-en">parse</span><span class="pl-kos">(</span><span class="pl-s1">event</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// if there were functions on TestObject, JSON.parse wouldn't be enough; we'd need this:</span> <span class="pl-c">//this.objValue4 = this.objArray.find((obj:TestObject) =&gt; obj.name === JSON.parse(event).name);</span> <span class="pl-kos">}</span> <span class="pl-en">printValues</span><span class="pl-kos">(</span><span class="pl-kos">)</span>:<span class="pl-smi"><span class="pl-k">void</span></span> <span class="pl-kos">{</span> <span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s">'strValue'</span><span class="pl-kos">,</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">strValue</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s">'objValue1'</span><span class="pl-kos">,</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objValue1</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s">'objValue2'</span><span class="pl-kos">,</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objValue2</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s">'objValue3'</span><span class="pl-kos">,</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objValue3</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s">'objValue4'</span><span class="pl-kos">,</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">objValue4</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span></pre></div> <p dir="auto">I can do (4) or (5) if that's the intended way, but they seem pretty clunky. Is there another approach? Am I just too early in the alpha? Did I do something silly?</p>
0
<p dir="auto">I have several groupby problems crop up regularly at work**, and almost always have to write custom functions for operating on individual groups - which are then very slow to execute.</p> <p dir="auto">Looking for solutions, I came across<br> <a href="http://esantorella.com/2016/06/16/groupby/" rel="nofollow">http://esantorella.com/2016/06/16/groupby/</a><br> and the update<br> <a href="https://github.com/esantorella/hdfe/blob/master/groupby.py">https://github.com/esantorella/hdfe/blob/master/groupby.py</a></p> <p dir="auto">I had to adapt my function a little bit to be compatible with numpy- instead of pandas-indexing, but in one case I tested today, this sped up my code by <em>more than a factor 100</em>, and this wasn't even for the full dataset. In fact (for ~5mio rows), the pandas-native version didn't finish in 2h, whereas the adaptation based on the code linked above ran in ~35sec.</p> <p dir="auto">It would be very nice if such optimisations would be taken care of directly by pandas, instead of having to work around like this.</p> <p dir="auto">** one example among many: process data from source, deduplicate based on a given signature, process further, keep deduplicated record. Updates to this record need to recalculate any time one of the constituent records has changed</p>
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd d = {'one' : pd.Series([1, 2, 3], index=['a', 'b', 'c'])} df = pd.DataFrame(d) dados.to_clipboard(index=False, header=False, line_terminator=&quot;\r\n&quot;)"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">pandas</span> <span class="pl-k">as</span> <span class="pl-s1">pd</span> <span class="pl-s1">d</span> <span class="pl-c1">=</span> {<span class="pl-s">'one'</span> : <span class="pl-s1">pd</span>.<span class="pl-v">Series</span>([<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>], <span class="pl-s1">index</span><span class="pl-c1">=</span>[<span class="pl-s">'a'</span>, <span class="pl-s">'b'</span>, <span class="pl-s">'c'</span>])} <span class="pl-s1">df</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">DataFrame</span>(<span class="pl-s1">d</span>) <span class="pl-s1">dados</span>.<span class="pl-en">to_clipboard</span>(<span class="pl-s1">index</span><span class="pl-c1">=</span><span class="pl-c1">False</span>, <span class="pl-s1">header</span><span class="pl-c1">=</span><span class="pl-c1">False</span>, <span class="pl-s1">line_terminator</span><span class="pl-c1">=</span><span class="pl-s">"<span class="pl-cce">\r</span><span class="pl-cce">\n</span>"</span>)</pre></div> <h4 dir="auto">Problem description</h4> <p dir="auto">I just upgraded to <code class="notranslate">pandas 0.23.0</code> and this code on my program broke. This is likelly related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="324030680" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/21104" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/21104/hovercard" href="https://github.com/pandas-dev/pandas/issues/21104">#21104</a>.<br> According to <code class="notranslate">DataFrame.to_clipboard</code> documentation, it would pass any <code class="notranslate">**kwargs</code> down to <code class="notranslate">DataFrame.to_csv</code>, which has the <code class="notranslate">line_terminator</code> argument and used to work fine.</p> <p dir="auto">It seems that it now uses <code class="notranslate">DataFrame.to_string</code> albeit undocumented. This function does not support the same set of arguments as <code class="notranslate">DataFrame.to_csv</code> which is bound to cause some bugs.</p> <p dir="auto">I get the following error:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&gt;&gt;&gt; df.to_clipboard(index=False, header=False, line_terminator=&quot;\r\n&quot;) Traceback (most recent call last): File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt; File &quot;C:\Users\u5en\ArqProg\Anaconda3\lib\site-packages\pandas\core\generic.py&quot;, line 2246, in to_clipboard clipboards.to_clipboard(self, excel=excel, sep=sep, **kwargs) File &quot;C:\Users\u5en\ArqProg\Anaconda3\lib\site-packages\pandas\io\clipboards.py&quot;, line 117, in to_clipboard objstr = obj.to_string(**kwargs) TypeError: to_string() got an unexpected keyword argument 'line_terminator'"><pre class="notranslate"><span class="pl-c1">&gt;&gt;</span><span class="pl-c1">&gt;</span> <span class="pl-s1">df</span>.<span class="pl-en">to_clipboard</span>(<span class="pl-s1">index</span><span class="pl-c1">=</span><span class="pl-c1">False</span>, <span class="pl-s1">header</span><span class="pl-c1">=</span><span class="pl-c1">False</span>, <span class="pl-s1">line_terminator</span><span class="pl-c1">=</span><span class="pl-s">"<span class="pl-cce">\r</span><span class="pl-cce">\n</span>"</span>) <span class="pl-v">Traceback</span> (<span class="pl-s1">most</span> <span class="pl-s1">recent</span> <span class="pl-s1">call</span> <span class="pl-s1">last</span>): <span class="pl-v">File</span> <span class="pl-s">"&lt;stdin&gt;"</span>, <span class="pl-s1">line</span> <span class="pl-c1">1</span>, <span class="pl-s1">in</span> <span class="pl-c1">&lt;</span><span class="pl-s1">module</span><span class="pl-c1">&gt;</span> <span class="pl-v">File</span> <span class="pl-s">"C:\Users\u5en\ArqProg\Anaconda3\lib\site-packages\pandas\core\generic.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">2246</span>, <span class="pl-s1">in</span> <span class="pl-s1">to_clipboard</span> <span class="pl-s1">clipboards</span>.<span class="pl-en">to_clipboard</span>(<span class="pl-s1">self</span>, <span class="pl-s1">excel</span><span class="pl-c1">=</span><span class="pl-s1">excel</span>, <span class="pl-s1">sep</span><span class="pl-c1">=</span><span class="pl-s1">sep</span>, <span class="pl-c1">**</span><span class="pl-s1">kwargs</span>) <span class="pl-v">File</span> <span class="pl-s">"C:\Users\u5en\ArqProg\Anaconda3\lib\site-packages\pandas\io\clipboards.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">117</span>, <span class="pl-s1">in</span> <span class="pl-s1">to_clipboard</span> <span class="pl-s1">objstr</span> <span class="pl-c1">=</span> <span class="pl-s1">obj</span>.<span class="pl-en">to_string</span>(<span class="pl-c1">**</span><span class="pl-s1">kwargs</span>) <span class="pl-v">TypeError</span>: <span class="pl-en">to_string</span>() <span class="pl-s1">got</span> <span class="pl-s1">an</span> <span class="pl-s1">unexpected</span> <span class="pl-s1">keyword</span> <span class="pl-s1">argument</span> <span class="pl-s">'line_terminator'</span></pre></div> <p dir="auto">I also note that <code class="notranslate">Series.to_clipboard</code> seems to <em><strong>silently ignore</strong></em> the <code class="notranslate">line_terminator</code> parameter, which also is not good.</p> <h4 dir="auto">Output of <code class="notranslate">pd.show_versions()</code></h4> <details> <h2 dir="auto">[paste the output of <code class="notranslate">pd.show_versions()</code> here below this line]<br> INSTALLED VERSIONS</h2> <p dir="auto">commit: None<br> python: 3.6.5.final.0<br> python-bits: 32<br> OS: Windows<br> OS-release: 7<br> machine: AMD64<br> processor: Intel64 Family 6 Model 42 Stepping 7, GenuineIntel<br> byteorder: little<br> LC_ALL: None<br> LANG: None<br> LOCALE: None.None</p> <p dir="auto">pandas: 0.23.0<br> pytest: 3.5.1<br> pip: 10.0.1<br> setuptools: 39.1.0<br> Cython: 0.28.2<br> numpy: 1.14.3<br> scipy: 1.1.0<br> pyarrow: None<br> xarray: None<br> IPython: 6.4.0<br> sphinx: 1.7.4<br> patsy: 0.5.0<br> dateutil: 2.7.3<br> pytz: 2018.4<br> blosc: None<br> bottleneck: 1.2.1<br> tables: 3.4.3<br> numexpr: 2.6.5<br> feather: None<br> matplotlib: 2.2.2<br> openpyxl: 2.5.3<br> xlrd: 1.1.0<br> xlwt: 1.3.0<br> xlsxwriter: 1.0.4<br> lxml: 4.2.1<br> bs4: 4.6.0<br> html5lib: 1.0.1<br> sqlalchemy: 1.2.7<br> pymysql: None<br> psycopg2: None<br> jinja2: 2.10<br> s3fs: None<br> fastparquet: None<br> pandas_gbq: None<br> pandas_datareader: None</p> </details>
0
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">ansible 1.9.4<br> configured module search path = None</p> <h5 dir="auto">Ansible Configuration:</h5> <p dir="auto">Nothing</p> <h5 dir="auto">Environment:</h5> <p dir="auto">Debian 8.2<br> Python 2.7.9</p> <h5 dir="auto">Summary:</h5> <p dir="auto">Very similar to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="108698202" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/12549" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/12549/hovercard" href="https://github.com/ansible/ansible/issues/12549">#12549</a></p> <p dir="auto">Using a proxy for HTTPS endpoints causes Ansible to complain that the certificate doesn't match the hostname (I added some print statements to the generated python file to reveal that the hostname it tries to compare to is that of the proxy).</p> <p dir="auto">It works with Ansible 1.9.2, but not 1.9.3 or 1.9.4.</p> <h5 dir="auto">Steps To Reproduce:</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="https_proxy=http://10.41.16.10:3128 ansible -m get_url -a &quot;url=https://www.google.com force=yes dest=/dev/null&quot; -i localhost, all -c local -vv"><pre class="notranslate"><code class="notranslate">https_proxy=http://10.41.16.10:3128 ansible -m get_url -a "url=https://www.google.com force=yes dest=/dev/null" -i localhost, all -c local -vv </code></pre></div> <h5 dir="auto">Expected Results:</h5> <p dir="auto">File is fetched without issue.</p> <h5 dir="auto">Actual Results:</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;localhost&gt; REMOTE_MODULE get_url url=https://www.google.com force=yes dest=/dev/null localhost | FAILED &gt;&gt; { &quot;failed&quot;: true, &quot;msg&quot;: &quot;SSL Certificate does not belong to www.google.com. Make sure the url has a certificate that belongs to it or use validate_certs=False (insecure)&quot; }"><pre class="notranslate"><code class="notranslate">&lt;localhost&gt; REMOTE_MODULE get_url url=https://www.google.com force=yes dest=/dev/null localhost | FAILED &gt;&gt; { "failed": true, "msg": "SSL Certificate does not belong to www.google.com. Make sure the url has a certificate that belongs to it or use validate_certs=False (insecure)" } </code></pre></div>
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">to_nice_json<br> to_nice_yaml<br> copy</p> <h5 dir="auto">ANSIBLE VERSION</h5> <p dir="auto">Latest stable/unstable versions:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.4.1.0 (detached HEAD e946c4b3b7) last updated 2017/10/26 19:28:15 (GMT +200) config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/actionmystique/Ansible/git-yang-networkop/ansible-101/library'] ansible python module location = /home/actionmystique/src/Ansible/git-ansible/lib/ansible executable location = /home/actionmystique/src/Ansible/git-ansible/bin/ansible python version = 2.7.13 (default, Jan 19 2017, 14:48:08) [GCC 6.3.0 20170118] ansible 2.5.0 (devel 17a008654a) last updated 2017/10/26 18:11:55 (GMT +200) config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/actionmystique/Ansible/git-yang-networkop/ansible-101/library'] ansible python module location = /home/actionmystique/src/Ansible/git-ansible/lib/ansible executable location = /home/actionmystique/src/Ansible/git-ansible/bin/ansible python version = 2.7.13 (default, Jan 19 2017, 14:48:08) [GCC 6.3.0 20170118]"><pre class="notranslate"><code class="notranslate">ansible 2.4.1.0 (detached HEAD e946c4b3b7) last updated 2017/10/26 19:28:15 (GMT +200) config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/actionmystique/Ansible/git-yang-networkop/ansible-101/library'] ansible python module location = /home/actionmystique/src/Ansible/git-ansible/lib/ansible executable location = /home/actionmystique/src/Ansible/git-ansible/bin/ansible python version = 2.7.13 (default, Jan 19 2017, 14:48:08) [GCC 6.3.0 20170118] ansible 2.5.0 (devel 17a008654a) last updated 2017/10/26 18:11:55 (GMT +200) config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/actionmystique/Ansible/git-yang-networkop/ansible-101/library'] ansible python module location = /home/actionmystique/src/Ansible/git-ansible/lib/ansible executable location = /home/actionmystique/src/Ansible/git-ansible/bin/ansible python version = 2.7.13 (default, Jan 19 2017, 14:48:08) [GCC 6.3.0 20170118] </code></pre></div> <h5 dir="auto">CONFIGURATION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="inventory = ./hosts library = /home/actionmystique/Ansible/git-yang-networkop/ansible-101/library forks = 1000 gathering = explicit gather_timeout = 30 roles_path = /home/actionmystique/Ansible/Roles/roles private_role_vars = yes hash_behaviour = merge log_path = /var/log/ansible.log retry_files_enabled = False show_custom_stats = True timeout = 120 pipelining = True connect_timeout = 240 connect_retry_timeout = 180"><pre class="notranslate"><code class="notranslate">inventory = ./hosts library = /home/actionmystique/Ansible/git-yang-networkop/ansible-101/library forks = 1000 gathering = explicit gather_timeout = 30 roles_path = /home/actionmystique/Ansible/Roles/roles private_role_vars = yes hash_behaviour = merge log_path = /var/log/ansible.log retry_files_enabled = False show_custom_stats = True timeout = 120 pipelining = True connect_timeout = 240 connect_retry_timeout = 180 </code></pre></div> <h5 dir="auto">OS / ENVIRONMENT</h5> <ul dir="auto"> <li>host: Ubuntu 17.04 4.10</li> <li>targets: <ul dir="auto"> <li>NX-OSv 9k 7.0(3)I6(1)</li> <li>CSR 1000v 16.5.1b</li> </ul> </li> <li>paramiko: 2.0.6</li> </ul> <h5 dir="auto">SUMMARY</h5> <p dir="auto">When the json-formatted variable contains newlines, the jinja2 filters work fine with the copy module.<br> When it doesn't, they don't.<br> Am I missing something?</p> <h5 dir="auto">STEPS TO REPRODUCE</h5> <p dir="auto"><strong>Role</strong>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- name: Saving &quot;{{ objects }}&quot; into local YAML file local_action: &gt; copy content={{ data.content | from_json | to_nice_yaml }} dest={{ dest_file }} mode=0660 when: (data.content is defined) and (format == 'yml') - name: Saving &quot;{{ objects }}&quot; into local JSON file local_action: &gt; copy content={{ data.content | from_json | to_nice_json }} dest={{ dest_file }} mode=0660 when: (data.content is defined) and (format == 'json')"><pre class="notranslate"><code class="notranslate">- name: Saving "{{ objects }}" into local YAML file local_action: &gt; copy content={{ data.content | from_json | to_nice_yaml }} dest={{ dest_file }} mode=0660 when: (data.content is defined) and (format == 'yml') - name: Saving "{{ objects }}" into local JSON file local_action: &gt; copy content={{ data.content | from_json | to_nice_json }} dest={{ dest_file }} mode=0660 when: (data.content is defined) and (format == 'json') </code></pre></div> <p dir="auto"><strong>Json-formatted data with newlines and spaces</strong>: (from CSR 1000v)</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&quot;data&quot;: { ... &quot;content&quot;: &quot;{\n \&quot;ietf-interfaces:interfaces-state\&quot;: {\n \&quot;interface\&quot;: [\n {\n \&quot;name\&quot;: \&quot;GigabitEthernet1\&quot;,\n \&quot;type\&quot;: \&quot;iana-if-type:ethernetCsmacd\&quot;,\n \&quot;admin-status\&quot;: \&quot;up\&quot;,\n \&quot;oper-status\&quot;: \&quot;up\&quot;,\n \&quot;last-change\&quot;: \&quot;2017-10-26T13:24:45.000772+00:00\&quot;,\n \&quot;if-index\&quot;: 0,\n \&quot;phys-address\&quot;: \&quot;00:00:16:05:01:32\&quot;,\n \&quot;speed\&quot;: 1024000000,\n \&quot;statistics\&quot;: {\n \&quot;discontinuity-time\&quot;: \&quot;2017-10-26T13:22:12.000505+00:00\&quot;,\n \&quot;in-octets\&quot;: 519892,\n \&quot;in-unicast-pkts\&quot;: 6508,\n \&quot;in-broadcast-pkts\&quot;: 0,\n \&quot;in-multicast-pkts\&quot;: 5939,\n \&quot;in-discards\&quot;: 0,\n \&quot;in-errors\&quot;: 0,\n \&quot;in-unknown-protos\&quot;: 0,\n \&quot;out-octets\&quot;: 1070413,\n \&quot;out-unicast-pkts\&quot;: 2722,\n \&quot;out-broadcast-pkts\&quot;: 0,\n \&quot;out-multicast-pkts\&quot;: 0,\n \&quot;out-discards\&quot;: 0,\n \&quot;out-errors\&quot;: 0\n }\n },\n {\n \&quot;name\&quot;: \&quot;GigabitEthernet2\&quot;,\n \&quot;type\&quot;: \&quot;iana-if-type:ethernetCsmacd\&quot;,\n \&quot;admin-status\&quot;: \&quot;down\&quot;,\n \&quot;oper-status\&quot;: \&quot;down\&quot;,\n \&quot;last-change\&quot;: \&quot;2017-10-26T13:24:36.000962+00:00\&quot;,\n \&quot;if-index\&quot;: 0,\n \&quot;phys-address\&quot;: \&quot;00:00:16:05:01:33\&quot;,\n \&quot;speed\&quot;: 1024000000,\n \&quot;statistics\&quot;: {\n \&quot;discontinuity-time\&quot;: \&quot;2017-10-26T13:22:12.000499+00:00\&quot;,\n \&quot;in-octets\&quot;: 0,\n \&quot;in-unicast-pkts\&quot;: 0,\n \&quot;in-broadcast-pkts\&quot;: 0,\n \&quot;in-multicast-pkts\&quot;: 0,\n \&quot;in-discards\&quot;: 0,\n \&quot;in-errors\&quot;: 0,\n \&quot;in-unknown-protos\&quot;: 0,\n \&quot;out-octets\&quot;: 238,\n \&quot;out-unicast-pkts\&quot;: 3,\n \&quot;out-broadcast-pkts\&quot;: 0,\n \&quot;out-multicast-pkts\&quot;: 0,\n \&quot;out-discards\&quot;: 0,\n \&quot;out-errors\&quot;: 0\n }\n },\n {\n \&quot;name\&quot;: \&quot;GigabitEthernet3\&quot;,\n \&quot;type\&quot;: \&quot;iana-if-type:ethernetCsmacd\&quot;,\n \&quot;admin-status\&quot;: \&quot;down\&quot;,\n \&quot;oper-status\&quot;: \&quot;down\&quot;,\n \&quot;last-change\&quot;: \&quot;2017-10-26T13:24:37.000001+00:00\&quot;,\n \&quot;if-index\&quot;: 0,\n \&quot;phys-address\&quot;: \&quot;00:00:16:05:01:34\&quot;,\n \&quot;speed\&quot;: 1024000000,\n \&quot;statistics\&quot;: {\n \&quot;discontinuity-time\&quot;: \&quot;2017-10-26T13:22:12.000497+00:00\&quot;,\n \&quot;in-octets\&quot;: 0,\n \&quot;in-unicast-pkts\&quot;: 0,\n \&quot;in-broadcast-pkts\&quot;: 0,\n \&quot;in-multicast-pkts\&quot;: 0,\n \&quot;in-discards\&quot;: 0,\n \&quot;in-errors\&quot;: 0,\n \&quot;in-unknown-protos\&quot;: 0,\n \&quot;out-octets\&quot;: 238,\n \&quot;out-unicast-pkts\&quot;: 3,\n \&quot;out-broadcast-pkts\&quot;: 0,\n \&quot;out-multicast-pkts\&quot;: 0,\n \&quot;out-discards\&quot;: 0,\n \&quot;out-errors\&quot;: 0\n }\n },\n {\n \&quot;name\&quot;: \&quot;GigabitEthernet4\&quot;,\n \&quot;type\&quot;: \&quot;iana-if-type:ethernetCsmacd\&quot;,\n \&quot;admin-status\&quot;: \&quot;down\&quot;,\n \&quot;oper-status\&quot;: \&quot;down\&quot;,\n \&quot;last-change\&quot;: \&quot;2017-10-26T13:24:37.000048+00:00\&quot;,\n \&quot;if-index\&quot;: 0,\n \&quot;phys-address\&quot;: \&quot;00:00:16:05:01:35\&quot;,\n \&quot;speed\&quot;: 1024000000,\n \&quot;statistics\&quot;: {\n \&quot;discontinuity-time\&quot;: \&quot;2017-10-26T13:22:12.000497+00:00\&quot;,\n \&quot;in-octets\&quot;: 0,\n \&quot;in-unicast-pkts\&quot;: 0,\n \&quot;in-broadcast-pkts\&quot;: 0,\n \&quot;in-multicast-pkts\&quot;: 0,\n \&quot;in-discards\&quot;: 0,\n \&quot;in-errors\&quot;: 0,\n \&quot;in-unknown-protos\&quot;: 0,\n \&quot;out-octets\&quot;: 238,\n \&quot;out-unicast-pkts\&quot;: 3,\n \&quot;out-broadcast-pkts\&quot;: 0,\n \&quot;out-multicast-pkts\&quot;: 0,\n \&quot;out-discards\&quot;: 0,\n \&quot;out-errors\&quot;: 0\n }\n },\n {\n \&quot;name\&quot;: \&quot;GigabitEthernet5\&quot;,\n \&quot;type\&quot;: \&quot;iana-if-type:ethernetCsmacd\&quot;,\n \&quot;admin-status\&quot;: \&quot;down\&quot;,\n \&quot;oper-status\&quot;: \&quot;down\&quot;,\n \&quot;last-change\&quot;: \&quot;2017-10-26T13:24:37.000088+00:00\&quot;,\n \&quot;if-index\&quot;: 0,\n \&quot;phys-address\&quot;: \&quot;00:00:16:05:01:36\&quot;,\n \&quot;speed\&quot;: 1024000000,\n \&quot;statistics\&quot;: {\n \&quot;discontinuity-time\&quot;: \&quot;2017-10-26T13:22:12.000497+00:00\&quot;,\n \&quot;in-octets\&quot;: 0,\n \&quot;in-unicast-pkts\&quot;: 0,\n \&quot;in-broadcast-pkts\&quot;: 0,\n \&quot;in-multicast-pkts\&quot;: 0,\n \&quot;in-discards\&quot;: 0,\n \&quot;in-errors\&quot;: 0,\n \&quot;in-unknown-protos\&quot;: 0,\n \&quot;out-octets\&quot;: 238,\n \&quot;out-unicast-pkts\&quot;: 3,\n \&quot;out-broadcast-pkts\&quot;: 0,\n \&quot;out-multicast-pkts\&quot;: 0,\n \&quot;out-discards\&quot;: 0,\n \&quot;out-errors\&quot;: 0\n }\n },\n {\n \&quot;name\&quot;: \&quot;GigabitEthernet6\&quot;,\n \&quot;type\&quot;: \&quot;iana-if-type:ethernetCsmacd\&quot;,\n \&quot;admin-status\&quot;: \&quot;down\&quot;,\n \&quot;oper-status\&quot;: \&quot;down\&quot;,\n \&quot;last-change\&quot;: \&quot;2017-10-26T13:24:37.000128+00:00\&quot;,\n \&quot;if-index\&quot;: 0,\n \&quot;phys-address\&quot;: \&quot;00:00:16:05:01:37\&quot;,\n \&quot;speed\&quot;: 1024000000,\n \&quot;statistics\&quot;: {\n \&quot;discontinuity-time\&quot;: \&quot;2017-10-26T13:22:12.000497+00:00\&quot;,\n \&quot;in-octets\&quot;: 0,\n \&quot;in-unicast-pkts\&quot;: 0,\n \&quot;in-broadcast-pkts\&quot;: 0,\n \&quot;in-multicast-pkts\&quot;: 0,\n \&quot;in-discards\&quot;: 0,\n \&quot;in-errors\&quot;: 0,\n \&quot;in-unknown-protos\&quot;: 0,\n \&quot;out-octets\&quot;: 238,\n \&quot;out-unicast-pkts\&quot;: 3,\n \&quot;out-broadcast-pkts\&quot;: 0,\n \&quot;out-multicast-pkts\&quot;: 0,\n \&quot;out-discards\&quot;: 0,\n \&quot;out-errors\&quot;: 0\n }\n },\n {\n \&quot;name\&quot;: \&quot;GigabitEthernet7\&quot;,\n \&quot;type\&quot;: \&quot;iana-if-type:ethernetCsmacd\&quot;,\n \&quot;admin-status\&quot;: \&quot;down\&quot;,\n \&quot;oper-status\&quot;: \&quot;down\&quot;,\n \&quot;last-change\&quot;: \&quot;2017-10-26T13:24:37.000168+00:00\&quot;,\n \&quot;if-index\&quot;: 0,\n \&quot;phys-address\&quot;: \&quot;00:00:16:05:01:38\&quot;,\n \&quot;speed\&quot;: 1024000000,\n \&quot;statistics\&quot;: {\n \&quot;discontinuity-time\&quot;: \&quot;2017-10-26T13:22:12.000497+00:00\&quot;,\n \&quot;in-octets\&quot;: 0,\n \&quot;in-unicast-pkts\&quot;: 0,\n \&quot;in-broadcast-pkts\&quot;: 0,\n \&quot;in-multicast-pkts\&quot;: 0,\n \&quot;in-discards\&quot;: 0,\n \&quot;in-errors\&quot;: 0,\n \&quot;in-unknown-protos\&quot;: 0,\n \&quot;out-octets\&quot;: 238,\n \&quot;out-unicast-pkts\&quot;: 3,\n \&quot;out-broadcast-pkts\&quot;: 0,\n \&quot;out-multicast-pkts\&quot;: 0,\n \&quot;out-discards\&quot;: 0,\n \&quot;out-errors\&quot;: 0\n }\n },\n {\n \&quot;name\&quot;: \&quot;GigabitEthernet8\&quot;,\n \&quot;type\&quot;: \&quot;iana-if-type:ethernetCsmacd\&quot;,\n \&quot;admin-status\&quot;: \&quot;down\&quot;,\n \&quot;oper-status\&quot;: \&quot;down\&quot;,\n \&quot;last-change\&quot;: \&quot;2017-10-26T13:24:37.000208+00:00\&quot;,\n \&quot;if-index\&quot;: 0,\n \&quot;phys-address\&quot;: \&quot;00:00:16:05:01:39\&quot;,\n \&quot;speed\&quot;: 1024000000,\n \&quot;statistics\&quot;: {\n \&quot;discontinuity-time\&quot;: \&quot;2017-10-26T13:22:12.000497+00:00\&quot;,\n \&quot;in-octets\&quot;: 0,\n \&quot;in-unicast-pkts\&quot;: 0,\n \&quot;in-broadcast-pkts\&quot;: 0,\n \&quot;in-multicast-pkts\&quot;: 0,\n \&quot;in-discards\&quot;: 0,\n \&quot;in-errors\&quot;: 0,\n \&quot;in-unknown-protos\&quot;: 0,\n \&quot;out-octets\&quot;: 238,\n \&quot;out-unicast-pkts\&quot;: 3,\n \&quot;out-broadcast-pkts\&quot;: 0,\n \&quot;out-multicast-pkts\&quot;: 0,\n \&quot;out-discards\&quot;: 0,\n \&quot;out-errors\&quot;: 0\n }\n }\n ]\n }\n}\n&quot;, &quot;content_type&quot;: &quot;application/vnd.yang.data+json&quot;, ... }"><pre class="notranslate"><code class="notranslate">"data": { ... "content": "{\n \"ietf-interfaces:interfaces-state\": {\n \"interface\": [\n {\n \"name\": \"GigabitEthernet1\",\n \"type\": \"iana-if-type:ethernetCsmacd\",\n \"admin-status\": \"up\",\n \"oper-status\": \"up\",\n \"last-change\": \"2017-10-26T13:24:45.000772+00:00\",\n \"if-index\": 0,\n \"phys-address\": \"00:00:16:05:01:32\",\n \"speed\": 1024000000,\n \"statistics\": {\n \"discontinuity-time\": \"2017-10-26T13:22:12.000505+00:00\",\n \"in-octets\": 519892,\n \"in-unicast-pkts\": 6508,\n \"in-broadcast-pkts\": 0,\n \"in-multicast-pkts\": 5939,\n \"in-discards\": 0,\n \"in-errors\": 0,\n \"in-unknown-protos\": 0,\n \"out-octets\": 1070413,\n \"out-unicast-pkts\": 2722,\n \"out-broadcast-pkts\": 0,\n \"out-multicast-pkts\": 0,\n \"out-discards\": 0,\n \"out-errors\": 0\n }\n },\n {\n \"name\": \"GigabitEthernet2\",\n \"type\": \"iana-if-type:ethernetCsmacd\",\n \"admin-status\": \"down\",\n \"oper-status\": \"down\",\n \"last-change\": \"2017-10-26T13:24:36.000962+00:00\",\n \"if-index\": 0,\n \"phys-address\": \"00:00:16:05:01:33\",\n \"speed\": 1024000000,\n \"statistics\": {\n \"discontinuity-time\": \"2017-10-26T13:22:12.000499+00:00\",\n \"in-octets\": 0,\n \"in-unicast-pkts\": 0,\n \"in-broadcast-pkts\": 0,\n \"in-multicast-pkts\": 0,\n \"in-discards\": 0,\n \"in-errors\": 0,\n \"in-unknown-protos\": 0,\n \"out-octets\": 238,\n \"out-unicast-pkts\": 3,\n \"out-broadcast-pkts\": 0,\n \"out-multicast-pkts\": 0,\n \"out-discards\": 0,\n \"out-errors\": 0\n }\n },\n {\n \"name\": \"GigabitEthernet3\",\n \"type\": \"iana-if-type:ethernetCsmacd\",\n \"admin-status\": \"down\",\n \"oper-status\": \"down\",\n \"last-change\": \"2017-10-26T13:24:37.000001+00:00\",\n \"if-index\": 0,\n \"phys-address\": \"00:00:16:05:01:34\",\n \"speed\": 1024000000,\n \"statistics\": {\n \"discontinuity-time\": \"2017-10-26T13:22:12.000497+00:00\",\n \"in-octets\": 0,\n \"in-unicast-pkts\": 0,\n \"in-broadcast-pkts\": 0,\n \"in-multicast-pkts\": 0,\n \"in-discards\": 0,\n \"in-errors\": 0,\n \"in-unknown-protos\": 0,\n \"out-octets\": 238,\n \"out-unicast-pkts\": 3,\n \"out-broadcast-pkts\": 0,\n \"out-multicast-pkts\": 0,\n \"out-discards\": 0,\n \"out-errors\": 0\n }\n },\n {\n \"name\": \"GigabitEthernet4\",\n \"type\": \"iana-if-type:ethernetCsmacd\",\n \"admin-status\": \"down\",\n \"oper-status\": \"down\",\n \"last-change\": \"2017-10-26T13:24:37.000048+00:00\",\n \"if-index\": 0,\n \"phys-address\": \"00:00:16:05:01:35\",\n \"speed\": 1024000000,\n \"statistics\": {\n \"discontinuity-time\": \"2017-10-26T13:22:12.000497+00:00\",\n \"in-octets\": 0,\n \"in-unicast-pkts\": 0,\n \"in-broadcast-pkts\": 0,\n \"in-multicast-pkts\": 0,\n \"in-discards\": 0,\n \"in-errors\": 0,\n \"in-unknown-protos\": 0,\n \"out-octets\": 238,\n \"out-unicast-pkts\": 3,\n \"out-broadcast-pkts\": 0,\n \"out-multicast-pkts\": 0,\n \"out-discards\": 0,\n \"out-errors\": 0\n }\n },\n {\n \"name\": \"GigabitEthernet5\",\n \"type\": \"iana-if-type:ethernetCsmacd\",\n \"admin-status\": \"down\",\n \"oper-status\": \"down\",\n \"last-change\": \"2017-10-26T13:24:37.000088+00:00\",\n \"if-index\": 0,\n \"phys-address\": \"00:00:16:05:01:36\",\n \"speed\": 1024000000,\n \"statistics\": {\n \"discontinuity-time\": \"2017-10-26T13:22:12.000497+00:00\",\n \"in-octets\": 0,\n \"in-unicast-pkts\": 0,\n \"in-broadcast-pkts\": 0,\n \"in-multicast-pkts\": 0,\n \"in-discards\": 0,\n \"in-errors\": 0,\n \"in-unknown-protos\": 0,\n \"out-octets\": 238,\n \"out-unicast-pkts\": 3,\n \"out-broadcast-pkts\": 0,\n \"out-multicast-pkts\": 0,\n \"out-discards\": 0,\n \"out-errors\": 0\n }\n },\n {\n \"name\": \"GigabitEthernet6\",\n \"type\": \"iana-if-type:ethernetCsmacd\",\n \"admin-status\": \"down\",\n \"oper-status\": \"down\",\n \"last-change\": \"2017-10-26T13:24:37.000128+00:00\",\n \"if-index\": 0,\n \"phys-address\": \"00:00:16:05:01:37\",\n \"speed\": 1024000000,\n \"statistics\": {\n \"discontinuity-time\": \"2017-10-26T13:22:12.000497+00:00\",\n \"in-octets\": 0,\n \"in-unicast-pkts\": 0,\n \"in-broadcast-pkts\": 0,\n \"in-multicast-pkts\": 0,\n \"in-discards\": 0,\n \"in-errors\": 0,\n \"in-unknown-protos\": 0,\n \"out-octets\": 238,\n \"out-unicast-pkts\": 3,\n \"out-broadcast-pkts\": 0,\n \"out-multicast-pkts\": 0,\n \"out-discards\": 0,\n \"out-errors\": 0\n }\n },\n {\n \"name\": \"GigabitEthernet7\",\n \"type\": \"iana-if-type:ethernetCsmacd\",\n \"admin-status\": \"down\",\n \"oper-status\": \"down\",\n \"last-change\": \"2017-10-26T13:24:37.000168+00:00\",\n \"if-index\": 0,\n \"phys-address\": \"00:00:16:05:01:38\",\n \"speed\": 1024000000,\n \"statistics\": {\n \"discontinuity-time\": \"2017-10-26T13:22:12.000497+00:00\",\n \"in-octets\": 0,\n \"in-unicast-pkts\": 0,\n \"in-broadcast-pkts\": 0,\n \"in-multicast-pkts\": 0,\n \"in-discards\": 0,\n \"in-errors\": 0,\n \"in-unknown-protos\": 0,\n \"out-octets\": 238,\n \"out-unicast-pkts\": 3,\n \"out-broadcast-pkts\": 0,\n \"out-multicast-pkts\": 0,\n \"out-discards\": 0,\n \"out-errors\": 0\n }\n },\n {\n \"name\": \"GigabitEthernet8\",\n \"type\": \"iana-if-type:ethernetCsmacd\",\n \"admin-status\": \"down\",\n \"oper-status\": \"down\",\n \"last-change\": \"2017-10-26T13:24:37.000208+00:00\",\n \"if-index\": 0,\n \"phys-address\": \"00:00:16:05:01:39\",\n \"speed\": 1024000000,\n \"statistics\": {\n \"discontinuity-time\": \"2017-10-26T13:22:12.000497+00:00\",\n \"in-octets\": 0,\n \"in-unicast-pkts\": 0,\n \"in-broadcast-pkts\": 0,\n \"in-multicast-pkts\": 0,\n \"in-discards\": 0,\n \"in-errors\": 0,\n \"in-unknown-protos\": 0,\n \"out-octets\": 238,\n \"out-unicast-pkts\": 3,\n \"out-broadcast-pkts\": 0,\n \"out-multicast-pkts\": 0,\n \"out-discards\": 0,\n \"out-errors\": 0\n }\n }\n ]\n }\n}\n", "content_type": "application/vnd.yang.data+json", ... } </code></pre></div> <p dir="auto"><strong>Json-formatted data without newlines and spaces</strong>: (from NX-OSv 9k)</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&quot;data&quot;: { ... &quot;content&quot;: &quot;{\&quot;interfaces\&quot;:{\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;vlan1\&quot;},\&quot;name\&quot;:\&quot;vlan1\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/39\&quot;},\&quot;name\&quot;:\&quot;eth1\\/39\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/48\&quot;},\&quot;name\&quot;:\&quot;eth1\\/48\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/42\&quot;},\&quot;name\&quot;:\&quot;eth1\\/42\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/37\&quot;},\&quot;name\&quot;:\&quot;eth1\\/37\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/35\&quot;},\&quot;name\&quot;:\&quot;eth1\\/35\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/27\&quot;},\&quot;name\&quot;:\&quot;eth1\\/27\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/3\&quot;},\&quot;name\&quot;:\&quot;eth1\\/3\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;,\&quot;ipv4\&quot;:{\&quot;addresses\&quot;:{\&quot;address\&quot;:{\&quot;config\&quot;:{\&quot;ip\&quot;:\&quot;10.3.112.11\&quot;,\&quot;prefix-length\&quot;:\&quot;24\&quot;},\&quot;ip\&quot;:\&quot;10.3.112.11\&quot;}}}}},\&quot;routed-vlan\&quot;:{\&quot;ipv4\&quot;:{\&quot;addresses\&quot;:{\&quot;address\&quot;:{\&quot;config\&quot;:{\&quot;ip\&quot;:\&quot;10.3.112.11\&quot;,\&quot;prefix-length\&quot;:\&quot;24\&quot;},\&quot;ip\&quot;:\&quot;10.3.112.11\&quot;}}}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/52\&quot;},\&quot;name\&quot;:\&quot;eth1\\/52\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/54\&quot;},\&quot;name\&quot;:\&quot;eth1\\/54\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/61\&quot;},\&quot;name\&quot;:\&quot;eth1\\/61\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/58\&quot;},\&quot;name\&quot;:\&quot;eth1\\/58\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/4\&quot;},\&quot;name\&quot;:\&quot;eth1\\/4\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;,\&quot;ipv4\&quot;:{\&quot;addresses\&quot;:{\&quot;address\&quot;:{\&quot;config\&quot;:{\&quot;ip\&quot;:\&quot;10.3.113.11\&quot;,\&quot;prefix-length\&quot;:\&quot;24\&quot;},\&quot;ip\&quot;:\&quot;10.3.113.11\&quot;}}}},\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;20\&quot;},\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;10\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/29\&quot;},\&quot;name\&quot;:\&quot;eth1\\/29\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/47\&quot;},\&quot;name\&quot;:\&quot;eth1\\/47\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/14\&quot;},\&quot;name\&quot;:\&quot;eth1\\/14\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/9\&quot;},\&quot;name\&quot;:\&quot;eth1\\/9\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/7\&quot;},\&quot;name\&quot;:\&quot;eth1\\/7\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;,\&quot;ipv4\&quot;:{\&quot;addresses\&quot;:{\&quot;address\&quot;:{\&quot;config\&quot;:{\&quot;ip\&quot;:\&quot;10.3.116.11\&quot;,\&quot;prefix-length\&quot;:\&quot;24\&quot;},\&quot;ip\&quot;:\&quot;10.3.116.11\&quot;}}}},\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;20\&quot;},\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;10\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/8\&quot;},\&quot;name\&quot;:\&quot;eth1\\/8\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/25\&quot;},\&quot;name\&quot;:\&quot;eth1\\/25\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/18\&quot;},\&quot;name\&quot;:\&quot;eth1\\/18\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/40\&quot;},\&quot;name\&quot;:\&quot;eth1\\/40\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/12\&quot;},\&quot;name\&quot;:\&quot;eth1\\/12\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/36\&quot;},\&quot;name\&quot;:\&quot;eth1\\/36\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/16\&quot;},\&quot;name\&quot;:\&quot;eth1\\/16\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/1\&quot;},\&quot;name\&quot;:\&quot;eth1\\/1\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;,\&quot;ipv4\&quot;:{\&quot;addresses\&quot;:{\&quot;address\&quot;:{\&quot;config\&quot;:{\&quot;ip\&quot;:\&quot;172.21.100.111\&quot;,\&quot;prefix-length\&quot;:\&quot;16\&quot;},\&quot;ip\&quot;:\&quot;172.21.100.111\&quot;}}}}},\&quot;routed-vlan\&quot;:{\&quot;ipv4\&quot;:{\&quot;addresses\&quot;:{\&quot;address\&quot;:{\&quot;config\&quot;:{\&quot;ip\&quot;:\&quot;172.21.100.111\&quot;,\&quot;prefix-length\&quot;:\&quot;16\&quot;},\&quot;ip\&quot;:\&quot;172.21.100.111\&quot;}}}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/10\&quot;},\&quot;name\&quot;:\&quot;eth1\\/10\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/49\&quot;},\&quot;name\&quot;:\&quot;eth1\\/49\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/31\&quot;},\&quot;name\&quot;:\&quot;eth1\\/31\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/53\&quot;},\&quot;name\&quot;:\&quot;eth1\\/53\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/19\&quot;},\&quot;name\&quot;:\&quot;eth1\\/19\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/38\&quot;},\&quot;name\&quot;:\&quot;eth1\\/38\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/56\&quot;},\&quot;name\&quot;:\&quot;eth1\\/56\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/43\&quot;},\&quot;name\&quot;:\&quot;eth1\\/43\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/44\&quot;},\&quot;name\&quot;:\&quot;eth1\\/44\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/5\&quot;},\&quot;name\&quot;:\&quot;eth1\\/5\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;,\&quot;ipv4\&quot;:{\&quot;addresses\&quot;:{\&quot;address\&quot;:{\&quot;config\&quot;:{\&quot;ip\&quot;:\&quot;10.3.114.11\&quot;,\&quot;prefix-length\&quot;:\&quot;24\&quot;},\&quot;ip\&quot;:\&quot;10.3.114.11\&quot;}}}},\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;10\&quot;},\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;20\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/34\&quot;},\&quot;name\&quot;:\&quot;eth1\\/34\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/23\&quot;},\&quot;name\&quot;:\&quot;eth1\\/23\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/21\&quot;},\&quot;name\&quot;:\&quot;eth1\\/21\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/28\&quot;},\&quot;name\&quot;:\&quot;eth1\\/28\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/22\&quot;},\&quot;name\&quot;:\&quot;eth1\\/22\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/24\&quot;},\&quot;name\&quot;:\&quot;eth1\\/24\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/55\&quot;},\&quot;name\&quot;:\&quot;eth1\\/55\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/33\&quot;},\&quot;name\&quot;:\&quot;eth1\\/33\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/11\&quot;},\&quot;name\&quot;:\&quot;eth1\\/11\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/64\&quot;},\&quot;name\&quot;:\&quot;eth1\\/64\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/41\&quot;},\&quot;name\&quot;:\&quot;eth1\\/41\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/13\&quot;},\&quot;name\&quot;:\&quot;eth1\\/13\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/45\&quot;},\&quot;name\&quot;:\&quot;eth1\\/45\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/2\&quot;},\&quot;name\&quot;:\&quot;eth1\\/2\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;,\&quot;ipv4\&quot;:{\&quot;addresses\&quot;:{\&quot;address\&quot;:{\&quot;config\&quot;:{\&quot;ip\&quot;:\&quot;10.3.111.11\&quot;,\&quot;prefix-length\&quot;:\&quot;24\&quot;},\&quot;ip\&quot;:\&quot;10.3.111.11\&quot;}}}}},\&quot;routed-vlan\&quot;:{\&quot;ipv4\&quot;:{\&quot;addresses\&quot;:{\&quot;address\&quot;:{\&quot;config\&quot;:{\&quot;ip\&quot;:\&quot;10.3.111.11\&quot;,\&quot;prefix-length\&quot;:\&quot;24\&quot;},\&quot;ip\&quot;:\&quot;10.3.111.11\&quot;}}}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/63\&quot;},\&quot;name\&quot;:\&quot;eth1\\/63\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/60\&quot;},\&quot;name\&quot;:\&quot;eth1\\/60\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/62\&quot;},\&quot;name\&quot;:\&quot;eth1\\/62\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/17\&quot;},\&quot;name\&quot;:\&quot;eth1\\/17\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/59\&quot;},\&quot;name\&quot;:\&quot;eth1\\/59\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/46\&quot;},\&quot;name\&quot;:\&quot;eth1\\/46\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/50\&quot;},\&quot;name\&quot;:\&quot;eth1\\/50\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/20\&quot;},\&quot;name\&quot;:\&quot;eth1\\/20\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/57\&quot;},\&quot;name\&quot;:\&quot;eth1\\/57\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/6\&quot;},\&quot;name\&quot;:\&quot;eth1\\/6\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;,\&quot;ipv4\&quot;:{\&quot;addresses\&quot;:{\&quot;address\&quot;:{\&quot;config\&quot;:{\&quot;ip\&quot;:\&quot;10.3.115.11\&quot;,\&quot;prefix-length\&quot;:\&quot;24\&quot;},\&quot;ip\&quot;:\&quot;10.3.115.11\&quot;}}}},\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;20\&quot;},\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;10\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/26\&quot;},\&quot;name\&quot;:\&quot;eth1\\/26\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/51\&quot;},\&quot;name\&quot;:\&quot;eth1\\/51\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/15\&quot;},\&quot;name\&quot;:\&quot;eth1\\/15\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/32\&quot;},\&quot;name\&quot;:\&quot;eth1\\/32\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;interface\&quot;:{\&quot;config\&quot;:{\&quot;name\&quot;:\&quot;eth1\\/30\&quot;},\&quot;name\&quot;:\&quot;eth1\\/30\&quot;,\&quot;subinterfaces\&quot;:{\&quot;subinterface\&quot;:{\&quot;index\&quot;:\&quot;0\&quot;}}},\&quot;xmlns\&quot;:\&quot;http:\\/\\/openconfig.net\\/yang\\/interfaces\&quot;}}&quot;, &quot;content_length&quot;: &quot;8414&quot;, &quot;content_type&quot;: &quot;application/yang.data+json&quot;, ... }"><pre class="notranslate"><code class="notranslate">"data": { ... "content": "{\"interfaces\":{\"interface\":{\"config\":{\"name\":\"vlan1\"},\"name\":\"vlan1\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/39\"},\"name\":\"eth1\\/39\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/48\"},\"name\":\"eth1\\/48\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/42\"},\"name\":\"eth1\\/42\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/37\"},\"name\":\"eth1\\/37\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/35\"},\"name\":\"eth1\\/35\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/27\"},\"name\":\"eth1\\/27\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/3\"},\"name\":\"eth1\\/3\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\",\"ipv4\":{\"addresses\":{\"address\":{\"config\":{\"ip\":\"10.3.112.11\",\"prefix-length\":\"24\"},\"ip\":\"10.3.112.11\"}}}}},\"routed-vlan\":{\"ipv4\":{\"addresses\":{\"address\":{\"config\":{\"ip\":\"10.3.112.11\",\"prefix-length\":\"24\"},\"ip\":\"10.3.112.11\"}}}}},\"interface\":{\"config\":{\"name\":\"eth1\\/52\"},\"name\":\"eth1\\/52\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/54\"},\"name\":\"eth1\\/54\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/61\"},\"name\":\"eth1\\/61\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/58\"},\"name\":\"eth1\\/58\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/4\"},\"name\":\"eth1\\/4\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\",\"ipv4\":{\"addresses\":{\"address\":{\"config\":{\"ip\":\"10.3.113.11\",\"prefix-length\":\"24\"},\"ip\":\"10.3.113.11\"}}}},\"subinterface\":{\"index\":\"20\"},\"subinterface\":{\"index\":\"10\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/29\"},\"name\":\"eth1\\/29\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/47\"},\"name\":\"eth1\\/47\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/14\"},\"name\":\"eth1\\/14\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/9\"},\"name\":\"eth1\\/9\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/7\"},\"name\":\"eth1\\/7\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\",\"ipv4\":{\"addresses\":{\"address\":{\"config\":{\"ip\":\"10.3.116.11\",\"prefix-length\":\"24\"},\"ip\":\"10.3.116.11\"}}}},\"subinterface\":{\"index\":\"20\"},\"subinterface\":{\"index\":\"10\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/8\"},\"name\":\"eth1\\/8\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/25\"},\"name\":\"eth1\\/25\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/18\"},\"name\":\"eth1\\/18\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/40\"},\"name\":\"eth1\\/40\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/12\"},\"name\":\"eth1\\/12\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/36\"},\"name\":\"eth1\\/36\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/16\"},\"name\":\"eth1\\/16\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/1\"},\"name\":\"eth1\\/1\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\",\"ipv4\":{\"addresses\":{\"address\":{\"config\":{\"ip\":\"172.21.100.111\",\"prefix-length\":\"16\"},\"ip\":\"172.21.100.111\"}}}}},\"routed-vlan\":{\"ipv4\":{\"addresses\":{\"address\":{\"config\":{\"ip\":\"172.21.100.111\",\"prefix-length\":\"16\"},\"ip\":\"172.21.100.111\"}}}}},\"interface\":{\"config\":{\"name\":\"eth1\\/10\"},\"name\":\"eth1\\/10\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/49\"},\"name\":\"eth1\\/49\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/31\"},\"name\":\"eth1\\/31\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/53\"},\"name\":\"eth1\\/53\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/19\"},\"name\":\"eth1\\/19\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/38\"},\"name\":\"eth1\\/38\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/56\"},\"name\":\"eth1\\/56\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/43\"},\"name\":\"eth1\\/43\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/44\"},\"name\":\"eth1\\/44\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/5\"},\"name\":\"eth1\\/5\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\",\"ipv4\":{\"addresses\":{\"address\":{\"config\":{\"ip\":\"10.3.114.11\",\"prefix-length\":\"24\"},\"ip\":\"10.3.114.11\"}}}},\"subinterface\":{\"index\":\"10\"},\"subinterface\":{\"index\":\"20\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/34\"},\"name\":\"eth1\\/34\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/23\"},\"name\":\"eth1\\/23\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/21\"},\"name\":\"eth1\\/21\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/28\"},\"name\":\"eth1\\/28\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/22\"},\"name\":\"eth1\\/22\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/24\"},\"name\":\"eth1\\/24\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/55\"},\"name\":\"eth1\\/55\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/33\"},\"name\":\"eth1\\/33\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/11\"},\"name\":\"eth1\\/11\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/64\"},\"name\":\"eth1\\/64\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/41\"},\"name\":\"eth1\\/41\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/13\"},\"name\":\"eth1\\/13\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/45\"},\"name\":\"eth1\\/45\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/2\"},\"name\":\"eth1\\/2\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\",\"ipv4\":{\"addresses\":{\"address\":{\"config\":{\"ip\":\"10.3.111.11\",\"prefix-length\":\"24\"},\"ip\":\"10.3.111.11\"}}}}},\"routed-vlan\":{\"ipv4\":{\"addresses\":{\"address\":{\"config\":{\"ip\":\"10.3.111.11\",\"prefix-length\":\"24\"},\"ip\":\"10.3.111.11\"}}}}},\"interface\":{\"config\":{\"name\":\"eth1\\/63\"},\"name\":\"eth1\\/63\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/60\"},\"name\":\"eth1\\/60\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/62\"},\"name\":\"eth1\\/62\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/17\"},\"name\":\"eth1\\/17\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/59\"},\"name\":\"eth1\\/59\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/46\"},\"name\":\"eth1\\/46\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/50\"},\"name\":\"eth1\\/50\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/20\"},\"name\":\"eth1\\/20\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/57\"},\"name\":\"eth1\\/57\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/6\"},\"name\":\"eth1\\/6\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\",\"ipv4\":{\"addresses\":{\"address\":{\"config\":{\"ip\":\"10.3.115.11\",\"prefix-length\":\"24\"},\"ip\":\"10.3.115.11\"}}}},\"subinterface\":{\"index\":\"20\"},\"subinterface\":{\"index\":\"10\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/26\"},\"name\":\"eth1\\/26\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/51\"},\"name\":\"eth1\\/51\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/15\"},\"name\":\"eth1\\/15\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/32\"},\"name\":\"eth1\\/32\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"interface\":{\"config\":{\"name\":\"eth1\\/30\"},\"name\":\"eth1\\/30\",\"subinterfaces\":{\"subinterface\":{\"index\":\"0\"}}},\"xmlns\":\"http:\\/\\/openconfig.net\\/yang\\/interfaces\"}}", "content_length": "8414", "content_type": "application/yang.data+json", ... } </code></pre></div> <h5 dir="auto">EXPECTED RESULTS</h5> <p dir="auto">Both json-formatted data should be converted correctly.</p> <h5 dir="auto">ACTUAL RESULTS: to_nice_yaml from json-formatted data <strong>with newlines and spaces</strong></h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ietf-interfaces:interfaces-state: interface: - admin-status: up if-index: 0 last-change: '2017-10-26T13:24:45.000772+00:00' name: GigabitEthernet1 oper-status: up phys-address: 00:00:16:05:01:32 speed: 1024000000 statistics: discontinuity-time: '2017-10-26T13:22:12.000505+00:00' in-broadcast-pkts: 0 in-discards: 0 in-errors: 0 in-multicast-pkts: 5939 in-octets: 519892 in-unicast-pkts: 6508 in-unknown-protos: 0 out-broadcast-pkts: 0 out-discards: 0 out-errors: 0 out-multicast-pkts: 0 out-octets: 1070413 out-unicast-pkts: 2722 type: iana-if-type:ethernetCsmacd - admin-status: down if-index: 0 last-change: '2017-10-26T13:24:36.000962+00:00' name: GigabitEthernet2 oper-status: down phys-address: 00:00:16:05:01:33 speed: 1024000000 statistics: discontinuity-time: '2017-10-26T13:22:12.000499+00:00' in-broadcast-pkts: 0 in-discards: 0 in-errors: 0 in-multicast-pkts: 0 in-octets: 0 in-unicast-pkts: 0 in-unknown-protos: 0 out-broadcast-pkts: 0 out-discards: 0 out-errors: 0 out-multicast-pkts: 0 out-octets: 238 out-unicast-pkts: 3 type: iana-if-type:ethernetCsmacd ..."><pre class="notranslate"><code class="notranslate">ietf-interfaces:interfaces-state: interface: - admin-status: up if-index: 0 last-change: '2017-10-26T13:24:45.000772+00:00' name: GigabitEthernet1 oper-status: up phys-address: 00:00:16:05:01:32 speed: 1024000000 statistics: discontinuity-time: '2017-10-26T13:22:12.000505+00:00' in-broadcast-pkts: 0 in-discards: 0 in-errors: 0 in-multicast-pkts: 5939 in-octets: 519892 in-unicast-pkts: 6508 in-unknown-protos: 0 out-broadcast-pkts: 0 out-discards: 0 out-errors: 0 out-multicast-pkts: 0 out-octets: 1070413 out-unicast-pkts: 2722 type: iana-if-type:ethernetCsmacd - admin-status: down if-index: 0 last-change: '2017-10-26T13:24:36.000962+00:00' name: GigabitEthernet2 oper-status: down phys-address: 00:00:16:05:01:33 speed: 1024000000 statistics: discontinuity-time: '2017-10-26T13:22:12.000499+00:00' in-broadcast-pkts: 0 in-discards: 0 in-errors: 0 in-multicast-pkts: 0 in-octets: 0 in-unicast-pkts: 0 in-unknown-protos: 0 out-broadcast-pkts: 0 out-discards: 0 out-errors: 0 out-multicast-pkts: 0 out-octets: 238 out-unicast-pkts: 3 type: iana-if-type:ethernetCsmacd ... </code></pre></div> <h5 dir="auto">ACTUAL RESULTS: to_nice_yaml from json-formatted data <strong>without newlines and spaces</strong></h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="interfaces: interface: config: name: eth1/30 name: eth1/30 subinterfaces: subinterface: index: '0' xmlns: http://openconfig.net/yang/interfaces"><pre class="notranslate"><code class="notranslate">interfaces: interface: config: name: eth1/30 name: eth1/30 subinterfaces: subinterface: index: '0' xmlns: http://openconfig.net/yang/interfaces </code></pre></div>
0
<p dir="auto">What is the easiest way to, for example, use the node.js "debug" module in a browser-only application that's currently organized with Internal Modules?</p> <p dir="auto">I've been using Typescript for over 6 months now, and I still have this question that I've had since day 1:<br> Do you guys recommend using a preprocessor like browserify or webpack as part of the build process for applications meant to run in the browser? That would surprise me, since the Handbook section on External Modules makes it sound like the TS compiler can do at least the basics of what they do (and the basics are all I need).</p> <p dir="auto">However, the Handbook says "Applications not using node.js or require.js do not need to use external modules and can best be organized using the internal module concept outlined above."<br> Perhaps I've misinterpreted what is meant by "using node.js". My code doesn't use the node interpreter. So far that Handbook blurb has made me steer clear of using other people's nodejs modules, or even in one case converting someone's library, that seemed to unnecessarily be packaged as a nodejs module, to plain js (note: I am obviously still fairly new to web development, but I do have a PhD in CS). Other than not being able to use nodejs modules, I've been completely satisfied with Internal Modules.</p> <p dir="auto">I would be very grateful to get a response on this.</p>
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/matthiasg/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/matthiasg">@matthiasg</a> on July 17, 2015 12:16</em></p> <p dir="auto">Since any valid JS file is supposed to be a valid TS file too it should be possible to use a standard babelified webapp project and just switch it to use TS (e.g using tsify). Sadly that is not possible right now since there are some issues on requiring/importing dependencies and actually getting TS to emit anything (in a DI reliant project at least).</p> <p dir="auto">I think it would be helpful if the TS team would devote some time to setup official documentation similar or even extended to what the opensource babeljs team has done (<a href="https://babeljs.io/docs/setup/" rel="nofollow">https://babeljs.io/docs/setup/</a>) with enough starters how to migrate their existing projects to TS. An official browserify plugin might also be helpful.</p> <p dir="auto">Specifically just exchanging babelify to tsify doesnt work right now even though both implement the ES6 features used (of course if one doesnt implement a specific feature proposed that wouldnt work).</p> <p dir="auto"><em>Copied from original issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="95645706" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/3909" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/issues/3909/hovercard" href="https://github.com/microsoft/TypeScript/issues/3909">microsoft/TypeScript#3909</a></em></p>
1
<p dir="auto">Describe what you were doing when the bug occurred:<br> 1.<br> 2.<br> 3.</p> <hr> <h2 dir="auto">Please do not remove the text below this line</h2> <p dir="auto">DevTools version: 4.11.0-39713716aa</p> <p dir="auto">Call stack: at store_Store.getElementAtIndex (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:22171:35)<br> at store_Store.getElementIDAtIndex (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:22187:26)<br> at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:29770:63<br> at List.render (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:23893:18)<br> at Ii (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:14002:76)<br> at Hi (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:13993:10)<br> at uk (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:16728:86)<br> at tk (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:16245:11)<br> at qk (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:16237:23)<br> at jk (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:16221:5)</p> <p dir="auto">Component stack: at List (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:23588:30)<br> at div<br> at AutoSizer (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:3111:5)<br> at div<br> at div<br> at Tree_Tree (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:29531:47)<br> at div<br> at div<br> at OwnersListContextController (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:28680:3)<br> at SettingsModalContextController (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:29121:3)<br> at Components_Components (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:34645:52)<br> at ErrorBoundary_ErrorBoundary (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:30035:5)<br> at PortaledContent (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:30157:5)<br> at div<br> at div<br> at ProfilerContextController (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:34264:3)<br> at TreeContextController (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:25356:3)<br> at SettingsContextController (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:25963:3)<br> at ModalDialogContextController (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:30300:3)<br> at DevTools_DevTools (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:37639:3)</p>
<p dir="auto">Hi, I know this issue has been discussed endlessly so I apologize for bringing it up again. I hope this issue is net helpful. <g-emoji class="g-emoji" alias="crossed_fingers" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f91e.png">🤞</g-emoji></p> <p dir="auto">Quick summary: as of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="596902061" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/18547" data-hovercard-type="pull_request" data-hovercard-url="/facebook/react/pull/18547/hovercard" href="https://github.com/facebook/react/pull/18547">#18547</a>, React 17 silences console logs during the second rendering pass in strict mode, in dev. It's a trade-off between the confusion of logging multiple times for a single render pass and the confusion of only logging once even though the code was actually called twice.</p> <p dir="auto">Note that there's an outstanding PR to make it configurable (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="687437949" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/19710" data-hovercard-type="pull_request" data-hovercard-url="/facebook/react/pull/19710/hovercard" href="https://github.com/facebook/react/pull/19710">#19710</a>) but it seems to be stalled awaiting review.</p> <p dir="auto">Since the change was released, I've seen a number of issues in which folks have been confused by the behavior, e.g.:</p> <ul dir="auto"> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="810480279" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/20835" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/20835/hovercard" href="https://github.com/facebook/react/issues/20835">#20835</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="829346736" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/20982" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/20982/hovercard" href="https://github.com/facebook/react/issues/20982">#20982</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="755011790" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/20367" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/20367/hovercard" href="https://github.com/facebook/react/issues/20367">#20367</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="728803156" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/20090" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/20090/hovercard" href="https://github.com/facebook/react/issues/20090">#20090</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="850373766" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/21178" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/21178/hovercard" href="https://github.com/facebook/react/issues/21178">#21178</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="843407104" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/21126" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/21126/hovercard" href="https://github.com/facebook/react/issues/21126">#21126</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="812466225" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/20851" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/20851/hovercard" href="https://github.com/facebook/react/issues/20851">#20851</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="783925678" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/20575" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/20575/hovercard" href="https://github.com/facebook/react/issues/20575">#20575</a></li> </ul> <p dir="auto">The response from the core team has generally been that, yes, this behavior can be confusing, but the previous behavior was equally if not more confusing. It's a trade-off without a clear answer. (Examples: <a href="https://github.com/facebook/react/issues/20090#issuecomment-715926549" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/20090/hovercard">1</a>, <a href="https://github.com/facebook/react/issues/20835#issuecomment-781393974" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/20835/hovercard">2</a>, <a href="https://github.com/facebook/react/issues/20367#issuecomment-737610144" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/20367/hovercard">3</a>.)</p> <p dir="auto">I totally understand this perspective and I've tried to internalize it, but, frankly, the longer it's been since the release, the more it seems to me like the new behavior is actually just significantly more confusing for most people. My signal is:</p> <ol dir="auto"> <li>Anecdotally, it's a recurring source of confusion within my company, much more so than the old behavior was. It's also probably the source of the most "oh, that's weird" reactions (vs. "oh, I get it now") when explained, compared with other React nuances.</li> <li>The change was only released 8 months ago and there are already many GitHub issues expressing confusion about it, seemingly more than there ever were for the old behavior. (There used to be more instances where people weren't aware that strict mode double-invokes components, but it's not that the new behavior makes this any more clear, it just means that fewer people are now learning this fact, which doesn't seem good?) The rate of new issues also doesn't seem to be slowing as was <a href="https://github.com/facebook/react/issues/20367#issuecomment-737764279" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/20367/hovercard">hypothesized</a>.</li> <li>The implementing PR (<a href="https://github.com/facebook/react/pull/18547" data-hovercard-type="pull_request" data-hovercard-url="/facebook/react/pull/18547/hovercard">#18547</a>) currently has 19 downvotes vs. 2 upvotes. Obviously people who dislike the change are more likely to downvote, but PRs are rarely this controversial and in fact this is the <a href="https://github.com/facebook/react/pulls?q=is%3Apr+sort%3Areactions--1-desc+is%3Aclosed">most downvoted non-docs PR</a> in the whole repo.</li> </ol> <p dir="auto">Altogether, the change was clearly well-reasoned and well-intentioned, but now that it's had some time to settle, what I'm asking is:</p> <ol dir="auto"> <li>Does my perspective on the community reaction align with your perception?</li> <li>Have you observed a different reaction internally at FB?</li> <li>In aggregate, does any of this change your original perspective at all?</li> </ol> <p dir="auto">I hope this is a fair take and a helpful set of questions to ask. Thanks for taking the time to read.</p> <hr> <p dir="auto">(FWIW, if I had to guess, I'd propose that one reason for the new behavior being more confusing is that the old behavior is only confusing until you learn that strict mode = double render, whereas the new behavior continues to be confusing after you learn it because there are subtleties. e.g., "which pass gets silenced again?", "oh, right, it's the second one, so if you log a value and render it, the console might show something different than the screen", "what about when you set state in render?", "what about refs?", etc.)</p>
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li> </ul> <h3 dir="auto">Environment</h3> <ul dir="auto"> <li>Dubbo version: 2.7.5</li> </ul> <h3 dir="auto">Steps to reproduce this issue</h3> <p dir="auto">org.apache.dubbo.registry.client.metadata.proxy.RemoteMetadataServiceProxy#getServiceDefinition(java.lang.String)</p> <p dir="auto">this method handles result errors,</p> <p dir="auto">UrlUtils.parseServiceKey return [group, interfaceName, version].</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/11514434/79290323-689af480-7efe-11ea-9f29-43c8123d62f9.png"><img src="https://user-images.githubusercontent.com/11514434/79290323-689af480-7efe-11ea-9f29-43c8123d62f9.png" alt="image" style="max-width: 100%;"></a></p> <p dir="auto">fixbug --&gt;</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/11514434/79290358-79e40100-7efe-11ea-8ba8-bbb12785cbdc.png"><img src="https://user-images.githubusercontent.com/11514434/79290358-79e40100-7efe-11ea-8ba8-bbb12785cbdc.png" alt="image" style="max-width: 100%;"></a></p>
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li> </ul> <h3 dir="auto">Environment</h3> <ul dir="auto"> <li>Dubbo version: 2.7.8</li> <li>Operating System version: Window 7</li> <li>Java version: 1.8</li> </ul> <h3 dir="auto">Steps to reproduce this issue</h3> <ol dir="auto"> <li>新建A、B、C三个服务,A服务依赖B、C服务,B服务依赖C服务,C服务依赖B服务</li> <li>启动项目报错</li> <li>回退到2.7.7版本可以启动成功</li> </ol> <p dir="auto">Pls. provide [GitHub address] to reproduce this issue.<br> <a href="https://github.com/liunancun/demo.git">https://github.com/liunancun/demo.git</a></p> <h3 dir="auto">Expected Result</h3> <p dir="auto">启动成功</p> <h3 dir="auto">Actual Result</h3> <p dir="auto">启动报错</p> <p dir="auto">If there is an exception, please attach the exception trace:</p> <p dir="auto">2020-09-23 14:05:18.420 INFO 51660 --- [ main] o.a.dubbo.common.logger.LoggerFactory : using logger: org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter<br> 2020-09-23 14:05:18.427 INFO 51660 --- [ main] d.s.b.c.e.WelcomeLogoApplicationListener :</p> <p dir="auto">:: Dubbo Spring Boot (v2.7.8) : <a href="https://github.com/apache/dubbo-spring-boot-project">https://github.com/apache/dubbo-spring-boot-project</a><br> :: Dubbo (v2.7.8) : <a href="https://github.com/apache/dubbo">https://github.com/apache/dubbo</a><br> :: Discuss group : <a href="mailto:[email protected]">[email protected]</a></p> <p dir="auto">2020-09-23 14:05:18.429 INFO 51660 --- [ main] e.OverrideDubboConfigApplicationListener : Dubbo Config was overridden by externalized configuration {dubbo.application.name=demo, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.registry.address=multicast://224.5.6.7:1234, dubbo.scan.basePackages=com.example.demo}</p> <p dir="auto">. ____ _ __ _ _<br> /\ / <em><em><em>'</em> __ _ <em>(</em>)</em> __ __ _ \ \ \ <br> ( ( )_</em>_ | '_ | '<em>| | '</em> / <em>` | \ \ \ <br> \/ <em><em><em>)| |</em>)| | | | | || (</em>| | ) ) ) )<br> ' |</em></em><em><em>| .__|</em>| |</em>|<em>| |</em>_<em>, | / / / /<br> =========|</em>|==============|<em><em><em>/=/</em>/</em>/</em>/<br> :: Spring Boot :: (v2.2.10.RELEASE)</p> <p dir="auto">2020-09-23 14:05:18.522 INFO 51660 --- [ main] com.example.demo.DemoApplication : Starting DemoApplication on liunancun-PC with PID 51660 (D:\work\code\github\demo\target\classes started by liunancun in D:\work\code\github\demo)<br> 2020-09-23 14:05:18.523 INFO 51660 --- [ main] com.example.demo.DemoApplication : No active profile set, falling back to default profiles: default<br> 2020-09-23 14:05:18.780 INFO 51660 --- [ main] com.alibaba.spring.util.BeanRegistrar : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [referenceAnnotationBeanPostProcessor] has been registered.<br> 2020-09-23 14:05:18.781 INFO 51660 --- [ main] com.alibaba.spring.util.BeanRegistrar : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigAliasPostProcessor]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [dubboConfigAliasPostProcessor] has been registered.<br> 2020-09-23 14:05:18.782 INFO 51660 --- [ main] com.alibaba.spring.util.BeanRegistrar : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.context.DubboLifecycleComponentApplicationListener]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [dubboLifecycleComponentApplicationListener] has been registered.<br> 2020-09-23 14:05:18.783 INFO 51660 --- [ main] com.alibaba.spring.util.BeanRegistrar : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.context.DubboBootstrapApplicationListener]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [dubboBootstrapApplicationListener] has been registered.<br> 2020-09-23 14:05:18.783 INFO 51660 --- [ main] com.alibaba.spring.util.BeanRegistrar : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.beans.factory.config.DubboConfigDefaultPropertyValueBeanPostProcessor]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [dubboConfigDefaultPropertyValueBeanPostProcessor] has been registered.<br> 2020-09-23 14:05:18.819 INFO 51660 --- [ main] .b.f.a.ConfigurationBeanBindingRegistrar : The configuration bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, content : Root bean: class [org.apache.dubbo.config.ApplicationConfig]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] has been registered.<br> 2020-09-23 14:05:18.820 INFO 51660 --- [ main] com.alibaba.spring.util.BeanRegistrar : The Infrastructure bean definition [Root bean: class [com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [configurationBeanBindingPostProcessor] has been registered.<br> 2020-09-23 14:05:18.820 INFO 51660 --- [ main] .b.f.a.ConfigurationBeanBindingRegistrar : The configuration bean definition [name : org.apache.dubbo.config.RegistryConfig#0, content : Root bean: class [org.apache.dubbo.config.RegistryConfig]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] has been registered.<br> 2020-09-23 14:05:18.906 INFO 51660 --- [ main] com.alibaba.spring.util.BeanRegistrar : The Infrastructure bean definition [Root bean: class [org.apache.dubbo.config.spring.context.DubboBootstrapApplicationListener]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nullwith name [dubboBootstrapApplicationListener] has been registered.<br> 2020-09-23 14:05:18.956 INFO 51660 --- [ main] .a.d.c.s.b.f.a.ServiceClassPostProcessor : [DUBBO] BeanNameGenerator bean can't be found in BeanFactory with name [org.springframework.context.annotation.internalConfigurationBeanNameGenerator], dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:18.957 INFO 51660 --- [ main] .a.d.c.s.b.f.a.ServiceClassPostProcessor : [DUBBO] BeanNameGenerator will be a instance of org.springframework.context.annotation.AnnotationBeanNameGenerator , it maybe a potential problem on bean name generation., dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:18.970 INFO 51660 --- [ main] .a.d.c.s.b.f.a.ServiceClassPostProcessor : [DUBBO] The BeanDefinition[Root bean: class [org.apache.dubbo.config.spring.ServiceBean]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] of ServiceBean has been registered with name : ServiceBean:com.example.demo.AService, dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:18.972 INFO 51660 --- [ main] .a.d.c.s.b.f.a.ServiceClassPostProcessor : [DUBBO] The BeanDefinition[Root bean: class [org.apache.dubbo.config.spring.ServiceBean]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] of ServiceBean has been registered with name : ServiceBean:com.example.demo.BService, dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:18.973 INFO 51660 --- [ main] .a.d.c.s.b.f.a.ServiceClassPostProcessor : [DUBBO] The BeanDefinition[Root bean: class [org.apache.dubbo.config.spring.ServiceBean]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] of ServiceBean has been registered with name : ServiceBean:com.example.demo.CService, dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:18.973 INFO 51660 --- [ main] .a.d.c.s.b.f.a.ServiceClassPostProcessor : [DUBBO] 3 annotated Dubbo's <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/service/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/service">@service</a> Components { [Bean definition with name 'AServiceImpl': Generic bean: class [com.example.demo.AServiceImpl]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [D:\work\code\github\demo\target\classes\com\example\demo\AServiceImpl.class], Bean definition with name 'BServiceImpl': Generic bean: class [com.example.demo.BServiceImpl]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [D:\work\code\github\demo\target\classes\com\example\demo\BServiceImpl.class], Bean definition with name 'CServiceImpl': Generic bean: class [com.example.demo.CServiceImpl]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [D:\work\code\github\demo\target\classes\com\example\demo\CServiceImpl.class]] } were scanned under package[com.example.demo], dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:18.974 INFO 51660 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Cannot enhance <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/configuration/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/configuration">@configuration</a> bean definition 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' since its singleton instance has been created too early. The typical cause is a non-static <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bean/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bean">@bean</a> method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.<br> 2020-09-23 14:05:18.974 INFO 51660 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Cannot enhance <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/configuration/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/configuration">@configuration</a> bean definition 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' since its singleton instance has been created too early. The typical cause is a non-static <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bean/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bean">@bean</a> method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.<br> 2020-09-23 14:05:19.196 INFO 51660 --- [ main] .a.ConfigurationBeanBindingPostProcessor : The configuration bean [&lt;dubbo:application name="demo" qosEnable="false" hostname="liunancun-PC" /&gt;] have been binding by the configuration properties [{name=demo, qos-enable=false}]<br> 2020-09-23 14:05:19.203 INFO 51660 --- [ main] .a.ConfigurationBeanBindingPostProcessor : The configuration bean [&lt;dubbo:registry address="multicast://224.5.6.7:1234" protocol="multicast" port="1234" /&gt;] have been binding by the configuration properties [{address=multicast://224.5.6.7:1234}]<br> 2020-09-23 14:05:19.391 INFO 51660 --- [ main] o.a.d.c.s.b.f.a.ReferenceBeanBuilder : The configBean[type:ReferenceBean] has been built.<br> 2020-09-23 14:05:19.417 INFO 51660 --- [ main] o.a.d.c.s.b.f.a.ReferenceBeanBuilder : The configBean[type:ReferenceBean] has been built.<br> 2020-09-23 14:05:19.434 INFO 51660 --- [ main] o.a.d.config.bootstrap.DubboBootstrap : [DUBBO] No value is configured in the registry, the DynamicConfigurationFactory extension[name : multicast] does not support as the config center, dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:19.435 INFO 51660 --- [ main] o.a.d.config.bootstrap.DubboBootstrap : [DUBBO] The registry[&lt;dubbo:registry address="multicast://224.5.6.7:1234" protocol="multicast" port="1234" /&gt;] will be not used as the config center, dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:19.468 INFO 51660 --- [ main] o.a.d.c.utils.ConfigValidationUtils : [DUBBO] There's no valid monitor config found, if you want to open monitor statistics for Dubbo, please make sure your monitor is configured properly., dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:19.477 INFO 51660 --- [ main] o.a.d.config.bootstrap.DubboBootstrap : [DUBBO] No value is configured in the registry, the MetadataReportFactory extension[name : multicast] does not support as the metadata center, dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:19.478 INFO 51660 --- [ main] o.a.d.config.bootstrap.DubboBootstrap : [DUBBO] The registry[&lt;dubbo:registry address="multicast://224.5.6.7:1234" protocol="multicast" port="1234" /&gt;] will be not used as the metadata center, dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:19.486 INFO 51660 --- [ main] o.a.d.config.bootstrap.DubboBootstrap : [DUBBO] DubboBootstrap has been initialized!, dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:19.492 WARN 51660 --- [ main] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AServiceImpl' defined in file [D:\work\code\github\demo\target\classes\com\example\demo\AServiceImpl.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ServiceBean:com.example.demo.BService': Cannot resolve reference to bean 'BServiceImpl' while setting bean property 'ref'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'BServiceImpl' defined in file [D:\work\code\github\demo\target\classes\com\example\demo\BServiceImpl.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ServiceBean:com.example.demo.CService': Cannot resolve reference to bean 'CServiceImpl' while setting bean property 'ref'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'CServiceImpl': Injection of @DubboReference dependencies is failed; nested exception is java.lang.IllegalStateException: &lt;dubbo:service interface="" /&gt; interface not allow null!<br> 2020-09-23 14:05:19.493 INFO 51660 --- [ main] f.a.ReferenceAnnotationBeanPostProcessor : class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!<br> 2020-09-23 14:05:19.501 INFO 51660 --- [ main] ConditionEvaluationReportLoggingListener :</p> <p dir="auto">Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.<br> 2020-09-23 14:05:19.505 ERROR 51660 --- [ main] o.s.boot.SpringApplication : Application run failed</p> <p dir="auto">org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AServiceImpl' defined in file [D:\work\code\github\demo\target\classes\com\example\demo\AServiceImpl.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ServiceBean:com.example.demo.BService': Cannot resolve reference to bean 'BServiceImpl' while setting bean property 'ref'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'BServiceImpl' defined in file [D:\work\code\github\demo\target\classes\com\example\demo\BServiceImpl.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ServiceBean:com.example.demo.CService': Cannot resolve reference to bean 'CServiceImpl' while setting bean property 'ref'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'CServiceImpl': Injection of @DubboReference dependencies is failed; nested exception is java.lang.IllegalStateException: &lt;dubbo:service interface="" /&gt; interface not allow null!<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:602) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) ~[spring-context-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) ~[spring-context-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747) [spring-boot-2.2.10.RELEASE.jar:2.2.10.RELEASE]<br> at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) [spring-boot-2.2.10.RELEASE.jar:2.2.10.RELEASE]<br> at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) [spring-boot-2.2.10.RELEASE.jar:2.2.10.RELEASE]<br> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.10.RELEASE.jar:2.2.10.RELEASE]<br> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.10.RELEASE.jar:2.2.10.RELEASE]<br> at com.example.demo.DemoApplication.main(DemoApplication.java:10) [classes/:na]<br> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ServiceBean:com.example.demo.BService': Cannot resolve reference to bean 'BServiceImpl' while setting bean property 'ref'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'BServiceImpl' defined in file [D:\work\code\github\demo\target\classes\com\example\demo\BServiceImpl.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ServiceBean:com.example.demo.CService': Cannot resolve reference to bean 'CServiceImpl' while setting bean property 'ref'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'CServiceImpl': Injection of @DubboReference dependencies is failed; nested exception is java.lang.IllegalStateException: &lt;dubbo:service interface="" /&gt; interface not allow null!<br> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1697) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1442) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1115) ~[spring-context-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.getServiceBean(ReferenceAnnotationBeanPostProcessor.java:286) ~[dubbo-2.7.8.jar:2.7.8]<br> at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.exportServiceBeanIfNecessary(ReferenceAnnotationBeanPostProcessor.java:278) ~[dubbo-2.7.8.jar:2.7.8]<br> at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.prepareReferenceBean(ReferenceAnnotationBeanPostProcessor.java:271) ~[dubbo-2.7.8.jar:2.7.8]<br> at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.doGetInjectedBean(ReferenceAnnotationBeanPostProcessor.java:138) ~[dubbo-2.7.8.jar:2.7.8]<br> at com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor.getInjectedObject(AbstractAnnotationBeanPostProcessor.java:359) ~[spring-context-support-1.0.8.jar:na]<br> at com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor$AnnotatedFieldElement.inject(AbstractAnnotationBeanPostProcessor.java:539) ~[spring-context-support-1.0.8.jar:na]<br> at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor.postProcessPropertyValues(AbstractAnnotationBeanPostProcessor.java:142) ~[spring-context-support-1.0.8.jar:na]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1425) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> ... 14 common frames omitted<br> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'BServiceImpl' defined in file [D:\work\code\github\demo\target\classes\com\example\demo\BServiceImpl.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ServiceBean:com.example.demo.CService': Cannot resolve reference to bean 'CServiceImpl' while setting bean property 'ref'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'CServiceImpl': Injection of @DubboReference dependencies is failed; nested exception is java.lang.IllegalStateException: &lt;dubbo:service interface="" /&gt; interface not allow null!<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:602) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> ... 34 common frames omitted<br> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ServiceBean:com.example.demo.CService': Cannot resolve reference to bean 'CServiceImpl' while setting bean property 'ref'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'CServiceImpl': Injection of @DubboReference dependencies is failed; nested exception is java.lang.IllegalStateException: &lt;dubbo:service interface="" /&gt; interface not allow null!<br> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1697) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1442) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1115) ~[spring-context-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.getServiceBean(ReferenceAnnotationBeanPostProcessor.java:286) ~[dubbo-2.7.8.jar:2.7.8]<br> at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.exportServiceBeanIfNecessary(ReferenceAnnotationBeanPostProcessor.java:278) ~[dubbo-2.7.8.jar:2.7.8]<br> at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.prepareReferenceBean(ReferenceAnnotationBeanPostProcessor.java:271) ~[dubbo-2.7.8.jar:2.7.8]<br> at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.doGetInjectedBean(ReferenceAnnotationBeanPostProcessor.java:138) ~[dubbo-2.7.8.jar:2.7.8]<br> at com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor.getInjectedObject(AbstractAnnotationBeanPostProcessor.java:359) ~[spring-context-support-1.0.8.jar:na]<br> at com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor$AnnotatedFieldElement.inject(AbstractAnnotationBeanPostProcessor.java:539) ~[spring-context-support-1.0.8.jar:na]<br> at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor.postProcessPropertyValues(AbstractAnnotationBeanPostProcessor.java:142) ~[spring-context-support-1.0.8.jar:na]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1425) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> ... 40 common frames omitted<br> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'CServiceImpl': Injection of @DubboReference dependencies is failed; nested exception is java.lang.IllegalStateException: &lt;dubbo:service interface="" /&gt; interface not allow null!<br> at com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor.postProcessPropertyValues(AbstractAnnotationBeanPostProcessor.java:146) ~[spring-context-support-1.0.8.jar:na]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1425) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> ... 60 common frames omitted<br> Caused by: java.lang.IllegalStateException: &lt;dubbo:service interface="" /&gt; interface not allow null!<br> at org.apache.dubbo.config.ServiceConfig.checkAndUpdateSubConfigs(ServiceConfig.java:234) ~[dubbo-2.7.8.jar:2.7.8]<br> at org.apache.dubbo.config.ServiceConfig.export(ServiceConfig.java:193) ~[dubbo-2.7.8.jar:2.7.8]<br> at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.exportServiceBeanIfNecessary(ReferenceAnnotationBeanPostProcessor.java:280) ~[dubbo-2.7.8.jar:2.7.8]<br> at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.prepareReferenceBean(ReferenceAnnotationBeanPostProcessor.java:271) ~[dubbo-2.7.8.jar:2.7.8]<br> at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.doGetInjectedBean(ReferenceAnnotationBeanPostProcessor.java:138) ~[dubbo-2.7.8.jar:2.7.8]<br> at com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor.getInjectedObject(AbstractAnnotationBeanPostProcessor.java:359) ~[spring-context-support-1.0.8.jar:na]<br> at com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor$AnnotatedFieldElement.inject(AbstractAnnotationBeanPostProcessor.java:539) ~[spring-context-support-1.0.8.jar:na]<br> at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130) ~[spring-beans-5.2.9.RELEASE.jar:5.2.9.RELEASE]<br> at com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor.postProcessPropertyValues(AbstractAnnotationBeanPostProcessor.java:142) ~[spring-context-support-1.0.8.jar:na]<br> ... 68 common frames omitted</p> <p dir="auto">2020-09-23 14:05:19.507 INFO 51660 --- [bboShutdownHook] o.apache.dubbo.config.DubboShutdownHook : [DUBBO] Run shutdown hook now., dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:19.509 INFO 51660 --- [bboShutdownHook] o.a.d.r.support.AbstractRegistryFactory : [DUBBO] Close all registries [], dubbo version: 2.7.8, current host: 192.168.97.8<br> 2020-09-23 14:05:19.509 INFO 51660 --- [bboShutdownHook] o.a.d.c.e.listener.LoggingEventListener : [DUBBO] Dubbo Service has been destroyed., dubbo version: 2.7.8, current host: 192.168.97.8</p>
0
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.8.2</p> <p dir="auto"><strong>Background</strong>:</p> <p dir="auto">I have been working on trying to get <a href="https://github.com/eslint/typescript-eslint-parser">https://github.com/eslint/typescript-eslint-parser</a>, a TypeScript parser plugin for ESLint, off the ground, and the current job is adding JSX support.</p> <p dir="auto">ESLint uses espree and so the aim of the project is to convert the output of the tsc to an AST which espree expects. We already have a solid suite of JSX tests to develop against (taken from the espree project itself).</p> <p dir="auto">We do make use of some helper TypeScript helper methods when converting the AST, such as <code class="notranslate">ts.findNextToken()</code> and I believe I may have found an issue with the way it handles <strong>JsxText</strong></p> <p dir="auto">Given this JSX code:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;div&gt;@test content&lt;/div&gt;; "><pre class="notranslate"><span class="pl-kos">&lt;</span><span class="pl-smi">div</span><span class="pl-kos">&gt;</span>@<span class="pl-s1">test</span> <span class="pl-s1">content</span><span class="pl-c1">&lt;</span><span class="pl-c1">/</span>div&gt;;</pre></div> <p dir="auto">...the TSC produces the AST we expect - with <code class="notranslate">@test content</code> represented as a single JsxText node:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/900523/13686212/afe93c4a-e70c-11e5-8ce1-36a54a2094ab.png"><img src="https://cloud.githubusercontent.com/assets/900523/13686212/afe93c4a-e70c-11e5-8ce1-36a54a2094ab.png" alt="unspecified-1" style="max-width: 100%;"></a></p> <p dir="auto">However, when iterating through the AST using <code class="notranslate">ts.findNextToken()</code>, rather than a single JsxText node, we get a node for <code class="notranslate">@</code>, <code class="notranslate">test</code> and <code class="notranslate">content</code> separately.</p> <p dir="auto">Upon quick inspection of the source I noticed that the related function, <code class="notranslate">ts.findPrecedingToken()</code>, was doing an early check for a JsxText node type, whereas <code class="notranslate">ts.findNextToken()</code> wasn't.</p> <p dir="auto">(See <a href="https://github.com/Microsoft/TypeScript/blob/master/src/services/utilities.ts#L338">https://github.com/Microsoft/TypeScript/blob/master/src/services/utilities.ts#L338</a> vs <a href="https://github.com/Microsoft/TypeScript/blob/master/src/services/utilities.ts#L364">https://github.com/Microsoft/TypeScript/blob/master/src/services/utilities.ts#L364</a>)</p> <p dir="auto">Sure enough when I monkey patched the relevant bit of typescript.js to exit early if n.kind was JsxText, a single JsxText token was recognised for <code class="notranslate">@test content</code>, and my test passed.</p> <p dir="auto">If you agree that this is a bug, then I would be very happy submit a PR, otherwise any tips on how I might have arrived at this false positive would be very much appreciated!</p>
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.9.0-dev.20160502</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="declare namespace Windows.Foundation { interface IPromise&lt;TResult&gt; { then&lt;U&gt;(success?: (value: TResult) =&gt; IPromise&lt;U&gt;, error?: (error: any) =&gt; IPromise&lt;U&gt;, progress?: (progress: any) =&gt; void): IPromise&lt;U&gt;; then&lt;U&gt;(success?: (value: TResult) =&gt; IPromise&lt;U&gt;, error?: (error: any) =&gt; U, progress?: (progress: any) =&gt; void): IPromise&lt;U&gt;; then&lt;U&gt;(success?: (value: TResult) =&gt; U, error?: (error: any) =&gt; IPromise&lt;U&gt;, progress?: (progress: any) =&gt; void): IPromise&lt;U&gt;; then&lt;U&gt;(success?: (value: TResult) =&gt; U, error?: (error: any) =&gt; U, progress?: (progress: any) =&gt; void): IPromise&lt;U&gt;; done&lt;U&gt;(success?: (value: TResult) =&gt; any, error?: (error: any) =&gt; any, progress?: (progress: any) =&gt; void): void; cancel(): void; } } async function sample(promise: Windows.Foundation.IPromise&lt;number&gt;) { var number = await promise; }"><pre class="notranslate"><span class="pl-k">declare</span> <span class="pl-k">namespace</span> <span class="pl-smi">Windows</span><span class="pl-kos">.</span><span class="pl-smi">Foundation</span> <span class="pl-kos">{</span> <span class="pl-k">interface</span> <span class="pl-smi">IPromise</span><span class="pl-c1">&lt;</span><span class="pl-smi">TResult</span><span class="pl-c1">&gt;</span> <span class="pl-kos">{</span> <span class="pl-c1">then</span><span class="pl-c1">&lt;</span><span class="pl-smi">U</span><span class="pl-c1">&gt;</span><span class="pl-kos">(</span><span class="pl-s1">success</span>?: <span class="pl-kos">(</span><span class="pl-s1">value</span>: <span class="pl-smi">TResult</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">IPromise</span><span class="pl-kos">&lt;</span><span class="pl-smi">U</span><span class="pl-kos">&gt;</span><span class="pl-kos">,</span> <span class="pl-s1">error</span>?: <span class="pl-kos">(</span><span class="pl-s1">error</span>: <span class="pl-smi">any</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">IPromise</span><span class="pl-kos">&lt;</span><span class="pl-smi">U</span><span class="pl-kos">&gt;</span><span class="pl-kos">,</span> <span class="pl-s1">progress</span>?: <span class="pl-kos">(</span><span class="pl-s1">progress</span>: <span class="pl-smi">any</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">)</span>: <span class="pl-smi">IPromise</span><span class="pl-kos">&lt;</span><span class="pl-smi">U</span><span class="pl-kos">&gt;</span><span class="pl-kos">;</span> <span class="pl-c1">then</span><span class="pl-c1">&lt;</span><span class="pl-smi">U</span><span class="pl-c1">&gt;</span><span class="pl-kos">(</span><span class="pl-s1">success</span>?: <span class="pl-kos">(</span><span class="pl-s1">value</span>: <span class="pl-smi">TResult</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">IPromise</span><span class="pl-kos">&lt;</span><span class="pl-smi">U</span><span class="pl-kos">&gt;</span><span class="pl-kos">,</span> <span class="pl-s1">error</span>?: <span class="pl-kos">(</span><span class="pl-s1">error</span>: <span class="pl-smi">any</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">U</span><span class="pl-kos">,</span> <span class="pl-s1">progress</span>?: <span class="pl-kos">(</span><span class="pl-s1">progress</span>: <span class="pl-smi">any</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">)</span>: <span class="pl-smi">IPromise</span><span class="pl-kos">&lt;</span><span class="pl-smi">U</span><span class="pl-kos">&gt;</span><span class="pl-kos">;</span> <span class="pl-c1">then</span><span class="pl-c1">&lt;</span><span class="pl-smi">U</span><span class="pl-c1">&gt;</span><span class="pl-kos">(</span><span class="pl-s1">success</span>?: <span class="pl-kos">(</span><span class="pl-s1">value</span>: <span class="pl-smi">TResult</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">U</span><span class="pl-kos">,</span> <span class="pl-s1">error</span>?: <span class="pl-kos">(</span><span class="pl-s1">error</span>: <span class="pl-smi">any</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">IPromise</span><span class="pl-kos">&lt;</span><span class="pl-smi">U</span><span class="pl-kos">&gt;</span><span class="pl-kos">,</span> <span class="pl-s1">progress</span>?: <span class="pl-kos">(</span><span class="pl-s1">progress</span>: <span class="pl-smi">any</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">)</span>: <span class="pl-smi">IPromise</span><span class="pl-kos">&lt;</span><span class="pl-smi">U</span><span class="pl-kos">&gt;</span><span class="pl-kos">;</span> <span class="pl-c1">then</span><span class="pl-c1">&lt;</span><span class="pl-smi">U</span><span class="pl-c1">&gt;</span><span class="pl-kos">(</span><span class="pl-s1">success</span>?: <span class="pl-kos">(</span><span class="pl-s1">value</span>: <span class="pl-smi">TResult</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">U</span><span class="pl-kos">,</span> <span class="pl-s1">error</span>?: <span class="pl-kos">(</span><span class="pl-s1">error</span>: <span class="pl-smi">any</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">U</span><span class="pl-kos">,</span> <span class="pl-s1">progress</span>?: <span class="pl-kos">(</span><span class="pl-s1">progress</span>: <span class="pl-smi">any</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">)</span>: <span class="pl-smi">IPromise</span><span class="pl-kos">&lt;</span><span class="pl-smi">U</span><span class="pl-kos">&gt;</span><span class="pl-kos">;</span> <span class="pl-c1">done</span><span class="pl-c1">&lt;</span><span class="pl-smi">U</span><span class="pl-c1">&gt;</span><span class="pl-kos">(</span><span class="pl-s1">success</span>?: <span class="pl-kos">(</span><span class="pl-s1">value</span>: <span class="pl-smi">TResult</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">error</span>?: <span class="pl-kos">(</span><span class="pl-s1">error</span>: <span class="pl-smi">any</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">progress</span>?: <span class="pl-kos">(</span><span class="pl-s1">progress</span>: <span class="pl-smi">any</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span> <span class="pl-c1">cancel</span><span class="pl-kos">(</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span> <span class="pl-k">async</span> <span class="pl-k">function</span> <span class="pl-en">sample</span><span class="pl-kos">(</span><span class="pl-s1">promise</span>: <span class="pl-smi">Windows</span><span class="pl-kos">.</span><span class="pl-smi">Foundation</span><span class="pl-kos">.</span><span class="pl-smi">IPromise</span><span class="pl-kos">&lt;</span><span class="pl-smi">number</span><span class="pl-kos">&gt;</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">var</span> <span class="pl-s1">number</span> <span class="pl-c1">=</span> <span class="pl-k">await</span> <span class="pl-s1">promise</span><span class="pl-kos">;</span> <span class="pl-kos">}</span></pre></div> <p dir="auto"><strong>Expected behavior:</strong><br> No error, as this is an await-compatible Promise definition; more concretely, those are definitions for UWP APIs and they worked well with a stable TypeScript.</p> <p dir="auto"><strong>Actual behavior:</strong><br> Compiler emits an error <code class="notranslate">Operand for 'await' does not have a valid callable 'then' member.</code>.</p>
0
<p dir="auto">Hi, I am trying to use addprocs to connect to remote workers on Windows. SSH connection is successful, but Julia cannot excecute commands.</p> <p dir="auto">I think it is not the problem of Julia on remote machines, because I got the same error even remote Julia is uninstalled. SSH is good, because it can work on cmd.exe.</p> <p dir="auto">Here are the errors:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[email protected]'s password: [Here I input password] From failed worker startup: Unable to execute command or shell on remote system: Failed to Execute process. ERROR: Unable to read host:port string from worker. Launch command exited with error? error(::String) at .\error.jl:33 read_worker_host_port(::Pipe) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\cluster.jl:273 connect(::Distributed.SSHManager, ::Int64, ::WorkerConfig) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\managers.jl:397 create_worker(::Distributed.SSHManager, ::WorkerConfig) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\cluster.jl:505 setup_launched_worker(::Distributed.SSHManager, ::WorkerConfig, ::Array{Int64,1}) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\cluster.jl:451 (::getfield(Distributed, Symbol(&quot;##47#50&quot;)){Distributed.SSHManager,WorkerConfig})() at .\task.jl:259 Stacktrace: [1] sync_end(::Array{Any,1}) at .\task.jl:226 [2] #addprocs_locked#44(::Base.Iterators.Pairs{Symbol,Any,Tuple{Symbol,Symbol,Symbol},NamedTuple{(:tunnel, :sshflags, :max_parallel),Tuple{Bool,Cmd,Int64}}}, ::Function, ::Distributed.SSHManager) at .\task.jl:266 [3] #addprocs_locked at .\none:0 [inlined] [4] #addprocs#43(::Base.Iterators.Pairs{Symbol,Any,Tuple{Symbol,Symbol,Symbol},NamedTuple{(:tunnel, :sshflags, :max_parallel),Tuple{Bool,Cmd,Int64}}}, ::Function, ::Distributed.SSHManager) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\cluster.jl:369 [5] #addprocs at .\none:0 [inlined] [6] #addprocs#251(::Bool, ::Cmd, ::Int64, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Array{String,1}) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\managers.jl:118 [7] addprocs(::Array{String,1}) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\managers.jl:117 [8] top-level scope at none:0"><pre class="notranslate"><code class="notranslate">[email protected]'s password: [Here I input password] From failed worker startup: Unable to execute command or shell on remote system: Failed to Execute process. ERROR: Unable to read host:port string from worker. Launch command exited with error? error(::String) at .\error.jl:33 read_worker_host_port(::Pipe) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\cluster.jl:273 connect(::Distributed.SSHManager, ::Int64, ::WorkerConfig) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\managers.jl:397 create_worker(::Distributed.SSHManager, ::WorkerConfig) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\cluster.jl:505 setup_launched_worker(::Distributed.SSHManager, ::WorkerConfig, ::Array{Int64,1}) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\cluster.jl:451 (::getfield(Distributed, Symbol("##47#50")){Distributed.SSHManager,WorkerConfig})() at .\task.jl:259 Stacktrace: [1] sync_end(::Array{Any,1}) at .\task.jl:226 [2] #addprocs_locked#44(::Base.Iterators.Pairs{Symbol,Any,Tuple{Symbol,Symbol,Symbol},NamedTuple{(:tunnel, :sshflags, :max_parallel),Tuple{Bool,Cmd,Int64}}}, ::Function, ::Distributed.SSHManager) at .\task.jl:266 [3] #addprocs_locked at .\none:0 [inlined] [4] #addprocs#43(::Base.Iterators.Pairs{Symbol,Any,Tuple{Symbol,Symbol,Symbol},NamedTuple{(:tunnel, :sshflags, :max_parallel),Tuple{Bool,Cmd,Int64}}}, ::Function, ::Distributed.SSHManager) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\cluster.jl:369 [5] #addprocs at .\none:0 [inlined] [6] #addprocs#251(::Bool, ::Cmd, ::Int64, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Array{String,1}) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\managers.jl:118 [7] addprocs(::Array{String,1}) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Distributed\src\managers.jl:117 [8] top-level scope at none:0 </code></pre></div>
<p dir="auto">Windows 10 now has facilities for <a href="https://www.howtogeek.com/336775/how-to-enable-and-use-windows-10s-built-in-ssh-commands/" rel="nofollow">native ssh handling</a>, but that uses the native shell and not <code class="notranslate">sh</code> which we currently assume to be available on the remote host.</p> <p dir="auto">See <a href="https://discourse.julialang.org/t/cant-add-windows-workers-due-to-a-missing-sh-shell/15055?u=vchuravy" rel="nofollow">https://discourse.julialang.org/t/cant-add-windows-workers-due-to-a-missing-sh-shell/15055?u=vchuravy</a> for where this came up.</p>
1
<p dir="auto">If I close Atom with some files and folders open, and then reopen Atom, nothing is remembered. The only thing that is open is a new blank file.</p> <p dir="auto">I feel like this worked at some point in the past for me, but I wasn't able to find a version that worked when I tried the specific zip files. I am currently using 0.209.0. I also tried this with --safe and the same thing happens.</p> <p dir="auto">I can see that the editor-giberish files are being created in the storage folder, but I never see Atom try to read those files when I launch Atom. I used Procmon to check for this access.</p>
<p dir="auto">Atom 0.209.0 doesn't save open files and folders on exit (0.208.0 made this). After restart, there is only empty "untitled" file.<br> Here's my config:</p> <div class="highlight highlight-source-coffee notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&quot;*&quot;: &quot;exception-reporting&quot;: userId: &quot;480b20de-e736-263e-a240-4205e8c90e87&quot; welcome: showOnStartup: false core: themes: [ &quot;one-dark-ui&quot; &quot;solarized-dark-syntax&quot; ] editor: fontFamily: &quot;'M+ 1mn regular'&quot; invisibles: {} minimap: plugins: &quot;git-diff&quot;: true bookmarks: true selection: true &quot;color-highlight&quot;: true &quot;find-and-replace&quot;: true &quot;atom-beautify&quot;: _analyticsUserId: &quot;13adc827-7ceb-4c02-bdb7-7a6d1b173567&quot; c_configPath: &quot;/usr/share/uncrustify/defaults.cfg&quot; cpp_configPath: &quot;/usr/share/uncrustify/defaults.cfg&quot; cs_configPath: &quot;/usr/share/uncrustify/defaults.cfg&quot; objectivec_configPath: &quot;/usr/share/uncrustify/defaults.cfg&quot; java_configPath: &quot;/usr/share/uncrustify/defaults.cfg&quot; tabs: usePreviewTabs: true linter: {} &quot;git-plus&quot;: wordDiff: false &quot;merge-conflicts&quot;: {} &quot;linter-clang&quot;: clangDefaultCFlags: &quot;-Wall -Wextra -std=c99&quot; clangDefaultCppFlags: &quot;-Wall -Wextra -std=c++11&quot; &quot;atom-color-highlight&quot;: {} &quot;autocomplete-clang&quot;: {} &quot;open-recent&quot;: {}"><pre class="notranslate"><span class="pl-s"><span class="pl-pds">"</span>*<span class="pl-pds">"</span></span><span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>exception-reporting<span class="pl-pds">"</span></span><span class="pl-k">:</span> <span class="pl-v">userId</span><span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>480b20de-e736-263e-a240-4205e8c90e87<span class="pl-pds">"</span></span> <span class="pl-v">welcome</span><span class="pl-k">:</span> <span class="pl-v">showOnStartup</span><span class="pl-k">:</span> <span class="pl-c1">false</span> <span class="pl-v">core</span><span class="pl-k">:</span> <span class="pl-v">themes</span><span class="pl-k">:</span> [ <span class="pl-s"><span class="pl-pds">"</span>one-dark-ui<span class="pl-pds">"</span></span> <span class="pl-s"><span class="pl-pds">"</span>solarized-dark-syntax<span class="pl-pds">"</span></span> ] <span class="pl-v">editor</span><span class="pl-k">:</span> <span class="pl-v">fontFamily</span><span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>'M+ 1mn regular'<span class="pl-pds">"</span></span> <span class="pl-v">invisibles</span><span class="pl-k">:</span> {} <span class="pl-v">minimap</span><span class="pl-k">:</span> <span class="pl-v">plugins</span><span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>git-diff<span class="pl-pds">"</span></span><span class="pl-k">:</span> <span class="pl-c1">true</span> <span class="pl-v">bookmarks</span><span class="pl-k">:</span> <span class="pl-c1">true</span> <span class="pl-v">selection</span><span class="pl-k">:</span> <span class="pl-c1">true</span> <span class="pl-s"><span class="pl-pds">"</span>color-highlight<span class="pl-pds">"</span></span><span class="pl-k">:</span> <span class="pl-c1">true</span> <span class="pl-s"><span class="pl-pds">"</span>find-and-replace<span class="pl-pds">"</span></span><span class="pl-k">:</span> <span class="pl-c1">true</span> <span class="pl-s"><span class="pl-pds">"</span>atom-beautify<span class="pl-pds">"</span></span><span class="pl-k">:</span> <span class="pl-v">_analyticsUserId</span><span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>13adc827-7ceb-4c02-bdb7-7a6d1b173567<span class="pl-pds">"</span></span> <span class="pl-v">c_configPath</span><span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>/usr/share/uncrustify/defaults.cfg<span class="pl-pds">"</span></span> <span class="pl-v">cpp_configPath</span><span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>/usr/share/uncrustify/defaults.cfg<span class="pl-pds">"</span></span> <span class="pl-v">cs_configPath</span><span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>/usr/share/uncrustify/defaults.cfg<span class="pl-pds">"</span></span> <span class="pl-v">objectivec_configPath</span><span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>/usr/share/uncrustify/defaults.cfg<span class="pl-pds">"</span></span> <span class="pl-v">java_configPath</span><span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>/usr/share/uncrustify/defaults.cfg<span class="pl-pds">"</span></span> <span class="pl-v">tabs</span><span class="pl-k">:</span> <span class="pl-v">usePreviewTabs</span><span class="pl-k">:</span> <span class="pl-c1">true</span> <span class="pl-v">linter</span><span class="pl-k">:</span> {} <span class="pl-s"><span class="pl-pds">"</span>git-plus<span class="pl-pds">"</span></span><span class="pl-k">:</span> <span class="pl-v">wordDiff</span><span class="pl-k">:</span> <span class="pl-c1">false</span> <span class="pl-s"><span class="pl-pds">"</span>merge-conflicts<span class="pl-pds">"</span></span><span class="pl-k">:</span> {} <span class="pl-s"><span class="pl-pds">"</span>linter-clang<span class="pl-pds">"</span></span><span class="pl-k">:</span> <span class="pl-v">clangDefaultCFlags</span><span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>-Wall -Wextra -std=c99<span class="pl-pds">"</span></span> <span class="pl-v">clangDefaultCppFlags</span><span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>-Wall -Wextra -std=c++11<span class="pl-pds">"</span></span> <span class="pl-s"><span class="pl-pds">"</span>atom-color-highlight<span class="pl-pds">"</span></span><span class="pl-k">:</span> {} <span class="pl-s"><span class="pl-pds">"</span>autocomplete-clang<span class="pl-pds">"</span></span><span class="pl-k">:</span> {} <span class="pl-s"><span class="pl-pds">"</span>open-recent<span class="pl-pds">"</span></span><span class="pl-k">:</span> {}</pre></div> <p dir="auto">0.209.0 built from sources.</p>
1
<p dir="auto">Problem: Role Based Access Control is not enabling users to view Dashboards correctly.</p> <p dir="auto">Feature flag enabled: RBAC<br> Browser: Firefox<br> Superset Version 1.4</p> <p dir="auto">Background: I have assigned a user a role AlphaDG (essentially Gamma) and have assigned this role to a dashboard.</p> <p dir="auto">Expected outcome: Even though the user has not been assigned access to the underlying dataset(s), this user should be able to see the dashboard.</p> <p dir="auto">Actual outcome: The user is not able to see the dashboard (whether published or not)</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/44199231/153157769-f77dc1fe-0590-4ceb-b527-b01897f88601.png"><img width="923" alt="Gamma User Issue" src="https://user-images.githubusercontent.com/44199231/153157769-f77dc1fe-0590-4ceb-b527-b01897f88601.png" style="max-width: 100%;"></a></p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/44199231/153157909-7272d40d-ffca-4779-ac46-d00321ba535b.png"><img src="https://user-images.githubusercontent.com/44199231/153157909-7272d40d-ffca-4779-ac46-d00321ba535b.png" alt="image" style="max-width: 100%;"></a></p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/44199231/153158053-dd2ca18f-50df-479b-8297-947e34fd311c.png"><img src="https://user-images.githubusercontent.com/44199231/153158053-dd2ca18f-50df-479b-8297-947e34fd311c.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">Exporting a dashboard and importing it into another instance/landscape of Superset (where the dashboard was previously imported and created) prompts to overwrite and on confirmation imports. The dashboard changes (title etc) are imported but the certification data entered for a dashboard is not imported. Also any chart changes are not imported.</p> <h4 dir="auto">How to reproduce the bug</h4> <ol dir="auto"> <li>Create a dashboard and add a chart. Export and Import it to another instance where the dashboard does not exist. Import is successful but the Dashboard Certification and Certified By details are not imported.</li> <li>Now make some change in the Dashboard like changing title and also changes in the include chart in the original instance like changing title or making changes to the chart itself. Export the dashboard and import it to the second system. The dashboard changes are imported but the Chart changes are NOT imported.</li> <li>For testing I exported only the chart and imported the chart and it works. Looks like the overwrite of dashboard works but overwrite of chart is missing.</li> </ol> <h3 dir="auto">Expected results</h3> <p dir="auto">Chart changes are also imported</p> <h3 dir="auto">Actual results</h3> <p dir="auto">Chart changes are NOT imported</p> <h4 dir="auto">Screenshots</h4> <p dir="auto">If applicable, add screenshots to help explain your problem.</p> <h3 dir="auto">Environment</h3> <p dir="auto">(please complete the following information):</p> <ul dir="auto"> <li>browser type and version: Chrome latest</li> <li>superset version: 1.5.0</li> <li>python version: 3.8.12</li> <li>node.js version: N/A</li> <li>any feature flags active: DASHBOARD_RBAC, VERSIONED_EXPORT, ENABLE_TEMPLATE_PROCESSING and DASHBOARD_CROSS_FILTERS</li> </ul> <h3 dir="auto">Checklist</h3> <p dir="auto">Make sure to follow these steps before submitting your issue - thank you!</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the superset logs for python stacktraces and included it here as text if there are any.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have reproduced the issue with at least the latest released version of superset.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the issue tracker for the same issue and I haven't found one similar.</li> </ul> <h3 dir="auto">Additional context</h3> <p dir="auto">Add any other context about the problem here.</p>
0
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p> <p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):</p> <hr> <p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one): FEATURE REQUEST</p> <p dir="auto">Currently ext4 is always used as default FSType when none is specified. Due to various reasons, people may want to use another FSType as default FSType. For example, I can currently not use ext4 for large volumes due to mkfs taking too much time and IO resources (see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="170015703" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/30240" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/30240/hovercard" href="https://github.com/kubernetes/kubernetes/issues/30240">#30240</a> and <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="171597656" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/30752" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/30752/hovercard" href="https://github.com/kubernetes/kubernetes/issues/30752">#30752</a>).</p> <p dir="auto">Please add a flag to kubernetes (controller-manager?), which specifies the default FSType to use. When not specified, it should default to ext4 so that other users are not affected by this change.</p>
<p dir="auto">(Also following up on <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="73001179" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/7697" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/7697/hovercard" href="https://github.com/kubernetes/kubernetes/issues/7697">#7697</a>) Once every three minutes or so, my kubelet's logs get the below printed.</p> <p dir="auto">This kubelet appears to not be sending node status heartbeats.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="I0505 22:54:24.275383 8036 server.go:233] Using root directory: /var/lib/kubelet I0505 22:54:24.304622 8036 manager.go:106] cAdvisor running in container: &quot;/&quot; I0505 22:54:24.308686 8036 fs.go:87] Filesystem partitions: map[/dev/disk/by-uuid/96b86d97-40a1-4181-82c1-1c5558bac1e6:{mountpoint:/ major:8 minor:1}] I0505 22:54:24.310736 8036 machine.go:223] Couldn't collect info from any of the files in &quot;/etc/machine-id,/var/lib/dbus/machine-id&quot; I0505 22:54:24.310957 8036 manager.go:127] Machine: {NumCores:1 CpuFrequency:2299972 MemoryCapacity:1787035648 MachineID: SystemUUID:EC676BA2-C90A-F7E5-540F-54224AF0F64F BootID:c185fdd4-1d92-4113-a6aa-b8b57df5afd6 Filesystems:[{Device:/dev/disk/by-uuid/96b86d97-40a1-4181-82c1-1c5558bac1e6 Capacity:105553100800}] DiskMap:map[8:0:{Name:sda Major:8 Minor:0 Size:107374182400 Scheduler:cfq}] NetworkDevices:[{Name:cbr0 MacAddress:0a:2a:e1:73:39:6e Speed:0 Mtu:1460} {Name:eth0 MacAddress:42:01:0a:f0:61:40 Speed:0 Mtu:1460}] Topology:[{Id:0 Memory:1787035648 Cores:[{Id:0 Threads:[0] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]}] Caches:[{Size:47185920 Type:Unified Level:3}]}]} I0505 22:54:24.328987 8036 manager.go:134] Version: {KernelVersion:3.16.0-0.bpo.4-amd64 ContainerOsVersion:Debian GNU/Linux 7 (wheezy) DockerVersion:1.5.0 CadvisorVersion:0.12.0} I0505 22:54:25.809008 8036 factory.go:226] Registering Docker factory I0505 22:54:25.811267 8036 factory.go:60] Registering Raw factory I0505 22:54:25.811538 8036 manager.go:872] Started watching for new ooms in manager I0505 22:54:25.811776 8036 oomparser.go:199] OOM parser using kernel log file: &quot;/var/log/kern.log&quot; I0505 22:54:25.818787 8036 manager.go:662] Added container: &quot;/&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:25.819216 8036 manager.go:212] Starting recovery of all containers I0505 22:54:25.927211 8036 manager.go:662] Added container: &quot;/docker/e650a2dd77a64f1f42e83ea4dfdbfa7064c12741b580e3b60ab6c63b39d99d06&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.029010 8036 manager.go:662] Added container: &quot;/docker/15ceb2792fa05152ab86f7f00b9e17bb88ce474fd653bdc973117b34ec76c0dc&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.032347 8036 manager.go:662] Added container: &quot;/docker/21b27410882889f9bc611376acd1f56add2f6f4d70c5f560369312794e018a42&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.093117 8036 manager.go:662] Added container: &quot;/docker/850c1e8778c7402bfe8476c8b72c965cb07112141579d51e6ba5a61cef49cfa1&quot; (aliases: [k8s_heapster.d7a4f85_monitoring-heapster-controller-uywd0_default_7bb6d460-f2ef-11e4-986e-42010af0c4d1_8ee6c94e 850c1e8778c7402bfe8476c8b72c965cb07112141579d51e6ba5a61cef49cfa1], namespace: &quot;docker&quot;) I0505 22:54:26.094285 8036 container.go:242] Failed to update stats for container &quot;/docker/850c1e8778c7402bfe8476c8b72c965cb07112141579d51e6ba5a61cef49cfa1&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.095193 8036 manager.go:662] Added container: &quot;/docker/890326093bd4877b581634ee435fb75ba5d233503dd1c354f424d7def0b3fe53&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.097144 8036 manager.go:662] Added container: &quot;/docker/81400848f82c38db9ebaa727e15bc7cde24b54f599c2c85466ff699680528725&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.140490 8036 manager.go:662] Added container: &quot;/docker/924689c059d17aa084bdefbb31907307acfc2d8be6a3ee3a81471b10fb08ef21&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c159sm7_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_04369a03-f2f8-11e4-986e-42010af0c4d1_c224c09b 924689c059d17aa084bdefbb31907307acfc2d8be6a3ee3a81471b10fb08ef21], namespace: &quot;docker&quot;) I0505 22:54:26.143898 8036 manager.go:662] Added container: &quot;/docker/c4ba9076b1436eb8fc547c74d67623b7ca6c0895148ca20a0fbfc6ce1ac653c4&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.147070 8036 manager.go:662] Added container: &quot;/docker/651ca4ecd53681db8bd1054c31b12f5bb29448aa672ebdc16e65da7eaada3b09&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.155364 8036 manager.go:662] Added container: &quot;/docker/fffce2198dbc47a66da7f279939ed4c6cac7e5dc66da8ffa1f835dd795ad43d7&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.156927 8036 manager.go:662] Added container: &quot;/docker/ff10759e5fd138e0d56c8bfce1e19b901723e26367a2bd3e59ff140a6fd25de5&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.158426 8036 manager.go:662] Added container: &quot;/docker/005648b55d14e79f0582388f34409bd72f05f5809cb1adfe8de5bfd2a7c3ecf5&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.160896 8036 manager.go:662] Added container: &quot;/docker/38c81f640da47fc5d6726a991be89d1f76e56f34401d1297158f9cdf58f32d88&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.201948 8036 manager.go:662] Added container: &quot;/docker/90e526f5324d214500695cfe219a47fbada9fce80ccbd0f82f4e9f81244f1ad4&quot; (aliases: [k8s_skydns.d9122cf3_kube-dns-10uut_default_7babe57e-f2ef-11e4-986e-42010af0c4d1_7508665b 90e526f5324d214500695cfe219a47fbada9fce80ccbd0f82f4e9f81244f1ad4], namespace: &quot;docker&quot;) I0505 22:54:26.204434 8036 container.go:242] Failed to update stats for container &quot;/docker/90e526f5324d214500695cfe219a47fbada9fce80ccbd0f82f4e9f81244f1ad4&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.231283 8036 manager.go:662] Added container: &quot;/docker/c1dae48e74bed52777447edc56c49736c913a6bf6412acf788cefd753104cd2e&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1cl5hm_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4bc3c56f-f2f6-11e4-986e-42010af0c4d1_7245e337 c1dae48e74bed52777447edc56c49736c913a6bf6412acf788cefd753104cd2e], namespace: &quot;docker&quot;) I0505 22:54:26.234909 8036 manager.go:662] Added container: &quot;/docker/e7c83f78fca99ae054761b36afa9b1e6757497e4c30d5b3afb06ffe7f658ecdd&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.241017 8036 manager.go:662] Added container: &quot;/docker/eff64c6135b4afecf4b5b2b3a624dc6aa8c7d0f2242f3c1a5a77bd3b449f39b0&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1fg809_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_043e623d-f2f8-11e4-986e-42010af0c4d1_23781ed5 eff64c6135b4afecf4b5b2b3a624dc6aa8c7d0f2242f3c1a5a77bd3b449f39b0], namespace: &quot;docker&quot;) I0505 22:54:26.264933 8036 manager.go:662] Added container: &quot;/docker/ea155ed5520c3f53f706651ece50d9ccb8dd4d8a8b6af811796515f28af976a0&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1t0kpx_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48a88a69-f2f6-11e4-986e-42010af0c4d1_adebb974 ea155ed5520c3f53f706651ece50d9ccb8dd4d8a8b6af811796515f28af976a0], namespace: &quot;docker&quot;) I0505 22:54:26.273005 8036 manager.go:662] Added container: &quot;/docker/81487ae4e2d68406114e043c0ae7eb3f310f2d1e8fdaa3da72592b9a993e8c2a&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15a2bw_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c1874e0-f2f6-11e4-986e-42010af0c4d1_a1ffeb31 81487ae4e2d68406114e043c0ae7eb3f310f2d1e8fdaa3da72592b9a993e8c2a], namespace: &quot;docker&quot;) I0505 22:54:26.298125 8036 manager.go:662] Added container: &quot;/docker/aee54a18535d85630bd28454e485e7dd8fb29e334034cc4797e836fb9ec3d297&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15a2bw_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c1874e0-f2f6-11e4-986e-42010af0c4d1_2f4c9511 aee54a18535d85630bd28454e485e7dd8fb29e334034cc4797e836fb9ec3d297], namespace: &quot;docker&quot;) I0505 22:54:26.301730 8036 manager.go:662] Added container: &quot;/docker/08a14e8a20d17e10697d557538f705874300b9fbc3bf6d805a6ef8b6a492f15e&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.304458 8036 container.go:242] Failed to update stats for container &quot;/docker/aee54a18535d85630bd28454e485e7dd8fb29e334034cc4797e836fb9ec3d297&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.309473 8036 manager.go:662] Added container: &quot;/docker/1955c003982636c08437ff3f3722a432cfe211811421272009ed23b990583cb2&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1sx57l_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48a0ec51-f2f6-11e4-986e-42010af0c4d1_94265cee 1955c003982636c08437ff3f3722a432cfe211811421272009ed23b990583cb2], namespace: &quot;docker&quot;) I0505 22:54:26.312652 8036 manager.go:662] Added container: &quot;/docker/2928be06f7e045c553c7d58dfeb65515205d43a3d55426bbcfab5d0bb8cb2840&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.313985 8036 container.go:242] Failed to update stats for container &quot;/docker/1955c003982636c08437ff3f3722a432cfe211811421272009ed23b990583cb2&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.317211 8036 manager.go:662] Added container: &quot;/docker/51eb9defbc7113807628faccdbc1a120488d9b4be69b484cf6016369c57cd86b&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.321751 8036 manager.go:662] Added container: &quot;/docker/17ac0ba4a3c577df7f568b5945822faa524cbf1ef902a09039328627862ecd86&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.331682 8036 manager.go:662] Added container: &quot;/docker/55029fb1979b4c801ae95dd73a9abb0c41c3c811fd46811441d0eb3a32bf5027&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1qaouv_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4d496c6a-f2f6-11e4-986e-42010af0c4d1_05d1a5d5 55029fb1979b4c801ae95dd73a9abb0c41c3c811fd46811441d0eb3a32bf5027], namespace: &quot;docker&quot;) I0505 22:54:26.333263 8036 container.go:242] Failed to update stats for container &quot;/docker/55029fb1979b4c801ae95dd73a9abb0c41c3c811fd46811441d0eb3a32bf5027&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.334730 8036 manager.go:662] Added container: &quot;/docker/d300d13809ac9ff848c19dd2c276c4aaf7034c26288a83c25aa61ae7d8aa29ee&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.347171 8036 manager.go:662] Added container: &quot;/docker/fe864c808937c10c177697128aea772dac51f27bf4c2972aaddcc30c5d4f7f08&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1yzs7w_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_486cd22b-f2f6-11e4-986e-42010af0c4d1_90fac015 fe864c808937c10c177697128aea772dac51f27bf4c2972aaddcc30c5d4f7f08], namespace: &quot;docker&quot;) I0505 22:54:26.362077 8036 manager.go:662] Added container: &quot;/docker/f6c2eb26fe3f0e0b2ee3b125ee3c65f9bf31487c5adc56621fa6b95738e59f1d&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15el5t_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_49878721-f2f6-11e4-986e-42010af0c4d1_ca681d42 f6c2eb26fe3f0e0b2ee3b125ee3c65f9bf31487c5adc56621fa6b95738e59f1d], namespace: &quot;docker&quot;) I0505 22:54:26.390987 8036 manager.go:662] Added container: &quot;/docker/26845d80c5e61b2c0430d28d32a21e26aeaf277055d522b7bac2249e2dbf08ab&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15pqmv_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48fe8248-f2f6-11e4-986e-42010af0c4d1_faefbd8a 26845d80c5e61b2c0430d28d32a21e26aeaf277055d522b7bac2249e2dbf08ab], namespace: &quot;docker&quot;) I0505 22:54:26.394553 8036 manager.go:662] Added container: &quot;/docker/6704cccb8d895d020a3375579e586e6fde2d647e2b1cb54d4f77590d8c6d7196&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.395951 8036 manager.go:662] Added container: &quot;/docker/da8783aa93ac2b8af0ae07c76e9b9f1835b0dd14e7b1a8ba2ed950d20c25f43b&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.397331 8036 manager.go:662] Added container: &quot;/docker/f0c139da3106cb359555eb29d7502ff5fd4f940e4fff47c21c329162352fa96b&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.398901 8036 manager.go:662] Added container: &quot;/docker/3a325d5b1bb61f80c80d4703e0613a6dce4fbb162ac287678c86e118fab47501&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.417746 8036 manager.go:662] Added container: &quot;/docker/a88ece03950dad4e25ebd3dc783e9d750895e4697614bcaaa3149ea06558ab88&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1cl5hm_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4bc3c56f-f2f6-11e4-986e-42010af0c4d1_73847697 a88ece03950dad4e25ebd3dc783e9d750895e4697614bcaaa3149ea06558ab88], namespace: &quot;docker&quot;) I0505 22:54:26.419230 8036 container.go:242] Failed to update stats for container &quot;/docker/a88ece03950dad4e25ebd3dc783e9d750895e4697614bcaaa3149ea06558ab88&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.419369 8036 manager.go:662] Added container: &quot;/docker/dd2f002d82b9b3cbef1ce9596da72faeb14755118a9e76b35d19392274f5444b&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.437800 8036 manager.go:662] Added container: &quot;/docker/d8551b616ffb0c16b1404c91094096898cb32c31420ca4e9b8befe61fe8bad5d&quot; (aliases: [k8s_grafana.812063f3_monitoring-influx-grafana-controller-mb2r2_default_e6f1361a-f2be-11e4-986e-42010af0c4d1_745fd768 d8551b616ffb0c16b1404c91094096898cb32c31420ca4e9b8befe61fe8bad5d], namespace: &quot;docker&quot;) I0505 22:54:26.439356 8036 container.go:242] Failed to update stats for container &quot;/docker/d8551b616ffb0c16b1404c91094096898cb32c31420ca4e9b8befe61fe8bad5d&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.440088 8036 manager.go:662] Added container: &quot;/docker/a18bf3acf3835fab7718ba3b212261c47f1a61d8c5afc50f8031ba1815b7cd99&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.441156 8036 manager.go:662] Added container: &quot;/docker/2fdd504a2fab223ff1f1ca28ad8c11bfa79bec7f452f5298ea9d0205161c09b2&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.460334 8036 manager.go:662] Added container: &quot;/docker/3b26b1bcedadea401b14908f7a74c27f2fb9f5ad8e4c77745f7bb5cfc31a0605&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1e5w7n_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4d4141bd-f2f6-11e4-986e-42010af0c4d1_cb1aa0ef 3b26b1bcedadea401b14908f7a74c27f2fb9f5ad8e4c77745f7bb5cfc31a0605], namespace: &quot;docker&quot;) I0505 22:54:26.461186 8036 container.go:242] Failed to update stats for container &quot;/docker/3b26b1bcedadea401b14908f7a74c27f2fb9f5ad8e4c77745f7bb5cfc31a0605&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.488945 8036 manager.go:662] Added container: &quot;/docker/69a440a3662e82c86d5a4fc0dcf4cff39c23fab778c0511cbff5a89399c80a3b&quot; (aliases: [k8s_POD.48fc0515_kube-dns-10uut_default_7babe57e-f2ef-11e4-986e-42010af0c4d1_15b9271c 69a440a3662e82c86d5a4fc0dcf4cff39c23fab778c0511cbff5a89399c80a3b], namespace: &quot;docker&quot;) I0505 22:54:26.492454 8036 manager.go:662] Added container: &quot;/docker/9fd5f9b9e771aadea8378224c0ff376b14bfeb9fd4476d85690387ef6b602944&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.496168 8036 manager.go:662] Added container: &quot;/docker/475b11646a51eb7e0829579b78e7c743d0a4e4d2eec7c9b8c7e381fc2b31118e&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.498738 8036 manager.go:662] Added container: &quot;/docker/4aaca1a5818164c96f68c7e43a8c453d2ec23cc86d6946d8e4d801df558417c2&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.500721 8036 manager.go:662] Added container: &quot;/docker/fea7fc100b7c4dac0f352478c65a432ad995b2834a3592110bbd8a71e5480d25&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.502492 8036 manager.go:662] Added container: &quot;/docker/e2b16b3099ea26fae39bc5374d294e9ad75b1b0c35406b1661eb90ef2c4de9a1&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.503992 8036 manager.go:662] Added container: &quot;/docker/00daa1ed7ae4e8e1c1f7c5645cc975a0abf63d01429185a1d07c68eb065da386&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.505245 8036 manager.go:662] Added container: &quot;/docker/6f72af3a87562d4972577e6fe2e45b72bc197854160f9f03bf7a3573c2fcc0f6&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.506694 8036 manager.go:662] Added container: &quot;/docker/9ae32dbab82bd2466a28c3f44710286922e9194551cff4ba56c95d4e46b5de8f&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.514622 8036 manager.go:662] Added container: &quot;/docker/cf98be4c83f24dee2fd09dc308d639aebab6da23ad6487094155cd4379a6a5fc&quot; (aliases: [k8s_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c12.b491204a_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c19v5j4_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_03dcb054-f2f8-11e4-986e-42010af0c4d1_ef4b4b1a cf98be4c83f24dee2fd09dc308d639aebab6da23ad6487094155cd4379a6a5fc], namespace: &quot;docker&quot;) I0505 22:54:26.516143 8036 container.go:242] Failed to update stats for container &quot;/docker/cf98be4c83f24dee2fd09dc308d639aebab6da23ad6487094155cd4379a6a5fc&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.521335 8036 manager.go:662] Added container: &quot;/docker/6b0944bd43b5fb607edc19f29ec46eccfd6001151e03a70f0160516f90713b14&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1hps53_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c1012a7-f2f6-11e4-986e-42010af0c4d1_0ecfd7ba 6b0944bd43b5fb607edc19f29ec46eccfd6001151e03a70f0160516f90713b14], namespace: &quot;docker&quot;) I0505 22:54:26.524171 8036 manager.go:662] Added container: &quot;/docker/81c62f3603d4bf371222c122db32afd46bc09e40d4280454dd59842968a1ae1e&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.525221 8036 manager.go:662] Added container: &quot;/docker/b14d2332e9366a8359a89679c89616a765e4baa70ae08ce77b1d7c595b065f32&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.526161 8036 manager.go:662] Added container: &quot;/kubelet&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.528651 8036 manager.go:662] Added container: &quot;/docker/1017c5e48b9589a11a7487fdaf44c971659f91007cd80aabff1a58d7c25f7b94&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.529989 8036 manager.go:662] Added container: &quot;/docker/4e4906b776cb437a65f68c6eaff681a3ff940f23689903175832f065d9965de6&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.527053 8036 container.go:242] Failed to update stats for container &quot;/docker/6b0944bd43b5fb607edc19f29ec46eccfd6001151e03a70f0160516f90713b14&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.541231 8036 manager.go:662] Added container: &quot;/docker/509d26e5776a1366e7464b8917a451b3325461e0cf634024eee03418c20154a8&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1ntkm4_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_03a59c97-f2f8-11e4-986e-42010af0c4d1_81665271 509d26e5776a1366e7464b8917a451b3325461e0cf634024eee03418c20154a8], namespace: &quot;docker&quot;) I0505 22:54:26.743336 8036 manager.go:662] Added container: &quot;/docker/5c70423c74841fc61babd6f0ee34008febde4d7d1837681cc38fc425c16bfa43&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.748589 8036 manager.go:662] Added container: &quot;/docker/2f5babf9f4bcfc8ce32a0eb8b6a7a098f2cf8dea8cd91fd0ebb9312184fac4b8&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.765887 8036 manager.go:662] Added container: &quot;/docker/7ecd636a616446a9921b8490b03035a0d7815e9202128c583e01ec56aa94b739&quot; (aliases: [k8s_influxdb.b353bcd_monitoring-influx-grafana-controller-mb2r2_default_e6f1361a-f2be-11e4-986e-42010af0c4d1_5efdf8c7 7ecd636a616446a9921b8490b03035a0d7815e9202128c583e01ec56aa94b739], namespace: &quot;docker&quot;) I0505 22:54:26.770093 8036 manager.go:662] Added container: &quot;/docker/b4c8020417db3fdc483c54a7ee90a25f6875ffb6cb4ee24927ef3ad1d0304a19&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.771954 8036 container.go:242] Failed to update stats for container &quot;/docker/7ecd636a616446a9921b8490b03035a0d7815e9202128c583e01ec56aa94b739&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.790243 8036 manager.go:662] Added container: &quot;/docker/e121d0936c34598a1b7338113f2249c21fe6c95d571ecb7f15dae9872726ed4c&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1tt4by_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4907d353-f2f6-11e4-986e-42010af0c4d1_ee612dad e121d0936c34598a1b7338113f2249c21fe6c95d571ecb7f15dae9872726ed4c], namespace: &quot;docker&quot;) I0505 22:54:26.794493 8036 container.go:242] Failed to update stats for container &quot;/docker/e121d0936c34598a1b7338113f2249c21fe6c95d571ecb7f15dae9872726ed4c&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.813128 8036 manager.go:662] Added container: &quot;/docker/9ccadb5e6a3083da971178d9195659a292f6743cdb9d43eca271a4ffadf69360&quot; (aliases: [k8s_etcd.97d6179f_kube-dns-10uut_default_7babe57e-f2ef-11e4-986e-42010af0c4d1_e686f535 9ccadb5e6a3083da971178d9195659a292f6743cdb9d43eca271a4ffadf69360], namespace: &quot;docker&quot;) I0505 22:54:26.817268 8036 container.go:242] Failed to update stats for container &quot;/docker/9ccadb5e6a3083da971178d9195659a292f6743cdb9d43eca271a4ffadf69360&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.822433 8036 manager.go:662] Added container: &quot;/docker/b43daf4366648470e1e6c69978b1c0b6b1db62b00756cd674985d51dd6fc23b1&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1nr0sd_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_04a90aa1-f2f8-11e4-986e-42010af0c4d1_78c935ae b43daf4366648470e1e6c69978b1c0b6b1db62b00756cd674985d51dd6fc23b1], namespace: &quot;docker&quot;) I0505 22:54:26.857753 8036 manager.go:662] Added container: &quot;/docker/d9a33d01c6af82909f99e1a25976cb7c196c61a39a96bfe9f1d91f8357f4a965&quot; (aliases: [k8s_POD.de7f0826_kibana-logging-q936a_default_e6605d31-f2be-11e4-986e-42010af0c4d1_e41b404e d9a33d01c6af82909f99e1a25976cb7c196c61a39a96bfe9f1d91f8357f4a965], namespace: &quot;docker&quot;) I0505 22:54:26.860459 8036 manager.go:662] Added container: &quot;/docker/fee86d3fd2707abb6d42f783852ea06468dc80b155db6721d2b2a87c9aeab8bc&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.867434 8036 manager.go:662] Added container: &quot;/docker/4786aecbcdc5a06eb96f45ea9878a05d6f6ec10eda8a489dd17311c6efd9f41a&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.868645 8036 manager.go:662] Added container: &quot;/docker/4eb1482377a8e2de36eb7112fa2c14642e9c30e6b8401ced148d4a51f2eba2d1&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.877355 8036 manager.go:662] Added container: &quot;/docker/6141ccca944633d251d8ba07ba1bac28d160f31150df57e25549080323eecbfb&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1gnj7d_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4b7fa4cc-f2f6-11e4-986e-42010af0c4d1_03d34c4e 6141ccca944633d251d8ba07ba1bac28d160f31150df57e25549080323eecbfb], namespace: &quot;docker&quot;) I0505 22:54:26.879806 8036 manager.go:662] Added container: &quot;/docker/f0f03fde51b3cc012778bd849357e18c53bc6dbf7519e6e47398a4a5712e9a87&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.907693 8036 manager.go:662] Added container: &quot;/docker/2353dc63e3fc661668140f3809975db6d94c4b6d42e99e3e87e3c6b938347996&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15w8ui_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_493bef9e-f2f6-11e4-986e-42010af0c4d1_4bac95d4 2353dc63e3fc661668140f3809975db6d94c4b6d42e99e3e87e3c6b938347996], namespace: &quot;docker&quot;) I0505 22:54:26.910288 8036 manager.go:662] Added container: &quot;/docker/79a45c5394bbebcdca69b7133eb6f0bd2cf9e9a1e9c1368bbabcecda27ed8172&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.911826 8036 container.go:242] Failed to update stats for container &quot;/docker/2353dc63e3fc661668140f3809975db6d94c4b6d42e99e3e87e3c6b938347996&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:26.915147 8036 manager.go:662] Added container: &quot;/docker/a32d4d658f2076d4043c7e68edb6187e488d74f376fc10e69690e25850e68eae&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:26.985117 8036 manager.go:662] Added container: &quot;/docker/265e3c9266a5f5439d71471c15f44bba63408a32a309ec4b2d0cd5f24890f557&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1zd145_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c99681d-f2f6-11e4-986e-42010af0c4d1_1b996aee 265e3c9266a5f5439d71471c15f44bba63408a32a309ec4b2d0cd5f24890f557], namespace: &quot;docker&quot;) I0505 22:54:26.989118 8036 container.go:242] Failed to update stats for container &quot;/docker/265e3c9266a5f5439d71471c15f44bba63408a32a309ec4b2d0cd5f24890f557&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:27.041183 8036 manager.go:662] Added container: &quot;/docker/5a9b1b7c18786668222ec634633afebbc200781478e010a3811ea5d5b6e4307b&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c19v5j4_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_03dcb054-f2f8-11e4-986e-42010af0c4d1_22621e02 5a9b1b7c18786668222ec634633afebbc200781478e010a3811ea5d5b6e4307b], namespace: &quot;docker&quot;) I0505 22:54:27.044476 8036 manager.go:662] Added container: &quot;/docker/79d300a1defd55bf7e7928aff9a63a06421a8ca0933884bd25f3d840e49d3ec0&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.046257 8036 manager.go:662] Added container: &quot;/docker/9163ffb1e519eef76fe1bba8e2e85e0f748a6f31710cd9fb0e47e2d5df8342a8&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.048568 8036 manager.go:662] Added container: &quot;/docker/3093329d91e8883235710b5452e6849642605dfe99a09069f96e9b3bc87cc564&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.050787 8036 manager.go:662] Added container: &quot;/docker/1a09445bb37f6b3fd082b56ee4e32e704aacbafbfa4c23d9915cdca89c8aea3b&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.054168 8036 manager.go:662] Added container: &quot;/docker/a4201e56f7255c64d38c2890e07afe1c2658c73c014c729156e494e261d24fe0&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.122113 8036 manager.go:662] Added container: &quot;/docker/dd604448500d7c69fbabd09b377da3a6dcf6ed4f152e8b44333a35435665214d&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15w8ui_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_493bef9e-f2f6-11e4-986e-42010af0c4d1_7f996f0a dd604448500d7c69fbabd09b377da3a6dcf6ed4f152e8b44333a35435665214d], namespace: &quot;docker&quot;) I0505 22:54:27.162729 8036 manager.go:662] Added container: &quot;/docker/f5d3b89162b1842151ac3643cf39a157af27d8153a07594d361b61099fc24f77&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1t0kpx_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48a88a69-f2f6-11e4-986e-42010af0c4d1_404e653f f5d3b89162b1842151ac3643cf39a157af27d8153a07594d361b61099fc24f77], namespace: &quot;docker&quot;) I0505 22:54:27.164750 8036 manager.go:662] Added container: &quot;/docker/59e9df342c044f69c024ecbd7429737ac9d9a7f2b87064716c80158be5851c18&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.166830 8036 manager.go:662] Added container: &quot;/docker/6abc0de1f1e25d35d5a27881c466b02e8c971c391c02afa5a411ad7e5f82d8e4&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.165635 8036 container.go:242] Failed to update stats for container &quot;/docker/f5d3b89162b1842151ac3643cf39a157af27d8153a07594d361b61099fc24f77&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:27.168918 8036 manager.go:662] Added container: &quot;/docker/85a3b15380e6fb5d1c3622713fb9cd34adfb7455670f1f85413c1d4b142f21b8&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.170598 8036 manager.go:662] Added container: &quot;/docker/956a1f170d1d940ba30e0a78e0b8d4780cdae48afac21f9c47bac1c6edc8129e&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.180372 8036 manager.go:662] Added container: &quot;/docker/0c7a916f17d40f8caf9d96c94b46d574e34dc5fbc602f6ee96de5137662f9ffd&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c17b99s_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4a110846-f2f6-11e4-986e-42010af0c4d1_f6790238 0c7a916f17d40f8caf9d96c94b46d574e34dc5fbc602f6ee96de5137662f9ffd], namespace: &quot;docker&quot;) I0505 22:54:27.303458 8036 manager.go:662] Added container: &quot;/docker/10ec2c13b090dfb660dd38237d8785963fb6dcef84c59972f25e9cf1919ce872&quot; (aliases: [k8s_POD.1a1fe303_fluentd-elasticsearch-e2e-test-dbsmith-minion-ylts_default_940b73f067bc69956cf03d6d8748b745_e7b52380 10ec2c13b090dfb660dd38237d8785963fb6dcef84c59972f25e9cf1919ce872], namespace: &quot;docker&quot;) I0505 22:54:27.326455 8036 manager.go:662] Added container: &quot;/docker/748b1ab506f22692dfe19cee7c095f171dcd105f96eb48ca38767baee60c6c1f&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1zd145_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c99681d-f2f6-11e4-986e-42010af0c4d1_bc93e570 748b1ab506f22692dfe19cee7c095f171dcd105f96eb48ca38767baee60c6c1f], namespace: &quot;docker&quot;) I0505 22:54:27.329854 8036 manager.go:662] Added container: &quot;/docker/d70efb10ba214d52c2efae7df802b12f749dcef2143f21d927171156e421a1af&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.338261 8036 manager.go:662] Added container: &quot;/docker/1d6711d23d97e8921a782fe2f56b2debd8cf716983b409e249e8871ea3336c4a&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.341019 8036 manager.go:662] Added container: &quot;/docker/aa625a713141541d26aa118d50b85bf67a8ca064ddb1a170189c02726710718c&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.344063 8036 manager.go:662] Added container: &quot;/docker/9d29153f0c0ccbcf4a17bfb439b3be791561ff318e0d9ef763808f11436db831&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.357921 8036 manager.go:662] Added container: &quot;/docker/13d2437d1407fd2d9eb10dc0678ee07176a5db23b465aeda5f171240cb12babe&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1or2mj_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_03d231b9-f2f8-11e4-986e-42010af0c4d1_8c3b7d75 13d2437d1407fd2d9eb10dc0678ee07176a5db23b465aeda5f171240cb12babe], namespace: &quot;docker&quot;) I0505 22:54:27.362327 8036 manager.go:662] Added container: &quot;/docker/1e9f4cfb7a63040870533d1bb8849527e2f201f982785335518e317eaeb453d7&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.432977 8036 manager.go:662] Added container: &quot;/docker/2bef7760af61b43b7f5f01e581759714765b35814f95433ca74b3b4258f3c409&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1tt4by_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4907d353-f2f6-11e4-986e-42010af0c4d1_81cfce0c 2bef7760af61b43b7f5f01e581759714765b35814f95433ca74b3b4258f3c409], namespace: &quot;docker&quot;) I0505 22:54:27.437911 8036 manager.go:662] Added container: &quot;/docker/380f5ea41ce2ab4d380b2c695ca6f45b86835a1b9be94d87057328386e8e1690&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.487289 8036 manager.go:662] Added container: &quot;/docker/f14cd0e69b4e68151411b45520faf110785d85973f03b2163aa5b74e6d491caa&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1qlg6u_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4aa9cef0-f2f6-11e4-986e-42010af0c4d1_40032bf6 f14cd0e69b4e68151411b45520faf110785d85973f03b2163aa5b74e6d491caa], namespace: &quot;docker&quot;) I0505 22:54:27.569810 8036 manager.go:662] Added container: &quot;/docker/42b9c3df74afa7601e56e48a03f6625d9e17f572e556f70a86b9bf08226ea70c&quot; (aliases: [k8s_POD.1a1fe303_monitoring-heapster-controller-uywd0_default_7bb6d460-f2ef-11e4-986e-42010af0c4d1_e49016c4 42b9c3df74afa7601e56e48a03f6625d9e17f572e556f70a86b9bf08226ea70c], namespace: &quot;docker&quot;) I0505 22:54:27.575686 8036 manager.go:662] Added container: &quot;/docker/6e8f763782aeeca15796ab5400319e71d1f1ed5a049e8f064270c39d89094ba9&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.632078 8036 manager.go:662] Added container: &quot;/docker/83362cbbb52556836cfb4b2acb83c103899cba835ea531a78110dca0bcd2e6d2&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1e5w7n_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4d4141bd-f2f6-11e4-986e-42010af0c4d1_1c5b5b39 83362cbbb52556836cfb4b2acb83c103899cba835ea531a78110dca0bcd2e6d2], namespace: &quot;docker&quot;) I0505 22:54:27.636882 8036 manager.go:662] Added container: &quot;/docker/d5f2be7e94584f2146ca5d5439c8d61bbc9b6fef076b90551cdc0f055ff8aa8c&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.653667 8036 manager.go:662] Added container: &quot;/docker/905e2e547570bd56038e2bebbadcd67dc6bf9c83cbeb8f609101d08a26641e2e&quot; (aliases: [k8s_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c12.b491204a_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1l4b9p_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_039e980f-f2f8-11e4-986e-42010af0c4d1_2ee0440a 905e2e547570bd56038e2bebbadcd67dc6bf9c83cbeb8f609101d08a26641e2e], namespace: &quot;docker&quot;) I0505 22:54:27.655640 8036 container.go:242] Failed to update stats for container &quot;/docker/905e2e547570bd56038e2bebbadcd67dc6bf9c83cbeb8f609101d08a26641e2e&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:27.656179 8036 manager.go:662] Added container: &quot;/docker/d0e9e9e40de7f5db564a1123ded48e9f06719734a4db6cb6a823729af53253e5&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.669479 8036 manager.go:662] Added container: &quot;/docker/0410632e12954607bb9f2b76cee3c25e95f4e8c94e682d780b6f348374dfb4fb&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c154j5d_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_489664bf-f2f6-11e4-986e-42010af0c4d1_cde423f9 0410632e12954607bb9f2b76cee3c25e95f4e8c94e682d780b6f348374dfb4fb], namespace: &quot;docker&quot;) I0505 22:54:27.673364 8036 container.go:242] Failed to update stats for container &quot;/docker/0410632e12954607bb9f2b76cee3c25e95f4e8c94e682d780b6f348374dfb4fb&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:27.676086 8036 manager.go:662] Added container: &quot;/docker/07b5b3a1f34646693ebe68716f9fb077b83d6ec854eb1d171bed23520dec6871&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1b3n3d_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_49fa5c26-f2f6-11e4-986e-42010af0c4d1_3cb22590 07b5b3a1f34646693ebe68716f9fb077b83d6ec854eb1d171bed23520dec6871], namespace: &quot;docker&quot;) I0505 22:54:27.677659 8036 manager.go:662] Added container: &quot;/docker/1e9f1c0ce8f66e37c1bd3a05bececc9e99f28035f397f7a0ea1cad15f8538c70&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.678878 8036 manager.go:662] Added container: &quot;/docker/8fc8ac4d0ba9795986c71911905f5da391b72a8cfdc3433883a5514ceb63cfee&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.682741 8036 manager.go:662] Added container: &quot;/docker&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.686751 8036 manager.go:662] Added container: &quot;/docker/2cfe57b0f49190b1fb642c6a92c44797ff1b5101024d7dd805b597e8e16a7b1d&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.689317 8036 manager.go:662] Added container: &quot;/docker/3b9b7a22e4de4c237822594efd0e3d7fe57ec697fe29776133372cc98a3a83e8&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.691753 8036 manager.go:662] Added container: &quot;/docker/9c08d5b6f81534187fdf2c30d0dde8a807ef72901df840b58cacbae0ee950666&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.693622 8036 manager.go:662] Added container: &quot;/docker/70c076b3f4d0a1795fe984a6b74fd2d57106313dde1e163cbf6aeb95ccab9781&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.695368 8036 manager.go:662] Added container: &quot;/docker/8a74b28cfc9289057d2daf6e1d0255cf7dde218e1489c8f9de12191286e43630&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.808471 8036 manager.go:662] Added container: &quot;/docker/b78508acf328b9e416c8b16a06c5c3978a0467694b9a24443e6bea917e05b870&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1l4b9p_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_039e980f-f2f8-11e4-986e-42010af0c4d1_7b2caa26 b78508acf328b9e416c8b16a06c5c3978a0467694b9a24443e6bea917e05b870], namespace: &quot;docker&quot;) I0505 22:54:27.843343 8036 manager.go:662] Added container: &quot;/docker/fc9dbefc2aa7a1116bfe932ee45612409fc839d802dd0b9f33489c5e40361ba4&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1yzs7w_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_486cd22b-f2f6-11e4-986e-42010af0c4d1_ff7b0096 fc9dbefc2aa7a1116bfe932ee45612409fc839d802dd0b9f33489c5e40361ba4], namespace: &quot;docker&quot;) I0505 22:54:27.846869 8036 container.go:242] Failed to update stats for container &quot;/docker/fc9dbefc2aa7a1116bfe932ee45612409fc839d802dd0b9f33489c5e40361ba4&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:27.847325 8036 manager.go:662] Added container: &quot;/docker/b7129619f97292ab612776a6e6abba10ab1b3a1ac9cb60f3edc7481249c13c67&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.849454 8036 manager.go:662] Added container: &quot;/docker/25b712b22d53c8f9f1c60cad507fa1e7fb5a7c333a465eda088543ef531f5019&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.851767 8036 manager.go:662] Added container: &quot;/docker/272cdc8d95655f9d8135c7a6d706a185b9ac661cf1414f9898c51cf9445c1f72&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.863445 8036 manager.go:662] Added container: &quot;/docker/621bd35a91ff88a80a7ce9d4962f275dfa7a1d322cda1cd0d94107425f182fcc&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1djnoh_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_049a6909-f2f8-11e4-986e-42010af0c4d1_8846ff52 621bd35a91ff88a80a7ce9d4962f275dfa7a1d322cda1cd0d94107425f182fcc], namespace: &quot;docker&quot;) I0505 22:54:27.932846 8036 manager.go:662] Added container: &quot;/docker/72a09a784727d12b9f598bb3c2ee0c721113cfb9759f7f6209ba9fdac5a02db4&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15pqmv_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48fe8248-f2f6-11e4-986e-42010af0c4d1_cc0e8ec5 72a09a784727d12b9f598bb3c2ee0c721113cfb9759f7f6209ba9fdac5a02db4], namespace: &quot;docker&quot;) I0505 22:54:27.936501 8036 container.go:242] Failed to update stats for container &quot;/docker/72a09a784727d12b9f598bb3c2ee0c721113cfb9759f7f6209ba9fdac5a02db4&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:27.944479 8036 manager.go:662] Added container: &quot;/docker/3691aa45956641d97d1c286af2461d7f181106b23e5c51aa040539e2501d5e31&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1m484p_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c37e9f4-f2f6-11e4-986e-42010af0c4d1_e59dc645 3691aa45956641d97d1c286af2461d7f181106b23e5c51aa040539e2501d5e31], namespace: &quot;docker&quot;) I0505 22:54:27.948752 8036 manager.go:662] Added container: &quot;/docker/46a5fe1317e6cee46e132bbff3d9ddcb2eb5591f0ad73d188c56833fd4a7a18f&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.950931 8036 manager.go:662] Added container: &quot;/docker/a9e6a40115f0d783d9923256f83215eb4ac048198b09cd91bd752cb3044b470b&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.952928 8036 manager.go:662] Added container: &quot;/docker/533bb3a1b7be458c909b86510a9e418d7d1c0e70ac98e1d382cb7b15598ce68f&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.954726 8036 manager.go:662] Added container: &quot;/docker/f8739dcc9f8e21259d5cc768d4ba5346611c19ccc1154480e9568a96367189fd&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.956838 8036 manager.go:662] Added container: &quot;/docker/6119223cc5697261be048252e1913edb21a544154dcd29a45d026f75ac4e89b1&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.960877 8036 manager.go:662] Added container: &quot;/docker/55257d87287d49fcfd316580335b613cdc4e5467b32366af9abf5873f50a2823&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.963861 8036 manager.go:662] Added container: &quot;/docker/9b44078fbb2853bfed9e8494a725894526d748cf6ca57043677bb0d3a976bd3e&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.965174 8036 manager.go:662] Added container: &quot;/kube-proxy&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.967359 8036 manager.go:662] Added container: &quot;/docker/24114c6acc67f41e64bdc14f2f3f9eb27bc3b412b89d8c0248471cee1ebacc45&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.968431 8036 manager.go:662] Added container: &quot;/docker/74bf3b22c050fe6b5aacc5eef5d5ee6f90f1e419fcba984ab7b080b462184be5&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:27.970001 8036 manager.go:662] Added container: &quot;/docker/1d667f63204fc1d4e0e3d6bf67dd74fec02b27930bab3892d08476c5597e2ece&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.070403 8036 manager.go:662] Added container: &quot;/docker/0ea60d4fa57db1273a757422f38406ec7ba21310a67dec08a622a498fb54c017&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1b3n3d_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_49fa5c26-f2f6-11e4-986e-42010af0c4d1_0dd4b816 0ea60d4fa57db1273a757422f38406ec7ba21310a67dec08a622a498fb54c017], namespace: &quot;docker&quot;) I0505 22:54:28.071382 8036 container.go:242] Failed to update stats for container &quot;/docker/0ea60d4fa57db1273a757422f38406ec7ba21310a67dec08a622a498fb54c017&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:28.089133 8036 manager.go:662] Added container: &quot;/docker/6e52f2552a38635c1dc19761b7591f93269758f8e5083c37f0bb76e7e53a43a0&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1qlg6u_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4aa9cef0-f2f6-11e4-986e-42010af0c4d1_545ed227 6e52f2552a38635c1dc19761b7591f93269758f8e5083c37f0bb76e7e53a43a0], namespace: &quot;docker&quot;) I0505 22:54:28.090344 8036 container.go:242] Failed to update stats for container &quot;/docker/6e52f2552a38635c1dc19761b7591f93269758f8e5083c37f0bb76e7e53a43a0&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:28.096523 8036 manager.go:662] Added container: &quot;/docker/8ca3e9db92949ce1873607213451e18c6772557f2380e6d177b1955dce60b380&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c19kw04_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48c21a0e-f2f6-11e4-986e-42010af0c4d1_859e8d2b 8ca3e9db92949ce1873607213451e18c6772557f2380e6d177b1955dce60b380], namespace: &quot;docker&quot;) W0505 22:54:28.100450 8036 container.go:142] Failed to create summary reader for &quot;/docker/e8d23122e43a9119bcd41151dbe8dd5dac201e8f4846c49c142712ba33b9ea43&quot;: none of the resources are being tracked. I0505 22:54:28.106217 8036 manager.go:662] Added container: &quot;/docker/e8d23122e43a9119bcd41151dbe8dd5dac201e8f4846c49c142712ba33b9ea43&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.107539 8036 manager.go:662] Added container: &quot;/docker/53473d00ac59fd6155a1458be0d913a4fdd63433b386eb48b238c6d6be7b6c9e&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.108958 8036 manager.go:662] Added container: &quot;/docker/8f4464c345d477f90c6e0cdc2d842d6c93a4fc3245198492a7ac963bb56f8ad8&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.111114 8036 manager.go:662] Added container: &quot;/docker/f24616cc996aa23085e679a51ddd52e30578d68d7b4921fa860f0b95ffad6da1&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.127283 8036 manager.go:662] Added container: &quot;/docker/f963f80d367ebacde63389c260eae7f8e3ac3f438ad702681e3899352db4e5c1&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1hxvhv_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_039d7486-f2f8-11e4-986e-42010af0c4d1_7a57eb54 f963f80d367ebacde63389c260eae7f8e3ac3f438ad702681e3899352db4e5c1], namespace: &quot;docker&quot;) I0505 22:54:28.133206 8036 manager.go:662] Added container: &quot;/docker/a00a64b4ae2780674d333ad2bb4a0ae4c3167c1ef2b0ea30020bde4f50645998&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.135838 8036 manager.go:662] Added container: &quot;/docker/a649d5304acae713affc404202a4d7a770dc8b092f28c9681438358722107963&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.137625 8036 manager.go:662] Added container: &quot;/docker/bd425ae1f7c0ca0c7d5ace4d3ee144512d8f6409b43e12b46d88d70862775d66&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.140135 8036 manager.go:662] Added container: &quot;/docker/c98ce6c12796da51e7bc91a1382a1beb4e3569390cafe499f66d71a3767fc274&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.147717 8036 manager.go:662] Added container: &quot;/docker/12d970473770cb28a8d910f0dd1f26041a54ccd9e88d0529d7c4931bbd97c402&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1gnj7d_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4b7fa4cc-f2f6-11e4-986e-42010af0c4d1_4f243946 12d970473770cb28a8d910f0dd1f26041a54ccd9e88d0529d7c4931bbd97c402], namespace: &quot;docker&quot;) I0505 22:54:28.149265 8036 container.go:242] Failed to update stats for container &quot;/docker/12d970473770cb28a8d910f0dd1f26041a54ccd9e88d0529d7c4931bbd97c402&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:28.150963 8036 manager.go:662] Added container: &quot;/docker/5b9b29e430a9b896b3f78e158f2ac82dffec23ad80a3e797088ad15bc723788e&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.224201 8036 manager.go:662] Added container: &quot;/docker/6d964ea812d1252d75f768fa74c160053f9e157e9fb4debd241b6dcd294375bc&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1bnsgt_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4a9aa045-f2f6-11e4-986e-42010af0c4d1_854cd94c 6d964ea812d1252d75f768fa74c160053f9e157e9fb4debd241b6dcd294375bc], namespace: &quot;docker&quot;) I0505 22:54:28.230378 8036 manager.go:662] Added container: &quot;/docker/8ac3a75f9dd83ebb5d4dd4289e84a054eadebb6560b7ae95f0b7efcae5164d98&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.233420 8036 manager.go:662] Added container: &quot;/docker/67f612f8c3561e082c28d0f5fd5edc8acb06e93571af025ce1f45a37a0c228dd&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.238428 8036 manager.go:662] Added container: &quot;/docker/eee4932c93f23ec624509fedcf4c52e8e87d5b9498e400fdb606bbd37e9d9d0b&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.338678 8036 manager.go:662] Added container: &quot;/docker/625c3c91ff0620e613f33bdaa59da82d89cc2dbe551435dcb523c32d3aa1e389&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1sx57l_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48a0ec51-f2f6-11e4-986e-42010af0c4d1_8e5fa8bc 625c3c91ff0620e613f33bdaa59da82d89cc2dbe551435dcb523c32d3aa1e389], namespace: &quot;docker&quot;) I0505 22:54:28.351294 8036 manager.go:662] Added container: &quot;/docker/d7647da62c115a567b6405c0752746614c6052d3f3115e88adb57eac3ff59d28&quot; (aliases: [k8s_elasticsearch-logging.4ada6438_elasticsearch-logging-5q0ey_default_81d5fc31-f2ef-11e4-986e-42010af0c4d1_10b4684b d7647da62c115a567b6405c0752746614c6052d3f3115e88adb57eac3ff59d28], namespace: &quot;docker&quot;) I0505 22:54:28.356447 8036 container.go:242] Failed to update stats for container &quot;/docker/d7647da62c115a567b6405c0752746614c6052d3f3115e88adb57eac3ff59d28&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:28.357074 8036 manager.go:662] Added container: &quot;/docker/b05bae4a9d7ab6ad8f065ba284b6ffc051ccc59bdfbbceccbab3c0b42e481894&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.411002 8036 manager.go:662] Added container: &quot;/docker/24508397e2b3ee32077c525b5b3348bcb5413731cb0f9f0bd1c64f5a416d2d6e&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c12bofs_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_03f2ef7b-f2f8-11e4-986e-42010af0c4d1_96e6531f 24508397e2b3ee32077c525b5b3348bcb5413731cb0f9f0bd1c64f5a416d2d6e], namespace: &quot;docker&quot;) I0505 22:54:28.472458 8036 manager.go:662] Added container: &quot;/docker/6311c9beca0c79bd5504b01958d9492fc0b649eb1d92d328f664bee01e77cffc&quot; (aliases: [k8s_POD.f29b3024_elasticsearch-logging-5q0ey_default_81d5fc31-f2ef-11e4-986e-42010af0c4d1_a2059a90 6311c9beca0c79bd5504b01958d9492fc0b649eb1d92d328f664bee01e77cffc], namespace: &quot;docker&quot;) I0505 22:54:28.477145 8036 manager.go:662] Added container: &quot;/docker/6e6d2c64279789ed57316c99c9bf8389440babf352acf2a204001d75db013d0d&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.478474 8036 manager.go:662] Added container: &quot;/docker/70296424c6080632aaa62813ab0ecb9715f1de7cdb6cc7ac4b520faf57926acc&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.483486 8036 manager.go:662] Added container: &quot;/docker/ef08e1dc3d77e65ef863a24bda9206e19103644dc21abf3074eccf956fa443e1&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c154j5d_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_489664bf-f2f6-11e4-986e-42010af0c4d1_e4538b 38 ef08e1dc3d77e65ef863a24bda9206e19103644dc21abf3074eccf956fa443e1], namespace: &quot;docker&quot;) I0505 22:54:28.499536 8036 manager.go:662] Added container: &quot;/docker/00b807d35cc34c6d77a3443205297557a40a482196d6179a1f848997cde0d1fc&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15el5t_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_49878721-f2f6-11e4-986e-42010af0c4d1_61d50f95 00b807d35cc34c6d77a3443205297557a40a482196d6179a1f848997cde0d1fc], namespace: &quot;docker&quot;) I0505 22:54:28.501024 8036 manager.go:662] Added container: &quot;/docker/015a7602e9a8fc90167149244876f9f778960615a013669f67f041406d7cd0aa&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.501808 8036 container.go:242] Failed to update stats for container &quot;/docker/00b807d35cc34c6d77a3443205297557a40a482196d6179a1f848997cde0d1fc&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:28.554035 8036 manager.go:662] Added container: &quot;/docker/0efe11d88475cf6d0dd886f4b2fe40b75854fb76e08cf0bdf03d9c2654cbf28a&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c19n8sf_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4d2abde9-f2f6-11e4-986e-42010af0c4d1_60d282 4b 0efe11d88475cf6d0dd886f4b2fe40b75854fb76e08cf0bdf03d9c2654cbf28a], namespace: &quot;docker&quot;) I0505 22:54:28.556057 8036 manager.go:662] Added container: &quot;/docker/821d78a8584befe96f6b25fb0c23d92bdee4cba9ab12939133bc54a77bfb3eca&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.560071 8036 manager.go:662] Added container: &quot;/docker/1aebf576ee1215294b0ef013ee0fd0d406528f5becd087306db0485b371a5549&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.562356 8036 manager.go:662] Added container: &quot;/docker/278f8c8f5c4268f7f73ebe652120f62417be6380676d6539b91340643e0f4dcc&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.564318 8036 manager.go:662] Added container: &quot;/docker/450848c73e64ec39a9f143a339a7e1cda42be8ef8e2a0d3e6de7d47c270b0191&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.650533 8036 manager.go:662] Added container: &quot;/docker/f5f77d7a34bf61ff17d3f8c5642acad18316132fcaf59193ec358558e617f333&quot; (aliases: [k8s_kube2sky.f77b257d_kube-dns-10uut_default_7babe57e-f2ef-11e4-986e-42010af0c4d1_7a68ada7 f5f77d7a34bf61ff17d3f8c5642acad18316132fcaf59193ec358558e617f333], namespace: &quot;docker&quot;) I0505 22:54:28.652491 8036 container.go:242] Failed to update stats for container &quot;/docker/f5f77d7a34bf61ff17d3f8c5642acad18316132fcaf59193ec358558e617f333&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:28.653620 8036 manager.go:662] Added container: &quot;/docker/27380195f3d7aa11cd788c2fc84673eaeaee397402915f39c41bce9b6b3f3f54&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.655147 8036 manager.go:662] Added container: &quot;/docker/92564957727e9be26069cc54363fdc44ccbdaf536b3ae12c8cd62ac376a243f8&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.658237 8036 manager.go:662] Added container: &quot;/docker/953c2850956545b122dd906899fcdb16b2ebaae2b272b85e9a8be40881b2fc50&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.660040 8036 manager.go:662] Added container: &quot;/docker/985863e896aa4696277f71e123dc69ff8301cb48598db9c49861e9e884affdc1&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.664684 8036 manager.go:662] Added container: &quot;/docker/accd9847752be37d22e69f5aad4825e0ea44da134811cc2e3ed601ea60fd447f&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.854289 8036 manager.go:662] Added container: &quot;/docker/bed35cda8fa482845ed6d4d18cfd4de5f9a683031aeb749ec4fd4068f281ecbc&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1ssl9j_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48ca00fa-f2f6-11e4-986e-42010af0c4d1_c85340 76 bed35cda8fa482845ed6d4d18cfd4de5f9a683031aeb749ec4fd4068f281ecbc], namespace: &quot;docker&quot;) I0505 22:54:28.874874 8036 manager.go:662] Added container: &quot;/docker/12037ab09b2d57282cd015ffbe6d8a82a077ef5e9898f9c27f74404a280178fe&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1m0x2z_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_0408d6da-f2f8-11e4-986e-42010af0c4d1_e6c981 24 12037ab09b2d57282cd015ffbe6d8a82a077ef5e9898f9c27f74404a280178fe], namespace: &quot;docker&quot;) I0505 22:54:28.878811 8036 manager.go:662] Added container: &quot;/docker/2b34605da12c92546327ac88eab93db99a891dca1f870d9183d546de85a31d51&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.880662 8036 manager.go:662] Added container: &quot;/docker/4166b777f260431e1800450654e8acacdd56ec366848cb349de80e3d5fdab012&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.881926 8036 manager.go:662] Added container: &quot;/docker/8aa4673e3255ceb242989e3f10808ab63b471cc55211f285c9c084b0af986b11&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.883889 8036 manager.go:662] Added container: &quot;/docker/fe78ea837c2b093223995532dafdb4812542b83479024ca4d906e1430812ee9b&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.943526 8036 manager.go:662] Added container: &quot;/docker/1d48476e4743f0d04a568b2c23d1e36a3d6c84c59dbcadd0ed7f87778d4dbb5c&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1bnsgt_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_4a9aa045-f2f6-11e4-986e-42010af0c4d1_961092d3 1d48476e4743f0d04a568b2c23d1e36a3d6c84c59dbcadd0ed7f87778d4dbb5c], namespace: &quot;docker&quot;) I0505 22:54:28.949528 8036 container.go:242] Failed to update stats for container &quot;/docker/1d48476e4743f0d04a568b2c23d1e36a3d6c84c59dbcadd0ed7f87778d4dbb5c&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:28.955809 8036 manager.go:662] Added container: &quot;/docker/eedf5880acee04b5ecea6db63859f3774e0f66a0bb7600de1e31cec2fdfeb8f3&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c19n8sf_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_4d2abde9-f2f6-11e4-986e-42010af0c4d1_75f28e1b eedf5880acee04b5ecea6db63859f3774e0f66a0bb7600de1e31cec2fdfeb8f3], namespace: &quot;docker&quot;) I0505 22:54:28.956615 8036 container.go:242] Failed to update stats for container &quot;/docker/eedf5880acee04b5ecea6db63859f3774e0f66a0bb7600de1e31cec2fdfeb8f3&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:28.957294 8036 manager.go:662] Added container: &quot;/docker/b77ff1ec03450b96a2c6e97cc3f7055c7ac4d20a0ae93145a2889c88509cff2d&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.963293 8036 manager.go:662] Added container: &quot;/docker/d5f6ea341cd82e336667f00fe198535e95020363a2a5a1714028b18845bbd061&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c19kw04_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_48c21a0e-f2f6-11e4-986e-42010af0c4d1_ef3b5ec8 d5f6ea341cd82e336667f00fe198535e95020363a2a5a1714028b18845bbd061], namespace: &quot;docker&quot;) I0505 22:54:28.968538 8036 container.go:242] Failed to update stats for container &quot;/docker/d5f6ea341cd82e336667f00fe198535e95020363a2a5a1714028b18845bbd061&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:28.969312 8036 manager.go:662] Added container: &quot;/docker/d919463214dbc09d92e51cc0e144f60abf760eb3c9f91db45f37aa1e4cb2a3c5&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.973490 8036 manager.go:662] Added container: &quot;/docker/4c38da6386028b27f7112406f7e12f538ca14a4c33232922a9dea641c9a866d9&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.975084 8036 manager.go:662] Added container: &quot;/docker/5cae64b33d5e24c7f845b5eb24dc5792c0fb3e42f6174a81a3d1c32976e3e3ed&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.976162 8036 manager.go:662] Added container: &quot;/docker/6929b16e65b4d8670a12da03fe2104be284ea79a0762c12c32095f169b4b3755&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.977949 8036 manager.go:662] Added container: &quot;/docker/a91680e189ba5c72fff014abff26b13d97ab8831e586de5f81413211dfa39200&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.979319 8036 manager.go:662] Added container: &quot;/docker/13c3f6435e07f953a82f9a44173cda2672f8928c6429de89fb7f871a4d7e846b&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.981169 8036 manager.go:662] Added container: &quot;/docker/88ee0948cbccf768e9065b6804589570d821e74fc8153e03c907cb2aebec15f3&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.983727 8036 manager.go:662] Added container: &quot;/docker/aabeec2a499a92babba7483d4947aa44fd6b77441c5516eabb39d3c8754f5166&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.985439 8036 manager.go:662] Added container: &quot;/docker/f781ecaa729ded102a09e386283cd6d0724315ef551db7d9b89d52678abac7d7&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.988444 8036 manager.go:662] Added container: &quot;/docker/1832ea7189f92da2513dd877c68a3265c65409d3523b9c0ebd0a93156b0efcbf&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:28.990404 8036 manager.go:662] Added container: &quot;/docker/2c7bc95d2e3aeb432ebf0b10afb8d6575a817cf34eebcca53b29b194ef43f97b&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.084720 8036 manager.go:662] Added container: &quot;/docker/640bd15c25363d5fdc23d2cfd63a288ca3ba77135e7e1fb95e27a7f5188b435b&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1hkmsj_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_4d1b9997-f2f6-11e4-986e-42010af0c4d1_72b4eff0 640bd15c25363d5fdc23d2cfd63a288ca3ba77135e7e1fb95e27a7f5188b435b], namespace: &quot;docker&quot;) I0505 22:54:29.085735 8036 container.go:242] Failed to update stats for container &quot;/docker/640bd15c25363d5fdc23d2cfd63a288ca3ba77135e7e1fb95e27a7f5188b435b&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:29.086624 8036 manager.go:662] Added container: &quot;/docker/6f7e8274f87963a150c6edf04da68376ce2dd895c662b42e10c553393e462904&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.158369 8036 manager.go:662] Added container: &quot;/docker/5c90fc26d5f18eb511921ca6d361d459593a19004dd29f5286e7d1cc9d242520&quot; (aliases: [k8s_POD.b70927d1_monitoring-influx-grafana-controller-mb2r2_default_e6f1361a-f2be-11e4-986e-42010af0c4d1_8955ecec 5c90fc26d5f18eb511921ca6d361d459593a19004dd29f5286e7d1cc9d242520] , namespace: &quot;docker&quot;) I0505 22:54:29.159884 8036 manager.go:662] Added container: &quot;/docker/8e973c90ce5eae218e433c178aca31c7fcd2a7266b9b821aec57ba54c7839b9d&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.162605 8036 manager.go:662] Added container: &quot;/docker/d85020dbb3839d331ebc1ed9b088b31976c82e6a7ece9d9a9827be10f0eb4708&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.165037 8036 manager.go:662] Added container: &quot;/docker/162fa15742e949ae26e8d2bbcc4533507f3c0c1e0a9a8da3bd26d7bd56799e46&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.166175 8036 manager.go:662] Added container: &quot;/docker/47bd748b001baf7d2635dc24ab9a2e5a7183dbe0236c61510e1d3470b01ba850&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.288333 8036 manager.go:662] Added container: &quot;/docker/cdcb147939122d952259c22288ace661d890d0a69abef08cf110dd28563e4794&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1m484p_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_4c37e9f4-f2f6-11e4-986e-42010af0c4d1_ecd98953 cdcb147939122d952259c22288ace661d890d0a69abef08cf110dd28563e4794], namespace: &quot;docker&quot;) I0505 22:54:29.289316 8036 container.go:242] Failed to update stats for container &quot;/docker/cdcb147939122d952259c22288ace661d890d0a69abef08cf110dd28563e4794&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:29.290168 8036 manager.go:662] Added container: &quot;/docker/daead7c1845d141e04252c2ee2f4c0dec8f363c93cf56f9f9f3f2e6a6e954fd6&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.296097 8036 manager.go:662] Added container: &quot;/docker/74d16f8fdf77914688be4aa4cc3f261c66896ee95600ae7b949dd1840fc56deb&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1hkmsj_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4d1b9997-f2f6-11e4-986e-42010af0c4d1_73311b 20 74d16f8fdf77914688be4aa4cc3f261c66896ee95600ae7b949dd1840fc56deb], namespace: &quot;docker&quot;) I0505 22:54:29.310483 8036 manager.go:662] Added container: &quot;/docker/d62012ef1202aab6d3421487756e1286b36bf160722239847aa441d4d932467e&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1fp5vc_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_04200b2f-f2f8-11e4-986e-42010af0c4d1_6307a8 6a d62012ef1202aab6d3421487756e1286b36bf160722239847aa441d4d932467e], namespace: &quot;docker&quot;) I0505 22:54:29.399581 8036 manager.go:662] Added container: &quot;/docker/4c2b9370d66a73e657e0e48842acd7476121d531c564a824910e54bf5007430a&quot; (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c17b99s_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_4a110846-f2f6-11e4-986e-42010af0c4d1_d009821f 4c2b9370d66a73e657e0e48842acd7476121d531c564a824910e54bf5007430a], namespace: &quot;docker&quot;) I0505 22:54:29.400506 8036 container.go:242] Failed to update stats for container &quot;/docker/4c2b9370d66a73e657e0e48842acd7476121d531c564a824910e54bf5007430a&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:29.401713 8036 manager.go:662] Added container: &quot;/docker/8f16878e0de6a33191793b36a6203dbcc778fd8096f3c53d9814721220c0a57c&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.403925 8036 manager.go:662] Added container: &quot;/docker/4f19251c17262bf93f3fc4c7baa6dff56fd757f41c23336e616b6ef341dfb926&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.466235 8036 manager.go:662] Added container: &quot;/docker/d614d3d5a6b7026751c9e427f2cef86b406afe3b7ece725e093979ad2c348c6d&quot; (aliases: [k8s_kibana-logging.e43171f1_kibana-logging-q936a_default_e6605d31-f2be-11e4-986e-42010af0c4d1_52f11515 d614d3d5a6b7026751c9e427f2cef86b406afe3b7ece725e093979ad2c348c6d], namespace : &quot;docker&quot;) I0505 22:54:29.467344 8036 container.go:242] Failed to update stats for container &quot;/docker/d614d3d5a6b7026751c9e427f2cef86b406afe3b7ece725e093979ad2c348c6d&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:29.468191 8036 manager.go:662] Added container: &quot;/docker/f9778c8f1e13fe07350fa41fbb0c2459f63829443602c0cc64a8237a5db58f10&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.469609 8036 manager.go:662] Added container: &quot;/docker/00af8cd5398260107793dc2f66324d33222ec901f93f415fe48806aa8d4bf0c4&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.471990 8036 manager.go:662] Added container: &quot;/docker/2328b5039798da6503c38fba1a3235f5c7cafa19299c8f1cf29fc6638fbe6eb7&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.473231 8036 manager.go:662] Added container: &quot;/docker/9c21fa91cf741043f26564ca4cb4977a22b43ecc3b572fe733eddaf37af032dc&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.516927 8036 manager.go:662] Added container: &quot;/docker/ec2c439188b02bca1b726716b0954e2b41e989955ba1a44f9566bb0ddeeff7d3&quot; (aliases: [k8s_fluentd-elasticsearch.3ddf5266_fluentd-elasticsearch-e2e-test-dbsmith-minion-ylts_default_940b73f067bc69956cf03d6d8748b745_a731d133 ec2c439188b02bca1b726716b0954e2b41e989955ba 1a44f9566bb0ddeeff7d3], namespace: &quot;docker&quot;) I0505 22:54:29.519142 8036 manager.go:662] Added container: &quot;/docker/cbf8930d482ea07b41c9d50f899335972b227eabc409308967e789102494bd18&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.523585 8036 container.go:242] Failed to update stats for container &quot;/docker/ec2c439188b02bca1b726716b0954e2b41e989955ba1a44f9566bb0ddeeff7d3&quot;: failed to read stat from &quot;/sys/class/net/statistics/rx_bytes&quot; for device &quot;&quot;, continuing to push stats I0505 22:54:29.528241 8036 manager.go:662] Added container: &quot;/docker/d27b3f01d6629ccadfe4d8e657ffb961ff04813ad1577c1bc050270de1225e69&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.530400 8036 manager.go:662] Added container: &quot;/docker/358470bf7dfb8fd99eee2b5650ae931ec51ff03d2b29bba78186be8c8ed420a1&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.532291 8036 manager.go:662] Added container: &quot;/docker/4040a40315204cbcc3960a907350588adfe77b3c2b78b3dddf8c2a6732347747&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.533999 8036 manager.go:662] Added container: &quot;/docker/77165178f6de7ba7156205d84d093b3fb3eef04b05cc30322acda43c406a07f0&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.597373 8036 manager.go:662] Added container: &quot;/docker/a75b0503382fb8cb1b275148ea26c5132ed4d47493be0fc39949a0d3a22295cb&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1qaouv_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4d496c6a-f2f6-11e4-986e-42010af0c4d1_c7888b ed a75b0503382fb8cb1b275148ea26c5132ed4d47493be0fc39949a0d3a22295cb], namespace: &quot;docker&quot;) I0505 22:54:29.601603 8036 manager.go:662] Added container: &quot;/docker/9b1ecb616187e89d0661acf2086d4d1b862879df716a6314badc3e293ed31517&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.716316 8036 manager.go:662] Added container: &quot;/docker/e62601127dedd3061bdedefa043db731c0d5a819355ec74178400e918fc49ff7&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1hps53_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c1012a7-f2f6-11e4-986e-42010af0c4d1_20935f aa e62601127dedd3061bdedefa043db731c0d5a819355ec74178400e918fc49ff7], namespace: &quot;docker&quot;) I0505 22:54:29.720477 8036 manager.go:662] Added container: &quot;/docker/5222360003a47c0ef44b67aa20786d6c76efaf0e3de9fd695ef7bf2195d74a39&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.722166 8036 manager.go:662] Added container: &quot;/docker/a91b5730efe35cedf80a269a7ef8d5655020efd3f3d2a96506683254c4da384f&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.730217 8036 manager.go:662] Added container: &quot;/docker/cb4c6b51f066094d0bd3a23247f0cfd10d965f279cca43e36b57ae22320d29b6&quot; (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1f7hde_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_039ee0bd-f2f8-11e4-986e-42010af0c4d1_8d7e0e be cb4c6b51f066094d0bd3a23247f0cfd10d965f279cca43e36b57ae22320d29b6], namespace: &quot;docker&quot;) I0505 22:54:29.733960 8036 manager.go:662] Added container: &quot;/docker/cd4019ae5a3e58ed102795d11e896896854f8a5b31f09febbd653723ed001e5d&quot; (aliases: [], namespace: &quot;&quot;) I0505 22:54:29.734078 8036 manager.go:217] Recovery completed inotify_add_watch /sys/fs/cgroup/blkio/docker/00b807d35cc34c6d77a3443205297557a40a482196d6179a1f848997cde0d1fc: no space left on device"><pre class="notranslate"><code class="notranslate">I0505 22:54:24.275383 8036 server.go:233] Using root directory: /var/lib/kubelet I0505 22:54:24.304622 8036 manager.go:106] cAdvisor running in container: "/" I0505 22:54:24.308686 8036 fs.go:87] Filesystem partitions: map[/dev/disk/by-uuid/96b86d97-40a1-4181-82c1-1c5558bac1e6:{mountpoint:/ major:8 minor:1}] I0505 22:54:24.310736 8036 machine.go:223] Couldn't collect info from any of the files in "/etc/machine-id,/var/lib/dbus/machine-id" I0505 22:54:24.310957 8036 manager.go:127] Machine: {NumCores:1 CpuFrequency:2299972 MemoryCapacity:1787035648 MachineID: SystemUUID:EC676BA2-C90A-F7E5-540F-54224AF0F64F BootID:c185fdd4-1d92-4113-a6aa-b8b57df5afd6 Filesystems:[{Device:/dev/disk/by-uuid/96b86d97-40a1-4181-82c1-1c5558bac1e6 Capacity:105553100800}] DiskMap:map[8:0:{Name:sda Major:8 Minor:0 Size:107374182400 Scheduler:cfq}] NetworkDevices:[{Name:cbr0 MacAddress:0a:2a:e1:73:39:6e Speed:0 Mtu:1460} {Name:eth0 MacAddress:42:01:0a:f0:61:40 Speed:0 Mtu:1460}] Topology:[{Id:0 Memory:1787035648 Cores:[{Id:0 Threads:[0] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]}] Caches:[{Size:47185920 Type:Unified Level:3}]}]} I0505 22:54:24.328987 8036 manager.go:134] Version: {KernelVersion:3.16.0-0.bpo.4-amd64 ContainerOsVersion:Debian GNU/Linux 7 (wheezy) DockerVersion:1.5.0 CadvisorVersion:0.12.0} I0505 22:54:25.809008 8036 factory.go:226] Registering Docker factory I0505 22:54:25.811267 8036 factory.go:60] Registering Raw factory I0505 22:54:25.811538 8036 manager.go:872] Started watching for new ooms in manager I0505 22:54:25.811776 8036 oomparser.go:199] OOM parser using kernel log file: "/var/log/kern.log" I0505 22:54:25.818787 8036 manager.go:662] Added container: "/" (aliases: [], namespace: "") I0505 22:54:25.819216 8036 manager.go:212] Starting recovery of all containers I0505 22:54:25.927211 8036 manager.go:662] Added container: "/docker/e650a2dd77a64f1f42e83ea4dfdbfa7064c12741b580e3b60ab6c63b39d99d06" (aliases: [], namespace: "") I0505 22:54:26.029010 8036 manager.go:662] Added container: "/docker/15ceb2792fa05152ab86f7f00b9e17bb88ce474fd653bdc973117b34ec76c0dc" (aliases: [], namespace: "") I0505 22:54:26.032347 8036 manager.go:662] Added container: "/docker/21b27410882889f9bc611376acd1f56add2f6f4d70c5f560369312794e018a42" (aliases: [], namespace: "") I0505 22:54:26.093117 8036 manager.go:662] Added container: "/docker/850c1e8778c7402bfe8476c8b72c965cb07112141579d51e6ba5a61cef49cfa1" (aliases: [k8s_heapster.d7a4f85_monitoring-heapster-controller-uywd0_default_7bb6d460-f2ef-11e4-986e-42010af0c4d1_8ee6c94e 850c1e8778c7402bfe8476c8b72c965cb07112141579d51e6ba5a61cef49cfa1], namespace: "docker") I0505 22:54:26.094285 8036 container.go:242] Failed to update stats for container "/docker/850c1e8778c7402bfe8476c8b72c965cb07112141579d51e6ba5a61cef49cfa1": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.095193 8036 manager.go:662] Added container: "/docker/890326093bd4877b581634ee435fb75ba5d233503dd1c354f424d7def0b3fe53" (aliases: [], namespace: "") I0505 22:54:26.097144 8036 manager.go:662] Added container: "/docker/81400848f82c38db9ebaa727e15bc7cde24b54f599c2c85466ff699680528725" (aliases: [], namespace: "") I0505 22:54:26.140490 8036 manager.go:662] Added container: "/docker/924689c059d17aa084bdefbb31907307acfc2d8be6a3ee3a81471b10fb08ef21" (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c159sm7_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_04369a03-f2f8-11e4-986e-42010af0c4d1_c224c09b 924689c059d17aa084bdefbb31907307acfc2d8be6a3ee3a81471b10fb08ef21], namespace: "docker") I0505 22:54:26.143898 8036 manager.go:662] Added container: "/docker/c4ba9076b1436eb8fc547c74d67623b7ca6c0895148ca20a0fbfc6ce1ac653c4" (aliases: [], namespace: "") I0505 22:54:26.147070 8036 manager.go:662] Added container: "/docker/651ca4ecd53681db8bd1054c31b12f5bb29448aa672ebdc16e65da7eaada3b09" (aliases: [], namespace: "") I0505 22:54:26.155364 8036 manager.go:662] Added container: "/docker/fffce2198dbc47a66da7f279939ed4c6cac7e5dc66da8ffa1f835dd795ad43d7" (aliases: [], namespace: "") I0505 22:54:26.156927 8036 manager.go:662] Added container: "/docker/ff10759e5fd138e0d56c8bfce1e19b901723e26367a2bd3e59ff140a6fd25de5" (aliases: [], namespace: "") I0505 22:54:26.158426 8036 manager.go:662] Added container: "/docker/005648b55d14e79f0582388f34409bd72f05f5809cb1adfe8de5bfd2a7c3ecf5" (aliases: [], namespace: "") I0505 22:54:26.160896 8036 manager.go:662] Added container: "/docker/38c81f640da47fc5d6726a991be89d1f76e56f34401d1297158f9cdf58f32d88" (aliases: [], namespace: "") I0505 22:54:26.201948 8036 manager.go:662] Added container: "/docker/90e526f5324d214500695cfe219a47fbada9fce80ccbd0f82f4e9f81244f1ad4" (aliases: [k8s_skydns.d9122cf3_kube-dns-10uut_default_7babe57e-f2ef-11e4-986e-42010af0c4d1_7508665b 90e526f5324d214500695cfe219a47fbada9fce80ccbd0f82f4e9f81244f1ad4], namespace: "docker") I0505 22:54:26.204434 8036 container.go:242] Failed to update stats for container "/docker/90e526f5324d214500695cfe219a47fbada9fce80ccbd0f82f4e9f81244f1ad4": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.231283 8036 manager.go:662] Added container: "/docker/c1dae48e74bed52777447edc56c49736c913a6bf6412acf788cefd753104cd2e" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1cl5hm_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4bc3c56f-f2f6-11e4-986e-42010af0c4d1_7245e337 c1dae48e74bed52777447edc56c49736c913a6bf6412acf788cefd753104cd2e], namespace: "docker") I0505 22:54:26.234909 8036 manager.go:662] Added container: "/docker/e7c83f78fca99ae054761b36afa9b1e6757497e4c30d5b3afb06ffe7f658ecdd" (aliases: [], namespace: "") I0505 22:54:26.241017 8036 manager.go:662] Added container: "/docker/eff64c6135b4afecf4b5b2b3a624dc6aa8c7d0f2242f3c1a5a77bd3b449f39b0" (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1fg809_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_043e623d-f2f8-11e4-986e-42010af0c4d1_23781ed5 eff64c6135b4afecf4b5b2b3a624dc6aa8c7d0f2242f3c1a5a77bd3b449f39b0], namespace: "docker") I0505 22:54:26.264933 8036 manager.go:662] Added container: "/docker/ea155ed5520c3f53f706651ece50d9ccb8dd4d8a8b6af811796515f28af976a0" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1t0kpx_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48a88a69-f2f6-11e4-986e-42010af0c4d1_adebb974 ea155ed5520c3f53f706651ece50d9ccb8dd4d8a8b6af811796515f28af976a0], namespace: "docker") I0505 22:54:26.273005 8036 manager.go:662] Added container: "/docker/81487ae4e2d68406114e043c0ae7eb3f310f2d1e8fdaa3da72592b9a993e8c2a" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15a2bw_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c1874e0-f2f6-11e4-986e-42010af0c4d1_a1ffeb31 81487ae4e2d68406114e043c0ae7eb3f310f2d1e8fdaa3da72592b9a993e8c2a], namespace: "docker") I0505 22:54:26.298125 8036 manager.go:662] Added container: "/docker/aee54a18535d85630bd28454e485e7dd8fb29e334034cc4797e836fb9ec3d297" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15a2bw_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c1874e0-f2f6-11e4-986e-42010af0c4d1_2f4c9511 aee54a18535d85630bd28454e485e7dd8fb29e334034cc4797e836fb9ec3d297], namespace: "docker") I0505 22:54:26.301730 8036 manager.go:662] Added container: "/docker/08a14e8a20d17e10697d557538f705874300b9fbc3bf6d805a6ef8b6a492f15e" (aliases: [], namespace: "") I0505 22:54:26.304458 8036 container.go:242] Failed to update stats for container "/docker/aee54a18535d85630bd28454e485e7dd8fb29e334034cc4797e836fb9ec3d297": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.309473 8036 manager.go:662] Added container: "/docker/1955c003982636c08437ff3f3722a432cfe211811421272009ed23b990583cb2" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1sx57l_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48a0ec51-f2f6-11e4-986e-42010af0c4d1_94265cee 1955c003982636c08437ff3f3722a432cfe211811421272009ed23b990583cb2], namespace: "docker") I0505 22:54:26.312652 8036 manager.go:662] Added container: "/docker/2928be06f7e045c553c7d58dfeb65515205d43a3d55426bbcfab5d0bb8cb2840" (aliases: [], namespace: "") I0505 22:54:26.313985 8036 container.go:242] Failed to update stats for container "/docker/1955c003982636c08437ff3f3722a432cfe211811421272009ed23b990583cb2": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.317211 8036 manager.go:662] Added container: "/docker/51eb9defbc7113807628faccdbc1a120488d9b4be69b484cf6016369c57cd86b" (aliases: [], namespace: "") I0505 22:54:26.321751 8036 manager.go:662] Added container: "/docker/17ac0ba4a3c577df7f568b5945822faa524cbf1ef902a09039328627862ecd86" (aliases: [], namespace: "") I0505 22:54:26.331682 8036 manager.go:662] Added container: "/docker/55029fb1979b4c801ae95dd73a9abb0c41c3c811fd46811441d0eb3a32bf5027" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1qaouv_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4d496c6a-f2f6-11e4-986e-42010af0c4d1_05d1a5d5 55029fb1979b4c801ae95dd73a9abb0c41c3c811fd46811441d0eb3a32bf5027], namespace: "docker") I0505 22:54:26.333263 8036 container.go:242] Failed to update stats for container "/docker/55029fb1979b4c801ae95dd73a9abb0c41c3c811fd46811441d0eb3a32bf5027": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.334730 8036 manager.go:662] Added container: "/docker/d300d13809ac9ff848c19dd2c276c4aaf7034c26288a83c25aa61ae7d8aa29ee" (aliases: [], namespace: "") I0505 22:54:26.347171 8036 manager.go:662] Added container: "/docker/fe864c808937c10c177697128aea772dac51f27bf4c2972aaddcc30c5d4f7f08" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1yzs7w_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_486cd22b-f2f6-11e4-986e-42010af0c4d1_90fac015 fe864c808937c10c177697128aea772dac51f27bf4c2972aaddcc30c5d4f7f08], namespace: "docker") I0505 22:54:26.362077 8036 manager.go:662] Added container: "/docker/f6c2eb26fe3f0e0b2ee3b125ee3c65f9bf31487c5adc56621fa6b95738e59f1d" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15el5t_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_49878721-f2f6-11e4-986e-42010af0c4d1_ca681d42 f6c2eb26fe3f0e0b2ee3b125ee3c65f9bf31487c5adc56621fa6b95738e59f1d], namespace: "docker") I0505 22:54:26.390987 8036 manager.go:662] Added container: "/docker/26845d80c5e61b2c0430d28d32a21e26aeaf277055d522b7bac2249e2dbf08ab" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15pqmv_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48fe8248-f2f6-11e4-986e-42010af0c4d1_faefbd8a 26845d80c5e61b2c0430d28d32a21e26aeaf277055d522b7bac2249e2dbf08ab], namespace: "docker") I0505 22:54:26.394553 8036 manager.go:662] Added container: "/docker/6704cccb8d895d020a3375579e586e6fde2d647e2b1cb54d4f77590d8c6d7196" (aliases: [], namespace: "") I0505 22:54:26.395951 8036 manager.go:662] Added container: "/docker/da8783aa93ac2b8af0ae07c76e9b9f1835b0dd14e7b1a8ba2ed950d20c25f43b" (aliases: [], namespace: "") I0505 22:54:26.397331 8036 manager.go:662] Added container: "/docker/f0c139da3106cb359555eb29d7502ff5fd4f940e4fff47c21c329162352fa96b" (aliases: [], namespace: "") I0505 22:54:26.398901 8036 manager.go:662] Added container: "/docker/3a325d5b1bb61f80c80d4703e0613a6dce4fbb162ac287678c86e118fab47501" (aliases: [], namespace: "") I0505 22:54:26.417746 8036 manager.go:662] Added container: "/docker/a88ece03950dad4e25ebd3dc783e9d750895e4697614bcaaa3149ea06558ab88" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1cl5hm_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4bc3c56f-f2f6-11e4-986e-42010af0c4d1_73847697 a88ece03950dad4e25ebd3dc783e9d750895e4697614bcaaa3149ea06558ab88], namespace: "docker") I0505 22:54:26.419230 8036 container.go:242] Failed to update stats for container "/docker/a88ece03950dad4e25ebd3dc783e9d750895e4697614bcaaa3149ea06558ab88": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.419369 8036 manager.go:662] Added container: "/docker/dd2f002d82b9b3cbef1ce9596da72faeb14755118a9e76b35d19392274f5444b" (aliases: [], namespace: "") I0505 22:54:26.437800 8036 manager.go:662] Added container: "/docker/d8551b616ffb0c16b1404c91094096898cb32c31420ca4e9b8befe61fe8bad5d" (aliases: [k8s_grafana.812063f3_monitoring-influx-grafana-controller-mb2r2_default_e6f1361a-f2be-11e4-986e-42010af0c4d1_745fd768 d8551b616ffb0c16b1404c91094096898cb32c31420ca4e9b8befe61fe8bad5d], namespace: "docker") I0505 22:54:26.439356 8036 container.go:242] Failed to update stats for container "/docker/d8551b616ffb0c16b1404c91094096898cb32c31420ca4e9b8befe61fe8bad5d": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.440088 8036 manager.go:662] Added container: "/docker/a18bf3acf3835fab7718ba3b212261c47f1a61d8c5afc50f8031ba1815b7cd99" (aliases: [], namespace: "") I0505 22:54:26.441156 8036 manager.go:662] Added container: "/docker/2fdd504a2fab223ff1f1ca28ad8c11bfa79bec7f452f5298ea9d0205161c09b2" (aliases: [], namespace: "") I0505 22:54:26.460334 8036 manager.go:662] Added container: "/docker/3b26b1bcedadea401b14908f7a74c27f2fb9f5ad8e4c77745f7bb5cfc31a0605" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1e5w7n_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4d4141bd-f2f6-11e4-986e-42010af0c4d1_cb1aa0ef 3b26b1bcedadea401b14908f7a74c27f2fb9f5ad8e4c77745f7bb5cfc31a0605], namespace: "docker") I0505 22:54:26.461186 8036 container.go:242] Failed to update stats for container "/docker/3b26b1bcedadea401b14908f7a74c27f2fb9f5ad8e4c77745f7bb5cfc31a0605": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.488945 8036 manager.go:662] Added container: "/docker/69a440a3662e82c86d5a4fc0dcf4cff39c23fab778c0511cbff5a89399c80a3b" (aliases: [k8s_POD.48fc0515_kube-dns-10uut_default_7babe57e-f2ef-11e4-986e-42010af0c4d1_15b9271c 69a440a3662e82c86d5a4fc0dcf4cff39c23fab778c0511cbff5a89399c80a3b], namespace: "docker") I0505 22:54:26.492454 8036 manager.go:662] Added container: "/docker/9fd5f9b9e771aadea8378224c0ff376b14bfeb9fd4476d85690387ef6b602944" (aliases: [], namespace: "") I0505 22:54:26.496168 8036 manager.go:662] Added container: "/docker/475b11646a51eb7e0829579b78e7c743d0a4e4d2eec7c9b8c7e381fc2b31118e" (aliases: [], namespace: "") I0505 22:54:26.498738 8036 manager.go:662] Added container: "/docker/4aaca1a5818164c96f68c7e43a8c453d2ec23cc86d6946d8e4d801df558417c2" (aliases: [], namespace: "") I0505 22:54:26.500721 8036 manager.go:662] Added container: "/docker/fea7fc100b7c4dac0f352478c65a432ad995b2834a3592110bbd8a71e5480d25" (aliases: [], namespace: "") I0505 22:54:26.502492 8036 manager.go:662] Added container: "/docker/e2b16b3099ea26fae39bc5374d294e9ad75b1b0c35406b1661eb90ef2c4de9a1" (aliases: [], namespace: "") I0505 22:54:26.503992 8036 manager.go:662] Added container: "/docker/00daa1ed7ae4e8e1c1f7c5645cc975a0abf63d01429185a1d07c68eb065da386" (aliases: [], namespace: "") I0505 22:54:26.505245 8036 manager.go:662] Added container: "/docker/6f72af3a87562d4972577e6fe2e45b72bc197854160f9f03bf7a3573c2fcc0f6" (aliases: [], namespace: "") I0505 22:54:26.506694 8036 manager.go:662] Added container: "/docker/9ae32dbab82bd2466a28c3f44710286922e9194551cff4ba56c95d4e46b5de8f" (aliases: [], namespace: "") I0505 22:54:26.514622 8036 manager.go:662] Added container: "/docker/cf98be4c83f24dee2fd09dc308d639aebab6da23ad6487094155cd4379a6a5fc" (aliases: [k8s_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c12.b491204a_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c19v5j4_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_03dcb054-f2f8-11e4-986e-42010af0c4d1_ef4b4b1a cf98be4c83f24dee2fd09dc308d639aebab6da23ad6487094155cd4379a6a5fc], namespace: "docker") I0505 22:54:26.516143 8036 container.go:242] Failed to update stats for container "/docker/cf98be4c83f24dee2fd09dc308d639aebab6da23ad6487094155cd4379a6a5fc": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.521335 8036 manager.go:662] Added container: "/docker/6b0944bd43b5fb607edc19f29ec46eccfd6001151e03a70f0160516f90713b14" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1hps53_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c1012a7-f2f6-11e4-986e-42010af0c4d1_0ecfd7ba 6b0944bd43b5fb607edc19f29ec46eccfd6001151e03a70f0160516f90713b14], namespace: "docker") I0505 22:54:26.524171 8036 manager.go:662] Added container: "/docker/81c62f3603d4bf371222c122db32afd46bc09e40d4280454dd59842968a1ae1e" (aliases: [], namespace: "") I0505 22:54:26.525221 8036 manager.go:662] Added container: "/docker/b14d2332e9366a8359a89679c89616a765e4baa70ae08ce77b1d7c595b065f32" (aliases: [], namespace: "") I0505 22:54:26.526161 8036 manager.go:662] Added container: "/kubelet" (aliases: [], namespace: "") I0505 22:54:26.528651 8036 manager.go:662] Added container: "/docker/1017c5e48b9589a11a7487fdaf44c971659f91007cd80aabff1a58d7c25f7b94" (aliases: [], namespace: "") I0505 22:54:26.529989 8036 manager.go:662] Added container: "/docker/4e4906b776cb437a65f68c6eaff681a3ff940f23689903175832f065d9965de6" (aliases: [], namespace: "") I0505 22:54:26.527053 8036 container.go:242] Failed to update stats for container "/docker/6b0944bd43b5fb607edc19f29ec46eccfd6001151e03a70f0160516f90713b14": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.541231 8036 manager.go:662] Added container: "/docker/509d26e5776a1366e7464b8917a451b3325461e0cf634024eee03418c20154a8" (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1ntkm4_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_03a59c97-f2f8-11e4-986e-42010af0c4d1_81665271 509d26e5776a1366e7464b8917a451b3325461e0cf634024eee03418c20154a8], namespace: "docker") I0505 22:54:26.743336 8036 manager.go:662] Added container: "/docker/5c70423c74841fc61babd6f0ee34008febde4d7d1837681cc38fc425c16bfa43" (aliases: [], namespace: "") I0505 22:54:26.748589 8036 manager.go:662] Added container: "/docker/2f5babf9f4bcfc8ce32a0eb8b6a7a098f2cf8dea8cd91fd0ebb9312184fac4b8" (aliases: [], namespace: "") I0505 22:54:26.765887 8036 manager.go:662] Added container: "/docker/7ecd636a616446a9921b8490b03035a0d7815e9202128c583e01ec56aa94b739" (aliases: [k8s_influxdb.b353bcd_monitoring-influx-grafana-controller-mb2r2_default_e6f1361a-f2be-11e4-986e-42010af0c4d1_5efdf8c7 7ecd636a616446a9921b8490b03035a0d7815e9202128c583e01ec56aa94b739], namespace: "docker") I0505 22:54:26.770093 8036 manager.go:662] Added container: "/docker/b4c8020417db3fdc483c54a7ee90a25f6875ffb6cb4ee24927ef3ad1d0304a19" (aliases: [], namespace: "") I0505 22:54:26.771954 8036 container.go:242] Failed to update stats for container "/docker/7ecd636a616446a9921b8490b03035a0d7815e9202128c583e01ec56aa94b739": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.790243 8036 manager.go:662] Added container: "/docker/e121d0936c34598a1b7338113f2249c21fe6c95d571ecb7f15dae9872726ed4c" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1tt4by_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4907d353-f2f6-11e4-986e-42010af0c4d1_ee612dad e121d0936c34598a1b7338113f2249c21fe6c95d571ecb7f15dae9872726ed4c], namespace: "docker") I0505 22:54:26.794493 8036 container.go:242] Failed to update stats for container "/docker/e121d0936c34598a1b7338113f2249c21fe6c95d571ecb7f15dae9872726ed4c": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.813128 8036 manager.go:662] Added container: "/docker/9ccadb5e6a3083da971178d9195659a292f6743cdb9d43eca271a4ffadf69360" (aliases: [k8s_etcd.97d6179f_kube-dns-10uut_default_7babe57e-f2ef-11e4-986e-42010af0c4d1_e686f535 9ccadb5e6a3083da971178d9195659a292f6743cdb9d43eca271a4ffadf69360], namespace: "docker") I0505 22:54:26.817268 8036 container.go:242] Failed to update stats for container "/docker/9ccadb5e6a3083da971178d9195659a292f6743cdb9d43eca271a4ffadf69360": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.822433 8036 manager.go:662] Added container: "/docker/b43daf4366648470e1e6c69978b1c0b6b1db62b00756cd674985d51dd6fc23b1" (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1nr0sd_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_04a90aa1-f2f8-11e4-986e-42010af0c4d1_78c935ae b43daf4366648470e1e6c69978b1c0b6b1db62b00756cd674985d51dd6fc23b1], namespace: "docker") I0505 22:54:26.857753 8036 manager.go:662] Added container: "/docker/d9a33d01c6af82909f99e1a25976cb7c196c61a39a96bfe9f1d91f8357f4a965" (aliases: [k8s_POD.de7f0826_kibana-logging-q936a_default_e6605d31-f2be-11e4-986e-42010af0c4d1_e41b404e d9a33d01c6af82909f99e1a25976cb7c196c61a39a96bfe9f1d91f8357f4a965], namespace: "docker") I0505 22:54:26.860459 8036 manager.go:662] Added container: "/docker/fee86d3fd2707abb6d42f783852ea06468dc80b155db6721d2b2a87c9aeab8bc" (aliases: [], namespace: "") I0505 22:54:26.867434 8036 manager.go:662] Added container: "/docker/4786aecbcdc5a06eb96f45ea9878a05d6f6ec10eda8a489dd17311c6efd9f41a" (aliases: [], namespace: "") I0505 22:54:26.868645 8036 manager.go:662] Added container: "/docker/4eb1482377a8e2de36eb7112fa2c14642e9c30e6b8401ced148d4a51f2eba2d1" (aliases: [], namespace: "") I0505 22:54:26.877355 8036 manager.go:662] Added container: "/docker/6141ccca944633d251d8ba07ba1bac28d160f31150df57e25549080323eecbfb" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1gnj7d_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4b7fa4cc-f2f6-11e4-986e-42010af0c4d1_03d34c4e 6141ccca944633d251d8ba07ba1bac28d160f31150df57e25549080323eecbfb], namespace: "docker") I0505 22:54:26.879806 8036 manager.go:662] Added container: "/docker/f0f03fde51b3cc012778bd849357e18c53bc6dbf7519e6e47398a4a5712e9a87" (aliases: [], namespace: "") I0505 22:54:26.907693 8036 manager.go:662] Added container: "/docker/2353dc63e3fc661668140f3809975db6d94c4b6d42e99e3e87e3c6b938347996" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15w8ui_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_493bef9e-f2f6-11e4-986e-42010af0c4d1_4bac95d4 2353dc63e3fc661668140f3809975db6d94c4b6d42e99e3e87e3c6b938347996], namespace: "docker") I0505 22:54:26.910288 8036 manager.go:662] Added container: "/docker/79a45c5394bbebcdca69b7133eb6f0bd2cf9e9a1e9c1368bbabcecda27ed8172" (aliases: [], namespace: "") I0505 22:54:26.911826 8036 container.go:242] Failed to update stats for container "/docker/2353dc63e3fc661668140f3809975db6d94c4b6d42e99e3e87e3c6b938347996": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:26.915147 8036 manager.go:662] Added container: "/docker/a32d4d658f2076d4043c7e68edb6187e488d74f376fc10e69690e25850e68eae" (aliases: [], namespace: "") I0505 22:54:26.985117 8036 manager.go:662] Added container: "/docker/265e3c9266a5f5439d71471c15f44bba63408a32a309ec4b2d0cd5f24890f557" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1zd145_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c99681d-f2f6-11e4-986e-42010af0c4d1_1b996aee 265e3c9266a5f5439d71471c15f44bba63408a32a309ec4b2d0cd5f24890f557], namespace: "docker") I0505 22:54:26.989118 8036 container.go:242] Failed to update stats for container "/docker/265e3c9266a5f5439d71471c15f44bba63408a32a309ec4b2d0cd5f24890f557": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:27.041183 8036 manager.go:662] Added container: "/docker/5a9b1b7c18786668222ec634633afebbc200781478e010a3811ea5d5b6e4307b" (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c19v5j4_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_03dcb054-f2f8-11e4-986e-42010af0c4d1_22621e02 5a9b1b7c18786668222ec634633afebbc200781478e010a3811ea5d5b6e4307b], namespace: "docker") I0505 22:54:27.044476 8036 manager.go:662] Added container: "/docker/79d300a1defd55bf7e7928aff9a63a06421a8ca0933884bd25f3d840e49d3ec0" (aliases: [], namespace: "") I0505 22:54:27.046257 8036 manager.go:662] Added container: "/docker/9163ffb1e519eef76fe1bba8e2e85e0f748a6f31710cd9fb0e47e2d5df8342a8" (aliases: [], namespace: "") I0505 22:54:27.048568 8036 manager.go:662] Added container: "/docker/3093329d91e8883235710b5452e6849642605dfe99a09069f96e9b3bc87cc564" (aliases: [], namespace: "") I0505 22:54:27.050787 8036 manager.go:662] Added container: "/docker/1a09445bb37f6b3fd082b56ee4e32e704aacbafbfa4c23d9915cdca89c8aea3b" (aliases: [], namespace: "") I0505 22:54:27.054168 8036 manager.go:662] Added container: "/docker/a4201e56f7255c64d38c2890e07afe1c2658c73c014c729156e494e261d24fe0" (aliases: [], namespace: "") I0505 22:54:27.122113 8036 manager.go:662] Added container: "/docker/dd604448500d7c69fbabd09b377da3a6dcf6ed4f152e8b44333a35435665214d" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15w8ui_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_493bef9e-f2f6-11e4-986e-42010af0c4d1_7f996f0a dd604448500d7c69fbabd09b377da3a6dcf6ed4f152e8b44333a35435665214d], namespace: "docker") I0505 22:54:27.162729 8036 manager.go:662] Added container: "/docker/f5d3b89162b1842151ac3643cf39a157af27d8153a07594d361b61099fc24f77" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1t0kpx_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48a88a69-f2f6-11e4-986e-42010af0c4d1_404e653f f5d3b89162b1842151ac3643cf39a157af27d8153a07594d361b61099fc24f77], namespace: "docker") I0505 22:54:27.164750 8036 manager.go:662] Added container: "/docker/59e9df342c044f69c024ecbd7429737ac9d9a7f2b87064716c80158be5851c18" (aliases: [], namespace: "") I0505 22:54:27.166830 8036 manager.go:662] Added container: "/docker/6abc0de1f1e25d35d5a27881c466b02e8c971c391c02afa5a411ad7e5f82d8e4" (aliases: [], namespace: "") I0505 22:54:27.165635 8036 container.go:242] Failed to update stats for container "/docker/f5d3b89162b1842151ac3643cf39a157af27d8153a07594d361b61099fc24f77": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:27.168918 8036 manager.go:662] Added container: "/docker/85a3b15380e6fb5d1c3622713fb9cd34adfb7455670f1f85413c1d4b142f21b8" (aliases: [], namespace: "") I0505 22:54:27.170598 8036 manager.go:662] Added container: "/docker/956a1f170d1d940ba30e0a78e0b8d4780cdae48afac21f9c47bac1c6edc8129e" (aliases: [], namespace: "") I0505 22:54:27.180372 8036 manager.go:662] Added container: "/docker/0c7a916f17d40f8caf9d96c94b46d574e34dc5fbc602f6ee96de5137662f9ffd" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c17b99s_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4a110846-f2f6-11e4-986e-42010af0c4d1_f6790238 0c7a916f17d40f8caf9d96c94b46d574e34dc5fbc602f6ee96de5137662f9ffd], namespace: "docker") I0505 22:54:27.303458 8036 manager.go:662] Added container: "/docker/10ec2c13b090dfb660dd38237d8785963fb6dcef84c59972f25e9cf1919ce872" (aliases: [k8s_POD.1a1fe303_fluentd-elasticsearch-e2e-test-dbsmith-minion-ylts_default_940b73f067bc69956cf03d6d8748b745_e7b52380 10ec2c13b090dfb660dd38237d8785963fb6dcef84c59972f25e9cf1919ce872], namespace: "docker") I0505 22:54:27.326455 8036 manager.go:662] Added container: "/docker/748b1ab506f22692dfe19cee7c095f171dcd105f96eb48ca38767baee60c6c1f" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1zd145_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c99681d-f2f6-11e4-986e-42010af0c4d1_bc93e570 748b1ab506f22692dfe19cee7c095f171dcd105f96eb48ca38767baee60c6c1f], namespace: "docker") I0505 22:54:27.329854 8036 manager.go:662] Added container: "/docker/d70efb10ba214d52c2efae7df802b12f749dcef2143f21d927171156e421a1af" (aliases: [], namespace: "") I0505 22:54:27.338261 8036 manager.go:662] Added container: "/docker/1d6711d23d97e8921a782fe2f56b2debd8cf716983b409e249e8871ea3336c4a" (aliases: [], namespace: "") I0505 22:54:27.341019 8036 manager.go:662] Added container: "/docker/aa625a713141541d26aa118d50b85bf67a8ca064ddb1a170189c02726710718c" (aliases: [], namespace: "") I0505 22:54:27.344063 8036 manager.go:662] Added container: "/docker/9d29153f0c0ccbcf4a17bfb439b3be791561ff318e0d9ef763808f11436db831" (aliases: [], namespace: "") I0505 22:54:27.357921 8036 manager.go:662] Added container: "/docker/13d2437d1407fd2d9eb10dc0678ee07176a5db23b465aeda5f171240cb12babe" (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1or2mj_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_03d231b9-f2f8-11e4-986e-42010af0c4d1_8c3b7d75 13d2437d1407fd2d9eb10dc0678ee07176a5db23b465aeda5f171240cb12babe], namespace: "docker") I0505 22:54:27.362327 8036 manager.go:662] Added container: "/docker/1e9f4cfb7a63040870533d1bb8849527e2f201f982785335518e317eaeb453d7" (aliases: [], namespace: "") I0505 22:54:27.432977 8036 manager.go:662] Added container: "/docker/2bef7760af61b43b7f5f01e581759714765b35814f95433ca74b3b4258f3c409" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1tt4by_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4907d353-f2f6-11e4-986e-42010af0c4d1_81cfce0c 2bef7760af61b43b7f5f01e581759714765b35814f95433ca74b3b4258f3c409], namespace: "docker") I0505 22:54:27.437911 8036 manager.go:662] Added container: "/docker/380f5ea41ce2ab4d380b2c695ca6f45b86835a1b9be94d87057328386e8e1690" (aliases: [], namespace: "") I0505 22:54:27.487289 8036 manager.go:662] Added container: "/docker/f14cd0e69b4e68151411b45520faf110785d85973f03b2163aa5b74e6d491caa" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1qlg6u_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4aa9cef0-f2f6-11e4-986e-42010af0c4d1_40032bf6 f14cd0e69b4e68151411b45520faf110785d85973f03b2163aa5b74e6d491caa], namespace: "docker") I0505 22:54:27.569810 8036 manager.go:662] Added container: "/docker/42b9c3df74afa7601e56e48a03f6625d9e17f572e556f70a86b9bf08226ea70c" (aliases: [k8s_POD.1a1fe303_monitoring-heapster-controller-uywd0_default_7bb6d460-f2ef-11e4-986e-42010af0c4d1_e49016c4 42b9c3df74afa7601e56e48a03f6625d9e17f572e556f70a86b9bf08226ea70c], namespace: "docker") I0505 22:54:27.575686 8036 manager.go:662] Added container: "/docker/6e8f763782aeeca15796ab5400319e71d1f1ed5a049e8f064270c39d89094ba9" (aliases: [], namespace: "") I0505 22:54:27.632078 8036 manager.go:662] Added container: "/docker/83362cbbb52556836cfb4b2acb83c103899cba835ea531a78110dca0bcd2e6d2" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1e5w7n_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4d4141bd-f2f6-11e4-986e-42010af0c4d1_1c5b5b39 83362cbbb52556836cfb4b2acb83c103899cba835ea531a78110dca0bcd2e6d2], namespace: "docker") I0505 22:54:27.636882 8036 manager.go:662] Added container: "/docker/d5f2be7e94584f2146ca5d5439c8d61bbc9b6fef076b90551cdc0f055ff8aa8c" (aliases: [], namespace: "") I0505 22:54:27.653667 8036 manager.go:662] Added container: "/docker/905e2e547570bd56038e2bebbadcd67dc6bf9c83cbeb8f609101d08a26641e2e" (aliases: [k8s_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c12.b491204a_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1l4b9p_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_039e980f-f2f8-11e4-986e-42010af0c4d1_2ee0440a 905e2e547570bd56038e2bebbadcd67dc6bf9c83cbeb8f609101d08a26641e2e], namespace: "docker") I0505 22:54:27.655640 8036 container.go:242] Failed to update stats for container "/docker/905e2e547570bd56038e2bebbadcd67dc6bf9c83cbeb8f609101d08a26641e2e": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:27.656179 8036 manager.go:662] Added container: "/docker/d0e9e9e40de7f5db564a1123ded48e9f06719734a4db6cb6a823729af53253e5" (aliases: [], namespace: "") I0505 22:54:27.669479 8036 manager.go:662] Added container: "/docker/0410632e12954607bb9f2b76cee3c25e95f4e8c94e682d780b6f348374dfb4fb" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c154j5d_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_489664bf-f2f6-11e4-986e-42010af0c4d1_cde423f9 0410632e12954607bb9f2b76cee3c25e95f4e8c94e682d780b6f348374dfb4fb], namespace: "docker") I0505 22:54:27.673364 8036 container.go:242] Failed to update stats for container "/docker/0410632e12954607bb9f2b76cee3c25e95f4e8c94e682d780b6f348374dfb4fb": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:27.676086 8036 manager.go:662] Added container: "/docker/07b5b3a1f34646693ebe68716f9fb077b83d6ec854eb1d171bed23520dec6871" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1b3n3d_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_49fa5c26-f2f6-11e4-986e-42010af0c4d1_3cb22590 07b5b3a1f34646693ebe68716f9fb077b83d6ec854eb1d171bed23520dec6871], namespace: "docker") I0505 22:54:27.677659 8036 manager.go:662] Added container: "/docker/1e9f1c0ce8f66e37c1bd3a05bececc9e99f28035f397f7a0ea1cad15f8538c70" (aliases: [], namespace: "") I0505 22:54:27.678878 8036 manager.go:662] Added container: "/docker/8fc8ac4d0ba9795986c71911905f5da391b72a8cfdc3433883a5514ceb63cfee" (aliases: [], namespace: "") I0505 22:54:27.682741 8036 manager.go:662] Added container: "/docker" (aliases: [], namespace: "") I0505 22:54:27.686751 8036 manager.go:662] Added container: "/docker/2cfe57b0f49190b1fb642c6a92c44797ff1b5101024d7dd805b597e8e16a7b1d" (aliases: [], namespace: "") I0505 22:54:27.689317 8036 manager.go:662] Added container: "/docker/3b9b7a22e4de4c237822594efd0e3d7fe57ec697fe29776133372cc98a3a83e8" (aliases: [], namespace: "") I0505 22:54:27.691753 8036 manager.go:662] Added container: "/docker/9c08d5b6f81534187fdf2c30d0dde8a807ef72901df840b58cacbae0ee950666" (aliases: [], namespace: "") I0505 22:54:27.693622 8036 manager.go:662] Added container: "/docker/70c076b3f4d0a1795fe984a6b74fd2d57106313dde1e163cbf6aeb95ccab9781" (aliases: [], namespace: "") I0505 22:54:27.695368 8036 manager.go:662] Added container: "/docker/8a74b28cfc9289057d2daf6e1d0255cf7dde218e1489c8f9de12191286e43630" (aliases: [], namespace: "") I0505 22:54:27.808471 8036 manager.go:662] Added container: "/docker/b78508acf328b9e416c8b16a06c5c3978a0467694b9a24443e6bea917e05b870" (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1l4b9p_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_039e980f-f2f8-11e4-986e-42010af0c4d1_7b2caa26 b78508acf328b9e416c8b16a06c5c3978a0467694b9a24443e6bea917e05b870], namespace: "docker") I0505 22:54:27.843343 8036 manager.go:662] Added container: "/docker/fc9dbefc2aa7a1116bfe932ee45612409fc839d802dd0b9f33489c5e40361ba4" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1yzs7w_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_486cd22b-f2f6-11e4-986e-42010af0c4d1_ff7b0096 fc9dbefc2aa7a1116bfe932ee45612409fc839d802dd0b9f33489c5e40361ba4], namespace: "docker") I0505 22:54:27.846869 8036 container.go:242] Failed to update stats for container "/docker/fc9dbefc2aa7a1116bfe932ee45612409fc839d802dd0b9f33489c5e40361ba4": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:27.847325 8036 manager.go:662] Added container: "/docker/b7129619f97292ab612776a6e6abba10ab1b3a1ac9cb60f3edc7481249c13c67" (aliases: [], namespace: "") I0505 22:54:27.849454 8036 manager.go:662] Added container: "/docker/25b712b22d53c8f9f1c60cad507fa1e7fb5a7c333a465eda088543ef531f5019" (aliases: [], namespace: "") I0505 22:54:27.851767 8036 manager.go:662] Added container: "/docker/272cdc8d95655f9d8135c7a6d706a185b9ac661cf1414f9898c51cf9445c1f72" (aliases: [], namespace: "") I0505 22:54:27.863445 8036 manager.go:662] Added container: "/docker/621bd35a91ff88a80a7ce9d4962f275dfa7a1d322cda1cd0d94107425f182fcc" (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1djnoh_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_049a6909-f2f8-11e4-986e-42010af0c4d1_8846ff52 621bd35a91ff88a80a7ce9d4962f275dfa7a1d322cda1cd0d94107425f182fcc], namespace: "docker") I0505 22:54:27.932846 8036 manager.go:662] Added container: "/docker/72a09a784727d12b9f598bb3c2ee0c721113cfb9759f7f6209ba9fdac5a02db4" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15pqmv_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48fe8248-f2f6-11e4-986e-42010af0c4d1_cc0e8ec5 72a09a784727d12b9f598bb3c2ee0c721113cfb9759f7f6209ba9fdac5a02db4], namespace: "docker") I0505 22:54:27.936501 8036 container.go:242] Failed to update stats for container "/docker/72a09a784727d12b9f598bb3c2ee0c721113cfb9759f7f6209ba9fdac5a02db4": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:27.944479 8036 manager.go:662] Added container: "/docker/3691aa45956641d97d1c286af2461d7f181106b23e5c51aa040539e2501d5e31" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1m484p_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c37e9f4-f2f6-11e4-986e-42010af0c4d1_e59dc645 3691aa45956641d97d1c286af2461d7f181106b23e5c51aa040539e2501d5e31], namespace: "docker") I0505 22:54:27.948752 8036 manager.go:662] Added container: "/docker/46a5fe1317e6cee46e132bbff3d9ddcb2eb5591f0ad73d188c56833fd4a7a18f" (aliases: [], namespace: "") I0505 22:54:27.950931 8036 manager.go:662] Added container: "/docker/a9e6a40115f0d783d9923256f83215eb4ac048198b09cd91bd752cb3044b470b" (aliases: [], namespace: "") I0505 22:54:27.952928 8036 manager.go:662] Added container: "/docker/533bb3a1b7be458c909b86510a9e418d7d1c0e70ac98e1d382cb7b15598ce68f" (aliases: [], namespace: "") I0505 22:54:27.954726 8036 manager.go:662] Added container: "/docker/f8739dcc9f8e21259d5cc768d4ba5346611c19ccc1154480e9568a96367189fd" (aliases: [], namespace: "") I0505 22:54:27.956838 8036 manager.go:662] Added container: "/docker/6119223cc5697261be048252e1913edb21a544154dcd29a45d026f75ac4e89b1" (aliases: [], namespace: "") I0505 22:54:27.960877 8036 manager.go:662] Added container: "/docker/55257d87287d49fcfd316580335b613cdc4e5467b32366af9abf5873f50a2823" (aliases: [], namespace: "") I0505 22:54:27.963861 8036 manager.go:662] Added container: "/docker/9b44078fbb2853bfed9e8494a725894526d748cf6ca57043677bb0d3a976bd3e" (aliases: [], namespace: "") I0505 22:54:27.965174 8036 manager.go:662] Added container: "/kube-proxy" (aliases: [], namespace: "") I0505 22:54:27.967359 8036 manager.go:662] Added container: "/docker/24114c6acc67f41e64bdc14f2f3f9eb27bc3b412b89d8c0248471cee1ebacc45" (aliases: [], namespace: "") I0505 22:54:27.968431 8036 manager.go:662] Added container: "/docker/74bf3b22c050fe6b5aacc5eef5d5ee6f90f1e419fcba984ab7b080b462184be5" (aliases: [], namespace: "") I0505 22:54:27.970001 8036 manager.go:662] Added container: "/docker/1d667f63204fc1d4e0e3d6bf67dd74fec02b27930bab3892d08476c5597e2ece" (aliases: [], namespace: "") I0505 22:54:28.070403 8036 manager.go:662] Added container: "/docker/0ea60d4fa57db1273a757422f38406ec7ba21310a67dec08a622a498fb54c017" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1b3n3d_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_49fa5c26-f2f6-11e4-986e-42010af0c4d1_0dd4b816 0ea60d4fa57db1273a757422f38406ec7ba21310a67dec08a622a498fb54c017], namespace: "docker") I0505 22:54:28.071382 8036 container.go:242] Failed to update stats for container "/docker/0ea60d4fa57db1273a757422f38406ec7ba21310a67dec08a622a498fb54c017": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:28.089133 8036 manager.go:662] Added container: "/docker/6e52f2552a38635c1dc19761b7591f93269758f8e5083c37f0bb76e7e53a43a0" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1qlg6u_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4aa9cef0-f2f6-11e4-986e-42010af0c4d1_545ed227 6e52f2552a38635c1dc19761b7591f93269758f8e5083c37f0bb76e7e53a43a0], namespace: "docker") I0505 22:54:28.090344 8036 container.go:242] Failed to update stats for container "/docker/6e52f2552a38635c1dc19761b7591f93269758f8e5083c37f0bb76e7e53a43a0": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:28.096523 8036 manager.go:662] Added container: "/docker/8ca3e9db92949ce1873607213451e18c6772557f2380e6d177b1955dce60b380" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c19kw04_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48c21a0e-f2f6-11e4-986e-42010af0c4d1_859e8d2b 8ca3e9db92949ce1873607213451e18c6772557f2380e6d177b1955dce60b380], namespace: "docker") W0505 22:54:28.100450 8036 container.go:142] Failed to create summary reader for "/docker/e8d23122e43a9119bcd41151dbe8dd5dac201e8f4846c49c142712ba33b9ea43": none of the resources are being tracked. I0505 22:54:28.106217 8036 manager.go:662] Added container: "/docker/e8d23122e43a9119bcd41151dbe8dd5dac201e8f4846c49c142712ba33b9ea43" (aliases: [], namespace: "") I0505 22:54:28.107539 8036 manager.go:662] Added container: "/docker/53473d00ac59fd6155a1458be0d913a4fdd63433b386eb48b238c6d6be7b6c9e" (aliases: [], namespace: "") I0505 22:54:28.108958 8036 manager.go:662] Added container: "/docker/8f4464c345d477f90c6e0cdc2d842d6c93a4fc3245198492a7ac963bb56f8ad8" (aliases: [], namespace: "") I0505 22:54:28.111114 8036 manager.go:662] Added container: "/docker/f24616cc996aa23085e679a51ddd52e30578d68d7b4921fa860f0b95ffad6da1" (aliases: [], namespace: "") I0505 22:54:28.127283 8036 manager.go:662] Added container: "/docker/f963f80d367ebacde63389c260eae7f8e3ac3f438ad702681e3899352db4e5c1" (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1hxvhv_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_039d7486-f2f8-11e4-986e-42010af0c4d1_7a57eb54 f963f80d367ebacde63389c260eae7f8e3ac3f438ad702681e3899352db4e5c1], namespace: "docker") I0505 22:54:28.133206 8036 manager.go:662] Added container: "/docker/a00a64b4ae2780674d333ad2bb4a0ae4c3167c1ef2b0ea30020bde4f50645998" (aliases: [], namespace: "") I0505 22:54:28.135838 8036 manager.go:662] Added container: "/docker/a649d5304acae713affc404202a4d7a770dc8b092f28c9681438358722107963" (aliases: [], namespace: "") I0505 22:54:28.137625 8036 manager.go:662] Added container: "/docker/bd425ae1f7c0ca0c7d5ace4d3ee144512d8f6409b43e12b46d88d70862775d66" (aliases: [], namespace: "") I0505 22:54:28.140135 8036 manager.go:662] Added container: "/docker/c98ce6c12796da51e7bc91a1382a1beb4e3569390cafe499f66d71a3767fc274" (aliases: [], namespace: "") I0505 22:54:28.147717 8036 manager.go:662] Added container: "/docker/12d970473770cb28a8d910f0dd1f26041a54ccd9e88d0529d7c4931bbd97c402" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1gnj7d_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4b7fa4cc-f2f6-11e4-986e-42010af0c4d1_4f243946 12d970473770cb28a8d910f0dd1f26041a54ccd9e88d0529d7c4931bbd97c402], namespace: "docker") I0505 22:54:28.149265 8036 container.go:242] Failed to update stats for container "/docker/12d970473770cb28a8d910f0dd1f26041a54ccd9e88d0529d7c4931bbd97c402": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:28.150963 8036 manager.go:662] Added container: "/docker/5b9b29e430a9b896b3f78e158f2ac82dffec23ad80a3e797088ad15bc723788e" (aliases: [], namespace: "") I0505 22:54:28.224201 8036 manager.go:662] Added container: "/docker/6d964ea812d1252d75f768fa74c160053f9e157e9fb4debd241b6dcd294375bc" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1bnsgt_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4a9aa045-f2f6-11e4-986e-42010af0c4d1_854cd94c 6d964ea812d1252d75f768fa74c160053f9e157e9fb4debd241b6dcd294375bc], namespace: "docker") I0505 22:54:28.230378 8036 manager.go:662] Added container: "/docker/8ac3a75f9dd83ebb5d4dd4289e84a054eadebb6560b7ae95f0b7efcae5164d98" (aliases: [], namespace: "") I0505 22:54:28.233420 8036 manager.go:662] Added container: "/docker/67f612f8c3561e082c28d0f5fd5edc8acb06e93571af025ce1f45a37a0c228dd" (aliases: [], namespace: "") I0505 22:54:28.238428 8036 manager.go:662] Added container: "/docker/eee4932c93f23ec624509fedcf4c52e8e87d5b9498e400fdb606bbd37e9d9d0b" (aliases: [], namespace: "") I0505 22:54:28.338678 8036 manager.go:662] Added container: "/docker/625c3c91ff0620e613f33bdaa59da82d89cc2dbe551435dcb523c32d3aa1e389" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1sx57l_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48a0ec51-f2f6-11e4-986e-42010af0c4d1_8e5fa8bc 625c3c91ff0620e613f33bdaa59da82d89cc2dbe551435dcb523c32d3aa1e389], namespace: "docker") I0505 22:54:28.351294 8036 manager.go:662] Added container: "/docker/d7647da62c115a567b6405c0752746614c6052d3f3115e88adb57eac3ff59d28" (aliases: [k8s_elasticsearch-logging.4ada6438_elasticsearch-logging-5q0ey_default_81d5fc31-f2ef-11e4-986e-42010af0c4d1_10b4684b d7647da62c115a567b6405c0752746614c6052d3f3115e88adb57eac3ff59d28], namespace: "docker") I0505 22:54:28.356447 8036 container.go:242] Failed to update stats for container "/docker/d7647da62c115a567b6405c0752746614c6052d3f3115e88adb57eac3ff59d28": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:28.357074 8036 manager.go:662] Added container: "/docker/b05bae4a9d7ab6ad8f065ba284b6ffc051ccc59bdfbbceccbab3c0b42e481894" (aliases: [], namespace: "") I0505 22:54:28.411002 8036 manager.go:662] Added container: "/docker/24508397e2b3ee32077c525b5b3348bcb5413731cb0f9f0bd1c64f5a416d2d6e" (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c12bofs_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_03f2ef7b-f2f8-11e4-986e-42010af0c4d1_96e6531f 24508397e2b3ee32077c525b5b3348bcb5413731cb0f9f0bd1c64f5a416d2d6e], namespace: "docker") I0505 22:54:28.472458 8036 manager.go:662] Added container: "/docker/6311c9beca0c79bd5504b01958d9492fc0b649eb1d92d328f664bee01e77cffc" (aliases: [k8s_POD.f29b3024_elasticsearch-logging-5q0ey_default_81d5fc31-f2ef-11e4-986e-42010af0c4d1_a2059a90 6311c9beca0c79bd5504b01958d9492fc0b649eb1d92d328f664bee01e77cffc], namespace: "docker") I0505 22:54:28.477145 8036 manager.go:662] Added container: "/docker/6e6d2c64279789ed57316c99c9bf8389440babf352acf2a204001d75db013d0d" (aliases: [], namespace: "") I0505 22:54:28.478474 8036 manager.go:662] Added container: "/docker/70296424c6080632aaa62813ab0ecb9715f1de7cdb6cc7ac4b520faf57926acc" (aliases: [], namespace: "") I0505 22:54:28.483486 8036 manager.go:662] Added container: "/docker/ef08e1dc3d77e65ef863a24bda9206e19103644dc21abf3074eccf956fa443e1" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c154j5d_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_489664bf-f2f6-11e4-986e-42010af0c4d1_e4538b 38 ef08e1dc3d77e65ef863a24bda9206e19103644dc21abf3074eccf956fa443e1], namespace: "docker") I0505 22:54:28.499536 8036 manager.go:662] Added container: "/docker/00b807d35cc34c6d77a3443205297557a40a482196d6179a1f848997cde0d1fc" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c15el5t_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_49878721-f2f6-11e4-986e-42010af0c4d1_61d50f95 00b807d35cc34c6d77a3443205297557a40a482196d6179a1f848997cde0d1fc], namespace: "docker") I0505 22:54:28.501024 8036 manager.go:662] Added container: "/docker/015a7602e9a8fc90167149244876f9f778960615a013669f67f041406d7cd0aa" (aliases: [], namespace: "") I0505 22:54:28.501808 8036 container.go:242] Failed to update stats for container "/docker/00b807d35cc34c6d77a3443205297557a40a482196d6179a1f848997cde0d1fc": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:28.554035 8036 manager.go:662] Added container: "/docker/0efe11d88475cf6d0dd886f4b2fe40b75854fb76e08cf0bdf03d9c2654cbf28a" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c19n8sf_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4d2abde9-f2f6-11e4-986e-42010af0c4d1_60d282 4b 0efe11d88475cf6d0dd886f4b2fe40b75854fb76e08cf0bdf03d9c2654cbf28a], namespace: "docker") I0505 22:54:28.556057 8036 manager.go:662] Added container: "/docker/821d78a8584befe96f6b25fb0c23d92bdee4cba9ab12939133bc54a77bfb3eca" (aliases: [], namespace: "") I0505 22:54:28.560071 8036 manager.go:662] Added container: "/docker/1aebf576ee1215294b0ef013ee0fd0d406528f5becd087306db0485b371a5549" (aliases: [], namespace: "") I0505 22:54:28.562356 8036 manager.go:662] Added container: "/docker/278f8c8f5c4268f7f73ebe652120f62417be6380676d6539b91340643e0f4dcc" (aliases: [], namespace: "") I0505 22:54:28.564318 8036 manager.go:662] Added container: "/docker/450848c73e64ec39a9f143a339a7e1cda42be8ef8e2a0d3e6de7d47c270b0191" (aliases: [], namespace: "") I0505 22:54:28.650533 8036 manager.go:662] Added container: "/docker/f5f77d7a34bf61ff17d3f8c5642acad18316132fcaf59193ec358558e617f333" (aliases: [k8s_kube2sky.f77b257d_kube-dns-10uut_default_7babe57e-f2ef-11e4-986e-42010af0c4d1_7a68ada7 f5f77d7a34bf61ff17d3f8c5642acad18316132fcaf59193ec358558e617f333], namespace: "docker") I0505 22:54:28.652491 8036 container.go:242] Failed to update stats for container "/docker/f5f77d7a34bf61ff17d3f8c5642acad18316132fcaf59193ec358558e617f333": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:28.653620 8036 manager.go:662] Added container: "/docker/27380195f3d7aa11cd788c2fc84673eaeaee397402915f39c41bce9b6b3f3f54" (aliases: [], namespace: "") I0505 22:54:28.655147 8036 manager.go:662] Added container: "/docker/92564957727e9be26069cc54363fdc44ccbdaf536b3ae12c8cd62ac376a243f8" (aliases: [], namespace: "") I0505 22:54:28.658237 8036 manager.go:662] Added container: "/docker/953c2850956545b122dd906899fcdb16b2ebaae2b272b85e9a8be40881b2fc50" (aliases: [], namespace: "") I0505 22:54:28.660040 8036 manager.go:662] Added container: "/docker/985863e896aa4696277f71e123dc69ff8301cb48598db9c49861e9e884affdc1" (aliases: [], namespace: "") I0505 22:54:28.664684 8036 manager.go:662] Added container: "/docker/accd9847752be37d22e69f5aad4825e0ea44da134811cc2e3ed601ea60fd447f" (aliases: [], namespace: "") I0505 22:54:28.854289 8036 manager.go:662] Added container: "/docker/bed35cda8fa482845ed6d4d18cfd4de5f9a683031aeb749ec4fd4068f281ecbc" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1ssl9j_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_48ca00fa-f2f6-11e4-986e-42010af0c4d1_c85340 76 bed35cda8fa482845ed6d4d18cfd4de5f9a683031aeb749ec4fd4068f281ecbc], namespace: "docker") I0505 22:54:28.874874 8036 manager.go:662] Added container: "/docker/12037ab09b2d57282cd015ffbe6d8a82a077ef5e9898f9c27f74404a280178fe" (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1m0x2z_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_0408d6da-f2f8-11e4-986e-42010af0c4d1_e6c981 24 12037ab09b2d57282cd015ffbe6d8a82a077ef5e9898f9c27f74404a280178fe], namespace: "docker") I0505 22:54:28.878811 8036 manager.go:662] Added container: "/docker/2b34605da12c92546327ac88eab93db99a891dca1f870d9183d546de85a31d51" (aliases: [], namespace: "") I0505 22:54:28.880662 8036 manager.go:662] Added container: "/docker/4166b777f260431e1800450654e8acacdd56ec366848cb349de80e3d5fdab012" (aliases: [], namespace: "") I0505 22:54:28.881926 8036 manager.go:662] Added container: "/docker/8aa4673e3255ceb242989e3f10808ab63b471cc55211f285c9c084b0af986b11" (aliases: [], namespace: "") I0505 22:54:28.883889 8036 manager.go:662] Added container: "/docker/fe78ea837c2b093223995532dafdb4812542b83479024ca4d906e1430812ee9b" (aliases: [], namespace: "") I0505 22:54:28.943526 8036 manager.go:662] Added container: "/docker/1d48476e4743f0d04a568b2c23d1e36a3d6c84c59dbcadd0ed7f87778d4dbb5c" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1bnsgt_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_4a9aa045-f2f6-11e4-986e-42010af0c4d1_961092d3 1d48476e4743f0d04a568b2c23d1e36a3d6c84c59dbcadd0ed7f87778d4dbb5c], namespace: "docker") I0505 22:54:28.949528 8036 container.go:242] Failed to update stats for container "/docker/1d48476e4743f0d04a568b2c23d1e36a3d6c84c59dbcadd0ed7f87778d4dbb5c": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:28.955809 8036 manager.go:662] Added container: "/docker/eedf5880acee04b5ecea6db63859f3774e0f66a0bb7600de1e31cec2fdfeb8f3" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c19n8sf_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_4d2abde9-f2f6-11e4-986e-42010af0c4d1_75f28e1b eedf5880acee04b5ecea6db63859f3774e0f66a0bb7600de1e31cec2fdfeb8f3], namespace: "docker") I0505 22:54:28.956615 8036 container.go:242] Failed to update stats for container "/docker/eedf5880acee04b5ecea6db63859f3774e0f66a0bb7600de1e31cec2fdfeb8f3": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:28.957294 8036 manager.go:662] Added container: "/docker/b77ff1ec03450b96a2c6e97cc3f7055c7ac4d20a0ae93145a2889c88509cff2d" (aliases: [], namespace: "") I0505 22:54:28.963293 8036 manager.go:662] Added container: "/docker/d5f6ea341cd82e336667f00fe198535e95020363a2a5a1714028b18845bbd061" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c19kw04_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_48c21a0e-f2f6-11e4-986e-42010af0c4d1_ef3b5ec8 d5f6ea341cd82e336667f00fe198535e95020363a2a5a1714028b18845bbd061], namespace: "docker") I0505 22:54:28.968538 8036 container.go:242] Failed to update stats for container "/docker/d5f6ea341cd82e336667f00fe198535e95020363a2a5a1714028b18845bbd061": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:28.969312 8036 manager.go:662] Added container: "/docker/d919463214dbc09d92e51cc0e144f60abf760eb3c9f91db45f37aa1e4cb2a3c5" (aliases: [], namespace: "") I0505 22:54:28.973490 8036 manager.go:662] Added container: "/docker/4c38da6386028b27f7112406f7e12f538ca14a4c33232922a9dea641c9a866d9" (aliases: [], namespace: "") I0505 22:54:28.975084 8036 manager.go:662] Added container: "/docker/5cae64b33d5e24c7f845b5eb24dc5792c0fb3e42f6174a81a3d1c32976e3e3ed" (aliases: [], namespace: "") I0505 22:54:28.976162 8036 manager.go:662] Added container: "/docker/6929b16e65b4d8670a12da03fe2104be284ea79a0762c12c32095f169b4b3755" (aliases: [], namespace: "") I0505 22:54:28.977949 8036 manager.go:662] Added container: "/docker/a91680e189ba5c72fff014abff26b13d97ab8831e586de5f81413211dfa39200" (aliases: [], namespace: "") I0505 22:54:28.979319 8036 manager.go:662] Added container: "/docker/13c3f6435e07f953a82f9a44173cda2672f8928c6429de89fb7f871a4d7e846b" (aliases: [], namespace: "") I0505 22:54:28.981169 8036 manager.go:662] Added container: "/docker/88ee0948cbccf768e9065b6804589570d821e74fc8153e03c907cb2aebec15f3" (aliases: [], namespace: "") I0505 22:54:28.983727 8036 manager.go:662] Added container: "/docker/aabeec2a499a92babba7483d4947aa44fd6b77441c5516eabb39d3c8754f5166" (aliases: [], namespace: "") I0505 22:54:28.985439 8036 manager.go:662] Added container: "/docker/f781ecaa729ded102a09e386283cd6d0724315ef551db7d9b89d52678abac7d7" (aliases: [], namespace: "") I0505 22:54:28.988444 8036 manager.go:662] Added container: "/docker/1832ea7189f92da2513dd877c68a3265c65409d3523b9c0ebd0a93156b0efcbf" (aliases: [], namespace: "") I0505 22:54:28.990404 8036 manager.go:662] Added container: "/docker/2c7bc95d2e3aeb432ebf0b10afb8d6575a817cf34eebcca53b29b194ef43f97b" (aliases: [], namespace: "") I0505 22:54:29.084720 8036 manager.go:662] Added container: "/docker/640bd15c25363d5fdc23d2cfd63a288ca3ba77135e7e1fb95e27a7f5188b435b" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1hkmsj_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_4d1b9997-f2f6-11e4-986e-42010af0c4d1_72b4eff0 640bd15c25363d5fdc23d2cfd63a288ca3ba77135e7e1fb95e27a7f5188b435b], namespace: "docker") I0505 22:54:29.085735 8036 container.go:242] Failed to update stats for container "/docker/640bd15c25363d5fdc23d2cfd63a288ca3ba77135e7e1fb95e27a7f5188b435b": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:29.086624 8036 manager.go:662] Added container: "/docker/6f7e8274f87963a150c6edf04da68376ce2dd895c662b42e10c553393e462904" (aliases: [], namespace: "") I0505 22:54:29.158369 8036 manager.go:662] Added container: "/docker/5c90fc26d5f18eb511921ca6d361d459593a19004dd29f5286e7d1cc9d242520" (aliases: [k8s_POD.b70927d1_monitoring-influx-grafana-controller-mb2r2_default_e6f1361a-f2be-11e4-986e-42010af0c4d1_8955ecec 5c90fc26d5f18eb511921ca6d361d459593a19004dd29f5286e7d1cc9d242520] , namespace: "docker") I0505 22:54:29.159884 8036 manager.go:662] Added container: "/docker/8e973c90ce5eae218e433c178aca31c7fcd2a7266b9b821aec57ba54c7839b9d" (aliases: [], namespace: "") I0505 22:54:29.162605 8036 manager.go:662] Added container: "/docker/d85020dbb3839d331ebc1ed9b088b31976c82e6a7ece9d9a9827be10f0eb4708" (aliases: [], namespace: "") I0505 22:54:29.165037 8036 manager.go:662] Added container: "/docker/162fa15742e949ae26e8d2bbcc4533507f3c0c1e0a9a8da3bd26d7bd56799e46" (aliases: [], namespace: "") I0505 22:54:29.166175 8036 manager.go:662] Added container: "/docker/47bd748b001baf7d2635dc24ab9a2e5a7183dbe0236c61510e1d3470b01ba850" (aliases: [], namespace: "") I0505 22:54:29.288333 8036 manager.go:662] Added container: "/docker/cdcb147939122d952259c22288ace661d890d0a69abef08cf110dd28563e4794" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1m484p_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_4c37e9f4-f2f6-11e4-986e-42010af0c4d1_ecd98953 cdcb147939122d952259c22288ace661d890d0a69abef08cf110dd28563e4794], namespace: "docker") I0505 22:54:29.289316 8036 container.go:242] Failed to update stats for container "/docker/cdcb147939122d952259c22288ace661d890d0a69abef08cf110dd28563e4794": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:29.290168 8036 manager.go:662] Added container: "/docker/daead7c1845d141e04252c2ee2f4c0dec8f363c93cf56f9f9f3f2e6a6e954fd6" (aliases: [], namespace: "") I0505 22:54:29.296097 8036 manager.go:662] Added container: "/docker/74d16f8fdf77914688be4aa4cc3f261c66896ee95600ae7b949dd1840fc56deb" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1hkmsj_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4d1b9997-f2f6-11e4-986e-42010af0c4d1_73311b 20 74d16f8fdf77914688be4aa4cc3f261c66896ee95600ae7b949dd1840fc56deb], namespace: "docker") I0505 22:54:29.310483 8036 manager.go:662] Added container: "/docker/d62012ef1202aab6d3421487756e1286b36bf160722239847aa441d4d932467e" (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1fp5vc_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_04200b2f-f2f8-11e4-986e-42010af0c4d1_6307a8 6a d62012ef1202aab6d3421487756e1286b36bf160722239847aa441d4d932467e], namespace: "docker") I0505 22:54:29.399581 8036 manager.go:662] Added container: "/docker/4c2b9370d66a73e657e0e48842acd7476121d531c564a824910e54bf5007430a" (aliases: [k8s_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c12.56fb202a_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c17b99s_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5- 6709529e6258_4a110846-f2f6-11e4-986e-42010af0c4d1_d009821f 4c2b9370d66a73e657e0e48842acd7476121d531c564a824910e54bf5007430a], namespace: "docker") I0505 22:54:29.400506 8036 container.go:242] Failed to update stats for container "/docker/4c2b9370d66a73e657e0e48842acd7476121d531c564a824910e54bf5007430a": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:29.401713 8036 manager.go:662] Added container: "/docker/8f16878e0de6a33191793b36a6203dbcc778fd8096f3c53d9814721220c0a57c" (aliases: [], namespace: "") I0505 22:54:29.403925 8036 manager.go:662] Added container: "/docker/4f19251c17262bf93f3fc4c7baa6dff56fd757f41c23336e616b6ef341dfb926" (aliases: [], namespace: "") I0505 22:54:29.466235 8036 manager.go:662] Added container: "/docker/d614d3d5a6b7026751c9e427f2cef86b406afe3b7ece725e093979ad2c348c6d" (aliases: [k8s_kibana-logging.e43171f1_kibana-logging-q936a_default_e6605d31-f2be-11e4-986e-42010af0c4d1_52f11515 d614d3d5a6b7026751c9e427f2cef86b406afe3b7ece725e093979ad2c348c6d], namespace : "docker") I0505 22:54:29.467344 8036 container.go:242] Failed to update stats for container "/docker/d614d3d5a6b7026751c9e427f2cef86b406afe3b7ece725e093979ad2c348c6d": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:29.468191 8036 manager.go:662] Added container: "/docker/f9778c8f1e13fe07350fa41fbb0c2459f63829443602c0cc64a8237a5db58f10" (aliases: [], namespace: "") I0505 22:54:29.469609 8036 manager.go:662] Added container: "/docker/00af8cd5398260107793dc2f66324d33222ec901f93f415fe48806aa8d4bf0c4" (aliases: [], namespace: "") I0505 22:54:29.471990 8036 manager.go:662] Added container: "/docker/2328b5039798da6503c38fba1a3235f5c7cafa19299c8f1cf29fc6638fbe6eb7" (aliases: [], namespace: "") I0505 22:54:29.473231 8036 manager.go:662] Added container: "/docker/9c21fa91cf741043f26564ca4cb4977a22b43ecc3b572fe733eddaf37af032dc" (aliases: [], namespace: "") I0505 22:54:29.516927 8036 manager.go:662] Added container: "/docker/ec2c439188b02bca1b726716b0954e2b41e989955ba1a44f9566bb0ddeeff7d3" (aliases: [k8s_fluentd-elasticsearch.3ddf5266_fluentd-elasticsearch-e2e-test-dbsmith-minion-ylts_default_940b73f067bc69956cf03d6d8748b745_a731d133 ec2c439188b02bca1b726716b0954e2b41e989955ba 1a44f9566bb0ddeeff7d3], namespace: "docker") I0505 22:54:29.519142 8036 manager.go:662] Added container: "/docker/cbf8930d482ea07b41c9d50f899335972b227eabc409308967e789102494bd18" (aliases: [], namespace: "") I0505 22:54:29.523585 8036 container.go:242] Failed to update stats for container "/docker/ec2c439188b02bca1b726716b0954e2b41e989955ba1a44f9566bb0ddeeff7d3": failed to read stat from "/sys/class/net/statistics/rx_bytes" for device "", continuing to push stats I0505 22:54:29.528241 8036 manager.go:662] Added container: "/docker/d27b3f01d6629ccadfe4d8e657ffb961ff04813ad1577c1bc050270de1225e69" (aliases: [], namespace: "") I0505 22:54:29.530400 8036 manager.go:662] Added container: "/docker/358470bf7dfb8fd99eee2b5650ae931ec51ff03d2b29bba78186be8c8ed420a1" (aliases: [], namespace: "") I0505 22:54:29.532291 8036 manager.go:662] Added container: "/docker/4040a40315204cbcc3960a907350588adfe77b3c2b78b3dddf8c2a6732347747" (aliases: [], namespace: "") I0505 22:54:29.533999 8036 manager.go:662] Added container: "/docker/77165178f6de7ba7156205d84d093b3fb3eef04b05cc30322acda43c406a07f0" (aliases: [], namespace: "") I0505 22:54:29.597373 8036 manager.go:662] Added container: "/docker/a75b0503382fb8cb1b275148ea26c5132ed4d47493be0fc39949a0d3a22295cb" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1qaouv_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4d496c6a-f2f6-11e4-986e-42010af0c4d1_c7888b ed a75b0503382fb8cb1b275148ea26c5132ed4d47493be0fc39949a0d3a22295cb], namespace: "docker") I0505 22:54:29.601603 8036 manager.go:662] Added container: "/docker/9b1ecb616187e89d0661acf2086d4d1b862879df716a6314badc3e293ed31517" (aliases: [], namespace: "") I0505 22:54:29.716316 8036 manager.go:662] Added container: "/docker/e62601127dedd3061bdedefa043db731c0d5a819355ec74178400e918fc49ff7" (aliases: [k8s_POD.d41d03ce_my-hostname-density200-4854d994-f2f6-11e4-b575-10604b682c1hps53_e2e-tests-density-fe72d3ad-d0df-4d7d-9de5-6709529e6258_4c1012a7-f2f6-11e4-986e-42010af0c4d1_20935f aa e62601127dedd3061bdedefa043db731c0d5a819355ec74178400e918fc49ff7], namespace: "docker") I0505 22:54:29.720477 8036 manager.go:662] Added container: "/docker/5222360003a47c0ef44b67aa20786d6c76efaf0e3de9fd695ef7bf2195d74a39" (aliases: [], namespace: "") I0505 22:54:29.722166 8036 manager.go:662] Added container: "/docker/a91b5730efe35cedf80a269a7ef8d5655020efd3f3d2a96506683254c4da384f" (aliases: [], namespace: "") I0505 22:54:29.730217 8036 manager.go:662] Added container: "/docker/cb4c6b51f066094d0bd3a23247f0cfd10d965f279cca43e36b57ae22320d29b6" (aliases: [k8s_POD.d41d03ce_my-hostname-density100-038a96b1-f2f8-11e4-b575-10604b682c1f7hde_e2e-tests-density-6121cf2c-9c7f-4a91-b596-2588bcbdfe0f_039ee0bd-f2f8-11e4-986e-42010af0c4d1_8d7e0e be cb4c6b51f066094d0bd3a23247f0cfd10d965f279cca43e36b57ae22320d29b6], namespace: "docker") I0505 22:54:29.733960 8036 manager.go:662] Added container: "/docker/cd4019ae5a3e58ed102795d11e896896854f8a5b31f09febbd653723ed001e5d" (aliases: [], namespace: "") I0505 22:54:29.734078 8036 manager.go:217] Recovery completed inotify_add_watch /sys/fs/cgroup/blkio/docker/00b807d35cc34c6d77a3443205297557a40a482196d6179a1f848997cde0d1fc: no space left on device </code></pre></div>
0
<p dir="auto">In other languages like C++, Java, C# etc dependency injection can be a big pain; you want your class <code class="notranslate">Foo</code> to use class <code class="notranslate">Bar</code> in production, but class <code class="notranslate">MockBar</code> in tests. This is usually enabled by explicit dependency injection support in class <code class="notranslate">Foo</code> (through ctor/setter/interface injection) and the code that uses <code class="notranslate">Foo</code>s. It's a fairly big hassle and requires a ton of boilerplate code.</p> <p dir="auto">I'd like to see Rust provide compiler-level support for swapping types when <code class="notranslate">cfg(test)</code>. Something like this:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#[cfg(test)] mod testmod { struct MockBar { ... } #[test] #[swap(Bar, MockBar)] fn testfunc() { // Foo::new() now creates MockBars instead of Bars internally let foo = Foo::new(); assert_eq!(foo.frobulate(), 5); } }"><pre class="notranslate"><span class="pl-c1">#<span class="pl-kos">[</span>cfg<span class="pl-kos">(</span>test<span class="pl-kos">)</span><span class="pl-kos">]</span></span> <span class="pl-k">mod</span> testmod <span class="pl-kos">{</span> <span class="pl-k">struct</span> <span class="pl-smi">MockBar</span> <span class="pl-kos">{</span> ... <span class="pl-kos">}</span> <span class="pl-c1">#<span class="pl-kos">[</span>test<span class="pl-kos">]</span></span> <span class="pl-c1">#<span class="pl-kos">[</span>swap<span class="pl-kos">(</span><span class="pl-v">Bar</span>, <span class="pl-v">MockBar</span><span class="pl-kos">)</span><span class="pl-kos">]</span></span> <span class="pl-k">fn</span> <span class="pl-en">testfunc</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-c">// Foo::new() now creates MockBars instead of Bars internally</span> <span class="pl-k">let</span> foo = <span class="pl-smi">Foo</span><span class="pl-kos">::</span><span class="pl-en">new</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-en">assert_eq</span><span class="pl-en">!</span><span class="pl-kos">(</span>foo.frobulate<span class="pl-kos">(</span><span class="pl-kos">)</span>, <span class="pl-c1">5</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span></pre></div> <p dir="auto">The idea is to swap any uses of <code class="notranslate">Bar</code> with <code class="notranslate">MockBar</code> in all the code that's executed through the annotated test function. The beauty lies in not having to mangle the production code just so we can isolate only the parts we want to test.</p> <p dir="auto">I'm not sure how difficult it would be to implement this and I don't have this idea fully fleshed out, but the gist should be apparent. It doesn't even have to be an attribute; frankly I don't care <em>how</em> this is implemented as long as I can replace one type with another type that implements the same interface[s] for the purpose of test code <em>and that I don't have to change the production code to do it.</em></p> <p dir="auto">Any such support should of course only work when <code class="notranslate">cfg(test)</code>. Enabling this in production code would IMO be a bad idea.</p> <p dir="auto">EDIT: Forgot to mention, being able to swap functions in this way and not just types would make this feature even more awesome.</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="struct Foo&lt;'a&gt; { _s: &amp;'a str } struct Bar&lt;H: Handler&gt; { handler: H } trait Handler { fn handle&lt;'a&gt;(&amp;'a self, foo: Foo&lt;'a&gt;); } impl&lt;F&gt; Handler for F where F: Fn(Foo) { fn handle&lt;'a&gt;(&amp;'a self, foo: Foo&lt;'a&gt;) { self(foo) } } fn main() { let foo = Foo { _s: &quot;foo&quot; }; let bar = Bar { handler: |_f /*: Foo*/| {} }; // uncomment to work (bar.handler)(foo); }"><pre class="notranslate"><span class="pl-k">struct</span> <span class="pl-smi">Foo</span><span class="pl-kos">&lt;</span><span class="pl-c1">'</span><span class="pl-ent">a</span><span class="pl-kos">&gt;</span> <span class="pl-kos">{</span> <span class="pl-c1">_s</span><span class="pl-kos">:</span> <span class="pl-c1">&amp;</span><span class="pl-c1">'</span><span class="pl-ent">a</span> <span class="pl-smi">str</span> <span class="pl-kos">}</span> <span class="pl-k">struct</span> <span class="pl-smi">Bar</span><span class="pl-kos">&lt;</span><span class="pl-smi">H</span><span class="pl-kos">:</span> <span class="pl-smi">Handler</span><span class="pl-kos">&gt;</span> <span class="pl-kos">{</span> <span class="pl-c1">handler</span><span class="pl-kos">:</span> <span class="pl-smi">H</span> <span class="pl-kos">}</span> <span class="pl-k">trait</span> <span class="pl-smi">Handler</span> <span class="pl-kos">{</span> <span class="pl-k">fn</span> <span class="pl-en">handle</span><span class="pl-kos">&lt;</span><span class="pl-c1">'</span><span class="pl-ent">a</span><span class="pl-kos">&gt;</span><span class="pl-kos">(</span><span class="pl-c1">&amp;</span><span class="pl-c1">'</span><span class="pl-ent">a</span> <span class="pl-smi">self</span><span class="pl-kos">,</span> <span class="pl-s1">foo</span><span class="pl-kos">:</span> <span class="pl-smi">Foo</span><span class="pl-kos">&lt;</span><span class="pl-c1">'</span><span class="pl-ent">a</span><span class="pl-kos">&gt;</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-k">impl</span><span class="pl-kos">&lt;</span><span class="pl-smi">F</span><span class="pl-kos">&gt;</span> <span class="pl-smi">Handler</span> <span class="pl-k">for</span> <span class="pl-smi">F</span> <span class="pl-k">where</span> <span class="pl-smi">F</span><span class="pl-kos">:</span> <span class="pl-smi">Fn</span><span class="pl-kos">(</span><span class="pl-smi">Foo</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">fn</span> <span class="pl-en">handle</span><span class="pl-kos">&lt;</span><span class="pl-c1">'</span><span class="pl-ent">a</span><span class="pl-kos">&gt;</span><span class="pl-kos">(</span><span class="pl-c1">&amp;</span><span class="pl-c1">'</span><span class="pl-ent">a</span> <span class="pl-smi">self</span><span class="pl-kos">,</span> <span class="pl-s1">foo</span><span class="pl-kos">:</span> <span class="pl-smi">Foo</span><span class="pl-kos">&lt;</span><span class="pl-c1">'</span><span class="pl-ent">a</span><span class="pl-kos">&gt;</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-smi">self</span><span class="pl-kos">(</span>foo<span class="pl-kos">)</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span> <span class="pl-k">fn</span> <span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">let</span> foo = <span class="pl-smi">Foo</span> <span class="pl-kos">{</span> <span class="pl-c1">_s</span><span class="pl-kos">:</span> <span class="pl-s">"foo"</span> <span class="pl-kos">}</span><span class="pl-kos">;</span> <span class="pl-k">let</span> bar = <span class="pl-smi">Bar</span> <span class="pl-kos">{</span> <span class="pl-c1">handler</span><span class="pl-kos">:</span> |_f <span class="pl-c">/*: Foo*/</span>| <span class="pl-kos">{</span><span class="pl-kos">}</span> <span class="pl-kos">}</span><span class="pl-kos">;</span> <span class="pl-c">// uncomment to work</span> <span class="pl-kos">(</span>bar<span class="pl-kos">.</span><span class="pl-c1">handler</span><span class="pl-kos">)</span><span class="pl-kos">(</span>foo<span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span></pre></div> <p dir="auto">Gives:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error: type mismatch: the type `[closure test.rs:8:23: 20:6]` implements the trait `core::ops::Fn&lt;(_, _)&gt;`, but the trait `for&lt;'r,'r,'r&gt; core::ops::Fn&lt;(hyper::server::request::Request &lt;'r, 'r&gt;, hyper::server::response::Response&lt;'r&gt;)&gt;` is required (expected concrete lifetime, found bound lifetime parameter ) [E0281]"><pre class="notranslate"><code class="notranslate">error: type mismatch: the type `[closure test.rs:8:23: 20:6]` implements the trait `core::ops::Fn&lt;(_, _)&gt;`, but the trait `for&lt;'r,'r,'r&gt; core::ops::Fn&lt;(hyper::server::request::Request &lt;'r, 'r&gt;, hyper::server::response::Response&lt;'r&gt;)&gt;` is required (expected concrete lifetime, found bound lifetime parameter ) [E0281] </code></pre></div> <p dir="auto">Playpen: <a href="http://is.gd/E7sskd" rel="nofollow">http://is.gd/E7sskd</a></p> <p dir="auto">Couldn't tell if this was <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="40140609" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/16473" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/16473/hovercard" href="https://github.com/rust-lang/rust/issues/16473">#16473</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/reem/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/reem">@reem</a> thinks it might be different. Either way, this hurts using hyper's server easily: <code class="notranslate">Server::http(|req, res| {}).listen(8080)</code>.</p>
0
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/size-your-images#?solution=%3Clink%20href%3D%22http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLobster%22%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%3E%0A%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20color%3A%20red%3B%0A%20%20%7D%0A%0A%20%20h2%20%7B%0A%20%20%20%20font-family%3A%20Lobster%2C%20Monospace%3B%0A%20%20%7D%0A%0A%20%20p%20%7B%0A%20%20%20%20font-size%3A%2016px%3B%0A%20%20%20%20font-family%3A%20Monospace%3B%0A%20%20%7D%0A%20%20%0A%20%20.smaller-image%20%7B%0A%20%20%20%20width%3A%20100px%3B%0A%20%20%7D%0A%3C%2Fstyle%3E%0A%0A%3Ch2%20class%3D%22red-text%22%3ECatPhotoApp%3C%2Fh2%3E%0A%0A%3Cimg%20class%3D%22smaller-image%22%20src%3D%22https%3A%2F%2Fbit.ly%2Ffcc-relaxing-cat%22%20%2F%3E%0A%0A%3Cp%20class%3D%22red-text%22%3EKitty%20ipsum%20dolor%20sit%20amet%2C%20shed%20everywhere%20shed%20everywhere%20stretching%20attack%20your%20ankles%20chase%20the%20red%20dot%2C%20hairball%20run%20catnip%20eat%20the%20grass%20sniff.%3C%2Fp%3E%0A%3Cp%20class%3D%22red-text%22%3EPurr%20jump%20eat%20the%20grass%20rip%20the%20couch%20scratched%20sunbathe%2C%20shed%20everywhere%20rip%20the%20couch%20sleep%20in%20the%20sink%20fluffy%20fur%20catnip%20scratched.%3C%2Fp%3E%0A" rel="nofollow">Size your Images</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36</code>.<br> Please describe how to reproduce this issue, and include links to screenshots if possible.</p> <p dir="auto">My code:</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;link href=&quot;http://fonts.googleapis.com/css?family=Lobster&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt; &lt;style&gt; .red-text { color: red; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } .smaller-image { width: 100px; } &lt;/style&gt; &lt;h2 class=&quot;red-text&quot;&gt;CatPhotoApp&lt;/h2&gt; &lt;img class=&quot;smaller-image&quot; src=&quot;https://bit.ly/fcc-relaxing-cat&quot; /&gt; &lt;p class=&quot;red-text&quot;&gt;Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.&lt;/p&gt; &lt;p class=&quot;red-text&quot;&gt;Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.&lt;/p&gt; "><pre class="notranslate"><span class="pl-kos">&lt;</span><span class="pl-ent">link</span> <span class="pl-c1">href</span>="<span class="pl-s">http://fonts.googleapis.com/css?family=Lobster</span>" <span class="pl-c1">rel</span>="<span class="pl-s">stylesheet</span>" <span class="pl-c1">type</span>="<span class="pl-s">text/css</span>"<span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">style</span><span class="pl-kos">&gt;</span> .<span class="pl-c1">red-text</span> { <span class="pl-c1">color</span><span class="pl-kos">:</span> red; } <span class="pl-ent">h2</span> { <span class="pl-c1">font-family</span><span class="pl-kos">:</span> Lobster<span class="pl-kos">,</span> Monospace; } <span class="pl-ent">p</span> { <span class="pl-c1">font-size</span><span class="pl-kos">:</span> <span class="pl-c1">16<span class="pl-smi">px</span></span>; <span class="pl-c1">font-family</span><span class="pl-kos">:</span> Monospace; } .<span class="pl-c1">smaller-image</span> { <span class="pl-c1">width</span><span class="pl-kos">:</span> <span class="pl-c1">100<span class="pl-smi">px</span></span>; } <span class="pl-kos">&lt;/</span><span class="pl-ent">style</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">h2</span> <span class="pl-c1">class</span>="<span class="pl-s">red-text</span>"<span class="pl-kos">&gt;</span>CatPhotoApp<span class="pl-kos">&lt;/</span><span class="pl-ent">h2</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">img</span> <span class="pl-c1">class</span>="<span class="pl-s">smaller-image</span>" <span class="pl-c1">src</span>="<span class="pl-s">https://bit.ly/fcc-relaxing-cat</span>" /&gt; <span class="pl-kos">&lt;</span><span class="pl-ent">p</span> <span class="pl-c1">class</span>="<span class="pl-s">red-text</span>"<span class="pl-kos">&gt;</span>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.<span class="pl-kos">&lt;/</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">p</span> <span class="pl-c1">class</span>="<span class="pl-s">red-text</span>"<span class="pl-kos">&gt;</span>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.<span class="pl-kos">&lt;/</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span></pre></div>
<p dir="auto">It seems I don't have any problem in this code, what is the problem?</p> &lt;style&gt; .red-text { color: red; } .smaller-image{ width: 100px; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } &lt;/style&gt; <h2 dir="auto">CatPhotoApp</h2> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/9dc38790542a486523cc019c18eccf73d1475fad2218db2684ab2e2dace5ccfe/68747470733a2f2f6269742e6c792f6663632d72656c6178696e672d636174"><img src="https://camo.githubusercontent.com/9dc38790542a486523cc019c18eccf73d1475fad2218db2684ab2e2dace5ccfe/68747470733a2f2f6269742e6c792f6663632d72656c6178696e672d636174" data-canonical-src="https://bit.ly/fcc-relaxing-cat" style="max-width: 100%;"></a></p> <p dir="auto">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p> <p dir="auto">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
1
<ul dir="auto"> <li>VSCode Version:0.10.14-insider</li> <li>OS Version:Win7</li> </ul> <p dir="auto">Like below<br> if(s.indexOf("abc_:")===-1)continue;_</p>
<p dir="auto">Ported from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="94376232" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript-Sublime-Plugin/issues/285" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript-Sublime-Plugin/issues/285/hovercard" href="https://github.com/microsoft/TypeScript-Sublime-Plugin/issues/285">microsoft/TypeScript-Sublime-Plugin#285</a></p> <p dir="auto">Related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="91870539" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript-Sublime-Plugin/issues/265" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript-Sublime-Plugin/issues/265/hovercard" href="https://github.com/microsoft/TypeScript-Sublime-Plugin/issues/265">microsoft/TypeScript-Sublime-Plugin#265</a>.</p> <p dir="auto">Issue:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1707813/8627292/da8f8be4-26fe-11e5-97ce-2b2a8b257afa.png"><img src="https://cloud.githubusercontent.com/assets/1707813/8627292/da8f8be4-26fe-11e5-97ce-2b2a8b257afa.png" alt="image" style="max-width: 100%;"></a></p> <p dir="auto">Correct:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1707813/8627340/3e27dbf2-26ff-11e5-8751-7e8576cbd230.png"><img src="https://cloud.githubusercontent.com/assets/1707813/8627340/3e27dbf2-26ff-11e5-8751-7e8576cbd230.png" alt="image" style="max-width: 100%;"></a></p>
1
<p dir="auto"><strong>Migrated issue, originally created by Adrian (<a href="https://github.com/thiefmaster">@thiefmaster</a>)</strong></p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from sqlalchemy import * from sqlalchemy.ext.declarative import declarative_base def _column_names(constraint, table): return '_'.join((c if isinstance(c, basestring) else c.name) for c in constraint.columns) naming_convention = { 'fk': 'fk_%(table_name)s_%(column_names)s_%(referred_table_name)s', 'ix': 'ix_%(table_name)s_%(column_names)s', 'column_names': _column_names, } Base = declarative_base() Base.metadata.naming_convention = naming_convention class A(Base): __tablename__ = 'test_very_long_name_abcdefghijklmnopqrstuvwxyz' __table_args__ = Index(None, 'abcdefghijklmnopqrstuvwxyz'), id = Column(Integer, primary_key=True) abcdefghijklmnopqrstuvwxyz = Column(Integer) class B(Base): __tablename__ = 'test_very_long_name_abcdefghijklmnopqrstuvwxyz_b' id = Column(Integer, primary_key=True) abcdefghijklmnopqrstuvwxyz = Column(Integer, ForeignKey('test_very_long_name_abcdefghijklmnopqrstuvwxyz.id')) e = create_engine('postgresql:///test', echo=True) Base.metadata.create_all(e) raw_input('check the names...') e.execute('DROP TABLE test_very_long_name_abcdefghijklmnopqrstuvwxyz, test_very_long_name_abcdefghijklmnopqrstuvwxyz_b')"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">sqlalchemy</span> <span class="pl-k">import</span> <span class="pl-c1">*</span> <span class="pl-k">from</span> <span class="pl-s1">sqlalchemy</span>.<span class="pl-s1">ext</span>.<span class="pl-s1">declarative</span> <span class="pl-k">import</span> <span class="pl-s1">declarative_base</span> <span class="pl-k">def</span> <span class="pl-en">_column_names</span>(<span class="pl-s1">constraint</span>, <span class="pl-s1">table</span>): <span class="pl-k">return</span> <span class="pl-s">'_'</span>.<span class="pl-en">join</span>((<span class="pl-s1">c</span> <span class="pl-k">if</span> <span class="pl-en">isinstance</span>(<span class="pl-s1">c</span>, <span class="pl-s1">basestring</span>) <span class="pl-k">else</span> <span class="pl-s1">c</span>.<span class="pl-s1">name</span>) <span class="pl-k">for</span> <span class="pl-s1">c</span> <span class="pl-c1">in</span> <span class="pl-s1">constraint</span>.<span class="pl-s1">columns</span>) <span class="pl-s1">naming_convention</span> <span class="pl-c1">=</span> { <span class="pl-s">'fk'</span>: <span class="pl-s">'fk_%(table_name)s_%(column_names)s_%(referred_table_name)s'</span>, <span class="pl-s">'ix'</span>: <span class="pl-s">'ix_%(table_name)s_%(column_names)s'</span>, <span class="pl-s">'column_names'</span>: <span class="pl-s1">_column_names</span>, } <span class="pl-v">Base</span> <span class="pl-c1">=</span> <span class="pl-en">declarative_base</span>() <span class="pl-v">Base</span>.<span class="pl-s1">metadata</span>.<span class="pl-s1">naming_convention</span> <span class="pl-c1">=</span> <span class="pl-s1">naming_convention</span> <span class="pl-k">class</span> <span class="pl-v">A</span>(<span class="pl-v">Base</span>): <span class="pl-s1">__tablename__</span> <span class="pl-c1">=</span> <span class="pl-s">'test_very_long_name_abcdefghijklmnopqrstuvwxyz'</span> <span class="pl-s1">__table_args__</span> <span class="pl-c1">=</span> <span class="pl-v">Index</span>(<span class="pl-c1">None</span>, <span class="pl-s">'abcdefghijklmnopqrstuvwxyz'</span>), <span class="pl-s1">id</span> <span class="pl-c1">=</span> <span class="pl-v">Column</span>(<span class="pl-v">Integer</span>, <span class="pl-s1">primary_key</span><span class="pl-c1">=</span><span class="pl-c1">True</span>) <span class="pl-s1">abcdefghijklmnopqrstuvwxyz</span> <span class="pl-c1">=</span> <span class="pl-v">Column</span>(<span class="pl-v">Integer</span>) <span class="pl-k">class</span> <span class="pl-v">B</span>(<span class="pl-v">Base</span>): <span class="pl-s1">__tablename__</span> <span class="pl-c1">=</span> <span class="pl-s">'test_very_long_name_abcdefghijklmnopqrstuvwxyz_b'</span> <span class="pl-s1">id</span> <span class="pl-c1">=</span> <span class="pl-v">Column</span>(<span class="pl-v">Integer</span>, <span class="pl-s1">primary_key</span><span class="pl-c1">=</span><span class="pl-c1">True</span>) <span class="pl-s1">abcdefghijklmnopqrstuvwxyz</span> <span class="pl-c1">=</span> <span class="pl-v">Column</span>(<span class="pl-v">Integer</span>, <span class="pl-v">ForeignKey</span>(<span class="pl-s">'test_very_long_name_abcdefghijklmnopqrstuvwxyz.id'</span>)) <span class="pl-s1">e</span> <span class="pl-c1">=</span> <span class="pl-en">create_engine</span>(<span class="pl-s">'postgresql:///test'</span>, <span class="pl-s1">echo</span><span class="pl-c1">=</span><span class="pl-c1">True</span>) <span class="pl-v">Base</span>.<span class="pl-s1">metadata</span>.<span class="pl-en">create_all</span>(<span class="pl-s1">e</span>) <span class="pl-en">raw_input</span>(<span class="pl-s">'check the names...'</span>) <span class="pl-s1">e</span>.<span class="pl-en">execute</span>(<span class="pl-s">'DROP TABLE test_very_long_name_abcdefghijklmnopqrstuvwxyz, test_very_long_name_abcdefghijklmnopqrstuvwxyz_b'</span>)</pre></div> <p dir="auto">This results in the following SQL (removed unrelated parts):</p> <div class="highlight highlight-source-sql notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="CREATE INDEX ix_test_very_long_name_abcdefghijklmnopqrstuvwxyz_abcde_5f65 ON test_very_long_name_abcdefghijklmnopqrstuvwxyz (abcdefghijklmnopqrstuvwxyz) CREATE TABLE test_very_long_name_abcdefghijklmnopqrstuvwxyz_b ( ... CONSTRAINT fk_test_very_long_name_abcdefghijklmnopqrstuvwxyz_b_abcdefghijklmnopqrstuvwxyz_test_very_long_name_abcdefghijklmnopqrstuvwxyz FOREIGN KEY(abcdefghijklmnopqrstuvwxyz) REFERENCES test_very_long_name_abcdefghijklmnopqrstuvwxyz (id) )"><pre class="notranslate"><span class="pl-k">CREATE</span> <span class="pl-k">INDEX</span> <span class="pl-en">ix_test_very_long_name_abcdefghijklmnopqrstuvwxyz_abcde_5f65</span> <span class="pl-k">ON</span> test_very_long_name_abcdefghijklmnopqrstuvwxyz (abcdefghijklmnopqrstuvwxyz) <span class="pl-k">CREATE</span> <span class="pl-k">TABLE</span> <span class="pl-en">test_very_long_name_abcdefghijklmnopqrstuvwxyz_b</span> ( ... <span class="pl-k">CONSTRAINT</span> fk_test_very_long_name_abcdefghijklmnopqrstuvwxyz_b_abcdefghijklmnopqrstuvwxyz_test_very_long_name_abcdefghijklmnopqrstuvwxyz <span class="pl-k">FOREIGN KEY</span>(abcdefghijklmnopqrstuvwxyz) <span class="pl-k">REFERENCES</span> test_very_long_name_abcdefghijklmnopqrstuvwxyz (id) )</pre></div> <p dir="auto">SQLAlchemy properly truncates the index name and appends a hash for uniqueness, but the constraint name is left unmodified, resulting in Postgres truncating it to 63 characters (without adding a hash to the end to ensure uniqueness).</p> <p dir="auto">I think this behavior is quite inconsistent and may even result in problems depending on the structure since it may result in two truncated names being the same even though they were different before. It's also somewhat ugly in Alembic migration scripts as you'll have to use <code class="notranslate">op.f('...')</code> for the index to ensure it's truncated by SA while it's optional for FK names since they are not touched even if too long.</p>
<p dir="auto"><strong>Migrated issue, originally created by whereswalden</strong></p> <p dir="auto">Currently, <a href="http://docs.sqlalchemy.org/en/latest/core/metadata.html#sqlalchemy.schema.MetaData.params.naming_convention" rel="nofollow">MetaData.naming_convention</a> does not support composite indexes or foreign keys, so those must be named explicitly. It'd be nice to be able to provide a template for those to be automatically named as well.</p> <p dir="auto">It would likely be necessary for users to define a function to provide the name, since the constraint/index could include any number of columns, but a fairly simple example could be provided in the documentation that simply <code class="notranslate">','.join()</code>s the column names.</p>
1
<h3 dir="auto">Preflight Checklist</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I agree to follow the <a href="https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a> that this project adheres to.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the issue tracker for an issue that matches the one I want to file, without success.</li> </ul> <h3 dir="auto">Issue Details</h3> <ul dir="auto"> <li><strong>Electron Version:</strong> <ul dir="auto"> <li>6.0.0-beta.13</li> </ul> </li> <li><strong>Operating System:</strong> <ul dir="auto"> <li>Windows 10 (1903)</li> </ul> </li> <li><strong>Last Known Working Electron version:</strong></li> </ul> <ul dir="auto"> <li></li> </ul> <h3 dir="auto">Expected Behavior</h3> <p dir="auto">Use the worker in the background thread.</p> <h3 dir="auto">Actual Behavior</h3> <p dir="auto">Webpack generated this 2 files:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" dist_electron\index.js 2235.09 KiB 503.87 KiB dist_electron\test.worker.js 0.01 KiB 0.03 KiB"><pre class="notranslate"><code class="notranslate"> dist_electron\index.js 2235.09 KiB 503.87 KiB dist_electron\test.worker.js 0.01 KiB 0.03 KiB </code></pre></div> <p dir="auto">It compiled successfully.</p> <p dir="auto">I use node 12.6.0 so i have worker_threads and vscode detect it fine.</p> <p dir="auto">BUT when i launch electron i get this:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="App threw an error during load ReferenceError: Worker is not defined at new ./node_modules/worker-loader/dist/cjs.js!./src/test.worker.ts.module.exports (c:\Users\myname\Desktop\my-project\dist_electron\index.js:56406:3) at Module../src/background.ts (c:\Users\myname\Desktop\my-project\dist_electron\index.js:60661:16) at __webpack_require__ (c:\Users\myname\Desktop\my-project\dist_electron\index.js:20:30) at Object.0 (c:\Users\myname\Desktop\my-project\dist_electron\index.js:60752:18) at __webpack_require__ (c:\Users\myname\Desktop\my-project\dist_electron\index.js:20:30) at c:\Users\myname\Desktop\my-project\dist_electron\index.js:84:18 at Object.&lt;anonymous&gt; (c:\Users\myname\Desktop\my-project\dist_electron\index.js:87:10) at Module._compile (internal/modules/cjs/loader.js:815:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10) at Module.load (internal/modules/cjs/loader.js:677:32)"><pre class="notranslate"><code class="notranslate">App threw an error during load ReferenceError: Worker is not defined at new ./node_modules/worker-loader/dist/cjs.js!./src/test.worker.ts.module.exports (c:\Users\myname\Desktop\my-project\dist_electron\index.js:56406:3) at Module../src/background.ts (c:\Users\myname\Desktop\my-project\dist_electron\index.js:60661:16) at __webpack_require__ (c:\Users\myname\Desktop\my-project\dist_electron\index.js:20:30) at Object.0 (c:\Users\myname\Desktop\my-project\dist_electron\index.js:60752:18) at __webpack_require__ (c:\Users\myname\Desktop\my-project\dist_electron\index.js:20:30) at c:\Users\myname\Desktop\my-project\dist_electron\index.js:84:18 at Object.&lt;anonymous&gt; (c:\Users\myname\Desktop\my-project\dist_electron\index.js:87:10) at Module._compile (internal/modules/cjs/loader.js:815:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10) at Module.load (internal/modules/cjs/loader.js:677:32) </code></pre></div> <h3 dir="auto">To Reproduce</h3> <p dir="auto"><code class="notranslate">npm install -g @vue/cli</code></p> <p dir="auto"><code class="notranslate">vue create vue_app</code></p> <p dir="auto"><code class="notranslate">cd vue_app</code><br> <code class="notranslate">vue add electron-builder</code></p> <p dir="auto">In <code class="notranslate">background.ts</code> i add this:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import workerPath from &quot;file-loader?name=[name].js!./test.worker&quot;; import { Worker } from 'worker_threads'; const worker = new Worker(workerPath);"><pre class="notranslate"><code class="notranslate">import workerPath from "file-loader?name=[name].js!./test.worker"; import { Worker } from 'worker_threads'; const worker = new Worker(workerPath); </code></pre></div> <p dir="auto">The file-loader module looks like this:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="declare module &quot;file-loader?name=[name].js!*&quot; { const value: string; export = value; }"><pre class="notranslate"><code class="notranslate">declare module "file-loader?name=[name].js!*" { const value: string; export = value; } </code></pre></div> <p dir="auto">The test.worker file is empty for the test.</p> <p dir="auto">The last step is: <code class="notranslate">npm run serve:electron</code></p> <h3 dir="auto">TS Config:</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{ &quot;compilerOptions&quot;: { &quot;target&quot;: &quot;esnext&quot;, &quot;module&quot;: &quot;esnext&quot;, &quot;strict&quot;: true, &quot;jsx&quot;: &quot;preserve&quot;, &quot;importHelpers&quot;: true, &quot;moduleResolution&quot;: &quot;node&quot;, &quot;experimentalDecorators&quot;: true, &quot;esModuleInterop&quot;: true, &quot;allowSyntheticDefaultImports&quot;: true, &quot;sourceMap&quot;: true, &quot;baseUrl&quot;: &quot;.&quot;, &quot;types&quot;: [ &quot;webpack-env&quot;, &quot;mocha&quot;, &quot;node&quot;, ], &quot;paths&quot;: { &quot;@/*&quot;: [ &quot;src/*&quot; ] }, &quot;lib&quot;: [ &quot;esnext&quot;, &quot;es6&quot;, &quot;es7&quot;, &quot;dom&quot;, &quot;dom.iterable&quot;, &quot;scripthost&quot; ] }, &quot;include&quot;: [ &quot;src/**/*.ts&quot;, &quot;src/**/*.tsx&quot;, &quot;src/**/*.vue&quot;, &quot;tests/**/*.ts&quot;, &quot;tests/**/*.tsx&quot; ] }"><pre class="notranslate"><code class="notranslate">{ "compilerOptions": { "target": "esnext", "module": "esnext", "strict": true, "jsx": "preserve", "importHelpers": true, "moduleResolution": "node", "experimentalDecorators": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl": ".", "types": [ "webpack-env", "mocha", "node", ], "paths": { "@/*": [ "src/*" ] }, "lib": [ "esnext", "es6", "es7", "dom", "dom.iterable", "scripthost" ] }, "include": [ "src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx" ] } </code></pre></div>
<h3 dir="auto">Issue Details</h3> <ul dir="auto"> <li><strong>Electron Version:</strong><br> v5.0.2</li> <li><strong>Operating System:</strong><br> Windows 10</li> </ul> <h3 dir="auto">Expected Behavior</h3> <p dir="auto">On app ready start nodejs worker which consoles string.</p> <h3 dir="auto">Actual Behavior</h3> <p dir="auto">App crash immediately after run</p> <h3 dir="auto">To Reproduce</h3> <ul dir="auto"> <li>git clone <a href="https://github.com/BorysTyminski/electron-issue.git">https://github.com/BorysTyminski/electron-issue.git</a></li> <li>cd electron-issue</li> <li>npm install</li> <li>npm run start</li> </ul> <h3 dir="auto">Additional Information</h3> <p dir="auto">I used electron-forge to quick build app.</p>
1
<p dir="auto">fmt doc says: <code class="notranslate">Scanf, Fscanf and Sscanf require newlines in the input to match newlines in the format; the other routines treat newlines as spaces.</code></p> <p dir="auto">The following program spits out error (should not according to doc):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="package main import ( &quot;fmt&quot; &quot;log&quot; ) func main() { var a, b int _, err := fmt.Sscanf(&quot;1\n2&quot;, &quot;%d %d&quot;, &amp;a, &amp;b) if err == nil { log.Fatalf(&quot;got - %q, expected - %q&quot;, err, &quot;unexpected newline&quot;) } } "><pre class="notranslate"><code class="notranslate">package main import ( "fmt" "log" ) func main() { var a, b int _, err := fmt.Sscanf("1\n2", "%d %d", &amp;a, &amp;b) if err == nil { log.Fatalf("got - %q, expected - %q", err, "unexpected newline") } } </code></pre></div> <p dir="auto">on commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/golang/go/commit/335e44d265e7b7741b00237f4fcd97a1b80bfd9a/hovercard" href="https://github.com/golang/go/commit/335e44d265e7b7741b00237f4fcd97a1b80bfd9a"><tt>335e44d</tt></a></p>
<p dir="auto">I got different <code class="notranslate">fmt.Scanf</code> behavior depending on the line endings style.</p> <p dir="auto">My go version is go1.3.3 darwin/amd64 on a Mac with OSX 10.10</p> <p dir="auto">To reproduce the problem, here is a short go program:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="package main import &quot;fmt&quot; func main() { var steps, i int fmt.Scanf(&quot;%d&quot;, &amp;steps) var a, b int for i = 0; i &lt; steps; i++ { fmt.Scanf(&quot;%d&quot;, &amp;a) fmt.Scanf(&quot;%d&quot;, &amp;b) fmt.Println(a + b) } }"><pre class="notranslate"><code class="notranslate">package main import "fmt" func main() { var steps, i int fmt.Scanf("%d", &amp;steps) var a, b int for i = 0; i &lt; steps; i++ { fmt.Scanf("%d", &amp;a) fmt.Scanf("%d", &amp;b) fmt.Println(a + b) } } </code></pre></div> <p dir="auto">And an input file</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="2 2 5 4 8"><pre class="notranslate"><code class="notranslate">2 2 5 4 8 </code></pre></div> <p dir="auto"><code class="notranslate">go run test.go &lt; input</code></p> <p dir="auto">I expect to see regardless of the line endings been <code class="notranslate">\r\n</code> or <code class="notranslate">\n</code>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="7 12"><pre class="notranslate"><code class="notranslate">7 12 </code></pre></div> <p dir="auto">But I see</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="2 7"><pre class="notranslate"><code class="notranslate">2 7 </code></pre></div> <p dir="auto">when in the input file the line endings are <code class="notranslate">\r\n</code> .</p> <p dir="auto">If the line endings are <code class="notranslate">\n</code> it works fine.</p>
1
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/202" rel="nofollow">http://projects.scipy.org/scipy/ticket/202</a> on 2006-05-07 by trac user nodwell@..., assigned to unknown.</em></p> <p dir="auto">I've made a small modification to import_array.py so that I can parse<br> a string as if it were a file. For my own purposes I needed to parse<br> web form input.</p> <p dir="auto">For example:</p> <blockquote> <blockquote> <blockquote> <p dir="auto">B = """# comment line<br> ... 3 4 5<br> ... 2 1 5"""<br> io.read_array(B, datainstring=1)<br> array([[ 3., 4., 5.],<br> [ 2., 1., 5.]])</p> </blockquote> </blockquote> </blockquote> <p dir="auto">Here is the diff to array_import.py<br> (there doesn't seem to be a way to attach files to a trac ticket)</p> <p dir="auto">--- /sw/lib/python2.4/site-packages/scipy/io/array_import.py 2006-03-17 04:43:52.000000000 -0800<br> +++ array_import.py 2006-05-07 13:11:22.000000000 -0700<br> @@ -3,7 +3,7 @@</p> <h1 dir="auto"></h1> <p dir="auto">"""This module allows for the loading of an array from an ASCII<br> -Text File<br> +Text File or a String object.</p> <p dir="auto">"""</p> <p dir="auto">@@ -25,6 +25,8 @@</p> <h1 dir="auto">Written by Travis Oliphant and Trent Oliphant</h1> <h1 dir="auto">with support from Agilent, Inc.</h1> <h1 dir="auto"></h1> <p dir="auto">+# Modified by Eric Nodwell to allow input from a string as well as a file.<br> +#</p> <p dir="auto">import os, sys</p> <p dir="auto">@@ -98,7 +100,7 @@<br> return file</p> <p dir="auto">-class ascii_stream:<br> +class ascii_stream_from_file :<br> """Text files with line iteration</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Ascii_stream instances can be used like normal read-only file objects"><pre class="notranslate"><code class="notranslate"> Ascii_stream instances can be used like normal read-only file objects </code></pre></div> <p dir="auto">@@ -108,17 +110,14 @@<br> Finally, ascii_stream objects accept file names that start with '~' or<br> '~user' to indicate a home directory(for reading only).</p> <ul dir="auto"> <li>Constructor: ascii_stream(|fileobject|, |lines|,|comment|),</li> <li>Constructor: ascii_stream(|fileobject|, |lines|,|comment|, |linesep|),<br> where |fileobject| is either an open python file object or<br> the name of the file, |lines| is a sequence of integers<br> or tuples(indicating ranges) of lines to be read, |comment| is the<br> comment line identifier """</li> <li>def <strong>init</strong>(self, fileobject, lines=default, comment="#",</li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" linesep='\n'):"><pre class="notranslate"><code class="notranslate"> linesep='\n'): </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" if not isinstance(comment, types.StringType):"><pre class="notranslate"><code class="notranslate"> if not isinstance(comment, types.StringType): </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" raise ValueError, &quot;Comment must be a string.&quot;"><pre class="notranslate"><code class="notranslate"> raise ValueError, "Comment must be a string." </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self.linelist = build_numberlist(lines)"><pre class="notranslate"><code class="notranslate"> self.linelist = build_numberlist(lines) </code></pre></div> </li> <li>def <strong>init</strong>(self, fileobject, linelist, comment, linesep):</li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self.linelist = linelist self.comment = comment self.lencomment = len(comment) self.file = get_open_file(fileobject, mode='r')"><pre class="notranslate"><code class="notranslate"> self.linelist = linelist self.comment = comment self.lencomment = len(comment) self.file = get_open_file(fileobject, mode='r') </code></pre></div> @@ -183,6 +182,112 @@<br> self.file.flush()</li> </ul> <p dir="auto">+class ascii_stream_from_string :</p> <ul dir="auto"> <li>"""Line iteration of a string.</li> <li></li> <li>Mimics ascii_stream_from_file, even where not strictly necessary</li> <li>for input from a string.</li> <li></li> <li>Ascii_stream instances can be used like normal read-only file objects</li> <li>(i.e. by calling readline() and readlines()), but can</li> <li>also be used as sequences of lines in for-loops.</li> </ul> <ul dir="auto"> <li></li> </ul> <ul dir="auto"> <li>Constructor: ascii_stream(|fileobject|, |lines|,|comment|, |linesep|),</li> <li>where |fileobject| is either an open python file object or</li> <li>the name of the file, |lines| is a sequence of integers</li> <li>or tuples(indicating ranges) of lines to be read, |comment| is the</li> <li>comment line identifier """</li> </ul> <ul dir="auto"> <li></li> </ul> <ul dir="auto"> <li>def <strong>init</strong>(self, stringobject, linelist, comment, linesep):</li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._string = stringobject"><pre class="notranslate"><code class="notranslate"> self._string = stringobject </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self.linelist = linelist"><pre class="notranslate"><code class="notranslate"> self.linelist = linelist </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self.comment = comment"><pre class="notranslate"><code class="notranslate"> self.comment = comment </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self.lencomment = len(comment)"><pre class="notranslate"><code class="notranslate"> self.lencomment = len(comment) </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._lineindex = 0"><pre class="notranslate"><code class="notranslate"> self._lineindex = 0 </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" if self.linelist[-1] &lt; 0:"><pre class="notranslate"><code class="notranslate"> if self.linelist[-1] &lt; 0: </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._linetoget = self.linelist[-1]"><pre class="notranslate"><code class="notranslate"> self._linetoget = self.linelist[-1] </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" else:"><pre class="notranslate"><code class="notranslate"> else: </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._linetoget = 0"><pre class="notranslate"><code class="notranslate"> self._linetoget = 0 </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._linesplitter = linesep"><pre class="notranslate"><code class="notranslate"> self._linesplitter = linesep </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._buffer = self._string.split(self._linesplitter)"><pre class="notranslate"><code class="notranslate"> self._buffer = self._string.split(self._linesplitter) </code></pre></div> <ul dir="auto"> <li></li> </ul> </li> <li>def readlines(self, sizehint):</li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" return self._buffer"><pre class="notranslate"><code class="notranslate"> return self._buffer </code></pre></div> <ul dir="auto"> <li></li> </ul> </li> <li>def <strong>getitem</strong>(self, item):</li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" while 1:"><pre class="notranslate"><code class="notranslate"> while 1: </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" line = self.readnextline()"><pre class="notranslate"><code class="notranslate"> line = self.readnextline() </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" if line is None:"><pre class="notranslate"><code class="notranslate"> if line is None: </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" raise IndexError"><pre class="notranslate"><code class="notranslate"> raise IndexError </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" if len(line) &lt; self.lencomment or line[:self.lencomment] != self.comment:"><pre class="notranslate"><code class="notranslate"> if len(line) &lt; self.lencomment or line[:self.lencomment] != self.comment: </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" break"><pre class="notranslate"><code class="notranslate"> break </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" return line"><pre class="notranslate"><code class="notranslate"> return line </code></pre></div> <ul dir="auto"> <li></li> </ul> </li> <li>def readnextline(self):</li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" if self.linelist[self._lineindex] &gt;= 0:"><pre class="notranslate"><code class="notranslate"> if self.linelist[self._lineindex] &gt;= 0: </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._linetoget = self.linelist[self._lineindex]"><pre class="notranslate"><code class="notranslate"> self._linetoget = self.linelist[self._lineindex] </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._lineindex += 1"><pre class="notranslate"><code class="notranslate"> self._lineindex += 1 </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" else:"><pre class="notranslate"><code class="notranslate"> else: </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._linetoget = self._linetoget - self.linelist[self._lineindex]"><pre class="notranslate"><code class="notranslate"> self._linetoget = self._linetoget - self.linelist[self._lineindex] </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" if self._linetoget &gt;= len(self._buffer):"><pre class="notranslate"><code class="notranslate"> if self._linetoget &gt;= len(self._buffer): </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" return None"><pre class="notranslate"><code class="notranslate"> return None </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" line = self._buffer[self._linetoget]"><pre class="notranslate"><code class="notranslate"> line = self._buffer[self._linetoget] </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" return line"><pre class="notranslate"><code class="notranslate"> return line </code></pre></div> <ul dir="auto"> <li></li> </ul> </li> <li>def close(self):</li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" pass"><pre class="notranslate"><code class="notranslate"> pass </code></pre></div> <ul dir="auto"> <li></li> </ul> </li> <li>def flush(self):</li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" pass"><pre class="notranslate"><code class="notranslate"> pass </code></pre></div> <ul dir="auto"> <li></li> <li></li> </ul> +class ascii_stream :</li> <li>"""Text files or string input with line iteration</li> </ul> <ul dir="auto"> <li></li> </ul> <ul dir="auto"> <li>Ascii_stream instances can be used like normal read-only file objects</li> <li>(i.e. by calling readline() and readlines()), but can</li> <li>also be used as sequences of lines in for-loops.</li> </ul> <ul dir="auto"> <li></li> </ul> <ul dir="auto"> <li>Ascii_stream objects accept file names that start with '~' or</li> <li>'~user' to indicate a home directory(for reading only).. If</li> <li>|datainstring| is true, then instead of reading lines from a file,</li> <li>|fileobject| is taken as a string from which lines are read.</li> </ul> <ul dir="auto"> <li></li> </ul> <ul dir="auto"> <li> <p dir="auto">Constructor: ascii_stream(|fileobject|, |lines|,|comment|,</p> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" |linesep|, |datainstring|),"><pre class="notranslate"><code class="notranslate"> |linesep|, |datainstring|), </code></pre></div> </li> <li> <p dir="auto">where |fileobject| is either an open python file object or</p> </li> <li> <p dir="auto">the name of the file, |lines| is a sequence of integers</p> </li> <li> <p dir="auto">or tuples(indicating ranges) of lines to be read, |comment| is the</p> </li> <li> <p dir="auto">comment line identifier """</p> </li> <li></li> <li> <p dir="auto">def <strong>init</strong>(self, fileobject, lines=default, comment="#",</p> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" linesep='\n', datainstring=0):"><pre class="notranslate"><code class="notranslate"> linesep='\n', datainstring=0): </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" if not isinstance(comment, types.StringType):"><pre class="notranslate"><code class="notranslate"> if not isinstance(comment, types.StringType): </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" raise ValueError, &quot;Comment must be a string.&quot;"><pre class="notranslate"><code class="notranslate"> raise ValueError, "Comment must be a string." </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self.linelist = build_numberlist(lines)"><pre class="notranslate"><code class="notranslate"> self.linelist = build_numberlist(lines) </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self.comment = comment"><pre class="notranslate"><code class="notranslate"> self.comment = comment </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self.lencomment = len(comment)"><pre class="notranslate"><code class="notranslate"> self.lencomment = len(comment) </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" if datainstring:"><pre class="notranslate"><code class="notranslate"> if datainstring: </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._stream = ascii_stream_from_string (fileobject, self.linelist,"><pre class="notranslate"><code class="notranslate"> self._stream = ascii_stream_from_string (fileobject, self.linelist, </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" comment, linesep)"><pre class="notranslate"><code class="notranslate"> comment, linesep) </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" else:"><pre class="notranslate"><code class="notranslate"> else: </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._stream = ascii_stream_from_file (fileobject, self.linelist,"><pre class="notranslate"><code class="notranslate"> self._stream = ascii_stream_from_file (fileobject, self.linelist, </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" comment, linesep)"><pre class="notranslate"><code class="notranslate"> comment, linesep) </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._buffer = self._stream._buffer"><pre class="notranslate"><code class="notranslate"> self._buffer = self._stream._buffer </code></pre></div> <ul dir="auto"> <li></li> </ul> </li> <li> <p dir="auto">def readlines(self, sizehint):</p> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" return self._stream.readlines(sizehint)"><pre class="notranslate"><code class="notranslate"> return self._stream.readlines(sizehint) </code></pre></div> <ul dir="auto"> <li></li> </ul> </li> <li> <p dir="auto">def <strong>getitem</strong>(self, item):</p> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" return self._stream.__getitem__(item)"><pre class="notranslate"><code class="notranslate"> return self._stream.__getitem__(item) </code></pre></div> <ul dir="auto"> <li></li> </ul> </li> <li> <p dir="auto">def close(self):</p> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._stream.close()"><pre class="notranslate"><code class="notranslate"> self._stream.close() </code></pre></div> <ul dir="auto"> <li></li> </ul> </li> <li> <p dir="auto">def flush(self):</p> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" self._stream.flush()"><pre class="notranslate"><code class="notranslate"> self._stream.flush() </code></pre></div> <ul dir="auto"> <li></li> <li></li> </ul> <p dir="auto">def move_past_spaces(firstline):<br> ind = 0<br> firstline = firstline.lstrip()<br> @@ -295,13 +400,14 @@</p> <p dir="auto">def read_array(fileobject, separator=default, columns=default, comment="#",<br> lines=default, atype=numpy.Float, linesep='\n',</p> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" rowsize=10000, missing=0):"><pre class="notranslate"><code class="notranslate"> rowsize=10000, missing=0): </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" rowsize=10000, missing=0, datainstring=0):"><pre class="notranslate"><code class="notranslate"> rowsize=10000, missing=0, datainstring=0): </code></pre></div> <p dir="auto">"""Return an array or arrays from ascii_formatted data in |fileobject|.</p> <p dir="auto">Inputs:</p> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" fileobject -- An open file object or a string for a valid filename."><pre class="notranslate"><code class="notranslate"> fileobject -- An open file object or a string for a valid filename. </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" The string can be prepended by &quot;~/&quot; or &quot;~&lt;name&gt;/&quot; to"><pre class="notranslate"><code class="notranslate"> The string can be prepended by "~/" or "~&lt;name&gt;/" to </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" fileobject -- An open file object or a string for a valid filename"><pre class="notranslate"><code class="notranslate"> fileobject -- An open file object or a string for a valid filename </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" or a string to be parsed (if datainstring is nonzero)."><pre class="notranslate"><code class="notranslate"> or a string to be parsed (if datainstring is nonzero). </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" A file name can be prepended by &quot;~/&quot; or &quot;~&lt;name&gt;/&quot; to read a file from the home directory."><pre class="notranslate"><code class="notranslate"> A file name can be prepended by "~/" or "~&lt;name&gt;/" to read a file from the home directory. </code></pre></div> <p dir="auto">separator -- a string or a tuple of strings to indicate the column<br> separators. If the length of the string tuple is less<br> @@ -330,6 +436,8 @@<br> copying the last entry.<br> rowsize -- the allocation row size (array grows by this amount as<br> data is read in).</p> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" datainstring -- if nonzero, interpet fileobject as containing the"><pre class="notranslate"><code class="notranslate"> datainstring -- if nonzero, interpet fileobject as containing the </code></pre></div> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" data to be read in."><pre class="notranslate"><code class="notranslate"> data to be read in. </code></pre></div> <p dir="auto">Output -- the 1 or 2d array, or a tuple of output arrays of different<br> types, sorted in order of the first column to be placed<br> @@ -344,7 +452,8 @@<br> else:<br> sep = tuple(separator)</p> <h1 dir="auto">Create ascii_object from |fileobject| argument.</h1> </li> <li> <p dir="auto">ascii_object = ascii_stream(fileobject, lines=lines, comment=comment, linesep=linesep)</p> </li> <li> <p dir="auto">ascii_object = ascii_stream(fileobject, lines=lines, comment=comment,</p> </li> <li> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" linesep=linesep, datainstring=datainstring)"><pre class="notranslate"><code class="notranslate"> linesep=linesep, datainstring=datainstring) </code></pre></div> <p dir="auto">columns, atype = convert_to_equal_lists(columns, atype)<br> numout = len(atype)</p> <h1 dir="auto">Get the number of columns to read and expand the columns argument</h1> </li> </ul>
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1688" rel="nofollow">http://projects.scipy.org/scipy/ticket/1688</a> on 2012-07-05 by trac user jokahn, assigned to unknown.</em></p> <p dir="auto">binomial and scipy.stats.binom are not defined for n=0, raising a value error.<br> For example<br> [[BR]]<br> <code class="notranslate">binomial(0, .3)</code><br> [[BR]]<br> or<br> [[BR]]<br> <code class="notranslate">scipy.stats.binom.rvs(arange(5),.3)</code><br> [[BR]]<br> will fail.</p> <p dir="auto">The binomial distribution is perfectly well-defined in this case: it is merely the Dirac at zero. Therefore a function implementing this random variable should not fail in this case.</p> <p dir="auto">Add to that the fact that a typical use of the function would be thinning data on many entries, where some might be zero, and it's also a practical concern.</p>
0
<p dir="auto">On <code class="notranslate">0.7.0</code></p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="using SparseArrays m, n = 2, 2 A = ones(m, n) B = ones(Int8, m, n) C = sparse(1:min(m, n), 1:min(m, n), ones(Int8, min(m, n)), m, n);"><pre class="notranslate"><span class="pl-k">using</span> SparseArrays m, n <span class="pl-k">=</span> <span class="pl-c1">2</span>, <span class="pl-c1">2</span> A <span class="pl-k">=</span> <span class="pl-c1">ones</span>(m, n) B <span class="pl-k">=</span> <span class="pl-c1">ones</span>(Int8, m, n) C <span class="pl-k">=</span> <span class="pl-c1">sparse</span>(<span class="pl-c1">1</span><span class="pl-k">:</span><span class="pl-c1">min</span>(m, n), <span class="pl-c1">1</span><span class="pl-k">:</span><span class="pl-c1">min</span>(m, n), <span class="pl-c1">ones</span>(Int8, <span class="pl-c1">min</span>(m, n)), m, n);</pre></div> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; A 2×2 Array{Float64,2}: 1.0 1.0 1.0 1.0"><pre class="notranslate">julia<span class="pl-k">&gt;</span> A <span class="pl-c1">2</span><span class="pl-k">×</span><span class="pl-c1">2</span> Array{Float64,<span class="pl-c1">2</span>}<span class="pl-k">:</span> <span class="pl-c1">1.0</span> <span class="pl-c1">1.0</span> <span class="pl-c1">1.0</span> <span class="pl-c1">1.0</span></pre></div> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; B 2×2 Array{Int8,2}: 1 1 1 1"><pre class="notranslate">julia<span class="pl-k">&gt;</span> B <span class="pl-c1">2</span><span class="pl-k">×</span><span class="pl-c1">2</span> Array{Int8,<span class="pl-c1">2</span>}<span class="pl-k">:</span> <span class="pl-c1">1</span> <span class="pl-c1">1</span> <span class="pl-c1">1</span> <span class="pl-c1">1</span></pre></div> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; C 2×2 SparseMatrixCSC{Int8,Int64} with 2 stored entries: [1, 1] = 1 [2, 2] = 1"><pre class="notranslate">julia<span class="pl-k">&gt;</span> C <span class="pl-c1">2</span><span class="pl-k">×</span><span class="pl-c1">2</span> SparseMatrixCSC{Int8,Int64} with <span class="pl-c1">2</span> stored entries<span class="pl-k">:</span> [<span class="pl-c1">1</span>, <span class="pl-c1">1</span>] <span class="pl-k">=</span> <span class="pl-c1">1</span> [<span class="pl-c1">2</span>, <span class="pl-c1">2</span>] <span class="pl-k">=</span> <span class="pl-c1">1</span></pre></div> <p dir="auto">I would expect <code class="notranslate">(A .&gt;= 0) .&amp; (B .&amp; 1 .== 1) .&amp; (C .&amp; 1 .== 1)</code> to return either a <code class="notranslate">BitArray</code> or a <code class="notranslate">SparseMatrixCSC</code> of <code class="notranslate">Bool</code>-type (but not <code class="notranslate">Any</code>) entries. However,</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; (A .&gt;= 0) .&amp; (B .&amp; 1 .== 1) .&amp; (C .&amp; 1 .== 1) 2×2 SparseMatrixCSC{Any,Int64} with 2 stored entries: [1, 1] = true [2, 2] = true"><pre class="notranslate">julia<span class="pl-k">&gt;</span> (A <span class="pl-k">.&gt;=</span> <span class="pl-c1">0</span>) <span class="pl-k">.&amp;</span> (B <span class="pl-k">.&amp;</span> <span class="pl-c1">1</span> <span class="pl-k">.==</span> <span class="pl-c1">1</span>) <span class="pl-k">.&amp;</span> (C <span class="pl-k">.&amp;</span> <span class="pl-c1">1</span> <span class="pl-k">.==</span> <span class="pl-c1">1</span>) <span class="pl-c1">2</span><span class="pl-k">×</span><span class="pl-c1">2</span> SparseMatrixCSC{Any,Int64} with <span class="pl-c1">2</span> stored entries<span class="pl-k">:</span> [<span class="pl-c1">1</span>, <span class="pl-c1">1</span>] <span class="pl-k">=</span> <span class="pl-c1">true</span> [<span class="pl-c1">2</span>, <span class="pl-c1">2</span>] <span class="pl-k">=</span> <span class="pl-c1">true</span></pre></div> <p dir="auto">Caching each term within parentheses first</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="I_A = A .&gt;= 0 I_B = B .&amp; 1 .== 1 I_C = C .&amp; 1 .== 1 I_BC = (B .&amp; 1 .== 1) .&amp; (C .&amp; 1 .== 1);"><pre class="notranslate">I_A <span class="pl-k">=</span> A <span class="pl-k">.&gt;=</span> <span class="pl-c1">0</span> I_B <span class="pl-k">=</span> B <span class="pl-k">.&amp;</span> <span class="pl-c1">1</span> <span class="pl-k">.==</span> <span class="pl-c1">1</span> I_C <span class="pl-k">=</span> C <span class="pl-k">.&amp;</span> <span class="pl-c1">1</span> <span class="pl-k">.==</span> <span class="pl-c1">1</span> I_BC <span class="pl-k">=</span> (B <span class="pl-k">.&amp;</span> <span class="pl-c1">1</span> <span class="pl-k">.==</span> <span class="pl-c1">1</span>) <span class="pl-k">.&amp;</span> (C <span class="pl-k">.&amp;</span> <span class="pl-c1">1</span> <span class="pl-k">.==</span> <span class="pl-c1">1</span>);</pre></div> <p dir="auto">would produce</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; I_A .&amp; I_B .&amp; I_C 2×2 BitArray{2}: true false false true"><pre class="notranslate">julia<span class="pl-k">&gt;</span> I_A <span class="pl-k">.&amp;</span> I_B <span class="pl-k">.&amp;</span> I_C <span class="pl-c1">2</span><span class="pl-k">×</span><span class="pl-c1">2</span> BitArray{<span class="pl-c1">2</span>}<span class="pl-k">:</span> <span class="pl-c1">true</span> <span class="pl-c1">false</span> <span class="pl-c1">false</span> <span class="pl-c1">true</span></pre></div> <p dir="auto">that is somehow inconsistent with</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; (A .&gt;= 0) .&amp; I_BC 2×2 SparseMatrixCSC{Bool,Int64} with 2 stored entries: [1, 1] = true [2, 2] = true"><pre class="notranslate">julia<span class="pl-k">&gt;</span> (A <span class="pl-k">.&gt;=</span> <span class="pl-c1">0</span>) <span class="pl-k">.&amp;</span> I_BC <span class="pl-c1">2</span><span class="pl-k">×</span><span class="pl-c1">2</span> SparseMatrixCSC{Bool,Int64} with <span class="pl-c1">2</span> stored entries<span class="pl-k">:</span> [<span class="pl-c1">1</span>, <span class="pl-c1">1</span>] <span class="pl-k">=</span> <span class="pl-c1">true</span> [<span class="pl-c1">2</span>, <span class="pl-c1">2</span>] <span class="pl-k">=</span> <span class="pl-c1">true</span></pre></div>
<p dir="auto">First of all, I'm no Julia expert, so please forgive me if this is user error.</p> <p dir="auto">Under the following circumstances, i am unable to use pmap to call an anon function within an anon function.</p> <p dir="auto">The following error is displayed:</p> <ul dir="auto"> <li><code class="notranslate">UndefVarError: 27#54 not defined</code></li> <li><code class="notranslate">in #26 at [file.jl:pmap line of code]</code></li> </ul> <p dir="auto">When running the following code:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pmap(arg -&gt; method1(() -&gt; method2(arg)), input_args_array, err_stop=true) @everywhere function method1(sub_func) sub_func() end` @everywhere function method2(arg) println(arg) end"><pre class="notranslate"><span class="pl-c1">pmap</span>(arg <span class="pl-k">-&gt;</span> <span class="pl-c1">method1</span>(() <span class="pl-k">-&gt;</span> <span class="pl-c1">method2</span>(arg)), input_args_array, err_stop<span class="pl-k">=</span><span class="pl-c1">true</span>) <span class="pl-c1">@everywhere</span> <span class="pl-k">function</span> <span class="pl-en">method1</span>(sub_func) <span class="pl-c1">sub_func</span>() <span class="pl-s"><span class="pl-pds"><span class="pl-c1">end</span>`</span></span> <span class="pl-s"></span> <span class="pl-s">@everywhere function method2(arg)</span> <span class="pl-s"> println(arg)</span> <span class="pl-s">end</span></pre></div> <p dir="auto">Note this only occurs if I run up julia with <code class="notranslate">-p 1</code>. If i don't include <code class="notranslate">-p 1</code> everything works fine.</p> <p dir="auto">This also only occurs with -p 1 if i use 2x anon funcs. If i do the following it works fine:<br> <code class="notranslate">arg -&gt; method1()</code><br> <code class="notranslate">arg -&gt; method1(method2)</code></p> <p dir="auto">Thanks,<br> Jon</p>
0
<p dir="auto">I completed HTML5 and CSS challenges, then it was marked completed, but when I saw today, its unmarked.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/9494120/14133305/974617ee-f66b-11e5-84d9-97909576b64e.JPG"><img src="https://cloud.githubusercontent.com/assets/9494120/14133305/974617ee-f66b-11e5-84d9-97909576b64e.JPG" alt="capture" style="max-width: 100%;"></a></p> <h4 dir="auto">FreeCodeCamp Issue template</h4> <p dir="auto">To Use this Template:</p> <ul dir="auto"> <li>Fill out what you can</li> <li>Delete what you do not fill out</li> </ul> <p dir="auto">NOTE: ISSUES ARE NOT FOR CODE HELP - Ask for Help at <a href="https://gitter.im/FreeCodeCamp/Help" rel="nofollow">https://gitter.im/FreeCodeCamp/Help</a></p> <h4 dir="auto">Issue Description</h4> <ul dir="auto"> <li>When Issue Happens</li> <li>Steps To Reproduce</li> </ul> <h4 dir="auto">Browser Information</h4> <ul dir="auto"> <li>Browser Name, Version</li> <li>Operating System</li> </ul> <h4 dir="auto">Your Code</h4> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="If relevant, paste all of your challenge code in here"><pre class="notranslate"><span class="pl-v">If</span> <span class="pl-s1">relevant</span><span class="pl-kos">,</span> <span class="pl-s1">paste</span> <span class="pl-s1">all</span> <span class="pl-k">of</span> <span class="pl-s1">your</span> <span class="pl-s1">challenge</span> <span class="pl-s1">code</span> <span class="pl-k">in</span> <span class="pl-s1">here</span></pre></div> <h4 dir="auto">Screenshot</h4>
<p dir="auto">It's not possible to mark some Computer Basics as completed. I tried to complete them many times. No success.</p> <p dir="auto">Browser: <code class="notranslate">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36</code><br> OS: <code class="notranslate">OS X 10.11.3</code></p> <p dir="auto">Screenshot:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/2eb0fda8c347deb70094378f53607420ad7ef556ed2784d5de31fa2963bdae54/68747470733a2f2f6d6f6e6f736e61702e636f6d2f66696c652f61476b765377464c6b536d4b586862773078443366345a5179644d55396b2e706e67"><img src="https://camo.githubusercontent.com/2eb0fda8c347deb70094378f53607420ad7ef556ed2784d5de31fa2963bdae54/68747470733a2f2f6d6f6e6f736e61702e636f6d2f66696c652f61476b765377464c6b536d4b586862773078443366345a5179644d55396b2e706e67" alt="Alt text" data-canonical-src="https://monosnap.com/file/aGkvSwFLkSmKXhbw0xD3f4ZQydMU9k.png" style="max-width: 100%;"></a></p>
1
<p dir="auto">OpenAPI allows describing multiple accepted content-types for a request.<br> Is it possible via FastAPI means?</p> <p dir="auto">I'd like to make a password login endpoint accepting both <code class="notranslate">application/json</code> and <code class="notranslate">application/x-www-form-urlencoded</code> using a single handler.</p>
<p dir="auto">It seems that swagger interface cannot send Authorization header.</p> <p dir="auto">I added <code class="notranslate">test_auth</code> endpoint with required header <code class="notranslate">authorization</code> like that:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="async def check_auth( authorization: str = Header(...) ): pass @router.post(&quot;/test_auth&quot;) async def test_auth( auth = Depends(check_auth) ): pass"><pre class="notranslate"><code class="notranslate">async def check_auth( authorization: str = Header(...) ): pass @router.post("/test_auth") async def test_auth( auth = Depends(check_auth) ): pass </code></pre></div> <p dir="auto">This works perfectly if I use REST-client with set Authorization header. But, if I use swagger UI it seems that Authorization header always missing. Server responses with status code 422 and:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" &quot;detail&quot;: [ { &quot;loc&quot;: [ &quot;header&quot;, &quot;authorization&quot; ], &quot;msg&quot;: &quot;field required&quot;, &quot;type&quot;: &quot;value_error.missing&quot; } ] }"><pre lang="{" class="notranslate"><code class="notranslate"> "detail": [ { "loc": [ "header", "authorization" ], "msg": "field required", "type": "value_error.missing" } ] } </code></pre></div> <p dir="auto">Another observation is if I change the header name to something else (not authorization) it works. But my goal is using Authorization...</p> <p dir="auto"><strong>FastAPI version: 0.49.0</strong></p>
0
<p dir="auto">I have a program based on electron8.2.5, read the local pictures dragged and previewed, everything works fine. But after upgrading to electron9.0.0 today, the picture preview does not show up. It looks as if the parameter ‘webSecurity: false’ does not work.</p>
<h3 dir="auto">Preflight Checklist</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I agree to follow the <a href="https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a> that this project adheres to.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the issue tracker for an issue that matches the one I want to file, without success.</li> </ul> <h3 dir="auto">Issue Details</h3> <ul dir="auto"> <li><strong>Electron Version:</strong> 9.0.0 </li> <li><strong>Operating System:</strong> Windows 10 (1904) </li> <li><strong>Last Known Working Electron version:</strong> 8.2.0 </li> </ul> <h3 dir="auto">Expected Behavior</h3> <p dir="auto">Setting BrowserWindow webPreferences: { webSecurity: false } should disable the CORS policy</p> <h3 dir="auto">Actual Behavior</h3> <p dir="auto">Although I am receiving the electron security warnings for "Disabled webSecurity","allowRunningInsecureContent" and "Insecure Content-Security-Policy" in the console I am still getting COR policy errors on my requests.</p> <p dir="auto"><strong>Here is an example:</strong></p> <p dir="auto">Access to XMLHttpRequest at '<a href="http://localhost:8080/users/login" rel="nofollow">http://localhost:8080/users/login</a>' from origin '<a href="http://localhost:3000" rel="nofollow">http://localhost:3000</a>' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.</p>
1
<p dir="auto">89 warnings visible in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="462384426" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/10378" data-hovercard-type="pull_request" data-hovercard-url="/scipy/scipy/pull/10378/hovercard" href="https://github.com/scipy/scipy/pull/10378">gh-10378</a>, perhaps due to a change in one of our doc build dependencies.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="WARNING: duplicate object description of scipy.io.wavfile, other instance in io, use :noindex: for one of them WARNING: duplicate object description of scipy.io.arff, other instance in io, use :noindex: for one of them WARNING: duplicate object description of scipy.io, other instance in io, use :noindex: for one of them checking consistency... /home/circleci/repo/doc/source/generated/scipy.LowLevelCallable.function.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.LowLevelCallable.signature.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.LowLevelCallable.user_data.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.BDF.step_size.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.LSODA.step_size.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.OdeSolver.step_size.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.RK23.step_size.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.RK45.step_size.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.Radau.step_size.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.complex_ode.y.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.ode.y.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.interpolate.BSpline.tck.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.interpolate.Rbf.A.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.interpolate.interp1d.fill_value.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.io.netcdf_variable.isrec.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.io.netcdf_variable.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.optimize.LbfgsInvHessProduct.H.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.optimize.LbfgsInvHessProduct.T.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.A.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.B.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.C.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.D.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.dt.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.poles.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.zeros.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.TransferFunction.den.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.TransferFunction.dt.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.TransferFunction.num.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.TransferFunction.poles.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.TransferFunction.zeros.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.ZerosPolesGain.dt.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.ZerosPolesGain.gain.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.ZerosPolesGain.poles.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.ZerosPolesGain.zeros.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.dlti.dt.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.dlti.poles.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.dlti.zeros.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.lti.dt.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.lti.poles.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.lti.zeros.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.bsr_matrix.blocksize.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.bsr_matrix.dtype.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.bsr_matrix.has_canonical_format.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.bsr_matrix.has_sorted_indices.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.bsr_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.bsr_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.coo_matrix.dtype.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.coo_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.coo_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csc_matrix.dtype.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csc_matrix.has_canonical_format.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csc_matrix.has_sorted_indices.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csc_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csc_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csr_matrix.dtype.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csr_matrix.has_canonical_format.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csr_matrix.has_sorted_indices.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csr_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csr_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.dia_matrix.dtype.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.dia_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.dia_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.dok_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.dok_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.lil_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.lil_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.linalg.LinearOperator.H.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.linalg.LinearOperator.T.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.spmatrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.spmatrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.ConvexHull.points.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.ConvexHull.vertices.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Delaunay.convex_hull.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Delaunay.points.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Delaunay.transform.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Delaunay.vertex_neighbor_vertices.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Delaunay.vertex_to_simplex.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.HalfspaceIntersection.dual_vertices.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.HalfspaceIntersection.halfspaces.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Voronoi.points.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Voronoi.ridge_dict.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.stats.gaussian_kde.neff.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.stats.gaussian_kde.weights.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.stats.rv_continuous.random_state.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.stats.rv_discrete.random_state.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.stats.rv_histogram.random_state.rst: WARNING: document isn't included in any toctree done"><pre class="notranslate"><code class="notranslate">WARNING: duplicate object description of scipy.io.wavfile, other instance in io, use :noindex: for one of them WARNING: duplicate object description of scipy.io.arff, other instance in io, use :noindex: for one of them WARNING: duplicate object description of scipy.io, other instance in io, use :noindex: for one of them checking consistency... /home/circleci/repo/doc/source/generated/scipy.LowLevelCallable.function.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.LowLevelCallable.signature.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.LowLevelCallable.user_data.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.BDF.step_size.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.LSODA.step_size.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.OdeSolver.step_size.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.RK23.step_size.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.RK45.step_size.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.Radau.step_size.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.complex_ode.y.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.integrate.ode.y.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.interpolate.BSpline.tck.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.interpolate.Rbf.A.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.interpolate.interp1d.fill_value.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.io.netcdf_variable.isrec.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.io.netcdf_variable.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.optimize.LbfgsInvHessProduct.H.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.optimize.LbfgsInvHessProduct.T.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.A.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.B.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.C.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.D.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.dt.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.poles.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.StateSpace.zeros.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.TransferFunction.den.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.TransferFunction.dt.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.TransferFunction.num.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.TransferFunction.poles.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.TransferFunction.zeros.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.ZerosPolesGain.dt.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.ZerosPolesGain.gain.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.ZerosPolesGain.poles.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.ZerosPolesGain.zeros.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.dlti.dt.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.dlti.poles.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.dlti.zeros.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.lti.dt.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.lti.poles.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.signal.lti.zeros.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.bsr_matrix.blocksize.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.bsr_matrix.dtype.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.bsr_matrix.has_canonical_format.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.bsr_matrix.has_sorted_indices.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.bsr_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.bsr_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.coo_matrix.dtype.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.coo_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.coo_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csc_matrix.dtype.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csc_matrix.has_canonical_format.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csc_matrix.has_sorted_indices.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csc_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csc_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csr_matrix.dtype.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csr_matrix.has_canonical_format.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csr_matrix.has_sorted_indices.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csr_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.csr_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.dia_matrix.dtype.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.dia_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.dia_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.dok_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.dok_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.lil_matrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.lil_matrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.linalg.LinearOperator.H.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.linalg.LinearOperator.T.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.spmatrix.nnz.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.sparse.spmatrix.shape.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.ConvexHull.points.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.ConvexHull.vertices.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Delaunay.convex_hull.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Delaunay.points.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Delaunay.transform.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Delaunay.vertex_neighbor_vertices.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Delaunay.vertex_to_simplex.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.HalfspaceIntersection.dual_vertices.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.HalfspaceIntersection.halfspaces.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Voronoi.points.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.spatial.Voronoi.ridge_dict.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.stats.gaussian_kde.neff.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.stats.gaussian_kde.weights.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.stats.rv_continuous.random_state.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.stats.rv_discrete.random_state.rst: WARNING: document isn't included in any toctree /home/circleci/repo/doc/source/generated/scipy.stats.rv_histogram.random_state.rst: WARNING: document isn't included in any toctree done </code></pre></div>
<p dir="auto"><a href="https://en.wikipedia.org/wiki/Modified_discrete_cosine_transform" rel="nofollow">MDCT (DCT type 4)</a> is really important for audio compression research but is missing from SciPy. I started looking into fftpack but... oh my, that code is currently way beyond my comprehension.</p> <p dir="auto">So I am for now simply putting it out there: It would be really great to have DCT type 4 and MDCT in SciPy.</p>
0
<p dir="auto">There is an inconsistency between how Series and DataFrames export types to dicts. The issue only manifests if the dataframe has multiple columns with different types. I think the issue is probably pretty far under the surface with differences between Series and DataFrame dtypes and just happened to be uncovered by export to dict.</p> <h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import pandas as pd orig_dict = [{0: 'a', 1: 1}] # does not happen with # orig_dict =[{0: 0, 1: 1}] print 'Original dict' for k in orig_dict[0]: print type(orig_dict[0][k]) print df = pd.DataFrame(orig_dict) dict_exported_from_dataframe = [df.loc[[x]].to_dict(orient='records')[0] for x in df.index] dict_exported_from_series = [df.loc[x].to_dict() for x in df.index] print 'Dict exported from DataFrame' for k in dict_exported_from_dataframe[0]: print type(dict_exported_from_dataframe[0][k]) print print 'Dict exported from Series' for k in dict_exported_from_series[0]: print type(dict_exported_from_series[0][k]) print"><pre class="notranslate"><code class="notranslate">import pandas as pd orig_dict = [{0: 'a', 1: 1}] # does not happen with # orig_dict =[{0: 0, 1: 1}] print 'Original dict' for k in orig_dict[0]: print type(orig_dict[0][k]) print df = pd.DataFrame(orig_dict) dict_exported_from_dataframe = [df.loc[[x]].to_dict(orient='records')[0] for x in df.index] dict_exported_from_series = [df.loc[x].to_dict() for x in df.index] print 'Dict exported from DataFrame' for k in dict_exported_from_dataframe[0]: print type(dict_exported_from_dataframe[0][k]) print print 'Dict exported from Series' for k in dict_exported_from_series[0]: print type(dict_exported_from_series[0][k]) print </code></pre></div> <h4 dir="auto">Expected Output</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Original dict &lt;type 'str'&gt; &lt;type 'int'&gt; Dict exported from DataFrame &lt;type 'str'&gt; &lt;type 'int'&gt; Dict exported from Series &lt;type 'str'&gt; &lt;type 'int'&gt;"><pre class="notranslate"><code class="notranslate">Original dict &lt;type 'str'&gt; &lt;type 'int'&gt; Dict exported from DataFrame &lt;type 'str'&gt; &lt;type 'int'&gt; Dict exported from Series &lt;type 'str'&gt; &lt;type 'int'&gt; </code></pre></div> <p dir="auto">OR</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Original dict &lt;type 'str'&gt; &lt;type 'int'&gt; Dict exported from DataFrame &lt;type 'str'&gt; &lt;type 'numpy.int64'&gt; Dict exported from Series &lt;type 'str'&gt; &lt;type 'numpy.int64'&gt;"><pre class="notranslate"><code class="notranslate">Original dict &lt;type 'str'&gt; &lt;type 'int'&gt; Dict exported from DataFrame &lt;type 'str'&gt; &lt;type 'numpy.int64'&gt; Dict exported from Series &lt;type 'str'&gt; &lt;type 'numpy.int64'&gt; </code></pre></div> <h4 dir="auto">output of <code class="notranslate">pd.show_versions()</code></h4> <h2 dir="auto">INSTALLED VERSIONS</h2> <p dir="auto">commit: None<br> python: 2.7.10.final.0<br> python-bits: 64<br> OS: Darwin<br> OS-release: 14.5.0<br> machine: x86_64<br> processor: i386<br> byteorder: little<br> LC_ALL: None<br> LANG: en_US.UTF-8</p> <p dir="auto">pandas: 0.18.1<br> nose: None<br> pip: 8.1.2<br> setuptools: 25.2.0<br> Cython: None<br> numpy: 1.11.1<br> scipy: 0.13.0b1<br> statsmodels: None<br> xarray: None<br> IPython: 5.1.0<br> sphinx: None<br> patsy: None<br> dateutil: 2.5.3<br> pytz: 2016.6.1<br> blosc: None<br> bottleneck: None<br> tables: None<br> numexpr: None<br> matplotlib: None<br> openpyxl: None<br> xlrd: None<br> xlwt: None<br> xlsxwriter: None<br> lxml: None<br> bs4: None<br> html5lib: None<br> httplib2: None<br> apiclient: None<br> sqlalchemy: None<br> pymysql: None<br> psycopg2: None<br> jinja2: None<br> boto: None<br> pandas_datareader: None</p>
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import pandas as P S=P.Series([0.6,0.2,15])"><pre class="notranslate"><code class="notranslate">import pandas as P S=P.Series([0.6,0.2,15]) </code></pre></div> <p dir="auto"><strong>pandas 0.18+numpy 0.10</strong>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [1]: print S.dtype float64 In [2]: print S.values.dtype float64 In [3]: print S.map(type) 0 &lt;type 'numpy.float64'&gt; 1 &lt;type 'numpy.float64'&gt; 2 &lt;type 'numpy.float64'&gt; dtype: object"><pre class="notranslate"><code class="notranslate">In [1]: print S.dtype float64 In [2]: print S.values.dtype float64 In [3]: print S.map(type) 0 &lt;type 'numpy.float64'&gt; 1 &lt;type 'numpy.float64'&gt; 2 &lt;type 'numpy.float64'&gt; dtype: object </code></pre></div> <p dir="auto"><strong>pandas 0.18.1+numpy 0.11.0</strong>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [5]: print S.dtype float64 In [6]: print S.values.dtype float64 In [7]: print S.map(type) 0 &lt;type 'float'&gt; 1 &lt;type 'float'&gt; 2 &lt;type 'float'&gt; dtype: object"><pre class="notranslate"><code class="notranslate">In [5]: print S.dtype float64 In [6]: print S.values.dtype float64 In [7]: print S.map(type) 0 &lt;type 'float'&gt; 1 &lt;type 'float'&gt; 2 &lt;type 'float'&gt; dtype: object </code></pre></div> <p dir="auto">I expect to get the same dtype for the 3 print, why this is changed in last version?</p> <h4 dir="auto">output of <code class="notranslate">pd.show_versions()</code></h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pandas: 0.18.1 nose: 1.3.7 pip: 1.5.4 setuptools: 21.0.0 Cython: 0.24 numpy: 1.11.0 scipy: 0.17.0 statsmodels: 0.6.1 xarray: None IPython: 4.2.0 sphinx: 1.3.5 patsy: 0.4.1 dateutil: 2.4.2 pytz: 2016.4 blosc: 1.2.7 bottleneck: None tables: 3.2.2 numexpr: 2.5.2 matplotlib: 1.5.1 openpyxl: 2.3.5 xlrd: 0.9.4 xlwt: 1.0.0 xlsxwriter: None lxml: 3.4.0 bs4: 4.4.1 html5lib: 0.9999999 httplib2: None apiclient: None sqlalchemy: 1.0.12 pymysql: None psycopg2: None jinja2: 2.8 boto: None pandas_datareader: None"><pre class="notranslate"><code class="notranslate">pandas: 0.18.1 nose: 1.3.7 pip: 1.5.4 setuptools: 21.0.0 Cython: 0.24 numpy: 1.11.0 scipy: 0.17.0 statsmodels: 0.6.1 xarray: None IPython: 4.2.0 sphinx: 1.3.5 patsy: 0.4.1 dateutil: 2.4.2 pytz: 2016.4 blosc: 1.2.7 bottleneck: None tables: 3.2.2 numexpr: 2.5.2 matplotlib: 1.5.1 openpyxl: 2.3.5 xlrd: 0.9.4 xlwt: 1.0.0 xlsxwriter: None lxml: 3.4.0 bs4: 4.4.1 html5lib: 0.9999999 httplib2: None apiclient: None sqlalchemy: 1.0.12 pymysql: None psycopg2: None jinja2: 2.8 boto: None pandas_datareader: None </code></pre></div> <p dir="auto">Thank you<br> Gla</p>
1
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/551" rel="nofollow">http://projects.scipy.org/scipy/ticket/551</a> on 2007-12-03 by trac user odonnems, assigned to unknown.</em></p> <h6 dir="auto"></h6> <p dir="auto">Introduction to my problem</p> <h6 dir="auto"></h6> <p dir="auto">I am trying to use scipy.weave.inline. I appear to get the same error no matter what compiler I try.</p> <p dir="auto">Please note that I am attaching a python script with examples of weave.inline that I have been attempting to implement. This is messy and there are a lot of commented lines but will be a start to demonstrate what I am testing. Hopefully this will help someone.</p> <p dir="auto">I have also tried to separate out the information below so it will read as easily as possible for any onlookers. Look at all section titles before digging too deep because they may not be in any intuitive order for those that are actual programmers.</p> <p dir="auto">Thanks for any insight. It was suggested from the scipy list that I post these here.</p> <p dir="auto">Also note, that there was an error in numpy for me. I had to comment several lines out before I got the weave error. This is included below as well.</p> <p dir="auto">Also, all of this is new so I appologize for not providing all the necessary information. And when I say new, I know python only a little and I have never compiled source files. I have a lot of scripting and VB background however.</p> <p dir="auto">Thank you,<br> Michael</p> <h6 dir="auto"></h6> <p dir="auto">Installed software and OS:</p> <h6 dir="auto"></h6> <p dir="auto">scipy-0.6.0.win32-py2.4.exe<br> wxPython2.8-win32-unicode-2.8.6.1-py24.exe<br> pywin32-210.win32-py2.4.exe<br> python-2.4.4.msi<br> numpy-1.0.4.win32-py2.4.exe</p> <p dir="auto">OS: Microsoft Windows XP Professional SP2</p> <p dir="auto">Platform: win32 nt</p> <p dir="auto">Python Version:<br> 2.4.4 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1587293" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/71" data-hovercard-type="pull_request" data-hovercard-url="/scipy/scipy/pull/71/hovercard" href="https://github.com/scipy/scipy/pull/71">#71</a>, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)]</p> <p dir="auto">Processor:<br> Intel(R) Pentium(R) M processor 2.13GHz<br> x86 Family 6 Model 13 Stepping 8</p> <p dir="auto">I have also tried the most recent enthought binaries and I had the same problem.</p> <p dir="auto">Compilers:<br> MinGw<br> Cygwin<br> SDK 2003 toolkit<br> SDK 2005<br> (I followed the directions which I could find online with regard to setting up environment paths and modifications to the msvccompiler.py.</p> <h6 dir="auto"></h6> <p dir="auto">Error message:</p> <h6 dir="auto"></h6> <p dir="auto">From what I can tell the error seems to occur when compiling. the s,o =exec_command(cmd) does not write out to the two output files containing the s, o information. Looking at the files, I do not get the object file. Depending on the compiler this may be the .obj or .o file. The .cpp or c++ source file is created. I do not know if the compiler creates the cpp file or a library acts as an interpreter that writes the python to c++ which can then be converted to the object file. Or maybe it is something completely different.</p> <p dir="auto">Here is the error using mingw:</p> <blockquote> <blockquote> <blockquote> <p dir="auto">&lt;weave: compiling&gt;<br> running build_ext<br> running build_src<br> building extension "sc_552cccf5dbf4f6eadd273cdcbd5860521" sources<br> customize Mingw32CCompiler<br> customize Mingw32CCompiler using build_ext<br> customize Mingw32CCompiler<br> customize Mingw32CCompiler using build_ext<br> building 'sc_552cccf5dbf4f6eadd273cdcbd5860521' extension<br> compiling C++ sources<br> C compiler: g++ -mno-cygwin -O2 -Wall</p> </blockquote> </blockquote> </blockquote> <p dir="auto">compile options: '-IC:\Python24\lib\site-packages\scipy\weave -IC:\Python24\lib\site-packages\scipy\weave\scxx -IC:\Python24\lib\site-packages\numpy\core\include -IC:\Python24\include -IC:\Python24\PC -c'<br> g++ -mno-cygwin -O2 -Wall -IC:\Python24\lib\site-packages\scipy\weave -IC:\Python24\lib\site-packages\scipy\weave\scxx -IC:\Python24\lib\site-packages\numpy\core\include -IC:\Python24\include -IC:\Python24\PC -c C:\Python24\lib\site-packages\scipy\weave\scxx\weave_imp.cpp -o c:\temp\Michael\python24_intermediate\compiler_12e837eb1ea3ab5199fbcc0e83015e3f\Release\python24\lib\site-packages\scipy\weave\scxx\weave_imp.o<br> Traceback (most recent call last):<br> File "C:\Python24\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py", line 310, in RunScript<br> exec codeObject in <strong>main</strong>.<strong>dict</strong><br> File "C:\Documents and Settings\Michael\Application Data\ESRI\ArcToolbox\scripts\test_weave.py", line 341, in ?<br> main()<br> File "C:\Documents and Settings\Michael\Application Data\ESRI\ArcToolbox\scripts\test_weave.py", line 224, in main<br> weave.inline('printf("%d\n",a);',['a'], verbose=2, type_converters=converters.blitz) #, compiler = 'msvc', verbpse=2, type_converters=converters.blitz, auto_downcast=0) #'msvc' or 'gcc' or 'mingw32'<br> File "C:\Python24\Lib\site-packages\scipy\weave\inline_tools.py", line 338, in inline<br> auto_downcast = auto_downcast,<br> File "C:\Python24\Lib\site-packages\scipy\weave\inline_tools.py", line 447, in compile_function<br> verbose=verbose, **kw)<br> File "C:\Python24\Lib\site-packages\scipy\weave\ext_tools.py", line 365, in compile<br> verbose = verbose, **kw)<br> File "C:\Python24\Lib\site-packages\scipy\weave\build_tools.py", line 269, in build_extension<br> setup(name = module_name, ext_modules = [ext],verbose=verb)<br> File "C:\Python24\Lib\site-packages\numpy\distutils\core.py", line 176, in setup<br> return old_setup(**new_attr)<br> File "C:\Python24\Lib\distutils\core.py", line 149, in setup<br> dist.run_commands()<br> File "C:\Python24\Lib\distutils\dist.py", line 946, in run_commands<br> self.run_command(cmd)<br> File "C:\Python24\Lib\distutils\dist.py", line 966, in run_command<br> cmd_obj.run()<br> File "C:\Python24\Lib\site-packages\numpy\distutils\command\build_ext.py", line 217, in run<br> self.build_extensions()<br> File "C:\Python24\Lib\distutils\command\build_ext.py", line 405, in build_extensions<br> self.build_extension(ext)<br> File "C:\Python24\Lib\site-packages\numpy\distutils\command\build_ext.py", line 320, in build_extension<br> extra_postargs=extra_args,<br> File "C:\Python24\Lib\site-packages\numpy\distutils\ccompiler.py", line 117, in CCompiler_compile<br> self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)<br> File "C:\Python24\Lib\distutils\cygwinccompiler.py", line 149, in _compile<br> self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +<br> File "C:\Python24\Lib\site-packages\numpy\distutils\ccompiler.py", line 34, in CCompiler_spawn<br> s,o = exec_command(cmd)<br> File "C:\Python24\lib\site-packages\numpy\distutils\exec_command.py", line 246, in exec_command<br> exec_command_dir = exec_dir,<br> File "C:\Python24\lib\site-packages\numpy\distutils\exec_command.py", line 346, in _exec_command_python<br> status = int(f.read())<br> ValueError: invalid literal for int():</p> <p dir="auto">Error using sdk 2003 toolkit:</p> <blockquote> <blockquote> <blockquote> <p dir="auto">&lt;weave: compiling&gt;<br> No module named msvccompiler in numpy.distutils; trying from distutils<br> creating c:\temp\Michael\python24_intermediate\compiler_d41d8cd98f00b204e9800998ecf8427e<br> running build_ext<br> running build_src<br> building extension "sc_552cccf5dbf4f6eadd273cdcbd5860522" sources<br> No module named msvccompiler in numpy.distutils; trying from distutils<br> customize MSVCCompiler<br> customize MSVCCompiler using build_ext<br> No module named msvccompiler in numpy.distutils; trying from distutils<br> customize MSVCCompiler<br> Missing compiler_cxx fix for MSVCCompiler<br> customize MSVCCompiler using build_ext<br> building 'sc_552cccf5dbf4f6eadd273cdcbd5860522' extension<br> compiling C sources<br> creating c:\temp\Michael\python24_intermediate\compiler_d41d8cd98f00b204e9800998ecf8427e\Release<br> creating c:\temp\Michael\python24_intermediate\compiler_d41d8cd98f00b204e9800998ecf8427e\Release\temp<br> creating c:\temp\Michael\python24_intermediate\compiler_d41d8cd98f00b204e9800998ecf8427e\Release\temp\Michael<br> creating c:\temp\Michael\python24_intermediate\compiler_d41d8cd98f00b204e9800998ecf8427e\Release\temp\Michael\python24_compiled<br> creating c:\temp\Michael\python24_intermediate\compiler_d41d8cd98f00b204e9800998ecf8427e\Release\Python24<br> creating c:\temp\Michael\python24_intermediate\compiler_d41d8cd98f00b204e9800998ecf8427e\Release\Python24\lib<br> creating c:\temp\Michael\python24_intermediate\compiler_d41d8cd98f00b204e9800998ecf8427e\Release\Python24\lib\site-packages<br> creating c:\temp\Michael\python24_intermediate\compiler_d41d8cd98f00b204e9800998ecf8427e\Release\Python24\lib\site-packages\scipy<br> creating c:\temp\Michael\python24_intermediate\compiler_d41d8cd98f00b204e9800998ecf8427e\Release\Python24\lib\site-packages\scipy\weave<br> creating c:\temp\Michael\python24_intermediate\compiler_d41d8cd98f00b204e9800998ecf8427e\Release\Python24\lib\site-packages\scipy\weave\scxx<br> cl.exe /c /nologo /Ox /MD /W3 /GX /DNDEBUG -IC:\Python24\lib\site-packages\scipy\weave -IC:\Python24\lib\site-packages\scipy\weave\scxx -IC:\Python24\lib\site-packages\numpy\core\include -IC:\Python24\include -IC:\Python24\PC /Tpc:\temp\Michael\python24_compiled\sc_552cccf5dbf4f6eadd273cdcbd5860522.cpp /Foc:\temp\Michael\python24_intermediate\compiler_d41d8cd98f00b204e9800998ecf8427e\Release\temp\Michael\python24_compiled\sc_552cccf5dbf4f6eadd273cdcbd5860522.obj /Zm1000<br> Traceback (most recent call last):<br> File "C:\Python24\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py", line 310, in RunScript<br> exec codeObject in <strong>main</strong>.<strong>dict</strong><br> File "C:\Documents and Settings\Michael\Application Data\ESRI\ArcToolbox\scripts\test_weave.py", line 341, in ?<br> main()<br> File "C:\Documents and Settings\Michael\Application Data\ESRI\ArcToolbox\scripts\test_weave.py", line 224, in main<br> weave.inline('printf("%d\n",a);',['a'], verbose=2, type_converters=converters.blitz) #, compiler = 'msvc', verbpse=2, type_converters=converters.blitz, auto_downcast=0) #'msvc' or 'gcc' or 'mingw32'<br> File "C:\Python24\Lib\site-packages\scipy\weave\inline_tools.py", line 338, in inline<br> auto_downcast = auto_downcast,<br> File "C:\Python24\Lib\site-packages\scipy\weave\inline_tools.py", line 447, in compile_function<br> verbose=verbose, **kw)<br> File "C:\Python24\Lib\site-packages\scipy\weave\ext_tools.py", line 365, in compile<br> verbose = verbose, **kw)<br> File "C:\Python24\Lib\site-packages\scipy\weave\build_tools.py", line 269, in build_extension<br> setup(name = module_name, ext_modules = [ext],verbose=verb)<br> File "C:\Python24\Lib\site-packages\numpy\distutils\core.py", line 176, in setup<br> return old_setup(**new_attr)<br> File "C:\Python24\Lib\distutils\core.py", line 149, in setup<br> dist.run_commands()<br> File "C:\Python24\Lib\distutils\dist.py", line 946, in run_commands<br> self.run_command(cmd)<br> File "C:\Python24\Lib\distutils\dist.py", line 966, in run_command<br> cmd_obj.run()<br> File "C:\Python24\Lib\site-packages\numpy\distutils\command\build_ext.py", line 217, in run<br> self.build_extensions()<br> File "C:\Python24\Lib\distutils\command\build_ext.py", line 405, in build_extensions<br> self.build_extension(ext)<br> File "C:\Python24\Lib\site-packages\numpy\distutils\command\build_ext.py", line 310, in build_extension<br> extra_postargs=extra_args,<br> File "C:\Python24\lib\distutils\msvccompiler.py", line 398, in compile<br> self.spawn ([self.cc] + compile_opts + pp_opts +<br> File "C:\Python24\Lib\site-packages\numpy\distutils\ccompiler.py", line 34, in CCompiler_spawn<br> s,o = exec_command(cmd)<br> File "C:\Python24\lib\site-packages\numpy\distutils\exec_command.py", line 246, in exec_command<br> exec_command_dir = exec_dir,<br> File "C:\Python24\lib\site-packages\numpy\distutils\exec_command.py", line 346, in _exec_command_python<br> status = int(f.read())<br> ValueError: invalid literal for int():</p> </blockquote> </blockquote> </blockquote> <h6 dir="auto"></h6> <p dir="auto">Code used for weave inline:</p> <h6 dir="auto"></h6> <p dir="auto">Please not that when I try any of these variations, I get the same error but I am trying to provide as much information as possible.</p> <h2 dir="auto">Example one</h2> <p dir="auto">a = 1<br> weave.inline('printf("%d\n",a);',['a'], verbose=2,type_converters=converters.blitz)</p> <p dir="auto">For additional examples see attachment.</p> <h6 dir="auto"></h6> <p dir="auto">Error in Numpy:</p> <h6 dir="auto"></h6> <p dir="auto">Make the following changes to:<br> C:\Python24\Lib\site-packages\numpy\distutils\exec_command.py in order to get weave to work.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="''' if os.name in ['nt','dos']: fdir,fn = os.path.split(pythonexe) fn = fn.upper().replace('PYTHONW','PYTHON') pythonexe = os.path.join(fdir,fn) assert os.path.isfile(pythonexe), '%r is not a file' % (pythonexe,) '''"><pre class="notranslate"><code class="notranslate">''' if os.name in ['nt','dos']: fdir,fn = os.path.split(pythonexe) fn = fn.upper().replace('PYTHONW','PYTHON') pythonexe = os.path.join(fdir,fn) assert os.path.isfile(pythonexe), '%r is not a file' % (pythonexe,) ''' </code></pre></div>
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1505" rel="nofollow">http://projects.scipy.org/scipy/ticket/1505</a> on 2011-08-31 by trac user kp, assigned to unknown.</em></p> <p dir="auto">import scipy.special fails as DLL _cephes can't be loaded.</p> <p dir="auto">I'm using following build<br> Python 2.7 (64 bit)<br> numpy-MKL-1.6.1 (64 bit)<br> scipy-0.9.0 (64 bit)<br> (from Christoph Gohlke Unoffical Python Extensions )</p>
0
<p dir="auto">I would like to know why at the model's methods which use a generator, has the argument `nb_worker deprecated.<br> There is any way to do it now correctly to have multiple threads fetching for your data?<br> Because in my case I work with a dataset made up by videos, it has an increment of speed fetching the data in multiple threads rather in only one.</p>
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes</li> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 and (RHEL-like (custom distro ran by organization))</li> <li>TensorFlow installed from (source or binary): binary</li> <li>TensorFlow version (use command below): Tensorflow 2.5.0 on Windows 10 , Tensorflow 2.5.0 AND 2.7.0 on RHEL</li> <li>Python version: Windows 10 -&gt; python 3.7.6 : RHEL -&gt; python 3.7.2+Tensorflow 2.5.0 AND python 3.8.2+Tensorflow 2.7.0</li> <li>CUDA/cuDNN version: CUDA:11.2.0 cuDNN:8.1.1</li> <li>GPU model and memory: Windows -&gt; nVidia Quadro RTX 3000 : RHEL -&gt; nVidia P100</li> </ul> <p dir="auto"><strong>Describe the current behavior</strong><br> When utilizing a custom loss function that has been tested to work, it will break with certain batch sizes by claiming that a (None) datatype was received, or rather, the <code class="notranslate">None</code> could not be converted to tensor. This is despite the fact that a numpy array of dtype <code class="notranslate">'float32'</code> was passed to it.</p> <p dir="auto">This was first noted in a script that trained two separate autoencoders on two separate datasets, 1- 12800x400 and 1-8000x400, with batch sizes of 128 and 80 respectively. The first would train, but the second would break despite the code for the second autoencoder being a duplicate of the first. The first one in that situation utilized the same custom loss function <code class="notranslate">ExplainedVar().</code> This does not occur for the built-in loss functions. The <code class="notranslate">batch_size</code> in all cases was smaller than the training set.</p> <p dir="auto">It should be noted that when it fails, <code class="notranslate">true</code> and <code class="notranslate">pred</code> reach the loss function as <code class="notranslate">None</code>s . This is not a result of the math inside the loss function.</p> <p dir="auto">Below are the two different errors produced by Tensorflow 2.5.0 and 2.7.0 respectively.</p> <p dir="auto"><strong>Tensorflow 2.5.0</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last): File &quot;divided_models.py&quot;, line 218, in &lt;module&gt; a_sae.fit(rnd_dat,rnd_dat,epochs=10,batch_size=32,verbose=2) File &quot;/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/keras/engine/training.py&quot;, line 1184, in fit tmp_logs = self.train_function(iterator) File &quot;/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/def_function.py&quot;, line 885, in __call__ result = self._call(*args, **kwds) File &quot;/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/def_function.py&quot;, line 933, in _call self._initialize(args, kwds, add_initializers_to=initializers) File &quot;/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/def_function.py&quot;, line 760, in _initialize *args, **kwds)) File &quot;/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/function.py&quot;, line 3066, in _get_concrete_function_internal_garbage_collected graph_function, _ = self._maybe_define_function(args, kwargs) File &quot;/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/function.py&quot;, line 3463, in _maybe_define_function graph_function = self._create_graph_function(args, kwargs) File &quot;/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/function.py&quot;, line 3308, in _create_graph_function capture_by_value=self._capture_by_value), File &quot;/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/func_graph.py&quot;, line 1007, in func_graph_from_py_func func_outputs = python_func(*func_args, **func_kwargs) File &quot;/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/def_function.py&quot;, line 668, in wrapped_fn out = weak_wrapped_fn().__wrapped__(*args, **kwds) File &quot;/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/func_graph.py&quot;, line 994, in wrapper raise e.ag_error_metadata.to_exception(e) TypeError: in user code: /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/keras/engine/training.py:853 train_function * return step_function(self, iterator) ./custom_loss_funcs.py:117 call * pred_mean = tf.reshape(tf.math.reduce_mean(pred,axis=1),(pred.shape[0],1)) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/util/dispatch.py:206 wrapper ** return target(*args, **kwargs) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/ops/array_ops.py:196 reshape result = gen_array_ops.reshape(tensor, shape, name) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/ops/gen_array_ops.py:8404 reshape &quot;Reshape&quot;, tensor=tensor, shape=shape, name=name) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/op_def_library.py:525 _apply_op_helper raise err /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/op_def_library.py:515 _apply_op_helper preferred_dtype=default_dtype) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/profiler/trace.py:163 wrapped return func(*args, **kwargs) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/ops.py:1566 convert_to_tensor ret = conversion_func(value, dtype=dtype, name=name, as_ref=as_ref) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/constant_op.py:346 _constant_tensor_conversion_function return constant(v, dtype=dtype, name=name) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/constant_op.py:272 constant allow_broadcast=True) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/constant_op.py:290 _constant_impl allow_broadcast=allow_broadcast)) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/tensor_util.py:553 make_tensor_proto &quot;supported type.&quot; % (type(values), values)) TypeError: Failed to convert object of type &lt;class 'tuple'&gt; to Tensor. Contents: (None, 1). Consider casting elements to a supported type."><pre class="notranslate"><code class="notranslate">Traceback (most recent call last): File "divided_models.py", line 218, in &lt;module&gt; a_sae.fit(rnd_dat,rnd_dat,epochs=10,batch_size=32,verbose=2) File "/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/keras/engine/training.py", line 1184, in fit tmp_logs = self.train_function(iterator) File "/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/def_function.py", line 885, in __call__ result = self._call(*args, **kwds) File "/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/def_function.py", line 933, in _call self._initialize(args, kwds, add_initializers_to=initializers) File "/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/def_function.py", line 760, in _initialize *args, **kwds)) File "/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/function.py", line 3066, in _get_concrete_function_internal_garbage_collected graph_function, _ = self._maybe_define_function(args, kwargs) File "/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/function.py", line 3463, in _maybe_define_function graph_function = self._create_graph_function(args, kwargs) File "/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/function.py", line 3308, in _create_graph_function capture_by_value=self._capture_by_value), File "/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/func_graph.py", line 1007, in func_graph_from_py_func func_outputs = python_func(*func_args, **func_kwargs) File "/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/eager/def_function.py", line 668, in wrapped_fn out = weak_wrapped_fn().__wrapped__(*args, **kwds) File "/usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/func_graph.py", line 994, in wrapper raise e.ag_error_metadata.to_exception(e) TypeError: in user code: /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/keras/engine/training.py:853 train_function * return step_function(self, iterator) ./custom_loss_funcs.py:117 call * pred_mean = tf.reshape(tf.math.reduce_mean(pred,axis=1),(pred.shape[0],1)) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/util/dispatch.py:206 wrapper ** return target(*args, **kwargs) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/ops/array_ops.py:196 reshape result = gen_array_ops.reshape(tensor, shape, name) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/ops/gen_array_ops.py:8404 reshape "Reshape", tensor=tensor, shape=shape, name=name) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/op_def_library.py:525 _apply_op_helper raise err /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/op_def_library.py:515 _apply_op_helper preferred_dtype=default_dtype) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/profiler/trace.py:163 wrapped return func(*args, **kwargs) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/ops.py:1566 convert_to_tensor ret = conversion_func(value, dtype=dtype, name=name, as_ref=as_ref) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/constant_op.py:346 _constant_tensor_conversion_function return constant(v, dtype=dtype, name=name) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/constant_op.py:272 constant allow_broadcast=True) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/constant_op.py:290 _constant_impl allow_broadcast=allow_broadcast)) /usr/WS2/mvander/py3venv/py3venv/lib/python3.7/site-packages/tensorflow/python/framework/tensor_util.py:553 make_tensor_proto "supported type." % (type(values), values)) TypeError: Failed to convert object of type &lt;class 'tuple'&gt; to Tensor. Contents: (None, 1). Consider casting elements to a supported type. </code></pre></div> <p dir="auto"><strong>Tensorflow 2.7.0</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last): File &quot;divided_models3.py&quot;, line 111, in &lt;module&gt; a_ae.fit(scaled_aData,scaled_aData,epochs=n_epochs, File &quot;/usr/WS2/mvander/py3_8/lib/python3.8/site-packages/keras/utils/traceback_utils.py&quot;, line 67, in error_handler raise e.with_traceback(filtered_tb) from None File &quot;/usr/WS2/mvander/py3_8/lib/python3.8/site-packages/tensorflow/python/framework/func_graph.py&quot;, line 1129, in autograph_handler raise e.ag_error_metadata.to_exception(e) TypeError: in user code: File &quot;/usr/WS2/mvander/py3_8/lib/python3.8/site-packages/keras/engine/training.py&quot;, line 878, in train_function * return step_function(self, iterator) File &quot;divided_models3.py&quot;, line 23, in call * pred_mean = tf.reshape(tf.math.reduce_mean(pred,axis=1),(pred.shape[0],1)) TypeError: Failed to convert elements of (None, 1) to Tensor. Consider casting elements to a supported type. See https://www.tensorflow.org/api_docs/python/tf/dtypes for supported TF dtypes. "><pre class="notranslate"><code class="notranslate">Traceback (most recent call last): File "divided_models3.py", line 111, in &lt;module&gt; a_ae.fit(scaled_aData,scaled_aData,epochs=n_epochs, File "/usr/WS2/mvander/py3_8/lib/python3.8/site-packages/keras/utils/traceback_utils.py", line 67, in error_handler raise e.with_traceback(filtered_tb) from None File "/usr/WS2/mvander/py3_8/lib/python3.8/site-packages/tensorflow/python/framework/func_graph.py", line 1129, in autograph_handler raise e.ag_error_metadata.to_exception(e) TypeError: in user code: File "/usr/WS2/mvander/py3_8/lib/python3.8/site-packages/keras/engine/training.py", line 878, in train_function * return step_function(self, iterator) File "divided_models3.py", line 23, in call * pred_mean = tf.reshape(tf.math.reduce_mean(pred,axis=1),(pred.shape[0],1)) TypeError: Failed to convert elements of (None, 1) to Tensor. Consider casting elements to a supported type. See https://www.tensorflow.org/api_docs/python/tf/dtypes for supported TF dtypes. </code></pre></div> <p dir="auto"><strong>Describe the expected behavior</strong><br> <code class="notranslate">Model.fit()</code> should work for any batch_size &gt; 0 and &lt;= dataset size. Alternatively, it should work for any dataset size greater than zero where a batch_size larger than the dataset size would default to the size of the dataset. This should work regardless of whether it is an built-in loss function or a custom loss function.</p> <p dir="auto"><strong><a href="https://www.tensorflow.org/community/contribute" rel="nofollow">Contributing</a></strong></p> <ul dir="auto"> <li>Do you want to contribute a PR? (yes/no): No</li> </ul> <p dir="auto"><strong>Standalone code to reproduce the issue</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import os import sys import numpy as np import matplotlib.pyplot as plt import tensorflow as tf import tensorflow.keras as krs class ExplainedVar(krs.losses.Loss): def __init__(self, reduction = krs.losses.Reduction.AUTO, **kwargs): super( ExplainedVar, self).__init__(reduction = reduction, **kwargs) # self.counter = 0 def call(self,true,pred): #print(pred.shape) #print(true.shape) #if true.shape[0] is None: # raise Exception() # self.counter += 1 # print(self.counter) pred = tf.convert_to_tensor(pred) true = tf.cast(true, pred.dtype) res = tf.math.reduce_sum( tf.math.square( pred - true ), axis=1 ) pred_mean = tf.reshape(tf.math.reduce_mean(pred,axis=1),(pred.shape[0],1)) tot = tf.math.reduce_sum( tf.math.square( pred - pred_mean ),axis=1) return res/tot def make_auto(in_dim,string): enc_in = krs.Input((in_dim,)) x = enc_in x0_0 = krs.layers.Dense(96,activation='elu',kernel_initializer='lecun_normal')(x) x1_0 = krs.layers.Dense(48,activation='elu',kernel_initializer='lecun_normal')(x0_0) x2_0 = krs.layers.Dense(25,activation='elu',kernel_initializer='lecun_normal')(x1_0) x3_0 = krs.layers.Dense(16,activation='elu',kernel_initializer='lecun_normal')(x2_0) x0_1 = krs.layers.Dense(12,activation='elu',kernel_initializer='lecun_normal')(x) x1_1 = krs.layers.Dense(10,activation='elu',kernel_initializer='lecun_normal')(x0_0) x2_1 = krs.layers.Dense(8,activation='elu',kernel_initializer='lecun_normal')(x1_0) x3_1 = krs.layers.Dense(6,activation='elu',kernel_initializer='lecun_normal')(x2_0) x4_1 = krs.layers.Dense(4,activation='elu',kernel_initializer='lecun_normal')(x3_0) enc_out = krs.layers.Concatenate(axis=1)([x0_1,x1_1,x2_1,x3_1,x4_1]) a_enc = krs.Model( inputs = enc_in, outputs = enc_out, name = &quot;%s_enc&quot;%string) dec_in = krs.Input((40,)) x = dec_in x0 = x[:,:4] x1 = x[:,4:10] x2 = x[:,10:18] x3 = x[:,18:28] x4 = x[:,28:40] x4 = krs.layers.Dense(16,activation='elu',kernel_initializer='lecun_normal')(x4) x3 = krs.layers.Concatenate()([x3,x4]) x3 = krs.layers.Dense(25,activation='elu',kernel_initializer='lecun_normal')(x3) x2 = krs.layers.Concatenate()([x2,x3]) x2 = krs.layers.Dense(48,activation='elu',kernel_initializer='lecun_normal')(x2) x1 = krs.layers.Concatenate()([x1,x2]) x1 = krs.layers.Dense(96,activation='elu',kernel_initializer='lecun_normal')(x1) x0 = krs.layers.Concatenate()([x0,x1]) dec_out = krs.layers.Dense(400,activation='elu',kernel_initializer='lecun_normal')(x0) a_dec = krs.Model( inputs = dec_in, outputs = dec_out, name = &quot;%s_dec&quot;%string) a_sae = krs.Model( inputs = enc_in, outputs = a_dec( a_enc(enc_in)), name = &quot;%s_sae&quot;%string) return a_sae, a_enc, a_dec def samp_minmax_transform(xmin,xmax,data): data = ((data.T - xmin)/(xmax-xmin)).T return data def samp_minmax_inverse_transform(xmin,xmax,data): data = (data.T*(xmax-xmin)+xmin).T return data def scale(x): return np.power(x,1./30.) def descale(x): return np.power(x,30.) aData = np.random.uniform(0,10.,(5000,400)) bData = np.random.uniform(0,10.,(5000,400)) scaled_aData = scale(aData) scaled_bData = scale(bData) print(&quot;aData DTYPE :&quot;,aData.dtype) print(&quot;bData DTYPE :&quot;,bData.dtype) ############################################### a_ae, a_enc, a_dec = make_auto(400,'a') loss = ExplainedVar() # loss = krs.losses.MSLE #### This works with all batch sizes opt = krs.optimizers.Adam(.0001) a_ae.compile(optimizer=opt,loss=loss) n_epochs = 10 batch_size = int(scaled_aData.shape[0]*.8) ### This will break everything with custom loss function # batch_size = int(scaled_aData.shape[0]*.05) #### This make it work with custom loss function a_ae.fit(scaled_aData,scaled_aData,epochs=n_epochs, batch_size=batch_size,verbose=2) ############################################### ## THIS SECTION IS TO VERIFY THAT IT ISN'T THE ARCHITECTURE ITSELF # enc_in = krs.Input((400,)) # x = krs.layers.Dense(50,activation='elu')(enc_in) # enc_out = krs.layers.Dense(10,activation='elu')(x) # enc = krs.Model(inputs=enc_in,outputs=enc_out,name=&quot;enc&quot;) # dec_in = krs.Input((10,)) # x = krs.layers.Dense(50,activation='elu')(dec_in) # dec_out = krs.layers.Dense(400,activation='elu')(x) # dec = krs.Model(inputs=dec_in,outputs=dec_out,name=&quot;dec&quot;) # n_epochs = 10 # batch_size = int(scaled_aData.shape[0]*.8) # ae = krs.Model(inputs=enc_in, outputs = dec( enc(enc_in)),name='ae') # loss = ExplainedVar() # opt = krs.optimizers.Adam(.0001) # ae.compile(optimizer=opt,loss=loss) # ae.fit(scaled_aData,scaled_aData,epochs=n_epochs, # batch_size=batch_size,verbose=2) "><pre class="notranslate"><code class="notranslate">import os import sys import numpy as np import matplotlib.pyplot as plt import tensorflow as tf import tensorflow.keras as krs class ExplainedVar(krs.losses.Loss): def __init__(self, reduction = krs.losses.Reduction.AUTO, **kwargs): super( ExplainedVar, self).__init__(reduction = reduction, **kwargs) # self.counter = 0 def call(self,true,pred): #print(pred.shape) #print(true.shape) #if true.shape[0] is None: # raise Exception() # self.counter += 1 # print(self.counter) pred = tf.convert_to_tensor(pred) true = tf.cast(true, pred.dtype) res = tf.math.reduce_sum( tf.math.square( pred - true ), axis=1 ) pred_mean = tf.reshape(tf.math.reduce_mean(pred,axis=1),(pred.shape[0],1)) tot = tf.math.reduce_sum( tf.math.square( pred - pred_mean ),axis=1) return res/tot def make_auto(in_dim,string): enc_in = krs.Input((in_dim,)) x = enc_in x0_0 = krs.layers.Dense(96,activation='elu',kernel_initializer='lecun_normal')(x) x1_0 = krs.layers.Dense(48,activation='elu',kernel_initializer='lecun_normal')(x0_0) x2_0 = krs.layers.Dense(25,activation='elu',kernel_initializer='lecun_normal')(x1_0) x3_0 = krs.layers.Dense(16,activation='elu',kernel_initializer='lecun_normal')(x2_0) x0_1 = krs.layers.Dense(12,activation='elu',kernel_initializer='lecun_normal')(x) x1_1 = krs.layers.Dense(10,activation='elu',kernel_initializer='lecun_normal')(x0_0) x2_1 = krs.layers.Dense(8,activation='elu',kernel_initializer='lecun_normal')(x1_0) x3_1 = krs.layers.Dense(6,activation='elu',kernel_initializer='lecun_normal')(x2_0) x4_1 = krs.layers.Dense(4,activation='elu',kernel_initializer='lecun_normal')(x3_0) enc_out = krs.layers.Concatenate(axis=1)([x0_1,x1_1,x2_1,x3_1,x4_1]) a_enc = krs.Model( inputs = enc_in, outputs = enc_out, name = "%s_enc"%string) dec_in = krs.Input((40,)) x = dec_in x0 = x[:,:4] x1 = x[:,4:10] x2 = x[:,10:18] x3 = x[:,18:28] x4 = x[:,28:40] x4 = krs.layers.Dense(16,activation='elu',kernel_initializer='lecun_normal')(x4) x3 = krs.layers.Concatenate()([x3,x4]) x3 = krs.layers.Dense(25,activation='elu',kernel_initializer='lecun_normal')(x3) x2 = krs.layers.Concatenate()([x2,x3]) x2 = krs.layers.Dense(48,activation='elu',kernel_initializer='lecun_normal')(x2) x1 = krs.layers.Concatenate()([x1,x2]) x1 = krs.layers.Dense(96,activation='elu',kernel_initializer='lecun_normal')(x1) x0 = krs.layers.Concatenate()([x0,x1]) dec_out = krs.layers.Dense(400,activation='elu',kernel_initializer='lecun_normal')(x0) a_dec = krs.Model( inputs = dec_in, outputs = dec_out, name = "%s_dec"%string) a_sae = krs.Model( inputs = enc_in, outputs = a_dec( a_enc(enc_in)), name = "%s_sae"%string) return a_sae, a_enc, a_dec def samp_minmax_transform(xmin,xmax,data): data = ((data.T - xmin)/(xmax-xmin)).T return data def samp_minmax_inverse_transform(xmin,xmax,data): data = (data.T*(xmax-xmin)+xmin).T return data def scale(x): return np.power(x,1./30.) def descale(x): return np.power(x,30.) aData = np.random.uniform(0,10.,(5000,400)) bData = np.random.uniform(0,10.,(5000,400)) scaled_aData = scale(aData) scaled_bData = scale(bData) print("aData DTYPE :",aData.dtype) print("bData DTYPE :",bData.dtype) ############################################### a_ae, a_enc, a_dec = make_auto(400,'a') loss = ExplainedVar() # loss = krs.losses.MSLE #### This works with all batch sizes opt = krs.optimizers.Adam(.0001) a_ae.compile(optimizer=opt,loss=loss) n_epochs = 10 batch_size = int(scaled_aData.shape[0]*.8) ### This will break everything with custom loss function # batch_size = int(scaled_aData.shape[0]*.05) #### This make it work with custom loss function a_ae.fit(scaled_aData,scaled_aData,epochs=n_epochs, batch_size=batch_size,verbose=2) ############################################### ## THIS SECTION IS TO VERIFY THAT IT ISN'T THE ARCHITECTURE ITSELF # enc_in = krs.Input((400,)) # x = krs.layers.Dense(50,activation='elu')(enc_in) # enc_out = krs.layers.Dense(10,activation='elu')(x) # enc = krs.Model(inputs=enc_in,outputs=enc_out,name="enc") # dec_in = krs.Input((10,)) # x = krs.layers.Dense(50,activation='elu')(dec_in) # dec_out = krs.layers.Dense(400,activation='elu')(x) # dec = krs.Model(inputs=dec_in,outputs=dec_out,name="dec") # n_epochs = 10 # batch_size = int(scaled_aData.shape[0]*.8) # ae = krs.Model(inputs=enc_in, outputs = dec( enc(enc_in)),name='ae') # loss = ExplainedVar() # opt = krs.optimizers.Adam(.0001) # ae.compile(optimizer=opt,loss=loss) # ae.fit(scaled_aData,scaled_aData,epochs=n_epochs, # batch_size=batch_size,verbose=2) </code></pre></div>
0
<p dir="auto">hi, when I say install npm install package, it gives error. not loaded.</p> <p dir="auto">npm ERR! cb() never called!</p> <p dir="auto">npm ERR! This is an error with npm itself. Please report this error at:<br> npm ERR! <a href="https://npm.community" rel="nofollow">https://npm.community</a></p> <p dir="auto">npm ERR! A complete log of this run can be found in:</p> <p dir="auto">what should I do?</p>
<p dir="auto">npm ERR! cb() never called!</p> <p dir="auto">npm ERR! This is an error with npm itself. Please report this error at:<br> npm ERR! <a href="https://npm.community" rel="nofollow">https://npm.community</a></p> <p dir="auto">npm ERR! A complete log of this run can be found in:<br> npm ERR! /home/festus/.npm/_logs/2019-11-10T20_01_15_638Z-debug.log</p> <p dir="auto">Has this issue been solved yet?</p>
0
<p dir="auto"><strong>TypeScript Version:</strong> 1.8.7</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function make_component&lt;A, B extends A&gt;(arg: () =&gt; B) { } h&lt;{x: string}&gt;(() =&gt; { return { x: &quot;hello&quot;, y: 10, }; });"><pre class="notranslate"><span class="pl-k">function</span> <span class="pl-en">make_component</span><span class="pl-c1">&lt;</span><span class="pl-smi">A</span><span class="pl-kos">,</span> <span class="pl-smi">B</span> <span class="pl-k">extends</span> <span class="pl-smi">A</span><span class="pl-c1">&gt;</span><span class="pl-kos">(</span><span class="pl-s1">arg</span>: <span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">B</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-kos">}</span> <span class="pl-en">h</span><span class="pl-kos">&lt;</span><span class="pl-kos">{</span><span class="pl-c1">x</span>: <span class="pl-smi">string</span><span class="pl-kos">}</span><span class="pl-kos">&gt;</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-kos">{</span> <span class="pl-k">return</span> <span class="pl-kos">{</span> <span class="pl-c1">x</span>: <span class="pl-s">"hello"</span><span class="pl-kos">,</span> <span class="pl-c1">y</span>: <span class="pl-c1">10</span><span class="pl-kos">,</span> <span class="pl-kos">}</span><span class="pl-kos">;</span> <span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div> <p dir="auto">I have a function that produces a higher-order react component by taking a function that knows how to take a set of "external props", run a function taking the external props returning "computed props". The union of the external props and the computed props is a set of "internal props", which the internal React component can rely on.</p> <p dir="auto">I want the caller to specify just one of these property sets, and have everything else be inferred by the function argument passed in. The code above is a simplified example of this.</p> <p dir="auto">Note that only one type parameter is specified -- I would hope the second could be inferred by the function argument (like C++).</p> <p dir="auto">However, instead I get a "Supplied parameters do not match any signature of call target." error.</p>
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.8.0</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface Class&lt;T&gt; { new(): T; } declare function create1&lt;T&gt;(ctor: Class&lt;T&gt;): T; declare function create2&lt;T, C extends Class&lt;T&gt;&gt;(ctor: C): T; class A {} let a1 = create1(A); // a: A --&gt; OK let a2 = create2(A); // a: {} --&gt; Should be A"><pre class="notranslate"><span class="pl-k">interface</span> <span class="pl-smi">Class</span><span class="pl-c1">&lt;</span><span class="pl-smi">T</span><span class="pl-c1">&gt;</span> <span class="pl-kos">{</span> <span class="pl-k">new</span><span class="pl-kos">(</span><span class="pl-kos">)</span>: <span class="pl-smi">T</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-k">declare</span> <span class="pl-k">function</span> <span class="pl-s1">create1</span><span class="pl-c1">&lt;</span><span class="pl-smi">T</span><span class="pl-c1">&gt;</span><span class="pl-kos">(</span><span class="pl-s1">ctor</span>: <span class="pl-smi">Class</span><span class="pl-kos">&lt;</span><span class="pl-smi">T</span><span class="pl-kos">&gt;</span><span class="pl-kos">)</span>: <span class="pl-smi">T</span><span class="pl-kos">;</span> <span class="pl-k">declare</span> <span class="pl-k">function</span> <span class="pl-s1">create2</span><span class="pl-c1">&lt;</span><span class="pl-smi">T</span><span class="pl-kos">,</span> <span class="pl-smi">C</span> <span class="pl-k">extends</span> <span class="pl-smi">Class</span><span class="pl-kos">&lt;</span><span class="pl-smi">T</span><span class="pl-kos">&gt;</span><span class="pl-c1">&gt;</span><span class="pl-kos">(</span><span class="pl-s1">ctor</span>: <span class="pl-smi">C</span><span class="pl-kos">)</span>: <span class="pl-smi">T</span><span class="pl-kos">;</span> <span class="pl-k">class</span> <span class="pl-smi">A</span> <span class="pl-kos">{</span><span class="pl-kos">}</span> <span class="pl-k">let</span> <span class="pl-s1">a1</span> <span class="pl-c1">=</span> <span class="pl-en">create1</span><span class="pl-kos">(</span><span class="pl-smi">A</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// a: A --&gt; OK</span> <span class="pl-k">let</span> <span class="pl-s1">a2</span> <span class="pl-c1">=</span> <span class="pl-en">create2</span><span class="pl-kos">(</span><span class="pl-smi">A</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// a: {} --&gt; Should be A</span></pre></div> <p dir="auto"><strong>Context</strong></p> <p dir="auto">The example above is simplified to illustrate the difference between <code class="notranslate">create1</code> and <code class="notranslate">create2</code>. I need both type parameters for the use case I have in mind (React) because it returns a type which is parameterized by both <code class="notranslate">T</code> and <code class="notranslate">C</code>:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="declare function createElement&lt;T, C extends Class&lt;T&gt;&gt;(type: C): Element&lt;T, C&gt;; var e = createElement(A); // e: Element&lt;{}, typeof A&gt; --&gt; Should be Element&lt;A, typeof A&gt; declare function render&lt;T&gt;(e: Element&lt;T, any&gt;): T; var a = render(e); // a: {} --&gt; Should be A"><pre class="notranslate"><span class="pl-k">declare</span> <span class="pl-k">function</span> <span class="pl-s1">createElement</span><span class="pl-c1">&lt;</span><span class="pl-smi">T</span><span class="pl-kos">,</span> <span class="pl-smi">C</span> <span class="pl-k">extends</span> <span class="pl-smi">Class</span><span class="pl-kos">&lt;</span><span class="pl-smi">T</span><span class="pl-kos">&gt;</span><span class="pl-c1">&gt;</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-smi">C</span><span class="pl-kos">)</span>: <span class="pl-smi">Element</span><span class="pl-kos">&lt;</span><span class="pl-smi">T</span><span class="pl-kos">,</span> <span class="pl-smi">C</span><span class="pl-kos">&gt;</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">e</span> <span class="pl-c1">=</span> <span class="pl-en">createElement</span><span class="pl-kos">(</span><span class="pl-smi">A</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// e: Element&lt;{}, typeof A&gt; --&gt; Should be Element&lt;A, typeof A&gt;</span> <span class="pl-k">declare</span> <span class="pl-k">function</span> <span class="pl-s1">render</span><span class="pl-c1">&lt;</span><span class="pl-smi">T</span><span class="pl-c1">&gt;</span><span class="pl-kos">(</span><span class="pl-s1">e</span>: <span class="pl-smi">Element</span><span class="pl-kos">&lt;</span><span class="pl-smi">T</span><span class="pl-kos">,</span> <span class="pl-smi">any</span><span class="pl-kos">&gt;</span><span class="pl-kos">)</span>: <span class="pl-smi">T</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">a</span> <span class="pl-c1">=</span> <span class="pl-en">render</span><span class="pl-kos">(</span><span class="pl-s1">e</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// a: {} --&gt; Should be A</span></pre></div> <p dir="auto">Again, this is simplified, but the motivation is to improve the return type inference of <code class="notranslate">ReactDOM.render</code>.</p>
1
<p dir="auto"><strong>TypeScript Version:</strong> 1.8.29.0 (default for Visual Studio 2015 Update 2)</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// worked on TS 1.8.4.0 let promises: Promise&lt;number&gt;[]; let promiseall: Promise&lt;number[]&gt; = Promise.all(promises)"><pre class="notranslate"><span class="pl-c">// worked on TS 1.8.4.0</span> <span class="pl-k">let</span> <span class="pl-s1">promises</span>: <span class="pl-smi">Promise</span><span class="pl-kos">&lt;</span><span class="pl-smi">number</span><span class="pl-kos">&gt;</span><span class="pl-kos">[</span><span class="pl-kos">]</span><span class="pl-kos">;</span> <span class="pl-k">let</span> <span class="pl-s1">promiseall</span>: <span class="pl-smi">Promise</span><span class="pl-kos">&lt;</span><span class="pl-smi">number</span><span class="pl-kos">[</span><span class="pl-kos">]</span><span class="pl-kos">&gt;</span> <span class="pl-c1">=</span> <span class="pl-smi">Promise</span><span class="pl-kos">.</span><span class="pl-en">all</span><span class="pl-kos">(</span><span class="pl-s1">promises</span><span class="pl-kos">)</span></pre></div> <p dir="auto"><strong>Expected behavior:</strong> No compilation error.</p> <p dir="auto"><strong>Actual behavior:</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Type 'Promise&lt;Promise&lt;number&gt;[]&gt;' is not assignable to type 'Promise&lt;number[]&gt;'. Type 'Promise&lt;number&gt;[]' is not assignable to type 'number[]'. Type 'Promise&lt;number&gt;' is not assignable to type 'number'."><pre class="notranslate"><code class="notranslate">Type 'Promise&lt;Promise&lt;number&gt;[]&gt;' is not assignable to type 'Promise&lt;number[]&gt;'. Type 'Promise&lt;number&gt;[]' is not assignable to type 'number[]'. Type 'Promise&lt;number&gt;' is not assignable to type 'number'. </code></pre></div>
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.8.9</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Promise.all([Promise.resolve('')]); // has type Promise&lt;Promise&lt;string&gt;[]&gt;"><pre class="notranslate"><span class="pl-smi">Promise</span><span class="pl-kos">.</span><span class="pl-en">all</span><span class="pl-kos">(</span><span class="pl-kos">[</span><span class="pl-smi">Promise</span><span class="pl-kos">.</span><span class="pl-en">resolve</span><span class="pl-kos">(</span><span class="pl-s">''</span><span class="pl-kos">)</span><span class="pl-kos">]</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// has type Promise&lt;Promise&lt;string&gt;[]&gt;</span></pre></div> <p dir="auto"><strong>Expected behavior:</strong><br> The expression has type <code class="notranslate">Promise&lt;string[]&gt;</code> as in 1.8.7<br> <strong>Actual behavior:</strong><br> The expression has type <code class="notranslate">Promise&lt;Promise&lt;string&gt;[]&gt;</code></p>
1
<p dir="auto"><a href="https://github.com/kubernetes/kubernetes/files/583629/kube-error.txt">kube-error.txt</a></p> <p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p> <p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):</p> <hr> <p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one):</p> <p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>):</p> <p dir="auto"><strong>1.4.1</strong><br> <strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configuration</strong>:</li> <li><strong>OS</strong> (e.g. from /etc/os-release):</li> <li><strong>Kernel</strong> (e.g. <code class="notranslate">uname -a</code>):</li> <li><strong>Install tools</strong>:</li> <li><strong>Others</strong>:</li> </ul> <p dir="auto"><strong>What happened</strong>:<br> [root@k8s-master ~]# kubectl version<br> Client Version: version.Info{Major:"1", Minor:"4", GitVersion:"v1.4.1", GitCommit:"33cf7b9acbb2cb7c9c72a10d6636321fb180b159", GitTreeState:"clean", BuildDate:"2016-10-10T18:19:49Z", GoVersion:"go1.6.3", Compiler:"gc", Platform:"linux/amd64"}<br> Server Version: version.Info{Major:"1", Minor:"4", GitVersion:"v1.4.1", GitCommit:"33cf7b9acbb2cb7c9c72a10d6636321fb180b159", GitTreeState:"clean", BuildDate:"2016-10-10T18:13:36Z", GoVersion:"go1.6.3", Compiler:"gc", Platform:"linux/amd64"}</p> <p dir="auto">[root@k8s-master ~]# kubectl get nodes<br> NAME STATUS AGE<br> 10.37.116.32 Ready 1h</p> <p dir="auto">[root@k8s-master ~]# ps -ef|grep kube<br> root 1767 1708 0 11:32 pts/1 00:00:04 kube-apiserver --logtostderr=true --v=5 --etcd-servers=<a href="https://10.37.116.31:2379,https://10.37.116.32:2379" rel="nofollow">https://10.37.116.31:2379,https://10.37.116.32:2379</a> --etcd-cafile=/ssl/ca.pem --etcd-certfile=/ssl/server.pem --etcd-keyfile=/ssl/server-key.pem --bind-address=10.37.116.31 --secure-port=6443 --advertise-address=10.37.116.31 --allow-privileged=false --service-cluster-ip-range=172.16.0.0/16 --admission-control=NamespaceLifecycle,NamespaceExists,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota --client-ca-file=/ssl/ca.pem --tls-cert-file=/ssl/server.pem --tls-private-key-file=/ssl/server-key.pem<br> root 1781 1726 0 11:33 pts/2 00:00:01 kube-controller-manager --logtostderr=true --v=5 --master=127.0.0.1:8080 --allocate-node-cidrs=true --cluster-cidr=172.16.0.0/16 --root-ca-file=/ssl/ca.pem --service-account-private-key-file=/ssl/server-key.pem<br> root 1795 1040 0 11:33 pts/0 00:00:00 kube-scheduler --logtostderr=true --v=5 --master=127.0.0.1:8080</p> <p dir="auto">[root@k8s-node-1 ~]# ps -ef|grep kube<br> root 26089 1223 1 11:34 pts/0 00:00:06 kube-proxy --logtostderr=true --v=5 --hostname-override=10.37.116.32 --kubeconfig=/etc/kubernetes/kubecfg --proxy-mode=iptables<br> root 26529 24882 0 11:34 pts/1 00:00:04 kubelet --logtostderr=true --v=5 --address=10.37.116.32 --port=10250 --hostname-override=10.37.116.32 --kubeconfig=/etc/kubernetes/kubecfg --require-kubeconfig=true --pod-infra-container-image=10.37.116.11:8443/pause:latest --allow-privileged=false --tls-cert-file=/ssl/server.pem --tls-private-key-file=/ssl/server-key.pem</p> <p dir="auto">[root@k8s-node-1 ~]# cat /etc/kubernetes/kubecfg<br> apiVersion: v1<br> kind: Config<br> users:</p> <ul dir="auto"> <li>name: kubelet<br> user:<br> client-certificate: /ssl/server.pem<br> client-key: /ssl/server-key.pem<br> clusters:</li> <li>name: dev<br> cluster:<br> certificate-authority: /ssl/ca.pem<br> server: <a href="https://10.37.116.31:6443" rel="nofollow">https://10.37.116.31:6443</a><br> contexts:</li> <li>context:<br> cluster: dev<br> user: kubelet<br> name: service-account-context<br> current-context: service-account-context</li> </ul> <p dir="auto">[root@k8s-master ~]# kubectl get sa --all-namespaces -o yaml<br> apiVersion: v1<br> items:</p> <ul dir="auto"> <li>apiVersion: v1<br> kind: ServiceAccount<br> metadata:<br> creationTimestamp: 2016-11-10T03:24:12Z<br> name: default<br> namespace: default<br> resourceVersion: "2732"<br> selfLink: /api/v1/namespaces/default/serviceaccounts/default<br> uid: 26a7b030-a6f5-11e6-84f0-080027acd9e1<br> secrets: <ul dir="auto"> <li>name: default-token-g9xgv</li> </ul> </li> <li>apiVersion: v1<br> kind: ServiceAccount<br> metadata:<br> creationTimestamp: 2016-11-10T03:24:26Z<br> name: default<br> namespace: kube-system<br> resourceVersion: "2754"<br> selfLink: /api/v1/namespaces/kube-system/serviceaccounts/default<br> uid: 2edaf5ed-a6f5-11e6-84f0-080027acd9e1<br> secrets: <ul dir="auto"> <li>name: default-token-rsqoz<br> kind: List<br> metadata: {}</li> </ul> </li> </ul> <p dir="auto">[root@k8s-master ~]# kubectl get secrets --all-namespaces -o yaml<br> apiVersion: v1<br> items:</p> <ul dir="auto"> <li>apiVersion: v1<br> data:<br> ca.crt: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURtakNDQW9LZ0F3SUJBZ0lVY1puRlRXd29UMWxpeXVtT3JGYXcxaVBzQTVrd0RRWUpLb1pJaHZjTkFRRUwKQlFBd1pURUxNQWtHQTFVRUJoTUNRMDR4RGpBTUJnTlZCQWdUQlVoMWJtRnVNUkV3RHdZRFZRUUhFd2hEYUdGdQpaM05vWVRFU01CQUdBMVVFQ2hNSlN6aHpMQ0JKYm1NdU1SRXdEd1lEVlFRTEV3aE5hVzRnVkdWamFERU1NQW9HCkExVUVBeE1EU3poVE1CNFhEVEUyTVRFeE1EQXlNemt3TUZvWERUSXhNVEV3T1RBeU16a3dNRm93WlRFTE1Ba0cKQTFVRUJoTUNRMDR4RGpBTUJnTlZCQWdUQlVoMWJtRnVNUkV3RHdZRFZRUUhFd2hEYUdGdVozTm9ZVEVTTUJBRwpBMVVFQ2hNSlN6aHpMQ0JKYm1NdU1SRXdEd1lEVlFRTEV3aE5hVzRnVkdWamFERU1NQW9HQTFVRUF4TURTemhUCk1JSUJJakFOQmdrcWhraUc5dzBCQVFFRkFBT0NBUThBTUlJQkNnS0NBUUVBd1c1R0dXR0JCR0ZMUG53cHVraFoKYk4zeEV2cUQzWkdkWHZWNzI2NTRSeHM1VGREcWoxZXN6ZFgvVUxpd3VEZEQ5cFNpYWlVb1IzMytCZ1dFRHRGSApoRmlMUzhBdW5maXkrd0xlam0wVktrdHRhcTA2bjd0RDNyWll0cGc1c1BCNlhHVGtqVHlsZWdpNFhCRE55ajUvCmtyRjliVXpmZmI5VVF2TGhVYUpveWIwQWsvRXNFdUQ2Unc5OVpFempGQS9jbHdMWFA5MmowTlk1MEc5N3ZwN0wKMVNsZ1ZudHdveUNYaE1ua2R3LysyMVdkQVprdUtjbERSSUY2eW45bFU0Y05ZOE96ZVlIQ3lnazFqMVN5VHRhNgpRUCsxZDI2QXRnaHpGZkhzRGxidkFyUmt1ei85RWhxRmRoenVuUm8wSWVFdXQvWkx3OGZHQ2MzSGY3NmgyS2JlClhRSURBUUFCbzBJd1FEQU9CZ05WSFE4QkFmOEVCQU1DQVFZd0R3WURWUjBUQVFIL0JBVXdBd0VCL3pBZEJnTlYKSFE0RUZnUVVUaXoxekdYR1ZZMXpIT3dZNHZDOXhuc2RxdFV3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUpNZwp1ZVg3V0thRllGc2srUmVYaitjRXp3aStUZjBiZ09abFVaVVJVaUlvWTc1NlA3WW9ZUkZUNHJZL1kyb1BUUHBQCjdIOUVLdGkvRzFFTE5hbVBCZ3ovejV2aDJTVzlRZ25ZcGVjeGpDM0tqODFKWVlWOTV6NEJLbE9Tb2JEMlpiYnEKb25KL1NPK3ZSWGhraGI2c3VpdHdvNy9WNGlWWG54MUdNTU5NVldKUWFDYWpZaEx6ZWZIemdQNG0wamNEUnBudwp3d09UZklSYVdSRUtGT3JvcTlBTFdSdFBBcEFTV0c4d2ZINVVMYk40NzczbHJvZ0V4d1ltVnVqNDYwY1hhVzdwCkVvZHdWVG04dXE2MzNsQ3RNS0YyVVpCbzZ5V2tMellBclU1NHk5MmZSMmdiampLckJhcGVKYmZwN1NFUmhZNHIKb0dsOWdpWFZLZlVRMVhxUzZlZz0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=<br> namespace: ZGVmYXVsdA==<br> token: ZXlKaGJHY2lPaUpTVXpJMU5pSXNJblI1Y0NJNklrcFhWQ0o5LmV5SnBjM01pT2lKcmRXSmxjbTVsZEdWekwzTmxjblpwWTJWaFkyTnZkVzUwSWl3aWEzVmlaWEp1WlhSbGN5NXBieTl6WlhKMmFXTmxZV05qYjNWdWRDOXVZVzFsYzNCaFkyVWlPaUprWldaaGRXeDBJaXdpYTNWaVpYSnVaWFJsY3k1cGJ5OXpaWEoyYVdObFlXTmpiM1Z1ZEM5elpXTnlaWFF1Ym1GdFpTSTZJbVJsWm1GMWJIUXRkRzlyWlc0dFp6bDRaM1lpTENKcmRXSmxjbTVsZEdWekxtbHZMM05sY25acFkyVmhZMk52ZFc1MEwzTmxjblpwWTJVdFlXTmpiM1Z1ZEM1dVlXMWxJam9pWkdWbVlYVnNkQ0lzSW10MVltVnlibVYwWlhNdWFXOHZjMlZ5ZG1salpXRmpZMjkxYm5RdmMyVnlkbWxqWlMxaFkyTnZkVzUwTG5WcFpDSTZJakkyWVRkaU1ETXdMV0UyWmpVdE1URmxOaTA0TkdZd0xUQTRNREF5TjJGalpEbGxNU0lzSW5OMVlpSTZJbk41YzNSbGJUcHpaWEoyYVdObFlXTmpiM1Z1ZERwa1pXWmhkV3gwT21SbFptRjFiSFFpZlEuYU1kS0RfN2lVVXZsVG5LSVNUTFRqVk5QcTE4TEktSGVPMnR0dlhJZHlQSVFFaTNrQ3dtYnh2ZVJCbEdPbjBkN3lEeUxYX09ZZldmSm9VcE1sYVRfeV9XcFRWMml0dUlRbUVfd3N0X05iOW91ckVRZEFHbmJnS0RwX281eWJlS09pU2UzN0h6RFE3ekVHNHh4QWdxZTR1M1NTNl9PQmM0OHdsTWtsUF9LSW4tSTA2c3EzMXRwTV9TMUY1VFpsVnA2U0dnbXU5WWF0TVpySmx1VXEzMllaazQ2R0RtVFdGWW05WERXU2RlQlVPbkxWWnE4UEREZjE4TGJJZVhwUVZ5NWUyem1HRm0tem9uU0xQOV9DclUzeTBCRGRJb1lnWlJvcFNFUkNJSVRyN1Rlay1PSVJwWU91bjZSR3dTNVhtb0ozZzg5a0hHSUpTRGNoUldaOGl5cGJB<br> kind: Secret<br> metadata:<br> annotations:<br> kubernetes.io/service-account.name: default<br> kubernetes.io/service-account.uid: 26a7b030-a6f5-11e6-84f0-080027acd9e1<br> creationTimestamp: 2016-11-10T03:24:12Z<br> name: default-token-g9xgv<br> namespace: default<br> resourceVersion: "2731"<br> selfLink: /api/v1/namespaces/default/secrets/default-token-g9xgv<br> uid: 26af0a29-a6f5-11e6-84f0-080027acd9e1<br> type: kubernetes.io/service-account-token</li> <li>apiVersion: v1<br> data:<br> ca.crt: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURtakNDQW9LZ0F3SUJBZ0lVY1puRlRXd29UMWxpeXVtT3JGYXcxaVBzQTVrd0RRWUpLb1pJaHZjTkFRRUwKQlFBd1pURUxNQWtHQTFVRUJoTUNRMDR4RGpBTUJnTlZCQWdUQlVoMWJtRnVNUkV3RHdZRFZRUUhFd2hEYUdGdQpaM05vWVRFU01CQUdBMVVFQ2hNSlN6aHpMQ0JKYm1NdU1SRXdEd1lEVlFRTEV3aE5hVzRnVkdWamFERU1NQW9HCkExVUVBeE1EU3poVE1CNFhEVEUyTVRFeE1EQXlNemt3TUZvWERUSXhNVEV3T1RBeU16a3dNRm93WlRFTE1Ba0cKQTFVRUJoTUNRMDR4RGpBTUJnTlZCQWdUQlVoMWJtRnVNUkV3RHdZRFZRUUhFd2hEYUdGdVozTm9ZVEVTTUJBRwpBMVVFQ2hNSlN6aHpMQ0JKYm1NdU1SRXdEd1lEVlFRTEV3aE5hVzRnVkdWamFERU1NQW9HQTFVRUF4TURTemhUCk1JSUJJakFOQmdrcWhraUc5dzBCQVFFRkFBT0NBUThBTUlJQkNnS0NBUUVBd1c1R0dXR0JCR0ZMUG53cHVraFoKYk4zeEV2cUQzWkdkWHZWNzI2NTRSeHM1VGREcWoxZXN6ZFgvVUxpd3VEZEQ5cFNpYWlVb1IzMytCZ1dFRHRGSApoRmlMUzhBdW5maXkrd0xlam0wVktrdHRhcTA2bjd0RDNyWll0cGc1c1BCNlhHVGtqVHlsZWdpNFhCRE55ajUvCmtyRjliVXpmZmI5VVF2TGhVYUpveWIwQWsvRXNFdUQ2Unc5OVpFempGQS9jbHdMWFA5MmowTlk1MEc5N3ZwN0wKMVNsZ1ZudHdveUNYaE1ua2R3LysyMVdkQVprdUtjbERSSUY2eW45bFU0Y05ZOE96ZVlIQ3lnazFqMVN5VHRhNgpRUCsxZDI2QXRnaHpGZkhzRGxidkFyUmt1ei85RWhxRmRoenVuUm8wSWVFdXQvWkx3OGZHQ2MzSGY3NmgyS2JlClhRSURBUUFCbzBJd1FEQU9CZ05WSFE4QkFmOEVCQU1DQVFZd0R3WURWUjBUQVFIL0JBVXdBd0VCL3pBZEJnTlYKSFE0RUZnUVVUaXoxekdYR1ZZMXpIT3dZNHZDOXhuc2RxdFV3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUpNZwp1ZVg3V0thRllGc2srUmVYaitjRXp3aStUZjBiZ09abFVaVVJVaUlvWTc1NlA3WW9ZUkZUNHJZL1kyb1BUUHBQCjdIOUVLdGkvRzFFTE5hbVBCZ3ovejV2aDJTVzlRZ25ZcGVjeGpDM0tqODFKWVlWOTV6NEJLbE9Tb2JEMlpiYnEKb25KL1NPK3ZSWGhraGI2c3VpdHdvNy9WNGlWWG54MUdNTU5NVldKUWFDYWpZaEx6ZWZIemdQNG0wamNEUnBudwp3d09UZklSYVdSRUtGT3JvcTlBTFdSdFBBcEFTV0c4d2ZINVVMYk40NzczbHJvZ0V4d1ltVnVqNDYwY1hhVzdwCkVvZHdWVG04dXE2MzNsQ3RNS0YyVVpCbzZ5V2tMellBclU1NHk5MmZSMmdiampLckJhcGVKYmZwN1NFUmhZNHIKb0dsOWdpWFZLZlVRMVhxUzZlZz0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=<br> namespace: a3ViZS1zeXN0ZW0=<br> token: ZXlKaGJHY2lPaUpTVXpJMU5pSXNJblI1Y0NJNklrcFhWQ0o5LmV5SnBjM01pT2lKcmRXSmxjbTVsZEdWekwzTmxjblpwWTJWaFkyTnZkVzUwSWl3aWEzVmlaWEp1WlhSbGN5NXBieTl6WlhKMmFXTmxZV05qYjNWdWRDOXVZVzFsYzNCaFkyVWlPaUpyZFdKbExYTjVjM1JsYlNJc0ltdDFZbVZ5Ym1WMFpYTXVhVzh2YzJWeWRtbGpaV0ZqWTI5MWJuUXZjMlZqY21WMExtNWhiV1VpT2lKa1pXWmhkV3gwTFhSdmEyVnVMWEp6Y1c5Nklpd2lhM1ZpWlhKdVpYUmxjeTVwYnk5elpYSjJhV05sWVdOamIzVnVkQzl6WlhKMmFXTmxMV0ZqWTI5MWJuUXVibUZ0WlNJNkltUmxabUYxYkhRaUxDSnJkV0psY201bGRHVnpMbWx2TDNObGNuWnBZMlZoWTJOdmRXNTBMM05sY25acFkyVXRZV05qYjNWdWRDNTFhV1FpT2lJeVpXUmhaalZsWkMxaE5tWTFMVEV4WlRZdE9EUm1NQzB3T0RBd01qZGhZMlE1WlRFaUxDSnpkV0lpT2lKemVYTjBaVzA2YzJWeWRtbGpaV0ZqWTI5MWJuUTZhM1ZpWlMxemVYTjBaVzA2WkdWbVlYVnNkQ0o5LlRBSTdoNVBLLWRYX1QyN0poaGkzblpsaEMwYjNfT21TWHI1ZUw4b0RlbVZhMHk5ZHotQ3NqVlVZam9YMkJzeFRuc0QwU2JHc1YwM1NEVHJOakVJZGZRNDg4NGVRejJGRkxvckVJQkJ6N1hDM3d1RkNMMnNkcExhcnltY2U2cFBRX1hFVDR3TzZpYjVLRHBJODhkUmxMOUt4QzNoUG5UTDh6VkEyU3hkdUU2MU9qZlQ4NGM3MkdKMTh4cXdzRmZnWFhwaEVvODVkV19Tb3Qza0l0b2hEMEtFcDVNLUoxc3dlMm5Sdk1DRkxBcHpYaC1PaUU0QlA1RkNUTEFocE0xMnlrUUNqLTZ0Y1dkMmNpanVKWjZHSXVrOTZFRHlTNWdxZXJBOHVEdWV4X3lLdnBiMUctSHFyVlBpRmZXRnM5Wk1yLXBVeVoyOG1JV01NcHFKTzdiX0JZUQ==<br> kind: Secret<br> metadata:<br> annotations:<br> kubernetes.io/service-account.name: default<br> kubernetes.io/service-account.uid: 2edaf5ed-a6f5-11e6-84f0-080027acd9e1<br> creationTimestamp: 2016-11-10T03:24:26Z<br> name: default-token-rsqoz<br> namespace: kube-system<br> resourceVersion: "2753"<br> selfLink: /api/v1/namespaces/kube-system/secrets/default-token-rsqoz<br> uid: 2edf140b-a6f5-11e6-84f0-080027acd9e1<br> type: kubernetes.io/service-account-token<br> kind: List<br> metadata: {}</li> </ul> <p dir="auto">[root@k8s-master ~]# kubectl get svc,po --all-namespaces<br> NAMESPACE NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE<br> default svc/kubernetes 172.16.0.1 443/TCP 54m<br> kube-system svc/kubernetes-dashboard 172.16.58.226 80/TCP 45m<br> NAMESPACE NAME READY STATUS RESTARTS AGE<br> kube-system po/kubernetes-dashboard-v1.4.1-6s1qb 0/1 CrashLoopBackOff 6 7m</p> <p dir="auto">[root@k8s-master ~]# kubectl -n kube-system get po kubernetes-dashboard-v1.4.1-6s1qb -o yaml<br> apiVersion: v1<br> kind: Pod<br> metadata:<br> annotations:<br> kubernetes.io/created-by: |<br> {"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicationController","namespace":"kube-system","name":"kubernetes-dashboard-v1.4.1","uid":"deb11313-a6f1-11e6-84f0-080027acd9e1","apiVersion":"v1","resourceVersion":"3214"}}<br> creationTimestamp: 2016-11-10T03:38:02Z<br> generateName: kubernetes-dashboard-v1.4.1-<br> labels:<br> k8s-app: kubernetes-dashboard<br> kubernetes.io/cluster-service: "true"<br> version: v1.4.1<br> name: kubernetes-dashboard-v1.4.1-6s1qb<br> namespace: kube-system<br> ownerReferences:</p> <ul dir="auto"> <li>apiVersion: v1<br> controller: true<br> kind: ReplicationController<br> name: kubernetes-dashboard-v1.4.1<br> uid: deb11313-a6f1-11e6-84f0-080027acd9e1<br> resourceVersion: "4813"<br> selfLink: /api/v1/namespaces/kube-system/pods/kubernetes-dashboard-v1.4.1-6s1qb<br> uid: 1513fc5e-a6f7-11e6-b259-080027acd9e1<br> spec:<br> containers:</li> <li>args: <ul dir="auto"> <li>--apiserver-host=<a href="https://10.37.116.31:6443" rel="nofollow">https://10.37.116.31:6443</a><br> env:</li> <li>name: KUBECONFIG<br> value: /etc/kubernetes/kubecfg<br> image: 10.37.116.11:8443/kubernetes-dashboard-amd64:v1.4.1<br> imagePullPolicy: IfNotPresent<br> livenessProbe:<br> failureThreshold: 3<br> httpGet:<br> path: /<br> port: 9090<br> scheme: HTTP<br> initialDelaySeconds: 30<br> periodSeconds: 10<br> successThreshold: 1<br> timeoutSeconds: 30<br> name: kubernetes-dashboard<br> ports:</li> <li>containerPort: 9090<br> protocol: TCP<br> resources:<br> limits:<br> cpu: 100m<br> memory: 50Mi<br> requests:<br> cpu: 100m<br> memory: 50Mi<br> terminationMessagePath: /dev/termination-log<br> volumeMounts:</li> <li>mountPath: /etc/pki<br> name: etcpki<br> readOnly: true</li> <li>mountPath: /etc/kubernetes<br> name: config<br> readOnly: true</li> <li>mountPath: /var/run/secrets/kubernetes.io/serviceaccount<br> name: default-token-rsqoz<br> readOnly: true<br> dnsPolicy: ClusterFirst<br> nodeName: 10.37.116.32<br> restartPolicy: Always<br> securityContext: {}<br> serviceAccount: default<br> serviceAccountName: default<br> terminationGracePeriodSeconds: 30<br> volumes:</li> </ul> </li> <li>hostPath:<br> path: /etc/pki<br> name: etcpki</li> <li>hostPath:<br> path: /etc/kubernetes<br> name: config</li> <li>name: default-token-rsqoz<br> secret:<br> defaultMode: 420<br> secretName: default-token-rsqoz<br> status:<br> conditions:</li> <li>lastProbeTime: null<br> lastTransitionTime: 2016-11-10T03:38:02Z<br> status: "True"<br> type: Initialized</li> <li>lastProbeTime: null<br> lastTransitionTime: 2016-11-10T03:43:45Z<br> message: 'containers with unready status: [kubernetes-dashboard]'<br> reason: ContainersNotReady<br> status: "False"<br> type: Ready</li> <li>lastProbeTime: null<br> lastTransitionTime: 2016-11-10T03:38:02Z<br> status: "True"<br> type: PodScheduled<br> containerStatuses:</li> <li>containerID: docker://c196c881084ada28a001b207879e1317c0fd9aa01fc8343ee6ce7f8a42b35666<br> image: 10.37.116.11:8443/kubernetes-dashboard-amd64:v1.4.1<br> imageID: docker://sha256:1dda73f463b239955d4cf94a9cd525ab5306bee0eb53c17534d3282bc50ae7aa<br> lastState:<br> terminated:<br> containerID: docker://c196c881084ada28a001b207879e1317c0fd9aa01fc8343ee6ce7f8a42b35666<br> exitCode: 1<br> finishedAt: 2016-11-10T03:48:49Z<br> reason: Error<br> startedAt: 2016-11-10T03:48:48Z<br> name: kubernetes-dashboard<br> ready: false<br> restartCount: 7<br> state:<br> waiting:<br> message: Back-off 5m0s restarting failed container=kubernetes-dashboard pod=kubernetes-dashboard-v1.4.1-6s1qb_kube-system(1513fc5e-a6f7-11e6-b259-080027acd9e1)<br> reason: CrashLoopBackOff<br> hostIP: 10.37.116.32<br> phase: Running<br> podIP: 172.16.22.130<br> startTime: 2016-11-10T03:38:02Z</li> </ul> <p dir="auto">[root@k8s-master ~]# kubectl -n kube-system logs po/kubernetes-dashboard-v1.4.1-6s1qb<br> Using HTTP port: 9090<br> Using apiserver-host location: <a href="https://10.37.116.31:6443" rel="nofollow">https://10.37.116.31:6443</a><br> Creating API server client for <a href="https://10.37.116.31:6443" rel="nofollow">https://10.37.116.31:6443</a><br> Error while initializing connection to Kubernetes apiserver. This most likely means that the cluster is misconfigured (e.g., it has invalid apiserver certificates or service accounts configuration) or the --apiserver-host param points to a server that does not exist. Reason: the server has asked for the client to provide credentials</p> <p dir="auto"><strong>What you expected to happen</strong>:</p> <p dir="auto"><strong>How to reproduce it</strong> (as minimally and precisely as possible):</p> <p dir="auto"><strong>Anything else do we need to know</strong>:</p>
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p> <p dir="auto">No.</p> <p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):</p> <ul dir="auto"> <li>upgrade volume</li> <li>mount timeout</li> <li>ContainerCreating</li> </ul> <hr> <p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one):</p> <p dir="auto">BUG REPORT</p> <p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Server Version: version.Info{Major:&quot;1&quot;, Minor:&quot;5+&quot;, GitVersion:&quot;v1.5.0-beta.2&quot;, GitCommit:&quot;0776eab45fe28f02bbeac0f05ae1a203051a21eb&quot;, GitTreeState:&quot;clean&quot;, BuildDate:&quot;2016-11-24T22:30:23Z&quot;, GoVersion:&quot;go1.7.3&quot;, Compiler:&quot;gc&quot;, Platform:&quot;linux/amd64&quot;}"><pre class="notranslate"><code class="notranslate">Server Version: version.Info{Major:"1", Minor:"5+", GitVersion:"v1.5.0-beta.2", GitCommit:"0776eab45fe28f02bbeac0f05ae1a203051a21eb", GitTreeState:"clean", BuildDate:"2016-11-24T22:30:23Z", GoVersion:"go1.7.3", Compiler:"gc", Platform:"linux/amd64"} </code></pre></div> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configuration</strong>: GCE</li> <li><strong>OS</strong> (e.g. from /etc/os-release): <ul dir="auto"> <li>master: <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="BUILD_ID=8977.0.0 NAME=&quot;Container-VM Image&quot; GOOGLE_CRASH_ID=Lakitu VERSION_ID=56 BUG_REPORT_URL=https://crbug.com/new PRETTY_NAME=&quot;Google Container-VM Image&quot; VERSION=56 GOOGLE_METRICS_PRODUCT_ID=26 HOME_URL=&quot;https://cloud.google.com/compute/docs/containers/vm-image/&quot; ID=gci"><pre class="notranslate"><code class="notranslate">BUILD_ID=8977.0.0 NAME="Container-VM Image" GOOGLE_CRASH_ID=Lakitu VERSION_ID=56 BUG_REPORT_URL=https://crbug.com/new PRETTY_NAME="Google Container-VM Image" VERSION=56 GOOGLE_METRICS_PRODUCT_ID=26 HOME_URL="https://cloud.google.com/compute/docs/containers/vm-image/" ID=gci </code></pre></div> </li> <li>minion: <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="PRETTY_NAME=&quot;Debian GNU/Linux 7 (wheezy)&quot; NAME=&quot;Debian GNU/Linux&quot; VERSION_ID=&quot;7&quot; VERSION=&quot;7 (wheezy)&quot; ID=debian ANSI_COLOR=&quot;1;31&quot; HOME_URL=&quot;http://www.debian.org/&quot; SUPPORT_URL=&quot;http://www.debian.org/support/&quot; BUG_REPORT_URL=&quot;http://bugs.debian.org/&quot;"><pre class="notranslate"><code class="notranslate">PRETTY_NAME="Debian GNU/Linux 7 (wheezy)" NAME="Debian GNU/Linux" VERSION_ID="7" VERSION="7 (wheezy)" ID=debian ANSI_COLOR="1;31" HOME_URL="http://www.debian.org/" SUPPORT_URL="http://www.debian.org/support/" BUG_REPORT_URL="http://bugs.debian.org/" </code></pre></div> </li> </ul> </li> <li><strong>Kernel</strong> (e.g. <code class="notranslate">uname -a</code>): <ul dir="auto"> <li>master: <code class="notranslate">Linux kubernetes-master 4.4.21+ #1 SMP Thu Nov 10 02:50:15 PST 2016 x86_64 Intel(R) Xeon(R) CPU @ 2.30GHz GenuineIntel GNU/Linux</code></li> <li>minion: <code class="notranslate">Linux kubernetes-minion-group-4klk 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux</code></li> </ul> </li> <li><strong>Install tools</strong>: <code class="notranslate">cluster/gce/upgrade.sh</code></li> <li><strong>Others</strong>:</li> </ul> <p dir="auto"><strong>What happened</strong>:</p> <p dir="auto">Pods with PVCs get stuck in ContainerCreating after Node gets upgraded. The error is <code class="notranslate">timeout expired waiting for volumes to attach/mount</code> as shown below:</p> <div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ kubectl describe pod web-1 Name: web-1 Namespace: default Node: kubernetes-minion-group-54hw/10.128.0.4 Start Time: Mon, 28 Nov 2016 11:52:11 -0800 Labels: app=nginx Status: Pending IP: Controllers: PetSet/web Containers: nginx: Container ID: Image: gcr.io/google_containers/nginx-slim:0.8 Image ID: Port: 80/TCP Requests: cpu: 100m State: Waiting Reason: ContainerCreating Ready: False Restart Count: 0 Volume Mounts: /usr/share/nginx/html from www (rw) /var/run/secrets/kubernetes.io/serviceaccount from default-token-xim26 (ro) Environment Variables: &lt;none&gt; Conditions: Type Status Initialized True Ready False PodScheduled True Volumes: www: Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace) ClaimName: www-web-1 ReadOnly: false default-token-xim26: Type: Secret (a volume populated by a Secret) SecretName: default-token-xim26 QoS Class: Burstable Tolerations: &lt;none&gt; Events: FirstSeen LastSeen Count From SubObjectPath Type Reason Message --------- -------- ----- ---- ------------- -------- ------ ------- 40m 40m 1 {default-scheduler } Normal Scheduled Successfully assigned web-1 to kubernetes-minion-group-54hw 40m 40m 1 {kubelet kubernetes-minion-group-54hw} spec.containers{nginx} Normal Pulling pulling image &quot;gcr.io/google_containers/nginx-slim:0.8&quot; 40m 40m 1 {kubelet kubernetes-minion-group-54hw} spec.containers{nginx} Normal Pulled Successfully pulled image &quot;gcr.io/google_containers/nginx-slim:0.8&quot; 40m 40m 1 {kubelet kubernetes-minion-group-54hw} spec.containers{nginx} Normal Created Created container with docker id d2d15140a74a; Security:[seccomp=unconfined] 40m 40m 1 {kubelet kubernetes-minion-group-54hw} spec.containers{nginx} Normal Started Started container with docker id d2d15140a74a 16m 16m 4 {kubelet kubernetes-minion-group-54hw} Warning FailedMount MountVolume.SetUp failed for volume &quot;kubernetes.io/secret/270e4f19-b5a4-11e6-8922-42010a800002-default-token-xim26&quot; (spec.Name: &quot;default-token-xim26&quot;) pod &quot;270e4f19-b5a4-11e6-8922-42010a800002&quot; (UID: &quot;270e4f19-b5a4-11e6-8922-42010a800002&quot;) with: Get https://kubernetes-master/api/v1/namespaces/default/secrets/default-token-xim26: dial tcp: lookup kubernetes-master on 169.254.169.254:53: no such host 16m 16m 1 {kubelet kubernetes-minion-group-54hw} Warning FailedMount MountVolume.SetUp failed for volume &quot;kubernetes.io/secret/270e4f19-b5a4-11e6-8922-42010a800002-default-token-xim26&quot; (spec.Name: &quot;default-token-xim26&quot;) pod &quot;270e4f19-b5a4-11e6-8922-42010a800002&quot; (UID: &quot;270e4f19-b5a4-11e6-8922-42010a800002&quot;) with: Get https://kubernetes-master/api/v1/namespaces/default/secrets/default-token-xim26: dial tcp 10.128.0.2:443: i/o timeout 15m 15m 3 {kubelet kubernetes-minion-group-54hw} Warning FailedMount MountVolume.SetUp failed for volume &quot;kubernetes.io/secret/270e4f19-b5a4-11e6-8922-42010a800002-default-token-xim26&quot; (spec.Name: &quot;default-token-xim26&quot;) pod &quot;270e4f19-b5a4-11e6-8922-42010a800002&quot; (UID: &quot;270e4f19-b5a4-11e6-8922-42010a800002&quot;) with: Get https://kubernetes-master/api/v1/namespaces/default/secrets/default-token-xim26: dial tcp 10.128.0.2:443: getsockopt: connection refused 9m 9m 1 {kubelet kubernetes-minion-group-54hw} Warning FailedSync Error syncing pod, skipping: network is not ready: [Kubenet does not have netConfig. This is most likely due to lack of PodCIDR] 9m 9m 3 {kubelet kubernetes-minion-group-54hw} Warning FailedSync Error syncing pod, skipping: network is not ready: [Kubenet does not have netConfig. This is most likely due to lack of PodCIDR] 6m 14s 4 {kubelet kubernetes-minion-group-54hw} Warning FailedMount Unable to mount volumes for pod &quot;web-1_default(270e4f19-b5a4-11e6-8922-42010a800002)&quot;: timeout expired waiting for volumes to attach/mount for pod &quot;web-1&quot;/&quot;default&quot;. list of unattached/unmounted volumes=[www] 6m 14s 4 {kubelet kubernetes-minion-group-54hw} Warning FailedSync Error syncing pod, skipping: timeout expired waiting for volumes to attach/mount for pod &quot;web-1&quot;/&quot;default&quot;. list of unattached/unmounted volumes=[www]"><pre class="notranslate">$ <span class="pl-s1">kubectl describe pod web-1</span> <span class="pl-c1">Name: web-1</span> <span class="pl-c1">Namespace: default</span> <span class="pl-c1">Node: kubernetes-minion-group-54hw/10.128.0.4</span> <span class="pl-c1">Start Time: Mon, 28 Nov 2016 11:52:11 -0800</span> <span class="pl-c1">Labels: app=nginx</span> <span class="pl-c1">Status: Pending</span> <span class="pl-c1">IP:</span> <span class="pl-c1">Controllers: PetSet/web</span> <span class="pl-c1">Containers:</span> <span class="pl-c1"> nginx:</span> <span class="pl-c1"> Container ID:</span> <span class="pl-c1"> Image: gcr.io/google_containers/nginx-slim:0.8</span> <span class="pl-c1"> Image ID: </span> <span class="pl-c1"> Port: 80/TCP</span> <span class="pl-c1"> Requests:</span> <span class="pl-c1"> cpu: 100m</span> <span class="pl-c1"> State: Waiting</span> <span class="pl-c1"> Reason: ContainerCreating</span> <span class="pl-c1"> Ready: False</span> <span class="pl-c1"> Restart Count: 0</span> <span class="pl-c1"> Volume Mounts:</span> <span class="pl-c1"> /usr/share/nginx/html from www (rw)</span> <span class="pl-c1"> /var/run/secrets/kubernetes.io/serviceaccount from default-token-xim26 (ro)</span> <span class="pl-c1"> Environment Variables: &lt;none&gt;</span> <span class="pl-c1">Conditions:</span> <span class="pl-c1"> Type Status</span> <span class="pl-c1"> Initialized True </span> <span class="pl-c1"> Ready False </span> <span class="pl-c1"> PodScheduled True </span> <span class="pl-c1">Volumes:</span> <span class="pl-c1"> www:</span> <span class="pl-c1"> Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)</span> <span class="pl-c1"> ClaimName: www-web-1</span> <span class="pl-c1"> ReadOnly: false</span> <span class="pl-c1"> default-token-xim26:</span> <span class="pl-c1"> Type: Secret (a volume populated by a Secret)</span> <span class="pl-c1"> SecretName: default-token-xim26</span> <span class="pl-c1">QoS Class: Burstable</span> <span class="pl-c1">Tolerations: &lt;none&gt;</span> <span class="pl-c1">Events:</span> <span class="pl-c1"> FirstSeen LastSeen Count From SubObjectPath Type Reason Message</span> <span class="pl-c1"> --------- -------- ----- ---- ------------- -------- ------ -------</span> <span class="pl-c1"> 40m 40m 1 {default-scheduler } Normal Scheduled Successfully assigned web-1 to kubernetes-minion-group-54hw</span> <span class="pl-c1"> 40m 40m 1 {kubelet kubernetes-minion-group-54hw} spec.containers{nginx} Normal Pulling pulling image "gcr.io/google_containers/nginx-slim:0.8"</span> <span class="pl-c1"> 40m 40m 1 {kubelet kubernetes-minion-group-54hw} spec.containers{nginx} Normal Pulled Successfully pulled image "gcr.io/google_containers/nginx-slim:0.8"</span> <span class="pl-c1"> 40m 40m 1 {kubelet kubernetes-minion-group-54hw} spec.containers{nginx} Normal Created Created container with docker id d2d15140a74a; Security:[seccomp=unconfined]</span> <span class="pl-c1"> 40m 40m 1 {kubelet kubernetes-minion-group-54hw} spec.containers{nginx} Normal Started Started container with docker id d2d15140a74a</span> <span class="pl-c1"> 16m 16m 4 {kubelet kubernetes-minion-group-54hw} Warning FailedMount MountVolume.SetUp failed for volume "kubernetes.io/secret/270e4f19-b5a4-11e6-8922-42010a800002-default-token-xim26" (spec.Name: "default-token-xim26") pod "270e4f19-b5a4-11e6-8922-42010a800002" (UID: "270e4f19-b5a4-11e6-8922-42010a800002") with: Get https://kubernetes-master/api/v1/namespaces/default/secrets/default-token-xim26: dial tcp: lookup kubernetes-master on 169.254.169.254:53: no such host</span> <span class="pl-c1"> 16m 16m 1 {kubelet kubernetes-minion-group-54hw} Warning FailedMount MountVolume.SetUp failed for volume "kubernetes.io/secret/270e4f19-b5a4-11e6-8922-42010a800002-default-token-xim26" (spec.Name: "default-token-xim26") pod "270e4f19-b5a4-11e6-8922-42010a800002" (UID: "270e4f19-b5a4-11e6-8922-42010a800002") with: Get https://kubernetes-master/api/v1/namespaces/default/secrets/default-token-xim26: dial tcp 10.128.0.2:443: i/o timeout</span> <span class="pl-c1"> 15m 15m 3 {kubelet kubernetes-minion-group-54hw} Warning FailedMount MountVolume.SetUp failed for volume "kubernetes.io/secret/270e4f19-b5a4-11e6-8922-42010a800002-default-token-xim26" (spec.Name: "default-token-xim26") pod "270e4f19-b5a4-11e6-8922-42010a800002" (UID: "270e4f19-b5a4-11e6-8922-42010a800002") with: Get https://kubernetes-master/api/v1/namespaces/default/secrets/default-token-xim26: dial tcp 10.128.0.2:443: getsockopt: connection refused</span> <span class="pl-c1"> 9m 9m 1 {kubelet kubernetes-minion-group-54hw} Warning FailedSync Error syncing pod, skipping: network is not ready: [Kubenet does not have netConfig. This is most likely due to lack of PodCIDR]</span> <span class="pl-c1"> 9m 9m 3 {kubelet kubernetes-minion-group-54hw} Warning FailedSync Error syncing pod, skipping: network is not ready: [Kubenet does not have netConfig. This is most likely due to lack of PodCIDR]</span> <span class="pl-c1"> 6m 14s 4 {kubelet kubernetes-minion-group-54hw} Warning FailedMount Unable to mount volumes for pod "web-1_default(270e4f19-b5a4-11e6-8922-42010a800002)": timeout expired waiting for volumes to attach/mount for pod "web-1"/"default". list of unattached/unmounted volumes=[www]</span> <span class="pl-c1"> 6m 14s 4 {kubelet kubernetes-minion-group-54hw} Warning FailedSync Error syncing pod, skipping: timeout expired waiting for volumes to attach/mount for pod "web-1"/"default". list of unattached/unmounted volumes=[www]</span></pre></div> <p dir="auto"><strong>What you expected to happen</strong>:</p> <p dir="auto">Upon Node upgrade, Pods should either be terminated (so a controller can recreate them) or they should come back to Running on their own.</p> <p dir="auto"><strong>How to reproduce it</strong> (as minimally and precisely as possible):</p> <ol dir="auto"> <li> <p dir="auto">Start a v1.4 cluster on GCE.</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="git checkout release-1.4 git pull upstream release-1.4 make clean quick-release cluster/kube-up.sh"><pre class="notranslate">git checkout release-1.4 git pull upstream release-1.4 make clean quick-release cluster/kube-up.sh</pre></div> </li> <li> <p dir="auto">Create the following example PetSet and wait for all Pods to be Running.</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="kubectl create -f petset.yaml"><pre class="notranslate">kubectl create -f petset.yaml</pre></div> <div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# A headless service to create DNS records apiVersion: v1 kind: Service metadata: name: nginx labels: app: nginx spec: ports: - port: 80 name: web # *.nginx.default.svc.cluster.local clusterIP: None selector: app: nginx --- apiVersion: apps/v1alpha1 kind: PetSet metadata: name: web spec: serviceName: &quot;nginx&quot; replicas: 5 template: metadata: labels: app: nginx annotations: pod.alpha.kubernetes.io/initialized: &quot;true&quot; spec: containers: - name: nginx image: gcr.io/google_containers/nginx-slim:0.8 ports: - containerPort: 80 name: web volumeMounts: - name: www mountPath: /usr/share/nginx/html volumeClaimTemplates: - metadata: name: www annotations: volume.alpha.kubernetes.io/storage-class: anything spec: accessModes: [ &quot;ReadWriteOnce&quot; ] resources: requests: storage: 1Gi"><pre class="notranslate"><span class="pl-c"><span class="pl-c">#</span> A headless service to create DNS records</span> <span class="pl-ent">apiVersion</span>: <span class="pl-c1">v1</span> <span class="pl-ent">kind</span>: <span class="pl-s">Service</span> <span class="pl-ent">metadata</span>: <span class="pl-ent">name</span>: <span class="pl-s">nginx</span> <span class="pl-ent">labels</span>: <span class="pl-ent">app</span>: <span class="pl-s">nginx</span> <span class="pl-ent">spec</span>: <span class="pl-ent">ports</span>: - <span class="pl-ent">port</span>: <span class="pl-c1">80</span> <span class="pl-ent">name</span>: <span class="pl-s">web</span> <span class="pl-c"><span class="pl-c">#</span> *.nginx.default.svc.cluster.local</span> <span class="pl-ent">clusterIP</span>: <span class="pl-s">None</span> <span class="pl-ent">selector</span>: <span class="pl-ent">app</span>: <span class="pl-s">nginx</span> --- <span class="pl-ent">apiVersion</span>: <span class="pl-s">apps/v1alpha1</span> <span class="pl-ent">kind</span>: <span class="pl-s">PetSet</span> <span class="pl-ent">metadata</span>: <span class="pl-ent">name</span>: <span class="pl-s">web</span> <span class="pl-ent">spec</span>: <span class="pl-ent">serviceName</span>: <span class="pl-s"><span class="pl-pds">"</span>nginx<span class="pl-pds">"</span></span> <span class="pl-ent">replicas</span>: <span class="pl-c1">5</span> <span class="pl-ent">template</span>: <span class="pl-ent">metadata</span>: <span class="pl-ent">labels</span>: <span class="pl-ent">app</span>: <span class="pl-s">nginx</span> <span class="pl-ent">annotations</span>: <span class="pl-ent">pod.alpha.kubernetes.io/initialized</span>: <span class="pl-s"><span class="pl-pds">"</span>true<span class="pl-pds">"</span></span> <span class="pl-ent">spec</span>: <span class="pl-ent">containers</span>: - <span class="pl-ent">name</span>: <span class="pl-s">nginx</span> <span class="pl-ent">image</span>: <span class="pl-s">gcr.io/google_containers/nginx-slim:0.8</span> <span class="pl-ent">ports</span>: - <span class="pl-ent">containerPort</span>: <span class="pl-c1">80</span> <span class="pl-ent">name</span>: <span class="pl-s">web</span> <span class="pl-ent">volumeMounts</span>: - <span class="pl-ent">name</span>: <span class="pl-s">www</span> <span class="pl-ent">mountPath</span>: <span class="pl-s">/usr/share/nginx/html</span> <span class="pl-ent">volumeClaimTemplates</span>: - <span class="pl-ent">metadata</span>: <span class="pl-ent">name</span>: <span class="pl-s">www</span> <span class="pl-ent">annotations</span>: <span class="pl-ent">volume.alpha.kubernetes.io/storage-class</span>: <span class="pl-s">anything</span> <span class="pl-ent">spec</span>: <span class="pl-ent">accessModes</span>: <span class="pl-s">[ "ReadWriteOnce" ]</span> <span class="pl-ent">resources</span>: <span class="pl-ent">requests</span>: <span class="pl-ent">storage</span>: <span class="pl-s">1Gi</span></pre></div> </li> <li> <p dir="auto">Delete PetSet without cascading (keep the Pods).</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="kubectl delete petset web --cascade=false"><pre class="notranslate">kubectl delete petset web --cascade=false</pre></div> </li> <li> <p dir="auto">Upgrade master and nodes to <code class="notranslate">v1.5.0-beta.2</code> with <code class="notranslate">cluster/gce/upgrade.sh</code>.</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="git checkout release-1.5 git pull upstream release-1.5 cluster/gce/upgrade.sh v1.5.0-beta.2"><pre class="notranslate">git checkout release-1.5 git pull upstream release-1.5 cluster/gce/upgrade.sh v1.5.0-beta.2</pre></div> </li> <li> <p dir="auto">Check for Pods stuck in ContainerCreating.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="NAME READY STATUS RESTARTS AGE web-0 0/1 ContainerCreating 0 42m web-4 0/1 ContainerCreating 0 42m"><pre class="notranslate"><code class="notranslate">NAME READY STATUS RESTARTS AGE web-0 0/1 ContainerCreating 0 42m web-4 0/1 ContainerCreating 0 42m </code></pre></div> </li> </ol> <p dir="auto"><strong>Anything else do we need to know</strong>:</p> <p dir="auto">After the above steps, some Pods may end up terminating. It seems to be random which ones terminate and which ones get stuck in ContainerCreating.</p> <p dir="auto">Manually deleting and recreating all the stuck Pods after the Nodes are upgraded allows them to correctly attach to the preexisting PVCs and become Running.</p>
0
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> This has already been asked to the <a href="https://github.com/celery/celery/discussions">discussions forum</a> first.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br> <a href="https://docs.celeryq.dev/en/master/contributing.html#other-bugs" rel="nofollow">contribution guide</a><br> on reporting bugs.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Bug+Report%22+-label%3A%22Category%3A+Documentation%22">issues list</a><br> for similar or identical bug reports.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22PR+Type%3A+Bugfix%22+-label%3A%22Category%3A+Documentation%22">pull requests list</a><br> for existing proposed fixes.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/commits/master">commit log</a><br> to find out if the bug was already fixed in the master branch.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all related issues and possible duplicate issues<br> in this issue (If there are none, check this box anyway).</li> </ul> <h2 dir="auto">Mandatory Debugging Information</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br> (if you are not able to do this, then at least specify the Celery<br> version affected).</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the contents of <code class="notranslate">pip freeze</code> in the issue.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all the versions of all the external dependencies required<br> to reproduce this bug.</li> </ul> <h4 dir="auto">Related Issues</h4> <ul dir="auto"> <li>None</li> </ul> <h2 dir="auto">Environment &amp; Settings</h2> <p dir="auto"><strong>Celery version</strong>: 5.2.7 (dawn-chorus)</p> <details> <summary><b><code class="notranslate">celery -A proj report</code> Output:</b> </summary> <p dir="auto"> </p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="DEBUG 2022-11-14 17:24:37,373 datadog.util conditional_lru_cache 130 : Enabling LRU cache for function _normalize_tags_with_cache INFO 2022-11-14 17:24:37,381 datadog.dogstatsd __init__ 317 : Statsd buffering is disabled INFO 2022-11-14 17:24:37,381 datadog.dogstatsd _start_flush_thread 335 : Statsd periodic buffer flush is disabled DEBUG 2022-11-14 17:24:37,408 ddtrace.internal.module install 482 : &lt;class 'ddtrace.internal.module.ModuleWatchdog'&gt; installed DEBUG 2022-11-14 17:24:37,507 ddtrace.sampler __init__ 99 : initialized RateSampler, sample 100.0% of traces DEBUG 2022-11-14 17:24:37,507 ddtrace.sampler __init__ 274 : initialized DatadogSampler(agent_rates={}, limiter=RateLimiter(rate_limit=100, tokens=100, last_update_ns=1719313673348, effective_rate=1.0), rules=[]) DEBUG 2022-11-14 17:24:37,507 ddtrace.sampler __init__ 99 : initialized RateSampler, sample 100.0% of traces DEBUG 2022-11-14 17:24:37,516 ddtrace.internal.processor.trace __attrs_post_init__ 43 : initialized trace processor TraceTagsProcessor() DEBUG 2022-11-14 17:24:37,516 ddtrace.internal.processor.trace __attrs_post_init__ 43 : initialized trace processor TraceSamplingProcessor(_compute_stats_enabled=False) DEBUG 2022-11-14 17:24:37,516 ddtrace.internal.processor __attrs_post_init__ 31 : initialized processor TopLevelSpanProcessor() DEBUG 2022-11-14 17:24:37,516 ddtrace.internal.processor __attrs_post_init__ 31 : initialized processor SpanAggregator(_partial_flush_enabled=True, _partial_flush_min_spans=500, _trace_processors=[TraceTagsProcessor(), TraceSamplingProcessor(_compute_stats_enabled=False)], _writer=AgentWriter(status=&lt;ServiceStatus.STOPPED: 'stopped'&gt;, _interval=1.0)) DEBUG 2022-11-14 17:24:37,517 ddtrace.internal.processor.trace __attrs_post_init__ 43 : initialized trace processor EndpointsTraceFilter() DEBUG 2022-11-14 17:24:37,517 ddtrace.internal.processor.trace __attrs_post_init__ 43 : initialized trace processor TraceTagsProcessor() DEBUG 2022-11-14 17:24:37,517 ddtrace.internal.processor.trace __attrs_post_init__ 43 : initialized trace processor TraceSamplingProcessor(_compute_stats_enabled=False) DEBUG 2022-11-14 17:24:37,517 ddtrace.internal.processor __attrs_post_init__ 31 : initialized processor TopLevelSpanProcessor() DEBUG 2022-11-14 17:24:37,517 ddtrace.internal.processor __attrs_post_init__ 31 : initialized processor SpanAggregator(_partial_flush_enabled=True, _partial_flush_min_spans=500, _trace_processors=[TraceTagsProcessor(), TraceSamplingProcessor(_compute_stats_enabled=False), EndpointsTraceFilter()], _writer=AgentWriter(status=&lt;ServiceStatus.STOPPED: 'stopped'&gt;, _interval=1.0)) DEBUG 2022-11-14 17:24:37,519 ddtrace._monkey _patch_module 257 : integration aioredis not enabled (missing required module: aioredis) DEBUG 2022-11-14 17:24:37,520 ddtrace._monkey _patch_module 257 : integration aiomysql not enabled (missing required module: aiomysql) DEBUG 2022-11-14 17:24:37,521 ddtrace._monkey _patch_module 257 : integration aredis not enabled (missing required modules: aredis,aredis.client) DEBUG 2022-11-14 17:24:37,529 ddtrace._monkey _patch_module 257 : integration boto not enabled (missing required module: boto.connection) DEBUG 2022-11-14 17:24:37,530 ddtrace._monkey _patch_module 257 : integration cassandra not enabled (missing required module: cassandra.cluster) DEBUG 2022-11-14 17:24:37,534 ddtrace._monkey _patch_module 257 : integration consul not enabled (missing required module: consul) DEBUG 2022-11-14 17:24:37,535 ddtrace._monkey _patch_module 257 : integration django not enabled (missing required module: django) DEBUG 2022-11-14 17:24:37,537 ddtrace._monkey _patch_module 257 : integration algoliasearch not enabled (missing required modules: algoliasearch,algoliasearch.version) DEBUG 2022-11-14 17:24:37,539 ddtrace._monkey _patch_module 257 : integration graphql not enabled (missing required module: graphql) DEBUG 2022-11-14 17:24:37,540 ddtrace._monkey _patch_module 257 : integration grpc not enabled (missing required module: grpc) DEBUG 2022-11-14 17:24:37,541 ddtrace._monkey _patch_module 257 : integration httpx not enabled (missing required module: httpx) DEBUG 2022-11-14 17:24:37,542 ddtrace._monkey _patch_module 257 : integration mongoengine not enabled (missing required module: mongoengine) DEBUG 2022-11-14 17:24:37,543 ddtrace._monkey _patch_module 257 : integration mysql not enabled (missing required module: mysql.connector) DEBUG 2022-11-14 17:24:37,544 ddtrace._monkey _patch_module 257 : integration mysqldb not enabled (missing required module: MySQLdb) DEBUG 2022-11-14 17:24:37,545 ddtrace._monkey _patch_module 257 : integration pymysql not enabled (missing required module: pymysql) DEBUG 2022-11-14 17:24:37,546 ddtrace._monkey _patch_module 257 : integration mariadb not enabled (missing required module: mariadb) DEBUG 2022-11-14 17:24:37,547 ddtrace._monkey _patch_module 257 : integration psycopg not enabled (missing required module: psycopg2) DEBUG 2022-11-14 17:24:37,548 ddtrace._monkey _patch_module 257 : integration pylibmc not enabled (missing required module: pylibmc) DEBUG 2022-11-14 17:24:37,549 ddtrace._monkey _patch_module 257 : integration pymemcache not enabled (missing required module: pymemcache) DEBUG 2022-11-14 17:24:37,550 ddtrace._monkey _patch_module 257 : integration pymongo not enabled (missing required module: pymongo) DEBUG 2022-11-14 17:24:37,565 ddtrace._monkey _patch_module 257 : integration rediscluster not enabled (missing required modules: rediscluster,rediscluster.client) DEBUG 2022-11-14 17:24:37,579 ddtrace._monkey _patch_module 257 : integration sanic not enabled (missing required module: sanic) DEBUG 2022-11-14 17:24:37,585 ddtrace._monkey _patch_module 257 : integration aiohttp_jinja2 not enabled (missing required module: aiohttp_jinja2) DEBUG 2022-11-14 17:24:37,586 ddtrace._monkey _patch_module 257 : integration aiopg not enabled (missing required module: aiopg) DEBUG 2022-11-14 17:24:37,587 ddtrace._monkey _patch_module 257 : integration vertica not enabled (missing required module: vertica_python) DEBUG 2022-11-14 17:24:37,588 ddtrace._monkey _patch_module 257 : integration molten not enabled (missing required module: molten) DEBUG 2022-11-14 17:24:37,591 ddtrace._monkey _patch_module 257 : integration mako not enabled (missing required module: mako) DEBUG 2022-11-14 17:24:37,598 ddtrace._monkey _patch_module 257 : integration starlette not enabled (missing required module: starlette) DEBUG 2022-11-14 17:24:37,600 ddtrace._monkey _patch_module 257 : integration pyodbc not enabled (missing required module: pyodbc) DEBUG 2022-11-14 17:24:37,601 ddtrace._monkey _patch_module 257 : integration fastapi not enabled (missing required module: fastapi) DEBUG 2022-11-14 17:24:37,602 ddtrace._monkey _patch_module 257 : integration dogpile_cache not enabled (missing required module: dogpile.cache) DEBUG 2022-11-14 17:24:37,603 ddtrace._monkey _patch_module 257 : integration yaaredis not enabled (missing required modules: yaaredis,yaaredis.client) DEBUG 2022-11-14 17:24:37,604 ddtrace._monkey _patch_module 257 : integration asyncpg not enabled (missing required module: asyncpg) INFO 2022-11-14 17:24:37,604 ddtrace._monkey patch 234 : patched 14/47 modules (aiohttp,asyncio,botocore,celery,elasticsearch,flask,futures,gevent,jinja2,pynamodb,redis,requests,rq,sqlite3) DEBUG 2022-11-14 17:24:37,622 ddtrace.span set_tag 295 : ignoring not number metric _dd1.sr.eausr:None DEBUG 2022-11-14 17:24:37,687 ddtrace.tracer _on_span_finish 751 : finishing span name='redis.command' id=12705636483851023144 trace_id=197718079717498873 parent_id=None service='redis' resource='GET ' type='redis' start=1668446677.6225154 end=1668446677.6333628 duration=0.010847229 error=0 tags={'_dd.p.dm': '-0', 'env': 'stg', 'out.host': 'redis.2063-vault-stg.aws.ldg-stg.net', 'redis.raw_command': 'GET ', 'runtime-id': '5f3021787caa443c9148b29657f3d8e9'} metrics={'_dd.agent_psr': 1.0, '_dd.measured': 1, '_dd.top_level': 1, '_dd.tracer_kr': 1.0, '_sampling_priority_v1': 1, 'out.port': 6379, 'out.redis_db': 3, 'redis.args_length': 2, 'system.pid': 36} (enabled:True) {&quot;mode&quot;: &quot;PROD&quot;, &quot;event&quot;: &quot;Configure structlog&quot;, &quot;logger&quot;: &quot;logging&quot;, &quot;level&quot;: &quot;info&quot;, &quot;timestamp&quot;: &quot;2022-11-14T17:24:37.691199Z&quot;, &quot;dd.trace_id&quot;: &quot;0&quot;, &quot;dd.span_id&quot;: &quot;0&quot;} {&quot;message&quot;: &quot;TypeError(\&quot;'method' object is not iterable\&quot;)&quot;, &quot;traceback&quot;: &quot;b'Traceback (most recent call last):\\\\n File \&quot;/app/.venv/bin/celery\&quot;, line 8, in &lt;module&gt;\\\\n sys.exit(main())\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/celery/__main__.py\&quot;, line 15, in main\\\\n sys.exit(_main())\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/celery/bin/celery.py\&quot;, line 217, in main\\\\n return celery(auto_envvar_prefix=\&quot;CELERY\&quot;)\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/click/core.py\&quot;, line 1130, in __call__\\\\n return self.main(*args, **kwargs)\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/click/core.py\&quot;, line 1055, in main\\\\n rv = self.invoke(ctx)\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/click/core.py\&quot;, line 1657, in invoke\\\\n return _process_result(sub_ctx.command.invoke(sub_ctx))\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/click/core.py\&quot;, line 1404, in invoke\\\\n return ctx.invoke(self.callback, **ctx.params)\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/click/core.py\&quot;, line 760, in invoke\\\\n return __callback(*args, **kwargs)\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/click/decorators.py\&quot;, line 26, in new_func\\\\n return f(get_current_context(), *args, **kwargs)\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/celery/bin/celery.py\&quot;, line 162, in report\\\\n ctx.obj.echo(app.bugreport())\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/celery/app/base.py\&quot;, line 952, in bugreport\\\\n return bugreport(self)\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/celery/app/utils.py\&quot;, line 374, in bugreport\\\\n human_settings=app.conf.humanize(),\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/celery/app/utils.py\&quot;, line 196, in humanize\\\\n for key, value in self.table(with_defaults, censored).items())\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/celery/app/utils.py\&quot;, line 187, in table\\\\n return filt({\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/celery/app/utils.py\&quot;, line 344, in filter_hidden_settings\\\\n return {k: maybe_censor(k, v) for k, v in conf.items()}\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/celery/app/utils.py\&quot;, line 344, in &lt;dictcomp&gt;\\\\n return {k: maybe_censor(k, v) for k, v in conf.items()}\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/celery/app/utils.py\&quot;, line 338, in maybe_censor\\\\n return Connection(value).as_uri(mask=mask)\\\\n File \&quot;/app/.venv/lib/python3.9/site-packages/kombu/connection.py\&quot;, line 166, in __init__\\\\n alt.extend(hostname)\\\\nTypeError: \\'method\\' object is not iterable\\\\n'&quot;, &quot;event&quot;: &quot;TypeError(\&quot;'method' object is not iterable\&quot;)&quot;, &quot;logger&quot;: &quot;logging&quot;, &quot;level&quot;: &quot;error&quot;, &quot;timestamp&quot;: &quot;2022-11-14T17:24:37.750520Z&quot;, &quot;dd.trace_id&quot;: &quot;0&quot;, &quot;dd.span_id&quot;: &quot;0&quot;} "><pre class="notranslate"><code class="notranslate">DEBUG 2022-11-14 17:24:37,373 datadog.util conditional_lru_cache 130 : Enabling LRU cache for function _normalize_tags_with_cache INFO 2022-11-14 17:24:37,381 datadog.dogstatsd __init__ 317 : Statsd buffering is disabled INFO 2022-11-14 17:24:37,381 datadog.dogstatsd _start_flush_thread 335 : Statsd periodic buffer flush is disabled DEBUG 2022-11-14 17:24:37,408 ddtrace.internal.module install 482 : &lt;class 'ddtrace.internal.module.ModuleWatchdog'&gt; installed DEBUG 2022-11-14 17:24:37,507 ddtrace.sampler __init__ 99 : initialized RateSampler, sample 100.0% of traces DEBUG 2022-11-14 17:24:37,507 ddtrace.sampler __init__ 274 : initialized DatadogSampler(agent_rates={}, limiter=RateLimiter(rate_limit=100, tokens=100, last_update_ns=1719313673348, effective_rate=1.0), rules=[]) DEBUG 2022-11-14 17:24:37,507 ddtrace.sampler __init__ 99 : initialized RateSampler, sample 100.0% of traces DEBUG 2022-11-14 17:24:37,516 ddtrace.internal.processor.trace __attrs_post_init__ 43 : initialized trace processor TraceTagsProcessor() DEBUG 2022-11-14 17:24:37,516 ddtrace.internal.processor.trace __attrs_post_init__ 43 : initialized trace processor TraceSamplingProcessor(_compute_stats_enabled=False) DEBUG 2022-11-14 17:24:37,516 ddtrace.internal.processor __attrs_post_init__ 31 : initialized processor TopLevelSpanProcessor() DEBUG 2022-11-14 17:24:37,516 ddtrace.internal.processor __attrs_post_init__ 31 : initialized processor SpanAggregator(_partial_flush_enabled=True, _partial_flush_min_spans=500, _trace_processors=[TraceTagsProcessor(), TraceSamplingProcessor(_compute_stats_enabled=False)], _writer=AgentWriter(status=&lt;ServiceStatus.STOPPED: 'stopped'&gt;, _interval=1.0)) DEBUG 2022-11-14 17:24:37,517 ddtrace.internal.processor.trace __attrs_post_init__ 43 : initialized trace processor EndpointsTraceFilter() DEBUG 2022-11-14 17:24:37,517 ddtrace.internal.processor.trace __attrs_post_init__ 43 : initialized trace processor TraceTagsProcessor() DEBUG 2022-11-14 17:24:37,517 ddtrace.internal.processor.trace __attrs_post_init__ 43 : initialized trace processor TraceSamplingProcessor(_compute_stats_enabled=False) DEBUG 2022-11-14 17:24:37,517 ddtrace.internal.processor __attrs_post_init__ 31 : initialized processor TopLevelSpanProcessor() DEBUG 2022-11-14 17:24:37,517 ddtrace.internal.processor __attrs_post_init__ 31 : initialized processor SpanAggregator(_partial_flush_enabled=True, _partial_flush_min_spans=500, _trace_processors=[TraceTagsProcessor(), TraceSamplingProcessor(_compute_stats_enabled=False), EndpointsTraceFilter()], _writer=AgentWriter(status=&lt;ServiceStatus.STOPPED: 'stopped'&gt;, _interval=1.0)) DEBUG 2022-11-14 17:24:37,519 ddtrace._monkey _patch_module 257 : integration aioredis not enabled (missing required module: aioredis) DEBUG 2022-11-14 17:24:37,520 ddtrace._monkey _patch_module 257 : integration aiomysql not enabled (missing required module: aiomysql) DEBUG 2022-11-14 17:24:37,521 ddtrace._monkey _patch_module 257 : integration aredis not enabled (missing required modules: aredis,aredis.client) DEBUG 2022-11-14 17:24:37,529 ddtrace._monkey _patch_module 257 : integration boto not enabled (missing required module: boto.connection) DEBUG 2022-11-14 17:24:37,530 ddtrace._monkey _patch_module 257 : integration cassandra not enabled (missing required module: cassandra.cluster) DEBUG 2022-11-14 17:24:37,534 ddtrace._monkey _patch_module 257 : integration consul not enabled (missing required module: consul) DEBUG 2022-11-14 17:24:37,535 ddtrace._monkey _patch_module 257 : integration django not enabled (missing required module: django) DEBUG 2022-11-14 17:24:37,537 ddtrace._monkey _patch_module 257 : integration algoliasearch not enabled (missing required modules: algoliasearch,algoliasearch.version) DEBUG 2022-11-14 17:24:37,539 ddtrace._monkey _patch_module 257 : integration graphql not enabled (missing required module: graphql) DEBUG 2022-11-14 17:24:37,540 ddtrace._monkey _patch_module 257 : integration grpc not enabled (missing required module: grpc) DEBUG 2022-11-14 17:24:37,541 ddtrace._monkey _patch_module 257 : integration httpx not enabled (missing required module: httpx) DEBUG 2022-11-14 17:24:37,542 ddtrace._monkey _patch_module 257 : integration mongoengine not enabled (missing required module: mongoengine) DEBUG 2022-11-14 17:24:37,543 ddtrace._monkey _patch_module 257 : integration mysql not enabled (missing required module: mysql.connector) DEBUG 2022-11-14 17:24:37,544 ddtrace._monkey _patch_module 257 : integration mysqldb not enabled (missing required module: MySQLdb) DEBUG 2022-11-14 17:24:37,545 ddtrace._monkey _patch_module 257 : integration pymysql not enabled (missing required module: pymysql) DEBUG 2022-11-14 17:24:37,546 ddtrace._monkey _patch_module 257 : integration mariadb not enabled (missing required module: mariadb) DEBUG 2022-11-14 17:24:37,547 ddtrace._monkey _patch_module 257 : integration psycopg not enabled (missing required module: psycopg2) DEBUG 2022-11-14 17:24:37,548 ddtrace._monkey _patch_module 257 : integration pylibmc not enabled (missing required module: pylibmc) DEBUG 2022-11-14 17:24:37,549 ddtrace._monkey _patch_module 257 : integration pymemcache not enabled (missing required module: pymemcache) DEBUG 2022-11-14 17:24:37,550 ddtrace._monkey _patch_module 257 : integration pymongo not enabled (missing required module: pymongo) DEBUG 2022-11-14 17:24:37,565 ddtrace._monkey _patch_module 257 : integration rediscluster not enabled (missing required modules: rediscluster,rediscluster.client) DEBUG 2022-11-14 17:24:37,579 ddtrace._monkey _patch_module 257 : integration sanic not enabled (missing required module: sanic) DEBUG 2022-11-14 17:24:37,585 ddtrace._monkey _patch_module 257 : integration aiohttp_jinja2 not enabled (missing required module: aiohttp_jinja2) DEBUG 2022-11-14 17:24:37,586 ddtrace._monkey _patch_module 257 : integration aiopg not enabled (missing required module: aiopg) DEBUG 2022-11-14 17:24:37,587 ddtrace._monkey _patch_module 257 : integration vertica not enabled (missing required module: vertica_python) DEBUG 2022-11-14 17:24:37,588 ddtrace._monkey _patch_module 257 : integration molten not enabled (missing required module: molten) DEBUG 2022-11-14 17:24:37,591 ddtrace._monkey _patch_module 257 : integration mako not enabled (missing required module: mako) DEBUG 2022-11-14 17:24:37,598 ddtrace._monkey _patch_module 257 : integration starlette not enabled (missing required module: starlette) DEBUG 2022-11-14 17:24:37,600 ddtrace._monkey _patch_module 257 : integration pyodbc not enabled (missing required module: pyodbc) DEBUG 2022-11-14 17:24:37,601 ddtrace._monkey _patch_module 257 : integration fastapi not enabled (missing required module: fastapi) DEBUG 2022-11-14 17:24:37,602 ddtrace._monkey _patch_module 257 : integration dogpile_cache not enabled (missing required module: dogpile.cache) DEBUG 2022-11-14 17:24:37,603 ddtrace._monkey _patch_module 257 : integration yaaredis not enabled (missing required modules: yaaredis,yaaredis.client) DEBUG 2022-11-14 17:24:37,604 ddtrace._monkey _patch_module 257 : integration asyncpg not enabled (missing required module: asyncpg) INFO 2022-11-14 17:24:37,604 ddtrace._monkey patch 234 : patched 14/47 modules (aiohttp,asyncio,botocore,celery,elasticsearch,flask,futures,gevent,jinja2,pynamodb,redis,requests,rq,sqlite3) DEBUG 2022-11-14 17:24:37,622 ddtrace.span set_tag 295 : ignoring not number metric _dd1.sr.eausr:None DEBUG 2022-11-14 17:24:37,687 ddtrace.tracer _on_span_finish 751 : finishing span name='redis.command' id=12705636483851023144 trace_id=197718079717498873 parent_id=None service='redis' resource='GET ' type='redis' start=1668446677.6225154 end=1668446677.6333628 duration=0.010847229 error=0 tags={'_dd.p.dm': '-0', 'env': 'stg', 'out.host': 'redis.2063-vault-stg.aws.ldg-stg.net', 'redis.raw_command': 'GET ', 'runtime-id': '5f3021787caa443c9148b29657f3d8e9'} metrics={'_dd.agent_psr': 1.0, '_dd.measured': 1, '_dd.top_level': 1, '_dd.tracer_kr': 1.0, '_sampling_priority_v1': 1, 'out.port': 6379, 'out.redis_db': 3, 'redis.args_length': 2, 'system.pid': 36} (enabled:True) {"mode": "PROD", "event": "Configure structlog", "logger": "logging", "level": "info", "timestamp": "2022-11-14T17:24:37.691199Z", "dd.trace_id": "0", "dd.span_id": "0"} {"message": "TypeError(\"'method' object is not iterable\")", "traceback": "b'Traceback (most recent call last):\\\\n File \"/app/.venv/bin/celery\", line 8, in &lt;module&gt;\\\\n sys.exit(main())\\\\n File \"/app/.venv/lib/python3.9/site-packages/celery/__main__.py\", line 15, in main\\\\n sys.exit(_main())\\\\n File \"/app/.venv/lib/python3.9/site-packages/celery/bin/celery.py\", line 217, in main\\\\n return celery(auto_envvar_prefix=\"CELERY\")\\\\n File \"/app/.venv/lib/python3.9/site-packages/click/core.py\", line 1130, in __call__\\\\n return self.main(*args, **kwargs)\\\\n File \"/app/.venv/lib/python3.9/site-packages/click/core.py\", line 1055, in main\\\\n rv = self.invoke(ctx)\\\\n File \"/app/.venv/lib/python3.9/site-packages/click/core.py\", line 1657, in invoke\\\\n return _process_result(sub_ctx.command.invoke(sub_ctx))\\\\n File \"/app/.venv/lib/python3.9/site-packages/click/core.py\", line 1404, in invoke\\\\n return ctx.invoke(self.callback, **ctx.params)\\\\n File \"/app/.venv/lib/python3.9/site-packages/click/core.py\", line 760, in invoke\\\\n return __callback(*args, **kwargs)\\\\n File \"/app/.venv/lib/python3.9/site-packages/click/decorators.py\", line 26, in new_func\\\\n return f(get_current_context(), *args, **kwargs)\\\\n File \"/app/.venv/lib/python3.9/site-packages/celery/bin/celery.py\", line 162, in report\\\\n ctx.obj.echo(app.bugreport())\\\\n File \"/app/.venv/lib/python3.9/site-packages/celery/app/base.py\", line 952, in bugreport\\\\n return bugreport(self)\\\\n File \"/app/.venv/lib/python3.9/site-packages/celery/app/utils.py\", line 374, in bugreport\\\\n human_settings=app.conf.humanize(),\\\\n File \"/app/.venv/lib/python3.9/site-packages/celery/app/utils.py\", line 196, in humanize\\\\n for key, value in self.table(with_defaults, censored).items())\\\\n File \"/app/.venv/lib/python3.9/site-packages/celery/app/utils.py\", line 187, in table\\\\n return filt({\\\\n File \"/app/.venv/lib/python3.9/site-packages/celery/app/utils.py\", line 344, in filter_hidden_settings\\\\n return {k: maybe_censor(k, v) for k, v in conf.items()}\\\\n File \"/app/.venv/lib/python3.9/site-packages/celery/app/utils.py\", line 344, in &lt;dictcomp&gt;\\\\n return {k: maybe_censor(k, v) for k, v in conf.items()}\\\\n File \"/app/.venv/lib/python3.9/site-packages/celery/app/utils.py\", line 338, in maybe_censor\\\\n return Connection(value).as_uri(mask=mask)\\\\n File \"/app/.venv/lib/python3.9/site-packages/kombu/connection.py\", line 166, in __init__\\\\n alt.extend(hostname)\\\\nTypeError: \\'method\\' object is not iterable\\\\n'", "event": "TypeError(\"'method' object is not iterable\")", "logger": "logging", "level": "error", "timestamp": "2022-11-14T17:24:37.750520Z", "dd.trace_id": "0", "dd.span_id": "0"} </code></pre></div> <p dir="auto"></p> </details> <h1 dir="auto">Steps to Reproduce</h1> <h2 dir="auto">Required Dependencies</h2> <ul dir="auto"> <li><strong>Minimal Python Version</strong>: N/A or Unknown</li> <li><strong>Minimal Celery Version</strong>: I tested against <code class="notranslate">4.4.7</code> it's working. but I didn't test against higher versions other than <code class="notranslate">5.2.7</code>.</li> <li><strong>Minimal Kombu Version</strong>: N/A or Unknown</li> <li><strong>Minimal Broker Version</strong>: N/A or Unknown</li> <li><strong>Minimal Result Backend Version</strong>: N/A or Unknown</li> <li><strong>Minimal OS and/or Kernel Version</strong>: N/A or Unknown</li> <li><strong>Minimal Broker Client Version</strong>: N/A or Unknown</li> <li><strong>Minimal Result Backend Client Version</strong>: N/A or Unknown</li> </ul> <h3 dir="auto">Python Packages</h3> <details> <summary><b><code class="notranslate">pip freeze</code> Output:</b> </summary> <p dir="auto"> </p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="amqp==5.1.1 asgiref==3.5.2 async-timeout==4.0.2 attrs==22.1.0 billiard==3.6.4.0 bytecode==0.13.0 cattrs==22.2.0 celery==5.2.7 certifi==2022.9.24 charset-normalizer==2.1.1 click==8.1.3 click-didyoumean==0.3.0 click-plugins==1.1.1 click-repl==0.2.0 colorama==0.4.6 commonmark==0.9.1 datadog==0.44.0 ddsketch==2.0.4 ddtrace==1.6.0 decorator==5.1.1 Deprecated==1.2.13 envier==0.4.0 exceptiongroup==1.0.2 Flask==2.2.2 Flask-Cors==3.0.10 Flask-Limiter==2.8.0 flower==1.2.0 forbiddenfruit==0.1.4 humanize==4.4.0 idna==3.4 importlib-metadata==5.0.0 itsdangerous==2.1.2 Jinja2==3.1.2 jsonschema==4.17.0 kombu==5.2.4 limits==2.7.1 MarkupSafe==2.1.1 marshmallow==3.19.0 marshmallow-dataclass==8.5.10 marshmallow-enum==1.5.1 mypy-extensions==0.4.3 packaging==21.3 pika==1.3.1 prometheus-client==0.15.0 prompt-toolkit==3.0.32 protobuf==4.21.9 py==1.11.0 Pygments==2.13.0 pyparsing==3.0.9 pyrsistent==0.19.2 python-dateutil==2.8.2 python-ledgercommon==1.52.7 python-redis-lock==4.0.0 pytz==2022.6 PyYAML==6.0 redis==4.3.4 requests==2.28.1 retry==0.9.2 retrying==1.3.3 rich==12.6.0 rq==1.11.1 six==1.16.0 structlog==22.1.0 structlog-pretty==0.3.0 tenacity==8.1.0 tornado==6.2 typeguard==2.13.3 typing-inspect==0.8.0 typing_extensions==4.4.0 urllib3==1.26.12 uWSGI==2.0.21 vault-common==1.0.2 vine==5.0.0 wcwidth==0.2.5 Werkzeug==2.2.2 wrapt==1.14.1 xmltodict==0.13.0 zipp==3.10.0"><pre class="notranslate"><code class="notranslate">amqp==5.1.1 asgiref==3.5.2 async-timeout==4.0.2 attrs==22.1.0 billiard==3.6.4.0 bytecode==0.13.0 cattrs==22.2.0 celery==5.2.7 certifi==2022.9.24 charset-normalizer==2.1.1 click==8.1.3 click-didyoumean==0.3.0 click-plugins==1.1.1 click-repl==0.2.0 colorama==0.4.6 commonmark==0.9.1 datadog==0.44.0 ddsketch==2.0.4 ddtrace==1.6.0 decorator==5.1.1 Deprecated==1.2.13 envier==0.4.0 exceptiongroup==1.0.2 Flask==2.2.2 Flask-Cors==3.0.10 Flask-Limiter==2.8.0 flower==1.2.0 forbiddenfruit==0.1.4 humanize==4.4.0 idna==3.4 importlib-metadata==5.0.0 itsdangerous==2.1.2 Jinja2==3.1.2 jsonschema==4.17.0 kombu==5.2.4 limits==2.7.1 MarkupSafe==2.1.1 marshmallow==3.19.0 marshmallow-dataclass==8.5.10 marshmallow-enum==1.5.1 mypy-extensions==0.4.3 packaging==21.3 pika==1.3.1 prometheus-client==0.15.0 prompt-toolkit==3.0.32 protobuf==4.21.9 py==1.11.0 Pygments==2.13.0 pyparsing==3.0.9 pyrsistent==0.19.2 python-dateutil==2.8.2 python-ledgercommon==1.52.7 python-redis-lock==4.0.0 pytz==2022.6 PyYAML==6.0 redis==4.3.4 requests==2.28.1 retry==0.9.2 retrying==1.3.3 rich==12.6.0 rq==1.11.1 six==1.16.0 structlog==22.1.0 structlog-pretty==0.3.0 tenacity==8.1.0 tornado==6.2 typeguard==2.13.3 typing-inspect==0.8.0 typing_extensions==4.4.0 urllib3==1.26.12 uWSGI==2.0.21 vault-common==1.0.2 vine==5.0.0 wcwidth==0.2.5 Werkzeug==2.2.2 wrapt==1.14.1 xmltodict==0.13.0 zipp==3.10.0 </code></pre></div> <p dir="auto"></p> </details> <h3 dir="auto">Other Dependencies</h3> <details> <p dir="auto"> N/A </p> </details> <h2 dir="auto">Minimally Reproducible Test Case</h2> <details> <p dir="auto"> </p><div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=""><pre class="notranslate"></pre></div> <p dir="auto"></p> </details> <h1 dir="auto">Expected Behavior</h1> <p dir="auto">no error is shown when starting celery worker</p> <h1 dir="auto">Actual Behavior</h1> <p dir="auto">the aforementioned error is shown, detailed below in the stacktrace</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last): File &quot;/app/.venv/lib/python3.9/site-packages/kombu/pidbox.py&quot;, line 100, in dispatch reply = handle(method, arguments) File &quot;/app/.venv/lib/python3.9/site-packages/kombu/pidbox.py&quot;, line 119, in handle_call return self.handle(method, arguments) File &quot;/app/.venv/lib/python3.9/site-packages/kombu/pidbox.py&quot;, line 116, in handle return self.handlers[method](self.state, **arguments) File &quot;/app/.venv/lib/python3.9/site-packages/celery/worker/control.py&quot;, line 91, in conf return jsonify(state.app.conf.table(with_defaults=with_defaults), File &quot;/app/.venv/lib/python3.9/site-packages/celery/app/utils.py&quot;, line 187, in table return filt({ File &quot;/app/.venv/lib/python3.9/site-packages/celery/app/utils.py&quot;, line 344, in filter_hidden_settings return {k: maybe_censor(k, v) for k, v in conf.items()} File &quot;/app/.venv/lib/python3.9/site-packages/celery/app/utils.py&quot;, line 344, in &lt;dictcomp&gt; return {k: maybe_censor(k, v) for k, v in conf.items()} File &quot;/app/.venv/lib/python3.9/site-packages/celery/app/utils.py&quot;, line 338, in maybe_censor return Connection(value).as_uri(mask=mask) File &quot;/app/.venv/lib/python3.9/site-packages/kombu/connection.py&quot;, line 166, in __init__ alt.extend(hostname) TypeError: 'method' object is not iterable"><pre class="notranslate"><code class="notranslate">Traceback (most recent call last): File "/app/.venv/lib/python3.9/site-packages/kombu/pidbox.py", line 100, in dispatch reply = handle(method, arguments) File "/app/.venv/lib/python3.9/site-packages/kombu/pidbox.py", line 119, in handle_call return self.handle(method, arguments) File "/app/.venv/lib/python3.9/site-packages/kombu/pidbox.py", line 116, in handle return self.handlers[method](self.state, **arguments) File "/app/.venv/lib/python3.9/site-packages/celery/worker/control.py", line 91, in conf return jsonify(state.app.conf.table(with_defaults=with_defaults), File "/app/.venv/lib/python3.9/site-packages/celery/app/utils.py", line 187, in table return filt({ File "/app/.venv/lib/python3.9/site-packages/celery/app/utils.py", line 344, in filter_hidden_settings return {k: maybe_censor(k, v) for k, v in conf.items()} File "/app/.venv/lib/python3.9/site-packages/celery/app/utils.py", line 344, in &lt;dictcomp&gt; return {k: maybe_censor(k, v) for k, v in conf.items()} File "/app/.venv/lib/python3.9/site-packages/celery/app/utils.py", line 338, in maybe_censor return Connection(value).as_uri(mask=mask) File "/app/.venv/lib/python3.9/site-packages/kombu/connection.py", line 166, in __init__ alt.extend(hostname) TypeError: 'method' object is not iterable </code></pre></div>
<p dir="auto">In <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="773252922" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/6558" data-hovercard-type="issue" data-hovercard-url="/celery/celery/issues/6558/hovercard" href="https://github.com/celery/celery/issues/6558">#6558</a> the lack of <code class="notranslate">celery.task</code> was closed as "not a bug", but because <code class="notranslate">task</code> is still in the <code class="notranslate">__all__</code> for the <code class="notranslate">celery</code> <s>module</s> package (in <code class="notranslate">celery/__init__.py</code>), among other things the missing module breaks <code class="notranslate">pydoc</code>:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ python3 -m venv . $ . ./bin/activate $ python3 -m pip install celery [...] $ python3 -m pydoc celery No module named 'celery.task' $"><pre class="notranslate">$ python3 -m venv <span class="pl-c1">.</span> $ <span class="pl-c1">.</span> ./bin/activate $ python3 -m pip install celery [...] $ python3 -m pydoc celery No module named <span class="pl-s"><span class="pl-pds">'</span>celery.task<span class="pl-pds">'</span></span> $</pre></div> <p dir="auto">Other introspection tools, not to mention freezing/packaging tools, will likely also be affected.</p> <h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> This has already been asked to the <a href="https://groups.google.com/forum/#!forum/celery-users" rel="nofollow">discussion group</a> first.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br> <a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contribution guide</a><br> on reporting bugs.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Bug+Report%22+-label%3A%22Category%3A+Documentation%22">issues list</a><br> for similar or identical bug reports.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22PR+Type%3A+Bugfix%22+-label%3A%22Category%3A+Documentation%22">pull requests list</a><br> for existing proposed fixes.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/commits/master">commit log</a><br> to find out if the bug was already fixed in the master branch.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all related issues and possible duplicate issues<br> in this issue (If there are none, check this box anyway).</li> </ul> <h2 dir="auto">Mandatory Debugging Information</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br> (if you are not able to do this, then at least specify the Celery<br> version affected).</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the contents of <code class="notranslate">pip freeze</code> in the issue.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all the versions of all the external dependencies required<br> to reproduce this bug.</li> </ul> <h2 dir="auto">Optional Debugging Information</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one Python version<br> and/or implementation.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one message broker and/or<br> result backend.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one version of the message<br> broker and/or result backend.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one operating system.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one workers pool.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue with autoscaling, retries,<br> ETA/Countdown &amp; rate limits disabled.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue after downgrading<br> and/or upgrading Celery and its dependencies.</li> </ul> <h2 dir="auto">Related Issues and Possible Duplicates</h2> <h4 dir="auto">Related Issues</h4> <ul dir="auto"> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="773252922" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/6558" data-hovercard-type="issue" data-hovercard-url="/celery/celery/issues/6558/hovercard" href="https://github.com/celery/celery/issues/6558">#6558</a></li> </ul> <h4 dir="auto">Possible Duplicates</h4> <ul dir="auto"> <li>None</li> </ul> <h2 dir="auto">Environment &amp; Settings</h2> <p dir="auto"><strong>Celery version</strong>: 5.1.2 (sun-harmonics)</p> <details> <summary><b><code class="notranslate">celery report</code> Output:</b></summary> <p dir="auto"> ```sh $ celery report software -&gt; celery:5.1.2 (sun-harmonics) kombu:5.0.2 py:3.9.6 billiard:3.6.4.0 py-amqp:5.0.6 platform -&gt; system:Linux arch:64bit, ELF kernel version:5.12.15-200.fc33.x86_64 imp:CPython loader -&gt; celery.loaders.default.Loader settings -&gt; transport:amqp results:disabled </p><p dir="auto">deprecated_settings: None</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;/p&gt; &lt;/details&gt; # Steps to Reproduce ## Required Dependencies &lt;!-- Please fill the required dependencies to reproduce this issue --&gt; * **Minimal Python Version**: N/A or Unknown * **Minimal Celery Version**: N/A or Unknown * **Minimal Kombu Version**: N/A or Unknown * **Minimal Broker Version**: N/A or Unknown * **Minimal Result Backend Version**: N/A or Unknown * **Minimal OS and/or Kernel Version**: N/A or Unknown * **Minimal Broker Client Version**: N/A or Unknown * **Minimal Result Backend Client Version**: N/A or Unknown ### Python Packages &lt;!-- Please fill the contents of pip freeze below --&gt; &lt;details&gt; &lt;summary&gt;&lt;b&gt;&lt;code&gt;pip freeze&lt;/code&gt; Output:&lt;/b&gt;&lt;/summary&gt; &lt;p&gt; "><pre class="notranslate"><code class="notranslate">&lt;/p&gt; &lt;/details&gt; # Steps to Reproduce ## Required Dependencies &lt;!-- Please fill the required dependencies to reproduce this issue --&gt; * **Minimal Python Version**: N/A or Unknown * **Minimal Celery Version**: N/A or Unknown * **Minimal Kombu Version**: N/A or Unknown * **Minimal Broker Version**: N/A or Unknown * **Minimal Result Backend Version**: N/A or Unknown * **Minimal OS and/or Kernel Version**: N/A or Unknown * **Minimal Broker Client Version**: N/A or Unknown * **Minimal Result Backend Client Version**: N/A or Unknown ### Python Packages &lt;!-- Please fill the contents of pip freeze below --&gt; &lt;details&gt; &lt;summary&gt;&lt;b&gt;&lt;code&gt;pip freeze&lt;/code&gt; Output:&lt;/b&gt;&lt;/summary&gt; &lt;p&gt; </code></pre></div> <p dir="auto">amqp==5.0.6<br> billiard==3.6.4.0<br> celery==5.1.2<br> click==7.1.2<br> click-didyoumean==0.0.3<br> click-plugins==1.1.1<br> click-repl==0.2.0<br> kombu==5.1.0<br> prompt-toolkit==3.0.19<br> pytz==2021.1<br> six==1.16.0<br> vine==5.0.0<br> wcwidth==0.2.5</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" &lt;/p&gt; &lt;/details&gt; ### Other Dependencies &lt;!-- Please provide system dependencies, configuration files and other dependency information if applicable --&gt; &lt;details&gt; &lt;p&gt; N/A &lt;/p&gt; &lt;/details&gt; ## Minimally Reproducible Test Case &lt;!-- Please provide a reproducible test case. Refer to the Reporting Bugs section in our contribution guide. We prefer submitting test cases in the form of a PR to our integration test suite. If you can provide one, please mention the PR number below. If not, please attach the most minimal code example required to reproduce the issue below. If the test case is too large, please include a link to a gist or a repository below. --&gt; ```bash $ python3 -m venv . $ . ./bin/activate $ python3 -m pip install celery [...] $ python3 -m pydoc celery No module named 'celery.task' $"><pre class="notranslate"><code class="notranslate"> &lt;/p&gt; &lt;/details&gt; ### Other Dependencies &lt;!-- Please provide system dependencies, configuration files and other dependency information if applicable --&gt; &lt;details&gt; &lt;p&gt; N/A &lt;/p&gt; &lt;/details&gt; ## Minimally Reproducible Test Case &lt;!-- Please provide a reproducible test case. Refer to the Reporting Bugs section in our contribution guide. We prefer submitting test cases in the form of a PR to our integration test suite. If you can provide one, please mention the PR number below. If not, please attach the most minimal code example required to reproduce the issue below. If the test case is too large, please include a link to a gist or a repository below. --&gt; ```bash $ python3 -m venv . $ . ./bin/activate $ python3 -m pip install celery [...] $ python3 -m pydoc celery No module named 'celery.task' $ </code></pre></div> <h1 dir="auto">Expected Behavior</h1> <p dir="auto">Module documentation is displayed</p> <h1 dir="auto">Actual Behavior</h1> </details>
0
<p dir="auto">This issue seems to occur only when using a computed property in generator/async function and running in loose mode:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function *foo() { return { ['x']: null }; }"><pre class="notranslate"><code class="notranslate">function *foo() { return { ['x']: null }; } </code></pre></div> <p dir="auto">Compiles to:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var marked0$0 = [foo].map(regeneratorRuntime.mark); function foo() { return regeneratorRuntime.wrap(function foo$(context$1$0) { while (1) switch (context$1$0.prev = context$1$0.next) { case 0: return context$1$0.abrupt('return', (_ref = {}, _ref.x = null, _ref)); case 1: case 'end': return context$1$0.stop(); } }, marked0$0[0], this); }"><pre class="notranslate"><code class="notranslate">var marked0$0 = [foo].map(regeneratorRuntime.mark); function foo() { return regeneratorRuntime.wrap(function foo$(context$1$0) { while (1) switch (context$1$0.prev = context$1$0.next) { case 0: return context$1$0.abrupt('return', (_ref = {}, _ref.x = null, _ref)); case 1: case 'end': return context$1$0.stop(); } }, marked0$0[0], this); } </code></pre></div> <p dir="auto">Note that <code class="notranslate">_ref</code> is used but never declared. With a regular function, this compiles correctly to:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function foo() { var _ref; return (_ref = {}, _ref.x = null, _ref); }"><pre class="notranslate"><code class="notranslate">function foo() { var _ref; return (_ref = {}, _ref.x = null, _ref); } </code></pre></div> <p dir="auto">PS I couldn't figure out how to add this as a test case. Adding to <code class="notranslate">fixtures/esnext/es6-computed-properties</code> seems like the right thing, but how do I get this to compile in loose mode?</p> <p dir="auto">Some guideline in <code class="notranslate">CONTRIBUTING.md</code> would help.</p> <p dir="auto">Also, can't <code class="notranslate">make test</code> figure out all the dependencies (that it needs to build <code class="notranslate">lib/acorn</code>)?</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function *x() { [].concat(...[]) }"><pre class="notranslate"><code class="notranslate">function *x() { [].concat(...[]) } </code></pre></div> <p dir="auto">--&gt;</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function x() { return regeneratorRuntime.wrap(function x$(context$1$0) { while (1) switch (context$1$0.prev = context$1$0.next) { case 0: (_ref = []).concat.apply(_ref, []); case 1: case &quot;end&quot;: return context$1$0.stop(); } }, marked0$0[0], this); }"><pre class="notranslate"><code class="notranslate">function x() { return regeneratorRuntime.wrap(function x$(context$1$0) { while (1) switch (context$1$0.prev = context$1$0.next) { case 0: (_ref = []).concat.apply(_ref, []); case 1: case "end": return context$1$0.stop(); } }, marked0$0[0], this); } </code></pre></div> <p dir="auto">note the undeclared <code class="notranslate">_ref</code>.</p> <p dir="auto">Previously: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="53909538" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/438" data-hovercard-type="issue" data-hovercard-url="/babel/babel/issues/438/hovercard" href="https://github.com/babel/babel/issues/438">#438</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="57874621" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/803" data-hovercard-type="issue" data-hovercard-url="/babel/babel/issues/803/hovercard" href="https://github.com/babel/babel/issues/803">#803</a></p>
1
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p> <p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):</p> <hr> <p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one):</p> <p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>):</p> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configuration</strong>:</li> <li><strong>OS</strong> (e.g. from /etc/os-release):</li> <li><strong>Kernel</strong> (e.g. <code class="notranslate">uname -a</code>):</li> <li><strong>Install tools</strong>:</li> <li><strong>Others</strong>:</li> </ul> <p dir="auto"><strong>What happened</strong>:</p> <ol dir="auto"> <li>Using Mac OS 10.10.5</li> <li>Run a cluster locally:</li> </ol> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo ./hack/local-up-cluster.sh Password: +++ [1121 17:25:35] Generating bindata: /Users/gyliu/git/kubernetes/test/e2e/framework/gobindata_util.go +++ [1121 17:25:36] Building the toolchain targets: k8s.io/kubernetes/hack/cmd/teststale +++ [1121 17:25:36] Building go targets for darwin/amd64: cmd/kubectl cmd/hyperkube API SERVER insecure port is free, proceeding... API SERVER secure port is free, proceeding... Detected host and ready to start services. Doing some housekeeping first... Using GO_OUT /Users/gyliu/git/kubernetes/_output/local/bin/darwin/amd64 Starting services now! Starting etcd etcd --advertise-client-urls http://127.0.0.1:2379 --data-dir /tmp/test-etcd.XXXXXX.LwKYdriJ --listen-client-urls http://127.0.0.1:2379 --debug &gt; &quot;/dev/null&quot; 2&gt;/dev/null Waiting for etcd to come up. +++ [1121 17:27:36] On try 2, etcd: : http://127.0.0.1:2379 {&quot;action&quot;:&quot;set&quot;,&quot;node&quot;:{&quot;key&quot;:&quot;/_test&quot;,&quot;value&quot;:&quot;&quot;,&quot;modifiedIndex&quot;:4,&quot;createdIndex&quot;:4}} Waiting for apiserver to come up +++ [1121 17:27:37] On try 2, apiserver: : { &quot;major&quot;: &quot;1&quot;, &quot;minor&quot;: &quot;6+&quot;, &quot;gitVersion&quot;: &quot;v1.6.0-alpha.0.708+0042ce56848e5d&quot;, &quot;gitCommit&quot;: &quot;0042ce56848e5d7363f3995a155df3435c9b532d&quot;, &quot;gitTreeState&quot;: &quot;clean&quot;, &quot;buildDate&quot;: &quot;2016-11-21T09:25:35Z&quot;, &quot;goVersion&quot;: &quot;go1.7.3&quot;, &quot;compiler&quot;: &quot;gc&quot;, &quot;platform&quot;: &quot;darwin/amd64&quot; } Local Kubernetes cluster is running. Press Ctrl-C to shut it down. Logs: /tmp/kube-apiserver.log /tmp/kube-controller-manager.log /tmp/kube-proxy.log /tmp/kube-scheduler.log /tmp/kubelet.log To start using your cluster, open up another terminal/tab and run: export KUBERNETES_PROVIDER=local cluster/kubectl.sh config set-cluster local --server=https://localhost:6443 --certificate-authority=/var/run/kubernetes/apiserver.crt cluster/kubectl.sh config set-credentials myself --username=admin --password=admin cluster/kubectl.sh config set-context local --cluster=local --user=myself cluster/kubectl.sh config use-context local cluster/kubectl.sh"><pre class="notranslate"><code class="notranslate">sudo ./hack/local-up-cluster.sh Password: +++ [1121 17:25:35] Generating bindata: /Users/gyliu/git/kubernetes/test/e2e/framework/gobindata_util.go +++ [1121 17:25:36] Building the toolchain targets: k8s.io/kubernetes/hack/cmd/teststale +++ [1121 17:25:36] Building go targets for darwin/amd64: cmd/kubectl cmd/hyperkube API SERVER insecure port is free, proceeding... API SERVER secure port is free, proceeding... Detected host and ready to start services. Doing some housekeeping first... Using GO_OUT /Users/gyliu/git/kubernetes/_output/local/bin/darwin/amd64 Starting services now! Starting etcd etcd --advertise-client-urls http://127.0.0.1:2379 --data-dir /tmp/test-etcd.XXXXXX.LwKYdriJ --listen-client-urls http://127.0.0.1:2379 --debug &gt; "/dev/null" 2&gt;/dev/null Waiting for etcd to come up. +++ [1121 17:27:36] On try 2, etcd: : http://127.0.0.1:2379 {"action":"set","node":{"key":"/_test","value":"","modifiedIndex":4,"createdIndex":4}} Waiting for apiserver to come up +++ [1121 17:27:37] On try 2, apiserver: : { "major": "1", "minor": "6+", "gitVersion": "v1.6.0-alpha.0.708+0042ce56848e5d", "gitCommit": "0042ce56848e5d7363f3995a155df3435c9b532d", "gitTreeState": "clean", "buildDate": "2016-11-21T09:25:35Z", "goVersion": "go1.7.3", "compiler": "gc", "platform": "darwin/amd64" } Local Kubernetes cluster is running. Press Ctrl-C to shut it down. Logs: /tmp/kube-apiserver.log /tmp/kube-controller-manager.log /tmp/kube-proxy.log /tmp/kube-scheduler.log /tmp/kubelet.log To start using your cluster, open up another terminal/tab and run: export KUBERNETES_PROVIDER=local cluster/kubectl.sh config set-cluster local --server=https://localhost:6443 --certificate-authority=/var/run/kubernetes/apiserver.crt cluster/kubectl.sh config set-credentials myself --username=admin --password=admin cluster/kubectl.sh config set-context local --cluster=local --user=myself cluster/kubectl.sh config use-context local cluster/kubectl.sh </code></pre></div> <p dir="auto">Check agents:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="cluster/kubectl.sh get nodes No resources found."><pre class="notranslate"><code class="notranslate">cluster/kubectl.sh get nodes No resources found. </code></pre></div> <p dir="auto">Check kubelet log:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="I1121 17:27:38.113443 42083 feature_gate.go:181] feature gates: map[ExperimentalHostUserNamespaceDefaulting:true DynamicKubeletConfig:true AllAlpha:true DynamicVolumeProvisioning:true StreamingProxyRedirects:true] I1121 17:27:38.146640 42083 server.go:217] Starting Kubelet configuration sync loop I1121 17:27:38.146671 42083 plugins.go:94] No cloud provider specified. I1121 17:27:38.146679 42083 server.go:367] No cloud provider specified: &quot;&quot; from the config file: &quot;&quot; I1121 17:27:38.536045 42083 docker.go:356] Connecting to docker on unix:///var/run/docker.sock I1121 17:27:38.536077 42083 docker.go:376] Start docker client with request timeout=2m0s E1121 17:27:38.540852 42083 cni.go:163] error updating cni config: No networks found in /etc/cni/net.d W1121 17:27:38.540911 42083 server.go:469] setting OOM scores is unsupported in this build I1121 17:27:38.540973 42083 server.go:700] Using root directory: /var/lib/kubelet I1121 17:27:38.541384 42083 kubelet.go:252] Watching apiserver I1121 17:27:38.541426 42083 reflector.go:185] Starting reflector *api.Pod (0s) from pkg/kubelet/config/apiserver.go:44 I1121 17:27:38.541471 42083 reflector.go:234] Listing and watching *api.Pod from pkg/kubelet/config/apiserver.go:44 I1121 17:27:38.541717 42083 reflector.go:185] Starting reflector *api.Service (0s) from pkg/kubelet/kubelet.go:377 I1121 17:27:38.541755 42083 reflector.go:185] Starting reflector *api.Node (0s) from pkg/kubelet/kubelet.go:385 I1121 17:27:38.541764 42083 reflector.go:234] Listing and watching *api.Service from pkg/kubelet/kubelet.go:377 I1121 17:27:38.541801 42083 reflector.go:234] Listing and watching *api.Node from pkg/kubelet/kubelet.go:385 W1121 17:27:38.541810 42083 iptables.go:143] Error checking iptables version, assuming version at least 1.4.11: executable file not found in $PATH I1121 17:27:38.541897 42083 iptables.go:176] Could not connect to D-Bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory I1121 17:27:38.541934 42083 kubelet.go:466] Experimental host user namespace defaulting is enabled. W1121 17:27:38.541941 42083 kubelet_network.go:69] Hairpin mode set to &quot;promiscuous-bridge&quot; but kubenet is not enabled, falling back to &quot;hairpin-veth&quot; I1121 17:27:38.541955 42083 kubelet.go:476] Hairpin mode set to &quot;hairpin-veth&quot; W1121 17:27:38.542020 42083 plugins.go:210] can't set sysctl net/bridge/bridge-nf-call-iptables: open /proc/sys/net/bridge/bridge-nf-call-iptables: no such file or directory Error: failed to run Kubelet: failed to create kubelet: cAdvisor is unsupported in this build failed to run Kubelet: failed to create kubelet: cAdvisor is unsupported in this build"><pre class="notranslate"><code class="notranslate">I1121 17:27:38.113443 42083 feature_gate.go:181] feature gates: map[ExperimentalHostUserNamespaceDefaulting:true DynamicKubeletConfig:true AllAlpha:true DynamicVolumeProvisioning:true StreamingProxyRedirects:true] I1121 17:27:38.146640 42083 server.go:217] Starting Kubelet configuration sync loop I1121 17:27:38.146671 42083 plugins.go:94] No cloud provider specified. I1121 17:27:38.146679 42083 server.go:367] No cloud provider specified: "" from the config file: "" I1121 17:27:38.536045 42083 docker.go:356] Connecting to docker on unix:///var/run/docker.sock I1121 17:27:38.536077 42083 docker.go:376] Start docker client with request timeout=2m0s E1121 17:27:38.540852 42083 cni.go:163] error updating cni config: No networks found in /etc/cni/net.d W1121 17:27:38.540911 42083 server.go:469] setting OOM scores is unsupported in this build I1121 17:27:38.540973 42083 server.go:700] Using root directory: /var/lib/kubelet I1121 17:27:38.541384 42083 kubelet.go:252] Watching apiserver I1121 17:27:38.541426 42083 reflector.go:185] Starting reflector *api.Pod (0s) from pkg/kubelet/config/apiserver.go:44 I1121 17:27:38.541471 42083 reflector.go:234] Listing and watching *api.Pod from pkg/kubelet/config/apiserver.go:44 I1121 17:27:38.541717 42083 reflector.go:185] Starting reflector *api.Service (0s) from pkg/kubelet/kubelet.go:377 I1121 17:27:38.541755 42083 reflector.go:185] Starting reflector *api.Node (0s) from pkg/kubelet/kubelet.go:385 I1121 17:27:38.541764 42083 reflector.go:234] Listing and watching *api.Service from pkg/kubelet/kubelet.go:377 I1121 17:27:38.541801 42083 reflector.go:234] Listing and watching *api.Node from pkg/kubelet/kubelet.go:385 W1121 17:27:38.541810 42083 iptables.go:143] Error checking iptables version, assuming version at least 1.4.11: executable file not found in $PATH I1121 17:27:38.541897 42083 iptables.go:176] Could not connect to D-Bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory I1121 17:27:38.541934 42083 kubelet.go:466] Experimental host user namespace defaulting is enabled. W1121 17:27:38.541941 42083 kubelet_network.go:69] Hairpin mode set to "promiscuous-bridge" but kubenet is not enabled, falling back to "hairpin-veth" I1121 17:27:38.541955 42083 kubelet.go:476] Hairpin mode set to "hairpin-veth" W1121 17:27:38.542020 42083 plugins.go:210] can't set sysctl net/bridge/bridge-nf-call-iptables: open /proc/sys/net/bridge/bridge-nf-call-iptables: no such file or directory Error: failed to run Kubelet: failed to create kubelet: cAdvisor is unsupported in this build failed to run Kubelet: failed to create kubelet: cAdvisor is unsupported in this build </code></pre></div> <p dir="auto"><strong>What you expected to happen</strong>:</p> <p dir="auto"><strong>How to reproduce it</strong> (as minimally and precisely as possible):</p> <p dir="auto"><strong>Anything else do we need to know</strong>:</p>
<p dir="auto">Currently if you have a large replication controller running and stop said controller, kubernetes will report that no pods are running, when indeed there are currently pods on the cluster.</p> <p dir="auto">This occurs because the entries are deleted from etcd and eventually the kubelets will catch up. Perhaps it makes more sense to update the phase to "vacating" and only delete once the final event has been sent.</p> <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dchen1107/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dchen1107">@dchen1107</a> , <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wojtek-t/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wojtek-t">@wojtek-t</a> , <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/fgrzadkowski/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/fgrzadkowski">@fgrzadkowski</a></p>
0
<p dir="auto">When im going to the next challenge and have to type in the note pad document, i cant click the cursor and start typing where it wants me to. i have to hit enter or something first then the cursor will allow me to click anywhere in the document to start typing my challenge.</p> <p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/create-a-set-of-radio-buttons" rel="nofollow">Create a Set of Radio Buttons</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36</code>.<br> Please describe how to reproduce this issue, and include links to screenshots if possible.</p> <p dir="auto">My code:</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" &lt;link href=&quot;https://fonts.googleapis.com/css?family=Lobster&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt; &lt;style&gt; .red-text { color: red; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } .thick-green-border { border-color: green; border-width: 10px; border-style: solid; border-radius: 50%; } .smaller-image { width: 100px; } &lt;/style&gt; &lt;h2 class=&quot;red-text&quot;&gt;CatPhotoApp&lt;/h2&gt; &lt;p&gt;Click here for &lt;a href=&quot;#&quot;&gt;cat photos&lt;/a&gt;.&lt;/p&gt; &lt;a href=&quot;#&quot;&gt;&lt;img class=&quot;smaller-image thick-green-border&quot; alt=&quot;A cute orange cat lying on its back&quot; src=&quot;https://bit.ly/fcc-relaxing-cat&quot;&gt;&lt;/a&gt; &lt;p&gt;Things cats love:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;cat nip&lt;/li&gt; &lt;li&gt;laser pointers&lt;/li&gt; &lt;li&gt;lasagna&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Top 3 things cats hate:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;flea treatment&lt;/li&gt; &lt;li&gt;thunder&lt;/li&gt; &lt;li&gt;other cats&lt;/li&gt; &lt;/ol&gt; &lt;form action=&quot;/submit-cat-photo&quot;&gt; &lt;input type=&quot;text&quot; placeholder=&quot;cat photo URL&quot; required&gt; &lt;button type=&quot;submit&quot;&gt;Submit&lt;/button&gt; &lt;/form&gt; "><pre class="notranslate"><span class="pl-kos">&lt;</span><span class="pl-ent">link</span> <span class="pl-c1">href</span>="<span class="pl-s">https://fonts.googleapis.com/css?family=Lobster</span>" <span class="pl-c1">rel</span>="<span class="pl-s">stylesheet</span>" <span class="pl-c1">type</span>="<span class="pl-s">text/css</span>"<span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">style</span><span class="pl-kos">&gt;</span> .<span class="pl-c1">red-text</span> { <span class="pl-c1">color</span><span class="pl-kos">:</span> red; } <span class="pl-ent">h2</span> { <span class="pl-c1">font-family</span><span class="pl-kos">:</span> Lobster<span class="pl-kos">,</span> Monospace; } <span class="pl-ent">p</span> { <span class="pl-c1">font-size</span><span class="pl-kos">:</span> <span class="pl-c1">16<span class="pl-smi">px</span></span>; <span class="pl-c1">font-family</span><span class="pl-kos">:</span> Monospace; } .<span class="pl-c1">thick-green-border</span> { <span class="pl-c1">border-color</span><span class="pl-kos">:</span> green; <span class="pl-c1">border-width</span><span class="pl-kos">:</span> <span class="pl-c1">10<span class="pl-smi">px</span></span>; <span class="pl-c1">border-style</span><span class="pl-kos">:</span> solid; <span class="pl-c1">border-radius</span><span class="pl-kos">:</span> <span class="pl-c1">50<span class="pl-smi">%</span></span>; } .<span class="pl-c1">smaller-image</span> { <span class="pl-c1">width</span><span class="pl-kos">:</span> <span class="pl-c1">100<span class="pl-smi">px</span></span>; } <span class="pl-kos">&lt;/</span><span class="pl-ent">style</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">h2</span> <span class="pl-c1">class</span>="<span class="pl-s">red-text</span>"<span class="pl-kos">&gt;</span>CatPhotoApp<span class="pl-kos">&lt;/</span><span class="pl-ent">h2</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span>Click here for <span class="pl-kos">&lt;</span><span class="pl-ent">a</span> <span class="pl-c1">href</span>="<span class="pl-s">#</span>"<span class="pl-kos">&gt;</span>cat photos<span class="pl-kos">&lt;/</span><span class="pl-ent">a</span><span class="pl-kos">&gt;</span>.<span class="pl-kos">&lt;/</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">a</span> <span class="pl-c1">href</span>="<span class="pl-s">#</span>"<span class="pl-kos">&gt;</span><span class="pl-kos">&lt;</span><span class="pl-ent">img</span> <span class="pl-c1">class</span>="<span class="pl-s">smaller-image thick-green-border</span>" <span class="pl-c1">alt</span>="<span class="pl-s">A cute orange cat lying on its back</span>" <span class="pl-c1">src</span>="<span class="pl-s">https://bit.ly/fcc-relaxing-cat</span>"<span class="pl-kos">&gt;</span><span class="pl-kos">&lt;/</span><span class="pl-ent">a</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span>Things cats love:<span class="pl-kos">&lt;/</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">ul</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">li</span><span class="pl-kos">&gt;</span>cat nip<span class="pl-kos">&lt;/</span><span class="pl-ent">li</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">li</span><span class="pl-kos">&gt;</span>laser pointers<span class="pl-kos">&lt;/</span><span class="pl-ent">li</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">li</span><span class="pl-kos">&gt;</span>lasagna<span class="pl-kos">&lt;/</span><span class="pl-ent">li</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;/</span><span class="pl-ent">ul</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span>Top 3 things cats hate:<span class="pl-kos">&lt;/</span><span class="pl-ent">p</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">ol</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">li</span><span class="pl-kos">&gt;</span>flea treatment<span class="pl-kos">&lt;/</span><span class="pl-ent">li</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">li</span><span class="pl-kos">&gt;</span>thunder<span class="pl-kos">&lt;/</span><span class="pl-ent">li</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">li</span><span class="pl-kos">&gt;</span>other cats<span class="pl-kos">&lt;/</span><span class="pl-ent">li</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;/</span><span class="pl-ent">ol</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">form</span> <span class="pl-c1">action</span>="<span class="pl-s">/submit-cat-photo</span>"<span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">input</span> <span class="pl-c1">type</span>="<span class="pl-s">text</span>" <span class="pl-c1">placeholder</span>="<span class="pl-s">cat photo URL</span>" <span class="pl-c1">required</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">button</span> <span class="pl-c1">type</span>="<span class="pl-s">submit</span>"<span class="pl-kos">&gt;</span>Submit<span class="pl-kos">&lt;/</span><span class="pl-ent">button</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;/</span><span class="pl-ent">form</span><span class="pl-kos">&gt;</span></pre></div>
<p dir="auto">In all the exercises, we the users are forced to press the enter key before writing any code.</p> <hr> <h4 dir="auto">Update:</h4> <p dir="auto">We have locked the conversation temporarily on this thread to collaborators only, this has been resolved in staging, and will be live soon.</p> <p dir="auto">The fix can be confirmed on the beta website.</p> <p dir="auto">The workaround currently on production website is:<br> Press the <kbd>Enter</kbd> key on the challenge editor and then proceed with the challenge.</p> <p dir="auto">Apologies for the inconvenience meanwhile.</p> <p dir="auto">Reach us in the chat room if you need any assistance.</p>
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <p dir="auto">The following code</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;Hidden lgDown implementation=&quot;css&quot; /&gt;"><pre class="notranslate"><span class="pl-c1">&lt;</span><span class="pl-ent">Hidden</span> <span class="pl-c1">lgDown</span> <span class="pl-c1">implementation</span><span class="pl-c1">=</span><span class="pl-s">"css"</span> <span class="pl-c1">/</span><span class="pl-c1">&gt;</span></pre></div> <p dir="auto">will render CSS code</p> <div class="highlight highlight-source-css notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@media (max-width:1279.99px) { .MuiHiddenCss-lgDown-116 { display: none; } }"><pre class="notranslate"><span class="pl-k">@media</span> (<span class="pl-c1">max-width</span><span class="pl-kos">:</span><span class="pl-c1">1279.99<span class="pl-smi">px</span></span>) { .<span class="pl-c1">MuiHiddenCss-lgDown-116</span> { <span class="pl-c1">display</span><span class="pl-kos">:</span> none; } }</pre></div> <p dir="auto">which is matched on Safari with 1280px width.</p> <p dir="auto">You can test on browser console:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="window.matchMedia('(max-width:1279.99px)').matches"><pre class="notranslate"><span class="pl-smi">window</span><span class="pl-kos">.</span><span class="pl-en">matchMedia</span><span class="pl-kos">(</span><span class="pl-s">'(max-width:1279.99px)'</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-c1">matches</span></pre></div> <p dir="auto">It returns <code class="notranslate">true</code> on Safari but <code class="notranslate">false</code> on Chrome and Firefox</p> <h2 dir="auto">Expected Behavior</h2> <p dir="auto">Drawer should not disappear on screen with 1280px wide.</p> <h2 dir="auto">Current Behavior</h2> <p dir="auto">If you go to v1 docs on Safari, you'll see that the drawer is missing.</p> <h2 dir="auto">Steps to Reproduce (for bugs)</h2> <ol dir="auto"> <li>Open Safari</li> <li>Go to <a href="https://material-ui-1dab0.firebaseapp.com/getting-started/installation/" rel="nofollow">https://material-ui-1dab0.firebaseapp.com/getting-started/installation/</a></li> <li>Change browser to 1280px width</li> <li>Sidebar disappear</li> </ol> <h2 dir="auto">Your Environment</h2> <table role="table"> <thead> <tr> <th>Tech</th> <th>Version</th> </tr> </thead> <tbody> <tr> <td>Material-UI</td> <td>v1.0.0-beta.18</td> </tr> <tr> <td>browser</td> <td>Safari 11.0.1</td> </tr> <tr> <td>OS</td> <td>macOS 10.13.1 beta</td> </tr> </tbody> </table>
<p dir="auto">Can not format textField of type date in the form 'DD/MM/YYYY'. The options for type are limited. Why not have a format field</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected Behavior</h2> <p dir="auto">TextField should have a format prop that will help format date in any format. eg.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;TextField onChange={onDateChange} id=&quot;date&quot; label=&quot;Date Received&quot; type=&quot;date&quot; format={'DD/MM/YYYY'} value={dateRecieved} className={classes.textField} margin=&quot;normal&quot; InputLabelProps={{ shrink: true }} /&gt;"><pre class="notranslate"><code class="notranslate">&lt;TextField onChange={onDateChange} id="date" label="Date Received" type="date" format={'DD/MM/YYYY'} value={dateRecieved} className={classes.textField} margin="normal" InputLabelProps={{ shrink: true }} /&gt; </code></pre></div> <h2 dir="auto">Current Behavior</h2> <p dir="auto">Currently the type options doesn't allow to format in <code class="notranslate">DD/MM/YYYY</code> form.</p> <h2 dir="auto">Your Environment</h2> <table role="table"> <thead> <tr> <th>Tech</th> <th>Version</th> </tr> </thead> <tbody> <tr> <td>Material-UI</td> <td>1.0.0-beta.32</td> </tr> <tr> <td>React</td> <td>3.7.2</td> </tr> <tr> <td>browser</td> <td>chrome</td> </tr> <tr> <td>etc</td> <td></td> </tr> </tbody> </table>
0
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p> <p dir="auto">No</p> <p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):</p> <p dir="auto">node, timeout, restart</p> <hr> <p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one): BUG REPORT</p> <p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Client Version: version.Info{Major:&quot;1&quot;, Minor:&quot;3&quot;, GitVersion:&quot;v1.3.6&quot;, GitCommit:&quot;ae4550cc9c89a593bcda6678df201db1b208133b&quot;, GitTreeState:&quot;clean&quot;, BuildDate:&quot;2016-08-26T18:13:23Z&quot;, GoVersion:&quot;go1.6.2&quot;, Compiler:&quot;gc&quot;, Platform:&quot;darwin/amd64&quot;} Server Version: version.Info{Major:&quot;1&quot;, Minor:&quot;4&quot;, GitVersion:&quot;v1.4.6&quot;, GitCommit:&quot;e569a27d02001e343cb68086bc06d47804f62af6&quot;, GitTreeState:&quot;clean&quot;, BuildDate:&quot;2016-11-12T05:16:27Z&quot;, GoVersion:&quot;go1.6.3&quot;, Compiler:&quot;gc&quot;, Platform:&quot;linux/amd64&quot;}"><pre class="notranslate"><code class="notranslate">Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.6", GitCommit:"ae4550cc9c89a593bcda6678df201db1b208133b", GitTreeState:"clean", BuildDate:"2016-08-26T18:13:23Z", GoVersion:"go1.6.2", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"4", GitVersion:"v1.4.6", GitCommit:"e569a27d02001e343cb68086bc06d47804f62af6", GitTreeState:"clean", BuildDate:"2016-11-12T05:16:27Z", GoVersion:"go1.6.3", Compiler:"gc", Platform:"linux/amd64"} </code></pre></div> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configuration</strong>: <a href="https://cloud.google.com/container-engine/" rel="nofollow">https://cloud.google.com/container-engine/</a></li> <li><strong>OS</strong> (e.g. from /etc/os-release):</li> <li><strong>Kernel</strong> (e.g. <code class="notranslate">uname -a</code>):</li> <li><strong>Install tools</strong>:</li> <li><strong>Others</strong>:</li> </ul> <p dir="auto"><strong>What happened</strong>:</p> <p dir="auto">Requests started to timeout every so often, we found this from runscope monitoring. When I reproduced the timeout it was only intermittent. All the k8 deployments and pods were online.</p> <p dir="auto">I looked in <code class="notranslate">kubectl get events</code> and saw:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="44m 44m 1 gke-backend-default-pool-a671890f-17dj Node Normal NodeNotReady {controllermanager } Node gke-backend-default-pool-a671890f-17dj status is now: NodeNotReady"><pre class="notranslate"><code class="notranslate">44m 44m 1 gke-backend-default-pool-a671890f-17dj Node Normal NodeNotReady {controllermanager } Node gke-backend-default-pool-a671890f-17dj status is now: NodeNotReady </code></pre></div> <p dir="auto">When I ran <code class="notranslate">kubectl get nodes</code> it was in <code class="notranslate">Ready</code> status:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ kubectl get nodes NAME STATUS AGE gke-backend-default-pool-a671890f-17dj Ready 7d gke-backend-default-pool-a671890f-berw Ready 7d gke-backend-default-pool-a671890f-h0li Ready 7d gke-backend-default-pool-a671890f-oqjm Ready 7d gke-backend-default-pool-a671890f-pu28 Ready 7d gke-backend-default-pool-a671890f-r14r Ready 7d gke-backend-default-pool-a671890f-sga0 Ready 7d gke-backend-default-pool-a671890f-uxby Ready 7d"><pre class="notranslate"><code class="notranslate">$ kubectl get nodes NAME STATUS AGE gke-backend-default-pool-a671890f-17dj Ready 7d gke-backend-default-pool-a671890f-berw Ready 7d gke-backend-default-pool-a671890f-h0li Ready 7d gke-backend-default-pool-a671890f-oqjm Ready 7d gke-backend-default-pool-a671890f-pu28 Ready 7d gke-backend-default-pool-a671890f-r14r Ready 7d gke-backend-default-pool-a671890f-sga0 Ready 7d gke-backend-default-pool-a671890f-uxby Ready 7d </code></pre></div> <p dir="auto">I then manually deleted the node:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="kubectl delete node gke-backend-default-pool-a671890f-17dj "><pre class="notranslate"><code class="notranslate">kubectl delete node gke-backend-default-pool-a671890f-17dj </code></pre></div> <p dir="auto">And the timeouts went away. We had the same problem last week but at that time I just removed all the nodes because I didn't have time to dig into the issue.</p> <p dir="auto"><strong>What you expected to happen</strong>:</p> <p dir="auto">When the node goes into <code class="notranslate">NodeNotReady</code> it should remove itself from the pool and have another one take it's place. Also <code class="notranslate">kubectl get events</code> says the node went into <code class="notranslate">NodeNotReady</code> but <code class="notranslate">kubectl get nodes</code> showed it as <code class="notranslate">Ready</code>, maybe it went back to <code class="notranslate">Ready</code> status but for some reason wasn't accepting http request to the exposed service IP.</p> <p dir="auto"><strong>How to reproduce it</strong> (as minimally and precisely as possible):</p> <p dir="auto">We weren't touching the cluster when the node stopped accepting requests, it was working for a week and then stopped at a seemingly random time.</p> <p dir="auto"><strong>Anything else do we need to know</strong>:</p> <p dir="auto">Not that I can think of, but let me know if there's any other information I can provide, unfortunatly the problem node has been deleted already but if it happens again I could run some commands to help diagnose the issue.</p>
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p> <p dir="auto">No,</p> <p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):</p> <ul dir="auto"> <li>"already being used"</li> </ul> <hr> <p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one):</p> <p dir="auto">BUG REPORT</p> <p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Client Version: version.Info{Major:&quot;1&quot;, Minor:&quot;5+&quot;, GitVersion:&quot;v1.5.0-beta.2&quot;, GitCommit:&quot;0776eab45fe28f02bbeac0f05ae1a203051a21eb&quot;, GitTreeState:&quot;clean&quot;, BuildDate:&quot;2016-11-24T22:35:03Z&quot;, GoVersion:&quot;go1.7.3&quot;, Compiler:&quot;gc&quot;, Platform:&quot;linux/amd64&quot;} Server Version: version.Info{Major:&quot;1&quot;, Minor:&quot;6+&quot;, GitVersion:&quot;v1.6.0-alpha.0.1228+2212c421f6e10e&quot;, GitCommit:&quot;2212c421f6e10e3bb7ff1e106f14dcd049990235&quot;, GitTreeState:&quot;clean&quot;, BuildDate:&quot;2016-12-02T17:27:41Z&quot;, GoVersion:&quot;go1.7.3&quot;, Compiler:&quot;gc&quot;, Platform:&quot;linux/amd64&quot;}"><pre class="notranslate"><code class="notranslate">Client Version: version.Info{Major:"1", Minor:"5+", GitVersion:"v1.5.0-beta.2", GitCommit:"0776eab45fe28f02bbeac0f05ae1a203051a21eb", GitTreeState:"clean", BuildDate:"2016-11-24T22:35:03Z", GoVersion:"go1.7.3", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"6+", GitVersion:"v1.6.0-alpha.0.1228+2212c421f6e10e", GitCommit:"2212c421f6e10e3bb7ff1e106f14dcd049990235", GitTreeState:"clean", BuildDate:"2016-12-02T17:27:41Z", GoVersion:"go1.7.3", Compiler:"gc", Platform:"linux/amd64"} </code></pre></div> <p dir="auto"><strong>Environment</strong></p> <ul dir="auto"> <li><strong>Cloud provider or hardware configuration</strong>: GCE</li> <li><strong>OS</strong> (e.g. from /etc/os-release): Debian GNU/Linux 7 (wheezy)</li> <li><strong>Kernel</strong> (e.g. <code class="notranslate">uname -a</code>):</li> <li><strong>Install tools</strong>: cluster/gce/upgrade.sh</li> <li><strong>Others</strong>:</li> </ul> <p dir="auto"><strong>What happened</strong>:</p> <p dir="auto">A Pod with a PVC got deleted during a rolling Node upgrade. A controller recreated it on a different Node. The new Pod was unable to attach the PD because it was still marked as being in use by the previous Node:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Failed to attach volume &quot;pvc-61045ddc-b8c7-11e6-bee7-42010a800002&quot; on node &quot;kubernetes-minion-group-yl0d&quot; with: googleapi: Error 400: The disk resource 'kubernetes-dynamic-pvc-61045ddc-b8c7-11e6-bee7-42010a800002' is already being used by 'kubernetes-minion-group-c4x6'"><pre class="notranslate"><code class="notranslate">Failed to attach volume "pvc-61045ddc-b8c7-11e6-bee7-42010a800002" on node "kubernetes-minion-group-yl0d" with: googleapi: Error 400: The disk resource 'kubernetes-dynamic-pvc-61045ddc-b8c7-11e6-bee7-42010a800002' is already being used by 'kubernetes-minion-group-c4x6' </code></pre></div> <p dir="auto">The issue resolved itself after 7min. I was able to reproduce this based on <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="192146653" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/37585" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/37585/hovercard?comment_id=264519943&amp;comment_type=issue_comment" href="https://github.com/kubernetes/kubernetes/issues/37585#issuecomment-264519943">#37585 (comment)</a>. Although it happened to a different pod this time, the delay was about the same (7-8min).</p> <p dir="auto"><strong>What you expected to happen</strong>:</p> <p dir="auto">The PD should mount to the new Node that the Pod has scheduled to, without such a long delay.</p> <p dir="auto"><strong>How to reproduce it</strong> (as minimally and precisely as possible):</p> <ol dir="auto"> <li> <p dir="auto">Start a v1.4.6 cluster on GCE.</p> </li> <li> <p dir="auto">Create the following example PetSet and wait for all Pods to be Running.</p> <div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# A headless service to create DNS records apiVersion: v1 kind: Service metadata: name: nginx labels: app: nginx spec: ports: - port: 80 name: web # *.nginx.default.svc.cluster.local clusterIP: None selector: app: nginx --- apiVersion: apps/v1alpha1 kind: PetSet metadata: name: web spec: serviceName: &quot;nginx&quot; replicas: 5 template: metadata: labels: app: nginx annotations: pod.alpha.kubernetes.io/initialized: &quot;true&quot; spec: containers: - name: nginx image: gcr.io/google_containers/nginx-slim:0.8 ports: - containerPort: 80 name: web volumeMounts: - name: www mountPath: /usr/share/nginx/html volumeClaimTemplates: - metadata: name: www annotations: volume.alpha.kubernetes.io/storage-class: anything spec: accessModes: [ &quot;ReadWriteOnce&quot; ] resources: requests: storage: 1Gi"><pre class="notranslate"><span class="pl-c"><span class="pl-c">#</span> A headless service to create DNS records</span> <span class="pl-ent">apiVersion</span>: <span class="pl-c1">v1</span> <span class="pl-ent">kind</span>: <span class="pl-s">Service</span> <span class="pl-ent">metadata</span>: <span class="pl-ent">name</span>: <span class="pl-s">nginx</span> <span class="pl-ent">labels</span>: <span class="pl-ent">app</span>: <span class="pl-s">nginx</span> <span class="pl-ent">spec</span>: <span class="pl-ent">ports</span>: - <span class="pl-ent">port</span>: <span class="pl-c1">80</span> <span class="pl-ent">name</span>: <span class="pl-s">web</span> <span class="pl-c"><span class="pl-c">#</span> *.nginx.default.svc.cluster.local</span> <span class="pl-ent">clusterIP</span>: <span class="pl-s">None</span> <span class="pl-ent">selector</span>: <span class="pl-ent">app</span>: <span class="pl-s">nginx</span> --- <span class="pl-ent">apiVersion</span>: <span class="pl-s">apps/v1alpha1</span> <span class="pl-ent">kind</span>: <span class="pl-s">PetSet</span> <span class="pl-ent">metadata</span>: <span class="pl-ent">name</span>: <span class="pl-s">web</span> <span class="pl-ent">spec</span>: <span class="pl-ent">serviceName</span>: <span class="pl-s"><span class="pl-pds">"</span>nginx<span class="pl-pds">"</span></span> <span class="pl-ent">replicas</span>: <span class="pl-c1">5</span> <span class="pl-ent">template</span>: <span class="pl-ent">metadata</span>: <span class="pl-ent">labels</span>: <span class="pl-ent">app</span>: <span class="pl-s">nginx</span> <span class="pl-ent">annotations</span>: <span class="pl-ent">pod.alpha.kubernetes.io/initialized</span>: <span class="pl-s"><span class="pl-pds">"</span>true<span class="pl-pds">"</span></span> <span class="pl-ent">spec</span>: <span class="pl-ent">containers</span>: - <span class="pl-ent">name</span>: <span class="pl-s">nginx</span> <span class="pl-ent">image</span>: <span class="pl-s">gcr.io/google_containers/nginx-slim:0.8</span> <span class="pl-ent">ports</span>: - <span class="pl-ent">containerPort</span>: <span class="pl-c1">80</span> <span class="pl-ent">name</span>: <span class="pl-s">web</span> <span class="pl-ent">volumeMounts</span>: - <span class="pl-ent">name</span>: <span class="pl-s">www</span> <span class="pl-ent">mountPath</span>: <span class="pl-s">/usr/share/nginx/html</span> <span class="pl-ent">volumeClaimTemplates</span>: - <span class="pl-ent">metadata</span>: <span class="pl-ent">name</span>: <span class="pl-s">www</span> <span class="pl-ent">annotations</span>: <span class="pl-ent">volume.alpha.kubernetes.io/storage-class</span>: <span class="pl-s">anything</span> <span class="pl-ent">spec</span>: <span class="pl-ent">accessModes</span>: <span class="pl-s">[ "ReadWriteOnce" ]</span> <span class="pl-ent">resources</span>: <span class="pl-ent">requests</span>: <span class="pl-ent">storage</span>: <span class="pl-s">1Gi</span></pre></div> </li> <li> <p dir="auto">Delete PetSet without cascading (keep the Pods).</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="kubectl delete petset web --cascade=false"><pre class="notranslate">kubectl delete petset web --cascade=false</pre></div> </li> <li> <p dir="auto">Upgrade master to <code class="notranslate">v1.6.0-alpha.0.1228+2212c421f6e10e</code> with <code class="notranslate">cluster/gce/upgrade.sh</code>.</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="git checkout release-1.5 git pull upstream release-1.5 cluster/gce/upgrade.sh -M v1.6.0-alpha.0.1228+2212c421f6e10e"><pre class="notranslate">git checkout release-1.5 git pull upstream release-1.5 cluster/gce/upgrade.sh -M v1.6.0-alpha.0.1228+2212c421f6e10e</pre></div> </li> <li> <p dir="auto">Create the following StatefulSet to adopt the Pods.</p> <div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# A headless service to create DNS records apiVersion: v1 kind: Service metadata: name: nginx labels: app: nginx spec: ports: - port: 80 name: web # *.nginx.default.svc.cluster.local clusterIP: None selector: app: nginx --- apiVersion: apps/v1beta1 kind: StatefulSet metadata: name: web spec: serviceName: &quot;nginx&quot; replicas: 5 template: metadata: labels: app: nginx spec: containers: - name: nginx image: gcr.io/google_containers/nginx-slim:0.8 ports: - containerPort: 80 name: web volumeMounts: - name: www mountPath: /usr/share/nginx/html volumeClaimTemplates: - metadata: name: www annotations: volume.alpha.kubernetes.io/storage-class: anything spec: accessModes: [ &quot;ReadWriteOnce&quot; ] resources: requests: storage: 1Gi"><pre class="notranslate"><span class="pl-c"><span class="pl-c">#</span> A headless service to create DNS records</span> <span class="pl-ent">apiVersion</span>: <span class="pl-c1">v1</span> <span class="pl-ent">kind</span>: <span class="pl-s">Service</span> <span class="pl-ent">metadata</span>: <span class="pl-ent">name</span>: <span class="pl-s">nginx</span> <span class="pl-ent">labels</span>: <span class="pl-ent">app</span>: <span class="pl-s">nginx</span> <span class="pl-ent">spec</span>: <span class="pl-ent">ports</span>: - <span class="pl-ent">port</span>: <span class="pl-c1">80</span> <span class="pl-ent">name</span>: <span class="pl-s">web</span> <span class="pl-c"><span class="pl-c">#</span> *.nginx.default.svc.cluster.local</span> <span class="pl-ent">clusterIP</span>: <span class="pl-s">None</span> <span class="pl-ent">selector</span>: <span class="pl-ent">app</span>: <span class="pl-s">nginx</span> --- <span class="pl-ent">apiVersion</span>: <span class="pl-s">apps/v1beta1</span> <span class="pl-ent">kind</span>: <span class="pl-s">StatefulSet</span> <span class="pl-ent">metadata</span>: <span class="pl-ent">name</span>: <span class="pl-s">web</span> <span class="pl-ent">spec</span>: <span class="pl-ent">serviceName</span>: <span class="pl-s"><span class="pl-pds">"</span>nginx<span class="pl-pds">"</span></span> <span class="pl-ent">replicas</span>: <span class="pl-c1">5</span> <span class="pl-ent">template</span>: <span class="pl-ent">metadata</span>: <span class="pl-ent">labels</span>: <span class="pl-ent">app</span>: <span class="pl-s">nginx</span> <span class="pl-ent">spec</span>: <span class="pl-ent">containers</span>: - <span class="pl-ent">name</span>: <span class="pl-s">nginx</span> <span class="pl-ent">image</span>: <span class="pl-s">gcr.io/google_containers/nginx-slim:0.8</span> <span class="pl-ent">ports</span>: - <span class="pl-ent">containerPort</span>: <span class="pl-c1">80</span> <span class="pl-ent">name</span>: <span class="pl-s">web</span> <span class="pl-ent">volumeMounts</span>: - <span class="pl-ent">name</span>: <span class="pl-s">www</span> <span class="pl-ent">mountPath</span>: <span class="pl-s">/usr/share/nginx/html</span> <span class="pl-ent">volumeClaimTemplates</span>: - <span class="pl-ent">metadata</span>: <span class="pl-ent">name</span>: <span class="pl-s">www</span> <span class="pl-ent">annotations</span>: <span class="pl-ent">volume.alpha.kubernetes.io/storage-class</span>: <span class="pl-s">anything</span> <span class="pl-ent">spec</span>: <span class="pl-ent">accessModes</span>: <span class="pl-s">[ "ReadWriteOnce" ]</span> <span class="pl-ent">resources</span>: <span class="pl-ent">requests</span>: <span class="pl-ent">storage</span>: <span class="pl-s">1Gi</span></pre></div> </li> <li> <p dir="auto">Upgrade nodes to <code class="notranslate">v1.6.0-alpha.0.1228+2212c421f6e10e</code> with <code class="notranslate">cluster/gce/upgrade.sh</code>.</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="cluster/gce/upgrade.sh -N v1.6.0-alpha.0.1228+2212c421f6e10e"><pre class="notranslate">cluster/gce/upgrade.sh -N v1.6.0-alpha.0.1228+2212c421f6e10e</pre></div> </li> <li> <p dir="auto">Check for Pods stuck in ContainerCreating. Look in the event log for <code class="notranslate">The disk resource ... is already being used by ...</code></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="NAME READY STATUS RESTARTS AGE web-0 1/1 Running 0 16m web-1 1/1 Running 0 15m web-2 0/1 ContainerCreating 0 4m web-3 1/1 Running 0 15m web-4 1/1 Running 0 15m"><pre class="notranslate"><code class="notranslate">NAME READY STATUS RESTARTS AGE web-0 1/1 Running 0 16m web-1 1/1 Running 0 15m web-2 0/1 ContainerCreating 0 4m web-3 1/1 Running 0 15m web-4 1/1 Running 0 15m </code></pre></div> </li> </ol> <p dir="auto"><strong>Anything else do we need to know</strong>:</p> <ul dir="auto"> <li><a href="https://gist.github.com/enisoc/5cc11b467e9e6b68ce09f1d6e23d8961">kubectl describe pod on the stuck pod</a></li> <li><a href="https://gist.github.com/enisoc/e0fe54d0dc22a9138adfe77f4c19ee63">kube-controller-manager.log</a></li> <li><a href="https://gist.github.com/enisoc/970727bef695053dc5c583eb2d187642">kubernetes-minion-group-c4x6 kubelet.log</a></li> <li><a href="https://gist.github.com/enisoc/4dae9db18dbe6b563c88f13193debcd9">kubernetes-minion-group-yl0d kubelet.log</a></li> </ul>
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the <a href="https://github.com/apache/incubator-dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li> </ul> <p dir="auto">I find some constructors of implementation classes of Protocol are public, but these constructor are not invoke obviously, they are often used in ExtensionLoader implicitly by invoking reflection api "newInstance".<br> I think we should make these constructors private, if we don't want to let them be invoke obviously.<br> By the way, if fix the problem, some unit tests must be modification because some tests use these constructors.</p>
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/apache/incubator-dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li> </ul> <h3 dir="auto">Environment</h3> <ul dir="auto"> <li>Dubbo version: xxx</li> <li>Operating System version: xxx</li> <li>Java version: xxx</li> </ul> <h3 dir="auto">Steps to reproduce this issue</h3> <ol dir="auto"> <li>xxx</li> <li>xxx</li> <li>xxx</li> </ol> <p dir="auto">Pls. provide [GitHub address] to reproduce this issue.</p> <h3 dir="auto">Expected Result</h3> <p dir="auto">What do you expected from the above steps?</p> <h3 dir="auto">Actual Result</h3> <p dir="auto">What actually happens?</p> <p dir="auto">If there is an exception, please attach the exception trace:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Just put your stack trace here!"><pre class="notranslate"><code class="notranslate">Just put your stack trace here! </code></pre></div>
0
<p dir="auto"><strong>Glide Version</strong>:</p> <p dir="auto"><strong>Integration libraries</strong>:</p> <p dir="auto"><strong>Device/Android Version</strong>:</p> <p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:</p> <p dir="auto"><strong>Glide load line / <code class="notranslate">GlideModule</code> (if any) / list Adapter code (if any)</strong>:</p> <div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Glide.with..."><pre class="notranslate"><span class="pl-smi">Glide</span>.<span class="pl-smi">with</span>...</pre></div> <p dir="auto"><strong>Layout XML</strong>:</p> <div class="highlight highlight-text-xml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;FrameLayout xmlns:android=&quot;..."><pre class="notranslate">&lt;<span class="pl-ent">FrameLayout</span> <span class="pl-e">xmlns</span><span class="pl-e">:</span><span class="pl-e">android</span>=<span class="pl-s"><span class="pl-pds">"</span>...</span></pre></div> <p dir="auto"><strong>Stack trace / LogCat</strong>:</p> <div class="highlight highlight-source-ruby notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="paste stack trace and/or log here"><pre class="notranslate"><span class="pl-en">paste</span> <span class="pl-en">stack</span> <span class="pl-en">trace</span> <span class="pl-k">and</span>/<span class="pl-en">or</span> <span class="pl-en">log</span> <span class="pl-en">here</span></pre></div>
<p dir="auto"><strong>Glide Version</strong>: 4.8.0</p> <p dir="auto"><strong>Integration libraries</strong>: glide:okhttp3-integration:4.8.0</p> <p dir="auto"><strong>Device/Android Version</strong>: fails on Note8/Note9/Emulator Nexus5 API21</p> <p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>: Initial Glide load fails when proguarded</p> <p dir="auto"><strong>Stack trace / LogCat</strong>:</p> <div class="highlight highlight-source-ruby notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="java.lang.RuntimeException: Unable to start activity java.lang.IllegalArgumentException: Unable to find GlideModule implementation at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2974) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3059) at android.app.ActivityThread.-wrap11(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1724) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:7002) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408) Caused by: java.lang.IllegalArgumentException: Unable to find GlideModule implementation at com.bumptech.glide.module.ManifestParser.parseModule(ManifestParser.java:69) at com.bumptech.glide.module.ManifestParser.parse(ManifestParser.java:47) at com.bumptech.glide.Glide.initializeGlide(Glide.java:230) at com.bumptech.glide.Glide.initializeGlide(Glide.java:221) at com.bumptech.glide.Glide.checkAndInitializeGlide(Glide.java:182) at com.bumptech.glide.Glide.get(Glide.java:166) at com.bumptech.glide.Glide.getRetriever(Glide.java:680) at com.bumptech.glide.Glide.with(Glide.java:732) at in.lubble.app.GlideApp.with(GlideApp.java:104) at in.lubble.app.MainActivity.onCreate(MainActivity.java:129) at android.app.Activity.performCreate(Activity.java:7258) at android.app.Activity.performCreate(Activity.java:7249) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1221) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2927) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3059)  at android.app.ActivityThread.-wrap11(Unknown Source:0)  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1724)  at android.os.Handler.dispatchMessage(Handler.java:106)  at android.os.Looper.loop(Looper.java:164)  at android.app.ActivityThread.main(ActivityThread.java:7002)  at java.lang.reflect.Method.invoke(Native Method)  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)  Caused by: java.lang.ClassNotFoundException: com.bumptech.glide.integration.okhttp3.OkHttpGlideModule at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:453) at java.lang.Class.forName(Class.java:378) at com.bumptech.glide.module.ManifestParser.parseModule(ManifestParser.java:67) at com.bumptech.glide.module.ManifestParser.parse(ManifestParser.java:47)  at com.bumptech.glide.Glide.initializeGlide(Glide.java:230)  at com.bumptech.glide.Glide.initializeGlide(Glide.java:221)  at com.bumptech.glide.Glide.checkAndInitializeGlide(Glide.java:182)  at com.bumptech.glide.Glide.get(Glide.java:166)  at com.bumptech.glide.Glide.getRetriever(Glide.java:680)  at com.bumptech.glide.Glide.with(Glide.java:732)  at in.lubble.app.GlideApp.with(GlideApp.java:104)  at in.lubble.app.MainActivity.onCreate(MainActivity.java:129)  at android.app.Activity.performCreate(Activity.java:7258)  at android.app.Activity.performCreate(Activity.java:7249)  at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1221)  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2927)  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3059)  at android.app.ActivityThread.-wrap11(Unknown Source:0)  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1724)  at android.os.Handler.dispatchMessage(Handler.java:106)  at android.os.Looper.loop(Looper.java:164)  at android.app.ActivityThread.main(ActivityThread.java:7002)  at java.lang.reflect.Method.invoke(Native Method)  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)  Caused by: java.lang.ClassNotFoundException: Didn't find class &quot;com.bumptech.glide.integration.okhttp3.OkHttpGlideModule&quot; on path: DexPathList[[zip file &quot;/data/app/in.lubble.app-8EnY0F_AIcvToay-aKJL9w==/base.apk&quot;],nativeLibraryDirectories=[/data/app/in.lubble.app-8EnY0F_AIcvToay-aKJL9w==/lib/arm64, /system/lib64, /vendor/lib64]] at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) at java.lang.ClassLoader.loadClass(ClassLoader.java:379) at java.lang.ClassLoader.loadClass(ClassLoader.java:312) at java.lang.Class.classForName(Native Method)  at java.lang.Class.forName(Class.java:453)  at java.lang.Class.forName(Class.java:378)  at com.bumptech.glide.module.ManifestParser.parseModule(ManifestParser.java:67)  at com.bumptech.glide.module.ManifestParser.parse(ManifestParser.java:47)  at com.bumptech.glide.Glide.initializeGlide(Glide.java:230)  at com.bumptech.glide.Glide.initializeGlide(Glide.java:221)  at com.bumptech.glide.Glide.checkAndInitializeGlide(Glide.java:182)  at com.bumptech.glide.Glide.get(Glide.java:166)  at com.bumptech.glide.Glide.getRetriever(Glide.java:680)  at com.bumptech.glide.Glide.with(Glide.java:732)  at in.lubble.app.GlideApp.with(GlideApp.java:104)  at in.lubble.app.MainActivity.onCreate(MainActivity.java:129)  at android.app.Activity.performCreate(Activity.java:7258)  at android.app.Activity.performCreate(Activity.java:7249)  at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1221)  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2927)  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3059)  at android.app.ActivityThread.-wrap11(Unknown Source:0)  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1724)  at android.os.Handler.dispatchMessage(Handler.java:106)  at android.os.Looper.loop(Looper.java:164)  at android.app.ActivityThread.main(ActivityThread.java:7002)  at java.lang.reflect.Method.invoke(Native Method)  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408) "><pre class="notranslate"><span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">RuntimeException</span>: <span class="pl-en">Unable</span> <span class="pl-en">to</span> <span class="pl-en">start</span> <span class="pl-en">activity</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">IllegalArgumentException</span>: <span class="pl-en">Unable</span> <span class="pl-en">to</span> <span class="pl-en">find</span> <span class="pl-en">GlideModule</span> <span class="pl-en">implementation</span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">performLaunchActivity</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:2974</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">handleLaunchActivity</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:3059</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span>-<span class="pl-en">wrap11</span><span class="pl-kos">(</span><span class="pl-en">Unknown</span> <span class="pl-pds">Source</span>:<span class="pl-c1">0</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span>$H<span class="pl-kos">.</span><span class="pl-en">handleMessage</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:1724</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">Handler</span><span class="pl-kos">.</span><span class="pl-en">dispatchMessage</span><span class="pl-kos">(</span><span class="pl-v">Handler</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:106</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">Looper</span><span class="pl-kos">.</span><span class="pl-en">loop</span><span class="pl-kos">(</span><span class="pl-v">Looper</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:164</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:7002</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">reflect</span><span class="pl-kos">.</span><span class="pl-en">Method</span><span class="pl-kos">.</span><span class="pl-en">invoke</span><span class="pl-kos">(</span><span class="pl-en">Native</span> <span class="pl-v">Method</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">RuntimeInit</span>$MethodAndArgsCaller<span class="pl-kos">.</span><span class="pl-en">run</span><span class="pl-kos">(</span><span class="pl-v">RuntimeInit</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:441</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">ZygoteInit</span><span class="pl-kos">.</span><span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-v">ZygoteInit</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:1408</span><span class="pl-kos">)</span> <span class="pl-en">Caused</span> <span class="pl-pds">by</span>: <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-v">IllegalArgumentException</span>: <span class="pl-v">Unable</span> <span class="pl-en">to</span> <span class="pl-en">find</span> <span class="pl-v">GlideModule</span> <span class="pl-en">implementation</span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">module</span><span class="pl-kos">.</span><span class="pl-en">ManifestParser</span><span class="pl-kos">.</span><span class="pl-en">parseModule</span><span class="pl-kos">(</span><span class="pl-v">ManifestParser</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:69</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">module</span><span class="pl-kos">.</span><span class="pl-en">ManifestParser</span><span class="pl-kos">.</span><span class="pl-en">parse</span><span class="pl-kos">(</span><span class="pl-v">ManifestParser</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:47</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">initializeGlide</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:230</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">initializeGlide</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:221</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">checkAndInitializeGlide</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:182</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">get</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:166</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">getRetriever</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:680</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">with</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:732</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">in</span><span class="pl-kos">.</span><span class="pl-en">lubble</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">GlideApp</span><span class="pl-kos">.</span><span class="pl-en">with</span><span class="pl-kos">(</span><span class="pl-v">GlideApp</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:104</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">in</span><span class="pl-kos">.</span><span class="pl-en">lubble</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">MainActivity</span><span class="pl-kos">.</span><span class="pl-en">onCreate</span><span class="pl-kos">(</span><span class="pl-v">MainActivity</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:129</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">Activity</span><span class="pl-kos">.</span><span class="pl-en">performCreate</span><span class="pl-kos">(</span><span class="pl-v">Activity</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:7258</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">Activity</span><span class="pl-kos">.</span><span class="pl-en">performCreate</span><span class="pl-kos">(</span><span class="pl-v">Activity</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:7249</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">Instrumentation</span><span class="pl-kos">.</span><span class="pl-en">callActivityOnCreate</span><span class="pl-kos">(</span><span class="pl-v">Instrumentation</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:1221</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">performLaunchActivity</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:2927</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">handleLaunchActivity</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:3059</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span>-<span class="pl-en">wrap11</span><span class="pl-kos">(</span><span class="pl-en">Unknown</span> <span class="pl-pds">Source</span>:<span class="pl-c1">0</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span>$H<span class="pl-kos">.</span><span class="pl-en">handleMessage</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:1724</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">Handler</span><span class="pl-kos">.</span><span class="pl-en">dispatchMessage</span><span class="pl-kos">(</span><span class="pl-v">Handler</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:106</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">Looper</span><span class="pl-kos">.</span><span class="pl-en">loop</span><span class="pl-kos">(</span><span class="pl-v">Looper</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:164</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:7002</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">reflect</span><span class="pl-kos">.</span><span class="pl-en">Method</span><span class="pl-kos">.</span><span class="pl-en">invoke</span><span class="pl-kos">(</span><span class="pl-en">Native</span> <span class="pl-v">Method</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">RuntimeInit</span>$MethodAndArgsCaller<span class="pl-kos">.</span><span class="pl-en">run</span><span class="pl-kos">(</span><span class="pl-v">RuntimeInit</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:441</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">ZygoteInit</span><span class="pl-kos">.</span><span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-v">ZygoteInit</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:1408</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">Caused</span> <span class="pl-pds">by</span>: <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">ClassNotFoundException</span>: <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">integration</span><span class="pl-kos">.</span><span class="pl-en">okhttp3</span><span class="pl-kos">.</span><span class="pl-en">OkHttpGlideModule</span> <span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">Class</span><span class="pl-kos">.</span><span class="pl-en">classForName</span><span class="pl-kos">(</span><span class="pl-en">Native</span> <span class="pl-v">Method</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">Class</span><span class="pl-kos">.</span><span class="pl-en">forName</span><span class="pl-kos">(</span><span class="pl-v">Class</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:453</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">Class</span><span class="pl-kos">.</span><span class="pl-en">forName</span><span class="pl-kos">(</span><span class="pl-v">Class</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:378</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">module</span><span class="pl-kos">.</span><span class="pl-en">ManifestParser</span><span class="pl-kos">.</span><span class="pl-en">parseModule</span><span class="pl-kos">(</span><span class="pl-v">ManifestParser</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:67</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">module</span><span class="pl-kos">.</span><span class="pl-en">ManifestParser</span><span class="pl-kos">.</span><span class="pl-en">parse</span><span class="pl-kos">(</span><span class="pl-v">ManifestParser</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:47</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">initializeGlide</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:230</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">initializeGlide</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:221</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">checkAndInitializeGlide</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:182</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">get</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:166</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">getRetriever</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:680</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">with</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:732</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">in</span><span class="pl-kos">.</span><span class="pl-en">lubble</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">GlideApp</span><span class="pl-kos">.</span><span class="pl-en">with</span><span class="pl-kos">(</span><span class="pl-v">GlideApp</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:104</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">in</span><span class="pl-kos">.</span><span class="pl-en">lubble</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">MainActivity</span><span class="pl-kos">.</span><span class="pl-en">onCreate</span><span class="pl-kos">(</span><span class="pl-v">MainActivity</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:129</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">Activity</span><span class="pl-kos">.</span><span class="pl-en">performCreate</span><span class="pl-kos">(</span><span class="pl-v">Activity</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:7258</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">Activity</span><span class="pl-kos">.</span><span class="pl-en">performCreate</span><span class="pl-kos">(</span><span class="pl-v">Activity</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:7249</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">Instrumentation</span><span class="pl-kos">.</span><span class="pl-en">callActivityOnCreate</span><span class="pl-kos">(</span><span class="pl-v">Instrumentation</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:1221</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">performLaunchActivity</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:2927</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">handleLaunchActivity</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:3059</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span>-<span class="pl-en">wrap11</span><span class="pl-kos">(</span><span class="pl-en">Unknown</span> <span class="pl-pds">Source</span>:<span class="pl-c1">0</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span>$H<span class="pl-kos">.</span><span class="pl-en">handleMessage</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:1724</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">Handler</span><span class="pl-kos">.</span><span class="pl-en">dispatchMessage</span><span class="pl-kos">(</span><span class="pl-v">Handler</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:106</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">Looper</span><span class="pl-kos">.</span><span class="pl-en">loop</span><span class="pl-kos">(</span><span class="pl-v">Looper</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:164</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:7002</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">reflect</span><span class="pl-kos">.</span><span class="pl-en">Method</span><span class="pl-kos">.</span><span class="pl-en">invoke</span><span class="pl-kos">(</span><span class="pl-en">Native</span> <span class="pl-v">Method</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">RuntimeInit</span>$MethodAndArgsCaller<span class="pl-kos">.</span><span class="pl-en">run</span><span class="pl-kos">(</span><span class="pl-v">RuntimeInit</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:441</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">ZygoteInit</span><span class="pl-kos">.</span><span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-v">ZygoteInit</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:1408</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">Caused</span> <span class="pl-pds">by</span>: <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-v">ClassNotFoundException</span>: <span class="pl-v">Didn</span>'<span class="pl-en">t</span> <span class="pl-en">find</span> <span class="pl-k">class</span> <span class="pl-s">"com.bumptech.glide.integration.okhttp3.OkHttpGlideModule"</span> <span class="pl-en">on</span> <span class="pl-pds">path</span>: <span class="pl-v">DexPathList</span><span class="pl-kos">[</span><span class="pl-kos">[</span><span class="pl-en">zip</span> <span class="pl-en">file</span> <span class="pl-s">"/data/app/in.lubble.app-8EnY0F_AIcvToay-aKJL9w==/base.apk"</span><span class="pl-kos">]</span><span class="pl-kos">,</span><span class="pl-s1">nativeLibraryDirectories</span><span class="pl-c1">=</span><span class="pl-kos">[</span><span class="pl-sr">/data/app</span>/<span class="pl-en">in</span><span class="pl-kos">.</span><span class="pl-en">lubble</span><span class="pl-kos">.</span><span class="pl-en">app</span>-<span class="pl-c1">8</span><span class="pl-v">EnY0F_AIcvToay</span>-<span class="pl-en">aKJL9w</span>==<span class="pl-sr">/lib/arm</span><span class="pl-c1">64</span><span class="pl-kos">,</span> <span class="pl-sr">/system/lib</span><span class="pl-c1">64</span><span class="pl-kos">,</span> <span class="pl-sr">/vendor/lib</span><span class="pl-c1">64</span><span class="pl-kos">]</span><span class="pl-kos">]</span> <span class="pl-en">at</span> <span class="pl-en">dalvik</span><span class="pl-kos">.</span><span class="pl-en">system</span><span class="pl-kos">.</span><span class="pl-en">BaseDexClassLoader</span><span class="pl-kos">.</span><span class="pl-en">findClass</span><span class="pl-kos">(</span><span class="pl-v">BaseDexClassLoader</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:125</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">ClassLoader</span><span class="pl-kos">.</span><span class="pl-en">loadClass</span><span class="pl-kos">(</span><span class="pl-v">ClassLoader</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:379</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">ClassLoader</span><span class="pl-kos">.</span><span class="pl-en">loadClass</span><span class="pl-kos">(</span><span class="pl-v">ClassLoader</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:312</span><span class="pl-kos">)</span> <span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">Class</span><span class="pl-kos">.</span><span class="pl-en">classForName</span><span class="pl-kos">(</span><span class="pl-en">Native</span> <span class="pl-v">Method</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">Class</span><span class="pl-kos">.</span><span class="pl-en">forName</span><span class="pl-kos">(</span><span class="pl-v">Class</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:453</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">Class</span><span class="pl-kos">.</span><span class="pl-en">forName</span><span class="pl-kos">(</span><span class="pl-v">Class</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:378</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">module</span><span class="pl-kos">.</span><span class="pl-en">ManifestParser</span><span class="pl-kos">.</span><span class="pl-en">parseModule</span><span class="pl-kos">(</span><span class="pl-v">ManifestParser</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:67</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">module</span><span class="pl-kos">.</span><span class="pl-en">ManifestParser</span><span class="pl-kos">.</span><span class="pl-en">parse</span><span class="pl-kos">(</span><span class="pl-v">ManifestParser</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:47</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">initializeGlide</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:230</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">initializeGlide</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:221</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">checkAndInitializeGlide</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:182</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">get</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:166</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">getRetriever</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:680</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">with</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:732</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-k">in</span><span class="pl-kos">.</span><span class="pl-en">lubble</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">GlideApp</span><span class="pl-kos">.</span><span class="pl-en">with</span><span class="pl-kos">(</span><span class="pl-v">GlideApp</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:104</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-k">in</span><span class="pl-kos">.</span><span class="pl-en">lubble</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">MainActivity</span><span class="pl-kos">.</span><span class="pl-en">onCreate</span><span class="pl-kos">(</span><span class="pl-v">MainActivity</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:129</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">Activity</span><span class="pl-kos">.</span><span class="pl-en">performCreate</span><span class="pl-kos">(</span><span class="pl-v">Activity</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:7258</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">Activity</span><span class="pl-kos">.</span><span class="pl-en">performCreate</span><span class="pl-kos">(</span><span class="pl-v">Activity</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:7249</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">Instrumentation</span><span class="pl-kos">.</span><span class="pl-en">callActivityOnCreate</span><span class="pl-kos">(</span><span class="pl-v">Instrumentation</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:1221</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">performLaunchActivity</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:2927</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">handleLaunchActivity</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:3059</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span>-<span class="pl-en">wrap11</span><span class="pl-kos">(</span><span class="pl-en">Unknown</span> <span class="pl-pds">Source</span>:<span class="pl-c1">0</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span>$H<span class="pl-kos">.</span><span class="pl-en">handleMessage</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:1724</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">Handler</span><span class="pl-kos">.</span><span class="pl-en">dispatchMessage</span><span class="pl-kos">(</span><span class="pl-v">Handler</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:106</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">Looper</span><span class="pl-kos">.</span><span class="pl-en">loop</span><span class="pl-kos">(</span><span class="pl-v">Looper</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:164</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-v">ActivityThread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:7002</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">reflect</span><span class="pl-kos">.</span><span class="pl-en">Method</span><span class="pl-kos">.</span><span class="pl-en">invoke</span><span class="pl-kos">(</span><span class="pl-en">Native</span> <span class="pl-v">Method</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">RuntimeInit</span>$MethodAndArgsCaller<span class="pl-kos">.</span><span class="pl-en">run</span><span class="pl-kos">(</span><span class="pl-v">RuntimeInit</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:441</span><span class="pl-kos">)</span><span class="pl-en"> </span> <span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">os</span><span class="pl-kos">.</span><span class="pl-en">ZygoteInit</span><span class="pl-kos">.</span><span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-v">ZygoteInit</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:1408</span><span class="pl-kos">)</span><span class="pl-en"> </span></pre></div> <p dir="auto">Multidex is Disabled</p> <p dir="auto">Proguard config:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="-dontwarn com.bumptech.glide.load.resource.bitmap.VideoDecoder -dontwarn okio.** -dontwarn javax.annotation.Nullable -dontwarn javax.annotation.ParametersAreNonnullByDefault -keep public class * extends com.bumptech.glide.module.AppGlideModule -keep class com.bumptech.glide.GeneratedAppGlideModuleImpl # for firebase auth -keepattributes *Annotation*"><pre class="notranslate"><code class="notranslate">-dontwarn com.bumptech.glide.load.resource.bitmap.VideoDecoder -dontwarn okio.** -dontwarn javax.annotation.Nullable -dontwarn javax.annotation.ParametersAreNonnullByDefault -keep public class * extends com.bumptech.glide.module.AppGlideModule -keep class com.bumptech.glide.GeneratedAppGlideModuleImpl # for firebase auth -keepattributes *Annotation* </code></pre></div>
1
<h2 dir="auto">The Bug</h2> <ul dir="auto"> <li><code class="notranslate">flask.views.View</code> does not properly handle conversion of an async <code class="notranslate">dispatch_request</code>, resulting in a coroutine that is never awaited.</li> <li><code class="notranslate">flask.views.MethodView</code> does not properly handle conversion of async methods, resulting in coroutines that are never awaited.</li> </ul> <h2 dir="auto">Replication</h2> <ol dir="auto"> <li>Create an async <code class="notranslate">dispatch_request</code> method on a <code class="notranslate">View</code>, or a <code class="notranslate">get</code> method on a <code class="notranslate">MethodView</code>.</li> <li>Add the view to the app using the <code class="notranslate">View.as_view()</code> and <code class="notranslate">app.add_url_rule()</code> functions.</li> <li>Access the route and observe a crash and 500 status code.</li> </ol> <p dir="auto">The following application reproduces the bug.</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from flask import Flask from flask.views import View, MethodView app = Flask(&quot;MyApp&quot;) class TestAsyncView(View): async def dispatch_request(self): return 'ASYNC VIEW RESPONSE' class TestAsyncMethodView(MethodView): async def get(self): return 'ASYNC METHODVIEW GET RESPONSE' app.add_url_rule(&quot;/async_view&quot;, view_func=TestAsyncView.as_view(&quot;test_async_view&quot;)) app.add_url_rule('/async_methodview', view_func=TestAsyncMethodView.as_view('test_async_methodview')) if __name__ == &quot;__main__&quot;: app.run(port=8000)"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">flask</span> <span class="pl-k">import</span> <span class="pl-v">Flask</span> <span class="pl-k">from</span> <span class="pl-s1">flask</span>.<span class="pl-s1">views</span> <span class="pl-k">import</span> <span class="pl-v">View</span>, <span class="pl-v">MethodView</span> <span class="pl-s1">app</span> <span class="pl-c1">=</span> <span class="pl-v">Flask</span>(<span class="pl-s">"MyApp"</span>) <span class="pl-k">class</span> <span class="pl-v">TestAsyncView</span>(<span class="pl-v">View</span>): <span class="pl-k">async</span> <span class="pl-k">def</span> <span class="pl-en">dispatch_request</span>(<span class="pl-s1">self</span>): <span class="pl-k">return</span> <span class="pl-s">'ASYNC VIEW RESPONSE'</span> <span class="pl-k">class</span> <span class="pl-v">TestAsyncMethodView</span>(<span class="pl-v">MethodView</span>): <span class="pl-k">async</span> <span class="pl-k">def</span> <span class="pl-en">get</span>(<span class="pl-s1">self</span>): <span class="pl-k">return</span> <span class="pl-s">'ASYNC METHODVIEW GET RESPONSE'</span> <span class="pl-s1">app</span>.<span class="pl-en">add_url_rule</span>(<span class="pl-s">"/async_view"</span>, <span class="pl-s1">view_func</span><span class="pl-c1">=</span><span class="pl-v">TestAsyncView</span>.<span class="pl-en">as_view</span>(<span class="pl-s">"test_async_view"</span>)) <span class="pl-s1">app</span>.<span class="pl-en">add_url_rule</span>(<span class="pl-s">'/async_methodview'</span>, <span class="pl-s1">view_func</span><span class="pl-c1">=</span><span class="pl-v">TestAsyncMethodView</span>.<span class="pl-en">as_view</span>(<span class="pl-s">'test_async_methodview'</span>)) <span class="pl-k">if</span> <span class="pl-s1">__name__</span> <span class="pl-c1">==</span> <span class="pl-s">"__main__"</span>: <span class="pl-s1">app</span>.<span class="pl-en">run</span>(<span class="pl-s1">port</span><span class="pl-c1">=</span><span class="pl-c1">8000</span>)</pre></div> <p dir="auto">The following error occurs after running <code class="notranslate">curl localhost:8000/async_view</code>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last): File &quot;/Users/tpansino/NewRelic/Testing/Flask2Bug/flask/src/flask/app.py&quot;, line 2073, in wsgi_app response = self.full_dispatch_request() File &quot;/Users/tpansino/NewRelic/Testing/Flask2Bug/flask/src/flask/app.py&quot;, line 1519, in full_dispatch_request return self.finalize_request(rv) File &quot;/Users/tpansino/NewRelic/Testing/Flask2Bug/flask/src/flask/app.py&quot;, line 1538, in finalize_request response = self.make_response(rv) File &quot;/Users/tpansino/NewRelic/Testing/Flask2Bug/flask/src/flask/app.py&quot;, line 1730, in make_response raise TypeError( TypeError: The view function did not return a valid response. The return type must be a string, dict, tuple, Response instance, or WSGI callable, but it was a coroutine."><pre class="notranslate"><code class="notranslate">Traceback (most recent call last): File "/Users/tpansino/NewRelic/Testing/Flask2Bug/flask/src/flask/app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "/Users/tpansino/NewRelic/Testing/Flask2Bug/flask/src/flask/app.py", line 1519, in full_dispatch_request return self.finalize_request(rv) File "/Users/tpansino/NewRelic/Testing/Flask2Bug/flask/src/flask/app.py", line 1538, in finalize_request response = self.make_response(rv) File "/Users/tpansino/NewRelic/Testing/Flask2Bug/flask/src/flask/app.py", line 1730, in make_response raise TypeError( TypeError: The view function did not return a valid response. The return type must be a string, dict, tuple, Response instance, or WSGI callable, but it was a coroutine. </code></pre></div> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 3.2 Final//EN&quot;&gt; &lt;title&gt;500 Internal Server Error&lt;/title&gt; &lt;h1&gt;Internal Server Error&lt;/h1&gt; &lt;p&gt;The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.&lt;/p&gt;"><pre class="notranslate"><code class="notranslate">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"&gt; &lt;title&gt;500 Internal Server Error&lt;/title&gt; &lt;h1&gt;Internal Server Error&lt;/h1&gt; &lt;p&gt;The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.&lt;/p&gt; </code></pre></div> <h2 dir="auto">Expected Behavior</h2> <ul dir="auto"> <li>Asynchronous <code class="notranslate">dispatch_request</code> functions and methods should either be: <ul dir="auto"> <li>Converted using <code class="notranslate">async_to_sync</code> before being returned from <code class="notranslate">as_view()</code>.</li> <li>Executed or awaited in the application when a route is accessed.</li> </ul> </li> </ul> <h2 dir="auto">Environment</h2> <ul dir="auto"> <li>Python version: 3.9.5</li> <li>Flask version: 2.0.1</li> </ul>
<p dir="auto">Regular views can now be written as async functions, but instances of the <code class="notranslate">View</code> and <code class="notranslate">MethodView</code> classes did not get updated to support this functionality. Consider the following example:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import asyncio from flask import Flask from flask.views import View, MethodView app = Flask(__name__) class Test(View): async def dispatch_request(self): await asyncio.sleep(1) return 'test' class Test2(MethodView): async def get(self): await asyncio.sleep(1) return 'test2' app.add_url_rule('/test', view_func=Test.as_view('test')) app.add_url_rule('/test2', view_func=Test2.as_view('test2'))"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">asyncio</span> <span class="pl-k">from</span> <span class="pl-s1">flask</span> <span class="pl-k">import</span> <span class="pl-v">Flask</span> <span class="pl-k">from</span> <span class="pl-s1">flask</span>.<span class="pl-s1">views</span> <span class="pl-k">import</span> <span class="pl-v">View</span>, <span class="pl-v">MethodView</span> <span class="pl-s1">app</span> <span class="pl-c1">=</span> <span class="pl-v">Flask</span>(<span class="pl-s1">__name__</span>) <span class="pl-k">class</span> <span class="pl-v">Test</span>(<span class="pl-v">View</span>): <span class="pl-k">async</span> <span class="pl-k">def</span> <span class="pl-en">dispatch_request</span>(<span class="pl-s1">self</span>): <span class="pl-k">await</span> <span class="pl-s1">asyncio</span>.<span class="pl-en">sleep</span>(<span class="pl-c1">1</span>) <span class="pl-k">return</span> <span class="pl-s">'test'</span> <span class="pl-k">class</span> <span class="pl-v">Test2</span>(<span class="pl-v">MethodView</span>): <span class="pl-k">async</span> <span class="pl-k">def</span> <span class="pl-en">get</span>(<span class="pl-s1">self</span>): <span class="pl-k">await</span> <span class="pl-s1">asyncio</span>.<span class="pl-en">sleep</span>(<span class="pl-c1">1</span>) <span class="pl-k">return</span> <span class="pl-s">'test2'</span> <span class="pl-s1">app</span>.<span class="pl-en">add_url_rule</span>(<span class="pl-s">'/test'</span>, <span class="pl-s1">view_func</span><span class="pl-c1">=</span><span class="pl-v">Test</span>.<span class="pl-en">as_view</span>(<span class="pl-s">'test'</span>)) <span class="pl-s1">app</span>.<span class="pl-en">add_url_rule</span>(<span class="pl-s">'/test2'</span>, <span class="pl-s1">view_func</span><span class="pl-c1">=</span><span class="pl-v">Test2</span>.<span class="pl-en">as_view</span>(<span class="pl-s">'test2'</span>))</pre></div> <p dir="auto">The expectation is that you should be able to send requests to <code class="notranslate">/test</code> and <code class="notranslate">/test2</code> and that their respective handlers should be wrapped with the <code class="notranslate">app.ensure_sync()</code> method, as function-based handlers are.</p> <p dir="auto">Instead sending requests to these URLs cause the following error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TypeError: The view function did not return a valid response. The return type must be a string, dict, tuple, Response instance, or WSGI callable, but it was a coroutine."><pre class="notranslate"><code class="notranslate">TypeError: The view function did not return a valid response. The return type must be a string, dict, tuple, Response instance, or WSGI callable, but it was a coroutine. </code></pre></div> <p dir="auto">Environment:</p> <ul dir="auto"> <li>Python version: &gt;= 3.7</li> <li>Flask version: &gt;= 2</li> </ul>
1
<p dir="auto"><a href="https://github.com/scrapy/scrapy/blob/1.5.0/scrapy/core/downloader/tls.py#L17">WHAT THE F</a></p> <p dir="auto">does not exist in pyopenssl</p> <p dir="auto">no help anywhere</p>
<p dir="auto">From Wikipedia, the free encyclopedia</p> <blockquote> <p dir="auto">The Web ARChive (WARC) archive format specifies a method for combining multiple digital resources into an aggregate archive file together with related information. The WARC format is a revision of the Internet Archive's ARC File Format[5] that has traditionally been used to store "web crawls" as sequences of content blocks harvested from the World Wide Web. The WARC format generalizes the older format to better support the harvesting, access, and exchange needs of archiving organizations. Besides the primary content currently recorded, the revision accommodates related secondary content, such as assigned metadata, abbreviated duplicate detection events, and later-date transformations.[6]</p> <p dir="auto">WARC is now recognised by most national library systems as the standard to follow for web archival.[7]</p> </blockquote> <p dir="auto"><a href="https://en.wikipedia.org/wiki/Web_ARChive" rel="nofollow">https://en.wikipedia.org/wiki/Web_ARChive</a></p>
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <p dir="auto">If a user clicks a Link in your app and navigates to a page with getInitialProps which takes some time to fetch data, your app may seem broken or hung. Even if you show some kind of preloader to tell them something is loading, if they take a look at the address bar, they will see the old url until getInitialProps finishes it's job and the new url is pushed to the browser history. Shouldn't the url change come first?</p> <p dir="auto">I'm curious what do you guys think about it and what was the motivation behind implementing it this way.</p>
<p dir="auto">When using <code class="notranslate">Router.push</code> to route to the same page but with a different query string value the page is not remounted. Instead, both <code class="notranslate">getInitialProps</code> and <code class="notranslate">componentWillReceiveProps</code> are executed. Is this the intended behavior?</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected Behavior</h2> <p dir="auto">I would expect the current page component to unmount (<code class="notranslate">componentWillUnmount</code> should fire) and the new page to mount (<code class="notranslate">componentDidMount</code> should fire). If people want to shallow route they can use the Router <code class="notranslate">shallow:true</code> option.</p> <h2 dir="auto">Current Behavior</h2> <h2 dir="auto">Steps to Reproduce (for bugs)</h2> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import { Component } from 'react'; import Router from 'next/router'; class PageTest extends Component { constructor(props) { super(props); this.state = {}; this.goToPage = this.goToPage.bind(this); } static async getInitialProps({ query }){ console.log('getInitialProps'); return { pageId: query.pageId } } componentWillReceiveProps(nextProps){ console.log('componentWillReceiveProps', nextProps); } componentDidMount(){ console.log('componentDidMount'); } componentWillUnmount(){ console.log('componentWillUnmount'); } goToPage(e){ e.preventDefault(); const { pageId } = this.props; const nextPageId = pageId === 'a' ? 'b' : 'a'; Router.push( `/page-test?pageId=${nextPageId}`, `/page-test/${nextPageId}`, //{ shallow: false } // Doesn't do anything ); } render() { return ( &lt;div&gt; &lt;a href=&quot;#&quot; onClick={this.goToPage}&gt;Go to other page&lt;/a&gt; &lt;/div&gt; ); } } export default PageTest;"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-kos">{</span> <span class="pl-v">Component</span> <span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'react'</span><span class="pl-kos">;</span> <span class="pl-k">import</span> <span class="pl-v">Router</span> <span class="pl-k">from</span> <span class="pl-s">'next/router'</span><span class="pl-kos">;</span> <span class="pl-k">class</span> <span class="pl-v">PageTest</span> <span class="pl-k">extends</span> <span class="pl-v">Component</span> <span class="pl-kos">{</span> <span class="pl-en">constructor</span><span class="pl-kos">(</span><span class="pl-s1">props</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-smi">super</span><span class="pl-kos">(</span><span class="pl-s1">props</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">state</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span><span class="pl-kos">}</span><span class="pl-kos">;</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">goToPage</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">goToPage</span><span class="pl-kos">.</span><span class="pl-en">bind</span><span class="pl-kos">(</span><span class="pl-smi">this</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-k">static</span> <span class="pl-k">async</span> <span class="pl-en">getInitialProps</span><span class="pl-kos">(</span><span class="pl-kos">{</span> query <span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">{</span> <span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s">'getInitialProps'</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">return</span> <span class="pl-kos">{</span> <span class="pl-c1">pageId</span>: <span class="pl-s1">query</span><span class="pl-kos">.</span><span class="pl-c1">pageId</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span> <span class="pl-en">componentWillReceiveProps</span><span class="pl-kos">(</span><span class="pl-s1">nextProps</span><span class="pl-kos">)</span><span class="pl-kos">{</span> <span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s">'componentWillReceiveProps'</span><span class="pl-kos">,</span> <span class="pl-s1">nextProps</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-en">componentDidMount</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">{</span> <span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s">'componentDidMount'</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-en">componentWillUnmount</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">{</span> <span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s">'componentWillUnmount'</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-en">goToPage</span><span class="pl-kos">(</span><span class="pl-s1">e</span><span class="pl-kos">)</span><span class="pl-kos">{</span> <span class="pl-s1">e</span><span class="pl-kos">.</span><span class="pl-en">preventDefault</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">const</span> <span class="pl-kos">{</span> pageId <span class="pl-kos">}</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">props</span><span class="pl-kos">;</span> <span class="pl-k">const</span> <span class="pl-s1">nextPageId</span> <span class="pl-c1">=</span> <span class="pl-s1">pageId</span> <span class="pl-c1">===</span> <span class="pl-s">'a'</span> ? <span class="pl-s">'b'</span> : <span class="pl-s">'a'</span><span class="pl-kos">;</span> <span class="pl-v">Router</span><span class="pl-kos">.</span><span class="pl-en">push</span><span class="pl-kos">(</span> <span class="pl-s">`/page-test?pageId=<span class="pl-s1"><span class="pl-kos">${</span><span class="pl-s1">nextPageId</span><span class="pl-kos">}</span></span>`</span><span class="pl-kos">,</span> <span class="pl-s">`/page-test/<span class="pl-s1"><span class="pl-kos">${</span><span class="pl-s1">nextPageId</span><span class="pl-kos">}</span></span>`</span><span class="pl-kos">,</span> <span class="pl-c">//{ shallow: false } // Doesn't do anything</span> <span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-en">render</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">return</span> <span class="pl-kos">(</span> <span class="pl-c1">&lt;</span><span class="pl-ent">div</span><span class="pl-c1">&gt;</span> <span class="pl-c1">&lt;</span><span class="pl-ent">a</span> <span class="pl-c1">href</span><span class="pl-c1">=</span><span class="pl-s">"#"</span> <span class="pl-c1">onClick</span><span class="pl-c1">=</span><span class="pl-kos">{</span><span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">goToPage</span><span class="pl-kos">}</span><span class="pl-c1">&gt;</span>Go to other page<span class="pl-c1">&lt;</span><span class="pl-c1">/</span><span class="pl-ent">a</span><span class="pl-c1">&gt;</span> <span class="pl-c1">&lt;</span><span class="pl-c1">/</span><span class="pl-ent">div</span><span class="pl-c1">&gt;</span> <span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span> <span class="pl-k">export</span> <span class="pl-k">default</span> <span class="pl-v">PageTest</span><span class="pl-kos">;</span></pre></div> <h2 dir="auto">Context</h2> <h2 dir="auto">Your Environment</h2> <table role="table"> <thead> <tr> <th>Tech</th> <th>Version</th> </tr> </thead> <tbody> <tr> <td>next</td> <td>3.0.6</td> </tr> <tr> <td>node</td> <td>8.1.4</td> </tr> <tr> <td>OS</td> <td>OSX</td> </tr> <tr> <td>browser</td> <td>Chrome</td> </tr> <tr> <td>etc</td> <td></td> </tr> </tbody> </table>
0
<p dir="auto">0 info it worked if it ends with ok<br> 1 verbose cli [<br> 1 verbose cli 'C:\Program Files\nodejs\node.exe',<br> 1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',<br> 1 verbose cli 'install',<br> 1 verbose cli '--quiet'<br> 1 verbose cli ]<br> 2 info using [email protected]<br> 3 info using [email protected]<br> 4 verbose npm-session 03da55ebb962aaea<br> 5 silly install runPreinstallTopLevelLifecycles<br> 6 silly preinstall [email protected]<br> 7 info lifecycle [email protected]~preinstall: [email protected]<br> 8 silly install loadCurrentTree<br> 9 silly install readLocalPackageData<br> 10 timing stage:loadCurrentTree Completed in 13ms<br> 11 silly install loadIdealTree<br> 12 silly install cloneCurrentTreeToIdealTree<br> 13 timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms<br> 14 silly install loadShrinkwrap<br> 15 timing stage:loadIdealTree:loadShrinkwrap Completed in 2ms<br> 16 silly install loadAllDepsIntoIdealTree<br> 17 http fetch GET 304 <a href="https://registry.npmjs.org/codelyzer" rel="nofollow">https://registry.npmjs.org/codelyzer</a> 288ms (from cache)<br> 18 http fetch GET 304 <a href="https://registry.npmjs.org/karma-chrome-launcher" rel="nofollow">https://registry.npmjs.org/karma-chrome-launcher</a> 314ms (from cache)<br> 19 http fetch GET 304 <a href="https://registry.npmjs.org/@types%2fjasmine" rel="nofollow">https://registry.npmjs.org/@types%2fjasmine</a> 333ms (from cache)<br> 20 silly pacote range manifest for codelyzer@^6.0.0 fetched in 342ms<br> 21 silly pacote range manifest for @types/jasmine@~3.6.0 fetched in 356ms<br> 22 silly pacote range manifest for karma-chrome-launcher@~3.1.0 fetched in 370ms<br> 23 http fetch GET 304 <a href="https://registry.npmjs.org/jasmine-spec-reporter" rel="nofollow">https://registry.npmjs.org/jasmine-spec-reporter</a> 402ms (from cache)<br> 24 silly pacote range manifest for jasmine-spec-reporter@~5.0.0 fetched in 433ms<br> 25 http fetch GET 304 <a href="https://registry.npmjs.org/jasmine-core" rel="nofollow">https://registry.npmjs.org/jasmine-core</a> 520ms (from cache)<br> 26 http fetch GET 304 <a href="https://registry.npmjs.org/karma-jasmine-html-reporter" rel="nofollow">https://registry.npmjs.org/karma-jasmine-html-reporter</a> 161ms (from cache)<br> 27 silly pacote range manifest for karma-jasmine-html-reporter@^1.5.0 fetched in 176ms<br> 28 http fetch GET 304 <a href="https://registry.npmjs.org/karma-jasmine" rel="nofollow">https://registry.npmjs.org/karma-jasmine</a> 209ms (from cache)<br> 29 silly pacote range manifest for karma-jasmine@~4.0.0 fetched in 226ms<br> 30 http fetch GET 200 <a href="https://registry.npmjs.org/karma" rel="nofollow">https://registry.npmjs.org/karma</a> 586ms<br> 31 http fetch GET 200 <a href="https://registry.npmjs.org/@angular%2fcompiler-cli" rel="nofollow">https://registry.npmjs.org/@angular%2fcompiler-cli</a> 606ms<br> 32 silly pacote range manifest for jasmine-core@~3.6.0 fetched in 622ms<br> 33 http fetch GET 304 <a href="https://registry.npmjs.org/karma-coverage" rel="nofollow">https://registry.npmjs.org/karma-coverage</a> 287ms (from cache)<br> 34 http fetch GET 200 <a href="https://registry.npmjs.org/@types%2fnode" rel="nofollow">https://registry.npmjs.org/@types%2fnode</a> 633ms<br> 35 http fetch GET 304 <a href="https://registry.npmjs.org/protractor" rel="nofollow">https://registry.npmjs.org/protractor</a> 214ms (from cache)<br> 36 silly pacote range manifest for karma-coverage@~2.0.3 fetched in 312ms<br> 37 http fetch GET 304 <a href="https://registry.npmjs.org/@angular%2fcli" rel="nofollow">https://registry.npmjs.org/@angular%2fcli</a> 667ms (from cache)<br> 38 silly pacote range manifest for protractor@~7.0.0 fetched in 260ms<br> 39 http fetch GET 200 <a href="https://registry.npmjs.org/@angular/cli/-/cli-11.1.0.tgz" rel="nofollow">https://registry.npmjs.org/@angular/cli/-/cli-11.1.0.tgz</a> 34ms (from cache)<br> 40 http fetch GET 304 <a href="https://registry.npmjs.org/ts-node" rel="nofollow">https://registry.npmjs.org/ts-node</a> 179ms (from cache)<br> 41 silly pacote range manifest for @angular/cli@~11.1.0 fetched in 739ms<br> 42 http fetch GET 304 <a href="https://registry.npmjs.org/tslint" rel="nofollow">https://registry.npmjs.org/tslint</a> 164ms (from cache)<br> 43 silly pacote range manifest for ts-node@~8.3.0 fetched in 203ms<br> 44 silly pacote range manifest for tslint@~6.1.0 fetched in 179ms<br> 45 warn deprecated [email protected]: TSLint has been deprecated in favor of ESLint. Please see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="413722441" data-permission-text="Title is private" data-url="https://github.com/palantir/tslint/issues/4534" data-hovercard-type="issue" data-hovercard-url="/palantir/tslint/issues/4534/hovercard" href="https://github.com/palantir/tslint/issues/4534">palantir/tslint#4534</a> for more information.<br> 46 http fetch GET 200 <a href="https://registry.npmjs.org/karma/-/karma-5.2.3.tgz" rel="nofollow">https://registry.npmjs.org/karma/-/karma-5.2.3.tgz</a> 180ms<br> 47 silly pacote range manifest for karma@~5.2.0 fetched in 780ms<br> 48 http fetch GET 200 <a href="https://registry.npmjs.org/@angular-devkit%2fbuild-angular" rel="nofollow">https://registry.npmjs.org/@angular-devkit%2fbuild-angular</a> 819ms<br> 49 http fetch GET 200 <a href="https://registry.npmjs.org/@angular%2fcommon" rel="nofollow">https://registry.npmjs.org/@angular%2fcommon</a> 311ms<br> 50 http fetch GET 200 <a href="https://registry.npmjs.org/@angular%2fcompiler" rel="nofollow">https://registry.npmjs.org/@angular%2fcompiler</a> 296ms<br> 51 http fetch GET 200 <a href="https://registry.npmjs.org/@angular%2fplatform-browser" rel="nofollow">https://registry.npmjs.org/@angular%2fplatform-browser</a> 375ms<br> 52 http fetch GET 200 <a href="https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-11.1.0.tgz" rel="nofollow">https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-11.1.0.tgz</a> 462ms<br> 53 http fetch GET 200 <a href="https://registry.npmjs.org/@angular/common/-/common-11.1.0.tgz" rel="nofollow">https://registry.npmjs.org/@angular/common/-/common-11.1.0.tgz</a> 618ms<br> 54 silly pacote range manifest for @angular/platform-browser@~11.1.0 fetched in 850ms<br> 55 silly pacote range manifest for @angular/common@~11.1.0 fetched in 939ms<br> 56 http fetch GET 200 <a href="https://registry.npmjs.org/@angular%2fplatform-browser-dynamic" rel="nofollow">https://registry.npmjs.org/@angular%2fplatform-browser-dynamic</a> 484ms<br> 57 http fetch GET 200 <a href="https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-11.1.0.tgz" rel="nofollow">https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-11.1.0.tgz</a> 174ms<br> 58 silly pacote range manifest for @angular/platform-browser-dynamic@~11.1.0 fetched in 666ms<br> 59 http fetch GET 200 <a href="https://registry.npmjs.org/@angular%2frouter" rel="nofollow">https://registry.npmjs.org/@angular%2frouter</a> 715ms<br> 60 http fetch GET 304 <a href="https://registry.npmjs.org/rxjs" rel="nofollow">https://registry.npmjs.org/rxjs</a> 65ms (from cache)<br> 61 silly pacote range manifest for rxjs@~6.6.0 fetched in 137ms<br> 62 http fetch GET 200 <a href="https://registry.npmjs.org/@angular/compiler/-/compiler-11.1.0.tgz" rel="nofollow">https://registry.npmjs.org/@angular/compiler/-/compiler-11.1.0.tgz</a> 1408ms<br> 63 silly pacote range manifest for @angular/compiler@~11.1.0 fetched in 1712ms<br> 64 http fetch GET 304 <a href="https://registry.npmjs.org/tslib" rel="nofollow">https://registry.npmjs.org/tslib</a> 41ms (from cache)<br> 65 silly pacote range manifest for tslib@^2.0.0 fetched in 71ms<br> 66 http fetch GET 304 <a href="https://registry.npmjs.org/zone.js" rel="nofollow">https://registry.npmjs.org/zone.js</a> 83ms (from cache)<br> 67 http fetch GET 200 <a href="https://registry.npmjs.org/@angular%2fcore" rel="nofollow">https://registry.npmjs.org/@angular%2fcore</a> 104ms<br> 68 silly pacote version manifest for @angular/[email protected] fetched in 151ms<br> 69 silly pacote version manifest for @angular/[email protected] fetched in 48ms<br> 70 silly pacote range manifest for tslib@^1.10.0 fetched in 1ms<br> 71 silly pacote range manifest for zone.js@~0.10.3 fetched in 27ms<br> 72 silly pacote range manifest for rxjs@^6.5.3 fetched in 3ms<br> 73 http fetch GET 200 <a href="https://registry.npmjs.org/@angular/router/-/router-11.1.0.tgz" rel="nofollow">https://registry.npmjs.org/@angular/router/-/router-11.1.0.tgz</a> 481ms<br> 74 silly pacote range manifest for @angular/router@~11.1.0 fetched in 1212ms<br> 75 http fetch GET 304 <a href="https://registry.npmjs.org/app-root-path" rel="nofollow">https://registry.npmjs.org/app-root-path</a> 131ms (from cache)<br> 76 http fetch GET 200 <a href="https://registry.npmjs.org/zone.js/-/zone.js-0.11.3.tgz" rel="nofollow">https://registry.npmjs.org/zone.js/-/zone.js-0.11.3.tgz</a> 348ms<br> 77 silly pacote range manifest for zone.js@~0.11.3 fetched in 441ms<br> 78 silly pacote range manifest for app-root-path@^3.0.0 fetched in 169ms<br> 79 http fetch GET 304 <a href="https://registry.npmjs.org/aria-query" rel="nofollow">https://registry.npmjs.org/aria-query</a> 96ms (from cache)<br> 80 silly pacote range manifest for aria-query@^3.0.0 fetched in 114ms<br> 81 http fetch GET 304 <a href="https://registry.npmjs.org/axobject-query" rel="nofollow">https://registry.npmjs.org/axobject-query</a> 93ms (from cache)<br> 82 silly pacote version manifest for [email protected] fetched in 99ms<br> 83 http fetch GET 200 <a href="https://registry.npmjs.org/@angular%2fforms" rel="nofollow">https://registry.npmjs.org/@angular%2fforms</a> 21229ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a><br> 84 http fetch GET 200 <a href="https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-0.1101.0.tgz" rel="nofollow">https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-0.1101.0.tgz</a> 21179ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a><br> 85 silly pacote range manifest for @angular-devkit/build-angular@~0.1101.0 fetched in 22025ms<br> 86 http fetch GET 304 <a href="https://registry.npmjs.org/semver-dsl" rel="nofollow">https://registry.npmjs.org/semver-dsl</a> 109ms (from cache)<br> 87 silly pacote range manifest for semver-dsl@^1.0.1 fetched in 125ms<br> 88 http fetch GET 304 <a href="https://registry.npmjs.org/source-map" rel="nofollow">https://registry.npmjs.org/source-map</a> 56ms (from cache)<br> 89 silly pacote range manifest for source-map@^0.5.7 fetched in 66ms<br> 90 http fetch GET 200 <a href="https://registry.npmjs.org/@angular/forms/-/forms-11.1.0.tgz" rel="nofollow">https://registry.npmjs.org/@angular/forms/-/forms-11.1.0.tgz</a> 275ms<br> 91 silly pacote range manifest for @angular/forms@~11.1.0 fetched in 21522ms<br> 92 http fetch GET 200 <a href="https://registry.npmjs.org/@angular%2fcore" rel="nofollow">https://registry.npmjs.org/@angular%2fcore</a> 21590ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a><br> 93 http fetch GET 304 <a href="https://registry.npmjs.org/which" rel="nofollow">https://registry.npmjs.org/which</a> 71ms (from cache)<br> 94 http fetch GET 304 <a href="https://registry.npmjs.org/sprintf-js" rel="nofollow">https://registry.npmjs.org/sprintf-js</a> 154ms (from cache)<br> 95 http fetch GET 200 <a href="https://registry.npmjs.org/@types/node/-/node-12.19.15.tgz" rel="nofollow">https://registry.npmjs.org/@types/node/-/node-12.19.15.tgz</a> 21706ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a><br> 96 silly pacote range manifest for @types/node@^12.11.1 fetched in 22362ms<br> 97 silly pacote range manifest for which@^1.2.1 fetched in 86ms<br> 98 silly pacote range manifest for jasmine-core@^3.6.0 fetched in 3ms<br> 99 silly pacote range manifest for sprintf-js@^1.1.2 fetched in 196ms<br> 100 http fetch GET 200 <a href="https://registry.npmjs.org/@angular%2fanimations" rel="nofollow">https://registry.npmjs.org/@angular%2fanimations</a> 21755ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a><br> 101 http fetch GET 304 <a href="https://registry.npmjs.org/colors" rel="nofollow">https://registry.npmjs.org/colors</a> 81ms (from cache)<br> 102 silly pacote version manifest for [email protected] fetched in 101ms<br> 103 http fetch GET 304 <a href="https://registry.npmjs.org/istanbul-lib-coverage" rel="nofollow">https://registry.npmjs.org/istanbul-lib-coverage</a> 118ms (from cache)<br> 104 silly pacote range manifest for istanbul-lib-coverage@^3.0.0 fetched in 137ms<br> 105 http fetch GET 304 <a href="https://registry.npmjs.org/istanbul-lib-instrument" rel="nofollow">https://registry.npmjs.org/istanbul-lib-instrument</a> 148ms (from cache)<br> 106 silly pacote range manifest for istanbul-lib-instrument@^4.0.1 fetched in 186ms<br> 107 http fetch GET 304 <a href="https://registry.npmjs.org/istanbul-lib-source-maps" rel="nofollow">https://registry.npmjs.org/istanbul-lib-source-maps</a> 88ms (from cache)<br> 108 silly pacote range manifest for istanbul-lib-source-maps@^4.0.0 fetched in 95ms<br> 109 http fetch GET 304 <a href="https://registry.npmjs.org/istanbul-lib-report" rel="nofollow">https://registry.npmjs.org/istanbul-lib-report</a> 159ms (from cache)<br> 110 silly pacote range manifest for istanbul-lib-report@^3.0.0 fetched in 173ms<br> 111 http fetch GET 304 <a href="https://registry.npmjs.org/istanbul-reports" rel="nofollow">https://registry.npmjs.org/istanbul-reports</a> 118ms (from cache)<br> 112 http fetch GET 304 <a href="https://registry.npmjs.org/minimatch" rel="nofollow">https://registry.npmjs.org/minimatch</a> 102ms (from cache)<br> 113 silly pacote range manifest for minimatch@^3.0.4 fetched in 104ms<br> 114 silly pacote range manifest for istanbul-reports@^3.0.0 fetched in 139ms<br> 115 http fetch GET 304 <a href="https://registry.npmjs.org/@types%2fq" rel="nofollow">https://registry.npmjs.org/@types%2fq</a> 140ms (from cache)<br> 116 silly pacote range manifest for @types/q@^0.0.32 fetched in 158ms<br> 117 http fetch GET 304 <a href="https://registry.npmjs.org/blocking-proxy" rel="nofollow">https://registry.npmjs.org/blocking-proxy</a> 138ms (from cache)<br> 118 silly pacote range manifest for blocking-proxy@^1.0.0 fetched in 150ms<br> 119 http fetch GET 304 <a href="https://registry.npmjs.org/@types%2fselenium-webdriver" rel="nofollow">https://registry.npmjs.org/@types%2fselenium-webdriver</a> 171ms (from cache)<br> 120 silly pacote range manifest for @types/selenium-webdriver@^3.0.0 fetched in 177ms<br> 121 http fetch GET 304 <a href="https://registry.npmjs.org/browserstack" rel="nofollow">https://registry.npmjs.org/browserstack</a> 114ms (from cache)<br> 122 silly pacote range manifest for browserstack@^1.5.1 fetched in 136ms<br> 123 http fetch GET 200 <a href="https://registry.npmjs.org/@angular/animations/-/animations-11.1.0.tgz" rel="nofollow">https://registry.npmjs.org/@angular/animations/-/animations-11.1.0.tgz</a> 592ms<br> 124 http fetch GET 304 <a href="https://registry.npmjs.org/glob" rel="nofollow">https://registry.npmjs.org/glob</a> 126ms (from cache)<br> 125 http fetch GET 304 <a href="https://registry.npmjs.org/chalk" rel="nofollow">https://registry.npmjs.org/chalk</a> 136ms (from cache)<br> 126 silly pacote range manifest for glob@^7.0.3 fetched in 130ms<br> 127 silly pacote range manifest for @angular/animations@~11.1.0 fetched in 22360ms<br> 128 http fetch GET 304 <a href="https://registry.npmjs.org/jasmine" rel="nofollow">https://registry.npmjs.org/jasmine</a> 95ms (from cache)<br> 129 silly pacote range manifest for chalk@^1.1.3 fetched in 154ms<br> 130 silly pacote version manifest for [email protected] fetched in 111ms<br> 131 http fetch GET 304 <a href="https://registry.npmjs.org/saucelabs" rel="nofollow">https://registry.npmjs.org/saucelabs</a> 111ms (from cache)<br> 132 http fetch GET 304 <a href="https://registry.npmjs.org/q" rel="nofollow">https://registry.npmjs.org/q</a> 125ms (from cache)<br> 133 http fetch GET 304 <a href="https://registry.npmjs.org/jasminewd2" rel="nofollow">https://registry.npmjs.org/jasminewd2</a> 146ms (from cache)<br> 134 silly pacote version manifest for [email protected] fetched in 145ms<br> 135 silly pacote range manifest for jasminewd2@^2.1.0 fetched in 162ms<br> 136 silly pacote range manifest for saucelabs@^1.5.0 fetched in 152ms<br> 137 http fetch GET 304 <a href="https://registry.npmjs.org/selenium-webdriver" rel="nofollow">https://registry.npmjs.org/selenium-webdriver</a> 153ms (from cache)<br> 138 silly pacote version manifest for [email protected] fetched in 173ms<br> 139 http fetch GET 304 <a href="https://registry.npmjs.org/source-map-support" rel="nofollow">https://registry.npmjs.org/source-map-support</a> 89ms (from cache)<br> 140 http fetch GET 304 <a href="https://registry.npmjs.org/webdriver-manager" rel="nofollow">https://registry.npmjs.org/webdriver-manager</a> 81ms (from cache)<br> 141 silly pacote range manifest for source-map-support@~0.4.0 fetched in 112ms<br> 142 http fetch GET 304 <a href="https://registry.npmjs.org/yargs" rel="nofollow">https://registry.npmjs.org/yargs</a> 69ms (from cache)<br> 143 silly pacote range manifest for webdriver-manager@^12.1.7 fetched in 107ms<br> 144 silly pacote range manifest for yargs@^15.3.1 fetched in 89ms<br> 145 http fetch GET 304 <a href="https://registry.npmjs.org/webdriver-js-extender" rel="nofollow">https://registry.npmjs.org/webdriver-js-extender</a> 138ms (from cache)<br> 146 silly pacote version manifest for [email protected] fetched in 143ms<br> 147 http fetch GET 304 <a href="https://registry.npmjs.org/@angular-devkit%2fcore" rel="nofollow">https://registry.npmjs.org/@angular-devkit%2fcore</a> 66ms (from cache)<br> 148 http fetch GET 304 <a href="https://registry.npmjs.org/@angular-devkit%2farchitect" rel="nofollow">https://registry.npmjs.org/@angular-devkit%2farchitect</a> 82ms (from cache)<br> 149 silly pacote version manifest for @angular-devkit/[email protected] fetched in 74ms<br> 150 silly pacote version manifest for @angular-devkit/[email protected] fetched in 87ms<br> 151 http fetch GET 304 <a href="https://registry.npmjs.org/@angular-devkit%2fschematics" rel="nofollow">https://registry.npmjs.org/@angular-devkit%2fschematics</a> 114ms (from cache)<br> 152 http fetch GET 304 <a href="https://registry.npmjs.org/@yarnpkg%2flockfile" rel="nofollow">https://registry.npmjs.org/@yarnpkg%2flockfile</a> 59ms (from cache)<br> 153 silly pacote version manifest for @angular-devkit/[email protected] fetched in 118ms<br> 154 http fetch GET 304 <a href="https://registry.npmjs.org/@schematics%2fupdate" rel="nofollow">https://registry.npmjs.org/@schematics%2fupdate</a> 61ms (from cache)<br> 155 silly pacote version manifest for @yarnpkg/[email protected] fetched in 64ms<br> 156 silly pacote version manifest for @schematics/[email protected] fetched in 66ms<br> 157 http fetch GET 304 <a href="https://registry.npmjs.org/ansi-colors" rel="nofollow">https://registry.npmjs.org/ansi-colors</a> 52ms (from cache)<br> 158 http fetch GET 304 <a href="https://registry.npmjs.org/debug" rel="nofollow">https://registry.npmjs.org/debug</a> 50ms (from cache)<br> 159 http fetch GET 304 <a href="https://registry.npmjs.org/ini" rel="nofollow">https://registry.npmjs.org/ini</a> 51ms (from cache)<br> 160 silly pacote version manifest for [email protected] fetched in 58ms<br> 161 silly pacote version manifest for [email protected] fetched in 56ms<br> 162 silly pacote version manifest for [email protected] fetched in 56ms<br> 163 http fetch GET 304 <a href="https://registry.npmjs.org/inquirer" rel="nofollow">https://registry.npmjs.org/inquirer</a> 55ms (from cache)<br> 164 http fetch GET 304 <a href="https://registry.npmjs.org/npm-package-arg" rel="nofollow">https://registry.npmjs.org/npm-package-arg</a> 55ms (from cache)<br> 165 http fetch GET 304 <a href="https://registry.npmjs.org/jsonc-parser" rel="nofollow">https://registry.npmjs.org/jsonc-parser</a> 56ms (from cache)<br> 166 silly pacote version manifest for [email protected] fetched in 59ms<br> 167 silly pacote version manifest for [email protected] fetched in 57ms<br> 168 silly pacote version manifest for [email protected] fetched in 63ms<br> 169 http fetch GET 304 <a href="https://registry.npmjs.org/open" rel="nofollow">https://registry.npmjs.org/open</a> 63ms (from cache)<br> 170 http fetch GET 304 <a href="https://registry.npmjs.org/npm-pick-manifest" rel="nofollow">https://registry.npmjs.org/npm-pick-manifest</a> 64ms (from cache)<br> 171 silly pacote version manifest for [email protected] fetched in 65ms<br> 172 silly pacote version manifest for [email protected] fetched in 67ms<br> 173 http fetch GET 304 <a href="https://registry.npmjs.org/pacote" rel="nofollow">https://registry.npmjs.org/pacote</a> 63ms (from cache)<br> 174 silly pacote version manifest for [email protected] fetched in 67ms<br> 175 http fetch GET 304 <a href="https://registry.npmjs.org/semver" rel="nofollow">https://registry.npmjs.org/semver</a> 54ms (from cache)<br> 176 silly pacote version manifest for [email protected] fetched in 55ms<br> 177 http fetch GET 304 <a href="https://registry.npmjs.org/@schematics%2fangular" rel="nofollow">https://registry.npmjs.org/@schematics%2fangular</a> 355ms (from cache)<br> 178 silly pacote version manifest for @schematics/[email protected] fetched in 359ms<br> 179 http fetch GET 304 <a href="https://registry.npmjs.org/symbol-observable" rel="nofollow">https://registry.npmjs.org/symbol-observable</a> 61ms (from cache)<br> 180 silly pacote version manifest for [email protected] fetched in 63ms<br> 181 http fetch GET 304 <a href="https://registry.npmjs.org/css-selector-tokenizer" rel="nofollow">https://registry.npmjs.org/css-selector-tokenizer</a> 21100ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 182 silly pacote range manifest for css-selector-tokenizer@^0.7.1 fetched in 21115ms<br> 183 http fetch GET 304 <a href="https://registry.npmjs.org/damerau-levenshtein" rel="nofollow">https://registry.npmjs.org/damerau-levenshtein</a> 21087ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 184 http fetch GET 304 <a href="https://registry.npmjs.org/cssauron" rel="nofollow">https://registry.npmjs.org/cssauron</a> 21129ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 185 silly pacote range manifest for damerau-levenshtein@^1.0.4 fetched in 21105ms<br> 186 silly pacote range manifest for cssauron@^1.4.0 fetched in 21144ms<br> 187 http fetch GET 304 <a href="https://registry.npmjs.org/arg" rel="nofollow">https://registry.npmjs.org/arg</a> 128ms (from cache)<br> 188 silly pacote range manifest for arg@^4.1.0 fetched in 143ms<br> 189 silly pacote range manifest for source-map-support@^0.5.6 fetched in 15ms<br> 190 http fetch GET 304 <a href="https://registry.npmjs.org/make-error" rel="nofollow">https://registry.npmjs.org/make-error</a> 93ms (from cache)<br> 191 http fetch GET 304 <a href="https://registry.npmjs.org/diff" rel="nofollow">https://registry.npmjs.org/diff</a> 118ms (from cache)<br> 192 silly pacote range manifest for make-error@^1.1.1 fetched in 115ms<br> 193 silly pacote range manifest for diff@^4.0.1 fetched in 140ms<br> 194 http fetch GET 304 <a href="https://registry.npmjs.org/yn" rel="nofollow">https://registry.npmjs.org/yn</a> 88ms (from cache)<br> 195 silly pacote range manifest for yn@^3.0.0 fetched in 101ms<br> 196 silly pacote range manifest for chalk@^2.3.0 fetched in 24ms<br> 197 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fcode-frame" rel="nofollow">https://registry.npmjs.org/@babel%2fcode-frame</a> 99ms (from cache)<br> 198 http fetch GET 304 <a href="https://registry.npmjs.org/builtin-modules" rel="nofollow">https://registry.npmjs.org/builtin-modules</a> 99ms (from cache)<br> 199 silly pacote range manifest for @babel/code-frame@^7.0.0 fetched in 122ms<br> 200 silly pacote range manifest for glob@^7.1.1 fetched in 1ms<br> 201 silly pacote range manifest for builtin-modules@^1.1.1 fetched in 121ms<br> 202 http fetch GET 304 <a href="https://registry.npmjs.org/commander" rel="nofollow">https://registry.npmjs.org/commander</a> 85ms (from cache)<br> 203 http fetch GET 304 <a href="https://registry.npmjs.org/mkdirp" rel="nofollow">https://registry.npmjs.org/mkdirp</a> 37ms (from cache)<br> 204 http fetch GET 304 <a href="https://registry.npmjs.org/js-yaml" rel="nofollow">https://registry.npmjs.org/js-yaml</a> 67ms (from cache)<br> 205 silly pacote range manifest for mkdirp@^0.5.3 fetched in 63ms<br> 206 silly pacote range manifest for commander@^2.12.1 fetched in 118ms<br> 207 silly pacote range manifest for semver@^5.3.0 fetched in 2ms<br> 208 silly pacote range manifest for tslib@^1.13.0 fetched in 1ms<br> 209 silly pacote range manifest for js-yaml@^3.13.1 fetched in 94ms<br> 210 http fetch GET 304 <a href="https://registry.npmjs.org/resolve" rel="nofollow">https://registry.npmjs.org/resolve</a> 38ms (from cache)<br> 211 http fetch GET 304 <a href="https://registry.npmjs.org/tsutils" rel="nofollow">https://registry.npmjs.org/tsutils</a> 104ms (from cache)<br> 212 silly pacote range manifest for tsutils@^2.29.0 fetched in 110ms<br> 213 http fetch GET 304 <a href="https://registry.npmjs.org/body-parser" rel="nofollow">https://registry.npmjs.org/body-parser</a> 105ms (from cache)<br> 214 silly pacote range manifest for resolve@^1.3.2 fetched in 136ms<br> 215 silly pacote range manifest for body-parser@^1.19.0 fetched in 143ms<br> 216 http fetch GET 304 <a href="https://registry.npmjs.org/braces" rel="nofollow">https://registry.npmjs.org/braces</a> 63ms (from cache)<br> 217 silly pacote range manifest for colors@^1.4.0 fetched in 31ms<br> 218 http fetch GET 304 <a href="https://registry.npmjs.org/chokidar" rel="nofollow">https://registry.npmjs.org/chokidar</a> 101ms (from cache)<br> 219 silly pacote range manifest for braces@^3.0.2 fetched in 118ms<br> 220 silly pacote range manifest for chokidar@^3.4.2 fetched in 107ms<br> 221 http fetch GET 304 <a href="https://registry.npmjs.org/connect" rel="nofollow">https://registry.npmjs.org/connect</a> 100ms (from cache)<br> 222 http fetch GET 304 <a href="https://registry.npmjs.org/di" rel="nofollow">https://registry.npmjs.org/di</a> 60ms (from cache)<br> 223 http fetch GET 304 <a href="https://registry.npmjs.org/dom-serialize" rel="nofollow">https://registry.npmjs.org/dom-serialize</a> 60ms (from cache)<br> 224 silly pacote range manifest for dom-serialize@^2.2.1 fetched in 97ms<br> 225 silly pacote range manifest for glob@^7.1.6 fetched in 2ms<br> 226 silly pacote range manifest for connect@^3.7.0 fetched in 154ms<br> 227 silly pacote range manifest for di@^0.0.1 fetched in 147ms<br> 228 http fetch GET 304 <a href="https://registry.npmjs.org/graceful-fs" rel="nofollow">https://registry.npmjs.org/graceful-fs</a> 47ms (from cache)<br> 229 silly pacote range manifest for graceful-fs@^4.2.4 fetched in 48ms<br> 230 http fetch GET 304 <a href="https://registry.npmjs.org/lodash" rel="nofollow">https://registry.npmjs.org/lodash</a> 29ms (from cache)<br> 231 silly pacote range manifest for lodash@^4.17.19 fetched in 30ms<br> 232 http fetch GET 304 <a href="https://registry.npmjs.org/http-proxy" rel="nofollow">https://registry.npmjs.org/http-proxy</a> 90ms (from cache)<br> 233 silly pacote range manifest for http-proxy@^1.18.1 fetched in 96ms<br> 234 http fetch GET 304 <a href="https://registry.npmjs.org/log4js" rel="nofollow">https://registry.npmjs.org/log4js</a> 80ms (from cache)<br> 235 http fetch GET 304 <a href="https://registry.npmjs.org/mime" rel="nofollow">https://registry.npmjs.org/mime</a> 75ms (from cache)<br> 236 silly pacote range manifest for log4js@^6.2.1 fetched in 100ms<br> 237 silly pacote range manifest for mime@^2.4.5 fetched in 80ms<br> 238 http fetch GET 304 <a href="https://registry.npmjs.org/isbinaryfile" rel="nofollow">https://registry.npmjs.org/isbinaryfile</a> 169ms (from cache)<br> 239 silly pacote range manifest for isbinaryfile@^4.0.6 fetched in 202ms<br> 240 http fetch GET 304 <a href="https://registry.npmjs.org/qjobs" rel="nofollow">https://registry.npmjs.org/qjobs</a> 86ms (from cache)<br> 241 silly pacote range manifest for qjobs@^1.2.0 fetched in 95ms<br> 242 http fetch GET 304 <a href="https://registry.npmjs.org/range-parser" rel="nofollow">https://registry.npmjs.org/range-parser</a> 96ms (from cache)<br> 243 http fetch GET 304 <a href="https://registry.npmjs.org/rimraf" rel="nofollow">https://registry.npmjs.org/rimraf</a> 37ms (from cache)<br> 244 silly pacote range manifest for rimraf@^3.0.2 fetched in 57ms<br> 245 silly pacote range manifest for source-map@^0.6.1 fetched in 14ms<br> 246 silly pacote range manifest for range-parser@^1.2.1 fetched in 148ms<br> 247 http fetch GET 304 <a href="https://registry.npmjs.org/tmp" rel="nofollow">https://registry.npmjs.org/tmp</a> 32ms (from cache)<br> 248 silly pacote version manifest for [email protected] fetched in 52ms<br> 249 silly pacote range manifest for tslib@^1.9.0 fetched in 1ms<br> 250 http fetch GET 304 <a href="https://registry.npmjs.org/socket.io" rel="nofollow">https://registry.npmjs.org/socket.io</a> 112ms (from cache)<br> 251 http fetch GET 304 <a href="https://registry.npmjs.org/ua-parser-js" rel="nofollow">https://registry.npmjs.org/ua-parser-js</a> 67ms (from cache)<br> 252 silly pacote range manifest for socket.io@^2.3.0 fetched in 157ms<br> 253 silly pacote range manifest for commander@^2.11.0 fetched in 3ms<br> 254 http fetch GET 304 <a href="https://registry.npmjs.org/ast-types-flow" rel="nofollow">https://registry.npmjs.org/ast-types-flow</a> 77ms (from cache)<br> 255 http fetch GET 200 <a href="https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.22.tgz" rel="nofollow">https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.22.tgz</a> 72ms<br> 256 silly pacote version manifest for [email protected] fetched in 144ms<br> 257 silly pacote version manifest for [email protected] fetched in 109ms<br> 258 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fcore" rel="nofollow">https://registry.npmjs.org/@babel%2fcore</a> 90ms (from cache)<br> 259 http fetch GET 200 <a href="https://registry.npmjs.org/@babel/core/-/core-7.12.10.tgz" rel="nofollow">https://registry.npmjs.org/@babel/core/-/core-7.12.10.tgz</a> 36ms (from cache)<br> 260 silly pacote version manifest for @babel/[email protected] fetched in 143ms<br> 261 http fetch GET 200 <a href="https://registry.npmjs.org/@angular-devkit%2fbuild-optimizer" rel="nofollow">https://registry.npmjs.org/@angular-devkit%2fbuild-optimizer</a> 290ms<br> 262 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fgenerator" rel="nofollow">https://registry.npmjs.org/@babel%2fgenerator</a> 107ms (from cache)<br> 263 http fetch GET 200 <a href="https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz" rel="nofollow">https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz</a> 24ms (from cache)<br> 264 silly pacote version manifest for @babel/[email protected] fetched in 136ms<br> 265 http fetch GET 200 <a href="https://registry.npmjs.org/@angular-devkit/build-optimizer/-/build-optimizer-0.1101.0.tgz" rel="nofollow">https://registry.npmjs.org/@angular-devkit/build-optimizer/-/build-optimizer-0.1101.0.tgz</a> 89ms<br> 266 silly pacote version manifest for @angular-devkit/[email protected] fetched in 387ms<br> 267 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-runtime" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-runtime</a> 120ms (from cache)<br> 268 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fpreset-env" rel="nofollow">https://registry.npmjs.org/@babel%2fpreset-env</a> 105ms (from cache)<br> 269 http fetch GET 200 <a href="https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.11.tgz" rel="nofollow">https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.11.tgz</a> 40ms<br> 270 silly pacote version manifest for @babel/[email protected] fetched in 152ms<br> 271 http fetch GET 200 <a href="https://registry.npmjs.org/@angular-devkit%2fbuild-webpack" rel="nofollow">https://registry.npmjs.org/@angular-devkit%2fbuild-webpack</a> 510ms<br> 272 http fetch GET 200 <a href="https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1101.0.tgz" rel="nofollow">https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1101.0.tgz</a> 80ms<br> 273 silly pacote version manifest for @angular-devkit/[email protected] fetched in 598ms<br> 274 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fruntime" rel="nofollow">https://registry.npmjs.org/@babel%2fruntime</a> 101ms (from cache)<br> 275 http fetch GET 200 <a href="https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz" rel="nofollow">https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz</a> 64ms (from cache)<br> 276 silly pacote version manifest for @babel/[email protected] fetched in 171ms<br> 277 http fetch GET 304 <a href="https://registry.npmjs.org/rimraf" rel="nofollow">https://registry.npmjs.org/rimraf</a> 21082ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 278 silly pacote version manifest for [email protected] fetched in 21085ms<br> 279 http fetch GET 304 <a href="https://registry.npmjs.org/resolve" rel="nofollow">https://registry.npmjs.org/resolve</a> 21093ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 280 silly pacote version manifest for [email protected] fetched in 21094ms<br> 281 http fetch GET 304 <a href="https://registry.npmjs.org/universal-analytics" rel="nofollow">https://registry.npmjs.org/universal-analytics</a> 21055ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 282 silly pacote version manifest for [email protected] fetched in 21057ms<br> 283 http fetch GET 304 <a href="https://registry.npmjs.org/uuid" rel="nofollow">https://registry.npmjs.org/uuid</a> 21035ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 284 silly pacote version manifest for [email protected] fetched in 21037ms<br> 285 http fetch GET 304 <a href="https://registry.npmjs.org/babel-loader" rel="nofollow">https://registry.npmjs.org/babel-loader</a> 86ms (from cache)<br> 286 http fetch GET 304 <a href="https://registry.npmjs.org/autoprefixer" rel="nofollow">https://registry.npmjs.org/autoprefixer</a> 148ms (from cache)<br> 287 http fetch GET 304 <a href="https://registry.npmjs.org/browserslist" rel="nofollow">https://registry.npmjs.org/browserslist</a> 107ms (from cache)<br> 288 silly pacote range manifest for browserslist@^4.9.1 fetched in 137ms<br> 289 http fetch GET 200 <a href="https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.2.1.tgz" rel="nofollow">https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.2.1.tgz</a> 55ms<br> 290 silly pacote version manifest for [email protected] fetched in 213ms<br> 291 http fetch GET 200 <a href="https://registry.npmjs.org/@ngtools%2fwebpack" rel="nofollow">https://registry.npmjs.org/@ngtools%2fwebpack</a> 234ms<br> 292 http fetch GET 200 <a href="https://registry.npmjs.org/caniuse-lite" rel="nofollow">https://registry.npmjs.org/caniuse-lite</a> 227ms<br> 293 http fetch GET 200 <a href="https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.2.tgz" rel="nofollow">https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.2.tgz</a> 306ms<br> 294 silly pacote version manifest for [email protected] fetched in 425ms<br> 295 http fetch GET 304 <a href="https://registry.npmjs.org/cacache" rel="nofollow">https://registry.npmjs.org/cacache</a> 267ms (from cache)<br> 296 silly pacote version manifest for [email protected] fetched in 339ms<br> 297 http fetch GET 200 <a href="https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001179.tgz" rel="nofollow">https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001179.tgz</a> 115ms<br> 298 silly pacote range manifest for caniuse-lite@^1.0.30001032 fetched in 356ms<br> 299 http fetch GET 304 <a href="https://registry.npmjs.org/circular-dependency-plugin" rel="nofollow">https://registry.npmjs.org/circular-dependency-plugin</a> 152ms (from cache)<br> 300 http fetch GET 304 <a href="https://registry.npmjs.org/copy-webpack-plugin" rel="nofollow">https://registry.npmjs.org/copy-webpack-plugin</a> 78ms (from cache)<br> 301 http fetch GET 304 <a href="https://registry.npmjs.org/core-js" rel="nofollow">https://registry.npmjs.org/core-js</a> 65ms (from cache)<br> 302 http fetch GET 200 <a href="https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.2.2.tgz" rel="nofollow">https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.2.2.tgz</a> 44ms<br> 303 http fetch GET 200 <a href="https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-6.3.2.tgz" rel="nofollow">https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-6.3.2.tgz</a> 34ms<br> 304 silly pacote version manifest for [email protected] fetched in 203ms<br> 305 silly pacote version manifest for [email protected] fetched in 120ms<br> 306 http fetch GET 200 <a href="https://registry.npmjs.org/critters" rel="nofollow">https://registry.npmjs.org/critters</a> 76ms<br> 307 http fetch GET 304 <a href="https://registry.npmjs.org/css-loader" rel="nofollow">https://registry.npmjs.org/css-loader</a> 78ms (from cache)<br> 308 http fetch GET 200 <a href="https://registry.npmjs.org/core-js/-/core-js-3.8.2.tgz" rel="nofollow">https://registry.npmjs.org/core-js/-/core-js-3.8.2.tgz</a> 138ms<br> 309 silly pacote version manifest for [email protected] fetched in 209ms<br> 310 http fetch GET 304 <a href="https://registry.npmjs.org/cssnano" rel="nofollow">https://registry.npmjs.org/cssnano</a> 101ms (from cache)<br> 311 http fetch GET 200 <a href="https://registry.npmjs.org/css-loader/-/css-loader-5.0.1.tgz" rel="nofollow">https://registry.npmjs.org/css-loader/-/css-loader-5.0.1.tgz</a> 136ms<br> 312 silly pacote version manifest for [email protected] fetched in 108ms<br> 313 silly pacote version manifest for [email protected] fetched in 225ms<br> 314 http fetch GET 200 <a href="https://registry.npmjs.org/critters/-/critters-0.0.6.tgz" rel="nofollow">https://registry.npmjs.org/critters/-/critters-0.0.6.tgz</a> 224ms<br> 315 silly pacote version manifest for [email protected] fetched in 306ms<br> 316 http fetch GET 304 <a href="https://registry.npmjs.org/find-cache-dir" rel="nofollow">https://registry.npmjs.org/find-cache-dir</a> 81ms (from cache)<br> 317 http fetch GET 304 <a href="https://registry.npmjs.org/file-loader" rel="nofollow">https://registry.npmjs.org/file-loader</a> 103ms (from cache)<br> 318 silly pacote version manifest for [email protected] fetched in 109ms<br> 319 silly pacote version manifest for [email protected] fetched in 41ms<br> 320 http fetch GET 200 <a href="https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz" rel="nofollow">https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz</a> 31ms<br> 321 silly pacote version manifest for [email protected] fetched in 139ms<br> 322 http fetch GET 304 <a href="https://registry.npmjs.org/karma-source-map-support" rel="nofollow">https://registry.npmjs.org/karma-source-map-support</a> 48ms (from cache)<br> 323 http fetch GET 304 <a href="https://registry.npmjs.org/jest-worker" rel="nofollow">https://registry.npmjs.org/jest-worker</a> 64ms (from cache)<br> 324 silly pacote version manifest for [email protected] fetched in 63ms<br> 325 http fetch GET 200 <a href="https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz" rel="nofollow">https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz</a> 69ms (from cache)<br> 326 silly pacote version manifest for [email protected] fetched in 140ms<br> 327 http fetch GET 304 <a href="https://registry.npmjs.org/less-loader" rel="nofollow">https://registry.npmjs.org/less-loader</a> 84ms (from cache)<br> 328 http fetch GET 200 <a href="https://registry.npmjs.org/less-loader/-/less-loader-7.2.1.tgz" rel="nofollow">https://registry.npmjs.org/less-loader/-/less-loader-7.2.1.tgz</a> 62ms<br> 329 silly pacote version manifest for [email protected] fetched in 152ms<br> 330 http fetch GET 304 <a href="https://registry.npmjs.org/license-webpack-plugin" rel="nofollow">https://registry.npmjs.org/license-webpack-plugin</a> 129ms (from cache)<br> 331 http fetch GET 304 <a href="https://registry.npmjs.org/loader-utils" rel="nofollow">https://registry.npmjs.org/loader-utils</a> 85ms (from cache)<br> 332 http fetch GET 200 <a href="https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-2.3.11.tgz" rel="nofollow">https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-2.3.11.tgz</a> 65ms<br> 333 silly pacote version manifest for [email protected] fetched in 111ms<br> 334 http fetch GET 304 <a href="https://registry.npmjs.org/less" rel="nofollow">https://registry.npmjs.org/less</a> 314ms (from cache)<br> 335 silly pacote version manifest for [email protected] fetched in 211ms<br> 336 silly pacote version manifest for [email protected] fetched in 5ms<br> 337 http fetch GET 304 <a href="https://registry.npmjs.org/ora" rel="nofollow">https://registry.npmjs.org/ora</a> 52ms (from cache)<br> 338 silly pacote version manifest for [email protected] fetched in 57ms<br> 339 http fetch GET 304 <a href="https://registry.npmjs.org/parse5-html-rewriting-stream" rel="nofollow">https://registry.npmjs.org/parse5-html-rewriting-stream</a> 57ms (from cache)<br> 340 silly pacote version manifest for [email protected] fetched in 70ms<br> 341 http fetch GET 200 <a href="https://registry.npmjs.org/less/-/less-4.1.0.tgz" rel="nofollow">https://registry.npmjs.org/less/-/less-4.1.0.tgz</a> 201ms<br> 342 silly pacote version manifest for [email protected] fetched in 526ms<br> 343 http fetch GET 304 <a href="https://registry.npmjs.org/postcss" rel="nofollow">https://registry.npmjs.org/postcss</a> 106ms (from cache)<br> 344 http fetch GET 304 <a href="https://registry.npmjs.org/mini-css-extract-plugin" rel="nofollow">https://registry.npmjs.org/mini-css-extract-plugin</a> 335ms (from cache)<br> 345 http fetch GET 200 <a href="https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.3.tgz" rel="nofollow">https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.3.tgz</a> 43ms<br> 346 silly pacote version manifest for [email protected] fetched in 387ms<br> 347 http fetch GET 200 <a href="https://registry.npmjs.org/postcss/-/postcss-8.2.4.tgz" rel="nofollow">https://registry.npmjs.org/postcss/-/postcss-8.2.4.tgz</a> 65ms<br> 348 silly pacote version manifest for [email protected] fetched in 179ms<br> 349 http fetch GET 304 <a href="https://registry.npmjs.org/pnp-webpack-plugin" rel="nofollow">https://registry.npmjs.org/pnp-webpack-plugin</a> 287ms (from cache)<br> 350 silly pacote version manifest for [email protected] fetched in 293ms<br> 351 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-import" rel="nofollow">https://registry.npmjs.org/postcss-import</a> 89ms (from cache)<br> 352 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-loader" rel="nofollow">https://registry.npmjs.org/postcss-loader</a> 95ms (from cache)<br> 353 http fetch GET 200 <a href="https://registry.npmjs.org/postcss-import/-/postcss-import-14.0.0.tgz" rel="nofollow">https://registry.npmjs.org/postcss-import/-/postcss-import-14.0.0.tgz</a> 45ms<br> 354 silly pacote version manifest for [email protected] fetched in 141ms<br> 355 http fetch GET 304 <a href="https://registry.npmjs.org/raw-loader" rel="nofollow">https://registry.npmjs.org/raw-loader</a> 120ms (from cache)<br> 356 silly pacote version manifest for [email protected] fetched in 130ms<br> 357 http fetch GET 200 <a href="https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.1.0.tgz" rel="nofollow">https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.1.0.tgz</a> 86ms<br> 358 silly pacote version manifest for [email protected] fetched in 186ms<br> 359 http fetch GET 304 <a href="https://registry.npmjs.org/regenerator-runtime" rel="nofollow">https://registry.npmjs.org/regenerator-runtime</a> 79ms (from cache)<br> 360 silly pacote version manifest for [email protected] fetched in 95ms<br> 361 silly pacote version manifest for [email protected] fetched in 2ms<br> 362 http fetch GET 200 <a href="https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.10.tgz" rel="nofollow">https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.10.tgz</a> 21193ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a><br> 363 silly pacote version manifest for @babel/[email protected] fetched in 21320ms<br> 364 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2ftemplate" rel="nofollow">https://registry.npmjs.org/@babel%2ftemplate</a> 21071ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 365 http fetch GET 304 <a href="https://registry.npmjs.org/sass-loader" rel="nofollow">https://registry.npmjs.org/sass-loader</a> 79ms (from cache)<br> 366 http fetch GET 200 <a href="https://registry.npmjs.org/@babel/template/-/template-7.12.7.tgz" rel="nofollow">https://registry.npmjs.org/@babel/template/-/template-7.12.7.tgz</a> 46ms (from cache)<br> 367 silly pacote version manifest for @babel/[email protected] fetched in 21123ms<br> 368 silly pacote version manifest for [email protected] fetched in 2ms<br> 369 http fetch GET 200 <a href="https://registry.npmjs.org/sass-loader/-/sass-loader-10.1.1.tgz" rel="nofollow">https://registry.npmjs.org/sass-loader/-/sass-loader-10.1.1.tgz</a> 52ms<br> 370 silly pacote version manifest for [email protected] fetched in 137ms<br> 371 silly pacote version manifest for [email protected] fetched in 24ms<br> 372 http fetch GET 304 <a href="https://registry.npmjs.org/source-map-loader" rel="nofollow">https://registry.npmjs.org/source-map-loader</a> 84ms (from cache)<br> 373 http fetch GET 304 <a href="https://registry.npmjs.org/speed-measure-webpack-plugin" rel="nofollow">https://registry.npmjs.org/speed-measure-webpack-plugin</a> 61ms (from cache)<br> 374 http fetch GET 200 <a href="https://registry.npmjs.org/source-map-loader/-/source-map-loader-1.1.3.tgz" rel="nofollow">https://registry.npmjs.org/source-map-loader/-/source-map-loader-1.1.3.tgz</a> 30ms<br> 375 silly pacote version manifest for [email protected] fetched in 118ms<br> 376 silly pacote version manifest for [email protected] fetched in 79ms<br> 377 http fetch GET 304 <a href="https://registry.npmjs.org/style-loader" rel="nofollow">https://registry.npmjs.org/style-loader</a> 58ms (from cache)<br> 378 silly pacote version manifest for [email protected] fetched in 65ms<br> 379 http fetch GET 304 <a href="https://registry.npmjs.org/stylus" rel="nofollow">https://registry.npmjs.org/stylus</a> 101ms (from cache)<br> 380 silly pacote version manifest for [email protected] fetched in 113ms<br> 381 http fetch GET 304 <a href="https://registry.npmjs.org/@jsdevtools%2fcoverage-istanbul-loader" rel="nofollow">https://registry.npmjs.org/@jsdevtools%2fcoverage-istanbul-loader</a> 21303ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 382 silly pacote version manifest for @jsdevtools/[email protected] fetched in 21319ms<br> 383 http fetch GET 304 <a href="https://registry.npmjs.org/stylus-loader" rel="nofollow">https://registry.npmjs.org/stylus-loader</a> 106ms (from cache)<br> 384 http fetch GET 304 <a href="https://registry.npmjs.org/terser" rel="nofollow">https://registry.npmjs.org/terser</a> 82ms (from cache)<br> 385 http fetch GET 304 <a href="https://registry.npmjs.org/terser-webpack-plugin" rel="nofollow">https://registry.npmjs.org/terser-webpack-plugin</a> 61ms (from cache)<br> 386 http fetch GET 200 <a href="https://registry.npmjs.org/terser/-/terser-5.5.1.tgz" rel="nofollow">https://registry.npmjs.org/terser/-/terser-5.5.1.tgz</a> 35ms (from cache)<br> 387 silly pacote version manifest for [email protected] fetched in 123ms<br> 388 silly pacote version manifest for [email protected] fetched in 98ms<br> 389 http fetch GET 304 <a href="https://registry.npmjs.org/tree-kill" rel="nofollow">https://registry.npmjs.org/tree-kill</a> 62ms (from cache)<br> 390 http fetch GET 304 <a href="https://registry.npmjs.org/text-table" rel="nofollow">https://registry.npmjs.org/text-table</a> 81ms (from cache)<br> 391 silly pacote version manifest for [email protected] fetched in 79ms<br> 392 silly pacote version manifest for [email protected] fetched in 97ms<br> 393 http fetch GET 304 <a href="https://registry.npmjs.org/webpack-dev-middleware" rel="nofollow">https://registry.npmjs.org/webpack-dev-middleware</a> 54ms (from cache)<br> 394 silly pacote version manifest for [email protected] fetched in 61ms<br> 395 http fetch GET 200 <a href="https://registry.npmjs.org/stylus-loader/-/stylus-loader-4.3.2.tgz" rel="nofollow">https://registry.npmjs.org/stylus-loader/-/stylus-loader-4.3.2.tgz</a> 295ms<br> 396 silly pacote version manifest for [email protected] fetched in 407ms<br> 397 http fetch GET 304 <a href="https://registry.npmjs.org/webpack" rel="nofollow">https://registry.npmjs.org/webpack</a> 157ms (from cache)<br> 398 http fetch GET 304 <a href="https://registry.npmjs.org/webpack-dev-server" rel="nofollow">https://registry.npmjs.org/webpack-dev-server</a> 107ms (from cache)<br> 399 silly pacote version manifest for [email protected] fetched in 190ms<br> 400 http fetch GET 304 <a href="https://registry.npmjs.org/webpack-merge" rel="nofollow">https://registry.npmjs.org/webpack-merge</a> 80ms (from cache)<br> 401 http fetch GET 200 <a href="https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.7.3.tgz" rel="nofollow">https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.7.3.tgz</a> 42ms<br> 402 silly pacote version manifest for [email protected] fetched in 128ms<br> 403 http fetch GET 304 <a href="https://registry.npmjs.org/webpack-sources" rel="nofollow">https://registry.npmjs.org/webpack-sources</a> 90ms (from cache)<br> 404 http fetch GET 200 <a href="https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.2.0.tgz" rel="nofollow">https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.2.0.tgz</a> 44ms<br> 405 silly pacote version manifest for [email protected] fetched in 138ms<br> 406 http fetch GET 304 <a href="https://registry.npmjs.org/webpack-subresource-integrity" rel="nofollow">https://registry.npmjs.org/webpack-subresource-integrity</a> 70ms (from cache)<br> 407 http fetch GET 304 <a href="https://registry.npmjs.org/worker-plugin" rel="nofollow">https://registry.npmjs.org/worker-plugin</a> 64ms (from cache)<br> 408 silly pacote version manifest for [email protected] fetched in 70ms<br> 409 http fetch GET 200 <a href="https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.5.2.tgz" rel="nofollow">https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.5.2.tgz</a> 71ms<br> 410 silly pacote version manifest for [email protected] fetched in 146ms<br> 411 http fetch GET 304 <a href="https://registry.npmjs.org/isexe" rel="nofollow">https://registry.npmjs.org/isexe</a> 50ms (from cache)<br> 412 silly pacote range manifest for isexe@^2.0.0 fetched in 51ms<br> 413 silly pacote range manifest for @babel/core@^7.7.5 fetched in 37ms<br> 414 silly pacote range manifest for semver@^6.3.0 fetched in 13ms<br> 415 silly pacote range manifest for debug@^4.1.1 fetched in 16ms<br> 416 http fetch GET 304 <a href="https://registry.npmjs.org/@istanbuljs%2fschema" rel="nofollow">https://registry.npmjs.org/@istanbuljs%2fschema</a> 80ms (from cache)<br> 417 http fetch GET 200 <a href="https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.1.tgz" rel="nofollow">https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.1.tgz</a> 361ms<br> 418 silly pacote version manifest for [email protected] fetched in 476ms<br> 419 silly pacote range manifest for @istanbuljs/schema@^0.1.2 fetched in 100ms<br> 420 http fetch GET 304 <a href="https://registry.npmjs.org/make-dir" rel="nofollow">https://registry.npmjs.org/make-dir</a> 82ms (from cache)<br> 421 http fetch GET 304 <a href="https://registry.npmjs.org/brace-expansion" rel="nofollow">https://registry.npmjs.org/brace-expansion</a> 32ms (from cache)<br> 422 silly pacote range manifest for brace-expansion@^1.1.7 fetched in 33ms<br> 423 silly pacote range manifest for make-dir@^3.0.0 fetched in 100ms<br> 424 http fetch GET 304 <a href="https://registry.npmjs.org/supports-color" rel="nofollow">https://registry.npmjs.org/supports-color</a> 39ms (from cache)<br> 425 silly pacote range manifest for supports-color@^7.1.0 fetched in 41ms<br> 426 http fetch GET 304 <a href="https://registry.npmjs.org/https-proxy-agent" rel="nofollow">https://registry.npmjs.org/https-proxy-agent</a> 57ms (from cache)<br> 427 http fetch GET 304 <a href="https://registry.npmjs.org/minimist" rel="nofollow">https://registry.npmjs.org/minimist</a> 74ms (from cache)<br> 428 silly pacote range manifest for https-proxy-agent@^2.2.1 fetched in 104ms<br> 429 silly pacote range manifest for minimist@^1.2.0 fetched in 117ms<br> 430 http fetch GET 304 <a href="https://registry.npmjs.org/fs.realpath" rel="nofollow">https://registry.npmjs.org/fs.realpath</a> 43ms (from cache)<br> 431 silly pacote range manifest for fs.realpath@^1.0.0 fetched in 44ms<br> 432 http fetch GET 304 <a href="https://registry.npmjs.org/inherits" rel="nofollow">https://registry.npmjs.org/inherits</a> 37ms (from cache)<br> 433 silly pacote range manifest for inherits@2 fetched in 38ms<br> 434 http fetch GET 304 <a href="https://registry.npmjs.org/once" rel="nofollow">https://registry.npmjs.org/once</a> 45ms (from cache)<br> 435 silly pacote range manifest for once@^1.3.0 fetched in 47ms<br> 436 http fetch GET 304 <a href="https://registry.npmjs.org/path-is-absolute" rel="nofollow">https://registry.npmjs.org/path-is-absolute</a> 50ms (from cache)<br> 437 silly pacote range manifest for path-is-absolute@^1.0.0 fetched in 52ms<br> 438 http fetch GET 304 <a href="https://registry.npmjs.org/html-escaper" rel="nofollow">https://registry.npmjs.org/html-escaper</a> 295ms (from cache)<br> 439 silly pacote range manifest for html-escaper@^2.0.0 fetched in 318ms<br> 440 http fetch GET 304 <a href="https://registry.npmjs.org/ansi-styles" rel="nofollow">https://registry.npmjs.org/ansi-styles</a> 33ms (from cache)<br> 441 silly pacote range manifest for ansi-styles@^2.2.1 fetched in 45ms<br> 442 http fetch GET 304 <a href="https://registry.npmjs.org/escape-string-regexp" rel="nofollow">https://registry.npmjs.org/escape-string-regexp</a> 49ms (from cache)<br> 443 silly pacote range manifest for escape-string-regexp@^1.0.2 fetched in 50ms<br> 444 http fetch GET 304 <a href="https://registry.npmjs.org/inflight" rel="nofollow">https://registry.npmjs.org/inflight</a> 257ms (from cache)<br> 445 silly pacote range manifest for inflight@^1.0.4 fetched in 258ms<br> 446 http fetch GET 304 <a href="https://registry.npmjs.org/has-ansi" rel="nofollow">https://registry.npmjs.org/has-ansi</a> 53ms (from cache)<br> 447 silly pacote range manifest for supports-color@^2.0.0 fetched in 14ms<br> 448 silly pacote range manifest for has-ansi@^2.0.0 fetched in 65ms<br> 449 silly pacote range manifest for glob@^7.0.6 fetched in 2ms<br> 450 http fetch GET 304 <a href="https://registry.npmjs.org/strip-ansi" rel="nofollow">https://registry.npmjs.org/strip-ansi</a> 45ms (from cache)<br> 451 silly pacote range manifest for strip-ansi@^3.0.0 fetched in 46ms<br> 452 http fetch GET 304 <a href="https://registry.npmjs.org/exit" rel="nofollow">https://registry.npmjs.org/exit</a> 55ms (from cache)<br> 453 silly pacote range manifest for jasmine-core@~2.8.0 fetched in 46ms<br> 454 silly pacote range manifest for rimraf@^2.5.4 fetched in 1ms<br> 455 silly pacote range manifest for exit@^0.1.2 fetched in 59ms<br> 456 silly pacote version manifest for [email protected] fetched in 11ms<br> 457 silly pacote range manifest for source-map@^0.5.6 fetched in 3ms<br> 458 http fetch GET 304 <a href="https://registry.npmjs.org/jszip" rel="nofollow">https://registry.npmjs.org/jszip</a> 84ms (from cache)<br> 459 silly pacote range manifest for jszip@^3.1.3 fetched in 92ms<br> 460 silly pacote range manifest for chalk@^1.1.1 fetched in 2ms<br> 461 http fetch GET 304 <a href="https://registry.npmjs.org/xml2js" rel="nofollow">https://registry.npmjs.org/xml2js</a> 60ms (from cache)<br> 462 silly pacote range manifest for xml2js@^0.4.17 fetched in 65ms<br> 463 http fetch GET 304 <a href="https://registry.npmjs.org/adm-zip" rel="nofollow">https://registry.npmjs.org/adm-zip</a> 60ms (from cache)<br> 464 silly pacote range manifest for adm-zip@^0.4.9 fetched in 65ms<br> 465 silly pacote range manifest for ini@^1.3.4 fetched in 14ms<br> 466 silly pacote range manifest for q@^1.4.1 fetched in 5ms<br> 467 silly pacote range manifest for rimraf@^2.5.2 fetched in 2ms<br> 468 http fetch GET 304 <a href="https://registry.npmjs.org/request" rel="nofollow">https://registry.npmjs.org/request</a> 36ms (from cache)<br> 469 silly pacote range manifest for request@^2.87.0 fetched in 42ms<br> 470 warn deprecated [email protected]: request has been deprecated, see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="427331880" data-permission-text="Title is private" data-url="https://github.com/request/request/issues/3142" data-hovercard-type="issue" data-hovercard-url="/request/request/issues/3142/hovercard" href="https://github.com/request/request/issues/3142">request/request#3142</a><br> 471 http fetch GET 304 <a href="https://registry.npmjs.org/del" rel="nofollow">https://registry.npmjs.org/del</a> 75ms (from cache)<br> 472 silly pacote range manifest for del@^2.2.0 fetched in 94ms<br> 473 http fetch GET 304 <a href="https://registry.npmjs.org/cliui" rel="nofollow">https://registry.npmjs.org/cliui</a> 102ms (from cache)<br> 474 http fetch GET 304 <a href="https://registry.npmjs.org/decamelize" rel="nofollow">https://registry.npmjs.org/decamelize</a> 81ms (from cache)<br> 475 silly pacote range manifest for cliui@^6.0.0 fetched in 125ms<br> 476 silly pacote range manifest for decamelize@^1.2.0 fetched in 86ms<br> 477 http fetch GET 304 <a href="https://registry.npmjs.org/find-up" rel="nofollow">https://registry.npmjs.org/find-up</a> 68ms (from cache)<br> 478 silly pacote range manifest for find-up@^4.1.0 fetched in 95ms<br> 479 http fetch GET 304 <a href="https://registry.npmjs.org/get-caller-file" rel="nofollow">https://registry.npmjs.org/get-caller-file</a> 85ms (from cache)<br> 480 http fetch GET 304 <a href="https://registry.npmjs.org/require-directory" rel="nofollow">https://registry.npmjs.org/require-directory</a> 85ms (from cache)<br> 481 silly pacote range manifest for get-caller-file@^2.0.1 fetched in 90ms<br> 482 silly pacote range manifest for require-directory@^2.1.1 fetched in 103ms<br> 483 http fetch GET 304 <a href="https://registry.npmjs.org/require-main-filename" rel="nofollow">https://registry.npmjs.org/require-main-filename</a> 74ms (from cache)<br> 484 silly pacote range manifest for require-main-filename@^2.0.0 fetched in 80ms<br> 485 http fetch GET 304 <a href="https://registry.npmjs.org/set-blocking" rel="nofollow">https://registry.npmjs.org/set-blocking</a> 29ms (from cache)<br> 486 silly pacote range manifest for set-blocking@^2.0.0 fetched in 31ms<br> 487 http fetch GET 304 <a href="https://registry.npmjs.org/string-width" rel="nofollow">https://registry.npmjs.org/string-width</a> 32ms (from cache)<br> 488 silly pacote range manifest for string-width@^4.2.0 fetched in 33ms<br> 489 http fetch GET 304 <a href="https://registry.npmjs.org/yargs-parser" rel="nofollow">https://registry.npmjs.org/yargs-parser</a> 83ms (from cache)<br> 490 silly pacote range manifest for yargs-parser@^18.1.2 fetched in 89ms<br> 491 silly pacote range manifest for selenium-webdriver@^3.0.1 fetched in 7ms<br> 492 http fetch GET 304 <a href="https://registry.npmjs.org/ajv" rel="nofollow">https://registry.npmjs.org/ajv</a> 33ms (from cache)<br> 493 silly pacote version manifest for [email protected] fetched in 37ms<br> 494 http fetch GET 304 <a href="https://registry.npmjs.org/fast-json-stable-stringify" rel="nofollow">https://registry.npmjs.org/fast-json-stable-stringify</a> 33ms (from cache)<br> 495 silly pacote version manifest for [email protected] fetched in 34ms<br> 496 http fetch GET 304 <a href="https://registry.npmjs.org/magic-string" rel="nofollow">https://registry.npmjs.org/magic-string</a> 45ms (from cache)<br> 497 silly pacote version manifest for [email protected] fetched in 47ms<br> 498 silly pacote range manifest for npm-package-arg@^8.0.0 fetched in 23ms<br> 499 http fetch GET 304 <a href="https://registry.npmjs.org/semver-intersect" rel="nofollow">https://registry.npmjs.org/semver-intersect</a> 43ms (from cache)<br> 500 silly pacote version manifest for [email protected] fetched in 45ms<br> 501 http fetch GET 304 <a href="https://registry.npmjs.org/ms" rel="nofollow">https://registry.npmjs.org/ms</a> 28ms (from cache)<br> 502 silly pacote version manifest for [email protected] fetched in 29ms<br> 503 http fetch GET 304 <a href="https://registry.npmjs.org/ansi-escapes" rel="nofollow">https://registry.npmjs.org/ansi-escapes</a> 46ms (from cache)<br> 504 silly pacote range manifest for ansi-escapes@^4.2.1 fetched in 47ms<br> 505 silly pacote range manifest for chalk@^4.1.0 fetched in 1ms<br> 506 http fetch GET 304 <a href="https://registry.npmjs.org/cli-cursor" rel="nofollow">https://registry.npmjs.org/cli-cursor</a> 37ms (from cache)<br> 507 silly pacote range manifest for cli-cursor@^3.1.0 fetched in 38ms<br> 508 http fetch GET 304 <a href="https://registry.npmjs.org/cli-width" rel="nofollow">https://registry.npmjs.org/cli-width</a> 31ms (from cache)<br> 509 silly pacote range manifest for cli-width@^3.0.0 fetched in 33ms<br> 510 http fetch GET 304 <a href="https://registry.npmjs.org/external-editor" rel="nofollow">https://registry.npmjs.org/external-editor</a> 40ms (from cache)<br> 511 silly pacote range manifest for external-editor@^3.0.3 fetched in 41ms<br> 512 http fetch GET 304 <a href="https://registry.npmjs.org/figures" rel="nofollow">https://registry.npmjs.org/figures</a> 266ms (from cache)<br> 513 silly pacote range manifest for figures@^3.0.0 fetched in 267ms<br> 514 http fetch GET 304 <a href="https://registry.npmjs.org/mute-stream" rel="nofollow">https://registry.npmjs.org/mute-stream</a> 33ms (from cache)<br> 515 silly pacote version manifest for [email protected] fetched in 34ms<br> 516 http fetch GET 304 <a href="https://registry.npmjs.org/run-async" rel="nofollow">https://registry.npmjs.org/run-async</a> 40ms (from cache)<br> 517 silly pacote range manifest for run-async@^2.4.0 fetched in 41ms<br> 518 silly pacote range manifest for rxjs@^6.6.0 fetched in 1ms<br> 519 silly pacote range manifest for string-width@^4.1.0 fetched in 1ms<br> 520 silly pacote range manifest for strip-ansi@^6.0.0 fetched in 1ms<br> 521 http fetch GET 304 <a href="https://registry.npmjs.org/through" rel="nofollow">https://registry.npmjs.org/through</a> 36ms (from cache)<br> 522 silly pacote range manifest for through@^2.3.6 fetched in 38ms<br> 523 http fetch GET 304 <a href="https://registry.npmjs.org/hosted-git-info" rel="nofollow">https://registry.npmjs.org/hosted-git-info</a> 30ms (from cache)<br> 524 silly pacote range manifest for hosted-git-info@^3.0.6 fetched in 31ms<br> 525 silly pacote range manifest for semver@^7.0.0 fetched in 35ms<br> 526 http fetch GET 304 <a href="https://registry.npmjs.org/validate-npm-package-name" rel="nofollow">https://registry.npmjs.org/validate-npm-package-name</a> 33ms (from cache)<br> 527 silly pacote range manifest for validate-npm-package-name@^3.0.0 fetched in 35ms<br> 528 http fetch GET 304 <a href="https://registry.npmjs.org/is-docker" rel="nofollow">https://registry.npmjs.org/is-docker</a> 36ms (from cache)<br> 529 silly pacote range manifest for is-docker@^2.0.0 fetched in 37ms<br> 530 http fetch GET 304 <a href="https://registry.npmjs.org/is-wsl" rel="nofollow">https://registry.npmjs.org/is-wsl</a> 40ms (from cache)<br> 531 silly pacote range manifest for is-wsl@^2.1.1 fetched in 41ms<br> 532 http fetch GET 304 <a href="https://registry.npmjs.org/npm-install-checks" rel="nofollow">https://registry.npmjs.org/npm-install-checks</a> 32ms (from cache)<br> 533 silly pacote range manifest for npm-install-checks@^4.0.0 fetched in 34ms<br> 534 http fetch GET 304 <a href="https://registry.npmjs.org/@npmcli%2fgit" rel="nofollow">https://registry.npmjs.org/@npmcli%2fgit</a> 60ms (from cache)<br> 535 silly pacote range manifest for @npmcli/git@^2.0.1 fetched in 61ms<br> 536 http fetch GET 304 <a href="https://registry.npmjs.org/@npmcli%2finstalled-package-contents" rel="nofollow">https://registry.npmjs.org/@npmcli%2finstalled-package-contents</a> 55ms (from cache)<br> 537 silly pacote range manifest for @npmcli/installed-package-contents@^1.0.5 fetched in 56ms<br> 538 http fetch GET 304 <a href="https://registry.npmjs.org/@npmcli%2fpromise-spawn" rel="nofollow">https://registry.npmjs.org/@npmcli%2fpromise-spawn</a> 41ms (from cache)<br> 539 silly pacote range manifest for @npmcli/promise-spawn@^1.2.0 fetched in 42ms<br> 540 http fetch GET 304 <a href="https://registry.npmjs.org/@npmcli%2frun-script" rel="nofollow">https://registry.npmjs.org/@npmcli%2frun-script</a> 54ms (from cache)<br> 541 silly pacote range manifest for @npmcli/run-script@^1.3.0 fetched in 55ms<br> 542 silly pacote range manifest for cacache@^15.0.5 fetched in 1ms<br> 543 http fetch GET 304 <a href="https://registry.npmjs.org/chownr" rel="nofollow">https://registry.npmjs.org/chownr</a> 40ms (from cache)<br> 544 silly pacote range manifest for chownr@^2.0.0 fetched in 42ms<br> 545 http fetch GET 304 <a href="https://registry.npmjs.org/fs-minipass" rel="nofollow">https://registry.npmjs.org/fs-minipass</a> 256ms (from cache)<br> 546 silly pacote range manifest for fs-minipass@^2.1.0 fetched in 258ms<br> 547 http fetch GET 304 <a href="https://registry.npmjs.org/infer-owner" rel="nofollow">https://registry.npmjs.org/infer-owner</a> 30ms (from cache)<br> 548 silly pacote range manifest for infer-owner@^1.0.4 fetched in 31ms<br> 549 http fetch GET 304 <a href="https://registry.npmjs.org/minipass" rel="nofollow">https://registry.npmjs.org/minipass</a> 36ms (from cache)<br> 550 silly pacote range manifest for minipass@^3.1.3 fetched in 38ms<br> 551 silly pacote range manifest for mkdirp@^1.0.3 fetched in 1ms<br> 552 silly pacote range manifest for npm-package-arg@^8.0.1 fetched in 1ms<br> 553 http fetch GET 304 <a href="https://registry.npmjs.org/npm-packlist" rel="nofollow">https://registry.npmjs.org/npm-packlist</a> 47ms (from cache)<br> 554 silly pacote range manifest for npm-packlist@^2.1.4 fetched in 48ms<br> 555 http fetch GET 200 <a href="https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.0.tgz" rel="nofollow">https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.0.tgz</a> 20ms (from cache)<br> 556 silly pacote range manifest for npm-pick-manifest@^6.0.0 fetched in 25ms<br> 557 http fetch GET 304 <a href="https://registry.npmjs.org/npm-registry-fetch" rel="nofollow">https://registry.npmjs.org/npm-registry-fetch</a> 62ms (from cache)<br> 558 silly pacote range manifest for npm-registry-fetch@^9.0.0 fetched in 63ms<br> 559 http fetch GET 304 <a href="https://registry.npmjs.org/promise-retry" rel="nofollow">https://registry.npmjs.org/promise-retry</a> 32ms (from cache)<br> 560 silly pacote range manifest for promise-retry@^1.1.1 fetched in 33ms<br> 561 http fetch GET 304 <a href="https://registry.npmjs.org/read-package-json-fast" rel="nofollow">https://registry.npmjs.org/read-package-json-fast</a> 33ms (from cache)<br> 562 silly pacote range manifest for read-package-json-fast@^1.1.3 fetched in 34ms<br> 563 http fetch GET 304 <a href="https://registry.npmjs.org/ssri" rel="nofollow">https://registry.npmjs.org/ssri</a> 33ms (from cache)<br> 564 silly pacote range manifest for ssri@^8.0.0 fetched in 34ms<br> 565 http fetch GET 304 <a href="https://registry.npmjs.org/tar" rel="nofollow">https://registry.npmjs.org/tar</a> 37ms (from cache)<br> 566 silly pacote range manifest for tar@^6.1.0 fetched in 39ms<br> 567 http fetch GET 304 <a href="https://registry.npmjs.org/lru-cache" rel="nofollow">https://registry.npmjs.org/lru-cache</a> 36ms (from cache)<br> 568 silly pacote range manifest for lru-cache@^6.0.0 fetched in 37ms<br> 569 http fetch GET 304 <a href="https://registry.npmjs.org/resolve-url-loader" rel="nofollow">https://registry.npmjs.org/resolve-url-loader</a> 21116ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 570 http fetch GET 304 <a href="https://registry.npmjs.org/sass" rel="nofollow">https://registry.npmjs.org/sass</a> 21074ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 571 silly pacote version manifest for [email protected] fetched in 21136ms<br> 572 http fetch GET 304 <a href="https://registry.npmjs.org/fastparse" rel="nofollow">https://registry.npmjs.org/fastparse</a> 79ms (from cache)<br> 573 silly pacote range manifest for fastparse@^1.1.2 fetched in 86ms<br> 574 silly pacote range manifest for <a href="mailto:[email protected]">[email protected]</a> fetched in 1ms<br> 575 http fetch GET 304 <a href="https://registry.npmjs.org/buffer-from" rel="nofollow">https://registry.npmjs.org/buffer-from</a> 71ms (from cache)<br> 576 silly pacote range manifest for buffer-from@^1.0.0 fetched in 89ms<br> 577 silly pacote range manifest for source-map@^0.6.0 fetched in 1ms<br> 578 http fetch GET 200 <a href="https://registry.npmjs.org/sass/-/sass-1.32.4.tgz" rel="nofollow">https://registry.npmjs.org/sass/-/sass-1.32.4.tgz</a> 184ms<br> 579 silly pacote version manifest for [email protected] fetched in 21264ms<br> 580 silly pacote range manifest for escape-string-regexp@^1.0.5 fetched in 1ms<br> 581 silly pacote range manifest for ansi-styles@^3.2.1 fetched in 12ms<br> 582 silly pacote range manifest for supports-color@^5.3.0 fetched in 4ms<br> 583 silly pacote range manifest for minimist@^1.2.5 fetched in 1ms<br> 584 http fetch GET 304 <a href="https://registry.npmjs.org/argparse" rel="nofollow">https://registry.npmjs.org/argparse</a> 64ms (from cache)<br> 585 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhighlight" rel="nofollow">https://registry.npmjs.org/@babel%2fhighlight</a> 77ms (from cache)<br> 586 silly pacote range manifest for argparse@^1.0.7 fetched in 83ms<br> 587 silly pacote range manifest for @babel/highlight@^7.10.4 fetched in 98ms<br> 588 silly pacote range manifest for tslib@^1.8.1 fetched in 2ms<br> 589 http fetch GET 304 <a href="https://registry.npmjs.org/is-core-module" rel="nofollow">https://registry.npmjs.org/is-core-module</a> 35ms (from cache)<br> 590 silly pacote range manifest for is-core-module@^2.1.0 fetched in 36ms<br> 591 http fetch GET 304 <a href="https://registry.npmjs.org/esprima" rel="nofollow">https://registry.npmjs.org/esprima</a> 71ms (from cache)<br> 592 silly pacote range manifest for esprima@^4.0.0 fetched in 76ms<br> 593 http fetch GET 304 <a href="https://registry.npmjs.org/path-parse" rel="nofollow">https://registry.npmjs.org/path-parse</a> 58ms (from cache)<br> 594 silly pacote range manifest for path-parse@^1.0.6 fetched in 59ms<br> 595 http fetch GET 304 <a href="https://registry.npmjs.org/rollup" rel="nofollow">https://registry.npmjs.org/rollup</a> 21546ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 596 http fetch GET 304 <a href="https://registry.npmjs.org/content-type" rel="nofollow">https://registry.npmjs.org/content-type</a> 68ms (from cache)<br> 597 silly pacote range manifest for content-type@~1.0.4 fetched in 94ms<br> 598 silly pacote version manifest for [email protected] fetched in 23ms<br> 599 http fetch GET 304 <a href="https://registry.npmjs.org/bytes" rel="nofollow">https://registry.npmjs.org/bytes</a> 285ms (from cache)<br> 600 silly pacote version manifest for [email protected] fetched in 291ms<br> 601 http fetch GET 304 <a href="https://registry.npmjs.org/http-errors" rel="nofollow">https://registry.npmjs.org/http-errors</a> 120ms (from cache)<br> 602 silly pacote version manifest for [email protected] fetched in 136ms<br> 603 http fetch GET 304 <a href="https://registry.npmjs.org/depd" rel="nofollow">https://registry.npmjs.org/depd</a> 292ms (from cache)<br> 604 silly pacote range manifest for depd@~1.1.2 fetched in 294ms<br> 605 http fetch GET 304 <a href="https://registry.npmjs.org/iconv-lite" rel="nofollow">https://registry.npmjs.org/iconv-lite</a> 42ms (from cache)<br> 606 silly pacote version manifest for [email protected] fetched in 48ms<br> 607 http fetch GET 304 <a href="https://registry.npmjs.org/qs" rel="nofollow">https://registry.npmjs.org/qs</a> 55ms (from cache)<br> 608 silly pacote version manifest for [email protected] fetched in 80ms<br> 609 http fetch GET 200 <a href="https://registry.npmjs.org/rollup/-/rollup-2.36.1.tgz" rel="nofollow">https://registry.npmjs.org/rollup/-/rollup-2.36.1.tgz</a> 504ms<br> 610 silly pacote version manifest for [email protected] fetched in 22064ms<br> 611 http fetch GET 304 <a href="https://registry.npmjs.org/raw-body" rel="nofollow">https://registry.npmjs.org/raw-body</a> 68ms (from cache)<br> 612 silly pacote version manifest for [email protected] fetched in 86ms<br> 613 http fetch GET 304 <a href="https://registry.npmjs.org/type-is" rel="nofollow">https://registry.npmjs.org/type-is</a> 93ms (from cache)<br> 614 silly pacote range manifest for type-is@~1.6.17 fetched in 109ms<br> 615 http fetch GET 304 <a href="https://registry.npmjs.org/fill-range" rel="nofollow">https://registry.npmjs.org/fill-range</a> 78ms (from cache)<br> 616 silly pacote range manifest for fill-range@^7.0.1 fetched in 95ms<br> 617 http fetch GET 304 <a href="https://registry.npmjs.org/on-finished" rel="nofollow">https://registry.npmjs.org/on-finished</a> 293ms (from cache)<br> 618 silly pacote range manifest for braces@~3.0.2 fetched in 1ms<br> 619 silly pacote range manifest for on-finished@~2.3.0 fetched in 305ms<br> 620 http fetch GET 304 <a href="https://registry.npmjs.org/anymatch" rel="nofollow">https://registry.npmjs.org/anymatch</a> 85ms (from cache)<br> 621 silly pacote range manifest for anymatch@~3.1.1 fetched in 101ms<br> 622 http fetch GET 304 <a href="https://registry.npmjs.org/glob-parent" rel="nofollow">https://registry.npmjs.org/glob-parent</a> 87ms (from cache)<br> 623 silly pacote range manifest for glob-parent@~5.1.0 fetched in 110ms<br> 624 http fetch GET 304 <a href="https://registry.npmjs.org/is-glob" rel="nofollow">https://registry.npmjs.org/is-glob</a> 82ms (from cache)<br> 625 silly pacote range manifest for is-glob@~4.0.1 fetched in 87ms<br> 626 http fetch GET 304 <a href="https://registry.npmjs.org/readdirp" rel="nofollow">https://registry.npmjs.org/readdirp</a> 68ms (from cache)<br> 627 http fetch GET 304 <a href="https://registry.npmjs.org/normalize-path" rel="nofollow">https://registry.npmjs.org/normalize-path</a> 116ms (from cache)<br> 628 silly pacote range manifest for normalize-path@~3.0.0 fetched in 121ms<br> 629 silly pacote range manifest for readdirp@~3.5.0 fetched in 86ms<br> 630 http fetch GET 304 <a href="https://registry.npmjs.org/custom-event" rel="nofollow">https://registry.npmjs.org/custom-event</a> 67ms (from cache)<br> 631 http fetch GET 304 <a href="https://registry.npmjs.org/is-binary-path" rel="nofollow">https://registry.npmjs.org/is-binary-path</a> 297ms (from cache)<br> 632 http fetch GET 304 <a href="https://registry.npmjs.org/fsevents" rel="nofollow">https://registry.npmjs.org/fsevents</a> 81ms (from cache)<br> 633 silly pacote range manifest for fsevents@~2.3.1 fetched in 86ms<br> 634 silly pacote range manifest for custom-event@~1.0.0 fetched in 87ms<br> 635 silly pacote range manifest for is-binary-path@~2.1.0 fetched in 320ms<br> 636 http fetch GET 304 <a href="https://registry.npmjs.org/ent" rel="nofollow">https://registry.npmjs.org/ent</a> 51ms (from cache)<br> 637 http fetch GET 304 <a href="https://registry.npmjs.org/extend" rel="nofollow">https://registry.npmjs.org/extend</a> 60ms (from cache)<br> 638 silly pacote range manifest for extend@^3.0.0 fetched in 61ms<br> 639 silly pacote range manifest for ent@~2.2.0 fetched in 72ms<br> 640 http fetch GET 304 <a href="https://registry.npmjs.org/parseurl" rel="nofollow">https://registry.npmjs.org/parseurl</a> 52ms (from cache)<br> 641 silly pacote range manifest for parseurl@~1.3.3 fetched in 70ms<br> 642 http fetch GET 304 <a href="https://registry.npmjs.org/utils-merge" rel="nofollow">https://registry.npmjs.org/utils-merge</a> 42ms (from cache)<br> 643 silly pacote version manifest for [email protected] fetched in 61ms<br> 644 http fetch GET 304 <a href="https://registry.npmjs.org/eventemitter3" rel="nofollow">https://registry.npmjs.org/eventemitter3</a> 57ms (from cache)<br> 645 silly pacote range manifest for eventemitter3@^4.0.0 fetched in 73ms<br> 646 http fetch GET 304 <a href="https://registry.npmjs.org/void-elements" rel="nofollow">https://registry.npmjs.org/void-elements</a> 297ms (from cache)<br> 647 silly pacote range manifest for void-elements@^2.0.0 fetched in 333ms<br> 648 http fetch GET 304 <a href="https://registry.npmjs.org/requires-port" rel="nofollow">https://registry.npmjs.org/requires-port</a> 72ms (from cache)<br> 649 silly pacote range manifest for requires-port@^1.0.0 fetched in 86ms<br> 650 http fetch GET 304 <a href="https://registry.npmjs.org/follow-redirects" rel="nofollow">https://registry.npmjs.org/follow-redirects</a> 62ms (from cache)<br> 651 silly pacote range manifest for follow-redirects@^1.0.0 fetched in 67ms<br> 652 http fetch GET 304 <a href="https://registry.npmjs.org/date-format" rel="nofollow">https://registry.npmjs.org/date-format</a> 115ms (from cache)<br> 653 silly pacote range manifest for date-format@^3.0.0 fetched in 171ms<br> 654 http fetch GET 304 <a href="https://registry.npmjs.org/finalhandler" rel="nofollow">https://registry.npmjs.org/finalhandler</a> 573ms (from cache)<br> 655 http fetch GET 304 <a href="https://registry.npmjs.org/which-module" rel="nofollow">https://registry.npmjs.org/which-module</a> 21034ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 656 silly pacote version manifest for [email protected] fetched in 591ms<br> 657 silly pacote range manifest for which-module@^2.0.0 fetched in 21051ms<br> 658 silly pacote range manifest for glob@^7.1.3 fetched in 1ms<br> 659 silly pacote range manifest for rimraf@^3.0.0 fetched in 1ms<br> 660 silly pacote range manifest for debug@~4.1.0 fetched in 21ms<br> 661 warn deprecated [email protected]: Debug versions &gt;=3.2.0 &lt;3.2.7 || &gt;=4 &lt;4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="752666739" data-permission-text="Title is private" data-url="https://github.com/debug-js/debug/issues/797" data-hovercard-type="issue" data-hovercard-url="/debug-js/debug/issues/797/hovercard" href="https://github.com/debug-js/debug/issues/797">debug-js/debug#797</a>)<br> 662 http fetch GET 304 <a href="https://registry.npmjs.org/y18n" rel="nofollow">https://registry.npmjs.org/y18n</a> 21186ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 663 silly pacote range manifest for y18n@^4.0.0 fetched in 21200ms<br> 664 http fetch GET 304 <a href="https://registry.npmjs.org/streamroller" rel="nofollow">https://registry.npmjs.org/streamroller</a> 177ms (from cache)<br> 665 silly pacote range manifest for streamroller@^2.2.4 fetched in 181ms<br> 666 http fetch GET 304 <a href="https://registry.npmjs.org/rfdc" rel="nofollow">https://registry.npmjs.org/rfdc</a> 304ms (from cache)<br> 667 silly pacote range manifest for rfdc@^1.1.4 fetched in 309ms<br> 668 http fetch GET 304 <a href="https://registry.npmjs.org/has-binary2" rel="nofollow">https://registry.npmjs.org/has-binary2</a> 64ms (from cache)<br> 669 silly pacote range manifest for has-binary2@~1.0.2 fetched in 99ms<br> 670 http fetch GET 304 <a href="https://registry.npmjs.org/socket.io-adapter" rel="nofollow">https://registry.npmjs.org/socket.io-adapter</a> 98ms (from cache)<br> 671 silly pacote range manifest for socket.io-adapter@~1.1.0 fetched in 102ms<br> 672 silly pacote range manifest for @babel/code-frame@^7.10.4 fetched in 1ms<br> 673 http fetch GET 304 <a href="https://registry.npmjs.org/engine.io" rel="nofollow">https://registry.npmjs.org/engine.io</a> 271ms (from cache)<br> 674 silly pacote range manifest for @babel/generator@^7.12.10 fetched in 19ms<br> 675 silly pacote range manifest for engine.io@~3.5.0 fetched in 279ms<br> 676 http fetch GET 304 <a href="https://registry.npmjs.org/socket.io-parser" rel="nofollow">https://registry.npmjs.org/socket.io-parser</a> 77ms (from cache)<br> 677 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-module-transforms" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-module-transforms</a> 82ms (from cache)<br> 678 silly pacote range manifest for @babel/helper-module-transforms@^7.12.1 fetched in 87ms<br> 679 silly pacote range manifest for socket.io-parser@~3.4.0 fetched in 132ms<br> 680 silly pacote range manifest for @babel/template@^7.12.7 fetched in 20ms<br> 681 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelpers" rel="nofollow">https://registry.npmjs.org/@babel%2fhelpers</a> 144ms (from cache)<br> 682 silly pacote range manifest for @babel/helpers@^7.12.5 fetched in 172ms<br> 683 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2ftraverse" rel="nofollow">https://registry.npmjs.org/@babel%2ftraverse</a> 115ms (from cache)<br> 684 silly pacote range manifest for @babel/traverse@^7.12.10 fetched in 122ms<br> 685 http fetch GET 304 <a href="https://registry.npmjs.org/socket.io-client" rel="nofollow">https://registry.npmjs.org/socket.io-client</a> 355ms (from cache)<br> 686 silly pacote version manifest for [email protected] fetched in 382ms<br> 687 silly pacote range manifest for debug@^4.1.0 fetched in 2ms<br> 688 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2ftypes" rel="nofollow">https://registry.npmjs.org/@babel%2ftypes</a> 138ms (from cache)<br> 689 silly pacote range manifest for @babel/types@^7.12.10 fetched in 160ms<br> 690 http fetch GET 304 <a href="https://registry.npmjs.org/gensync" rel="nofollow">https://registry.npmjs.org/gensync</a> 84ms (from cache)<br> 691 silly pacote range manifest for gensync@^1.0.0-beta.1 fetched in 103ms<br> 692 silly pacote range manifest for semver@^5.4.1 fetched in 2ms<br> 693 silly pacote range manifest for source-map@^0.5.0 fetched in 1ms<br> 694 silly pacote range manifest for @babel/types@^7.12.11 fetched in 1ms<br> 695 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fparser" rel="nofollow">https://registry.npmjs.org/@babel%2fparser</a> 323ms (from cache)<br> 696 silly pacote range manifest for @babel/parser@^7.12.10 fetched in 329ms<br> 697 http fetch GET 304 <a href="https://registry.npmjs.org/json5" rel="nofollow">https://registry.npmjs.org/json5</a> 91ms (from cache)<br> 698 http fetch GET 304 <a href="https://registry.npmjs.org/jsesc" rel="nofollow">https://registry.npmjs.org/jsesc</a> 61ms (from cache)<br> 699 silly pacote range manifest for json5@^2.1.2 fetched in 114ms<br> 700 http fetch GET 200 <a href="https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz" rel="nofollow">https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz</a> 42ms (from cache)<br> 701 silly pacote version manifest for [email protected] fetched in 47ms<br> 702 silly pacote range manifest for jsesc@^2.5.1 fetched in 96ms<br> 703 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fcompat-data" rel="nofollow">https://registry.npmjs.org/@babel%2fcompat-data</a> 81ms (from cache)<br> 704 silly pacote range manifest for @babel/compat-data@^7.12.7 fetched in 101ms<br> 705 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-compilation-targets" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-compilation-targets</a> 109ms (from cache)<br> 706 http fetch GET 304 <a href="https://registry.npmjs.org/convert-source-map" rel="nofollow">https://registry.npmjs.org/convert-source-map</a> 362ms (from cache)<br> 707 silly pacote range manifest for @babel/helper-compilation-targets@^7.12.5 fetched in 125ms<br> 708 silly pacote range manifest for convert-source-map@^1.7.0 fetched in 392ms<br> 709 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-validator-option" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-validator-option</a> 64ms (from cache)<br> 710 silly pacote range manifest for @babel/helper-validator-option@^7.12.11 fetched in 70ms<br> 711 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-module-imports" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-module-imports</a> 130ms (from cache)<br> 712 silly pacote range manifest for @babel/helper-module-imports@^7.12.5 fetched in 141ms<br> 713 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-plugin-utils" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-plugin-utils</a> 109ms (from cache)<br> 714 silly pacote range manifest for @babel/helper-plugin-utils@^7.10.4 fetched in 113ms<br> 715 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-proposal-class-properties" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-proposal-class-properties</a> 80ms (from cache)<br> 716 silly pacote range manifest for @babel/plugin-proposal-class-properties@^7.12.1 fetched in 96ms<br> 717 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-proposal-export-namespace-from" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-proposal-export-namespace-from</a> 94ms (from cache)<br> 718 silly pacote range manifest for @babel/plugin-proposal-export-namespace-from@^7.12.1 fetched in 100ms<br> 719 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-proposal-json-strings" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-proposal-json-strings</a> 95ms (from cache)<br> 720 silly pacote range manifest for @babel/plugin-proposal-json-strings@^7.12.1 fetched in 100ms<br> 721 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-proposal-async-generator-functions" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-proposal-async-generator-functions</a> 362ms (from cache)<br> 722 silly pacote range manifest for @babel/plugin-proposal-async-generator-functions@^7.12.1 fetched in 367ms<br> 723 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-proposal-logical-assignment-operators" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-proposal-logical-assignment-operators</a> 98ms (from cache)<br> 724 silly pacote range manifest for @babel/plugin-proposal-logical-assignment-operators@^7.12.1 fetched in 104ms<br> 725 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-proposal-nullish-coalescing-operator" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-proposal-nullish-coalescing-operator</a> 74ms (from cache)<br> 726 silly pacote range manifest for @babel/plugin-proposal-nullish-coalescing-operator@^7.12.1 fetched in 79ms<br> 727 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-proposal-dynamic-import" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-proposal-dynamic-import</a> 609ms (from cache)<br> 728 silly pacote range manifest for @babel/plugin-proposal-dynamic-import@^7.12.1 fetched in 613ms<br> 729 http fetch GET 200 <a href="https://registry.npmjs.org/typescript" rel="nofollow">https://registry.npmjs.org/typescript</a> 947ms<br> 730 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-proposal-optional-catch-binding" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-proposal-optional-catch-binding</a> 135ms (from cache)<br> 731 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-proposal-numeric-separator" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-proposal-numeric-separator</a> 372ms (from cache)<br> 732 silly pacote range manifest for @babel/plugin-proposal-numeric-separator@^7.12.7 fetched in 379ms<br> 733 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-proposal-object-rest-spread" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-proposal-object-rest-spread</a> 351ms (from cache)<br> 734 silly pacote range manifest for @babel/plugin-proposal-optional-catch-binding@^7.12.1 fetched in 172ms<br> 735 silly pacote range manifest for @babel/plugin-proposal-object-rest-spread@^7.12.1 fetched in 357ms<br> 736 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-proposal-optional-chaining" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-proposal-optional-chaining</a> 100ms (from cache)<br> 737 silly pacote range manifest for @babel/plugin-proposal-optional-chaining@^7.12.7 fetched in 107ms<br> 738 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-syntax-async-generators" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-syntax-async-generators</a> 104ms (from cache)<br> 739 silly pacote range manifest for @babel/plugin-syntax-async-generators@^7.8.0 fetched in 109ms<br> 740 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-syntax-class-properties" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-syntax-class-properties</a> 67ms (from cache)<br> 741 silly pacote range manifest for @babel/plugin-syntax-class-properties@^7.12.1 fetched in 72ms<br> 742 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-proposal-unicode-property-regex" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-proposal-unicode-property-regex</a> 332ms (from cache)<br> 743 silly pacote range manifest for @babel/plugin-proposal-unicode-property-regex@^7.12.1 fetched in 341ms<br> 744 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-proposal-private-methods" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-proposal-private-methods</a> 347ms (from cache)<br> 745 silly pacote range manifest for @babel/plugin-proposal-private-methods@^7.12.1 fetched in 352ms<br> 746 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-syntax-dynamic-import" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-syntax-dynamic-import</a> 90ms (from cache)<br> 747 silly pacote range manifest for @babel/plugin-syntax-dynamic-import@^7.8.0 fetched in 114ms<br> 748 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-syntax-export-namespace-from" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-syntax-export-namespace-from</a> 106ms (from cache)<br> 749 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-syntax-logical-assignment-operators" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-syntax-logical-assignment-operators</a> 58ms (from cache)<br> 750 silly pacote range manifest for @babel/plugin-syntax-export-namespace-from@^7.8.3 fetched in 112ms<br> 751 silly pacote range manifest for @babel/plugin-syntax-logical-assignment-operators@^7.10.4 fetched in 64ms<br> 752 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-syntax-json-strings" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-syntax-json-strings</a> 107ms (from cache)<br> 753 silly pacote range manifest for @babel/plugin-syntax-json-strings@^7.8.0 fetched in 113ms<br> 754 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-syntax-object-rest-spread" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-syntax-object-rest-spread</a> 85ms (from cache)<br> 755 silly pacote range manifest for @babel/plugin-syntax-object-rest-spread@^7.8.0 fetched in 90ms<br> 756 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-syntax-optional-catch-binding" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-syntax-optional-catch-binding</a> 69ms (from cache)<br> 757 silly pacote range manifest for @babel/plugin-syntax-optional-catch-binding@^7.8.0 fetched in 122ms<br> 758 http fetch GET 304 <a href="https://registry.npmjs.org/cssesc" rel="nofollow">https://registry.npmjs.org/cssesc</a> 21600ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 759 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-syntax-optional-chaining" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-syntax-optional-chaining</a> 92ms (from cache)<br> 760 silly pacote range manifest for @babel/plugin-syntax-optional-chaining@^7.8.0 fetched in 97ms<br> 761 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-syntax-nullish-coalescing-operator" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-syntax-nullish-coalescing-operator</a> 323ms (from cache)<br> 762 silly pacote range manifest for @babel/plugin-syntax-nullish-coalescing-operator@^7.8.0 fetched in 328ms<br> 763 silly pacote range manifest for cssesc@^3.0.0 fetched in 21639ms<br> 764 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-syntax-top-level-await" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-syntax-top-level-await</a> 54ms (from cache)<br> 765 silly pacote range manifest for @babel/plugin-syntax-top-level-await@^7.12.1 fetched in 60ms<br> 766 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-arrow-functions" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-arrow-functions</a> 65ms (from cache)<br> 767 silly pacote range manifest for @babel/plugin-transform-arrow-functions@^7.12.1 fetched in 71ms<br> 768 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-async-to-generator" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-async-to-generator</a> 83ms (from cache)<br> 769 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-syntax-numeric-separator" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-syntax-numeric-separator</a> 439ms (from cache)<br> 770 silly pacote range manifest for @babel/plugin-syntax-numeric-separator@^7.10.4 fetched in 445ms<br> 771 silly pacote range manifest for @babel/plugin-transform-async-to-generator@^7.12.1 fetched in 113ms<br> 772 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-block-scoped-functions" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-block-scoped-functions</a> 85ms (from cache)<br> 773 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-block-scoping" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-block-scoping</a> 89ms (from cache)<br> 774 silly pacote range manifest for @babel/plugin-transform-block-scoping@^7.12.11 fetched in 94ms<br> 775 silly pacote range manifest for @babel/plugin-transform-block-scoped-functions@^7.12.1 fetched in 116ms<br> 776 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-computed-properties" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-computed-properties</a> 67ms (from cache)<br> 777 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-classes" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-classes</a> 81ms (from cache)<br> 778 silly pacote range manifest for @babel/plugin-transform-classes@^7.12.1 fetched in 86ms<br> 779 silly pacote range manifest for @babel/plugin-transform-computed-properties@^7.12.1 fetched in 92ms<br> 780 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-destructuring" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-destructuring</a> 93ms (from cache)<br> 781 silly pacote range manifest for @babel/plugin-transform-destructuring@^7.12.1 fetched in 99ms<br> 782 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-duplicate-keys" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-duplicate-keys</a> 83ms (from cache)<br> 783 silly pacote range manifest for @babel/plugin-transform-duplicate-keys@^7.12.1 fetched in 88ms<br> 784 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-exponentiation-operator" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-exponentiation-operator</a> 100ms (from cache)<br> 785 silly pacote range manifest for @babel/plugin-transform-exponentiation-operator@^7.12.1 fetched in 105ms<br> 786 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-dotall-regex" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-dotall-regex</a> 160ms (from cache)<br> 787 silly pacote range manifest for @babel/plugin-transform-dotall-regex@^7.12.1 fetched in 165ms<br> 788 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-function-name" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-function-name</a> 71ms (from cache)<br> 789 silly pacote range manifest for @babel/plugin-transform-function-name@^7.12.1 fetched in 76ms<br> 790 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-for-of" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-for-of</a> 110ms (from cache)<br> 791 silly pacote range manifest for @babel/plugin-transform-for-of@^7.12.1 fetched in 116ms<br> 792 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-literals" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-literals</a> 67ms (from cache)<br> 793 silly pacote range manifest for @babel/plugin-transform-literals@^7.12.1 fetched in 77ms<br> 794 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-member-expression-literals" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-member-expression-literals</a> 80ms (from cache)<br> 795 silly pacote range manifest for @babel/plugin-transform-member-expression-literals@^7.12.1 fetched in 87ms<br> 796 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-modules-amd" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-modules-amd</a> 135ms (from cache)<br> 797 silly pacote range manifest for @babel/plugin-transform-modules-amd@^7.12.1 fetched in 140ms<br> 798 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-modules-systemjs" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-modules-systemjs</a> 115ms (from cache)<br> 799 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-modules-commonjs" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-modules-commonjs</a> 140ms (from cache)<br> 800 silly pacote range manifest for @babel/plugin-transform-modules-commonjs@^7.12.1 fetched in 145ms<br> 801 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-modules-umd" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-modules-umd</a> 111ms (from cache)<br> 802 silly pacote range manifest for @babel/plugin-transform-modules-umd@^7.12.1 fetched in 116ms<br> 803 silly pacote range manifest for @babel/plugin-transform-modules-systemjs@^7.12.1 fetched in 147ms<br> 804 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-named-capturing-groups-regex" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-named-capturing-groups-regex</a> 101ms (from cache)<br> 805 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-new-target" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-new-target</a> 86ms (from cache)<br> 806 silly pacote range manifest for @babel/plugin-transform-named-capturing-groups-regex@^7.12.1 fetched in 106ms<br> 807 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-object-super" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-object-super</a> 83ms (from cache)<br> 808 silly pacote range manifest for @babel/plugin-transform-object-super@^7.12.1 fetched in 88ms<br> 809 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-parameters" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-parameters</a> 90ms (from cache)<br> 810 silly pacote range manifest for @babel/plugin-transform-new-target@^7.12.1 fetched in 107ms<br> 811 silly pacote range manifest for @babel/plugin-transform-parameters@^7.12.1 fetched in 119ms<br> 812 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-reserved-words" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-reserved-words</a> 83ms (from cache)<br> 813 silly pacote range manifest for @babel/plugin-transform-reserved-words@^7.12.1 fetched in 88ms<br> 814 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-regenerator" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-regenerator</a> 100ms (from cache)<br> 815 silly pacote range manifest for @babel/plugin-transform-regenerator@^7.12.1 fetched in 106ms<br> 816 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-property-literals" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-property-literals</a> 133ms (from cache)<br> 817 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-shorthand-properties" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-shorthand-properties</a> 93ms (from cache)<br> 818 silly pacote range manifest for @babel/plugin-transform-shorthand-properties@^7.12.1 fetched in 101ms<br> 819 silly pacote range manifest for @babel/plugin-transform-property-literals@^7.12.1 fetched in 148ms<br> 820 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-spread" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-spread</a> 98ms (from cache)<br> 821 silly pacote range manifest for @babel/plugin-transform-spread@^7.12.1 fetched in 103ms<br> 822 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-sticky-regex" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-sticky-regex</a> 126ms (from cache)<br> 823 silly pacote range manifest for @babel/plugin-transform-sticky-regex@^7.12.7 fetched in 131ms<br> 824 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-template-literals" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-template-literals</a> 103ms (from cache)<br> 825 silly pacote range manifest for @babel/plugin-transform-template-literals@^7.12.1 fetched in 109ms<br> 826 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-typeof-symbol" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-typeof-symbol</a> 129ms (from cache)<br> 827 silly pacote range manifest for @babel/plugin-transform-typeof-symbol@^7.12.10 fetched in 153ms<br> 828 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-unicode-escapes" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-unicode-escapes</a> 108ms (from cache)<br> 829 silly pacote range manifest for @babel/plugin-transform-unicode-escapes@^7.12.1 fetched in 126ms<br> 830 silly pacote range manifest for semver@^5.5.0 fetched in 4ms<br> 831 silly pacote range manifest for regenerator-runtime@^0.13.4 fetched in 6ms<br> 832 silly pacote range manifest for uuid@^3.0.0 fetched in 2ms<br> 833 silly pacote range manifest for request@^2.88.2 fetched in 2ms<br> 834 silly pacote range manifest for caniuse-lite@^1.0.30001173 fetched in 4ms<br> 835 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-unicode-regex" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-unicode-regex</a> 113ms (from cache)<br> 836 silly pacote range manifest for @babel/plugin-transform-unicode-regex@^7.12.1 fetched in 119ms<br> 837 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fpreset-modules" rel="nofollow">https://registry.npmjs.org/@babel%2fpreset-modules</a> 112ms (from cache)<br> 838 silly pacote range manifest for @babel/preset-modules@^0.1.3 fetched in 118ms<br> 839 http fetch GET 304 <a href="https://registry.npmjs.org/core-js-compat" rel="nofollow">https://registry.npmjs.org/core-js-compat</a> 79ms (from cache)<br> 840 silly pacote range manifest for core-js-compat@^3.8.0 fetched in 84ms<br> 841 http fetch GET 304 <a href="https://registry.npmjs.org/escalade" rel="nofollow">https://registry.npmjs.org/escalade</a> 79ms (from cache)<br> 842 silly pacote range manifest for escalade@^3.1.1 fetched in 83ms<br> 843 silly pacote range manifest for browserslist@^4.16.1 fetched in 1ms<br> 844 http fetch GET 304 <a href="https://registry.npmjs.org/node-releases" rel="nofollow">https://registry.npmjs.org/node-releases</a> 86ms (from cache)<br> 845 http fetch GET 200 <a href="https://registry.npmjs.org/fraction.js" rel="nofollow">https://registry.npmjs.org/fraction.js</a> 35ms<br> 846 silly pacote range manifest for node-releases@^1.1.69 fetched in 124ms<br> 847 http fetch GET 304 <a href="https://registry.npmjs.org/electron-to-chromium" rel="nofollow">https://registry.npmjs.org/electron-to-chromium</a> 174ms (from cache)<br> 848 http fetch GET 200 <a href="https://registry.npmjs.org/fraction.js/-/fraction.js-4.0.13.tgz" rel="nofollow">https://registry.npmjs.org/fraction.js/-/fraction.js-4.0.13.tgz</a> 53ms<br> 849 silly pacote range manifest for fraction.js@^4.0.13 fetched in 92ms<br> 850 silly pacote range manifest for electron-to-chromium@^1.3.634 fetched in 202ms<br> 851 http fetch GET 304 <a href="https://registry.npmjs.org/normalize-range" rel="nofollow">https://registry.npmjs.org/normalize-range</a> 75ms (from cache)<br> 852 silly pacote range manifest for find-cache-dir@^3.3.1 fetched in 19ms<br> 853 silly pacote range manifest for normalize-range@^0.1.2 fetched in 80ms<br> 854 silly pacote range manifest for make-dir@^3.1.0 fetched in 1ms<br> 855 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-value-parser" rel="nofollow">https://registry.npmjs.org/postcss-value-parser</a> 53ms (from cache)<br> 856 silly pacote range manifest for loader-utils@^1.4.0 fetched in 32ms<br> 857 silly pacote range manifest for postcss-value-parser@^4.1.0 fetched in 80ms<br> 858 silly pacote range manifest for fs-minipass@^2.0.0 fetched in 1ms<br> 859 silly pacote range manifest for glob@^7.1.4 fetched in 1ms<br> 860 silly pacote range manifest for minipass@^3.1.1 fetched in 2ms<br> 861 http fetch GET 304 <a href="https://registry.npmjs.org/@npmcli%2fmove-file" rel="nofollow">https://registry.npmjs.org/@npmcli%2fmove-file</a> 49ms (from cache)<br> 862 http fetch GET 304 <a href="https://registry.npmjs.org/minipass-collect" rel="nofollow">https://registry.npmjs.org/minipass-collect</a> 34ms (from cache)<br> 863 silly pacote range manifest for @npmcli/move-file@^1.0.1 fetched in 52ms<br> 864 silly pacote range manifest for minipass-collect@^1.0.2 fetched in 37ms<br> 865 http fetch GET 304 <a href="https://registry.npmjs.org/schema-utils" rel="nofollow">https://registry.npmjs.org/schema-utils</a> 87ms (from cache)<br> 866 silly pacote range manifest for schema-utils@^2.6.5 fetched in 93ms<br> 867 http fetch GET 304 <a href="https://registry.npmjs.org/colorette" rel="nofollow">https://registry.npmjs.org/colorette</a> 333ms (from cache)<br> 868 silly pacote range manifest for colorette@^1.2.1 fetched in 342ms<br> 869 http fetch GET 304 <a href="https://registry.npmjs.org/minipass-pipeline" rel="nofollow">https://registry.npmjs.org/minipass-pipeline</a> 39ms (from cache)<br> 870 silly pacote range manifest for minipass-pipeline@^1.2.2 fetched in 40ms<br> 871 silly pacote range manifest for tar@^6.0.2 fetched in 1ms<br> 872 http fetch GET 304 <a href="https://registry.npmjs.org/p-map" rel="nofollow">https://registry.npmjs.org/p-map</a> 39ms (from cache)<br> 873 silly pacote range manifest for p-map@^4.0.0 fetched in 40ms<br> 874 http fetch GET 304 <a href="https://registry.npmjs.org/promise-inflight" rel="nofollow">https://registry.npmjs.org/promise-inflight</a> 31ms (from cache)<br> 875 silly pacote range manifest for promise-inflight@^1.0.1 fetched in 32ms<br> 876 silly pacote range manifest for glob-parent@^5.1.1 fetched in 1ms<br> 877 http fetch GET 304 <a href="https://registry.npmjs.org/minipass-flush" rel="nofollow">https://registry.npmjs.org/minipass-flush</a> 67ms (from cache)<br> 878 silly pacote range manifest for minipass-flush@^1.0.5 fetched in 68ms<br> 879 http fetch GET 304 <a href="https://registry.npmjs.org/unique-filename" rel="nofollow">https://registry.npmjs.org/unique-filename</a> 30ms (from cache)<br> 880 silly pacote range manifest for unique-filename@^1.1.1 fetched in 31ms<br> 881 silly pacote range manifest for normalize-path@^3.0.0 fetched in 1ms<br> 882 silly pacote range manifest for loader-utils@^2.0.0 fetched in 18ms<br> 883 silly pacote range manifest for schema-utils@^3.0.0 fetched in 19ms<br> 884 http fetch GET 304 <a href="https://registry.npmjs.org/p-limit" rel="nofollow">https://registry.npmjs.org/p-limit</a> 59ms (from cache)<br> 885 silly pacote range manifest for p-limit@^3.0.2 fetched in 82ms<br> 886 silly pacote range manifest for webpack-sources@^1.4.3 fetched in 20ms<br> 887 http fetch GET 304 <a href="https://registry.npmjs.org/serialize-javascript" rel="nofollow">https://registry.npmjs.org/serialize-javascript</a> 73ms (from cache)<br> 888 http fetch GET 304 <a href="https://registry.npmjs.org/globby" rel="nofollow">https://registry.npmjs.org/globby</a> 140ms (from cache)<br> 889 silly pacote range manifest for serialize-javascript@^5.0.1 fetched in 93ms<br> 890 silly pacote range manifest for globby@^11.0.1 fetched in 159ms<br> 891 http fetch GET 304 <a href="https://registry.npmjs.org/cosmiconfig" rel="nofollow">https://registry.npmjs.org/cosmiconfig</a> 79ms (from cache)<br> 892 silly pacote range manifest for cosmiconfig@^5.0.0 fetched in 85ms<br> 893 silly pacote range manifest for postcss@^7.0.0 fetched in 6ms<br> 894 http fetch GET 304 <a href="https://registry.npmjs.org/cssnano-preset-default" rel="nofollow">https://registry.npmjs.org/cssnano-preset-default</a> 104ms (from cache)<br> 895 http fetch GET 304 <a href="https://registry.npmjs.org/is-resolvable" rel="nofollow">https://registry.npmjs.org/is-resolvable</a> 97ms (from cache)<br> 896 silly pacote range manifest for cssnano-preset-default@^4.0.7 fetched in 117ms<br> 897 silly pacote range manifest for is-resolvable@^1.0.0 fetched in 103ms<br> 898 http fetch GET 200 <a href="https://registry.npmjs.org/postcss/-/postcss-8.2.4.tgz" rel="nofollow">https://registry.npmjs.org/postcss/-/postcss-8.2.4.tgz</a> 3ms (from cache)<br> 899 silly pacote range manifest for postcss@^8.1.4 fetched in 10ms<br> 900 http fetch GET 304 <a href="https://registry.npmjs.org/icss-utils" rel="nofollow">https://registry.npmjs.org/icss-utils</a> 68ms (from cache)<br> 901 http fetch GET 200 <a href="https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz" rel="nofollow">https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz</a> 31ms<br> 902 silly pacote range manifest for icss-utils@^5.0.0 fetched in 102ms<br> 903 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-modules-extract-imports" rel="nofollow">https://registry.npmjs.org/postcss-modules-extract-imports</a> 109ms (from cache)<br> 904 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-modules-local-by-default" rel="nofollow">https://registry.npmjs.org/postcss-modules-local-by-default</a> 88ms (from cache)<br> 905 http fetch GET 200 <a href="https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz" rel="nofollow">https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz</a> 78ms<br> 906 silly pacote range manifest for postcss-modules-extract-imports@^3.0.0 fetched in 190ms<br> 907 http fetch GET 200 <a href="https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz" rel="nofollow">https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz</a> 34ms<br> 908 silly pacote range manifest for postcss-modules-local-by-default@^4.0.0 fetched in 126ms<br> 909 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-modules-scope" rel="nofollow">https://registry.npmjs.org/postcss-modules-scope</a> 71ms (from cache)<br> 910 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-modules-values" rel="nofollow">https://registry.npmjs.org/postcss-modules-values</a> 48ms (from cache)<br> 911 http fetch GET 200 <a href="https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz" rel="nofollow">https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz</a> 31ms<br> 912 silly pacote range manifest for postcss-modules-scope@^3.0.0 fetched in 106ms<br> 913 silly pacote range manifest for semver@^7.3.2 fetched in 1ms<br> 914 http fetch GET 200 <a href="https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz" rel="nofollow">https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz</a> 53ms<br> 915 silly pacote range manifest for postcss-modules-values@^4.0.0 fetched in 105ms<br> 916 http fetch GET 304 <a href="https://registry.npmjs.org/camelcase" rel="nofollow">https://registry.npmjs.org/camelcase</a> 421ms (from cache)<br> 917 silly pacote range manifest for camelcase@^6.2.0 fetched in 425ms<br> 918 http fetch GET 304 <a href="https://registry.npmjs.org/css" rel="nofollow">https://registry.npmjs.org/css</a> 72ms (from cache)<br> 919 http fetch GET 200 <a href="https://registry.npmjs.org/parse5-htmlparser2-tree-adapter" rel="nofollow">https://registry.npmjs.org/parse5-htmlparser2-tree-adapter</a> 40ms<br> 920 http fetch GET 304 <a href="https://registry.npmjs.org/parse5" rel="nofollow">https://registry.npmjs.org/parse5</a> 106ms (from cache)<br> 921 http fetch GET 200 <a href="https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz" rel="nofollow">https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz</a> 28ms<br> 922 silly pacote range manifest for parse5-htmlparser2-tree-adapter@^6.0.1 fetched in 72ms<br> 923 silly pacote range manifest for parse5@^6.0.1 fetched in 146ms<br> 924 http fetch GET 200 <a href="https://registry.npmjs.org/pretty-bytes" rel="nofollow">https://registry.npmjs.org/pretty-bytes</a> 46ms<br> 925 http fetch GET 200 <a href="https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.5.0.tgz" rel="nofollow">https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.5.0.tgz</a> 31ms<br> 926 silly pacote range manifest for pretty-bytes@^5.3.0 fetched in 83ms<br> 927 silly pacote range manifest for make-dir@^3.0.2 fetched in 1ms<br> 928 http fetch GET 304 <a href="https://registry.npmjs.org/commondir" rel="nofollow">https://registry.npmjs.org/commondir</a> 56ms (from cache)<br> 929 silly pacote range manifest for commondir@^1.0.1 fetched in 61ms<br> 930 silly pacote range manifest for source-map-support@^0.5.5 fetched in 1ms<br> 931 silly pacote range manifest for @types/node@* fetched in 32ms<br> 932 http fetch GET 304 <a href="https://registry.npmjs.org/pkg-dir" rel="nofollow">https://registry.npmjs.org/pkg-dir</a> 42ms (from cache)<br> 933 silly pacote range manifest for pkg-dir@^4.1.0 fetched in 47ms<br> 934 silly pacote range manifest for supports-color@^7.0.0 fetched in 2ms<br> 935 http fetch GET 304 <a href="https://registry.npmjs.org/merge-stream" rel="nofollow">https://registry.npmjs.org/merge-stream</a> 57ms (from cache)<br> 936 silly pacote range manifest for merge-stream@^2.0.0 fetched in 61ms<br> 937 http fetch GET 304 <a href="https://registry.npmjs.org/klona" rel="nofollow">https://registry.npmjs.org/klona</a> 84ms (from cache)<br> 938 silly pacote range manifest for klona@^2.0.4 fetched in 99ms<br> 939 http fetch GET 304 <a href="https://registry.npmjs.org/emojis-list" rel="nofollow">https://registry.npmjs.org/emojis-list</a> 70ms (from cache)<br> 940 http fetch GET 304 <a href="https://registry.npmjs.org/big.js" rel="nofollow">https://registry.npmjs.org/big.js</a> 116ms (from cache)<br> 941 http fetch GET 200 <a href="https://registry.npmjs.org/css/-/css-3.0.0.tgz" rel="nofollow">https://registry.npmjs.org/css/-/css-3.0.0.tgz</a> 374ms<br> 942 silly pacote range manifest for big.js@^5.2.2 fetched in 123ms<br> 943 silly pacote range manifest for css@^3.0.0 fetched in 451ms<br> 944 silly pacote range manifest for webpack-sources@^1.2.0 fetched in 2ms<br> 945 silly pacote range manifest for emojis-list@^3.0.0 fetched in 102ms<br> 946 http fetch GET 304 <a href="https://registry.npmjs.org/bl" rel="nofollow">https://registry.npmjs.org/bl</a> 34ms (from cache)<br> 947 silly pacote range manifest for bl@^4.0.3 fetched in 35ms<br> 948 http fetch GET 304 <a href="https://registry.npmjs.org/cli-spinners" rel="nofollow">https://registry.npmjs.org/cli-spinners</a> 41ms (from cache)<br> 949 silly pacote range manifest for cli-spinners@^2.5.0 fetched in 42ms<br> 950 http fetch GET 304 <a href="https://registry.npmjs.org/@types%2fwebpack-sources" rel="nofollow">https://registry.npmjs.org/@types%2fwebpack-sources</a> 74ms (from cache)<br> 951 http fetch GET 304 <a href="https://registry.npmjs.org/is-interactive" rel="nofollow">https://registry.npmjs.org/is-interactive</a> 37ms (from cache)<br> 952 silly pacote range manifest for is-interactive@^1.0.0 fetched in 38ms<br> 953 silly pacote range manifest for @types/webpack-sources@^0.1.5 fetched in 79ms<br> 954 http fetch GET 304 <a href="https://registry.npmjs.org/log-symbols" rel="nofollow">https://registry.npmjs.org/log-symbols</a> 31ms (from cache)<br> 955 silly pacote range manifest for log-symbols@^4.0.0 fetched in 32ms<br> 956 http fetch GET 304 <a href="https://registry.npmjs.org/wcwidth" rel="nofollow">https://registry.npmjs.org/wcwidth</a> 28ms (from cache)<br> 957 silly pacote range manifest for wcwidth@^1.0.1 fetched in 29ms<br> 958 http fetch GET 200 <a href="https://registry.npmjs.org/parse-node-version" rel="nofollow">https://registry.npmjs.org/parse-node-version</a> 32ms<br> 959 http fetch GET 304 <a href="https://registry.npmjs.org/parse5-sax-parser" rel="nofollow">https://registry.npmjs.org/parse5-sax-parser</a> 74ms (from cache)<br> 960 silly pacote range manifest for parse5-sax-parser@^6.0.1 fetched in 79ms<br> 961 http fetch GET 200 <a href="https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz" rel="nofollow">https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz</a> 28ms<br> 962 silly pacote range manifest for parse-node-version@^1.0.1 fetched in 65ms<br> 963 silly pacote range manifest for graceful-fs@^4.1.2 fetched in 1ms<br> 964 http fetch GET 304 <a href="https://registry.npmjs.org/errno" rel="nofollow">https://registry.npmjs.org/errno</a> 46ms (from cache)<br> 965 silly pacote range manifest for errno@^0.1.1 fetched in 67ms<br> 966 silly pacote range manifest for make-dir@^2.1.0 fetched in 9ms<br> 967 silly pacote range manifest for mime@^1.4.1 fetched in 13ms<br> 968 http fetch GET 304 <a href="https://registry.npmjs.org/image-size" rel="nofollow">https://registry.npmjs.org/image-size</a> 91ms (from cache)<br> 969 silly pacote range manifest for image-size@~0.5.0 fetched in 96ms<br> 970 silly pacote range manifest for source-map@~0.6.0 fetched in 1ms<br> 971 silly pacote range manifest for webpack-sources@^1.1.0 fetched in 1ms<br> 972 http fetch GET 200 <a href="https://registry.npmjs.org/needle" rel="nofollow">https://registry.npmjs.org/needle</a> 129ms<br> 973 http fetch GET 200 <a href="https://registry.npmjs.org/copy-anything" rel="nofollow">https://registry.npmjs.org/copy-anything</a> 286ms<br> 974 http fetch GET 200 <a href="https://registry.npmjs.org/needle/-/needle-2.6.0.tgz" rel="nofollow">https://registry.npmjs.org/needle/-/needle-2.6.0.tgz</a> 34ms<br> 975 silly pacote range manifest for needle@^2.5.2 fetched in 167ms<br> 976 http fetch GET 200 <a href="https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.1.tgz" rel="nofollow">https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.1.tgz</a> 35ms<br> 977 silly pacote range manifest for copy-anything@^2.0.1 fetched in 326ms<br> 978 silly pacote range manifest for postcss-value-parser@^4.0.0 fetched in 1ms<br> 979 http fetch GET 200 <a href="https://registry.npmjs.org/nanoid" rel="nofollow">https://registry.npmjs.org/nanoid</a> 311ms<br> 980 http fetch GET 200 <a href="https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz" rel="nofollow">https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz</a> 56ms<br> 981 silly pacote range manifest for nanoid@^3.1.20 fetched in 373ms<br> 982 silly pacote range manifest for resolve@^1.1.7 fetched in 1ms<br> 983 silly pacote range manifest for cosmiconfig@^7.0.0 fetched in 33ms<br> 984 silly pacote range manifest for semver@^5.5.1 fetched in 2ms<br> 985 silly pacote range manifest for @babel/parser@^7.12.7 fetched in 1ms<br> 986 silly pacote range manifest for @babel/types@^7.12.7 fetched in 1ms<br> 987 http fetch GET 304 <a href="https://registry.npmjs.org/ts-pnp" rel="nofollow">https://registry.npmjs.org/ts-pnp</a> 301ms (from cache)<br> 988 http fetch GET 304 <a href="https://registry.npmjs.org/read-cache" rel="nofollow">https://registry.npmjs.org/read-cache</a> 293ms (from cache)<br> 989 silly pacote range manifest for read-cache@^1.0.0 fetched in 309ms<br> 990 silly pacote range manifest for ts-pnp@^1.1.6 fetched in 333ms<br> 991 silly pacote range manifest for iconv-lite@^0.6.2 fetched in 1ms<br> 992 http fetch GET 304 <a href="https://registry.npmjs.org/neo-async" rel="nofollow">https://registry.npmjs.org/neo-async</a> 98ms (from cache)<br> 993 silly pacote range manifest for neo-async@^2.6.2 fetched in 103ms<br> 994 silly pacote range manifest for chalk@^2.0.1 fetched in 2ms<br> 995 http fetch GET 304 <a href="https://registry.npmjs.org/abab" rel="nofollow">https://registry.npmjs.org/abab</a> 75ms (from cache)<br> 996 silly pacote range manifest for abab@^2.0.5 fetched in 134ms<br> 997 http fetch GET 304 <a href="https://registry.npmjs.org/whatwg-mimetype" rel="nofollow">https://registry.npmjs.org/whatwg-mimetype</a> 133ms (from cache)<br> 998 silly pacote range manifest for debug@~3.1.0 fetched in 18ms<br> 999 silly pacote range manifest for mkdirp@~1.0.4 fetched in 1ms<br> 1000 silly pacote range manifest for whatwg-mimetype@^2.3.0 fetched in 151ms<br> 1001 http fetch GET 304 <a href="https://registry.npmjs.org/safer-buffer" rel="nofollow">https://registry.npmjs.org/safer-buffer</a> 44ms (from cache)<br> 1002 silly pacote range manifest for safer-buffer@^2.1.2 fetched in 45ms<br> 1003 silly pacote range manifest for source-map@^0.7.3 fetched in 6ms<br> 1004 silly pacote range manifest for istanbul-lib-instrument@^4.0.3 fetched in 2ms<br> 1005 http fetch GET 304 <a href="https://registry.npmjs.org/sax" rel="nofollow">https://registry.npmjs.org/sax</a> 84ms (from cache)<br> 1006 http fetch GET 304 <a href="https://registry.npmjs.org/merge-source-map" rel="nofollow">https://registry.npmjs.org/merge-source-map</a> 83ms (from cache)<br> 1007 silly pacote range manifest for sax@~1.2.4 fetched in 126ms<br> 1008 silly pacote range manifest for schema-utils@^2.7.0 fetched in 1ms<br> 1009 silly pacote range manifest for merge-source-map@^1.1.0 fetched in 89ms<br> 1010 silly pacote range manifest for commander@^2.20.0 fetched in 4ms<br> 1011 silly pacote range manifest for source-map@~0.7.2 fetched in 2ms<br> 1012 silly pacote range manifest for source-map-support@~0.5.19 fetched in 1ms<br> 1013 silly pacote range manifest for jest-worker@^26.5.0 fetched in 4ms<br> 1014 silly pacote range manifest for terser@^5.3.4 fetched in 21ms<br> 1015 silly pacote range manifest for mime@^2.4.4 fetched in 3ms<br> 1016 silly pacote range manifest for mkdirp@^0.5.1 fetched in 1ms<br> 1017 http fetch GET 304 <a href="https://registry.npmjs.org/css-parse" rel="nofollow">https://registry.npmjs.org/css-parse</a> 304ms (from cache)<br> 1018 http fetch GET 304 <a href="https://registry.npmjs.org/memory-fs" rel="nofollow">https://registry.npmjs.org/memory-fs</a> 58ms (from cache)<br> 1019 silly pacote range manifest for css-parse@~2.0.0 fetched in 310ms<br> 1020 silly pacote range manifest for memory-fs@^0.4.1 fetched in 65ms<br> 1021 http fetch GET 304 <a href="https://registry.npmjs.org/webpack-log" rel="nofollow">https://registry.npmjs.org/webpack-log</a> 80ms (from cache)<br> 1022 silly pacote range manifest for webpack-log@^2.0.0 fetched in 87ms<br> 1023 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fhelper-module-context" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fhelper-module-context</a> 114ms (from cache)<br> 1024 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 119ms<br> 1025 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fwasm-edit" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fwasm-edit</a> 90ms (from cache)<br> 1026 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 96ms<br> 1027 http fetch GET 304 <a href="https://registry.npmjs.org/acorn" rel="nofollow">https://registry.npmjs.org/acorn</a> 63ms (from cache)<br> 1028 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fwasm-parser" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fwasm-parser</a> 97ms (from cache)<br> 1029 silly pacote range manifest for acorn@^6.4.1 fetched in 81ms<br> 1030 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 104ms<br> 1031 silly pacote range manifest for ajv@^6.10.2 fetched in 42ms<br> 1032 http fetch GET 304 <a href="https://registry.npmjs.org/ajv-keywords" rel="nofollow">https://registry.npmjs.org/ajv-keywords</a> 90ms (from cache)<br> 1033 http fetch GET 304 <a href="https://registry.npmjs.org/chrome-trace-event" rel="nofollow">https://registry.npmjs.org/chrome-trace-event</a> 53ms (from cache)<br> 1034 silly pacote range manifest for ajv-keywords@^3.4.1 fetched in 95ms<br> 1035 silly pacote range manifest for chrome-trace-event@^1.0.2 fetched in 85ms<br> 1036 http fetch GET 304 <a href="https://registry.npmjs.org/enhanced-resolve" rel="nofollow">https://registry.npmjs.org/enhanced-resolve</a> 93ms (from cache)<br> 1037 silly pacote range manifest for enhanced-resolve@^4.3.0 fetched in 98ms<br> 1038 http fetch GET 304 <a href="https://registry.npmjs.org/eslint-scope" rel="nofollow">https://registry.npmjs.org/eslint-scope</a> 85ms (from cache)<br> 1039 silly pacote range manifest for eslint-scope@^4.0.3 fetched in 117ms<br> 1040 http fetch GET 304 <a href="https://registry.npmjs.org/json-parse-better-errors" rel="nofollow">https://registry.npmjs.org/json-parse-better-errors</a> 68ms (from cache)<br> 1041 http fetch GET 304 <a href="https://registry.npmjs.org/loader-runner" rel="nofollow">https://registry.npmjs.org/loader-runner</a> 53ms (from cache)<br> 1042 silly pacote range manifest for loader-runner@^2.4.0 fetched in 58ms<br> 1043 silly pacote range manifest for loader-utils@^1.2.3 fetched in 1ms<br> 1044 silly pacote range manifest for json-parse-better-errors@^1.0.2 fetched in 112ms<br> 1045 silly pacote range manifest for neo-async@^2.6.1 fetched in 1ms<br> 1046 http fetch GET 304 <a href="https://registry.npmjs.org/node-libs-browser" rel="nofollow">https://registry.npmjs.org/node-libs-browser</a> 64ms (from cache)<br> 1047 silly pacote range manifest for node-libs-browser@^2.2.1 fetched in 69ms<br> 1048 http fetch GET 304 <a href="https://registry.npmjs.org/micromatch" rel="nofollow">https://registry.npmjs.org/micromatch</a> 86ms (from cache)<br> 1049 silly pacote range manifest for micromatch@^3.1.10 fetched in 92ms<br> 1050 silly pacote range manifest for schema-utils@^1.0.0 fetched in 21ms<br> 1051 silly pacote range manifest for terser-webpack-plugin@^1.4.3 fetched in 18ms<br> 1052 http fetch GET 304 <a href="https://registry.npmjs.org/tapable" rel="nofollow">https://registry.npmjs.org/tapable</a> 91ms (from cache)<br> 1053 http fetch GET 304 <a href="https://registry.npmjs.org/watchpack" rel="nofollow">https://registry.npmjs.org/watchpack</a> 82ms (from cache)<br> 1054 silly pacote range manifest for tapable@^1.1.3 fetched in 111ms<br> 1055 silly pacote range manifest for webpack-sources@^1.4.1 fetched in 2ms<br> 1056 silly pacote range manifest for watchpack@^1.7.4 fetched in 100ms<br> 1057 http fetch GET 304 <a href="https://registry.npmjs.org/wildcard" rel="nofollow">https://registry.npmjs.org/wildcard</a> 62ms (from cache)<br> 1058 http fetch GET 304 <a href="https://registry.npmjs.org/clone-deep" rel="nofollow">https://registry.npmjs.org/clone-deep</a> 82ms (from cache)<br> 1059 silly pacote range manifest for clone-deep@^4.0.1 fetched in 87ms<br> 1060 silly pacote range manifest for wildcard@^2.0.0 fetched in 76ms<br> 1061 silly pacote range manifest for loader-utils@^1.1.0 fetched in 1ms<br> 1062 silly pacote range manifest for webpack-sources@^1.3.0 fetched in 3ms<br> 1063 http fetch GET 304 <a href="https://registry.npmjs.org/source-list-map" rel="nofollow">https://registry.npmjs.org/source-list-map</a> 42ms (from cache)<br> 1064 silly pacote range manifest for source-list-map@^2.0.1 fetched in 65ms<br> 1065 http fetch GET 304 <a href="https://registry.npmjs.org/ansi-html" rel="nofollow">https://registry.npmjs.org/ansi-html</a> 61ms (from cache)<br> 1066 silly pacote version manifest for [email protected] fetched in 65ms<br> 1067 silly pacote range manifest for chokidar@^2.1.8 fetched in 27ms<br> 1068 warn deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.<br> 1069 http fetch GET 304 <a href="https://registry.npmjs.org/bonjour" rel="nofollow">https://registry.npmjs.org/bonjour</a> 63ms (from cache)<br> 1070 silly pacote range manifest for bonjour@^3.5.0 fetched in 68ms<br> 1071 http fetch GET 304 <a href="https://registry.npmjs.org/compression" rel="nofollow">https://registry.npmjs.org/compression</a> 39ms (from cache)<br> 1072 silly pacote range manifest for compression@^1.7.4 fetched in 56ms<br> 1073 silly pacote range manifest for del@^4.1.1 fetched in 13ms<br> 1074 http fetch GET 304 <a href="https://registry.npmjs.org/connect-history-api-fallback" rel="nofollow">https://registry.npmjs.org/connect-history-api-fallback</a> 82ms (from cache)<br> 1075 silly pacote range manifest for connect-history-api-fallback@^1.6.0 fetched in 86ms<br> 1076 http fetch GET 304 <a href="https://registry.npmjs.org/express" rel="nofollow">https://registry.npmjs.org/express</a> 89ms (from cache)<br> 1077 http fetch GET 304 <a href="https://registry.npmjs.org/html-entities" rel="nofollow">https://registry.npmjs.org/html-entities</a> 43ms (from cache)<br> 1078 silly pacote range manifest for express@^4.17.1 fetched in 98ms<br> 1079 silly pacote range manifest for html-entities@^1.3.1 fetched in 61ms<br> 1080 http fetch GET 304 <a href="https://registry.npmjs.org/http-proxy-middleware" rel="nofollow">https://registry.npmjs.org/http-proxy-middleware</a> 77ms (from cache)<br> 1081 silly pacote version manifest for [email protected] fetched in 83ms<br> 1082 http fetch GET 304 <a href="https://registry.npmjs.org/import-local" rel="nofollow">https://registry.npmjs.org/import-local</a> 71ms (from cache)<br> 1083 silly pacote range manifest for import-local@^2.0.0 fetched in 76ms<br> 1084 http fetch GET 304 <a href="https://registry.npmjs.org/internal-ip" rel="nofollow">https://registry.npmjs.org/internal-ip</a> 40ms (from cache)<br> 1085 silly pacote range manifest for internal-ip@^4.3.0 fetched in 45ms<br> 1086 http fetch GET 304 <a href="https://registry.npmjs.org/ip" rel="nofollow">https://registry.npmjs.org/ip</a> 43ms (from cache)<br> 1087 silly pacote range manifest for ip@^1.1.5 fetched in 44ms<br> 1088 http fetch GET 304 <a href="https://registry.npmjs.org/killable" rel="nofollow">https://registry.npmjs.org/killable</a> 60ms (from cache)<br> 1089 http fetch GET 304 <a href="https://registry.npmjs.org/is-absolute-url" rel="nofollow">https://registry.npmjs.org/is-absolute-url</a> 74ms (from cache)<br> 1090 silly pacote range manifest for is-absolute-url@^3.0.3 fetched in 79ms<br> 1091 silly pacote range manifest for killable@^1.0.1 fetched in 95ms<br> 1092 http fetch GET 304 <a href="https://registry.npmjs.org/loglevel" rel="nofollow">https://registry.npmjs.org/loglevel</a> 80ms (from cache)<br> 1093 silly pacote range manifest for loglevel@^1.6.8 fetched in 85ms<br> 1094 http fetch GET 304 <a href="https://registry.npmjs.org/opn" rel="nofollow">https://registry.npmjs.org/opn</a> 72ms (from cache)<br> 1095 silly pacote range manifest for opn@^5.5.0 fetched in 77ms<br> 1096 http fetch GET 304 <a href="https://registry.npmjs.org/p-retry" rel="nofollow">https://registry.npmjs.org/p-retry</a> 58ms (from cache)<br> 1097 silly pacote range manifest for p-retry@^3.0.1 fetched in 64ms<br> 1098 http fetch GET 304 <a href="https://registry.npmjs.org/portfinder" rel="nofollow">https://registry.npmjs.org/portfinder</a> 54ms (from cache)<br> 1099 silly pacote range manifest for portfinder@^1.0.26 fetched in 73ms<br> 1100 http fetch GET 304 <a href="https://registry.npmjs.org/selfsigned" rel="nofollow">https://registry.npmjs.org/selfsigned</a> 58ms (from cache)<br> 1101 silly pacote range manifest for selfsigned@^1.10.8 fetched in 62ms<br> 1102 http fetch GET 304 <a href="https://registry.npmjs.org/serve-index" rel="nofollow">https://registry.npmjs.org/serve-index</a> 51ms (from cache)<br> 1103 silly pacote range manifest for serve-index@^1.9.1 fetched in 57ms<br> 1104 http fetch GET 304 <a href="https://registry.npmjs.org/sockjs" rel="nofollow">https://registry.npmjs.org/sockjs</a> 54ms (from cache)<br> 1105 http fetch GET 304 <a href="https://registry.npmjs.org/sockjs-client" rel="nofollow">https://registry.npmjs.org/sockjs-client</a> 62ms (from cache)<br> 1106 http fetch GET 200 <a href="https://registry.npmjs.org/sockjs/-/sockjs-0.3.21.tgz" rel="nofollow">https://registry.npmjs.org/sockjs/-/sockjs-0.3.21.tgz</a> 31ms<br> 1107 silly pacote range manifest for sockjs@^0.3.21 fetched in 90ms<br> 1108 http fetch GET 200 <a href="https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.5.0.tgz" rel="nofollow">https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.5.0.tgz</a> 91ms<br> 1109 silly pacote range manifest for sockjs-client@^1.5.0 fetched in 158ms<br> 1110 silly pacote range manifest for strip-ansi@^3.0.1 fetched in 1ms<br> 1111 silly pacote range manifest for supports-color@^6.1.0 fetched in 13ms<br> 1112 http fetch GET 304 <a href="https://registry.npmjs.org/url" rel="nofollow">https://registry.npmjs.org/url</a> 66ms (from cache)<br> 1113 silly pacote range manifest for url@^0.11.0 fetched in 79ms<br> 1114 silly pacote range manifest for webpack-dev-middleware@^3.7.2 fetched in 10ms<br> 1115 http fetch GET 304 <a href="https://registry.npmjs.org/ws" rel="nofollow">https://registry.npmjs.org/ws</a> 78ms (from cache)<br> 1116 silly pacote range manifest for ws@^6.2.1 fetched in 84ms<br> 1117 silly pacote range manifest for yargs@^13.3.2 fetched in 5ms<br> 1118 http fetch GET 304 <a href="https://registry.npmjs.org/spdy" rel="nofollow">https://registry.npmjs.org/spdy</a> 313ms (from cache)<br> 1119 http fetch GET 304 <a href="https://registry.npmjs.org/balanced-match" rel="nofollow">https://registry.npmjs.org/balanced-match</a> 34ms (from cache)<br> 1120 silly pacote range manifest for spdy@^4.0.2 fetched in 320ms<br> 1121 silly pacote range manifest for balanced-match@^1.0.0 fetched in 37ms<br> 1122 silly pacote range manifest for semver@^6.0.0 fetched in 2ms<br> 1123 http fetch GET 304 <a href="https://registry.npmjs.org/has-flag" rel="nofollow">https://registry.npmjs.org/has-flag</a> 31ms (from cache)<br> 1124 silly pacote range manifest for has-flag@^4.0.0 fetched in 32ms<br> 1125 http fetch GET 304 <a href="https://registry.npmjs.org/concat-map" rel="nofollow">https://registry.npmjs.org/concat-map</a> 49ms (from cache)<br> 1126 silly pacote version manifest for [email protected] fetched in 50ms<br> 1127 silly pacote range manifest for debug@^3.1.0 fetched in 23ms<br> 1128 http fetch GET 304 <a href="https://registry.npmjs.org/agent-base" rel="nofollow">https://registry.npmjs.org/agent-base</a> 45ms (from cache)<br> 1129 silly pacote range manifest for agent-base@^4.3.0 fetched in 66ms<br> 1130 http fetch GET 304 <a href="https://registry.npmjs.org/wrappy" rel="nofollow">https://registry.npmjs.org/wrappy</a> 36ms (from cache)<br> 1131 silly pacote range manifest for wrappy@1 fetched in 37ms<br> 1132 http fetch GET 304 <a href="https://registry.npmjs.org/ansi-regex" rel="nofollow">https://registry.npmjs.org/ansi-regex</a> 30ms (from cache)<br> 1133 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 32ms<br> 1134 http fetch GET 304 <a href="https://registry.npmjs.org/os-tmpdir" rel="nofollow">https://registry.npmjs.org/os-tmpdir</a> 26ms (from cache)<br> 1135 silly pacote range manifest for os-tmpdir@~1.0.1 fetched in 28ms<br> 1136 http fetch GET 304 <a href="https://registry.npmjs.org/lie" rel="nofollow">https://registry.npmjs.org/lie</a> 66ms (from cache)<br> 1137 http fetch GET 304 <a href="https://registry.npmjs.org/pako" rel="nofollow">https://registry.npmjs.org/pako</a> 86ms (from cache)<br> 1138 silly pacote range manifest for lie@~3.3.0 fetched in 105ms<br> 1139 silly pacote range manifest for pako@~1.0.2 fetched in 103ms<br> 1140 http fetch GET 304 <a href="https://registry.npmjs.org/set-immediate-shim" rel="nofollow">https://registry.npmjs.org/set-immediate-shim</a> 56ms (from cache)<br> 1141 silly pacote range manifest for set-immediate-shim@~1.0.1 fetched in 73ms<br> 1142 silly pacote range manifest for sax@&gt;=0.6.0 fetched in 1ms<br> 1143 http fetch GET 304 <a href="https://registry.npmjs.org/fast-glob" rel="nofollow">https://registry.npmjs.org/fast-glob</a> 21202ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 1144 silly pacote range manifest for fast-glob@^3.2.4 fetched in 21224ms<br> 1145 http fetch GET 304 <a href="https://registry.npmjs.org/aws-sign2" rel="nofollow">https://registry.npmjs.org/aws-sign2</a> 39ms (from cache)<br> 1146 silly pacote range manifest for aws-sign2@~0.7.0 fetched in 40ms<br> 1147 http fetch GET 304 <a href="https://registry.npmjs.org/aws4" rel="nofollow">https://registry.npmjs.org/aws4</a> 66ms (from cache)<br> 1148 silly pacote range manifest for aws4@^1.8.0 fetched in 68ms<br> 1149 http fetch GET 304 <a href="https://registry.npmjs.org/caseless" rel="nofollow">https://registry.npmjs.org/caseless</a> 35ms (from cache)<br> 1150 silly pacote range manifest for caseless@~0.12.0 fetched in 36ms<br> 1151 http fetch GET 304 <a href="https://registry.npmjs.org/combined-stream" rel="nofollow">https://registry.npmjs.org/combined-stream</a> 32ms (from cache)<br> 1152 silly pacote range manifest for combined-stream@~1.0.6 fetched in 34ms<br> 1153 silly pacote range manifest for extend@~3.0.2 fetched in 2ms<br> 1154 http fetch GET 304 <a href="https://registry.npmjs.org/forever-agent" rel="nofollow">https://registry.npmjs.org/forever-agent</a> 34ms (from cache)<br> 1155 silly pacote range manifest for forever-agent@~0.6.1 fetched in 35ms<br> 1156 http fetch GET 304 <a href="https://registry.npmjs.org/form-data" rel="nofollow">https://registry.npmjs.org/form-data</a> 32ms (from cache)<br> 1157 silly pacote range manifest for form-data@~2.3.2 fetched in 34ms<br> 1158 http fetch GET 304 <a href="https://registry.npmjs.org/har-validator" rel="nofollow">https://registry.npmjs.org/har-validator</a> 33ms (from cache)<br> 1159 silly pacote range manifest for har-validator@~5.1.3 fetched in 34ms<br> 1160 warn deprecated [email protected]: this library is no longer supported<br> 1161 http fetch GET 304 <a href="https://registry.npmjs.org/http-signature" rel="nofollow">https://registry.npmjs.org/http-signature</a> 35ms (from cache)<br> 1162 silly pacote range manifest for http-signature@~1.2.0 fetched in 36ms<br> 1163 http fetch GET 304 <a href="https://registry.npmjs.org/is-typedarray" rel="nofollow">https://registry.npmjs.org/is-typedarray</a> 37ms (from cache)<br> 1164 silly pacote range manifest for is-typedarray@~1.0.0 fetched in 38ms<br> 1165 http fetch GET 304 <a href="https://registry.npmjs.org/isstream" rel="nofollow">https://registry.npmjs.org/isstream</a> 258ms (from cache)<br> 1166 silly pacote range manifest for isstream@~0.1.2 fetched in 260ms<br> 1167 http fetch GET 304 <a href="https://registry.npmjs.org/json-stringify-safe" rel="nofollow">https://registry.npmjs.org/json-stringify-safe</a> 50ms (from cache)<br> 1168 silly pacote range manifest for json-stringify-safe@~5.0.1 fetched in 52ms<br> 1169 http fetch GET 304 <a href="https://registry.npmjs.org/mime-types" rel="nofollow">https://registry.npmjs.org/mime-types</a> 261ms (from cache)<br> 1170 silly pacote range manifest for mime-types@~2.1.19 fetched in 262ms<br> 1171 http fetch GET 304 <a href="https://registry.npmjs.org/oauth-sign" rel="nofollow">https://registry.npmjs.org/oauth-sign</a> 37ms (from cache)<br> 1172 silly pacote range manifest for oauth-sign@~0.9.0 fetched in 38ms<br> 1173 http fetch GET 304 <a href="https://registry.npmjs.org/performance-now" rel="nofollow">https://registry.npmjs.org/performance-now</a> 34ms (from cache)<br> 1174 silly pacote range manifest for performance-now@^2.1.0 fetched in 35ms<br> 1175 silly pacote range manifest for qs@~6.5.2 fetched in 2ms<br> 1176 http fetch GET 304 <a href="https://registry.npmjs.org/safe-buffer" rel="nofollow">https://registry.npmjs.org/safe-buffer</a> 459ms (from cache)<br> 1177 silly pacote range manifest for safe-buffer@^5.1.2 fetched in 461ms<br> 1178 http fetch GET 304 <a href="https://registry.npmjs.org/tough-cookie" rel="nofollow">https://registry.npmjs.org/tough-cookie</a> 35ms (from cache)<br> 1179 silly pacote range manifest for tough-cookie@~2.5.0 fetched in 37ms<br> 1180 http fetch GET 304 <a href="https://registry.npmjs.org/tunnel-agent" rel="nofollow">https://registry.npmjs.org/tunnel-agent</a> 47ms (from cache)<br> 1181 silly pacote range manifest for tunnel-agent@^0.6.0 fetched in 49ms<br> 1182 silly pacote range manifest for uuid@^3.3.2 fetched in 2ms<br> 1183 silly pacote range manifest for globby@^5.0.0 fetched in 64ms<br> 1184 http fetch GET 304 <a href="https://registry.npmjs.org/is-path-cwd" rel="nofollow">https://registry.npmjs.org/is-path-cwd</a> 49ms (from cache)<br> 1185 silly pacote range manifest for is-path-cwd@^1.0.0 fetched in 54ms<br> 1186 http fetch GET 304 <a href="https://registry.npmjs.org/is-path-in-cwd" rel="nofollow">https://registry.npmjs.org/is-path-in-cwd</a> 45ms (from cache)<br> 1187 silly pacote range manifest for is-path-in-cwd@^1.0.0 fetched in 52ms<br> 1188 http fetch GET 304 <a href="https://registry.npmjs.org/object-assign" rel="nofollow">https://registry.npmjs.org/object-assign</a> 43ms (from cache)<br> 1189 silly pacote range manifest for object-assign@^4.0.1 fetched in 44ms<br> 1190 http fetch GET 304 <a href="https://registry.npmjs.org/pify" rel="nofollow">https://registry.npmjs.org/pify</a> 53ms (from cache)<br> 1191 silly pacote range manifest for pify@^2.0.0 fetched in 62ms<br> 1192 http fetch GET 304 <a href="https://registry.npmjs.org/pinkie-promise" rel="nofollow">https://registry.npmjs.org/pinkie-promise</a> 46ms (from cache)<br> 1193 silly pacote range manifest for pinkie-promise@^2.0.0 fetched in 58ms<br> 1194 silly pacote range manifest for rimraf@^2.2.8 fetched in 2ms<br> 1195 http fetch GET 304 <a href="https://registry.npmjs.org/wrap-ansi" rel="nofollow">https://registry.npmjs.org/wrap-ansi</a> 123ms (from cache)<br> 1196 silly pacote range manifest for wrap-ansi@^6.2.0 fetched in 129ms<br> 1197 http fetch GET 304 <a href="https://registry.npmjs.org/locate-path" rel="nofollow">https://registry.npmjs.org/locate-path</a> 70ms (from cache)<br> 1198 silly pacote range manifest for locate-path@^5.0.0 fetched in 92ms<br> 1199 http fetch GET 304 <a href="https://registry.npmjs.org/path-exists" rel="nofollow">https://registry.npmjs.org/path-exists</a> 46ms (from cache)<br> 1200 silly pacote range manifest for path-exists@^4.0.0 fetched in 55ms<br> 1201 http fetch GET 304 <a href="https://registry.npmjs.org/emoji-regex" rel="nofollow">https://registry.npmjs.org/emoji-regex</a> 35ms (from cache)<br> 1202 silly pacote range manifest for emoji-regex@^8.0.0 fetched in 36ms<br> 1203 http fetch GET 304 <a href="https://registry.npmjs.org/is-fullwidth-code-point" rel="nofollow">https://registry.npmjs.org/is-fullwidth-code-point</a> 274ms (from cache)<br> 1204 silly pacote range manifest for is-fullwidth-code-point@^3.0.0 fetched in 275ms<br> 1205 silly pacote range manifest for camelcase@^5.0.0 fetched in 12ms<br> 1206 http fetch GET 304 <a href="https://registry.npmjs.org/fast-deep-equal" rel="nofollow">https://registry.npmjs.org/fast-deep-equal</a> 305ms (from cache)<br> 1207 silly pacote range manifest for fast-deep-equal@^3.1.1 fetched in 307ms<br> 1208 silly pacote range manifest for fast-json-stable-stringify@^2.0.0 fetched in 84ms<br> 1209 http fetch GET 304 <a href="https://registry.npmjs.org/json-schema-traverse" rel="nofollow">https://registry.npmjs.org/json-schema-traverse</a> 76ms (from cache)<br> 1210 silly pacote range manifest for json-schema-traverse@^0.4.1 fetched in 77ms<br> 1211 http fetch GET 304 <a href="https://registry.npmjs.org/uri-js" rel="nofollow">https://registry.npmjs.org/uri-js</a> 33ms (from cache)<br> 1212 silly pacote range manifest for uri-js@^4.2.2 fetched in 35ms<br> 1213 http fetch GET 304 <a href="https://registry.npmjs.org/sourcemap-codec" rel="nofollow">https://registry.npmjs.org/sourcemap-codec</a> 34ms (from cache)<br> 1214 silly pacote range manifest for sourcemap-codec@^1.4.4 fetched in 35ms<br> 1215 silly pacote range manifest for semver@^5.0.0 fetched in 2ms<br> 1216 http fetch GET 304 <a href="https://registry.npmjs.org/type-fest" rel="nofollow">https://registry.npmjs.org/type-fest</a> 33ms (from cache)<br> 1217 silly pacote range manifest for type-fest@^0.11.0 fetched in 34ms<br> 1218 silly pacote range manifest for ansi-styles@^4.1.0 fetched in 2ms<br> 1219 http fetch GET 304 <a href="https://registry.npmjs.org/restore-cursor" rel="nofollow">https://registry.npmjs.org/restore-cursor</a> 28ms (from cache)<br> 1220 silly pacote range manifest for restore-cursor@^3.1.0 fetched in 29ms<br> 1221 http fetch GET 304 <a href="https://registry.npmjs.org/chardet" rel="nofollow">https://registry.npmjs.org/chardet</a> 39ms (from cache)<br> 1222 silly pacote range manifest for chardet@^0.7.0 fetched in 41ms<br> 1223 silly pacote range manifest for iconv-lite@^0.4.24 fetched in 1ms<br> 1224 silly pacote range manifest for tmp@^0.0.33 fetched in 1ms<br> 1225 silly pacote range manifest for ansi-regex@^5.0.0 fetched in 2ms<br> 1226 http fetch GET 304 <a href="https://registry.npmjs.org/builtins" rel="nofollow">https://registry.npmjs.org/builtins</a> 32ms (from cache)<br> 1227 silly pacote range manifest for builtins@^1.0.3 fetched in 34ms<br> 1228 silly pacote range manifest for semver@^7.1.1 fetched in 2ms<br> 1229 silly pacote range manifest for @npmcli/promise-spawn@^1.1.0 fetched in 1ms<br> 1230 silly pacote range manifest for which@^2.0.2 fetched in 1ms<br> 1231 http fetch GET 304 <a href="https://registry.npmjs.org/npm-bundled" rel="nofollow">https://registry.npmjs.org/npm-bundled</a> 30ms (from cache)<br> 1232 silly pacote range manifest for npm-bundled@^1.1.1 fetched in 32ms<br> 1233 http fetch GET 304 <a href="https://registry.npmjs.org/npm-normalize-package-bin" rel="nofollow">https://registry.npmjs.org/npm-normalize-package-bin</a> 273ms (from cache)<br> 1234 silly pacote range manifest for npm-normalize-package-bin@^1.0.1 fetched in 274ms<br> 1235 silly pacote range manifest for read-package-json-fast@^1.1.1 fetched in 1ms<br> 1236 http fetch GET 304 <a href="https://registry.npmjs.org/readdir-scoped-modules" rel="nofollow">https://registry.npmjs.org/readdir-scoped-modules</a> 36ms (from cache)<br> 1237 silly pacote range manifest for readdir-scoped-modules@^1.1.0 fetched in 38ms<br> 1238 http fetch GET 304 <a href="https://registry.npmjs.org/@npmcli%2fnode-gyp" rel="nofollow">https://registry.npmjs.org/@npmcli%2fnode-gyp</a> 68ms (from cache)<br> 1239 silly pacote range manifest for @npmcli/node-gyp@^1.0.0 fetched in 69ms<br> 1240 silly pacote range manifest for @npmcli/promise-spawn@^1.3.0 fetched in 1ms<br> 1241 http fetch GET 304 <a href="https://registry.npmjs.org/node-gyp" rel="nofollow">https://registry.npmjs.org/node-gyp</a> 267ms (from cache)<br> 1242 silly pacote range manifest for node-gyp@^7.1.0 fetched in 270ms<br> 1243 http fetch GET 304 <a href="https://registry.npmjs.org/puka" rel="nofollow">https://registry.npmjs.org/puka</a> 30ms (from cache)<br> 1244 silly pacote range manifest for puka@^1.0.1 fetched in 31ms<br> 1245 silly pacote range manifest for minipass@^3.0.0 fetched in 1ms<br> 1246 http fetch GET 304 <a href="https://registry.npmjs.org/yallist" rel="nofollow">https://registry.npmjs.org/yallist</a> 34ms (from cache)<br> 1247 silly pacote range manifest for yallist@^4.0.0 fetched in 35ms<br> 1248 http fetch GET 304 <a href="https://registry.npmjs.org/readable-stream" rel="nofollow">https://registry.npmjs.org/readable-stream</a> 21043ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 1249 silly pacote range manifest for readable-stream@~2.3.6 fetched in 21047ms<br> 1250 http fetch GET 304 <a href="https://registry.npmjs.org/xmlbuilder" rel="nofollow">https://registry.npmjs.org/xmlbuilder</a> 21027ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 1251 silly pacote range manifest for xmlbuilder@~11.0.0 fetched in 21049ms<br> 1252 http fetch GET 304 <a href="https://registry.npmjs.org/@npmcli%2fci-detect" rel="nofollow">https://registry.npmjs.org/@npmcli%2fci-detect</a> 102ms (from cache)<br> 1253 silly pacote range manifest for @npmcli/ci-detect@^1.0.0 fetched in 103ms<br> 1254 http fetch GET 304 <a href="https://registry.npmjs.org/make-fetch-happen" rel="nofollow">https://registry.npmjs.org/make-fetch-happen</a> 34ms (from cache)<br> 1255 silly pacote range manifest for make-fetch-happen@^8.0.9 fetched in 36ms<br> 1256 http fetch GET 304 <a href="https://registry.npmjs.org/minipass-json-stream" rel="nofollow">https://registry.npmjs.org/minipass-json-stream</a> 46ms (from cache)<br> 1257 silly pacote range manifest for minipass-json-stream@^1.0.1 fetched in 48ms<br> 1258 http fetch GET 304 <a href="https://registry.npmjs.org/minizlib" rel="nofollow">https://registry.npmjs.org/minizlib</a> 34ms (from cache)<br> 1259 silly pacote range manifest for minizlib@^2.0.0 fetched in 35ms<br> 1260 http fetch GET 304 <a href="https://registry.npmjs.org/err-code" rel="nofollow">https://registry.npmjs.org/err-code</a> 31ms (from cache)<br> 1261 silly pacote range manifest for err-code@^1.0.0 fetched in 32ms<br> 1262 http fetch GET 304 <a href="https://registry.npmjs.org/retry" rel="nofollow">https://registry.npmjs.org/retry</a> 34ms (from cache)<br> 1263 silly pacote range manifest for retry@^0.10.0 fetched in 35ms<br> 1264 http fetch GET 304 <a href="https://registry.npmjs.org/json-parse-even-better-errors" rel="nofollow">https://registry.npmjs.org/json-parse-even-better-errors</a> 40ms (from cache)<br> 1265 silly pacote range manifest for json-parse-even-better-errors@^2.3.0 fetched in 42ms<br> 1266 silly pacote range manifest for minizlib@^2.1.1 fetched in 0ms<br> 1267 http fetch GET 304 <a href="https://registry.npmjs.org/minipass-fetch" rel="nofollow">https://registry.npmjs.org/minipass-fetch</a> 252ms (from cache)<br> 1268 silly pacote range manifest for minipass-fetch@^1.3.0 fetched in 254ms<br> 1269 silly pacote version manifest for [email protected] fetched in 22ms<br> 1270 http fetch GET 304 <a href="https://registry.npmjs.org/adjust-sourcemap-loader" rel="nofollow">https://registry.npmjs.org/adjust-sourcemap-loader</a> 82ms (from cache)<br> 1271 silly pacote version manifest for [email protected] fetched in 104ms<br> 1272 silly pacote version manifest for [email protected] fetched in 11ms<br> 1273 http fetch GET 304 <a href="https://registry.npmjs.org/compose-function" rel="nofollow">https://registry.npmjs.org/compose-function</a> 82ms (from cache)<br> 1274 silly pacote version manifest for [email protected] fetched in 88ms<br> 1275 silly pacote version manifest for [email protected] fetched in 12ms<br> 1276 silly pacote version manifest for [email protected] fetched in 5ms<br> 1277 http fetch GET 304 <a href="https://registry.npmjs.org/es6-iterator" rel="nofollow">https://registry.npmjs.org/es6-iterator</a> 83ms (from cache)<br> 1278 silly pacote version manifest for [email protected] fetched in 99ms<br> 1279 http fetch GET 304 <a href="https://registry.npmjs.org/rework" rel="nofollow">https://registry.npmjs.org/rework</a> 72ms (from cache)<br> 1280 silly pacote version manifest for [email protected] fetched in 78ms<br> 1281 silly pacote version manifest for [email protected] fetched in 19ms<br> 1282 silly pacote range manifest for chokidar@&gt;=2.0.0 &lt;4.0.0 fetched in 2ms<br> 1283 http fetch GET 304 <a href="https://registry.npmjs.org/color-convert" rel="nofollow">https://registry.npmjs.org/color-convert</a> 29ms (from cache)<br> 1284 silly pacote range manifest for color-convert@^1.9.0 fetched in 49ms<br> 1285 silly pacote range manifest for has-flag@^3.0.0 fetched in 5ms<br> 1286 silly pacote range manifest for sprintf-js@~1.0.2 fetched in 23ms<br> 1287 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-validator-identifier" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-validator-identifier</a> 86ms (from cache)<br> 1288 silly pacote range manifest for @babel/helper-validator-identifier@^7.10.4 fetched in 103ms<br> 1289 silly pacote range manifest for chalk@^2.0.0 fetched in 2ms<br> 1290 http fetch GET 304 <a href="https://registry.npmjs.org/rework-visit" rel="nofollow">https://registry.npmjs.org/rework-visit</a> 283ms (from cache)<br> 1291 silly pacote version manifest for [email protected] fetched in 287ms<br> 1292 http fetch GET 304 <a href="https://registry.npmjs.org/js-tokens" rel="nofollow">https://registry.npmjs.org/js-tokens</a> 81ms (from cache)<br> 1293 http fetch GET 304 <a href="https://registry.npmjs.org/has" rel="nofollow">https://registry.npmjs.org/has</a> 42ms (from cache)<br> 1294 silly pacote range manifest for has@^1.0.3 fetched in 43ms<br> 1295 silly pacote range manifest for js-tokens@^4.0.0 fetched in 114ms<br> 1296 silly pacote version manifest for [email protected] fetched in 40ms<br> 1297 silly pacote version manifest for [email protected] fetched in 12ms<br> 1298 http fetch GET 304 <a href="https://registry.npmjs.org/statuses" rel="nofollow">https://registry.npmjs.org/statuses</a> 73ms (from cache)<br> 1299 silly pacote range manifest for statuses@&gt;= 1.5.0 &lt; 2 fetched in 78ms<br> 1300 http fetch GET 304 <a href="https://registry.npmjs.org/toidentifier" rel="nofollow">https://registry.npmjs.org/toidentifier</a> 51ms (from cache)<br> 1301 silly pacote version manifest for [email protected] fetched in 72ms<br> 1302 silly pacote range manifest for safer-buffer@&gt;= 2.1.2 &lt; 3 fetched in 1ms<br> 1303 silly pacote range manifest for fsevents@~2.1.2 fetched in 6ms<br> 1304 warn deprecated [email protected]: "Please update to latest v2.3 or v2.2"<br> 1305 http fetch GET 304 <a href="https://registry.npmjs.org/unpipe" rel="nofollow">https://registry.npmjs.org/unpipe</a> 45ms (from cache)<br> 1306 silly pacote version manifest for [email protected] fetched in 57ms<br> 1307 http fetch GET 304 <a href="https://registry.npmjs.org/media-typer" rel="nofollow">https://registry.npmjs.org/media-typer</a> 48ms (from cache)<br> 1308 silly pacote version manifest for [email protected] fetched in 62ms<br> 1309 silly pacote range manifest for mime-types@~2.1.24 fetched in 1ms<br> 1310 http fetch GET 304 <a href="https://registry.npmjs.org/to-regex-range" rel="nofollow">https://registry.npmjs.org/to-regex-range</a> 68ms (from cache)<br> 1311 silly pacote range manifest for to-regex-range@^5.0.1 fetched in 73ms<br> 1312 http fetch GET 304 <a href="https://registry.npmjs.org/ee-first" rel="nofollow">https://registry.npmjs.org/ee-first</a> 47ms (from cache)<br> 1313 silly pacote version manifest for [email protected] fetched in 71ms<br> 1314 http fetch GET 304 <a href="https://registry.npmjs.org/picomatch" rel="nofollow">https://registry.npmjs.org/picomatch</a> 91ms (from cache)<br> 1315 http fetch GET 304 <a href="https://registry.npmjs.org/setprototypeof" rel="nofollow">https://registry.npmjs.org/setprototypeof</a> 524ms (from cache)<br> 1316 silly pacote version manifest for [email protected] fetched in 528ms<br> 1317 silly pacote range manifest for is-glob@^4.0.1 fetched in 0ms<br> 1318 silly pacote range manifest for picomatch@^2.0.4 fetched in 128ms<br> 1319 silly pacote range manifest for picomatch@^2.2.1 fetched in 3ms<br> 1320 http fetch GET 304 <a href="https://registry.npmjs.org/is-extglob" rel="nofollow">https://registry.npmjs.org/is-extglob</a> 67ms (from cache)<br> 1321 http fetch GET 304 <a href="https://registry.npmjs.org/binary-extensions" rel="nofollow">https://registry.npmjs.org/binary-extensions</a> 42ms (from cache)<br> 1322 silly pacote range manifest for is-extglob@^2.1.1 fetched in 100ms<br> 1323 silly pacote range manifest for binary-extensions@^2.0.0 fetched in 88ms<br> 1324 http fetch GET 304 <a href="https://registry.npmjs.org/encodeurl" rel="nofollow">https://registry.npmjs.org/encodeurl</a> 53ms (from cache)<br> 1325 silly pacote range manifest for encodeurl@~1.0.2 fetched in 59ms<br> 1326 silly pacote range manifest for statuses@~1.5.0 fetched in 1ms<br> 1327 http fetch GET 304 <a href="https://registry.npmjs.org/escape-html" rel="nofollow">https://registry.npmjs.org/escape-html</a> 54ms (from cache)<br> 1328 silly pacote range manifest for unpipe@~1.0.0 fetched in 18ms<br> 1329 silly pacote range manifest for ms@^2.1.1 fetched in 19ms<br> 1330 silly pacote range manifest for escape-html@~1.0.3 fetched in 97ms<br> 1331 silly pacote range manifest for date-format@^2.1.0 fetched in 30ms<br> 1332 http fetch GET 304 <a href="https://registry.npmjs.org/isarray" rel="nofollow">https://registry.npmjs.org/isarray</a> 40ms (from cache)<br> 1333 silly pacote version manifest for [email protected] fetched in 59ms<br> 1334 http fetch GET 304 <a href="https://registry.npmjs.org/accepts" rel="nofollow">https://registry.npmjs.org/accepts</a> 68ms (from cache)<br> 1335 silly pacote range manifest for accepts@~1.3.4 fetched in 88ms<br> 1336 http fetch GET 304 <a href="https://registry.npmjs.org/base64id" rel="nofollow">https://registry.npmjs.org/base64id</a> 54ms (from cache)<br> 1337 silly pacote version manifest for [email protected] fetched in 60ms<br> 1338 http fetch GET 304 <a href="https://registry.npmjs.org/cookie" rel="nofollow">https://registry.npmjs.org/cookie</a> 49ms (from cache)<br> 1339 silly pacote range manifest for cookie@~0.4.1 fetched in 71ms<br> 1340 http fetch GET 304 <a href="https://registry.npmjs.org/fs-extra" rel="nofollow">https://registry.npmjs.org/fs-extra</a> 350ms (from cache)<br> 1341 silly pacote range manifest for fs-extra@^8.1.0 fetched in 357ms<br> 1342 http fetch GET 304 <a href="https://registry.npmjs.org/engine.io-parser" rel="nofollow">https://registry.npmjs.org/engine.io-parser</a> 71ms (from cache)<br> 1343 silly pacote range manifest for ws@~7.4.2 fetched in 21ms<br> 1344 silly pacote range manifest for @babel/helper-module-imports@^7.12.1 fetched in 1ms<br> 1345 silly pacote range manifest for engine.io-parser@~2.2.0 fetched in 94ms<br> 1346 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-replace-supers" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-replace-supers</a> 96ms (from cache)<br> 1347 silly pacote range manifest for @babel/helper-replace-supers@^7.12.1 fetched in 102ms<br> 1348 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-split-export-declaration" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-split-export-declaration</a> 346ms (from cache)<br> 1349 silly pacote range manifest for @babel/helper-split-export-declaration@^7.11.0 fetched in 375ms<br> 1350 silly pacote range manifest for @babel/template@^7.10.4 fetched in 1ms<br> 1351 silly pacote range manifest for @babel/traverse@^7.12.1 fetched in 1ms<br> 1352 silly pacote range manifest for @babel/types@^7.12.1 fetched in 2ms<br> 1353 http fetch GET 304 <a href="https://registry.npmjs.org/component-emitter" rel="nofollow">https://registry.npmjs.org/component-emitter</a> 105ms (from cache)<br> 1354 silly pacote version manifest for [email protected] fetched in 130ms<br> 1355 silly pacote range manifest for @babel/traverse@^7.12.5 fetched in 1ms<br> 1356 silly pacote range manifest for @babel/types@^7.12.5 fetched in 2ms<br> 1357 silly pacote range manifest for @babel/code-frame@^7.12.11 fetched in 1ms<br> 1358 silly pacote range manifest for @babel/generator@^7.12.11 fetched in 1ms<br> 1359 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-function-name" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-function-name</a> 96ms (from cache)<br> 1360 silly pacote range manifest for @babel/helper-function-name@^7.12.11 fetched in 117ms<br> 1361 silly pacote range manifest for @babel/helper-split-export-declaration@^7.12.11 fetched in 1ms<br> 1362 silly pacote range manifest for @babel/parser@^7.12.11 fetched in 2ms<br> 1363 silly pacote range manifest for @babel/types@^7.12.12 fetched in 1ms<br> 1364 http fetch GET 304 <a href="https://registry.npmjs.org/flatted" rel="nofollow">https://registry.npmjs.org/flatted</a> 32285ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 1365 http fetch GET 304 <a href="https://registry.npmjs.org/globals" rel="nofollow">https://registry.npmjs.org/globals</a> 77ms (from cache)<br> 1366 silly pacote range manifest for globals@^11.1.0 fetched in 82ms<br> 1367 silly pacote range manifest for flatted@^2.0.1 fetched in 32317ms<br> 1368 http fetch GET 304 <a href="https://registry.npmjs.org/backo2" rel="nofollow">https://registry.npmjs.org/backo2</a> 44ms (from cache)<br> 1369 http fetch GET 304 <a href="https://registry.npmjs.org/component-bind" rel="nofollow">https://registry.npmjs.org/component-bind</a> 45ms (from cache)<br> 1370 silly pacote version manifest for [email protected] fetched in 49ms<br> 1371 silly pacote version manifest for [email protected] fetched in 50ms<br> 1372 silly pacote range manifest for component-emitter@~1.3.0 fetched in 20ms<br> 1373 http fetch GET 304 <a href="https://registry.npmjs.org/indexof" rel="nofollow">https://registry.npmjs.org/indexof</a> 66ms (from cache)<br> 1374 silly pacote version manifest for [email protected] fetched in 70ms<br> 1375 http fetch GET 304 <a href="https://registry.npmjs.org/engine.io-client" rel="nofollow">https://registry.npmjs.org/engine.io-client</a> 102ms (from cache)<br> 1376 silly pacote range manifest for engine.io-client@~3.5.0 fetched in 108ms<br> 1377 http fetch GET 304 <a href="https://registry.npmjs.org/parseqs" rel="nofollow">https://registry.npmjs.org/parseqs</a> 70ms (from cache)<br> 1378 silly pacote version manifest for [email protected] fetched in 75ms<br> 1379 http fetch GET 304 <a href="https://registry.npmjs.org/parseuri" rel="nofollow">https://registry.npmjs.org/parseuri</a> 56ms (from cache)<br> 1380 silly pacote version manifest for [email protected] fetched in 60ms<br> 1381 silly pacote range manifest for socket.io-parser@~3.3.0 fetched in 13ms<br> 1382 silly pacote range manifest for @babel/helper-validator-identifier@^7.12.11 fetched in 2ms<br> 1383 http fetch GET 304 <a href="https://registry.npmjs.org/to-fast-properties" rel="nofollow">https://registry.npmjs.org/to-fast-properties</a> 56ms (from cache)<br> 1384 http fetch GET 304 <a href="https://registry.npmjs.org/to-array" rel="nofollow">https://registry.npmjs.org/to-array</a> 70ms (from cache)<br> 1385 silly pacote version manifest for [email protected] fetched in 74ms<br> 1386 silly pacote range manifest for @babel/compat-data@^7.12.5 fetched in 0ms<br> 1387 silly pacote range manifest for @babel/helper-validator-option@^7.12.1 fetched in 0ms<br> 1388 silly pacote range manifest for browserslist@^4.14.5 fetched in 1ms<br> 1389 silly pacote range manifest for to-fast-properties@^2.0.0 fetched in 71ms<br> 1390 silly pacote range manifest for safe-buffer@~5.1.1 fetched in 2ms<br> 1391 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator</a> 76ms (from cache)<br> 1392 silly pacote range manifest for @babel/helper-remap-async-to-generator@^7.12.1 fetched in 81ms<br> 1393 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-create-class-features-plugin" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-create-class-features-plugin</a> 95ms (from cache)<br> 1394 silly pacote range manifest for @babel/helper-create-class-features-plugin@^7.12.1 fetched in 100ms<br> 1395 silly pacote range manifest for @babel/helper-plugin-utils@^7.8.0 fetched in 1ms<br> 1396 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers</a> 66ms (from cache)<br> 1397 silly pacote range manifest for @babel/helper-skip-transparent-expression-wrappers@^7.12.1 fetched in 71ms<br> 1398 silly pacote range manifest for @babel/helper-plugin-utils@^7.8.3 fetched in 1ms<br> 1399 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin</a> 79ms (from cache)<br> 1400 silly pacote range manifest for @babel/helper-create-regexp-features-plugin@^7.12.1 fetched in 85ms<br> 1401 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-define-map" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-define-map</a> 91ms (from cache)<br> 1402 silly pacote range manifest for @babel/helper-define-map@^7.10.4 fetched in 111ms<br> 1403 silly pacote range manifest for @babel/helper-function-name@^7.10.4 fetched in 1ms<br> 1404 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-optimise-call-expression" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-optimise-call-expression</a> 94ms (from cache)<br> 1405 silly pacote range manifest for @babel/helper-optimise-call-expression@^7.10.4 fetched in 118ms<br> 1406 silly pacote range manifest for @babel/helper-split-export-declaration@^7.10.4 fetched in 1ms<br> 1407 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure</a> 323ms (from cache)<br> 1408 silly pacote range manifest for @babel/helper-annotate-as-pure@^7.10.4 fetched in 328ms<br> 1409 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-builder-binary-assignment-operator-visitor" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-builder-binary-assignment-operator-visitor</a> 111ms (from cache)<br> 1410 silly pacote range manifest for @babel/helper-builder-binary-assignment-operator-visitor@^7.10.4 fetched in 116ms<br> 1411 http fetch GET 304 <a href="https://registry.npmjs.org/babel-plugin-dynamic-import-node" rel="nofollow">https://registry.npmjs.org/babel-plugin-dynamic-import-node</a> 85ms (from cache)<br> 1412 silly pacote range manifest for babel-plugin-dynamic-import-node@^2.3.3 fetched in 90ms<br> 1413 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-hoist-variables" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-hoist-variables</a> 82ms (from cache)<br> 1414 silly pacote range manifest for @babel/helper-hoist-variables@^7.10.4 fetched in 87ms<br> 1415 silly pacote range manifest for @babel/helper-plugin-utils@^7.0.0 fetched in 1ms<br> 1416 silly pacote range manifest for @babel/plugin-proposal-unicode-property-regex@^7.4.4 fetched in 1ms<br> 1417 silly pacote range manifest for @babel/plugin-transform-dotall-regex@^7.4.4 fetched in 2ms<br> 1418 silly pacote range manifest for @babel/types@^7.4.4 fetched in 1ms<br> 1419 http fetch GET 304 <a href="https://registry.npmjs.org/regenerator-transform" rel="nofollow">https://registry.npmjs.org/regenerator-transform</a> 57ms (from cache)<br> 1420 silly pacote range manifest for regenerator-transform@^0.14.2 fetched in 87ms<br> 1421 silly pacote version manifest for [email protected] fetched in 15ms<br> 1422 silly pacote range manifest for json5@^1.0.1 fetched in 14ms<br> 1423 silly pacote range manifest for mkdirp@^1.0.4 fetched in 1ms<br> 1424 silly pacote range manifest for rimraf@^2.7.1 fetched in 1ms<br> 1425 silly pacote range manifest for ajv@^6.12.4 fetched in 1ms<br> 1426 silly pacote range manifest for ajv-keywords@^3.5.2 fetched in 2ms<br> 1427 http fetch GET 304 <a href="https://registry.npmjs.org/esutils" rel="nofollow">https://registry.npmjs.org/esutils</a> 71ms (from cache)<br> 1428 silly pacote range manifest for esutils@^2.0.2 fetched in 103ms<br> 1429 http fetch GET 304 <a href="https://registry.npmjs.org/aggregate-error" rel="nofollow">https://registry.npmjs.org/aggregate-error</a> 32ms (from cache)<br> 1430 silly pacote range manifest for aggregate-error@^3.0.0 fetched in 33ms<br> 1431 http fetch GET 304 <a href="https://registry.npmjs.org/@types%2fjson-schema" rel="nofollow">https://registry.npmjs.org/@types%2fjson-schema</a> 97ms (from cache)<br> 1432 silly pacote range manifest for @types/json-schema@^7.0.5 fetched in 116ms<br> 1433 silly pacote range manifest for ajv@^6.12.5 fetched in 2ms<br> 1434 silly pacote range manifest for @types/json-schema@^7.0.6 fetched in 2ms<br> 1435 http fetch GET 304 <a href="https://registry.npmjs.org/unique-slug" rel="nofollow">https://registry.npmjs.org/unique-slug</a> 55ms (from cache)<br> 1436 silly pacote range manifest for unique-slug@^2.0.0 fetched in 56ms<br> 1437 silly pacote range manifest for source-list-map@^2.0.0 fetched in 1ms<br> 1438 silly pacote range manifest for source-map@~0.6.1 fetched in 1ms<br> 1439 http fetch GET 304 <a href="https://registry.npmjs.org/yocto-queue" rel="nofollow">https://registry.npmjs.org/yocto-queue</a> 53ms (from cache)<br> 1440 http fetch GET 304 <a href="https://registry.npmjs.org/randombytes" rel="nofollow">https://registry.npmjs.org/randombytes</a> 64ms (from cache)<br> 1441 silly pacote range manifest for randombytes@^2.1.0 fetched in 71ms<br> 1442 silly pacote range manifest for yocto-queue@^0.1.0 fetched in 79ms<br> 1443 http fetch GET 304 <a href="https://registry.npmjs.org/dir-glob" rel="nofollow">https://registry.npmjs.org/dir-glob</a> 83ms (from cache)<br> 1444 silly pacote range manifest for dir-glob@^3.0.1 fetched in 88ms<br> 1445 silly pacote range manifest for fast-glob@^3.1.1 fetched in 1ms<br> 1446 http fetch GET 200 <a href="https://registry.npmjs.org/typescript" rel="nofollow">https://registry.npmjs.org/typescript</a> 114176ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a><br> 1447 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-simple-access" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-simple-access</a> 15241ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 1448 silly pacote range manifest for @babel/helper-simple-access@^7.12.1 fetched in 15255ms<br> 1449 http fetch GET 304 <a href="https://registry.npmjs.org/merge2" rel="nofollow">https://registry.npmjs.org/merge2</a> 54ms (from cache)<br> 1450 silly pacote range manifest for merge2@^1.3.0 fetched in 68ms<br> 1451 http fetch GET 304 <a href="https://registry.npmjs.org/slash" rel="nofollow">https://registry.npmjs.org/slash</a> 65ms (from cache)<br> 1452 silly pacote range manifest for slash@^3.0.0 fetched in 71ms<br> 1453 http fetch GET 304 <a href="https://registry.npmjs.org/import-fresh" rel="nofollow">https://registry.npmjs.org/import-fresh</a> 68ms (from cache)<br> 1454 silly pacote range manifest for import-fresh@^2.0.0 fetched in 74ms<br> 1455 http fetch GET 304 <a href="https://registry.npmjs.org/is-directory" rel="nofollow">https://registry.npmjs.org/is-directory</a> 302ms (from cache)<br> 1456 silly pacote range manifest for is-directory@^0.3.1 fetched in 307ms<br> 1457 http fetch GET 304 <a href="https://registry.npmjs.org/parse-json" rel="nofollow">https://registry.npmjs.org/parse-json</a> 63ms (from cache)<br> 1458 silly pacote range manifest for parse-json@^4.0.0 fetched in 68ms<br> 1459 silly pacote range manifest for chalk@^2.4.2 fetched in 1ms<br> 1460 http fetch GET 304 <a href="https://registry.npmjs.org/css-declaration-sorter" rel="nofollow">https://registry.npmjs.org/css-declaration-sorter</a> 113ms (from cache)<br> 1461 silly pacote range manifest for css-declaration-sorter@^4.0.1 fetched in 118ms<br> 1462 http fetch GET 304 <a href="https://registry.npmjs.org/cssnano-util-raw-cache" rel="nofollow">https://registry.npmjs.org/cssnano-util-raw-cache</a> 54ms (from cache)<br> 1463 silly pacote range manifest for cssnano-util-raw-cache@^4.0.1 fetched in 59ms<br> 1464 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-calc" rel="nofollow">https://registry.npmjs.org/postcss-calc</a> 53ms (from cache)<br> 1465 silly pacote range manifest for postcss-calc@^7.0.1 fetched in 58ms<br> 1466 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-colormin" rel="nofollow">https://registry.npmjs.org/postcss-colormin</a> 55ms (from cache)<br> 1467 silly pacote range manifest for postcss-colormin@^4.0.3 fetched in 78ms<br> 1468 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-convert-values" rel="nofollow">https://registry.npmjs.org/postcss-convert-values</a> 43ms (from cache)<br> 1469 silly pacote range manifest for postcss-convert-values@^4.0.1 fetched in 67ms<br> 1470 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-discard-comments" rel="nofollow">https://registry.npmjs.org/postcss-discard-comments</a> 54ms (from cache)<br> 1471 silly pacote range manifest for postcss-discard-comments@^4.0.2 fetched in 59ms<br> 1472 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-discard-duplicates" rel="nofollow">https://registry.npmjs.org/postcss-discard-duplicates</a> 73ms (from cache)<br> 1473 silly pacote range manifest for postcss-discard-duplicates@^4.0.2 fetched in 88ms<br> 1474 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-discard-empty" rel="nofollow">https://registry.npmjs.org/postcss-discard-empty</a> 57ms (from cache)<br> 1475 silly pacote range manifest for postcss-discard-empty@^4.0.1 fetched in 62ms<br> 1476 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-discard-overridden" rel="nofollow">https://registry.npmjs.org/postcss-discard-overridden</a> 47ms (from cache)<br> 1477 silly pacote range manifest for postcss-discard-overridden@^4.0.1 fetched in 60ms<br> 1478 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-merge-longhand" rel="nofollow">https://registry.npmjs.org/postcss-merge-longhand</a> 55ms (from cache)<br> 1479 silly pacote range manifest for postcss-merge-longhand@^4.0.11 fetched in 74ms<br> 1480 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-merge-rules" rel="nofollow">https://registry.npmjs.org/postcss-merge-rules</a> 58ms (from cache)<br> 1481 silly pacote range manifest for postcss-merge-rules@^4.0.3 fetched in 64ms<br> 1482 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-minify-font-values" rel="nofollow">https://registry.npmjs.org/postcss-minify-font-values</a> 65ms (from cache)<br> 1483 silly pacote range manifest for postcss-minify-font-values@^4.0.2 fetched in 69ms<br> 1484 http fetch GET 304 <a href="https://registry.npmjs.org/ignore-walk" rel="nofollow">https://registry.npmjs.org/ignore-walk</a> 21058ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 1485 silly pacote range manifest for ignore-walk@^3.0.3 fetched in 21060ms<br> 1486 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-minify-params" rel="nofollow">https://registry.npmjs.org/postcss-minify-params</a> 122ms (from cache)<br> 1487 silly pacote range manifest for postcss-minify-params@^4.0.2 fetched in 127ms<br> 1488 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-minify-selectors" rel="nofollow">https://registry.npmjs.org/postcss-minify-selectors</a> 49ms (from cache)<br> 1489 silly pacote range manifest for postcss-minify-selectors@^4.0.2 fetched in 67ms<br> 1490 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-normalize-charset" rel="nofollow">https://registry.npmjs.org/postcss-normalize-charset</a> 76ms (from cache)<br> 1491 silly pacote range manifest for postcss-normalize-charset@^4.0.1 fetched in 81ms<br> 1492 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-normalize-display-values" rel="nofollow">https://registry.npmjs.org/postcss-normalize-display-values</a> 52ms (from cache)<br> 1493 silly pacote range manifest for postcss-normalize-display-values@^4.0.2 fetched in 65ms<br> 1494 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-normalize-positions" rel="nofollow">https://registry.npmjs.org/postcss-normalize-positions</a> 52ms (from cache)<br> 1495 silly pacote range manifest for postcss-normalize-positions@^4.0.2 fetched in 57ms<br> 1496 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-normalize-repeat-style" rel="nofollow">https://registry.npmjs.org/postcss-normalize-repeat-style</a> 74ms (from cache)<br> 1497 silly pacote range manifest for postcss-normalize-repeat-style@^4.0.2 fetched in 86ms<br> 1498 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-normalize-string" rel="nofollow">https://registry.npmjs.org/postcss-normalize-string</a> 53ms (from cache)<br> 1499 silly pacote range manifest for postcss-normalize-string@^4.0.2 fetched in 71ms<br> 1500 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-normalize-timing-functions" rel="nofollow">https://registry.npmjs.org/postcss-normalize-timing-functions</a> 56ms (from cache)<br> 1501 silly pacote range manifest for postcss-normalize-timing-functions@^4.0.2 fetched in 62ms<br> 1502 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-normalize-unicode" rel="nofollow">https://registry.npmjs.org/postcss-normalize-unicode</a> 52ms (from cache)<br> 1503 silly pacote range manifest for postcss-normalize-unicode@^4.0.1 fetched in 61ms<br> 1504 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-normalize-url" rel="nofollow">https://registry.npmjs.org/postcss-normalize-url</a> 59ms (from cache)<br> 1505 silly pacote range manifest for postcss-normalize-url@^4.0.1 fetched in 64ms<br> 1506 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-normalize-whitespace" rel="nofollow">https://registry.npmjs.org/postcss-normalize-whitespace</a> 42ms (from cache)<br> 1507 silly pacote range manifest for postcss-normalize-whitespace@^4.0.2 fetched in 58ms<br> 1508 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-ordered-values" rel="nofollow">https://registry.npmjs.org/postcss-ordered-values</a> 66ms (from cache)<br> 1509 silly pacote range manifest for postcss-ordered-values@^4.1.2 fetched in 72ms<br> 1510 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-reduce-initial" rel="nofollow">https://registry.npmjs.org/postcss-reduce-initial</a> 91ms (from cache)<br> 1511 silly pacote range manifest for postcss-reduce-initial@^4.0.3 fetched in 96ms<br> 1512 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-reduce-transforms" rel="nofollow">https://registry.npmjs.org/postcss-reduce-transforms</a> 78ms (from cache)<br> 1513 silly pacote range manifest for postcss-reduce-transforms@^4.0.2 fetched in 83ms<br> 1514 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-svgo" rel="nofollow">https://registry.npmjs.org/postcss-svgo</a> 54ms (from cache)<br> 1515 silly pacote range manifest for postcss-svgo@^4.0.2 fetched in 78ms<br> 1516 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-unique-selectors" rel="nofollow">https://registry.npmjs.org/postcss-unique-selectors</a> 48ms (from cache)<br> 1517 silly pacote range manifest for postcss-unique-selectors@^4.0.1 fetched in 55ms<br> 1518 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-selector-parser" rel="nofollow">https://registry.npmjs.org/postcss-selector-parser</a> 74ms (from cache)<br> 1519 silly pacote range manifest for postcss-selector-parser@^6.0.2 fetched in 80ms<br> 1520 silly pacote range manifest for postcss-selector-parser@^6.0.4 fetched in 3ms<br> 1521 silly pacote range manifest for find-up@^4.0.0 fetched in 2ms<br> 1522 silly pacote range manifest for inherits@^2.0.4 fetched in 1ms<br> 1523 http fetch GET 304 <a href="https://registry.npmjs.org/source-map-resolve" rel="nofollow">https://registry.npmjs.org/source-map-resolve</a> 71ms (from cache)<br> 1524 http fetch GET 200 <a href="https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz" rel="nofollow">https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz</a> 61ms<br> 1525 silly pacote range manifest for source-map-resolve@^0.6.0 fetched in 137ms<br> 1526 http fetch GET 304 <a href="https://registry.npmjs.org/buffer" rel="nofollow">https://registry.npmjs.org/buffer</a> 60ms (from cache)<br> 1527 silly pacote range manifest for buffer@^5.5.0 fetched in 62ms<br> 1528 silly pacote range manifest for readable-stream@^3.4.0 fetched in 1ms<br> 1529 http fetch GET 304 <a href="https://registry.npmjs.org/@types%2fsource-list-map" rel="nofollow">https://registry.npmjs.org/@types%2fsource-list-map</a> 90ms (from cache)<br> 1530 silly pacote range manifest for @types/source-list-map@* fetched in 102ms<br> 1531 silly pacote range manifest for chalk@^4.0.0 fetched in 1ms<br> 1532 http fetch GET 304 <a href="https://registry.npmjs.org/defaults" rel="nofollow">https://registry.npmjs.org/defaults</a> 28ms (from cache)<br> 1533 silly pacote range manifest for defaults@^1.0.3 fetched in 29ms<br> 1534 http fetch GET 304 <a href="https://registry.npmjs.org/prr" rel="nofollow">https://registry.npmjs.org/prr</a> 51ms (from cache)<br> 1535 silly pacote range manifest for prr@~1.0.1 fetched in 56ms<br> 1536 silly pacote range manifest for pify@^4.0.1 fetched in 18ms<br> 1537 silly pacote range manifest for semver@^5.6.0 fetched in 2ms<br> 1538 silly pacote range manifest for debug@^3.2.6 fetched in 1ms<br> 1539 silly pacote range manifest for iconv-lite@^0.4.4 fetched in 1ms<br> 1540 silly pacote range manifest for sax@^1.2.4 fetched in 1ms<br> 1541 http fetch GET 200 <a href="https://registry.npmjs.org/is-what" rel="nofollow">https://registry.npmjs.org/is-what</a> 309ms<br> 1542 http fetch GET 200 <a href="https://registry.npmjs.org/is-what/-/is-what-3.12.0.tgz" rel="nofollow">https://registry.npmjs.org/is-what/-/is-what-3.12.0.tgz</a> 39ms<br> 1543 silly pacote range manifest for is-what@^3.7.1 fetched in 354ms<br> 1544 http fetch GET 304 <a href="https://registry.npmjs.org/@types%2fparse-json" rel="nofollow">https://registry.npmjs.org/@types%2fparse-json</a> 58ms (from cache)<br> 1545 silly pacote range manifest for @types/parse-json@^4.0.0 fetched in 63ms<br> 1546 silly pacote range manifest for import-fresh@^3.2.1 fetched in 5ms<br> 1547 silly pacote range manifest for parse-json@^5.0.0 fetched in 25ms<br> 1548 http fetch GET 304 <a href="https://registry.npmjs.org/path-type" rel="nofollow">https://registry.npmjs.org/path-type</a> 45ms (from cache)<br> 1549 silly pacote range manifest for path-type@^4.0.0 fetched in 67ms<br> 1550 http fetch GET 304 <a href="https://registry.npmjs.org/yaml" rel="nofollow">https://registry.npmjs.org/yaml</a> 85ms (from cache)<br> 1551 silly pacote range manifest for yaml@^1.10.0 fetched in 92ms<br> 1552 silly pacote range manifest for pify@^2.3.0 fetched in 1ms<br> 1553 silly pacote range manifest for safer-buffer@&gt;= 2.1.2 &lt; 3.0.0 fetched in 1ms<br> 1554 silly pacote range manifest for css@^2.0.0 fetched in 19ms<br> 1555 silly pacote range manifest for errno@^0.1.3 fetched in 2ms<br> 1556 silly pacote range manifest for readable-stream@^2.0.1 fetched in 1ms<br> 1557 silly pacote range manifest for ansi-colors@^3.0.0 fetched in 10ms<br> 1558 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fhelper-buffer" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fhelper-buffer</a> 68ms (from cache)<br> 1559 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 87ms<br> 1560 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fhelper-wasm-bytecode" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fhelper-wasm-bytecode</a> 68ms (from cache)<br> 1561 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 73ms<br> 1562 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fhelper-wasm-section" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fhelper-wasm-section</a> 79ms (from cache)<br> 1563 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 85ms<br> 1564 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fwasm-gen" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fwasm-gen</a> 67ms (from cache)<br> 1565 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 86ms<br> 1566 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fwasm-opt" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fwasm-opt</a> 94ms (from cache)<br> 1567 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 115ms<br> 1568 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fwast-printer" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fwast-printer</a> 98ms (from cache)<br> 1569 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 104ms<br> 1570 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fhelper-api-error" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fhelper-api-error</a> 62ms (from cache)<br> 1571 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 82ms<br> 1572 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fieee754" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fieee754</a> 1118ms (from cache)<br> 1573 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 1124ms<br> 1574 http fetch GET 304 <a href="https://registry.npmjs.org/array-union" rel="nofollow">https://registry.npmjs.org/array-union</a> 21066ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 1575 silly pacote range manifest for array-union@^2.1.0 fetched in 21081ms<br> 1576 http fetch GET 304 <a href="https://registry.npmjs.org/ignore" rel="nofollow">https://registry.npmjs.org/ignore</a> 21027ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 1577 silly pacote range manifest for ignore@^5.1.4 fetched in 21034ms<br> 1578 silly pacote range manifest for memory-fs@^0.5.0 fetched in 17ms<br> 1579 silly pacote range manifest for tapable@^1.0.0 fetched in 1ms<br> 1580 http fetch GET 304 <a href="https://registry.npmjs.org/esrecurse" rel="nofollow">https://registry.npmjs.org/esrecurse</a> 50ms (from cache)<br> 1581 silly pacote range manifest for esrecurse@^4.1.0 fetched in 57ms<br> 1582 http fetch GET 304 <a href="https://registry.npmjs.org/estraverse" rel="nofollow">https://registry.npmjs.org/estraverse</a> 50ms (from cache)<br> 1583 silly pacote range manifest for estraverse@^4.1.1 fetched in 56ms<br> 1584 http fetch GET 304 <a href="https://registry.npmjs.org/assert" rel="nofollow">https://registry.npmjs.org/assert</a> 66ms (from cache)<br> 1585 silly pacote range manifest for assert@^1.1.1 fetched in 75ms<br> 1586 http fetch GET 304 <a href="https://registry.npmjs.org/browserify-zlib" rel="nofollow">https://registry.npmjs.org/browserify-zlib</a> 42ms (from cache)<br> 1587 silly pacote range manifest for browserify-zlib@^0.2.0 fetched in 64ms<br> 1588 silly pacote range manifest for buffer@^4.3.0 fetched in 26ms<br> 1589 http fetch GET 304 <a href="https://registry.npmjs.org/console-browserify" rel="nofollow">https://registry.npmjs.org/console-browserify</a> 45ms (from cache)<br> 1590 silly pacote range manifest for console-browserify@^1.1.0 fetched in 88ms<br> 1591 http fetch GET 304 <a href="https://registry.npmjs.org/constants-browserify" rel="nofollow">https://registry.npmjs.org/constants-browserify</a> 40ms (from cache)<br> 1592 silly pacote range manifest for constants-browserify@^1.0.0 fetched in 76ms<br> 1593 http fetch GET 304 <a href="https://registry.npmjs.org/crypto-browserify" rel="nofollow">https://registry.npmjs.org/crypto-browserify</a> 39ms (from cache)<br> 1594 silly pacote range manifest for crypto-browserify@^3.11.0 fetched in 55ms<br> 1595 http fetch GET 304 <a href="https://registry.npmjs.org/domain-browser" rel="nofollow">https://registry.npmjs.org/domain-browser</a> 94ms (from cache)<br> 1596 silly pacote range manifest for domain-browser@^1.1.1 fetched in 99ms<br> 1597 http fetch GET 304 <a href="https://registry.npmjs.org/events" rel="nofollow">https://registry.npmjs.org/events</a> 47ms (from cache)<br> 1598 silly pacote range manifest for events@^3.0.0 fetched in 69ms<br> 1599 http fetch GET 304 <a href="https://registry.npmjs.org/https-browserify" rel="nofollow">https://registry.npmjs.org/https-browserify</a> 49ms (from cache)<br> 1600 silly pacote range manifest for https-browserify@^1.0.0 fetched in 54ms<br> 1601 http fetch GET 304 <a href="https://registry.npmjs.org/os-browserify" rel="nofollow">https://registry.npmjs.org/os-browserify</a> 38ms (from cache)<br> 1602 silly pacote range manifest for os-browserify@^0.3.0 fetched in 43ms<br> 1603 http fetch GET 304 <a href="https://registry.npmjs.org/path-browserify" rel="nofollow">https://registry.npmjs.org/path-browserify</a> 43ms (from cache)<br> 1604 silly pacote version manifest for [email protected] fetched in 64ms<br> 1605 http fetch GET 304 <a href="https://registry.npmjs.org/process" rel="nofollow">https://registry.npmjs.org/process</a> 40ms (from cache)<br> 1606 silly pacote range manifest for process@^0.11.10 fetched in 55ms<br> 1607 http fetch GET 304 <a href="https://registry.npmjs.org/punycode" rel="nofollow">https://registry.npmjs.org/punycode</a> 34ms (from cache)<br> 1608 silly pacote range manifest for punycode@^1.2.4 fetched in 39ms<br> 1609 http fetch GET 304 <a href="https://registry.npmjs.org/querystring-es3" rel="nofollow">https://registry.npmjs.org/querystring-es3</a> 54ms (from cache)<br> 1610 silly pacote range manifest for querystring-es3@^0.2.0 fetched in 59ms<br> 1611 silly pacote range manifest for readable-stream@^2.3.3 fetched in 2ms<br> 1612 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2futf8" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2futf8</a> 1092ms (from cache)<br> 1613 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 1098ms<br> 1614 http fetch GET 304 <a href="https://registry.npmjs.org/stream-browserify" rel="nofollow">https://registry.npmjs.org/stream-browserify</a> 66ms (from cache)<br> 1615 silly pacote range manifest for stream-browserify@^2.0.1 fetched in 87ms<br> 1616 http fetch GET 304 <a href="https://registry.npmjs.org/stream-http" rel="nofollow">https://registry.npmjs.org/stream-http</a> 71ms (from cache)<br> 1617 http fetch GET 304 <a href="https://registry.npmjs.org/string_decoder" rel="nofollow">https://registry.npmjs.org/string_decoder</a> 39ms (from cache)<br> 1618 silly pacote range manifest for string_decoder@^1.0.0 fetched in 40ms<br> 1619 silly pacote range manifest for stream-http@^2.7.2 fetched in 90ms<br> 1620 http fetch GET 304 <a href="https://registry.npmjs.org/tty-browserify" rel="nofollow">https://registry.npmjs.org/tty-browserify</a> 44ms (from cache)<br> 1621 http fetch GET 304 <a href="https://registry.npmjs.org/timers-browserify" rel="nofollow">https://registry.npmjs.org/timers-browserify</a> 62ms (from cache)<br> 1622 silly pacote version manifest for [email protected] fetched in 49ms<br> 1623 silly pacote range manifest for timers-browserify@^2.0.4 fetched in 67ms<br> 1624 http fetch GET 304 <a href="https://registry.npmjs.org/util" rel="nofollow">https://registry.npmjs.org/util</a> 55ms (from cache)<br> 1625 silly pacote range manifest for util@^0.11.0 fetched in 60ms<br> 1626 http fetch GET 304 <a href="https://registry.npmjs.org/vm-browserify" rel="nofollow">https://registry.npmjs.org/vm-browserify</a> 69ms (from cache)<br> 1627 silly pacote range manifest for vm-browserify@^1.0.1 fetched in 74ms<br> 1628 http fetch GET 304 <a href="https://registry.npmjs.org/arr-diff" rel="nofollow">https://registry.npmjs.org/arr-diff</a> 53ms (from cache)<br> 1629 silly pacote range manifest for arr-diff@^4.0.0 fetched in 57ms<br> 1630 http fetch GET 304 <a href="https://registry.npmjs.org/array-unique" rel="nofollow">https://registry.npmjs.org/array-unique</a> 58ms (from cache)<br> 1631 silly pacote range manifest for braces@^2.3.1 fetched in 19ms<br> 1632 silly pacote range manifest for array-unique@^0.3.2 fetched in 69ms<br> 1633 http fetch GET 304 <a href="https://registry.npmjs.org/define-property" rel="nofollow">https://registry.npmjs.org/define-property</a> 57ms (from cache)<br> 1634 http fetch GET 304 <a href="https://registry.npmjs.org/extend-shallow" rel="nofollow">https://registry.npmjs.org/extend-shallow</a> 50ms (from cache)<br> 1635 silly pacote range manifest for extend-shallow@^3.0.2 fetched in 56ms<br> 1636 silly pacote range manifest for define-property@^2.0.2 fetched in 77ms<br> 1637 http fetch GET 304 <a href="https://registry.npmjs.org/fragment-cache" rel="nofollow">https://registry.npmjs.org/fragment-cache</a> 64ms (from cache)<br> 1638 http fetch GET 304 <a href="https://registry.npmjs.org/extglob" rel="nofollow">https://registry.npmjs.org/extglob</a> 79ms (from cache)<br> 1639 silly pacote range manifest for fragment-cache@^0.2.1 fetched in 68ms<br> 1640 silly pacote range manifest for extglob@^2.0.4 fetched in 85ms<br> 1641 http fetch GET 304 <a href="https://registry.npmjs.org/kind-of" rel="nofollow">https://registry.npmjs.org/kind-of</a> 65ms (from cache)<br> 1642 silly pacote range manifest for kind-of@^6.0.2 fetched in 70ms<br> 1643 http fetch GET 304 <a href="https://registry.npmjs.org/nanomatch" rel="nofollow">https://registry.npmjs.org/nanomatch</a> 75ms (from cache)<br> 1644 silly pacote range manifest for nanomatch@^1.2.9 fetched in 81ms<br> 1645 http fetch GET 304 <a href="https://registry.npmjs.org/object.pick" rel="nofollow">https://registry.npmjs.org/object.pick</a> 58ms (from cache)<br> 1646 silly pacote range manifest for object.pick@^1.3.0 fetched in 64ms<br> 1647 http fetch GET 304 <a href="https://registry.npmjs.org/regex-not" rel="nofollow">https://registry.npmjs.org/regex-not</a> 64ms (from cache)<br> 1648 silly pacote range manifest for regex-not@^1.0.0 fetched in 89ms<br> 1649 http fetch GET 304 <a href="https://registry.npmjs.org/snapdragon" rel="nofollow">https://registry.npmjs.org/snapdragon</a> 67ms (from cache)<br> 1650 silly pacote range manifest for snapdragon@^0.8.1 fetched in 73ms<br> 1651 silly pacote range manifest for ajv@^6.1.0 fetched in 2ms<br> 1652 http fetch GET 304 <a href="https://registry.npmjs.org/to-regex" rel="nofollow">https://registry.npmjs.org/to-regex</a> 41ms (from cache)<br> 1653 silly pacote range manifest for to-regex@^3.0.2 fetched in 80ms<br> 1654 silly pacote range manifest for ajv-keywords@^3.1.0 fetched in 1ms<br> 1655 silly pacote range manifest for cacache@^12.0.2 fetched in 18ms<br> 1656 http fetch GET 304 <a href="https://registry.npmjs.org/ajv-errors" rel="nofollow">https://registry.npmjs.org/ajv-errors</a> 69ms (from cache)<br> 1657 silly pacote range manifest for find-cache-dir@^2.1.0 fetched in 24ms<br> 1658 silly pacote range manifest for ajv-errors@^1.0.0 fetched in 99ms<br> 1659 silly pacote range manifest for is-wsl@^1.1.0 fetched in 14ms<br> 1660 silly pacote range manifest for serialize-javascript@^4.0.0 fetched in 6ms<br> 1661 silly pacote range manifest for webpack-sources@^1.4.0 fetched in 1ms<br> 1662 silly pacote range manifest for terser@^4.1.2 fetched in 15ms<br> 1663 silly pacote range manifest for neo-async@^2.5.0 fetched in 1ms<br> 1664 silly pacote range manifest for chokidar@^3.4.1 fetched in 1ms<br> 1665 http fetch GET 304 <a href="https://registry.npmjs.org/worker-farm" rel="nofollow">https://registry.npmjs.org/worker-farm</a> 59ms (from cache)<br> 1666 silly pacote range manifest for worker-farm@^1.7.0 fetched in 71ms<br> 1667 http fetch GET 304 <a href="https://registry.npmjs.org/watchpack-chokidar2" rel="nofollow">https://registry.npmjs.org/watchpack-chokidar2</a> 65ms (from cache)<br> 1668 silly pacote range manifest for watchpack-chokidar2@^2.0.1 fetched in 69ms<br> 1669 http fetch GET 304 <a href="https://registry.npmjs.org/shallow-clone" rel="nofollow">https://registry.npmjs.org/shallow-clone</a> 72ms (from cache)<br> 1670 http fetch GET 304 <a href="https://registry.npmjs.org/is-plain-object" rel="nofollow">https://registry.npmjs.org/is-plain-object</a> 84ms (from cache)<br> 1671 silly pacote range manifest for shallow-clone@^3.0.0 fetched in 78ms<br> 1672 silly pacote range manifest for is-plain-object@^2.0.4 fetched in 90ms<br> 1673 silly pacote range manifest for anymatch@^2.0.0 fetched in 22ms<br> 1674 silly pacote range manifest for braces@^2.3.2 fetched in 2ms<br> 1675 silly pacote range manifest for glob-parent@^3.1.0 fetched in 18ms<br> 1676 silly pacote range manifest for inherits@^2.0.3 fetched in 1ms<br> 1677 silly pacote range manifest for is-binary-path@^1.0.0 fetched in 10ms<br> 1678 silly pacote range manifest for is-glob@^4.0.0 fetched in 1ms<br> 1679 silly pacote range manifest for readdirp@^2.2.1 fetched in 5ms<br> 1680 http fetch GET 304 <a href="https://registry.npmjs.org/async-each" rel="nofollow">https://registry.npmjs.org/async-each</a> 87ms (from cache)<br> 1681 silly pacote range manifest for async-each@^1.0.1 fetched in 93ms<br> 1682 silly pacote range manifest for fsevents@^1.2.7 fetched in 17ms<br> 1683 warn deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.<br> 1684 http fetch GET 304 <a href="https://registry.npmjs.org/array-flatten" rel="nofollow">https://registry.npmjs.org/array-flatten</a> 83ms (from cache)<br> 1685 silly pacote range manifest for array-flatten@^2.1.0 fetched in 101ms<br> 1686 http fetch GET 304 <a href="https://registry.npmjs.org/deep-equal" rel="nofollow">https://registry.npmjs.org/deep-equal</a> 61ms (from cache)<br> 1687 silly pacote range manifest for deep-equal@^1.0.1 fetched in 66ms<br> 1688 http fetch GET 304 <a href="https://registry.npmjs.org/dns-equal" rel="nofollow">https://registry.npmjs.org/dns-equal</a> 76ms (from cache)<br> 1689 silly pacote range manifest for dns-equal@^1.0.0 fetched in 81ms<br> 1690 http fetch GET 304 <a href="https://registry.npmjs.org/dns-txt" rel="nofollow">https://registry.npmjs.org/dns-txt</a> 59ms (from cache)<br> 1691 silly pacote range manifest for dns-txt@^2.0.2 fetched in 64ms<br> 1692 http fetch GET 304 <a href="https://registry.npmjs.org/multicast-dns" rel="nofollow">https://registry.npmjs.org/multicast-dns</a> 87ms (from cache)<br> 1693 silly pacote range manifest for multicast-dns@^6.0.1 fetched in 119ms<br> 1694 http fetch GET 304 <a href="https://registry.npmjs.org/multicast-dns-service-types" rel="nofollow">https://registry.npmjs.org/multicast-dns-service-types</a> 93ms (from cache)<br> 1695 silly pacote range manifest for multicast-dns-service-types@^1.1.0 fetched in 98ms<br> 1696 silly pacote range manifest for accepts@~1.3.5 fetched in 1ms<br> 1697 silly pacote version manifest for [email protected] fetched in 25ms<br> 1698 http fetch GET 304 <a href="https://registry.npmjs.org/compressible" rel="nofollow">https://registry.npmjs.org/compressible</a> 39ms (from cache)<br> 1699 silly pacote range manifest for compressible@~2.0.16 fetched in 44ms<br> 1700 http fetch GET 304 <a href="https://registry.npmjs.org/on-headers" rel="nofollow">https://registry.npmjs.org/on-headers</a> 134ms (from cache)<br> 1701 silly pacote range manifest for on-headers@~1.0.2 fetched in 139ms<br> 1702 silly pacote version manifest for [email protected] fetched in 5ms<br> 1703 http fetch GET 304 <a href="https://registry.npmjs.org/vary" rel="nofollow">https://registry.npmjs.org/vary</a> 126ms (from cache)<br> 1704 silly pacote range manifest for vary@~1.1.2 fetched in 130ms<br> 1705 http fetch GET 304 <a href="https://registry.npmjs.org/@types%2fglob" rel="nofollow">https://registry.npmjs.org/@types%2fglob</a> 79ms (from cache)<br> 1706 silly pacote range manifest for @types/glob@^7.1.1 fetched in 93ms<br> 1707 silly pacote range manifest for globby@^6.1.0 fetched in 32ms<br> 1708 silly pacote range manifest for is-path-cwd@^2.0.0 fetched in 5ms<br> 1709 silly pacote range manifest for is-path-in-cwd@^2.0.0 fetched in 16ms<br> 1710 silly pacote range manifest for p-map@^2.0.0 fetched in 41ms<br> 1711 silly pacote range manifest for rimraf@^2.6.3 fetched in 1ms<br> 1712 silly pacote range manifest for accepts@~1.3.7 fetched in 1ms<br> 1713 silly pacote version manifest for [email protected] fetched in 5ms<br> 1714 silly pacote version manifest for [email protected] fetched in 5ms<br> 1715 http fetch GET 304 <a href="https://registry.npmjs.org/content-disposition" rel="nofollow">https://registry.npmjs.org/content-disposition</a> 57ms (from cache)<br> 1716 silly pacote version manifest for [email protected] fetched in 61ms<br> 1717 silly pacote version manifest for [email protected] fetched in 13ms<br> 1718 http fetch GET 304 <a href="https://registry.npmjs.org/cookie-signature" rel="nofollow">https://registry.npmjs.org/cookie-signature</a> 44ms (from cache)<br> 1719 silly pacote version manifest for [email protected] fetched in 48ms<br> 1720 http fetch GET 304 <a href="https://registry.npmjs.org/etag" rel="nofollow">https://registry.npmjs.org/etag</a> 42ms (from cache)<br> 1721 silly pacote range manifest for etag@~1.8.1 fetched in 47ms<br> 1722 silly pacote range manifest for finalhandler@~1.1.2 fetched in 6ms<br> 1723 http fetch GET 304 <a href="https://registry.npmjs.org/fresh" rel="nofollow">https://registry.npmjs.org/fresh</a> 77ms (from cache)<br> 1724 silly pacote version manifest for [email protected] fetched in 82ms<br> 1725 http fetch GET 304 <a href="https://registry.npmjs.org/merge-descriptors" rel="nofollow">https://registry.npmjs.org/merge-descriptors</a> 59ms (from cache)<br> 1726 silly pacote version manifest for [email protected] fetched in 64ms<br> 1727 http fetch GET 304 <a href="https://registry.npmjs.org/methods" rel="nofollow">https://registry.npmjs.org/methods</a> 49ms (from cache)<br> 1728 silly pacote range manifest for methods@~1.1.2 fetched in 65ms<br> 1729 http fetch GET 304 <a href="https://registry.npmjs.org/path-to-regexp" rel="nofollow">https://registry.npmjs.org/path-to-regexp</a> 80ms (from cache)<br> 1730 silly pacote version manifest for [email protected] fetched in 86ms<br> 1731 http fetch GET 304 <a href="https://registry.npmjs.org/proxy-addr" rel="nofollow">https://registry.npmjs.org/proxy-addr</a> 59ms (from cache)<br> 1732 silly pacote range manifest for proxy-addr@~2.0.5 fetched in 64ms<br> 1733 silly pacote range manifest for range-parser@~1.2.1 fetched in 1ms<br> 1734 http fetch GET 304 <a href="https://registry.npmjs.org/send" rel="nofollow">https://registry.npmjs.org/send</a> 72ms (from cache)<br> 1735 silly pacote version manifest for [email protected] fetched in 78ms<br> 1736 http fetch GET 304 <a href="https://registry.npmjs.org/serve-static" rel="nofollow">https://registry.npmjs.org/serve-static</a> 57ms (from cache)<br> 1737 silly pacote version manifest for [email protected] fetched in 71ms<br> 1738 silly pacote range manifest for type-is@~1.6.18 fetched in 1ms<br> 1739 silly pacote range manifest for http-proxy@^1.17.0 fetched in 1ms<br> 1740 silly pacote range manifest for lodash@^4.17.11 fetched in 1ms<br> 1741 silly pacote range manifest for pkg-dir@^3.0.0 fetched in 20ms<br> 1742 http fetch GET 304 <a href="https://registry.npmjs.org/resolve-cwd" rel="nofollow">https://registry.npmjs.org/resolve-cwd</a> 56ms (from cache)<br> 1743 silly pacote range manifest for resolve-cwd@^2.0.0 fetched in 77ms<br> 1744 http fetch GET 304 <a href="https://registry.npmjs.org/default-gateway" rel="nofollow">https://registry.npmjs.org/default-gateway</a> 73ms (from cache)<br> 1745 silly pacote range manifest for default-gateway@^4.2.0 fetched in 87ms<br> 1746 http fetch GET 304 <a href="https://registry.npmjs.org/postcss-minify-gradients" rel="nofollow">https://registry.npmjs.org/postcss-minify-gradients</a> 21116ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 1747 silly pacote range manifest for postcss-minify-gradients@^4.0.2 fetched in 21131ms<br> 1748 silly pacote range manifest for retry@^0.12.0 fetched in 15ms<br> 1749 http fetch GET 304 <a href="https://registry.npmjs.org/async" rel="nofollow">https://registry.npmjs.org/async</a> 79ms (from cache)<br> 1750 silly pacote range manifest for async@^2.6.2 fetched in 86ms<br> 1751 silly pacote range manifest for debug@^3.1.1 fetched in 1ms<br> 1752 silly pacote range manifest for mkdirp@^0.5.5 fetched in 1ms<br> 1753 http fetch GET 304 <a href="https://registry.npmjs.org/node-forge" rel="nofollow">https://registry.npmjs.org/node-forge</a> 60ms (from cache)<br> 1754 silly pacote range manifest for node-forge@^0.10.0 fetched in 66ms<br> 1755 http fetch GET 304 <a href="https://registry.npmjs.org/batch" rel="nofollow">https://registry.npmjs.org/batch</a> 286ms (from cache)<br> 1756 silly pacote version manifest for [email protected] fetched in 290ms<br> 1757 silly pacote range manifest for http-errors@~1.6.2 fetched in 4ms<br> 1758 silly pacote range manifest for mime-types@~2.1.17 fetched in 2ms<br> 1759 silly pacote range manifest for parseurl@~1.3.2 fetched in 1ms<br> 1760 http fetch GET 304 <a href="https://registry.npmjs.org/faye-websocket" rel="nofollow">https://registry.npmjs.org/faye-websocket</a> 50ms (from cache)<br> 1761 silly pacote range manifest for faye-websocket@^0.11.3 fetched in 67ms<br> 1762 silly pacote range manifest for uuid@^3.4.0 fetched in 1ms<br> 1763 http fetch GET 304 <a href="https://registry.npmjs.org/websocket-driver" rel="nofollow">https://registry.npmjs.org/websocket-driver</a> 60ms (from cache)<br> 1764 silly pacote range manifest for websocket-driver@^0.7.4 fetched in 79ms<br> 1765 http fetch GET 304 <a href="https://registry.npmjs.org/eventsource" rel="nofollow">https://registry.npmjs.org/eventsource</a> 50ms (from cache)<br> 1766 silly pacote range manifest for eventsource@^1.0.7 fetched in 64ms<br> 1767 http fetch GET 304 <a href="https://registry.npmjs.org/json3" rel="nofollow">https://registry.npmjs.org/json3</a> 75ms (from cache)<br> 1768 silly pacote range manifest for json3@^3.3.3 fetched in 91ms<br> 1769 http fetch GET 304 <a href="https://registry.npmjs.org/url-parse" rel="nofollow">https://registry.npmjs.org/url-parse</a> 59ms (from cache)<br> 1770 silly pacote range manifest for url-parse@^1.4.7 fetched in 67ms<br> 1771 silly pacote version manifest for [email protected] fetched in 11ms<br> 1772 http fetch GET 304 <a href="https://registry.npmjs.org/querystring" rel="nofollow">https://registry.npmjs.org/querystring</a> 38ms (from cache)<br> 1773 silly pacote version manifest for [email protected] fetched in 53ms<br> 1774 http fetch GET 304 <a href="https://registry.npmjs.org/async-limiter" rel="nofollow">https://registry.npmjs.org/async-limiter</a> 49ms (from cache)<br> 1775 silly pacote range manifest for async-limiter@~1.0.0 fetched in 54ms<br> 1776 silly pacote range manifest for cliui@^5.0.0 fetched in 8ms<br> 1777 silly pacote range manifest for find-up@^3.0.0 fetched in 5ms<br> 1778 silly pacote range manifest for string-width@^3.0.0 fetched in 13ms<br> 1779 silly pacote range manifest for yargs-parser@^13.1.2 fetched in 15ms<br> 1780 http fetch GET 304 <a href="https://registry.npmjs.org/handle-thing" rel="nofollow">https://registry.npmjs.org/handle-thing</a> 44ms (from cache)<br> 1781 silly pacote range manifest for handle-thing@^2.0.0 fetched in 49ms<br> 1782 http fetch GET 304 <a href="https://registry.npmjs.org/http-deceiver" rel="nofollow">https://registry.npmjs.org/http-deceiver</a> 63ms (from cache)<br> 1783 silly pacote range manifest for http-deceiver@^1.2.7 fetched in 68ms<br> 1784 http fetch GET 304 <a href="https://registry.npmjs.org/select-hose" rel="nofollow">https://registry.npmjs.org/select-hose</a> 47ms (from cache)<br> 1785 silly pacote range manifest for select-hose@^2.0.0 fetched in 52ms<br> 1786 http fetch GET 304 <a href="https://registry.npmjs.org/spdy-transport" rel="nofollow">https://registry.npmjs.org/spdy-transport</a> 309ms (from cache)<br> 1787 silly pacote range manifest for spdy-transport@^3.0.0 fetched in 314ms<br> 1788 http fetch GET 304 <a href="https://registry.npmjs.org/es6-promisify" rel="nofollow">https://registry.npmjs.org/es6-promisify</a> 76ms (from cache)<br> 1789 silly pacote range manifest for es6-promisify@^5.0.0 fetched in 81ms<br> 1790 http fetch GET 304 <a href="https://registry.npmjs.org/immediate" rel="nofollow">https://registry.npmjs.org/immediate</a> 62ms (from cache)<br> 1791 silly pacote range manifest for immediate@~3.0.5 fetched in 76ms<br> 1792 http fetch GET 304 <a href="https://registry.npmjs.org/@nodelib%2ffs.stat" rel="nofollow">https://registry.npmjs.org/@nodelib%2ffs.stat</a> 86ms (from cache)<br> 1793 silly pacote range manifest for @nodelib/fs.stat@^2.0.2 fetched in 102ms<br> 1794 http fetch GET 304 <a href="https://registry.npmjs.org/@nodelib%2ffs.walk" rel="nofollow">https://registry.npmjs.org/@nodelib%2ffs.walk</a> 60ms (from cache)<br> 1795 silly pacote range manifest for @nodelib/fs.walk@^1.2.3 fetched in 79ms<br> 1796 silly pacote range manifest for glob-parent@^5.1.0 fetched in 1ms<br> 1797 silly pacote range manifest for micromatch@^4.0.2 fetched in 10ms<br> 1798 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fleb128" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fleb128</a> 21087ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 1799 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 21099ms<br> 1800 http fetch GET 304 <a href="https://registry.npmjs.org/asynckit" rel="nofollow">https://registry.npmjs.org/asynckit</a> 37ms (from cache)<br> 1801 silly pacote range manifest for asynckit@^0.4.0 fetched in 38ms<br> 1802 silly pacote range manifest for combined-stream@^1.0.6 fetched in 1ms<br> 1803 silly pacote range manifest for mime-types@^2.1.12 fetched in 1ms<br> 1804 silly pacote range manifest for ajv@^6.12.3 fetched in 2ms<br> 1805 http fetch GET 304 <a href="https://registry.npmjs.org/har-schema" rel="nofollow">https://registry.npmjs.org/har-schema</a> 51ms (from cache)<br> 1806 silly pacote range manifest for har-schema@^2.0.0 fetched in 53ms<br> 1807 http fetch GET 304 <a href="https://registry.npmjs.org/assert-plus" rel="nofollow">https://registry.npmjs.org/assert-plus</a> 34ms (from cache)<br> 1808 silly pacote range manifest for assert-plus@^1.0.0 fetched in 35ms<br> 1809 http fetch GET 304 <a href="https://registry.npmjs.org/jsprim" rel="nofollow">https://registry.npmjs.org/jsprim</a> 31ms (from cache)<br> 1810 silly pacote range manifest for jsprim@^1.2.2 fetched in 32ms<br> 1811 http fetch GET 304 <a href="https://registry.npmjs.org/sshpk" rel="nofollow">https://registry.npmjs.org/sshpk</a> 43ms (from cache)<br> 1812 silly pacote range manifest for sshpk@^1.7.0 fetched in 44ms<br> 1813 http fetch GET 304 <a href="https://registry.npmjs.org/mime-db" rel="nofollow">https://registry.npmjs.org/mime-db</a> 46ms (from cache)<br> 1814 silly pacote version manifest for [email protected] fetched in 47ms<br> 1815 http fetch GET 304 <a href="https://registry.npmjs.org/psl" rel="nofollow">https://registry.npmjs.org/psl</a> 36ms (from cache)<br> 1816 silly pacote range manifest for psl@^1.1.28 fetched in 37ms<br> 1817 silly pacote range manifest for punycode@^2.1.1 fetched in 0ms<br> 1818 silly pacote range manifest for safe-buffer@^5.0.1 fetched in 1ms<br> 1819 silly pacote range manifest for array-union@^1.0.1 fetched in 68ms<br> 1820 http fetch GET 304 <a href="https://registry.npmjs.org/arrify" rel="nofollow">https://registry.npmjs.org/arrify</a> 61ms (from cache)<br> 1821 silly pacote range manifest for arrify@^1.0.0 fetched in 68ms<br> 1822 http fetch GET 304 <a href="https://registry.npmjs.org/is-path-inside" rel="nofollow">https://registry.npmjs.org/is-path-inside</a> 41ms (from cache)<br> 1823 silly pacote range manifest for is-path-inside@^1.0.0 fetched in 46ms<br> 1824 http fetch GET 304 <a href="https://registry.npmjs.org/pinkie" rel="nofollow">https://registry.npmjs.org/pinkie</a> 49ms (from cache)<br> 1825 silly pacote range manifest for pinkie@^2.0.0 fetched in 65ms<br> 1826 silly pacote range manifest for ansi-styles@^4.0.0 fetched in 1ms<br> 1827 http fetch GET 304 <a href="https://registry.npmjs.org/p-locate" rel="nofollow">https://registry.npmjs.org/p-locate</a> 37ms (from cache)<br> 1828 silly pacote range manifest for p-locate@^4.1.0 fetched in 50ms<br> 1829 silly pacote range manifest for punycode@^2.1.0 fetched in 1ms<br> 1830 silly pacote range manifest for color-convert@^2.0.1 fetched in 1ms<br> 1831 http fetch GET 304 <a href="https://registry.npmjs.org/onetime" rel="nofollow">https://registry.npmjs.org/onetime</a> 39ms (from cache)<br> 1832 silly pacote range manifest for onetime@^5.1.0 fetched in 40ms<br> 1833 http fetch GET 304 <a href="https://registry.npmjs.org/signal-exit" rel="nofollow">https://registry.npmjs.org/signal-exit</a> 27ms (from cache)<br> 1834 silly pacote range manifest for signal-exit@^3.0.2 fetched in 29ms<br> 1835 silly pacote range manifest for os-tmpdir@~1.0.2 fetched in 1ms<br> 1836 http fetch GET 304 <a href="https://registry.npmjs.org/debuglog" rel="nofollow">https://registry.npmjs.org/debuglog</a> 37ms (from cache)<br> 1837 silly pacote range manifest for debuglog@^1.0.1 fetched in 38ms<br> 1838 http fetch GET 304 <a href="https://registry.npmjs.org/dezalgo" rel="nofollow">https://registry.npmjs.org/dezalgo</a> 28ms (from cache)<br> 1839 silly pacote range manifest for dezalgo@^1.0.0 fetched in 30ms<br> 1840 http fetch GET 304 <a href="https://registry.npmjs.org/env-paths" rel="nofollow">https://registry.npmjs.org/env-paths</a> 55ms (from cache)<br> 1841 silly pacote range manifest for env-paths@^2.2.0 fetched in 56ms<br> 1842 silly pacote range manifest for graceful-fs@^4.2.3 fetched in 1ms<br> 1843 http fetch GET 304 <a href="https://registry.npmjs.org/nopt" rel="nofollow">https://registry.npmjs.org/nopt</a> 33ms (from cache)<br> 1844 silly pacote range manifest for nopt@^5.0.0 fetched in 35ms<br> 1845 http fetch GET 304 <a href="https://registry.npmjs.org/npmlog" rel="nofollow">https://registry.npmjs.org/npmlog</a> 40ms (from cache)<br> 1846 silly pacote range manifest for npmlog@^4.1.2 fetched in 41ms<br> 1847 http fetch GET 304 <a href="https://registry.npmjs.org/core-util-is" rel="nofollow">https://registry.npmjs.org/core-util-is</a> 34ms (from cache)<br> 1848 silly pacote range manifest for core-util-is@~1.0.0 fetched in 35ms<br> 1849 silly pacote range manifest for inherits@~2.0.3 fetched in 2ms<br> 1850 silly pacote range manifest for isarray@~1.0.0 fetched in 1ms<br> 1851 http fetch GET 304 <a href="https://registry.npmjs.org/process-nextick-args" rel="nofollow">https://registry.npmjs.org/process-nextick-args</a> 32ms (from cache)<br> 1852 silly pacote range manifest for process-nextick-args@~2.0.0 fetched in 33ms<br> 1853 silly pacote range manifest for string_decoder@~1.1.1 fetched in 1ms<br> 1854 http fetch GET 304 <a href="https://registry.npmjs.org/util-deprecate" rel="nofollow">https://registry.npmjs.org/util-deprecate</a> 36ms (from cache)<br> 1855 silly pacote range manifest for util-deprecate@~1.0.1 fetched in 37ms<br> 1856 http fetch GET 304 <a href="https://registry.npmjs.org/agentkeepalive" rel="nofollow">https://registry.npmjs.org/agentkeepalive</a> 47ms (from cache)<br> 1857 silly pacote range manifest for agentkeepalive@^4.1.3 fetched in 48ms<br> 1858 http fetch GET 304 <a href="https://registry.npmjs.org/http-cache-semantics" rel="nofollow">https://registry.npmjs.org/http-cache-semantics</a> 69ms (from cache)<br> 1859 silly pacote range manifest for http-cache-semantics@^4.1.0 fetched in 70ms<br> 1860 http fetch GET 304 <a href="https://registry.npmjs.org/http-proxy-agent" rel="nofollow">https://registry.npmjs.org/http-proxy-agent</a> 88ms (from cache)<br> 1861 silly pacote range manifest for http-proxy-agent@^4.0.1 fetched in 89ms<br> 1862 silly pacote range manifest for https-proxy-agent@^5.0.0 fetched in 1ms<br> 1863 http fetch GET 304 <a href="https://registry.npmjs.org/is-lambda" rel="nofollow">https://registry.npmjs.org/is-lambda</a> 81ms (from cache)<br> 1864 silly pacote range manifest for is-lambda@^1.0.1 fetched in 81ms<br> 1865 silly pacote range manifest for minipass-fetch@^1.3.2 fetched in 1ms<br> 1866 silly pacote range manifest for minipass-pipeline@^1.2.4 fetched in 1ms<br> 1867 http fetch GET 304 <a href="https://registry.npmjs.org/socks-proxy-agent" rel="nofollow">https://registry.npmjs.org/socks-proxy-agent</a> 39ms (from cache)<br> 1868 silly pacote range manifest for socks-proxy-agent@^5.0.0 fetched in 40ms<br> 1869 http fetch GET 304 <a href="https://registry.npmjs.org/jsonparse" rel="nofollow">https://registry.npmjs.org/jsonparse</a> 30ms (from cache)<br> 1870 silly pacote range manifest for jsonparse@^1.3.1 fetched in 31ms<br> 1871 http fetch GET 304 <a href="https://registry.npmjs.org/encoding" rel="nofollow">https://registry.npmjs.org/encoding</a> 29ms (from cache)<br> 1872 silly pacote range manifest for encoding@^0.1.12 fetched in 30ms<br> 1873 silly pacote range manifest for minipass@^3.1.0 fetched in 1ms<br> 1874 http fetch GET 304 <a href="https://registry.npmjs.org/minipass-sized" rel="nofollow">https://registry.npmjs.org/minipass-sized</a> 35ms (from cache)<br> 1875 silly pacote range manifest for minipass-sized@^1.0.3 fetched in 37ms<br> 1876 http fetch GET 304 <a href="https://registry.npmjs.org/regex-parser" rel="nofollow">https://registry.npmjs.org/regex-parser</a> 80ms (from cache)<br> 1877 silly pacote range manifest for regex-parser@^2.2.11 fetched in 96ms<br> 1878 http fetch GET 304 <a href="https://registry.npmjs.org/arity-n" rel="nofollow">https://registry.npmjs.org/arity-n</a> 42ms (from cache)<br> 1879 silly pacote range manifest for arity-n@^1.0.4 fetched in 46ms<br> 1880 silly pacote range manifest for emojis-list@^2.0.0 fetched in 10ms<br> 1881 http fetch GET 304 <a href="https://registry.npmjs.org/d" rel="nofollow">https://registry.npmjs.org/d</a> 52ms (from cache)<br> 1882 silly pacote range manifest for d@1 fetched in 57ms<br> 1883 http fetch GET 304 <a href="https://registry.npmjs.org/es5-ext" rel="nofollow">https://registry.npmjs.org/es5-ext</a> 379ms (from cache)<br> 1884 silly pacote range manifest for es5-ext@^0.10.35 fetched in 400ms<br> 1885 http fetch GET 304 <a href="https://registry.npmjs.org/upath" rel="nofollow">https://registry.npmjs.org/upath</a> 20993ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 1886 silly pacote range manifest for upath@^1.1.1 fetched in 20999ms<br> 1887 silly pacote range manifest for convert-source-map@^0.3.3 fetched in 30ms<br> 1888 http fetch GET 304 <a href="https://registry.npmjs.org/color-name" rel="nofollow">https://registry.npmjs.org/color-name</a> 30ms (from cache)<br> 1889 silly pacote version manifest for [email protected] fetched in 48ms<br> 1890 http fetch GET 304 <a href="https://registry.npmjs.org/function-bind" rel="nofollow">https://registry.npmjs.org/function-bind</a> 33ms (from cache)<br> 1891 silly pacote range manifest for function-bind@^1.1.1 fetched in 34ms<br> 1892 http fetch GET 304 <a href="https://registry.npmjs.org/is-number" rel="nofollow">https://registry.npmjs.org/is-number</a> 45ms (from cache)<br> 1893 silly pacote range manifest for is-number@^7.0.0 fetched in 65ms<br> 1894 http fetch GET 304 <a href="https://registry.npmjs.org/negotiator" rel="nofollow">https://registry.npmjs.org/negotiator</a> 43ms (from cache)<br> 1895 silly pacote version manifest for [email protected] fetched in 52ms<br> 1896 silly pacote range manifest for graceful-fs@^4.2.0 fetched in 1ms<br> 1897 http fetch GET 304 <a href="https://registry.npmjs.org/es6-symbol" rel="nofollow">https://registry.npmjs.org/es6-symbol</a> 340ms (from cache)<br> 1898 http fetch GET 304 <a href="https://registry.npmjs.org/jsonfile" rel="nofollow">https://registry.npmjs.org/jsonfile</a> 55ms (from cache)<br> 1899 silly pacote range manifest for jsonfile@^4.0.0 fetched in 59ms<br> 1900 silly pacote range manifest for es6-symbol@^3.1.1 fetched in 363ms<br> 1901 http fetch GET 304 <a href="https://registry.npmjs.org/universalify" rel="nofollow">https://registry.npmjs.org/universalify</a> 43ms (from cache)<br> 1902 silly pacote range manifest for universalify@^0.1.0 fetched in 48ms<br> 1903 http fetch GET 304 <a href="https://registry.npmjs.org/after" rel="nofollow">https://registry.npmjs.org/after</a> 56ms (from cache)<br> 1904 silly pacote version manifest for [email protected] fetched in 61ms<br> 1905 http fetch GET 304 <a href="https://registry.npmjs.org/base64-arraybuffer" rel="nofollow">https://registry.npmjs.org/base64-arraybuffer</a> 37ms (from cache)<br> 1906 http fetch GET 304 <a href="https://registry.npmjs.org/arraybuffer.slice" rel="nofollow">https://registry.npmjs.org/arraybuffer.slice</a> 58ms (from cache)<br> 1907 silly pacote range manifest for arraybuffer.slice@~0.0.7 fetched in 62ms<br> 1908 silly pacote version manifest for [email protected] fetched in 45ms<br> 1909 http fetch GET 304 <a href="https://registry.npmjs.org/blob" rel="nofollow">https://registry.npmjs.org/blob</a> 48ms (from cache)<br> 1910 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-member-expression-to-functions" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-member-expression-to-functions</a> 81ms (from cache)<br> 1911 silly pacote version manifest for [email protected] fetched in 88ms<br> 1912 silly pacote range manifest for @babel/helper-optimise-call-expression@^7.12.10 fetched in 1ms<br> 1913 silly pacote range manifest for @babel/helper-member-expression-to-functions@^7.12.7 fetched in 96ms<br> 1914 http fetch GET 304 <a href="https://registry.npmjs.org/component-inherit" rel="nofollow">https://registry.npmjs.org/component-inherit</a> 42ms (from cache)<br> 1915 silly pacote version manifest for [email protected] fetched in 46ms<br> 1916 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-get-function-arity" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-get-function-arity</a> 69ms (from cache)<br> 1917 silly pacote range manifest for @babel/helper-get-function-arity@^7.12.10 fetched in 74ms<br> 1918 http fetch GET 304 <a href="https://registry.npmjs.org/has-cors" rel="nofollow">https://registry.npmjs.org/has-cors</a> 65ms (from cache)<br> 1919 http fetch GET 304 <a href="https://registry.npmjs.org/xmlhttprequest-ssl" rel="nofollow">https://registry.npmjs.org/xmlhttprequest-ssl</a> 45ms (from cache)<br> 1920 silly pacote version manifest for [email protected] fetched in 70ms<br> 1921 silly pacote range manifest for xmlhttprequest-ssl@~1.5.4 fetched in 68ms<br> 1922 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-wrap-function" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-wrap-function</a> 85ms (from cache)<br> 1923 silly pacote range manifest for @babel/helper-wrap-function@^7.10.4 fetched in 91ms<br> 1924 silly pacote range manifest for @babel/helper-member-expression-to-functions@^7.12.1 fetched in 1ms<br> 1925 http fetch GET 304 <a href="https://registry.npmjs.org/regexpu-core" rel="nofollow">https://registry.npmjs.org/regexpu-core</a> 59ms (from cache)<br> 1926 silly pacote range manifest for regexpu-core@^4.7.1 fetched in 65ms<br> 1927 silly pacote range manifest for @babel/types@^7.10.5 fetched in 1ms<br> 1928 http fetch GET 304 <a href="https://registry.npmjs.org/yeast" rel="nofollow">https://registry.npmjs.org/yeast</a> 182ms (from cache)<br> 1929 silly pacote version manifest for [email protected] fetched in 196ms<br> 1930 silly pacote range manifest for @babel/types@^7.10.4 fetched in 1ms<br> 1931 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelper-explode-assignable-expression" rel="nofollow">https://registry.npmjs.org/@babel%2fhelper-explode-assignable-expression</a> 77ms (from cache)<br> 1932 silly pacote range manifest for @babel/helper-explode-assignable-expression@^7.10.4 fetched in 83ms<br> 1933 http fetch GET 304 <a href="https://registry.npmjs.org/object.assign" rel="nofollow">https://registry.npmjs.org/object.assign</a> 70ms (from cache)<br> 1934 silly pacote range manifest for @babel/runtime@^7.8.4 fetched in 12ms<br> 1935 silly pacote range manifest for object.assign@^4.1.0 fetched in 81ms<br> 1936 http fetch GET 304 <a href="https://registry.npmjs.org/clean-stack" rel="nofollow">https://registry.npmjs.org/clean-stack</a> 59ms (from cache)<br> 1937 http fetch GET 304 <a href="https://registry.npmjs.org/indent-string" rel="nofollow">https://registry.npmjs.org/indent-string</a> 52ms (from cache)<br> 1938 silly pacote range manifest for indent-string@^4.0.0 fetched in 54ms<br> 1939 silly pacote range manifest for clean-stack@^2.0.0 fetched in 61ms<br> 1940 silly pacote range manifest for safe-buffer@^5.1.0 fetched in 1ms<br> 1941 http fetch GET 304 <a href="https://registry.npmjs.org/imurmurhash" rel="nofollow">https://registry.npmjs.org/imurmurhash</a> 36ms (from cache)<br> 1942 silly pacote range manifest for imurmurhash@^0.1.4 fetched in 37ms<br> 1943 http fetch GET 304 <a href="https://registry.npmjs.org/caller-path" rel="nofollow">https://registry.npmjs.org/caller-path</a> 45ms (from cache)<br> 1944 silly pacote range manifest for caller-path@^2.0.0 fetched in 49ms<br> 1945 http fetch GET 304 <a href="https://registry.npmjs.org/resolve-from" rel="nofollow">https://registry.npmjs.org/resolve-from</a> 50ms (from cache)<br> 1946 silly pacote range manifest for resolve-from@^3.0.0 fetched in 55ms<br> 1947 silly pacote range manifest for json-parse-better-errors@^1.0.1 fetched in 1ms<br> 1948 silly pacote range manifest for postcss@^7.0.1 fetched in 2ms<br> 1949 http fetch GET 304 <a href="https://registry.npmjs.org/error-ex" rel="nofollow">https://registry.npmjs.org/error-ex</a> 55ms (from cache)<br> 1950 silly pacote range manifest for error-ex@^1.3.1 fetched in 70ms<br> 1951 silly pacote range manifest for postcss@^7.0.27 fetched in 2ms<br> 1952 silly pacote range manifest for postcss-value-parser@^4.0.2 fetched in 1ms<br> 1953 silly pacote range manifest for browserslist@^4.0.0 fetched in 1ms<br> 1954 http fetch GET 304 <a href="https://registry.npmjs.org/timsort" rel="nofollow">https://registry.npmjs.org/timsort</a> 47ms (from cache)<br> 1955 silly pacote range manifest for timsort@^0.3.0 fetched in 51ms<br> 1956 silly pacote range manifest for has@^1.0.0 fetched in 1ms<br> 1957 silly pacote range manifest for postcss-value-parser@^3.0.0 fetched in 10ms<br> 1958 http fetch GET 304 <a href="https://registry.npmjs.org/color" rel="nofollow">https://registry.npmjs.org/color</a> 60ms (from cache)<br> 1959 silly pacote range manifest for color@^3.0.0 fetched in 66ms<br> 1960 http fetch GET 304 <a href="https://registry.npmjs.org/css-color-names" rel="nofollow">https://registry.npmjs.org/css-color-names</a> 46ms (from cache)<br> 1961 silly pacote version manifest for [email protected] fetched in 51ms<br> 1962 http fetch GET 304 <a href="https://registry.npmjs.org/caniuse-api" rel="nofollow">https://registry.npmjs.org/caniuse-api</a> 53ms (from cache)<br> 1963 silly pacote range manifest for caniuse-api@^3.0.0 fetched in 58ms<br> 1964 http fetch GET 304 <a href="https://registry.npmjs.org/stylehacks" rel="nofollow">https://registry.npmjs.org/stylehacks</a> 88ms (from cache)<br> 1965 silly pacote range manifest for stylehacks@^4.0.0 fetched in 93ms<br> 1966 silly pacote range manifest for postcss-selector-parser@^3.0.0 fetched in 6ms<br> 1967 http fetch GET 304 <a href="https://registry.npmjs.org/cssnano-util-same-parent" rel="nofollow">https://registry.npmjs.org/cssnano-util-same-parent</a> 66ms (from cache)<br> 1968 silly pacote range manifest for cssnano-util-same-parent@^4.0.0 fetched in 71ms<br> 1969 http fetch GET 304 <a href="https://registry.npmjs.org/vendors" rel="nofollow">https://registry.npmjs.org/vendors</a> 48ms (from cache)<br> 1970 silly pacote range manifest for vendors@^1.0.0 fetched in 90ms<br> 1971 http fetch GET 304 <a href="https://registry.npmjs.org/alphanum-sort" rel="nofollow">https://registry.npmjs.org/alphanum-sort</a> 74ms (from cache)<br> 1972 silly pacote range manifest for alphanum-sort@^1.0.0 fetched in 78ms<br> 1973 http fetch GET 304 <a href="https://registry.npmjs.org/cssnano-util-get-arguments" rel="nofollow">https://registry.npmjs.org/cssnano-util-get-arguments</a> 47ms (from cache)<br> 1974 silly pacote range manifest for cssnano-util-get-arguments@^4.0.0 fetched in 53ms<br> 1975 http fetch GET 304 <a href="https://registry.npmjs.org/uniqs" rel="nofollow">https://registry.npmjs.org/uniqs</a> 47ms (from cache)<br> 1976 silly pacote range manifest for uniqs@^2.0.0 fetched in 62ms<br> 1977 http fetch GET 304 <a href="https://registry.npmjs.org/cssnano-util-get-match" rel="nofollow">https://registry.npmjs.org/cssnano-util-get-match</a> 49ms (from cache)<br> 1978 silly pacote range manifest for cssnano-util-get-match@^4.0.0 fetched in 54ms<br> 1979 silly pacote range manifest for is-absolute-url@^2.0.0 fetched in 9ms<br> 1980 http fetch GET 304 <a href="https://registry.npmjs.org/is-svg" rel="nofollow">https://registry.npmjs.org/is-svg</a> 53ms (from cache)<br> 1981 silly pacote range manifest for is-svg@^3.0.0 fetched in 58ms<br> 1982 http fetch GET 304 <a href="https://registry.npmjs.org/normalize-url" rel="nofollow">https://registry.npmjs.org/normalize-url</a> 59ms (from cache)<br> 1983 silly pacote range manifest for normalize-url@^3.0.0 fetched in 64ms<br> 1984 http fetch GET 304 <a href="https://registry.npmjs.org/svgo" rel="nofollow">https://registry.npmjs.org/svgo</a> 70ms (from cache)<br> 1985 silly pacote range manifest for svgo@^1.0.0 fetched in 93ms<br> 1986 http fetch GET 304 <a href="https://registry.npmjs.org/uniq" rel="nofollow">https://registry.npmjs.org/uniq</a> 58ms (from cache)<br> 1987 silly pacote range manifest for uniq@^1.0.1 fetched in 63ms<br> 1988 silly pacote range manifest for util-deprecate@^1.0.2 fetched in 1ms<br> 1989 http fetch GET 304 <a href="https://registry.npmjs.org/atob" rel="nofollow">https://registry.npmjs.org/atob</a> 89ms (from cache)<br> 1990 silly pacote range manifest for atob@^2.1.2 fetched in 94ms<br> 1991 http fetch GET 304 <a href="https://registry.npmjs.org/decode-uri-component" rel="nofollow">https://registry.npmjs.org/decode-uri-component</a> 49ms (from cache)<br> 1992 silly pacote range manifest for decode-uri-component@^0.2.0 fetched in 56ms<br> 1993 http fetch GET 304 <a href="https://registry.npmjs.org/indexes-of" rel="nofollow">https://registry.npmjs.org/indexes-of</a> 310ms (from cache)<br> 1994 silly pacote range manifest for indexes-of@^1.0.1 fetched in 315ms<br> 1995 http fetch GET 304 <a href="https://registry.npmjs.org/base64-js" rel="nofollow">https://registry.npmjs.org/base64-js</a> 52ms (from cache)<br> 1996 http fetch GET 304 <a href="https://registry.npmjs.org/ieee754" rel="nofollow">https://registry.npmjs.org/ieee754</a> 39ms (from cache)<br> 1997 silly pacote range manifest for base64-js@^1.3.1 fetched in 54ms<br> 1998 silly pacote range manifest for ieee754@^1.1.13 fetched in 40ms<br> 1999 silly pacote range manifest for string_decoder@^1.1.1 fetched in 1ms<br> 2000 silly pacote range manifest for util-deprecate@^1.0.1 fetched in 3ms<br> 2001 http fetch GET 304 <a href="https://registry.npmjs.org/clone" rel="nofollow">https://registry.npmjs.org/clone</a> 82ms (from cache)<br> 2002 silly pacote range manifest for clone@^1.0.2 fetched in 85ms<br> 2003 silly pacote range manifest for resolve-from@^4.0.0 fetched in 27ms<br> 2004 http fetch GET 304 <a href="https://registry.npmjs.org/ipaddr.js" rel="nofollow">https://registry.npmjs.org/ipaddr.js</a> 21019ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 2005 silly pacote range manifest for ipaddr.js@^1.9.0 fetched in 21038ms<br> 2006 silly pacote range manifest for source-map-resolve@^0.5.2 fetched in 17ms<br> 2007 http fetch GET 304 <a href="https://registry.npmjs.org/lines-and-columns" rel="nofollow">https://registry.npmjs.org/lines-and-columns</a> 109ms (from cache)<br> 2008 silly pacote range manifest for lines-and-columns@^1.1.6 fetched in 124ms<br> 2009 http fetch GET 304 <a href="https://registry.npmjs.org/urix" rel="nofollow">https://registry.npmjs.org/urix</a> 72ms (from cache)<br> 2010 silly pacote range manifest for urix@^0.1.0 fetched in 78ms<br> 2011 warn deprecated [email protected]: Please see <a href="https://github.com/lydell/urix#deprecated">https://github.com/lydell/urix#deprecated</a><br> 2012 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fwast-parser" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fwast-parser</a> 69ms (from cache)<br> 2013 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 74ms<br> 2014 http fetch GET 304 <a href="https://registry.npmjs.org/@xtuc%2flong" rel="nofollow">https://registry.npmjs.org/@xtuc%2flong</a> 88ms (from cache)<br> 2015 http fetch GET 304 <a href="https://registry.npmjs.org/@xtuc%2fieee754" rel="nofollow">https://registry.npmjs.org/@xtuc%2fieee754</a> 63ms (from cache)<br> 2016 silly pacote version manifest for @xtuc/[email protected] fetched in 93ms<br> 2017 silly pacote range manifest for @xtuc/ieee754@^1.2.0 fetched in 69ms<br> 2018 silly pacote range manifest for object-assign@^4.1.1 fetched in 1ms<br> 2019 silly pacote range manifest for estraverse@^5.2.0 fetched in 10ms<br> 2020 silly pacote range manifest for pako@~1.0.5 fetched in 1ms<br> 2021 silly pacote range manifest for base64-js@^1.0.2 fetched in 0ms<br> 2022 silly pacote range manifest for ieee754@^1.1.4 fetched in 0ms<br> 2023 silly pacote range manifest for isarray@^1.0.0 fetched in 1ms<br> 2024 silly pacote version manifest for [email protected] fetched in 16ms<br> 2025 http fetch GET 304 <a href="https://registry.npmjs.org/browserify-cipher" rel="nofollow">https://registry.npmjs.org/browserify-cipher</a> 71ms (from cache)<br> 2026 silly pacote range manifest for browserify-cipher@^1.0.0 fetched in 76ms<br> 2027 http fetch GET 304 <a href="https://registry.npmjs.org/browserify-sign" rel="nofollow">https://registry.npmjs.org/browserify-sign</a> 71ms (from cache)<br> 2028 silly pacote range manifest for browserify-sign@^4.0.0 fetched in 76ms<br> 2029 http fetch GET 304 <a href="https://registry.npmjs.org/create-hash" rel="nofollow">https://registry.npmjs.org/create-hash</a> 47ms (from cache)<br> 2030 silly pacote range manifest for create-hash@^1.1.0 fetched in 52ms<br> 2031 http fetch GET 304 <a href="https://registry.npmjs.org/create-ecdh" rel="nofollow">https://registry.npmjs.org/create-ecdh</a> 84ms (from cache)<br> 2032 silly pacote range manifest for create-ecdh@^4.0.0 fetched in 89ms<br> 2033 http fetch GET 304 <a href="https://registry.npmjs.org/create-hmac" rel="nofollow">https://registry.npmjs.org/create-hmac</a> 44ms (from cache)<br> 2034 silly pacote range manifest for create-hmac@^1.1.0 fetched in 49ms<br> 2035 silly pacote range manifest for inherits@^2.0.1 fetched in 2ms<br> 2036 http fetch GET 304 <a href="https://registry.npmjs.org/diffie-hellman" rel="nofollow">https://registry.npmjs.org/diffie-hellman</a> 76ms (from cache)<br> 2037 silly pacote range manifest for diffie-hellman@^5.0.0 fetched in 80ms<br> 2038 http fetch GET 304 <a href="https://registry.npmjs.org/pbkdf2" rel="nofollow">https://registry.npmjs.org/pbkdf2</a> 66ms (from cache)<br> 2039 silly pacote range manifest for pbkdf2@^3.0.3 fetched in 71ms<br> 2040 silly pacote range manifest for randombytes@^2.0.0 fetched in 1ms<br> 2041 http fetch GET 304 <a href="https://registry.npmjs.org/public-encrypt" rel="nofollow">https://registry.npmjs.org/public-encrypt</a> 45ms (from cache)<br> 2042 silly pacote range manifest for public-encrypt@^4.0.0 fetched in 63ms<br> 2043 silly pacote range manifest for inherits@~2.0.1 fetched in 2ms<br> 2044 silly pacote range manifest for readable-stream@^2.0.2 fetched in 1ms<br> 2045 silly pacote range manifest for safe-buffer@~5.2.0 fetched in 1ms<br> 2046 http fetch GET 304 <a href="https://registry.npmjs.org/randomfill" rel="nofollow">https://registry.npmjs.org/randomfill</a> 97ms (from cache)<br> 2047 silly pacote range manifest for randomfill@^1.0.3 fetched in 102ms<br> 2048 http fetch GET 304 <a href="https://registry.npmjs.org/builtin-status-codes" rel="nofollow">https://registry.npmjs.org/builtin-status-codes</a> 49ms (from cache)<br> 2049 silly pacote range manifest for readable-stream@^2.3.6 fetched in 2ms<br> 2050 silly pacote range manifest for builtin-status-codes@^3.0.0 fetched in 71ms<br> 2051 http fetch GET 304 <a href="https://registry.npmjs.org/xtend" rel="nofollow">https://registry.npmjs.org/xtend</a> 56ms (from cache)<br> 2052 silly pacote range manifest for xtend@^4.0.0 fetched in 70ms<br> 2053 http fetch GET 304 <a href="https://registry.npmjs.org/setimmediate" rel="nofollow">https://registry.npmjs.org/setimmediate</a> 49ms (from cache)<br> 2054 silly pacote range manifest for setimmediate@^1.0.4 fetched in 53ms<br> 2055 http fetch GET 304 <a href="https://registry.npmjs.org/arr-flatten" rel="nofollow">https://registry.npmjs.org/arr-flatten</a> 42ms (from cache)<br> 2056 http fetch GET 304 <a href="https://registry.npmjs.org/to-arraybuffer" rel="nofollow">https://registry.npmjs.org/to-arraybuffer</a> 189ms (from cache)<br> 2057 silly pacote range manifest for to-arraybuffer@^1.0.0 fetched in 194ms<br> 2058 silly pacote range manifest for arr-flatten@^1.1.0 fetched in 76ms<br> 2059 silly pacote range manifest for extend-shallow@^2.0.1 fetched in 26ms<br> 2060 silly pacote range manifest for fill-range@^4.0.0 fetched in 10ms<br> 2061 http fetch GET 304 <a href="https://registry.npmjs.org/isobject" rel="nofollow">https://registry.npmjs.org/isobject</a> 46ms (from cache)<br> 2062 silly pacote range manifest for isobject@^3.0.1 fetched in 51ms<br> 2063 http fetch GET 304 <a href="https://registry.npmjs.org/snapdragon-node" rel="nofollow">https://registry.npmjs.org/snapdragon-node</a> 55ms (from cache)<br> 2064 http fetch GET 304 <a href="https://registry.npmjs.org/repeat-element" rel="nofollow">https://registry.npmjs.org/repeat-element</a> 98ms (from cache)<br> 2065 silly pacote range manifest for snapdragon-node@^2.0.1 fetched in 60ms<br> 2066 silly pacote range manifest for repeat-element@^1.1.2 fetched in 105ms<br> 2067 silly pacote range manifest for to-regex@^3.0.1 fetched in 1ms<br> 2068 http fetch GET 304 <a href="https://registry.npmjs.org/split-string" rel="nofollow">https://registry.npmjs.org/split-string</a> 60ms (from cache)<br> 2069 silly pacote range manifest for split-string@^3.0.2 fetched in 64ms<br> 2070 http fetch GET 304 <a href="https://registry.npmjs.org/assign-symbols" rel="nofollow">https://registry.npmjs.org/assign-symbols</a> 68ms (from cache)<br> 2071 silly pacote range manifest for assign-symbols@^1.0.0 fetched in 74ms<br> 2072 http fetch GET 304 <a href="https://registry.npmjs.org/is-extendable" rel="nofollow">https://registry.npmjs.org/is-extendable</a> 48ms (from cache)<br> 2073 silly pacote range manifest for is-extendable@^1.0.1 fetched in 55ms<br> 2074 http fetch GET 304 <a href="https://registry.npmjs.org/is-descriptor" rel="nofollow">https://registry.npmjs.org/is-descriptor</a> 52ms (from cache)<br> 2075 silly pacote range manifest for is-descriptor@^1.0.2 fetched in 59ms<br> 2076 silly pacote range manifest for define-property@^1.0.0 fetched in 5ms<br> 2077 http fetch GET 304 <a href="https://registry.npmjs.org/map-cache" rel="nofollow">https://registry.npmjs.org/map-cache</a> 43ms (from cache)<br> 2078 silly pacote range manifest for map-cache@^0.2.2 fetched in 71ms<br> 2079 http fetch GET 304 <a href="https://registry.npmjs.org/expand-brackets" rel="nofollow">https://registry.npmjs.org/expand-brackets</a> 66ms (from cache)<br> 2080 silly pacote range manifest for expand-brackets@^2.1.4 fetched in 71ms<br> 2081 http fetch GET 304 <a href="https://registry.npmjs.org/is-windows" rel="nofollow">https://registry.npmjs.org/is-windows</a> 49ms (from cache)<br> 2082 silly pacote range manifest for is-windows@^1.0.2 fetched in 53ms<br> 2083 http fetch GET 304 <a href="https://registry.npmjs.org/safe-regex" rel="nofollow">https://registry.npmjs.org/safe-regex</a> 46ms (from cache)<br> 2084 silly pacote range manifest for safe-regex@^1.1.0 fetched in 52ms<br> 2085 silly pacote range manifest for debug@^2.2.0 fetched in 22ms<br> 2086 silly pacote range manifest for define-property@^0.2.5 fetched in 4ms<br> 2087 silly pacote range manifest for source-map-resolve@^0.5.0 fetched in 1ms<br> 2088 http fetch GET 304 <a href="https://registry.npmjs.org/base" rel="nofollow">https://registry.npmjs.org/base</a> 74ms (from cache)<br> 2089 silly pacote range manifest for base@^0.11.1 fetched in 94ms<br> 2090 silly pacote range manifest for regex-not@^1.0.2 fetched in 1ms<br> 2091 http fetch GET 304 <a href="https://registry.npmjs.org/use" rel="nofollow">https://registry.npmjs.org/use</a> 65ms (from cache)<br> 2092 silly pacote range manifest for use@^3.1.0 fetched in 70ms<br> 2093 silly pacote range manifest for chownr@^1.1.1 fetched in 19ms<br> 2094 http fetch GET 304 <a href="https://registry.npmjs.org/bluebird" rel="nofollow">https://registry.npmjs.org/bluebird</a> 129ms (from cache)<br> 2095 http fetch GET 304 <a href="https://registry.npmjs.org/figgy-pudding" rel="nofollow">https://registry.npmjs.org/figgy-pudding</a> 93ms (from cache)<br> 2096 silly pacote range manifest for bluebird@^3.5.5 fetched in 145ms<br> 2097 silly pacote range manifest for graceful-fs@^4.1.15 fetched in 3ms<br> 2098 silly pacote range manifest for infer-owner@^1.0.3 fetched in 1ms<br> 2099 silly pacote range manifest for figgy-pudding@^3.5.1 fetched in 120ms<br> 2100 silly pacote range manifest for lru-cache@^5.1.1 fetched in 42ms<br> 2101 http fetch GET 304 <a href="https://registry.npmjs.org/move-concurrently" rel="nofollow">https://registry.npmjs.org/move-concurrently</a> 66ms (from cache)<br> 2102 silly pacote range manifest for move-concurrently@^1.0.1 fetched in 101ms<br> 2103 http fetch GET 304 <a href="https://registry.npmjs.org/mississippi" rel="nofollow">https://registry.npmjs.org/mississippi</a> 150ms (from cache)<br> 2104 silly pacote range manifest for ssri@^6.0.1 fetched in 23ms<br> 2105 silly pacote range manifest for make-dir@^2.0.0 fetched in 1ms<br> 2106 silly pacote range manifest for source-map-support@~0.5.12 fetched in 1ms<br> 2107 silly pacote range manifest for errno@~0.1.7 fetched in 1ms<br> 2108 silly pacote range manifest for micromatch@^3.1.4 fetched in 1ms<br> 2109 silly pacote range manifest for mississippi@^3.0.0 fetched in 168ms<br> 2110 silly pacote range manifest for is-glob@^3.1.0 fetched in 7ms<br> 2111 silly pacote range manifest for normalize-path@^2.1.1 fetched in 19ms<br> 2112 silly pacote range manifest for binary-extensions@^1.0.0 fetched in 9ms<br> 2113 silly pacote range manifest for graceful-fs@^4.1.11 fetched in 1ms<br> 2114 http fetch GET 304 <a href="https://registry.npmjs.org/bindings" rel="nofollow">https://registry.npmjs.org/bindings</a> 40ms (from cache)<br> 2115 silly pacote range manifest for bindings@^1.5.0 fetched in 53ms<br> 2116 http fetch GET 304 <a href="https://registry.npmjs.org/path-dirname" rel="nofollow">https://registry.npmjs.org/path-dirname</a> 325ms (from cache)<br> 2117 silly pacote range manifest for path-dirname@^1.0.0 fetched in 330ms<br> 2118 http fetch GET 304 <a href="https://registry.npmjs.org/is-arguments" rel="nofollow">https://registry.npmjs.org/is-arguments</a> 77ms (from cache)<br> 2119 silly pacote range manifest for is-arguments@^1.0.4 fetched in 83ms<br> 2120 http fetch GET 304 <a href="https://registry.npmjs.org/is-date-object" rel="nofollow">https://registry.npmjs.org/is-date-object</a> 304ms (from cache)<br> 2121 silly pacote range manifest for is-date-object@^1.0.1 fetched in 310ms<br> 2122 http fetch GET 304 <a href="https://registry.npmjs.org/is-regex" rel="nofollow">https://registry.npmjs.org/is-regex</a> 43ms (from cache)<br> 2123 silly pacote range manifest for is-regex@^1.0.4 fetched in 48ms<br> 2124 http fetch GET 304 <a href="https://registry.npmjs.org/object-is" rel="nofollow">https://registry.npmjs.org/object-is</a> 40ms (from cache)<br> 2125 silly pacote range manifest for object-is@^1.0.1 fetched in 56ms<br> 2126 http fetch GET 304 <a href="https://registry.npmjs.org/object-keys" rel="nofollow">https://registry.npmjs.org/object-keys</a> 49ms (from cache)<br> 2127 silly pacote range manifest for object-keys@^1.1.1 fetched in 54ms<br> 2128 http fetch GET 304 <a href="https://registry.npmjs.org/regexp.prototype.flags" rel="nofollow">https://registry.npmjs.org/regexp.prototype.flags</a> 59ms (from cache)<br> 2129 silly pacote range manifest for regexp.prototype.flags@^1.2.0 fetched in 63ms<br> 2130 http fetch GET 304 <a href="https://registry.npmjs.org/buffer-indexof" rel="nofollow">https://registry.npmjs.org/buffer-indexof</a> 66ms (from cache)<br> 2131 silly pacote range manifest for buffer-indexof@^1.0.0 fetched in 103ms<br> 2132 http fetch GET 304 <a href="https://registry.npmjs.org/dns-packet" rel="nofollow">https://registry.npmjs.org/dns-packet</a> 76ms (from cache)<br> 2133 silly pacote range manifest for dns-packet@^1.3.1 fetched in 106ms<br> 2134 http fetch GET 304 <a href="https://registry.npmjs.org/thunky" rel="nofollow">https://registry.npmjs.org/thunky</a> 40ms (from cache)<br> 2135 silly pacote range manifest for thunky@^1.0.2 fetched in 44ms<br> 2136 silly pacote range manifest for mime-db@&gt;= 1.43.0 &lt; 2 fetched in 4ms<br> 2137 http fetch GET 304 <a href="https://registry.npmjs.org/@types%2fminimatch" rel="nofollow">https://registry.npmjs.org/@types%2fminimatch</a> 90ms (from cache)<br> 2138 silly pacote range manifest for @types/minimatch@* fetched in 95ms<br> 2139 silly pacote range manifest for is-path-inside@^2.1.0 fetched in 26ms<br> 2140 http fetch GET 304 <a href="https://registry.npmjs.org/forwarded" rel="nofollow">https://registry.npmjs.org/forwarded</a> 42ms (from cache)<br> 2141 silly pacote range manifest for forwarded@~0.1.2 fetched in 49ms<br> 2142 silly pacote version manifest for [email protected] fetched in 5ms<br> 2143 http fetch GET 304 <a href="https://registry.npmjs.org/destroy" rel="nofollow">https://registry.npmjs.org/destroy</a> 58ms (from cache)<br> 2144 silly pacote range manifest for destroy@~1.0.4 fetched in 72ms<br> 2145 silly pacote range manifest for http-errors@~1.7.2 fetched in 11ms<br> 2146 silly pacote version manifest for [email protected] fetched in 5ms<br> 2147 silly pacote version manifest for [email protected] fetched in 6ms<br> 2148 http fetch GET 304 <a href="https://registry.npmjs.org/execa" rel="nofollow">https://registry.npmjs.org/execa</a> 47ms (from cache)<br> 2149 silly pacote range manifest for execa@^1.0.0 fetched in 67ms<br> 2150 http fetch GET 304 <a href="https://registry.npmjs.org/ip-regex" rel="nofollow">https://registry.npmjs.org/ip-regex</a> 37ms (from cache)<br> 2151 silly pacote range manifest for ip-regex@^2.1.0 fetched in 49ms<br> 2152 http fetch GET 304 <a href="https://registry.npmjs.org/is-color-stop" rel="nofollow">https://registry.npmjs.org/is-color-stop</a> 50ms (from cache)<br> 2153 silly pacote range manifest for is-color-stop@^1.0.0 fetched in 55ms<br> 2154 silly pacote range manifest for lodash@^4.17.14 fetched in 2ms<br> 2155 silly pacote version manifest for [email protected] fetched in 4ms<br> 2156 silly pacote range manifest for statuses@&gt;= 1.4.0 &lt; 2 fetched in 1ms<br> 2157 silly pacote range manifest for websocket-driver@&gt;=0.5.1 fetched in 0ms<br> 2158 http fetch GET 304 <a href="https://registry.npmjs.org/http-parser-js" rel="nofollow">https://registry.npmjs.org/http-parser-js</a> 83ms (from cache)<br> 2159 silly pacote range manifest for http-parser-js@&gt;=0.5.1 fetched in 89ms<br> 2160 silly pacote range manifest for safe-buffer@&gt;=5.1.0 fetched in 1ms<br> 2161 http fetch GET 304 <a href="https://registry.npmjs.org/websocket-extensions" rel="nofollow">https://registry.npmjs.org/websocket-extensions</a> 48ms (from cache)<br> 2162 silly pacote range manifest for websocket-extensions@&gt;=0.1.1 fetched in 53ms<br> 2163 http fetch GET 304 <a href="https://registry.npmjs.org/original" rel="nofollow">https://registry.npmjs.org/original</a> 45ms (from cache)<br> 2164 silly pacote range manifest for original@^1.0.0 fetched in 52ms<br> 2165 http fetch GET 304 <a href="https://registry.npmjs.org/querystringify" rel="nofollow">https://registry.npmjs.org/querystringify</a> 38ms (from cache)<br> 2166 silly pacote range manifest for querystringify@^2.1.1 fetched in 46ms<br> 2167 silly pacote range manifest for string-width@^3.1.0 fetched in 1ms<br> 2168 silly pacote range manifest for strip-ansi@^5.2.0 fetched in 17ms<br> 2169 silly pacote range manifest for wrap-ansi@^5.1.0 fetched in 5ms<br> 2170 silly pacote range manifest for locate-path@^3.0.0 fetched in 15ms<br> 2171 silly pacote range manifest for emoji-regex@^7.0.1 fetched in 6ms<br> 2172 silly pacote range manifest for is-fullwidth-code-point@^2.0.0 fetched in 13ms<br> 2173 silly pacote range manifest for strip-ansi@^5.1.0 fetched in 1ms<br> 2174 http fetch GET 304 <a href="https://registry.npmjs.org/detect-node" rel="nofollow">https://registry.npmjs.org/detect-node</a> 48ms (from cache)<br> 2175 silly pacote range manifest for detect-node@^2.0.4 fetched in 52ms<br> 2176 http fetch GET 304 <a href="https://registry.npmjs.org/hpack.js" rel="nofollow">https://registry.npmjs.org/hpack.js</a> 37ms (from cache)<br> 2177 silly pacote range manifest for hpack.js@^2.1.6 fetched in 55ms<br> 2178 http fetch GET 304 <a href="https://registry.npmjs.org/obuf" rel="nofollow">https://registry.npmjs.org/obuf</a> 48ms (from cache)<br> 2179 silly pacote range manifest for obuf@^1.1.2 fetched in 54ms<br> 2180 silly pacote range manifest for readable-stream@^3.0.6 fetched in 1ms<br> 2181 http fetch GET 304 <a href="https://registry.npmjs.org/wbuf" rel="nofollow">https://registry.npmjs.org/wbuf</a> 43ms (from cache)<br> 2182 silly pacote range manifest for wbuf@^1.7.3 fetched in 56ms<br> 2183 http fetch GET 304 <a href="https://registry.npmjs.org/es6-promise" rel="nofollow">https://registry.npmjs.org/es6-promise</a> 86ms (from cache)<br> 2184 silly pacote range manifest for es6-promise@^4.0.3 fetched in 91ms<br> 2185 http fetch GET 304 <a href="https://registry.npmjs.org/@nodelib%2ffs.scandir" rel="nofollow">https://registry.npmjs.org/@nodelib%2ffs.scandir</a> 130ms (from cache)<br> 2186 silly pacote version manifest for @nodelib/[email protected] fetched in 135ms<br> 2187 http fetch GET 304 <a href="https://registry.npmjs.org/fastq" rel="nofollow">https://registry.npmjs.org/fastq</a> 102ms (from cache)<br> 2188 silly pacote range manifest for fastq@^1.6.0 fetched in 124ms<br> 2189 silly pacote range manifest for braces@^3.0.1 fetched in 1ms<br> 2190 silly pacote range manifest for picomatch@^2.0.5 fetched in 2ms<br> 2191 silly pacote version manifest for [email protected] fetched in 12ms<br> 2192 http fetch GET 304 <a href="https://registry.npmjs.org/extsprintf" rel="nofollow">https://registry.npmjs.org/extsprintf</a> 287ms (from cache)<br> 2193 silly pacote version manifest for [email protected] fetched in 288ms<br> 2194 http fetch GET 304 <a href="https://registry.npmjs.org/json-schema" rel="nofollow">https://registry.npmjs.org/json-schema</a> 32ms (from cache)<br> 2195 silly pacote version manifest for [email protected] fetched in 34ms<br> 2196 http fetch GET 304 <a href="https://registry.npmjs.org/verror" rel="nofollow">https://registry.npmjs.org/verror</a> 27ms (from cache)<br> 2197 silly pacote version manifest for [email protected] fetched in 28ms<br> 2198 http fetch GET 304 <a href="https://registry.npmjs.org/asn1" rel="nofollow">https://registry.npmjs.org/asn1</a> 27ms (from cache)<br> 2199 silly pacote range manifest for asn1@~0.2.3 fetched in 29ms<br> 2200 http fetch GET 304 <a href="https://registry.npmjs.org/dashdash" rel="nofollow">https://registry.npmjs.org/dashdash</a> 31ms (from cache)<br> 2201 silly pacote range manifest for dashdash@^1.12.0 fetched in 32ms<br> 2202 http fetch GET 304 <a href="https://registry.npmjs.org/getpass" rel="nofollow">https://registry.npmjs.org/getpass</a> 32ms (from cache)<br> 2203 silly pacote range manifest for getpass@^0.1.1 fetched in 33ms<br> 2204 silly pacote range manifest for safer-buffer@^2.0.2 fetched in 1ms<br> 2205 http fetch GET 304 <a href="https://registry.npmjs.org/jsbn" rel="nofollow">https://registry.npmjs.org/jsbn</a> 35ms (from cache)<br> 2206 silly pacote range manifest for jsbn@~0.1.0 fetched in 36ms<br> 2207 http fetch GET 304 <a href="https://registry.npmjs.org/tweetnacl" rel="nofollow">https://registry.npmjs.org/tweetnacl</a> 29ms (from cache)<br> 2208 silly pacote range manifest for tweetnacl@~0.14.0 fetched in 30ms<br> 2209 http fetch GET 304 <a href="https://registry.npmjs.org/ecc-jsbn" rel="nofollow">https://registry.npmjs.org/ecc-jsbn</a> 37ms (from cache)<br> 2210 silly pacote range manifest for ecc-jsbn@~0.1.1 fetched in 38ms<br> 2211 http fetch GET 304 <a href="https://registry.npmjs.org/bcrypt-pbkdf" rel="nofollow">https://registry.npmjs.org/bcrypt-pbkdf</a> 46ms (from cache)<br> 2212 silly pacote range manifest for bcrypt-pbkdf@^1.0.0 fetched in 47ms<br> 2213 http fetch GET 304 <a href="https://registry.npmjs.org/array-uniq" rel="nofollow">https://registry.npmjs.org/array-uniq</a> 48ms (from cache)<br> 2214 silly pacote range manifest for array-uniq@^1.0.1 fetched in 53ms<br> 2215 http fetch GET 304 <a href="https://registry.npmjs.org/path-is-inside" rel="nofollow">https://registry.npmjs.org/path-is-inside</a> 57ms (from cache)<br> 2216 silly pacote range manifest for path-is-inside@^1.0.1 fetched in 70ms<br> 2217 silly pacote range manifest for p-limit@^2.2.0 fetched in 4ms<br> 2218 silly pacote range manifest for color-name@~1.1.4 fetched in 1ms<br> 2219 http fetch GET 304 <a href="https://registry.npmjs.org/mimic-fn" rel="nofollow">https://registry.npmjs.org/mimic-fn</a> 30ms (from cache)<br> 2220 silly pacote range manifest for mimic-fn@^2.1.0 fetched in 31ms<br> 2221 http fetch GET 304 <a href="https://registry.npmjs.org/asap" rel="nofollow">https://registry.npmjs.org/asap</a> 33ms (from cache)<br> 2222 silly pacote range manifest for asap@^2.0.0 fetched in 34ms<br> 2223 http fetch GET 304 <a href="https://registry.npmjs.org/abbrev" rel="nofollow">https://registry.npmjs.org/abbrev</a> 30ms (from cache)<br> 2224 silly pacote range manifest for abbrev@1 fetched in 31ms<br> 2225 http fetch GET 304 <a href="https://registry.npmjs.org/are-we-there-yet" rel="nofollow">https://registry.npmjs.org/are-we-there-yet</a> 49ms (from cache)<br> 2226 silly pacote range manifest for are-we-there-yet@~1.1.2 fetched in 50ms<br> 2227 http fetch GET 304 <a href="https://registry.npmjs.org/console-control-strings" rel="nofollow">https://registry.npmjs.org/console-control-strings</a> 41ms (from cache)<br> 2228 silly pacote range manifest for console-control-strings@~1.1.0 fetched in 42ms<br> 2229 http fetch GET 304 <a href="https://registry.npmjs.org/gauge" rel="nofollow">https://registry.npmjs.org/gauge</a> 33ms (from cache)<br> 2230 silly pacote range manifest for gauge@~2.7.3 fetched in 34ms<br> 2231 silly pacote range manifest for set-blocking@~2.0.0 fetched in 1ms<br> 2232 silly pacote range manifest for safe-buffer@~5.1.0 fetched in 1ms<br> 2233 silly pacote range manifest for depd@^1.1.2 fetched in 1ms<br> 2234 http fetch GET 304 <a href="https://registry.npmjs.org/humanize-ms" rel="nofollow">https://registry.npmjs.org/humanize-ms</a> 34ms (from cache)<br> 2235 silly pacote range manifest for humanize-ms@^1.2.1 fetched in 35ms<br> 2236 http fetch GET 304 <a href="https://registry.npmjs.org/@tootallnate%2fonce" rel="nofollow">https://registry.npmjs.org/@tootallnate%2fonce</a> 44ms (from cache)<br> 2237 silly pacote range manifest for @tootallnate/once@1 fetched in 45ms<br> 2238 silly pacote range manifest for agent-base@6 fetched in 1ms<br> 2239 silly pacote range manifest for debug@4 fetched in 1ms<br> 2240 http fetch GET 304 <a href="https://registry.npmjs.org/socks" rel="nofollow">https://registry.npmjs.org/socks</a> 64ms (from cache)<br> 2241 silly pacote range manifest for socks@^2.3.3 fetched in 65ms<br> 2242 silly pacote range manifest for es5-ext@^0.10.50 fetched in 1ms<br> 2243 http fetch GET 304 <a href="https://registry.npmjs.org/type" rel="nofollow">https://registry.npmjs.org/type</a> 71ms (from cache)<br> 2244 silly pacote range manifest for type@^1.0.1 fetched in 94ms<br> 2245 silly pacote range manifest for es6-iterator@~2.0.3 fetched in 5ms<br> 2246 silly pacote range manifest for es6-symbol@~3.1.3 fetched in 1ms<br> 2247 http fetch GET 304 <a href="https://registry.npmjs.org/next-tick" rel="nofollow">https://registry.npmjs.org/next-tick</a> 77ms (from cache)<br> 2248 silly pacote range manifest for next-tick@~1.0.0 fetched in 81ms<br> 2249 silly pacote range manifest for graceful-fs@^4.1.6 fetched in 1ms<br> 2250 silly pacote range manifest for d@^1.0.1 fetched in 1ms<br> 2251 http fetch GET 304 <a href="https://registry.npmjs.org/ext" rel="nofollow">https://registry.npmjs.org/ext</a> 58ms (from cache)<br> 2252 silly pacote range manifest for ext@^1.1.2 fetched in 95ms<br> 2253 silly pacote range manifest for @babel/traverse@^7.10.4 fetched in 2ms<br> 2254 http fetch GET 304 <a href="https://registry.npmjs.org/regenerate" rel="nofollow">https://registry.npmjs.org/regenerate</a> 64ms (from cache)<br> 2255 silly pacote range manifest for regenerate@^1.4.0 fetched in 83ms<br> 2256 http fetch GET 304 <a href="https://registry.npmjs.org/regenerate-unicode-properties" rel="nofollow">https://registry.npmjs.org/regenerate-unicode-properties</a> 182ms (from cache)<br> 2257 silly pacote range manifest for regenerate-unicode-properties@^8.2.0 fetched in 187ms<br> 2258 http fetch GET 304 <a href="https://registry.npmjs.org/regjsgen" rel="nofollow">https://registry.npmjs.org/regjsgen</a> 77ms (from cache)<br> 2259 silly pacote range manifest for regjsgen@^0.5.1 fetched in 82ms<br> 2260 http fetch GET 304 <a href="https://registry.npmjs.org/regjsparser" rel="nofollow">https://registry.npmjs.org/regjsparser</a> 50ms (from cache)<br> 2261 silly pacote range manifest for regjsparser@^0.6.4 fetched in 77ms<br> 2262 http fetch GET 304 <a href="https://registry.npmjs.org/unicode-match-property-ecmascript" rel="nofollow">https://registry.npmjs.org/unicode-match-property-ecmascript</a> 69ms (from cache)<br> 2263 silly pacote range manifest for unicode-match-property-ecmascript@^1.0.4 fetched in 101ms<br> 2264 http fetch GET 304 <a href="https://registry.npmjs.org/unicode-match-property-value-ecmascript" rel="nofollow">https://registry.npmjs.org/unicode-match-property-value-ecmascript</a> 39ms (from cache)<br> 2265 silly pacote range manifest for unicode-match-property-value-ecmascript@^1.2.0 fetched in 51ms<br> 2266 http fetch GET 304 <a href="https://registry.npmjs.org/delayed-stream" rel="nofollow">https://registry.npmjs.org/delayed-stream</a> 21058ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 2267 silly pacote range manifest for delayed-stream@~1.0.0 fetched in 21059ms<br> 2268 http fetch GET 304 <a href="https://registry.npmjs.org/define-properties" rel="nofollow">https://registry.npmjs.org/define-properties</a> 94ms (from cache)<br> 2269 silly pacote range manifest for define-properties@^1.1.3 fetched in 100ms<br> 2270 http fetch GET 304 <a href="https://registry.npmjs.org/has-symbols" rel="nofollow">https://registry.npmjs.org/has-symbols</a> 46ms (from cache)<br> 2271 silly pacote range manifest for has-symbols@^1.0.1 fetched in 50ms<br> 2272 http fetch GET 304 <a href="https://registry.npmjs.org/caller-callsite" rel="nofollow">https://registry.npmjs.org/caller-callsite</a> 55ms (from cache)<br> 2273 silly pacote range manifest for caller-callsite@^2.0.0 fetched in 60ms<br> 2274 http fetch GET 304 <a href="https://registry.npmjs.org/is-arrayish" rel="nofollow">https://registry.npmjs.org/is-arrayish</a> 71ms (from cache)<br> 2275 silly pacote range manifest for is-arrayish@^0.2.1 fetched in 88ms<br> 2276 silly pacote range manifest for color-convert@^1.9.1 fetched in 1ms<br> 2277 http fetch GET 304 <a href="https://registry.npmjs.org/color-string" rel="nofollow">https://registry.npmjs.org/color-string</a> 80ms (from cache)<br> 2278 silly pacote range manifest for color-string@^1.5.4 fetched in 97ms<br> 2279 silly pacote range manifest for caniuse-lite@^1.0.0 fetched in 2ms<br> 2280 http fetch GET 304 <a href="https://registry.npmjs.org/lodash.memoize" rel="nofollow">https://registry.npmjs.org/lodash.memoize</a> 59ms (from cache)<br> 2281 silly pacote range manifest for lodash.memoize@^4.1.2 fetched in 66ms<br> 2282 http fetch GET 304 <a href="https://registry.npmjs.org/lodash.uniq" rel="nofollow">https://registry.npmjs.org/lodash.uniq</a> 46ms (from cache)<br> 2283 silly pacote range manifest for lodash.uniq@^4.5.0 fetched in 51ms<br> 2284 http fetch GET 304 <a href="https://registry.npmjs.org/dot-prop" rel="nofollow">https://registry.npmjs.org/dot-prop</a> 62ms (from cache)<br> 2285 silly pacote range manifest for dot-prop@^5.2.0 fetched in 67ms<br> 2286 http fetch GET 304 <a href="https://registry.npmjs.org/html-comment-regex" rel="nofollow">https://registry.npmjs.org/html-comment-regex</a> 57ms (from cache)<br> 2287 silly pacote range manifest for html-comment-regex@^1.1.0 fetched in 61ms<br> 2288 silly pacote range manifest for chalk@^2.4.1 fetched in 2ms<br> 2289 http fetch GET 304 <a href="https://registry.npmjs.org/coa" rel="nofollow">https://registry.npmjs.org/coa</a> 62ms (from cache)<br> 2290 silly pacote range manifest for coa@^2.0.2 fetched in 67ms<br> 2291 http fetch GET 304 <a href="https://registry.npmjs.org/css-select" rel="nofollow">https://registry.npmjs.org/css-select</a> 50ms (from cache)<br> 2292 silly pacote range manifest for css-select@^2.0.0 fetched in 55ms<br> 2293 http fetch GET 304 <a href="https://registry.npmjs.org/css-select-base-adapter" rel="nofollow">https://registry.npmjs.org/css-select-base-adapter</a> 46ms (from cache)<br> 2294 silly pacote range manifest for css-select-base-adapter@^0.1.1 fetched in 53ms<br> 2295 http fetch GET 304 <a href="https://registry.npmjs.org/css-tree" rel="nofollow">https://registry.npmjs.org/css-tree</a> 65ms (from cache)<br> 2296 silly pacote version manifest for [email protected] fetched in 70ms<br> 2297 http fetch GET 304 <a href="https://registry.npmjs.org/csso" rel="nofollow">https://registry.npmjs.org/csso</a> 92ms (from cache)<br> 2298 silly pacote range manifest for csso@^4.0.2 fetched in 110ms<br> 2299 silly pacote range manifest for mkdirp@~0.5.1 fetched in 2ms<br> 2300 http fetch GET 304 <a href="https://registry.npmjs.org/object.values" rel="nofollow">https://registry.npmjs.org/object.values</a> 104ms (from cache)<br> 2301 silly pacote range manifest for object.values@^1.1.0 fetched in 125ms<br> 2302 http fetch GET 304 <a href="https://registry.npmjs.org/stable" rel="nofollow">https://registry.npmjs.org/stable</a> 62ms (from cache)<br> 2303 silly pacote range manifest for stable@^0.1.8 fetched in 82ms<br> 2304 http fetch GET 304 <a href="https://registry.npmjs.org/unquote" rel="nofollow">https://registry.npmjs.org/unquote</a> 62ms (from cache)<br> 2305 silly pacote range manifest for unquote@~1.1.1 fetched in 76ms<br> 2306 http fetch GET 304 <a href="https://registry.npmjs.org/util.promisify" rel="nofollow">https://registry.npmjs.org/util.promisify</a> 41ms (from cache)<br> 2307 silly pacote range manifest for util.promisify@~1.0.0 fetched in 51ms<br> 2308 http fetch GET 304 <a href="https://registry.npmjs.org/resolve-url" rel="nofollow">https://registry.npmjs.org/resolve-url</a> 56ms (from cache)<br> 2309 silly pacote range manifest for resolve-url@^0.2.1 fetched in 61ms<br> 2310 warn deprecated [email protected]: <a href="https://github.com/lydell/resolve-url#deprecated">https://github.com/lydell/resolve-url#deprecated</a><br> 2311 http fetch GET 304 <a href="https://registry.npmjs.org/source-map-url" rel="nofollow">https://registry.npmjs.org/source-map-url</a> 56ms (from cache)<br> 2312 silly pacote range manifest for source-map-url@^0.4.0 fetched in 60ms<br> 2313 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2ffloating-point-hex-parser" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2ffloating-point-hex-parser</a> 75ms (from cache)<br> 2314 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 80ms<br> 2315 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fhelper-code-frame" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fhelper-code-frame</a> 293ms (from cache)<br> 2316 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 310ms<br> 2317 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fhelper-fsm" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fhelper-fsm</a> 63ms (from cache)<br> 2318 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 78ms<br> 2319 silly pacote version manifest for [email protected] fetched in 16ms<br> 2320 http fetch GET 304 <a href="https://registry.npmjs.org/browserify-aes" rel="nofollow">https://registry.npmjs.org/browserify-aes</a> 48ms (from cache)<br> 2321 silly pacote range manifest for browserify-aes@^1.0.4 fetched in 53ms<br> 2322 http fetch GET 304 <a href="https://registry.npmjs.org/browserify-des" rel="nofollow">https://registry.npmjs.org/browserify-des</a> 45ms (from cache)<br> 2323 silly pacote range manifest for browserify-des@^1.0.0 fetched in 49ms<br> 2324 http fetch GET 304 <a href="https://registry.npmjs.org/evp_bytestokey" rel="nofollow">https://registry.npmjs.org/evp_bytestokey</a> 43ms (from cache)<br> 2325 silly pacote range manifest for evp_bytestokey@^1.0.0 fetched in 54ms<br> 2326 http fetch GET 304 <a href="https://registry.npmjs.org/bn.js" rel="nofollow">https://registry.npmjs.org/bn.js</a> 70ms (from cache)<br> 2327 silly pacote range manifest for bn.js@^5.1.1 fetched in 99ms<br> 2328 http fetch GET 304 <a href="https://registry.npmjs.org/browserify-rsa" rel="nofollow">https://registry.npmjs.org/browserify-rsa</a> 46ms (from cache)<br> 2329 silly pacote range manifest for browserify-rsa@^4.0.1 fetched in 67ms<br> 2330 silly pacote range manifest for create-hash@^1.2.0 fetched in 2ms<br> 2331 silly pacote range manifest for create-hmac@^1.1.7 fetched in 1ms<br> 2332 http fetch GET 304 <a href="https://registry.npmjs.org/elliptic" rel="nofollow">https://registry.npmjs.org/elliptic</a> 83ms (from cache)<br> 2333 silly pacote range manifest for elliptic@^6.5.3 fetched in 88ms<br> 2334 http fetch GET 304 <a href="https://registry.npmjs.org/parse-asn1" rel="nofollow">https://registry.npmjs.org/parse-asn1</a> 56ms (from cache)<br> 2335 silly pacote range manifest for parse-asn1@^5.1.5 fetched in 61ms<br> 2336 silly pacote range manifest for readable-stream@^3.6.0 fetched in 1ms<br> 2337 silly pacote range manifest for safe-buffer@^5.2.0 fetched in 0ms<br> 2338 http fetch GET 304 <a href="https://registry.npmjs.org/cipher-base" rel="nofollow">https://registry.npmjs.org/cipher-base</a> 47ms (from cache)<br> 2339 silly pacote range manifest for cipher-base@^1.0.1 fetched in 64ms<br> 2340 http fetch GET 304 <a href="https://registry.npmjs.org/md5.js" rel="nofollow">https://registry.npmjs.org/md5.js</a> 81ms (from cache)<br> 2341 silly pacote range manifest for md5.js@^1.3.4 fetched in 89ms<br> 2342 http fetch GET 304 <a href="https://registry.npmjs.org/ripemd160" rel="nofollow">https://registry.npmjs.org/ripemd160</a> 56ms (from cache)<br> 2343 silly pacote range manifest for ripemd160@^2.0.1 fetched in 62ms<br> 2344 http fetch GET 304 <a href="https://registry.npmjs.org/sha.js" rel="nofollow">https://registry.npmjs.org/sha.js</a> 53ms (from cache)<br> 2345 silly pacote range manifest for sha.js@^2.4.0 fetched in 58ms<br> 2346 silly pacote range manifest for bn.js@^4.1.0 fetched in 19ms<br> 2347 silly pacote range manifest for cipher-base@^1.0.3 fetched in 1ms<br> 2348 silly pacote range manifest for ripemd160@^2.0.0 fetched in 1ms<br> 2349 silly pacote range manifest for sha.js@^2.4.8 fetched in 1ms<br> 2350 http fetch GET 304 <a href="https://registry.npmjs.org/miller-rabin" rel="nofollow">https://registry.npmjs.org/miller-rabin</a> 51ms (from cache)<br> 2351 silly pacote range manifest for miller-rabin@^4.0.0 fetched in 69ms<br> 2352 silly pacote range manifest for create-hash@^1.1.2 fetched in 1ms<br> 2353 silly pacote range manifest for create-hmac@^1.1.4 fetched in 1ms<br> 2354 silly pacote range manifest for browserify-rsa@^4.0.0 fetched in 1ms<br> 2355 silly pacote range manifest for parse-asn1@^5.0.0 fetched in 0ms<br> 2356 silly pacote range manifest for randombytes@^2.0.1 fetched in 0ms<br> 2357 silly pacote range manifest for randombytes@^2.0.5 fetched in 0ms<br> 2358 silly pacote range manifest for is-extendable@^0.1.0 fetched in 20ms<br> 2359 silly pacote range manifest for is-number@^3.0.0 fetched in 6ms<br> 2360 http fetch GET 304 <a href="https://registry.npmjs.org/repeat-string" rel="nofollow">https://registry.npmjs.org/repeat-string</a> 69ms (from cache)<br> 2361 silly pacote range manifest for repeat-string@^1.6.1 fetched in 73ms<br> 2362 silly pacote range manifest for to-regex-range@^2.1.0 fetched in 11ms<br> 2363 silly pacote range manifest for isobject@^3.0.0 fetched in 1ms<br> 2364 http fetch GET 304 <a href="https://registry.npmjs.org/snapdragon-util" rel="nofollow">https://registry.npmjs.org/snapdragon-util</a> 48ms (from cache)<br> 2365 silly pacote range manifest for snapdragon-util@^3.0.1 fetched in 64ms<br> 2366 silly pacote range manifest for extend-shallow@^3.0.0 fetched in 1ms<br> 2367 http fetch GET 304 <a href="https://registry.npmjs.org/is-accessor-descriptor" rel="nofollow">https://registry.npmjs.org/is-accessor-descriptor</a> 45ms (from cache)<br> 2368 silly pacote range manifest for is-accessor-descriptor@^1.0.0 fetched in 50ms<br> 2369 http fetch GET 304 <a href="https://registry.npmjs.org/is-data-descriptor" rel="nofollow">https://registry.npmjs.org/is-data-descriptor</a> 39ms (from cache)<br> 2370 silly pacote range manifest for is-data-descriptor@^1.0.0 fetched in 44ms<br> 2371 silly pacote range manifest for is-descriptor@^1.0.0 fetched in 1ms<br> 2372 silly pacote range manifest for debug@^2.3.3 fetched in 2ms<br> 2373 http fetch GET 304 <a href="https://registry.npmjs.org/posix-character-classes" rel="nofollow">https://registry.npmjs.org/posix-character-classes</a> 49ms (from cache)<br> 2374 silly pacote range manifest for posix-character-classes@^0.1.0 fetched in 54ms<br> 2375 http fetch GET 304 <a href="https://registry.npmjs.org/ret" rel="nofollow">https://registry.npmjs.org/ret</a> 57ms (from cache)<br> 2376 silly pacote range manifest for ret@~0.1.10 fetched in 62ms<br> 2377 silly pacote range manifest for is-descriptor@^0.1.0 fetched in 18ms<br> 2378 http fetch GET 304 <a href="https://registry.npmjs.org/cache-base" rel="nofollow">https://registry.npmjs.org/cache-base</a> 49ms (from cache)<br> 2379 silly pacote range manifest for cache-base@^1.0.1 fetched in 55ms<br> 2380 http fetch GET 304 <a href="https://registry.npmjs.org/class-utils" rel="nofollow">https://registry.npmjs.org/class-utils</a> 50ms (from cache)<br> 2381 silly pacote range manifest for class-utils@^0.3.5 fetched in 55ms<br> 2382 silly pacote range manifest for component-emitter@^1.2.1 fetched in 1ms<br> 2383 http fetch GET 304 <a href="https://registry.npmjs.org/mixin-deep" rel="nofollow">https://registry.npmjs.org/mixin-deep</a> 51ms (from cache)<br> 2384 silly pacote range manifest for mixin-deep@^1.2.0 fetched in 56ms<br> 2385 http fetch GET 304 <a href="https://registry.npmjs.org/pascalcase" rel="nofollow">https://registry.npmjs.org/pascalcase</a> 48ms (from cache)<br> 2386 silly pacote range manifest for pascalcase@^0.1.1 fetched in 54ms<br> 2387 silly pacote range manifest for yallist@^3.0.2 fetched in 22ms<br> 2388 http fetch GET 304 <a href="https://registry.npmjs.org/copy-concurrently" rel="nofollow">https://registry.npmjs.org/copy-concurrently</a> 92ms (from cache)<br> 2389 silly pacote range manifest for copy-concurrently@^1.0.0 fetched in 115ms<br> 2390 http fetch GET 304 <a href="https://registry.npmjs.org/aproba" rel="nofollow">https://registry.npmjs.org/aproba</a> 43ms (from cache)<br> 2391 silly pacote range manifest for aproba@^1.1.1 fetched in 44ms<br> 2392 http fetch GET 304 <a href="https://registry.npmjs.org/fs-write-stream-atomic" rel="nofollow">https://registry.npmjs.org/fs-write-stream-atomic</a> 122ms (from cache)<br> 2393 silly pacote range manifest for fs-write-stream-atomic@^1.0.8 fetched in 146ms<br> 2394 http fetch GET 304 <a href="https://registry.npmjs.org/run-queue" rel="nofollow">https://registry.npmjs.org/run-queue</a> 218ms (from cache)<br> 2395 silly pacote range manifest for run-queue@^1.0.3 fetched in 222ms<br> 2396 http fetch GET 304 <a href="https://registry.npmjs.org/concat-stream" rel="nofollow">https://registry.npmjs.org/concat-stream</a> 88ms (from cache)<br> 2397 silly pacote range manifest for concat-stream@^1.5.0 fetched in 100ms<br> 2398 http fetch GET 304 <a href="https://registry.npmjs.org/duplexify" rel="nofollow">https://registry.npmjs.org/duplexify</a> 85ms (from cache)<br> 2399 silly pacote range manifest for duplexify@^3.4.2 fetched in 91ms<br> 2400 http fetch GET 304 <a href="https://registry.npmjs.org/end-of-stream" rel="nofollow">https://registry.npmjs.org/end-of-stream</a> 302ms (from cache)<br> 2401 silly pacote range manifest for end-of-stream@^1.1.0 fetched in 328ms<br> 2402 http fetch GET 304 <a href="https://registry.npmjs.org/flush-write-stream" rel="nofollow">https://registry.npmjs.org/flush-write-stream</a> 54ms (from cache)<br> 2403 silly pacote range manifest for flush-write-stream@^1.0.0 fetched in 71ms<br> 2404 http fetch GET 304 <a href="https://registry.npmjs.org/from2" rel="nofollow">https://registry.npmjs.org/from2</a> 75ms (from cache)<br> 2405 silly pacote range manifest for from2@^2.1.0 fetched in 91ms<br> 2406 http fetch GET 304 <a href="https://registry.npmjs.org/parallel-transform" rel="nofollow">https://registry.npmjs.org/parallel-transform</a> 122ms (from cache)<br> 2407 silly pacote range manifest for parallel-transform@^1.1.0 fetched in 145ms<br> 2408 http fetch GET 304 <a href="https://registry.npmjs.org/pump" rel="nofollow">https://registry.npmjs.org/pump</a> 248ms (from cache)<br> 2409 silly pacote range manifest for pump@^3.0.0 fetched in 255ms<br> 2410 http fetch GET 304 <a href="https://registry.npmjs.org/pumpify" rel="nofollow">https://registry.npmjs.org/pumpify</a> 85ms (from cache)<br> 2411 silly pacote range manifest for pumpify@^1.3.3 fetched in 120ms<br> 2412 http fetch GET 304 <a href="https://registry.npmjs.org/stream-each" rel="nofollow">https://registry.npmjs.org/stream-each</a> 310ms (from cache)<br> 2413 silly pacote range manifest for stream-each@^1.1.0 fetched in 393ms<br> 2414 http fetch GET 304 <a href="https://registry.npmjs.org/through2" rel="nofollow">https://registry.npmjs.org/through2</a> 106ms (from cache)<br> 2415 silly pacote range manifest for through2@^2.0.0 fetched in 129ms<br> 2416 silly pacote range manifest for is-extglob@^2.1.0 fetched in 1ms<br> 2417 http fetch GET 304 <a href="https://registry.npmjs.org/remove-trailing-separator" rel="nofollow">https://registry.npmjs.org/remove-trailing-separator</a> 73ms (from cache)<br> 2418 silly pacote range manifest for remove-trailing-separator@^1.0.1 fetched in 78ms<br> 2419 http fetch GET 304 <a href="https://registry.npmjs.org/file-uri-to-path" rel="nofollow">https://registry.npmjs.org/file-uri-to-path</a> 40ms (from cache)<br> 2420 silly pacote version manifest for [email protected] fetched in 57ms<br> 2421 http fetch GET 304 <a href="https://registry.npmjs.org/call-bind" rel="nofollow">https://registry.npmjs.org/call-bind</a> 49ms (from cache)<br> 2422 silly pacote range manifest for call-bind@^1.0.2 fetched in 68ms<br> 2423 silly pacote range manifest for ip@^1.1.0 fetched in 1ms<br> 2424 silly pacote range manifest for path-is-inside@^1.0.2 fetched in 1ms<br> 2425 silly pacote version manifest for [email protected] fetched in 4ms<br> 2426 http fetch GET 304 <a href="https://registry.npmjs.org/cross-spawn" rel="nofollow">https://registry.npmjs.org/cross-spawn</a> 56ms (from cache)<br> 2427 silly pacote range manifest for cross-spawn@^6.0.0 fetched in 61ms<br> 2428 http fetch GET 304 <a href="https://registry.npmjs.org/get-stream" rel="nofollow">https://registry.npmjs.org/get-stream</a> 69ms (from cache)<br> 2429 silly pacote range manifest for get-stream@^4.0.0 fetched in 90ms<br> 2430 http fetch GET 304 <a href="https://registry.npmjs.org/@webassemblyjs%2fast" rel="nofollow">https://registry.npmjs.org/@webassemblyjs%2fast</a> 92038ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763849" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/3" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/3/hovercard" href="https://github.com/npm/cli/pull/3">#3</a> (from cache)<br> 2431 silly pacote version manifest for @webassemblyjs/[email protected] fetched in 92054ms<br> 2432 http fetch GET 304 <a href="https://registry.npmjs.org/npm-run-path" rel="nofollow">https://registry.npmjs.org/npm-run-path</a> 62ms (from cache)<br> 2433 http fetch GET 304 <a href="https://registry.npmjs.org/is-stream" rel="nofollow">https://registry.npmjs.org/is-stream</a> 117ms (from cache)<br> 2434 silly pacote range manifest for npm-run-path@^2.0.0 fetched in 67ms<br> 2435 silly pacote range manifest for is-stream@^1.1.0 fetched in 122ms<br> 2436 silly pacote range manifest for signal-exit@^3.0.0 fetched in 1ms<br> 2437 http fetch GET 304 <a href="https://registry.npmjs.org/p-finally" rel="nofollow">https://registry.npmjs.org/p-finally</a> 58ms (from cache)<br> 2438 http fetch GET 304 <a href="https://registry.npmjs.org/strip-eof" rel="nofollow">https://registry.npmjs.org/strip-eof</a> 59ms (from cache)<br> 2439 silly pacote range manifest for p-finally@^1.0.0 fetched in 63ms<br> 2440 silly pacote range manifest for strip-eof@^1.0.0 fetched in 64ms<br> 2441 silly pacote range manifest for css-color-names@^0.0.4 fetched in 16ms<br> 2442 http fetch GET 304 <a href="https://registry.npmjs.org/hex-color-regex" rel="nofollow">https://registry.npmjs.org/hex-color-regex</a> 60ms (from cache)<br> 2443 silly pacote range manifest for hex-color-regex@^1.1.0 fetched in 64ms<br> 2444 http fetch GET 304 <a href="https://registry.npmjs.org/hsla-regex" rel="nofollow">https://registry.npmjs.org/hsla-regex</a> 50ms (from cache)<br> 2445 silly pacote range manifest for hsla-regex@^1.0.0 fetched in 54ms<br> 2446 http fetch GET 304 <a href="https://registry.npmjs.org/rgb-regex" rel="nofollow">https://registry.npmjs.org/rgb-regex</a> 83ms (from cache)<br> 2447 silly pacote range manifest for rgb-regex@^1.0.1 fetched in 96ms<br> 2448 http fetch GET 304 <a href="https://registry.npmjs.org/rgba-regex" rel="nofollow">https://registry.npmjs.org/rgba-regex</a> 55ms (from cache)<br> 2449 silly pacote range manifest for rgba-regex@^1.0.0 fetched in 60ms<br> 2450 silly pacote range manifest for url-parse@^1.4.3 fetched in 1ms<br> 2451 http fetch GET 304 <a href="https://registry.npmjs.org/hsl-regex" rel="nofollow">https://registry.npmjs.org/hsl-regex</a> 266ms (from cache)<br> 2452 silly pacote range manifest for hsl-regex@^1.0.0 fetched in 270ms<br> 2453 silly pacote range manifest for ansi-styles@^3.2.0 fetched in 1ms<br> 2454 silly pacote range manifest for strip-ansi@^5.0.0 fetched in 1ms<br> 2455 silly pacote range manifest for ansi-regex@^4.1.0 fetched in 23ms<br> 2456 silly pacote range manifest for p-locate@^3.0.0 fetched in 14ms<br> 2457 silly pacote range manifest for obuf@^1.0.0 fetched in 1ms<br> 2458 silly pacote range manifest for wbuf@^1.1.0 fetched in 1ms<br> 2459 silly pacote range manifest for path-exists@^3.0.0 fetched in 14ms<br> 2460 silly pacote version manifest for @nodelib/[email protected] fetched in 17ms<br> 2461 http fetch GET 304 <a href="https://registry.npmjs.org/run-parallel" rel="nofollow">https://registry.npmjs.org/run-parallel</a> 76ms (from cache)<br> 2462 silly pacote range manifest for run-parallel@^1.1.9 fetched in 80ms<br> 2463 http fetch GET 304 <a href="https://registry.npmjs.org/minimalistic-assert" rel="nofollow">https://registry.npmjs.org/minimalistic-assert</a> 122ms (from cache)<br> 2464 silly pacote range manifest for minimalistic-assert@^1.0.0 fetched in 126ms<br> 2465 silly pacote version manifest for [email protected] fetched in 67ms<br> 2466 silly pacote range manifest for extsprintf@^1.2.0 fetched in 16ms<br> 2467 silly pacote range manifest for safer-buffer@~2.1.0 fetched in 1ms<br> 2468 silly pacote range manifest for safer-buffer@^2.1.0 fetched in 1ms<br> 2469 silly pacote range manifest for tweetnacl@^0.14.3 fetched in 1ms<br> 2470 http fetch GET 304 <a href="https://registry.npmjs.org/reusify" rel="nofollow">https://registry.npmjs.org/reusify</a> 120ms (from cache)<br> 2471 silly pacote range manifest for reusify@^1.0.4 fetched in 125ms<br> 2472 http fetch GET 304 <a href="https://registry.npmjs.org/p-try" rel="nofollow">https://registry.npmjs.org/p-try</a> 37ms (from cache)<br> 2473 silly pacote range manifest for p-try@^2.0.0 fetched in 41ms<br> 2474 silly pacote range manifest for readable-stream@^2.0.6 fetched in 1ms<br> 2475 silly pacote range manifest for aproba@^1.0.3 fetched in 1ms<br> 2476 silly pacote range manifest for console-control-strings@^1.0.0 fetched in 1ms<br> 2477 http fetch GET 304 <a href="https://registry.npmjs.org/delegates" rel="nofollow">https://registry.npmjs.org/delegates</a> 45ms (from cache)<br> 2478 silly pacote range manifest for delegates@^1.0.0 fetched in 46ms<br> 2479 silly pacote range manifest for object-assign@^4.1.0 fetched in 1ms<br> 2480 silly pacote range manifest for string-width@^1.0.1 fetched in 1ms<br> 2481 http fetch GET 304 <a href="https://registry.npmjs.org/has-unicode" rel="nofollow">https://registry.npmjs.org/has-unicode</a> 51ms (from cache)<br> 2482 silly pacote range manifest for has-unicode@^2.0.0 fetched in 52ms<br> 2483 silly pacote range manifest for ms@^2.0.0 fetched in 1ms<br> 2484 http fetch GET 304 <a href="https://registry.npmjs.org/wide-align" rel="nofollow">https://registry.npmjs.org/wide-align</a> 33ms (from cache)<br> 2485 silly pacote range manifest for wide-align@^1.1.0 fetched in 34ms<br> 2486 silly pacote range manifest for type@^2.0.0 fetched in 12ms<br> 2487 silly pacote range manifest for jsesc@~0.5.0 fetched in 5ms<br> 2488 http fetch GET 304 <a href="https://registry.npmjs.org/smart-buffer" rel="nofollow">https://registry.npmjs.org/smart-buffer</a> 37ms (from cache)<br> 2489 silly pacote range manifest for smart-buffer@^4.1.0 fetched in 38ms<br> 2490 http fetch GET 304 <a href="https://registry.npmjs.org/unicode-canonical-property-names-ecmascript" rel="nofollow">https://registry.npmjs.org/unicode-canonical-property-names-ecmascript</a> 61ms (from cache)<br> 2491 silly pacote range manifest for unicode-canonical-property-names-ecmascript@^1.0.4 fetched in 68ms<br> 2492 silly pacote range manifest for object-keys@^1.0.12 fetched in 1ms<br> 2493 http fetch GET 304 <a href="https://registry.npmjs.org/unicode-property-aliases-ecmascript" rel="nofollow">https://registry.npmjs.org/unicode-property-aliases-ecmascript</a> 71ms (from cache)<br> 2494 silly pacote range manifest for unicode-property-aliases-ecmascript@^1.0.4 fetched in 77ms<br> 2495 silly pacote range manifest for color-name@^1.0.0 fetched in 1ms<br> 2496 http fetch GET 304 <a href="https://registry.npmjs.org/callsites" rel="nofollow">https://registry.npmjs.org/callsites</a> 84ms (from cache)<br> 2497 silly pacote range manifest for callsites@^2.0.0 fetched in 89ms<br> 2498 http fetch GET 304 <a href="https://registry.npmjs.org/simple-swizzle" rel="nofollow">https://registry.npmjs.org/simple-swizzle</a> 74ms (from cache)<br> 2499 silly pacote range manifest for simple-swizzle@^0.2.2 fetched in 95ms<br> 2500 silly pacote range manifest for @types/q@^1.5.1 fetched in 7ms<br> 2501 silly pacote range manifest for q@^1.1.2 fetched in 1ms<br> 2502 http fetch GET 304 <a href="https://registry.npmjs.org/boolbase" rel="nofollow">https://registry.npmjs.org/boolbase</a> 41ms (from cache)<br> 2503 silly pacote range manifest for boolbase@^1.0.0 fetched in 45ms<br> 2504 http fetch GET 304 <a href="https://registry.npmjs.org/is-obj" rel="nofollow">https://registry.npmjs.org/is-obj</a> 119ms (from cache)<br> 2505 silly pacote range manifest for is-obj@^2.0.0 fetched in 123ms<br> 2506 http fetch GET 304 <a href="https://registry.npmjs.org/css-what" rel="nofollow">https://registry.npmjs.org/css-what</a> 72ms (from cache)<br> 2507 silly pacote range manifest for css-what@^3.2.1 fetched in 85ms<br> 2508 http fetch GET 304 <a href="https://registry.npmjs.org/nth-check" rel="nofollow">https://registry.npmjs.org/nth-check</a> 52ms (from cache)<br> 2509 silly pacote range manifest for nth-check@^1.0.2 fetched in 57ms<br> 2510 http fetch GET 304 <a href="https://registry.npmjs.org/domutils" rel="nofollow">https://registry.npmjs.org/domutils</a> 138ms (from cache)<br> 2511 silly pacote range manifest for domutils@^1.7.0 fetched in 143ms<br> 2512 silly pacote range manifest for css-tree@^1.1.2 fetched in 14ms<br> 2513 http fetch GET 304 <a href="https://registry.npmjs.org/mdn-data" rel="nofollow">https://registry.npmjs.org/mdn-data</a> 109ms (from cache)<br> 2514 silly pacote version manifest for [email protected] fetched in 113ms<br> 2515 http fetch GET 304 <a href="https://registry.npmjs.org/es-abstract" rel="nofollow">https://registry.npmjs.org/es-abstract</a> 81ms (from cache)<br> 2516 silly pacote range manifest for es-abstract@^1.18.0-next.1 fetched in 88ms<br> 2517 http fetch GET 304 <a href="https://registry.npmjs.org/es-abstract" rel="nofollow">https://registry.npmjs.org/es-abstract</a> 63ms (from cache)<br> 2518 silly pacote range manifest for es-abstract@^1.17.2 fetched in 68ms<br> 2519 http fetch GET 304 <a href="https://registry.npmjs.org/object.getownpropertydescriptors" rel="nofollow">https://registry.npmjs.org/object.getownpropertydescriptors</a> 64ms (from cache)<br> 2520 silly pacote range manifest for object.getownpropertydescriptors@^2.1.0 fetched in 69ms<br> 2521 silly pacote range manifest for cipher-base@^1.0.0 fetched in 1ms<br> 2522 silly pacote range manifest for evp_bytestokey@^1.0.3 fetched in 1ms<br> 2523 http fetch GET 304 <a href="https://registry.npmjs.org/buffer-xor" rel="nofollow">https://registry.npmjs.org/buffer-xor</a> 79ms (from cache)<br> 2524 silly pacote range manifest for buffer-xor@^1.0.3 fetched in 84ms<br> 2525 silly pacote range manifest for safe-buffer@^5.1.1 fetched in 1ms<br> 2526 silly pacote range manifest for bn.js@^5.0.0 fetched in 1ms<br> 2527 silly pacote range manifest for bn.js@^4.4.0 fetched in 1ms<br> 2528 http fetch GET 304 <a href="https://registry.npmjs.org/des.js" rel="nofollow">https://registry.npmjs.org/des.js</a> 70ms (from cache)<br> 2529 silly pacote range manifest for des.js@^1.0.0 fetched in 75ms<br> 2530 http fetch GET 304 <a href="https://registry.npmjs.org/brorand" rel="nofollow">https://registry.npmjs.org/brorand</a> 63ms (from cache)<br> 2531 silly pacote range manifest for brorand@^1.0.1 fetched in 67ms<br> 2532 http fetch GET 304 <a href="https://registry.npmjs.org/hash.js" rel="nofollow">https://registry.npmjs.org/hash.js</a> 59ms (from cache)<br> 2533 silly pacote range manifest for hash.js@^1.0.0 fetched in 64ms<br> 2534 http fetch GET 304 <a href="https://registry.npmjs.org/hmac-drbg" rel="nofollow">https://registry.npmjs.org/hmac-drbg</a> 66ms (from cache)<br> 2535 silly pacote range manifest for hmac-drbg@^1.0.0 fetched in 101ms<br> 2536 http fetch GET 304 <a href="https://registry.npmjs.org/minimalistic-crypto-utils" rel="nofollow">https://registry.npmjs.org/minimalistic-crypto-utils</a> 100ms (from cache)<br> 2537 silly pacote range manifest for minimalistic-crypto-utils@^1.0.0 fetched in 106ms<br> 2538 silly pacote range manifest for browserify-aes@^1.0.0 fetched in 1ms<br> 2539 http fetch GET 304 <a href="https://registry.npmjs.org/asn1.js" rel="nofollow">https://registry.npmjs.org/asn1.js</a> 65ms (from cache)<br> 2540 silly pacote range manifest for asn1.js@^5.2.0 fetched in 89ms<br> 2541 silly pacote range manifest for bn.js@^4.0.0 fetched in 1ms<br> 2542 http fetch GET 304 <a href="https://registry.npmjs.org/hash-base" rel="nofollow">https://registry.npmjs.org/hash-base</a> 72ms (from cache)<br> 2543 silly pacote range manifest for kind-of@^3.0.2 fetched in 15ms<br> 2544 silly pacote range manifest for kind-of@^3.2.0 fetched in 1ms<br> 2545 silly pacote range manifest for kind-of@^6.0.0 fetched in 1ms<br> 2546 silly pacote range manifest for is-accessor-descriptor@^0.1.6 fetched in 10ms<br> 2547 silly pacote range manifest for is-data-descriptor@^0.1.4 fetched in 6ms<br> 2548 silly pacote range manifest for kind-of@^5.0.0 fetched in 4ms<br> 2549 silly pacote range manifest for hash-base@^3.0.0 fetched in 107ms<br> 2550 http fetch GET 304 <a href="https://registry.npmjs.org/collection-visit" rel="nofollow">https://registry.npmjs.org/collection-visit</a> 49ms (from cache)<br> 2551 silly pacote range manifest for collection-visit@^1.0.0 fetched in 55ms<br> 2552 http fetch GET 304 <a href="https://registry.npmjs.org/get-value" rel="nofollow">https://registry.npmjs.org/get-value</a> 73ms (from cache)<br> 2553 silly pacote range manifest for get-value@^2.0.6 fetched in 77ms<br> 2554 http fetch GET 304 <a href="https://registry.npmjs.org/has-value" rel="nofollow">https://registry.npmjs.org/has-value</a> 48ms (from cache)<br> 2555 silly pacote range manifest for has-value@^1.0.0 fetched in 65ms<br> 2556 http fetch GET 304 <a href="https://registry.npmjs.org/to-object-path" rel="nofollow">https://registry.npmjs.org/to-object-path</a> 60ms (from cache)<br> 2557 silly pacote range manifest for to-object-path@^0.3.0 fetched in 65ms<br> 2558 http fetch GET 304 <a href="https://registry.npmjs.org/set-value" rel="nofollow">https://registry.npmjs.org/set-value</a> 110ms (from cache)<br> 2559 silly pacote range manifest for set-value@^2.0.0 fetched in 125ms<br> 2560 http fetch GET 304 <a href="https://registry.npmjs.org/union-value" rel="nofollow">https://registry.npmjs.org/union-value</a> 65ms (from cache)<br> 2561 silly pacote range manifest for union-value@^1.0.0 fetched in 94ms<br> 2562 http fetch GET 304 <a href="https://registry.npmjs.org/unset-value" rel="nofollow">https://registry.npmjs.org/unset-value</a> 79ms (from cache)<br> 2563 silly pacote range manifest for unset-value@^1.0.0 fetched in 84ms<br> 2564 http fetch GET 304 <a href="https://registry.npmjs.org/arr-union" rel="nofollow">https://registry.npmjs.org/arr-union</a> 44ms (from cache)<br> 2565 silly pacote range manifest for arr-union@^3.1.0 fetched in 48ms<br> 2566 http fetch GET 304 <a href="https://registry.npmjs.org/static-extend" rel="nofollow">https://registry.npmjs.org/static-extend</a> 63ms (from cache)<br> 2567 silly pacote range manifest for static-extend@^0.1.1 fetched in 69ms<br> 2568 http fetch GET 304 <a href="https://registry.npmjs.org/parent-module" rel="nofollow">https://registry.npmjs.org/parent-module</a> 21120ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 2569 silly pacote range manifest for parent-module@^1.0.0 fetched in 21132ms<br> 2570 silly pacote range manifest for run-queue@^1.0.0 fetched in 1ms<br> 2571 silly pacote range manifest for readable-stream@1 || 2 fetched in 2ms<br> 2572 silly pacote range manifest for readable-stream@^2.2.2 fetched in 1ms<br> 2573 http fetch GET 304 <a href="https://registry.npmjs.org/typedarray" rel="nofollow">https://registry.npmjs.org/typedarray</a> 75ms (from cache)<br> 2574 silly pacote range manifest for typedarray@^0.0.6 fetched in 95ms<br> 2575 silly pacote range manifest for end-of-stream@^1.0.0 fetched in 1ms<br> 2576 silly pacote range manifest for readable-stream@^2.0.0 fetched in 1ms<br> 2577 http fetch GET 304 <a href="https://registry.npmjs.org/stream-shift" rel="nofollow">https://registry.npmjs.org/stream-shift</a> 55ms (from cache)<br> 2578 silly pacote range manifest for stream-shift@^1.0.0 fetched in 71ms<br> 2579 silly pacote range manifest for once@^1.4.0 fetched in 1ms<br> 2580 http fetch GET 304 <a href="https://registry.npmjs.org/cyclist" rel="nofollow">https://registry.npmjs.org/cyclist</a> 54ms (from cache)<br> 2581 silly pacote range manifest for cyclist@^1.0.1 fetched in 67ms<br> 2582 silly pacote range manifest for readable-stream@^2.1.5 fetched in 1ms<br> 2583 silly pacote range manifest for once@^1.3.1 fetched in 1ms<br> 2584 silly pacote range manifest for duplexify@^3.6.0 fetched in 1ms<br> 2585 silly pacote range manifest for pump@^2.0.0 fetched in 5ms<br> 2586 silly pacote range manifest for xtend@~4.0.1 fetched in 1ms<br> 2587 http fetch GET 304 <a href="https://registry.npmjs.org/get-intrinsic" rel="nofollow">https://registry.npmjs.org/get-intrinsic</a> 59ms (from cache)<br> 2588 silly pacote range manifest for get-intrinsic@^1.0.2 fetched in 64ms<br> 2589 http fetch GET 304 <a href="https://registry.npmjs.org/nice-try" rel="nofollow">https://registry.npmjs.org/nice-try</a> 38ms (from cache)<br> 2590 silly pacote range manifest for nice-try@^1.0.4 fetched in 51ms<br> 2591 http fetch GET 304 <a href="https://registry.npmjs.org/path-key" rel="nofollow">https://registry.npmjs.org/path-key</a> 42ms (from cache)<br> 2592 silly pacote range manifest for path-key@^2.0.1 fetched in 47ms<br> 2593 http fetch GET 304 <a href="https://registry.npmjs.org/shebang-command" rel="nofollow">https://registry.npmjs.org/shebang-command</a> 49ms (from cache)<br> 2594 silly pacote range manifest for shebang-command@^1.2.0 fetched in 54ms<br> 2595 silly pacote range manifest for which@^1.2.9 fetched in 1ms<br> 2596 silly pacote range manifest for path-key@^2.0.0 fetched in 1ms<br> 2597 silly pacote range manifest for p-limit@^2.0.0 fetched in 1ms<br> 2598 http fetch GET 304 <a href="https://registry.npmjs.org/code-point-at" rel="nofollow">https://registry.npmjs.org/code-point-at</a> 31ms (from cache)<br> 2599 silly pacote range manifest for code-point-at@^1.0.0 fetched in 32ms<br> 2600 silly pacote range manifest for is-fullwidth-code-point@^1.0.0 fetched in 1ms<br> 2601 http fetch GET 200 <a href="https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz" rel="nofollow">https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz</a> 31ms<br> 2602 silly pacote range manifest for string-width@^1.0.2 || 2 fetched in 35ms<br> 2603 silly pacote range manifest for is-arrayish@^0.3.1 fetched in 4ms<br> 2604 silly pacote range manifest for boolbase@~1.0.0 fetched in 1ms<br> 2605 http fetch GET 304 <a href="https://registry.npmjs.org/dom-serializer" rel="nofollow">https://registry.npmjs.org/dom-serializer</a> 50ms (from cache)<br> 2606 silly pacote range manifest for dom-serializer@0 fetched in 63ms<br> 2607 http fetch GET 304 <a href="https://registry.npmjs.org/domelementtype" rel="nofollow">https://registry.npmjs.org/domelementtype</a> 201ms (from cache)<br> 2608 silly pacote range manifest for domelementtype@1 fetched in 223ms<br> 2609 silly pacote version manifest for [email protected] fetched in 5ms<br> 2610 http fetch GET 304 <a href="https://registry.npmjs.org/es-to-primitive" rel="nofollow">https://registry.npmjs.org/es-to-primitive</a> 49ms (from cache)<br> 2611 silly pacote range manifest for es-to-primitive@^1.2.1 fetched in 60ms<br> 2612 http fetch GET 304 <a href="https://registry.npmjs.org/is-callable" rel="nofollow">https://registry.npmjs.org/is-callable</a> 52ms (from cache)<br> 2613 silly pacote range manifest for is-callable@^1.2.2 fetched in 57ms<br> 2614 http fetch GET 304 <a href="https://registry.npmjs.org/is-negative-zero" rel="nofollow">https://registry.npmjs.org/is-negative-zero</a> 38ms (from cache)<br> 2615 silly pacote range manifest for is-negative-zero@^2.0.1 fetched in 50ms<br> 2616 silly pacote range manifest for is-regex@^1.1.1 fetched in 1ms<br> 2617 http fetch GET 304 <a href="https://registry.npmjs.org/object-inspect" rel="nofollow">https://registry.npmjs.org/object-inspect</a> 46ms (from cache)<br> 2618 silly pacote range manifest for object-inspect@^1.9.0 fetched in 56ms<br> 2619 silly pacote range manifest for object.assign@^4.1.2 fetched in 1ms<br> 2620 http fetch GET 304 <a href="https://registry.npmjs.org/string.prototype.trimend" rel="nofollow">https://registry.npmjs.org/string.prototype.trimend</a> 43ms (from cache)<br> 2621 silly pacote range manifest for string.prototype.trimend@^1.0.3 fetched in 57ms<br> 2622 http fetch GET 304 <a href="https://registry.npmjs.org/string.prototype.trimstart" rel="nofollow">https://registry.npmjs.org/string.prototype.trimstart</a> 42ms (from cache)<br> 2623 silly pacote range manifest for string.prototype.trimstart@^1.0.3 fetched in 62ms<br> 2624 silly pacote range manifest for object-inspect@^1.8.0 fetched in 1ms<br> 2625 silly pacote range manifest for object.assign@^4.1.1 fetched in 1ms<br> 2626 silly pacote range manifest for string.prototype.trimend@^1.0.1 fetched in 1ms<br> 2627 silly pacote range manifest for string.prototype.trimstart@^1.0.1 fetched in 1ms<br> 2628 silly pacote range manifest for minimalistic-assert@^1.0.1 fetched in 1ms<br> 2629 silly pacote range manifest for hash.js@^1.0.3 fetched in 1ms<br> 2630 silly pacote range manifest for minimalistic-crypto-utils@^1.0.1 fetched in 1ms<br> 2631 http fetch GET 304 <a href="https://registry.npmjs.org/is-buffer" rel="nofollow">https://registry.npmjs.org/is-buffer</a> 50ms (from cache)<br> 2632 silly pacote range manifest for is-buffer@^1.1.5 fetched in 65ms<br> 2633 http fetch GET 304 <a href="https://registry.npmjs.org/map-visit" rel="nofollow">https://registry.npmjs.org/map-visit</a> 41ms (from cache)<br> 2634 silly pacote range manifest for map-visit@^1.0.0 fetched in 46ms<br> 2635 http fetch GET 304 <a href="https://registry.npmjs.org/object-visit" rel="nofollow">https://registry.npmjs.org/object-visit</a> 56ms (from cache)<br> 2636 silly pacote range manifest for object-visit@^1.0.0 fetched in 62ms<br> 2637 http fetch GET 304 <a href="https://registry.npmjs.org/has-values" rel="nofollow">https://registry.npmjs.org/has-values</a> 38ms (from cache)<br> 2638 silly pacote range manifest for has-values@^1.0.0 fetched in 47ms<br> 2639 silly pacote range manifest for is-extendable@^0.1.1 fetched in 1ms<br> 2640 silly pacote range manifest for is-plain-object@^2.0.3 fetched in 1ms<br> 2641 silly pacote range manifest for split-string@^3.0.1 fetched in 1ms<br> 2642 silly pacote range manifest for set-value@^2.0.1 fetched in 1ms<br> 2643 silly pacote range manifest for has-value@^0.3.1 fetched in 5ms<br> 2644 http fetch GET 304 <a href="https://registry.npmjs.org/object-copy" rel="nofollow">https://registry.npmjs.org/object-copy</a> 54ms (from cache)<br> 2645 silly pacote range manifest for object-copy@^0.1.0 fetched in 59ms<br> 2646 silly pacote range manifest for callsites@^3.0.0 fetched in 15ms<br> 2647 http fetch GET 304 <a href="https://registry.npmjs.org/shebang-regex" rel="nofollow">https://registry.npmjs.org/shebang-regex</a> 39ms (from cache)<br> 2648 silly pacote range manifest for shebang-regex@^1.0.0 fetched in 44ms<br> 2649 http fetch GET 304 <a href="https://registry.npmjs.org/number-is-nan" rel="nofollow">https://registry.npmjs.org/number-is-nan</a> 31ms (from cache)<br> 2650 silly pacote range manifest for number-is-nan@^1.0.0 fetched in 32ms<br> 2651 http fetch GET 200 <a href="https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz" rel="nofollow">https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz</a> 29ms<br> 2652 silly pacote range manifest for strip-ansi@^4.0.0 fetched in 33ms<br> 2653 silly pacote range manifest for domelementtype@^2.0.1 fetched in 19ms<br> 2654 http fetch GET 304 <a href="https://registry.npmjs.org/entities" rel="nofollow">https://registry.npmjs.org/entities</a> 38ms (from cache)<br> 2655 silly pacote range manifest for entities@^2.0.0 fetched in 48ms<br> 2656 silly pacote range manifest for is-callable@^1.1.4 fetched in 1ms<br> 2657 http fetch GET 304 <a href="https://registry.npmjs.org/nan" rel="nofollow">https://registry.npmjs.org/nan</a> 21026ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 2658 silly pacote range manifest for nan@^2.12.1 fetched in 21034ms<br> 2659 silly pacote range manifest for kind-of@^4.0.0 fetched in 12ms<br> 2660 silly pacote range manifest for get-value@^2.0.3 fetched in 1ms<br> 2661 silly pacote range manifest for has-values@^0.1.4 fetched in 4ms<br> 2662 http fetch GET 304 <a href="https://registry.npmjs.org/is-symbol" rel="nofollow">https://registry.npmjs.org/is-symbol</a> 86ms (from cache)<br> 2663 silly pacote range manifest for is-symbol@^1.0.2 fetched in 91ms<br> 2664 silly pacote range manifest for isobject@^2.0.0 fetched in 15ms<br> 2665 silly pacote range manifest for kind-of@^3.0.3 fetched in 1ms<br> 2666 http fetch GET 304 <a href="https://registry.npmjs.org/copy-descriptor" rel="nofollow">https://registry.npmjs.org/copy-descriptor</a> 43ms (from cache)<br> 2667 silly pacote range manifest for copy-descriptor@^0.1.0 fetched in 47ms<br> 2668 http fetch GET 200 <a href="https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz" rel="nofollow">https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz</a> 55ms<br> 2669 silly pacote range manifest for ansi-regex@^3.0.0 fetched in 59ms<br> 2670 silly pacote version manifest for [email protected] fetched in 32ms<br> 2671 http fetch GET 304 <a href="https://registry.npmjs.org/iferr" rel="nofollow">https://registry.npmjs.org/iferr</a> 21459ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 2672 silly pacote range manifest for iferr@^0.1.5 fetched in 21469ms<br> 2673 http fetch GET 304 <a href="https://registry.npmjs.org/for-in" rel="nofollow">https://registry.npmjs.org/for-in</a> 21769ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763607" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/2/hovercard" href="https://github.com/npm/cli/pull/2">#2</a> (from cache)<br> 2674 silly pacote range manifest for for-in@^1.0.2 fetched in 21783ms<br> 2675 http fetch GET 304 <a href="https://registry.npmjs.org/call-bind" rel="nofollow">https://registry.npmjs.org/call-bind</a> 87811ms attempt <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="338763849" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/3" data-hovercard-type="pull_request" data-hovercard-url="/npm/cli/pull/3/hovercard" href="https://github.com/npm/cli/pull/3">#3</a> (from cache)<br> 2676 silly pacote range manifest for call-bind@^1.0.0 fetched in 87814ms<br> 2677 timing npm Completed in 243757ms<br> 2678 error cb() never called!<br> 2679 error This is an error with npm itself. Please report this error at:<br> 2680 error <a href="https://npm.community" rel="nofollow">https://npm.community</a></p>
<p dir="auto">When I execute npm install got this errornpm ERR! cb() never called!</p>
0
<p dir="auto">Either on a fresh clone or from my previously working build setup I'm getting now</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="checking size of mp_limb_t... 0 configure: error: Oops, mp_limb_t doesn't seem to work Makefile:1798: recipe for target 'build/gmp-6.0.0/config.status' failed"><pre class="notranslate"><code class="notranslate">checking size of mp_limb_t... 0 configure: error: Oops, mp_limb_t doesn't seem to work Makefile:1798: recipe for target 'build/gmp-6.0.0/config.status' failed </code></pre></div>
<p dir="auto">A few days ago, in order to rebase a couple of my branches on an up-to-date master, I made a pull that forced me to rebuild my <code class="notranslate">deps</code> (maybe due to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="99107991" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/12463" data-hovercard-type="pull_request" data-hovercard-url="/JuliaLang/julia/pull/12463/hovercard" href="https://github.com/JuliaLang/julia/pull/12463">#12463</a>?).</p> <p dir="auto">Since then, though, I have not been able to rebuild gmp. It fails during config with text like this near the end:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="checking size of mp_limb_t... 0 configure: error: Oops, mp_limb_t doesn't seem to work Makefile:1803: recipe for target 'build/gmp-6.0.0/config.status' failed"><pre class="notranslate"><code class="notranslate">checking size of mp_limb_t... 0 configure: error: Oops, mp_limb_t doesn't seem to work Makefile:1803: recipe for target 'build/gmp-6.0.0/config.status' failed </code></pre></div> <p dir="auto">I also get this error on a fresh clone.</p> <p dir="auto"><del>Some googling suggests something about having absolute paths in the configure line breaks things.</del> If I go into the source directory and do a bare <code class="notranslate">./configure</code>, it succeeds (and gives a size of <code class="notranslate">mp_limb_t</code> of 8).</p> <p dir="auto">Has anyone else seen this? I've looked a bit into how we might tweak the invocation of <code class="notranslate">configure</code> but the logic in <code class="notranslate">deps/Makefile</code> looks, um, complicated.</p>
1
<p dir="auto">It would be convenient to have more iterable unpacking.</p> <p dir="auto">Julia 1.7:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; x, (ys...) = (1,2,3,4); julia&gt; x, ys (1, (2, 3, 4)) julia&gt; x, (ys...), z = (1,2,3,4) ERROR: syntax: invalid &quot;...&quot; on non-final assignment location &quot;ys&quot; around REPL[2]:1"><pre class="notranslate">julia<span class="pl-k">&gt;</span> x, (ys<span class="pl-k">...</span>) <span class="pl-k">=</span> (<span class="pl-c1">1</span>,<span class="pl-c1">2</span>,<span class="pl-c1">3</span>,<span class="pl-c1">4</span>); julia<span class="pl-k">&gt;</span> x, ys (<span class="pl-c1">1</span>, (<span class="pl-c1">2</span>, <span class="pl-c1">3</span>, <span class="pl-c1">4</span>)) julia<span class="pl-k">&gt;</span> x, (ys<span class="pl-k">...</span>), z <span class="pl-k">=</span> (<span class="pl-c1">1</span>,<span class="pl-c1">2</span>,<span class="pl-c1">3</span>,<span class="pl-c1">4</span>) ERROR<span class="pl-k">:</span> syntax<span class="pl-k">:</span> invalid <span class="pl-s"><span class="pl-pds">"</span>...<span class="pl-pds">"</span></span> on non<span class="pl-k">-</span>final assignment location <span class="pl-s"><span class="pl-pds">"</span>ys<span class="pl-pds">"</span></span> around REPL[<span class="pl-c1">2</span>]<span class="pl-k">:</span><span class="pl-c1">1</span></pre></div> <p dir="auto">Python (<a href="https://www.python.org/dev/peps/pep-3132/#specification" rel="nofollow">feature specification</a>):</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [1]: x, *y, z = [1,2,3,4] In [2]: x, y, z Out[2]: (1, [2, 3], 4)"><pre class="notranslate"><span class="pl-v">In</span> [<span class="pl-c1">1</span>]: <span class="pl-s1">x</span>, <span class="pl-c1">*</span><span class="pl-s1">y</span>, <span class="pl-s1">z</span> <span class="pl-c1">=</span> [<span class="pl-c1">1</span>,<span class="pl-c1">2</span>,<span class="pl-c1">3</span>,<span class="pl-c1">4</span>] <span class="pl-v">In</span> [<span class="pl-c1">2</span>]: <span class="pl-s1">x</span>, <span class="pl-s1">y</span>, <span class="pl-s1">z</span> <span class="pl-v">Out</span>[<span class="pl-c1">2</span>]: (<span class="pl-c1">1</span>, [<span class="pl-c1">2</span>, <span class="pl-c1">3</span>], <span class="pl-c1">4</span>)</pre></div>
<p dir="auto">Sometimes I find myself wanting to do something like</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="(data..., p1, p2) = function_call()"><pre class="notranslate">(data<span class="pl-k">...</span>, p1, p2) <span class="pl-k">=</span> <span class="pl-c1">function_call</span>()</pre></div> <p dir="auto">because <code class="notranslate">function_call</code> returns many values, but I really only need to separate out the last one or two because, e.g., I will just splat the first however many values into another function call. Granted, I could accomplish this with</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="x = function_call() (data, p1, p2) = (x[1:end-2], x[end-1:end]...)"><pre class="notranslate">x <span class="pl-k">=</span> <span class="pl-c1">function_call</span>() (data, p1, p2) <span class="pl-k">=</span> (x[<span class="pl-c1">1</span><span class="pl-k">:</span><span class="pl-c1">end</span><span class="pl-k">-</span><span class="pl-c1">2</span>], x[<span class="pl-c1">end</span><span class="pl-k">-</span><span class="pl-c1">1</span><span class="pl-k">:</span><span class="pl-c1">end</span>]<span class="pl-k">.</span><span class="pl-k">..</span>)</pre></div> <p dir="auto">but I like the idea of having a concise syntax to do that.</p> <p dir="auto">(I see that <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="12238823" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/2626" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/2626/hovercard" href="https://github.com/JuliaLang/julia/issues/2626">#2626</a> touched on this, but I wasn't entirely sure what the conclusion was.)</p> <p dir="auto">It could also be cool to have this for method definitions too, e.g.,</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function f(x..., y) # code here; x contains 0 or more arguments end"><pre class="notranslate"><span class="pl-k">function</span> <span class="pl-en">f</span>(x<span class="pl-k">...</span>, y) <span class="pl-c"><span class="pl-c">#</span> code here; x contains 0 or more arguments</span> <span class="pl-k">end</span></pre></div> <p dir="auto">One could argue that I should just reorder my arguments, but if, for example, I'm defining an infix operator reordering arguments might not be ideal. For example, <code class="notranslate">|&gt;</code> could be defined as</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="|&gt;(x..., f) = f(x...)"><pre class="notranslate"><span class="pl-k">|&gt;</span>(x<span class="pl-k">...</span>, f) <span class="pl-k">=</span> <span class="pl-c1">f</span>(x<span class="pl-k">...</span>)</pre></div> <p dir="auto">and then instead of, e.g.,</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="computation() |&gt; args -&gt; g(args...) # g takes two arguments, computation returns two results"><pre class="notranslate"><span class="pl-c1">computation</span>() <span class="pl-k">|&gt;</span> args <span class="pl-k">-&gt;</span> <span class="pl-c1">g</span>(args<span class="pl-k">...</span>) <span class="pl-c"><span class="pl-c">#</span> g takes two arguments, computation returns two results</span></pre></div> <p dir="auto">I could do</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="computation()... |&gt; g # no anonymous function needed"><pre class="notranslate"><span class="pl-c1">computation</span>()<span class="pl-k">...</span> <span class="pl-k">|&gt;</span> g <span class="pl-c"><span class="pl-c">#</span> no anonymous function needed</span></pre></div> <p dir="auto">(Admittedly, defining an infix operator with not exactly two arguments probably doesn't make the most sense in most cases.)</p> <p dir="auto">I'd be interested to hear of other potential use cases, and to hear whether it's even possible to allow slurping in this way.</p>
1
<p dir="auto">I'm a newbie messing about so I couldn't say if this has been reported before or not (certainly similar ones has been.)</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" use std::sync::{Arc, Mutex}; use std::thread; use std::sync::mpsc::channel; fn main() { let channel_collector = Arc::new(Mutex::new(vec!())); thread::spawn(move || { let (tx, rx) = channel(); { let mut cc = channel_collector.lock().unwrap(); cc.push(rx); // or tx } }); }"><pre class="notranslate"><span class="pl-k">use</span> std<span class="pl-kos">::</span>sync<span class="pl-kos">::</span><span class="pl-kos">{</span><span class="pl-v">Arc</span><span class="pl-kos">,</span> <span class="pl-v">Mutex</span><span class="pl-kos">}</span><span class="pl-kos">;</span> <span class="pl-k">use</span> std<span class="pl-kos">::</span>thread<span class="pl-kos">;</span> <span class="pl-k">use</span> std<span class="pl-kos">::</span>sync<span class="pl-kos">::</span>mpsc<span class="pl-kos">::</span>channel<span class="pl-kos">;</span> <span class="pl-k">fn</span> <span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">let</span> channel_collector = <span class="pl-smi">Arc</span><span class="pl-kos">::</span><span class="pl-en">new</span><span class="pl-kos">(</span><span class="pl-smi">Mutex</span><span class="pl-kos">::</span><span class="pl-en">new</span><span class="pl-kos">(</span><span class="pl-en">vec</span><span class="pl-en">!</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">;</span> thread<span class="pl-kos">::</span><span class="pl-en">spawn</span><span class="pl-kos">(</span><span class="pl-k">move</span> || <span class="pl-kos">{</span> <span class="pl-k">let</span> <span class="pl-kos">(</span>tx<span class="pl-kos">,</span> rx<span class="pl-kos">)</span> = <span class="pl-en">channel</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">{</span> <span class="pl-k">let</span> <span class="pl-k">mut</span> cc = channel_collector<span class="pl-kos">.</span><span class="pl-en">lock</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">unwrap</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span> cc<span class="pl-kos">.</span><span class="pl-en">push</span><span class="pl-kos">(</span>rx<span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// or tx</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span></pre></div> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;anon&gt;:11:5: 11:18 error: internal compiler error: coherence failed to report ambiguity: cannot locate the impl of the trait `core::marker::Send` for the type `[closure &lt;anon&gt;:11:24: 20:6]` &lt;anon&gt;:11 thread::spawn(move || {"><pre class="notranslate"><code class="notranslate">&lt;anon&gt;:11:5: 11:18 error: internal compiler error: coherence failed to report ambiguity: cannot locate the impl of the trait `core::marker::Send` for the type `[closure &lt;anon&gt;:11:24: 20:6]` &lt;anon&gt;:11 thread::spawn(move || { </code></pre></div> <p dir="auto"><a href="http://is.gd/zmtsnG" rel="nofollow">http://is.gd/zmtsnG</a></p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="use std::sync::mpsc::channel; use std::thread::spawn; use std::marker::PhantomData; struct Foo&lt;T&gt; {foo: PhantomData&lt;T&gt;} fn main() { let (tx, rx) = channel(); spawn(move || { tx.send(Foo{ foo: PhantomData }); }); }"><pre class="notranslate"><span class="pl-k">use</span> std<span class="pl-kos">::</span>sync<span class="pl-kos">::</span>mpsc<span class="pl-kos">::</span>channel<span class="pl-kos">;</span> <span class="pl-k">use</span> std<span class="pl-kos">::</span>thread<span class="pl-kos">::</span>spawn<span class="pl-kos">;</span> <span class="pl-k">use</span> std<span class="pl-kos">::</span>marker<span class="pl-kos">::</span><span class="pl-v">PhantomData</span><span class="pl-kos">;</span> <span class="pl-k">struct</span> <span class="pl-smi">Foo</span><span class="pl-kos">&lt;</span><span class="pl-smi">T</span><span class="pl-kos">&gt;</span> <span class="pl-kos">{</span><span class="pl-c1">foo</span><span class="pl-kos">:</span> <span class="pl-smi">PhantomData</span><span class="pl-kos">&lt;</span><span class="pl-smi">T</span><span class="pl-kos">&gt;</span><span class="pl-kos">}</span> <span class="pl-k">fn</span> <span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">let</span> <span class="pl-kos">(</span>tx<span class="pl-kos">,</span> rx<span class="pl-kos">)</span> = <span class="pl-en">channel</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-en">spawn</span><span class="pl-kos">(</span><span class="pl-k">move</span> || <span class="pl-kos">{</span> tx<span class="pl-kos">.</span><span class="pl-en">send</span><span class="pl-kos">(</span><span class="pl-smi">Foo</span><span class="pl-kos">{</span> <span class="pl-c1">foo</span><span class="pl-kos">:</span> <span class="pl-v">PhantomData</span> <span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span></pre></div> <p dir="auto">fails to compile with the following error (on playpen nightly 2014-05-13):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;anon&gt;:10:5: 10:10 error: internal compiler error: coherence failed to report ambiguity: cannot locate the impl of the trait `core::marker::Send` for the type `[closure &lt;anon&gt;:10:16: 12:6]` &lt;anon&gt;:10 spawn(move || { ^~~~~ note: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports note: run with `RUST_BACKTRACE=1` for a backtrace thread 'rustc' panicked at 'Box&lt;Any&gt;', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libsyntax/diagnostic.rs:170"><pre class="notranslate"><code class="notranslate">&lt;anon&gt;:10:5: 10:10 error: internal compiler error: coherence failed to report ambiguity: cannot locate the impl of the trait `core::marker::Send` for the type `[closure &lt;anon&gt;:10:16: 12:6]` &lt;anon&gt;:10 spawn(move || { ^~~~~ note: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports note: run with `RUST_BACKTRACE=1` for a backtrace thread 'rustc' panicked at 'Box&lt;Any&gt;', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libsyntax/diagnostic.rs:170 </code></pre></div> <p dir="auto">Here's the backtrace:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="stack backtrace: 1: 0x7fd0dba28b49 - sys::backtrace::write::h412fd048026f70e7uhs 2: 0x7fd0dba30ac9 - panicking::on_panic::h29d81987ed54208bxXw 3: 0x7fd0db9f0862 - rt::unwind::begin_unwind_inner::hb43cf3548917ef54HCw 4: 0x7fd0d8dd3c4d - rt::unwind::begin_unwind::h5201448110574075268 5: 0x7fd0d8dd3be2 - diagnostic::SpanHandler::span_bug::hb39065b9fe8fb3f2D2B 6: 0x7fd0d9b43a49 - middle::traits::error_reporting::report_fulfillment_error::h2459ff2fb01b4302zTN 7: 0x7fd0d99f4d41 - middle::traits::error_reporting::report_fulfillment_errors::hf108381206cc195cPSN 8: 0x7fd0db198414 - check::vtable::select_all_fcx_obligations_or_error::ha187a7a966441c6df9b 9: 0x7fd0db219262 - check::check_bare_fn::hde32c6ea2fd561e5FMn 10: 0x7fd0db217142 - check::CheckItemBodiesVisitor&lt;'a, 'tcx&gt;.Visitor&lt;'tcx&gt;::visit_item::h1fe392053eb35855IJn 11: 0x7fd0db2d1aca - check_crate::closure.38576 12: 0x7fd0db2cb630 - check_crate::hdfe4c6ceaab6493fuCC 13: 0x7fd0dbf890a8 - driver::phase_3_run_analysis_passes::h3c7402bc8b274a4ctGa 14: 0x7fd0dbf69eac - driver::compile_input::h34062f722e30b378Qba 15: 0x7fd0dc025e31 - run_compiler::h58bdb62ca09f7a7275b 16: 0x7fd0dc023682 - boxed::F.FnBox&lt;A&gt;::call_box::h2254708566657730251 17: 0x7fd0dc022c49 - rt::unwind::try::try_fn::h5284975654559288511 18: 0x7fd0dbab3f98 - rust_try_inner 19: 0x7fd0dbab3f85 - rust_try 20: 0x7fd0dc022ee4 - boxed::F.FnBox&lt;A&gt;::call_box::h4931667208008540516 21: 0x7fd0dba2f861 - sys::thread::Thread::new::thread_start::hb8b1207e6c09cbe43Iv 22: 0x7fd0d64732c3 - &lt;unknown&gt; 23: 0x7fd0db6872dc - clone 24: 0x0 - &lt;unknown&gt;"><pre class="notranslate"><code class="notranslate">stack backtrace: 1: 0x7fd0dba28b49 - sys::backtrace::write::h412fd048026f70e7uhs 2: 0x7fd0dba30ac9 - panicking::on_panic::h29d81987ed54208bxXw 3: 0x7fd0db9f0862 - rt::unwind::begin_unwind_inner::hb43cf3548917ef54HCw 4: 0x7fd0d8dd3c4d - rt::unwind::begin_unwind::h5201448110574075268 5: 0x7fd0d8dd3be2 - diagnostic::SpanHandler::span_bug::hb39065b9fe8fb3f2D2B 6: 0x7fd0d9b43a49 - middle::traits::error_reporting::report_fulfillment_error::h2459ff2fb01b4302zTN 7: 0x7fd0d99f4d41 - middle::traits::error_reporting::report_fulfillment_errors::hf108381206cc195cPSN 8: 0x7fd0db198414 - check::vtable::select_all_fcx_obligations_or_error::ha187a7a966441c6df9b 9: 0x7fd0db219262 - check::check_bare_fn::hde32c6ea2fd561e5FMn 10: 0x7fd0db217142 - check::CheckItemBodiesVisitor&lt;'a, 'tcx&gt;.Visitor&lt;'tcx&gt;::visit_item::h1fe392053eb35855IJn 11: 0x7fd0db2d1aca - check_crate::closure.38576 12: 0x7fd0db2cb630 - check_crate::hdfe4c6ceaab6493fuCC 13: 0x7fd0dbf890a8 - driver::phase_3_run_analysis_passes::h3c7402bc8b274a4ctGa 14: 0x7fd0dbf69eac - driver::compile_input::h34062f722e30b378Qba 15: 0x7fd0dc025e31 - run_compiler::h58bdb62ca09f7a7275b 16: 0x7fd0dc023682 - boxed::F.FnBox&lt;A&gt;::call_box::h2254708566657730251 17: 0x7fd0dc022c49 - rt::unwind::try::try_fn::h5284975654559288511 18: 0x7fd0dbab3f98 - rust_try_inner 19: 0x7fd0dbab3f85 - rust_try 20: 0x7fd0dc022ee4 - boxed::F.FnBox&lt;A&gt;::call_box::h4931667208008540516 21: 0x7fd0dba2f861 - sys::thread::Thread::new::thread_start::hb8b1207e6c09cbe43Iv 22: 0x7fd0d64732c3 - &lt;unknown&gt; 23: 0x7fd0db6872dc - clone 24: 0x0 - &lt;unknown&gt; </code></pre></div> <p dir="auto">This is probably related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="68458842" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/24424" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/24424/hovercard" href="https://github.com/rust-lang/rust/issues/24424">#24424</a>, but doesn't include any lifetimes.</p>
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.0 Windows Terminal version: v0.5.2681.0"><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: 10.0.18362.0 Windows Terminal version: v0.5.2681.0 </code></pre></div> <h1 dir="auto">Steps to reproduce</h1> <p dir="auto">Find the Windows Terminal (Preview) app and click.</p> <h1 dir="auto">Expected behavior</h1> <p dir="auto">Windows Terminal should launch.</p> <h1 dir="auto">Actual behavior</h1> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/799194/66106817-796dc380-e5c7-11e9-8a69-6d181b916ab8.png"><img src="https://user-images.githubusercontent.com/799194/66106817-796dc380-e5c7-11e9-8a69-6d181b916ab8.png" alt="image" style="max-width: 100%;"></a></p>
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Microsoft Windows [Version 10.0.18362.295] Windows Terminal (Preview) Version: 0.4.2382.0"><pre lang="none" class="notranslate"><code class="notranslate">Microsoft Windows [Version 10.0.18362.295] Windows Terminal (Preview) Version: 0.4.2382.0 </code></pre></div> <h1 dir="auto">Steps to reproduce</h1> <p dir="auto">Switch the "Change the size of text, apps, and other items" to something other than 100%<br> Open up Terminal and colorize multiple contiguous lines on the screen<br> (For me, I'm running WSL and run <code class="notranslate">vim</code> followed by <code class="notranslate">:color blue</code>)</p> <h1 dir="auto">Expected behavior</h1> <p dir="auto">There should not be any gaps between the characters.</p> <p dir="auto">Here's the terminal on a 2560x1440 resolution monitor (Landscape) at 100% scale setting<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/118211/64994589-e0803e00-d88d-11e9-93d0-47979b062768.png"><img src="https://user-images.githubusercontent.com/118211/64994589-e0803e00-d88d-11e9-93d0-47979b062768.png" alt="image" style="max-width: 100%;"></a></p> <h1 dir="auto">Actual behavior</h1> <p dir="auto">On 125% zoom, the same window now looks like this (tiny black horizontal marks between what should be contiguous lines of text all colored blue).</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/118211/64995002-f5110600-d88e-11e9-9477-0e168c96b404.png"><img src="https://user-images.githubusercontent.com/118211/64995002-f5110600-d88e-11e9-9477-0e168c96b404.png" alt="image" style="max-width: 100%;"></a></p> <p dir="auto">At 150% scale, we have a similar issue, though now instead of every line being affected, every other line has the horizontal artifact.<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/118211/64995065-2558a480-d88f-11e9-9bbc-6c828b21cdd7.png"><img src="https://user-images.githubusercontent.com/118211/64995065-2558a480-d88f-11e9-9bbc-6c828b21cdd7.png" alt="image" style="max-width: 100%;"></a></p> <p dir="auto">175%, and 225% zoom seem to have the same artifact line pattern as 125%</p> <p dir="auto">200% zoom has no artifact.</p> <p dir="auto">This looks similar to the artifact reported by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/shanselman/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/shanselman">@shanselman</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="441009825" data-permission-text="Title is private" data-url="https://github.com/microsoft/terminal/issues/455" data-hovercard-type="issue" data-hovercard-url="/microsoft/terminal/issues/455/hovercard?comment_id=518455051&amp;comment_type=issue_comment" href="https://github.com/microsoft/terminal/issues/455#issuecomment-518455051">#455 (comment)</a>, but the issue I see is present independent of the fontFace setting (i see it both with fontFace set to Fira Code, and with fontFace setting removed thus falling back to the default fontFace).</p> <p dir="auto">Note: I initially came across this while using multiple monitors, and the artifact presented itself when dragging between two monitors. It turns out that the Scale setting is on a per-monitor basis, so if anyone working on a fix has multiple monitors, they can test several scale settings in parallel, as dragging the window between monitors will dynamically apply the scaling to the window.</p>
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <p dir="auto">This is just a discussion over documentation of v1.</p> <p dir="auto">In this section : <a href="https://material-ui.com/customization/overrides/#overriding-with-classes" rel="nofollow">https://material-ui.com/customization/overrides/#overriding-with-classes</a> it seems in both the text description, and the example, that the classes override <strong>replace</strong> the default one.This is not very intuitive as classes are string, not objects that can merge, which is why I thought it worked that way in the first place.</p> <p dir="auto">An explicitly description of how it works could make things clearer, . <em>ie.</em> the styles objects pointed by both the overriding class name and the default one, are merged together.</p> <p dir="auto">What do you think?</p>
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected Behavior</h2> <p dir="auto">Passing loop element to MenuItem onClick, the elements is always the last element in the array.</p> <h2 dir="auto">Current Behavior</h2> <p dir="auto">Passing loop element to MenuItem onClick should pass the current element being iterated over.</p> <h2 dir="auto">Steps to Reproduce (for bugs)</h2> <ol dir="auto"> <li>go to <a href="https://codesandbox.io/s/y3z5kq8mvz" rel="nofollow">https://codesandbox.io/s/y3z5kq8mvz</a></li> <li>Click any item in 'open one' and it will console.log 'closing two'. It should console.log 'closing one'.</li> </ol> <h2 dir="auto">Context</h2> <h2 dir="auto">Your Environment</h2> <table role="table"> <thead> <tr> <th>Tech</th> <th>Version</th> </tr> </thead> <tbody> <tr> <td>Material-UI</td> <td>beta23</td> </tr> <tr> <td>React</td> <td>16.2.0</td> </tr> <tr> <td>browser</td> <td>chrome 62</td> </tr> <tr> <td>etc</td> <td>macos</td> </tr> </tbody> </table>
0
<h2 dir="auto">Steps to Reproduce</h2> <ul dir="auto"> <li>Build this repo:<br> <a href="https://github.com/DSCHeritage/DevFestKolkata">https://github.com/DSCHeritage/DevFestKolkata</a></li> <li>with flutter version 0.10.2</li> <li>run the app and go to speaker's screen</li> </ul> <h2 dir="auto">Problem</h2> <p dir="auto">This is the app with DebugPaintView on, which is how it was looking in 0.9.4:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/15698263/48121633-770dc700-e29b-11e8-9039-42a41201b208.png"><img src="https://user-images.githubusercontent.com/15698263/48121633-770dc700-e29b-11e8-9039-42a41201b208.png" alt="screenshot_1541581560" style="max-width: 100%;"></a></p> <p dir="auto">but this is what's visible on the screen:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/15698263/48121656-85f47980-e29b-11e8-95d0-53e8df302f7f.png"><img src="https://user-images.githubusercontent.com/15698263/48121656-85f47980-e29b-11e8-95d0-53e8df302f7f.png" alt="screenshot_1541581571" style="max-width: 100%;"></a></p> <p dir="auto">An unwanted black rectangle masks a part of the lower half and makes the speakers invisible. The rectangle is not at all visible in the widget tree. Even the tap points are working as they should.</p> <p dir="auto">This hppens again at the botom of the ListView<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/15698263/48122998-ed5ff880-e29e-11e8-818a-6850c62456e2.png"><img src="https://user-images.githubusercontent.com/15698263/48122998-ed5ff880-e29e-11e8-818a-6850c62456e2.png" alt="screenshot_1541581659" style="max-width: 100%;"></a></p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/15698263/48123012-f3ee7000-e29e-11e8-9bb9-bcbb5ba59f63.png"><img src="https://user-images.githubusercontent.com/15698263/48123012-f3ee7000-e29e-11e8-9bb9-bcbb5ba59f63.png" alt="screenshot_1541581671" style="max-width: 100%;"></a></p> <p dir="auto">The code responsible for the above screens is as follows:</p> <div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class SpeakersList extends StatelessWidget { final List&lt;Speaker&gt; speakers; const SpeakersList({Key key, @required this.speakers}) : super(key: key); @override Widget build(BuildContext context) { return ListView( physics: BouncingScrollPhysics(), padding: EdgeInsets.only(top: 15.0, bottom: 50.0), children: [ titleWrap( title: 'Sessions', sessionType: 'session', context: context, ), titleWrap( title: 'Lightning Talks', sessionType: 'lightning_talks', context: context), titleWrap( title: 'Hands-On Workshops', sessionType: 'workshop', context: context), ], ); } Widget titleWrap({ @required String title, @required String sessionType, @required BuildContext context, }) =&gt; Container( margin: EdgeInsets.only(bottom: 40.0), child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ Padding( padding: const EdgeInsets.all(8.0).copyWith(bottom: 20.0), child: Text( '$title :', style: Theme.of(context) .textTheme .display4 .copyWith(fontSize: 55.0), ), ), Opacity( opacity: 0.8, child: Wrap( alignment: WrapAlignment.start, runSpacing: 20.0, children: speakers .where( (Speaker speaker) =&gt; speaker.sessionType == sessionType) .map((speaker) =&gt; SpeakerWidget(speaker: speaker)) .toList(), ), ) ], ), ); }"><pre class="notranslate"><span class="pl-k">class</span> <span class="pl-c1">SpeakersList</span> <span class="pl-k">extends</span> <span class="pl-c1">StatelessWidget</span> { <span class="pl-k">final</span> <span class="pl-c1">List</span>&lt;<span class="pl-c1">Speaker</span>&gt; speakers; <span class="pl-k">const</span> <span class="pl-c1">SpeakersList</span>({<span class="pl-c1">Key</span> key, <span class="pl-k">@required</span> <span class="pl-c1">this</span>.speakers}) <span class="pl-k">:</span> <span class="pl-c1">super</span>(key<span class="pl-k">:</span> key); <span class="pl-k">@override</span> <span class="pl-c1">Widget</span> <span class="pl-en">build</span>(<span class="pl-c1">BuildContext</span> context) { <span class="pl-k">return</span> <span class="pl-c1">ListView</span>( physics<span class="pl-k">:</span> <span class="pl-c1">BouncingScrollPhysics</span>(), padding<span class="pl-k">:</span> <span class="pl-c1">EdgeInsets</span>.<span class="pl-en">only</span>(top<span class="pl-k">:</span> <span class="pl-c1">15.0</span>, bottom<span class="pl-k">:</span> <span class="pl-c1">50.0</span>), children<span class="pl-k">:</span> [ <span class="pl-en">titleWrap</span>( title<span class="pl-k">:</span> <span class="pl-s">'Sessions'</span>, sessionType<span class="pl-k">:</span> <span class="pl-s">'session'</span>, context<span class="pl-k">:</span> context, ), <span class="pl-en">titleWrap</span>( title<span class="pl-k">:</span> <span class="pl-s">'Lightning Talks'</span>, sessionType<span class="pl-k">:</span> <span class="pl-s">'lightning_talks'</span>, context<span class="pl-k">:</span> context), <span class="pl-en">titleWrap</span>( title<span class="pl-k">:</span> <span class="pl-s">'Hands-On Workshops'</span>, sessionType<span class="pl-k">:</span> <span class="pl-s">'workshop'</span>, context<span class="pl-k">:</span> context), ], ); } <span class="pl-c1">Widget</span> <span class="pl-en">titleWrap</span>({ <span class="pl-k">@required</span> <span class="pl-c1">String</span> title, <span class="pl-k">@required</span> <span class="pl-c1">String</span> sessionType, <span class="pl-k">@required</span> <span class="pl-c1">BuildContext</span> context, }) <span class="pl-k">=&gt;</span> <span class="pl-c1">Container</span>( margin<span class="pl-k">:</span> <span class="pl-c1">EdgeInsets</span>.<span class="pl-en">only</span>(bottom<span class="pl-k">:</span> <span class="pl-c1">40.0</span>), child<span class="pl-k">:</span> <span class="pl-c1">Column</span>( crossAxisAlignment<span class="pl-k">:</span> <span class="pl-c1">CrossAxisAlignment</span>.start, children<span class="pl-k">:</span> [ <span class="pl-c1">Padding</span>( padding<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">EdgeInsets</span>.<span class="pl-en">all</span>(<span class="pl-c1">8.0</span>).<span class="pl-en">copyWith</span>(bottom<span class="pl-k">:</span> <span class="pl-c1">20.0</span>), child<span class="pl-k">:</span> <span class="pl-c1">Text</span>( <span class="pl-s">'$<span class="pl-v">title</span> :'</span>, style<span class="pl-k">:</span> <span class="pl-c1">Theme</span>.<span class="pl-en">of</span>(context) .textTheme .display4 .<span class="pl-en">copyWith</span>(fontSize<span class="pl-k">:</span> <span class="pl-c1">55.0</span>), ), ), <span class="pl-c1">Opacity</span>( opacity<span class="pl-k">:</span> <span class="pl-c1">0.8</span>, child<span class="pl-k">:</span> <span class="pl-c1">Wrap</span>( alignment<span class="pl-k">:</span> <span class="pl-c1">WrapAlignment</span>.start, runSpacing<span class="pl-k">:</span> <span class="pl-c1">20.0</span>, children<span class="pl-k">:</span> speakers .<span class="pl-en">where</span>( (<span class="pl-c1">Speaker</span> speaker) <span class="pl-k">=&gt;</span> speaker.sessionType <span class="pl-k">==</span> sessionType) .<span class="pl-en">map</span>((speaker) <span class="pl-k">=&gt;</span> <span class="pl-c1">SpeakerWidget</span>(speaker<span class="pl-k">:</span> speaker)) .<span class="pl-en">toList</span>(), ), ) ], ), ); }</pre></div> <p dir="auto">Changing from a ListView to a Column inside a SingleChildScrollView renders the middle part perfectly but the proplem persists at the bottom of the screen.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Widget build(BuildContext context) { return SingleChildScrollView( physics: BouncingScrollPhysics(), padding: EdgeInsets.only(top: 15.0, bottom: 50.0), child: Column(..."><pre class="notranslate"><code class="notranslate"> Widget build(BuildContext context) { return SingleChildScrollView( physics: BouncingScrollPhysics(), padding: EdgeInsets.only(top: 15.0, bottom: 50.0), child: Column(... </code></pre></div> <p dir="auto">Screenshots:<br> After first TitleWrap:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/15698263/48124042-652f2280-e2a1-11e8-83af-49c1fc78da01.png"><img src="https://user-images.githubusercontent.com/15698263/48124042-652f2280-e2a1-11e8-83af-49c1fc78da01.png" alt="screenshot_1541584506" style="max-width: 100%;"></a></p> <p dir="auto">Bottom of the Screen:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/15698263/48124055-6eb88a80-e2a1-11e8-93e7-fb5247c55d26.png"><img src="https://user-images.githubusercontent.com/15698263/48124055-6eb88a80-e2a1-11e8-93e7-fb5247c55d26.png" alt="screenshot_1541584511" style="max-width: 100%;"></a></p> <p dir="auto">With debugpaint on:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/15698263/48124094-88f26880-e2a1-11e8-8039-d35a1425c38f.png"><img src="https://user-images.githubusercontent.com/15698263/48124094-88f26880-e2a1-11e8-8039-d35a1425c38f.png" alt="screenshot_1541584582" style="max-width: 100%;"></a></p> <h2 dir="auto">Some Observations</h2> <ul dir="auto"> <li>All the touch points and gestures are working perfectly well</li> <li>This happened on a Moto G5 Plus and on an Android Emulator as well, so not device specific</li> <li><strong>All scrollviews are acting this way</strong> even those on other screens</li> </ul> <h2 dir="auto">Logs</h2> <h2 dir="auto">Flutter run --verbose</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="processReleaseManifest: task ':app:processReleaseManifest' processReleaseResources: task ':app:processReleaseResources' processReleaseUnitTestJavaRes: task ':app:processReleaseUnitTestJavaRes' project: project ':app' projectConfigurator: org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator@12fc24ef projectDir: /Users/raveesh/Desktop/DevFestKolkata/android/app projectEvaluationBroadcaster: ProjectEvaluationListener broadcast projectEvaluator: org.gradle.configuration.project.LifecycleProjectEvaluator@143cecf8 projectPath: :app projectRegistry: org.gradle.api.internal.project.DefaultProjectRegistry@1a1e8d3e properties: {...} providers: org.gradle.api.internal.provider.DefaultProviderFactory@330e4fbe reportBuildArtifactsDebug: task ':app:reportBuildArtifactsDebug' reportBuildArtifactsDynamicProfile: task ':app:reportBuildArtifactsDynamicProfile' reportBuildArtifactsDynamicRelease: task ':app:reportBuildArtifactsDynamicRelease' reportBuildArtifactsProfile: task ':app:reportBuildArtifactsProfile' reportBuildArtifactsRelease: task ':app:reportBuildArtifactsRelease' reporting: org.gradle.api.reporting.ReportingExtension_Decorated@e24b1b0 reportsDir: /Users/raveesh/Desktop/DevFestKolkata/build/app/reports repositories: repository container resolveConfigAttr: task ':app:resolveConfigAttr' resourceLoader: org.gradle.internal.resource.transfer.DefaultUriTextResourceLoader@7d0c37c7 resources: org.gradle.api.internal.resources.DefaultResourceHandler@e245fb2 rootDir: /Users/raveesh/Desktop/DevFestKolkata/android rootProject: root project 'android' script: false scriptHandlerFactory: org.gradle.api.internal.initialization.DefaultScriptHandlerFactory@60bd4435 scriptPluginFactory: org.gradle.configuration.ScriptPluginFactorySelector@4b3fd0a3 serviceRegistryFactory: org.gradle.internal.service.scopes.ProjectScopeServices$4@5711640c services: ProjectScopeServices signingReport: task ':app:signingReport' sourceCompatibility: 1.8 sourceSets: SourceSet container splitsDiscoveryTaskDebug: task ':app:splitsDiscoveryTaskDebug' splitsDiscoveryTaskDynamicProfile: task ':app:splitsDiscoveryTaskDynamicProfile' splitsDiscoveryTaskDynamicRelease: task ':app:splitsDiscoveryTaskDynamicRelease' splitsDiscoveryTaskProfile: task ':app:splitsDiscoveryTaskProfile' splitsDiscoveryTaskRelease: task ':app:splitsDiscoveryTaskRelease' standardOutputCapture: org.gradle.internal.logging.services.DefaultLoggingManager@3b34eb0b state: project state 'EXECUTED' status: integration subprojects: [] targetCompatibility: 1.8 tasks: task set test: task ':app:test' testDebugUnitTest: task ':app:testDebugUnitTest' testDynamicProfileUnitTest: task ':app:testDynamicProfileUnitTest' testDynamicReleaseUnitTest: task ':app:testDynamicReleaseUnitTest' testProfileUnitTest: task ':app:testProfileUnitTest' testReleaseUnitTest: task ':app:testReleaseUnitTest' testReportDir: /Users/raveesh/Desktop/DevFestKolkata/build/app/reports/tests testReportDirName: tests testResultsDir: /Users/raveesh/Desktop/DevFestKolkata/build/app/test-results testResultsDirName: test-results transformClassesWithDexBuilderForDebug: task ':app:transformClassesWithDexBuilderForDebug' transformClassesWithDexBuilderForDebugAndroidTest: task ':app:transformClassesWithDexBuilderForDebugAndroidTest' transformClassesWithDexBuilderForDynamicProfile: task ':app:transformClassesWithDexBuilderForDynamicProfile' transformClassesWithDexBuilderForDynamicRelease: task ':app:transformClassesWithDexBuilderForDynamicRelease' transformClassesWithDexBuilderForProfile: task ':app:transformClassesWithDexBuilderForProfile' transformClassesWithDexBuilderForRelease: task ':app:transformClassesWithDexBuilderForRelease' transformDexArchiveWithDexMergerForDebug: task ':app:transformDexArchiveWithDexMergerForDebug' transformDexArchiveWithDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithDexMergerForDebugAndroidTest' transformDexArchiveWithDexMergerForDynamicProfile: task ':app:transformDexArchiveWithDexMergerForDynamicProfile' transformDexArchiveWithDexMergerForDynamicRelease: task ':app:transformDexArchiveWithDexMergerForDynamicRelease' transformDexArchiveWithDexMergerForProfile: task ':app:transformDexArchiveWithDexMergerForProfile' transformDexArchiveWithDexMergerForRelease: task ':app:transformDexArchiveWithDexMergerForRelease' transformDexArchiveWithExternalLibsDexMergerForDebug: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug' transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest' transformDexArchiveWithExternalLibsDexMergerForDynamicProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForDynamicProfile' transformDexArchiveWithExternalLibsDexMergerForDynamicRelease: task ':app:transformDexArchiveWithExternalLibsDexMergerForDynamicRelease' transformDexArchiveWithExternalLibsDexMergerForProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForProfile' transformDexArchiveWithExternalLibsDexMergerForRelease: task ':app:transformDexArchiveWithExternalLibsDexMergerForRelease' transformNativeLibsWithMergeJniLibsForDebug: task ':app:transformNativeLibsWithMergeJniLibsForDebug' transformNativeLibsWithMergeJniLibsForDebugAndroidTest: task ':app:transformNativeLibsWithMergeJniLibsForDebugAndroidTest' transformNativeLibsWithMergeJniLibsForDynamicProfile: task ':app:transformNativeLibsWithMergeJniLibsForDynamicProfile' transformNativeLibsWithMergeJniLibsForDynamicRelease: task ':app:transformNativeLibsWithMergeJniLibsForDynamicRelease' transformNativeLibsWithMergeJniLibsForProfile: task ':app:transformNativeLibsWithMergeJniLibsForProfile' transformNativeLibsWithMergeJniLibsForRelease: task ':app:transformNativeLibsWithMergeJniLibsForRelease' transformResourcesWithMergeJavaResForDebug: task ':app:transformResourcesWithMergeJavaResForDebug' transformResourcesWithMergeJavaResForDebugAndroidTest: task ':app:transformResourcesWithMergeJavaResForDebugAndroidTest' transformResourcesWithMergeJavaResForDebugUnitTest: task ':app:transformResourcesWithMergeJavaResForDebugUnitTest' transformResourcesWithMergeJavaResForDynamicProfile: task ':app:transformResourcesWithMergeJavaResForDynamicProfile' transformResourcesWithMergeJavaResForDynamicProfileUnitTest: task ':app:transformResourcesWithMergeJavaResForDynamicProfileUnitTest' transformResourcesWithMergeJavaResForDynamicRelease: task ':app:transformResourcesWithMergeJavaResForDynamicRelease' transformResourcesWithMergeJavaResForDynamicReleaseUnitTest: task ':app:transformResourcesWithMergeJavaResForDynamicReleaseUnitTest' transformResourcesWithMergeJavaResForProfile: task ':app:transformResourcesWithMergeJavaResForProfile' transformResourcesWithMergeJavaResForProfileUnitTest: task ':app:transformResourcesWithMergeJavaResForProfileUnitTest' transformResourcesWithMergeJavaResForRelease: task ':app:transformResourcesWithMergeJavaResForRelease' transformResourcesWithMergeJavaResForReleaseUnitTest: task ':app:transformResourcesWithMergeJavaResForReleaseUnitTest' uninstallAll: task ':app:uninstallAll' uninstallDebug: task ':app:uninstallDebug' uninstallDebugAndroidTest: task ':app:uninstallDebugAndroidTest' uninstallDynamicProfile: task ':app:uninstallDynamicProfile' uninstallDynamicRelease: task ':app:uninstallDynamicRelease' uninstallProfile: task ':app:uninstallProfile' uninstallRelease: task ':app:uninstallRelease' validateSigningDebug: task ':app:validateSigningDebug' validateSigningDebugAndroidTest: task ':app:validateSigningDebugAndroidTest' validateSigningDynamicProfile: task ':app:validateSigningDynamicProfile' validateSigningDynamicRelease: task ':app:validateSigningDynamicRelease' validateSigningProfile: task ':app:validateSigningProfile' validateSigningRelease: task ':app:validateSigningRelease' version: unspecified writeDebugApplicationId: task ':app:writeDebugApplicationId' writeDynamicProfileApplicationId: task ':app:writeDynamicProfileApplicationId' writeDynamicReleaseApplicationId: task ':app:writeDynamicReleaseApplicationId' writeProfileApplicationId: task ':app:writeProfileApplicationId' writeReleaseApplicationId: task ':app:writeReleaseApplicationId' 1 actionable task: 1 executed [ +73 ms] executing: [/Users/raveesh/Desktop/DevFestKolkata/android/] /Users/raveesh/Desktop/DevFestKolkata/android/gradlew app:tasks --all [+1914 ms] Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) Could not find google-services.json while looking in [src/nullnull/dynamicProfile, src/dynamicProfile/nullnull, src/nullnull, src/dynamicProfile, src/nullnullDynamicProfile] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) Could not find google-services.json while looking in [src/nullnull/profile, src/profile/nullnull, src/nullnull, src/profile, src/nullnullProfile] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) Could not find google-services.json while looking in [src/nullnull/dynamicRelease, src/dynamicRelease/nullnull, src/nullnull, src/dynamicRelease, src/nullnullDynamicRelease] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) ------------------------------------------------------------ All tasks runnable from project :app ------------------------------------------------------------ Android tasks ------------- androidDependencies - Displays the Android dependencies of the project. signingReport - Displays the signing info for each variant. sourceSets - Prints out all the source sets defined in this project. Build tasks ----------- assemble - Assembles all variants of all applications and secondary packages. assembleAndroidTest - Assembles all the Test applications. assembleDebug - Assembles all Debug builds. assembleDynamicProfile - Assembles all DynamicProfile builds. assembleDynamicRelease - Assembles all DynamicRelease builds. assembleProfile - Assembles all Profile builds. assembleRelease - Assembles all Release builds. build - Assembles and tests this project. buildDependents - Assembles and tests this project and all projects that depend on it. buildNeeded - Assembles and tests this project and all projects it depends on. clean - Deletes the build directory. cleanBuildCache - Deletes the build cache directory. compileDebugAndroidTestSources compileDebugSources compileDebugUnitTestSources compileDynamicProfileSources compileDynamicProfileUnitTestSources compileDynamicReleaseSources compileDynamicReleaseUnitTestSources compileProfileSources compileProfileUnitTestSources compileReleaseSources compileReleaseUnitTestSources mockableAndroidJar - Creates a version of android.jar that's suitable for unit tests. Help tasks ---------- buildEnvironment - Displays all buildscript dependencies declared in project ':app'. components - Displays the components produced by project ':app'. [incubating] dependencies - Displays all dependencies declared in project ':app'. dependencyInsight - Displays the insight into a specific dependency in project ':app'. dependentComponents - Displays the dependent components of components in project ':app'. [incubating] help - Displays a help message. model - Displays the configuration model of project ':app'. [incubating] projects - Displays the sub-projects of project ':app'. properties - Displays the properties of project ':app'. tasks - Displays the tasks runnable from project ':app'. Install tasks ------------- installDebug - Installs the Debug build. installDebugAndroidTest - Installs the android (on device) tests for the Debug build. installDynamicProfile - Installs the DynamicProfile build. installDynamicRelease - Installs the DynamicRelease build. installProfile - Installs the Profile build. installRelease - Installs the Release build. uninstallAll - Uninstall all applications. uninstallDebug - Uninstalls the Debug build. uninstallDebugAndroidTest - Uninstalls the android (on device) tests for the Debug build. uninstallDynamicProfile - Uninstalls the DynamicProfile build. uninstallDynamicRelease - Uninstalls the DynamicRelease build. uninstallProfile - Uninstalls the Profile build. uninstallRelease - Uninstalls the Release build. Verification tasks ------------------ check - Runs all checks. connectedAndroidTest - Installs and runs instrumentation tests for all flavors on connected devices. connectedCheck - Runs all device checks on currently connected devices. connectedDebugAndroidTest - Installs and runs the tests for debug on connected devices. deviceAndroidTest - Installs and runs instrumentation tests using all Device Providers. deviceCheck - Runs all device checks using Device Providers and Test Servers. lint - Runs lint on all variants. lintDebug - Runs lint on the Debug build. lintDynamicProfile - Runs lint on the DynamicProfile build. lintDynamicRelease - Runs lint on the DynamicRelease build. lintProfile - Runs lint on the Profile build. lintRelease - Runs lint on the Release build. lintVitalRelease - Runs lint on just the fatal issues in the release build. test - Run unit tests for all variants. testDebugUnitTest - Run unit tests for the debug build. testDynamicProfileUnitTest - Run unit tests for the dynamicProfile build. testDynamicReleaseUnitTest - Run unit tests for the dynamicRelease build. testProfileUnitTest - Run unit tests for the profile build. testReleaseUnitTest - Run unit tests for the release build. Other tasks ----------- assembleDebugAndroidTest assembleDebugUnitTest assembleDynamicProfileUnitTest assembleDynamicReleaseUnitTest assembleProfileUnitTest assembleReleaseUnitTest bundleAppClassesDebug bundleAppClassesDebugAndroidTest bundleAppClassesDebugUnitTest bundleAppClassesDynamicProfile bundleAppClassesDynamicProfileUnitTest bundleAppClassesDynamicRelease bundleAppClassesDynamicReleaseUnitTest bundleAppClassesProfile bundleAppClassesProfileUnitTest bundleAppClassesRelease bundleAppClassesReleaseUnitTest bundleDebugAndroidTestResources bundleDebugResources bundleDynamicProfileResources bundleDynamicReleaseResources bundleProfileResources bundleReleaseResources checkDebugManifest checkDynamicProfileManifest checkDynamicReleaseManifest checkProfileManifest checkReleaseManifest compileDebugAidl compileDebugAndroidTestAidl compileDebugAndroidTestJavaWithJavac compileDebugAndroidTestKotlin - Compiles the debugAndroidTest kotlin. compileDebugAndroidTestNdk compileDebugAndroidTestRenderscript compileDebugAndroidTestShaders compileDebugJavaWithJavac compileDebugKotlin - Compiles the debug kotlin. compileDebugNdk compileDebugRenderscript compileDebugShaders compileDebugUnitTestJavaWithJavac compileDebugUnitTestKotlin - Compiles the debugUnitTest kotlin. compileDynamicProfileAidl compileDynamicProfileJavaWithJavac compileDynamicProfileKotlin - Compiles the dynamicProfile kotlin. compileDynamicProfileNdk compileDynamicProfileRenderscript compileDynamicProfileShaders compileDynamicProfileUnitTestJavaWithJavac compileDynamicProfileUnitTestKotlin - Compiles the dynamicProfileUnitTest kotlin. compileDynamicReleaseAidl compileDynamicReleaseJavaWithJavac compileDynamicReleaseKotlin - Compiles the dynamicRelease kotlin. compileDynamicReleaseNdk compileDynamicReleaseRenderscript compileDynamicReleaseShaders compileDynamicReleaseUnitTestJavaWithJavac compileDynamicReleaseUnitTestKotlin - Compiles the dynamicReleaseUnitTest kotlin. compileLint compileProfileAidl compileProfileJavaWithJavac compileProfileKotlin - Compiles the profile kotlin. compileProfileNdk compileProfileRenderscript compileProfileShaders compileProfileUnitTestJavaWithJavac compileProfileUnitTestKotlin - Compiles the profileUnitTest kotlin. compileReleaseAidl compileReleaseJavaWithJavac compileReleaseKotlin - Compiles the release kotlin. compileReleaseNdk compileReleaseRenderscript compileReleaseShaders compileReleaseUnitTestJavaWithJavac compileReleaseUnitTestKotlin - Compiles the releaseUnitTest kotlin. consumeConfigAttr copyFlutterAssetsDebug copyFlutterAssetsDynamicProfile copyFlutterAssetsDynamicRelease copyFlutterAssetsProfile copyFlutterAssetsRelease createDebugCompatibleScreenManifests createDynamicProfileCompatibleScreenManifests createDynamicReleaseCompatibleScreenManifests createProfileCompatibleScreenManifests createReleaseCompatibleScreenManifests extractProguardFiles flutterBuildDebug flutterBuildDynamicProfile flutterBuildDynamicRelease flutterBuildProfile flutterBuildRelease flutterBuildX86Jar generateDebugAndroidTestAssets generateDebugAndroidTestBuildConfig generateDebugAndroidTestResources generateDebugAndroidTestResValues generateDebugAndroidTestSources generateDebugAssets generateDebugBuildConfig generateDebugResources generateDebugResValues generateDebugSources generateDynamicProfileAssets generateDynamicProfileBuildConfig generateDynamicProfileResources generateDynamicProfileResValues generateDynamicProfileSources generateDynamicReleaseAssets generateDynamicReleaseBuildConfig generateDynamicReleaseResources generateDynamicReleaseResValues generateDynamicReleaseSources generateProfileAssets generateProfileBuildConfig generateProfileResources generateProfileResValues generateProfileSources generateReleaseAssets generateReleaseBuildConfig generateReleaseResources generateReleaseResValues generateReleaseSources javaPreCompileDebug javaPreCompileDebugAndroidTest javaPreCompileDebugUnitTest javaPreCompileDynamicProfile javaPreCompileDynamicProfileUnitTest javaPreCompileDynamicRelease javaPreCompileDynamicReleaseUnitTest javaPreCompileProfile javaPreCompileProfileUnitTest javaPreCompileRelease javaPreCompileReleaseUnitTest mainApkListPersistenceDebug mainApkListPersistenceDebugAndroidTest mainApkListPersistenceDynamicProfile mainApkListPersistenceDynamicRelease mainApkListPersistenceProfile mainApkListPersistenceRelease mergeDebugAndroidTestAssets mergeDebugAndroidTestJniLibFolders mergeDebugAndroidTestResources mergeDebugAndroidTestShaders mergeDebugAssets mergeDebugJniLibFolders mergeDebugResources mergeDebugShaders mergeDynamicProfileAssets mergeDynamicProfileJniLibFolders mergeDynamicProfileResources mergeDynamicProfileShaders mergeDynamicReleaseAssets mergeDynamicReleaseJniLibFolders mergeDynamicReleaseResources mergeDynamicReleaseShaders mergeProfileAssets mergeProfileJniLibFolders mergeProfileResources mergeProfileShaders mergeReleaseAssets mergeReleaseJniLibFolders mergeReleaseResources mergeReleaseShaders packageDebug packageDebugAndroidTest packageDynamicProfile packageDynamicRelease packageProfile packageRelease platformAttrExtractor preBuild preDebugAndroidTestBuild preDebugBuild preDebugUnitTestBuild preDynamicProfileBuild preDynamicProfileUnitTestBuild preDynamicReleaseBuild preDynamicReleaseUnitTestBuild prepareLintJar preparePUBLISHED_DEXDebugAndroidTestForPublishing preparePUBLISHED_DEXDebugForPublishing preparePUBLISHED_DEXDynamicProfileForPublishing preparePUBLISHED_DEXDynamicReleaseForPublishing preparePUBLISHED_DEXProfileForPublishing preparePUBLISHED_DEXReleaseForPublishing preparePUBLISHED_JAVA_RESDebugAndroidTestForPublishing preparePUBLISHED_JAVA_RESDebugForPublishing preparePUBLISHED_JAVA_RESDynamicProfileForPublishing preparePUBLISHED_JAVA_RESDynamicReleaseForPublishing preparePUBLISHED_JAVA_RESProfileForPublishing preparePUBLISHED_JAVA_RESReleaseForPublishing preparePUBLISHED_NATIVE_LIBSDebugAndroidTestForPublishing preparePUBLISHED_NATIVE_LIBSDebugForPublishing preparePUBLISHED_NATIVE_LIBSDynamicProfileForPublishing preparePUBLISHED_NATIVE_LIBSDynamicReleaseForPublishing preparePUBLISHED_NATIVE_LIBSProfileForPublishing preparePUBLISHED_NATIVE_LIBSReleaseForPublishing preProfileBuild preProfileUnitTestBuild preReleaseBuild preReleaseUnitTestBuild processDebugAndroidTestJavaRes processDebugAndroidTestManifest processDebugAndroidTestResources processDebugGoogleServices processDebugJavaRes processDebugManifest processDebugResources processDebugUnitTestJavaRes processDynamicProfileGoogleServices processDynamicProfileJavaRes processDynamicProfileManifest processDynamicProfileResources processDynamicProfileUnitTestJavaRes processDynamicReleaseGoogleServices processDynamicReleaseJavaRes processDynamicReleaseManifest processDynamicReleaseResources processDynamicReleaseUnitTestJavaRes processProfileGoogleServices processProfileJavaRes processProfileManifest processProfileResources processProfileUnitTestJavaRes processReleaseGoogleServices processReleaseJavaRes processReleaseManifest processReleaseResources processReleaseUnitTestJavaRes reportBuildArtifactsDebug reportBuildArtifactsDynamicProfile reportBuildArtifactsDynamicRelease reportBuildArtifactsProfile reportBuildArtifactsRelease resolveConfigAttr splitsDiscoveryTaskDebug splitsDiscoveryTaskDynamicProfile splitsDiscoveryTaskDynamicRelease splitsDiscoveryTaskProfile splitsDiscoveryTaskRelease transformClassesWithDexBuilderForDebug transformClassesWithDexBuilderForDebugAndroidTest transformClassesWithDexBuilderForDynamicProfile transformClassesWithDexBuilderForDynamicRelease transformClassesWithDexBuilderForProfile transformClassesWithDexBuilderForRelease transformDexArchiveWithDexMergerForDebug transformDexArchiveWithDexMergerForDebugAndroidTest transformDexArchiveWithDexMergerForDynamicProfile transformDexArchiveWithDexMergerForDynamicRelease transformDexArchiveWithDexMergerForProfile transformDexArchiveWithDexMergerForRelease transformDexArchiveWithExternalLibsDexMergerForDebug transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest transformDexArchiveWithExternalLibsDexMergerForDynamicProfile transformDexArchiveWithExternalLibsDexMergerForDynamicRelease transformDexArchiveWithExternalLibsDexMergerForProfile transformDexArchiveWithExternalLibsDexMergerForRelease transformNativeLibsWithMergeJniLibsForDebug transformNativeLibsWithMergeJniLibsForDebugAndroidTest transformNativeLibsWithMergeJniLibsForDynamicProfile transformNativeLibsWithMergeJniLibsForDynamicRelease transformNativeLibsWithMergeJniLibsForProfile transformNativeLibsWithMergeJniLibsForRelease transformResourcesWithMergeJavaResForDebug transformResourcesWithMergeJavaResForDebugAndroidTest transformResourcesWithMergeJavaResForDebugUnitTest transformResourcesWithMergeJavaResForDynamicProfile transformResourcesWithMergeJavaResForDynamicProfileUnitTest transformResourcesWithMergeJavaResForDynamicRelease transformResourcesWithMergeJavaResForDynamicReleaseUnitTest transformResourcesWithMergeJavaResForProfile transformResourcesWithMergeJavaResForProfileUnitTest transformResourcesWithMergeJavaResForRelease transformResourcesWithMergeJavaResForReleaseUnitTest validateSigningDebug validateSigningDebugAndroidTest validateSigningDynamicProfile validateSigningDynamicRelease validateSigningProfile validateSigningRelease writeDebugApplicationId writeDynamicProfileApplicationId writeDynamicReleaseApplicationId writeProfileApplicationId writeReleaseApplicationId Rules ----- Pattern: clean&lt;TaskName&gt;: Cleans the output files of a task. Pattern: build&lt;ConfigurationName&gt;: Assembles the artifacts of a configuration. Pattern: upload&lt;ConfigurationName&gt;: Assembles and uploads the artifacts belonging to a configuration. 1 actionable task: 1 executed [ +35 ms] Resolving dependencies... (completed) [ +2 ms] executing: /Users/raveesh/Library/Android/sdk/build-tools/27.0.3/aapt dump xmltree /Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/apk/app.apk AndroidManifest.xml [ +31 ms] Exit code 0 from: /Users/raveesh/Library/Android/sdk/build-tools/27.0.3/aapt dump xmltree /Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/apk/app.apk AndroidManifest.xml [ ] N: android=http://schemas.android.com/apk/res/android E: manifest (line=2) A: android:versionCode(0x0101021b)=(type 0x10)0x1 A: android:versionName(0x0101021c)=&quot;1.0.0&quot; (Raw: &quot;1.0.0&quot;) A: package=&quot;in.cookytech.devfest18kolkata&quot; (Raw: &quot;in.cookytech.devfest18kolkata&quot;) E: uses-sdk (line=7) A: android:minSdkVersion(0x0101020c)=(type 0x10)0x15 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1b E: uses-permission (line=16) A: android:name(0x01010003)=&quot;android.permission.INTERNET&quot; (Raw: &quot;android.permission.INTERNET&quot;) E: uses-permission (line=17) A: android:name(0x01010003)=&quot;android.permission.ACCESS_NETWORK_STATE&quot; (Raw: &quot;android.permission.ACCESS_NETWORK_STATE&quot;) E: uses-permission (line=18) A: android:name(0x01010003)=&quot;android.permission.WAKE_LOCK&quot; (Raw: &quot;android.permission.WAKE_LOCK&quot;) E: uses-permission (line=19) A: android:name(0x01010003)=&quot;com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE&quot; (Raw: &quot;com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE&quot;) E: uses-permission (line=20) A: android:name(0x01010003)=&quot;com.google.android.c2dm.permission.RECEIVE&quot; (Raw: &quot;com.google.android.c2dm.permission.RECEIVE&quot;) E: application (line=28) A: android:label(0x01010001)=&quot;DevFest'18 Kol&quot; (Raw: &quot;DevFest'18 Kol&quot;) A: android:icon(0x01010002)=@0x7f090000 A: android:name(0x01010003)=&quot;io.flutter.app.FlutterApplication&quot; (Raw: &quot;io.flutter.app.FlutterApplication&quot;) A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff E: activity (line=33) A: android:theme(0x01010000)=@0x7f0b0000 A: android:name(0x01010003)=&quot;in.cookytech.devfest18kolkata.MainActivity&quot; (Raw: &quot;in.cookytech.devfest18kolkata.MainActivity&quot;) A: android:launchMode(0x0101001d)=(type 0x10)0x1 A: android:configChanges(0x0101001f)=(type 0x11)0x400035b4 A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10 A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff E: meta-data (line=47) A: android:name(0x01010003)=&quot;io.flutter.app.android.SplashScreenUntilFirstFrame&quot; (Raw: &quot;io.flutter.app.android.SplashScreenUntilFirstFrame&quot;) A: android:value(0x01010024)=(type 0x12)0xffffffff E: intent-filter (line=51) E: action (line=52) A: android:name(0x01010003)=&quot;android.intent.action.MAIN&quot; (Raw: &quot;android.intent.action.MAIN&quot;) E: category (line=54) A: android:name(0x01010003)=&quot;android.intent.category.LAUNCHER&quot; (Raw: &quot;android.intent.category.LAUNCHER&quot;) E: activity (line=57) A: android:theme(0x01010000)=@0x1030007 A: android:name(0x01010003)=&quot;io.flutter.plugins.urllauncher.UrlLauncherPlugin$WebViewActivity&quot; (Raw: &quot;io.flutter.plugins.urllauncher.UrlLauncherPlugin$WebViewActivity&quot;) A: android:exported(0x01010010)=(type 0x12)0x0 E: activity (line=61) A: android:theme(0x01010000)=@0x1030010 A: android:name(0x01010003)=&quot;com.google.firebase.auth.internal.FederatedSignInActivity&quot; (Raw: &quot;com.google.firebase.auth.internal.FederatedSignInActivity&quot;) A: android:permission(0x01010006)=&quot;com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN&quot; (Raw: &quot;com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN&quot;) A: android:exported(0x01010010)=(type 0x12)0xffffffff A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff A: android:launchMode(0x0101001d)=(type 0x10)0x3 E: service (line=69) A: android:name(0x01010003)=&quot;com.google.firebase.components.ComponentDiscoveryService&quot; (Raw: &quot;com.google.firebase.components.ComponentDiscoveryService&quot;) A: android:exported(0x01010010)=(type 0x12)0x0 E: meta-data (line=72) A: android:name(0x01010003)=&quot;com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar&quot; (Raw: &quot;com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar&quot;) A: android:value(0x01010024)=&quot;com.google.firebase.components.ComponentRegistrar&quot; (Raw: &quot;com.google.firebase.components.ComponentRegistrar&quot;) E: meta-data (line=75) A: android:name(0x01010003)=&quot;com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar&quot; (Raw: &quot;com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar&quot;) A: android:value(0x01010024)=&quot;com.google.firebase.components.ComponentRegistrar&quot; (Raw: &quot;com.google.firebase.components.ComponentRegistrar&quot;) E: meta-data (line=78) A: android:name(0x01010003)=&quot;com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegis trar&quot; (Raw: &quot;com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar&quot;) A: android:value(0x01010024)=&quot;com.google.firebase.components.ComponentRegistrar&quot; (Raw: &quot;com.google.firebase.components.ComponentRegistrar&quot;) E: meta-data (line=81) A: android:name(0x01010003)=&quot;com.google.firebase.components:com.google.firebase.iid.Registrar&quot; (Raw: &quot;com.google.firebase.components:com.google.firebase.iid.Registrar&quot;) A: android:value(0x01010024)=&quot;com.google.firebase.components.ComponentRegistrar&quot; (Raw: &quot;com.google.firebase.components.ComponentRegistrar&quot;) E: activity (line=86) A: android:theme(0x01010000)=@0x1030010 A: android:name(0x01010003)=&quot;com.google.android.gms.auth.api.signin.internal.SignInHubActivity&quot; (Raw: &quot;com.google.android.gms.auth.api.signin.internal.SignInHubActivity&quot;) A: android:exported(0x01010010)=(type 0x12)0x0 A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff E: service (line=95) A: android:name(0x01010003)=&quot;com.google.android.gms.auth.api.signin.RevocationBoundService&quot; (Raw: &quot;com.google.android.gms.auth.api.signin.RevocationBoundService&quot;) A: android:permission(0x01010006)=&quot;com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION&quot; (Raw: &quot;com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION&quot;) A: android:exported(0x01010010)=(type 0x12)0xffffffff E: receiver (line=100) A: android:name(0x01010003)=&quot;com.google.android.gms.measurement.AppMeasurementReceiver&quot; (Raw: &quot;com.google.android.gms.measurement.AppMeasurementReceiver&quot;) A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: receiver (line=105) A: android:name(0x01010003)=&quot;com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver&quot; (Raw: &quot;com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver&quot;) A: android:permission(0x01010006)=&quot;android.permission.INSTALL_PACKAGES&quot; (Raw: &quot;android.permission.INSTALL_PACKAGES&quot;) A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=110) E: action (line=111) A: android:name(0x01010003)=&quot;com.android.vending.INSTALL_REFERRER&quot; (Raw: &quot;com.android.vending.INSTALL_REFERRER&quot;) E: service (line=115) A: android:name(0x01010003)=&quot;com.google.android.gms.measurement.AppMeasurementService&quot; (Raw: &quot;com.google.android.gms.measurement.AppMeasurementService&quot;) A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=119) A: android:name(0x01010003)=&quot;com.google.android.gms.measurement.AppMeasurementJobService&quot; (Raw: &quot;com.google.android.gms.measurement.AppMeasurementJobService&quot;) A: android:permission(0x01010006)=&quot;android.permission.BIND_JOB_SERVICE&quot; (Raw: &quot;android.permission.BIND_JOB_SERVICE&quot;) A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: receiver (line=125) A: android:name(0x01010003)=&quot;com.google.firebase.iid.FirebaseInstanceIdReceiver&quot; (Raw: &quot;com.google.firebase.iid.FirebaseInstanceIdReceiver&quot;) A: android:permission(0x01010006)=&quot;com.google.android.c2dm.permission.SEND&quot; (Raw: &quot;com.google.android.c2dm.permission.SEND&quot;) A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=129) E: action (line=130) A: android:name(0x01010003)=&quot;com.google.android.c2dm.intent.RECEIVE&quot; (Raw: &quot;com.google.android.c2dm.intent.RECEIVE&quot;) E: service (line=137) A: android:name(0x01010003)=&quot;com.google.firebase.iid.FirebaseInstanceIdService&quot; (Raw: &quot;com.google.firebase.iid.FirebaseInstanceIdService&quot;) A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=140) A: android:priority(0x0101001c)=(type 0x10)0xfffffe0c E: action (line=141) A: android:name(0x01010003)=&quot;com.google.firebase.INSTANCE_ID_EVENT&quot; (Raw: &quot;com.google.firebase.INSTANCE_ID_EVENT&quot;) E: activity (line=145) A: android:theme(0x01010000)=@0x1030010 A: android:name(0x01010003)=&quot;com.google.android.gms.common.api.GoogleApiActivity&quot; (Raw: &quot;com.google.android.gms.common.api.GoogleApiActivity&quot;) A: android:exported(0x01010010)=(type 0x12)0x0 E: provider (line=150) A: android:name(0x01010003)=&quot;com.google.firebase.provider.FirebaseInitProvider&quot; (Raw: &quot;com.google.firebase.provider.FirebaseInitProvider&quot;) A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)=&quot;in.cookytech.devfest18kolkata.firebaseinitprovider&quot; (Raw: &quot;in.cookytech.devfest18kolkata.firebaseinitprovider&quot;) A: android:initOrder(0x0101001a)=(type 0x10)0x64 E: meta-data (line=156) A: android:name(0x01010003)=&quot;com.google.android.gms.version&quot; (Raw: &quot;com.google.android.gms.version&quot;) A: android:value(0x01010024)=@0x7f070001 E: meta-data (line=159) A: android:name(0x01010003)=&quot;android.support.VERSION&quot; (Raw: &quot;android.support.VERSION&quot;) A: android:value(0x01010024)=&quot;26.1.0&quot; (Raw: &quot;26.1.0&quot;) [ +35 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1 [ +56 ms] Exit code 0 from: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1 [ ] --------- beginning of system 11-07 15:32:41.794 E/storaged( 1677): getDiskStats failed with result NOT_SUPPORTED and size 0 [ +4 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time [+1042 ms] DependencyChecker: nothing is modified after 2018-11-07 15:22:47.346. [ +4 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb version [ +27 ms] Android Debug Bridge version 1.0.40 Version 4986621 Installed as /Users/raveesh/Library/Android/sdk/platform-tools/adb [ +4 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb start-server [ +95 ms] Building APK [ +161 ms] Gradle task 'assembleDebug'... [ +5 ms] executing: [/Users/raveesh/Desktop/DevFestKolkata/android/] /Users/raveesh/Desktop/DevFestKolkata/android/gradlew -Pverbose=true -Ptarget=/Users/raveesh/Desktop/DevFestKolkata/lib/main.dart -Ptrack-widget-creation=false -Pfilesystem-scheme=org-dartlang-root assembleDebug [+1407 ms] Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug] [ ] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) [ +1 ms] Could not find google-services.json while looking in [src/nullnull/dynamicProfile, src/dynamicProfile/nullnull, src/nullnull, src/dynamicProfile, src/nullnullDynamicProfile] [ ] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) [ +4 ms] Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease] [ ] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) [ ] Could not find google-services.json while looking in [src/nullnull/profile, src/profile/nullnull, src/nullnull, src/profile, src/nullnullProfile] [ +1 ms] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) [ +9 ms] Could not find google-services.json while looking in [src/nullnull/dynamicRelease, src/dynamicRelease/nullnull, src/nullnull, src/dynamicRelease, src/nullnullDynamicRelease] [ +1 ms] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) [+2752 ms] [ +12 ms] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +34 ms] [ +59 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] [ ] origin/beta [ ] [ ] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git rev-parse --abbrev-ref HEAD [ +23 ms] [ +13 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] [ ] beta [ ] [ ] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git ls-remote --get-url origin [ +12 ms] [ +16 ms] Exit code 0 from: git ls-remote --get-url origin [ ] [ ] https://github.com/flutter/flutter.git [ ] [ ] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git log -n 1 --pretty=format:%H [ +19 ms] [ +21 ms] Exit code 0 from: git log -n 1 --pretty=format:%H [ ] [ ] d8cbb80206db06d151206f8b599b7dde5a386a2d [ ] [ ] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git log -n 1 --pretty=format:%ar [ +20 ms] [ +16 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar [ ] [ ] 12 days ago [ ] [ +1 ms] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git describe --match v*.*.* --first-parent --long --tags [ +109 ms] [ +103 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags [ ] [ +2 ms] v0.10.2-0-gd8cbb8020 [ +419 ms] [ +422 ms] Found plugin cloud_firestore at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.8.1+1/ [ +24 ms] [ +26 ms] Found plugin firebase_auth at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.6.2+1/ [ +9 ms] [ +7 ms] Found plugin firebase_core at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.5+1/ [ +10 ms] [ +5 ms] Found plugin firebase_storage at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_storage-1.0.4/ [ +21 ms] [ +27 ms] Found plugin google_sign_in at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/google_sign_in-3.2.1/ [ +34 ms] [ +30 ms] Found plugin path_provider at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/path_provider-0.4.1/ [ ] [ +8 ms] Found plugin shared_preferences at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/ [ +21 ms] [ +15 ms] Found plugin url_launcher at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/url_launcher-4.0.1/ [ +55 ms] [ +57 ms] Found plugin cloud_firestore at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.8.1+1/ [ +11 ms] [ +10 ms] Found plugin firebase_auth at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.6.2+1/ [ ] [ +3 ms] Found plugin firebase_core at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.5+1/ [ ] [ +1 ms] Found plugin firebase_storage at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_storage-1.0.4/ [ +22 ms] [ +14 ms] Found plugin google_sign_in at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/google_sign_in-3.2.1/ [ +23 ms] [ +24 ms] Found plugin path_provider at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/path_provider-0.4.1/ [ ] [ +5 ms] Found plugin shared_preferences at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/ [ +11 ms] [ +12 ms] Found plugin url_launcher at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/url_launcher-4.0.1/ [ +970 ms] [ +965 ms] /Users/raveesh/MyCode/SDKs/Flutter/bin/cache/dart-sdk/bin/dart /Users/raveesh/MyCode/SDKs/Flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/raveesh/MyCode/SDKs/Flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --strong --target=flutter --no-link-platform --incremental --packages /Users/raveesh/Desktop/DevFestKolkata/.packages --output-dill build/app.dill --depfile /Users/raveesh/Desktop/DevFestKolkata/build/app/intermediates/flutter/debug/snapshot_blob.bin.d --filesystem-scheme org-dartlang-root --packages /Users/raveesh/Desktop/DevFestKolkata/.packages package:devfest_18_kolkata/main.dart [+3612 ms] [+3619 ms] Building bundle [ ] [ +1 ms] Writing asset files to /Users/raveesh/Desktop/DevFestKolkata/build/app/intermediates/flutter/debug/flutter_assets [ +124 ms] [ +124 ms] Wrote /Users/raveesh/Desktop/DevFestKolkata/build/app/intermediates/flutter/debug/flutter_assets [ +11 ms] [ +10 ms] &quot;flutter bundle&quot; took 5,201ms. [ +613 ms] Parsing json file: /Users/raveesh/Desktop/DevFestKolkata/android/app/google-services.json [+5513 ms] 232 actionable tasks: 6 executed, 226 up-to-date [ +423 ms] Gradle task 'assembleDebug'... (completed) [ +85 ms] calculateSha: LocalDirectory: '/Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/apk'/app.apk [ +767 ms] Built build/app/outputs/apk/debug/app-debug.apk. [ +3 ms] executing: /Users/raveesh/Library/Android/sdk/build-tools/27.0.3/aapt dump xmltree /Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/apk/app.apk AndroidManifest.xml [ +35 ms] Exit code 0 from: /Users/raveesh/Library/Android/sdk/build-tools/27.0.3/aapt dump xmltree /Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/apk/app.apk AndroidManifest.xml [ +1 ms] N: android=http://schemas.android.com/apk/res/android E: manifest (line=2) A: android:versionCode(0x0101021b)=(type 0x10)0x1 A: android:versionName(0x0101021c)=&quot;1.0.0&quot; (Raw: &quot;1.0.0&quot;) A: package=&quot;in.cookytech.devfest18kolkata&quot; (Raw: &quot;in.cookytech.devfest18kolkata&quot;) E: uses-sdk (line=7) A: android:minSdkVersion(0x0101020c)=(type 0x10)0x15 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1b E: uses-permission (line=16) A: android:name(0x01010003)=&quot;android.permission.INTERNET&quot; (Raw: &quot;android.permission.INTERNET&quot;) E: uses-permission (line=17) A: android:name(0x01010003)=&quot;android.permission.ACCESS_NETWORK_STATE&quot; (Raw: &quot;android.permission.ACCESS_NETWORK_STATE&quot;) E: uses-permission (line=18) A: android:name(0x01010003)=&quot;android.permission.WAKE_LOCK&quot; (Raw: &quot;android.permission.WAKE_LOCK&quot;) E: uses-permission (line=19) A: android:name(0x01010003)=&quot;com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE&quot; (Raw: &quot;com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE&quot;) E: uses-permission (line=20) A: android:name(0x01010003)=&quot;com.google.android.c2dm.permission.RECEIVE&quot; (Raw: &quot;com.google.android.c2dm.permission.RECEIVE&quot;) E: application (line=28) A: android:label(0x01010001)=&quot;DevFest'18 Kol&quot; (Raw: &quot;DevFest'18 Kol&quot;) A: android:icon(0x01010002)=@0x7f090000 A: android:name(0x01010003)=&quot;io.flutter.app.FlutterApplication&quot; (Raw: &quot;io.flutter.app.FlutterApplication&quot;) A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff E: activity (line=33) A: android:theme(0x01010000)=@0x7f0b0000 A: android:name(0x01010003)=&quot;in.cookytech.devfest18kolkata.MainActivity&quot; (Raw: &quot;in.cookytech.devfest18kolkata.MainActivity&quot;) A: android:launchMode(0x0101001d)=(type 0x10)0x1 A: android:configChanges(0x0101001f)=(type 0x11)0x400035b4 A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10 A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff E: meta-data (line=47) A: android:name(0x01010003)=&quot;io.flutter.app.android.SplashScreenUntilFirstFrame&quot; (Raw: &quot;io.flutter.app.android.SplashScreenUntilFirstFrame&quot;) A: android:value(0x01010024)=(type 0x12)0xffffffff E: intent-filter (line=51) E: action (line=52) A: android:name(0x01010003)=&quot;android.intent.action.MAIN&quot; (Raw: &quot;android.intent.action.MAIN&quot;) E: category (line=54) A: android:name(0x01010003)=&quot;android.intent.category.LAUNCHER&quot; (Raw: &quot;android.intent.category.LAUNCHER&quot;) E: activity (line=57) A: android:theme(0x01010000)=@0x1030007 A: android:name(0x01010003)=&quot;io.flutter.plugins.urllauncher.UrlLauncherPlugin$WebViewActivity&quot; (Raw: &quot;io.flutter.plugins.urllauncher.UrlLauncherPlugin$WebViewActivity&quot;) A: android:exported(0x01010010)=(type 0x12)0x0 E: activity (line=61) A: android:theme(0x01010000)=@0x1030010 A: android:name(0x01010003)=&quot;com.google.firebase.auth.internal.FederatedSignInActivity&quot; (Raw: &quot;com.google.firebase.auth.internal.FederatedSignInActivity&quot;) A: android:permission(0x01010006)=&quot;com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN&quot; (Raw: &quot;com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN&quot;) A: android:exported(0x01010010)=(type 0x12)0xffffffff A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff A: android:launchMode(0x0101001d)=(type 0x10)0x3 E: service (line=69) A: android:name(0x01010003)=&quot;com.google.firebase.components.ComponentDiscoveryService&quot; (Raw: &quot;com.google.firebase.components.ComponentDiscoveryService&quot;) A: android:exported(0x01010010)=(type 0x12)0x0 E: meta-data (line=72) A: android:name(0x01010003)=&quot;com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar&quot; (Raw: &quot;com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar&quot;) A: android:value(0x01010024)=&quot;com.google.firebase.components.ComponentRegistrar&quot; (Raw: &quot;com.google.firebase.components.ComponentRegistrar&quot;) E: meta-data (line=75) A: android:name(0x01010003)=&quot;com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar&quot; (Raw: &quot;com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar&quot;) A: android:value(0x01010024)=&quot;com.google.firebase.components.ComponentRegistrar&quot; (Raw: &quot;com.google.firebase.components.ComponentRegistrar&quot;) E: meta-data (line=78) A: android:name(0x01010003)=&quot;com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegis trar&quot; (Raw: &quot;com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar&quot;) A: android:value(0x01010024)=&quot;com.google.firebase.components.ComponentRegistrar&quot; (Raw: &quot;com.google.firebase.components.ComponentRegistrar&quot;) E: meta-data (line=81) A: android:name(0x01010003)=&quot;com.google.firebase.components:com.google.firebase.iid.Registrar&quot; (Raw: &quot;com.google.firebase.components:com.google.firebase.iid.Registrar&quot;) A: android:value(0x01010024)=&quot;com.google.firebase.components.ComponentRegistrar&quot; (Raw: &quot;com.google.firebase.components.ComponentRegistrar&quot;) E: activity (line=86) A: android:theme(0x01010000)=@0x1030010 A: android:name(0x01010003)=&quot;com.google.android.gms.auth.api.signin.internal.SignInHubActivity&quot; (Raw: &quot;com.google.android.gms.auth.api.signin.internal.SignInHubActivity&quot;) A: android:exported(0x01010010)=(type 0x12)0x0 A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff E: service (line=95) A: android:name(0x01010003)=&quot;com.google.android.gms.auth.api.signin.RevocationBoundService&quot; (Raw: &quot;com.google.android.gms.auth.api.signin.RevocationBoundService&quot;) A: android:permission(0x01010006)=&quot;com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION&quot; (Raw: &quot;com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION&quot;) A: android:exported(0x01010010)=(type 0x12)0xffffffff E: receiver (line=100) A: android:name(0x01010003)=&quot;com.google.android.gms.measurement.AppMeasurementReceiver&quot; (Raw: &quot;com.google.android.gms.measurement.AppMeasurementReceiver&quot;) A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: receiver (line=105) A: android:name(0x01010003)=&quot;com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver&quot; (Raw: &quot;com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver&quot;) A: android:permission(0x01010006)=&quot;android.permission.INSTALL_PACKAGES&quot; (Raw: &quot;android.permission.INSTALL_PACKAGES&quot;) A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=110) E: action (line=111) A: android:name(0x01010003)=&quot;com.android.vending.INSTALL_REFERRER&quot; (Raw: &quot;com.android.vending.INSTALL_REFERRER&quot;) E: service (line=115) A: android:name(0x01010003)=&quot;com.google.android.gms.measurement.AppMeasurementService&quot; (Raw: &quot;com.google.android.gms.measurement.AppMeasurementService&quot;) A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=119) A: android:name(0x01010003)=&quot;com.google.android.gms.measurement.AppMeasurementJobService&quot; (Raw: &quot;com.google.android.gms.measurement.AppMeasurementJobService&quot;) A: android:permission(0x01010006)=&quot;android.permission.BIND_JOB_SERVICE&quot; (Raw: &quot;android.permission.BIND_JOB_SERVICE&quot;) A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: receiver (line=125) A: android:name(0x01010003)=&quot;com.google.firebase.iid.FirebaseInstanceIdReceiver&quot; (Raw: &quot;com.google.firebase.iid.FirebaseInstanceIdReceiver&quot;) A: android:permission(0x01010006)=&quot;com.google.android.c2dm.permission.SEND&quot; (Raw: &quot;com.google.android.c2dm.permission.SEND&quot;) A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=129) E: action (line=130) A: android:name(0x01010003)=&quot;com.google.android.c2dm.intent.RECEIVE&quot; (Raw: &quot;com.google.android.c2dm.intent.RECEIVE&quot;) E: service (line=137) A: android:name(0x01010003)=&quot;com.google.firebase.iid.FirebaseInstanceIdService&quot; (Raw: &quot;com.google.firebase.iid.FirebaseInstanceIdService&quot;) A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=140) A: android:priority(0x0101001c)=(type 0x10)0xfffffe0c E: action (line=141) A: android:name(0x01010003)=&quot;com.google.firebase.INSTANCE_ID_EVENT&quot; (Raw: &quot;com.google.firebase.INSTANCE_ID_EVENT&quot;) E: activity (line=145) A: android:theme(0x01010000)=@0x1030010 A: android:name(0x01010003)=&quot;com.google.android.gms.common.api.GoogleApiActivity&quot; (Raw: &quot;com.google.android.gms.common.api.GoogleApiActivity&quot;) A: android:exported(0x01010010)=(type 0x12)0x0 E: provider (line=150) A: android:name(0x01010003)=&quot;com.google.firebase.provider.FirebaseInitProvider&quot; (Raw: &quot;com.google.firebase.provider.FirebaseInitProvider&quot;) A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)=&quot;in.cookytech.devfest18kolkata.firebaseinitprovider&quot; (Raw: &quot;in.cookytech.devfest18kolkata.firebaseinitprovider&quot;) A: android:initOrder(0x0101001a)=(type 0x10)0x64 E: meta-data (line=156) A: android:name(0x01010003)=&quot;com.google.android.gms.version&quot; (Raw: &quot;com.google.android.gms.version&quot;) A: android:value(0x01010024)=@0x7f070001 E: meta-data (line=159) A: android:name(0x01010003)=&quot;android.support.VERSION&quot; (Raw: &quot;android.support.VERSION&quot;) A: android:value(0x01010024)=&quot;26.1.0&quot; (Raw: &quot;26.1.0&quot;) [ +32 ms] Stopping app 'app.apk' on Android SDK built for x86. [ ] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell am force-stop in.cookytech.devfest18kolkata [ +105 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell pm list packages in.cookytech.devfest18kolkata [ +50 ms] package:in.cookytech.devfest18kolkata [ +4 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell cat /data/local/tmp/sky.in.cookytech.devfest18kolkata.sha1 [ +44 ms] 522ba04b9d1df4518b096902576a80f34c4ad4cf [ +1 ms] Installing APK. [ +2 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb version [ +12 ms] Android Debug Bridge version 1.0.40 Version 4986621 Installed as /Users/raveesh/Library/Android/sdk/platform-tools/adb [ ] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb start-server [ +15 ms] Installing build/app/outputs/apk/app.apk... [ ] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 install -t -r /Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/apk/app.apk [+3818 ms] Success [ ] Installing build/app/outputs/apk/app.apk... (completed) [ +2 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell echo -n bcd81f227155b63009a53db0973a9aebd3860ef1 &gt; /data/local/tmp/sky.in.cookytech.devfest18kolkata.sha1 [ +156 ms] Android SDK built for x86 startApp [ +3 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true --ez enable-dart-profiling true --ez enable-checked-mode true in.cookytech.devfest18kolkata/in.cookytech.devfest18kolkata.MainActivity [ +431 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=in.cookytech.devfest18kolkata/.MainActivity (has extras) } [ ] Waiting for observatory port to be available... [+3975 ms] Observatory URL on device: http://127.0.0.1:42209/ [ +2 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 forward tcp:0 tcp:42209 [ +19 ms] 63614 [ ] Forwarded host port 63614 to device port 42209 for Observatory [ +11 ms] Connecting to service protocol: http://127.0.0.1:63614/ [ +606 ms] Successfully connected to service protocol: http://127.0.0.1:63614/ [ +5 ms] getVM: {} [ +23 ms] getIsolate: {isolateId: isolates/618698849} [ +6 ms] _flutter.listViews: {isolateId: isolates/618698849} [ +393 ms] DevFS: Creating new filesystem on the device (null) [ +8 ms] _createDevFS: {fsName: DevFestKolkata} [ +30 ms] I/OpenGLRenderer( 9296): Davey! duration=1077ms; Flags=1, IntendedVsync=5863453983992, Vsync=5864370650622, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=5864373182212, AnimationStart=5864373278212, PerformTraversalsStart=5864373312212, DrawStart=5864379555212, SyncQueued=5864381906212, SyncStart=5864386117212, IssueDrawCommandsStart=5864386324212, SwapBuffers=5864504789212, FrameCompleted=5864536150212, DequeueBufferDuration=11079000, QueueBufferDuration=1054000, [ +434 ms] DevFS: Created new filesystem on the device (file:///data/user/0/in.cookytech.devfest18kolkata/cache/DevFestKolkataTVYNMF/DevFestKolkata/) [ +2 ms] Updating assets [ +385 ms] Syncing files to device Android SDK built for x86... [ +4 ms] DevFS: Starting sync from LocalDirectory: '/Users/raveesh/Desktop/DevFestKolkata' [ ] Scanning project files [ +34 ms] Scanning package files [ +279 ms] Scanning asset files [ +2 ms] Scanning for deleted files [ +35 ms] Compiling dart to kernel with 739 updated files [ +15 ms] /Users/raveesh/MyCode/SDKs/Flutter/bin/cache/dart-sdk/bin/dart /Users/raveesh/MyCode/SDKs/Flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/raveesh/MyCode/SDKs/Flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --strong --target=flutter --output-dill build/app.dill --packages /Users/raveesh/Desktop/DevFestKolkata/.packages --filesystem-scheme org-dartlang-root [+1301 ms] D/ ( 9296): HostConnection::get() New Host Connection established 0xebff07c0, tid 9326 [ +1 ms] D/EGL_emulation( 9296): eglMakeCurrent: 0xe74d29c0: ver 3 0 (tinfo 0xe74d85a0) [+3458 ms] W/Firestore( 9296): (0.6.6-dev) [Firestore]: The behavior for java.util.Date objects stored in Firestore is going to change AND YOUR APP MAY BREAK. [ +1 ms] W/Firestore( 9296): To hide this warning and ensure your app does not break, you need to add the following code to your app before calling any other Cloud Firestore methods: [ ] W/Firestore( 9296): [ ] W/Firestore( 9296): FirebaseFirestore firestore = FirebaseFirestore.getInstance(); [ ] W/Firestore( 9296): FirebaseFirestoreSettings settings = new FirebaseFirestoreSettings.Builder() [ ] W/Firestore( 9296): .setTimestampsInSnapshotsEnabled(true) [ ] W/Firestore( 9296): .build(); [ ] W/Firestore( 9296): firestore.setFirestoreSettings(settings); [ ] W/Firestore( 9296): [ ] W/Firestore( 9296): With this change, timestamps stored in Cloud Firestore will be read back as com.google.firebase.Timestamp objects instead of as system java.util.Date objects. So you will also need to update code expecting a java.util.Date to instead expect a Timestamp. For example: [ ] W/Firestore( 9296): [ ] W/Firestore( 9296): // Old: [ ] W/Firestore( 9296): java.util.Date date = snapshot.getDate(&quot;created_at&quot;); [ ] W/Firestore( 9296): // New: [ ] W/Firestore( 9296): Timestamp timestamp = snapshot.getTimestamp(&quot;created_at&quot;); [ ] W/Firestore( 9296): java.util.Date date = timestamp.toDate(); [ ] W/Firestore( 9296): [ ] W/Firestore( 9296): Please audit all existing usages of java.util.Date when you enable the new behavior. In a future release, the behavior will be changed to the new behavior, so if you do not follow these steps, YOUR APP MAY BREAK. [ +107 ms] W/evfest18kolkat( 9296): Unsupported class loader [ +24 ms] I/evfest18kolkat( 9296): The ClassLoaderContext is a special shared library. [ +82 ms] I/evfest18kolkat( 9296): The ClassLoaderContext is a special shared library. [ ] W/evfest18kolkat( 9296): Skipping duplicate class check due to unsupported classloader [ +26 ms] I/evfest18kolkat( 9296): The ClassLoaderContext is a special shared library. [ +16 ms] I/DynamiteModule( 9296): Considering local module com.google.android.gms.flags:3 and remote module com.google.android.gms.flags:3 [ +6 ms] I/DynamiteModule( 9296): Selected local version of com.google.android.gms.flags [ +114 ms] Updating files [ +351 ms] V/NativeCrypto( 9296): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 287 native methods... [ +297 ms] W/evfest18kolkat( 9296): Accessing hidden method Ljava/security/spec/ECParameterSpec;-&gt;getCurveName()Ljava/lang/String; (light greylist, reflection) [ +325 ms] DevFS: Sync finished [ ] Syncing files to device Android SDK built for x86... (completed) [ +4 ms] Synced 4.4MB. [ +1 ms] _flutter.listViews: {isolateId: isolates/618698849} [ +177 ms] Connected to _flutterView/0xeffb7ecc. [ +5 ms] 🔥 To hot reload changes while running, press &quot;r&quot;. To hot restart (and rebuild state), press &quot;R&quot;. [ +5 ms] An Observatory debugger and profiler on Android SDK built for x86 is available at: http://127.0.0.1:63614/ [ ] For a more detailed help message, press &quot;h&quot;. To detach, press &quot;d&quot;; to quit, press &quot;q&quot;. [ +115 ms] D/NetworkSecurityConfig( 9296): No Network Security Config specified, using platform default [ +36 ms] W/evfest18kolkat( 9296): Accessing hidden field Ljavax/net/ssl/SSLSocketFactory;-&gt;defaultSocketFactory:Ljavax/net/ssl/SSLSocketFactory; (light greylist, reflection) [ +23 ms] W/evfest18kolkat( 9296): Accessing hidden field Ljavax/net/ssl/SSLServerSocketFactory;-&gt;defaultServerSocketFactory:Ljavax/net/ssl/SSLServerSocketFactory; (light greylist, reflection) [ +41 ms] I/ProviderInstaller( 9296): Installed default security provider GmsCore_OpenSSL [ +288 ms] W/evfest18kolkat( 9296): Verification of void com.google.firebase.firestore.obfuscated.zzbb.&lt;init&gt;(com.google.firebase.firestore.obfuscated.zzdl, int) took 105.035ms [ +849 ms] I/evfest18kolkat( 9296): Background concurrent copying GC freed 35007(6MB) AllocSpace objects, 11(216KB) LOS objects, 49% free, 1861KB/3MB, paused 1.333ms total 347.403ms [ +655 ms] W/evfest18kolkat( 9296): Accessing hidden field Ljava/nio/Buffer;-&gt;address:J (light greylist, reflection) [ +642 ms] W/evfest18kolkat( 9296): Accessing hidden field Ljava/net/Socket;-&gt;impl:Ljava/net/SocketImpl; (light greylist, reflection) [ ] W/evfest18kolkat( 9296): Accessing hidden method Ldalvik/system/CloseGuard;-&gt;get()Ldalvik/system/CloseGuard; (light greylist, linking) [ +7 ms] W/evfest18kolkat( 9296): Accessing hidden method Ldalvik/system/CloseGuard;-&gt;open(Ljava/lang/String;)V (light greylist, linking) [ +2 ms] W/evfest18kolkat( 9296): Accessing hidden method Ljava/net/InetAddress;-&gt;isNumeric(Ljava/lang/String;)Z (light greylist, reflection) [ ] W/evfest18kolkat( 9296): Accessing hidden field Ljava/io/FileDescriptor;-&gt;descriptor:I (light greylist, JNI) [ +143 ms] W/evfest18kolkat( 9296): Accessing hidden method Ljava/security/spec/ECParameterSpec;-&gt;setCurveName(Ljava/lang/String;)V (light greylist, reflection) [ +40 ms] W/evfest18kolkat( 9296): Accessing hidden method Ldalvik/system/BlockGuard;-&gt;getThreadPolicy()Ldalvik/system/BlockGuard$Policy; (light greylist, linking) [ ] W/evfest18kolkat( 9296): Accessing hidden method Ldalvik/system/BlockGuard$Policy;-&gt;onNetwork()V (light greylist, linking) "><pre class="notranslate"><code class="notranslate">processReleaseManifest: task ':app:processReleaseManifest' processReleaseResources: task ':app:processReleaseResources' processReleaseUnitTestJavaRes: task ':app:processReleaseUnitTestJavaRes' project: project ':app' projectConfigurator: org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator@12fc24ef projectDir: /Users/raveesh/Desktop/DevFestKolkata/android/app projectEvaluationBroadcaster: ProjectEvaluationListener broadcast projectEvaluator: org.gradle.configuration.project.LifecycleProjectEvaluator@143cecf8 projectPath: :app projectRegistry: org.gradle.api.internal.project.DefaultProjectRegistry@1a1e8d3e properties: {...} providers: org.gradle.api.internal.provider.DefaultProviderFactory@330e4fbe reportBuildArtifactsDebug: task ':app:reportBuildArtifactsDebug' reportBuildArtifactsDynamicProfile: task ':app:reportBuildArtifactsDynamicProfile' reportBuildArtifactsDynamicRelease: task ':app:reportBuildArtifactsDynamicRelease' reportBuildArtifactsProfile: task ':app:reportBuildArtifactsProfile' reportBuildArtifactsRelease: task ':app:reportBuildArtifactsRelease' reporting: org.gradle.api.reporting.ReportingExtension_Decorated@e24b1b0 reportsDir: /Users/raveesh/Desktop/DevFestKolkata/build/app/reports repositories: repository container resolveConfigAttr: task ':app:resolveConfigAttr' resourceLoader: org.gradle.internal.resource.transfer.DefaultUriTextResourceLoader@7d0c37c7 resources: org.gradle.api.internal.resources.DefaultResourceHandler@e245fb2 rootDir: /Users/raveesh/Desktop/DevFestKolkata/android rootProject: root project 'android' script: false scriptHandlerFactory: org.gradle.api.internal.initialization.DefaultScriptHandlerFactory@60bd4435 scriptPluginFactory: org.gradle.configuration.ScriptPluginFactorySelector@4b3fd0a3 serviceRegistryFactory: org.gradle.internal.service.scopes.ProjectScopeServices$4@5711640c services: ProjectScopeServices signingReport: task ':app:signingReport' sourceCompatibility: 1.8 sourceSets: SourceSet container splitsDiscoveryTaskDebug: task ':app:splitsDiscoveryTaskDebug' splitsDiscoveryTaskDynamicProfile: task ':app:splitsDiscoveryTaskDynamicProfile' splitsDiscoveryTaskDynamicRelease: task ':app:splitsDiscoveryTaskDynamicRelease' splitsDiscoveryTaskProfile: task ':app:splitsDiscoveryTaskProfile' splitsDiscoveryTaskRelease: task ':app:splitsDiscoveryTaskRelease' standardOutputCapture: org.gradle.internal.logging.services.DefaultLoggingManager@3b34eb0b state: project state 'EXECUTED' status: integration subprojects: [] targetCompatibility: 1.8 tasks: task set test: task ':app:test' testDebugUnitTest: task ':app:testDebugUnitTest' testDynamicProfileUnitTest: task ':app:testDynamicProfileUnitTest' testDynamicReleaseUnitTest: task ':app:testDynamicReleaseUnitTest' testProfileUnitTest: task ':app:testProfileUnitTest' testReleaseUnitTest: task ':app:testReleaseUnitTest' testReportDir: /Users/raveesh/Desktop/DevFestKolkata/build/app/reports/tests testReportDirName: tests testResultsDir: /Users/raveesh/Desktop/DevFestKolkata/build/app/test-results testResultsDirName: test-results transformClassesWithDexBuilderForDebug: task ':app:transformClassesWithDexBuilderForDebug' transformClassesWithDexBuilderForDebugAndroidTest: task ':app:transformClassesWithDexBuilderForDebugAndroidTest' transformClassesWithDexBuilderForDynamicProfile: task ':app:transformClassesWithDexBuilderForDynamicProfile' transformClassesWithDexBuilderForDynamicRelease: task ':app:transformClassesWithDexBuilderForDynamicRelease' transformClassesWithDexBuilderForProfile: task ':app:transformClassesWithDexBuilderForProfile' transformClassesWithDexBuilderForRelease: task ':app:transformClassesWithDexBuilderForRelease' transformDexArchiveWithDexMergerForDebug: task ':app:transformDexArchiveWithDexMergerForDebug' transformDexArchiveWithDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithDexMergerForDebugAndroidTest' transformDexArchiveWithDexMergerForDynamicProfile: task ':app:transformDexArchiveWithDexMergerForDynamicProfile' transformDexArchiveWithDexMergerForDynamicRelease: task ':app:transformDexArchiveWithDexMergerForDynamicRelease' transformDexArchiveWithDexMergerForProfile: task ':app:transformDexArchiveWithDexMergerForProfile' transformDexArchiveWithDexMergerForRelease: task ':app:transformDexArchiveWithDexMergerForRelease' transformDexArchiveWithExternalLibsDexMergerForDebug: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug' transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest' transformDexArchiveWithExternalLibsDexMergerForDynamicProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForDynamicProfile' transformDexArchiveWithExternalLibsDexMergerForDynamicRelease: task ':app:transformDexArchiveWithExternalLibsDexMergerForDynamicRelease' transformDexArchiveWithExternalLibsDexMergerForProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForProfile' transformDexArchiveWithExternalLibsDexMergerForRelease: task ':app:transformDexArchiveWithExternalLibsDexMergerForRelease' transformNativeLibsWithMergeJniLibsForDebug: task ':app:transformNativeLibsWithMergeJniLibsForDebug' transformNativeLibsWithMergeJniLibsForDebugAndroidTest: task ':app:transformNativeLibsWithMergeJniLibsForDebugAndroidTest' transformNativeLibsWithMergeJniLibsForDynamicProfile: task ':app:transformNativeLibsWithMergeJniLibsForDynamicProfile' transformNativeLibsWithMergeJniLibsForDynamicRelease: task ':app:transformNativeLibsWithMergeJniLibsForDynamicRelease' transformNativeLibsWithMergeJniLibsForProfile: task ':app:transformNativeLibsWithMergeJniLibsForProfile' transformNativeLibsWithMergeJniLibsForRelease: task ':app:transformNativeLibsWithMergeJniLibsForRelease' transformResourcesWithMergeJavaResForDebug: task ':app:transformResourcesWithMergeJavaResForDebug' transformResourcesWithMergeJavaResForDebugAndroidTest: task ':app:transformResourcesWithMergeJavaResForDebugAndroidTest' transformResourcesWithMergeJavaResForDebugUnitTest: task ':app:transformResourcesWithMergeJavaResForDebugUnitTest' transformResourcesWithMergeJavaResForDynamicProfile: task ':app:transformResourcesWithMergeJavaResForDynamicProfile' transformResourcesWithMergeJavaResForDynamicProfileUnitTest: task ':app:transformResourcesWithMergeJavaResForDynamicProfileUnitTest' transformResourcesWithMergeJavaResForDynamicRelease: task ':app:transformResourcesWithMergeJavaResForDynamicRelease' transformResourcesWithMergeJavaResForDynamicReleaseUnitTest: task ':app:transformResourcesWithMergeJavaResForDynamicReleaseUnitTest' transformResourcesWithMergeJavaResForProfile: task ':app:transformResourcesWithMergeJavaResForProfile' transformResourcesWithMergeJavaResForProfileUnitTest: task ':app:transformResourcesWithMergeJavaResForProfileUnitTest' transformResourcesWithMergeJavaResForRelease: task ':app:transformResourcesWithMergeJavaResForRelease' transformResourcesWithMergeJavaResForReleaseUnitTest: task ':app:transformResourcesWithMergeJavaResForReleaseUnitTest' uninstallAll: task ':app:uninstallAll' uninstallDebug: task ':app:uninstallDebug' uninstallDebugAndroidTest: task ':app:uninstallDebugAndroidTest' uninstallDynamicProfile: task ':app:uninstallDynamicProfile' uninstallDynamicRelease: task ':app:uninstallDynamicRelease' uninstallProfile: task ':app:uninstallProfile' uninstallRelease: task ':app:uninstallRelease' validateSigningDebug: task ':app:validateSigningDebug' validateSigningDebugAndroidTest: task ':app:validateSigningDebugAndroidTest' validateSigningDynamicProfile: task ':app:validateSigningDynamicProfile' validateSigningDynamicRelease: task ':app:validateSigningDynamicRelease' validateSigningProfile: task ':app:validateSigningProfile' validateSigningRelease: task ':app:validateSigningRelease' version: unspecified writeDebugApplicationId: task ':app:writeDebugApplicationId' writeDynamicProfileApplicationId: task ':app:writeDynamicProfileApplicationId' writeDynamicReleaseApplicationId: task ':app:writeDynamicReleaseApplicationId' writeProfileApplicationId: task ':app:writeProfileApplicationId' writeReleaseApplicationId: task ':app:writeReleaseApplicationId' 1 actionable task: 1 executed [ +73 ms] executing: [/Users/raveesh/Desktop/DevFestKolkata/android/] /Users/raveesh/Desktop/DevFestKolkata/android/gradlew app:tasks --all [+1914 ms] Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) Could not find google-services.json while looking in [src/nullnull/dynamicProfile, src/dynamicProfile/nullnull, src/nullnull, src/dynamicProfile, src/nullnullDynamicProfile] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) Could not find google-services.json while looking in [src/nullnull/profile, src/profile/nullnull, src/nullnull, src/profile, src/nullnullProfile] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) Could not find google-services.json while looking in [src/nullnull/dynamicRelease, src/dynamicRelease/nullnull, src/nullnull, src/dynamicRelease, src/nullnullDynamicRelease] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) ------------------------------------------------------------ All tasks runnable from project :app ------------------------------------------------------------ Android tasks ------------- androidDependencies - Displays the Android dependencies of the project. signingReport - Displays the signing info for each variant. sourceSets - Prints out all the source sets defined in this project. Build tasks ----------- assemble - Assembles all variants of all applications and secondary packages. assembleAndroidTest - Assembles all the Test applications. assembleDebug - Assembles all Debug builds. assembleDynamicProfile - Assembles all DynamicProfile builds. assembleDynamicRelease - Assembles all DynamicRelease builds. assembleProfile - Assembles all Profile builds. assembleRelease - Assembles all Release builds. build - Assembles and tests this project. buildDependents - Assembles and tests this project and all projects that depend on it. buildNeeded - Assembles and tests this project and all projects it depends on. clean - Deletes the build directory. cleanBuildCache - Deletes the build cache directory. compileDebugAndroidTestSources compileDebugSources compileDebugUnitTestSources compileDynamicProfileSources compileDynamicProfileUnitTestSources compileDynamicReleaseSources compileDynamicReleaseUnitTestSources compileProfileSources compileProfileUnitTestSources compileReleaseSources compileReleaseUnitTestSources mockableAndroidJar - Creates a version of android.jar that's suitable for unit tests. Help tasks ---------- buildEnvironment - Displays all buildscript dependencies declared in project ':app'. components - Displays the components produced by project ':app'. [incubating] dependencies - Displays all dependencies declared in project ':app'. dependencyInsight - Displays the insight into a specific dependency in project ':app'. dependentComponents - Displays the dependent components of components in project ':app'. [incubating] help - Displays a help message. model - Displays the configuration model of project ':app'. [incubating] projects - Displays the sub-projects of project ':app'. properties - Displays the properties of project ':app'. tasks - Displays the tasks runnable from project ':app'. Install tasks ------------- installDebug - Installs the Debug build. installDebugAndroidTest - Installs the android (on device) tests for the Debug build. installDynamicProfile - Installs the DynamicProfile build. installDynamicRelease - Installs the DynamicRelease build. installProfile - Installs the Profile build. installRelease - Installs the Release build. uninstallAll - Uninstall all applications. uninstallDebug - Uninstalls the Debug build. uninstallDebugAndroidTest - Uninstalls the android (on device) tests for the Debug build. uninstallDynamicProfile - Uninstalls the DynamicProfile build. uninstallDynamicRelease - Uninstalls the DynamicRelease build. uninstallProfile - Uninstalls the Profile build. uninstallRelease - Uninstalls the Release build. Verification tasks ------------------ check - Runs all checks. connectedAndroidTest - Installs and runs instrumentation tests for all flavors on connected devices. connectedCheck - Runs all device checks on currently connected devices. connectedDebugAndroidTest - Installs and runs the tests for debug on connected devices. deviceAndroidTest - Installs and runs instrumentation tests using all Device Providers. deviceCheck - Runs all device checks using Device Providers and Test Servers. lint - Runs lint on all variants. lintDebug - Runs lint on the Debug build. lintDynamicProfile - Runs lint on the DynamicProfile build. lintDynamicRelease - Runs lint on the DynamicRelease build. lintProfile - Runs lint on the Profile build. lintRelease - Runs lint on the Release build. lintVitalRelease - Runs lint on just the fatal issues in the release build. test - Run unit tests for all variants. testDebugUnitTest - Run unit tests for the debug build. testDynamicProfileUnitTest - Run unit tests for the dynamicProfile build. testDynamicReleaseUnitTest - Run unit tests for the dynamicRelease build. testProfileUnitTest - Run unit tests for the profile build. testReleaseUnitTest - Run unit tests for the release build. Other tasks ----------- assembleDebugAndroidTest assembleDebugUnitTest assembleDynamicProfileUnitTest assembleDynamicReleaseUnitTest assembleProfileUnitTest assembleReleaseUnitTest bundleAppClassesDebug bundleAppClassesDebugAndroidTest bundleAppClassesDebugUnitTest bundleAppClassesDynamicProfile bundleAppClassesDynamicProfileUnitTest bundleAppClassesDynamicRelease bundleAppClassesDynamicReleaseUnitTest bundleAppClassesProfile bundleAppClassesProfileUnitTest bundleAppClassesRelease bundleAppClassesReleaseUnitTest bundleDebugAndroidTestResources bundleDebugResources bundleDynamicProfileResources bundleDynamicReleaseResources bundleProfileResources bundleReleaseResources checkDebugManifest checkDynamicProfileManifest checkDynamicReleaseManifest checkProfileManifest checkReleaseManifest compileDebugAidl compileDebugAndroidTestAidl compileDebugAndroidTestJavaWithJavac compileDebugAndroidTestKotlin - Compiles the debugAndroidTest kotlin. compileDebugAndroidTestNdk compileDebugAndroidTestRenderscript compileDebugAndroidTestShaders compileDebugJavaWithJavac compileDebugKotlin - Compiles the debug kotlin. compileDebugNdk compileDebugRenderscript compileDebugShaders compileDebugUnitTestJavaWithJavac compileDebugUnitTestKotlin - Compiles the debugUnitTest kotlin. compileDynamicProfileAidl compileDynamicProfileJavaWithJavac compileDynamicProfileKotlin - Compiles the dynamicProfile kotlin. compileDynamicProfileNdk compileDynamicProfileRenderscript compileDynamicProfileShaders compileDynamicProfileUnitTestJavaWithJavac compileDynamicProfileUnitTestKotlin - Compiles the dynamicProfileUnitTest kotlin. compileDynamicReleaseAidl compileDynamicReleaseJavaWithJavac compileDynamicReleaseKotlin - Compiles the dynamicRelease kotlin. compileDynamicReleaseNdk compileDynamicReleaseRenderscript compileDynamicReleaseShaders compileDynamicReleaseUnitTestJavaWithJavac compileDynamicReleaseUnitTestKotlin - Compiles the dynamicReleaseUnitTest kotlin. compileLint compileProfileAidl compileProfileJavaWithJavac compileProfileKotlin - Compiles the profile kotlin. compileProfileNdk compileProfileRenderscript compileProfileShaders compileProfileUnitTestJavaWithJavac compileProfileUnitTestKotlin - Compiles the profileUnitTest kotlin. compileReleaseAidl compileReleaseJavaWithJavac compileReleaseKotlin - Compiles the release kotlin. compileReleaseNdk compileReleaseRenderscript compileReleaseShaders compileReleaseUnitTestJavaWithJavac compileReleaseUnitTestKotlin - Compiles the releaseUnitTest kotlin. consumeConfigAttr copyFlutterAssetsDebug copyFlutterAssetsDynamicProfile copyFlutterAssetsDynamicRelease copyFlutterAssetsProfile copyFlutterAssetsRelease createDebugCompatibleScreenManifests createDynamicProfileCompatibleScreenManifests createDynamicReleaseCompatibleScreenManifests createProfileCompatibleScreenManifests createReleaseCompatibleScreenManifests extractProguardFiles flutterBuildDebug flutterBuildDynamicProfile flutterBuildDynamicRelease flutterBuildProfile flutterBuildRelease flutterBuildX86Jar generateDebugAndroidTestAssets generateDebugAndroidTestBuildConfig generateDebugAndroidTestResources generateDebugAndroidTestResValues generateDebugAndroidTestSources generateDebugAssets generateDebugBuildConfig generateDebugResources generateDebugResValues generateDebugSources generateDynamicProfileAssets generateDynamicProfileBuildConfig generateDynamicProfileResources generateDynamicProfileResValues generateDynamicProfileSources generateDynamicReleaseAssets generateDynamicReleaseBuildConfig generateDynamicReleaseResources generateDynamicReleaseResValues generateDynamicReleaseSources generateProfileAssets generateProfileBuildConfig generateProfileResources generateProfileResValues generateProfileSources generateReleaseAssets generateReleaseBuildConfig generateReleaseResources generateReleaseResValues generateReleaseSources javaPreCompileDebug javaPreCompileDebugAndroidTest javaPreCompileDebugUnitTest javaPreCompileDynamicProfile javaPreCompileDynamicProfileUnitTest javaPreCompileDynamicRelease javaPreCompileDynamicReleaseUnitTest javaPreCompileProfile javaPreCompileProfileUnitTest javaPreCompileRelease javaPreCompileReleaseUnitTest mainApkListPersistenceDebug mainApkListPersistenceDebugAndroidTest mainApkListPersistenceDynamicProfile mainApkListPersistenceDynamicRelease mainApkListPersistenceProfile mainApkListPersistenceRelease mergeDebugAndroidTestAssets mergeDebugAndroidTestJniLibFolders mergeDebugAndroidTestResources mergeDebugAndroidTestShaders mergeDebugAssets mergeDebugJniLibFolders mergeDebugResources mergeDebugShaders mergeDynamicProfileAssets mergeDynamicProfileJniLibFolders mergeDynamicProfileResources mergeDynamicProfileShaders mergeDynamicReleaseAssets mergeDynamicReleaseJniLibFolders mergeDynamicReleaseResources mergeDynamicReleaseShaders mergeProfileAssets mergeProfileJniLibFolders mergeProfileResources mergeProfileShaders mergeReleaseAssets mergeReleaseJniLibFolders mergeReleaseResources mergeReleaseShaders packageDebug packageDebugAndroidTest packageDynamicProfile packageDynamicRelease packageProfile packageRelease platformAttrExtractor preBuild preDebugAndroidTestBuild preDebugBuild preDebugUnitTestBuild preDynamicProfileBuild preDynamicProfileUnitTestBuild preDynamicReleaseBuild preDynamicReleaseUnitTestBuild prepareLintJar preparePUBLISHED_DEXDebugAndroidTestForPublishing preparePUBLISHED_DEXDebugForPublishing preparePUBLISHED_DEXDynamicProfileForPublishing preparePUBLISHED_DEXDynamicReleaseForPublishing preparePUBLISHED_DEXProfileForPublishing preparePUBLISHED_DEXReleaseForPublishing preparePUBLISHED_JAVA_RESDebugAndroidTestForPublishing preparePUBLISHED_JAVA_RESDebugForPublishing preparePUBLISHED_JAVA_RESDynamicProfileForPublishing preparePUBLISHED_JAVA_RESDynamicReleaseForPublishing preparePUBLISHED_JAVA_RESProfileForPublishing preparePUBLISHED_JAVA_RESReleaseForPublishing preparePUBLISHED_NATIVE_LIBSDebugAndroidTestForPublishing preparePUBLISHED_NATIVE_LIBSDebugForPublishing preparePUBLISHED_NATIVE_LIBSDynamicProfileForPublishing preparePUBLISHED_NATIVE_LIBSDynamicReleaseForPublishing preparePUBLISHED_NATIVE_LIBSProfileForPublishing preparePUBLISHED_NATIVE_LIBSReleaseForPublishing preProfileBuild preProfileUnitTestBuild preReleaseBuild preReleaseUnitTestBuild processDebugAndroidTestJavaRes processDebugAndroidTestManifest processDebugAndroidTestResources processDebugGoogleServices processDebugJavaRes processDebugManifest processDebugResources processDebugUnitTestJavaRes processDynamicProfileGoogleServices processDynamicProfileJavaRes processDynamicProfileManifest processDynamicProfileResources processDynamicProfileUnitTestJavaRes processDynamicReleaseGoogleServices processDynamicReleaseJavaRes processDynamicReleaseManifest processDynamicReleaseResources processDynamicReleaseUnitTestJavaRes processProfileGoogleServices processProfileJavaRes processProfileManifest processProfileResources processProfileUnitTestJavaRes processReleaseGoogleServices processReleaseJavaRes processReleaseManifest processReleaseResources processReleaseUnitTestJavaRes reportBuildArtifactsDebug reportBuildArtifactsDynamicProfile reportBuildArtifactsDynamicRelease reportBuildArtifactsProfile reportBuildArtifactsRelease resolveConfigAttr splitsDiscoveryTaskDebug splitsDiscoveryTaskDynamicProfile splitsDiscoveryTaskDynamicRelease splitsDiscoveryTaskProfile splitsDiscoveryTaskRelease transformClassesWithDexBuilderForDebug transformClassesWithDexBuilderForDebugAndroidTest transformClassesWithDexBuilderForDynamicProfile transformClassesWithDexBuilderForDynamicRelease transformClassesWithDexBuilderForProfile transformClassesWithDexBuilderForRelease transformDexArchiveWithDexMergerForDebug transformDexArchiveWithDexMergerForDebugAndroidTest transformDexArchiveWithDexMergerForDynamicProfile transformDexArchiveWithDexMergerForDynamicRelease transformDexArchiveWithDexMergerForProfile transformDexArchiveWithDexMergerForRelease transformDexArchiveWithExternalLibsDexMergerForDebug transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest transformDexArchiveWithExternalLibsDexMergerForDynamicProfile transformDexArchiveWithExternalLibsDexMergerForDynamicRelease transformDexArchiveWithExternalLibsDexMergerForProfile transformDexArchiveWithExternalLibsDexMergerForRelease transformNativeLibsWithMergeJniLibsForDebug transformNativeLibsWithMergeJniLibsForDebugAndroidTest transformNativeLibsWithMergeJniLibsForDynamicProfile transformNativeLibsWithMergeJniLibsForDynamicRelease transformNativeLibsWithMergeJniLibsForProfile transformNativeLibsWithMergeJniLibsForRelease transformResourcesWithMergeJavaResForDebug transformResourcesWithMergeJavaResForDebugAndroidTest transformResourcesWithMergeJavaResForDebugUnitTest transformResourcesWithMergeJavaResForDynamicProfile transformResourcesWithMergeJavaResForDynamicProfileUnitTest transformResourcesWithMergeJavaResForDynamicRelease transformResourcesWithMergeJavaResForDynamicReleaseUnitTest transformResourcesWithMergeJavaResForProfile transformResourcesWithMergeJavaResForProfileUnitTest transformResourcesWithMergeJavaResForRelease transformResourcesWithMergeJavaResForReleaseUnitTest validateSigningDebug validateSigningDebugAndroidTest validateSigningDynamicProfile validateSigningDynamicRelease validateSigningProfile validateSigningRelease writeDebugApplicationId writeDynamicProfileApplicationId writeDynamicReleaseApplicationId writeProfileApplicationId writeReleaseApplicationId Rules ----- Pattern: clean&lt;TaskName&gt;: Cleans the output files of a task. Pattern: build&lt;ConfigurationName&gt;: Assembles the artifacts of a configuration. Pattern: upload&lt;ConfigurationName&gt;: Assembles and uploads the artifacts belonging to a configuration. 1 actionable task: 1 executed [ +35 ms] Resolving dependencies... (completed) [ +2 ms] executing: /Users/raveesh/Library/Android/sdk/build-tools/27.0.3/aapt dump xmltree /Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/apk/app.apk AndroidManifest.xml [ +31 ms] Exit code 0 from: /Users/raveesh/Library/Android/sdk/build-tools/27.0.3/aapt dump xmltree /Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/apk/app.apk AndroidManifest.xml [ ] N: android=http://schemas.android.com/apk/res/android E: manifest (line=2) A: android:versionCode(0x0101021b)=(type 0x10)0x1 A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0") A: package="in.cookytech.devfest18kolkata" (Raw: "in.cookytech.devfest18kolkata") E: uses-sdk (line=7) A: android:minSdkVersion(0x0101020c)=(type 0x10)0x15 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1b E: uses-permission (line=16) A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET") E: uses-permission (line=17) A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE") E: uses-permission (line=18) A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK") E: uses-permission (line=19) A: android:name(0x01010003)="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" (Raw: "com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE") E: uses-permission (line=20) A: android:name(0x01010003)="com.google.android.c2dm.permission.RECEIVE" (Raw: "com.google.android.c2dm.permission.RECEIVE") E: application (line=28) A: android:label(0x01010001)="DevFest'18 Kol" (Raw: "DevFest'18 Kol") A: android:icon(0x01010002)=@0x7f090000 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication") A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff E: activity (line=33) A: android:theme(0x01010000)=@0x7f0b0000 A: android:name(0x01010003)="in.cookytech.devfest18kolkata.MainActivity" (Raw: "in.cookytech.devfest18kolkata.MainActivity") A: android:launchMode(0x0101001d)=(type 0x10)0x1 A: android:configChanges(0x0101001f)=(type 0x11)0x400035b4 A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10 A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff E: meta-data (line=47) A: android:name(0x01010003)="io.flutter.app.android.SplashScreenUntilFirstFrame" (Raw: "io.flutter.app.android.SplashScreenUntilFirstFrame") A: android:value(0x01010024)=(type 0x12)0xffffffff E: intent-filter (line=51) E: action (line=52) A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN") E: category (line=54) A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER") E: activity (line=57) A: android:theme(0x01010000)=@0x1030007 A: android:name(0x01010003)="io.flutter.plugins.urllauncher.UrlLauncherPlugin$WebViewActivity" (Raw: "io.flutter.plugins.urllauncher.UrlLauncherPlugin$WebViewActivity") A: android:exported(0x01010010)=(type 0x12)0x0 E: activity (line=61) A: android:theme(0x01010000)=@0x1030010 A: android:name(0x01010003)="com.google.firebase.auth.internal.FederatedSignInActivity" (Raw: "com.google.firebase.auth.internal.FederatedSignInActivity") A: android:permission(0x01010006)="com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN" (Raw: "com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN") A: android:exported(0x01010010)=(type 0x12)0xffffffff A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff A: android:launchMode(0x0101001d)=(type 0x10)0x3 E: service (line=69) A: android:name(0x01010003)="com.google.firebase.components.ComponentDiscoveryService" (Raw: "com.google.firebase.components.ComponentDiscoveryService") A: android:exported(0x01010010)=(type 0x12)0x0 E: meta-data (line=72) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=75) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=78) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegis trar" (Raw: "com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=81) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.iid.Registrar" (Raw: "com.google.firebase.components:com.google.firebase.iid.Registrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: activity (line=86) A: android:theme(0x01010000)=@0x1030010 A: android:name(0x01010003)="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" (Raw: "com.google.android.gms.auth.api.signin.internal.SignInHubActivity") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff E: service (line=95) A: android:name(0x01010003)="com.google.android.gms.auth.api.signin.RevocationBoundService" (Raw: "com.google.android.gms.auth.api.signin.RevocationBoundService") A: android:permission(0x01010006)="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" (Raw: "com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: receiver (line=100) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementReceiver" (Raw: "com.google.android.gms.measurement.AppMeasurementReceiver") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: receiver (line=105) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver" (Raw: "com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver") A: android:permission(0x01010006)="android.permission.INSTALL_PACKAGES" (Raw: "android.permission.INSTALL_PACKAGES") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=110) E: action (line=111) A: android:name(0x01010003)="com.android.vending.INSTALL_REFERRER" (Raw: "com.android.vending.INSTALL_REFERRER") E: service (line=115) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementService" (Raw: "com.google.android.gms.measurement.AppMeasurementService") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=119) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementJobService" (Raw: "com.google.android.gms.measurement.AppMeasurementJobService") A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: receiver (line=125) A: android:name(0x01010003)="com.google.firebase.iid.FirebaseInstanceIdReceiver" (Raw: "com.google.firebase.iid.FirebaseInstanceIdReceiver") A: android:permission(0x01010006)="com.google.android.c2dm.permission.SEND" (Raw: "com.google.android.c2dm.permission.SEND") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=129) E: action (line=130) A: android:name(0x01010003)="com.google.android.c2dm.intent.RECEIVE" (Raw: "com.google.android.c2dm.intent.RECEIVE") E: service (line=137) A: android:name(0x01010003)="com.google.firebase.iid.FirebaseInstanceIdService" (Raw: "com.google.firebase.iid.FirebaseInstanceIdService") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=140) A: android:priority(0x0101001c)=(type 0x10)0xfffffe0c E: action (line=141) A: android:name(0x01010003)="com.google.firebase.INSTANCE_ID_EVENT" (Raw: "com.google.firebase.INSTANCE_ID_EVENT") E: activity (line=145) A: android:theme(0x01010000)=@0x1030010 A: android:name(0x01010003)="com.google.android.gms.common.api.GoogleApiActivity" (Raw: "com.google.android.gms.common.api.GoogleApiActivity") A: android:exported(0x01010010)=(type 0x12)0x0 E: provider (line=150) A: android:name(0x01010003)="com.google.firebase.provider.FirebaseInitProvider" (Raw: "com.google.firebase.provider.FirebaseInitProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="in.cookytech.devfest18kolkata.firebaseinitprovider" (Raw: "in.cookytech.devfest18kolkata.firebaseinitprovider") A: android:initOrder(0x0101001a)=(type 0x10)0x64 E: meta-data (line=156) A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version") A: android:value(0x01010024)=@0x7f070001 E: meta-data (line=159) A: android:name(0x01010003)="android.support.VERSION" (Raw: "android.support.VERSION") A: android:value(0x01010024)="26.1.0" (Raw: "26.1.0") [ +35 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1 [ +56 ms] Exit code 0 from: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1 [ ] --------- beginning of system 11-07 15:32:41.794 E/storaged( 1677): getDiskStats failed with result NOT_SUPPORTED and size 0 [ +4 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time [+1042 ms] DependencyChecker: nothing is modified after 2018-11-07 15:22:47.346. [ +4 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb version [ +27 ms] Android Debug Bridge version 1.0.40 Version 4986621 Installed as /Users/raveesh/Library/Android/sdk/platform-tools/adb [ +4 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb start-server [ +95 ms] Building APK [ +161 ms] Gradle task 'assembleDebug'... [ +5 ms] executing: [/Users/raveesh/Desktop/DevFestKolkata/android/] /Users/raveesh/Desktop/DevFestKolkata/android/gradlew -Pverbose=true -Ptarget=/Users/raveesh/Desktop/DevFestKolkata/lib/main.dart -Ptrack-widget-creation=false -Pfilesystem-scheme=org-dartlang-root assembleDebug [+1407 ms] Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug] [ ] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) [ +1 ms] Could not find google-services.json while looking in [src/nullnull/dynamicProfile, src/dynamicProfile/nullnull, src/nullnull, src/dynamicProfile, src/nullnullDynamicProfile] [ ] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) [ +4 ms] Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease] [ ] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) [ ] Could not find google-services.json while looking in [src/nullnull/profile, src/profile/nullnull, src/nullnull, src/profile, src/nullnullProfile] [ +1 ms] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) [ +9 ms] Could not find google-services.json while looking in [src/nullnull/dynamicRelease, src/dynamicRelease/nullnull, src/nullnull, src/dynamicRelease, src/nullnullDynamicRelease] [ +1 ms] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) [+2752 ms] [ +12 ms] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +34 ms] [ +59 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] [ ] origin/beta [ ] [ ] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git rev-parse --abbrev-ref HEAD [ +23 ms] [ +13 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] [ ] beta [ ] [ ] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git ls-remote --get-url origin [ +12 ms] [ +16 ms] Exit code 0 from: git ls-remote --get-url origin [ ] [ ] https://github.com/flutter/flutter.git [ ] [ ] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git log -n 1 --pretty=format:%H [ +19 ms] [ +21 ms] Exit code 0 from: git log -n 1 --pretty=format:%H [ ] [ ] d8cbb80206db06d151206f8b599b7dde5a386a2d [ ] [ ] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git log -n 1 --pretty=format:%ar [ +20 ms] [ +16 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar [ ] [ ] 12 days ago [ ] [ +1 ms] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git describe --match v*.*.* --first-parent --long --tags [ +109 ms] [ +103 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags [ ] [ +2 ms] v0.10.2-0-gd8cbb8020 [ +419 ms] [ +422 ms] Found plugin cloud_firestore at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.8.1+1/ [ +24 ms] [ +26 ms] Found plugin firebase_auth at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.6.2+1/ [ +9 ms] [ +7 ms] Found plugin firebase_core at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.5+1/ [ +10 ms] [ +5 ms] Found plugin firebase_storage at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_storage-1.0.4/ [ +21 ms] [ +27 ms] Found plugin google_sign_in at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/google_sign_in-3.2.1/ [ +34 ms] [ +30 ms] Found plugin path_provider at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/path_provider-0.4.1/ [ ] [ +8 ms] Found plugin shared_preferences at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/ [ +21 ms] [ +15 ms] Found plugin url_launcher at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/url_launcher-4.0.1/ [ +55 ms] [ +57 ms] Found plugin cloud_firestore at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.8.1+1/ [ +11 ms] [ +10 ms] Found plugin firebase_auth at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.6.2+1/ [ ] [ +3 ms] Found plugin firebase_core at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.5+1/ [ ] [ +1 ms] Found plugin firebase_storage at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_storage-1.0.4/ [ +22 ms] [ +14 ms] Found plugin google_sign_in at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/google_sign_in-3.2.1/ [ +23 ms] [ +24 ms] Found plugin path_provider at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/path_provider-0.4.1/ [ ] [ +5 ms] Found plugin shared_preferences at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/ [ +11 ms] [ +12 ms] Found plugin url_launcher at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/url_launcher-4.0.1/ [ +970 ms] [ +965 ms] /Users/raveesh/MyCode/SDKs/Flutter/bin/cache/dart-sdk/bin/dart /Users/raveesh/MyCode/SDKs/Flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/raveesh/MyCode/SDKs/Flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --strong --target=flutter --no-link-platform --incremental --packages /Users/raveesh/Desktop/DevFestKolkata/.packages --output-dill build/app.dill --depfile /Users/raveesh/Desktop/DevFestKolkata/build/app/intermediates/flutter/debug/snapshot_blob.bin.d --filesystem-scheme org-dartlang-root --packages /Users/raveesh/Desktop/DevFestKolkata/.packages package:devfest_18_kolkata/main.dart [+3612 ms] [+3619 ms] Building bundle [ ] [ +1 ms] Writing asset files to /Users/raveesh/Desktop/DevFestKolkata/build/app/intermediates/flutter/debug/flutter_assets [ +124 ms] [ +124 ms] Wrote /Users/raveesh/Desktop/DevFestKolkata/build/app/intermediates/flutter/debug/flutter_assets [ +11 ms] [ +10 ms] "flutter bundle" took 5,201ms. [ +613 ms] Parsing json file: /Users/raveesh/Desktop/DevFestKolkata/android/app/google-services.json [+5513 ms] 232 actionable tasks: 6 executed, 226 up-to-date [ +423 ms] Gradle task 'assembleDebug'... (completed) [ +85 ms] calculateSha: LocalDirectory: '/Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/apk'/app.apk [ +767 ms] Built build/app/outputs/apk/debug/app-debug.apk. [ +3 ms] executing: /Users/raveesh/Library/Android/sdk/build-tools/27.0.3/aapt dump xmltree /Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/apk/app.apk AndroidManifest.xml [ +35 ms] Exit code 0 from: /Users/raveesh/Library/Android/sdk/build-tools/27.0.3/aapt dump xmltree /Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/apk/app.apk AndroidManifest.xml [ +1 ms] N: android=http://schemas.android.com/apk/res/android E: manifest (line=2) A: android:versionCode(0x0101021b)=(type 0x10)0x1 A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0") A: package="in.cookytech.devfest18kolkata" (Raw: "in.cookytech.devfest18kolkata") E: uses-sdk (line=7) A: android:minSdkVersion(0x0101020c)=(type 0x10)0x15 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1b E: uses-permission (line=16) A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET") E: uses-permission (line=17) A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE") E: uses-permission (line=18) A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK") E: uses-permission (line=19) A: android:name(0x01010003)="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" (Raw: "com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE") E: uses-permission (line=20) A: android:name(0x01010003)="com.google.android.c2dm.permission.RECEIVE" (Raw: "com.google.android.c2dm.permission.RECEIVE") E: application (line=28) A: android:label(0x01010001)="DevFest'18 Kol" (Raw: "DevFest'18 Kol") A: android:icon(0x01010002)=@0x7f090000 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication") A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff E: activity (line=33) A: android:theme(0x01010000)=@0x7f0b0000 A: android:name(0x01010003)="in.cookytech.devfest18kolkata.MainActivity" (Raw: "in.cookytech.devfest18kolkata.MainActivity") A: android:launchMode(0x0101001d)=(type 0x10)0x1 A: android:configChanges(0x0101001f)=(type 0x11)0x400035b4 A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10 A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff E: meta-data (line=47) A: android:name(0x01010003)="io.flutter.app.android.SplashScreenUntilFirstFrame" (Raw: "io.flutter.app.android.SplashScreenUntilFirstFrame") A: android:value(0x01010024)=(type 0x12)0xffffffff E: intent-filter (line=51) E: action (line=52) A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN") E: category (line=54) A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER") E: activity (line=57) A: android:theme(0x01010000)=@0x1030007 A: android:name(0x01010003)="io.flutter.plugins.urllauncher.UrlLauncherPlugin$WebViewActivity" (Raw: "io.flutter.plugins.urllauncher.UrlLauncherPlugin$WebViewActivity") A: android:exported(0x01010010)=(type 0x12)0x0 E: activity (line=61) A: android:theme(0x01010000)=@0x1030010 A: android:name(0x01010003)="com.google.firebase.auth.internal.FederatedSignInActivity" (Raw: "com.google.firebase.auth.internal.FederatedSignInActivity") A: android:permission(0x01010006)="com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN" (Raw: "com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN") A: android:exported(0x01010010)=(type 0x12)0xffffffff A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff A: android:launchMode(0x0101001d)=(type 0x10)0x3 E: service (line=69) A: android:name(0x01010003)="com.google.firebase.components.ComponentDiscoveryService" (Raw: "com.google.firebase.components.ComponentDiscoveryService") A: android:exported(0x01010010)=(type 0x12)0x0 E: meta-data (line=72) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=75) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=78) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegis trar" (Raw: "com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=81) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.iid.Registrar" (Raw: "com.google.firebase.components:com.google.firebase.iid.Registrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: activity (line=86) A: android:theme(0x01010000)=@0x1030010 A: android:name(0x01010003)="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" (Raw: "com.google.android.gms.auth.api.signin.internal.SignInHubActivity") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff E: service (line=95) A: android:name(0x01010003)="com.google.android.gms.auth.api.signin.RevocationBoundService" (Raw: "com.google.android.gms.auth.api.signin.RevocationBoundService") A: android:permission(0x01010006)="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" (Raw: "com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: receiver (line=100) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementReceiver" (Raw: "com.google.android.gms.measurement.AppMeasurementReceiver") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: receiver (line=105) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver" (Raw: "com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver") A: android:permission(0x01010006)="android.permission.INSTALL_PACKAGES" (Raw: "android.permission.INSTALL_PACKAGES") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=110) E: action (line=111) A: android:name(0x01010003)="com.android.vending.INSTALL_REFERRER" (Raw: "com.android.vending.INSTALL_REFERRER") E: service (line=115) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementService" (Raw: "com.google.android.gms.measurement.AppMeasurementService") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=119) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementJobService" (Raw: "com.google.android.gms.measurement.AppMeasurementJobService") A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: receiver (line=125) A: android:name(0x01010003)="com.google.firebase.iid.FirebaseInstanceIdReceiver" (Raw: "com.google.firebase.iid.FirebaseInstanceIdReceiver") A: android:permission(0x01010006)="com.google.android.c2dm.permission.SEND" (Raw: "com.google.android.c2dm.permission.SEND") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=129) E: action (line=130) A: android:name(0x01010003)="com.google.android.c2dm.intent.RECEIVE" (Raw: "com.google.android.c2dm.intent.RECEIVE") E: service (line=137) A: android:name(0x01010003)="com.google.firebase.iid.FirebaseInstanceIdService" (Raw: "com.google.firebase.iid.FirebaseInstanceIdService") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=140) A: android:priority(0x0101001c)=(type 0x10)0xfffffe0c E: action (line=141) A: android:name(0x01010003)="com.google.firebase.INSTANCE_ID_EVENT" (Raw: "com.google.firebase.INSTANCE_ID_EVENT") E: activity (line=145) A: android:theme(0x01010000)=@0x1030010 A: android:name(0x01010003)="com.google.android.gms.common.api.GoogleApiActivity" (Raw: "com.google.android.gms.common.api.GoogleApiActivity") A: android:exported(0x01010010)=(type 0x12)0x0 E: provider (line=150) A: android:name(0x01010003)="com.google.firebase.provider.FirebaseInitProvider" (Raw: "com.google.firebase.provider.FirebaseInitProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="in.cookytech.devfest18kolkata.firebaseinitprovider" (Raw: "in.cookytech.devfest18kolkata.firebaseinitprovider") A: android:initOrder(0x0101001a)=(type 0x10)0x64 E: meta-data (line=156) A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version") A: android:value(0x01010024)=@0x7f070001 E: meta-data (line=159) A: android:name(0x01010003)="android.support.VERSION" (Raw: "android.support.VERSION") A: android:value(0x01010024)="26.1.0" (Raw: "26.1.0") [ +32 ms] Stopping app 'app.apk' on Android SDK built for x86. [ ] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell am force-stop in.cookytech.devfest18kolkata [ +105 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell pm list packages in.cookytech.devfest18kolkata [ +50 ms] package:in.cookytech.devfest18kolkata [ +4 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell cat /data/local/tmp/sky.in.cookytech.devfest18kolkata.sha1 [ +44 ms] 522ba04b9d1df4518b096902576a80f34c4ad4cf [ +1 ms] Installing APK. [ +2 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb version [ +12 ms] Android Debug Bridge version 1.0.40 Version 4986621 Installed as /Users/raveesh/Library/Android/sdk/platform-tools/adb [ ] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb start-server [ +15 ms] Installing build/app/outputs/apk/app.apk... [ ] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 install -t -r /Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/apk/app.apk [+3818 ms] Success [ ] Installing build/app/outputs/apk/app.apk... (completed) [ +2 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell echo -n bcd81f227155b63009a53db0973a9aebd3860ef1 &gt; /data/local/tmp/sky.in.cookytech.devfest18kolkata.sha1 [ +156 ms] Android SDK built for x86 startApp [ +3 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true --ez enable-dart-profiling true --ez enable-checked-mode true in.cookytech.devfest18kolkata/in.cookytech.devfest18kolkata.MainActivity [ +431 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=in.cookytech.devfest18kolkata/.MainActivity (has extras) } [ ] Waiting for observatory port to be available... [+3975 ms] Observatory URL on device: http://127.0.0.1:42209/ [ +2 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s emulator-5554 forward tcp:0 tcp:42209 [ +19 ms] 63614 [ ] Forwarded host port 63614 to device port 42209 for Observatory [ +11 ms] Connecting to service protocol: http://127.0.0.1:63614/ [ +606 ms] Successfully connected to service protocol: http://127.0.0.1:63614/ [ +5 ms] getVM: {} [ +23 ms] getIsolate: {isolateId: isolates/618698849} [ +6 ms] _flutter.listViews: {isolateId: isolates/618698849} [ +393 ms] DevFS: Creating new filesystem on the device (null) [ +8 ms] _createDevFS: {fsName: DevFestKolkata} [ +30 ms] I/OpenGLRenderer( 9296): Davey! duration=1077ms; Flags=1, IntendedVsync=5863453983992, Vsync=5864370650622, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=5864373182212, AnimationStart=5864373278212, PerformTraversalsStart=5864373312212, DrawStart=5864379555212, SyncQueued=5864381906212, SyncStart=5864386117212, IssueDrawCommandsStart=5864386324212, SwapBuffers=5864504789212, FrameCompleted=5864536150212, DequeueBufferDuration=11079000, QueueBufferDuration=1054000, [ +434 ms] DevFS: Created new filesystem on the device (file:///data/user/0/in.cookytech.devfest18kolkata/cache/DevFestKolkataTVYNMF/DevFestKolkata/) [ +2 ms] Updating assets [ +385 ms] Syncing files to device Android SDK built for x86... [ +4 ms] DevFS: Starting sync from LocalDirectory: '/Users/raveesh/Desktop/DevFestKolkata' [ ] Scanning project files [ +34 ms] Scanning package files [ +279 ms] Scanning asset files [ +2 ms] Scanning for deleted files [ +35 ms] Compiling dart to kernel with 739 updated files [ +15 ms] /Users/raveesh/MyCode/SDKs/Flutter/bin/cache/dart-sdk/bin/dart /Users/raveesh/MyCode/SDKs/Flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/raveesh/MyCode/SDKs/Flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --strong --target=flutter --output-dill build/app.dill --packages /Users/raveesh/Desktop/DevFestKolkata/.packages --filesystem-scheme org-dartlang-root [+1301 ms] D/ ( 9296): HostConnection::get() New Host Connection established 0xebff07c0, tid 9326 [ +1 ms] D/EGL_emulation( 9296): eglMakeCurrent: 0xe74d29c0: ver 3 0 (tinfo 0xe74d85a0) [+3458 ms] W/Firestore( 9296): (0.6.6-dev) [Firestore]: The behavior for java.util.Date objects stored in Firestore is going to change AND YOUR APP MAY BREAK. [ +1 ms] W/Firestore( 9296): To hide this warning and ensure your app does not break, you need to add the following code to your app before calling any other Cloud Firestore methods: [ ] W/Firestore( 9296): [ ] W/Firestore( 9296): FirebaseFirestore firestore = FirebaseFirestore.getInstance(); [ ] W/Firestore( 9296): FirebaseFirestoreSettings settings = new FirebaseFirestoreSettings.Builder() [ ] W/Firestore( 9296): .setTimestampsInSnapshotsEnabled(true) [ ] W/Firestore( 9296): .build(); [ ] W/Firestore( 9296): firestore.setFirestoreSettings(settings); [ ] W/Firestore( 9296): [ ] W/Firestore( 9296): With this change, timestamps stored in Cloud Firestore will be read back as com.google.firebase.Timestamp objects instead of as system java.util.Date objects. So you will also need to update code expecting a java.util.Date to instead expect a Timestamp. For example: [ ] W/Firestore( 9296): [ ] W/Firestore( 9296): // Old: [ ] W/Firestore( 9296): java.util.Date date = snapshot.getDate("created_at"); [ ] W/Firestore( 9296): // New: [ ] W/Firestore( 9296): Timestamp timestamp = snapshot.getTimestamp("created_at"); [ ] W/Firestore( 9296): java.util.Date date = timestamp.toDate(); [ ] W/Firestore( 9296): [ ] W/Firestore( 9296): Please audit all existing usages of java.util.Date when you enable the new behavior. In a future release, the behavior will be changed to the new behavior, so if you do not follow these steps, YOUR APP MAY BREAK. [ +107 ms] W/evfest18kolkat( 9296): Unsupported class loader [ +24 ms] I/evfest18kolkat( 9296): The ClassLoaderContext is a special shared library. [ +82 ms] I/evfest18kolkat( 9296): The ClassLoaderContext is a special shared library. [ ] W/evfest18kolkat( 9296): Skipping duplicate class check due to unsupported classloader [ +26 ms] I/evfest18kolkat( 9296): The ClassLoaderContext is a special shared library. [ +16 ms] I/DynamiteModule( 9296): Considering local module com.google.android.gms.flags:3 and remote module com.google.android.gms.flags:3 [ +6 ms] I/DynamiteModule( 9296): Selected local version of com.google.android.gms.flags [ +114 ms] Updating files [ +351 ms] V/NativeCrypto( 9296): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 287 native methods... [ +297 ms] W/evfest18kolkat( 9296): Accessing hidden method Ljava/security/spec/ECParameterSpec;-&gt;getCurveName()Ljava/lang/String; (light greylist, reflection) [ +325 ms] DevFS: Sync finished [ ] Syncing files to device Android SDK built for x86... (completed) [ +4 ms] Synced 4.4MB. [ +1 ms] _flutter.listViews: {isolateId: isolates/618698849} [ +177 ms] Connected to _flutterView/0xeffb7ecc. [ +5 ms] 🔥 To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R". [ +5 ms] An Observatory debugger and profiler on Android SDK built for x86 is available at: http://127.0.0.1:63614/ [ ] For a more detailed help message, press "h". To detach, press "d"; to quit, press "q". [ +115 ms] D/NetworkSecurityConfig( 9296): No Network Security Config specified, using platform default [ +36 ms] W/evfest18kolkat( 9296): Accessing hidden field Ljavax/net/ssl/SSLSocketFactory;-&gt;defaultSocketFactory:Ljavax/net/ssl/SSLSocketFactory; (light greylist, reflection) [ +23 ms] W/evfest18kolkat( 9296): Accessing hidden field Ljavax/net/ssl/SSLServerSocketFactory;-&gt;defaultServerSocketFactory:Ljavax/net/ssl/SSLServerSocketFactory; (light greylist, reflection) [ +41 ms] I/ProviderInstaller( 9296): Installed default security provider GmsCore_OpenSSL [ +288 ms] W/evfest18kolkat( 9296): Verification of void com.google.firebase.firestore.obfuscated.zzbb.&lt;init&gt;(com.google.firebase.firestore.obfuscated.zzdl, int) took 105.035ms [ +849 ms] I/evfest18kolkat( 9296): Background concurrent copying GC freed 35007(6MB) AllocSpace objects, 11(216KB) LOS objects, 49% free, 1861KB/3MB, paused 1.333ms total 347.403ms [ +655 ms] W/evfest18kolkat( 9296): Accessing hidden field Ljava/nio/Buffer;-&gt;address:J (light greylist, reflection) [ +642 ms] W/evfest18kolkat( 9296): Accessing hidden field Ljava/net/Socket;-&gt;impl:Ljava/net/SocketImpl; (light greylist, reflection) [ ] W/evfest18kolkat( 9296): Accessing hidden method Ldalvik/system/CloseGuard;-&gt;get()Ldalvik/system/CloseGuard; (light greylist, linking) [ +7 ms] W/evfest18kolkat( 9296): Accessing hidden method Ldalvik/system/CloseGuard;-&gt;open(Ljava/lang/String;)V (light greylist, linking) [ +2 ms] W/evfest18kolkat( 9296): Accessing hidden method Ljava/net/InetAddress;-&gt;isNumeric(Ljava/lang/String;)Z (light greylist, reflection) [ ] W/evfest18kolkat( 9296): Accessing hidden field Ljava/io/FileDescriptor;-&gt;descriptor:I (light greylist, JNI) [ +143 ms] W/evfest18kolkat( 9296): Accessing hidden method Ljava/security/spec/ECParameterSpec;-&gt;setCurveName(Ljava/lang/String;)V (light greylist, reflection) [ +40 ms] W/evfest18kolkat( 9296): Accessing hidden method Ldalvik/system/BlockGuard;-&gt;getThreadPolicy()Ldalvik/system/BlockGuard$Policy; (light greylist, linking) [ ] W/evfest18kolkat( 9296): Accessing hidden method Ldalvik/system/BlockGuard$Policy;-&gt;onNetwork()V (light greylist, linking) </code></pre></div> <p dir="auto">What I could salvage from the whole thing, no special outputs from interactions on the concerned screen.</p> <h2 dir="auto">Flutter Analyze</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Waiting for another flutter command to release the startup lock... Analyzing DevFestKolkata... No issues found! (ran in 6.5s) "><pre class="notranslate"><code class="notranslate">Waiting for another flutter command to release the startup lock... Analyzing DevFestKolkata... No issues found! (ran in 6.5s) </code></pre></div> <h2 dir="auto">Flutter Doctor -v</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[✓] Flutter (Channel beta, v0.10.2, on Mac OS X 10.14 18A391, locale en-IN) • Flutter version 0.10.2 at /Users/raveesh/MyCode/SDKs/Flutter • Framework revision d8cbb80206 (12 days ago), 2018-10-26 01:30:21 -0400 • Engine revision 6c2ade9fa2 • Dart version 2.1.0-dev.8.0.flutter-bf26f760b1 [✓] Android toolchain - develop for Android devices (Android SDK 27.0.3) • Android SDK at /Users/raveesh/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-28, build-tools 27.0.3 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06) • All Android licenses accepted. [✓] iOS toolchain - develop for iOS devices (Xcode 10.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 10.1, Build version 10B61 • ios-deploy 1.9.2 • CocoaPods version 1.5.3 [✓] Android Studio (version 3.2) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 29.1.1 • Dart plugin version 181.5656 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06) [✓] VS Code (version 1.28.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 2.18.0 [✓] Connected device (1 available) • Android SDK built for x86 • emulator-5554 • android-x86 • Android 9 (API 28) (emulator) • No issues found! "><pre class="notranslate"><code class="notranslate">[✓] Flutter (Channel beta, v0.10.2, on Mac OS X 10.14 18A391, locale en-IN) • Flutter version 0.10.2 at /Users/raveesh/MyCode/SDKs/Flutter • Framework revision d8cbb80206 (12 days ago), 2018-10-26 01:30:21 -0400 • Engine revision 6c2ade9fa2 • Dart version 2.1.0-dev.8.0.flutter-bf26f760b1 [✓] Android toolchain - develop for Android devices (Android SDK 27.0.3) • Android SDK at /Users/raveesh/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-28, build-tools 27.0.3 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06) • All Android licenses accepted. [✓] iOS toolchain - develop for iOS devices (Xcode 10.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 10.1, Build version 10B61 • ios-deploy 1.9.2 • CocoaPods version 1.5.3 [✓] Android Studio (version 3.2) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 29.1.1 • Dart plugin version 181.5656 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06) [✓] VS Code (version 1.28.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 2.18.0 [✓] Connected device (1 available) • Android SDK built for x86 • emulator-5554 • android-x86 • Android 9 (API 28) (emulator) • No issues found! </code></pre></div>
<p dir="auto">Hello all</p> <p dir="auto">I saw animation when change screen is lag.<br> example: <a href="https://flutter.io/cookbook/navigation/navigation-basics/" rel="nofollow">https://flutter.io/cookbook/navigation/navigation-basics/</a></p> <p dir="auto">How to fix it.</p> <p dir="auto">Thank you all.</p>
0
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Add a setting for PowerToys Run to blacklist folders from the search. I think the setting should be simply a list of directory names to blacklist.</p> <p dir="auto">Window's indexer settings do not allow to ignore all folders named node_modules, .git, ... so if I want my code projects to show up in the search results I have to manually toggle off every node_modules folder, otherwise I would get a lot of useless search results.<br> I don't mind Windows' indexer indexing also the node_modules if I can remove them from the search results.</p> <h1 dir="auto">Proposed technical implementation details (optional)</h1> <p dir="auto">In <a href="https://github.com/microsoft/PowerToys/blob/master/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/SearchHelper/WindowsSearchAPI.cs">WindowsSearchAPI</a> add a check that reads the settings blacklist and checks every result against it before adding it to the results.</p>
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2> <ul dir="auto"> <li>Windows build number: [run "winver"]</li> <li>PowerToys version: v0.20.0</li> <li>PowerToy module: Fancyzones</li> </ul> <h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Provide detailed reproduction steps (if any)</h2> <ol dir="auto"> <li>Snap windows to your zones</li> <li>Wait for PC to go into full sleep (not just monitor, full PC sleep mode)</li> <li>Wake PC from sleep</li> </ol> <h3 dir="auto"><g-emoji class="g-emoji" alias="heavy_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png">✔️</g-emoji> Expected result</h3> <p dir="auto">Windows will be in their zones before sleep.</p> <h3 dir="auto"><g-emoji class="g-emoji" alias="x" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/274c.png">❌</g-emoji> Actual result</h3> <p dir="auto">Windows are outside of there zones and not snapped.</p> <p dir="auto">(Apologies if this is a duplicate issue, I couldn't find one when searching)</p>
0
<p dir="auto">I have exported an object I made on the scene with javascript (as a shapegeometry) using the <code class="notranslate">toJSON()</code>function. Now I try to reload the object on the scene with an <code class="notranslate">objectLoader</code>, but it fails because the objectloader doesn't support geometry type <code class="notranslate">ShapeGeometry</code>.</p> <p dir="auto">Except if I'm missing something, that means that I can't reload exported models in the scene?</p>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/WestLangley/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/WestLangley">@WestLangley</a> - this post describes how to select a proper LOD level of a Cube Map <a href="http://casual-effects.blogspot.ca/2011/08/plausible-environment-lighting-in-two.html" rel="nofollow">http://casual-effects.blogspot.ca/2011/08/plausible-environment-lighting-in-two.html</a></p> <p dir="auto">It may be possible to just more intelligently select the LOD level for the specular and diffuse cube maps rather than generating prefiltered ones (thus addressing this may make this other issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="112791185" data-permission-text="Title is private" data-url="https://github.com/mrdoob/three.js/issues/7402" data-hovercard-type="issue" data-hovercard-url="/mrdoob/three.js/issues/7402/hovercard" href="https://github.com/mrdoob/three.js/issues/7402">#7402</a> obsolete.)</p> <p dir="auto">The key part in this paper is that it figures out first the default LOD that would have been chosen, and then modifies it using a query parameter that is derived from the cosine filter. This requires a query of some sort for the current LOD level.</p> <p dir="auto">Some requirements for that query -- it should not be done by packing into the current cubemap the LOD in A because A is needed for HDR textures. Thus I guess the only alternative is to have a separate cubemap that is 8 bit luminance (to save memory) and contains LOD numbers?</p>
0
<h4 dir="auto">Describe the workflow you want to enable</h4> <p dir="auto">It is very common to split the data into three parts. Train, Cross-validate, and Test. We already have train test split but it would good to have this three parts split too.</p> <h4 dir="auto">Describe your proposed solution</h4> <p dir="auto">Implement this feature in model_selection module.</p>
<p dir="auto">Asking how to do a threefold split is the top sklearn question on stackoverflow:<br> <a href="https://stackoverflow.com/questions/tagged/scikit-learn?sort=frequent&amp;pageSize=50" rel="nofollow">https://stackoverflow.com/questions/tagged/scikit-learn?sort=frequent&amp;pageSize=50</a></p> <p dir="auto">We have discussed this before but I think this is a good reason to add it - the other option would be to document more explictly doing</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from sklearn.model_selection import train_test_split X_trainval, X_test, y_trainval, y_test = train_test_split(X, y) X_train, X_val, y_train, y_val = train_test_split(X_trainval, y_trainval)"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">sklearn</span>.<span class="pl-s1">model_selection</span> <span class="pl-k">import</span> <span class="pl-s1">train_test_split</span> <span class="pl-v">X_trainval</span>, <span class="pl-v">X_test</span>, <span class="pl-s1">y_trainval</span>, <span class="pl-s1">y_test</span> <span class="pl-c1">=</span> <span class="pl-en">train_test_split</span>(<span class="pl-v">X</span>, <span class="pl-s1">y</span>) <span class="pl-v">X_train</span>, <span class="pl-v">X_val</span>, <span class="pl-s1">y_train</span>, <span class="pl-s1">y_val</span> <span class="pl-c1">=</span> <span class="pl-en">train_test_split</span>(<span class="pl-v">X_trainval</span>, <span class="pl-s1">y_trainval</span>)</pre></div> <p dir="auto">if that's the idiomatic way to do that.<br> The "issue" with that way is that it's harder to figure out the ratios.</p> <p dir="auto">If we want to add a threefold split method, there's three options:</p> <ul dir="auto"> <li>add another parameter to <code class="notranslate">train_test_split</code> (not sure I like this)</li> <li>create a new method that mirrors the interface of <code class="notranslate">train_test_split</code></li> <li>create a new method with a better interface than <code class="notranslate">train_test_split</code></li> </ul> <p dir="auto">I kinda prefer the last one but it might be confusing to users. My ideal signature would not have <code class="notranslate">*args</code> and explicitly name X and y so we could stratify by default.<br> Maybe<br> <code class="notranslate">naming_is_hard(X=None, y=None, fit_parms=None, train_size=None, val_size=None, test_size=None)</code>.</p> <p dir="auto">I'm not sure if it would make sense to pass a <code class="notranslate">cv</code> object here? or a CV class that's internally instantiated? Or we could have <code class="notranslate">stratify</code> and <code class="notranslate">grouped</code> options? Maybe the last makes most sense?</p>
1
<p dir="auto">so my plot is,</p> <ol dir="auto"> <li>drawing regular scatterplot</li> <li>drawing a network overlay using <code class="notranslate">LineCollection</code> with each edge to be blurred using a trick called <code class="notranslate">agg_filter</code>, which is a hidden feature not listed in the documentation of matplotlib.</li> </ol> <p dir="auto">the problem is this plot used to be fine before perhaps in version 1.4, but now after upgrade to 1.5.0 there is a offset of line collection and scatterplot. the plot is now look like this:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1881213/12855612/5ee4adfa-cc38-11e5-9efa-f1a82fca2a8e.png"><img src="https://cloud.githubusercontent.com/assets/1881213/12855612/5ee4adfa-cc38-11e5-9efa-f1a82fca2a8e.png" alt="tsne_d_delaunay_plot pdf 1 page preview today at 6 43 26 pm" style="max-width: 100%;"></a></p> <p dir="auto">the 2D coordinate for scatterplot and line collection should be correct otherwise the old version should not draw it correctly.</p> <p dir="auto">I found there is no explanation in the official documentation of matplotlib of the <code class="notranslate">Collection. set_agg_filter(filter_func)</code> nor did I found the explanation of what is <code class="notranslate">filter_fun</code> is like and how it should be defined.</p> <p dir="auto">please tell me whether <code class="notranslate">agg_filter</code> is still working in Matplotlib, many thanks.</p> <hr> <p dir="auto">so basically I extract the relevant code to present:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="## for drawing the overlay graph # this line draw the network pclt = LineCollection(segments = arwPair, linewidths = sizeArr, linestyles = markerArr) from agg_filter import AggFilterHelper # a helper class wrapping the Gaussian filter afh = AggFilterHelper(&quot;Blur&quot;) pclt.set_agg_filter(afh.get_aggFilter()) # this LineCollection api to set filter pclt.set_rasterized(True) axx.add_collection(pclt) # add collection to axes object # go on drawing"><pre class="notranslate"><code class="notranslate">## for drawing the overlay graph # this line draw the network pclt = LineCollection(segments = arwPair, linewidths = sizeArr, linestyles = markerArr) from agg_filter import AggFilterHelper # a helper class wrapping the Gaussian filter afh = AggFilterHelper("Blur") pclt.set_agg_filter(afh.get_aggFilter()) # this LineCollection api to set filter pclt.set_rasterized(True) axx.add_collection(pclt) # add collection to axes object # go on drawing </code></pre></div> <h1 dir="auto"></h1> <p dir="auto">the <code class="notranslate">agg_filter</code> code is found in MailList of matplotlib which is never listed in Documentation but mentioned to be implemented but never actually implemented. so I guess it is a hidden feature, perhaps the code is outdated, but I really need to blur these lines in my plot in the new version of Matplotlib.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="def smooth1d(x, window_len): # copied from http://www.scipy.org/Cookbook/SignalSmooth s=np.r_[2*x[0]-x[window_len:1:-1],x,2*x[-1]-x[-1:-window_len:-1]] w = np.hanning(window_len) y=np.convolve(w/w.sum(),s,mode='same') return y[window_len-1:-window_len+1] def smooth2d(A, sigma=3): window_len = max(int(sigma), 3)*2+1 A1 = np.array([smooth1d(x, window_len) for x in np.asarray(A)]) A2 = np.transpose(A1) A3 = np.array([smooth1d(x, window_len) for x in A2]) A4 = np.transpose(A3) return A4 class BaseFilter(object): def prepare_image(self, src_image, dpi, pad): ny, nx, depth = src_image.shape padded_src = np.zeros([pad*2+ny, pad*2+nx, depth], dtype=&quot;d&quot;) padded_src[pad:-pad, pad:-pad,:] = src_image[:,:,:] return padded_src def get_pad(self, dpi): return 0 def __call__(self, im, dpi): pad = self.get_pad(dpi) padded_src = self.prepare_image(im, dpi, pad) tgt_image = self.process_image(padded_src, dpi) return tgt_image, -pad, -pad class GaussianFilter(BaseFilter): &quot;simple gauss filter&quot; # Only this one I test and used in the application def __init__(self, sigma): self.sigma = sigma def get_pad(self, dpi): return int(self.sigma*3/72.*dpi) def process_image(self, padded_src, dpi): tgt_image = np.zeros_like(padded_src) # original # aa = smooth2d(padded_src[:,:,-1]*self.alpha, self.sigma/72.*dpi) # tgt_image[:,:,-1] = aa # tgt_image[:,:,:-1] = self.color # My Try: hell yeah it works for i in range(4): aa = smooth2d(padded_src[:,:,i], self.sigma/72.*dpi) tgt_image[:,:,i] = aa return tgt_image"><pre class="notranslate"><code class="notranslate">def smooth1d(x, window_len): # copied from http://www.scipy.org/Cookbook/SignalSmooth s=np.r_[2*x[0]-x[window_len:1:-1],x,2*x[-1]-x[-1:-window_len:-1]] w = np.hanning(window_len) y=np.convolve(w/w.sum(),s,mode='same') return y[window_len-1:-window_len+1] def smooth2d(A, sigma=3): window_len = max(int(sigma), 3)*2+1 A1 = np.array([smooth1d(x, window_len) for x in np.asarray(A)]) A2 = np.transpose(A1) A3 = np.array([smooth1d(x, window_len) for x in A2]) A4 = np.transpose(A3) return A4 class BaseFilter(object): def prepare_image(self, src_image, dpi, pad): ny, nx, depth = src_image.shape padded_src = np.zeros([pad*2+ny, pad*2+nx, depth], dtype="d") padded_src[pad:-pad, pad:-pad,:] = src_image[:,:,:] return padded_src def get_pad(self, dpi): return 0 def __call__(self, im, dpi): pad = self.get_pad(dpi) padded_src = self.prepare_image(im, dpi, pad) tgt_image = self.process_image(padded_src, dpi) return tgt_image, -pad, -pad class GaussianFilter(BaseFilter): "simple gauss filter" # Only this one I test and used in the application def __init__(self, sigma): self.sigma = sigma def get_pad(self, dpi): return int(self.sigma*3/72.*dpi) def process_image(self, padded_src, dpi): tgt_image = np.zeros_like(padded_src) # original # aa = smooth2d(padded_src[:,:,-1]*self.alpha, self.sigma/72.*dpi) # tgt_image[:,:,-1] = aa # tgt_image[:,:,:-1] = self.color # My Try: hell yeah it works for i in range(4): aa = smooth2d(padded_src[:,:,i], self.sigma/72.*dpi) tgt_image[:,:,i] = aa return tgt_image </code></pre></div>
<p dir="auto">Hi,</p> <p dir="auto">I use the Gaussian Filter example from the <a href="http://matplotlib.org/1.5.1/examples/pylab_examples/demo_agg_filter.html" rel="nofollow">demo_agg_filter.py </a> to place a gaussian drop shadow under continents using basemap. Since I switched to matplotlib 1.5, the shadows are misplaced.</p> <p dir="auto">The same effect can be seen on the example that is currently online, therefore I do not present my code here.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/10025761/12755658/a353b14e-c9d0-11e5-9fec-397437f46fcd.png"><img src="https://cloud.githubusercontent.com/assets/10025761/12755658/a353b14e-c9d0-11e5-9fec-397437f46fcd.png" alt="demo_agg_filter" style="max-width: 100%;"></a></p> <p dir="auto">Any suggestions on a quick &amp; dirty solution would be very welcome.<br> Thank you</p>
1
<p dir="auto">React version: 17.0.2</p> <div class="highlight highlight-source-tsx notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;div ref={rootRef} className=&quot;rate&quot; onTouchMove={onTouchMove} &gt; { cloneElement(full ? fullIcon : voidIcon, { className: classNames(&quot;rate__icon&quot;, { &quot;rate__icon--full&quot;: full, }), }) } &lt;/div&gt;"><pre class="notranslate"><span class="pl-c1">&lt;</span><span class="pl-ent">div</span> <span class="pl-c1">ref</span><span class="pl-c1">=</span><span class="pl-kos">{</span><span class="pl-s1">rootRef</span><span class="pl-kos">}</span> <span class="pl-c1">className</span><span class="pl-c1">=</span><span class="pl-s">"rate"</span> <span class="pl-c1">onTouchMove</span><span class="pl-c1">=</span><span class="pl-kos">{</span><span class="pl-s1">onTouchMove</span><span class="pl-kos">}</span> <span class="pl-c1">&gt;</span> <span class="pl-kos">{</span> <span class="pl-en">cloneElement</span><span class="pl-kos">(</span><span class="pl-s1">full</span> ? <span class="pl-s1">fullIcon</span> : <span class="pl-s1">voidIcon</span><span class="pl-kos">,</span> <span class="pl-kos">{</span> <span class="pl-c1">className</span>: <span class="pl-en">classNames</span><span class="pl-kos">(</span><span class="pl-s">"rate__icon"</span><span class="pl-kos">,</span> <span class="pl-kos">{</span> <span class="pl-s">"rate__icon--full"</span>: <span class="pl-s1">full</span><span class="pl-kos">,</span> <span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">,</span> <span class="pl-kos">}</span><span class="pl-kos">)</span> <span class="pl-kos">}</span> <span class="pl-c1">&lt;</span><span class="pl-c1">/</span><span class="pl-ent">div</span><span class="pl-c1">&gt;</span></pre></div> <p dir="auto">Codesandbox:<a href="https://codesandbox.io/s/quiet-meadow-rfq1m" rel="nofollow">https://codesandbox.io/s/quiet-meadow-rfq1m</a></p> <h2 dir="auto">The current behavior</h2> <p dir="auto">When a cloneElement conditionally switches components, the onTouchMove is invalid</p> <h2 dir="auto">The expected behavior</h2> <p dir="auto">When a cloneElement conditionally switches components, the onTouchMove should work</p>
<p dir="auto">My project uses react, react-dom, and react-bootstrap.<br> react-bootstrap requires react to be a peer dependency.<br> react-dom includes react as a child dependency.<br> So I must install react as a top-level dependency in order for react-bootstrap to work.<br> Now I have two copies of react.<br> When I try to use the Modal component in react-bootstrap, I get the error "Uncaught Error: Invariant Violation: addComponentAsRefTo(...): Only a ReactOwner can have refs. You might be adding a ref to a component that was not created inside a component's <code class="notranslate">render</code> method, or you have multiple copies of React loaded".<br> I can fix this by deleting the directory node_modules/react-dom/node_modules/react.<br> Maybe react-dom should be changed so react is a peer dependency instead of a child dependency.</p>
0
<p dir="auto">We should combine those duplicate code pieces into a single one. See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="351739129" data-permission-text="Title is private" data-url="https://github.com/flutter/flutter/issues/20751" data-hovercard-type="pull_request" data-hovercard-url="/flutter/flutter/pull/20751/hovercard?comment_id=211378022&amp;comment_type=review_comment" href="https://github.com/flutter/flutter/pull/20751#discussion_r211378022">#20751 (comment)</a></p>
<p dir="auto">I've experienced this issue in two different apps. When building release apk in first app, the app builds successfully. But as soon as the app opens, it crashed. I removed below line i added before in <strong>android/gradle.properties</strong> and rebuild.</p> <p dir="auto"><code class="notranslate">extra-gen-snapshot-options=--obfuscate</code></p> <p dir="auto">App worked without problem later.</p> <p dir="auto">Yesterday i faced the same issue with a new app. Now the app is running in some of the devices i have. I published the app to play store. The app is incompatible with almost all phones except mine. I disabled obfuscation and uploaded patched version. Now it is working fine.</p>
0
<h4 dir="auto">Describe the issue</h4> <p dir="auto">The type of the <code class="notranslate">.data</code> of the response is the same type of what was submitted in the request.</p> <h4 dir="auto">Example Code</h4> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const form: FormData = new FormData(); const { data } = await axiosInstance.request({data: form}); // The type of data is `FormData`, why? It should be any or something else. The response is never FormData."><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">form</span>: <span class="pl-smi">FormData</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-smi">FormData</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">const</span> <span class="pl-kos">{</span> data <span class="pl-kos">}</span> <span class="pl-c1">=</span> <span class="pl-k">await</span> <span class="pl-s1">axiosInstance</span><span class="pl-kos">.</span><span class="pl-en">request</span><span class="pl-kos">(</span><span class="pl-kos">{</span><span class="pl-c1">data</span>: <span class="pl-s1">form</span><span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// The type of data is `FormData`, why? It should be any or something else. The response is never FormData.</span></pre></div> <h4 dir="auto">Expected behavior, if applicable</h4> <p dir="auto">Type of <code class="notranslate">data</code> in the response should be <code class="notranslate">any</code> or something else.</p> <h4 dir="auto">Environment</h4> <ul dir="auto"> <li>Axios Version: 0.22.0</li> <li>Adapter: HTTP</li> <li>Browser: N/A</li> <li>Browser Version: N/A</li> <li>Node.js Version: 16.9.1</li> <li><em>TypeScript Version: 4.4.3</em></li> <li>OS: Linux</li> <li>Additional Library Versions: N/A</li> </ul> <h4 dir="auto">Additional context/Screenshots</h4> <p dir="auto">N/A</p>
<h4 dir="auto">Describe the bug</h4> <p dir="auto">In <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="629537972" data-permission-text="Title is private" data-url="https://github.com/axios/axios/issues/2995" data-hovercard-type="pull_request" data-hovercard-url="/axios/axios/pull/2995/hovercard" href="https://github.com/axios/axios/pull/2995">#2995</a> merge request, there was introduced a bug.</p> <p dir="auto">There came 2 issues.</p> <ol dir="auto"> <li>input and output types have to be the same.</li> <li>existing usages are broken</li> </ol> <h4 dir="auto">To Reproduce</h4> <p dir="auto">pass input and output type to axios.post</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface Input { name: string; } interface Output { value: string; } /* existing usages are broken * TS2345: Argument of type '{ name: string; }' is not assignable to parameter of type 'undefined'. */ const { data } = await axios.post&lt;Output&gt;('url', { name: 'hello', }); /* Input and output have to be the same type * TS2345: Argument of type '{ name: string; }' is not assignable to parameter of type 'AxiosResponse&lt;Output&gt;'.    * Object literal may only specify known properties, and 'name' does not exist in type 'AxiosResponse&lt;Output&gt;'. */ const { data } = await axios.post&lt;Input, AxiosResponse&lt;Output&gt;&gt;('url', { name: 'hello', });"><pre class="notranslate"><span class="pl-k">interface</span> <span class="pl-smi">Input</span> <span class="pl-kos">{</span> <span class="pl-c1">name</span>: <span class="pl-smi">string</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-k">interface</span> <span class="pl-smi">Output</span> <span class="pl-kos">{</span> <span class="pl-c1">value</span>: <span class="pl-smi">string</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-c">/* existing usages are broken</span> <span class="pl-c"> * TS2345: Argument of type '{ name: string; }' is not assignable to parameter of type 'undefined'.</span> <span class="pl-c"> */</span> <span class="pl-k">const</span> <span class="pl-kos">{</span> data <span class="pl-kos">}</span> <span class="pl-c1">=</span> <span class="pl-k">await</span> <span class="pl-s1">axios</span><span class="pl-kos">.</span><span class="pl-c1">post</span><span class="pl-kos">&lt;</span><span class="pl-smi">Output</span><span class="pl-kos">&gt;</span><span class="pl-kos">(</span><span class="pl-s">'url'</span><span class="pl-kos">,</span> <span class="pl-kos">{</span> <span class="pl-c1">name</span>: <span class="pl-s">'hello'</span><span class="pl-kos">,</span> <span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">/* Input and output have to be the same type</span> <span class="pl-c"> * TS2345: Argument of type '{ name: string; }' is not assignable to parameter of type 'AxiosResponse&lt;Output&gt;'.   </span> <span class="pl-c"> * Object literal may only specify known properties, and 'name' does not exist in type 'AxiosResponse&lt;Output&gt;'.</span> <span class="pl-c"> */</span> <span class="pl-k">const</span> <span class="pl-kos">{</span> data <span class="pl-kos">}</span> <span class="pl-c1">=</span> <span class="pl-k">await</span> <span class="pl-s1">axios</span><span class="pl-kos">.</span><span class="pl-c1">post</span><span class="pl-kos">&lt;</span><span class="pl-smi">Input</span><span class="pl-kos">,</span> <span class="pl-smi">AxiosResponse</span><span class="pl-kos">&lt;</span><span class="pl-smi">Output</span><span class="pl-kos">&gt;</span><span class="pl-kos">&gt;</span><span class="pl-kos">(</span><span class="pl-s">'url'</span><span class="pl-kos">,</span> <span class="pl-kos">{</span> <span class="pl-c1">name</span>: <span class="pl-s">'hello'</span><span class="pl-kos">,</span> <span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div> <h4 dir="auto">Expected behavior</h4> <p dir="auto">No type errors.</p> <h4 dir="auto">Environment</h4> <ul dir="auto"> <li>Axios Version 0.22.0</li> <li>Adapter HTTP</li> <li>Browser Chrome</li> <li>Browser Version 94.0.4606.61</li> <li>Node.js Version v14.17.5</li> <li>OS: Windows 10</li> <li>Additional Library Versions none</li> </ul> <h4 dir="auto">Additional context/Screenshots</h4>
1
<p dir="auto">by <strong>davyzhang</strong>:</p> <pre class="notranslate">Before filing a bug, please check whether it has been fixed since the latest release. Search the issue tracker and check that you're running the latest version of Go: Run "go version" and compare against <a href="http://golang.org/doc/devel/release.html" rel="nofollow">http://golang.org/doc/devel/release.html</a> If a newer version of Go exists, install it and retry what you did to reproduce the problem. Thanks. What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. sorry, it's a big code base I didn't narrow it down What is the expected output? What do you see instead? Which compiler are you using (5g, 6g, 8g, gccgo)? Which operating system are you using? macos 10.8.3 Which version are you using? (run 'go version') go version devel +86d952ac0976 Fri Mar 22 01:27:55 2013 +0100 darwin/amd64 Please provide any additional information below. I upload the stacktrace log wish this could help</pre> <p dir="auto">Attachments:</p> <ol dir="auto"> <li><a href="https://storage.googleapis.com/go-attachment/5105/0/trace.log.7z" rel="nofollow">trace.log.7z</a> (58013 bytes)</li> </ol>
<p dir="auto">by <strong>ibexris</strong>:</p> <pre class="notranslate">1.03 on OSX: Try: go get github.com/bmizerany/noeq.go Returns: stat github.com/bmizerany/noeq.go: no such file or directory Now try the same thing with my (pristine for the moment) fork, but with a new name: Try: go get github.com/ex-nerd/noeqclient Everything works.</pre>
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ansible</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.1.0"><pre class="notranslate"><code class="notranslate">ansible 2.2.1.0 </code></pre></div> <h5 dir="auto">SUMMARY</h5> <p dir="auto">Handlers broken for role with duplicates allowed.</p> <h5 dir="auto">STEPS TO REPRODUCE</h5> <div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="- hosts: localhost roles: - role: test wheel_position: front left tags: test - role: test wheel_position: front right tags: test"><pre class="notranslate">- <span class="pl-ent">hosts</span>: <span class="pl-s">localhost</span> <span class="pl-ent">roles</span>: - <span class="pl-ent">role</span>: <span class="pl-s">test</span> <span class="pl-ent">wheel_position</span>: <span class="pl-s">front left</span> <span class="pl-ent">tags</span>: <span class="pl-s">test</span> - <span class="pl-ent">role</span>: <span class="pl-s">test</span> <span class="pl-ent">wheel_position</span>: <span class="pl-s">front right</span> <span class="pl-ent">tags</span>: <span class="pl-s">test</span></pre></div> <p dir="auto">See attached zip with this role.</p> <h5 dir="auto">EXPECTED RESULTS</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="RUNNING HANDLER [test/wheel : rotate {{ wheel_position }} wheel] *************** ok: [localhost] =&gt; { &quot;msg&quot;: &quot;rotating front left wheel&quot; } RUNNING HANDLER [test/wheel : rotate {{ wheel_position }} wheel] *************** ok: [localhost] =&gt; { &quot;msg&quot;: &quot;rotating front right wheel&quot; }"><pre class="notranslate"><code class="notranslate">RUNNING HANDLER [test/wheel : rotate {{ wheel_position }} wheel] *************** ok: [localhost] =&gt; { "msg": "rotating front left wheel" } RUNNING HANDLER [test/wheel : rotate {{ wheel_position }} wheel] *************** ok: [localhost] =&gt; { "msg": "rotating front right wheel" } </code></pre></div> <h5 dir="auto">ACTUAL RESULTS</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="RUNNING HANDLER [test/wheel : rotate {{ wheel_position }} wheel] *************** ok: [localhost] =&gt; { &quot;msg&quot;: &quot;rotating front left wheel&quot; }"><pre class="notranslate"><code class="notranslate">RUNNING HANDLER [test/wheel : rotate {{ wheel_position }} wheel] *************** ok: [localhost] =&gt; { "msg": "rotating front left wheel" } </code></pre></div> <p dir="auto"><a href="https://github.com/ansible/ansible/files/875533/test.zip">test.zip</a></p>
<h5 dir="auto">Issue Type:</h5> <p dir="auto">“Feature Idea”</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">ansible 1.7 (devel <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/4b8dcb2ae48783778968591a9c5af99531faa31e/hovercard" href="https://github.com/ansible/ansible/commit/4b8dcb2ae48783778968591a9c5af99531faa31e"><tt>4b8dcb2</tt></a>) last updated 2014/07/15 18:25:10 (GMT +200)</p> <h5 dir="auto">Environment:</h5> <p dir="auto">Any supported platform of ansible?</p> <h5 dir="auto">Summary:</h5> <p dir="auto">Support install in $HOME through setuptools <code class="notranslate">--user</code> parameter.</p> <p dir="auto">After quite some time of unsuccessfully trying to <code class="notranslate">pip install --user ansible</code> or <code class="notranslate">pip install ansible</code> in a <code class="notranslate">virtualenv</code> I finally came across the mention of running it from a git checkout, however being able to use the 'standard' install locally process would be a nice comfort feature.</p> <p dir="auto">The setup script keeps trying to overwrite <code class="notranslate">/usr/share/ansible</code></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=".... creating /usr/share/ansible error: could not create '/usr/share/ansible': Permission denied"><pre class="notranslate"><code class="notranslate">.... creating /usr/share/ansible error: could not create '/usr/share/ansible': Permission denied </code></pre></div> <p dir="auto">Hopefully <a href="http://legacy.python.org/dev/peps/pep-0370/" rel="nofollow">http://legacy.python.org/dev/peps/pep-0370/</a> provides the information necessary to adjust the installer to not create system wide directories when <code class="notranslate">--user</code> is specified</p>
0
<p dir="auto">Very often the components and profiler tabs don't appear.</p>
<h1 dir="auto">Note this issue is due to <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=1085215" rel="nofollow">CR bug 1085215</a></h1> <p dir="auto"><strong>It is impacting several other popular extensions as well- including React, Redux, Relay, and Vue devtools.</strong></p> <hr> <p dir="auto">React version: 16.13.1<br> DevTools version: 4.7.0 (5/18/2020)<br> macOS version: 10.15.4 (19E287)</p> <h2 dir="auto">Steps To Reproduce</h2> <ol dir="auto"> <li>Create a new profile in Google Chrome</li> <li>Install the <a href="https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi" rel="nofollow">React Developer Tools</a></li> <li>Go to <a href="https://reactjs.org" rel="nofollow">https://reactjs.org</a></li> <li>Open the browser Dev Tools</li> </ol> <h2 dir="auto">Screenshots</h2> <p dir="auto">Not sure this helps, but this is basically what I get after following the aforementioned steps:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/260431/82867560-c70eb600-9f33-11ea-9e95-d59ce4e3e548.png"><img src="https://user-images.githubusercontent.com/260431/82867560-c70eb600-9f33-11ea-9e95-d59ce4e3e548.png" alt="image" style="max-width: 100%;"></a></p> <p dir="auto">When using Opera the tabs do show up:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/260431/82867684-f4f3fa80-9f33-11ea-9b1d-2a54f8a9101e.png"><img src="https://user-images.githubusercontent.com/260431/82867684-f4f3fa80-9f33-11ea-9b1d-2a54f8a9101e.png" alt="image" style="max-width: 100%;"></a></p> <h2 dir="auto">The current behavior</h2> <p dir="auto">Sometimes the Components and Profiler (i.e. React devtools tabs) don't show up.</p> <h2 dir="auto">The expected behavior</h2> <p dir="auto">These tabs should show for any site using React.</p> <h2 dir="auto">More details</h2> <p dir="auto">I've tried a few browsers, including:</p> <ol dir="auto"> <li>Google Chrome (83.0.4103.61)</li> <li>Microsoft Edge (83.0.478.37)</li> <li>Opera (68.0.3618.125)</li> </ol> <p dir="auto">All of them should be working, since they're all Chromium based.</p> <p dir="auto">The most reliable was Opera, which always shows the dev tools tabs. Chrome and Edge behaved the same way, sometimes showing them and other times not.</p> <p dir="auto">I've also taken a look at the background pages of the React Dev Tools extension and they don't show any errors, only these performance metrics in the <code class="notranslate">devtools_app.html</code> page:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/260431/82867862-413f3a80-9f34-11ea-9b7c-ccd0c8225b01.png"><img src="https://user-images.githubusercontent.com/260431/82867862-413f3a80-9f34-11ea-9b7c-ccd0c8225b01.png" alt="image" style="max-width: 100%;"></a></p> <p dir="auto">The main background page shows nothing in the console at all times.</p>
1
<h3 dir="auto"><g-emoji class="g-emoji" alias="computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png">💻</g-emoji></h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on a fix?</li> </ul> <h3 dir="auto">How are you using Babel?</h3> <p dir="auto">Other (Next.js, Gatsby, vue-cli, ...)</p> <h3 dir="auto">Input code</h3> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class x { static { var x = 42; } }"><pre class="notranslate"><span class="pl-k">class</span> <span class="pl-s1">x</span> <span class="pl-kos">{</span> <span class="pl-k">static</span> <span class="pl-kos">{</span> <span class="pl-k">var</span> <span class="pl-c1">x</span> <span class="pl-c1">=</span> <span class="pl-c1">42</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span></pre></div> <h3 dir="auto">Configuration file name</h3> <p dir="auto"><em>No response</em></p> <h3 dir="auto">Configuration</h3> <p dir="auto"><em>No response</em></p> <h3 dir="auto">Current and expected behavior</h3> <p dir="auto">The input code has no problem, but Babel throws error while transpiling the code.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ node Welcome to Node.js v18.11.0. Type &quot;.help&quot; for more information. &gt; class x { static { var x = 42; } } undefined"><pre class="notranslate"><code class="notranslate">$ node Welcome to Node.js v18.11.0. Type ".help" for more information. &gt; class x { static { var x = 42; } } undefined </code></pre></div> <h3 dir="auto">Environment</h3> <p dir="auto"><a href="https://babeljs.io/repl#?browsers=&amp;build=&amp;builtIns=false&amp;corejs=3.21&amp;spec=false&amp;loose=false&amp;code_lz=MYGwhgzhAEAe0G9oQC5hQS2I6A3MATnNALzQAsATANzQC-9QA&amp;debug=false&amp;forceAllTransforms=false&amp;shippedProposals=false&amp;circleciRepo=&amp;evaluate=false&amp;fileSize=false&amp;timeTravel=false&amp;sourceType=script&amp;lineWrap=true&amp;presets=env%2Creact%2Cstage-2&amp;prettier=true&amp;targets=&amp;version=7.20.0&amp;externalPlugins=&amp;assumptions=%7B%7D" rel="nofollow">Reproduction on Babel's own REPL</a></p> <h3 dir="auto">Possible solution</h3> <p dir="auto"><em>No response</em></p> <h3 dir="auto">Additional context</h3> <p dir="auto"><em>No response</em></p>
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong><br> When i webpack i get this error. I am trying to upgrade babel 6 to 7. I am using webpack 4. It also needs to support IE11.</p> <p dir="auto"><strong>Input Code</strong><br> *** package.json ***</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{ &quot;name&quot;: &quot;ccp&quot;, &quot;version&quot;: &quot;0.2.0&quot;, &quot;private&quot;: true, &quot;scripts&quot;: { &quot;dev&quot;: &quot;npm run development&quot;, &quot;development&quot;: &quot;cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js&quot;, &quot;watch&quot;: &quot;npm run development -- --watch&quot;, &quot;watch-poll&quot;: &quot;npm run watch -- --watch-poll&quot;, &quot;hot&quot;: &quot;cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js&quot;, &quot;prod&quot;: &quot;npm run production&quot;, &quot;production&quot;: &quot;cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js&quot;, &quot;lint&quot;: &quot;eslint src/&quot;, &quot;lint:fix&quot;: &quot;eslint src/ --fix&quot;, &quot;start&quot;: &quot;node src/server.js&quot;, &quot;test&quot;: &quot;node_modules/.bin/jest&quot; }, &quot;dependencies&quot;: { &quot;@babel/core&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-class-properties&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-decorators&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-do-expressions&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-export-default-from&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-export-namespace-from&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-function-bind&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-function-sent&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-json-strings&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-logical-assignment-operators&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-nullish-coalescing-operator&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-numeric-separator&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-optional-chaining&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-pipeline-operator&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-proposal-throw-expressions&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-syntax-dynamic-import&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-syntax-import-meta&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-transform-regenerator&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-transform-runtime&quot;: &quot;^7.0.0&quot;, &quot;@babel/preset-env&quot;: &quot;^7.0.0&quot;, &quot;@fortawesome/fontawesome-svg-core&quot;: &quot;^1.2.15&quot;, &quot;@fortawesome/free-solid-svg-icons&quot;: &quot;^5.7.2&quot;, &quot;@fortawesome/react-fontawesome&quot;: &quot;^0.1.4&quot;, &quot;audit&quot;: &quot;0.0.6&quot;, &quot;axios&quot;: &quot;^0.18.1&quot;, &quot;body-parser&quot;: &quot;^1.19.0&quot;, &quot;bootstrap-fileinput&quot;: &quot;^4.5.2&quot;, &quot;braces&quot;: &quot;^2.3.2&quot;, &quot;console-polyfill&quot;: &quot;^0.3.0&quot;, &quot;core-js&quot;: &quot;^2.6.9&quot;, &quot;cors&quot;: &quot;^2.8.5&quot;, &quot;crypto-js&quot;: &quot;^3.1.9-1&quot;, &quot;cssnano&quot;: &quot;^4.1.10&quot;, &quot;dompurify&quot;: &quot;^1.0.10&quot;, &quot;es3ify&quot;: &quot;^0.2.2&quot;, &quot;es5-shim&quot;: &quot;^4.5.13&quot;, &quot;express&quot;: &quot;^4.17.1&quot;, &quot;file-loader&quot;: &quot;^1.1.11&quot;, &quot;file-saver&quot;: &quot;^2.0.1&quot;, &quot;font-awesome&quot;: &quot;^4.7.0&quot;, &quot;html-react-parser&quot;: &quot;^0.4.7&quot;, &quot;jquery&quot;: &quot;^3.4.0&quot;, &quot;jsx-to-string&quot;: &quot;^1.4.0&quot;, &quot;lodash&quot;: &quot;^4.17.11&quot;, &quot;moment&quot;: &quot;^2.24.0&quot;, &quot;node-sass&quot;: &quot;^4.12.0&quot;, &quot;npm&quot;: &quot;^6.10.1&quot;, &quot;npm-audit&quot;: &quot;0.0.3&quot;, &quot;postcss-cssnext&quot;: &quot;^3.0.2&quot;, &quot;postcss-import&quot;: &quot;^11.1.0&quot;, &quot;prop-types&quot;: &quot;^15.7.2&quot;, &quot;pusher&quot;: &quot;^2.2.0&quot;, &quot;pusher-js&quot;: &quot;^4.4.0&quot;, &quot;react&quot;: &quot;^16.8.4&quot;, &quot;react-bootstrap&quot;: &quot;^0.32.4&quot;, &quot;react-bootstrap-table&quot;: &quot;^4.3.1&quot;, &quot;react-bootstrap-table-next&quot;: &quot;^0.1.15&quot;, &quot;react-dates&quot;: &quot;^17.2.0&quot;, &quot;react-dom&quot;: &quot;^16.8.4&quot;, &quot;react-dropzone&quot;: &quot;^4.3.0&quot;, &quot;react-fontawesome&quot;: &quot;^1.6.1&quot;, &quot;react-ga&quot;: &quot;^2.5.7&quot;, &quot;react-html-parser&quot;: &quot;^2.0.2&quot;, &quot;react-moment&quot;: &quot;^0.8.4&quot;, &quot;react-quill&quot;: &quot;^1.3.3&quot;, &quot;react-redux&quot;: &quot;^5.1.1&quot;, &quot;react-router&quot;: &quot;^4.3.1&quot;, &quot;react-router-dom&quot;: &quot;^4.3.1&quot;, &quot;react-router-redux&quot;: &quot;^4.0.8&quot;, &quot;react-scripts&quot;: &quot;^3.0.1&quot;, &quot;react-select&quot;: &quot;^1.3.0&quot;, &quot;react-sortable-tree&quot;: &quot;^2.6.0&quot;, &quot;react-stringify&quot;: &quot;^1.0.0&quot;, &quot;react-table&quot;: &quot;^6.9.2&quot;, &quot;react-tooltip&quot;: &quot;^3.10.0&quot;, &quot;react-vis&quot;: &quot;^1.11.6&quot;, &quot;react-websocket&quot;: &quot;^2.0.1&quot;, &quot;react-widgets&quot;: &quot;^4.4.10&quot;, &quot;redux&quot;: &quot;^3.7.2&quot;, &quot;redux-file-upload&quot;: &quot;0.0.19&quot;, &quot;redux-form&quot;: &quot;^7.4.2&quot;, &quot;redux-listeners&quot;: &quot;^0.4.1&quot;, &quot;redux-logger&quot;: &quot;^3.0.6&quot;, &quot;redux-promise&quot;: &quot;^0.5.3&quot;, &quot;redux-title&quot;: &quot;0.0.3&quot;, &quot;single-spa&quot;: &quot;^4.3.5&quot;, &quot;single-spa-react&quot;: &quot;^2.10.2&quot;, &quot;socket.io&quot;: &quot;^2.2.0&quot;, &quot;socket.io-client&quot;: &quot;^2.2.0&quot;, &quot;sugarss&quot;: &quot;^1.0.1&quot;, &quot;supervisor&quot;: &quot;^0.12.0&quot;, &quot;url-search-params&quot;: &quot;^0.10.2&quot;, &quot;viz&quot;: &quot;0.0.1&quot; }, &quot;devDependencies&quot;: { &quot;@babel/core&quot;: &quot;^7.0.0&quot;, &quot;@babel/plugin-transform-react-inline-elements&quot;: &quot;^7.2.0&quot;, &quot;@babel/polyfill&quot;: &quot;^7.0.0&quot;, &quot;@babel/preset-env&quot;: &quot;^7.0.0&quot;, &quot;@babel/preset-react&quot;: &quot;^7.0.0&quot;, &quot;autoprefixer-loader&quot;: &quot;^3.2.0&quot;, &quot;axios-mock-adapter&quot;: &quot;^1.16.0&quot;, &quot;babel-core&quot;: &quot;^7.0.0-bridge.0&quot;, &quot;babel-env&quot;: &quot;^2.4.1&quot;, &quot;babel-jest&quot;: &quot;^23.4.2&quot;, &quot;babel-loader&quot;: &quot;^8.0.0&quot;, &quot;bootstrap&quot;: &quot;^4.3.1&quot;, &quot;clean-webpack-plugin&quot;: &quot;^3.0.0&quot;, &quot;copy-webpack-plugin&quot;: &quot;^4.6.0&quot;, &quot;cross-env&quot;: &quot;^5.1&quot;, &quot;css-loader&quot;: &quot;^2.1.1&quot;, &quot;enzyme&quot;: &quot;^3.10.0&quot;, &quot;enzyme-adapter-react-16&quot;: &quot;^1.14.0&quot;, &quot;eslint&quot;: &quot;^5.16.0&quot;, &quot;eslint-config-airbnb&quot;: &quot;^17.1.0&quot;, &quot;eslint-config-rallycoding&quot;: &quot;^3.2.0&quot;, &quot;eslint-plugin-babel&quot;: &quot;^5.3.0&quot;, &quot;eslint-plugin-import&quot;: &quot;^2.17.2&quot;, &quot;eslint-plugin-jsx-a11y&quot;: &quot;^6.2.3&quot;, &quot;eslint-plugin-react&quot;: &quot;^7.14.2&quot;, &quot;expect&quot;: &quot;^24.4.0&quot;, &quot;fetch-mock&quot;: &quot;^6.5.2&quot;, &quot;html-loader&quot;: &quot;^0.5.5&quot;, &quot;html-webpack-plugin&quot;: &quot;^3.2.0&quot;, &quot;jest&quot;: &quot;latest&quot;, &quot;jest-html-reporter&quot;: &quot;^2.5.0&quot;, &quot;json-loader&quot;: &quot;^0.5.7&quot;, &quot;laravel-mix&quot;: &quot;^4.0.15&quot;, &quot;lodash&quot;: &quot;^4.17.5&quot;, &quot;mini-css-extract-plugin&quot;: &quot;^0.7.0&quot;, &quot;popper.js&quot;: &quot;^1.14.7&quot;, &quot;prettier&quot;: &quot;1.11.1&quot;, &quot;react-addons-test-utils&quot;: &quot;^15.6.2&quot;, &quot;react-test-renderer&quot;: &quot;^16.8.6&quot;, &quot;redux-devtools-extension&quot;: &quot;^2.13.8&quot;, &quot;redux-mock-store&quot;: &quot;^1.5.3&quot;, &quot;resolve-url-loader&quot;: &quot;^2.3.2&quot;, &quot;riek&quot;: &quot;^1.1.0&quot;, &quot;sass&quot;: &quot;^1.22.4&quot;, &quot;sass-loader&quot;: &quot;^7.1.0&quot;, &quot;style-loader&quot;: &quot;^0.23.1&quot;, &quot;uglifyjs-webpack-plugin&quot;: &quot;^1.3.0&quot;, &quot;vue&quot;: &quot;^2.6.8&quot;, &quot;webpack&quot;: &quot;^4.35.3&quot;, &quot;webpack-cli&quot;: &quot;^3.3.6&quot; } }"><pre class="notranslate"><code class="notranslate">{ "name": "ccp", "version": "0.2.0", "private": true, "scripts": { "dev": "npm run development", "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "watch": "npm run development -- --watch", "watch-poll": "npm run watch -- --watch-poll", "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", "prod": "npm run production", "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "start": "node src/server.js", "test": "node_modules/.bin/jest" }, "dependencies": { "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-decorators": "^7.0.0", "@babel/plugin-proposal-do-expressions": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-function-bind": "^7.0.0", "@babel/plugin-proposal-function-sent": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0", "@babel/plugin-proposal-optional-chaining": "^7.0.0", "@babel/plugin-proposal-pipeline-operator": "^7.0.0", "@babel/plugin-proposal-throw-expressions": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-import-meta": "^7.0.0", "@babel/plugin-transform-regenerator": "^7.0.0", "@babel/plugin-transform-runtime": "^7.0.0", "@babel/preset-env": "^7.0.0", "@fortawesome/fontawesome-svg-core": "^1.2.15", "@fortawesome/free-solid-svg-icons": "^5.7.2", "@fortawesome/react-fontawesome": "^0.1.4", "audit": "0.0.6", "axios": "^0.18.1", "body-parser": "^1.19.0", "bootstrap-fileinput": "^4.5.2", "braces": "^2.3.2", "console-polyfill": "^0.3.0", "core-js": "^2.6.9", "cors": "^2.8.5", "crypto-js": "^3.1.9-1", "cssnano": "^4.1.10", "dompurify": "^1.0.10", "es3ify": "^0.2.2", "es5-shim": "^4.5.13", "express": "^4.17.1", "file-loader": "^1.1.11", "file-saver": "^2.0.1", "font-awesome": "^4.7.0", "html-react-parser": "^0.4.7", "jquery": "^3.4.0", "jsx-to-string": "^1.4.0", "lodash": "^4.17.11", "moment": "^2.24.0", "node-sass": "^4.12.0", "npm": "^6.10.1", "npm-audit": "0.0.3", "postcss-cssnext": "^3.0.2", "postcss-import": "^11.1.0", "prop-types": "^15.7.2", "pusher": "^2.2.0", "pusher-js": "^4.4.0", "react": "^16.8.4", "react-bootstrap": "^0.32.4", "react-bootstrap-table": "^4.3.1", "react-bootstrap-table-next": "^0.1.15", "react-dates": "^17.2.0", "react-dom": "^16.8.4", "react-dropzone": "^4.3.0", "react-fontawesome": "^1.6.1", "react-ga": "^2.5.7", "react-html-parser": "^2.0.2", "react-moment": "^0.8.4", "react-quill": "^1.3.3", "react-redux": "^5.1.1", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", "react-router-redux": "^4.0.8", "react-scripts": "^3.0.1", "react-select": "^1.3.0", "react-sortable-tree": "^2.6.0", "react-stringify": "^1.0.0", "react-table": "^6.9.2", "react-tooltip": "^3.10.0", "react-vis": "^1.11.6", "react-websocket": "^2.0.1", "react-widgets": "^4.4.10", "redux": "^3.7.2", "redux-file-upload": "0.0.19", "redux-form": "^7.4.2", "redux-listeners": "^0.4.1", "redux-logger": "^3.0.6", "redux-promise": "^0.5.3", "redux-title": "0.0.3", "single-spa": "^4.3.5", "single-spa-react": "^2.10.2", "socket.io": "^2.2.0", "socket.io-client": "^2.2.0", "sugarss": "^1.0.1", "supervisor": "^0.12.0", "url-search-params": "^0.10.2", "viz": "0.0.1" }, "devDependencies": { "@babel/core": "^7.0.0", "@babel/plugin-transform-react-inline-elements": "^7.2.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "autoprefixer-loader": "^3.2.0", "axios-mock-adapter": "^1.16.0", "babel-core": "^7.0.0-bridge.0", "babel-env": "^2.4.1", "babel-jest": "^23.4.2", "babel-loader": "^8.0.0", "bootstrap": "^4.3.1", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^4.6.0", "cross-env": "^5.1", "css-loader": "^2.1.1", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.0", "eslint-config-rallycoding": "^3.2.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.17.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.14.2", "expect": "^24.4.0", "fetch-mock": "^6.5.2", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "jest": "latest", "jest-html-reporter": "^2.5.0", "json-loader": "^0.5.7", "laravel-mix": "^4.0.15", "lodash": "^4.17.5", "mini-css-extract-plugin": "^0.7.0", "popper.js": "^1.14.7", "prettier": "1.11.1", "react-addons-test-utils": "^15.6.2", "react-test-renderer": "^16.8.6", "redux-devtools-extension": "^2.13.8", "redux-mock-store": "^1.5.3", "resolve-url-loader": "^2.3.2", "riek": "^1.1.0", "sass": "^1.22.4", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "uglifyjs-webpack-plugin": "^1.3.0", "vue": "^2.6.8", "webpack": "^4.35.3", "webpack-cli": "^3.3.6" } } </code></pre></div> <p dir="auto">*** webpack.config.js ***</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" const path = require(&quot;path&quot;); const webpack = require(&quot;webpack&quot;); const HtmlWebpackPlugin = require(&quot;html-webpack-plugin&quot;); const MiniCssExtractPlugin = require('mini-css-extract-plugin'); module.exports = { mode: 'development', entry: [ './src/index.js', ], output: { filename: '[name].bundle.js', path: __dirname + '/docs', publicPath: '/' }, devServer: { historyApiFallback: true }, module: { rules: [ { test: /\.js[x]?$/, loader: 'babel-loader', exclude: /node_modules/, query: { cacheDirectory: true, presets: [ '@babel/preset-env' ], plugins: [ '@babel/transform-runtime', '@babel/transform-regenerator' ] } }, { test: /\.css$/, use: [ { loader: MiniCssExtractPlugin.loader, options: { // you can specify a publicPath here // by default it uses publicPath in webpackOptions.output publicPath: __dirname + '/docs/stylesheets', hmr: process.env.NODE_ENV === 'development', }, }, 'css-loader', ] }, { test: /\.(png|woff|woff2|eot|ttf|svg)$/, use: 'url-loader?limit=100000' }, { test: /\.png$/, use: 'url-loader?limit=100000' }, { test: /\.jpg$/, use: 'file-loader' }, { test: /\.(woff|woff2) (\?v=\d+\.\d+\.\d+)?$/, use: 'url-loader?limit=10000&amp;mimetype=application/font-woff' }, { test: /\.ttf(\?v=\d+\.\d+\.\d+)?$/, use: 'url-loader?limit=10000&amp;mimetype=application/octet-stream' }, { test: /\.eot(\?v=\d+\.\d+\.\d+)?$/, use: 'file-loader' }, { test: /\.svg(\?v=\d+\.\d+\.\d+)?$/, use: 'url-loader?limit=10000&amp;mimetype=image/svg+xml' } ] }, node: { fs: 'empty' }, resolve: { modules: [path.resolve(__dirname, 'node_modules')], }, plugins: [ new HtmlWebpackPlugin({ template: __dirname + '/src/index.html', filename: 'index.html', inject: true }), //new UglifyJsPlugin(), new webpack.DefinePlugin({ 'process.env': { 'NODE_ENV': JSON.stringify(process.env.NODE_ENV || 'development'), 'REACT_APP_GA_TRACKING_ID' : JSON.stringify('UA-11111-1'), 'VERSION': JSON.stringify('57.1') } }), new webpack.ProvidePlugin({ jQuery: &quot;jquery&quot;, $: &quot;jquery&quot;, jquery: 'jquery' }), //new ExtractTextPlugin(&quot;[name].bundle.css&quot;) new MiniCssExtractPlugin({ // Options similar to the same options in webpackOptions.output // all options are optional filename: '[name].css', chunkFilename: '[id].css', ignoreOrder: false, // Enable to remove warnings about conflicting order }), ], devtool: 'source-map', externals: [ ] }; "><pre class="notranslate"><code class="notranslate"> const path = require("path"); const webpack = require("webpack"); const HtmlWebpackPlugin = require("html-webpack-plugin"); const MiniCssExtractPlugin = require('mini-css-extract-plugin'); module.exports = { mode: 'development', entry: [ './src/index.js', ], output: { filename: '[name].bundle.js', path: __dirname + '/docs', publicPath: '/' }, devServer: { historyApiFallback: true }, module: { rules: [ { test: /\.js[x]?$/, loader: 'babel-loader', exclude: /node_modules/, query: { cacheDirectory: true, presets: [ '@babel/preset-env' ], plugins: [ '@babel/transform-runtime', '@babel/transform-regenerator' ] } }, { test: /\.css$/, use: [ { loader: MiniCssExtractPlugin.loader, options: { // you can specify a publicPath here // by default it uses publicPath in webpackOptions.output publicPath: __dirname + '/docs/stylesheets', hmr: process.env.NODE_ENV === 'development', }, }, 'css-loader', ] }, { test: /\.(png|woff|woff2|eot|ttf|svg)$/, use: 'url-loader?limit=100000' }, { test: /\.png$/, use: 'url-loader?limit=100000' }, { test: /\.jpg$/, use: 'file-loader' }, { test: /\.(woff|woff2) (\?v=\d+\.\d+\.\d+)?$/, use: 'url-loader?limit=10000&amp;mimetype=application/font-woff' }, { test: /\.ttf(\?v=\d+\.\d+\.\d+)?$/, use: 'url-loader?limit=10000&amp;mimetype=application/octet-stream' }, { test: /\.eot(\?v=\d+\.\d+\.\d+)?$/, use: 'file-loader' }, { test: /\.svg(\?v=\d+\.\d+\.\d+)?$/, use: 'url-loader?limit=10000&amp;mimetype=image/svg+xml' } ] }, node: { fs: 'empty' }, resolve: { modules: [path.resolve(__dirname, 'node_modules')], }, plugins: [ new HtmlWebpackPlugin({ template: __dirname + '/src/index.html', filename: 'index.html', inject: true }), //new UglifyJsPlugin(), new webpack.DefinePlugin({ 'process.env': { 'NODE_ENV': JSON.stringify(process.env.NODE_ENV || 'development'), 'REACT_APP_GA_TRACKING_ID' : JSON.stringify('UA-11111-1'), 'VERSION': JSON.stringify('57.1') } }), new webpack.ProvidePlugin({ jQuery: "jquery", $: "jquery", jquery: 'jquery' }), //new ExtractTextPlugin("[name].bundle.css") new MiniCssExtractPlugin({ // Options similar to the same options in webpackOptions.output // all options are optional filename: '[name].css', chunkFilename: '[id].css', ignoreOrder: false, // Enable to remove warnings about conflicting order }), ], devtool: 'source-map', externals: [ ] }; </code></pre></div> <p dir="auto">*** babel.config.js ***</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" module.exports = function(api) { api.cache(true); const presets = [ [ &quot;@babel/preset-env&quot;, { &quot;targets&quot;: { ie: 11, &quot;browsers&quot;: [&quot;&gt; 0.2%, not dead, not op_mini all&quot;] }, &quot;modules&quot;: false, &quot;debug&quot;:true, &quot;useBuiltIns&quot;: 'usage', 'corejs' : '3', } ], [&quot;@babel/preset-react&quot;] ]; const plugins = [ &quot;@babel/plugin-syntax-dynamic-import&quot;, &quot;@babel/plugin-proposal-object-rest-spread&quot;, &quot;@babel/plugin-transform-regenerator&quot;, &quot;@babel/plugin-proposal-class-properties&quot;, [ &quot;@babel/plugin-proposal-decorators&quot;, { legacy: true } ], &quot;@babel/plugin-transform-react-constant-elements&quot;, &quot;@babel/plugin-transform-react-inline-elements&quot;, &quot;transform-es2015-shorthand-properties&quot;, &quot;@babel/plugin-transform-runtime&quot; ]; return { presets, plugins, &quot;env&quot;: { &quot;test&quot;: { &quot;presets&quot;: [ [ &quot;@babel/preset-env&quot;, { &quot;targets&quot;: { &quot;node&quot;: &quot;current&quot;, &quot;browsers&quot;: [&quot;&gt; 0.25%, not dead, not op_mini all&quot;] } } ] ] } } } } "><pre class="notranslate"><code class="notranslate"> module.exports = function(api) { api.cache(true); const presets = [ [ "@babel/preset-env", { "targets": { ie: 11, "browsers": ["&gt; 0.2%, not dead, not op_mini all"] }, "modules": false, "debug":true, "useBuiltIns": 'usage', 'corejs' : '3', } ], ["@babel/preset-react"] ]; const plugins = [ "@babel/plugin-syntax-dynamic-import", "@babel/plugin-proposal-object-rest-spread", "@babel/plugin-transform-regenerator", "@babel/plugin-proposal-class-properties", [ "@babel/plugin-proposal-decorators", { legacy: true } ], "@babel/plugin-transform-react-constant-elements", "@babel/plugin-transform-react-inline-elements", "transform-es2015-shorthand-properties", "@babel/plugin-transform-runtime" ]; return { presets, plugins, "env": { "test": { "presets": [ [ "@babel/preset-env", { "targets": { "node": "current", "browsers": ["&gt; 0.25%, not dead, not op_mini all"] } } ] ] } } } } </code></pre></div> <p dir="auto">*** src/index.js ***</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import registerServiceWorker from './registerServiceWorker'; import {registerApplication, start} from 'single-spa'; registerApplication( 'CCP', // Name of this single-spa application () =&gt; import('./root.app.js'),//loadingFunction, // Our loading function () =&gt; true//activityFunction // Our activity function //(location) =&gt; location.pathname === &quot;&quot; || location.pathname === &quot;/&quot; || location.pathname.startsWith('/home') ); start(); registerServiceWorker(); "><pre class="notranslate"><code class="notranslate">import registerServiceWorker from './registerServiceWorker'; import {registerApplication, start} from 'single-spa'; registerApplication( 'CCP', // Name of this single-spa application () =&gt; import('./root.app.js'),//loadingFunction, // Our loading function () =&gt; true//activityFunction // Our activity function //(location) =&gt; location.pathname === "" || location.pathname === "/" || location.pathname.startsWith('/home') ); start(); registerServiceWorker(); </code></pre></div> <p dir="auto">*** src/root.app.js ***</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import React from 'react'; import ReactDOM from 'react-dom'; import singleSpaReact from 'single-spa-react'; import CCPApp from './containers/CCP.App.js'; const reactLifecycles = singleSpaReact({ React, ReactDOM, rootComponent: CCPApp, domElementGetter, }); export const bootstrap = [ reactLifecycles.bootstrap, ]; export const mount = [ reactLifecycles.mount, ]; export const unmount = [ reactLifecycles.unmount, ]; function domElementGetter() { // This is where single-spa will mount our application return document.getElementById(&quot;root&quot;); } "><pre class="notranslate"><code class="notranslate">import React from 'react'; import ReactDOM from 'react-dom'; import singleSpaReact from 'single-spa-react'; import CCPApp from './containers/CCP.App.js'; const reactLifecycles = singleSpaReact({ React, ReactDOM, rootComponent: CCPApp, domElementGetter, }); export const bootstrap = [ reactLifecycles.bootstrap, ]; export const mount = [ reactLifecycles.mount, ]; export const unmount = [ reactLifecycles.unmount, ]; function domElementGetter() { // This is where single-spa will mount our application return document.getElementById("root"); } </code></pre></div> <p dir="auto"><strong>Environment</strong></p> <ul dir="auto"> <li>Babel version(s): 7.0.0</li> <li>Node/npm version: node v10.15.1 / npm 6.7.0</li> <li>OS: Red Hat Enterprise Linux Server release 7.5 (Maipo)</li> <li>Monorepo: no</li> <li>How you are using Babel: babel and webpack configs</li> </ul> <p dir="auto">I made a previous attempt to upgrade when using webpack 3 but IE was not working. but now I am using webpack v4 <a href="https://stackoverflow.com/questions/56985455/ie11-not-working-when-using-babel-v7-script1010-expected-identifier" rel="nofollow">https://stackoverflow.com/questions/56985455/ie11-not-working-when-using-babel-v7-script1010-expected-identifier</a></p>
0
<p dir="auto">In addition to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="205022934" data-permission-text="Title is private" data-url="https://github.com/freeCodeCamp/freeCodeCamp/issues/13091" data-hovercard-type="issue" data-hovercard-url="/freeCodeCamp/freeCodeCamp/issues/13091/hovercard" href="https://github.com/freeCodeCamp/freeCodeCamp/issues/13091">#13091</a> regarding HyperDev, apparently HyperDev is no longer HyperDev. Our codebase should be updated to reflect the new name GoMix (or gomix). Otherwise, campers will be running around like developers with their heads cut off trying to find something that does not exist.</p> <p dir="auto">The current references to HyperDev are in the APIs and Microservices section primarily</p>
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-passing-values-to-functions-with-arguments#?solution=%2F%2F%20Example%0Afunction%20ourFunction%28a%2C%20b%29%20%7B%0A%20%20console.log%28a%20-%20b%29%3B%0A%7D%0AourFunction%2810%2C%205%29%3B%20%2F%2F%20Outputs%205%0A%0A%2F%2F%20Only%20change%20code%20below%20this%20line.%0A%0A%0A" rel="nofollow">Waypoint: Passing Values to Functions with Arguments</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36</code>.<br> Please describe how to reproduce this issue, and include links to screenshots if possible.</p> <p dir="auto">My code:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// Example function ourFunction(a, b) { console.log(a - b); } ourFunction(10, 5); // Outputs 5 // Only change code below this line. "><pre class="notranslate"><span class="pl-c">// Example</span> <span class="pl-k">function</span> <span class="pl-en">ourFunction</span><span class="pl-kos">(</span><span class="pl-s1">a</span><span class="pl-kos">,</span> <span class="pl-s1">b</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s1">a</span> <span class="pl-c1">-</span> <span class="pl-s1">b</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-en">ourFunction</span><span class="pl-kos">(</span><span class="pl-c1">10</span><span class="pl-kos">,</span> <span class="pl-c1">5</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// Outputs 5</span> <span class="pl-c">// Only change code below this line.</span> </pre></div>
0
<p dir="auto">Version: 0.194.0<br> OS: Ubuntu 14.10</p> <p dir="auto">Some special character are not visible while editing like : <g-emoji class="g-emoji" alias="heavy_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png">✔</g-emoji></p>
<p dir="auto">Text:</p> <blockquote> <p dir="auto">这上面的夜的天空,奇怪而高,我生平没有见过这样奇怪而高的天空。他仿佛要离开人间而去,使人们仰面不再看见。然而现在却非常之蓝,闪闪地睒着几十个星星的眼,冷眼。他的口角上现出微笑,似乎自以为大有深意,而将繁霜洒在我的园里的野花草上。</p> </blockquote> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/49931/6959354/a30f8266-d94a-11e4-9167-35ea308a5ad2.png"><img src="https://cloud.githubusercontent.com/assets/49931/6959354/a30f8266-d94a-11e4-9167-35ea308a5ad2.png" alt="3" style="max-width: 100%;"></a></p> <p dir="auto">It happen after update to 0.189.0, and it's normal in 0.188.0 .</p> <p dir="auto">I try disabled all community packages or star with <code class="notranslate">--safe</code> mode, still happen.</p> <p dir="auto">Update: Ubuntu 14.04</p>
1
<p dir="auto">Error with example in fs module.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error TS2339: Property 'utime' does not exist on type 'typeof Deno'. await Deno.utime(dest, statInfo.atime, statInfo.mtime); ~~~~~ at https://deno.land/std/fs/copy.ts:90:16"><pre class="notranslate"><code class="notranslate">error TS2339: Property 'utime' does not exist on type 'typeof Deno'. await Deno.utime(dest, statInfo.atime, statInfo.mtime); ~~~~~ at https://deno.land/std/fs/copy.ts:90:16 </code></pre></div> <p dir="auto"><a href="https://github.com/denoland/deno/blob/master/std/fs/README.md">https://github.com/denoland/deno/blob/master/std/fs/README.md</a></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import { emptyDir, emptyDirSync } from &quot;https://deno.land/std/fs/mod.ts&quot;; emptyDir(&quot;./foo&quot;); // returns a promise emptyDirSync(&quot;./foo&quot;); // void"><pre class="notranslate"><code class="notranslate">import { emptyDir, emptyDirSync } from "https://deno.land/std/fs/mod.ts"; emptyDir("./foo"); // returns a promise emptyDirSync("./foo"); // void </code></pre></div>
<p dir="auto">I'm trying the following script and I get a few errors.</p> <p dir="auto">index.ts</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import { exists } from &quot;https://deno.land/std/fs/mod.ts&quot;; const found = await exists('/folder'); console.log('Found:', found);"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-kos">{</span> <span class="pl-s1">exists</span> <span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">"https://deno.land/std/fs/mod.ts"</span><span class="pl-kos">;</span> <span class="pl-k">const</span> <span class="pl-s1">found</span> <span class="pl-c1">=</span> <span class="pl-k">await</span> <span class="pl-en">exists</span><span class="pl-kos">(</span><span class="pl-s">'/folder'</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s">'Found:'</span><span class="pl-kos">,</span> <span class="pl-s1">found</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div> <p dir="auto">Error:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="error TS2339: Property 'utime' does not exist on type 'typeof Deno'. await Deno.utime(dest, statInfo.atime, statInfo.mtime); ~~~~~ at https://deno.land/std/fs/copy.ts:90:16 error TS2339: Property 'utimeSync' does not exist on type 'typeof Deno'. Deno.utimeSync(dest, statInfo.atime, statInfo.mtime); ~~~~~~~~~ at https://deno.land/std/fs/copy.ts:101:10 error TS2339: Property 'symlink' does not exist on type 'typeof Deno'. await Deno.symlink(originSrcFilePath, dest, type); ~~~~~~~ at https://deno.land/std/fs/copy.ts:114:14 error TS2339: Property 'utime' does not exist on type 'typeof Deno'. await Deno.utime(dest, statInfo.atime, statInfo.mtime); ~~~~~ at https://deno.land/std/fs/copy.ts:119:16 error TS2339: Property 'symlinkSync' does not exist on type 'typeof Deno'. Deno.symlinkSync(originSrcFilePath, dest, type); ~~~~~~~~~~~ at https://deno.land/std/fs/copy.ts:132:8 error TS2339: Property 'utimeSync' does not exist on type 'typeof Deno'. Deno.utimeSync(dest, statInfo.atime, statInfo.mtime); ~~~~~~~~~ at https://deno.land/std/fs/copy.ts:137:10 error TS2339: Property 'utime' does not exist on type 'typeof Deno'. await Deno.utime(dest, srcStatInfo.atime, srcStatInfo.mtime); ~~~~~ at https://deno.land/std/fs/copy.ts:157:16 error TS2339: Property 'utimeSync' does not exist on type 'typeof Deno'. Deno.utimeSync(dest, srcStatInfo.atime, srcStatInfo.mtime); ~~~~~~~~~ at https://deno.land/std/fs/copy.ts:185:10 error TS2339: Property 'link' does not exist on type 'typeof Deno'. await Deno.link(src, dest); ~~~~ at https://deno.land/std/fs/ensure_link.ts:28:14 error TS2339: Property 'linkSync' does not exist on type 'typeof Deno'. Deno.linkSync(src, dest); ~~~~~~~~ at https://deno.land/std/fs/ensure_link.ts:52:8 error TS2339: Property 'symlink' does not exist on type 'typeof Deno'. await Deno.symlink(src, dest, srcFilePathType); ~~~~~~~ at https://deno.land/std/fs/ensure_symlink.ts:31:14 error TS2339: Property 'symlinkSync' does not exist on type 'typeof Deno'. Deno.symlinkSync(src, dest, srcFilePathType); ~~~~~~~~~~~ at https://deno.land/std/fs/ensure_symlink.ts:58:8 Found 12 errors."><pre class="notranslate">error TS2339: Property <span class="pl-s"><span class="pl-pds">'</span>utime<span class="pl-pds">'</span></span> does not exist on <span class="pl-c1">type</span> <span class="pl-s"><span class="pl-pds">'</span>typeof Deno<span class="pl-pds">'</span></span>. await Deno.utime(dest, statInfo.atime, statInfo.mtime)<span class="pl-k">;</span> <span class="pl-k">~</span>~~~~ at https://deno.land/std/fs/copy.ts:90:16 error TS2339: Property <span class="pl-s"><span class="pl-pds">'</span>utimeSync<span class="pl-pds">'</span></span> does not exist on <span class="pl-c1">type</span> <span class="pl-s"><span class="pl-pds">'</span>typeof Deno<span class="pl-pds">'</span></span>. Deno.utimeSync(dest, statInfo.atime, statInfo.mtime)<span class="pl-k">;</span> <span class="pl-k">~</span>~~~~~~~~ at https://deno.land/std/fs/copy.ts:101:10 error TS2339: Property <span class="pl-s"><span class="pl-pds">'</span>symlink<span class="pl-pds">'</span></span> does not exist on <span class="pl-c1">type</span> <span class="pl-s"><span class="pl-pds">'</span>typeof Deno<span class="pl-pds">'</span></span>. await Deno.symlink(originSrcFilePath, dest, type)<span class="pl-k">;</span> <span class="pl-k">~</span>~~~~~~ at https://deno.land/std/fs/copy.ts:114:14 error TS2339: Property <span class="pl-s"><span class="pl-pds">'</span>utime<span class="pl-pds">'</span></span> does not exist on <span class="pl-c1">type</span> <span class="pl-s"><span class="pl-pds">'</span>typeof Deno<span class="pl-pds">'</span></span>. await Deno.utime(dest, statInfo.atime, statInfo.mtime)<span class="pl-k">;</span> <span class="pl-k">~</span>~~~~ at https://deno.land/std/fs/copy.ts:119:16 error TS2339: Property <span class="pl-s"><span class="pl-pds">'</span>symlinkSync<span class="pl-pds">'</span></span> does not exist on <span class="pl-c1">type</span> <span class="pl-s"><span class="pl-pds">'</span>typeof Deno<span class="pl-pds">'</span></span>. Deno.symlinkSync(originSrcFilePath, dest, type)<span class="pl-k">;</span> <span class="pl-k">~</span>~~~~~~~~~~ at https://deno.land/std/fs/copy.ts:132:8 error TS2339: Property <span class="pl-s"><span class="pl-pds">'</span>utimeSync<span class="pl-pds">'</span></span> does not exist on <span class="pl-c1">type</span> <span class="pl-s"><span class="pl-pds">'</span>typeof Deno<span class="pl-pds">'</span></span>. Deno.utimeSync(dest, statInfo.atime, statInfo.mtime)<span class="pl-k">;</span> <span class="pl-k">~</span>~~~~~~~~ at https://deno.land/std/fs/copy.ts:137:10 error TS2339: Property <span class="pl-s"><span class="pl-pds">'</span>utime<span class="pl-pds">'</span></span> does not exist on <span class="pl-c1">type</span> <span class="pl-s"><span class="pl-pds">'</span>typeof Deno<span class="pl-pds">'</span></span>. await Deno.utime(dest, srcStatInfo.atime, srcStatInfo.mtime)<span class="pl-k">;</span> <span class="pl-k">~</span>~~~~ at https://deno.land/std/fs/copy.ts:157:16 error TS2339: Property <span class="pl-s"><span class="pl-pds">'</span>utimeSync<span class="pl-pds">'</span></span> does not exist on <span class="pl-c1">type</span> <span class="pl-s"><span class="pl-pds">'</span>typeof Deno<span class="pl-pds">'</span></span>. Deno.utimeSync(dest, srcStatInfo.atime, srcStatInfo.mtime)<span class="pl-k">;</span> <span class="pl-k">~</span>~~~~~~~~ at https://deno.land/std/fs/copy.ts:185:10 error TS2339: Property <span class="pl-s"><span class="pl-pds">'</span>link<span class="pl-pds">'</span></span> does not exist on <span class="pl-c1">type</span> <span class="pl-s"><span class="pl-pds">'</span>typeof Deno<span class="pl-pds">'</span></span>. await Deno.link(src, dest)<span class="pl-k">;</span> <span class="pl-k">~</span>~~~ at https://deno.land/std/fs/ensure_link.ts:28:14 error TS2339: Property <span class="pl-s"><span class="pl-pds">'</span>linkSync<span class="pl-pds">'</span></span> does not exist on <span class="pl-c1">type</span> <span class="pl-s"><span class="pl-pds">'</span>typeof Deno<span class="pl-pds">'</span></span>. Deno.linkSync(src, dest)<span class="pl-k">;</span> <span class="pl-k">~</span>~~~~~~~ at https://deno.land/std/fs/ensure_link.ts:52:8 error TS2339: Property <span class="pl-s"><span class="pl-pds">'</span>symlink<span class="pl-pds">'</span></span> does not exist on <span class="pl-c1">type</span> <span class="pl-s"><span class="pl-pds">'</span>typeof Deno<span class="pl-pds">'</span></span>. await Deno.symlink(src, dest, srcFilePathType)<span class="pl-k">;</span> <span class="pl-k">~</span>~~~~~~ at https://deno.land/std/fs/ensure_symlink.ts:31:14 error TS2339: Property <span class="pl-s"><span class="pl-pds">'</span>symlinkSync<span class="pl-pds">'</span></span> does not exist on <span class="pl-c1">type</span> <span class="pl-s"><span class="pl-pds">'</span>typeof Deno<span class="pl-pds">'</span></span>. Deno.symlinkSync(src, dest, srcFilePathType)<span class="pl-k">;</span> <span class="pl-k">~</span>~~~~~~~~~~ at https://deno.land/std/fs/ensure_symlink.ts:58:8 Found 12 errors.</pre></div> <p dir="auto">deno 1.0.0-rc1<br> v8 8.2.308<br> typescript 3.8.3</p>
1
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):<br> No</p> <p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):</p> <hr> <p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one):<br> BUG REPORT</p> <p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Client Version: version.Info{Major:&quot;1&quot;, Minor:&quot;4&quot;, GitVersion:&quot;v1.4.4&quot;, GitCommit:&quot;3b417cc4ccd1b8f38ff9ec96bb50a81ca0ea9d56&quot;, GitTreeState:&quot;clean&quot;, BuildDate:&quot;2016-10-21T02:48:38Z&quot;, GoVersion:&quot;go1.6.3&quot;, Compiler:&quot;gc&quot;, Platform:&quot;linux/amd64&quot;} Server Version: version.Info{Major:&quot;1&quot;, Minor:&quot;4&quot;, GitVersion:&quot;v1.4.4&quot;, GitCommit:&quot;3b417cc4ccd1b8f38ff9ec96bb50a81ca0ea9d56&quot;, GitTreeState:&quot;clean&quot;, BuildDate:&quot;2016-10-21T02:42:39Z&quot;, GoVersion:&quot;go1.6.3&quot;, Compiler:&quot;gc&quot;, Platform:&quot;linux/amd64&quot;} Environment:"><pre class="notranslate"><code class="notranslate">Client Version: version.Info{Major:"1", Minor:"4", GitVersion:"v1.4.4", GitCommit:"3b417cc4ccd1b8f38ff9ec96bb50a81ca0ea9d56", GitTreeState:"clean", BuildDate:"2016-10-21T02:48:38Z", GoVersion:"go1.6.3", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"4", GitVersion:"v1.4.4", GitCommit:"3b417cc4ccd1b8f38ff9ec96bb50a81ca0ea9d56", GitTreeState:"clean", BuildDate:"2016-10-21T02:42:39Z", GoVersion:"go1.6.3", Compiler:"gc", Platform:"linux/amd64"} Environment: </code></pre></div> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li> <p dir="auto"><strong>Cloud provider or hardware configuration</strong>:<br> AWS EC2 Classic ami-45b69e52 m3.2xlarge instance type in us-east-1 region.</p> </li> <li> <p dir="auto"><strong>OS</strong> (e.g. from /etc/os-release):<br> NAME="Ubuntu"<br> VERSION="16.04.1 LTS (Xenial Xerus)"<br> ID=ubuntu<br> ID_LIKE=debian<br> PRETTY_NAME="Ubuntu 16.04.1 LTS"<br> VERSION_ID="16.04"<br> HOME_URL="<a href="http://www.ubuntu.com/" rel="nofollow">http://www.ubuntu.com/</a>"<br> SUPPORT_URL="<a href="http://help.ubuntu.com/" rel="nofollow">http://help.ubuntu.com/</a>"<br> BUG_REPORT_URL="<a href="http://bugs.launchpad.net/ubuntu/" rel="nofollow">http://bugs.launchpad.net/ubuntu/</a>"<br> VERSION_CODENAME=xenial<br> UBUNTU_CODENAME=xenial</p> </li> <li> <p dir="auto"><strong>Kernel</strong> (e.g. <code class="notranslate">uname -a</code>):<br> Linux ip-10-45-51-248 4.4.0-47-generic <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="35537532" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/68" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/68/hovercard" href="https://github.com/kubernetes/kubernetes/pull/68">#68</a>-Ubuntu SMP Wed Oct 26 19:39:52 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux</p> </li> <li> <p dir="auto"><strong>Install tools</strong>:<br> N/A</p> </li> <li> <p dir="auto"><strong>Others</strong>:<br> N/A</p> </li> </ul> <p dir="auto"><strong>What happened</strong>:<br> I was standing up a 3-node cluster following the instructions here: <a href="http://kubernetes.io/docs/getting-started-guides/kubeadm/" rel="nofollow">http://kubernetes.io/docs/getting-started-guides/kubeadm/</a></p> <p dir="auto">Commands I ran on each vm:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo su - curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - cat &lt;&lt;EOF &gt; /etc/apt/sources.list.d/kubernetes.list deb http://apt.kubernetes.io/ kubernetes-xenial main EOF apt-get update apt-get install -y docker.io apt-get install -y kubelet kubeadm kubectl kubernetes-cni"><pre class="notranslate"><code class="notranslate">sudo su - curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - cat &lt;&lt;EOF &gt; /etc/apt/sources.list.d/kubernetes.list deb http://apt.kubernetes.io/ kubernetes-xenial main EOF apt-get update apt-get install -y docker.io apt-get install -y kubelet kubeadm kubectl kubernetes-cni </code></pre></div> <p dir="auto">Additional commands run on the master:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="kubeadm init --cloud-provider=aws"><pre class="notranslate"><code class="notranslate">kubeadm init --cloud-provider=aws </code></pre></div> <p dir="auto">Output was as follows:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Running pre-flight checks cloud provider &quot;aws&quot; initialized for the control plane. Remember to set the same cloud provider flag on the kubelet. &lt;master/tokens&gt; generated token: &quot;a57da0.0787c7da23cded2a&quot; &lt;master/pki&gt; generated Certificate Authority key and certificate: Issuer: CN=kubernetes | Subject: CN=kubernetes | CA: true Not before: 2016-11-18 13:36:38 +0000 UTC Not After: 2026-11-16 13:36:38 +0000 UTC Public: /etc/kubernetes/pki/ca-pub.pem Private: /etc/kubernetes/pki/ca-key.pem Cert: /etc/kubernetes/pki/ca.pem &lt;master/pki&gt; generated API Server key and certificate: Issuer: CN=kubernetes | Subject: CN=kube-apiserver | CA: false Not before: 2016-11-18 13:36:38 +0000 UTC Not After: 2017-11-18 13:36:39 +0000 UTC Alternate Names: [10.45.51.248 10.96.0.1 kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] Public: /etc/kubernetes/pki/apiserver-pub.pem Private: /etc/kubernetes/pki/apiserver-key.pem Cert: /etc/kubernetes/pki/apiserver.pem &lt;master/pki&gt; generated Service Account Signing keys: Public: /etc/kubernetes/pki/sa-pub.pem Private: /etc/kubernetes/pki/sa-key.pem &lt;master/pki&gt; created keys and certificates in &quot;/etc/kubernetes/pki&quot; &lt;util/kubeconfig&gt; created &quot;/etc/kubernetes/kubelet.conf&quot; &lt;util/kubeconfig&gt; created &quot;/etc/kubernetes/admin.conf&quot; &lt;master/apiclient&gt; created API client configuration &lt;master/apiclient&gt; created API client, waiting for the control plane to become ready &lt;master/apiclient&gt; all control plane components are healthy after 26.051640 seconds &lt;master/apiclient&gt; waiting for at least one node to register and become ready &lt;master/apiclient&gt; first node is ready after 2.502080 seconds &lt;master/apiclient&gt; attempting a test deployment"><pre class="notranslate"><code class="notranslate">Running pre-flight checks cloud provider "aws" initialized for the control plane. Remember to set the same cloud provider flag on the kubelet. &lt;master/tokens&gt; generated token: "a57da0.0787c7da23cded2a" &lt;master/pki&gt; generated Certificate Authority key and certificate: Issuer: CN=kubernetes | Subject: CN=kubernetes | CA: true Not before: 2016-11-18 13:36:38 +0000 UTC Not After: 2026-11-16 13:36:38 +0000 UTC Public: /etc/kubernetes/pki/ca-pub.pem Private: /etc/kubernetes/pki/ca-key.pem Cert: /etc/kubernetes/pki/ca.pem &lt;master/pki&gt; generated API Server key and certificate: Issuer: CN=kubernetes | Subject: CN=kube-apiserver | CA: false Not before: 2016-11-18 13:36:38 +0000 UTC Not After: 2017-11-18 13:36:39 +0000 UTC Alternate Names: [10.45.51.248 10.96.0.1 kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] Public: /etc/kubernetes/pki/apiserver-pub.pem Private: /etc/kubernetes/pki/apiserver-key.pem Cert: /etc/kubernetes/pki/apiserver.pem &lt;master/pki&gt; generated Service Account Signing keys: Public: /etc/kubernetes/pki/sa-pub.pem Private: /etc/kubernetes/pki/sa-key.pem &lt;master/pki&gt; created keys and certificates in "/etc/kubernetes/pki" &lt;util/kubeconfig&gt; created "/etc/kubernetes/kubelet.conf" &lt;util/kubeconfig&gt; created "/etc/kubernetes/admin.conf" &lt;master/apiclient&gt; created API client configuration &lt;master/apiclient&gt; created API client, waiting for the control plane to become ready &lt;master/apiclient&gt; all control plane components are healthy after 26.051640 seconds &lt;master/apiclient&gt; waiting for at least one node to register and become ready &lt;master/apiclient&gt; first node is ready after 2.502080 seconds &lt;master/apiclient&gt; attempting a test deployment </code></pre></div> <p dir="auto">After outputting the last line (<code class="notranslate">attempting a test deployment</code>) it doesn't do anything. Ever. I've tried this several times (on newly provisioned VMs each time), and the same thing happens every time.</p> <p dir="auto"><strong>What you expected to happen</strong>:<br> Either complete the test deployment and move on, or show some sort of error indicating what went wrong and ideally a reference to some documentation on how to fix/workaround/do whatever it was I didn't do and was supposed to.</p> <p dir="auto"><strong>How to reproduce it</strong> (as minimally and precisely as possible):<br> Create two AWS EC2 Classic ami-45b69e52 m3.2xlarge instance type in us-east-1 region.<br> Run the commands as I did.</p> <p dir="auto"><strong>Anything else do we need to know</strong>:<br> No.</p>
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p> <p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):</p> <hr> <p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one):</p> <p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>):</p> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configuration</strong>:</li> <li><strong>OS</strong> (e.g. from /etc/os-release):</li> <li><strong>Kernel</strong> (e.g. <code class="notranslate">uname -a</code>):</li> <li><strong>Install tools</strong>:</li> <li><strong>Others</strong>:</li> </ul> <p dir="auto"><strong>What happened</strong>:<br> kubectl get cs<br> NAME STATUS MESSAGE ERROR<br> etcd-1 Unhealthy Get <a href="https://10.37.116.32:2379/health" rel="nofollow">https://10.37.116.32:2379/health</a>: remote error: bad certificate<br> scheduler Healthy ok<br> controller-manager Healthy ok<br> etcd-0 Unhealthy Get <a href="https://10.37.116.31:2379/health" rel="nofollow">https://10.37.116.31:2379/health</a>: remote error: bad certificate</p> <p dir="auto"><strong>What you expected to happen</strong>:</p> <p dir="auto"><strong>How to reproduce it</strong> (as minimally and precisely as possible):</p> <p dir="auto"><strong>Anything else do we need to know</strong>:</p>
0
<p dir="auto">For English only, other languages we will close it directly.</p> <p dir="auto">Please answer these questions before submitting your issue. Thanks!</p> <h3 dir="auto">Which version of Sharding-Sphere do you using?</h3> <h3 dir="auto">Which project do you using? Sharding-JDBC or Sharding-Proxy?</h3> <h3 dir="auto">Expected behavior</h3> <h3 dir="auto">Actual behavior</h3> <h3 dir="auto">Reason analyze</h3> <h3 dir="auto">Steps to reproduce the behavior</h3> <h3 dir="auto">For bug report, please <em>MUST</em> provide the reproduce example codes (such as a github link).</h3> <p dir="auto">`八月 09, 2018 3:31:06 下午 com.google.common.eventbus.EventBus dispatch 严重: Could not dispatch event: io.shardingsphere.core.transaction.event.WeakXaTransactionEvent@41a399e3 to handler [wrapper public void io.shardingsphere.core.transaction.listener.TransactionListener.listen(io.shardingsphere.core.transaction.event.TransactionEvent) throws java.sql.SQLException] java.lang.reflect.InvocationTargetException 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.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at io.shardingsphere.core.jdbc.adapter.AbstractConnectionAdapter.setAutoCommit(AbstractConnectionAdapter.java:91) at org.springframework.jdbc.datasource.DataSourceTransactionManager.doBegin(DataSourceTransactionManager.java:225) at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:373) at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:427) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:276) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at com.alibaba.druid.support.spring.stat.DruidStatInterceptor.invoke(DruidStatInterceptor.java:72) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85) at com.jiurun.iot.util.aop.MethodTimeAdvice.invoke(MethodTimeAdvice.java:20) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)</p> <p dir="auto">at com.jiurun.iot.service.impl.DeviceLogServiceImpl$$EnhancerBySpringCGLIB$$53769fcd.updateCreateIfNotExistsTable()<br> at com.jiurun.iot.data.runnable.util.pool.CreateTable.run(CreateTable.java:21)<br> at java.lang.Thread.run(Thread.java:748)<br> Caused by: java.lang.NullPointerException<br> at io.shardingsphere.core.transaction.listener.TransactionListener.listen(TransactionListener.java:61)<br> ... 33 more`</p>
<p dir="auto">Environment:</p> <p dir="auto">mybatis-plus-boot-starter:3.3.1<br> druid: 1.1.22<br> mysql-connector-java: 8.0.19<br> spring-boot-starter-parent: 2.1.7.RELEASE</p> <p dir="auto">Downgrading to 3.1.0 does not have this problem!!!</p> <hr> <p dir="auto">Throws below exception when executed a query sql statement by Mybatis Plus.</p> <p dir="auto">2020-04-15 19:50:00.489[http-nio-8080-exec-2]|INFO|ShardingSphere-SQL - Logic SQL: SELECT id,mobile,ip,ture_ip,create_time FROM t_user_ip<br> 2020-04-15 19:50:00.489[http-nio-8080-exec-2]|INFO|ShardingSphere-SQL - SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74312c28, tablesContext=TablesContext(tables=[Table(name=t_risk_user_ip, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=39, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=ip, alias=Optional.absent()), ColumnProjection(owner=null, name=ture_ip, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent())], columnLabels=[id, mobile, ip, ture_ip, create_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15bb7ccd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@717614c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35ebcabb, containsSubquery=false)<br> 2020-04-15 19:50:00.489[http-nio-8080-exec-2]|INFO|ShardingSphere-SQL - Actual SQL: ds_master_0_slave_0 ::: SELECT id,mobile,ip,ture_ip,create_time FROM t_risk_user_ip<br> 2020-04-15 19:50:03.454[http-nio-8080-exec-2]|ERROR|com.zzc.cloud.rest.ExceptionAdvice - 服务器内部错误<br> org.springframework.dao.InvalidDataAccessApiUsageException: Error attempting to get column 'create_time' from result set. Cause: java.sql.SQLFeatureNotSupportedException: getObject with type<br> ; getObject with type; nested exception is java.sql.SQLFeatureNotSupportedException: getObject with type<br> at org.springframework.jdbc.support.SQLExceptionSubclassTranslator.doTranslate(SQLExceptionSubclassTranslator.java:96)<br> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)<br> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)<br> at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88)<br> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)<br> at com.sun.proxy.$Proxy140.selectList(Unknown Source)<br> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:223)<br> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:177)<br> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:78)<br> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96)<br> at com.sun.proxy.$Proxy141.selectList(Unknown Source)<br> at com.baomidou.mybatisplus.extension.service.IService.list(IService.java:275)<br> at com.baomidou.mybatisplus.extension.service.IService.list(IService.java:284)<br> at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke()<br> at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br> at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684)<br> at com.jyblife.risk.commons.db.mybatis.service.impl.RiskUserIpServiceImpl$$EnhancerBySpringCGLIB$$95470790.list()<br> at com.jyblife.risk.analysis.controller.UserController.find1(UserController.java:32)<br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br> at java.lang.reflect.Method.invoke(Method.java:498)<br> at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)<br> at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)<br> at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)<br> at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)<br> at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)<br> at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)<br> at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)<br> at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)<br> at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)<br> at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)<br> at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)<br> at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)<br> at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)<br> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)<br> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)<br> at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)<br> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)<br> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)<br> at org.zalando.logbook.servlet.NormalStrategy.doFilter(NormalStrategy.java:38)<br> at org.zalando.logbook.servlet.LogbookFilter.doFilter(LogbookFilter.java:39)<br> at org.zalando.logbook.servlet.HttpFilter.doFilter(HttpFilter.java:31)<br> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)<br> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)<br> at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88)<br> at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118)<br> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)<br> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)<br> at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)<br> at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118)<br> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)<br> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)<br> at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)<br> at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118)<br> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)<br> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)<br> at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)<br> at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118)<br> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)<br> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)<br> at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114)<br> at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104)<br> at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118)<br> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)<br> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)<br> at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)<br> at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118)<br> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)<br> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)<br> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)<br> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)<br> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)<br> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)<br> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)<br> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)<br> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)<br> at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)<br> at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)<br> at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)<br> at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)<br> at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)<br> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)<br> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)<br> at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)<br> at java.lang.Thread.run(Thread.java:745)<br> Caused by: java.sql.SQLFeatureNotSupportedException: getObject with type<br> at org.apache.shardingsphere.shardingjdbc.jdbc.unsupported.AbstractUnsupportedOperationResultSet.getObject(AbstractUnsupportedOperationResultSet.java:223)<br> at org.apache.ibatis.type.LocalDateTimeTypeHandler.getNullableResult(LocalDateTimeTypeHandler.java:38)<br> at org.apache.ibatis.type.LocalDateTimeTypeHandler.getNullableResult(LocalDateTimeTypeHandler.java:28)<br> at org.apache.ibatis.type.BaseTypeHandler.getResult(BaseTypeHandler.java:81)<br> at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.applyAutomaticMappings(DefaultResultSetHandler.java:521)<br> at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.getRowValue(DefaultResultSetHandler.java:402)<br> at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.handleRowValuesForSimpleResultMap(DefaultResultSetHandler.java:354)<br> at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.handleRowValues(DefaultResultSetHandler.java:328)<br> at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.handleResultSet(DefaultResultSetHandler.java:301)<br> at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.handleResultSets(DefaultResultSetHandler.java:194)<br> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)<br> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)<br> at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:67)<br> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)<br> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)<br> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:136)<br> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)<br> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)<br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br> at java.lang.reflect.Method.invoke(Method.java:498)<br> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)<br> ... 81 common frames omitted</p> <hr> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1559608/79335027-ed642d80-7f53-11ea-980d-84dcc250a36e.png"><img src="https://user-images.githubusercontent.com/1559608/79335027-ed642d80-7f53-11ea-980d-84dcc250a36e.png" alt="1" style="max-width: 100%;"></a><br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1559608/79335104-0a98fc00-7f54-11ea-8232-1e2222c50b46.png"><img src="https://user-images.githubusercontent.com/1559608/79335104-0a98fc00-7f54-11ea-8232-1e2222c50b46.png" alt="2" style="max-width: 100%;"></a><br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1559608/79335110-0cfb5600-7f54-11ea-86d0-172d7952cdd3.png"><img src="https://user-images.githubusercontent.com/1559608/79335110-0cfb5600-7f54-11ea-86d0-172d7952cdd3.png" alt="3" style="max-width: 100%;"></a><br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1559608/79335114-0d93ec80-7f54-11ea-8f65-dd0e40c185a0.png"><img src="https://user-images.githubusercontent.com/1559608/79335114-0d93ec80-7f54-11ea-8f65-dd0e40c185a0.png" alt="4" style="max-width: 100%;"></a><br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1559608/79335120-0ff64680-7f54-11ea-9e3f-e37ff68374fe.png"><img src="https://user-images.githubusercontent.com/1559608/79335120-0ff64680-7f54-11ea-9e3f-e37ff68374fe.png" alt="5" style="max-width: 100%;"></a><br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1559608/79335122-108edd00-7f54-11ea-896a-0c7e4c864f99.png"><img src="https://user-images.githubusercontent.com/1559608/79335122-108edd00-7f54-11ea-896a-0c7e4c864f99.png" alt="6" style="max-width: 100%;"></a><br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1559608/79335126-1258a080-7f54-11ea-836e-e96e6f13ffc1.png"><img src="https://user-images.githubusercontent.com/1559608/79335126-1258a080-7f54-11ea-836e-e96e6f13ffc1.png" alt="7" style="max-width: 100%;"></a></p>
0
<p dir="auto">query string does not return right hits when you use query with wildcard and it is tokenized. Example</p> <p dir="auto">"query_string": {<br> "query": "luka-por-si*",<br> "default_operator": "and",<br> "allow_leading_wildcard": false,<br> "analyze_wildcard": true,<br> "minimum_should_match": "100%",<br> "fields": [<br> "name"<br> ],<br> "use_dis_max": false<br> }</p> <p dir="auto">query should return hits with luka AND por AND si_. On es version &lt; 2.3 that works ok, now on version 2.3 and 2.3.1 query returns luka OR por OR si_. I attached files to reproduce this scenario.</p> <p dir="auto"><strong>Elasticsearch version</strong>:&gt;=2.3</p> <p dir="auto"><strong>JVM version</strong>:8</p> <p dir="auto"><strong>OS version</strong>:any (tested on win and Linux ubuntu)</p> <p dir="auto"><strong>Steps to reproduce</strong>:</p> <ol dir="auto"> <li>create index (createindexmapping.txt)</li> <li>fill data (insertdata.txt)</li> <li>get results (searchdata.txt)<br> <a href="https://github.com/elastic/elasticsearch/files/212986/createindexmapping.txt">createindexmapping.txt</a><br> <a href="https://github.com/elastic/elasticsearch/files/212988/insertdata.txt">insertdata.txt</a><br> <a href="https://github.com/elastic/elasticsearch/files/212987/searchdata.txt">searchdata.txt</a></li> </ol>
<p dir="auto">I started working on adding a score_mode parameter to the rescore query, something like :</p> <div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{ &quot;rescore&quot; : { &quot;window_size&quot; : 50, &quot;query&quot; : { &quot;rescore_query&quot; : { &quot;match&quot; : { &quot;field1&quot; : { &quot;query&quot; : &quot;the quick brown&quot;, &quot;type&quot; : &quot;phrase&quot;, &quot;slop&quot; : 2 } } }, &quot;query_weight&quot; : 0.7, &quot;rescore_query_weight&quot; : 1.2, &quot;score_mode&quot; : &quot;multiply&quot; } } }"><pre class="notranslate">{ <span class="pl-ent">"rescore"</span> : { <span class="pl-ent">"window_size"</span> : <span class="pl-c1">50</span>, <span class="pl-ent">"query"</span> : { <span class="pl-ent">"rescore_query"</span> : { <span class="pl-ent">"match"</span> : { <span class="pl-ent">"field1"</span> : { <span class="pl-ent">"query"</span> : <span class="pl-s"><span class="pl-pds">"</span>the quick brown<span class="pl-pds">"</span></span>, <span class="pl-ent">"type"</span> : <span class="pl-s"><span class="pl-pds">"</span>phrase<span class="pl-pds">"</span></span>, <span class="pl-ent">"slop"</span> : <span class="pl-c1">2</span> } } }, <span class="pl-ent">"query_weight"</span> : <span class="pl-c1">0.7</span>, <span class="pl-ent">"rescore_query_weight"</span> : <span class="pl-c1">1.2</span>, <span class="pl-ent">"score_mode"</span> : <span class="pl-s"><span class="pl-pds">"</span>multiply<span class="pl-pds">"</span></span> } } }</pre></div> <p dir="auto">Default is "total", possible values are : avg, max, min, total and multiply.</p> <p dir="auto">My use case is for the "multiply", because I want to do something like:</p> <div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{ &quot;query&quot; : { // lot of complex queries // default scoring }, &quot;rescore&quot; : { &quot;window_size&quot; : 500, &quot;query&quot; : { &quot;rescore_query&quot; : { &quot;custom_score&quot; : { &quot;query&quot; : { &quot;match_all&quot; : { } }, &quot;script&quot; : &quot;complex_scoring&quot;, &quot;lang&quot; : &quot;native&quot; } }, &quot;query_weight&quot; : 1.0, &quot;rescore_query_weight&quot; : 1.2 } } }"><pre class="notranslate">{ <span class="pl-ent">"query"</span> : { <span class="pl-ii">// lot of complex queries</span> <span class="pl-ii">// default scoring</span> }, <span class="pl-ent">"rescore"</span> : { <span class="pl-ent">"window_size"</span> : <span class="pl-c1">500</span>, <span class="pl-ent">"query"</span> : { <span class="pl-ent">"rescore_query"</span> : { <span class="pl-ent">"custom_score"</span> : { <span class="pl-ent">"query"</span> : { <span class="pl-ent">"match_all"</span> : { } }, <span class="pl-ent">"script"</span> : <span class="pl-s"><span class="pl-pds">"</span>complex_scoring<span class="pl-pds">"</span></span>, <span class="pl-ent">"lang"</span> : <span class="pl-s"><span class="pl-pds">"</span>native<span class="pl-pds">"</span></span> } }, <span class="pl-ent">"query_weight"</span> : <span class="pl-c1">1.0</span>, <span class="pl-ent">"rescore_query_weight"</span> : <span class="pl-c1">1.2</span> } } }</pre></div> <p dir="auto">So rather than having to duplicate my complex query in the rescore query, I just multiply the first score with the second one.</p> <p dir="auto">What do you think? I will post my code.</p>
0
<p dir="auto">Currently there is no way to pull out the default settings unless you set them to something or unless you look at the source code. It would be nice to have an api endpoint for seeing all the settings as they are configured (default or not)</p>
<p dir="auto">We should provide an endpoint that dumps a map of all settings and their values.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" % curl localhost:9200/_config { &quot;cluster&quot;: { &quot;name&quot;: &quot;elasticsearch&quot; }, &quot;index&quot;: { &quot;number_of_shards&quot;: 1 }, &quot;node&quot;: { &quot;data&quot;: true, &quot;master&quot;: true }, &quot;etc&quot;: &quot;...&quot; }"><pre class="notranslate"><code class="notranslate"> % curl localhost:9200/_config { "cluster": { "name": "elasticsearch" }, "index": { "number_of_shards": 1 }, "node": { "data": true, "master": true }, "etc": "..." } </code></pre></div>
1
<h4 dir="auto">Description</h4> <p dir="auto">fit and fit_transform methods in LabelEncoder don't follow the standard scikit-lean convention for these methods: fit(X[, y]) and fit_transform(X[, y]). The fit and fit_transform method in the LabelEncoder only accepts one argument: fit(y) and fit_transform(y).</p> <p dir="auto">Therefore, LabelEncoder couldn't be used inside a Pipeline or a ColumnTransform. I suspect that there are a bunch of other classes in which it doesn't work (GridSearchCV, ...) but I haven't tested it.</p> <p dir="auto">In contrast, fit and fit_transform methods in OneHotEncoder and OrdinalEncoder follows the standard scikit-learn signature.</p> <p dir="auto">See reference:<br> LabelEncoder: <a href="https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html" rel="nofollow">https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html</a><br> OneHotEnconder: <a href="https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html#sklearn.preprocessing.OneHotEncoder" rel="nofollow">https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html#sklearn.preprocessing.OneHotEncoder</a><br> OrdinalEncoder:<a href="https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html#sklearn.preprocessing.OrdinalEncoder" rel="nofollow">https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html#sklearn.preprocessing.OrdinalEncoder</a></p> <h4 dir="auto">Steps/Code to Reproduce</h4> <p dir="auto">Example:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd from sklearn.preprocessing import LabelEncoder from sklearn.pipeline import make_pipeline from sklearn.compose import ColumnTransformer import sklearn.tree as tree X = pd.DataFrame( {'city': ['London', 'London', 'Paris', 'Sallisaw'], 'title': [&quot;His Last Bow&quot;, &quot;How Watson Learned the Trick&quot;, &quot;A Moveable Feast&quot;, &quot;The Grapes of Wrath&quot;], 'expert_rating': [5, 3, 4, 5], 'user_rating': [4, 5, 4, 3]}) column_trans = ColumnTransformer( [('title_bow', LabelEncoder(), 'title')], remainder='drop').fit(X) pipe = make_pipeline(LabelEncoder(), tree.DecisionTreeClassifier()).fit(X)"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">pandas</span> <span class="pl-k">as</span> <span class="pl-s1">pd</span> <span class="pl-k">from</span> <span class="pl-s1">sklearn</span>.<span class="pl-s1">preprocessing</span> <span class="pl-k">import</span> <span class="pl-v">LabelEncoder</span> <span class="pl-k">from</span> <span class="pl-s1">sklearn</span>.<span class="pl-s1">pipeline</span> <span class="pl-k">import</span> <span class="pl-s1">make_pipeline</span> <span class="pl-k">from</span> <span class="pl-s1">sklearn</span>.<span class="pl-s1">compose</span> <span class="pl-k">import</span> <span class="pl-v">ColumnTransformer</span> <span class="pl-k">import</span> <span class="pl-s1">sklearn</span>.<span class="pl-s1">tree</span> <span class="pl-k">as</span> <span class="pl-s1">tree</span> <span class="pl-v">X</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">DataFrame</span>( {<span class="pl-s">'city'</span>: [<span class="pl-s">'London'</span>, <span class="pl-s">'London'</span>, <span class="pl-s">'Paris'</span>, <span class="pl-s">'Sallisaw'</span>], <span class="pl-s">'title'</span>: [<span class="pl-s">"His Last Bow"</span>, <span class="pl-s">"How Watson Learned the Trick"</span>, <span class="pl-s">"A Moveable Feast"</span>, <span class="pl-s">"The Grapes of Wrath"</span>], <span class="pl-s">'expert_rating'</span>: [<span class="pl-c1">5</span>, <span class="pl-c1">3</span>, <span class="pl-c1">4</span>, <span class="pl-c1">5</span>], <span class="pl-s">'user_rating'</span>: [<span class="pl-c1">4</span>, <span class="pl-c1">5</span>, <span class="pl-c1">4</span>, <span class="pl-c1">3</span>]}) <span class="pl-s1">column_trans</span> <span class="pl-c1">=</span> <span class="pl-v">ColumnTransformer</span>( [(<span class="pl-s">'title_bow'</span>, <span class="pl-v">LabelEncoder</span>(), <span class="pl-s">'title'</span>)], <span class="pl-s1">remainder</span><span class="pl-c1">=</span><span class="pl-s">'drop'</span>).<span class="pl-en">fit</span>(<span class="pl-v">X</span>) <span class="pl-s1">pipe</span> <span class="pl-c1">=</span> <span class="pl-en">make_pipeline</span>(<span class="pl-v">LabelEncoder</span>(), <span class="pl-s1">tree</span>.<span class="pl-v">DecisionTreeClassifier</span>()).<span class="pl-en">fit</span>(<span class="pl-v">X</span>)</pre></div> <h4 dir="auto">Expected Results</h4> <p dir="auto">No error is thrown.</p> <h4 dir="auto">Actual Results</h4> <p dir="auto">The same error in both cases:<br> TypeError: fit_transform() takes 2 positional arguments but 3 were given.</p> <h4 dir="auto">Versions</h4> <p dir="auto">System:<br> python: 3.6.6 |Anaconda, Inc.| (default, Oct 9 2018, 12:34:16) [GCC 7.3.0]<br> executable: /home/twins/anaconda3/envs/pytorch/bin/python<br> machine: Linux-4.8.0-56-generic-x86_64-with-debian-stretch-sid</p> <p dir="auto">BLAS:<br> macros: SCIPY_MKL_H=None, HAVE_CBLAS=None<br> lib_dirs: /home/twins/anaconda3/envs/pytorch/lib<br> cblas_libs: mkl_rt, pthread</p> <p dir="auto">Python deps:<br> pip: 18.1<br> setuptools: 40.6.2<br> sklearn: 0.20.1<br> numpy: 1.15.4<br> scipy: 1.1.0<br> Cython: None<br> pandas: 0.23.4</p> <p dir="auto">Thanks for the amazing job you do !</p>
<p dir="auto">I've found that I cannot use pipelines if I wish to use the label encoder. In the following I wish to build a pipeline that first encodes the label and then constructs a one-hot encoding from that labelling.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from sklearn.preprocessing import OneHotEncoder, LabelEncoder from sklearn.pipeline import make_pipeline import numpy as np X = np.array(['cat', 'dog', 'cow', 'cat', 'cow', 'dog']) enc = LabelEncoder() hot = OneHotEncoder() pipe = make_pipeline(enc, hot) pipe.fit_transform(X)"><pre class="notranslate"><code class="notranslate">from sklearn.preprocessing import OneHotEncoder, LabelEncoder from sklearn.pipeline import make_pipeline import numpy as np X = np.array(['cat', 'dog', 'cow', 'cat', 'cow', 'dog']) enc = LabelEncoder() hot = OneHotEncoder() pipe = make_pipeline(enc, hot) pipe.fit_transform(X) </code></pre></div> <p dir="auto">However, the following error is returned:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="lib/python2.7/site-packages/sklearn/pipeline.pyc in _pre_transform(self, X, y, **fit_params) 117 for name, transform in self.steps[:-1]: 118 if hasattr(transform, &quot;fit_transform&quot;): --&gt; 119 Xt = transform.fit_transform(Xt, y, **fit_params_steps[name]) 120 else: 121 Xt = transform.fit(Xt, y, **fit_params_steps[name]) \ TypeError: fit_transform() takes exactly 2 arguments (3 given)"><pre class="notranslate"><code class="notranslate">lib/python2.7/site-packages/sklearn/pipeline.pyc in _pre_transform(self, X, y, **fit_params) 117 for name, transform in self.steps[:-1]: 118 if hasattr(transform, "fit_transform"): --&gt; 119 Xt = transform.fit_transform(Xt, y, **fit_params_steps[name]) 120 else: 121 Xt = transform.fit(Xt, y, **fit_params_steps[name]) \ TypeError: fit_transform() takes exactly 2 arguments (3 given) </code></pre></div> <p dir="auto">It seems that the problem is that the fit method for label encoder only takes a y argument, whereas the pipeline assumes that it will take an X and an optional y.</p>
1
<p dir="auto">I noticed in 3.1 that <code class="notranslate">.collapse.in</code> breaks <code class="notranslate">width</code> for tbody</p> <p dir="auto">I believe <code class="notranslate">tbody.collapse.in</code> should be defined to <code class="notranslate">display:table-row-group</code> versus <code class="notranslate">display:block</code>.</p>
<p dir="auto">Since 3.1, I guess, bootstrap has a rule<br> .collapse.in {<br> display: block;<br> }</p> <p dir="auto">This rule conflicts with <code class="notranslate">&lt;tr&gt;</code> elements which require "display: table-row". And maybe others as well.</p> <p dir="auto">I haven't searched the sources where this rule is defined. Just using the download bootstrap-3.1.0-dist.zip and there it is defined in bootstrap.css line 2357.</p>
1
<p dir="auto">flutter_webview_plugin can't solve my problem at present.</p>
<p dir="auto">Presumably this requires some compositor work, similar to maps or video?</p>
1
<p dir="auto">Since IE9 doesn't support CSS transitions, the carousel items aren't sliding in/out. Bit Twitter Bootstrap is supporting the two most recent versions, I would suggest to provide a fallback for the CSS3 transitions like <a href="https://github.com/barryvdh/bootstrap/commit/8b294f0c0184eb7111ef6da6046d4d1f33ea7ba3">https://github.com/barryvdh/bootstrap/commit/8b294f0c0184eb7111ef6da6046d4d1f33ea7ba3</a></p>
<p dir="auto">On my site and the document I try to test Carousel on IE(7-9) I didn't see transition work. I want it work the same FF, Chrome and Safari. Everyone have any idea?</p>
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="====================================================================== FAIL: sklearn.tests.test_multiclass.test_ovr_fit_predict ---------------------------------------------------------------------- Traceback (most recent call last): File &quot;/usr/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/case.py&quot;, line 197, in runTest self.test(*self.arg) File &quot;/home/erg/python/scikit-learn/sklearn/tests/test_multiclass.py&quot;, line 67, in test_ovr_fit_predict assert_equal(np.mean(iris.target == pred), np.mean(iris.target == pred2)) AssertionError: 0.96666666666666667 != 0.97333333333333338"><pre class="notranslate"><code class="notranslate">====================================================================== FAIL: sklearn.tests.test_multiclass.test_ovr_fit_predict ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/case.py", line 197, in runTest self.test(*self.arg) File "/home/erg/python/scikit-learn/sklearn/tests/test_multiclass.py", line 67, in test_ovr_fit_predict assert_equal(np.mean(iris.target == pred), np.mean(iris.target == pred2)) AssertionError: 0.96666666666666667 != 0.97333333333333338 </code></pre></div>
<p dir="auto">failed while building for ubuntu 11.04 32bit:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="====================================================================== FAIL: sklearn.tests.test_multiclass.test_ovr_fit_predict ---------------------------------------------------------------------- Traceback (most recent call last): File &quot;/usr/lib/pymodules/python2.7/nose/case.py&quot;, line 186, in runTest self.test(*self.arg) File &quot;/tmp/buildd/scikit-learn-0.12.1/debian/python-sklearn/usr/lib/python2.7/dist-packages/sklearn/tests/test_multiclass.py&quot;, line 66, in test_ovr_fit_predict assert_equal(np.mean(iris.target == pred), np.mean(iris.target == pred2)) AssertionError: 0.96666666666666667 != 0.97333333333333338"><pre class="notranslate"><code class="notranslate">====================================================================== FAIL: sklearn.tests.test_multiclass.test_ovr_fit_predict ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/nose/case.py", line 186, in runTest self.test(*self.arg) File "/tmp/buildd/scikit-learn-0.12.1/debian/python-sklearn/usr/lib/python2.7/dist-packages/sklearn/tests/test_multiclass.py", line 66, in test_ovr_fit_predict assert_equal(np.mean(iris.target == pred), np.mean(iris.target == pred2)) AssertionError: 0.96666666666666667 != 0.97333333333333338 </code></pre></div>
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the <a href="https://github.com/apache/incubator-dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li> </ul> <h3 dir="auto">Environment</h3> <ul dir="auto"> <li>Dubbo version: 2.6.2</li> <li>Operating System version: win7</li> <li>Java version: 1.8</li> </ul> <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/service/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/service">@service</a>注解中的interfaceName属性与ServiceConfig中的的属性名(interface)不一致,导致设置<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/service/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/service">@service</a>注解的interfaceName属性时,找不到相应的setter方法,会报错无法启动服务:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ServiceBean:myGenericService:com.alibaba.dubbo.rpc.service.GenericService:${demo.service.version}': Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'interfaceName' of bean class [com.alibaba.dubbo.config.spring.ServiceBean]: Bean property 'interfaceName' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1648) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1363) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:580) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:503) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$104/1658699134.getObject(Unknown Source) ~[na:na] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) ~[spring-context-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.3.RELEASE.jar:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) ~[spring-boot-2.0.3.RELEASE.jar:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) ~[spring-boot-2.0.3.RELEASE.jar:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) ~[spring-boot-2.0.3.RELEASE.jar:2.0.3.RELEASE] at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:137) [spring-boot-2.0.3.RELEASE.jar:2.0.3.RELEASE] at com.kingnet.blockdata.DubboProviderDemo.main(DubboProviderDemo.java:22) [classes/:na] Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'interfaceName' of bean class [com.alibaba.dubbo.config.spring.ServiceBean]: Bean property 'interfaceName' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? at org.springframework.beans.BeanWrapperImpl.createNotWritablePropertyException(BeanWrapperImpl.java:243) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.AbstractNestablePropertyAccessor.processLocalProperty(AbstractNestablePropertyAccessor.java:426) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.AbstractNestablePropertyAccessor.setPropertyValue(AbstractNestablePropertyAccessor.java:278) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.AbstractNestablePropertyAccessor.setPropertyValue(AbstractNestablePropertyAccessor.java:266) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:97) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:77) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1644) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] ... 17 common frames omitted 2018-08-27 20:07:01.922 INFO 14500 --- [bboShutdownHook] com.alibaba.dubbo.config.AbstractConfig : [DUBBO] Run shutdown hook now., dubbo version: 2.6.2, current host: 192.168.56.1"><pre class="notranslate"><code class="notranslate">org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ServiceBean:myGenericService:com.alibaba.dubbo.rpc.service.GenericService:${demo.service.version}': Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'interfaceName' of bean class [com.alibaba.dubbo.config.spring.ServiceBean]: Bean property 'interfaceName' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1648) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1363) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:580) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:503) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$104/1658699134.getObject(Unknown Source) ~[na:na] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) ~[spring-context-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.3.RELEASE.jar:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) ~[spring-boot-2.0.3.RELEASE.jar:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) ~[spring-boot-2.0.3.RELEASE.jar:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) ~[spring-boot-2.0.3.RELEASE.jar:2.0.3.RELEASE] at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:137) [spring-boot-2.0.3.RELEASE.jar:2.0.3.RELEASE] at com.kingnet.blockdata.DubboProviderDemo.main(DubboProviderDemo.java:22) [classes/:na] Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'interfaceName' of bean class [com.alibaba.dubbo.config.spring.ServiceBean]: Bean property 'interfaceName' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? at org.springframework.beans.BeanWrapperImpl.createNotWritablePropertyException(BeanWrapperImpl.java:243) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.AbstractNestablePropertyAccessor.processLocalProperty(AbstractNestablePropertyAccessor.java:426) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.AbstractNestablePropertyAccessor.setPropertyValue(AbstractNestablePropertyAccessor.java:278) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.AbstractNestablePropertyAccessor.setPropertyValue(AbstractNestablePropertyAccessor.java:266) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:97) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:77) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1644) ~[spring-beans-5.0.7.RELEASE.jar:5.0.7.RELEASE] ... 17 common frames omitted 2018-08-27 20:07:01.922 INFO 14500 --- [bboShutdownHook] com.alibaba.dubbo.config.AbstractConfig : [DUBBO] Run shutdown hook now., dubbo version: 2.6.2, current host: 192.168.56.1 </code></pre></div>
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li> </ul> <h3 dir="auto">Environment</h3> <ul dir="auto"> <li>Dubbo version: 2.6.2</li> <li>Operating System version: Linux</li> <li>Java version: 1.8</li> </ul> <h3 dir="auto">Steps to reproduce this issue</h3> <p dir="auto">I have some services under one ip, every service has a random port,I want to disable some services under the port,the override url such as<br> <code class="notranslate">override://ip:port/xxx.LoginService?category=configurators&amp;disabled=true&amp;dynamic=false&amp;enabled=true</code>,How can I do this?thanks</p>
0
<p dir="auto">Getting the following error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Uncaught Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the render method of `MainBar`."><pre class="notranslate"><code class="notranslate">Uncaught Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the render method of `MainBar`. </code></pre></div> <p dir="auto">MainBar is:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export class MainBar extends React.Component&lt;any, any&gt;{ render() { return &lt;AppBar title={&lt;span&gt;Title&lt;/span&gt;} /&gt; } }"><pre class="notranslate"><code class="notranslate">export class MainBar extends React.Component&lt;any, any&gt;{ render() { return &lt;AppBar title={&lt;span&gt;Title&lt;/span&gt;} /&gt; } } </code></pre></div> <p dir="auto">AppBar transpiles to:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var React = require('react'); var AppBar = require('material-ui/lib/app-bar'); var MainBar = (function (_super) { __extends(MainBar, _super); function MainBar() { _super.apply(this, arguments); } MainBar.prototype.render = function () { return React.createElement(AppBar, {&quot;title&quot;: React.createElement(&quot;span&quot;, null, &quot;Title&quot;)}); }; return MainBar; })(React.Component);"><pre class="notranslate"><code class="notranslate">var React = require('react'); var AppBar = require('material-ui/lib/app-bar'); var MainBar = (function (_super) { __extends(MainBar, _super); function MainBar() { _super.apply(this, arguments); } MainBar.prototype.render = function () { return React.createElement(AppBar, {"title": React.createElement("span", null, "Title")}); }; return MainBar; })(React.Component); </code></pre></div> <p dir="auto">So apparently AppBar is an object, not a class.</p> <p dir="auto">Any ideas?</p>
<p dir="auto"><a href="https://github.com/callemall/material-ui/releases/tag/v0.14.1">0.14.1</a> upgraded to babel 6, which introduced a breaking change for commonjs require(): <a href="https://phabricator.babeljs.io/T2212" rel="nofollow">https://phabricator.babeljs.io/T2212</a></p> <p dir="auto">The error is: <code class="notranslate">Warning: React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements) or a ReactClass (for composite components). Check the render method of &lt;SomeComponent&gt;</code></p> <p dir="auto">Using a plugin such as this: <a href="https://www.npmjs.com/package/babel-plugin-add-module-exports" rel="nofollow">https://www.npmjs.com/package/babel-plugin-add-module-exports</a> might provide a solution to give users time to either added the necessary <code class="notranslate">.default</code> to <code class="notranslate">require()</code>s, or transition to ES6 style imports.</p>
1
<p dir="auto">Rustc gives a message that bytes!() is deprecated:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="b.rs:1:33: 1:47 warning: `bytes!` is deprecated, use `b&quot;foo&quot;` literals instead b.rs:1 fn main() { let x: [u8, ..3] = *bytes!(&quot;foo&quot;); } ^~~~~~~~~~~~~~ b.rs:1:33: 1:47 help: see http://doc.rust-lang.org/reference.html#byte-and-byte-string-literals for documentation b.rs:1 fn main() { let x: [u8, ..3] = *bytes!(&quot;foo&quot;); } ^~~~~~~~~~~~~~ b.rs:1:33: 1:47 help: see https://github.com/rust-lang/rust/blob/master/src/etc/2014-06-rewrite-bytes-macros.py for an automated migration b.rs:1 fn main() { let x: [u8, ..3] = *bytes!(&quot;foo&quot;); } ^~~~~~~~~~~~~~ b.rs:1:17: 1:18 warning: unused variable: `x`, #[warn(unused_variables)] on by default b.rs:1 fn main() { let x: [u8, ..3] = *bytes!(&quot;foo&quot;); } ^"><pre class="notranslate"><code class="notranslate">b.rs:1:33: 1:47 warning: `bytes!` is deprecated, use `b"foo"` literals instead b.rs:1 fn main() { let x: [u8, ..3] = *bytes!("foo"); } ^~~~~~~~~~~~~~ b.rs:1:33: 1:47 help: see http://doc.rust-lang.org/reference.html#byte-and-byte-string-literals for documentation b.rs:1 fn main() { let x: [u8, ..3] = *bytes!("foo"); } ^~~~~~~~~~~~~~ b.rs:1:33: 1:47 help: see https://github.com/rust-lang/rust/blob/master/src/etc/2014-06-rewrite-bytes-macros.py for an automated migration b.rs:1 fn main() { let x: [u8, ..3] = *bytes!("foo"); } ^~~~~~~~~~~~~~ b.rs:1:17: 1:18 warning: unused variable: `x`, #[warn(unused_variables)] on by default b.rs:1 fn main() { let x: [u8, ..3] = *bytes!("foo"); } ^ </code></pre></div> <p dir="auto">But the suggested replacement, as implemented by the python script, no longer compiles. Compiling the program resulting from applying the script's generated patch gives the error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="b.rs:1:32: 1:39 error: mismatched types: expected `[u8, ..3]`, found `[u8]` (expected array of 3 elements, found slice) b.rs:1 fn main() { let x: [u8, ..3] = *b&quot;foo&quot;; } ^~~~~~~"><pre class="notranslate"><code class="notranslate">b.rs:1:32: 1:39 error: mismatched types: expected `[u8, ..3]`, found `[u8]` (expected array of 3 elements, found slice) b.rs:1 fn main() { let x: [u8, ..3] = *b"foo"; } ^~~~~~~ </code></pre></div> <p dir="auto">The b"foo" syntax should not be suggested as a replacement for bytes!("foo") if it cannot fulfill the same roles. In particular, it seems odd to me that b"foo" syntax results in a less flexible type than bytes!("foo").</p> <p dir="auto">Note that [u8, ..n] can be converted to &amp;[u8], which can be converted to the DST [u8]--but &amp;[u8], which is what b"foo" produces, cannot be statically converted to [u8, ..n], so the change suggested by the deprecation warning results in loss of generality.</p>
<p dir="auto">Tracking issue for <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="44324836" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rfcs/issues/339" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rfcs/pull/339/hovercard" href="https://github.com/rust-lang/rfcs/pull/339">rust-lang/rfcs#339</a></p> <p dir="auto">Nominating for backcompat-lang</p>
1
<p dir="auto">by <strong>nicerobot</strong>:</p> <pre class="notranslate">A somewhat common and useful flag technique is: ./6.out -vvvv where the same flag is specified multiple times. Such a mechanism seems impossible with flag.go. It would be useful to provide an array version for flags. Maybe flag.Array, flag.ArrayInt, flag.ArrayString, flag.ArrayVar, ... Of course, the above example is a simplistic case and there are plenty of common examples for allowing more complex duplicate flags to be specified. See rsync and find for two very common uses.</pre>
<p dir="auto">I need to gobind multiple packages for an app.</p> <p dir="auto">I considered running gomobile for each package and import multiple .so files, but that will fail due to various reasons:</p> <ul dir="auto"> <li>gobind framework for java assumes a single 'gojni.so' file</li> <li>duplicate code for go runtime in multiple .so files; conflicting symbols, storage, ...</li> </ul> <p dir="auto">Option 1:</p> <blockquote> <p dir="auto">gomobile bind -target=android -o=myapp.aar pkg1 pkg2 pkg3</p> </blockquote> <p dir="auto">The command will generate separate java classes for those packages, and gather all asset files under one asset directory. Conflicting package names and asset file names are error.</p> <ul dir="auto"> <li>Problem of proposal 1<br> I was about to implement fix for <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="55138912" data-permission-text="Title is private" data-url="https://github.com/golang/go/issues/9660" data-hovercard-type="issue" data-hovercard-url="/golang/go/issues/9660/hovercard" href="https://github.com/golang/go/issues/9660">#9660</a> and I don't know how it works with multiple packages.</li> </ul> <p dir="auto">Option 1.a</p> <blockquote> <p dir="auto">gomobile bind -target=android -o=myapp.aar -pkg=com.example.foo,org.example.bar,net.example.baz pkg pkg2 pkg3</p> </blockquote> <p dir="auto">Option 1.b</p> <blockquote> <p dir="auto">gomobile bind -target=android -o=myapp.aar pkg1:com.example.foo pkg2:org.example.bar pkg3 ...</p> </blockquote> <p dir="auto">Option 2:</p> <blockquote> <p dir="auto">gomobile bind -target=android -o=myapp.aar -list=something.json</p> </blockquote> <p dir="auto">Make gomobile take an input file of a certain format that lists all packages for gobind.</p> <pre class="notranslate"> /* something.json */ { Name: "pkg1", Android: "com.example.foo", IOS: "MyFoo" } </pre> <p dir="auto">Option 3:</p> <p dir="auto">Fake main package file - so when gomobile bind sees the 'main' package, it runs gobind on all the imported packages, and process the command that specifies the custom package name for java and prefix for obj-c.</p> <blockquote> <p dir="auto">gomobile bind -target=android -o myapp.aar myapp.go</p> </blockquote> <pre class="notranslate"> /* myapp.go */ package main import ( _ "pkg1" // android:com.example.foo ios:MyFoo ... ) func main() { } </pre> <p dir="auto">/cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/crawshaw/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/crawshaw">@crawshaw</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rakyll/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rakyll">@rakyll</a></p>
0