text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<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.18995.1] Windows Terminal version (if applicable): 0.5.2681.0 "><pre class="notranslate"><code class="notranslate">Microsoft Windows [Version 10.0.18995.1] Windows Terminal version (if applicable): 0.5.2681.0 </code></pre></div> <h1 dir="auto">Steps to reproduce</h1> <p dir="auto">set "colorScheme" to setting under powershell profile to one of the scheme listed in the settings file.</p> <h1 dir="auto">Expected behavior</h1> <p dir="auto">The custom theme should be used</p> <h1 dir="auto">Actual behavior</h1> <p dir="auto">The standard blue powershell theme is still shown</p> <h1 dir="auto">Notes</h1> <p dir="auto">Other profiles seem to accept and use the configured color theme correctly</p>
<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 (if applicable): 0.5.2681.0 Any other software? No"><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: 10.0.18362.0 Windows Terminal version (if applicable): 0.5.2681.0 Any other software? No </code></pre></div> <h1 dir="auto">Steps to reproduce</h1> <p dir="auto">Edit settings.json to and change the powershell background to <code class="notranslate">#000000<span class="ml-1 d-inline-block border circle color-border-subtle" style="background-color: #000000; height: 8px; width: 8px;"></span></code></p> <h1 dir="auto">Expected behavior</h1> <p dir="auto">Background should become black</p> <h1 dir="auto">Actual behavior</h1> <p dir="auto">Doesn't change the background, instead keeps it as the powershell default which is blue, (Even when using powershell core)</p>
0
<p dir="auto">We have a requirement to destroy Angular2 Application when user is navigated to other page (Note: It is an application where we are using angular2 for one page only). So when the user navigates away from this page (using normal anchor), we have to unload/destroy the ng2 app.</p> <p dir="auto">we are taking applicationRef as follows:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="platformBrowserDynamic([ {provide: 'ConfigService', useValue: {} } ]).bootstrapModule(AppModule).then((appModule:NgModuleRef&lt;AppModule&gt;)=&gt;{ const appRef = appModule.injector.get(ApplicationRef); if(!!callback) callback(appRef); });"><pre class="notranslate"><code class="notranslate">platformBrowserDynamic([ {provide: 'ConfigService', useValue: {} } ]).bootstrapModule(AppModule).then((appModule:NgModuleRef&lt;AppModule&gt;)=&gt;{ const appRef = appModule.injector.get(ApplicationRef); if(!!callback) callback(appRef); }); </code></pre></div> <p dir="auto">we have a hook when user going out from this page, we are calling<br> <code class="notranslate">_ref.components[0].hostView.destroy(); </code><br> where _ref is the application reference passed in the callback above.</p> <p dir="auto">This entire flow calls the ngOnDestroy of each component inside the application however, when we navigate to non angular page, we can see that the components are still there in the memory and causing performance issue when I open the same page again.<br> <a href="url">https://ibb.co/nsjekk</a><br> You can see from the screenshot that the component are still present and consuming memory, even if we have destroyed the app as mentioned above.</p> <p dir="auto">What is the issue here. Is destroying application not enough to clear the memory? Or we are doing something wrong?<br> we are using Angular 2.1.2.</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 on second thouth this is not a feature its definitive a bug [ ] 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 on second thouth this is not a feature its definitive a bug [ ] 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><br> See the following: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="176950677" data-permission-text="Title is private" data-url="https://github.com/angular/angular/issues/11606" data-hovercard-type="issue" data-hovercard-url="/angular/angular/issues/11606/hovercard?comment_id=269139892&amp;comment_type=issue_comment" href="https://github.com/angular/angular/issues/11606#issuecomment-269139892">#11606 (comment)</a></p> <p dir="auto"><strong>Expected behavior</strong><br> The property template of component ComponentTemplateBase should get merged with<br> its child if the child is not specifying a template.</p> <p dir="auto"><strong>Minimal reproduction of the problem with instructions</strong><br> See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="176950677" data-permission-text="Title is private" data-url="https://github.com/angular/angular/issues/11606" data-hovercard-type="issue" data-hovercard-url="/angular/angular/issues/11606/hovercard?comment_id=269139892&amp;comment_type=issue_comment" href="https://github.com/angular/angular/issues/11606#issuecomment-269139892">#11606 (comment)</a></p> <p dir="auto"><strong>What is the motivation / use case for changing the behavior?</strong><br> Not having to duplicate settings across components when it is not needed.</p> <p dir="auto"><strong>Please tell us about your environment:</strong><br> nodejs 6.6.0 package.js described here <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="176950677" data-permission-text="Title is private" data-url="https://github.com/angular/angular/issues/11606" data-hovercard-type="issue" data-hovercard-url="/angular/angular/issues/11606/hovercard?comment_id=269139892&amp;comment_type=issue_comment" href="https://github.com/angular/angular/issues/11606#issuecomment-269139892">#11606 (comment)</a></p> <ul dir="auto"> <li> <p dir="auto"><strong>Angular version:</strong> 2.0.X<br> 2.4.1</p> </li> <li> <p dir="auto"><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 ]<br> all</p> </li> <li> <p dir="auto"><strong>Language:</strong> [all | TypeScript X.X | ES6/7 | ES5]<br> all</p> </li> <li> <p dir="auto"><strong>Node (for AoT issues):</strong> <code class="notranslate">node --version</code> = 6.6.0</p> </li> </ul> <p dir="auto">Copied comments from other issue to bellow:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@Component({ template: `&lt;template [ngTemplateOutlet]=&quot;getTemplate()&quot; [ngOutletContext]=&quot;{ $implicit: this }&quot;&gt;&lt;/template&gt;` }) export abstract class ComponentTemplateBase implements ITemplateBase&lt;DefaultViewState&gt; { @ContentChild(TemplateRef) defaultTemplate: TemplateRef&lt;any&gt;; viewState: DefaultViewState = DefaultViewState.DefaultTemplate; getTemplate(): TemplateRef&lt;any&gt; { switch (this.viewState) { case DefaultViewState.DefaultTemplate: return this.defaultTemplate; default: return null; } } }"><pre class="notranslate"><code class="notranslate">@Component({ template: `&lt;template [ngTemplateOutlet]="getTemplate()" [ngOutletContext]="{ $implicit: this }"&gt;&lt;/template&gt;` }) export abstract class ComponentTemplateBase implements ITemplateBase&lt;DefaultViewState&gt; { @ContentChild(TemplateRef) defaultTemplate: TemplateRef&lt;any&gt;; viewState: DefaultViewState = DefaultViewState.DefaultTemplate; getTemplate(): TemplateRef&lt;any&gt; { switch (this.viewState) { case DefaultViewState.DefaultTemplate: return this.defaultTemplate; default: return null; } } } </code></pre></div> <p dir="auto">and</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@Component({ selector: &quot;simple-login-form&quot; }) export class SimpleLoginFormComponent extends ComponentTemplateBase implements OnInit { loginForm: FormGroup; user: any; memberStatus = MemberStatus; status: MemberStatus; payload: MemberPayload; constructor( @Inject(FormBuilder) private formBuilder: FormBuilder ) { super(); } simpleLogin($event: Event) { $event.preventDefault(); } ngOnInit(): void { this.loginForm = this.formBuilder.group({ username: [&quot;&quot;, Validators.required], password: [&quot;&quot;, Validators.required], remember: [&quot;1&quot;] }); } }"><pre class="notranslate"><code class="notranslate">@Component({ selector: "simple-login-form" }) export class SimpleLoginFormComponent extends ComponentTemplateBase implements OnInit { loginForm: FormGroup; user: any; memberStatus = MemberStatus; status: MemberStatus; payload: MemberPayload; constructor( @Inject(FormBuilder) private formBuilder: FormBuilder ) { super(); } simpleLogin($event: Event) { $event.preventDefault(); } ngOnInit(): void { this.loginForm = this.formBuilder.group({ username: ["", Validators.required], password: ["", Validators.required], remember: ["1"] }); } } </code></pre></div> <p dir="auto">however angular cant find the "template" it is not inherited is this not supposed to work ?<br> im using latest version of angular as follows:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{ &quot;dependencies&quot;: { &quot;@angular/common&quot;: &quot;^2.4.1&quot;, &quot;@angular/compiler&quot;: &quot;^2.4.1&quot;, &quot;@angular/core&quot;: &quot;^2.4.1&quot;, &quot;@angular/forms&quot;: &quot;^2.4.1&quot;, &quot;@angular/http&quot;: &quot;^2.4.1&quot;, &quot;@angular/platform-browser&quot;: &quot;^2.4.1&quot;, &quot;@angular/platform-browser-dynamic&quot;: &quot;^2.4.1&quot;, &quot;@angular/router&quot;: &quot;^3.4.1&quot;, &quot;angular-calendar&quot;: &quot;^0.6.0&quot;, &quot;angular2-cookie&quot;: &quot;^1.2.6&quot;, &quot;babel-runtime&quot;: &quot;^6.20.0&quot;, &quot;core-js&quot;: &quot;^2.4.1&quot;, &quot;date-fns&quot;: &quot;^1.21.1&quot;, &quot;jquery&quot;: &quot;^3.1.1&quot;, &quot;reflect-metadata&quot;: &quot;^0.1.9&quot;, &quot;rxjs&quot;: &quot;^5.0.2&quot;, &quot;scriptjs&quot;: &quot;^2.5.8&quot;, &quot;zone.js&quot;: &quot;^0.7.4&quot; }, &quot;devDependencies&quot;: { &quot;@angularclass/hmr&quot;: &quot;^1.2.2&quot;, &quot;@angularclass/hmr-loader&quot;: &quot;^3.0.2&quot;, &quot;@types/bootstrap&quot;: &quot;3.3.32&quot;, &quot;@types/core-js&quot;: &quot;^0.9.35&quot;, &quot;@types/jasmine&quot;: &quot;^2.5.38&quot;, &quot;@types/jquery&quot;: &quot;^2.0.34&quot;, &quot;@types/node&quot;: &quot;^6.0.53&quot;, &quot;@types/scriptjs&quot;: &quot;^0.0.2&quot;, &quot;@types/selenium-webdriver&quot;: &quot;^2.53.38&quot;, &quot;angular2-template-loader&quot;: &quot;^0.6.0&quot;, &quot;autoprefixer&quot;: &quot;^6.6.0&quot;, &quot;awesome-typescript-loader&quot;: &quot;^3.0.0-beta.17&quot;, &quot;babel-core&quot;: &quot;^6.21.0&quot;, &quot;babel-loader&quot;: &quot;^6.2.10&quot;, &quot;babel-plugin-transform-runtime&quot;: &quot;^6.15.0&quot;, &quot;babel-preset-es2015&quot;: &quot;^6.18.0&quot;, &quot;bootstrap-loader&quot;: &quot;^1.3.3&quot;, &quot;bootstrap-sass&quot;: &quot;^3.3.7&quot;, &quot;browser-sync&quot;: &quot;^2.18.5&quot;, &quot;browser-sync-webpack-plugin&quot;: &quot;^1.1.3&quot;, &quot;bs-fullscreen-message&quot;: &quot;^1.1.0&quot;, &quot;codelyzer&quot;: &quot;^2.0.0-beta.4&quot;, &quot;compass-options&quot;: &quot;^0.1.1&quot;, &quot;copy-webpack-plugin&quot;: &quot;^4.0.1&quot;, &quot;css-loader&quot;: &quot;^0.26.1&quot;, &quot;deep-extend&quot;: &quot;^0.4.1&quot;, &quot;del&quot;: &quot;^2.2.2&quot;, &quot;extract-text-webpack-plugin&quot;: &quot;^1.0.1&quot;, &quot;file-loader&quot;: &quot;^0.9.0&quot;, &quot;gulp&quot;: &quot;^3.9.1&quot;, &quot;gulp-clean-css&quot;: &quot;^2.0.13&quot;, &quot;gulp-compass&quot;: &quot;^2.1.0&quot;, &quot;gulp-env&quot;: &quot;^0.4.0&quot;, &quot;gulp-load-plugins&quot;: &quot;^1.4.0&quot;, &quot;gulp-sequence&quot;: &quot;^0.4.6&quot;, &quot;gulp-typescript&quot;: &quot;^3.0.2&quot;, &quot;gulp-util&quot;: &quot;^3.0.7&quot;, &quot;img-loader&quot;: &quot;^1.3.1&quot;, &quot;imports-loader&quot;: &quot;^0.7.0&quot;, &quot;lazy-object&quot;: &quot;^1.0.1&quot;, &quot;load-gulp-tasks&quot;: &quot;^0.1.0&quot;, &quot;ng2-bootstrap&quot;: &quot;^1.1.16-9&quot;, &quot;ng2-facebook-sdk&quot;: &quot;^1.1.0&quot;, &quot;node-sass&quot;: &quot;^4.1.1&quot;, &quot;postcss-loader&quot;: &quot;^1.2.1&quot;, &quot;progress-bar-webpack-plugin&quot;: &quot;^1.9.1&quot;, &quot;raw-loader&quot;: &quot;0.5.1&quot;, &quot;resolve-url-loader&quot;: &quot;^1.6.1&quot;, &quot;sass-loader&quot;: &quot;^4.1.1&quot;, &quot;source-map-loader&quot;: &quot;^0.1.5&quot;, &quot;strip-ansi&quot;: &quot;^3.0.1&quot;, &quot;style-loader&quot;: &quot;^0.13.1&quot;, &quot;tslint&quot;: &quot;^4.2.0&quot;, &quot;tslint-loader&quot;: &quot;^3.3.0&quot;, &quot;typescript&quot;: &quot;^2.1.4&quot;, &quot;url-loader&quot;: &quot;^0.5.7&quot;, &quot;vinyl-named&quot;: &quot;^1.1.0&quot;, &quot;webpack&quot;: &quot;^2.2.0-rc.2&quot;, &quot;webpack-bundle-analyzer&quot;: &quot;^2.1.1&quot;, &quot;webpack-dev-middleware&quot;: &quot;^1.9.0&quot;, &quot;webpack-dev-server&quot;: &quot;^2.2.0-rc.0&quot;, &quot;webpack-hot-middleware&quot;: &quot;^2.14.0&quot;, &quot;webpack-merge&quot;: &quot;^2.0.0&quot;, &quot;webpack-node-externals&quot;: &quot;^1.5.4&quot;, &quot;webpack-stream&quot;: &quot;3.2.0&quot; } }"><pre class="notranslate"><code class="notranslate">{ "dependencies": { "@angular/common": "^2.4.1", "@angular/compiler": "^2.4.1", "@angular/core": "^2.4.1", "@angular/forms": "^2.4.1", "@angular/http": "^2.4.1", "@angular/platform-browser": "^2.4.1", "@angular/platform-browser-dynamic": "^2.4.1", "@angular/router": "^3.4.1", "angular-calendar": "^0.6.0", "angular2-cookie": "^1.2.6", "babel-runtime": "^6.20.0", "core-js": "^2.4.1", "date-fns": "^1.21.1", "jquery": "^3.1.1", "reflect-metadata": "^0.1.9", "rxjs": "^5.0.2", "scriptjs": "^2.5.8", "zone.js": "^0.7.4" }, "devDependencies": { "@angularclass/hmr": "^1.2.2", "@angularclass/hmr-loader": "^3.0.2", "@types/bootstrap": "3.3.32", "@types/core-js": "^0.9.35", "@types/jasmine": "^2.5.38", "@types/jquery": "^2.0.34", "@types/node": "^6.0.53", "@types/scriptjs": "^0.0.2", "@types/selenium-webdriver": "^2.53.38", "angular2-template-loader": "^0.6.0", "autoprefixer": "^6.6.0", "awesome-typescript-loader": "^3.0.0-beta.17", "babel-core": "^6.21.0", "babel-loader": "^6.2.10", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.18.0", "bootstrap-loader": "^1.3.3", "bootstrap-sass": "^3.3.7", "browser-sync": "^2.18.5", "browser-sync-webpack-plugin": "^1.1.3", "bs-fullscreen-message": "^1.1.0", "codelyzer": "^2.0.0-beta.4", "compass-options": "^0.1.1", "copy-webpack-plugin": "^4.0.1", "css-loader": "^0.26.1", "deep-extend": "^0.4.1", "del": "^2.2.2", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.9.0", "gulp": "^3.9.1", "gulp-clean-css": "^2.0.13", "gulp-compass": "^2.1.0", "gulp-env": "^0.4.0", "gulp-load-plugins": "^1.4.0", "gulp-sequence": "^0.4.6", "gulp-typescript": "^3.0.2", "gulp-util": "^3.0.7", "img-loader": "^1.3.1", "imports-loader": "^0.7.0", "lazy-object": "^1.0.1", "load-gulp-tasks": "^0.1.0", "ng2-bootstrap": "^1.1.16-9", "ng2-facebook-sdk": "^1.1.0", "node-sass": "^4.1.1", "postcss-loader": "^1.2.1", "progress-bar-webpack-plugin": "^1.9.1", "raw-loader": "0.5.1", "resolve-url-loader": "^1.6.1", "sass-loader": "^4.1.1", "source-map-loader": "^0.1.5", "strip-ansi": "^3.0.1", "style-loader": "^0.13.1", "tslint": "^4.2.0", "tslint-loader": "^3.3.0", "typescript": "^2.1.4", "url-loader": "^0.5.7", "vinyl-named": "^1.1.0", "webpack": "^2.2.0-rc.2", "webpack-bundle-analyzer": "^2.1.1", "webpack-dev-middleware": "^1.9.0", "webpack-dev-server": "^2.2.0-rc.0", "webpack-hot-middleware": "^2.14.0", "webpack-merge": "^2.0.0", "webpack-node-externals": "^1.5.4", "webpack-stream": "3.2.0" } } </code></pre></div>
0
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ekini/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ekini">@ekini</a> on 2014-09-30T01:23:55Z</p> <h5 dir="auto">Issue Type:</h5> <p dir="auto">Feature Idea</p> <h5 dir="auto">Component Name:</h5> <p dir="auto">lineinfile module</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">All versions.</p> <h5 dir="auto">Environment:</h5> <p dir="auto">Ubuntu 14.04, and all other.</p> <h5 dir="auto">Summary:</h5> <p dir="auto">The module "lineinfile" should have an option to remove duplicate lines matched by regexp.<br> Currently it changes only the last line.</p> <h5 dir="auto">Steps To Reproduce:</h5> <p dir="auto">Let's say that we have the following lines in sshd_config (don't ask me how I got this):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="PasswordAuthentication yes # some stuff PasswordAuthentication yes"><pre class="notranslate"><code class="notranslate">PasswordAuthentication yes # some stuff PasswordAuthentication yes </code></pre></div> <p dir="auto">We run ansible as:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ansible -c local -m lineinfile -a 'dest=./sshd_config regexp=&quot;^[#\s]*PasswordAuthentication.*&quot; line=&quot;PasswordAuthentication no&quot;' localhost"><pre class="notranslate"><code class="notranslate">$ansible -c local -m lineinfile -a 'dest=./sshd_config regexp="^[#\s]*PasswordAuthentication.*" line="PasswordAuthentication no"' localhost </code></pre></div> <h5 dir="auto">Expected Results:</h5> <p dir="auto">With an option like "remove_dups=yes" we would have:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# some stuff PasswordAuthentication no"><pre class="notranslate"><code class="notranslate"># some stuff PasswordAuthentication no </code></pre></div> <h5 dir="auto">Actual Results:</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="PasswordAuthentication yes # some stuff PasswordAuthentication no"><pre class="notranslate"><code class="notranslate">PasswordAuthentication yes # some stuff PasswordAuthentication no </code></pre></div> <p dir="auto">Copied from original issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="44378120" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible-modules-core/issues/52" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible-modules-core/issues/52/hovercard" href="https://github.com/ansible/ansible-modules-core/issues/52">ansible/ansible-modules-core#52</a></p>
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ansible-vault</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.4.0.0 config file = /home/lw/code/work/ansible/ansible.cfg configured module search path = [u'/home/lw/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /home/lw/code/work/ansible/venv-27-ans-24/local/lib/python2.7/site-packages/ansible executable location = /home/lw/code/work/ansible/venv-27-ans-24/bin/ansible python version = 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] AND ansible 2.5.0 config file = /home/lw/code/work/ansible/ansible.cfg configured module search path = [u'/home/lw/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /home/lw/code/work/ansible/venv-27-ans/local/lib/python2.7/site-packages/ansible executable location = /home/lw/code/work/ansible/venv-27-ans/bin/ansible python version = 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] "><pre class="notranslate"><code class="notranslate">ansible 2.4.0.0 config file = /home/lw/code/work/ansible/ansible.cfg configured module search path = [u'/home/lw/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /home/lw/code/work/ansible/venv-27-ans-24/local/lib/python2.7/site-packages/ansible executable location = /home/lw/code/work/ansible/venv-27-ans-24/bin/ansible python version = 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] AND ansible 2.5.0 config file = /home/lw/code/work/ansible/ansible.cfg configured module search path = [u'/home/lw/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /home/lw/code/work/ansible/venv-27-ans/local/lib/python2.7/site-packages/ansible executable location = /home/lw/code/work/ansible/venv-27-ans/bin/ansible python version = 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] </code></pre></div> <h5 dir="auto">CONFIGURATION</h5> <p dir="auto">Configuration unchanged, I have run the same manual check across three versions, 2.3, 2.4 and 2.5 with the same config file. It is the default configuration.</p> <h5 dir="auto">OS / ENVIRONMENT</h5> <p dir="auto">Linux Ubuntu 16.04 Dell XPS 13<br> I first installed just the devel version (2.5), after finding this bug, I apt-get installed 2.3 and tested it. After this, to duplicate virtualenv situation, I then installed stable-2.4 via pip in a new venv, then finally installed 2.3 in another separate env.</p> <h5 dir="auto">SUMMARY</h5> <p dir="auto">Files can be encrypted with:<br> <code class="notranslate">ansible-vault encrypt foobar.yml</code></p> <p dir="auto">But when you use:<br> <code class="notranslate">ansible-vault edit foorbar.yml</code></p> <p dir="auto">On 2.4 and 2.5, you receive a prompt to set a new password again, even though the file is already encrypted, you can then drag your version back to 2.3, and it wiill return to "normal/expected behaviour".</p> <p dir="auto">EDIT: Also, an additional point (this is actually probably important), is that when you are reprompted to create a "new" password for an already encrypted file, if you input the password originally used for encryption on both of the "set a new password prompts", you will be able to access the file, if you try to set a new password however, that will fail.</p> <h5 dir="auto">STEPS TO REPRODUCE</h5> <p dir="auto">Install from devel, locate yourself in the role directory and create a file you wish to ansible-vault, use <code class="notranslate">ansible-vault encrypt foobar.yml</code> on the file, then try and run <code class="notranslate">ansible-vault edit foobar.yml</code>, this should occur on 2.4 and 2.5, I first ran the encrypt via 2.5, and I can successfully edit it using 2.3, but not any version higher than 2.3</p> <h5 dir="auto">EXPECTED RESULTS</h5> <p dir="auto">I expected to be able to get a predictable result from ansible-vault, I expect to be able to encrypt, decrypt, edit and view like I can in 2.3</p> <h5 dir="auto">ACTUAL RESULTS</h5> <p dir="auto">What</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(venv-27-ans) lw@RobertOppenheimer:files$ echo &quot;this is a test&quot; &gt; foobar.yml (venv-27-ans) lw@RobertOppenheimer:files$ cat foobar.yml this is a test (venv-27-ans) lw@RobertOppenheimer:files$ ansible-vault encrypt foobar.yml New Vault password: _thisisatest_ Confirm New Vault password: _thisisatest_ Encryption successful (venv-27-ans) lw@RobertOppenheimer:files$ cat foobar.yml $ANSIBLE_VAULT;1.1;AES256 37623637346261373237633131376234356433353765633366346561363935666634663035313736 3961383762346666626434366635343461613064383066340a643237636566353533623234633231 36626166376463363365396131623030326564666331353962626433653962663731386336646135 3232393131316630660a376437633162613437326633626536656131653461636266346463353366 6330 (venv-27-ans) lw@RobertOppenheimer:files$ ansible-vault edit foobar.yml New Vault password: "><pre class="notranslate"><code class="notranslate">(venv-27-ans) lw@RobertOppenheimer:files$ echo "this is a test" &gt; foobar.yml (venv-27-ans) lw@RobertOppenheimer:files$ cat foobar.yml this is a test (venv-27-ans) lw@RobertOppenheimer:files$ ansible-vault encrypt foobar.yml New Vault password: _thisisatest_ Confirm New Vault password: _thisisatest_ Encryption successful (venv-27-ans) lw@RobertOppenheimer:files$ cat foobar.yml $ANSIBLE_VAULT;1.1;AES256 37623637346261373237633131376234356433353765633366346561363935666634663035313736 3961383762346666626434366635343461613064383066340a643237636566353533623234633231 36626166376463363365396131623030326564666331353962626433653962663731386336646135 3232393131316630660a376437633162613437326633626536656131653461636266346463353366 6330 (venv-27-ans) lw@RobertOppenheimer:files$ ansible-vault edit foobar.yml New Vault password: </code></pre></div> <p dir="auto">EDIT: Also, an additional point (this is actually probably important), is that when you are reprompted to create a "new" password for an already encrypted file, if you input the password originally used for encryption on both of the "set a new password prompts", you will be able to access the file, if you try to set a new password however, that will fail.</p>
0
<p dir="auto">When searching for a file with <code class="notranslate">CMD + P</code> I would expect results with exact filenames to be more relevant.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1388079/6882075/bbb89860-d536-11e4-83b6-57ee45aa76f0.png"><img src="https://cloud.githubusercontent.com/assets/1388079/6882075/bbb89860-d536-11e4-83b6-57ee45aa76f0.png" alt="screen shot 2015-03-28 at 10 39 12 am" style="max-width: 100%;"></a></p>
<p dir="auto">Multiple schemes can be employed to achieve results which are most relevant to the user. Predicting which file a user wants out of a long list of possible matches and presenting it first can help speed up development time/maintain flow and train of thought. Here are some ideas to discuss:</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Sort least fuzzy results to the top. Fuzziness determined by search term run length in the result. ie. Search term of 'src' would score a higher fuzziness score on a file like .jshintrc than a file called app_src.js or files in the src/ directory. run length of first file is 2 while the second file has a run length of 3.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Filename match or directory match. A match on a filename should be sorted at a higher priority than a match on a full path, but what about matches which higher run length on a full path vs less run length on a filename. ie. search of 'src ap' currently displays images/destroy_discard.png higher than src/app.coffee. Although destroy_discard technically has more matched character within the filename than src/app.coffee src/app has more run length. (something to think about)</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Dot files. Hidden files are less important than non hidden of equal score.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Ignored files (.gitignore) can be sorted at lower priority than files with equal score. ie. I want the index.html in my templates/ dir. not my build/ dir because this is in .gitignore. Editing temporary file by mistake can add confusion and lost work.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Sort files with most recent last modified date at a higher priority than those of equal score.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Filter out/sort to bottom files that are already open.</li> </ul>
1
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.1</li> <li>Operating System / Platform =&gt; Ubuntu 16.04(PC) JestonTk1 JestonTX1</li> <li>Compiler =&gt; gcc</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">Question Projection: YOLO-Darknet <a href="https://pjreddie.com/darknet/install/" rel="nofollow">https://pjreddie.com/darknet/install/</a><br> Error occurred when using cvRound function</p> <h5 dir="auto">Steps to reproduce</h5> <p dir="auto">Just run make</p> <p dir="auto">obj/image.o:In Function ‘cvPointFrom32f’:<br> /usr/local/include/opencv2/core/types_c.h:929:undefined reference to ‘cvRound’<br> /usr/local/include/opencv2/core/types_c.h:930:undefined reference to ‘cvRound’<br> obj/image.o:In Function ‘cvReadInt’:<br> /usr/local/include/opencv2/core/core_c.h:2318:undefined reference to ‘cvRound’<br> obj/image.o:In Function ‘cvEllipseBox’:<br> /usr/local/include/opencv2/imgproc/imgproc_c.h:1041:undefined reference to ‘cvRound’<br> /usr/local/include/opencv2/imgproc/imgproc_c.h:1042:undefined reference to ‘cvRound’<br> obj/darknet.o:/usr/local/include/opencv2/core/types_c.h:929: more undefined reference to ‘cvRound’ follow</p> <h5 dir="auto">Solution</h5> <p dir="auto">Modify the cvdef.h by adding the follow codes:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/*************************************************************************************\ * Test add fast_math.hpp by devin * \*************************************************************************************/ #ifndef __cplusplus #include &quot;opencv2/core/fast_math.hpp&quot; #endif "><pre class="notranslate"><code class="notranslate">/*************************************************************************************\ * Test add fast_math.hpp by devin * \*************************************************************************************/ #ifndef __cplusplus #include "opencv2/core/fast_math.hpp" #endif </code></pre></div>
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.2</li> <li>Operating System / Platform =&gt; linux Ubuntu 16.04 64 Bit</li> <li>Compiler =&gt; gcc</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">I have recently installed opencv 3.2 in ubuntu 16.04 system and tried to run a C code using opencv library. The code is not compiling because of the following issue:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/tmp/ccwgquWQ.o: In function `cvPointFrom32f': try.c:(.text+0x54d): undefined reference to `cvRound' try.c:(.text+0x563): undefined reference to `cvRound' /tmp/ccwgquWQ.o: In function `cvReadInt': try.c:(.text+0xe68): undefined reference to `cvRound' /tmp/ccwgquWQ.o: In function `cvEllipseBox': try.c:(.text+0x10d4): undefined reference to `cvRound' try.c:(.text+0x10f6): undefined reference to `cvRound' collect2: error: ld returned 1 exit status"><pre class="notranslate"><code class="notranslate">/tmp/ccwgquWQ.o: In function `cvPointFrom32f': try.c:(.text+0x54d): undefined reference to `cvRound' try.c:(.text+0x563): undefined reference to `cvRound' /tmp/ccwgquWQ.o: In function `cvReadInt': try.c:(.text+0xe68): undefined reference to `cvRound' /tmp/ccwgquWQ.o: In function `cvEllipseBox': try.c:(.text+0x10d4): undefined reference to `cvRound' try.c:(.text+0x10f6): undefined reference to `cvRound' collect2: error: ld returned 1 exit status </code></pre></div> <p dir="auto">I have asked a question related to this in stackoverflow and I got the response saying that, its a bug present in opencv3.2. [http://stackoverflow.com/questions/42918747/yolo-c-compilation-failure-with-debug-1]</p> <p dir="auto"><strong>The reason for calling it as a bug is as follows:</strong><br> CvRound function has bee defines in types_c.h in opencv2 whereas in opencv3 its not been defined in types_c.h but in core/fast_math.hpp. Despite being not defined in types_c.h its still being called in types_c.h, core_c.h and imgproc_c.h without any reference to fast_math.hpp</p> <p dir="auto">I have tried including the "fast_math.hpp" path (#include core/fast_math.hpp) in types_c.h, core_c.h and imgproc_c.h but it didn't solve the issue.</p> <p dir="auto">Kindly, look into this issue and get it resolved as early as possible</p>
1
<p dir="auto">Hi there, when I command + f and paste multiple lines into the "find in current buffer" field the lines seem to be pasted into the field but behind all the other ui elements.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/65ac127d2c73178370109699dd0d2a51c513f52308286dbd235428b2ae9df724/687474703a2f2f692e696d6775722e636f6d2f6d50346e5a54372e706e67"><img src="https://camo.githubusercontent.com/65ac127d2c73178370109699dd0d2a51c513f52308286dbd235428b2ae9df724/687474703a2f2f692e696d6775722e636f6d2f6d50346e5a54372e706e67" alt="example" data-canonical-src="http://i.imgur.com/mP4nZT7.png" style="max-width: 100%;"></a><br> bug?</p>
<p dir="auto">Pasting something like this in the Find box displays incorrectly</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" 'use strict'; "><pre class="notranslate"><code class="notranslate"> 'use strict'; </code></pre></div> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/127535/5308709/f7235d2a-7bce-11e4-90c9-a2f6b2f092b8.png"><img src="https://cloud.githubusercontent.com/assets/127535/5308709/f7235d2a-7bce-11e4-90c9-a2f6b2f092b8.png" alt="paste" style="max-width: 100%;"></a></p> <p dir="auto">It seems like the box gets the height of the content so the overflow hidden doesnt happen.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/127535/5308745/6c95c1ba-7bcf-11e4-9e50-0f76dfc586eb.png"><img src="https://cloud.githubusercontent.com/assets/127535/5308745/6c95c1ba-7bcf-11e4-9e50-0f76dfc586eb.png" alt="css" style="max-width: 100%;"></a></p> <p dir="auto">Mac 0.152.0</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>.): 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): BUG REPORT</p> <p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>):</p> <p dir="auto">1.4.6</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="root@c910f04x19k02:~# kubectl version Client 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:22:15Z&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.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;} root@c910f04x19k02:~# "><pre class="notranslate"><code class="notranslate">root@c910f04x19k02:~# kubectl version Client Version: version.Info{Major:"1", Minor:"4", GitVersion:"v1.4.6", GitCommit:"e569a27d02001e343cb68086bc06d47804f62af6", GitTreeState:"clean", BuildDate:"2016-11-12T05:22:15Z", GoVersion:"go1.6.3", Compiler:"gc", Platform:"linux/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"} root@c910f04x19k02:~# </code></pre></div> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configuration</strong>: hardware configuration</li> <li><strong>OS</strong> (e.g. from /etc/os-release): Ubuntu 14.04.3</li> <li><strong>Kernel</strong> (e.g. <code class="notranslate">uname -a</code>): Linux c910f04x19k02 3.19.0-74-generic <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="35620896" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/82" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/82/hovercard" href="https://github.com/kubernetes/kubernetes/pull/82">#82</a>~14.04.1-Ubuntu SMP Fri Oct 21 15:43:47 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux</li> <li><strong>Install tools</strong>:</li> <li><strong>Others</strong>:</li> </ul> <p dir="auto"><strong>What happened</strong>:</p> <p dir="auto">Someone in our Kubernetes cluster accidentally created the deployments with conflicting labels with the existing deployment. As expected, the new deployments could not be scheduled, but the problem is that the new deployments and the existing deployment could not be deleted, with error "timed out waiting for the condition".</p> <p dir="auto">A more severe result is that these conflicts eventually crashed the kube-controller-manager after several days(we are actually not 100% sure if the crash was caused by the lables conflicting, but the conflicting messages are the only error messages in the kube-controller-manager log files).</p> <p dir="auto">We have figured out a way to delete these conflicting deployments through kubectl editing deployment &lt;deployment_name&gt; to fix the conflicts, and then these deployments could be deleted. But this involves a lot of administrator effort and the risk of crashing the system.</p> <p dir="auto"><strong>What you expected to happen</strong>:</p> <p dir="auto">The users should be able to delete the deployments with conflicting labels.</p> <p dir="auto"><strong>How to reproduce it</strong> (as minimally and precisely as possible):</p> <ol dir="auto"> <li>Create the deployment definition yaml files with conflicting labels:</li> </ol> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="root@c910f04x19k02:~/yaml/nginx# cat nginx-1.yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: name: my-nginx-1 spec: replicas: 4 template: metadata: labels: app: my-nginx spec: containers: - name: my-nginx image: nginx:1.8.1 ports: - containerPort: 80 root@c910f04x19k02:~/yaml/nginx# cat nginx-2.yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: name: my-nginx-2 spec: replicas: 4 template: metadata: labels: app: my-nginx spec: containers: - name: my-nginx image: nginx:1.8.1 ports: - containerPort: 80 root@c910f04x19k02:~/yaml/nginx# cat nginx-3.yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: name: my-nginx-3 spec: replicas: 4 template: metadata: labels: app: my-nginx spec: containers: - name: my-nginx image: nginx:1.8.1 ports: - containerPort: 80 root@c910f04x19k02:~/yaml/nginx# "><pre class="notranslate"><code class="notranslate">root@c910f04x19k02:~/yaml/nginx# cat nginx-1.yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: name: my-nginx-1 spec: replicas: 4 template: metadata: labels: app: my-nginx spec: containers: - name: my-nginx image: nginx:1.8.1 ports: - containerPort: 80 root@c910f04x19k02:~/yaml/nginx# cat nginx-2.yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: name: my-nginx-2 spec: replicas: 4 template: metadata: labels: app: my-nginx spec: containers: - name: my-nginx image: nginx:1.8.1 ports: - containerPort: 80 root@c910f04x19k02:~/yaml/nginx# cat nginx-3.yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: name: my-nginx-3 spec: replicas: 4 template: metadata: labels: app: my-nginx spec: containers: - name: my-nginx image: nginx:1.8.1 ports: - containerPort: 80 root@c910f04x19k02:~/yaml/nginx# </code></pre></div> <ol start="2" dir="auto"> <li>Create the deployment</li> </ol> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="root@c910f04x19k02:~/yaml/nginx# kubectl create -f nginx-1.yaml deployment &quot;my-nginx-1&quot; created root@c910f04x19k02:~/yaml/nginx# kubectl create -f nginx-2.yaml deployment &quot;my-nginx-2&quot; created root@c910f04x19k02:~/yaml/nginx# kubectl create -f nginx-3.yaml deployment &quot;my-nginx-3&quot; created root@c910f04x19k02:~/yaml/nginx#"><pre class="notranslate"><code class="notranslate">root@c910f04x19k02:~/yaml/nginx# kubectl create -f nginx-1.yaml deployment "my-nginx-1" created root@c910f04x19k02:~/yaml/nginx# kubectl create -f nginx-2.yaml deployment "my-nginx-2" created root@c910f04x19k02:~/yaml/nginx# kubectl create -f nginx-3.yaml deployment "my-nginx-3" created root@c910f04x19k02:~/yaml/nginx# </code></pre></div> <ol start="3" dir="auto"> <li>Try to delete the deployments, will get error</li> </ol> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="root@c910f04x19k02:~/yaml/nginx# kubectl delete deployment my-nginx-1 my-nginx-2 my-nginx-3 timed out waiting for the condition timed out waiting for the condition timed out waiting for the condition root@c910f04x19k02:~/yaml/nginx# kubectl delete deployment my-nginx-3 error: timed out waiting for the condition root@c910f04x19k02:~/yaml/nginx# kubectl delete deployment my-nginx-2 error: timed out waiting for the condition root@c910f04x19k02:~/yaml/nginx# kubectl delete deployment my-nginx-1 error: timed out waiting for the condition root@c910f04x19k02:~/yaml/nginx# kubectl get deployment NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE my-nginx-1 0 4 4 4 10m my-nginx-2 0 0 0 0 10m my-nginx-3 0 0 0 0 10m root@c910f04x19k02:~/yaml/nginx# "><pre class="notranslate"><code class="notranslate">root@c910f04x19k02:~/yaml/nginx# kubectl delete deployment my-nginx-1 my-nginx-2 my-nginx-3 timed out waiting for the condition timed out waiting for the condition timed out waiting for the condition root@c910f04x19k02:~/yaml/nginx# kubectl delete deployment my-nginx-3 error: timed out waiting for the condition root@c910f04x19k02:~/yaml/nginx# kubectl delete deployment my-nginx-2 error: timed out waiting for the condition root@c910f04x19k02:~/yaml/nginx# kubectl delete deployment my-nginx-1 error: timed out waiting for the condition root@c910f04x19k02:~/yaml/nginx# kubectl get deployment NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE my-nginx-1 0 4 4 4 10m my-nginx-2 0 0 0 0 10m my-nginx-3 0 0 0 0 10m root@c910f04x19k02:~/yaml/nginx# </code></pre></div> <p dir="auto"><strong>Anything else do we need to know</strong>:</p>
<p dir="auto">When I tested with deployment, found some issue. The steps to reproduce is</p> <ol dir="auto"> <li>Create a deployment with the example online <a href="http://kubernetes.io/docs/user-guide/deployments/#what-is-a-deployment" rel="nofollow">http://kubernetes.io/docs/user-guide/deployments/#what-is-a-deployment</a></li> <li>Edit the deployment yaml file, just change the name of the deployment, and create a second one.</li> </ol> <p dir="auto">After creating, check the deployment status. The first one is running correctly. The second one returned the error<br> SelectorOverlap found deployment default/nginx-deployment2 has overlapping selector with an older deployment default/nginx-deployment, skip syncing it<br> Deployment status<br> NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE<br> nginx-deployment 3 3 3 3 3m<br> nginx-deployment2 3 0 0 0 2m</p> <p dir="auto">Although I didn't specify a selector in the yaml file, looks like it assigned a selector using the label name (both deployments use the same label name)</p> <ol dir="auto"> <li>Delete the deployments, both returns with error<br> error: error when stopping "deployment.yaml": timed out waiting for the condition<br> Check the status</li> </ol> <p dir="auto">NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE<br> nginx-deployment 0 3 3 3 48m<br> nginx-deployment2 0 0 0 0 47m</p> <p dir="auto">Note the objects still exist. For the first deployment, the desired is changed to 0, but current is still 3?! (I also checked the pods, no pod is running for deployment).</p>
1
<p dir="auto">The following is a proposal for reworking the existing <code class="notranslate">kube-up.sh</code>, <code class="notranslate">kube-down.sh</code>, and <code class="notranslate">kube-push.sh</code> to eventually be in Go for advanced cloud deployments, while allowing the existing shell investment to continue for a period of time.</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Define a <code class="notranslate">deploy/deploycmd/api</code> versioned <code class="notranslate">Cluster</code> object. This object holds all general configuration variables of the cluster and the add-on pods, plus IAAS relevant variables specific to each IAAS provider. (Issue to be filed soon to haggle over what's in these structures.)</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Create a <code class="notranslate">kubedeploy</code> command with <code class="notranslate">up</code>, <code class="notranslate">down</code>, and <code class="notranslate">push</code> verbs, each of which take a cluster YAML. The <code class="notranslate">up</code> and <code class="notranslate">push</code> verbs take a path (possibly optional in the case of <code class="notranslate">push</code>) to the Kubernetes binaries to deploy.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> The initial implementation of <code class="notranslate">kubedeploy</code> only has to act as a YAML -&gt; env variable translator. Re-write the existing shell scripts to use common env variables (they're actually all close, e.g. <code class="notranslate">config-default.sh</code>, etc.). Then <code class="notranslate">kubedeploy</code> can take the given API object, spew a chunk of environment variables, and carefully execute the existing bash scripts (<em>vigorous handwaving</em>, but this part is not that technically challenging, just a hairy yak).</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> We can then define the interfaces in Go for what an "enlightened" deployment looks like, and in the process try to transition the GCE cloud provider over (keeping an eye on, say, Vagrant as the N=2 case.)</li> </ul> <p dir="auto">As an added benefit, the last bullet gives us a place to start upstreaming GKE cluster deployment code, which has been a desire for the GKE team for a while. Oh, and <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/satnam6502/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/satnam6502">@satnam6502</a> will probably love it for scalability, because I think he gouges his eyes out every time he deals with the bash in <code class="notranslate">util.sh</code>.</p> <p dir="auto">This will also give us a place for <code class="notranslate">kubedeploy upgrade</code> in the fullness of time, which is a distinct use case from <code class="notranslate">push</code>.</p> <p dir="auto">Thoughts?</p> <p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jlowdermilk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jlowdermilk">@jlowdermilk</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/brendandburns/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/brendandburns">@brendandburns</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/alex-mohr/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/alex-mohr">@alex-mohr</a>, and anyone else that cares.</p>
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubelet-gce-e2e-ci/8886/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubelet-gce-e2e-ci/8886/</a></p> <p dir="auto">Failed: [k8s.io] Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image should be able to pull image from docker hub {E2eNode Suite}</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/var/lib/jenkins/workspace/kubelet-gce-e2e-ci/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:290 Timed out after 300.000s. Expected &lt;bool&gt;: false to be true /var/lib/jenkins/workspace/kubelet-gce-e2e-ci/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:281"><pre class="notranslate"><code class="notranslate">/var/lib/jenkins/workspace/kubelet-gce-e2e-ci/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:290 Timed out after 300.000s. Expected &lt;bool&gt;: false to be true /var/lib/jenkins/workspace/kubelet-gce-e2e-ci/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:281 </code></pre></div>
0
<h5 dir="auto">Issue Type: Bug Report</h5> <h5 dir="auto">Ansible Version: 1.8.2, devel (as of <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/fa51e8f36ddefbb3e8e59ecd370696b2918b9fab/hovercard" href="https://github.com/ansible/ansible/commit/fa51e8f36ddefbb3e8e59ecd370696b2918b9fab"><tt>fa51e8f</tt></a>)</h5> <h5 dir="auto">Environment: Ubuntu 14.04.1 LTS</h5> <h5 dir="auto">Summary:</h5> <p dir="auto"><code class="notranslate">ansible_processor</code> seems to be reporting double the number of vCPUs on the system.</p> <p dir="auto">Output of <code class="notranslate">ansible -m setup</code>:</p> <div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{ &quot;ansible_facts&quot;: { &quot;ansible_all_ipv4_addresses&quot;: [ &quot;172.17.42.1&quot;, &quot;192.168.38.76&quot; ], &quot;ansible_all_ipv6_addresses&quot;: [ &quot;fe80::5484:7aff:fefe:9799&quot;, &quot;fe80::92b8:d0ff:fe98:deac&quot;, &quot;fe80::14d0:24ff:fe9d:d53&quot;, &quot;fe80::1467:dff:fe24:b6f3&quot; ], &quot;ansible_architecture&quot;: &quot;x86_64&quot;, &quot;ansible_bios_date&quot;: &quot;01/01/2007&quot;, &quot;ansible_bios_version&quot;: &quot;Bochs&quot;, &quot;ansible_cmdline&quot;: { &quot;BOOT_IMAGE&quot;: &quot;/boot/vmlinuz-3.13.0-36-generic&quot;, &quot;earlyprintk&quot;: true, &quot;ro&quot;: true, &quot;root&quot;: &quot;UUID=1bfe5b19-ecce-4fd7-989a-f41625030ee1&quot;, &quot;tsc&quot;: &quot;reliable&quot; }, &quot;ansible_date_time&quot;: { &quot;date&quot;: &quot;2014-12-09&quot;, &quot;day&quot;: &quot;09&quot;, &quot;epoch&quot;: &quot;1418156988&quot;, &quot;hour&quot;: &quot;20&quot;, &quot;iso8601&quot;: &quot;2014-12-09T20:29:48Z&quot;, &quot;iso8601_micro&quot;: &quot;2014-12-09T20:29:48.770613Z&quot;, &quot;minute&quot;: &quot;29&quot;, &quot;month&quot;: &quot;12&quot;, &quot;second&quot;: &quot;48&quot;, &quot;time&quot;: &quot;20:29:48&quot;, &quot;tz&quot;: &quot;UTC&quot;, &quot;tz_offset&quot;: &quot;+0000&quot;, &quot;weekday&quot;: &quot;Tuesday&quot;, &quot;year&quot;: &quot;2014&quot; }, &quot;ansible_default_ipv4&quot;: { &quot;address&quot;: &quot;192.168.38.76&quot;, &quot;alias&quot;: &quot;eth0&quot;, &quot;gateway&quot;: &quot;192.168.36.1&quot;, &quot;interface&quot;: &quot;eth0&quot;, &quot;macaddress&quot;: &quot;90:b8:d0:98:de:ac&quot;, &quot;mtu&quot;: 1500, &quot;netmask&quot;: &quot;255.255.252.0&quot;, &quot;network&quot;: &quot;192.168.36.0&quot;, &quot;type&quot;: &quot;ether&quot; }, &quot;ansible_default_ipv6&quot;: {}, &quot;ansible_devices&quot;: { &quot;sr0&quot;: { &quot;holders&quot;: [], &quot;host&quot;: &quot;IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]&quot;, &quot;model&quot;: &quot;QEMU DVD-ROM&quot;, &quot;partitions&quot;: {}, &quot;removable&quot;: &quot;1&quot;, &quot;rotational&quot;: &quot;1&quot;, &quot;scheduler_mode&quot;: &quot;deadline&quot;, &quot;sectors&quot;: &quot;2097151&quot;, &quot;sectorsize&quot;: &quot;512&quot;, &quot;size&quot;: &quot;1024.00 MB&quot;, &quot;support_discard&quot;: &quot;0&quot;, &quot;vendor&quot;: &quot;QEMU&quot; }, &quot;vda&quot;: { &quot;holders&quot;: [], &quot;host&quot;: &quot;SCSI storage controller: Red Hat, Inc Virtio block device&quot;, &quot;model&quot;: null, &quot;partitions&quot;: { &quot;vda1&quot;: { &quot;sectors&quot;: &quot;16005760&quot;, &quot;sectorsize&quot;: 512, &quot;size&quot;: &quot;7.63 GB&quot;, &quot;start&quot;: &quot;2048&quot; }, &quot;vda2&quot;: { &quot;sectors&quot;: &quot;3992192&quot;, &quot;sectorsize&quot;: 512, &quot;size&quot;: &quot;1.90 GB&quot;, &quot;start&quot;: &quot;16007808&quot; } }, &quot;removable&quot;: &quot;0&quot;, &quot;rotational&quot;: &quot;1&quot;, &quot;scheduler_mode&quot;: &quot;&quot;, &quot;sectors&quot;: &quot;20971520&quot;, &quot;sectorsize&quot;: &quot;512&quot;, &quot;size&quot;: &quot;10.00 GB&quot;, &quot;support_discard&quot;: &quot;0&quot;, &quot;vendor&quot;: &quot;0x1af4&quot; }, &quot;vdb&quot;: { &quot;holders&quot;: [], &quot;host&quot;: &quot;SCSI storage controller: Red Hat, Inc Virtio block device&quot;, &quot;model&quot;: null, &quot;partitions&quot;: {}, &quot;removable&quot;: &quot;0&quot;, &quot;rotational&quot;: &quot;1&quot;, &quot;scheduler_mode&quot;: &quot;&quot;, &quot;sectors&quot;: &quot;629145600&quot;, &quot;sectorsize&quot;: &quot;512&quot;, &quot;size&quot;: &quot;300.00 GB&quot;, &quot;support_discard&quot;: &quot;0&quot;, &quot;vendor&quot;: &quot;0x1af4&quot; } }, &quot;ansible_distribution&quot;: &quot;Ubuntu&quot;, &quot;ansible_distribution_major_version&quot;: &quot;14&quot;, &quot;ansible_distribution_release&quot;: &quot;trusty&quot;, &quot;ansible_distribution_version&quot;: &quot;14.04&quot;, &quot;ansible_docker0&quot;: { &quot;active&quot;: true, &quot;device&quot;: &quot;docker0&quot;, &quot;id&quot;: &quot;8000.56847afe9799&quot;, &quot;interfaces&quot;: [ &quot;veth504b979&quot;, &quot;vethae96c25&quot; ], &quot;ipv4&quot;: { &quot;address&quot;: &quot;172.17.42.1&quot;, &quot;netmask&quot;: &quot;255.255.0.0&quot;, &quot;network&quot;: &quot;172.17.0.0&quot; }, &quot;ipv6&quot;: [ { &quot;address&quot;: &quot;fe80::5484:7aff:fefe:9799&quot;, &quot;prefix&quot;: &quot;64&quot;, &quot;scope&quot;: &quot;link&quot; } ], &quot;macaddress&quot;: &quot;56:84:7a:fe:97:99&quot;, &quot;mtu&quot;: 1500, &quot;promisc&quot;: false, &quot;stp&quot;: false, &quot;type&quot;: &quot;bridge&quot; }, &quot;ansible_domain&quot;: &quot;prod.modcloth.com&quot;, &quot;ansible_env&quot;: { &quot;CLICOLOR&quot;: &quot;Yes&quot;, &quot;HOME&quot;: &quot;/home/ubuntu&quot;, &quot;LANG&quot;: &quot;en_US.UTF-8&quot;, &quot;LC_CTYPE&quot;: &quot;en_US.UTF-8&quot;, &quot;LOGNAME&quot;: &quot;ubuntu&quot;, &quot;LSCOLORS&quot;: &quot;exgxfxfxcxdxdxhbadbxbx&quot;, &quot;LS_OPTIONS&quot;: &quot;--color=auto&quot;, &quot;MAIL&quot;: &quot;/var/mail/ubuntu&quot;, &quot;PATH&quot;: &quot;/opt/local/bin:/opt/local/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games&quot;, &quot;PWD&quot;: &quot;/home/ubuntu&quot;, &quot;SHELL&quot;: &quot;/bin/bash&quot;, &quot;SHLVL&quot;: &quot;1&quot;, &quot;SSH_AUTH_SOCK&quot;: &quot;/tmp/ssh-RJF8dPSrGs/agent.27409&quot;, &quot;SSH_CLIENT&quot;: &quot;10.1.30.151 38906 22&quot;, &quot;SSH_CONNECTION&quot;: &quot;10.1.30.151 38906 192.168.38.76 22&quot;, &quot;SSH_TTY&quot;: &quot;/dev/pts/6&quot;, &quot;TERM&quot;: &quot;xterm-256color&quot;, &quot;USER&quot;: &quot;ubuntu&quot;, &quot;XDG_RUNTIME_DIR&quot;: &quot;/run/user/1000&quot;, &quot;XDG_SESSION_ID&quot;: &quot;42&quot;, &quot;_&quot;: &quot;/bin/sh&quot; }, &quot;ansible_eth0&quot;: { &quot;active&quot;: true, &quot;device&quot;: &quot;eth0&quot;, &quot;ipv4&quot;: { &quot;address&quot;: &quot;192.168.38.76&quot;, &quot;netmask&quot;: &quot;255.255.252.0&quot;, &quot;network&quot;: &quot;192.168.36.0&quot; }, &quot;ipv6&quot;: [ { &quot;address&quot;: &quot;fe80::92b8:d0ff:fe98:deac&quot;, &quot;prefix&quot;: &quot;64&quot;, &quot;scope&quot;: &quot;link&quot; } ], &quot;macaddress&quot;: &quot;90:b8:d0:98:de:ac&quot;, &quot;mtu&quot;: 1500, &quot;promisc&quot;: false, &quot;type&quot;: &quot;ether&quot; }, &quot;ansible_fips&quot;: false, &quot;ansible_form_factor&quot;: &quot;Other&quot;, &quot;ansible_fqdn&quot;: &quot;identity-app-11.prod.modcloth.com&quot;, &quot;ansible_hostname&quot;: &quot;identity-app-11&quot;, &quot;ansible_interfaces&quot;: [ &quot;lo&quot;, &quot;vethae96c25&quot;, &quot;veth504b979&quot;, &quot;docker0&quot;, &quot;eth0&quot; ], &quot;ansible_kernel&quot;: &quot;3.13.0-36-generic&quot;, &quot;ansible_lo&quot;: { &quot;active&quot;: true, &quot;device&quot;: &quot;lo&quot;, &quot;ipv4&quot;: { &quot;address&quot;: &quot;127.0.0.1&quot;, &quot;netmask&quot;: &quot;255.0.0.0&quot;, &quot;network&quot;: &quot;127.0.0.0&quot; }, &quot;ipv6&quot;: [ { &quot;address&quot;: &quot;::1&quot;, &quot;prefix&quot;: &quot;128&quot;, &quot;scope&quot;: &quot;host&quot; } ], &quot;mtu&quot;: 65536, &quot;promisc&quot;: false, &quot;type&quot;: &quot;loopback&quot; }, &quot;ansible_lsb&quot;: { &quot;codename&quot;: &quot;trusty&quot;, &quot;description&quot;: &quot;Ubuntu 14.04.1 LTS&quot;, &quot;id&quot;: &quot;Ubuntu&quot;, &quot;major_release&quot;: &quot;14&quot;, &quot;release&quot;: &quot;14.04&quot; }, &quot;ansible_machine&quot;: &quot;x86_64&quot;, &quot;ansible_memfree_mb&quot;: 5921, &quot;ansible_memtotal_mb&quot;: 7984, &quot;ansible_mounts&quot;: [ { &quot;device&quot;: &quot;/dev/vda1&quot;, &quot;fstype&quot;: &quot;ext4&quot;, &quot;mount&quot;: &quot;/&quot;, &quot;options&quot;: &quot;rw&quot;, &quot;size_available&quot;: 6266978304, &quot;size_total&quot;: 8030789632 }, { &quot;device&quot;: &quot;/dev/vdb&quot;, &quot;fstype&quot;: &quot;ext3&quot;, &quot;mount&quot;: &quot;/mnt&quot;, &quot;options&quot;: &quot;rw&quot;, &quot;size_available&quot;: 299390181376, &quot;size_total&quot;: 316934193152 } ], &quot;ansible_nodename&quot;: &quot;identity-app-11.prod.modcloth.com&quot;, &quot;ansible_os_family&quot;: &quot;Debian&quot;, &quot;ansible_pkg_mgr&quot;: &quot;apt&quot;, &quot;ansible_processor&quot;: [ &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot; ], &quot;ansible_processor_cores&quot;: 1, &quot;ansible_processor_count&quot;: 1, &quot;ansible_processor_threads_per_core&quot;: 1, &quot;ansible_processor_vcpus&quot;: 1, &quot;ansible_product_name&quot;: &quot;SmartDC HVM&quot;, &quot;ansible_product_serial&quot;: &quot;NA&quot;, &quot;ansible_product_uuid&quot;: &quot;NA&quot;, &quot;ansible_product_version&quot;: &quot;7.20140710T182029Z&quot;, &quot;ansible_python_version&quot;: &quot;2.7.6&quot;, &quot;ansible_selinux&quot;: false, &quot;ansible_ssh_host_key_dsa_public&quot;: &quot;AAAAB3NzaC1kc3MAAACBAPDXkFuqp2U3gbv0EYiorAKetLROD8tX3CcwAuhnn30xF+QkiXDuGZXnwCbamxbn5NPdJKUR+yT4WUp5D66fxM+BC3vPdYjH631oiTd7QSSUenm0nlX088RiycX1zNgVQD3KPllbM54fbEjtHoYfGvpFdzgj095HFRdwtndc5vTzAAAAFQDHbgL4EHIeEFDCfZKmVif4TM3XHQAAAIBe/QW+7yaOJYnyxZBU1J2Sd+nCVJkmeKnXYGiWvAOUkYSILbpfTR6gu+2cDiAmT8Hyc2BpHkSLBCeCOy2TM7wrguR8uSm/q6XbrhwQPH+XiYGH6nrB88sR2MboZCSzevPmgwiMJr+4EjUFEmA7sxMU5P15HVUPFUO5XJbNpUsnEgAAAIB4abduwf9krn178p/nsCwRpA8FmRCM08uB7R9lOrvqBeW1CCfBxCqHeC+oTU6A3/Q5eEFvwMjwqgI4zdJeHrZMo8QQeRmRScePALSo8hM5U5i1e2OrECRbXI3nPx+1F8AuT72GQuuNdK3qJAru/WGR1a/3raKfZQ5hw3TNeddFsg==&quot;, &quot;ansible_ssh_host_key_ecdsa_public&quot;: &quot;AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBZg4K0x2L+cfnvm7geeomm6Y6yl5WpTmmMIsOKsgDugBYBbhhFI9fWun8kuqEz9bbwIES4yCaMgLmzZMhYMWgI=&quot;, &quot;ansible_ssh_host_key_rsa_public&quot;: &quot;AAAAB3NzaC1yc2EAAAADAQABAAABAQCu1sZhPDnrLLP1GAvmm/4UAtPT1+xZZy7bJmzTwjkYZ/8WYXGtwc3TtJ4tX1syrCu8voavf+W81F7njiLFhNAo2UlYHr09mNfVLWcjlIcMGeQaM2VbHGmzW4vBqf4D8hbj8lFdr4FRebJXAesllwNA+No9/sLN833Qdleo/mTwSG2TpYWGnj7Kfz21NSH+sBvW01H8s9DBXULwcHDwyX9HOIlws8FLuoCdmJvHBloWHPHAzCgqKBzWotNRrwABb9rQm8PARObSVHXQdgf0on7/vd+mRne11cxQziuDTnaTPN6L3dnLMfdekgsn0tkowmAzBGPkMd6D5dtgXUKkz1tD&quot;, &quot;ansible_swapfree_mb&quot;: 1949, &quot;ansible_swaptotal_mb&quot;: 1949, &quot;ansible_system&quot;: &quot;Linux&quot;, &quot;ansible_system_vendor&quot;: &quot;Joyent&quot;, &quot;ansible_user_id&quot;: &quot;ubuntu&quot;, &quot;ansible_userspace_architecture&quot;: &quot;x86_64&quot;, &quot;ansible_userspace_bits&quot;: &quot;64&quot;, &quot;ansible_veth504b979&quot;: { &quot;active&quot;: true, &quot;device&quot;: &quot;veth504b979&quot;, &quot;ipv6&quot;: [ { &quot;address&quot;: &quot;fe80::1467:dff:fe24:b6f3&quot;, &quot;prefix&quot;: &quot;64&quot;, &quot;scope&quot;: &quot;link&quot; } ], &quot;macaddress&quot;: &quot;16:67:0d:24:b6:f3&quot;, &quot;mtu&quot;: 1500, &quot;promisc&quot;: true, &quot;type&quot;: &quot;ether&quot; }, &quot;ansible_vethae96c25&quot;: { &quot;active&quot;: true, &quot;device&quot;: &quot;vethae96c25&quot;, &quot;ipv6&quot;: [ { &quot;address&quot;: &quot;fe80::14d0:24ff:fe9d:d53&quot;, &quot;prefix&quot;: &quot;64&quot;, &quot;scope&quot;: &quot;link&quot; } ], &quot;macaddress&quot;: &quot;16:d0:24:9d:0d:53&quot;, &quot;mtu&quot;: 1500, &quot;promisc&quot;: true, &quot;type&quot;: &quot;ether&quot; }, &quot;ansible_virtualization_role&quot;: &quot;NA&quot;, &quot;ansible_virtualization_type&quot;: &quot;NA&quot;, &quot;module_setup&quot;: true }, &quot;changed&quot;: false }"><pre class="notranslate">{ <span class="pl-ent">"ansible_facts"</span>: { <span class="pl-ent">"ansible_all_ipv4_addresses"</span>: [ <span class="pl-s"><span class="pl-pds">"</span>172.17.42.1<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>192.168.38.76<span class="pl-pds">"</span></span> ], <span class="pl-ent">"ansible_all_ipv6_addresses"</span>: [ <span class="pl-s"><span class="pl-pds">"</span>fe80::5484:7aff:fefe:9799<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>fe80::92b8:d0ff:fe98:deac<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>fe80::14d0:24ff:fe9d:d53<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>fe80::1467:dff:fe24:b6f3<span class="pl-pds">"</span></span> ], <span class="pl-ent">"ansible_architecture"</span>: <span class="pl-s"><span class="pl-pds">"</span>x86_64<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_bios_date"</span>: <span class="pl-s"><span class="pl-pds">"</span>01/01/2007<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_bios_version"</span>: <span class="pl-s"><span class="pl-pds">"</span>Bochs<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_cmdline"</span>: { <span class="pl-ent">"BOOT_IMAGE"</span>: <span class="pl-s"><span class="pl-pds">"</span>/boot/vmlinuz-3.13.0-36-generic<span class="pl-pds">"</span></span>, <span class="pl-ent">"earlyprintk"</span>: <span class="pl-c1">true</span>, <span class="pl-ent">"ro"</span>: <span class="pl-c1">true</span>, <span class="pl-ent">"root"</span>: <span class="pl-s"><span class="pl-pds">"</span>UUID=1bfe5b19-ecce-4fd7-989a-f41625030ee1<span class="pl-pds">"</span></span>, <span class="pl-ent">"tsc"</span>: <span class="pl-s"><span class="pl-pds">"</span>reliable<span class="pl-pds">"</span></span> }, <span class="pl-ent">"ansible_date_time"</span>: { <span class="pl-ent">"date"</span>: <span class="pl-s"><span class="pl-pds">"</span>2014-12-09<span class="pl-pds">"</span></span>, <span class="pl-ent">"day"</span>: <span class="pl-s"><span class="pl-pds">"</span>09<span class="pl-pds">"</span></span>, <span class="pl-ent">"epoch"</span>: <span class="pl-s"><span class="pl-pds">"</span>1418156988<span class="pl-pds">"</span></span>, <span class="pl-ent">"hour"</span>: <span class="pl-s"><span class="pl-pds">"</span>20<span class="pl-pds">"</span></span>, <span class="pl-ent">"iso8601"</span>: <span class="pl-s"><span class="pl-pds">"</span>2014-12-09T20:29:48Z<span class="pl-pds">"</span></span>, <span class="pl-ent">"iso8601_micro"</span>: <span class="pl-s"><span class="pl-pds">"</span>2014-12-09T20:29:48.770613Z<span class="pl-pds">"</span></span>, <span class="pl-ent">"minute"</span>: <span class="pl-s"><span class="pl-pds">"</span>29<span class="pl-pds">"</span></span>, <span class="pl-ent">"month"</span>: <span class="pl-s"><span class="pl-pds">"</span>12<span class="pl-pds">"</span></span>, <span class="pl-ent">"second"</span>: <span class="pl-s"><span class="pl-pds">"</span>48<span class="pl-pds">"</span></span>, <span class="pl-ent">"time"</span>: <span class="pl-s"><span class="pl-pds">"</span>20:29:48<span class="pl-pds">"</span></span>, <span class="pl-ent">"tz"</span>: <span class="pl-s"><span class="pl-pds">"</span>UTC<span class="pl-pds">"</span></span>, <span class="pl-ent">"tz_offset"</span>: <span class="pl-s"><span class="pl-pds">"</span>+0000<span class="pl-pds">"</span></span>, <span class="pl-ent">"weekday"</span>: <span class="pl-s"><span class="pl-pds">"</span>Tuesday<span class="pl-pds">"</span></span>, <span class="pl-ent">"year"</span>: <span class="pl-s"><span class="pl-pds">"</span>2014<span class="pl-pds">"</span></span> }, <span class="pl-ent">"ansible_default_ipv4"</span>: { <span class="pl-ent">"address"</span>: <span class="pl-s"><span class="pl-pds">"</span>192.168.38.76<span class="pl-pds">"</span></span>, <span class="pl-ent">"alias"</span>: <span class="pl-s"><span class="pl-pds">"</span>eth0<span class="pl-pds">"</span></span>, <span class="pl-ent">"gateway"</span>: <span class="pl-s"><span class="pl-pds">"</span>192.168.36.1<span class="pl-pds">"</span></span>, <span class="pl-ent">"interface"</span>: <span class="pl-s"><span class="pl-pds">"</span>eth0<span class="pl-pds">"</span></span>, <span class="pl-ent">"macaddress"</span>: <span class="pl-s"><span class="pl-pds">"</span>90:b8:d0:98:de:ac<span class="pl-pds">"</span></span>, <span class="pl-ent">"mtu"</span>: <span class="pl-c1">1500</span>, <span class="pl-ent">"netmask"</span>: <span class="pl-s"><span class="pl-pds">"</span>255.255.252.0<span class="pl-pds">"</span></span>, <span class="pl-ent">"network"</span>: <span class="pl-s"><span class="pl-pds">"</span>192.168.36.0<span class="pl-pds">"</span></span>, <span class="pl-ent">"type"</span>: <span class="pl-s"><span class="pl-pds">"</span>ether<span class="pl-pds">"</span></span> }, <span class="pl-ent">"ansible_default_ipv6"</span>: {}, <span class="pl-ent">"ansible_devices"</span>: { <span class="pl-ent">"sr0"</span>: { <span class="pl-ent">"holders"</span>: [], <span class="pl-ent">"host"</span>: <span class="pl-s"><span class="pl-pds">"</span>IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]<span class="pl-pds">"</span></span>, <span class="pl-ent">"model"</span>: <span class="pl-s"><span class="pl-pds">"</span>QEMU DVD-ROM<span class="pl-pds">"</span></span>, <span class="pl-ent">"partitions"</span>: {}, <span class="pl-ent">"removable"</span>: <span class="pl-s"><span class="pl-pds">"</span>1<span class="pl-pds">"</span></span>, <span class="pl-ent">"rotational"</span>: <span class="pl-s"><span class="pl-pds">"</span>1<span class="pl-pds">"</span></span>, <span class="pl-ent">"scheduler_mode"</span>: <span class="pl-s"><span class="pl-pds">"</span>deadline<span class="pl-pds">"</span></span>, <span class="pl-ent">"sectors"</span>: <span class="pl-s"><span class="pl-pds">"</span>2097151<span class="pl-pds">"</span></span>, <span class="pl-ent">"sectorsize"</span>: <span class="pl-s"><span class="pl-pds">"</span>512<span class="pl-pds">"</span></span>, <span class="pl-ent">"size"</span>: <span class="pl-s"><span class="pl-pds">"</span>1024.00 MB<span class="pl-pds">"</span></span>, <span class="pl-ent">"support_discard"</span>: <span class="pl-s"><span class="pl-pds">"</span>0<span class="pl-pds">"</span></span>, <span class="pl-ent">"vendor"</span>: <span class="pl-s"><span class="pl-pds">"</span>QEMU<span class="pl-pds">"</span></span> }, <span class="pl-ent">"vda"</span>: { <span class="pl-ent">"holders"</span>: [], <span class="pl-ent">"host"</span>: <span class="pl-s"><span class="pl-pds">"</span>SCSI storage controller: Red Hat, Inc Virtio block device<span class="pl-pds">"</span></span>, <span class="pl-ent">"model"</span>: <span class="pl-c1">null</span>, <span class="pl-ent">"partitions"</span>: { <span class="pl-ent">"vda1"</span>: { <span class="pl-ent">"sectors"</span>: <span class="pl-s"><span class="pl-pds">"</span>16005760<span class="pl-pds">"</span></span>, <span class="pl-ent">"sectorsize"</span>: <span class="pl-c1">512</span>, <span class="pl-ent">"size"</span>: <span class="pl-s"><span class="pl-pds">"</span>7.63 GB<span class="pl-pds">"</span></span>, <span class="pl-ent">"start"</span>: <span class="pl-s"><span class="pl-pds">"</span>2048<span class="pl-pds">"</span></span> }, <span class="pl-ent">"vda2"</span>: { <span class="pl-ent">"sectors"</span>: <span class="pl-s"><span class="pl-pds">"</span>3992192<span class="pl-pds">"</span></span>, <span class="pl-ent">"sectorsize"</span>: <span class="pl-c1">512</span>, <span class="pl-ent">"size"</span>: <span class="pl-s"><span class="pl-pds">"</span>1.90 GB<span class="pl-pds">"</span></span>, <span class="pl-ent">"start"</span>: <span class="pl-s"><span class="pl-pds">"</span>16007808<span class="pl-pds">"</span></span> } }, <span class="pl-ent">"removable"</span>: <span class="pl-s"><span class="pl-pds">"</span>0<span class="pl-pds">"</span></span>, <span class="pl-ent">"rotational"</span>: <span class="pl-s"><span class="pl-pds">"</span>1<span class="pl-pds">"</span></span>, <span class="pl-ent">"scheduler_mode"</span>: <span class="pl-s"><span class="pl-pds">"</span><span class="pl-pds">"</span></span>, <span class="pl-ent">"sectors"</span>: <span class="pl-s"><span class="pl-pds">"</span>20971520<span class="pl-pds">"</span></span>, <span class="pl-ent">"sectorsize"</span>: <span class="pl-s"><span class="pl-pds">"</span>512<span class="pl-pds">"</span></span>, <span class="pl-ent">"size"</span>: <span class="pl-s"><span class="pl-pds">"</span>10.00 GB<span class="pl-pds">"</span></span>, <span class="pl-ent">"support_discard"</span>: <span class="pl-s"><span class="pl-pds">"</span>0<span class="pl-pds">"</span></span>, <span class="pl-ent">"vendor"</span>: <span class="pl-s"><span class="pl-pds">"</span>0x1af4<span class="pl-pds">"</span></span> }, <span class="pl-ent">"vdb"</span>: { <span class="pl-ent">"holders"</span>: [], <span class="pl-ent">"host"</span>: <span class="pl-s"><span class="pl-pds">"</span>SCSI storage controller: Red Hat, Inc Virtio block device<span class="pl-pds">"</span></span>, <span class="pl-ent">"model"</span>: <span class="pl-c1">null</span>, <span class="pl-ent">"partitions"</span>: {}, <span class="pl-ent">"removable"</span>: <span class="pl-s"><span class="pl-pds">"</span>0<span class="pl-pds">"</span></span>, <span class="pl-ent">"rotational"</span>: <span class="pl-s"><span class="pl-pds">"</span>1<span class="pl-pds">"</span></span>, <span class="pl-ent">"scheduler_mode"</span>: <span class="pl-s"><span class="pl-pds">"</span><span class="pl-pds">"</span></span>, <span class="pl-ent">"sectors"</span>: <span class="pl-s"><span class="pl-pds">"</span>629145600<span class="pl-pds">"</span></span>, <span class="pl-ent">"sectorsize"</span>: <span class="pl-s"><span class="pl-pds">"</span>512<span class="pl-pds">"</span></span>, <span class="pl-ent">"size"</span>: <span class="pl-s"><span class="pl-pds">"</span>300.00 GB<span class="pl-pds">"</span></span>, <span class="pl-ent">"support_discard"</span>: <span class="pl-s"><span class="pl-pds">"</span>0<span class="pl-pds">"</span></span>, <span class="pl-ent">"vendor"</span>: <span class="pl-s"><span class="pl-pds">"</span>0x1af4<span class="pl-pds">"</span></span> } }, <span class="pl-ent">"ansible_distribution"</span>: <span class="pl-s"><span class="pl-pds">"</span>Ubuntu<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_distribution_major_version"</span>: <span class="pl-s"><span class="pl-pds">"</span>14<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_distribution_release"</span>: <span class="pl-s"><span class="pl-pds">"</span>trusty<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_distribution_version"</span>: <span class="pl-s"><span class="pl-pds">"</span>14.04<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_docker0"</span>: { <span class="pl-ent">"active"</span>: <span class="pl-c1">true</span>, <span class="pl-ent">"device"</span>: <span class="pl-s"><span class="pl-pds">"</span>docker0<span class="pl-pds">"</span></span>, <span class="pl-ent">"id"</span>: <span class="pl-s"><span class="pl-pds">"</span>8000.56847afe9799<span class="pl-pds">"</span></span>, <span class="pl-ent">"interfaces"</span>: [ <span class="pl-s"><span class="pl-pds">"</span>veth504b979<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>vethae96c25<span class="pl-pds">"</span></span> ], <span class="pl-ent">"ipv4"</span>: { <span class="pl-ent">"address"</span>: <span class="pl-s"><span class="pl-pds">"</span>172.17.42.1<span class="pl-pds">"</span></span>, <span class="pl-ent">"netmask"</span>: <span class="pl-s"><span class="pl-pds">"</span>255.255.0.0<span class="pl-pds">"</span></span>, <span class="pl-ent">"network"</span>: <span class="pl-s"><span class="pl-pds">"</span>172.17.0.0<span class="pl-pds">"</span></span> }, <span class="pl-ent">"ipv6"</span>: [ { <span class="pl-ent">"address"</span>: <span class="pl-s"><span class="pl-pds">"</span>fe80::5484:7aff:fefe:9799<span class="pl-pds">"</span></span>, <span class="pl-ent">"prefix"</span>: <span class="pl-s"><span class="pl-pds">"</span>64<span class="pl-pds">"</span></span>, <span class="pl-ent">"scope"</span>: <span class="pl-s"><span class="pl-pds">"</span>link<span class="pl-pds">"</span></span> } ], <span class="pl-ent">"macaddress"</span>: <span class="pl-s"><span class="pl-pds">"</span>56:84:7a:fe:97:99<span class="pl-pds">"</span></span>, <span class="pl-ent">"mtu"</span>: <span class="pl-c1">1500</span>, <span class="pl-ent">"promisc"</span>: <span class="pl-c1">false</span>, <span class="pl-ent">"stp"</span>: <span class="pl-c1">false</span>, <span class="pl-ent">"type"</span>: <span class="pl-s"><span class="pl-pds">"</span>bridge<span class="pl-pds">"</span></span> }, <span class="pl-ent">"ansible_domain"</span>: <span class="pl-s"><span class="pl-pds">"</span>prod.modcloth.com<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_env"</span>: { <span class="pl-ent">"CLICOLOR"</span>: <span class="pl-s"><span class="pl-pds">"</span>Yes<span class="pl-pds">"</span></span>, <span class="pl-ent">"HOME"</span>: <span class="pl-s"><span class="pl-pds">"</span>/home/ubuntu<span class="pl-pds">"</span></span>, <span class="pl-ent">"LANG"</span>: <span class="pl-s"><span class="pl-pds">"</span>en_US.UTF-8<span class="pl-pds">"</span></span>, <span class="pl-ent">"LC_CTYPE"</span>: <span class="pl-s"><span class="pl-pds">"</span>en_US.UTF-8<span class="pl-pds">"</span></span>, <span class="pl-ent">"LOGNAME"</span>: <span class="pl-s"><span class="pl-pds">"</span>ubuntu<span class="pl-pds">"</span></span>, <span class="pl-ent">"LSCOLORS"</span>: <span class="pl-s"><span class="pl-pds">"</span>exgxfxfxcxdxdxhbadbxbx<span class="pl-pds">"</span></span>, <span class="pl-ent">"LS_OPTIONS"</span>: <span class="pl-s"><span class="pl-pds">"</span>--color=auto<span class="pl-pds">"</span></span>, <span class="pl-ent">"MAIL"</span>: <span class="pl-s"><span class="pl-pds">"</span>/var/mail/ubuntu<span class="pl-pds">"</span></span>, <span class="pl-ent">"PATH"</span>: <span class="pl-s"><span class="pl-pds">"</span>/opt/local/bin:/opt/local/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games<span class="pl-pds">"</span></span>, <span class="pl-ent">"PWD"</span>: <span class="pl-s"><span class="pl-pds">"</span>/home/ubuntu<span class="pl-pds">"</span></span>, <span class="pl-ent">"SHELL"</span>: <span class="pl-s"><span class="pl-pds">"</span>/bin/bash<span class="pl-pds">"</span></span>, <span class="pl-ent">"SHLVL"</span>: <span class="pl-s"><span class="pl-pds">"</span>1<span class="pl-pds">"</span></span>, <span class="pl-ent">"SSH_AUTH_SOCK"</span>: <span class="pl-s"><span class="pl-pds">"</span>/tmp/ssh-RJF8dPSrGs/agent.27409<span class="pl-pds">"</span></span>, <span class="pl-ent">"SSH_CLIENT"</span>: <span class="pl-s"><span class="pl-pds">"</span>10.1.30.151 38906 22<span class="pl-pds">"</span></span>, <span class="pl-ent">"SSH_CONNECTION"</span>: <span class="pl-s"><span class="pl-pds">"</span>10.1.30.151 38906 192.168.38.76 22<span class="pl-pds">"</span></span>, <span class="pl-ent">"SSH_TTY"</span>: <span class="pl-s"><span class="pl-pds">"</span>/dev/pts/6<span class="pl-pds">"</span></span>, <span class="pl-ent">"TERM"</span>: <span class="pl-s"><span class="pl-pds">"</span>xterm-256color<span class="pl-pds">"</span></span>, <span class="pl-ent">"USER"</span>: <span class="pl-s"><span class="pl-pds">"</span>ubuntu<span class="pl-pds">"</span></span>, <span class="pl-ent">"XDG_RUNTIME_DIR"</span>: <span class="pl-s"><span class="pl-pds">"</span>/run/user/1000<span class="pl-pds">"</span></span>, <span class="pl-ent">"XDG_SESSION_ID"</span>: <span class="pl-s"><span class="pl-pds">"</span>42<span class="pl-pds">"</span></span>, <span class="pl-ent">"_"</span>: <span class="pl-s"><span class="pl-pds">"</span>/bin/sh<span class="pl-pds">"</span></span> }, <span class="pl-ent">"ansible_eth0"</span>: { <span class="pl-ent">"active"</span>: <span class="pl-c1">true</span>, <span class="pl-ent">"device"</span>: <span class="pl-s"><span class="pl-pds">"</span>eth0<span class="pl-pds">"</span></span>, <span class="pl-ent">"ipv4"</span>: { <span class="pl-ent">"address"</span>: <span class="pl-s"><span class="pl-pds">"</span>192.168.38.76<span class="pl-pds">"</span></span>, <span class="pl-ent">"netmask"</span>: <span class="pl-s"><span class="pl-pds">"</span>255.255.252.0<span class="pl-pds">"</span></span>, <span class="pl-ent">"network"</span>: <span class="pl-s"><span class="pl-pds">"</span>192.168.36.0<span class="pl-pds">"</span></span> }, <span class="pl-ent">"ipv6"</span>: [ { <span class="pl-ent">"address"</span>: <span class="pl-s"><span class="pl-pds">"</span>fe80::92b8:d0ff:fe98:deac<span class="pl-pds">"</span></span>, <span class="pl-ent">"prefix"</span>: <span class="pl-s"><span class="pl-pds">"</span>64<span class="pl-pds">"</span></span>, <span class="pl-ent">"scope"</span>: <span class="pl-s"><span class="pl-pds">"</span>link<span class="pl-pds">"</span></span> } ], <span class="pl-ent">"macaddress"</span>: <span class="pl-s"><span class="pl-pds">"</span>90:b8:d0:98:de:ac<span class="pl-pds">"</span></span>, <span class="pl-ent">"mtu"</span>: <span class="pl-c1">1500</span>, <span class="pl-ent">"promisc"</span>: <span class="pl-c1">false</span>, <span class="pl-ent">"type"</span>: <span class="pl-s"><span class="pl-pds">"</span>ether<span class="pl-pds">"</span></span> }, <span class="pl-ent">"ansible_fips"</span>: <span class="pl-c1">false</span>, <span class="pl-ent">"ansible_form_factor"</span>: <span class="pl-s"><span class="pl-pds">"</span>Other<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_fqdn"</span>: <span class="pl-s"><span class="pl-pds">"</span>identity-app-11.prod.modcloth.com<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_hostname"</span>: <span class="pl-s"><span class="pl-pds">"</span>identity-app-11<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_interfaces"</span>: [ <span class="pl-s"><span class="pl-pds">"</span>lo<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>vethae96c25<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>veth504b979<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>docker0<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>eth0<span class="pl-pds">"</span></span> ], <span class="pl-ent">"ansible_kernel"</span>: <span class="pl-s"><span class="pl-pds">"</span>3.13.0-36-generic<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_lo"</span>: { <span class="pl-ent">"active"</span>: <span class="pl-c1">true</span>, <span class="pl-ent">"device"</span>: <span class="pl-s"><span class="pl-pds">"</span>lo<span class="pl-pds">"</span></span>, <span class="pl-ent">"ipv4"</span>: { <span class="pl-ent">"address"</span>: <span class="pl-s"><span class="pl-pds">"</span>127.0.0.1<span class="pl-pds">"</span></span>, <span class="pl-ent">"netmask"</span>: <span class="pl-s"><span class="pl-pds">"</span>255.0.0.0<span class="pl-pds">"</span></span>, <span class="pl-ent">"network"</span>: <span class="pl-s"><span class="pl-pds">"</span>127.0.0.0<span class="pl-pds">"</span></span> }, <span class="pl-ent">"ipv6"</span>: [ { <span class="pl-ent">"address"</span>: <span class="pl-s"><span class="pl-pds">"</span>::1<span class="pl-pds">"</span></span>, <span class="pl-ent">"prefix"</span>: <span class="pl-s"><span class="pl-pds">"</span>128<span class="pl-pds">"</span></span>, <span class="pl-ent">"scope"</span>: <span class="pl-s"><span class="pl-pds">"</span>host<span class="pl-pds">"</span></span> } ], <span class="pl-ent">"mtu"</span>: <span class="pl-c1">65536</span>, <span class="pl-ent">"promisc"</span>: <span class="pl-c1">false</span>, <span class="pl-ent">"type"</span>: <span class="pl-s"><span class="pl-pds">"</span>loopback<span class="pl-pds">"</span></span> }, <span class="pl-ent">"ansible_lsb"</span>: { <span class="pl-ent">"codename"</span>: <span class="pl-s"><span class="pl-pds">"</span>trusty<span class="pl-pds">"</span></span>, <span class="pl-ent">"description"</span>: <span class="pl-s"><span class="pl-pds">"</span>Ubuntu 14.04.1 LTS<span class="pl-pds">"</span></span>, <span class="pl-ent">"id"</span>: <span class="pl-s"><span class="pl-pds">"</span>Ubuntu<span class="pl-pds">"</span></span>, <span class="pl-ent">"major_release"</span>: <span class="pl-s"><span class="pl-pds">"</span>14<span class="pl-pds">"</span></span>, <span class="pl-ent">"release"</span>: <span class="pl-s"><span class="pl-pds">"</span>14.04<span class="pl-pds">"</span></span> }, <span class="pl-ent">"ansible_machine"</span>: <span class="pl-s"><span class="pl-pds">"</span>x86_64<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_memfree_mb"</span>: <span class="pl-c1">5921</span>, <span class="pl-ent">"ansible_memtotal_mb"</span>: <span class="pl-c1">7984</span>, <span class="pl-ent">"ansible_mounts"</span>: [ { <span class="pl-ent">"device"</span>: <span class="pl-s"><span class="pl-pds">"</span>/dev/vda1<span class="pl-pds">"</span></span>, <span class="pl-ent">"fstype"</span>: <span class="pl-s"><span class="pl-pds">"</span>ext4<span class="pl-pds">"</span></span>, <span class="pl-ent">"mount"</span>: <span class="pl-s"><span class="pl-pds">"</span>/<span class="pl-pds">"</span></span>, <span class="pl-ent">"options"</span>: <span class="pl-s"><span class="pl-pds">"</span>rw<span class="pl-pds">"</span></span>, <span class="pl-ent">"size_available"</span>: <span class="pl-c1">6266978304</span>, <span class="pl-ent">"size_total"</span>: <span class="pl-c1">8030789632</span> }, { <span class="pl-ent">"device"</span>: <span class="pl-s"><span class="pl-pds">"</span>/dev/vdb<span class="pl-pds">"</span></span>, <span class="pl-ent">"fstype"</span>: <span class="pl-s"><span class="pl-pds">"</span>ext3<span class="pl-pds">"</span></span>, <span class="pl-ent">"mount"</span>: <span class="pl-s"><span class="pl-pds">"</span>/mnt<span class="pl-pds">"</span></span>, <span class="pl-ent">"options"</span>: <span class="pl-s"><span class="pl-pds">"</span>rw<span class="pl-pds">"</span></span>, <span class="pl-ent">"size_available"</span>: <span class="pl-c1">299390181376</span>, <span class="pl-ent">"size_total"</span>: <span class="pl-c1">316934193152</span> } ], <span class="pl-ent">"ansible_nodename"</span>: <span class="pl-s"><span class="pl-pds">"</span>identity-app-11.prod.modcloth.com<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_os_family"</span>: <span class="pl-s"><span class="pl-pds">"</span>Debian<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_pkg_mgr"</span>: <span class="pl-s"><span class="pl-pds">"</span>apt<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_processor"</span>: [ <span class="pl-s"><span class="pl-pds">"</span>GenuineIntel<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>GenuineIntel<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>GenuineIntel<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>GenuineIntel<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>GenuineIntel<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>GenuineIntel<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>GenuineIntel<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>GenuineIntel<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz<span class="pl-pds">"</span></span> ], <span class="pl-ent">"ansible_processor_cores"</span>: <span class="pl-c1">1</span>, <span class="pl-ent">"ansible_processor_count"</span>: <span class="pl-c1">1</span>, <span class="pl-ent">"ansible_processor_threads_per_core"</span>: <span class="pl-c1">1</span>, <span class="pl-ent">"ansible_processor_vcpus"</span>: <span class="pl-c1">1</span>, <span class="pl-ent">"ansible_product_name"</span>: <span class="pl-s"><span class="pl-pds">"</span>SmartDC HVM<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_product_serial"</span>: <span class="pl-s"><span class="pl-pds">"</span>NA<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_product_uuid"</span>: <span class="pl-s"><span class="pl-pds">"</span>NA<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_product_version"</span>: <span class="pl-s"><span class="pl-pds">"</span>7.20140710T182029Z<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_python_version"</span>: <span class="pl-s"><span class="pl-pds">"</span>2.7.6<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_selinux"</span>: <span class="pl-c1">false</span>, <span class="pl-ent">"ansible_ssh_host_key_dsa_public"</span>: <span class="pl-s"><span class="pl-pds">"</span>AAAAB3NzaC1kc3MAAACBAPDXkFuqp2U3gbv0EYiorAKetLROD8tX3CcwAuhnn30xF+QkiXDuGZXnwCbamxbn5NPdJKUR+yT4WUp5D66fxM+BC3vPdYjH631oiTd7QSSUenm0nlX088RiycX1zNgVQD3KPllbM54fbEjtHoYfGvpFdzgj095HFRdwtndc5vTzAAAAFQDHbgL4EHIeEFDCfZKmVif4TM3XHQAAAIBe/QW+7yaOJYnyxZBU1J2Sd+nCVJkmeKnXYGiWvAOUkYSILbpfTR6gu+2cDiAmT8Hyc2BpHkSLBCeCOy2TM7wrguR8uSm/q6XbrhwQPH+XiYGH6nrB88sR2MboZCSzevPmgwiMJr+4EjUFEmA7sxMU5P15HVUPFUO5XJbNpUsnEgAAAIB4abduwf9krn178p/nsCwRpA8FmRCM08uB7R9lOrvqBeW1CCfBxCqHeC+oTU6A3/Q5eEFvwMjwqgI4zdJeHrZMo8QQeRmRScePALSo8hM5U5i1e2OrECRbXI3nPx+1F8AuT72GQuuNdK3qJAru/WGR1a/3raKfZQ5hw3TNeddFsg==<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_ssh_host_key_ecdsa_public"</span>: <span class="pl-s"><span class="pl-pds">"</span>AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBZg4K0x2L+cfnvm7geeomm6Y6yl5WpTmmMIsOKsgDugBYBbhhFI9fWun8kuqEz9bbwIES4yCaMgLmzZMhYMWgI=<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_ssh_host_key_rsa_public"</span>: <span class="pl-s"><span class="pl-pds">"</span>AAAAB3NzaC1yc2EAAAADAQABAAABAQCu1sZhPDnrLLP1GAvmm/4UAtPT1+xZZy7bJmzTwjkYZ/8WYXGtwc3TtJ4tX1syrCu8voavf+W81F7njiLFhNAo2UlYHr09mNfVLWcjlIcMGeQaM2VbHGmzW4vBqf4D8hbj8lFdr4FRebJXAesllwNA+No9/sLN833Qdleo/mTwSG2TpYWGnj7Kfz21NSH+sBvW01H8s9DBXULwcHDwyX9HOIlws8FLuoCdmJvHBloWHPHAzCgqKBzWotNRrwABb9rQm8PARObSVHXQdgf0on7/vd+mRne11cxQziuDTnaTPN6L3dnLMfdekgsn0tkowmAzBGPkMd6D5dtgXUKkz1tD<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_swapfree_mb"</span>: <span class="pl-c1">1949</span>, <span class="pl-ent">"ansible_swaptotal_mb"</span>: <span class="pl-c1">1949</span>, <span class="pl-ent">"ansible_system"</span>: <span class="pl-s"><span class="pl-pds">"</span>Linux<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_system_vendor"</span>: <span class="pl-s"><span class="pl-pds">"</span>Joyent<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_user_id"</span>: <span class="pl-s"><span class="pl-pds">"</span>ubuntu<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_userspace_architecture"</span>: <span class="pl-s"><span class="pl-pds">"</span>x86_64<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_userspace_bits"</span>: <span class="pl-s"><span class="pl-pds">"</span>64<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_veth504b979"</span>: { <span class="pl-ent">"active"</span>: <span class="pl-c1">true</span>, <span class="pl-ent">"device"</span>: <span class="pl-s"><span class="pl-pds">"</span>veth504b979<span class="pl-pds">"</span></span>, <span class="pl-ent">"ipv6"</span>: [ { <span class="pl-ent">"address"</span>: <span class="pl-s"><span class="pl-pds">"</span>fe80::1467:dff:fe24:b6f3<span class="pl-pds">"</span></span>, <span class="pl-ent">"prefix"</span>: <span class="pl-s"><span class="pl-pds">"</span>64<span class="pl-pds">"</span></span>, <span class="pl-ent">"scope"</span>: <span class="pl-s"><span class="pl-pds">"</span>link<span class="pl-pds">"</span></span> } ], <span class="pl-ent">"macaddress"</span>: <span class="pl-s"><span class="pl-pds">"</span>16:67:0d:24:b6:f3<span class="pl-pds">"</span></span>, <span class="pl-ent">"mtu"</span>: <span class="pl-c1">1500</span>, <span class="pl-ent">"promisc"</span>: <span class="pl-c1">true</span>, <span class="pl-ent">"type"</span>: <span class="pl-s"><span class="pl-pds">"</span>ether<span class="pl-pds">"</span></span> }, <span class="pl-ent">"ansible_vethae96c25"</span>: { <span class="pl-ent">"active"</span>: <span class="pl-c1">true</span>, <span class="pl-ent">"device"</span>: <span class="pl-s"><span class="pl-pds">"</span>vethae96c25<span class="pl-pds">"</span></span>, <span class="pl-ent">"ipv6"</span>: [ { <span class="pl-ent">"address"</span>: <span class="pl-s"><span class="pl-pds">"</span>fe80::14d0:24ff:fe9d:d53<span class="pl-pds">"</span></span>, <span class="pl-ent">"prefix"</span>: <span class="pl-s"><span class="pl-pds">"</span>64<span class="pl-pds">"</span></span>, <span class="pl-ent">"scope"</span>: <span class="pl-s"><span class="pl-pds">"</span>link<span class="pl-pds">"</span></span> } ], <span class="pl-ent">"macaddress"</span>: <span class="pl-s"><span class="pl-pds">"</span>16:d0:24:9d:0d:53<span class="pl-pds">"</span></span>, <span class="pl-ent">"mtu"</span>: <span class="pl-c1">1500</span>, <span class="pl-ent">"promisc"</span>: <span class="pl-c1">true</span>, <span class="pl-ent">"type"</span>: <span class="pl-s"><span class="pl-pds">"</span>ether<span class="pl-pds">"</span></span> }, <span class="pl-ent">"ansible_virtualization_role"</span>: <span class="pl-s"><span class="pl-pds">"</span>NA<span class="pl-pds">"</span></span>, <span class="pl-ent">"ansible_virtualization_type"</span>: <span class="pl-s"><span class="pl-pds">"</span>NA<span class="pl-pds">"</span></span>, <span class="pl-ent">"module_setup"</span>: <span class="pl-c1">true</span> }, <span class="pl-ent">"changed"</span>: <span class="pl-c1">false</span> }</pre></div> <p dir="auto">Output of /proc/cpuinfo:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 2 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 3 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 4 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 5 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 6 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 7 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management:"><pre class="notranslate"><code class="notranslate">processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 2 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 3 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 4 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 5 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 6 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 7 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz stepping : 7 cpu MHz : 2600.036 cache size : 4096 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm bogomips : 5200.07 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: </code></pre></div> <h5 dir="auto">Steps To Reproduce:</h5> <h5 dir="auto">Expected Results:</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="... &quot;ansible_processor&quot;: [ &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot; ], ..."><pre class="notranslate"><code class="notranslate">... "ansible_processor": [ "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz" ], ... </code></pre></div> <h5 dir="auto">Actual Results:</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="... &quot;ansible_processor&quot;: [ &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot;, &quot;GenuineIntel&quot;, &quot;Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&quot; ], ..."><pre class="notranslate"><code class="notranslate">... "ansible_processor": [ "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz" ], ... </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">command</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.2.0 config file = configured module search path = Default w/o overrides"><pre class="notranslate"><code class="notranslate">ansible 2.2.2.0 config file = configured module search path = Default w/o overrides </code></pre></div> <h5 dir="auto">CONFIGURATION</h5> <p dir="auto">NA</p> <h5 dir="auto">OS / ENVIRONMENT</h5> <p dir="auto">CentOS 6.7</p> <h5 dir="auto">SUMMARY</h5> <p dir="auto">When using ansible to run command module such as <code class="notranslate">sleep 60</code>,terminate the task at 10s by <code class="notranslate">ctr + c</code>,the task in the client keep running until finished.</p> <h5 dir="auto">STEPS TO REPRODUCE</h5> <p dir="auto">run command as below</p> <div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="ansible -i /tmp/inventory all -m command -a &quot;sleep 60&quot;"><pre class="notranslate"><span class="pl-s">ansible -i /tmp/inventory all -m command -a "sleep 60"</span></pre></div> <p dir="auto">then press <code class="notranslate">ctr + c</code> to stop the job, go to the client and press <code class="notranslate">w</code></p> <h5 dir="auto">EXPECTED RESULTS</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" 10:05:48 up 1:14, 2 users, load average: 0.00, 0.00, 0.00 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT vagrant pts/1 10.0.2.2 09:09 0.00s 0.15s 0.00s w"><pre class="notranslate"><code class="notranslate"> 10:05:48 up 1:14, 2 users, load average: 0.00, 0.00, 0.00 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT vagrant pts/1 10.0.2.2 09:09 0.00s 0.15s 0.00s w </code></pre></div> <h5 dir="auto">ACTUAL RESULTS</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" 10:05:48 up 1:14, 2 users, load average: 0.00, 0.00, 0.00 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT vagrant pts/0 172.16.0.2 10:05 13.00s 0.05s 0.00s /bin/sh -c /usr/bin/python /home/vagrant/.ansible/tmp/ansible-tmp-1493114734.76-46381167838594/command.py; rm -rf &quot;/home/vagrant/.ansible/tmp/ansib vagrant pts/1 10.0.2.2 09:09 0.00s 0.15s 0.00s w"><pre class="notranslate"><code class="notranslate"> 10:05:48 up 1:14, 2 users, load average: 0.00, 0.00, 0.00 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT vagrant pts/0 172.16.0.2 10:05 13.00s 0.05s 0.00s /bin/sh -c /usr/bin/python /home/vagrant/.ansible/tmp/ansible-tmp-1493114734.76-46381167838594/command.py; rm -rf "/home/vagrant/.ansible/tmp/ansib vagrant pts/1 10.0.2.2 09:09 0.00s 0.15s 0.00s w </code></pre></div>
0
<p dir="auto">Jasmine poses a problem since it relies on injecting variables into the local scope of a module.</p> <p dir="auto">Here's what I want to accomplish.</p> <ul dir="auto"> <li>Create my dev/production server bundle as usual in one file</li> <li>Create a separate bundle for running via Jasmine whose modules can <code class="notranslate">require</code> any module out of the main server bundle.</li> <li>None of those modules should be duplicated in the test bundle -- it should be able to access the same modules containing the realtime state of the server.</li> <li>It must work with <code class="notranslate">target: 'node'</code>. I tried using CommonsChunkPlugin to do this but it doesn't seem to work with <code class="notranslate">target: 'node'</code>?</li> </ul> <p dir="auto">Is there a way to do this?</p>
<p dir="auto">I'm using webpack 5 the latest version of webpack it brings many cool features but unfortunately, I got a lot of issues while I trying to load web fonts. I install both of font-awesome 5 and bootstrap icons npm package in my project and include it inside my <code class="notranslate">app.scss</code> when I run <code class="notranslate">npm run build</code> command to create a dist folder a got this error.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/8a74776f7648ca9b0056d9f336b27bdf9786d3592f07c0c2c73c81cd96503407/68747470733a2f2f692e737461636b2e696d6775722e636f6d2f41424d6b702e706e67"><img src="https://camo.githubusercontent.com/8a74776f7648ca9b0056d9f336b27bdf9786d3592f07c0c2c73c81cd96503407/68747470733a2f2f692e737461636b2e696d6775722e636f6d2f41424d6b702e706e67" alt="Image" data-canonical-src="https://i.stack.imgur.com/ABMkp.png" style="max-width: 100%;"></a></p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/a4e553c78c9269119fe4d5cadd67a3adda2cb6ce0de022868bc941043ff9e893/68747470733a2f2f692e737461636b2e696d6775722e636f6d2f76474d4e522e706e67"><img src="https://camo.githubusercontent.com/a4e553c78c9269119fe4d5cadd67a3adda2cb6ce0de022868bc941043ff9e893/68747470733a2f2f692e737461636b2e696d6775722e636f6d2f76474d4e522e706e67" alt="Image" data-canonical-src="https://i.stack.imgur.com/vGMNR.png" style="max-width: 100%;"></a></p> <p dir="auto"><strong>webpack.config.js</strong></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 TerserPlugin = require(&quot;terser-webpack-plugin&quot;); const MiniCssExtractPlugin = require(&quot;mini-css-extract-plugin&quot;); module.exports = { mode: process.env.NODE_ENV, entry: { app: [path.resolve(__dirname, &quot;src/js/app.js&quot;), path.resolve(__dirname, &quot;src/scss/app.scss&quot;)], }, output: { path: path.resolve(__dirname, &quot;dist&quot;), filename: &quot;js/[name].bundle.js&quot;, assetModuleFilename: &quot;images/[hash][ext][query]&quot;, clean: true, }, devServer: { contentBase: path.join(__dirname, &quot;dist&quot;), compress: true, open: true, port: 3000, }, devtool: &quot;source-map&quot;, module: { rules: [ { test: /\.js$/, exclude: /(node_modules)/, use: { loader: &quot;babel-loader&quot;, options: { presets: [&quot;@babel/preset-env&quot;], plugins: [&quot;@babel/plugin-proposal-class-properties&quot;], cacheDirectory: true, }, }, }, { test: /\.s[ac]ss$/i, use: [ process.env.NODE_ENV !== &quot;production&quot; ? &quot;style-loader&quot; : MiniCssExtractPlugin.loader, { loader: &quot;css-loader&quot;, options: { sourceMap: true, }, }, { loader: &quot;postcss-loader&quot;, options: { implementation: require(&quot;postcss&quot;), sourceMap: true, postcssOptions: { plugins: [[&quot;postcss-preset-env&quot;, { browsers: &quot;last 2 versions&quot; }]], }, }, }, { loader: &quot;sass-loader&quot;, options: { implementation: require(&quot;sass&quot;), sourceMap: true, sassOptions: { fiber: require(&quot;fibers&quot;), outputStyle: &quot;compressed&quot;, }, }, }, ], }, { test: /\.(ico|png|svg|jpg|jpeg|gif|svg|webp|tiff)$/i, type: &quot;asset/resource&quot;, generator: { filename: &quot;images/[name].[hash][ext]&quot;, }, }, { test: /\.(svg|woff|woff2|eot|ttf|otf)$/i, type: &quot;asset/inline&quot;, }, ], }, plugins: [ new HtmlWebpackPlugin({ template: path.resolve(__dirname, &quot;src/index.html&quot;), inject: &quot;body&quot;, }), new MiniCssExtractPlugin({ filename: &quot;css/[name].bundle.css&quot;, chunkFilename: &quot;css/[id].bundle.css&quot;, }), ], optimization: { minimize: true, minimizer: [new TerserPlugin()], splitChunks: { chunks: &quot;all&quot;, }, runtimeChunk: { name: &quot;runtime&quot;, }, }, performance: { hints: false, }, experiments: { asset: true, }, };"><pre class="notranslate"><code class="notranslate">const path = require("path"); const webpack = require("webpack"); const HtmlWebpackPlugin = require("html-webpack-plugin"); const TerserPlugin = require("terser-webpack-plugin"); const MiniCssExtractPlugin = require("mini-css-extract-plugin"); module.exports = { mode: process.env.NODE_ENV, entry: { app: [path.resolve(__dirname, "src/js/app.js"), path.resolve(__dirname, "src/scss/app.scss")], }, output: { path: path.resolve(__dirname, "dist"), filename: "js/[name].bundle.js", assetModuleFilename: "images/[hash][ext][query]", clean: true, }, devServer: { contentBase: path.join(__dirname, "dist"), compress: true, open: true, port: 3000, }, devtool: "source-map", module: { rules: [ { test: /\.js$/, exclude: /(node_modules)/, use: { loader: "babel-loader", options: { presets: ["@babel/preset-env"], plugins: ["@babel/plugin-proposal-class-properties"], cacheDirectory: true, }, }, }, { test: /\.s[ac]ss$/i, use: [ process.env.NODE_ENV !== "production" ? "style-loader" : MiniCssExtractPlugin.loader, { loader: "css-loader", options: { sourceMap: true, }, }, { loader: "postcss-loader", options: { implementation: require("postcss"), sourceMap: true, postcssOptions: { plugins: [["postcss-preset-env", { browsers: "last 2 versions" }]], }, }, }, { loader: "sass-loader", options: { implementation: require("sass"), sourceMap: true, sassOptions: { fiber: require("fibers"), outputStyle: "compressed", }, }, }, ], }, { test: /\.(ico|png|svg|jpg|jpeg|gif|svg|webp|tiff)$/i, type: "asset/resource", generator: { filename: "images/[name].[hash][ext]", }, }, { test: /\.(svg|woff|woff2|eot|ttf|otf)$/i, type: "asset/inline", }, ], }, plugins: [ new HtmlWebpackPlugin({ template: path.resolve(__dirname, "src/index.html"), inject: "body", }), new MiniCssExtractPlugin({ filename: "css/[name].bundle.css", chunkFilename: "css/[id].bundle.css", }), ], optimization: { minimize: true, minimizer: [new TerserPlugin()], splitChunks: { chunks: "all", }, runtimeChunk: { name: "runtime", }, }, performance: { hints: false, }, experiments: { asset: true, }, }; </code></pre></div> <p dir="auto"><strong>src/scss/app.scss</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@import &quot;~bootstrap-icons/font/bootstrap-icons&quot;; $fa-font-path: &quot;@fortawesome/fontawesome-free/webfonts&quot;; @import &quot;~@fortawesome/fontawesome-free/scss/fontawesome&quot;; @import &quot;~@fortawesome/fontawesome-free/scss/solid&quot;; @import &quot;~@fortawesome/fontawesome-free/scss/brands&quot;; @import &quot;~@fortawesome/fontawesome-free/scss/regular&quot;;"><pre class="notranslate"><code class="notranslate">@import "~bootstrap-icons/font/bootstrap-icons"; $fa-font-path: "@fortawesome/fontawesome-free/webfonts"; @import "~@fortawesome/fontawesome-free/scss/fontawesome"; @import "~@fortawesome/fontawesome-free/scss/solid"; @import "~@fortawesome/fontawesome-free/scss/brands"; @import "~@fortawesome/fontawesome-free/scss/regular"; </code></pre></div> <p dir="auto">I try to find how to fix this issue by locking for other example but I didn't find anything useful.</p>
0
<p dir="auto">I'm trying to get three.js to run in rogerwang/node-webkit, the <code class="notranslate">canvas_</code> examples are all fine, but I got a <code class="notranslate">Uncaught TypeError: Type error</code> when opening the <code class="notranslate">webgl_</code> examples.</p> <p dir="auto">The line that caused this problem is:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="_gl.uniformMatrix4fv( p_uniforms.projectionMatrix, false, camera._projectionMatrixArray );"><pre class="notranslate"><span class="pl-s1">_gl</span><span class="pl-kos">.</span><span class="pl-en">uniformMatrix4fv</span><span class="pl-kos">(</span> <span class="pl-s1">p_uniforms</span><span class="pl-kos">.</span><span class="pl-c1">projectionMatrix</span><span class="pl-kos">,</span> <span class="pl-c1">false</span><span class="pl-kos">,</span> <span class="pl-s1">camera</span><span class="pl-kos">.</span><span class="pl-c1">_projectionMatrixArray</span> <span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div> <p dir="auto">After commenting this line, other calls to <code class="notranslate">_gl.uniformMatrix4fv</code> will still throw type errors.</p> <p dir="auto">Since three.js is fine under Chromium, so I think it's caused by absence of some features in node-webkit, what reasons do you think may have caused this error?</p> <p dir="auto">Thanks.</p>
<h5 dir="auto">Description of the problem</h5> <p dir="auto">Why is there no videoTexture toJson imlpemented. Saving state of a videoTexture saves it as Texture with an image and not VideoTexture with video. This happens because videoTexture inherits its toJson from Texture.</p> <p dir="auto">Also there is no support for parsing videoTexture and saving video tags. Is the video saving feature under development or are we have to stop using videoTexture and use Texture with render loop to drawImage.</p> <h5 dir="auto">Three.js version</h5> <ul class="contains-task-list"> <li>[ x] Dev</li> <li>[ x] r80</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> ...</li> </ul> <h5 dir="auto">Browser</h5> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> All of them</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Chrome</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Firefox</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Internet Explorer</li> </ul> <h5 dir="auto">OS</h5> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> All of them</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Windows</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Linux</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Android</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> IOS</li> </ul> <h5 dir="auto">Hardware Requirements (graphics card, VR Device, ...)</h5>
0
<p dir="auto">Not a bootstrap issue but an annoying navigation issue in getbootstrap.com/components/</p> <p dir="auto">On my wide screen the height of the left menu is bigger than my screen's height. Due to some smart scrolling, I guess, all items in the left menu which are below my visible area are not accessible. I would not normally report an issue like this, but this website is about CSS and should work as good as the framework is. And it really is.</p>
<p dir="auto">Hi,</p> <p dir="auto">Links on the bottom of the menu on the left are not easy reachable. I have to manually scroll to the end of the page.<br> Maybe add a scrollbar ?:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/407a90f242922e3682da5a5076f1e568b1fa6a490ce300cd24b0e67909ebe54e/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f353138313431392f313237383733332f33376133333262322d326632322d313165332d383033312d3632663330326366656235632e706e67"><img src="https://camo.githubusercontent.com/407a90f242922e3682da5a5076f1e568b1fa6a490ce300cd24b0e67909ebe54e/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f353138313431392f313237383733332f33376133333262322d326632322d313165332d383033312d3632663330326366656235632e706e67" alt="2013-10-06_195759" data-canonical-src="https://f.cloud.github.com/assets/5181419/1278733/37a332b2-2f22-11e3-8031-62f302cfeb5c.png" style="max-width: 100%;"></a></p>
1
<p dir="auto">I am working on a script against an app which performs backend queries via graphql. Request path is the same, only body in POST requests are different. When I manually visit one section of the site which displays various data I can clearly see multiple graphql queries with different content. However when I run it in a playwright script only first one issued and responded, rest of them do not fire up. This issue happens in puppeteer as well, but not selenium which handles it correctly.</p> <p dir="auto">For example when I visit page manually 3 requests are issued (also via selenium):</p> <ul dir="auto"> <li>graphql1</li> <li>graphql2</li> <li>graphql3</li> </ul> <p dir="auto">In case of Playwright and Puppeteer only first one is issued, <strong>graphql2</strong> and <strong>graphql3</strong> are not visible in devtools (it's also noticeable on page which lacks data)</p> <p dir="auto">Question is - is there a special way to handle such scenarios in Playwright? Is there some magic in the background that blocks requests considered duplicates and can be turned off?</p>
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.32]</li> <li>Operating System: [macOS 13.2.1]</li> <li>Browser: [Chromium]</li> <li>node: v18.12.1</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I provided exact source code that allows reproducing the issue locally.</li> </ul> <p dir="auto"><strong>Link to the GitHub repository with the repro</strong></p> <p dir="auto"><a href="https://github.com/skvale/playwright-repro">https://github.com/skvale/playwright-repro</a></p> <p dir="auto">or</p> <p dir="auto"><strong>Config file</strong></p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// playwright.config.ts /** @type {import('@playwright/test').Config} */ const config = { updateSnapshots: 'missing', timeout: 20000, webServer: { command: 'pnpm build &amp;&amp; pnpm serve', url: 'http://localhost:3003/', reuseExistingServer: false, timeout: 20000, }, workers: 8, retries: process.env.CI ? 5 : 0, projects: [ { name: 'test', use: { javaScriptEnabled: true, }, }, ], use: { baseURL: 'http://localhost:3003/', screenshot: 'only-on-failure', trace: 'retain-on-failure', launchOptions: { ignoreDefaultArgs: ['--hide-scrollbars'], }, }, }; export default config;"><pre class="notranslate"><span class="pl-c">// playwright.config.ts</span> <span class="pl-c">/** <span class="pl-k">@type</span> {import('@playwright/test').Config} */</span> <span class="pl-k">const</span> <span class="pl-s1">config</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span> <span class="pl-c1">updateSnapshots</span>: <span class="pl-s">'missing'</span><span class="pl-kos">,</span> <span class="pl-c1">timeout</span>: <span class="pl-c1">20000</span><span class="pl-kos">,</span> <span class="pl-c1">webServer</span>: <span class="pl-kos">{</span> <span class="pl-c1">command</span>: <span class="pl-s">'pnpm build &amp;&amp; pnpm serve'</span><span class="pl-kos">,</span> <span class="pl-c1">url</span>: <span class="pl-s">'http://localhost:3003/'</span><span class="pl-kos">,</span> <span class="pl-c1">reuseExistingServer</span>: <span class="pl-c1">false</span><span class="pl-kos">,</span> <span class="pl-c1">timeout</span>: <span class="pl-c1">20000</span><span class="pl-kos">,</span> <span class="pl-kos">}</span><span class="pl-kos">,</span> <span class="pl-c1">workers</span>: <span class="pl-c1">8</span><span class="pl-kos">,</span> <span class="pl-c1">retries</span>: <span class="pl-s1">process</span><span class="pl-kos">.</span><span class="pl-c1">env</span><span class="pl-kos">.</span><span class="pl-c1">CI</span> ? <span class="pl-c1">5</span> : <span class="pl-c1">0</span><span class="pl-kos">,</span> <span class="pl-c1">projects</span>: <span class="pl-kos">[</span> <span class="pl-kos">{</span> <span class="pl-c1">name</span>: <span class="pl-s">'test'</span><span class="pl-kos">,</span> <span class="pl-c1">use</span>: <span class="pl-kos">{</span> <span class="pl-c1">javaScriptEnabled</span>: <span class="pl-c1">true</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">use</span>: <span class="pl-kos">{</span> <span class="pl-c1">baseURL</span>: <span class="pl-s">'http://localhost:3003/'</span><span class="pl-kos">,</span> <span class="pl-c1">screenshot</span>: <span class="pl-s">'only-on-failure'</span><span class="pl-kos">,</span> <span class="pl-c1">trace</span>: <span class="pl-s">'retain-on-failure'</span><span class="pl-kos">,</span> <span class="pl-c1">launchOptions</span>: <span class="pl-kos">{</span> <span class="pl-c1">ignoreDefaultArgs</span>: <span class="pl-kos">[</span><span class="pl-s">'--hide-scrollbars'</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-kos">;</span> <span class="pl-k">export</span> <span class="pl-k">default</span> <span class="pl-s1">config</span><span class="pl-kos">;</span></pre></div> <p dir="auto"><strong>Test file (self-contained)</strong></p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import {expect, test} from '@playwright/test'; test.describe.parallel('Site', () =&gt; { test('shows home content', async ({page}) =&gt; { await page.goto('/'); await expect(page.getByText('@2023 All rights reserved')).toBeVisible(); }); });"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-kos">{</span><span class="pl-s1">expect</span><span class="pl-kos">,</span> <span class="pl-s1">test</span><span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'@playwright/test'</span><span class="pl-kos">;</span> <span class="pl-s1">test</span><span class="pl-kos">.</span><span class="pl-c1">describe</span><span class="pl-kos">.</span><span class="pl-en">parallel</span><span class="pl-kos">(</span><span class="pl-s">'Site'</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-en">test</span><span class="pl-kos">(</span><span class="pl-s">'shows home content'</span><span class="pl-kos">,</span> <span class="pl-k">async</span> <span class="pl-kos">(</span><span class="pl-kos">{</span>page<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">await</span> <span class="pl-s1">page</span><span class="pl-kos">.</span><span class="pl-en">goto</span><span class="pl-kos">(</span><span class="pl-s">'/'</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">await</span> <span class="pl-en">expect</span><span class="pl-kos">(</span><span class="pl-s1">page</span><span class="pl-kos">.</span><span class="pl-en">getByText</span><span class="pl-kos">(</span><span class="pl-s">'@2023 All rights reserved'</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">toBeVisible</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-kos">)</span><span class="pl-kos">;</span></pre></div> <p dir="auto"><strong>Steps</strong></p> <ul dir="auto"> <li>pnpm install</li> <li>pnpm test</li> </ul> <p dir="auto"><strong>Expected</strong></p> <p dir="auto"><code class="notranslate">playwright test test.playwright.test.ts --ui</code> loads Playwright in UI mode</p> <p dir="auto"><strong>Actual</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt; playwright test test.playwright.test.ts &quot;--ui&quot; /Users/me/project/node_modules/.pnpm/@[email protected]/node_modules/@playwright/test/lib/runner/uiMode.js:159 this._page.mainFrame().evaluateExpression(dispatchFuncSource, true, message).catch(e =&gt; this._originalStderr(String(e))); ^ TypeError: Cannot read properties of undefined (reading 'mainFrame') at UIMode._dispatchEvent (/Users/me/project/node_modules/.pnpm/@[email protected]/node_modules/@playwright/test/lib/runner/uiMode.js:159:16) at Timeout._onTimeout (/Users/me/project/node_modules/.pnpm/@[email protected]/node_modules/@playwright/test/lib/runner/uiMode.js:69:14) at listOnTimeout (node:internal/timers:564:17) at processTimers (node:internal/timers:507:7)"><pre class="notranslate"><code class="notranslate">&gt; playwright test test.playwright.test.ts "--ui" /Users/me/project/node_modules/.pnpm/@[email protected]/node_modules/@playwright/test/lib/runner/uiMode.js:159 this._page.mainFrame().evaluateExpression(dispatchFuncSource, true, message).catch(e =&gt; this._originalStderr(String(e))); ^ TypeError: Cannot read properties of undefined (reading 'mainFrame') at UIMode._dispatchEvent (/Users/me/project/node_modules/.pnpm/@[email protected]/node_modules/@playwright/test/lib/runner/uiMode.js:159:16) at Timeout._onTimeout (/Users/me/project/node_modules/.pnpm/@[email protected]/node_modules/@playwright/test/lib/runner/uiMode.js:69:14) at listOnTimeout (node:internal/timers:564:17) at processTimers (node:internal/timers:507:7) </code></pre></div> <h3 dir="auto">Additional info:</h3> <p dir="auto">Link to the line that was failing<br> </p><div class="Box Box--condensed my-2"> <div class="Box-header f6"> <p class="mb-0 text-bold"> <a href="https://github.com/microsoft/playwright/blob/d10fac4f6a0dfeb3577eec6cdff7ec3bdc843c01/packages/playwright-test/src/runner/uiMode.ts#L152">playwright/packages/playwright-test/src/runner/uiMode.ts</a> </p> <p class="mb-0 color-fg-muted"> Line 152 in <a data-pjax="true" class="commit-tease-sha" href="/microsoft/playwright/commit/d10fac4f6a0dfeb3577eec6cdff7ec3bdc843c01">d10fac4</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="L152" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="152"></td> <td id="LC152" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">_page</span><span class="pl-kos">.</span><span class="pl-en">mainFrame</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">evaluateExpression</span><span class="pl-kos">(</span><span class="pl-s1">dispatchFuncSource</span><span class="pl-kos">,</span> <span class="pl-c1">true</span><span class="pl-kos">,</span> <span class="pl-s1">message</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">catch</span><span class="pl-kos">(</span><span class="pl-s1">e</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-en">_originalStderr</span><span class="pl-kos">(</span><span class="pl-smi">String</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-kos">)</span><span class="pl-kos">;</span> </td> </tr> </tbody></table> </div> </div> <p></p> <p dir="auto">Wrapping it in an <code class="notranslate">if (this._page)</code> seems to work</p> <p dir="auto">Message looks like this <code class="notranslate">{ message: { method: 'listChanged' } }</code>, perhaps the output from the build command is triggering events before the page is initialized</p>
0
<p dir="auto">I worked through an example from the <a href="http://doc.scrapy.org/en/latest/topics/shell.html" rel="nofollow">documentation</a> on the scrapy shell. One of the commands there did not work however and I got an <code class="notranslate">AlreadyCalledError</code> from a deferred in Twisted.</p> <p dir="auto">More specifically, <a href="http://doc.scrapy.org/en/latest/topics/shell.html#example-of-shell-session" rel="nofollow">this example</a> failed during the call to <code class="notranslate">request.replace(method="POST")</code>. The method should return a new object according to its doc, but I think the reason Twisted throws the <code class="notranslate">AlreadyCalledError</code> is because it has run through the deferred's callbacks already in the new object. In other words, <code class="notranslate">request.replace()</code> is not returning an independent clone.</p> <p dir="auto">Here's a <a href="https://gist.github.com/gkb/c55c21316ccb2355d792">gist</a> containing the exact error message.</p>
<p dir="auto">I try to get items from selector, method xpath consider my xpath as a string. I have seen in a book that if i want to iterate over my selector instead of the all page i should use a dot before my xpath, but it seems that doesn't work. This cause i can't get the URL of the article to continue to add items in the items loader from the method parse_article_text. In parse_article_text, i think i don't want to use selector anymore i can use the response to get items from the all page, because i am in the full article page.</p> <h2 dir="auto">Example</h2> <p dir="auto">I want to get infos from this selector --&gt; article_xpath = "//div[<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/id/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/id">@id</a>='zox-feat-wrap' or <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/id/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/id">@id</a>='zox-home-cont-wrap']//*[contains(<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Class/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Class">@Class</a>,'zox-art-wrap zoxrel')]"<br> Try to get the title from the selector, this why i use a dot in --&gt; titre_article_xpath = ".//h2[<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Class/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Class">@Class</a>='zox-s-title2' or <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Class/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Class">@Class</a>='zox-s-title1']/text()"</p> <p dir="auto">But the true xpath for all the items in the method parse_article begin with //div[<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/id/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/id">@id</a>='zox-feat-wrap' or <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/id/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/id">@id</a>='zox-home-cont-wrap']//*[contains(<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Class/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Class">@Class</a>,'zox-art-wrap zoxrel')]</p> <p dir="auto">Ex: the full xpath for the titre_article_xpath mentioned before is //div[<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/id/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/id">@id</a>='zox-feat-wrap' or <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/id/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/id">@id</a>='zox-home-cont-wrap']//*[contains(<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Class/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Class">@Class</a>,'zox-art-wrap zoxrel')]//h2[<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Class/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Class">@Class</a>='zox-s-title2' or <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Class/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Class">@Class</a>='zox-s-title1']/text()</p> <p dir="auto">`import scrapy<br> from ..items import HapiItem<br> from scrapy.loader import ItemLoader<br> from itemloaders.processors import MapCompose, Join, Compose<br> from w3lib.html import replace_escape_chars</p> <p dir="auto">class Juno7Spider(scrapy.Spider):<br> name = 'juno7'<br> allowed_domains = ['juno7.ht']</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="url = 'https://www.juno7.ht/{}' list_category = ('sports/', 'politique/') def start_requests(self): for category in Juno7Spider.list_category: url_category = Juno7Spider.url.format(category) yield scrapy.Request(url_category, self.parse) def parse(self, response): suivant_url_xpath = &quot;//a[normalize-space()='Next ›']/@href&quot; article_xpath = &quot;//div[@id='zox-feat-wrap' or @id='zox-home-cont-wrap']//*[contains(@class,'zox-art-wrap zoxrel')]&quot; for article in response.xpath(article_xpath): yield self.parse_article(selector=article, response=response) next_page = response.xpath(suivant_url_xpath).get() if next_page is not None: yield response.follow(url=next_page, callback=self.parse) def parse_article(self, selector=None, response=None): l = ItemLoader(item=HapiItem(), selector=selector) l.default_input_processor = MapCompose(lambda v: v.split(), replace_escape_chars) l.default_output_processor = Join() lien_article_xpath = &quot;.//div[@class='zox-art-title']/a/@href&quot; titre_article_xpath = &quot;.//h2[@class='zox-s-title2' or @class='zox-s-title1']/text()&quot; date_article_xpath = &quot;.//div[@class='zox-byline-wrap']/span[@class='zox-byline-date']/text()&quot; # format 8 AVRIL 2021 dd mm yyyy or time AGO jusqu'au 7 jours ex 7 JOURS AGO image_couverture_article_url_xpath = &quot;.//img[contains(@class,'zox-reg-img')]/@src&quot; auteur_article_xpath = &quot;.//div[@class='zox-byline-wrap']/span[@class='zox-byline-name']/text()&quot; category_article_xpath = &quot;.//h3[@class='zox-s-cat']/span/text()&quot; l.add_xpath('title', titre_article_xpath) l.add_xpath('url_cover_image', image_couverture_article_url_xpath, MapCompose(lambda i: response.urljoin(i))) l.add_value('author', auteur_article_xpath) l.add_xpath('date', date_article_xpath) l.add_value('category', category_article_xpath) # return l.load_item() url = response.xpath(lien_article_xpath).get() return response.follow(url=url, callback=self.parse_article_text, cb_kwargs=dict(item=l)) #yield response.follow(url=lien_article_xpath, callback=self.parse_article_text, cb_kwargs=dict(item = l)) def parse_article_text(self, response, item): texte_article = &quot;//div[contains(@class, 'zox-post-body left zoxrel zox100')]//div[@class='theiaPostSlider_preloadedSlide']/p[position() &lt; (count(//h5[text()='En savoir plus:']/preceding-sibling::*))]/text()&quot; item.add_xpath('text', texte_article) item.add_value('url_article', response.url) return item.load_item()"><pre class="notranslate"><code class="notranslate">url = 'https://www.juno7.ht/{}' list_category = ('sports/', 'politique/') def start_requests(self): for category in Juno7Spider.list_category: url_category = Juno7Spider.url.format(category) yield scrapy.Request(url_category, self.parse) def parse(self, response): suivant_url_xpath = "//a[normalize-space()='Next ›']/@href" article_xpath = "//div[@id='zox-feat-wrap' or @id='zox-home-cont-wrap']//*[contains(@class,'zox-art-wrap zoxrel')]" for article in response.xpath(article_xpath): yield self.parse_article(selector=article, response=response) next_page = response.xpath(suivant_url_xpath).get() if next_page is not None: yield response.follow(url=next_page, callback=self.parse) def parse_article(self, selector=None, response=None): l = ItemLoader(item=HapiItem(), selector=selector) l.default_input_processor = MapCompose(lambda v: v.split(), replace_escape_chars) l.default_output_processor = Join() lien_article_xpath = ".//div[@class='zox-art-title']/a/@href" titre_article_xpath = ".//h2[@class='zox-s-title2' or @class='zox-s-title1']/text()" date_article_xpath = ".//div[@class='zox-byline-wrap']/span[@class='zox-byline-date']/text()" # format 8 AVRIL 2021 dd mm yyyy or time AGO jusqu'au 7 jours ex 7 JOURS AGO image_couverture_article_url_xpath = ".//img[contains(@class,'zox-reg-img')]/@src" auteur_article_xpath = ".//div[@class='zox-byline-wrap']/span[@class='zox-byline-name']/text()" category_article_xpath = ".//h3[@class='zox-s-cat']/span/text()" l.add_xpath('title', titre_article_xpath) l.add_xpath('url_cover_image', image_couverture_article_url_xpath, MapCompose(lambda i: response.urljoin(i))) l.add_value('author', auteur_article_xpath) l.add_xpath('date', date_article_xpath) l.add_value('category', category_article_xpath) # return l.load_item() url = response.xpath(lien_article_xpath).get() return response.follow(url=url, callback=self.parse_article_text, cb_kwargs=dict(item=l)) #yield response.follow(url=lien_article_xpath, callback=self.parse_article_text, cb_kwargs=dict(item = l)) def parse_article_text(self, response, item): texte_article = "//div[contains(@class, 'zox-post-body left zoxrel zox100')]//div[@class='theiaPostSlider_preloadedSlide']/p[position() &lt; (count(//h5[text()='En savoir plus:']/preceding-sibling::*))]/text()" item.add_xpath('text', texte_article) item.add_value('url_article', response.url) return item.load_item() </code></pre></div> <p dir="auto">`</p> <p dir="auto">**LOG **</p> <p dir="auto">2021-05-05 03:10:42 [scrapy.core.engine] INFO: Spider opened<br> 2021-05-05 03:10:42 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)<br> 2021-05-05 03:10:42 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023<br> 2021-05-05 03:10:45 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/robots.txt%3E" rel="nofollow">https://www.juno7.ht/robots.txt&gt;</a> (referer: None)<br> 2021-05-05 03:10:46 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/sports/%3E" rel="nofollow">https://www.juno7.ht/sports/&gt;</a> (referer: None)<br> 2021-05-05 03:10:46 [scrapy.dupefilters] DEBUG: Filtered duplicate request: &lt;GET <a href="https://www.juno7.ht/jose-mourinho-ap-sou-ban-yon-kleb-italyen-selman-2022/%3E" rel="nofollow">https://www.juno7.ht/jose-mourinho-ap-sou-ban-yon-kleb-italyen-selman-2022/&gt;</a> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)<br> 2021-05-05 03:10:47 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/politique/%3E" rel="nofollow">https://www.juno7.ht/politique/&gt;</a> (referer: None)<br> 2021-05-05 03:10:47 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/sports/page/2/%3E" rel="nofollow">https://www.juno7.ht/sports/page/2/&gt;</a> (referer: <a href="https://www.juno7.ht/sports/" rel="nofollow">https://www.juno7.ht/sports/</a>)<br> 2021-05-05 03:10:48 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/politique/page/2/%3E" rel="nofollow">https://www.juno7.ht/politique/page/2/&gt;</a> (referer: <a href="https://www.juno7.ht/politique/" rel="nofollow">https://www.juno7.ht/politique/</a>)<br> 2021-05-05 03:10:49 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/sports/page/3/%3E" rel="nofollow">https://www.juno7.ht/sports/page/3/&gt;</a> (referer: <a href="https://www.juno7.ht/sports/page/2/" rel="nofollow">https://www.juno7.ht/sports/page/2/</a>)<br> 2021-05-05 03:10:50 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/politique/page/3/%3E" rel="nofollow">https://www.juno7.ht/politique/page/3/&gt;</a> (referer: <a href="https://www.juno7.ht/politique/page/2/" rel="nofollow">https://www.juno7.ht/politique/page/2/</a>)<br> 2021-05-05 03:10:50 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/sports/page/4/%3E" rel="nofollow">https://www.juno7.ht/sports/page/4/&gt;</a> (referer: <a href="https://www.juno7.ht/sports/page/3/" rel="nofollow">https://www.juno7.ht/sports/page/3/</a>)<br> 2021-05-05 03:10:51 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/politique/page/4/%3E" rel="nofollow">https://www.juno7.ht/politique/page/4/&gt;</a> (referer: <a href="https://www.juno7.ht/politique/page/3/" rel="nofollow">https://www.juno7.ht/politique/page/3/</a>)<br> 2021-05-05 03:10:52 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/sports/page/5/%3E" rel="nofollow">https://www.juno7.ht/sports/page/5/&gt;</a> (referer: <a href="https://www.juno7.ht/sports/page/4/" rel="nofollow">https://www.juno7.ht/sports/page/4/</a>)<br> 2021-05-05 03:10:53 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/politique/page/5/%3E" rel="nofollow">https://www.juno7.ht/politique/page/5/&gt;</a> (referer: <a href="https://www.juno7.ht/politique/page/4/" rel="nofollow">https://www.juno7.ht/politique/page/4/</a>)<br> 2021-05-05 03:10:53 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/sports/page/6/%3E" rel="nofollow">https://www.juno7.ht/sports/page/6/&gt;</a> (referer: <a href="https://www.juno7.ht/sports/page/5/" rel="nofollow">https://www.juno7.ht/sports/page/5/</a>)<br> 2021-05-05 03:10:54 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/politique/page/6/%3E" rel="nofollow">https://www.juno7.ht/politique/page/6/&gt;</a> (referer: <a href="https://www.juno7.ht/politique/page/5/" rel="nofollow">https://www.juno7.ht/politique/page/5/</a>)<br> 2021-05-05 03:10:55 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/sports/page/7/%3E" rel="nofollow">https://www.juno7.ht/sports/page/7/&gt;</a> (referer: <a href="https://www.juno7.ht/sports/page/6/" rel="nofollow">https://www.juno7.ht/sports/page/6/</a>)<br> 2021-05-05 03:10:55 [scrapy.crawler] INFO: Received SIGINT, shutting down gracefully. Send again to force<br> 2021-05-05 03:10:55 [scrapy.core.engine] INFO: Closing spider (shutdown)<br> 2021-05-05 03:10:55 [scrapy.core.engine] DEBUG: Crawled (200) &lt;GET <a href="https://www.juno7.ht/politique/page/7/%3E" rel="nofollow">https://www.juno7.ht/politique/page/7/&gt;</a> (referer: <a href="https://www.juno7.ht/politique/page/6/" rel="nofollow">https://www.juno7.ht/politique/page/6/</a>)<br> 2021-05-05 03:10:56 [scrapy.statscollectors] INFO: Dumping Scrapy stats:<br> {'downloader/request_bytes': 5387,<br> 'downloader/request_count': 15,<br> 'downloader/request_method_count/GET': 15,<br> 'downloader/response_bytes': 531099,<br> 'downloader/response_count': 15,<br> 'downloader/response_status_count/200': 15,<br> 'dupefilter/filtered': 198,<br> 'elapsed_time_seconds': 14.06602,<br> 'finish_reason': 'shutdown',<br> 'finish_time': datetime.datetime(2021, 5, 5, 7, 10, 56, 112962),<br> 'log_count/DEBUG': 16,<br> 'log_count/INFO': 11,<br> 'request_depth_max': 7,<br> 'response_received_count': 15,<br> 'robotstxt/request_count': 1,<br> 'robotstxt/response_count': 1,<br> 'robotstxt/response_status_count/200': 1,<br> 'scheduler/dequeued': 14,<br> 'scheduler/dequeued/memory': 14,<br> 'scheduler/enqueued': 18,<br> 'scheduler/enqueued/memory': 18,<br> 'start_time': datetime.datetime(2021, 5, 5, 7, 10, 42, 46942)}<br> 2021-05-05 03:10:56 [scrapy.core.engine] INFO: Spider closed (shutdown)</p>
0
<p dir="auto">specification:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{ &quot;type&quot; : &quot;index_hadoop&quot;, &quot;id&quot; : &quot;index_hadoop_myds_2016-12-06T19:58:25.688+08:00&quot;, &quot;spec&quot; : { &quot;dataSchema&quot; : { &quot;dataSource&quot; : &quot;myds&quot;, &quot;parser&quot; : { &quot;type&quot; : &quot;string&quot;, &quot;parseSpec&quot; : { &quot;format&quot; : &quot;json&quot;, &quot;timestampSpec&quot; : { &quot;column&quot; : &quot;ts&quot;, &quot;format&quot; : &quot;millis&quot; }, &quot;dimensionsSpec&quot; : { &quot;dimensions&quot; : [ &quot;_Action&quot;, &quot;Action&quot;, &quot;Platform&quot;, &quot;action&quot;, &quot;device&quot;, &quot;directory&quot;, &quot;platform&quot; ], &quot;spatialDimensions&quot; : [ ] } } } ..."><pre class="notranslate"><code class="notranslate">{ "type" : "index_hadoop", "id" : "index_hadoop_myds_2016-12-06T19:58:25.688+08:00", "spec" : { "dataSchema" : { "dataSource" : "myds", "parser" : { "type" : "string", "parseSpec" : { "format" : "json", "timestampSpec" : { "column" : "ts", "format" : "millis" }, "dimensionsSpec" : { "dimensions" : [ "_Action", "Action", "Platform", "action", "device", "directory", "platform" ], "spatialDimensions" : [ ] } } } ... </code></pre></div> <p dir="auto">it reports:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="2016-12-06T19:58:38,723 ERROR [task-runner-0-priority-0] io.druid.indexing.overlord.ThreadPoolTaskRunner - Exception while running task[HadoopIndexTask{id=index_hadoop_myds_2016-12-06T19:58:25.688+08:00, type=index_hadoop, dataSource=myds}] java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.google.common.base.Throwables.propagate(Throwables.java:160) ~[guava-16.0.1.jar:?] at io.druid.indexing.common.task.HadoopTask.invokeForeignLoader(HadoopTask.java:204) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] at io.druid.indexing.common.task.HadoopIndexTask.run(HadoopIndexTask.java:208) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] at io.druid.indexing.overlord.ThreadPoolTaskRunner$ThreadPoolTaskRunnerCallable.call(ThreadPoolTaskRunner.java:436) [druid-indexing-service-0.9.1.1.jar:0.9.1.1] at io.druid.indexing.overlord.ThreadPoolTaskRunner$ThreadPoolTaskRunnerCallable.call(ThreadPoolTaskRunner.java:408) [druid-indexing-service-0.9.1.1.jar:0.9.1.1] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_77] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_77] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_77] Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_77] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_77] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_77] at io.druid.indexing.common.task.HadoopTask.invokeForeignLoader(HadoopTask.java:201) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] ... 7 more Caused by: java.lang.IllegalArgumentException: Instantiation of [simple type, class io.druid.data.input.impl.DimensionsSpec] value failed: Duplicate column entries found : [action, platform] at com.fasterxml.jackson.databind.ObjectMapper._convert(ObjectMapper.java:2774) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.ObjectMapper.convertValue(ObjectMapper.java:2700) ~[jackson-databind-2.4.6.jar:2.4.6] at io.druid.segment.indexing.DataSchema.getParser(DataSchema.java:101) ~[druid-server-0.9.1.1.jar:0.9.1.1] at io.druid.indexer.HadoopDruidIndexerConfig.verify(HadoopDruidIndexerConfig.java:567) ~[druid-indexing-hadoop-0.9.1.1.jar:0.9.1.1] at io.druid.indexer.HadoopDruidIndexerJob.&lt;init&gt;(HadoopDruidIndexerJob.java:46) ~[druid-indexing-hadoop-0.9.1.1.jar:0.9.1.1] at io.druid.indexing.common.task.HadoopIndexTask$HadoopIndexGeneratorInnerProcessing.runTask(HadoopIndexTask.java:258) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_77] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_77] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_77] at io.druid.indexing.common.task.HadoopTask.invokeForeignLoader(HadoopTask.java:201) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] ... 7 more Caused by: com.fasterxml.jackson.databind.JsonMappingException: Instantiation of [simple type, class io.druid.data.input.impl.DimensionsSpec] value failed: Duplicate column entries found : [action, platform] at com.fasterxml.jackson.databind.deser.std.StdValueInstantiator.wrapException(StdValueInstantiator.java:405) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.std.StdValueInstantiator.createFromObjectWith(StdValueInstantiator.java:234) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator.build(PropertyBasedCreator.java:167) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:398) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1064) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:264) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:124) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:538) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:344) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1064) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:264) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeOther(BeanDeserializer.java:156) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:126) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer._deserializeTypedForId(AsPropertyTypeDeserializer.java:113) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer.deserializeTypedFromObject(AsPropertyTypeDeserializer.java:84) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.AbstractDeserializer.deserializeWithType(AbstractDeserializer.java:132) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:536) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:344) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1064) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:264) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeOther(BeanDeserializer.java:156) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:126) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer._deserializeTypedForId(AsPropertyTypeDeserializer.java:113) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer.deserializeTypedFromObject(AsPropertyTypeDeserializer.java:84) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.AbstractDeserializer.deserializeWithType(AbstractDeserializer.java:132) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer.deserialize(TypeWrappedDeserializer.java:41) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.ObjectMapper._convert(ObjectMapper.java:2769) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.ObjectMapper.convertValue(ObjectMapper.java:2700) ~[jackson-databind-2.4.6.jar:2.4.6] at io.druid.segment.indexing.DataSchema.getParser(DataSchema.java:101) ~[druid-server-0.9.1.1.jar:0.9.1.1] at io.druid.indexer.HadoopDruidIndexerConfig.verify(HadoopDruidIndexerConfig.java:567) ~[druid-indexing-hadoop-0.9.1.1.jar:0.9.1.1] at io.druid.indexer.HadoopDruidIndexerJob.&lt;init&gt;(HadoopDruidIndexerJob.java:46) ~[druid-indexing-hadoop-0.9.1.1.jar:0.9.1.1] at io.druid.indexing.common.task.HadoopIndexTask$HadoopIndexGeneratorInnerProcessing.runTask(HadoopIndexTask.java:258) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_77] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_77] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_77] at io.druid.indexing.common.task.HadoopTask.invokeForeignLoader(HadoopTask.java:201) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] ... 7 more Caused by: com.metamx.common.parsers.ParseException: Duplicate column entries found : [action, platform] at com.metamx.common.parsers.ParserUtils.validateFields(ParserUtils.java:84) ~[java-util-0.27.9.jar:?] at io.druid.data.input.impl.DimensionsSpec.verify(DimensionsSpec.java:189) ~[druid-api-0.9.1.1.jar:0.9.1.1] at io.druid.data.input.impl.DimensionsSpec.&lt;init&gt;(DimensionsSpec.java:83) ~[druid-api-0.9.1.1.jar:0.9.1.1] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_77] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_77] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_77] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_77] at com.fasterxml.jackson.databind.introspect.AnnotatedConstructor.call(AnnotatedConstructor.java:125) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.std.StdValueInstantiator.createFromObjectWith(StdValueInstantiator.java:230) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator.build(PropertyBasedCreator.java:167) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:398) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1064) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:264) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:124) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:538) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:344) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1064) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:264) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeOther(BeanDeserializer.java:156) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:126) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer._deserializeTypedForId(AsPropertyTypeDeserializer.java:113) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer.deserializeTypedFromObject(AsPropertyTypeDeserializer.java:84) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.AbstractDeserializer.deserializeWithType(AbstractDeserializer.java:132) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:536) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:344) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1064) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:264) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeOther(BeanDeserializer.java:156) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:126) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer._deserializeTypedForId(AsPropertyTypeDeserializer.java:113) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer.deserializeTypedFromObject(AsPropertyTypeDeserializer.java:84) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.AbstractDeserializer.deserializeWithType(AbstractDeserializer.java:132) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer.deserialize(TypeWrappedDeserializer.java:41) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.ObjectMapper._convert(ObjectMapper.java:2769) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.ObjectMapper.convertValue(ObjectMapper.java:2700) ~[jackson-databind-2.4.6.jar:2.4.6] at io.druid.segment.indexing.DataSchema.getParser(DataSchema.java:101) ~[druid-server-0.9.1.1.jar:0.9.1.1] at io.druid.indexer.HadoopDruidIndexerConfig.verify(HadoopDruidIndexerConfig.java:567) ~[druid-indexing-hadoop-0.9.1.1.jar:0.9.1.1] at io.druid.indexer.HadoopDruidIndexerJob.&lt;init&gt;(HadoopDruidIndexerJob.java:46) ~[druid-indexing-hadoop-0.9.1.1.jar:0.9.1.1] at io.druid.indexing.common.task.HadoopIndexTask$HadoopIndexGeneratorInnerProcessing.runTask(HadoopIndexTask.java:258) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_77] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_77] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_77] at io.druid.indexing.common.task.HadoopTask.invokeForeignLoader(HadoopTask.java:201) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] ... 7 more"><pre class="notranslate"><code class="notranslate">2016-12-06T19:58:38,723 ERROR [task-runner-0-priority-0] io.druid.indexing.overlord.ThreadPoolTaskRunner - Exception while running task[HadoopIndexTask{id=index_hadoop_myds_2016-12-06T19:58:25.688+08:00, type=index_hadoop, dataSource=myds}] java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.google.common.base.Throwables.propagate(Throwables.java:160) ~[guava-16.0.1.jar:?] at io.druid.indexing.common.task.HadoopTask.invokeForeignLoader(HadoopTask.java:204) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] at io.druid.indexing.common.task.HadoopIndexTask.run(HadoopIndexTask.java:208) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] at io.druid.indexing.overlord.ThreadPoolTaskRunner$ThreadPoolTaskRunnerCallable.call(ThreadPoolTaskRunner.java:436) [druid-indexing-service-0.9.1.1.jar:0.9.1.1] at io.druid.indexing.overlord.ThreadPoolTaskRunner$ThreadPoolTaskRunnerCallable.call(ThreadPoolTaskRunner.java:408) [druid-indexing-service-0.9.1.1.jar:0.9.1.1] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_77] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_77] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_77] Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_77] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_77] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_77] at io.druid.indexing.common.task.HadoopTask.invokeForeignLoader(HadoopTask.java:201) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] ... 7 more Caused by: java.lang.IllegalArgumentException: Instantiation of [simple type, class io.druid.data.input.impl.DimensionsSpec] value failed: Duplicate column entries found : [action, platform] at com.fasterxml.jackson.databind.ObjectMapper._convert(ObjectMapper.java:2774) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.ObjectMapper.convertValue(ObjectMapper.java:2700) ~[jackson-databind-2.4.6.jar:2.4.6] at io.druid.segment.indexing.DataSchema.getParser(DataSchema.java:101) ~[druid-server-0.9.1.1.jar:0.9.1.1] at io.druid.indexer.HadoopDruidIndexerConfig.verify(HadoopDruidIndexerConfig.java:567) ~[druid-indexing-hadoop-0.9.1.1.jar:0.9.1.1] at io.druid.indexer.HadoopDruidIndexerJob.&lt;init&gt;(HadoopDruidIndexerJob.java:46) ~[druid-indexing-hadoop-0.9.1.1.jar:0.9.1.1] at io.druid.indexing.common.task.HadoopIndexTask$HadoopIndexGeneratorInnerProcessing.runTask(HadoopIndexTask.java:258) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_77] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_77] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_77] at io.druid.indexing.common.task.HadoopTask.invokeForeignLoader(HadoopTask.java:201) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] ... 7 more Caused by: com.fasterxml.jackson.databind.JsonMappingException: Instantiation of [simple type, class io.druid.data.input.impl.DimensionsSpec] value failed: Duplicate column entries found : [action, platform] at com.fasterxml.jackson.databind.deser.std.StdValueInstantiator.wrapException(StdValueInstantiator.java:405) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.std.StdValueInstantiator.createFromObjectWith(StdValueInstantiator.java:234) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator.build(PropertyBasedCreator.java:167) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:398) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1064) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:264) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:124) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:538) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:344) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1064) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:264) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeOther(BeanDeserializer.java:156) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:126) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer._deserializeTypedForId(AsPropertyTypeDeserializer.java:113) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer.deserializeTypedFromObject(AsPropertyTypeDeserializer.java:84) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.AbstractDeserializer.deserializeWithType(AbstractDeserializer.java:132) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:536) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:344) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1064) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:264) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeOther(BeanDeserializer.java:156) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:126) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer._deserializeTypedForId(AsPropertyTypeDeserializer.java:113) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer.deserializeTypedFromObject(AsPropertyTypeDeserializer.java:84) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.AbstractDeserializer.deserializeWithType(AbstractDeserializer.java:132) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer.deserialize(TypeWrappedDeserializer.java:41) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.ObjectMapper._convert(ObjectMapper.java:2769) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.ObjectMapper.convertValue(ObjectMapper.java:2700) ~[jackson-databind-2.4.6.jar:2.4.6] at io.druid.segment.indexing.DataSchema.getParser(DataSchema.java:101) ~[druid-server-0.9.1.1.jar:0.9.1.1] at io.druid.indexer.HadoopDruidIndexerConfig.verify(HadoopDruidIndexerConfig.java:567) ~[druid-indexing-hadoop-0.9.1.1.jar:0.9.1.1] at io.druid.indexer.HadoopDruidIndexerJob.&lt;init&gt;(HadoopDruidIndexerJob.java:46) ~[druid-indexing-hadoop-0.9.1.1.jar:0.9.1.1] at io.druid.indexing.common.task.HadoopIndexTask$HadoopIndexGeneratorInnerProcessing.runTask(HadoopIndexTask.java:258) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_77] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_77] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_77] at io.druid.indexing.common.task.HadoopTask.invokeForeignLoader(HadoopTask.java:201) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] ... 7 more Caused by: com.metamx.common.parsers.ParseException: Duplicate column entries found : [action, platform] at com.metamx.common.parsers.ParserUtils.validateFields(ParserUtils.java:84) ~[java-util-0.27.9.jar:?] at io.druid.data.input.impl.DimensionsSpec.verify(DimensionsSpec.java:189) ~[druid-api-0.9.1.1.jar:0.9.1.1] at io.druid.data.input.impl.DimensionsSpec.&lt;init&gt;(DimensionsSpec.java:83) ~[druid-api-0.9.1.1.jar:0.9.1.1] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_77] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_77] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_77] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_77] at com.fasterxml.jackson.databind.introspect.AnnotatedConstructor.call(AnnotatedConstructor.java:125) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.std.StdValueInstantiator.createFromObjectWith(StdValueInstantiator.java:230) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator.build(PropertyBasedCreator.java:167) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:398) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1064) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:264) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:124) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:538) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:344) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1064) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:264) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeOther(BeanDeserializer.java:156) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:126) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer._deserializeTypedForId(AsPropertyTypeDeserializer.java:113) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer.deserializeTypedFromObject(AsPropertyTypeDeserializer.java:84) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.AbstractDeserializer.deserializeWithType(AbstractDeserializer.java:132) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:536) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:344) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1064) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:264) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeOther(BeanDeserializer.java:156) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:126) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer._deserializeTypedForId(AsPropertyTypeDeserializer.java:113) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer.deserializeTypedFromObject(AsPropertyTypeDeserializer.java:84) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.AbstractDeserializer.deserializeWithType(AbstractDeserializer.java:132) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer.deserialize(TypeWrappedDeserializer.java:41) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.ObjectMapper._convert(ObjectMapper.java:2769) ~[jackson-databind-2.4.6.jar:2.4.6] at com.fasterxml.jackson.databind.ObjectMapper.convertValue(ObjectMapper.java:2700) ~[jackson-databind-2.4.6.jar:2.4.6] at io.druid.segment.indexing.DataSchema.getParser(DataSchema.java:101) ~[druid-server-0.9.1.1.jar:0.9.1.1] at io.druid.indexer.HadoopDruidIndexerConfig.verify(HadoopDruidIndexerConfig.java:567) ~[druid-indexing-hadoop-0.9.1.1.jar:0.9.1.1] at io.druid.indexer.HadoopDruidIndexerJob.&lt;init&gt;(HadoopDruidIndexerJob.java:46) ~[druid-indexing-hadoop-0.9.1.1.jar:0.9.1.1] at io.druid.indexing.common.task.HadoopIndexTask$HadoopIndexGeneratorInnerProcessing.runTask(HadoopIndexTask.java:258) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_77] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_77] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_77] at io.druid.indexing.common.task.HadoopTask.invokeForeignLoader(HadoopTask.java:201) ~[druid-indexing-service-0.9.1.1.jar:0.9.1.1] ... 7 more </code></pre></div> <p dir="auto">but if I specify <code class="notranslate">dimensions: []</code>, all "action Action platform Platform" will be indexed.</p>
<p dir="auto"><code class="notranslate">HttpRemoteTaskRunnerConfig</code> extends <code class="notranslate">RemoteTaskRunnerConfig</code> and adds more fields, but doesn't override <code class="notranslate">equals()</code> and <code class="notranslate">hashCode()</code>. While <code class="notranslate">RemoteTaskRunnerConfig</code> uses <code class="notranslate">getClass()</code> comparison in <code class="notranslate">equals()</code>, that breaks the substitution principle.</p>
0
<p dir="auto">Hello,</p> <p dir="auto">straight to the point:</p> <p dir="auto">To reproduce:</p> <ol dir="auto"> <li>Go to Bootstrap website, collapse secition: <a href="http://twitter.github.io/bootstrap/javascript.html#collapse" rel="nofollow">link</a></li> <li>Open up webdeveloper tools (I use Google Chrome), go to Console tab and execute: <code class="notranslate">$("#collapse .accordion-body:last").collapse("show");</code></li> <li>Result: The last accordion opens, but the first isn't closed.</li> </ol> <p dir="auto">The problem (briefly):<br> The third accordion doesn't have <code class="notranslate">parent</code> option set, because we didn't provide it.</p> <p dir="auto">The workaround solution:<br> Start the third accordion with parent option set, and after that try to <code class="notranslate">show()</code> it. Note, that <code class="notranslate">hide()</code> and <code class="notranslate">toggle()</code> also triggers this bug.</p> <p dir="auto">The proper solution:<br> Collapse constructor should look for <code class="notranslate">parent</code> setting (and all other too) in <code class="notranslate">data-</code> attributes of the <code class="notranslate">$()</code> element, as a fallback. If user doesn't provide these options, he obviously wants the Collapse to read those from <code class="notranslate">data-</code> attributes.</p> <p dir="auto">The cry story:<br> Wasted a couple of hours, why the accordion didn't work after <code class="notranslate">show()</code>. It's super counter intuitive, that the <code class="notranslate">options</code> aren't read from <code class="notranslate">data-</code> attributes, when you start the Collapse manual way. I suppose all other plugins inherit the same behaviour (starting by <code class="notranslate">data-</code> attributes reads <code class="notranslate">options</code> from these attributes, where starting manual way don't).</p> <p dir="auto">Kind regards</p> <p dir="auto">-------- Edit</p> <p dir="auto">It's funny when you notice your own mistake only after you cry about it.</p> <p dir="auto">Of course <code class="notranslate">accordion-body</code> doesn't have <code class="notranslate">data-</code> attributes to read from, so the <code class="notranslate">The proper solution</code> isn't quite working. But the problem remains. How do we mix the auto <code class="notranslate">data-</code> usage with the manual usage. I.e. how to achieve such a workflow:</p> <ol dir="auto"> <li>Start the accordion/collapse through <code class="notranslate">data-</code> attributes.</li> <li><code class="notranslate">open()</code>, <code class="notranslate">hide()</code>, <code class="notranslate">toggle()</code>, <code class="notranslate">whatever()</code> the accordion manually (occasionally) later on.</li> </ol> <p dir="auto">?</p> <p dir="auto">-------- Edit</p> <p dir="auto">Ok, it was quite easy: <code class="notranslate">$("#collapse .accordion-body:last").collapse({parent: "#accordion2"}, "show");</code>. But, can you see the notobviousleness of this solution? If I wanna <code class="notranslate">show()</code> an accordion, I don't wanna think to which <code class="notranslate">parent</code> it belongs, since I've already provided the information in the <code class="notranslate">accordion-toggle</code>. I just want the damn thing to show itself properly ;p. Also note the information duplication in this solution, which simply leads to maintenance hell in the future.</p>
<p dir="auto">Hello! I am using the latest version of Bootstrap from this repo to render a group of checkbox buttons very much like in the <a href="http://getbootstrap.com/javascript/#buttons" rel="nofollow">demo</a>.</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;div class=&quot;btn-group&quot; data-toggle=&quot;buttons&quot;&gt; &lt;label class=&quot;btn btn-primary active&quot;&gt; &lt;input type=&quot;checkbox&quot; checked&gt; Option 1 (pre-checked) &lt;/label&gt; &lt;label class=&quot;btn btn-primary&quot;&gt; &lt;input type=&quot;checkbox&quot;&gt; Option 2 &lt;/label&gt; &lt;label class=&quot;btn btn-primary&quot;&gt; &lt;input type=&quot;checkbox&quot;&gt; Option 3 &lt;/label&gt; &lt;/div&gt;"><pre class="notranslate"><span class="pl-kos">&lt;</span><span class="pl-ent">div</span> <span class="pl-c1">class</span>="<span class="pl-s">btn-group</span>" <span class="pl-c1">data-toggle</span>="<span class="pl-s">buttons</span>"<span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">label</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-primary active</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">checkbox</span>" <span class="pl-c1">checked</span><span class="pl-kos">&gt;</span> Option 1 (pre-checked) <span class="pl-kos">&lt;/</span><span class="pl-ent">label</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">label</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-primary</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">checkbox</span>"<span class="pl-kos">&gt;</span> Option 2 <span class="pl-kos">&lt;/</span><span class="pl-ent">label</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;</span><span class="pl-ent">label</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-primary</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">checkbox</span>"<span class="pl-kos">&gt;</span> Option 3 <span class="pl-kos">&lt;/</span><span class="pl-ent">label</span><span class="pl-kos">&gt;</span> <span class="pl-kos">&lt;/</span><span class="pl-ent">div</span><span class="pl-kos">&gt;</span></pre></div> <p dir="auto">I've noticed a constantly reproducing issue. When I click on the checkbox button the actual input's <code class="notranslate">checked</code> DOM property <em>sometimes</em> is not being set correctly. That is I click on the button, the label changes it's state, BUT the firebug says that the input's DOM property was not changed. And firebug doe not lie, because when I submit the form the input value is incorrect.</p> <p dir="auto">The issue can be easily reproduced <a href="http://jsbin.com/sabipice/3/edit" rel="nofollow">here</a>. Just trigger all the checkboxed from the first line (1,2,3,4,5,6) and then look their's 'checked' DOM property. One or two of them will have incorrect values.</p> <p dir="auto">I've looked the source code and the problem is in this function</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" Button.prototype.toggle = function () { var changed = true var $parent = this.$element.closest('[data-toggle=&quot;buttons&quot;]') if ($parent.length) { var $input = this.$element.find('input') if ($input.prop('type') == 'radio') { if ($input.prop('checked') &amp;&amp; this.$element.hasClass('active')) changed = false else $parent.find('.active').removeClass('active') } if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change') } if (changed) this.$element.toggleClass('active') }"><pre class="notranslate"> <span class="pl-v">Button</span><span class="pl-kos">.</span><span class="pl-c1">prototype</span><span class="pl-kos">.</span><span class="pl-en">toggle</span> <span class="pl-c1">=</span> <span class="pl-k">function</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">changed</span> <span class="pl-c1">=</span> <span class="pl-c1">true</span> <span class="pl-k">var</span> <span class="pl-s1">$parent</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">$element</span><span class="pl-kos">.</span><span class="pl-en">closest</span><span class="pl-kos">(</span><span class="pl-s">'[data-toggle="buttons"]'</span><span class="pl-kos">)</span> <span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-s1">$parent</span><span class="pl-kos">.</span><span class="pl-c1">length</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">var</span> <span class="pl-s1">$input</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">$element</span><span class="pl-kos">.</span><span class="pl-en">find</span><span class="pl-kos">(</span><span class="pl-s">'input'</span><span class="pl-kos">)</span> <span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-s1">$input</span><span class="pl-kos">.</span><span class="pl-en">prop</span><span class="pl-kos">(</span><span class="pl-s">'type'</span><span class="pl-kos">)</span> <span class="pl-c1">==</span> <span class="pl-s">'radio'</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-s1">$input</span><span class="pl-kos">.</span><span class="pl-en">prop</span><span class="pl-kos">(</span><span class="pl-s">'checked'</span><span class="pl-kos">)</span> <span class="pl-c1">&amp;&amp;</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">$element</span><span class="pl-kos">.</span><span class="pl-en">hasClass</span><span class="pl-kos">(</span><span class="pl-s">'active'</span><span class="pl-kos">)</span><span class="pl-kos">)</span> <span class="pl-s1">changed</span> <span class="pl-c1">=</span> <span class="pl-c1">false</span> <span class="pl-k">else</span> <span class="pl-s1">$parent</span><span class="pl-kos">.</span><span class="pl-en">find</span><span class="pl-kos">(</span><span class="pl-s">'.active'</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">removeClass</span><span class="pl-kos">(</span><span class="pl-s">'active'</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-s1">changed</span><span class="pl-kos">)</span> <span class="pl-s1">$input</span><span class="pl-kos">.</span><span class="pl-en">prop</span><span class="pl-kos">(</span><span class="pl-s">'checked'</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">$element</span><span class="pl-kos">.</span><span class="pl-en">hasClass</span><span class="pl-kos">(</span><span class="pl-s">'active'</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">trigger</span><span class="pl-kos">(</span><span class="pl-s">'change'</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-s1">changed</span><span class="pl-kos">)</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">$element</span><span class="pl-kos">.</span><span class="pl-en">toggleClass</span><span class="pl-kos">(</span><span class="pl-s">'active'</span><span class="pl-kos">)</span> <span class="pl-kos">}</span></pre></div> <p dir="auto">The</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change')"><pre class="notranslate"><span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-s1">changed</span><span class="pl-kos">)</span> <span class="pl-s1">$input</span><span class="pl-kos">.</span><span class="pl-en">prop</span><span class="pl-kos">(</span><span class="pl-s">'checked'</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">$element</span><span class="pl-kos">.</span><span class="pl-en">hasClass</span><span class="pl-kos">(</span><span class="pl-s">'active'</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">trigger</span><span class="pl-kos">(</span><span class="pl-s">'change'</span><span class="pl-kos">)</span></pre></div> <p dir="auto">line does not set the property for some reason. A very strange thing is that when I try to <code class="notranslate">console.log($input.prop('checked'))</code> after this line, it logs a <em>correct</em> value.</p> <p dir="auto">Any help is greatly appreciated.<br> Thank you.</p>
0
<p dir="auto">update Atom 1.0, if open settings, cpu &gt; 90%.</p> <p dir="auto">My Mac OSX 10.11</p>
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/lovio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/lovio">@lovio</a> on June 26, 2015 6:7</em></p> <p dir="auto">No matter installing or uninstalling packages, <code class="notranslate">Atom Helper</code> will comsume over 100% CPU.</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="91165933" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/7438" data-hovercard-type="issue" data-hovercard-url="/atom/atom/issues/7438/hovercard" href="https://github.com/atom/atom/issues/7438">atom/atom#7438</a></em></p>
1
<p dir="auto">[Enter steps to reproduce below:]</p> <ol dir="auto"> <li>...Create a branch of the second to last commit of the master</li> <li>...Switch to that branch</li> <li>Made some changes to file, commit changes</li> <li>Switch back to master</li> <li>Atom updated to the "Master version" and resulted in the problem below:</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 0.169.0<br> <strong>System</strong>: Microsoft Windows 7 Home Premium<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: ENOENT, open 'c:\Users\Ralitchka\Documents\OSU\CS 290\assignment1\bio.md'</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="At c:\Users\Ralitchka\AppData\Local\atom\app-0.169.0\resources\app\node_modules\q\q.js:126 Error: ENOENT, open 'c:\Users\Ralitchka\Documents\OSU\CS 290\assignment1\bio.md' at Error (native) "><pre class="notranslate"><code class="notranslate">At c:\Users\Ralitchka\AppData\Local\atom\app-0.169.0\resources\app\node_modules\q\q.js:126 Error: ENOENT, open 'c:\Users\Ralitchka\Documents\OSU\CS 290\assignment1\bio.md' at Error (native) </code></pre></div> <h3 dir="auto">Commands</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" 2x -2:27.8 editor:newline (atom-text-editor.editor) 14x -1:18.4 core:move-left (atom-text-editor.editor) -1:14.7 core:backspace (atom-text-editor.editor) -1:13.5 core:delete (atom-text-editor.editor) -1:11.3 editor:move-to-end-of-screen-line (atom-text-editor.editor) 9x -1:10.3 core:backspace (atom-text-editor.editor) 14x -0:53.3 core:move-left (atom-text-editor.editor) -0:51.0 editor:newline (atom-text-editor.editor) -0:45.3 core:delete (atom-text-editor.editor) 4x -0:42.6 core:backspace (atom-text-editor.editor) -0:00.0 core:save (atom-text-editor.editor)"><pre class="notranslate"><code class="notranslate"> 2x -2:27.8 editor:newline (atom-text-editor.editor) 14x -1:18.4 core:move-left (atom-text-editor.editor) -1:14.7 core:backspace (atom-text-editor.editor) -1:13.5 core:delete (atom-text-editor.editor) -1:11.3 editor:move-to-end-of-screen-line (atom-text-editor.editor) 9x -1:10.3 core:backspace (atom-text-editor.editor) 14x -0:53.3 core:move-left (atom-text-editor.editor) -0:51.0 editor:newline (atom-text-editor.editor) -0:45.3 core:delete (atom-text-editor.editor) 4x -0:42.6 core:backspace (atom-text-editor.editor) -0:00.0 core:save (atom-text-editor.editor) </code></pre></div> <h3 dir="auto">Config</h3> <div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{ &quot;core&quot;: {}, &quot;editor&quot;: {} }"><pre class="notranslate">{ <span class="pl-ent">"core"</span>: {}, <span class="pl-ent">"editor"</span>: {} }</pre></div> <h3 dir="auto">Installed Packages</h3> <div class="highlight highlight-source-coffee notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# User No installed packages # Dev No dev packages"><pre class="notranslate"><span class="pl-c"><span class="pl-c">#</span> User</span> <span class="pl-en">No</span> <span class="pl-en">installed</span> packages <span class="pl-c"><span class="pl-c">#</span> Dev</span> <span class="pl-en">No</span> <span class="pl-en">dev</span> packages</pre></div>
<ol dir="auto"> <li>switch the node_modules package from a version to a git repository</li> <li>npm install</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 0.165.0<br> <strong>System</strong>: Mac OS X 10.10.1<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: ENOENT, open '/Users/joscha/Development/mailbutler/node_modules/grunt-crx/tasks/crx.js'</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="At /Applications/Atom.app/Contents/Resources/app/node_modules/pathwatcher/node_modules/q/q.js:126 Error: ENOENT, open '/Users/joscha/Development/mailbutler/node_modules/grunt-crx/tasks/crx.js' at Error (native) "><pre class="notranslate"><code class="notranslate">At /Applications/Atom.app/Contents/Resources/app/node_modules/pathwatcher/node_modules/q/q.js:126 Error: ENOENT, open '/Users/joscha/Development/mailbutler/node_modules/grunt-crx/tasks/crx.js' at Error (native) </code></pre></div> <h3 dir="auto">Commands</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" -0:28.1 find-and-replace:show (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel) -0:26.0 core:confirm (input.hidden-input) 7x -0:19.3 core:move-left (input.hidden-input) -0:14.9 core:backspace (input.hidden-input) -0:14.2 core:move-left (input.hidden-input) 2x -0:13.7 core:move-right (input.hidden-input) -0:13.1 core:move-left (input.hidden-input) -0:12.8 core:backspace (input.hidden-input) 7x -0:12.5 core:move-right (input.hidden-input) -0:11.3 core:backspace (input.hidden-input) 2x -0:10.9 core:move-right (input.hidden-input) -0:09.7 core:backspace (input.hidden-input) 5x -0:09.3 core:move-left (input.hidden-input) -0:02.6 core:copy (input.hidden-input) -0:00.7 core:paste (input.hidden-input) -0:00.0 core:save (input.hidden-input)"><pre class="notranslate"><code class="notranslate"> -0:28.1 find-and-replace:show (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel) -0:26.0 core:confirm (input.hidden-input) 7x -0:19.3 core:move-left (input.hidden-input) -0:14.9 core:backspace (input.hidden-input) -0:14.2 core:move-left (input.hidden-input) 2x -0:13.7 core:move-right (input.hidden-input) -0:13.1 core:move-left (input.hidden-input) -0:12.8 core:backspace (input.hidden-input) 7x -0:12.5 core:move-right (input.hidden-input) -0:11.3 core:backspace (input.hidden-input) 2x -0:10.9 core:move-right (input.hidden-input) -0:09.7 core:backspace (input.hidden-input) 5x -0:09.3 core:move-left (input.hidden-input) -0:02.6 core:copy (input.hidden-input) -0:00.7 core:paste (input.hidden-input) -0:00.0 core:save (input.hidden-input) </code></pre></div> <h3 dir="auto">Config</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{ &quot;core&quot;: { &quot;ignoredNames&quot;: [ &quot;.git&quot;, &quot;.svn&quot;, &quot;.DS_Store&quot; ] }, &quot;editor&quot;: { &quot;showInvisibles&quot;: true, &quot;autoIndentOnPaste&quot;: false } }"><pre class="notranslate"><code class="notranslate">{ "core": { "ignoredNames": [ ".git", ".svn", ".DS_Store" ] }, "editor": { "showInvisibles": true, "autoIndentOnPaste": false } } </code></pre></div> <h3 dir="auto">Installed Packages</h3> <div class="highlight highlight-source-coffee notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# User atom-jasmine, v0.4.0 editorconfig, v0.2.2 jsformat, v0.7.18 language-scala, v1.1.0 linter, v0.9.0 linter-coffeelint, v0.1.7 linter-jshint, v0.1.0 linter-php, v0.0.11 travis-ci-status, v0.11.1 visual-bell, v0.9.0 # Dev No dev packages"><pre class="notranslate"><span class="pl-c"><span class="pl-c">#</span> User</span> atom<span class="pl-k">-</span>jasmine, v0.<span class="pl-ii">4</span>.<span class="pl-ii">0</span> editorconfig, v0.<span class="pl-ii">2</span>.<span class="pl-ii">2</span> jsformat, v0.<span class="pl-ii">7</span>.<span class="pl-ii">18</span> language<span class="pl-k">-</span>scala, v1.<span class="pl-ii">1</span>.<span class="pl-ii">0</span> linter, v0.<span class="pl-ii">9</span>.<span class="pl-ii">0</span> linter<span class="pl-k">-</span>coffeelint, v0.<span class="pl-ii">1</span>.<span class="pl-ii">7</span> linter<span class="pl-k">-</span>jshint, v0.<span class="pl-ii">1</span>.<span class="pl-ii">0</span> linter<span class="pl-k">-</span>php, v0.<span class="pl-ii">0</span>.<span class="pl-ii">11</span> travis<span class="pl-k">-</span>ci<span class="pl-k">-</span>status, v0.<span class="pl-ii">11</span>.<span class="pl-ii">1</span> visual<span class="pl-k">-</span>bell, v0.<span class="pl-ii">9</span>.<span class="pl-ii">0</span> <span class="pl-c"><span class="pl-c">#</span> Dev</span> <span class="pl-en">No</span> <span class="pl-en">dev</span> packages</pre></div>
1
<p dir="auto">atom-0.191.0-0.1.fc21 on openSUSE 20150227 "Tumbleweed", no apm.<br> atom display Chinese character as box like ☐, both the tree view and editor.</p>
<p dir="auto">[Enter steps to reproduce below:]</p> <ol dir="auto"> <li>File &gt; Save As</li> <li>Ubuntu 14.04</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 0.188.0<br> <strong>System</strong>: linux 3.13.0-46-generic<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: /opt/atom/resources/atom.asar/browser/api/lib/dialog.js:1<br> (function (exports, require, module, __filename, __dirname) { .exports.DEFAULT<br> ^<br> Unexpected token .<br> /opt/atom/resources/atom.asar/browser/api/lib/dialog.js:1<br> (function (exports, require, module, __filename, __dirname) { .exports.DEFAULT<br> ^<br> SyntaxError: Unexpected token .<br> at exports.runInThisContext (vm.js:75:16)<br> at Module._compile (module.js:458:25)<br> at Object.Module._extensions..js (module.js:493:10)<br> at Module.load (module.js:370:32)<br> at Function.Module._load (module.js:325:12)<br> at Module.require (module.js:380:17)<br> at EventEmitter. (/opt/atom/resources/atom.asar/browser/lib/rpc-server.js:128:79)<br> at EventEmitter.emit (events.js:119:17)<br> at EventEmitter. (/opt/atom/resources/atom.asar/browser/api/lib/web-contents.js:99:23)<br> at EventEmitter.emit (events.js:119:17)</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="At /opt/atom/resources/atom.asar/renderer/api/lib/remote.js:77 Error: /opt/atom/resources/atom.asar/browser/api/lib/dialog.js:1 (function (exports, require, module, __filename, __dirname) { .exports.DEFAULT ^ Unexpected token . /opt/atom/resources/atom.asar/browser/api/lib/dialog.js:1 (function (exports, require, module, __filename, __dirname) { .exports.DEFAULT ^ SyntaxError: Unexpected token . at exports.runInThisContext (vm.js:75:16) at Module._compile (module.js:458:25) at Object.Module._extensions..js (module.js:493:10) at Module.load (module.js:370:32) at Function.Module._load (module.js:325:12) at Module.require (module.js:380:17) at EventEmitter.&lt;anonymous&gt; (/opt/atom/resources/atom.asar/browser/lib/rpc-server.js:128:79) at EventEmitter.emit (events.js:119:17) at EventEmitter.&lt;anonymous&gt; (/opt/atom/resources/atom.asar/browser/api/lib/web-contents.js:99:23) at EventEmitter.emit (events.js:119:17) at metaToValue (/opt/atom/resources/atom.asar/renderer/api/lib/remote.js:77:15) at Object.exports.require (/opt/atom/resources/atom.asar/renderer/api/lib/remote.js:157:34) at Atom.module.exports.Atom.showSaveDialogSync (/opt/atom/resources/app/src/atom.js:846:23) at Pane.module.exports.Pane.saveItemAs (/opt/atom/resources/app/src/pane.js:572:26) at Pane.module.exports.Pane.saveActiveItemAs (/opt/atom/resources/app/src/pane.js:541:19) at Workspace.module.exports.Workspace.saveActivePaneItemAs (/opt/atom/resources/app/src/workspace.js:691:35) at atom-workspace.atom.commands.add.core:save-as (/opt/atom/resources/app/src/workspace-element.js:298:30) at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/opt/atom/resources/app/src/command-registry.js:242:29) at CommandRegistry.handleCommandEvent (/opt/atom/resources/app/src/command-registry.js:3:61) at CommandRegistry.module.exports.CommandRegistry.dispatch (/opt/atom/resources/app/src/command-registry.js:157:19)"><pre class="notranslate"><code class="notranslate">At /opt/atom/resources/atom.asar/renderer/api/lib/remote.js:77 Error: /opt/atom/resources/atom.asar/browser/api/lib/dialog.js:1 (function (exports, require, module, __filename, __dirname) { .exports.DEFAULT ^ Unexpected token . /opt/atom/resources/atom.asar/browser/api/lib/dialog.js:1 (function (exports, require, module, __filename, __dirname) { .exports.DEFAULT ^ SyntaxError: Unexpected token . at exports.runInThisContext (vm.js:75:16) at Module._compile (module.js:458:25) at Object.Module._extensions..js (module.js:493:10) at Module.load (module.js:370:32) at Function.Module._load (module.js:325:12) at Module.require (module.js:380:17) at EventEmitter.&lt;anonymous&gt; (/opt/atom/resources/atom.asar/browser/lib/rpc-server.js:128:79) at EventEmitter.emit (events.js:119:17) at EventEmitter.&lt;anonymous&gt; (/opt/atom/resources/atom.asar/browser/api/lib/web-contents.js:99:23) at EventEmitter.emit (events.js:119:17) at metaToValue (/opt/atom/resources/atom.asar/renderer/api/lib/remote.js:77:15) at Object.exports.require (/opt/atom/resources/atom.asar/renderer/api/lib/remote.js:157:34) at Atom.module.exports.Atom.showSaveDialogSync (/opt/atom/resources/app/src/atom.js:846:23) at Pane.module.exports.Pane.saveItemAs (/opt/atom/resources/app/src/pane.js:572:26) at Pane.module.exports.Pane.saveActiveItemAs (/opt/atom/resources/app/src/pane.js:541:19) at Workspace.module.exports.Workspace.saveActivePaneItemAs (/opt/atom/resources/app/src/workspace.js:691:35) at atom-workspace.atom.commands.add.core:save-as (/opt/atom/resources/app/src/workspace-element.js:298:30) at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/opt/atom/resources/app/src/command-registry.js:242:29) at CommandRegistry.handleCommandEvent (/opt/atom/resources/app/src/command-registry.js:3:61) at CommandRegistry.module.exports.CommandRegistry.dispatch (/opt/atom/resources/app/src/command-registry.js:157:19) </code></pre></div> <h3 dir="auto">Commands</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" -0:00.4 core:save-as (atom-text-editor.editor.is-focused)"><pre class="notranslate"><code class="notranslate"> -0:00.4 core:save-as (atom-text-editor.editor.is-focused) </code></pre></div> <h3 dir="auto">Config</h3> <div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{ &quot;core&quot;: { &quot;followSymlinks&quot;: true }, &quot;editor&quot;: { &quot;invisibles&quot;: {}, &quot;softWrap&quot;: true, &quot;fontSize&quot;: 18 } }"><pre class="notranslate">{ <span class="pl-ent">"core"</span>: { <span class="pl-ent">"followSymlinks"</span>: <span class="pl-c1">true</span> }, <span class="pl-ent">"editor"</span>: { <span class="pl-ent">"invisibles"</span>: {}, <span class="pl-ent">"softWrap"</span>: <span class="pl-c1">true</span>, <span class="pl-ent">"fontSize"</span>: <span class="pl-c1">18</span> } }</pre></div> <h3 dir="auto">Installed Packages</h3> <div class="highlight highlight-source-coffee notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# User No installed packages # Dev No dev packages"><pre class="notranslate"><span class="pl-c"><span class="pl-c">#</span> User</span> <span class="pl-en">No</span> <span class="pl-en">installed</span> packages <span class="pl-c"><span class="pl-c">#</span> Dev</span> <span class="pl-en">No</span> <span class="pl-en">dev</span> packages</pre></div>
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV: 3.3</li> <li>Operating System / Platform: ubuntu16</li> <li>Compiler: cmake &amp; gcc5.4</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">opencv knn: dead loop</p> <h5 dir="auto">Steps to reproduce</h5> <div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#include &lt;opencv2/imgproc.hpp&gt; #include &lt;opencv2/ml.hpp&gt; #include &lt;vector&gt; #include &quot;opencv2/core/core_c.h&quot; using namespace std; using namespace cv; using namespace cv::ml; using cv::Ptr; int main(){ Mat xTrainData = (Mat_&lt;float&gt;(5,2) &lt;&lt; 1, 1, 1, 1, 2, 2, 2, 2, 2, 2); Mat yTrainLabels = (Mat_&lt;float&gt;(5,1) &lt;&lt; 1, 1, 2, 2, 2); cout &lt;&lt; &quot;===============xTrainData====================&quot;&lt;&lt; endl; cout &lt;&lt; &quot;xTrainData: &quot; &lt;&lt; xTrainData&lt;&lt; endl; cout &lt;&lt; &quot;===============yTrainLabels====================&quot;&lt;&lt; endl; cout &lt;&lt; &quot;yTrainLabels: &quot; &lt;&lt; yTrainLabels &lt;&lt; endl; // KNearest KDTree implementation Ptr&lt;KNearest&gt; knnKdt = KNearest::create(); knnKdt-&gt;setAlgorithmType(KNearest::KDTREE); knnKdt-&gt;setIsClassifier(true); // When runs to this step, it does not run any more. knnKdt-&gt;train(xTrainData, ml::ROW_SAMPLE, yTrainLabels); float d_test[2][2] = {{1.3, 1.3}, {2.2, 2.4}}; Mat xTestData = (Mat_&lt;float&gt;(2,1) &lt;&lt; 1.1, 1.1, 2, 2.2); Mat zBestLabels; cout &lt;&lt; &quot;===============xTestData====================&quot;&lt;&lt; endl; cout &lt;&lt; &quot;xTestData: &quot; &lt;&lt; xTestData &lt;&lt; endl; knnKdt-&gt;findNearest(xTestData, 1, zBestLabels); cout &lt;&lt; &quot;===============zBestLabels====================&quot;&lt;&lt; endl; cout &lt;&lt; &quot;zBestLabels: &quot; &lt;&lt; zBestLabels &lt;&lt; endl; } "><pre class="notranslate">#<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&lt;</span>opencv2/imgproc.hpp<span class="pl-pds">&gt;</span></span> #<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&lt;</span>opencv2/ml.hpp<span class="pl-pds">&gt;</span></span> #<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&lt;</span>vector<span class="pl-pds">&gt;</span></span> #<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">"</span>opencv2/core/core_c.h<span class="pl-pds">"</span></span> <span class="pl-k">using</span> <span class="pl-k">namespace</span> <span class="pl-en">std</span><span class="pl-k">;</span> <span class="pl-k">using</span> <span class="pl-k">namespace</span> <span class="pl-en">cv</span><span class="pl-k">;</span> <span class="pl-k">using</span> <span class="pl-k">namespace</span> <span class="pl-en">cv</span>::ml<span class="pl-k">;</span> <span class="pl-k">using</span> cv::<span class="pl-c1">Ptr</span>; <span class="pl-k">int</span> <span class="pl-en">main</span>(){ Mat xTrainData = (Mat_&lt;<span class="pl-k">float</span>&gt;(<span class="pl-c1">5</span>,<span class="pl-c1">2</span>) &lt;&lt; <span class="pl-c1">1</span>, <span class="pl-c1">1</span>, <span class="pl-c1">1</span>, <span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">2</span>, <span class="pl-c1">2</span>, <span class="pl-c1">2</span>, <span class="pl-c1">2</span>, <span class="pl-c1">2</span>); Mat yTrainLabels = (Mat_&lt;<span class="pl-k">float</span>&gt;(<span class="pl-c1">5</span>,<span class="pl-c1">1</span>) &lt;&lt; <span class="pl-c1">1</span>, <span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">2</span>, <span class="pl-c1">2</span>); cout &lt;&lt; <span class="pl-s"><span class="pl-pds">"</span>===============xTrainData====================<span class="pl-pds">"</span></span>&lt;&lt; endl; cout &lt;&lt; <span class="pl-s"><span class="pl-pds">"</span>xTrainData: <span class="pl-pds">"</span></span> &lt;&lt; xTrainData&lt;&lt; endl; cout &lt;&lt; <span class="pl-s"><span class="pl-pds">"</span>===============yTrainLabels====================<span class="pl-pds">"</span></span>&lt;&lt; endl; cout &lt;&lt; <span class="pl-s"><span class="pl-pds">"</span>yTrainLabels: <span class="pl-pds">"</span></span> &lt;&lt; yTrainLabels &lt;&lt; endl; <span class="pl-c"><span class="pl-c">//</span> KNearest KDTree implementation</span> <span class="pl-c1">Ptr</span>&lt;KNearest&gt; knnKdt = <span class="pl-c1">KNearest::create</span>(); knnKdt-&gt;<span class="pl-c1">setAlgorithmType</span>(KNearest::KDTREE); knnKdt-&gt;<span class="pl-c1">setIsClassifier</span>(<span class="pl-c1">true</span>); <span class="pl-c"><span class="pl-c">//</span> When runs to this step, it does not run any more.</span> knnKdt-&gt;<span class="pl-c1">train</span>(xTrainData, ml::ROW_SAMPLE, yTrainLabels); <span class="pl-k">float</span> d_test[<span class="pl-c1">2</span>][<span class="pl-c1">2</span>] = {{<span class="pl-c1">1.3</span>, <span class="pl-c1">1.3</span>}, {<span class="pl-c1">2.2</span>, <span class="pl-c1">2.4</span>}}; Mat xTestData = (Mat_&lt;<span class="pl-k">float</span>&gt;(<span class="pl-c1">2</span>,<span class="pl-c1">1</span>) &lt;&lt; <span class="pl-c1">1.1</span>, <span class="pl-c1">1.1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">2.2</span>); Mat zBestLabels; cout &lt;&lt; <span class="pl-s"><span class="pl-pds">"</span>===============xTestData====================<span class="pl-pds">"</span></span>&lt;&lt; endl; cout &lt;&lt; <span class="pl-s"><span class="pl-pds">"</span>xTestData: <span class="pl-pds">"</span></span> &lt;&lt; xTestData &lt;&lt; endl; knnKdt-&gt;<span class="pl-c1">findNearest</span>(xTestData, <span class="pl-c1">1</span>, zBestLabels); cout &lt;&lt; <span class="pl-s"><span class="pl-pds">"</span>===============zBestLabels====================<span class="pl-pds">"</span></span>&lt;&lt; endl; cout &lt;&lt; <span class="pl-s"><span class="pl-pds">"</span>zBestLabels: <span class="pl-pds">"</span></span> &lt;&lt; zBestLabels &lt;&lt; endl; } </pre></div> <p dir="auto">When I runs it in clion:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/16144935/42207391-61e4a88a-7edc-11e8-8eb9-7338ae273342.png"><img src="https://user-images.githubusercontent.com/16144935/42207391-61e4a88a-7edc-11e8-8eb9-7338ae273342.png" alt="image" style="max-width: 100%;"></a></p> <p dir="auto">What's wrong?</p>
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt;4.0.0 beta</li> <li>Operating System / Platform =&gt; Windows 10 64 Bit</li> <li>Compiler =&gt; Visual Studio 2017</li> <li>Cuda =&gt; 10.0</li> <li>Driver =&gt; 416.34</li> <li>GPU =&gt; RTX 2080</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">The example below crashes when using RTX 2080 but works with GTX 1080.</p> <p dir="auto">The example uses the opencv_contrib modules but the bug is in the files scan.hpp and warp_shuffle.hpp in opencv/modules/core/include/opencv2/cuda/</p> <p dir="auto">The crash is coming from the kernel hanging inside warpScanInclusive call to cv::cuda::device::shfl_up(iData, i) on line 191 of scan.hpp</p> <p dir="auto">On line 56 of warp_shuffle.hpp there is a #define for __shfl_up(x, y, z) to call __shfl_up_sync(0xFFFFFFFFU, x, y, z)</p> <p dir="auto">Nvidia must have changed the sync behavior with the new cards and the __shfl_up_sync fails because the mask is being passed to sync all warp threads when all warp threads are not active doe to the check on line 238 of scan.hpp</p> <div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" if (tid &lt; (tiNumScanThreads / OPENCV_CUDA_WARP_SIZE) )// not all threads active inside here { //grab top warp elements T val = s_Data[tid]; //calculate exclusive scan and write back to shared memory s_Data[tid] = warpScanExclusive(val, s_Data, tid); } "><pre class="notranslate"> <span class="pl-k">if</span> (tid &lt; (tiNumScanThreads / OPENCV_CUDA_WARP_SIZE) )<span class="pl-c"><span class="pl-c">//</span> not all threads active inside here</span> { <span class="pl-c"><span class="pl-c">//</span>grab top warp elements</span> T val = s_Data[tid]; <span class="pl-c"><span class="pl-c">//</span>calculate exclusive scan and write back to shared memory</span> s_Data[tid] = <span class="pl-c1">warpScanExclusive</span>(val, s_Data, tid); } </pre></div> <p dir="auto">Nvidia specifically says not to use 0xFFFFFFFF mask when updating legacy code.<br> <a href="https://devblogs.nvidia.com/using-cuda-warp-level-primitives/" rel="nofollow">https://devblogs.nvidia.com/using-cuda-warp-level-primitives/</a></p> <p dir="auto">I have a workaround for scan.hpp that works for me but I am not sure how to fix it to work more generally in the entire code base.</p> <div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" template &lt;typename T&gt; __device__ T warpScanInclusive(T idata, volatile T* s_Data, unsigned int tid) { #if __CUDA_ARCH__ &gt;= 300 const unsigned int laneId = cv::cuda::device::Warp::laneId(); unsigned mask = __activemask();// need to get mask for active threads // scan on shuffl functions #pragma unroll for (int i = 1; i &lt;= (OPENCV_CUDA_WARP_SIZE / 2); i *= 2) { const T n = __shfl_up_sync(mask, idata, i, 32);//need to call with proper mask if (laneId &gt;= i) idata += n; } return idata; #else unsigned int pos = 2 * tid - (tid &amp; (OPENCV_CUDA_WARP_SIZE - 1)); s_Data[pos] = 0; pos += OPENCV_CUDA_WARP_SIZE; s_Data[pos] = idata; s_Data[pos] += s_Data[pos - 1]; s_Data[pos] += s_Data[pos - 2]; s_Data[pos] += s_Data[pos - 4]; s_Data[pos] += s_Data[pos - 8]; s_Data[pos] += s_Data[pos - 16]; return s_Data[pos]; #endif } "><pre class="notranslate"> <span class="pl-k">template </span>&lt;<span class="pl-k">typename</span> T&gt; __device__ T <span class="pl-en">warpScanInclusive</span>(T idata, <span class="pl-k">volatile</span> T* s_Data, <span class="pl-k">unsigned</span> <span class="pl-k">int</span> tid) { #<span class="pl-k">if</span> __CUDA_ARCH__ &gt;= 300 <span class="pl-k">const</span> <span class="pl-k">unsigned</span> <span class="pl-k">int</span> laneId = <span class="pl-c1">cv::cuda::device::Warp::laneId</span>(); <span class="pl-k">unsigned</span> mask = <span class="pl-c1">__activemask</span>();<span class="pl-c"><span class="pl-c">//</span> need to get mask for active threads</span> <span class="pl-c"><span class="pl-c">//</span> scan on shuffl functions</span> #<span class="pl-k">pragma</span> unroll <span class="pl-k">for</span> (<span class="pl-k">int</span> i = <span class="pl-c1">1</span>; i &lt;= (OPENCV_CUDA_WARP_SIZE / <span class="pl-c1">2</span>); i *= <span class="pl-c1">2</span>) { <span class="pl-k">const</span> T n = <span class="pl-c1">__shfl_up_sync</span>(mask, idata, i, <span class="pl-c1">32</span>);<span class="pl-c"><span class="pl-c">//</span>need to call with proper mask</span> <span class="pl-k">if</span> (laneId &gt;= i) idata += n; } <span class="pl-k">return</span> idata; #<span class="pl-k">else</span> <span class="pl-k">unsigned</span> <span class="pl-k">int</span> pos = <span class="pl-c1">2</span> * tid - (tid &amp; (OPENCV_CUDA_WARP_SIZE - <span class="pl-c1">1</span>)); s_Data[pos] = <span class="pl-c1">0</span>; pos += OPENCV_CUDA_WARP_SIZE; s_Data[pos] = idata; s_Data[pos] += s_Data[pos - <span class="pl-c1">1</span>]; s_Data[pos] += s_Data[pos - <span class="pl-c1">2</span>]; s_Data[pos] += s_Data[pos - <span class="pl-c1">4</span>]; s_Data[pos] += s_Data[pos - <span class="pl-c1">8</span>]; s_Data[pos] += s_Data[pos - <span class="pl-c1">16</span>]; <span class="pl-k">return</span> s_Data[pos]; #<span class="pl-k">endif</span> } </pre></div> <h5 dir="auto">Steps to reproduce</h5> <p dir="auto">Running the following code runs the cuda kernel that hangs when using a RTX 2080.</p> <div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" #include &quot;opencv2\highgui.hpp&quot; #include &quot;opencv2\cudaimgproc.hpp&quot; int main(int argc, char **argv) { cv::Ptr&lt;cv::cuda::CLAHE&gt; clahe = cv::cuda::createCLAHE(); const cv::Size size(640, 480); cv::cuda::GpuMat srcDevice(size, CV_8UC1); cv::cuda::GpuMat dstDevice(size, CV_8UC1); cv::cuda::HostMem srcHost(size, CV_8UC1); cv::cuda::HostMem dstHost(size, CV_8UC1); cv::randu(srcHost, cv::Scalar::all(0.0), cv::Scalar::all(255.0)); srcDevice.upload(srcHost); clahe-&gt;apply(srcDevice, dstDevice); dstDevice.download(dstHost); cv::imshow(&quot;src&quot;, srcHost); cv::imshow(&quot;dst&quot;, dstHost); cv::waitKey(); return 0; } "><pre class="notranslate">#<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">"</span>opencv2\highgui.hpp<span class="pl-pds">"</span></span> #<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">"</span>opencv2\cudaimgproc.hpp<span class="pl-pds">"</span></span> <span class="pl-k">int</span> <span class="pl-en">main</span>(<span class="pl-k">int</span> argc, <span class="pl-k">char</span> **argv) { cv::<span class="pl-c1">Ptr</span>&lt;cv::cuda::CLAHE&gt; clahe = <span class="pl-c1">cv::cuda::createCLAHE</span>(); <span class="pl-k">const</span> cv::<span class="pl-c1">Size</span> <span class="pl-smi">size</span>(<span class="pl-c1">640</span>, <span class="pl-c1">480</span>); cv::cuda::GpuMat <span class="pl-smi">srcDevice</span>(size, CV_8UC1); cv::cuda::GpuMat <span class="pl-smi">dstDevice</span>(size, CV_8UC1); cv::cuda::HostMem <span class="pl-smi">srcHost</span>(size, CV_8UC1); cv::cuda::HostMem <span class="pl-smi">dstHost</span>(size, CV_8UC1); <span class="pl-c1">cv::randu</span>(srcHost, <span class="pl-c1">cv::Scalar::all</span>(<span class="pl-c1">0.0</span>), <span class="pl-c1">cv::Scalar::all</span>(<span class="pl-c1">255.0</span>)); srcDevice.<span class="pl-c1">upload</span>(srcHost); clahe-&gt;<span class="pl-c1">apply</span>(srcDevice, dstDevice); dstDevice.<span class="pl-c1">download</span>(dstHost); <span class="pl-c1">cv::imshow</span>(<span class="pl-s"><span class="pl-pds">"</span>src<span class="pl-pds">"</span></span>, srcHost); <span class="pl-c1">cv::imshow</span>(<span class="pl-s"><span class="pl-pds">"</span>dst<span class="pl-pds">"</span></span>, dstHost); <span class="pl-c1">cv::waitKey</span>(); <span class="pl-k">return</span> <span class="pl-c1">0</span>; } </pre></div>
0
<p dir="auto">The right side of topbar stops functioning properly when you shrink the size of the screen under the min-width. This is observable in both the app and fluid layout if you shrink the screen size.</p> <p dir="auto">This is due to the position fixed of the topbar forcing it to be anchored to the top right. I tried looking to see if there was a way to support the min-width, but this does not seem possible without javascript usage. That said the UX should not break under these conditions. Simply adding something like the code below will prevent this, but it's not a bulletproof solution.</p> <p dir="auto">.topbar .container {<br> width: auto;<br> max-width: 940px;<br> }<br> .topbar .container-fluid {<br> min-width: 0px;<br> }</p>
<p dir="auto">When you resize the window to a smaller width some menu items will disappear. You can try it here: <a href="http://twitter.github.com/bootstrap/examples/container-app.html">http://twitter.github.com/bootstrap/examples/container-app.html</a></p> <p dir="auto">I didn't look much further into this but I saw that twitter.com has solved this problem by using a javascript that changes the left property for the top bar, but it uses an other approach to create the topbar. Any thoughts about this?</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.2.1-3816ae7c3</p> <p dir="auto">Call stack: at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108<br> at Map.forEach ()<br> at commitIndex (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157054)<br> at e.getRankedChartData (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157577)<br> at vl (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:314907)<br> at gi (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:59907)<br> at jl (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:107381)<br> at Lc (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:92715)<br> at Pc (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:92640)<br> at wc (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:89544)</p> <p dir="auto">Component stack: in vl<br> in div<br> in div<br> in div<br> in wo<br> in Unknown<br> in n<br> in Unknown<br> in div<br> in div<br> in Li<br> in $e<br> in dn<br> in Ca<br> in Pc</p>
<p dir="auto">PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE</p> <p dir="auto">I got this error when I click 'Ranked'.</p> <hr> <h2 dir="auto">Please do not remove the text below this line</h2> <p dir="auto">DevTools version: 4.0.4-3c6a219</p> <p dir="auto">Call stack: at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11441<br> at Map.forEach ()<br> at commitIndex (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11387)<br> at e.getRankedChartData (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11920)<br> at _i (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:56:277123)<br> at Ha (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:43:55890)<br> at Xl (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:43:98280)<br> at Hl (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:43:84255)<br> at Fl (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:43:81285)<br> at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:43:25363</p> <p dir="auto">Component stack: in _i<br> in div<br> in div<br> in div<br> in Or<br> in Unknown<br> in n<br> in Unknown<br> in div<br> in div<br> in Ha<br> in le<br> in ve<br> in ko<br> in Ul</p>
1
<p dir="auto">Hello. How to tabify code? How to replace spaces to tabs?</p>
<p dir="auto">Would it be possible to add a VS Code command to convert tabs to spaces, and vice versa?</p> <p dir="auto">I copied some JSON code from GitHub into VS Code, using Google Chrome, and it's indented using tabs. I'd like to convert it to use 2 spaces.</p> <p dir="auto">I searched for this issue on here, and couldn't find it. I only saw references to VS Code settings for using tabs or spaces by default.</p> <p dir="auto">Cheers,<br> Trevor Sullivan<br> Microsoft MVP: PowerShell</p>
1
<p dir="auto">The casting of a <code class="notranslate">ctypes</code> Structure object array to numpy array usually results with a numpy structured array. But if the Structure contains a <code class="notranslate">c_wchar</code> array (string) field it becomes an object. I could not find the reason why this is happening.</p> <p dir="auto">Example:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np import ctypes class A(ctypes.Structure): _fields_ = [('s', ctypes.c_wchar * 5)] np.array((A*2)()) # array([&lt;__main__.A object at 0x7fa99678f9d8&gt;, # &lt;__main__.A object at 0x7fa98804f1e0&gt;], dtype=object)"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">numpy</span> <span class="pl-k">as</span> <span class="pl-s1">np</span> <span class="pl-k">import</span> <span class="pl-s1">ctypes</span> <span class="pl-k">class</span> <span class="pl-v">A</span>(<span class="pl-s1">ctypes</span>.<span class="pl-v">Structure</span>): <span class="pl-s1">_fields_</span> <span class="pl-c1">=</span> [(<span class="pl-s">'s'</span>, <span class="pl-s1">ctypes</span>.<span class="pl-s1">c_wchar</span> <span class="pl-c1">*</span> <span class="pl-c1">5</span>)] <span class="pl-s1">np</span>.<span class="pl-en">array</span>((<span class="pl-v">A</span><span class="pl-c1">*</span><span class="pl-c1">2</span>)()) <span class="pl-c"># array([&lt;__main__.A object at 0x7fa99678f9d8&gt;,</span> <span class="pl-c"># &lt;__main__.A object at 0x7fa98804f1e0&gt;], dtype=object)</span></pre></div> <p dir="auto">While:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class B(ctypes.Structure): _fields_ = [('s', ctypes.c_char * 5)] np.array((B*2)()) # array([([b'', b'', b'', b'', b''],), ([b'', b'', b'', b'', b''],)], # dtype=[('s', 'S1', (5,))])"><pre class="notranslate"><span class="pl-k">class</span> <span class="pl-v">B</span>(<span class="pl-s1">ctypes</span>.<span class="pl-v">Structure</span>): <span class="pl-s1">_fields_</span> <span class="pl-c1">=</span> [(<span class="pl-s">'s'</span>, <span class="pl-s1">ctypes</span>.<span class="pl-s1">c_char</span> <span class="pl-c1">*</span> <span class="pl-c1">5</span>)] <span class="pl-s1">np</span>.<span class="pl-en">array</span>((<span class="pl-v">B</span><span class="pl-c1">*</span><span class="pl-c1">2</span>)()) <span class="pl-c"># array([([b'', b'', b'', b'', b''],), ([b'', b'', b'', b'', b''],)],</span> <span class="pl-c"># dtype=[('s', 'S1', (5,))])</span></pre></div> <p dir="auto">Environment:<br> Python 3.6, numpy 1.13.1, Ubuntu 16.04</p>
<p dir="auto">The following minimal example crashes with numpy 1.14 and python 2.7.5:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy a = numpy.zeros(64) numpy.save(&quot;/tmp/a.npy&quot;, a)"><pre class="notranslate"><code class="notranslate">import numpy a = numpy.zeros(64) numpy.save("/tmp/a.npy", a) </code></pre></div> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="lib/python2.7/site-packages/numpy/lib/format.pyc in _write_array_header(fp, d, version) 306 header.append(&quot;}&quot;) 307 header = &quot;&quot;.join(header) --&gt; 308 header = asbytes(_filter_header(header)) 309 310 hlen = len(header) + 1 # 1 for newline lib/python2.7/site-packages/numpy/lib/format.pyc in _filter_header(s) 465 tokens.append(token) 466 last_token_was_number = (token_type == tokenize.NUMBER) --&gt; 467 return tokenize.untokenize(tokens) 468 469 /usr/lib64/python2.7/tokenize.pyc in untokenize(iterable) 260 &quot;&quot;&quot; 261 ut = Untokenizer() --&gt; 262 return ut.untokenize(iterable) 263 264 def generate_tokens(readline): /usr/lib64/python2.7/tokenize.pyc in untokenize(self, iterable) 196 break 197 tok_type, token, start, end, line = t --&gt; 198 self.add_whitespace(start) 199 self.tokens.append(token) 200 self.prev_row, self.prev_col = end /usr/lib64/python2.7/tokenize.pyc in add_whitespace(self, start) 185 def add_whitespace(self, start): 186 row, col = start --&gt; 187 assert row &lt;= self.prev_row 188 col_offset = col - self.prev_col 189 if col_offset: AssertionError:"><pre class="notranslate"><code class="notranslate">lib/python2.7/site-packages/numpy/lib/format.pyc in _write_array_header(fp, d, version) 306 header.append("}") 307 header = "".join(header) --&gt; 308 header = asbytes(_filter_header(header)) 309 310 hlen = len(header) + 1 # 1 for newline lib/python2.7/site-packages/numpy/lib/format.pyc in _filter_header(s) 465 tokens.append(token) 466 last_token_was_number = (token_type == tokenize.NUMBER) --&gt; 467 return tokenize.untokenize(tokens) 468 469 /usr/lib64/python2.7/tokenize.pyc in untokenize(iterable) 260 """ 261 ut = Untokenizer() --&gt; 262 return ut.untokenize(iterable) 263 264 def generate_tokens(readline): /usr/lib64/python2.7/tokenize.pyc in untokenize(self, iterable) 196 break 197 tok_type, token, start, end, line = t --&gt; 198 self.add_whitespace(start) 199 self.tokens.append(token) 200 self.prev_row, self.prev_col = end /usr/lib64/python2.7/tokenize.pyc in add_whitespace(self, start) 185 def add_whitespace(self, start): 186 row, col = start --&gt; 187 assert row &lt;= self.prev_row 188 col_offset = col - self.prev_col 189 if col_offset: AssertionError: </code></pre></div> <p dir="auto">The tokenize is now performed before the padding and the newline is added to the header string. This does not seem to work in python 2.7. Adding the newline in _filter_header(s) fixes the problem for python 2.7, but does not work in python 3. This could be done in the version distinguishing part of _filter_header(s). I am not familiar with the numpy internals and the recent change for the 64 byte alignment (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="225248510" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/9025" data-hovercard-type="pull_request" data-hovercard-url="/numpy/numpy/pull/9025/hovercard" href="https://github.com/numpy/numpy/pull/9025">#9025</a>), so I do not feel comfortable to change it myself.</p>
0
<p dir="auto">In recent atom releases I have massive problems with unicode chars. Here is a screenshot of atom, below the same file in gedit. I also tried greek letters, they don't work as well. IIRC this regression appeared in 0.190.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ atom --version 0.192.0"><pre class="notranslate"><code class="notranslate">$ atom --version 0.192.0 </code></pre></div> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1961699/7218829/7d8535aa-e682-11e4-8d13-bf06f4445951.png"><img src="https://cloud.githubusercontent.com/assets/1961699/7218829/7d8535aa-e682-11e4-8d13-bf06f4445951.png" alt="screenshot from 2015-04-19 10-53-33" style="max-width: 100%;"></a></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
<ul dir="auto"> <li>VSCode Version:1.2.0</li> <li>OS Version:ubuntu 16.4</li> </ul> <p dir="auto">while using vim on a remote server using esc will toggle the terminal</p>
<p dir="auto">Integrated terminal master issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="117735786" data-permission-text="Title is private" data-url="https://github.com/microsoft/vscode/issues/143" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode/issues/143/hovercard" href="https://github.com/microsoft/vscode/issues/143">#143</a></p> <p dir="auto">Open question: Currently pressing <kbd>esc</kbd> will hide the terminal, this can be a problem for some terminal programs, for example <code class="notranslate">vim</code>. Perhaps this should be configurable?</p>
1
<ul dir="auto"> <li>Material-UI: [email protected]</li> <li>React: [email protected]</li> <li>Browser: [email protected]</li> </ul> <p dir="auto">The focus <code class="notranslate">&lt;hr&gt;</code> is rendered with the following styles:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="border-bottom: 2px solid; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: initial;"><pre class="notranslate"><code class="notranslate">border-bottom: 2px solid; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: initial; </code></pre></div> <p dir="auto">The result is a black focus underline</p>
<h3 dir="auto">Problem description</h3> <p dir="auto">It's a weird issue. The border of a TextField has the color black (see Screenshot):</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2188790/20939277/7f42c96e-bbee-11e6-877b-7ffcd8ed283d.png"><img width="602" alt="bildschirmfoto 2016-12-06 um 19 26 21" src="https://cloud.githubusercontent.com/assets/2188790/20939277/7f42c96e-bbee-11e6-877b-7ffcd8ed283d.png" style="max-width: 100%;"></a></p> <p dir="auto">Checking the CSS in the developer console:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2188790/20939294/924283ce-bbee-11e6-8a6a-23427279ffd4.png"><img width="283" alt="bildschirmfoto 2016-12-06 um 19 26 37" src="https://cloud.githubusercontent.com/assets/2188790/20939294/924283ce-bbee-11e6-8a6a-23427279ffd4.png" style="max-width: 100%;"></a></p> <p dir="auto">So obviously there is no color set on the border.</p> <p dir="auto">This happens in Chrome, but in Firefox it works. But it get even more weird: When I build my app with the flag <code class="notranslate">NODE_ENV=production</code> then it DOES work properly.</p> <p dir="auto">Also changing these two lines of code here: <a href="https://github.com/callemall/material-ui/blob/master/src/TextField/TextFieldUnderline.js#L94-L95">https://github.com/callemall/material-ui/blob/master/src/TextField/TextFieldUnderline.js#L94-L95</a></p> <p dir="auto">… to <code class="notranslate">borderBottom: 'solid 2px ' + focusColor,</code> work as well, even with a normal build.</p> <p dir="auto">I wanted to create a Webpackbin example, but there it works fine.</p> <p dir="auto">I'm using Meteor, don't know if that matters. But maybe someone find a solution.</p> <h3 dir="auto">Versions</h3> <ul dir="auto"> <li>Material-UI: 0.16.4</li> <li>React: 15.4.1</li> <li>Browser: Chrome 54</li> </ul>
1
<h2 dir="auto">Guidelines</h2> <p dir="auto">Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use Neo4j, please ask on <a href="http://stackoverflow.com/questions/tagged/neo4j" rel="nofollow">StackOverflow</a> instead of creating an issue here.</p> <p dir="auto">If you want to make a feature request then there is no guideline, so feel free to stop reading and open an issue. If you have a bug report however, please continue reading.<br> To help us understand your issue, please specify important details, primarily:</p> <ul dir="auto"> <li> <p dir="auto">Neo4j version: 3.5.3 Enterprise</p> </li> <li> <p dir="auto">Operating system: Linux</p> </li> <li> <p dir="auto">API/Driver: OpenJDK 1.8.0_201</p> </li> <li> <p dir="auto"><code class="notranslate">~/../../../usr/bin/neo4j-admin</code> import --nodes "import/uids-header.csv,import/uid_no.<em>" --nodes "import/ga-header.csv,import/ggl_no.</em>" --nodes "import/citystate-header.csv,import/city_no.<em>" --relationships:OBSERVED_WITH "import/rels-header.csv,import/ggl_li.</em> --relationships:VISITED_FROM "import/rels-header.csv,import/city_li.<em>" --ignore-missing-nodes --delimiter="~" --high-io=true <code class="notranslate">--id-type=actual</code><br> vs<br> <code class="notranslate">~/../../../usr/bin/neo4j-admin</code> import --nodes "import/uids-header.csv,import/uid_no.</em>" --nodes "import/ga-header.csv,import/ggl_no.<em>" --nodes "import/citystate-header.csv,import/city_no.</em>" --relationships:OBSERVED_WITH "import/rels-header.csv,import/ggl_li.* --relationships:VISITED_FROM "import/rels-header.csv,import/city_li.*" --ignore-missing-nodes --delimiter="~" --high-io=true <code class="notranslate">--id-type=integer</code></p> </li> <li> <p dir="auto">Expected behavior : actual id should be faster on load. Each csv contains node data from Redshift with a node_id field based on Row_number() and ASC sorted. The first file goes from 1 to 2.4 Billion the second file ggl_no starts at where the last one left off plus 1, and continues to 5.4 Billion. These row_number tables were used to write the pairwise links from uid_no to ggl_no which are defined in ggl_li, same for city_li.</p> </li> <li> <p dir="auto">Actual behavior: The first run is with id-type actual<br> (1/4) Node import 2019-04-06 00:33:07.510+0000<br> Estimated number of nodes: 5.16 G<br> Estimated disk space usage: 372.56 GB<br> Estimated required memory usage: 1020.01 MB<br> .......... .......... .......... .......... .......... 5% ∆9m 14s 169ms<br> .......... .......... .......... .......... .......... 10% ∆9m 19s 910ms<br> .......... .......... .......... .......... .......... 15% ∆9m 16s 647ms<br> .......... .......... .......... .......... .......... 20% ∆9m 19s 566ms<br> .......... .......... .......... .......... .......... 25% ∆7m 52s 829ms<br> .......... .......... .......... .......... .......... 30% ∆7m 48s 373ms<br> .......... .......... .......... .......... .......... 35% ∆6m 19s 909ms<br> .......... .......... .......... .......... .......... 40% ∆7m 39s 613ms<br> .......... .......... .......... .......... .......... 45% ∆7m 29s 365ms<br> .......... .......... .......... .......... .......... 50% ∆7m 52s 382ms<br> .......... .......... .......... .......... .......... 55% ∆9m 31s 845ms<br> .......... .......... .......... .......... .......... 60% ∆16m 14s 117ms<br> .......... .......... .......... .......... .......... 65% ∆16m 13s 717ms<br> .......... .......... .......... .......... .......... 70% ∆16m 18s 966ms<br> .......... .......... .......... .......... .......... 75% ∆16m 7s 677ms<br> .......... .......... .......... .......... .......... 80% ∆15m 48s 866ms<br> .......... .......... .......... .......... .......... 85% ∆15m 28s 920ms<br> .......... .......... .......... .......... .......... 90% ∆15m 3s 62ms<br> .......... .......... .......... .......... .......... 95% ∆12m 55s 803ms<br> .......... .......... .......... .......... .......... 100% ∆1ms<br> IMPORT FAILED in 3h 37m 21s 862ms.<br> Data statistics is not available.<br> Peak memory usage: 0.00 B<br> Error in input data<br> Caused by:ERROR in input<br> data source: BufferedCharSeeker[source:/var/lib/neo4j/import/seg_no0035_part_00.csv, position:1896888, line:33873]<br> in field: :LABEL:3<br> for header: [node_id:ID, segment_id:string, :LABEL]<br> raw field value: Segment<br> original error: Id 4294967295 is reserved and can't be used as a regular record id</p> </li> </ul> <p dir="auto">Second run is with id-type= integer<br> .......... .......... .......... .-........ .......... 35% ∆1m 47s 769ms<br> .......... .......... .......... .......... .......... 40% ∆1ms<br> .......... .......... .......... .......... .......... 45% ∆200ms<br> .......... .......... .......... .......... .......... 50% ∆3m 42s 23ms<br> .......... .......... .......... .......... .......... 55% ∆3m 930ms<br> .......... .......... .......... .......... .......... 60% ∆2m 54s 750ms<br> .......... .......... .......... .......... .......... 65% ∆2m 51s 136ms<br> .......... .......... .......... .......... .......... 70% ∆2m 48s 332ms<br> .......... .......... .......... .......... .......... 75% ∆1m 4s 256ms<br> .......... .......... .......... .......... .......... 80% ∆10s 809ms<br> .......... .......... .......... .......... .......... 85% ∆11s 612ms<br> .......... .......... .......... .......... .......... 90% ∆59s 988ms<br> .......... .......... .......... .......... .......... 95% ∆4m 23s 188ms<br> .......... .......... .......... .......... .......... 100% ∆3m 56s 173ms</p> <p dir="auto">Exception in thread "Thread-18" java.lang.RuntimeException: org.neo4j.unsafe.impl.batchimport.cache.idmapping.string.DuplicateInputIdException: Id '1154243009' is defined more than once in group 'global id space'<br> at org.neo4j.unsafe.impl.batchimport.staging.AbstractStep.issuePanic(AbstractStep.java:155)<br> at org.neo4j.unsafe.impl.batchimport.staging.AbstractStep.issuePanic(AbstractStep.java:147)<br> at org.neo4j.unsafe.impl.batchimport.staging.LonelyProcessingStep.lambda$receive$0(LonelyProcessingStep.java:59)<br> at java.lang.Thread.run(Thread.java:748)<br> Caused by: org.neo4j.unsafe.impl.batchimport.cache.idmapping.string.DuplicateInputIdException: Id '1154243009' is defined more than once in group 'global id space'<br> at org.neo4j.unsafe.impl.batchimport.input.BadCollector$NodesProblemReporter.exception(BadCollector.java:278)<br> at org.neo4j.unsafe.impl.batchimport.input.BadCollector.collect(BadCollector.java:168)<br> at org.neo4j.unsafe.impl.batchimport.input.BadCollector.collectDuplicateNode(BadCollector.java:135)<br> at org.neo4j.unsafe.impl.batchimport.cache.idmapping.string.EncodingIdMapper.detectDuplicateInputIds(EncodingIdMapper.java:606)<br> at org.neo4j.unsafe.impl.batchimport.cache.idmapping.string.EncodingIdMapper.buildCollisionInfo(EncodingIdMapper.java:522)<br> at org.neo4j.unsafe.impl.batchimport.cache.idmapping.string.EncodingIdMapper.prepare(EncodingIdMapper.java:239)<br> at org.neo4j.unsafe.impl.batchimport.IdMapperPreparationStep.process(IdMapperPreparationStep.java:56)<br> at org.neo4j.unsafe.impl.batchimport.staging.LonelyProcessingStep.lambda$receive$0(LonelyProcessingStep.java:53)<br> ... 1 more</p> <p dir="auto">IMPORT FAILED in 1h 31m 19s 634ms.<br> Data statistics is not available.<br> Peak memory usage: 39.25 GB<br> Duplicate input ids that would otherwise clash can be put into separate id space, read more about how to use id spaces in the manual: <a href="https://neo4j.com/docs/operations-manual/3.5/tools/import/file-header-format/#import-tool-id-spaces" rel="nofollow">https://neo4j.com/docs/operations-manual/3.5/tools/import/file-header-format/#import-tool-id-spaces</a><br> Caused by:Id '1154243009' is defined more than once in group 'global id space'</p> <p dir="auto">Additionally, include (as appropriate) log-files, stacktraces, and other debug output.</p>
<p dir="auto">I'm using neo4j 2.1.4. I have nodes - POINT and relationships - ROAD I have index on ROAD property - OBJ_COD and ID. ID is my legacy property, not the result of ID(relationship) neo4j function</p> <blockquote> <p dir="auto">:schema ls -l :ROAD</p> <p dir="auto">Indexes<br> ON :ROAD(OBJ_COD) ONLINE<br> ON :ROAD(ID) ONLINE</p> <p dir="auto">No constraints</p> </blockquote> <p dir="auto">I want to search ROAD by OBJ_COD or ID value, but cypher don'use index to lookup relationship.</p> <blockquote> <p dir="auto">neo4j-sh (?)$ profile MATCH (a)-[r:<code class="notranslate">ROAD</code> {ID:333275}]-(b:<code class="notranslate">POINT</code>) RETURN r LIMIT 1;</p> <p dir="auto">ColumnFilter<br> |<br> +TraversalMatcher</p> <p dir="auto">+------------------+------+---------+-------------+----------------+<br> | Operator | Rows | DbHits | Identifiers | Other |<br> +------------------+------+---------+-------------+----------------+<br> | ColumnFilter | 2 | 0 | | keep columns r |<br> | TraversalMatcher | 2 | 2265843 | | a, r, a |<br> +------------------+------+---------+-------------+----------------+</p> </blockquote> <p dir="auto">How can I force cypher to use existing index to search single relationship?</p>
0
<p dir="auto">Compilation error, when:<br> <code class="notranslate">export const Desktop = withStyles(styles)&lt;Page&gt;(DesktopComponent)</code></p> <p dir="auto">Where:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const styles = { container: { position: 'absolute', // &lt;-- if we will remove this line, all will be ok top: 0, left: 0, right: 0, bottom: 0, padding: 10 } }"><pre class="notranslate"><code class="notranslate">const styles = { container: { position: 'absolute', // &lt;-- if we will remove this line, all will be ok top: 0, left: 0, right: 0, bottom: 0, padding: 10 } } </code></pre></div> <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> <h2 dir="auto">Expected Behavior</h2> <p dir="auto">Looks like it's a default key, but I have an error.</p> <h2 dir="auto">Current Behavior</h2> <p dir="auto">Have following compilation error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error TS2345: Argument of type '{ container: { position: string; top: number; left: number; right: number; bottom: number; paddin...' is not assignable to parameter of type 'Record&lt;&quot;container&quot;, Partial&lt;CSSProperties&gt;&gt; | StyleRulesCallback&lt;&quot;container&quot;&gt;'. Type '{ container: { position: string; top: number; left: number; right: number; bottom: number; paddin...' is not assignable to type 'StyleRulesCallback&lt;&quot;container&quot;&gt;'. Type '{ container: { position: string; top: number; left: number; right: number; bottom: number; paddin...' provides no match for the signature '(theme: { direction: &quot;ltr&quot; | &quot;rtl&quot;; palette: Palette; typography: Typography; mixins: Mixins; breakpoints: Breakpoints; shadows: [&quot;none&quot;, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]; transitions: Transitions; spacing: Spacing; zIndex: ZIndex; }): Record&lt;&quot;container&quot;, Partial&lt;CSSProperties&gt;&gt;'."><pre class="notranslate"><code class="notranslate">error TS2345: Argument of type '{ container: { position: string; top: number; left: number; right: number; bottom: number; paddin...' is not assignable to parameter of type 'Record&lt;"container", Partial&lt;CSSProperties&gt;&gt; | StyleRulesCallback&lt;"container"&gt;'. Type '{ container: { position: string; top: number; left: number; right: number; bottom: number; paddin...' is not assignable to type 'StyleRulesCallback&lt;"container"&gt;'. Type '{ container: { position: string; top: number; left: number; right: number; bottom: number; paddin...' provides no match for the signature '(theme: { direction: "ltr" | "rtl"; palette: Palette; typography: Typography; mixins: Mixins; breakpoints: Breakpoints; shadows: ["none", string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]; transitions: Transitions; spacing: Spacing; zIndex: ZIndex; }): Record&lt;"container", Partial&lt;CSSProperties&gt;&gt;'. </code></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>Material-UI</td> <td>1.0.0-beta.19</td> </tr> <tr> <td>React</td> <td>16.0.0</td> </tr> <tr> <td>browser</td> <td>Chrome 61.0.3163.100</td> </tr> <tr> <td>etc</td> <td>Typescript template</td> </tr> </tbody> </table>
<p dir="auto">If I navigate to an <code class="notranslate">IconButton</code> using <kbd>tab</kbd> and press <kbd>Enter</kbd>, if there is some handler that changes the component, then the ripple effect freezes.</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/callemall/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">The ripple effect should disappear, as it happens with a regular button<br> Example with <code class="notranslate">Button</code> (expected behavior) : <a href="https://codesandbox.io/s/6km1v704k" rel="nofollow">https://codesandbox.io/s/6km1v704k</a></p> <h2 dir="auto">Current Behavior</h2> <p dir="auto">The ripple effect freezes and stays visible.</p> <h2 dir="auto">Steps to Reproduce (for bugs)</h2> <p dir="auto">Example with <code class="notranslate">IconButton</code> : <a href="https://codesandbox.io/s/2wp3yyn30" rel="nofollow">https://codesandbox.io/s/2wp3yyn30</a></p> <ol dir="auto"> <li>Navigate using tab keys to the second icon and press enter.</li> </ol> <h2 dir="auto">Context</h2> <p dir="auto">I'm building an application that should be mainly focused on keyboard input.<br> The user will enter a lot of data. For a good user experience, it is important that he can do the most with the keyboard.</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.21</td> </tr> <tr> <td>React</td> <td>16.1.0</td> </tr> <tr> <td>browser</td> <td>FF 57.0 and Chromium Version 62.0.3202.89</td> </tr> </tbody> </table>
0
<p dir="auto">I am using windows 32 bit OS.When I try to open html files ,the editor stops responding ,the file editing area becomes unclickable.<br> Here is the screenshot of the issue: <a href="http://prntscr.com/63oo3q" rel="nofollow">http://prntscr.com/63oo3q</a></p>
<p dir="auto">May be a known issue, but files with large embedded images such as github's public/enterprise/maintenance.html will often cause Atom to freeze (MacVim actually struggles as well).</p> <p dir="auto">Seems some of them (github's public/maintenance.html for instance) work fine when in soft wrap mode, or until you move your cursor to the long line when out of soft wrap.</p>
1
<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 This is my lazily loaded module. It has AppContainerService in its provider and a Module11GaurdService for protecting a route to Module11Component, which is also lazily routed from Module1Component import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; import { Module1Component } from './module1.component'; import { AppContainerService } from './module1.statecontainer'; import { module11GaurdService } from './module11/module11.gaurd'; const routes = RouterModule.forChild([ { path: '', component: Module1Component, children: [{ path: 'module11', loadChildren: 'app/module1/module11/module11.module#module11', canActivate: [module11GaurdService] }] }]); @NgModule({ imports: [routes], exports: [], declarations: [Module1Component], providers: [AppContainerService, module11GaurdService], }) export class module1 { } I am requesting a instance of AppContainerService in Module1Component' constructor. import { Component, OnInit, Injector } from '@angular/core'; import { AppContainerService} from './module1.statecontainer'; @Component({ selector: 'app-module1', templateUrl: './module1.component.html', styleUrls: ['./module1.component.css'] }) export class Module1Component implements OnInit { constructor(conatainer:AppContainerService) { } ngOnInit() { } } This is my Module1Component's gaurd. Where also I am requesting an instance of AppContainerService in constructor import { Injectable, Injector } from '@angular/core'; import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot} from '@angular/router'; import { AppContainerService} from '../module1.statecontainer'; @Injectable() export class module11GaurdService implements CanActivate{ constructor(container: AppContainerService) { //let x = injector.get(AppContainerService); debugger; } canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean{ return true; } } this is my Module11Component import { Component, OnInit } from '@angular/core'; import { AppContainerService} from '../module1.statecontainer'; @Component({ selector: 'app-module11', templateUrl: './module11.component.html', styleUrls: ['./module11.component.css'] }) export class Module11Component implements OnInit { constructor(private container:AppContainerService) { } ngOnInit() { } } **Current behavior** When I am navigating to ~/module1 for **first time** an instance of AppContainer Service is created as expected for Module1Component. But when I am naviagting to ~/module1/module11 from Module1Component a new instance of AppContainerService is created for Module11GaurdService, which shouldnt be the case as AppContainerService instance is already created and injected within the child injector of Module1 and Module11GaurdService is also within Module1 Provider. So if I am updating anything in AppContainer in the gaurd it is not reflected in the AppContainer instance in Module11Component. Same problem doesnt occur **after first time** navigation of module1 or module11.After subsequent navigation to module1 again AppContainer Service is created in Module1Component and shared with Gaurd and Module11Component. On a different note Gaurd service is only created once for the first time routing, on subsequent navigation to module11 no new instances of gaurd is created. **Please tell us about your environment:** windows 7, VsCode1.8, node 7.3.0 * **Angular version:** angular2(2.4.4), angular-cli(beta26) * **Browser:** [all ] * **Language:** [TypeScript 2.0 ] "><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 This is my lazily loaded module. It has AppContainerService in its provider and a Module11GaurdService for protecting a route to Module11Component, which is also lazily routed from Module1Component import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; import { Module1Component } from './module1.component'; import { AppContainerService } from './module1.statecontainer'; import { module11GaurdService } from './module11/module11.gaurd'; const routes = RouterModule.forChild([ { path: '', component: Module1Component, children: [{ path: 'module11', loadChildren: 'app/module1/module11/module11.module#module11', canActivate: [module11GaurdService] }] }]); @NgModule({ imports: [routes], exports: [], declarations: [Module1Component], providers: [AppContainerService, module11GaurdService], }) export class module1 { } I am requesting a instance of AppContainerService in Module1Component' constructor. import { Component, OnInit, Injector } from '@angular/core'; import { AppContainerService} from './module1.statecontainer'; @Component({ selector: 'app-module1', templateUrl: './module1.component.html', styleUrls: ['./module1.component.css'] }) export class Module1Component implements OnInit { constructor(conatainer:AppContainerService) { } ngOnInit() { } } This is my Module1Component's gaurd. Where also I am requesting an instance of AppContainerService in constructor import { Injectable, Injector } from '@angular/core'; import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot} from '@angular/router'; import { AppContainerService} from '../module1.statecontainer'; @Injectable() export class module11GaurdService implements CanActivate{ constructor(container: AppContainerService) { //let x = injector.get(AppContainerService); debugger; } canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean{ return true; } } this is my Module11Component import { Component, OnInit } from '@angular/core'; import { AppContainerService} from '../module1.statecontainer'; @Component({ selector: 'app-module11', templateUrl: './module11.component.html', styleUrls: ['./module11.component.css'] }) export class Module11Component implements OnInit { constructor(private container:AppContainerService) { } ngOnInit() { } } **Current behavior** When I am navigating to ~/module1 for **first time** an instance of AppContainer Service is created as expected for Module1Component. But when I am naviagting to ~/module1/module11 from Module1Component a new instance of AppContainerService is created for Module11GaurdService, which shouldnt be the case as AppContainerService instance is already created and injected within the child injector of Module1 and Module11GaurdService is also within Module1 Provider. So if I am updating anything in AppContainer in the gaurd it is not reflected in the AppContainer instance in Module11Component. Same problem doesnt occur **after first time** navigation of module1 or module11.After subsequent navigation to module1 again AppContainer Service is created in Module1Component and shared with Gaurd and Module11Component. On a different note Gaurd service is only created once for the first time routing, on subsequent navigation to module11 no new instances of gaurd is created. **Please tell us about your environment:** windows 7, VsCode1.8, node 7.3.0 * **Angular version:** angular2(2.4.4), angular-cli(beta26) * **Browser:** [all ] * **Language:** [TypeScript 2.0 ] </code></pre></div>
<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><br> After upgrading to router 3.2.0, services being provided by component module are being instantiated twice. Once while resolver is being run (last place in router is PreActivation.prototype.getToken) and then again later during activation (last place in router is RouterOutlet.prototype.activate).<br> Upgrading rest of Angular to 2.2.0 and leaving router at 3.1.1 it works as it used to (and looking in debugger I see service is only instantiated from PreActivation.prototype.getToken)</p> <p dir="auto"><strong>Expected behavior</strong></p> <p dir="auto">Providers should only be instantiated once - as they are when using router version 3.1.1</p> <p dir="auto"><strong>Minimal reproduction of the problem with instructions</strong></p> <p dir="auto">Haven't yet reproduced in a plnkr but my use case has a lazy loaded component that itself has sub components (not lazy loaded). The sub component has a resolver that uses a service, and the sub component itself uses the service. The service is included in the lazy loaded components module providers list and is being instantiated twice. Once apparently while router is working on resolve and once when component is being activated.</p> <p dir="auto"><strong>What is the motivation / use case for changing the behavior?</strong></p> <p dir="auto">Its just wrong, and my service fetches data on initialization so extra instance causes extra fetch. This does not happen with router 3.1.1 (never tried 3.1.2 as deactivate guards don't work correctly in that version)</p> <p dir="auto"><strong>Please tell us about your environment:</strong></p> <p dir="auto">Windows 10, Visual Studio Code, angular-cli: 1.0.0-beta.19-3 ng serve</p> <ul dir="auto"> <li><strong>Angular version:</strong> 2.0.X</li> </ul> <p dir="auto">2.2.0</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">Only tried in Chrome</p> <ul dir="auto"> <li> <p dir="auto"><strong>Language:</strong> [all | TypeScript X.X | ES6/7 | ES5]<br> Typescript 2.0.9</p> </li> <li> <p dir="auto"><strong>Node (for AoT issues):</strong> <code class="notranslate">node --version</code> =</p> </li> </ul>
1
<p dir="auto">0 info it worked if it ends with ok<br> 1 verbose cli [<br> 1 verbose cli 'C:\src\node.exe',<br> 1 verbose cli 'C:\Users\ADMIN\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',<br> 1 verbose cli 'install',<br> 1 verbose cli '-g',<br> 1 verbose cli 'expo-cli'<br> 1 verbose cli ]<br> 2 info using [email protected]<br> 3 info using [email protected]<br> 4 verbose npm-session e345859d55bebfce<br> 5 silly install loadCurrentTree<br> 6 silly install readGlobalPackageData<br> 7 http fetch GET 304 <a href="https://registry.npmjs.org/expo-cli" rel="nofollow">https://registry.npmjs.org/expo-cli</a> 2798ms (from cache)<br> 8 silly pacote tag manifest for expo-cli@latest fetched in 2822ms<br> 9 timing stage:loadCurrentTree Completed in 2849ms<br> 10 silly install loadIdealTree<br> 11 silly install cloneCurrentTreeToIdealTree<br> 12 timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms<br> 13 silly install loadShrinkwrap<br> 14 timing stage:loadIdealTree:loadShrinkwrap Completed in 1ms<br> 15 silly install loadAllDepsIntoIdealTree<br> 16 silly resolveWithNewModule [email protected] checking installable status<br> 17 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fbunyan" rel="nofollow">https://registry.npmjs.org/@expo%2fbunyan</a> 780ms (from cache)<br> 18 silly pacote version manifest for @expo/[email protected] fetched in 785ms<br> 19 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 20 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fspawn-async" rel="nofollow">https://registry.npmjs.org/@expo%2fspawn-async</a> 1206ms (from cache)<br> 21 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fconfig" rel="nofollow">https://registry.npmjs.org/@expo%2fconfig</a> 1993ms (from cache)<br> 22 silly pacote version manifest for @expo/[email protected] fetched in 1211ms<br> 23 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 24 silly pacote version manifest for @expo/[email protected] fetched in 1999ms<br> 25 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 26 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2feas-build-job" rel="nofollow">https://registry.npmjs.org/@expo%2feas-build-job</a> 2105ms (from cache)<br> 27 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fjson-file" rel="nofollow">https://registry.npmjs.org/@expo%2fjson-file</a> 2104ms (from cache)<br> 28 silly pacote version manifest for @expo/[email protected] fetched in 2107ms<br> 29 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 30 silly pacote version manifest for @expo/[email protected] fetched in 2110ms<br> 31 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 32 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fconfig-plugins" rel="nofollow">https://registry.npmjs.org/@expo%2fconfig-plugins</a> 2124ms (from cache)<br> 33 silly pacote version manifest for @expo/[email protected] fetched in 2126ms<br> 34 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 35 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fresults" rel="nofollow">https://registry.npmjs.org/@expo%2fresults</a> 2133ms (from cache)<br> 36 silly pacote range manifest for @expo/results@^1.0.0 fetched in 2136ms<br> 37 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 38 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fdev-tools" rel="nofollow">https://registry.npmjs.org/@expo%2fdev-tools</a> 2152ms (from cache)<br> 39 silly pacote version manifest for @expo/[email protected] fetched in 2158ms<br> 40 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 41 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fpackage-manager" rel="nofollow">https://registry.npmjs.org/@expo%2fpackage-manager</a> 2300ms (from cache)<br> 42 silly pacote version manifest for @expo/[email protected] fetched in 2305ms<br> 43 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 44 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fsimple-spinner" rel="nofollow">https://registry.npmjs.org/@expo%2fsimple-spinner</a> 2441ms (from cache)<br> 45 silly pacote version manifest for @expo/[email protected] fetched in 2446ms<br> 46 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 47 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fplist" rel="nofollow">https://registry.npmjs.org/@expo%2fplist</a> 2494ms (from cache)<br> 48 silly pacote version manifest for @expo/[email protected] fetched in 2497ms<br> 49 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 50 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fxdl" rel="nofollow">https://registry.npmjs.org/@expo%2fxdl</a> 10037ms (from cache)<br> 51 silly pacote version manifest for @expo/[email protected] fetched in 10059ms<br> 52 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 53 http fetch GET 304 <a href="https://registry.npmjs.org/chalk" rel="nofollow">https://registry.npmjs.org/chalk</a> 12643ms (from cache)<br> 54 silly pacote range manifest for chalk@^4.0.0 fetched in 12650ms<br> 55 silly resolveWithNewModule [email protected] checking installable status<br> 56 http fetch GET 304 <a href="https://registry.npmjs.org/commander" rel="nofollow">https://registry.npmjs.org/commander</a> 12378ms (from cache)<br> 57 silly pacote version manifest for [email protected] fetched in 12382ms<br> 58 silly resolveWithNewModule [email protected] checking installable status<br> 59 http fetch GET 304 <a href="https://registry.npmjs.org/@hapi%2fjoi" rel="nofollow">https://registry.npmjs.org/@hapi%2fjoi</a> 12920ms (from cache)<br> 60 silly pacote range manifest for @hapi/joi@^17.1.1 fetched in 12923ms<br> 61 warn deprecated @hapi/[email protected]: Switch to 'npm install joi'<br> 62 silly resolveWithNewModule @hapi/[email protected] checking installable status<br> 63 http fetch GET 304 <a href="https://registry.npmjs.org/boxen" rel="nofollow">https://registry.npmjs.org/boxen</a> 17160ms (from cache)<br> 64 silly pacote version manifest for [email protected] fetched in 17162ms<br> 65 silly resolveWithNewModule [email protected] checking installable status<br> 66 http fetch GET 304 <a href="https://registry.npmjs.org/base32.js" rel="nofollow">https://registry.npmjs.org/base32.js</a> 17257ms (from cache)<br> 67 http fetch GET 304 <a href="https://registry.npmjs.org/cli-table3" rel="nofollow">https://registry.npmjs.org/cli-table3</a> 17211ms (from cache)<br> 68 silly pacote version manifest for [email protected] fetched in 17261ms<br> 69 silly resolveWithNewModule [email protected] checking installable status<br> 70 silly pacote range manifest for cli-table3@^0.6.0 fetched in 17217ms<br> 71 silly resolveWithNewModule [email protected] checking installable status<br> 72 http fetch GET 304 <a href="https://registry.npmjs.org/command-exists" rel="nofollow">https://registry.npmjs.org/command-exists</a> 21760ms (from cache)<br> 73 silly pacote range manifest for command-exists@^1.2.8 fetched in 21764ms<br> 74 silly resolveWithNewModule [email protected] checking installable status<br> 75 http fetch GET 304 <a href="https://registry.npmjs.org/babel-runtime" rel="nofollow">https://registry.npmjs.org/babel-runtime</a> 22206ms (from cache)<br> 76 silly pacote version manifest for [email protected] fetched in 22210ms<br> 77 silly resolveWithNewModule [email protected] checking installable status<br> 78 http fetch GET 304 <a href="https://registry.npmjs.org/delay-async" rel="nofollow">https://registry.npmjs.org/delay-async</a> 9651ms (from cache)<br> 79 silly pacote version manifest for [email protected] fetched in 9654ms<br> 80 silly resolveWithNewModule [email protected] checking installable status<br> 81 http fetch GET 304 <a href="https://registry.npmjs.org/figures" rel="nofollow">https://registry.npmjs.org/figures</a> 5174ms (from cache)<br> 82 silly pacote version manifest for [email protected] fetched in 5175ms<br> 83 silly resolveWithNewModule [email protected] checking installable status<br> 84 http fetch GET 304 <a href="https://registry.npmjs.org/got" rel="nofollow">https://registry.npmjs.org/got</a> 153ms (from cache)<br> 85 silly pacote range manifest for got@^11.1.4 fetched in 157ms<br> 86 silly resolveWithNewModule [email protected] checking installable status<br> 87 http fetch GET 304 <a href="https://registry.npmjs.org/indent-string" rel="nofollow">https://registry.npmjs.org/indent-string</a> 155ms (from cache)<br> 88 silly pacote version manifest for [email protected] fetched in 156ms<br> 89 silly resolveWithNewModule [email protected] checking installable status<br> 90 http fetch GET 304 <a href="https://registry.npmjs.org/js-yaml" rel="nofollow">https://registry.npmjs.org/js-yaml</a> 154ms (from cache)<br> 91 silly pacote range manifest for js-yaml@^3.13.1 fetched in 155ms<br> 92 silly resolveWithNewModule [email protected] checking installable status<br> 93 http fetch GET 304 <a href="https://registry.npmjs.org/keychain" rel="nofollow">https://registry.npmjs.org/keychain</a> 143ms (from cache)<br> 94 silly pacote version manifest for [email protected] fetched in 144ms<br> 95 silly resolveWithNewModule [email protected] checking installable status<br> 96 http fetch GET 304 <a href="https://registry.npmjs.org/leven" rel="nofollow">https://registry.npmjs.org/leven</a> 130ms (from cache)<br> 97 silly pacote range manifest for leven@^3.1.0 fetched in 133ms<br> 98 silly resolveWithNewModule [email protected] checking installable status<br> 99 http fetch GET 304 <a href="https://registry.npmjs.org/lodash" rel="nofollow">https://registry.npmjs.org/lodash</a> 133ms (from cache)<br> 100 silly pacote version manifest for [email protected] fetched in 136ms<br> 101 silly resolveWithNewModule [email protected] checking installable status<br> 102 http fetch GET 304 <a href="https://registry.npmjs.org/md5-file" rel="nofollow">https://registry.npmjs.org/md5-file</a> 136ms (from cache)<br> 103 silly pacote range manifest for md5-file@^5.0.0 fetched in 138ms<br> 104 silly resolveWithNewModule [email protected] checking installable status<br> 105 http fetch GET 304 <a href="https://registry.npmjs.org/npm-package-arg" rel="nofollow">https://registry.npmjs.org/npm-package-arg</a> 140ms (from cache)<br> 106 silly pacote version manifest for [email protected] fetched in 145ms<br> 107 silly resolveWithNewModule [email protected] checking installable status<br> 108 http fetch GET 304 <a href="https://registry.npmjs.org/ora" rel="nofollow">https://registry.npmjs.org/ora</a> 144ms (from cache)<br> 109 silly pacote version manifest for [email protected] fetched in 148ms<br> 110 silly resolveWithNewModule [email protected] checking installable status<br> 111 http fetch GET 304 <a href="https://registry.npmjs.org/pacote" rel="nofollow">https://registry.npmjs.org/pacote</a> 153ms (from cache)<br> 112 silly pacote range manifest for pacote@^11.1.0 fetched in 156ms<br> 113 silly resolveWithNewModule [email protected] checking installable status<br> 114 http fetch GET 304 <a href="https://registry.npmjs.org/pngjs" rel="nofollow">https://registry.npmjs.org/pngjs</a> 147ms (from cache)<br> 115 silly pacote version manifest for [email protected] fetched in 150ms<br> 116 silly resolveWithNewModule [email protected] checking installable status<br> 117 http fetch GET 304 <a href="https://registry.npmjs.org/glob" rel="nofollow">https://registry.npmjs.org/glob</a> 979ms (from cache)<br> 118 http fetch GET 304 <a href="https://registry.npmjs.org/progress" rel="nofollow">https://registry.npmjs.org/progress</a> 152ms (from cache)<br> 119 silly pacote version manifest for [email protected] fetched in 982ms<br> 120 silly resolveWithNewModule [email protected] checking installable status<br> 121 silly pacote version manifest for [email protected] fetched in 155ms<br> 122 silly resolveWithNewModule [email protected] checking installable status<br> 123 http fetch GET 304 <a href="https://registry.npmjs.org/qrcode-terminal" rel="nofollow">https://registry.npmjs.org/qrcode-terminal</a> 145ms (from cache)<br> 124 silly pacote version manifest for [email protected] fetched in 149ms<br> 125 silly resolveWithNewModule [email protected] checking installable status<br> 126 http fetch GET 304 <a href="https://registry.npmjs.org/react-dev-utils" rel="nofollow">https://registry.npmjs.org/react-dev-utils</a> 146ms (from cache)<br> 127 silly pacote range manifest for react-dev-utils@~11.0.1 fetched in 150ms<br> 128 silly resolveWithNewModule [email protected] checking installable status<br> 129 http fetch GET 304 <a href="https://registry.npmjs.org/semver" rel="nofollow">https://registry.npmjs.org/semver</a> 150ms (from cache)<br> 130 silly pacote version manifest for [email protected] fetched in 153ms<br> 131 silly resolveWithNewModule [email protected] checking installable status<br> 132 http fetch GET 304 <a href="https://registry.npmjs.org/env-editor" rel="nofollow">https://registry.npmjs.org/env-editor</a> 10487ms (from cache)<br> 133 silly pacote range manifest for env-editor@^0.4.1 fetched in 10490ms<br> 134 silly resolveWithNewModule [email protected] checking installable status<br> 135 http fetch GET 304 <a href="https://registry.npmjs.org/slash" rel="nofollow">https://registry.npmjs.org/slash</a> 157ms (from cache)<br> 136 silly pacote version manifest for [email protected] fetched in 158ms<br> 137 silly resolveWithNewModule [email protected] checking installable status<br> 138 http fetch GET 304 <a href="https://registry.npmjs.org/strip-ansi" rel="nofollow">https://registry.npmjs.org/strip-ansi</a> 224ms (from cache)<br> 139 silly pacote range manifest for strip-ansi@^6.0.0 fetched in 226ms<br> 140 silly resolveWithNewModule [email protected] checking installable status<br> 141 http fetch GET 304 <a href="https://registry.npmjs.org/tar" rel="nofollow">https://registry.npmjs.org/tar</a> 231ms (from cache)<br> 142 silly pacote range manifest for tar@^6.0.5 fetched in 233ms<br> 143 silly resolveWithNewModule [email protected] checking installable status<br> 144 http fetch GET 304 <a href="https://registry.npmjs.org/tempy" rel="nofollow">https://registry.npmjs.org/tempy</a> 484ms (from cache)<br> 145 silly pacote range manifest for tempy@^0.7.1 fetched in 488ms<br> 146 silly resolveWithNewModule [email protected] checking installable status<br> 147 http fetch GET 304 <a href="https://registry.npmjs.org/terminal-link" rel="nofollow">https://registry.npmjs.org/terminal-link</a> 516ms (from cache)<br> 148 silly pacote range manifest for terminal-link@^2.1.1 fetched in 519ms<br> 149 silly resolveWithNewModule [email protected] checking installable status<br> 150 http fetch GET 304 <a href="https://registry.npmjs.org/untildify" rel="nofollow">https://registry.npmjs.org/untildify</a> 550ms (from cache)<br> 151 silly pacote version manifest for [email protected] fetched in 552ms<br> 152 silly resolveWithNewModule [email protected] checking installable status<br> 153 http fetch GET 304 <a href="https://registry.npmjs.org/uuid" rel="nofollow">https://registry.npmjs.org/uuid</a> 645ms (from cache)<br> 154 silly pacote range manifest for uuid@^8.0.0 fetched in 650ms<br> 155 silly resolveWithNewModule [email protected] checking installable status<br> 156 http fetch GET 304 <a href="https://registry.npmjs.org/prompts" rel="nofollow">https://registry.npmjs.org/prompts</a> 1194ms (from cache)<br> 157 silly pacote range manifest for prompts@^2.3.2 fetched in 1196ms<br> 158 silly resolveWithNewModule [email protected] checking installable status<br> 159 http fetch GET 304 <a href="https://registry.npmjs.org/validator" rel="nofollow">https://registry.npmjs.org/validator</a> 510ms (from cache)<br> 160 silly pacote version manifest for [email protected] fetched in 517ms<br> 161 silly resolveWithNewModule [email protected] checking installable status<br> 162 http fetch GET 304 <a href="https://registry.npmjs.org/getenv" rel="nofollow">https://registry.npmjs.org/getenv</a> 6960ms (from cache)<br> 163 silly pacote version manifest for [email protected] fetched in 6966ms<br> 164 silly resolveWithNewModule [email protected] checking installable status<br> 165 http fetch GET 304 <a href="https://registry.npmjs.org/fs-extra" rel="nofollow">https://registry.npmjs.org/fs-extra</a> 6986ms (from cache)<br> 166 silly pacote version manifest for [email protected] fetched in 6988ms<br> 167 silly resolveWithNewModule [email protected] checking installable status<br> 168 http fetch GET 304 <a href="https://registry.npmjs.org/wordwrap" rel="nofollow">https://registry.npmjs.org/wordwrap</a> 509ms (from cache)<br> 169 silly pacote version manifest for [email protected] fetched in 510ms<br> 170 silly resolveWithNewModule [email protected] checking installable status<br> 171 http fetch GET 304 <a href="https://registry.npmjs.org/envinfo" rel="nofollow">https://registry.npmjs.org/envinfo</a> 11567ms (from cache)<br> 172 silly pacote version manifest for [email protected] fetched in 11570ms<br> 173 silly resolveWithNewModule [email protected] checking installable status<br> 174 http fetch GET 304 <a href="https://registry.npmjs.org/wrap-ansi" rel="nofollow">https://registry.npmjs.org/wrap-ansi</a> 503ms (from cache)<br> 175 silly pacote range manifest for wrap-ansi@^7.0.0 fetched in 505ms<br> 176 silly resolveWithNewModule [email protected] checking installable status<br> 177 http fetch GET 304 <a href="https://registry.npmjs.org/xcode" rel="nofollow">https://registry.npmjs.org/xcode</a> 597ms (from cache)<br> 178 silly pacote range manifest for xcode@^3.0.1 fetched in 609ms<br> 179 silly resolveWithNewModule [email protected] checking installable status<br> 180 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2ftraveling-fastlane-darwin" rel="nofollow">https://registry.npmjs.org/@expo%2ftraveling-fastlane-darwin</a> 1044ms (from cache)<br> 181 silly pacote version manifest for @expo/[email protected] fetched in 1047ms<br> 182 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 183 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2ftraveling-fastlane-linux" rel="nofollow">https://registry.npmjs.org/@expo%2ftraveling-fastlane-linux</a> 973ms (from cache)<br> 184 silly pacote version manifest for @expo/[email protected] fetched in 976ms<br> 185 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 186 http fetch GET 304 <a href="https://registry.npmjs.org/concat-stream" rel="nofollow">https://registry.npmjs.org/concat-stream</a> 29876ms 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> 187 silly pacote version manifest for [email protected] fetched in 29878ms<br> 188 silly resolveWithNewModule [email protected] checking installable status<br> 189 http fetch GET 304 <a href="https://registry.npmjs.org/dateformat" rel="nofollow">https://registry.npmjs.org/dateformat</a> 22515ms 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> 190 silly pacote version manifest for [email protected] fetched in 22517ms<br> 191 silly resolveWithNewModule [email protected] checking installable status<br> 192 http fetch GET 304 <a href="https://registry.npmjs.org/mv" rel="nofollow">https://registry.npmjs.org/mv</a> 474ms (from cache)<br> 193 silly pacote range manifest for mv@~2 fetched in 477ms<br> 194 silly resolveWithNewModule [email protected] checking installable status<br> 195 http fetch GET 304 <a href="https://registry.npmjs.org/safe-json-stringify" rel="nofollow">https://registry.npmjs.org/safe-json-stringify</a> 539ms (from cache)<br> 196 silly pacote range manifest for safe-json-stringify@~1 fetched in 542ms<br> 197 silly resolveWithNewModule [email protected] checking installable status<br> 198 http fetch GET 304 <a href="https://registry.npmjs.org/mkdirp" rel="nofollow">https://registry.npmjs.org/mkdirp</a> 504ms (from cache)<br> 199 silly pacote range manifest for mkdirp@~0.5.1 fetched in 506ms<br> 200 silly resolveWithNewModule [email protected] checking installable status<br> 201 http fetch GET 304 <a href="https://registry.npmjs.org/ncp" rel="nofollow">https://registry.npmjs.org/ncp</a> 550ms (from cache)<br> 202 silly pacote range manifest for ncp@~2.0.0 fetched in 552ms<br> 203 silly resolveWithNewModule [email protected] checking installable status<br> 204 http fetch GET 304 <a href="https://registry.npmjs.org/rimraf" rel="nofollow">https://registry.npmjs.org/rimraf</a> 678ms (from cache)<br> 205 silly pacote range manifest for rimraf@~2.4.0 fetched in 682ms<br> 206 silly resolveWithNewModule [email protected] checking installable status<br> 207 http fetch GET 304 <a href="https://registry.npmjs.org/minimist" rel="nofollow">https://registry.npmjs.org/minimist</a> 1194ms (from cache)<br> 208 silly pacote range manifest for minimist@^1.2.5 fetched in 1199ms<br> 209 silly resolveWithNewModule [email protected] checking installable status<br> 210 silly pacote range manifest for glob@^6.0.1 fetched in 7ms<br> 211 silly resolveWithNewModule [email protected] checking installable status<br> 212 http fetch GET 304 <a href="https://registry.npmjs.org/inflight" rel="nofollow">https://registry.npmjs.org/inflight</a> 583ms (from cache)<br> 213 silly pacote range manifest for inflight@^1.0.4 fetched in 585ms<br> 214 silly resolveWithNewModule [email protected] checking installable status<br> 215 http fetch GET 304 <a href="https://registry.npmjs.org/once" rel="nofollow">https://registry.npmjs.org/once</a> 605ms (from cache)<br> 216 silly pacote range manifest for once@^1.3.0 fetched in 608ms<br> 217 silly resolveWithNewModule [email protected] checking installable status<br> 218 http fetch GET 304 <a href="https://registry.npmjs.org/minimatch" rel="nofollow">https://registry.npmjs.org/minimatch</a> 642ms (from cache)<br> 219 silly pacote range manifest for minimatch@2 || 3 fetched in 645ms<br> 220 silly resolveWithNewModule [email protected] checking installable status<br> 221 http fetch GET 304 <a href="https://registry.npmjs.org/inherits" rel="nofollow">https://registry.npmjs.org/inherits</a> 663ms (from cache)<br> 222 silly pacote range manifest for inherits@2 fetched in 664ms<br> 223 silly resolveWithNewModule [email protected] checking installable status<br> 224 http fetch GET 304 <a href="https://registry.npmjs.org/path-is-absolute" rel="nofollow">https://registry.npmjs.org/path-is-absolute</a> 689ms (from cache)<br> 225 silly pacote range manifest for path-is-absolute@^1.0.0 fetched in 690ms<br> 226 silly resolveWithNewModule [email protected] checking installable status<br> 227 http fetch GET 304 <a href="https://registry.npmjs.org/wrappy" rel="nofollow">https://registry.npmjs.org/wrappy</a> 869ms (from cache)<br> 228 silly pacote range manifest for wrappy@1 fetched in 871ms<br> 229 silly resolveWithNewModule [email protected] checking installable status<br> 230 http fetch GET 304 <a href="https://registry.npmjs.org/brace-expansion" rel="nofollow">https://registry.npmjs.org/brace-expansion</a> 5091ms (from cache)<br> 231 silly pacote range manifest for brace-expansion@^1.1.7 fetched in 5094ms<br> 232 silly resolveWithNewModule [email protected] checking installable status<br> 233 http fetch GET 304 <a href="https://registry.npmjs.org/balanced-match" rel="nofollow">https://registry.npmjs.org/balanced-match</a> 1001ms (from cache)<br> 234 silly pacote range manifest for balanced-match@^1.0.0 fetched in 1003ms<br> 235 silly resolveWithNewModule [email protected] checking installable status<br> 236 http fetch GET 304 <a href="https://registry.npmjs.org/concat-map" rel="nofollow">https://registry.npmjs.org/concat-map</a> 1109ms (from cache)<br> 237 silly pacote version manifest for [email protected] fetched in 1111ms<br> 238 silly resolveWithNewModule [email protected] checking installable status<br> 239 silly pacote range manifest for semver@^7.1.3 fetched in 5ms<br> 240 silly resolveWithNewModule [email protected] checking installable status<br> 241 http fetch GET 304 <a href="https://registry.npmjs.org/require-from-string" rel="nofollow">https://registry.npmjs.org/require-from-string</a> 13663ms (from cache)<br> 242 silly pacote range manifest for require-from-string@^2.0.2 fetched in 13666ms<br> 243 silly resolveWithNewModule [email protected] checking installable status<br> 244 http fetch GET 304 <a href="https://registry.npmjs.org/find-up" rel="nofollow">https://registry.npmjs.org/find-up</a> 20809ms 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> 245 silly pacote range manifest for find-up@^5.0.0 fetched in 20811ms<br> 246 silly resolveWithNewModule [email protected] checking installable status<br> 247 http fetch GET 304 <a href="https://registry.npmjs.org/slugify" rel="nofollow">https://registry.npmjs.org/slugify</a> 21572ms 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> 248 silly pacote range manifest for slugify@^1.3.4 fetched in 21576ms<br> 249 silly resolveWithNewModule [email protected] checking installable status<br> 250 http fetch GET 304 <a href="https://registry.npmjs.org/resolve-from" rel="nofollow">https://registry.npmjs.org/resolve-from</a> 22572ms 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> 251 silly pacote range manifest for resolve-from@^5.0.0 fetched in 22574ms<br> 252 silly resolveWithNewModule [email protected] checking installable status<br> 253 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fcore" rel="nofollow">https://registry.npmjs.org/@babel%2fcore</a> 22588ms 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> 254 silly pacote version manifest for @babel/[email protected] fetched in 22591ms<br> 255 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 256 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fbabel-preset-cli" rel="nofollow">https://registry.npmjs.org/@expo%2fbabel-preset-cli</a> 23922ms 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> 257 silly pacote version manifest for @expo/[email protected] fetched in 23924ms<br> 258 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 259 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fconfig-types" rel="nofollow">https://registry.npmjs.org/@expo%2fconfig-types</a> 24461ms 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> 260 silly pacote range manifest for @expo/config-types@^40.0.0-beta.2 fetched in 24464ms<br> 261 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 262 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fcode-frame" rel="nofollow">https://registry.npmjs.org/@babel%2fcode-frame</a> 399ms (from cache)<br> 263 silly pacote range manifest for @babel/code-frame@^7.8.3 fetched in 401ms<br> 264 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 265 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fparser" rel="nofollow">https://registry.npmjs.org/@babel%2fparser</a> 435ms (from cache)<br> 266 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> 437ms (from cache)<br> 267 silly pacote range manifest for @babel/parser@^7.9.0 fetched in 437ms<br> 268 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 269 silly pacote range manifest for @babel/helper-module-transforms@^7.9.0 fetched in 441ms<br> 270 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 271 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fgenerator" rel="nofollow">https://registry.npmjs.org/@babel%2fgenerator</a> 711ms (from cache)<br> 272 silly pacote range manifest for @babel/generator@^7.9.0 fetched in 715ms<br> 273 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 274 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2ftemplate" rel="nofollow">https://registry.npmjs.org/@babel%2ftemplate</a> 799ms (from cache)<br> 275 silly pacote range manifest for @babel/template@^7.8.6 fetched in 805ms<br> 276 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 277 http fetch GET 304 <a href="https://registry.npmjs.org/gensync" rel="nofollow">https://registry.npmjs.org/gensync</a> 598ms (from cache)<br> 278 silly pacote range manifest for gensync@^1.0.0-beta.1 fetched in 602ms<br> 279 silly resolveWithNewModule [email protected] checking installable status<br> 280 http fetch GET 304 <a href="https://registry.npmjs.org/json5" rel="nofollow">https://registry.npmjs.org/json5</a> 623ms (from cache)<br> 281 silly pacote range manifest for json5@^2.1.2 fetched in 625ms<br> 282 silly resolveWithNewModule [email protected] checking installable status<br> 283 http fetch GET 304 <a href="https://registry.npmjs.org/resolve" rel="nofollow">https://registry.npmjs.org/resolve</a> 635ms (from cache)<br> 284 silly pacote range manifest for resolve@^1.3.2 fetched in 638ms<br> 285 silly resolveWithNewModule [email protected] checking installable status<br> 286 http fetch GET 304 <a href="https://registry.npmjs.org/source-map" rel="nofollow">https://registry.npmjs.org/source-map</a> 726ms (from cache)<br> 287 silly pacote range manifest for source-map@^0.5.0 fetched in 731ms<br> 288 silly resolveWithNewModule [email protected] checking installable status<br> 289 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhelpers" rel="nofollow">https://registry.npmjs.org/@babel%2fhelpers</a> 2720ms (from cache)<br> 290 silly pacote range manifest for @babel/helpers@^7.9.0 fetched in 2743ms<br> 291 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 292 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2ftraverse" rel="nofollow">https://registry.npmjs.org/@babel%2ftraverse</a> 5055ms (from cache)<br> 293 silly pacote range manifest for @babel/traverse@^7.9.0 fetched in 5058ms<br> 294 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 295 http fetch GET 304 <a href="https://registry.npmjs.org/convert-source-map" rel="nofollow">https://registry.npmjs.org/convert-source-map</a> 5086ms (from cache)<br> 296 silly pacote range manifest for convert-source-map@^1.7.0 fetched in 5087ms<br> 297 silly resolveWithNewModule [email protected] checking installable status<br> 298 http fetch GET 304 <a href="https://registry.npmjs.org/debug" rel="nofollow">https://registry.npmjs.org/debug</a> 6069ms (from cache)<br> 299 silly pacote range manifest for debug@^4.1.0 fetched in 6072ms<br> 300 silly resolveWithNewModule [email protected] checking installable status<br> 301 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2ftypes" rel="nofollow">https://registry.npmjs.org/@babel%2ftypes</a> 8866ms (from cache)<br> 302 silly pacote range manifest for @babel/types@^7.9.0 fetched in 8869ms<br> 303 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 304 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fhighlight" rel="nofollow">https://registry.npmjs.org/@babel%2fhighlight</a> 351ms (from cache)<br> 305 silly pacote range manifest for @babel/highlight@^7.10.4 fetched in 354ms<br> 306 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 307 silly pacote range manifest for chalk@^2.0.0 fetched in 4ms<br> 308 silly resolveWithNewModule [email protected] checking installable status<br> 309 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> 1064ms (from cache)<br> 310 silly pacote range manifest for @babel/helper-validator-identifier@^7.10.4 fetched in 1066ms<br> 311 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 312 http fetch GET 304 <a href="https://registry.npmjs.org/js-tokens" rel="nofollow">https://registry.npmjs.org/js-tokens</a> 1071ms (from cache)<br> 313 silly pacote range manifest for js-tokens@^4.0.0 fetched in 1075ms<br> 314 silly resolveWithNewModule [email protected] checking installable status<br> 315 http fetch GET 304 <a href="https://registry.npmjs.org/ansi-styles" rel="nofollow">https://registry.npmjs.org/ansi-styles</a> 407ms (from cache)<br> 316 silly pacote range manifest for ansi-styles@^3.2.1 fetched in 409ms<br> 317 silly resolveWithNewModule [email protected] checking installable status<br> 318 http fetch GET 304 <a href="https://registry.npmjs.org/escape-string-regexp" rel="nofollow">https://registry.npmjs.org/escape-string-regexp</a> 445ms (from cache)<br> 319 silly pacote range manifest for escape-string-regexp@^1.0.5 fetched in 447ms<br> 320 silly resolveWithNewModule [email protected] checking installable status<br> 321 http fetch GET 304 <a href="https://registry.npmjs.org/supports-color" rel="nofollow">https://registry.npmjs.org/supports-color</a> 1003ms (from cache)<br> 322 silly pacote range manifest for supports-color@^5.3.0 fetched in 1005ms<br> 323 silly resolveWithNewModule [email protected] checking installable status<br> 324 http fetch GET 304 <a href="https://registry.npmjs.org/color-convert" rel="nofollow">https://registry.npmjs.org/color-convert</a> 635ms (from cache)<br> 325 silly pacote range manifest for color-convert@^1.9.0 fetched in 638ms<br> 326 silly resolveWithNewModule [email protected] checking installable status<br> 327 http fetch GET 304 <a href="https://registry.npmjs.org/color-name" rel="nofollow">https://registry.npmjs.org/color-name</a> 786ms (from cache)<br> 328 silly pacote version manifest for [email protected] fetched in 789ms<br> 329 silly resolveWithNewModule [email protected] checking installable status<br> 330 http fetch GET 304 <a href="https://registry.npmjs.org/has-flag" rel="nofollow">https://registry.npmjs.org/has-flag</a> 4079ms (from cache)<br> 331 silly pacote range manifest for has-flag@^3.0.0 fetched in 4081ms<br> 332 silly resolveWithNewModule [email protected] checking installable status<br> 333 http fetch GET 304 <a href="https://registry.npmjs.org/jsesc" rel="nofollow">https://registry.npmjs.org/jsesc</a> 603ms (from cache)<br> 334 silly pacote range manifest for jsesc@^2.5.1 fetched in 606ms<br> 335 silly resolveWithNewModule [email protected] checking installable status<br> 336 silly pacote range manifest for lodash@^4.17.19 fetched in 3ms<br> 337 silly resolveWithNewModule [email protected] checking installable status<br> 338 http fetch GET 304 <a href="https://registry.npmjs.org/to-fast-properties" rel="nofollow">https://registry.npmjs.org/to-fast-properties</a> 541ms (from cache)<br> 339 silly pacote range manifest for to-fast-properties@^2.0.0 fetched in 545ms<br> 340 silly resolveWithNewModule [email protected] checking installable status<br> 341 silly pacote range manifest for lodash@^4.17.19 fetched in 4ms<br> 342 silly resolveWithNewModule [email protected] checking installable status<br> 343 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> 462ms (from cache)<br> 344 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> 464ms (from cache)<br> 345 silly pacote range manifest for @babel/helper-module-imports@^7.12.1 fetched in 468ms<br> 346 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 347 silly pacote range manifest for @babel/helper-simple-access@^7.12.1 fetched in 468ms<br> 348 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 349 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> 481ms (from cache)<br> 350 silly pacote range manifest for @babel/helper-replace-supers@^7.12.1 fetched in 484ms<br> 351 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 352 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> 599ms (from cache)<br> 353 silly pacote range manifest for @babel/helper-split-export-declaration@^7.11.0 fetched in 602ms<br> 354 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 355 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> 410ms (from cache)<br> 356 silly pacote range manifest for @babel/helper-member-expression-to-functions@^7.12.7 fetched in 412ms<br> 357 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 358 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> 558ms (from cache)<br> 359 silly pacote range manifest for @babel/helper-optimise-call-expression@^7.12.10 fetched in 561ms<br> 360 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 361 silly pacote range manifest for lodash@^4.17.19 fetched in 15ms<br> 362 silly resolveWithNewModule [email protected] checking installable status<br> 363 http fetch GET 304 <a href="https://registry.npmjs.org/globals" rel="nofollow">https://registry.npmjs.org/globals</a> 764ms (from cache)<br> 364 silly pacote range manifest for globals@^11.1.0 fetched in 767ms<br> 365 silly resolveWithNewModule [email protected] checking installable status<br> 366 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> 779ms (from cache)<br> 367 silly pacote range manifest for @babel/helper-function-name@^7.10.4 fetched in 782ms<br> 368 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 369 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> 381ms (from cache)<br> 370 silly pacote range manifest for @babel/helper-get-function-arity@^7.12.10 fetched in 384ms<br> 371 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 372 http fetch GET 304 <a href="https://registry.npmjs.org/ms" rel="nofollow">https://registry.npmjs.org/ms</a> 1186ms (from cache)<br> 373 silly pacote version manifest for [email protected] fetched in 1190ms<br> 374 silly resolveWithNewModule [email protected] checking installable status<br> 375 http fetch GET 304 <a href="https://registry.npmjs.org/safe-buffer" rel="nofollow">https://registry.npmjs.org/safe-buffer</a> 1011ms (from cache)<br> 376 silly pacote range manifest for safe-buffer@~5.1.1 fetched in 1015ms<br> 377 silly resolveWithNewModule [email protected] checking installable status<br> 378 http fetch GET 304 <a href="https://registry.npmjs.org/path-parse" rel="nofollow">https://registry.npmjs.org/path-parse</a> 1092ms (from cache)<br> 379 http fetch GET 304 <a href="https://registry.npmjs.org/is-core-module" rel="nofollow">https://registry.npmjs.org/is-core-module</a> 1093ms (from cache)<br> 380 silly pacote range manifest for path-parse@^1.0.6 fetched in 1095ms<br> 381 silly resolveWithNewModule [email protected] checking installable status<br> 382 silly pacote range manifest for is-core-module@^2.1.0 fetched in 1097ms<br> 383 silly resolveWithNewModule [email protected] checking installable status<br> 384 http fetch GET 304 <a href="https://registry.npmjs.org/has" rel="nofollow">https://registry.npmjs.org/has</a> 510ms (from cache)<br> 385 silly pacote range manifest for has@^1.0.3 fetched in 512ms<br> 386 silly resolveWithNewModule [email protected] checking installable status<br> 387 http fetch GET 304 <a href="https://registry.npmjs.org/function-bind" rel="nofollow">https://registry.npmjs.org/function-bind</a> 415ms (from cache)<br> 388 silly pacote range manifest for function-bind@^1.1.1 fetched in 417ms<br> 389 silly resolveWithNewModule [email protected] checking installable status<br> 390 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> 547ms (from cache)<br> 391 silly pacote range manifest for @babel/plugin-proposal-optional-chaining@^7.7.5 fetched in 549ms<br> 392 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 393 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fpreset-env" rel="nofollow">https://registry.npmjs.org/@babel%2fpreset-env</a> 761ms (from cache)<br> 394 silly pacote range manifest for @babel/preset-env@^7.4.4 fetched in 767ms<br> 395 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 396 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fpreset-typescript" rel="nofollow">https://registry.npmjs.org/@babel%2fpreset-typescript</a> 1049ms (from cache)<br> 397 silly pacote range manifest for @babel/preset-typescript@^7.3.3 fetched in 1052ms<br> 398 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 399 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> 1831ms (from cache)<br> 400 silly pacote range manifest for @babel/plugin-proposal-class-properties@^7.4.4 fetched in 1837ms<br> 401 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 402 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> 1988ms (from cache)<br> 403 silly pacote range manifest for @babel/plugin-proposal-nullish-coalescing-operator@^7.7.4 fetched in 1991ms<br> 404 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 405 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> 2464ms (from cache)<br> 406 silly pacote range manifest for @babel/plugin-transform-modules-commonjs@^7.5.0 fetched in 2468ms<br> 407 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 408 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> 555ms (from cache)<br> 409 silly pacote range manifest for @babel/helper-plugin-utils@^7.10.4 fetched in 561ms<br> 410 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 411 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> 1401ms (from cache)<br> 412 silly pacote range manifest for @babel/helper-create-class-features-plugin@^7.12.1 fetched in 1404ms<br> 413 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 414 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> 2184ms (from cache)<br> 415 silly pacote range manifest for @babel/plugin-syntax-nullish-coalescing-operator@^7.8.0 fetched in 2186ms<br> 416 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 417 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> 736ms (from cache)<br> 418 silly pacote range manifest for @babel/helper-skip-transparent-expression-wrappers@^7.12.1 fetched in 739ms<br> 419 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 420 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> 751ms (from cache)<br> 421 silly pacote range manifest for @babel/plugin-syntax-optional-chaining@^7.8.0 fetched in 753ms<br> 422 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 423 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> 1547ms (from cache)<br> 424 silly pacote range manifest for babel-plugin-dynamic-import-node@^2.3.3 fetched in 1549ms<br> 425 silly resolveWithNewModule [email protected] checking installable status<br> 426 http fetch GET 304 <a href="https://registry.npmjs.org/object.assign" rel="nofollow">https://registry.npmjs.org/object.assign</a> 932ms (from cache)<br> 427 silly pacote range manifest for object.assign@^4.1.0 fetched in 934ms<br> 428 silly resolveWithNewModule [email protected] checking installable status<br> 429 http fetch GET 304 <a href="https://registry.npmjs.org/define-properties" rel="nofollow">https://registry.npmjs.org/define-properties</a> 594ms (from cache)<br> 430 silly pacote range manifest for define-properties@^1.1.3 fetched in 596ms<br> 431 silly resolveWithNewModule [email protected] checking installable status<br> 432 http fetch GET 304 <a href="https://registry.npmjs.org/call-bind" rel="nofollow">https://registry.npmjs.org/call-bind</a> 741ms (from cache)<br> 433 silly pacote range manifest for call-bind@^1.0.0 fetched in 744ms<br> 434 silly resolveWithNewModule [email protected] checking installable status<br> 435 http fetch GET 304 <a href="https://registry.npmjs.org/has-symbols" rel="nofollow">https://registry.npmjs.org/has-symbols</a> 846ms (from cache)<br> 436 silly pacote range manifest for has-symbols@^1.0.1 fetched in 849ms<br> 437 silly resolveWithNewModule [email protected] checking installable status<br> 438 http fetch GET 304 <a href="https://registry.npmjs.org/object-keys" rel="nofollow">https://registry.npmjs.org/object-keys</a> 978ms (from cache)<br> 439 silly pacote range manifest for object-keys@^1.1.1 fetched in 980ms<br> 440 silly resolveWithNewModule [email protected] checking installable status<br> 441 http fetch GET 304 <a href="https://registry.npmjs.org/get-intrinsic" rel="nofollow">https://registry.npmjs.org/get-intrinsic</a> 1346ms (from cache)<br> 442 silly pacote range manifest for get-intrinsic@^1.0.0 fetched in 1348ms<br> 443 silly resolveWithNewModule [email protected] checking installable status<br> 444 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> 713ms (from cache)<br> 445 silly pacote range manifest for @babel/helper-compilation-targets@^7.12.5 fetched in 716ms<br> 446 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 447 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> 836ms (from cache)<br> 448 silly pacote range manifest for @babel/helper-validator-option@^7.12.11 fetched in 839ms<br> 449 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 450 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> 1037ms (from cache)<br> 451 silly pacote range manifest for @babel/plugin-proposal-object-rest-spread@^7.12.1 fetched in 1043ms<br> 452 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 453 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fcompat-data" rel="nofollow">https://registry.npmjs.org/@babel%2fcompat-data</a> 1775ms (from cache)<br> 454 silly pacote range manifest for @babel/compat-data@^7.12.7 fetched in 1777ms<br> 455 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 456 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> 1915ms (from cache)<br> 457 silly pacote range manifest for @babel/plugin-proposal-async-generator-functions@^7.12.1 fetched in 1918ms<br> 458 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 459 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> 1975ms (from cache)<br> 460 silly pacote range manifest for @babel/plugin-proposal-export-namespace-from@^7.12.1 fetched in 1977ms<br> 461 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 462 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> 2014ms (from cache)<br> 463 silly pacote range manifest for @babel/plugin-proposal-dynamic-import@^7.12.1 fetched in 2016ms<br> 464 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 465 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> 2059ms (from cache)<br> 466 silly pacote range manifest for @babel/plugin-proposal-json-strings@^7.12.1 fetched in 2062ms<br> 467 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 468 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> 2072ms (from cache)<br> 469 silly pacote range manifest for @babel/plugin-proposal-logical-assignment-operators@^7.12.1 fetched in 2074ms<br> 470 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 471 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> 2128ms (from cache)<br> 472 silly pacote range manifest for @babel/plugin-proposal-numeric-separator@^7.12.7 fetched in 2131ms<br> 473 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 474 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> 1838ms (from cache)<br> 475 silly pacote range manifest for @babel/plugin-proposal-optional-catch-binding@^7.12.1 fetched in 1841ms<br> 476 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 477 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> 1839ms (from cache)<br> 478 silly pacote range manifest for @babel/plugin-proposal-private-methods@^7.12.1 fetched in 1844ms<br> 479 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 480 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> 1880ms (from cache)<br> 481 silly pacote range manifest for @babel/plugin-proposal-unicode-property-regex@^7.12.1 fetched in 1884ms<br> 482 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 483 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> 536ms (from cache)<br> 484 silly pacote range manifest for @babel/plugin-syntax-object-rest-spread@^7.8.0 fetched in 538ms<br> 485 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 486 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> 1944ms (from cache)<br> 487 silly pacote range manifest for @babel/plugin-syntax-async-generators@^7.8.0 fetched in 1947ms<br> 488 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 489 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> 1822ms (from cache)<br> 490 silly pacote range manifest for @babel/plugin-syntax-class-properties@^7.12.1 fetched in 1825ms<br> 491 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 492 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> 1799ms (from cache)<br> 493 silly pacote range manifest for @babel/plugin-syntax-dynamic-import@^7.8.0 fetched in 1801ms<br> 494 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 495 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> 1765ms (from cache)<br> 496 silly pacote range manifest for @babel/plugin-syntax-export-namespace-from@^7.8.3 fetched in 1766ms<br> 497 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 498 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> 1744ms (from cache)<br> 499 silly pacote range manifest for @babel/plugin-syntax-json-strings@^7.8.0 fetched in 1746ms<br> 500 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 501 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> 1711ms (from cache)<br> 502 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> 1768ms (from cache)<br> 503 silly pacote range manifest for @babel/plugin-syntax-numeric-separator@^7.10.4 fetched in 1713ms<br> 504 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 505 silly pacote range manifest for @babel/plugin-syntax-logical-assignment-operators@^7.10.4 fetched in 1772ms<br> 506 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 507 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> 709ms (from cache)<br> 508 silly pacote range manifest for @babel/plugin-transform-block-scoping@^7.12.11 fetched in 714ms<br> 509 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 510 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> 1690ms (from cache)<br> 511 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> 1938ms (from cache)<br> 512 silly pacote range manifest for @babel/plugin-syntax-top-level-await@^7.12.1 fetched in 1694ms<br> 513 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 514 silly pacote range manifest for @babel/plugin-syntax-optional-catch-binding@^7.8.0 fetched in 1943ms<br> 515 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 516 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> 1579ms (from cache)<br> 517 silly pacote range manifest for @babel/plugin-transform-arrow-functions@^7.12.1 fetched in 1581ms<br> 518 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 519 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> 1516ms (from cache)<br> 520 silly pacote range manifest for @babel/plugin-transform-classes@^7.12.1 fetched in 1518ms<br> 521 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 522 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> 1933ms (from cache)<br> 523 silly pacote range manifest for @babel/plugin-transform-block-scoped-functions@^7.12.1 fetched in 1936ms<br> 524 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 525 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> 2065ms (from cache)<br> 526 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> 2029ms (from cache)<br> 527 silly pacote range manifest for @babel/plugin-transform-computed-properties@^7.12.1 fetched in 2068ms<br> 528 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 529 silly pacote range manifest for @babel/plugin-transform-destructuring@^7.12.1 fetched in 2033ms<br> 530 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 531 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> 2059ms (from cache)<br> 532 silly pacote range manifest for @babel/plugin-transform-dotall-regex@^7.12.1 fetched in 2061ms<br> 533 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 534 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> 1612ms (from cache)<br> 535 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> 2519ms (from cache)<br> 536 silly pacote range manifest for @babel/plugin-transform-for-of@^7.12.1 fetched in 1616ms<br> 537 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 538 silly pacote range manifest for @babel/plugin-transform-async-to-generator@^7.12.1 fetched in 2523ms<br> 539 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 540 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> 1973ms (from cache)<br> 541 silly pacote range manifest for @babel/plugin-transform-duplicate-keys@^7.12.1 fetched in 1976ms<br> 542 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 543 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> 1918ms (from cache)<br> 544 silly pacote range manifest for @babel/plugin-transform-exponentiation-operator@^7.12.1 fetched in 1920ms<br> 545 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 546 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> 1885ms (from cache)<br> 547 silly pacote range manifest for @babel/plugin-transform-function-name@^7.12.1 fetched in 1888ms<br> 548 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 549 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> 1867ms (from cache)<br> 550 silly pacote range manifest for @babel/plugin-transform-literals@^7.12.1 fetched in 1873ms<br> 551 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 552 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> 1792ms (from cache)<br> 553 silly pacote range manifest for @babel/plugin-transform-member-expression-literals@^7.12.1 fetched in 1795ms<br> 554 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 555 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> 1763ms (from cache)<br> 556 silly pacote range manifest for @babel/plugin-transform-modules-amd@^7.12.1 fetched in 1770ms<br> 557 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 558 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> 1151ms (from cache)<br> 559 silly pacote range manifest for @babel/plugin-transform-parameters@^7.12.1 fetched in 1152ms<br> 560 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 561 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> 2034ms (from cache)<br> 562 silly pacote range manifest for @babel/plugin-transform-named-capturing-groups-regex@^7.12.1 fetched in 2036ms<br> 563 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 564 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> 1952ms (from cache)<br> 565 silly pacote range manifest for @babel/plugin-transform-property-literals@^7.12.1 fetched in 1954ms<br> 566 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 567 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> 2278ms (from cache)<br> 568 silly pacote range manifest for @babel/plugin-transform-new-target@^7.12.1 fetched in 2280ms<br> 569 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 570 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> 2088ms (from cache)<br> 571 silly pacote range manifest for @babel/plugin-transform-object-super@^7.12.1 fetched in 2089ms<br> 572 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 573 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> 316ms (from cache)<br> 574 silly pacote range manifest for @babel/plugin-transform-sticky-regex@^7.12.7 fetched in 317ms<br> 575 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 576 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> 3259ms (from cache)<br> 577 silly pacote range manifest for @babel/plugin-transform-modules-umd@^7.12.1 fetched in 3260ms<br> 578 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 579 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> 2034ms (from cache)<br> 580 silly pacote range manifest for @babel/plugin-transform-regenerator@^7.12.1 fetched in 2035ms<br> 581 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 582 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> 875ms (from cache)<br> 583 silly pacote range manifest for @babel/plugin-transform-typeof-symbol@^7.12.10 fetched in 876ms<br> 584 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 585 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> 2038ms (from cache)<br> 586 silly pacote range manifest for @babel/plugin-transform-reserved-words@^7.12.1 fetched in 2040ms<br> 587 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 588 http fetch GET 304 <a href="https://registry.npmjs.org/core-js-compat" rel="nofollow">https://registry.npmjs.org/core-js-compat</a> 489ms (from cache)<br> 589 silly pacote range manifest for core-js-compat@^3.8.0 fetched in 493ms<br> 590 silly resolveWithNewModule [email protected] checking installable status<br> 591 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> 2006ms (from cache)<br> 592 silly pacote range manifest for @babel/plugin-transform-spread@^7.12.1 fetched in 2007ms<br> 593 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 594 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> 2065ms (from cache)<br> 595 silly pacote range manifest for @babel/plugin-transform-shorthand-properties@^7.12.1 fetched in 2068ms<br> 596 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 597 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> 3891ms (from cache)<br> 598 silly pacote range manifest for @babel/plugin-transform-modules-systemjs@^7.12.1 fetched in 3893ms<br> 599 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 600 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> 2213ms (from cache)<br> 601 silly pacote range manifest for @babel/plugin-transform-template-literals@^7.12.1 fetched in 2216ms<br> 602 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 603 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> 2538ms (from cache)<br> 604 silly pacote range manifest for @babel/plugin-transform-unicode-escapes@^7.12.1 fetched in 2541ms<br> 605 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 606 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fpreset-modules" rel="nofollow">https://registry.npmjs.org/@babel%2fpreset-modules</a> 2139ms (from cache)<br> 607 silly pacote range manifest for @babel/preset-modules@^0.1.3 fetched in 2142ms<br> 608 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 609 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> 6028ms (from cache)<br> 610 silly pacote range manifest for @babel/plugin-transform-unicode-regex@^7.12.1 fetched in 6031ms<br> 611 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 612 http fetch GET 304 <a href="https://registry.npmjs.org/browserslist" rel="nofollow">https://registry.npmjs.org/browserslist</a> 600ms (from cache)<br> 613 silly pacote range manifest for browserslist@^4.14.5 fetched in 605ms<br> 614 silly resolveWithNewModule [email protected] checking installable status<br> 615 http fetch GET 304 <a href="https://registry.npmjs.org/caniuse-lite" rel="nofollow">https://registry.npmjs.org/caniuse-lite</a> 647ms (from cache)<br> 616 silly pacote range manifest for caniuse-lite@^1.0.30001165 fetched in 655ms<br> 617 silly resolveWithNewModule [email protected] checking installable status<br> 618 http fetch GET 304 <a href="https://registry.npmjs.org/escalade" rel="nofollow">https://registry.npmjs.org/escalade</a> 785ms (from cache)<br> 619 silly pacote range manifest for escalade@^3.1.1 fetched in 792ms<br> 620 silly resolveWithNewModule [email protected] checking installable status<br> 621 http fetch GET 304 <a href="https://registry.npmjs.org/electron-to-chromium" rel="nofollow">https://registry.npmjs.org/electron-to-chromium</a> 826ms (from cache)<br> 622 silly pacote range manifest for electron-to-chromium@^1.3.621 fetched in 832ms<br> 623 silly resolveWithNewModule [email protected] checking installable status<br> 624 http fetch GET 304 <a href="https://registry.npmjs.org/node-releases" rel="nofollow">https://registry.npmjs.org/node-releases</a> 846ms (from cache)<br> 625 silly pacote range manifest for node-releases@^1.1.67 fetched in 848ms<br> 626 silly resolveWithNewModule [email protected] checking installable status<br> 627 http fetch GET 304 <a href="https://registry.npmjs.org/colorette" rel="nofollow">https://registry.npmjs.org/colorette</a> 1698ms (from cache)<br> 628 silly pacote range manifest for colorette@^1.2.1 fetched in 1702ms<br> 629 silly resolveWithNewModule [email protected] checking installable status<br> 630 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> 1757ms (from cache)<br> 631 silly pacote range manifest for @babel/helper-remap-async-to-generator@^7.12.1 fetched in 1760ms<br> 632 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 633 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> 595ms (from cache)<br> 634 silly pacote range manifest for @babel/helper-annotate-as-pure@^7.10.4 fetched in 598ms<br> 635 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 636 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> 1706ms (from cache)<br> 637 silly pacote range manifest for @babel/helper-wrap-function@^7.10.4 fetched in 1744ms<br> 638 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 639 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> 656ms (from cache)<br> 640 silly pacote range manifest for @babel/helper-create-regexp-features-plugin@^7.12.1 fetched in 660ms<br> 641 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 642 http fetch GET 304 <a href="https://registry.npmjs.org/regexpu-core" rel="nofollow">https://registry.npmjs.org/regexpu-core</a> 1364ms (from cache)<br> 643 silly pacote range manifest for regexpu-core@^4.7.1 fetched in 1369ms<br> 644 silly resolveWithNewModule [email protected] checking installable status<br> 645 http fetch GET 304 <a href="https://registry.npmjs.org/regjsgen" rel="nofollow">https://registry.npmjs.org/regjsgen</a> 820ms (from cache)<br> 646 silly pacote range manifest for regjsgen@^0.5.1 fetched in 824ms<br> 647 silly resolveWithNewModule [email protected] checking installable status<br> 648 http fetch GET 304 <a href="https://registry.npmjs.org/regenerate-unicode-properties" rel="nofollow">https://registry.npmjs.org/regenerate-unicode-properties</a> 1152ms (from cache)<br> 649 silly pacote range manifest for regenerate-unicode-properties@^8.2.0 fetched in 1155ms<br> 650 silly resolveWithNewModule [email protected] checking installable status<br> 651 http fetch GET 304 <a href="https://registry.npmjs.org/regenerate" rel="nofollow">https://registry.npmjs.org/regenerate</a> 1167ms (from cache)<br> 652 silly pacote range manifest for regenerate@^1.4.0 fetched in 1168ms<br> 653 silly resolveWithNewModule [email protected] checking installable status<br> 654 http fetch GET 304 <a href="https://registry.npmjs.org/regjsparser" rel="nofollow">https://registry.npmjs.org/regjsparser</a> 1218ms (from cache)<br> 655 silly pacote range manifest for regjsparser@^0.6.4 fetched in 1219ms<br> 656 silly resolveWithNewModule [email protected] checking installable status<br> 657 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> 1585ms (from cache)<br> 658 silly pacote range manifest for unicode-match-property-ecmascript@^1.0.4 fetched in 1587ms<br> 659 silly resolveWithNewModule [email protected] checking installable status<br> 660 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> 1795ms (from cache)<br> 661 silly pacote range manifest for unicode-match-property-value-ecmascript@^1.2.0 fetched in 1799ms<br> 662 silly resolveWithNewModule [email protected] checking installable status<br> 663 silly pacote range manifest for jsesc@~0.5.0 fetched in 2ms<br> 664 silly resolveWithNewModule [email protected] checking installable status<br> 665 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> 1186ms (from cache)<br> 666 silly pacote range manifest for unicode-canonical-property-names-ecmascript@^1.0.4 fetched in 1188ms<br> 667 silly resolveWithNewModule [email protected] checking installable status<br> 668 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> 1198ms (from cache)<br> 669 silly pacote range manifest for unicode-property-aliases-ecmascript@^1.0.4 fetched in 1200ms<br> 670 silly resolveWithNewModule [email protected] checking installable status<br> 671 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> 1918ms (from cache)<br> 672 silly pacote range manifest for @babel/helper-define-map@^7.10.4 fetched in 1921ms<br> 673 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 674 silly pacote range manifest for lodash@^4.17.19 fetched in 2ms<br> 675 silly resolveWithNewModule [email protected] checking installable status<br> 676 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> 1908ms (from cache)<br> 677 silly pacote range manifest for @babel/helper-builder-binary-assignment-operator-visitor@^7.10.4 fetched in 1910ms<br> 678 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 679 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> 1880ms (from cache)<br> 680 silly pacote range manifest for @babel/helper-explode-assignable-expression@^7.10.4 fetched in 1882ms<br> 681 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 682 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> 1878ms (from cache)<br> 683 silly pacote range manifest for @babel/helper-hoist-variables@^7.10.4 fetched in 1880ms<br> 684 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 685 http fetch GET 304 <a href="https://registry.npmjs.org/regenerator-transform" rel="nofollow">https://registry.npmjs.org/regenerator-transform</a> 1234ms (from cache)<br> 686 silly pacote range manifest for regenerator-transform@^0.14.2 fetched in 1238ms<br> 687 silly resolveWithNewModule [email protected] checking installable status<br> 688 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fruntime" rel="nofollow">https://registry.npmjs.org/@babel%2fruntime</a> 493ms (from cache)<br> 689 silly pacote range manifest for @babel/runtime@^7.8.4 fetched in 496ms<br> 690 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 691 http fetch GET 304 <a href="https://registry.npmjs.org/regenerator-runtime" rel="nofollow">https://registry.npmjs.org/regenerator-runtime</a> 590ms (from cache)<br> 692 silly pacote range manifest for regenerator-runtime@^0.13.4 fetched in 594ms<br> 693 silly resolveWithNewModule [email protected] checking installable status<br> 694 http fetch GET 304 <a href="https://registry.npmjs.org/esutils" rel="nofollow">https://registry.npmjs.org/esutils</a> 641ms (from cache)<br> 695 silly pacote range manifest for esutils@^2.0.2 fetched in 644ms<br> 696 silly resolveWithNewModule [email protected] checking installable status<br> 697 silly pacote version manifest for [email protected] fetched in 2ms<br> 698 silly resolveWithNewModule [email protected] checking installable status<br> 699 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-transform-typescript" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-transform-typescript</a> 1646ms (from cache)<br> 700 silly pacote range manifest for @babel/plugin-transform-typescript@^7.12.1 fetched in 1649ms<br> 701 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 702 http fetch GET 304 <a href="https://registry.npmjs.org/@babel%2fplugin-syntax-typescript" rel="nofollow">https://registry.npmjs.org/@babel%2fplugin-syntax-typescript</a> 2193ms (from cache)<br> 703 silly pacote range manifest for @babel/plugin-syntax-typescript@^7.12.1 fetched in 2197ms<br> 704 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 705 silly pacote range manifest for @babel/code-frame@~7.10.4 fetched in 5ms<br> 706 silly resolveWithNewModule @babel/[email protected] checking installable status<br> 707 silly pacote range manifest for json5@^1.0.1 fetched in 10ms<br> 708 silly resolveWithNewModule [email protected] checking installable status<br> 709 http fetch GET 304 <a href="https://registry.npmjs.org/write-file-atomic" rel="nofollow">https://registry.npmjs.org/write-file-atomic</a> 590ms (from cache)<br> 710 silly pacote range manifest for write-file-atomic@^2.3.0 fetched in 593ms<br> 711 silly resolveWithNewModule [email protected] checking installable status<br> 712 http fetch GET 304 <a href="https://registry.npmjs.org/jsonfile" rel="nofollow">https://registry.npmjs.org/jsonfile</a> 483ms (from cache)<br> 713 silly pacote range manifest for jsonfile@^6.0.1 fetched in 486ms<br> 714 silly resolveWithNewModule [email protected] checking installable status<br> 715 http fetch GET 304 <a href="https://registry.npmjs.org/at-least-node" rel="nofollow">https://registry.npmjs.org/at-least-node</a> 536ms (from cache)<br> 716 silly pacote range manifest for at-least-node@^1.0.0 fetched in 538ms<br> 717 silly resolveWithNewModule [email protected] checking installable status<br> 718 http fetch GET 304 <a href="https://registry.npmjs.org/universalify" rel="nofollow">https://registry.npmjs.org/universalify</a> 572ms (from cache)<br> 719 silly pacote range manifest for universalify@^1.0.0 fetched in 575ms<br> 720 silly resolveWithNewModule [email protected] checking installable status<br> 721 http fetch GET 304 <a href="https://registry.npmjs.org/graceful-fs" rel="nofollow">https://registry.npmjs.org/graceful-fs</a> 616ms (from cache)<br> 722 silly pacote range manifest for graceful-fs@^4.2.0 fetched in 622ms<br> 723 silly resolveWithNewModule [email protected] checking installable status<br> 724 silly pacote range manifest for universalify@^2.0.0 fetched in 2ms<br> 725 silly resolveWithNewModule [email protected] checking installable status<br> 726 http fetch GET 304 <a href="https://registry.npmjs.org/imurmurhash" rel="nofollow">https://registry.npmjs.org/imurmurhash</a> 673ms (from cache)<br> 727 silly pacote range manifest for imurmurhash@^0.1.4 fetched in 675ms<br> 728 silly resolveWithNewModule [email protected] checking installable status<br> 729 http fetch GET 304 <a href="https://registry.npmjs.org/signal-exit" rel="nofollow">https://registry.npmjs.org/signal-exit</a> 696ms (from cache)<br> 730 silly pacote range manifest for signal-exit@^3.0.2 fetched in 697ms<br> 731 silly resolveWithNewModule [email protected] checking installable status<br> 732 http fetch GET 304 <a href="https://registry.npmjs.org/locate-path" rel="nofollow">https://registry.npmjs.org/locate-path</a> 734ms (from cache)<br> 733 silly pacote range manifest for locate-path@^6.0.0 fetched in 737ms<br> 734 silly resolveWithNewModule [email protected] checking installable status<br> 735 http fetch GET 304 <a href="https://registry.npmjs.org/path-exists" rel="nofollow">https://registry.npmjs.org/path-exists</a> 797ms (from cache)<br> 736 silly pacote range manifest for path-exists@^4.0.0 fetched in 799ms<br> 737 silly resolveWithNewModule [email protected] checking installable status<br> 738 http fetch GET 304 <a href="https://registry.npmjs.org/p-locate" rel="nofollow">https://registry.npmjs.org/p-locate</a> 759ms (from cache)<br> 739 silly pacote range manifest for p-locate@^5.0.0 fetched in 764ms<br> 740 silly resolveWithNewModule [email protected] checking installable status<br> 741 http fetch GET 304 <a href="https://registry.npmjs.org/p-limit" rel="nofollow">https://registry.npmjs.org/p-limit</a> 609ms (from cache)<br> 742 silly pacote range manifest for p-limit@^3.0.2 fetched in 613ms<br> 743 silly resolveWithNewModule [email protected] checking installable status<br> 744 http fetch GET 304 <a href="https://registry.npmjs.org/yocto-queue" rel="nofollow">https://registry.npmjs.org/yocto-queue</a> 418ms (from cache)<br> 745 silly pacote range manifest for yocto-queue@^0.1.0 fetched in 420ms<br> 746 silly resolveWithNewModule [email protected] checking installable status<br> 747 http fetch GET 304 <a href="https://registry.npmjs.org/fs.realpath" rel="nofollow">https://registry.npmjs.org/fs.realpath</a> 440ms (from cache)<br> 748 silly pacote range manifest for fs.realpath@^1.0.0 fetched in 442ms<br> 749 silly resolveWithNewModule [email protected] checking installable status<br> 750 http fetch GET 304 <a href="https://registry.npmjs.org/lru-cache" rel="nofollow">https://registry.npmjs.org/lru-cache</a> 451ms (from cache)<br> 751 silly pacote range manifest for lru-cache@^6.0.0 fetched in 453ms<br> 752 silly resolveWithNewModule [email protected] checking installable status<br> 753 http fetch GET 304 <a href="https://registry.npmjs.org/yallist" rel="nofollow">https://registry.npmjs.org/yallist</a> 592ms (from cache)<br> 754 silly pacote range manifest for yallist@^4.0.0 fetched in 594ms<br> 755 silly resolveWithNewModule [email protected] checking installable status<br> 756 silly pacote range manifest for slash@^3.0.0 fetched in 8ms<br> 757 silly resolveWithNewModule [email protected] checking installable status<br> 758 http fetch GET 304 <a href="https://registry.npmjs.org/xml2js" rel="nofollow">https://registry.npmjs.org/xml2js</a> 909ms (from cache)<br> 759 silly pacote range manifest for xml2js@^0.4.23 fetched in 912ms<br> 760 silly resolveWithNewModule [email protected] checking installable status<br> 761 http fetch GET 304 <a href="https://registry.npmjs.org/@expo%2fimage-utils" rel="nofollow">https://registry.npmjs.org/@expo%2fimage-utils</a> 1195ms (from cache)<br> 762 silly pacote version manifest for @expo/[email protected] fetched in 1197ms<br> 763 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 764 http fetch GET 200 <a href="https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz" rel="nofollow">https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz</a> 1392ms<br> 765 silly pacote range manifest for xcode@^2.1.0 fetched in 1432ms<br> 766 silly resolveWithNewModule [email protected] checking installable status<br> 767 http fetch GET 200 <a href="https://registry.npmjs.org/@expo%2fconfigure-splash-screen" rel="nofollow">https://registry.npmjs.org/@expo%2fconfigure-splash-screen</a> 2297ms<br> 768 http fetch GET 200 <a href="https://registry.npmjs.org/@expo/configure-splash-screen/-/configure-splash-screen-0.3.2.tgz" rel="nofollow">https://registry.npmjs.org/@expo/configure-splash-screen/-/configure-splash-screen-0.3.2.tgz</a> 1998ms<br> 769 silly pacote version manifest for @expo/[email protected] fetched in 4313ms<br> 770 silly resolveWithNewModule @expo/[email protected] checking installable status<br> 771 http fetch GET 200 <a href="https://registry.npmjs.org/color-string" rel="nofollow">https://registry.npmjs.org/color-string</a> 465ms<br> 772 http fetch GET 200 <a href="https://registry.npmjs.org/deep-equal" rel="nofollow">https://registry.npmjs.org/deep-equal</a> 596ms<br> 773 http fetch GET 200 <a href="https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz" rel="nofollow">https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz</a> 652ms<br> 774 http fetch GET 200 <a href="https://registry.npmjs.org/xml-js" rel="nofollow">https://registry.npmjs.org/xml-js</a> 1126ms<br> 775 silly pacote range manifest for color-string@^1.5.3 fetched in 1139ms<br> 776 silly resolveWithNewModule [email protected] checking installable status<br> 777 http fetch GET 200 <a href="https://registry.npmjs.org/commander/-/commander-5.1.0.tgz" rel="nofollow">https://registry.npmjs.org/commander/-/commander-5.1.0.tgz</a> 1138ms<br> 778 silly pacote range manifest for commander@^5.1.0 fetched in 1156ms<br> 779 silly resolveWithNewModule [email protected] checking installable status<br> 780 http fetch GET 200 <a href="https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz" rel="nofollow">https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz</a> 2648ms<br> 781 silly pacote range manifest for deep-equal@^2.0.3 fetched in 3264ms<br> 782 silly resolveWithNewModule [email protected] checking installable status<br> 783 http fetch GET 200 <a href="https://registry.npmjs.org/@react-native-community%2fcli-platform-ios" rel="nofollow">https://registry.npmjs.org/@react-native-community%2fcli-platform-ios</a> 3614ms<br> 784 http fetch GET 200 <a href="https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz" rel="nofollow">https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz</a> 3006ms<br> 785 silly pacote range manifest for xml-js@^1.6.11 fetched in 4153ms<br> 786 silly resolveWithNewModule [email protected] checking installable status<br> 787 http fetch GET 200 <a href="https://registry.npmjs.org/@react-native-community%2fcli-platform-android" rel="nofollow">https://registry.npmjs.org/@react-native-community%2fcli-platform-android</a> 4226ms<br> 788 http fetch GET 200 <a href="https://registry.npmjs.org/core-js" rel="nofollow">https://registry.npmjs.org/core-js</a> 4895ms<br> 789 http fetch GET 200 <a href="https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz" rel="nofollow">https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz</a> 5049ms<br> 790 silly pacote range manifest for pngjs@^5.0.0 fetched in 5070ms<br> 791 silly resolveWithNewModule [email protected] checking installable status<br> 792 http fetch GET 200 <a href="https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-4.13.0.tgz" rel="nofollow">https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-4.13.0.tgz</a> 1310ms<br> 793 silly pacote range manifest for @react-native-community/cli-platform-android@^4.10.0 fetched in 5555ms<br> 794 silly resolveWithNewModule @react-native-community/[email protected] checking installable status<br> 795 http fetch GET 200 <a href="https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.13.0.tgz" rel="nofollow">https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.13.0.tgz</a> 2334ms<br> 796 silly pacote range manifest for @react-native-community/cli-platform-ios@^4.10.0 fetched in 5966ms<br> 797 silly resolveWithNewModule @react-native-community/[email protected] checking installable status<br> 798 http fetch GET 200 <a href="https://registry.npmjs.org/core-js/-/core-js-3.8.1.tgz" rel="nofollow">https://registry.npmjs.org/core-js/-/core-js-3.8.1.tgz</a> 2510ms<br> 799 silly pacote range manifest for core-js@^3.6.5 fetched in 7426ms<br> 800 silly resolveWithNewModule [email protected] checking installable status<br> 801 silly pacote range manifest for slash@^3.0.0 fetched in 11ms<br> 802 silly resolveWithNewModule [email protected] checking installable status<br> 803 silly pacote range manifest for chalk@^3.0.0 fetched in 32ms<br> 804 silly resolveWithNewModule [email protected] checking installable status<br> 805 http fetch GET 200 <a href="https://registry.npmjs.org/xmldoc" rel="nofollow">https://registry.npmjs.org/xmldoc</a> 1008ms<br> 806 http fetch GET 200 <a href="https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz" rel="nofollow">https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz</a> 1937ms<br> 807 http fetch GET 200 <a href="https://registry.npmjs.org/jetifier" rel="nofollow">https://registry.npmjs.org/jetifier</a> 1946ms<br> 808 silly pacote range manifest for fs-extra@^8.1.0 fetched in 1958ms<br> 809 silly resolveWithNewModule [email protected] checking installable status<br> 810 http fetch GET 200 <a href="https://registry.npmjs.org/logkitty" rel="nofollow">https://registry.npmjs.org/logkitty</a> 1958ms<br> 811 http fetch GET 200 <a href="https://registry.npmjs.org/execa" rel="nofollow">https://registry.npmjs.org/execa</a> 2103ms<br> 812 http fetch GET 200 <a href="https://registry.npmjs.org/xmldoc/-/xmldoc-1.1.2.tgz" rel="nofollow">https://registry.npmjs.org/xmldoc/-/xmldoc-1.1.2.tgz</a> 1422ms<br> 813 silly pacote range manifest for xmldoc@^1.1.2 fetched in 2448ms<br> 814 silly resolveWithNewModule [email protected] checking installable status<br> 815 http fetch GET 200 <a href="https://registry.npmjs.org/logkitty/-/logkitty-0.7.1.tgz" rel="nofollow">https://registry.npmjs.org/logkitty/-/logkitty-0.7.1.tgz</a> 1483ms<br> 816 silly pacote range manifest for logkitty@^0.7.1 fetched in 3454ms<br> 817 silly resolveWithNewModule [email protected] checking installable status<br> 818 http fetch GET 200 <a href="https://registry.npmjs.org/execa/-/execa-1.0.0.tgz" rel="nofollow">https://registry.npmjs.org/execa/-/execa-1.0.0.tgz</a> 1466ms<br> 819 silly pacote range manifest for execa@^1.0.0 fetched in 3591ms<br> 820 silly resolveWithNewModule [email protected] checking installable status<br> 821 http fetch GET 200 <a href="https://registry.npmjs.org/@react-native-community%2fcli-tools" rel="nofollow">https://registry.npmjs.org/@react-native-community%2fcli-tools</a> 5418ms<br> 822 http fetch GET 200 <a href="https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-4.13.0.tgz" rel="nofollow">https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-4.13.0.tgz</a> 1983ms<br> 823 silly pacote range manifest for @react-native-community/cli-tools@^4.13.0 fetched in 7434ms<br> 824 silly resolveWithNewModule @react-native-community/[email protected] checking installable status<br> 825 http fetch GET 200 <a href="https://registry.npmjs.org/jetifier/-/jetifier-1.6.6.tgz" rel="nofollow">https://registry.npmjs.org/jetifier/-/jetifier-1.6.6.tgz</a> 34974ms<br> 826 silly pacote range manifest for jetifier@^1.6.2 fetched in 36935ms<br> 827 silly resolveWithNewModule [email protected] checking installable status<br> 828 silly pacote range manifest for chalk@^3.0.0 fetched in 13ms<br> 829 silly resolveWithNewModule [email protected] checking installable status<br> 830 http fetch GET 200 <a href="https://registry.npmjs.org/node-fetch" rel="nofollow">https://registry.npmjs.org/node-fetch</a> 899ms<br> 831 http fetch GET 200 <a href="https://registry.npmjs.org/shell-quote" rel="nofollow">https://registry.npmjs.org/shell-quote</a> 1088ms<br> 832 http fetch GET 304 <a href="https://registry.npmjs.org/mime" rel="nofollow">https://registry.npmjs.org/mime</a> 1141ms (from cache)<br> 833 http fetch GET 200 <a href="https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz" rel="nofollow">https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz</a> 633ms<br> 834 http fetch GET 200 <a href="https://registry.npmjs.org/open" rel="nofollow">https://registry.npmjs.org/open</a> 1538ms<br> 835 silly pacote range manifest for node-fetch@^2.6.0 fetched in 1554ms<br> 836 silly resolveWithNewModule [email protected] checking installable status<br> 837 http fetch GET 200 <a href="https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz" rel="nofollow">https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz</a> 463ms<br> 838 silly pacote version manifest for [email protected] fetched in 1563ms<br> 839 silly resolveWithNewModule [email protected] checking installable status<br> 840 http fetch GET 200 <a href="https://registry.npmjs.org/mime/-/mime-2.4.7.tgz" rel="nofollow">https://registry.npmjs.org/mime/-/mime-2.4.7.tgz</a> 533ms<br> 841 silly pacote range manifest for mime@^2.4.1 fetched in 1704ms<br> 842 silly resolveWithNewModule [email protected] checking installable status<br> 843 http fetch GET 200 <a href="https://registry.npmjs.org/open/-/open-6.4.0.tgz" rel="nofollow">https://registry.npmjs.org/open/-/open-6.4.0.tgz</a> 373ms<br> 844 silly pacote range manifest for open@^6.2.0 fetched in 1929ms<br> 845 silly resolveWithNewModule [email protected] checking installable status<br> 846 silly pacote range manifest for ansi-styles@^4.1.0 fetched in 20ms<br> 847 silly resolveWithNewModule [email protected] checking installable status<br> 848 silly pacote range manifest for supports-color@^7.1.0 fetched in 24ms<br> 849 silly resolveWithNewModule [email protected] checking installable status<br> 850 silly pacote range manifest for color-convert@^2.0.1 fetched in 18ms<br> 851 silly resolveWithNewModule [email protected] checking installable status<br> 852 silly pacote range manifest for color-name@~1.1.4 fetched in 14ms<br> 853 silly resolveWithNewModule [email protected] checking installable status<br> 854 silly pacote range manifest for has-flag@^4.0.0 fetched in 14ms<br> 855 silly resolveWithNewModule [email protected] checking installable status<br> 856 http fetch GET 200 <a href="https://registry.npmjs.org/is-wsl" rel="nofollow">https://registry.npmjs.org/is-wsl</a> 328ms<br> 857 http fetch GET 200 <a href="https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz" rel="nofollow">https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz</a> 426ms<br> 858 silly pacote range manifest for is-wsl@^1.1.0 fetched in 779ms<br> 859 silly resolveWithNewModule [email protected] checking installable status<br> 860 http fetch GET 200 <a href="https://registry.npmjs.org/jsonify" rel="nofollow">https://registry.npmjs.org/jsonify</a> 488ms<br> 861 http fetch GET 200 <a href="https://registry.npmjs.org/array-filter" rel="nofollow">https://registry.npmjs.org/array-filter</a> 530ms<br> 862 http fetch GET 200 <a href="https://registry.npmjs.org/array-reduce" rel="nofollow">https://registry.npmjs.org/array-reduce</a> 537ms<br> 863 http fetch GET 200 <a href="https://registry.npmjs.org/array-map" rel="nofollow">https://registry.npmjs.org/array-map</a> 652ms<br> 864 http fetch GET 200 <a href="https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz" rel="nofollow">https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz</a> 571ms<br> 865 silly pacote range manifest for jsonify@~0.0.0 fetched in 1078ms<br> 866 silly resolveWithNewModule [email protected] checking installable status<br> 867 http fetch GET 200 <a href="https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz" rel="nofollow">https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz</a> 558ms<br> 868 silly pacote range manifest for array-filter@~0.0.0 fetched in 1100ms<br> 869 silly resolveWithNewModule [email protected] checking installable status<br> 870 http fetch GET 200 <a href="https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz" rel="nofollow">https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz</a> 572ms<br> 871 silly pacote range manifest for array-map@~0.0.0 fetched in 1249ms<br> 872 silly resolveWithNewModule [email protected] checking installable status<br> 873 http fetch GET 200 <a href="https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz" rel="nofollow">https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz</a> 1693ms<br> 874 silly pacote range manifest for array-reduce@~0.0.0 fetched in 2248ms<br> 875 silly resolveWithNewModule [email protected] checking installable status<br> 876 silly pacote range manifest for ansi-styles@^4.1.0 fetched in 6ms<br> 877 silly resolveWithNewModule [email protected] checking installable status<br> 878 silly pacote range manifest for supports-color@^7.1.0 fetched in 8ms<br> 879 silly resolveWithNewModule [email protected] checking installable status<br> 880 silly pacote range manifest for color-convert@^2.0.1 fetched in 2ms<br> 881 silly resolveWithNewModule [email protected] checking installable status<br> 882 silly pacote range manifest for color-name@~1.1.4 fetched in 3ms<br> 883 silly resolveWithNewModule [email protected] checking installable status<br> 884 silly pacote range manifest for has-flag@^4.0.0 fetched in 1ms<br> 885 silly resolveWithNewModule [email protected] checking installable status<br> 886 http fetch GET 200 <a href="https://registry.npmjs.org/npm-run-path" rel="nofollow">https://registry.npmjs.org/npm-run-path</a> 407ms<br> 887 http fetch GET 200 <a href="https://registry.npmjs.org/is-stream" rel="nofollow">https://registry.npmjs.org/is-stream</a> 422ms<br> 888 http fetch GET 200 <a href="https://registry.npmjs.org/p-finally" rel="nofollow">https://registry.npmjs.org/p-finally</a> 454ms<br> 889 http fetch GET 200 <a href="https://registry.npmjs.org/strip-eof" rel="nofollow">https://registry.npmjs.org/strip-eof</a> 488ms<br> 890 http fetch GET 200 <a href="https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz" rel="nofollow">https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz</a> 464ms<br> 891 http fetch GET 200 <a href="https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz" rel="nofollow">https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz</a> 449ms<br> 892 silly pacote range manifest for npm-run-path@^2.0.0 fetched in 887ms<br> 893 silly resolveWithNewModule [email protected] checking installable status<br> 894 silly pacote range manifest for is-stream@^1.1.0 fetched in 887ms<br> 895 silly resolveWithNewModule [email protected] checking installable status<br> 896 http fetch GET 200 <a href="https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz" rel="nofollow">https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz</a> 433ms<br> 897 silly pacote range manifest for p-finally@^1.0.0 fetched in 898ms<br> 898 silly resolveWithNewModule [email protected] checking installable status<br> 899 http fetch GET 200 <a href="https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz" rel="nofollow">https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz</a> 531ms<br> 900 silly pacote range manifest for strip-eof@^1.0.0 fetched in 1041ms<br> 901 silly resolveWithNewModule [email protected] checking installable status<br> 902 http fetch GET 304 <a href="https://registry.npmjs.org/get-stream" rel="nofollow">https://registry.npmjs.org/get-stream</a> 1756ms (from cache)<br> 903 silly pacote range manifest for get-stream@^4.0.0 fetched in 1776ms<br> 904 silly resolveWithNewModule [email protected] checking installable status<br> 905 http fetch GET 304 <a href="https://registry.npmjs.org/cross-spawn" rel="nofollow">https://registry.npmjs.org/cross-spawn</a> 3102ms (from cache)<br> 906 http fetch GET 200 <a href="https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz" rel="nofollow">https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz</a> 970ms<br> 907 silly pacote range manifest for cross-spawn@^6.0.0 fetched in 4090ms<br> 908 silly resolveWithNewModule [email protected] checking installable status<br> 909 http fetch GET 200 <a href="https://registry.npmjs.org/nice-try" rel="nofollow">https://registry.npmjs.org/nice-try</a> 348ms<br> 910 http fetch GET 200 <a href="https://registry.npmjs.org/path-key" rel="nofollow">https://registry.npmjs.org/path-key</a> 388ms<br> 911 http fetch GET 200 <a href="https://registry.npmjs.org/shebang-command" rel="nofollow">https://registry.npmjs.org/shebang-command</a> 422ms<br> 912 http fetch GET 200 <a href="https://registry.npmjs.org/which" rel="nofollow">https://registry.npmjs.org/which</a> 533ms<br> 913 http fetch GET 200 <a href="https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz" rel="nofollow">https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz</a> 399ms<br> 914 silly pacote range manifest for nice-try@^1.0.4 fetched in 768ms<br> 915 silly resolveWithNewModule [email protected] checking installable status<br> 916 http fetch GET 200 <a href="https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz" rel="nofollow">https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz</a> 431ms<br> 917 silly pacote range manifest for path-key@^2.0.1 fetched in 832ms<br> 918 silly resolveWithNewModule [email protected] checking installable status<br> 919 http fetch GET 200 <a href="https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz" rel="nofollow">https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz</a> 413ms<br> 920 silly pacote range manifest for shebang-command@^1.2.0 fetched in 844ms<br> 921 silly resolveWithNewModule [email protected] checking installable status<br> 922 http fetch GET 200 <a href="https://registry.npmjs.org/which/-/which-1.3.1.tgz" rel="nofollow">https://registry.npmjs.org/which/-/which-1.3.1.tgz</a> 454ms<br> 923 silly pacote range manifest for which@^1.2.9 fetched in 1007ms<br> 924 silly resolveWithNewModule [email protected] checking installable status<br> 925 http fetch GET 200 <a href="https://registry.npmjs.org/shebang-regex" rel="nofollow">https://registry.npmjs.org/shebang-regex</a> 459ms<br> 926 http fetch GET 200 <a href="https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz" rel="nofollow">https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz</a> 538ms<br> 927 silly pacote range manifest for shebang-regex@^1.0.0 fetched in 1014ms<br> 928 silly resolveWithNewModule [email protected] checking installable status<br> 929 http fetch GET 200 <a href="https://registry.npmjs.org/isexe" rel="nofollow">https://registry.npmjs.org/isexe</a> 604ms<br> 930 http fetch GET 200 <a href="https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" rel="nofollow">https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz</a> 461ms<br> 931 silly pacote range manifest for isexe@^2.0.0 fetched in 1086ms<br> 932 silly resolveWithNewModule [email protected] checking installable status<br> 933 http fetch GET 304 <a href="https://registry.npmjs.org/pump" rel="nofollow">https://registry.npmjs.org/pump</a> 656ms (from cache)<br> 934 silly pacote range manifest for pump@^3.0.0 fetched in 678ms<br> 935 silly resolveWithNewModule [email protected] checking installable status<br> 936 http fetch GET 304 <a href="https://registry.npmjs.org/end-of-stream" rel="nofollow">https://registry.npmjs.org/end-of-stream</a> 746ms (from cache)<br> 937 silly pacote range manifest for end-of-stream@^1.1.0 fetched in 758ms<br> 938 silly resolveWithNewModule [email protected] checking installable status<br> 939 http fetch GET 200 <a href="https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz" rel="nofollow">https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz</a> 779ms<br> 940 silly pacote range manifest for universalify@^0.1.0 fetched in 799ms<br> 941 silly resolveWithNewModule [email protected] checking installable status<br> 942 http fetch GET 200 <a href="https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz" rel="nofollow">https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz</a> 1131ms<br> 943 silly pacote range manifest for jsonfile@^4.0.0 fetched in 1164ms<br> 944 silly resolveWithNewModule [email protected] checking installable status<br> 945 http fetch GET 200 <a href="https://registry.npmjs.org/ansi-fragments" rel="nofollow">https://registry.npmjs.org/ansi-fragments</a> 994ms<br> 946 http fetch GET 200 <a href="https://registry.npmjs.org/dayjs" rel="nofollow">https://registry.npmjs.org/dayjs</a> 2902ms<br> 947 http fetch GET 200 <a href="https://registry.npmjs.org/ansi-fragments/-/ansi-fragments-0.2.1.tgz" rel="nofollow">https://registry.npmjs.org/ansi-fragments/-/ansi-fragments-0.2.1.tgz</a> 2451ms<br> 948 silly pacote range manifest for ansi-fragments@^0.2.1 fetched in 3459ms<br> 949 silly resolveWithNewModule [email protected] checking installable status<br> 950 http fetch GET 200 <a href="https://registry.npmjs.org/yargs" rel="nofollow">https://registry.npmjs.org/yargs</a> 5136ms<br> 951 http fetch GET 200 <a href="https://registry.npmjs.org/dayjs/-/dayjs-1.9.7.tgz" rel="nofollow">https://registry.npmjs.org/dayjs/-/dayjs-1.9.7.tgz</a> 3388ms<br> 952 silly pacote range manifest for dayjs@^1.8.15 fetched in 6313ms<br> 953 silly resolveWithNewModule [email protected] checking installable status<br> 954 http fetch GET 200 <a href="https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz" rel="nofollow">https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz</a> 1541ms<br> 955 silly pacote range manifest for yargs@^15.1.0 fetched in 6703ms<br> 956 silly resolveWithNewModule [email protected] checking installable status<br> 957 silly pacote range manifest for strip-ansi@^5.0.0 fetched in 20ms<br> 958 silly resolveWithNewModule [email protected] checking installable status<br> 959 http fetch GET 200 <a href="https://registry.npmjs.org/slice-ansi" rel="nofollow">https://registry.npmjs.org/slice-ansi</a> 389ms<br> 960 http fetch GET 200 <a href="https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz" rel="nofollow">https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz</a> 369ms<br> 961 silly pacote range manifest for slice-ansi@^2.0.0 fetched in 776ms<br> 962 silly resolveWithNewModule [email protected] checking installable status<br> 963 http fetch GET 200 <a href="https://registry.npmjs.org/astral-regex" rel="nofollow">https://registry.npmjs.org/astral-regex</a> 524ms<br> 964 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> 688ms (from cache)<br> 965 silly pacote range manifest for is-fullwidth-code-point@^2.0.0 fetched in 713ms<br> 966 silly resolveWithNewModule [email protected] checking installable status<br> 967 http fetch GET 200 <a href="https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz" rel="nofollow">https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz</a> 524ms<br> 968 silly pacote range manifest for astral-regex@^1.0.0 fetched in 1067ms<br> 969 silly resolveWithNewModule [email protected] checking installable status<br> 970 http fetch GET 304 <a href="https://registry.npmjs.org/ansi-regex" rel="nofollow">https://registry.npmjs.org/ansi-regex</a> 709ms (from cache)<br> 971 silly pacote range manifest for ansi-regex@^4.1.0 fetched in 721ms<br> 972 silly resolveWithNewModule [email protected] checking installable status<br> 973 http fetch GET 200 <a href="https://registry.npmjs.org/require-directory" rel="nofollow">https://registry.npmjs.org/require-directory</a> 1574ms<br> 974 http fetch GET 200 <a href="https://registry.npmjs.org/get-caller-file" rel="nofollow">https://registry.npmjs.org/get-caller-file</a> 1678ms<br> 975 http fetch GET 200 <a href="https://registry.npmjs.org/set-blocking" rel="nofollow">https://registry.npmjs.org/set-blocking</a> 1755ms<br> 976 http fetch GET 200 <a href="https://registry.npmjs.org/cliui" rel="nofollow">https://registry.npmjs.org/cliui</a> 1783ms<br> 977 http fetch GET 200 <a href="https://registry.npmjs.org/require-main-filename" rel="nofollow">https://registry.npmjs.org/require-main-filename</a> 1811ms<br> 978 http fetch GET 200 <a href="https://registry.npmjs.org/decamelize" rel="nofollow">https://registry.npmjs.org/decamelize</a> 1839ms<br> 979 http fetch GET 200 <a href="https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" rel="nofollow">https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz</a> 552ms<br> 980 silly pacote range manifest for require-directory@^2.1.1 fetched in 2144ms<br> 981 silly resolveWithNewModule [email protected] checking installable status<br> 982 http fetch GET 200 <a href="https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" rel="nofollow">https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz</a> 518ms<br> 983 silly pacote range manifest for get-caller-file@^2.0.1 fetched in 2213ms<br> 984 silly resolveWithNewModule [email protected] checking installable status<br> 985 http fetch GET 200 <a href="https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" rel="nofollow">https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz</a> 506ms<br> 986 silly pacote range manifest for set-blocking@^2.0.0 fetched in 2282ms<br> 987 silly resolveWithNewModule [email protected] checking installable status<br> 988 http fetch GET 200 <a href="https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz" rel="nofollow">https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz</a> 510ms<br> 989 http fetch GET 200 <a href="https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz" rel="nofollow">https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz</a> 509ms<br> 990 silly pacote range manifest for require-main-filename@^2.0.0 fetched in 2330ms<br> 991 silly resolveWithNewModule [email protected] checking installable status<br> 992 silly pacote range manifest for cliui@^6.0.0 fetched in 2338ms<br> 993 silly resolveWithNewModule [email protected] checking installable status<br> 994 http fetch GET 200 <a href="https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" rel="nofollow">https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz</a> 515ms<br> 995 silly pacote range manifest for decamelize@^1.2.0 fetched in 2364ms<br> 996 silly resolveWithNewModule [email protected] checking installable status<br> 997 http fetch GET 200 <a href="https://registry.npmjs.org/yargs-parser" rel="nofollow">https://registry.npmjs.org/yargs-parser</a> 1146ms<br> 998 http fetch GET 200 <a href="https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz" rel="nofollow">https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz</a> 550ms<br> 999 silly pacote range manifest for yargs-parser@^18.1.2 fetched in 1717ms<br> 1000 silly resolveWithNewModule [email protected] checking installable status<br> 1001 http fetch GET 200 <a href="https://registry.npmjs.org/y18n" rel="nofollow">https://registry.npmjs.org/y18n</a> 4574ms<br> 1002 http fetch GET 200 <a href="https://registry.npmjs.org/which-module" rel="nofollow">https://registry.npmjs.org/which-module</a> 4625ms<br> 1003 http fetch GET 200 <a href="https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" rel="nofollow">https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz</a> 4761ms<br> 1004 silly pacote range manifest for find-up@^4.1.0 fetched in 4786ms<br> 1005 silly resolveWithNewModule [email protected] checking installable status<br> 1006 http fetch GET 304 <a href="https://registry.npmjs.org/string-width" rel="nofollow">https://registry.npmjs.org/string-width</a> 4797ms (from cache)<br> 1007 silly pacote range manifest for string-width@^4.2.0 fetched in 4823ms<br> 1008 silly resolveWithNewModule [email protected] checking installable status<br> 1009 http fetch GET 200 <a href="https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz" rel="nofollow">https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz</a> 588ms<br> 1010 silly pacote range manifest for y18n@^4.0.0 fetched in 5182ms<br> 1011 silly resolveWithNewModule [email protected] checking installable status<br> 1012 http fetch GET 200 <a href="https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz" rel="nofollow">https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz</a> 572ms<br> 1013 silly pacote range manifest for which-module@^2.0.0 fetched in 5220ms<br> 1014 silly resolveWithNewModule [email protected] checking installable status<br> 1015 http fetch GET 200 <a href="https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz" rel="nofollow">https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz</a> 506ms<br> 1016 silly pacote range manifest for wrap-ansi@^6.2.0 fetched in 523ms<br> 1017 silly resolveWithNewModule [email protected] checking installable status<br> 1018 silly pacote range manifest for is-fullwidth-code-point@^3.0.0 fetched in 20ms<br> 1019 silly resolveWithNewModule [email protected] checking installable status<br> 1020 http fetch GET 304 <a href="https://registry.npmjs.org/emoji-regex" rel="nofollow">https://registry.npmjs.org/emoji-regex</a> 487ms (from cache)<br> 1021 silly pacote range manifest for emoji-regex@^8.0.0 fetched in 502ms<br> 1022 silly resolveWithNewModule [email protected] checking installable status<br> 1023 silly pacote range manifest for ansi-regex@^5.0.0 fetched in 12ms<br> 1024 silly resolveWithNewModule [email protected] checking installable status<br> 1025 silly pacote range manifest for ansi-styles@^4.0.0 fetched in 2ms<br> 1026 silly resolveWithNewModule [email protected] checking installable status<br> 1027 silly pacote range manifest for color-convert@^2.0.1 fetched in 2ms<br> 1028 silly resolveWithNewModule [email protected] checking installable status<br> 1029 silly pacote range manifest for color-name@~1.1.4 fetched in 2ms<br> 1030 silly resolveWithNewModule [email protected] checking installable status<br> 1031 http fetch GET 200 <a href="https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" rel="nofollow">https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz</a> 406ms<br> 1032 silly pacote range manifest for locate-path@^5.0.0 fetched in 424ms<br> 1033 silly resolveWithNewModule [email protected] checking installable status<br> 1034 http fetch GET 200 <a href="https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" rel="nofollow">https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz</a> 419ms<br> 1035 silly pacote range manifest for p-locate@^4.1.0 fetched in 441ms<br> 1036 silly resolveWithNewModule [email protected] checking installable status<br> 1037 http fetch GET 200 <a href="https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" rel="nofollow">https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz</a> 786ms<br> 1038 silly pacote range manifest for p-limit@^2.2.0 fetched in 803ms<br> 1039 silly resolveWithNewModule [email protected] checking installable status<br> 1040 http fetch GET 200 <a href="https://registry.npmjs.org/p-try" rel="nofollow">https://registry.npmjs.org/p-try</a> 362ms<br> 1041 http fetch GET 200 <a href="https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" rel="nofollow">https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz</a> 543ms<br> 1042 silly pacote range manifest for p-try@^2.0.0 fetched in 954ms<br> 1043 silly resolveWithNewModule [email protected] checking installable status<br> 1044 http fetch GET 304 <a href="https://registry.npmjs.org/camelcase" rel="nofollow">https://registry.npmjs.org/camelcase</a> 887ms (from cache)<br> 1045 silly pacote range manifest for camelcase@^5.0.0 fetched in 899ms<br> 1046 silly resolveWithNewModule [email protected] checking installable status<br> 1047 http fetch GET 200 <a href="https://registry.npmjs.org/sax" rel="nofollow">https://registry.npmjs.org/sax</a> 739ms<br> 1048 http fetch GET 200 <a href="https://registry.npmjs.org/sax/-/sax-1.2.4.tgz" rel="nofollow">https://registry.npmjs.org/sax/-/sax-1.2.4.tgz</a> 419ms<br> 1049 silly pacote range manifest for sax@^1.2.1 fetched in 1173ms<br> 1050 silly resolveWithNewModule [email protected] checking installable status<br> 1051 silly pacote range manifest for chalk@^3.0.0 fetched in 5ms<br> 1052 silly resolveWithNewModule [email protected] checking installable status<br> 1053 silly pacote range manifest for xcode@^2.0.0 fetched in 4ms<br> 1054 silly resolveWithNewModule [email protected] checking installable status<br> 1055 http fetch GET 200 <a href="https://registry.npmjs.org/plist" rel="nofollow">https://registry.npmjs.org/plist</a> 1076ms<br> 1056 http fetch GET 200 <a href="https://registry.npmjs.org/plist/-/plist-3.0.1.tgz" rel="nofollow">https://registry.npmjs.org/plist/-/plist-3.0.1.tgz</a> 1633ms<br> 1057 silly pacote range manifest for plist@^3.0.1 fetched in 2729ms<br> 1058 silly resolveWithNewModule [email protected] checking installable status<br> 1059 silly pacote range manifest for ansi-styles@^4.1.0 fetched in 3ms<br> 1060 silly resolveWithNewModule [email protected] checking installable status<br> 1061 silly pacote range manifest for supports-color@^7.1.0 fetched in 4ms<br> 1062 silly resolveWithNewModule [email protected] checking installable status<br> 1063 silly pacote range manifest for color-convert@^2.0.1 fetched in 2ms<br> 1064 silly resolveWithNewModule [email protected] checking installable status<br> 1065 silly pacote range manifest for color-name@~1.1.4 fetched in 1ms<br> 1066 silly resolveWithNewModule [email protected] checking installable status<br> 1067 silly pacote range manifest for has-flag@^4.0.0 fetched in 2ms<br> 1068 silly resolveWithNewModule [email protected] checking installable status<br> 1069 http fetch GET 200 <a href="https://registry.npmjs.org/argparse" rel="nofollow">https://registry.npmjs.org/argparse</a> 737ms<br> 1070 http fetch GET 200 <a href="https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" rel="nofollow">https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz</a> 1689ms<br> 1071 silly pacote range manifest for argparse@^1.0.7 fetched in 2446ms<br> 1072 silly resolveWithNewModule [email protected] checking installable status<br> 1073 http fetch GET 200 <a href="https://registry.npmjs.org/esprima" rel="nofollow">https://registry.npmjs.org/esprima</a> 3115ms<br> 1074 http fetch GET 200 <a href="https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" rel="nofollow">https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz</a> 896ms<br> 1075 silly pacote range manifest for esprima@^4.0.0 fetched in 4031ms<br> 1076 silly resolveWithNewModule [email protected] checking installable status<br> 1077 http fetch GET 200 <a href="https://registry.npmjs.org/sprintf-js" rel="nofollow">https://registry.npmjs.org/sprintf-js</a> 370ms<br> 1078 http fetch GET 200 <a href="https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" rel="nofollow">https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz</a> 420ms<br> 1079 silly pacote range manifest for sprintf-js@~1.0.2 fetched in 809ms<br> 1080 silly resolveWithNewModule [email protected] checking installable status<br> 1081 http fetch GET 200 <a href="https://registry.npmjs.org/base64-js" rel="nofollow">https://registry.npmjs.org/base64-js</a> 527ms<br> 1082 http fetch GET 200 <a href="https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" rel="nofollow">https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz</a> 1354ms<br> 1083 http fetch GET 200 <a href="https://registry.npmjs.org/xmlbuilder" rel="nofollow">https://registry.npmjs.org/xmlbuilder</a> 1894ms<br> 1084 silly pacote range manifest for base64-js@^1.2.3 fetched in 1900ms<br> 1085 silly resolveWithNewModule [email protected] checking installable status<br> 1086 http fetch GET 200 <a href="https://registry.npmjs.org/xmldom" rel="nofollow">https://registry.npmjs.org/xmldom</a> 2249ms<br> 1087 http fetch GET 200 <a href="https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz" rel="nofollow">https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz</a> 1022ms<br> 1088 silly pacote range manifest for xmlbuilder@^9.0.7 fetched in 2936ms<br> 1089 silly resolveWithNewModule [email protected] checking installable status<br> 1090 http fetch GET 200 <a href="https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz" rel="nofollow">https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz</a> 1017ms<br> 1091 silly pacote range manifest for <a href="mailto:[email protected]">[email protected]</a> fetched in 3298ms<br> 1092 silly resolveWithNewModule [email protected] checking installable status<br> 1093 http fetch GET 200 <a href="https://registry.npmjs.org/simple-plist" rel="nofollow">https://registry.npmjs.org/simple-plist</a> 552ms<br> 1094 http fetch GET 200 <a href="https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" rel="nofollow">https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz</a> 621ms<br> 1095 silly pacote range manifest for uuid@^3.3.2 fetched in 645ms<br> 1096 silly resolveWithNewModule [email protected] checking installable status<br> 1097 http fetch GET 200 <a href="https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz" rel="nofollow">https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz</a> 571ms<br> 1098 silly pacote range manifest for simple-plist@^1.0.0 fetched in 1141ms<br> 1099 silly resolveWithNewModule [email protected] checking installable status<br> 1100 http fetch GET 200 <a href="https://registry.npmjs.org/bplist-creator" rel="nofollow">https://registry.npmjs.org/bplist-creator</a> 359ms<br> 1101 http fetch GET 200 <a href="https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.8.tgz" rel="nofollow">https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.8.tgz</a> 733ms<br> 1102 silly pacote version manifest for [email protected] fetched in 1109ms<br> 1103 silly resolveWithNewModule [email protected] checking installable status<br> 1104 http fetch GET 200 <a href="https://registry.npmjs.org/bplist-parser" rel="nofollow">https://registry.npmjs.org/bplist-parser</a> 1343ms<br> 1105 http fetch GET 200 <a href="https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz" rel="nofollow">https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz</a> 1403ms<br> 1106 silly pacote version manifest for [email protected] fetched in 2774ms<br> 1107 silly resolveWithNewModule [email protected] checking installable status<br> 1108 http fetch GET 200 <a href="https://registry.npmjs.org/stream-buffers" rel="nofollow">https://registry.npmjs.org/stream-buffers</a> 461ms<br> 1109 http fetch GET 200 <a href="https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz" rel="nofollow">https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz</a> 943ms<br> 1110 silly pacote range manifest for stream-buffers@~2.2.0 fetched in 1423ms<br> 1111 silly resolveWithNewModule [email protected] checking installable status<br> 1112 http fetch GET 200 <a href="https://registry.npmjs.org/big-integer" rel="nofollow">https://registry.npmjs.org/big-integer</a> 2232ms<br> 1113 http fetch GET 200 <a href="https://registry.npmjs.org/big-integer/-/big-integer-1.6.48.tgz" rel="nofollow">https://registry.npmjs.org/big-integer/-/big-integer-1.6.48.tgz</a> 1306ms<br> 1114 silly pacote range manifest for big-integer@^1.6.44 fetched in 3560ms<br> 1115 silly resolveWithNewModule [email protected] checking installable status<br> 1116 http fetch GET 200 <a href="https://registry.npmjs.org/simple-swizzle" rel="nofollow">https://registry.npmjs.org/simple-swizzle</a> 474ms<br> 1117 http fetch GET 200 <a href="https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz" rel="nofollow">https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz</a> 391ms<br> 1118 silly pacote range manifest for simple-swizzle@^0.2.2 fetched in 898ms<br> 1119 silly resolveWithNewModule [email protected] checking installable status<br> 1120 http fetch GET 304 <a href="https://registry.npmjs.org/is-arrayish" rel="nofollow">https://registry.npmjs.org/is-arrayish</a> 641ms (from cache)<br> 1121 http fetch GET 200 <a href="https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz" rel="nofollow">https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz</a> 455ms<br> 1122 silly pacote range manifest for is-arrayish@^0.3.1 fetched in 1117ms<br> 1123 silly resolveWithNewModule [email protected] checking installable status<br> 1124 http fetch GET 200 <a href="https://registry.npmjs.org/es-get-iterator" rel="nofollow">https://registry.npmjs.org/es-get-iterator</a> 513ms<br> 1125 http fetch GET 200 <a href="https://registry.npmjs.org/is-date-object" rel="nofollow">https://registry.npmjs.org/is-date-object</a> 744ms<br> 1126 http fetch GET 200 <a href="https://registry.npmjs.org/is-regex" rel="nofollow">https://registry.npmjs.org/is-regex</a> 770ms<br> 1127 http fetch GET 200 <a href="https://registry.npmjs.org/isarray" rel="nofollow">https://registry.npmjs.org/isarray</a> 906ms<br> 1128 http fetch GET 200 <a href="https://registry.npmjs.org/object-is" rel="nofollow">https://registry.npmjs.org/object-is</a> 1022ms<br> 1129 http fetch GET 200 <a href="https://registry.npmjs.org/side-channel" rel="nofollow">https://registry.npmjs.org/side-channel</a> 1053ms<br> 1130 http fetch GET 200 <a href="https://registry.npmjs.org/which-boxed-primitive" rel="nofollow">https://registry.npmjs.org/which-boxed-primitive</a> 1054ms<br> 1131 http fetch GET 200 <a href="https://registry.npmjs.org/which-collection" rel="nofollow">https://registry.npmjs.org/which-collection</a> 1082ms<br> 1132 http fetch GET 200 <a href="https://registry.npmjs.org/regexp.prototype.flags" rel="nofollow">https://registry.npmjs.org/regexp.prototype.flags</a> 1112ms<br> 1133 http fetch GET 200 <a href="https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz" rel="nofollow">https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz</a> 872ms<br> 1134 silly pacote range manifest for isarray@^2.0.5 fetched in 1807ms<br> 1135 silly resolveWithNewModule [email protected] checking installable status<br> 1136 http fetch GET 200 <a href="https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.1.tgz" rel="nofollow">https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.1.tgz</a> 1508ms<br> 1137 silly pacote range manifest for es-get-iterator@^1.1.1 fetched in 2042ms<br> 1138 silly resolveWithNewModule [email protected] checking installable status<br> 1139 http fetch GET 200 <a href="https://registry.npmjs.org/is-arguments" rel="nofollow">https://registry.npmjs.org/is-arguments</a> 2210ms<br> 1140 http fetch GET 200 <a href="https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz" rel="nofollow">https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz</a> 1474ms<br> 1141 silly pacote range manifest for is-date-object@^1.0.2 fetched in 2232ms<br> 1142 silly resolveWithNewModule [email protected] checking installable status<br> 1143 http fetch GET 200 <a href="https://registry.npmjs.org/side-channel/-/side-channel-1.0.3.tgz" rel="nofollow">https://registry.npmjs.org/side-channel/-/side-channel-1.0.3.tgz</a> 1323ms<br> 1144 http fetch GET 200 <a href="https://registry.npmjs.org/object-is/-/object-is-1.1.4.tgz" rel="nofollow">https://registry.npmjs.org/object-is/-/object-is-1.1.4.tgz</a> 1356ms<br> 1145 silly pacote range manifest for side-channel@^1.0.3 fetched in 2393ms<br> 1146 silly resolveWithNewModule [email protected] checking installable status<br> 1147 http fetch GET 200 <a href="https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz" rel="nofollow">https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz</a> 1312ms<br> 1148 silly pacote range manifest for object-is@^1.1.4 fetched in 2397ms<br> 1149 silly resolveWithNewModule [email protected] checking installable status<br> 1150 silly pacote range manifest for which-collection@^1.0.1 fetched in 2405ms<br> 1151 silly resolveWithNewModule [email protected] checking installable status<br> 1152 http fetch GET 200 <a href="https://registry.npmjs.org/which-typed-array" rel="nofollow">https://registry.npmjs.org/which-typed-array</a> 622ms<br> 1153 http fetch GET 200 <a href="https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz" rel="nofollow">https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz</a> 1324ms<br> 1154 silly pacote range manifest for regexp.prototype.flags@^1.3.0 fetched in 2444ms<br> 1155 silly resolveWithNewModule [email protected] checking installable status<br> 1156 http fetch GET 200 <a href="https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.0.tgz" rel="nofollow">https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.0.tgz</a> 470ms<br> 1157 http fetch GET 200 <a href="https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz" rel="nofollow">https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz</a> 1630ms<br> 1158 silly pacote range manifest for is-arguments@^1.0.4 fetched in 2693ms<br> 1159 silly resolveWithNewModule [email protected] checking installable status<br> 1160 silly pacote range manifest for which-boxed-primitive@^1.0.1 fetched in 2698ms<br> 1161 silly resolveWithNewModule [email protected] checking installable status<br> 1162 http fetch GET 200 <a href="https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz" rel="nofollow">https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz</a> 2534ms<br> 1163 silly pacote range manifest for is-regex@^1.1.1 fetched in 3333ms<br> 1164 silly resolveWithNewModule [email protected] checking installable status<br> 1165 http fetch GET 200 <a href="https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.4.tgz" rel="nofollow">https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.4.tgz</a> 1288ms<br> 1166 silly pacote range manifest for which-typed-array@^1.1.2 fetched in 1942ms<br> 1167 silly resolveWithNewModule [email protected] checking installable status<br> 1168 http fetch GET 200 <a href="https://registry.npmjs.org/is-map" rel="nofollow">https://registry.npmjs.org/is-map</a> 453ms<br> 1169 http fetch GET 200 <a href="https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz" rel="nofollow">https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz</a> 1024ms<br> 1170 silly pacote range manifest for is-map@^2.0.1 fetched in 1517ms<br> 1171 silly resolveWithNewModule [email protected] checking installable status<br> 1172 http fetch GET 200 <a href="https://registry.npmjs.org/is-string" rel="nofollow">https://registry.npmjs.org/is-string</a> 1737ms<br> 1173 http fetch GET 200 <a href="https://registry.npmjs.org/is-set" rel="nofollow">https://registry.npmjs.org/is-set</a> 2016ms<br> 1174 http fetch GET 200 <a href="https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz" rel="nofollow">https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz</a> 545ms<br> 1175 silly pacote range manifest for is-string@^1.0.5 fetched in 2309ms<br> 1176 silly resolveWithNewModule [email protected] checking installable status<br> 1177 http fetch GET 200 <a href="https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz" rel="nofollow">https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz</a> 580ms<br> 1178 silly pacote range manifest for is-set@^2.0.1 fetched in 2615ms<br> 1179 silly resolveWithNewModule [email protected] checking installable status<br> 1180 http fetch GET 200 <a href="https://registry.npmjs.org/es-abstract" rel="nofollow">https://registry.npmjs.org/es-abstract</a> 1816ms<br> 1181 http fetch GET 200 <a href="https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz" rel="nofollow">https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz</a> 4225ms<br> 1182 silly pacote range manifest for es-abstract@^1.17.0-next.1 fetched in 6063ms<br> 1183 silly resolveWithNewModule [email protected] checking installable status<br> 1184 http fetch GET 200 <a href="https://registry.npmjs.org/es-to-primitive" rel="nofollow">https://registry.npmjs.org/es-to-primitive</a> 612ms<br> 1185 http fetch GET 200 <a href="https://registry.npmjs.org/object-inspect" rel="nofollow">https://registry.npmjs.org/object-inspect</a> 750ms<br> 1186 http fetch GET 200 <a href="https://registry.npmjs.org/string.prototype.trimend" rel="nofollow">https://registry.npmjs.org/string.prototype.trimend</a> 793ms<br> 1187 http fetch GET 200 <a href="https://registry.npmjs.org/string.prototype.trimstart" rel="nofollow">https://registry.npmjs.org/string.prototype.trimstart</a> 895ms<br> 1188 http fetch GET 200 <a href="https://registry.npmjs.org/is-callable" rel="nofollow">https://registry.npmjs.org/is-callable</a> 1200ms<br> 1189 http fetch GET 200 <a href="https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz" rel="nofollow">https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz</a> 632ms<br> 1190 silly pacote range manifest for es-to-primitive@^1.2.1 fetched in 1262ms<br> 1191 silly resolveWithNewModule [email protected] checking installable status<br> 1192 http fetch GET 200 <a href="https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz" rel="nofollow">https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz</a> 616ms<br> 1193 silly pacote range manifest for object-inspect@^1.8.0 fetched in 1391ms<br> 1194 silly resolveWithNewModule [email protected] checking installable status<br> 1195 http fetch GET 200 <a href="https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz" rel="nofollow">https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz</a> 598ms<br> 1196 silly pacote range manifest for string.prototype.trimend@^1.0.1 fetched in 1409ms<br> 1197 silly resolveWithNewModule [email protected] checking installable status<br> 1198 http fetch GET 200 <a href="https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz" rel="nofollow">https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz</a> 636ms<br> 1199 silly pacote range manifest for string.prototype.trimstart@^1.0.1 fetched in 1554ms<br> 1200 silly resolveWithNewModule [email protected] checking installable status<br> 1201 http fetch GET 200 <a href="https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz" rel="nofollow">https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz</a> 581ms<br> 1202 silly pacote range manifest for is-callable@^1.2.2 fetched in 1806ms<br> 1203 silly resolveWithNewModule [email protected] checking installable status<br> 1204 http fetch GET 200 <a href="https://registry.npmjs.org/is-symbol" rel="nofollow">https://registry.npmjs.org/is-symbol</a> 502ms<br> 1205 http fetch GET 200 <a href="https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz" rel="nofollow">https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz</a> 542ms<br> 1206 silly pacote range manifest for is-symbol@^1.0.2 fetched in 1064ms<br> 1207 silly resolveWithNewModule [email protected] checking installable status<br> 1208 http fetch GET 200 <a href="https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz" rel="nofollow">https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz</a> 4157ms<br> 1209 silly pacote range manifest for es-abstract@^1.18.0-next.0 fetched in 4174ms<br> 1210 silly resolveWithNewModule [email protected] checking installable status<br> 1211 http fetch GET 200 <a href="https://registry.npmjs.org/is-negative-zero" rel="nofollow">https://registry.npmjs.org/is-negative-zero</a> 366ms<br> 1212 http fetch GET 200 <a href="https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz" rel="nofollow">https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz</a> 419ms<br> 1213 silly pacote range manifest for is-negative-zero@^2.0.0 fetched in 814ms<br> 1214 silly resolveWithNewModule [email protected] checking installable status<br> 1215 http fetch GET 200 <a href="https://registry.npmjs.org/is-boolean-object" rel="nofollow">https://registry.npmjs.org/is-boolean-object</a> 552ms<br> 1216 http fetch GET 200 <a href="https://registry.npmjs.org/is-bigint" rel="nofollow">https://registry.npmjs.org/is-bigint</a> 565ms<br> 1217 http fetch GET 200 <a href="https://registry.npmjs.org/is-number-object" rel="nofollow">https://registry.npmjs.org/is-number-object</a> 770ms<br> 1218 http fetch GET 200 <a href="https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.0.tgz" rel="nofollow">https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.0.tgz</a> 723ms<br> 1219 silly pacote range manifest for is-boolean-object@^1.1.0 fetched in 1309ms<br> 1220 silly resolveWithNewModule [email protected] checking installable status<br> 1221 http fetch GET 200 <a href="https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.1.tgz" rel="nofollow">https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.1.tgz</a> 3711ms<br> 1222 silly pacote range manifest for is-bigint@^1.0.1 fetched in 4303ms<br> 1223 silly resolveWithNewModule [email protected] checking installable status<br> 1224 http fetch GET 200 <a href="https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.4.tgz" rel="nofollow">https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.4.tgz</a> 3969ms<br> 1225 silly pacote range manifest for is-number-object@^1.0.4 fetched in 4756ms<br> 1226 silly resolveWithNewModule [email protected] checking installable status<br> 1227 http fetch GET 200 <a href="https://registry.npmjs.org/is-weakmap" rel="nofollow">https://registry.npmjs.org/is-weakmap</a> 498ms<br> 1228 http fetch GET 200 <a href="https://registry.npmjs.org/is-weakset" rel="nofollow">https://registry.npmjs.org/is-weakset</a> 783ms<br> 1229 http fetch GET 200 <a href="https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz" rel="nofollow">https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz</a> 530ms<br> 1230 silly pacote range manifest for is-weakmap@^2.0.1 fetched in 1045ms<br> 1231 silly resolveWithNewModule [email protected] checking installable status<br> 1232 http fetch GET 200 <a href="https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.1.tgz" rel="nofollow">https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.1.tgz</a> 563ms<br> 1233 silly pacote range manifest for is-weakset@^2.0.1 fetched in 1368ms<br> 1234 silly resolveWithNewModule [email protected] checking installable status<br> 1235 silly pacote range manifest for es-abstract@^1.18.0-next.1 fetched in 8ms<br> 1236 silly resolveWithNewModule [email protected] checking installable status<br> 1237 http fetch GET 200 <a href="https://registry.npmjs.org/available-typed-arrays" rel="nofollow">https://registry.npmjs.org/available-typed-arrays</a> 669ms<br> 1238 http fetch GET 200 <a href="https://registry.npmjs.org/foreach" rel="nofollow">https://registry.npmjs.org/foreach</a> 805ms<br> 1239 http fetch GET 200 <a href="https://registry.npmjs.org/is-typed-array" rel="nofollow">https://registry.npmjs.org/is-typed-array</a> 945ms<br> 1240 http fetch GET 200 <a href="https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.2.tgz" rel="nofollow">https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.2.tgz</a> 619ms<br> 1241 silly pacote range manifest for available-typed-arrays@^1.0.2 fetched in 1305ms<br> 1242 silly resolveWithNewModule [email protected] checking installable status<br> 1243 http fetch GET 200 <a href="https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz" rel="nofollow">https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz</a> 547ms<br> 1244 silly pacote range manifest for foreach@^2.0.5 fetched in 1370ms<br> 1245 silly resolveWithNewModule [email protected] checking installable status<br> 1246 http fetch GET 200 <a href="https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.4.tgz" rel="nofollow">https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.4.tgz</a> 520ms<br> 1247 silly pacote range manifest for is-typed-array@^1.1.3 fetched in 1498ms<br> 1248 silly resolveWithNewModule [email protected] checking installable status<br> 1249 http fetch GET 200 <a href="https://registry.npmjs.org/array-filter/-/array-filter-1.0.0.tgz" rel="nofollow">https://registry.npmjs.org/array-filter/-/array-filter-1.0.0.tgz</a> 547ms<br> 1250 silly pacote range manifest for array-filter@^1.0.0 fetched in 575ms<br> 1251 silly resolveWithNewModule [email protected] checking installable status<br> 1252 silly pacote range manifest for es-abstract@^1.18.0-next.1 fetched in 2ms<br> 1253 silly resolveWithNewModule [email protected] checking installable status<br> 1254 http fetch GET 200 <a href="https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz" rel="nofollow">https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz</a> 1001ms<br> 1255 silly pacote range manifest for uuid@^7.0.3 fetched in 1020ms<br> 1256 silly resolveWithNewModule [email protected] checking installable status<br> 1257 http fetch GET 200 <a href="https://registry.npmjs.org/semver/-/semver-6.1.1.tgz" rel="nofollow">https://registry.npmjs.org/semver/-/semver-6.1.1.tgz</a> 612ms<br> 1258 silly pacote version manifest for [email protected] fetched in 630ms<br> 1259 silly resolveWithNewModule [email protected] checking installable status<br> 1260 http fetch GET 200 <a href="https://registry.npmjs.org/tempy/-/tempy-0.3.0.tgz" rel="nofollow">https://registry.npmjs.org/tempy/-/tempy-0.3.0.tgz</a> 631ms<br> 1261 silly pacote version manifest for [email protected] fetched in 646ms<br> 1262 silly resolveWithNewModule [email protected] checking installable status<br> 1263 http fetch GET 200 <a href="https://registry.npmjs.org/parse-png" rel="nofollow">https://registry.npmjs.org/parse-png</a> 1220ms<br> 1264 http fetch GET 200 <a href="https://registry.npmjs.org/jimp" rel="nofollow">https://registry.npmjs.org/jimp</a> 5468ms<br> 1265 http fetch GET 200 <a href="https://registry.npmjs.org/parse-png/-/parse-png-2.1.0.tgz" rel="nofollow">https://registry.npmjs.org/parse-png/-/parse-png-2.1.0.tgz</a> 4274ms<br> 1266 silly pacote range manifest for parse-png@^2.1.0 fetched in 5511ms<br> 1267 silly resolveWithNewModule [email protected] checking installable status<br> 1268 http fetch GET 200 <a href="https://registry.npmjs.org/jimp/-/jimp-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/jimp/-/jimp-0.12.1.tgz</a> 20033ms<br> 1269 silly pacote version manifest for [email protected] fetched in 25528ms<br> 1270 silly resolveWithNewModule [email protected] checking installable status<br> 1271 silly pacote range manifest for ansi-styles@^4.1.0 fetched in 3ms<br> 1272 silly resolveWithNewModule [email protected] checking installable status<br> 1273 silly pacote range manifest for supports-color@^7.1.0 fetched in 4ms<br> 1274 silly resolveWithNewModule [email protected] checking installable status<br> 1275 silly pacote range manifest for color-convert@^2.0.1 fetched in 2ms<br> 1276 silly resolveWithNewModule [email protected] checking installable status<br> 1277 silly pacote range manifest for color-name@~1.1.4 fetched in 2ms<br> 1278 silly resolveWithNewModule [email protected] checking installable status<br> 1279 silly pacote range manifest for has-flag@^4.0.0 fetched in 1ms<br> 1280 silly resolveWithNewModule [email protected] checking installable status<br> 1281 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fcustom" rel="nofollow">https://registry.npmjs.org/@jimp%2fcustom</a> 5707ms<br> 1282 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/custom/-/custom-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/custom/-/custom-0.12.1.tgz</a> 1358ms<br> 1283 silly pacote range manifest for @jimp/custom@^0.12.1 fetched in 7094ms<br> 1284 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1285 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2ftypes" rel="nofollow">https://registry.npmjs.org/@jimp%2ftypes</a> 8035ms<br> 1286 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/types/-/types-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/types/-/types-0.12.1.tgz</a> 1204ms<br> 1287 silly pacote range manifest for @jimp/types@^0.12.1 fetched in 9267ms<br> 1288 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1289 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugins" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugins</a> 9567ms<br> 1290 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugins/-/plugins-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugins/-/plugins-0.12.1.tgz</a> 1213ms<br> 1291 silly pacote range manifest for @jimp/plugins@^0.12.1 fetched in 10796ms<br> 1292 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1293 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fcore" rel="nofollow">https://registry.npmjs.org/@jimp%2fcore</a> 5305ms<br> 1294 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/core/-/core-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/core/-/core-0.12.1.tgz</a> 2466ms<br> 1295 silly pacote range manifest for @jimp/core@^0.12.1 fetched in 7808ms<br> 1296 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1297 http fetch GET 200 <a href="https://registry.npmjs.org/any-base" rel="nofollow">https://registry.npmjs.org/any-base</a> 608ms<br> 1298 http fetch GET 200 <a href="https://registry.npmjs.org/exif-parser" rel="nofollow">https://registry.npmjs.org/exif-parser</a> 2036ms<br> 1299 http fetch GET 200 <a href="https://registry.npmjs.org/buffer" rel="nofollow">https://registry.npmjs.org/buffer</a> 2574ms<br> 1300 http fetch GET 200 <a href="https://registry.npmjs.org/load-bmfont" rel="nofollow">https://registry.npmjs.org/load-bmfont</a> 3604ms<br> 1301 http fetch GET 200 <a href="https://registry.npmjs.org/tinycolor2" rel="nofollow">https://registry.npmjs.org/tinycolor2</a> 4237ms<br> 1302 http fetch GET 200 <a href="https://registry.npmjs.org/any-base/-/any-base-1.1.0.tgz" rel="nofollow">https://registry.npmjs.org/any-base/-/any-base-1.1.0.tgz</a> 3699ms<br> 1303 silly pacote range manifest for any-base@^1.1.0 fetched in 4329ms<br> 1304 silly resolveWithNewModule [email protected] checking installable status<br> 1305 http fetch GET 200 <a href="https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" rel="nofollow">https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz</a> 1777ms<br> 1306 silly pacote range manifest for buffer@^5.2.0 fetched in 4369ms<br> 1307 silly resolveWithNewModule [email protected] checking installable status<br> 1308 http fetch GET 200 <a href="https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.1.tgz" rel="nofollow">https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.1.tgz</a> 980ms<br> 1309 http fetch GET 200 <a href="https://registry.npmjs.org/file-type" rel="nofollow">https://registry.npmjs.org/file-type</a> 4614ms<br> 1310 silly pacote range manifest for load-bmfont@^1.3.1 fetched in 4630ms<br> 1311 silly resolveWithNewModule [email protected] checking installable status<br> 1312 http fetch GET 200 <a href="https://registry.npmjs.org/phin" rel="nofollow">https://registry.npmjs.org/phin</a> 5269ms<br> 1313 http fetch GET 200 <a href="https://registry.npmjs.org/file-type/-/file-type-9.0.0.tgz" rel="nofollow">https://registry.npmjs.org/file-type/-/file-type-9.0.0.tgz</a> 784ms<br> 1314 silly pacote range manifest for file-type@^9.0.0 fetched in 5430ms<br> 1315 silly resolveWithNewModule [email protected] checking installable status<br> 1316 http fetch GET 200 <a href="https://registry.npmjs.org/pixelmatch" rel="nofollow">https://registry.npmjs.org/pixelmatch</a> 5825ms<br> 1317 http fetch GET 200 <a href="https://registry.npmjs.org/phin/-/phin-2.9.3.tgz" rel="nofollow">https://registry.npmjs.org/phin/-/phin-2.9.3.tgz</a> 721ms<br> 1318 silly pacote range manifest for phin@^2.9.1 fetched in 6022ms<br> 1319 silly resolveWithNewModule [email protected] checking installable status<br> 1320 http fetch GET 200 <a href="https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz" rel="nofollow">https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz</a> 2369ms<br> 1321 silly pacote range manifest for tinycolor2@^1.4.1 fetched in 6632ms<br> 1322 silly resolveWithNewModule [email protected] checking installable status<br> 1323 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2futils" rel="nofollow">https://registry.npmjs.org/@jimp%2futils</a> 6767ms<br> 1324 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/utils/-/utils-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/utils/-/utils-0.12.1.tgz</a> 1256ms<br> 1325 silly pacote range manifest for @jimp/utils@^0.12.1 fetched in 8062ms<br> 1326 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1327 http fetch GET 200 <a href="https://registry.npmjs.org/exif-parser/-/exif-parser-0.1.12.tgz" rel="nofollow">https://registry.npmjs.org/exif-parser/-/exif-parser-0.1.12.tgz</a> 7597ms<br> 1328 silly pacote range manifest for exif-parser@^0.1.12 fetched in 9658ms<br> 1329 silly resolveWithNewModule [email protected] checking installable status<br> 1330 http fetch GET 200 <a href="https://registry.npmjs.org/pixelmatch/-/pixelmatch-4.0.2.tgz" rel="nofollow">https://registry.npmjs.org/pixelmatch/-/pixelmatch-4.0.2.tgz</a> 13974ms<br> 1331 silly pacote range manifest for pixelmatch@^4.0.2 fetched in 19817ms<br> 1332 silly resolveWithNewModule [email protected] checking installable status<br> 1333 http fetch GET 200 <a href="https://registry.npmjs.org/ieee754" rel="nofollow">https://registry.npmjs.org/ieee754</a> 541ms<br> 1334 http fetch GET 200 <a href="https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" rel="nofollow">https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz</a> 438ms<br> 1335 silly pacote range manifest for ieee754@^1.1.13 fetched in 999ms<br> 1336 silly resolveWithNewModule [email protected] checking installable status<br> 1337 http fetch GET 200 <a href="https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" rel="nofollow">https://registry.npmjs.org/mime/-/mime-1.6.0.tgz</a> 50ms (from cache)<br> 1338 silly pacote range manifest for mime@^1.3.4 fetched in 82ms<br> 1339 silly resolveWithNewModule [email protected] checking installable status<br> 1340 http fetch GET 200 <a href="https://registry.npmjs.org/buffer-equal" rel="nofollow">https://registry.npmjs.org/buffer-equal</a> 524ms<br> 1341 http fetch GET 200 <a href="https://registry.npmjs.org/parse-bmfont-ascii" rel="nofollow">https://registry.npmjs.org/parse-bmfont-ascii</a> 539ms<br> 1342 http fetch GET 200 <a href="https://registry.npmjs.org/parse-bmfont-binary" rel="nofollow">https://registry.npmjs.org/parse-bmfont-binary</a> 580ms<br> 1343 http fetch GET 200 <a href="https://registry.npmjs.org/parse-bmfont-xml" rel="nofollow">https://registry.npmjs.org/parse-bmfont-xml</a> 795ms<br> 1344 http fetch GET 200 <a href="https://registry.npmjs.org/xhr" rel="nofollow">https://registry.npmjs.org/xhr</a> 964ms<br> 1345 http fetch GET 200 <a href="https://registry.npmjs.org/xtend" rel="nofollow">https://registry.npmjs.org/xtend</a> 1129ms<br> 1346 http fetch GET 200 <a href="https://registry.npmjs.org/buffer-equal/-/buffer-equal-0.0.1.tgz" rel="nofollow">https://registry.npmjs.org/buffer-equal/-/buffer-equal-0.0.1.tgz</a> 742ms<br> 1347 http fetch GET 200 <a href="https://registry.npmjs.org/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz" rel="nofollow">https://registry.npmjs.org/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz</a> 745ms<br> 1348 silly pacote version manifest for [email protected] fetched in 1288ms<br> 1349 silly resolveWithNewModule [email protected] checking installable status<br> 1350 silly pacote range manifest for parse-bmfont-ascii@^1.0.3 fetched in 1299ms<br> 1351 silly resolveWithNewModule [email protected] checking installable status<br> 1352 http fetch GET 200 <a href="https://registry.npmjs.org/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz" rel="nofollow">https://registry.npmjs.org/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz</a> 725ms<br> 1353 silly pacote range manifest for parse-bmfont-binary@^1.0.5 fetched in 1317ms<br> 1354 silly resolveWithNewModule [email protected] checking installable status<br> 1355 http fetch GET 200 <a href="https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.4.tgz" rel="nofollow">https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.4.tgz</a> 540ms<br> 1356 silly pacote range manifest for parse-bmfont-xml@^1.1.4 fetched in 1348ms<br> 1357 silly resolveWithNewModule [email protected] checking installable status<br> 1358 http fetch GET 200 <a href="https://registry.npmjs.org/xhr/-/xhr-2.6.0.tgz" rel="nofollow">https://registry.npmjs.org/xhr/-/xhr-2.6.0.tgz</a> 506ms<br> 1359 silly pacote range manifest for xhr@^2.0.1 fetched in 1499ms<br> 1360 silly resolveWithNewModule [email protected] checking installable status<br> 1361 http fetch GET 200 <a href="https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" rel="nofollow">https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz</a> 513ms<br> 1362 silly pacote range manifest for xtend@^4.0.0 fetched in 1674ms<br> 1363 silly resolveWithNewModule [email protected] checking installable status<br> 1364 http fetch GET 200 <a href="https://registry.npmjs.org/xml-parse-from-string" rel="nofollow">https://registry.npmjs.org/xml-parse-from-string</a> 547ms<br> 1365 http fetch GET 200 <a href="https://registry.npmjs.org/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz" rel="nofollow">https://registry.npmjs.org/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz</a> 632ms<br> 1366 silly pacote range manifest for xml-parse-from-string@^1.0.0 fetched in 1196ms<br> 1367 silly resolveWithNewModule [email protected] checking installable status<br> 1368 http fetch GET 200 <a href="https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz" rel="nofollow">https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz</a> 1280ms<br> 1369 silly pacote range manifest for xmlbuilder@~11.0.0 fetched in 1309ms<br> 1370 silly resolveWithNewModule [email protected] checking installable status<br> 1371 http fetch GET 200 <a href="https://registry.npmjs.org/global" rel="nofollow">https://registry.npmjs.org/global</a> 547ms<br> 1372 http fetch GET 200 <a href="https://registry.npmjs.org/is-function" rel="nofollow">https://registry.npmjs.org/is-function</a> 553ms<br> 1373 http fetch GET 200 <a href="https://registry.npmjs.org/parse-headers" rel="nofollow">https://registry.npmjs.org/parse-headers</a> 566ms<br> 1374 http fetch GET 200 <a href="https://registry.npmjs.org/global/-/global-4.4.0.tgz" rel="nofollow">https://registry.npmjs.org/global/-/global-4.4.0.tgz</a> 501ms<br> 1375 silly pacote range manifest for global@~4.4.0 fetched in 1077ms<br> 1376 silly resolveWithNewModule [email protected] checking installable status<br> 1377 http fetch GET 200 <a href="https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz" rel="nofollow">https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz</a> 572ms<br> 1378 silly pacote range manifest for is-function@^1.0.1 fetched in 1156ms<br> 1379 silly resolveWithNewModule [email protected] checking installable status<br> 1380 http fetch GET 200 <a href="https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.3.tgz" rel="nofollow">https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.3.tgz</a> 618ms<br> 1381 silly pacote range manifest for parse-headers@^2.0.0 fetched in 1200ms<br> 1382 silly resolveWithNewModule [email protected] checking installable status<br> 1383 http fetch GET 200 <a href="https://registry.npmjs.org/min-document" rel="nofollow">https://registry.npmjs.org/min-document</a> 503ms<br> 1384 http fetch GET 200 <a href="https://registry.npmjs.org/process" rel="nofollow">https://registry.npmjs.org/process</a> 550ms<br> 1385 http fetch GET 200 <a href="https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz" rel="nofollow">https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz</a> 580ms<br> 1386 silly pacote range manifest for min-document@^2.19.0 fetched in 1105ms<br> 1387 silly resolveWithNewModule [email protected] checking installable status<br> 1388 http fetch GET 200 <a href="https://registry.npmjs.org/process/-/process-0.11.10.tgz" rel="nofollow">https://registry.npmjs.org/process/-/process-0.11.10.tgz</a> 649ms<br> 1389 silly pacote range manifest for process@^0.11.10 fetched in 1220ms<br> 1390 silly resolveWithNewModule [email protected] checking installable status<br> 1391 http fetch GET 200 <a href="https://registry.npmjs.org/dom-walk" rel="nofollow">https://registry.npmjs.org/dom-walk</a> 835ms<br> 1392 http fetch GET 200 <a href="https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz" rel="nofollow">https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz</a> 762ms<br> 1393 silly pacote range manifest for dom-walk@^0.1.0 fetched in 1618ms<br> 1394 silly resolveWithNewModule [email protected] checking installable status<br> 1395 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-contain" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-contain</a> 12646ms<br> 1396 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-fisheye" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-fisheye</a> 13414ms<br> 1397 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-crop" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-crop</a> 13683ms<br> 1398 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-contain/-/plugin-contain-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-contain/-/plugin-contain-0.12.1.tgz</a> 1176ms<br> 1399 silly pacote range manifest for @jimp/plugin-contain@^0.12.1 fetched in 13864ms<br> 1400 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1401 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-color" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-color</a> 13903ms<br> 1402 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-dither" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-dither</a> 14287ms<br> 1403 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-fisheye/-/plugin-fisheye-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-fisheye/-/plugin-fisheye-0.12.1.tgz</a> 1064ms<br> 1404 silly pacote range manifest for @jimp/plugin-fisheye@^0.12.1 fetched in 14518ms<br> 1405 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1406 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-dither/-/plugin-dither-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-dither/-/plugin-dither-0.12.1.tgz</a> 2274ms<br> 1407 silly pacote range manifest for @jimp/plugin-dither@^0.12.1 fetched in 16585ms<br> 1408 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1409 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-0.12.1.tgz</a> 4305ms<br> 1410 silly pacote range manifest for @jimp/plugin-crop@^0.12.1 fetched in 18002ms<br> 1411 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1412 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-flip" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-flip</a> 4732ms<br> 1413 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-flip/-/plugin-flip-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-flip/-/plugin-flip-0.12.1.tgz</a> 1261ms<br> 1414 silly pacote range manifest for @jimp/plugin-flip@^0.12.1 fetched in 6009ms<br> 1415 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1416 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-gaussian" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-gaussian</a> 5447ms<br> 1417 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-invert" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-invert</a> 4061ms<br> 1418 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-gaussian/-/plugin-gaussian-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-gaussian/-/plugin-gaussian-0.12.1.tgz</a> 722ms<br> 1419 silly pacote range manifest for @jimp/plugin-gaussian@^0.12.1 fetched in 6182ms<br> 1420 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1421 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-0.12.1.tgz</a> 7709ms<br> 1422 silly pacote range manifest for @jimp/plugin-color@^0.12.1 fetched in 21634ms<br> 1423 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1424 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-invert/-/plugin-invert-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-invert/-/plugin-invert-0.12.1.tgz</a> 1389ms<br> 1425 silly pacote range manifest for @jimp/plugin-invert@^0.12.1 fetched in 5469ms<br> 1426 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1427 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-mask" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-mask</a> 4410ms<br> 1428 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-mask/-/plugin-mask-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-mask/-/plugin-mask-0.12.1.tgz</a> 1348ms<br> 1429 silly pacote range manifest for @jimp/plugin-mask@^0.12.1 fetched in 5777ms<br> 1430 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1431 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-normalize" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-normalize</a> 4950ms<br> 1432 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-resize" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-resize</a> 3893ms<br> 1433 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-normalize/-/plugin-normalize-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-normalize/-/plugin-normalize-0.12.1.tgz</a> 1089ms<br> 1434 silly pacote range manifest for @jimp/plugin-normalize@^0.12.1 fetched in 6071ms<br> 1435 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1436 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-print" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-print</a> 5303ms<br> 1437 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-rotate" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-rotate</a> 7300ms<br> 1438 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-0.12.1.tgz</a> 4339ms<br> 1439 silly pacote range manifest for @jimp/plugin-resize@^0.12.1 fetched in 8258ms<br> 1440 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1441 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-scale" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-scale</a> 6197ms<br> 1442 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-0.12.1.tgz</a> 1834ms<br> 1443 silly pacote range manifest for @jimp/plugin-rotate@^0.12.1 fetched in 9157ms<br> 1444 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1445 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-scale/-/plugin-scale-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-scale/-/plugin-scale-0.12.1.tgz</a> 1509ms<br> 1446 silly pacote range manifest for @jimp/plugin-scale@^0.12.1 fetched in 7726ms<br> 1447 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1448 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-shadow" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-shadow</a> 5667ms<br> 1449 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-displace" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-displace</a> 32002ms 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> 1450 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-shadow/-/plugin-shadow-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-shadow/-/plugin-shadow-0.12.1.tgz</a> 1497ms<br> 1451 silly pacote range manifest for @jimp/plugin-shadow@^0.12.1 fetched in 7196ms<br> 1452 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1453 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-0.12.1.tgz</a> 1239ms<br> 1454 http fetch GET 200 <a href="https://registry.npmjs.org/timm" rel="nofollow">https://registry.npmjs.org/timm</a> 2044ms<br> 1455 silly pacote range manifest for @jimp/plugin-displace@^0.12.1 fetched in 33267ms<br> 1456 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1457 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-cover" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-cover</a> 34195ms 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> 1458 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp%2fplugin-threshold" rel="nofollow">https://registry.npmjs.org/@jimp%2fplugin-threshold</a> 4389ms<br> 1459 http fetch GET 200 <a href="https://registry.npmjs.org/timm/-/timm-1.7.1.tgz" rel="nofollow">https://registry.npmjs.org/timm/-/timm-1.7.1.tgz</a> 1451ms<br> 1460 silly pacote range manifest for timm@^1.6.1 fetched in 3517ms<br> 1461 silly resolveWithNewModule [email protected] checking installable status<br> 1462 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-cover/-/plugin-cover-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-cover/-/plugin-cover-0.12.1.tgz</a> 1137ms<br> 1463 silly pacote range manifest for @jimp/plugin-cover@^0.12.1 fetched in 35354ms<br> 1464 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1465 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-0.12.1.tgz</a> 9989ms<br> 1466 silly pacote range manifest for @jimp/plugin-print@^0.12.1 fetched in 15308ms<br> 1467 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1468 http fetch GET 200 <a href="https://registry.npmjs.org/@jimp/plugin-threshold/-/plugin-threshold-0.12.1.tgz" rel="nofollow">https://registry.npmjs.org/@jimp/plugin-threshold/-/plugin-threshold-0.12.1.tgz</a> 9002ms<br> 1469 silly pacote range manifest for @jimp/plugin-threshold@^0.12.1 fetched in 13417ms<br> 1470 silly resolveWithNewModule @jimp/[email protected] checking installable status<br> 1471 timing npm Completed in 407025ms<br> 1472 error cb() never called!<br> 1473 error This is an error with npm itself. Please report this error at:<br> 1474 error <a href="https://npm.community" rel="nofollow">https://npm.community</a></p>
<p dir="auto">Note: I am not sure if this may be a duplicate, as there a some hundred issues around dependencies and I am not sure about keywords to narrow down the issue I ran into.</p> <h3 dir="auto">Current Behavior:</h3> <p dir="auto">When I ran <code class="notranslate">npm update</code> in a project, a dependency (<code class="notranslate">recharts</code>, see below) <del>that introduced the v7 lockfile format</del> <strong>edit: should be no issue as per <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="855328904" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/3062" data-hovercard-type="issue" data-hovercard-url="/npm/cli/issues/3062/hovercard?comment_id=817322305&amp;comment_type=issue_comment" href="https://github.com/npm/cli/issues/3062#issuecomment-817322305">#3062 (comment)</a></strong> did not get (at least) one of its transitive dependencies pulled in. See also the issue filed against upstream: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="855326017" data-permission-text="Title is private" data-url="https://github.com/recharts/recharts/issues/2525" data-hovercard-type="issue" data-hovercard-url="/recharts/recharts/issues/2525/hovercard" href="https://github.com/recharts/recharts/issues/2525">recharts/recharts#2525</a></p> <p dir="auto">Here is the <code class="notranslate">package-lock.json</code> of <em>our</em> project:<br> <a href="https://github.com/orangecms/pslab-desktop/blob/recharts-npm7-breakage/package-lock.json">https://github.com/orangecms/pslab-desktop/blob/recharts-npm7-breakage/package-lock.json</a></p> <p dir="auto">It <em>should</em> include the dependency <code class="notranslate">math-expression-evaluator</code>, which is a transitive dependency coming from <code class="notranslate">reduce-css-calc</code>; see <a href="https://github.com/recharts/recharts/blob/e90a4e1d04cafe130c96316ac381abd0fa8c86d2/package.json#L68">https://github.com/recharts/recharts/blob/e90a4e1d04cafe130c96316ac381abd0fa8c86d2/package.json#L68</a></p> <p dir="auto">Aside, probably unrelated/irrelevant as per <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="855328904" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/3062" data-hovercard-type="issue" data-hovercard-url="/npm/cli/issues/3062/hovercard?comment_id=817322305&amp;comment_type=issue_comment" href="https://github.com/npm/cli/issues/3062#issuecomment-817322305">#3062 (comment)</a>:<br> Our dependency <code class="notranslate">recharts</code> switched to v7 just before this patch version release that I got in:<br> <a href="https://github.com/recharts/recharts/blame/e90a4e1d04cafe130c96316ac381abd0fa8c86d2/package-lock.json">https://github.com/recharts/recharts/blame/e90a4e1d04cafe130c96316ac381abd0fa8c86d2/package-lock.json</a></p> <p dir="auto">Additional note: I had to run <code class="notranslate">npm update --legacy-peer-deps</code> because of a specific depency:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/electron npm ERR! dev electron@&quot;^12.0.2&quot; from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer electron@&quot;^9.0.0&quot; from [email protected] npm ERR! node_modules/electron-load-balancer npm ERR! electron-load-balancer@&quot;^3.0.0&quot; from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution."><pre class="notranslate"><code class="notranslate">npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/electron npm ERR! dev electron@"^12.0.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer electron@"^9.0.0" from [email protected] npm ERR! node_modules/electron-load-balancer npm ERR! electron-load-balancer@"^3.0.0" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. </code></pre></div> <p dir="auto">I cannot tell if this is related.</p> <h3 dir="auto">Expected Behavior:</h3> <p dir="auto">Dependencies should be fully resolved.</p> <h3 dir="auto">Steps To Reproduce:</h3> <p dir="auto">Checkout <a href="https://github.com/orangecms/pslab-desktop/blob/recharts-npm7-breakage">https://github.com/orangecms/pslab-desktop/blob/recharts-npm7-breakage</a>, go back one commit, and run <code class="notranslate">npm update</code>.</p> <h3 dir="auto">Environment:</h3> <ul dir="auto"> <li>OS: Linux 5.11.11</li> <li>Node: 15.13.0</li> <li>npm: 7.8.0</li> </ul>
0
<p dir="auto">To track the issue, even though @rvraghav93 said he'll work on it ;)</p> <p dir="auto">Nested cross-validation was possible before, but not when providing a custom cv object and either stratification or the number of samples not being divisible by the number of folds.<br> Maybe StratifiedShuffleSplit would be a good example.</p>
<p dir="auto">We recently merged a change to cross-validation generators that allows, e.g. KFold to be performed within the training of an outer KFold operation. This should be illustrated with an example. Be creative!</p>
1
<p dir="auto">In <code class="notranslate">requests/requests-kerberos</code> we use GSSAPI to not only authenticate to the server, but also authenticate the server as well. It's called mutual authentication. The way that <code class="notranslate">Session.send</code> resolves redirects doesn't allow us to authenticate the redirects.</p> <p dir="auto">This is a problem because if a user sends a request to <code class="notranslate">host_a</code> which redirects us to <code class="notranslate">host_b</code> and we authenticate <code class="notranslate">host_b</code> successfully, that really doesn't mean anything to the user if he can't actually trust that the process which issued the redirect was actually <code class="notranslate">host_a</code>.</p> <p dir="auto">This means that if we want to require mutual authentication, we cannot follow redirects at all, even if the servers are capable of authenticating their redirects.</p> <p dir="auto">Would it be possible to either:</p> <ol dir="auto"> <li>Dispatch the <code class="notranslate">response</code> hook on redirects</li> <li>Create a new kind of hook which authentication mechanisms can install specifically for handling redirects?</li> </ol> <p dir="auto">I see problems with option 1. If we'd be amenable to option 2, I'll work on a pull request for it. Unless someone says otherwise I'd call the hook <code class="notranslate">redirect</code>.</p>
<p dir="auto">The last release of requests was from June 29.</p> <p dir="auto">Since then charset-normalizer 3.x has been released, which the release is incompatible with. This was already fixed in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1416344534" data-permission-text="Title is private" data-url="https://github.com/psf/requests/issues/6261" data-hovercard-type="pull_request" data-hovercard-url="/psf/requests/pull/6261/hovercard" href="https://github.com/psf/requests/pull/6261">#6261</a>, but is unreleased.</p> <p dir="auto">Clearly this affects many people, as this issue has been re-reported <strong>so</strong> many times:</p> <ul dir="auto"> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1423303078" data-permission-text="Title is private" data-url="https://github.com/psf/requests/issues/6268" data-hovercard-type="issue" data-hovercard-url="/psf/requests/issues/6268/hovercard" href="https://github.com/psf/requests/issues/6268">#6268</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1425605764" data-permission-text="Title is private" data-url="https://github.com/psf/requests/issues/6272" data-hovercard-type="issue" data-hovercard-url="/psf/requests/issues/6272/hovercard" href="https://github.com/psf/requests/issues/6272">#6272</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1467868113" data-permission-text="Title is private" data-url="https://github.com/psf/requests/issues/6298" data-hovercard-type="issue" data-hovercard-url="/psf/requests/issues/6298/hovercard" href="https://github.com/psf/requests/issues/6298">#6298</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1455004967" data-permission-text="Title is private" data-url="https://github.com/psf/requests/issues/6288" data-hovercard-type="issue" data-hovercard-url="/psf/requests/issues/6288/hovercard" href="https://github.com/psf/requests/issues/6288">#6288</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1493511210" data-permission-text="Title is private" data-url="https://github.com/psf/requests/issues/6305" data-hovercard-type="issue" data-hovercard-url="/psf/requests/issues/6305/hovercard" href="https://github.com/psf/requests/issues/6305">#6305</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1442281749" data-permission-text="Title is private" data-url="https://github.com/psf/requests/issues/6281" data-hovercard-type="issue" data-hovercard-url="/psf/requests/issues/6281/hovercard" href="https://github.com/psf/requests/issues/6281">#6281</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1430345158" data-permission-text="Title is private" data-url="https://github.com/psf/requests/issues/6273" data-hovercard-type="issue" data-hovercard-url="/psf/requests/issues/6273/hovercard" href="https://github.com/psf/requests/issues/6273">#6273</a></li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1425605764" data-permission-text="Title is private" data-url="https://github.com/psf/requests/issues/6272" data-hovercard-type="issue" data-hovercard-url="/psf/requests/issues/6272/hovercard" href="https://github.com/psf/requests/issues/6272">#6272</a></li> </ul> <p dir="auto">If even just to stop people from wasting their time re-reporting this, please make a release.</p>
0
<p dir="auto">Dear <code class="notranslate">Material-UI</code> Community!</p> <p dir="auto">Big apology if this has been already addressed or discussed earlier, but I couldn't find any related thread on this so opening this ticket for your kind advise.</p> <p dir="auto">[X] 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.</p> <p dir="auto">Attempting to use any material component from <code class="notranslate">1.0.0 beta</code> package, such as buttons or text field with animation and ripple behavior, breaks <code class="notranslate">webpack 3</code> builds with the following error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ERROR in ../node_modules/material-ui-next/ButtonBase/Ripple.js Module not found: Error: Can't resolve 'react-transition-group/Transition' in '../node_modules/material-ui-next/ButtonBase'"><pre class="notranslate"><code class="notranslate">ERROR in ../node_modules/material-ui-next/ButtonBase/Ripple.js Module not found: Error: Can't resolve 'react-transition-group/Transition' in '../node_modules/material-ui-next/ButtonBase' </code></pre></div> <p dir="auto">In order to get around with this issue, I completely removed my npm global cache, removed node_modules folder and cleared npm cache, and re-installed everything. Unfortunately none helped fixing the aforementioned issue.</p> <h2 dir="auto">My Environment</h2> <p dir="auto">I am using <code class="notranslate">React 16.0</code> and do NOT have <code class="notranslate">react-transition-group</code> as a dependency. Thus, I assume it comes as a dependency for <code class="notranslate">material-ui-next</code>. I am currently using both <code class="notranslate">0.19.4</code> and <code class="notranslate">1.0.0 beta</code> at the same time.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" &quot;engines&quot;: { &quot;node&quot;: &quot;6.11.2&quot;, &quot;npm&quot;: &quot;4.0.5&quot; }, &quot;dependencies&quot;: { &quot;aphrodite&quot;: &quot;^1.2.4&quot;, &quot;axios&quot;: &quot;^0.16.0&quot;, &quot;babel-cli&quot;: &quot;^6.26.0&quot;, &quot;babel-core&quot;: &quot;^6.26.0&quot;, &quot;babel-loader&quot;: &quot;^7.1.2&quot;, &quot;babel-plugin-react-transform&quot;: &quot;^2.0.2&quot;, &quot;babel-plugin-transform-decorators-legacy&quot;: &quot;^1.3.4&quot;, &quot;babel-plugin-transform-flow-strip-types&quot;: &quot;^6.18.0&quot;, &quot;babel-plugin-transform-react-constant-elements&quot;: &quot;^6.23.0&quot;, &quot;babel-plugin-transform-react-inline-elements&quot;: &quot;^6.22.0&quot;, &quot;babel-plugin-transform-react-remove-prop-types&quot;: &quot;^0.3.3&quot;, &quot;babel-preset-env&quot;: &quot;^1.6.1&quot;, &quot;babel-preset-react&quot;: &quot;^6.24.1&quot;, &quot;babel-preset-react-hmre&quot;: &quot;^1.1.1&quot;, &quot;babel-preset-stage-0&quot;: &quot;^6.24.1&quot;, &quot;bcrypt-nodejs&quot;: &quot;0.0.3&quot;, &quot;bluebird&quot;: &quot;^3.5.1&quot;, &quot;body-parser&quot;: &quot;^1.18.2&quot;, &quot;class-autobind&quot;: &quot;^0.1.4&quot;, &quot;classnames&quot;: &quot;^2.2.3&quot;, &quot;connect-mongo&quot;: &quot;^1.3.2&quot;, &quot;cookie-parser&quot;: &quot;^1.4.3&quot;, &quot;create-react-class&quot;: &quot;^15.6.2&quot;, &quot;cross-env&quot;: &quot;^4.0.0&quot;, &quot;css-loader&quot;: &quot;^0.28.7&quot;, &quot;d3&quot;: &quot;^4.11.0&quot;, &quot;draft-js&quot;: &quot;^0.10.3&quot;, &quot;draft-js-emoji-plugin&quot;: &quot;^2.0.0-rc9&quot;, &quot;draft-js-export-html&quot;: &quot;^1.2.0&quot;, &quot;draft-js-export-markdown&quot;: &quot;^1.2.0&quot;, &quot;draft-js-import-html&quot;: &quot;^1.2.1&quot;, &quot;draft-js-import-markdown&quot;: &quot;^1.2.1&quot;, &quot;draft-js-plugins-editor&quot;: &quot;^2.0.0-rc8&quot;, &quot;draft-js-utils&quot;: &quot;^1.2.0&quot;, &quot;element-resize-detector&quot;: &quot;^1.1.12&quot;, &quot;es6-promise&quot;: &quot;^4.1.0&quot;, &quot;express&quot;: &quot;^4.16.1&quot;, &quot;express-session&quot;: &quot;^1.15.6&quot;, &quot;express-socket.io-session&quot;: &quot;^1.3.1&quot;, &quot;extract-text-webpack-plugin&quot;: &quot;^3.0.2&quot;, &quot;file-loader&quot;: &quot;^0.11.1&quot;, &quot;fs&quot;: &quot;0.0.2&quot;, &quot;global&quot;: &quot;^4.3.2&quot;, &quot;i18next&quot;: &quot;^3.5.2&quot;, &quot;immutable&quot;: &quot;^3.8.2&quot;, &quot;inline-environment-variables-webpack-plugin&quot;: &quot;^1.2.1&quot;, &quot;interact.js&quot;: &quot;^1.2.6&quot;, &quot;isomorphic-fetch&quot;: &quot;^2.2.1&quot;, &quot;js-file-download&quot;: &quot;^0.4.1&quot;, &quot;js-tree&quot;: &quot;^1.1.0&quot;, &quot;json-loader&quot;: &quot;^0.5.4&quot;, &quot;katex&quot;: &quot;^0.6.0&quot;, &quot;linkifyjs&quot;: &quot;^2.1.5&quot;, &quot;lodash&quot;: &quot;^4.17.2&quot;, &quot;material-ui&quot;: &quot;^0.19.4&quot;, &quot;material-ui-icons&quot;: &quot;^1.0.0-beta.17&quot;, &quot;material-ui-next&quot;: &quot;^1.0.0-beta.20&quot;, &quot;mathjs&quot;: &quot;^3.16.4&quot;, &quot;method-override&quot;: &quot;^2.3.10&quot;, &quot;mkdirp&quot;: &quot;^0.5.1&quot;, &quot;moment&quot;: &quot;^2.17.0&quot;, &quot;mongoose&quot;: &quot;^4.12.1&quot;, &quot;multer&quot;: &quot;^1.1.0&quot;, &quot;object-assign&quot;: &quot;^4.1.0&quot;, &quot;papaparse&quot;: &quot;^4.3.6&quot;, &quot;parse-katex&quot;: &quot;^0.3.0&quot;, &quot;passport&quot;: &quot;^0.3.2&quot;, &quot;passport-local&quot;: &quot;^1.0.0&quot;, &quot;passport.socketio&quot;: &quot;^3.7.0&quot;, &quot;postcss-cssnext&quot;: &quot;^2.10.0&quot;, &quot;postcss-import&quot;: &quot;^9.0.0&quot;, &quot;postcss-loader&quot;: &quot;^1.3.3&quot;, &quot;postcss-reporter&quot;: &quot;^3.0.0&quot;, &quot;postcss-simple-vars&quot;: &quot;^3.0.0&quot;, &quot;prop-types&quot;: &quot;^15.6.0&quot;, &quot;radium&quot;: &quot;^0.19.6&quot;, &quot;ramda&quot;: &quot;^0.25.0&quot;, &quot;react&quot;: &quot;^16.2.0&quot;, &quot;react-addons-update&quot;: &quot;^15.6.2&quot;, &quot;react-audio-player&quot;: &quot;^0.6.2&quot;, &quot;react-bootstrap&quot;: &quot;^0.31.5&quot;, &quot;react-bootstrap-table&quot;: &quot;^4.0.0&quot;, &quot;react-burger-menu&quot;: &quot;^2.1.8&quot;, &quot;react-color&quot;: &quot;^2.13.8&quot;, &quot;react-data-grid&quot;: &quot;^2.0.60&quot;, &quot;react-datetime&quot;: &quot;^2.10.3&quot;, &quot;react-dom&quot;: &quot;^16.2.0&quot;, &quot;react-dropzone&quot;: &quot;^3.13.4&quot;, &quot;react-emoji&quot;: &quot;^0.4.4&quot;, &quot;react-helmet&quot;: &quot;^5.2.0&quot;, &quot;react-i18next&quot;: &quot;^6.1.0&quot;, &quot;react-icons&quot;: &quot;^2.2.7&quot;, &quot;react-loader&quot;: &quot;^2.4.0&quot;, &quot;react-mixin&quot;: &quot;^2.0.2&quot;, &quot;react-pure-render&quot;: &quot;^1.0.2&quot;, &quot;react-redux&quot;: &quot;^5.0.6&quot;, &quot;react-router&quot;: &quot;^3.2.0&quot;, &quot;react-router-bootstrap&quot;: &quot;^0.23.1&quot;, &quot;react-router-redux&quot;: &quot;^4.0.7&quot;, &quot;react-select&quot;: &quot;^1.0.0-rc.10&quot;, &quot;react-sortable-hoc&quot;: &quot;0.6.8&quot;, &quot;react-stickydiv&quot;: &quot;^3.4.20&quot;, &quot;react-transform-hmr&quot;: &quot;^1.0.4&quot;, &quot;redux&quot;: &quot;^3.6.0&quot;, &quot;redux-burger-menu&quot;: &quot;^0.2.2&quot;, &quot;redux-logger&quot;: &quot;^2.7.4&quot;, &quot;redux-thunk&quot;: &quot;^2.0.1&quot;, &quot;rimraf&quot;: &quot;^2.6.2&quot;, &quot;serve-favicon&quot;: &quot;^2.4.5&quot;, &quot;socket.io&quot;: &quot;^1.6.0&quot;, &quot;socket.io-client&quot;: &quot;^1.6.0&quot;, &quot;style-loader&quot;: &quot;^0.17.0&quot;, &quot;unique-filename&quot;: &quot;^1.1.0&quot;, &quot;url-loader&quot;: &quot;^0.5.8&quot;, &quot;uuid&quot;: &quot;^3.1.0&quot;, &quot;webpack&quot;: &quot;^3.8.1&quot;, &quot;webpack-dev-middleware&quot;: &quot;^1.12.0&quot;, &quot;webpack-hot-middleware&quot;: &quot;^2.19.1&quot;, &quot;webpack-manifest-plugin&quot;: &quot;^1.3.2&quot;, &quot;winston&quot;: &quot;^2.4.0&quot;, &quot;xml2js&quot;: &quot;^0.4.19&quot; }"><pre class="notranslate"><code class="notranslate"> "engines": { "node": "6.11.2", "npm": "4.0.5" }, "dependencies": { "aphrodite": "^1.2.4", "axios": "^0.16.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-react-transform": "^2.0.2", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-flow-strip-types": "^6.18.0", "babel-plugin-transform-react-constant-elements": "^6.23.0", "babel-plugin-transform-react-inline-elements": "^6.22.0", "babel-plugin-transform-react-remove-prop-types": "^0.3.3", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-preset-react-hmre": "^1.1.1", "babel-preset-stage-0": "^6.24.1", "bcrypt-nodejs": "0.0.3", "bluebird": "^3.5.1", "body-parser": "^1.18.2", "class-autobind": "^0.1.4", "classnames": "^2.2.3", "connect-mongo": "^1.3.2", "cookie-parser": "^1.4.3", "create-react-class": "^15.6.2", "cross-env": "^4.0.0", "css-loader": "^0.28.7", "d3": "^4.11.0", "draft-js": "^0.10.3", "draft-js-emoji-plugin": "^2.0.0-rc9", "draft-js-export-html": "^1.2.0", "draft-js-export-markdown": "^1.2.0", "draft-js-import-html": "^1.2.1", "draft-js-import-markdown": "^1.2.1", "draft-js-plugins-editor": "^2.0.0-rc8", "draft-js-utils": "^1.2.0", "element-resize-detector": "^1.1.12", "es6-promise": "^4.1.0", "express": "^4.16.1", "express-session": "^1.15.6", "express-socket.io-session": "^1.3.1", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^0.11.1", "fs": "0.0.2", "global": "^4.3.2", "i18next": "^3.5.2", "immutable": "^3.8.2", "inline-environment-variables-webpack-plugin": "^1.2.1", "interact.js": "^1.2.6", "isomorphic-fetch": "^2.2.1", "js-file-download": "^0.4.1", "js-tree": "^1.1.0", "json-loader": "^0.5.4", "katex": "^0.6.0", "linkifyjs": "^2.1.5", "lodash": "^4.17.2", "material-ui": "^0.19.4", "material-ui-icons": "^1.0.0-beta.17", "material-ui-next": "^1.0.0-beta.20", "mathjs": "^3.16.4", "method-override": "^2.3.10", "mkdirp": "^0.5.1", "moment": "^2.17.0", "mongoose": "^4.12.1", "multer": "^1.1.0", "object-assign": "^4.1.0", "papaparse": "^4.3.6", "parse-katex": "^0.3.0", "passport": "^0.3.2", "passport-local": "^1.0.0", "passport.socketio": "^3.7.0", "postcss-cssnext": "^2.10.0", "postcss-import": "^9.0.0", "postcss-loader": "^1.3.3", "postcss-reporter": "^3.0.0", "postcss-simple-vars": "^3.0.0", "prop-types": "^15.6.0", "radium": "^0.19.6", "ramda": "^0.25.0", "react": "^16.2.0", "react-addons-update": "^15.6.2", "react-audio-player": "^0.6.2", "react-bootstrap": "^0.31.5", "react-bootstrap-table": "^4.0.0", "react-burger-menu": "^2.1.8", "react-color": "^2.13.8", "react-data-grid": "^2.0.60", "react-datetime": "^2.10.3", "react-dom": "^16.2.0", "react-dropzone": "^3.13.4", "react-emoji": "^0.4.4", "react-helmet": "^5.2.0", "react-i18next": "^6.1.0", "react-icons": "^2.2.7", "react-loader": "^2.4.0", "react-mixin": "^2.0.2", "react-pure-render": "^1.0.2", "react-redux": "^5.0.6", "react-router": "^3.2.0", "react-router-bootstrap": "^0.23.1", "react-router-redux": "^4.0.7", "react-select": "^1.0.0-rc.10", "react-sortable-hoc": "0.6.8", "react-stickydiv": "^3.4.20", "react-transform-hmr": "^1.0.4", "redux": "^3.6.0", "redux-burger-menu": "^0.2.2", "redux-logger": "^2.7.4", "redux-thunk": "^2.0.1", "rimraf": "^2.6.2", "serve-favicon": "^2.4.5", "socket.io": "^1.6.0", "socket.io-client": "^1.6.0", "style-loader": "^0.17.0", "unique-filename": "^1.1.0", "url-loader": "^0.5.8", "uuid": "^3.1.0", "webpack": "^3.8.1", "webpack-dev-middleware": "^1.12.0", "webpack-hot-middleware": "^2.19.1", "webpack-manifest-plugin": "^1.3.2", "winston": "^2.4.0", "xml2js": "^0.4.19" } </code></pre></div> <table role="table"> <thead> <tr> <th>Tech</th> <th>Version</th> </tr> </thead> <tbody> <tr> <td>Material-UI</td> <td>1.0.0 beta</td> </tr> <tr> <td>React</td> <td>16.0</td> </tr> <tr> <td>browser</td> <td>Chrome latest version</td> </tr> </tbody> </table>
<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"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/357702/35783895-96d7b3ec-0a07-11e8-80a5-5b6464e39344.png"><img src="https://user-images.githubusercontent.com/357702/35783895-96d7b3ec-0a07-11e8-80a5-5b6464e39344.png" alt="image" style="max-width: 100%;"></a></p> <p dir="auto"><a href="https://material.io/guidelines/components/selection-controls.html#selection-controls-switch" rel="nofollow">https://material.io/guidelines/components/selection-controls.html#selection-controls-switch</a></p> <p dir="auto">MCW for comparison is somewhere in-between:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/357702/35800035-9521a442-0a5f-11e8-91be-fcfb9d02027f.png"><img width="140" alt="image" src="https://user-images.githubusercontent.com/357702/35800035-9521a442-0a5f-11e8-91be-fcfb9d02027f.png" style="max-width: 100%;"></a></p> <p dir="auto"><a href="https://material-components-web.appspot.com/switch.html" rel="nofollow">https://material-components-web.appspot.com/switch.html</a></p> <h2 dir="auto">Current Behavior</h2> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/357702/35783897-a6fd808a-0a07-11e8-893e-5de8a0be233c.png"><img src="https://user-images.githubusercontent.com/357702/35783897-a6fd808a-0a07-11e8-893e-5de8a0be233c.png" alt="image" style="max-width: 100%;"></a></p> <h2 dir="auto">Steps to Reproduce (for bugs)</h2> <p dir="auto"><a href="https://material-ui.com/demos/selection-controls/#switches" rel="nofollow">https://material-ui.com/demos/selection-controls/#switches</a></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>v1.0.0-beta.32</td> </tr> </tbody> </table>
0
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong><br> <code class="notranslate">matplotlib.pyplot</code> isn't friendly to remotely run commands with no X server:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [1]: import matplotlib.pyplot In [2]: QXcbConnection: Could not connect to display Aborted"><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">matplotlib</span>.<span class="pl-s1">pyplot</span> <span class="pl-v">In</span> [<span class="pl-c1">2</span>]: <span class="pl-v">QXcbConnection</span>: <span class="pl-v">Could</span> <span class="pl-c1">not</span> <span class="pl-s1">connect</span> <span class="pl-s1">to</span> <span class="pl-s1">display</span> <span class="pl-v">Aborted</span></pre></div> <p dir="auto">However, selecting the backend before hand fixes the problem:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [1]: import matplotlib In [2]: matplotlib.use(&quot;Agg&quot;) In [3]: import matplotlib.pyplot"><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">matplotlib</span> <span class="pl-v">In</span> [<span class="pl-c1">2</span>]: <span class="pl-s1">matplotlib</span>.<span class="pl-en">use</span>(<span class="pl-s">"Agg"</span>) <span class="pl-v">In</span> [<span class="pl-c1">3</span>]: <span class="pl-s1">import</span> <span class="pl-s1">matplotlib</span>.<span class="pl-s1">pyplot</span></pre></div> <p dir="auto">I am not very familiar, but could there be some check of the display module before importing? My problem is I obtain this error when running on a remote server with no X11 forwarding and importing a library that by default imports <code class="notranslate">maplotlib.pyplot</code>. (The library is <a href="http://www.github.com/soft-matter/pims"><code class="notranslate">pims</code></a> )</p> <p dir="auto"><strong>Matplotlib version</strong></p> <ul dir="auto"> <li>Operating System: Linux (Debian)</li> <li>Matplotlib Version: 1.5.3</li> <li>Python Version: 3.5.3</li> <li>IPython Version : 5.1.0</li> </ul> <p dir="auto">I installed matplotlib via pip.</p>
<p dir="auto">This is reproducible on any headless environment using matplotlib 1.5.1. On my system, the following script:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from matplotlib import pyplot as plt plt.plot([1, 2], [1, 2])"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">matplotlib</span> <span class="pl-k">import</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">1</span>, <span class="pl-c1">2</span>], [<span class="pl-c1">1</span>, <span class="pl-c1">2</span>])</pre></div> <p dir="auto">Will produce the following traceback:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="--------------------------------------------------------------------------- TclError Traceback (most recent call last) &lt;ipython-input-2-8dd816f9ddc7&gt; in &lt;module&gt;() ----&gt; 1 plt.plot([1, 2], [1, 2]) /home/goldbaum/.virtualenvs/yt-dev/local/lib/python2.7/site-packages/matplotlib/pyplot.pyc in plot(*args, **kwargs) 3145 @_autogen_docstring(Axes.plot) 3146 def plot(*args, **kwargs): -&gt; 3147 ax = gca() 3148 # allow callers to override the hold state by passing hold=True|False 3149 washold = ax.ishold() /home/goldbaum/.virtualenvs/yt-dev/local/lib/python2.7/site-packages/matplotlib/pyplot.pyc in gca(**kwargs) 926 matplotlib.figure.Figure.gca : The figure's gca method. 927 &quot;&quot;&quot; --&gt; 928 return gcf().gca(**kwargs) 929 930 # More ways of creating axes: /home/goldbaum/.virtualenvs/yt-dev/local/lib/python2.7/site-packages/matplotlib/pyplot.pyc in gcf() 576 return figManager.canvas.figure 577 else: --&gt; 578 return figure() 579 580 /home/goldbaum/.virtualenvs/yt-dev/local/lib/python2.7/site-packages/matplotlib/pyplot.pyc in figure(num, figsize, dpi, facecolor, edgecolor, frameon, FigureClass, **kwargs) 525 frameon=frameon, 526 FigureClass=FigureClass, --&gt; 527 **kwargs) 528 529 if figLabel: /home/goldbaum/.virtualenvs/yt-dev/local/lib/python2.7/site-packages/matplotlib/backends/backend_tkagg.pyc in new_figure_manager(num, *args, **kwargs) 82 FigureClass = kwargs.pop('FigureClass', Figure) 83 figure = FigureClass(*args, **kwargs) ---&gt; 84 return new_figure_manager_given_figure(num, figure) 85 86 /home/goldbaum/.virtualenvs/yt-dev/local/lib/python2.7/site-packages/matplotlib/backends/backend_tkagg.pyc in new_figure_manager_given_figure(num, figure) 90 &quot;&quot;&quot; 91 _focus = windowing.FocusManager() ---&gt; 92 window = Tk.Tk() 93 window.withdraw() 94 /usr/lib/python2.7/lib-tk/Tkinter.pyc in __init__(self, screenName, baseName, className, useTk, sync, use) 1765 baseName = baseName + ext 1766 interactive = 0 -&gt; 1767 self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) 1768 if useTk: 1769 self._loadtk() TclError: no display name and no $DISPLAY environment variable"><pre class="notranslate"><code class="notranslate">--------------------------------------------------------------------------- TclError Traceback (most recent call last) &lt;ipython-input-2-8dd816f9ddc7&gt; in &lt;module&gt;() ----&gt; 1 plt.plot([1, 2], [1, 2]) /home/goldbaum/.virtualenvs/yt-dev/local/lib/python2.7/site-packages/matplotlib/pyplot.pyc in plot(*args, **kwargs) 3145 @_autogen_docstring(Axes.plot) 3146 def plot(*args, **kwargs): -&gt; 3147 ax = gca() 3148 # allow callers to override the hold state by passing hold=True|False 3149 washold = ax.ishold() /home/goldbaum/.virtualenvs/yt-dev/local/lib/python2.7/site-packages/matplotlib/pyplot.pyc in gca(**kwargs) 926 matplotlib.figure.Figure.gca : The figure's gca method. 927 """ --&gt; 928 return gcf().gca(**kwargs) 929 930 # More ways of creating axes: /home/goldbaum/.virtualenvs/yt-dev/local/lib/python2.7/site-packages/matplotlib/pyplot.pyc in gcf() 576 return figManager.canvas.figure 577 else: --&gt; 578 return figure() 579 580 /home/goldbaum/.virtualenvs/yt-dev/local/lib/python2.7/site-packages/matplotlib/pyplot.pyc in figure(num, figsize, dpi, facecolor, edgecolor, frameon, FigureClass, **kwargs) 525 frameon=frameon, 526 FigureClass=FigureClass, --&gt; 527 **kwargs) 528 529 if figLabel: /home/goldbaum/.virtualenvs/yt-dev/local/lib/python2.7/site-packages/matplotlib/backends/backend_tkagg.pyc in new_figure_manager(num, *args, **kwargs) 82 FigureClass = kwargs.pop('FigureClass', Figure) 83 figure = FigureClass(*args, **kwargs) ---&gt; 84 return new_figure_manager_given_figure(num, figure) 85 86 /home/goldbaum/.virtualenvs/yt-dev/local/lib/python2.7/site-packages/matplotlib/backends/backend_tkagg.pyc in new_figure_manager_given_figure(num, figure) 90 """ 91 _focus = windowing.FocusManager() ---&gt; 92 window = Tk.Tk() 93 window.withdraw() 94 /usr/lib/python2.7/lib-tk/Tkinter.pyc in __init__(self, screenName, baseName, className, useTk, sync, use) 1765 baseName = baseName + ext 1766 interactive = 0 -&gt; 1767 self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) 1768 if useTk: 1769 self._loadtk() TclError: no display name and no $DISPLAY environment variable </code></pre></div> <p dir="auto">I think it would be much nicer if backends somehow detected these sorts of errors, fell back to the Agg backend (probably with a warning) and then goes ahead and makes the plot.</p>
1
<p dir="auto">Electron is crashing while running a build in TravisCI. I setup my own crash reporter server to capture the <code class="notranslate">upload_file_minidump</code> file and the other values.</p> <p dir="auto">The text values are:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{ &quot;pid&quot;: &quot;2190&quot;, &quot;ptime&quot;: &quot;8282&quot;, &quot;lsb-release&quot;: &quot;Ubuntu 12.04.5 LTS&quot;, &quot;prod&quot;: &quot;Electron&quot;, &quot;ver&quot;: &quot;0.36.0&quot;, &quot;_companyName&quot;: &quot;Cypress&quot;, &quot;_productName&quot;: &quot;Chromium&quot;, &quot;_version&quot;: &quot;0.2.0&quot;, &quot;platform&quot;: &quot;linux&quot;, &quot;process_type&quot;: &quot;browser&quot; }"><pre class="notranslate"><span class="pl-kos">{</span> <span class="pl-s">"pid"</span>: <span class="pl-s">"2190"</span><span class="pl-kos">,</span> <span class="pl-s">"ptime"</span>: <span class="pl-s">"8282"</span><span class="pl-kos">,</span> <span class="pl-s">"lsb-release"</span>: <span class="pl-s">"Ubuntu 12.04.5 LTS"</span><span class="pl-kos">,</span> <span class="pl-s">"prod"</span>: <span class="pl-s">"Electron"</span><span class="pl-kos">,</span> <span class="pl-s">"ver"</span>: <span class="pl-s">"0.36.0"</span><span class="pl-kos">,</span> <span class="pl-s">"_companyName"</span>: <span class="pl-s">"Cypress"</span><span class="pl-kos">,</span> <span class="pl-s">"_productName"</span>: <span class="pl-s">"Chromium"</span><span class="pl-kos">,</span> <span class="pl-s">"_version"</span>: <span class="pl-s">"0.2.0"</span><span class="pl-kos">,</span> <span class="pl-s">"platform"</span>: <span class="pl-s">"linux"</span><span class="pl-kos">,</span> <span class="pl-s">"process_type"</span>: <span class="pl-s">"browser"</span> <span class="pl-kos">}</span></pre></div> <p dir="auto">The <a href="http://cl.ly/3M1A0f1r2B2f/upload_file_minidump" rel="nofollow">actual <code class="notranslate">minidump</code> from the crash is here</a>. Is this crash file helpful?</p> <p dir="auto">I've tested Electron in my own <code class="notranslate">Linux 12.04 Server</code>, <code class="notranslate">OSX,</code> and even <code class="notranslate">CircleCI</code>, and it does <strong>not</strong> crash. So it must be something particular to <code class="notranslate">TravisCI</code>. It is crashing consistently every single time in the exact same area.</p> <p dir="auto">I'm going to do more research on the actual cause of the crash to help determine the root cause - such as a specific action happening on the page. I'll update the issue when I find out more.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="0 libnode.dylib 0x0000000113066322 v8::internal::Heap::IterateAndMarkPointersToFromSpace(v8::internal::HeapObject*, unsigned char*, unsigned char*, bool, void (*)(v8::internal::HeapObject**, v8::internal::HeapObject*)) + 386 1 libnode.dylib 0x0000000113065bfe v8::internal::Heap::DoScavenge(v8::internal::ObjectVisitor*, unsigned char*) + 574 2 libnode.dylib 0x00000001130647e9 v8::internal::Heap::Scavenge() + 937 3 libnode.dylib 0x0000000113063353 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) + 915 4 libnode.dylib 0x0000000113062bce v8::internal::Heap::CollectGarbage(v8::internal::GarbageCollector, char const*, char const*, v8::GCCallbackFlags) + 606 5 libnode.dylib 0x000000011303098f v8::internal::Factory::NewUninitializedFixedArray(int) + 95"><pre class="notranslate"><code class="notranslate">0 libnode.dylib 0x0000000113066322 v8::internal::Heap::IterateAndMarkPointersToFromSpace(v8::internal::HeapObject*, unsigned char*, unsigned char*, bool, void (*)(v8::internal::HeapObject**, v8::internal::HeapObject*)) + 386 1 libnode.dylib 0x0000000113065bfe v8::internal::Heap::DoScavenge(v8::internal::ObjectVisitor*, unsigned char*) + 574 2 libnode.dylib 0x00000001130647e9 v8::internal::Heap::Scavenge() + 937 3 libnode.dylib 0x0000000113063353 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) + 915 4 libnode.dylib 0x0000000113062bce v8::internal::Heap::CollectGarbage(v8::internal::GarbageCollector, char const*, char const*, v8::GCCallbackFlags) + 606 5 libnode.dylib 0x000000011303098f v8::internal::Factory::NewUninitializedFixedArray(int) + 95 </code></pre></div>
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; x = (year = 2012, name = &quot;pancho&quot;, gender = :m, breed = &quot;chihuahua&quot;, borough = &quot;queens&quot;, zip = &quot;11358&quot;, issued = 2011-06-11, expired = 2012-06-11, vector = [-0.0178, 0.0398, 0.0632, 0.063, 0.0181, 0.0617, 0.0578, 0.0089, -0.0245, 0.0026, 0.0032, -0.0484, 0.0236, 0.0672, -0.0312, 0.0232, 0.0571, 0.0216, -0.0301, -0.0371], size = &quot;small&quot;, group = &quot;akc toy&quot;); julia&gt; [x, x] 2-element Array{NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}},1}: Error showing value of type Array{NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}},1}: ERROR: AssertionError: Array{Float64,1} is not a subtype of NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}} Stacktrace: [1] typeinfo_prefix(::IOContext{Base.GenericIOBuffer{Array{UInt8,1}}}, ::Array{Float64,1}) at ./arrayshow.jl:477 [2] show_vector(::IOContext{Base.GenericIOBuffer{Array{UInt8,1}}}, ::Array{Float64,1}, ::Char, ::Char) at ./arrayshow.jl:431 (repeats 2 times) [3] show(::IOContext{Base.GenericIOBuffer{Array{UInt8,1}}}, ::Array{Float64,1}) at ./arrayshow.jl:417 [4] show(::IOContext{Base.GenericIOBuffer{Array{UInt8,1}}}, ::NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}}) at ./namedtuple.jl:142 [5] #sprint#336(::IOContext{REPL.Terminals.TTYTerminal}, ::Int64, ::Function, ::Function, ::NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}}) at ./strings/io.jl:97 [6] #sprint at ./array.jl:0 [inlined] [7] alignment at ./show.jl:1780 [inlined] [8] alignment(::IOContext{REPL.Terminals.TTYTerminal}, ::Array{NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}},1}, ::Base.OneTo{Int64}, ::Base.OneTo{Int64}, ::Int64, ::Int64, ::Int64) at ./arrayshow.jl:68 [9] print_matrix(::IOContext{REPL.Terminals.TTYTerminal}, ::Array{NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}},1}, ::String, ::String, ::String, ::String, ::String, ::String, ::Int64, ::Int64) at ./arrayshow.jl:186 ... julia&gt; versioninfo() Julia Version 0.7.0-alpha.59 Commit 2a45839ef9* (2018-06-09 17:04 UTC) Platform Info: OS: macOS (x86_64-apple-darwin16.7.0) CPU: Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge) Environment: JULIA_EDITOR = subl"><pre class="notranslate"><code class="notranslate">julia&gt; x = (year = 2012, name = "pancho", gender = :m, breed = "chihuahua", borough = "queens", zip = "11358", issued = 2011-06-11, expired = 2012-06-11, vector = [-0.0178, 0.0398, 0.0632, 0.063, 0.0181, 0.0617, 0.0578, 0.0089, -0.0245, 0.0026, 0.0032, -0.0484, 0.0236, 0.0672, -0.0312, 0.0232, 0.0571, 0.0216, -0.0301, -0.0371], size = "small", group = "akc toy"); julia&gt; [x, x] 2-element Array{NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}},1}: Error showing value of type Array{NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}},1}: ERROR: AssertionError: Array{Float64,1} is not a subtype of NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}} Stacktrace: [1] typeinfo_prefix(::IOContext{Base.GenericIOBuffer{Array{UInt8,1}}}, ::Array{Float64,1}) at ./arrayshow.jl:477 [2] show_vector(::IOContext{Base.GenericIOBuffer{Array{UInt8,1}}}, ::Array{Float64,1}, ::Char, ::Char) at ./arrayshow.jl:431 (repeats 2 times) [3] show(::IOContext{Base.GenericIOBuffer{Array{UInt8,1}}}, ::Array{Float64,1}) at ./arrayshow.jl:417 [4] show(::IOContext{Base.GenericIOBuffer{Array{UInt8,1}}}, ::NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}}) at ./namedtuple.jl:142 [5] #sprint#336(::IOContext{REPL.Terminals.TTYTerminal}, ::Int64, ::Function, ::Function, ::NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}}) at ./strings/io.jl:97 [6] #sprint at ./array.jl:0 [inlined] [7] alignment at ./show.jl:1780 [inlined] [8] alignment(::IOContext{REPL.Terminals.TTYTerminal}, ::Array{NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}},1}, ::Base.OneTo{Int64}, ::Base.OneTo{Int64}, ::Int64, ::Int64, ::Int64) at ./arrayshow.jl:68 [9] print_matrix(::IOContext{REPL.Terminals.TTYTerminal}, ::Array{NamedTuple{(:year, :name, :gender, :breed, :borough, :zip, :issued, :expired, :vector, :size, :group),Tuple{Int64,String,Symbol,String,String,String,Int64,Int64,Array{Float64,1},String,String}},1}, ::String, ::String, ::String, ::String, ::String, ::String, ::Int64, ::Int64) at ./arrayshow.jl:186 ... julia&gt; versioninfo() Julia Version 0.7.0-alpha.59 Commit 2a45839ef9* (2018-06-09 17:04 UTC) Platform Info: OS: macOS (x86_64-apple-darwin16.7.0) CPU: Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge) Environment: JULIA_EDITOR = subl </code></pre></div>
<h3 dir="auto">System</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ uname -a Linux liberty 4.19.0-10-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) x86_64 GNU/Linux $ cat /proc/cpuinfo | grep &quot;model name&quot; model name : AMD Athlon(tm) II X2 255 Processor model name : AMD Athlon(tm) II X2 255 Processor $ julia --version julia version 1.5.0"><pre class="notranslate"><code class="notranslate">$ uname -a Linux liberty 4.19.0-10-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) x86_64 GNU/Linux $ cat /proc/cpuinfo | grep "model name" model name : AMD Athlon(tm) II X2 255 Processor model name : AMD Athlon(tm) II X2 255 Processor $ julia --version julia version 1.5.0 </code></pre></div> <h3 dir="auto">Expected behavior</h3> <p dir="auto">Julia should not crash.</p> <h3 dir="auto">Actual behavior</h3> <p dir="auto">Program crashed with Illegal instruction.</p> <h3 dir="auto">Steps to reproduce the behavior</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type &quot;?&quot; for help, &quot;]?&quot; for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.5.0 (2020-08-01) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia&gt; a=[1,2,3] 3-element Array{Int64,1}: 1 2 3 julia&gt; b=[4,5,6] 3-element Array{Int64,1}: 4 5 6 julia&gt; a*b' Invalid instruction at 0x7fa733c9baa7: 0x66, 0x0f, 0x3a, 0x0f, 0xc0, 0x08, 0x0f, 0x29, 0x84, 0x24, 0xb0, 0x03, 0x00, 0x00, 0xe8 signal (4): Illegal instruction in expression starting at none:0 _ZN4llvm17SLPVectorizerPass18tryToVectorizeListENS_8ArrayRefIPNS_5ValueEEERNS_13slpvectorizer7BoUpSLPEib at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) _ZN4llvm17SLPVectorizerPass22vectorizeChainsInBlockEPNS_10BasicBlockERNS_13slpvectorizer7BoUpSLPE at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) _ZN4llvm17SLPVectorizerPass7runImplERNS_8FunctionEPNS_15ScalarEvolutionEPNS_19TargetTransformInfoEPNS_17TargetLibraryInfoEPNS_9AAResultsEPNS_8LoopInfoEPNS_13DominatorTreeEPNS_15AssumptionCacheEPNS_12DemandedBitsEPNS_25OptimizationRemarkEmitterE.part.1401 at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) _ZN12_GLOBAL__N_113SLPVectorizer13runOnFunctionERN4llvm8FunctionE at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) _ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) _ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) _ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) operator() at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:520 addModule at /buildworker/worker/package_linux64/build/usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h:93 [inlined] addModule at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:648 jl_add_to_ee at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:893 [inlined] jl_add_to_ee at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:955 jl_add_to_ee at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:940 jl_add_to_ee at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:940 jl_add_to_ee at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:977 [inlined] _jl_compile_codeinst at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:126 jl_generate_fptr at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:302 jl_compile_method_internal at /buildworker/worker/package_linux64/build/src/gf.c:1964 jl_compile_method_internal at /buildworker/worker/package_linux64/build/src/gf.c:1919 [inlined] _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2224 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2398 display at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/REPL.jl:214 display at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/REPL.jl:218 _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2214 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2398 display at ./multimedia.jl:328 _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2214 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2398 jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1690 [inlined] do_apply at /buildworker/worker/package_linux64/build/src/builtins.c:655 jl_f__apply_latest at /buildworker/worker/package_linux64/build/src/builtins.c:705 #invokelatest#1 at ./essentials.jl:710 [inlined] invokelatest at ./essentials.jl:709 [inlined] print_response at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/REPL.jl:238 print_response at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/REPL.jl:223 do_respond at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/REPL.jl:822 jfptr_do_respond_60634 at /usr/local/julia-1.5.0/lib/julia/sys.so (unknown line) _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2214 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2398 jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1690 [inlined] do_apply at /buildworker/worker/package_linux64/build/src/builtins.c:655 jl_f__apply_latest at /buildworker/worker/package_linux64/build/src/builtins.c:705 #invokelatest#1 at ./essentials.jl:710 [inlined] invokelatest at ./essentials.jl:709 [inlined] run_interface at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/LineEdit.jl:2355 jfptr_run_interface_59827 at /usr/local/julia-1.5.0/lib/julia/sys.so (unknown line) _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2214 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2398 run_frontend at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/REPL.jl:1143 #38 at ./task.jl:356 jfptr_YY.38_60720 at /usr/local/julia-1.5.0/lib/julia/sys.so (unknown line) _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2214 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2398 jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1690 [inlined] start_task at /buildworker/worker/package_linux64/build/src/task.c:707 unknown function (ip: (nil)) Allocations: 2546 (Pool: 2534; Big: 12); GC: 0 Illegal instruction"><pre class="notranslate"><code class="notranslate">$ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.5.0 (2020-08-01) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia&gt; a=[1,2,3] 3-element Array{Int64,1}: 1 2 3 julia&gt; b=[4,5,6] 3-element Array{Int64,1}: 4 5 6 julia&gt; a*b' Invalid instruction at 0x7fa733c9baa7: 0x66, 0x0f, 0x3a, 0x0f, 0xc0, 0x08, 0x0f, 0x29, 0x84, 0x24, 0xb0, 0x03, 0x00, 0x00, 0xe8 signal (4): Illegal instruction in expression starting at none:0 _ZN4llvm17SLPVectorizerPass18tryToVectorizeListENS_8ArrayRefIPNS_5ValueEEERNS_13slpvectorizer7BoUpSLPEib at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) _ZN4llvm17SLPVectorizerPass22vectorizeChainsInBlockEPNS_10BasicBlockERNS_13slpvectorizer7BoUpSLPE at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) _ZN4llvm17SLPVectorizerPass7runImplERNS_8FunctionEPNS_15ScalarEvolutionEPNS_19TargetTransformInfoEPNS_17TargetLibraryInfoEPNS_9AAResultsEPNS_8LoopInfoEPNS_13DominatorTreeEPNS_15AssumptionCacheEPNS_12DemandedBitsEPNS_25OptimizationRemarkEmitterE.part.1401 at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) _ZN12_GLOBAL__N_113SLPVectorizer13runOnFunctionERN4llvm8FunctionE at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) _ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) _ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) _ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE at /usr/local/julia-1.5.0/bin/../lib/julia/libLLVM-9jl.so (unknown line) operator() at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:520 addModule at /buildworker/worker/package_linux64/build/usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h:93 [inlined] addModule at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:648 jl_add_to_ee at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:893 [inlined] jl_add_to_ee at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:955 jl_add_to_ee at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:940 jl_add_to_ee at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:940 jl_add_to_ee at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:977 [inlined] _jl_compile_codeinst at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:126 jl_generate_fptr at /buildworker/worker/package_linux64/build/src/jitlayers.cpp:302 jl_compile_method_internal at /buildworker/worker/package_linux64/build/src/gf.c:1964 jl_compile_method_internal at /buildworker/worker/package_linux64/build/src/gf.c:1919 [inlined] _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2224 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2398 display at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/REPL.jl:214 display at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/REPL.jl:218 _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2214 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2398 display at ./multimedia.jl:328 _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2214 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2398 jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1690 [inlined] do_apply at /buildworker/worker/package_linux64/build/src/builtins.c:655 jl_f__apply_latest at /buildworker/worker/package_linux64/build/src/builtins.c:705 #invokelatest#1 at ./essentials.jl:710 [inlined] invokelatest at ./essentials.jl:709 [inlined] print_response at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/REPL.jl:238 print_response at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/REPL.jl:223 do_respond at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/REPL.jl:822 jfptr_do_respond_60634 at /usr/local/julia-1.5.0/lib/julia/sys.so (unknown line) _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2214 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2398 jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1690 [inlined] do_apply at /buildworker/worker/package_linux64/build/src/builtins.c:655 jl_f__apply_latest at /buildworker/worker/package_linux64/build/src/builtins.c:705 #invokelatest#1 at ./essentials.jl:710 [inlined] invokelatest at ./essentials.jl:709 [inlined] run_interface at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/LineEdit.jl:2355 jfptr_run_interface_59827 at /usr/local/julia-1.5.0/lib/julia/sys.so (unknown line) _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2214 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2398 run_frontend at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/REPL/src/REPL.jl:1143 #38 at ./task.jl:356 jfptr_YY.38_60720 at /usr/local/julia-1.5.0/lib/julia/sys.so (unknown line) _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2214 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2398 jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1690 [inlined] start_task at /buildworker/worker/package_linux64/build/src/task.c:707 unknown function (ip: (nil)) Allocations: 2546 (Pool: 2534; Big: 12); GC: 0 Illegal instruction </code></pre></div> <h3 dir="auto">Commentary</h3> <p dir="auto">This may be a problem specific to older AMD processors. Here are the flags in cpuinfo</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate vmmcall npt lbrv svm_lock nrip_save bugs : tlb_mmatch apic_c1e fxsave_leak sysret_ss_attrs null_seg amd_e400 spectre_v1 spectre_v2"><pre class="notranslate"><code class="notranslate">flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate vmmcall npt lbrv svm_lock nrip_save bugs : tlb_mmatch apic_c1e fxsave_leak sysret_ss_attrs null_seg amd_e400 spectre_v1 spectre_v2 </code></pre></div> <p dir="auto">I tried to compile from source. Simply typing make led to an Illegal instruction. Typing make cleanall and then make again also led to an Illegal instruction. I have not tracked the source of the problem down.</p>
0
<p dir="auto">I'm seeing this build failure only on RHEL 7.2 3.10.0-313.el7.ppc64le. I've successfully built on another RHEL7.2 with a later kernel as well as other distros without the error. I know there was a restriction on certain Linux kernel versions but couldn't find where that is documented.</p> <p dir="auto">Please answer these questions before submitting your issue. Thanks!</p> <ol dir="auto"> <li>What version of Go are you using (<code class="notranslate">go version</code>)?<br> Failure starts with this commit and continues to happen with latest<br> go version devel +1716162 Fri Mar 4 21:06:31 2016 +0000 linux/ppc64le</li> <li>What operating system and processor architecture are you using (<code class="notranslate">go env</code>)?<br> RHEL 7.2 ppc64le<br> 3.10.0-313.el7.ppc64le <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="51275868" data-permission-text="Title is private" data-url="https://github.com/golang/go/issues/1" data-hovercard-type="issue" data-hovercard-url="/golang/go/issues/1/hovercard" href="https://github.com/golang/go/issues/1">#1</a> SMP Tue Sep 1 00:35:49 EDT 2015 ppc64le ppc64le ppc64le GNU/Linux<br> Note that I am only seeing this failure on this system. I've built on various Ubuntu systems, a SLES12 and even another RHEL 7.2 system with a different Linux version without the failure.</li> <li>What did you do?<br> Pulled the golang master source from this commit and tried to build using src/all.bash.</li> <li>What did you expect to see?<br> Everything building and all tests finished, ending with:<br> ALL TESTS PASSED</li> <li>What did you see instead?<br> panic: test timed out after 3m0s</li> </ol> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="goroutine 22506 [running]: panic(0x264b00, 0xc820422030) /home/boger/golang/plain/go/src/runtime/panic.go:500 +0x3a8 fp=0xc820033ef0 sp=0xc820033e58 testing.startAlarm.func1() /home/boger/golang/plain/go/src/testing/testing.go:724 +0x14c fp=0xc820033f90 sp=0xc820033ef0 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc820033f90 sp=0xc820033f90 created by time.goFunc /home/boger/golang/plain/go/src/time/sleep.go:129 +0x4c goroutine 1 [chan receive, 2 minutes, locked to thread]: runtime.gopark(0x366720, 0xc8201633d8, 0x335a93, 0xc, 0x17, 0x3) /home/boger/golang/plain/go/src/runtime/proc.go:262 +0x19c fp=0xc8200459f8 sp=0xc8200459b8 runtime.goparkunlock(0xc8201633d8, 0x335a93, 0xc, 0x3fffb7d20017, 0x3) /home/boger/golang/plain/go/src/runtime/proc.go:268 +0x58 fp=0xc820045a48 sp=0xc8200459f8 runtime.chanrecv(0x2594c0, 0xc820163380, 0xc820045c80, 0xc820045b01, 0x90000) /home/boger/golang/plain/go/src/runtime/chan.go:474 +0x560 fp=0xc820045ae8 sp=0xc820045a48 runtime.chanrecv1(0x2594c0, 0xc820163380, 0xc820045c80) /home/boger/golang/plain/go/src/runtime/chan.go:357 +0x30 fp=0xc820045b30 sp=0xc820045ae8 testing.RunTests(0x366108, 0x468ac0, 0xb4, 0xb4, 0xdf101) /home/boger/golang/plain/go/src/testing/testing.go:582 +0x828 fp=0xc820045cd0 sp=0xc820045b30 testing.(*M).Run(0xc820045ec8, 0xd56e8) /home/boger/golang/plain/go/src/testing/testing.go:515 +0xb4 fp=0xc820045d78 sp=0xc820045cd0 runtime_test.TestMain(0xc820045ec8) /home/boger/golang/plain/go/src/runtime/crash_test.go:24 +0x30 fp=0xc820045e10 sp=0xc820045d78 main.main() runtime/_test/_testmain.go:960 +0x104 fp=0xc820045f18 sp=0xc820045e10 runtime.main() /home/boger/golang/plain/go/src/runtime/proc.go:188 +0x314 fp=0xc820045f80 sp=0xc820045f18 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc820045f80 sp=0xc820045f80 goroutine 17 [syscall, 2 minutes, locked to thread]: runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc820034fb0 sp=0xc820034fb0 goroutine 2 [force gc (idle), 2 minutes]: runtime.gopark(0x366720, 0x46bf00, 0x32eeaa, 0xf, 0x14, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:262 +0x19c fp=0xc820020708 sp=0xc8200206c8 runtime.goparkunlock(0x46bf00, 0x32eeaa, 0xf, 0xc820000114, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:268 +0x58 fp=0xc820020758 sp=0xc820020708 runtime.forcegchelper() /home/boger/golang/plain/go/src/runtime/proc.go:229 +0xdc fp=0xc8200207a0 sp=0xc820020758 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc8200207a0 sp=0xc8200207a0 created by runtime.init.4 /home/boger/golang/plain/go/src/runtime/proc.go:218 +0x38 goroutine 3 [GC sweep wait]: runtime.gopark(0x366720, 0x46c140, 0x32d79a, 0xd, 0x72e14, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:262 +0x19c fp=0xc820020ef8 sp=0xc820020eb8 runtime.goparkunlock(0x46c140, 0x32d79a, 0xd, 0x14, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:268 +0x58 fp=0xc820020f48 sp=0xc820020ef8 runtime.bgsweep(0xc820048000) /home/boger/golang/plain/go/src/runtime/mgcsweep.go:79 +0x19c fp=0xc820020f98 sp=0xc820020f48 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc820020f98 sp=0xc820020f98 created by runtime.gcenable /home/boger/golang/plain/go/src/runtime/mgc.go:191 +0x5c goroutine 4 [finalizer wait]: runtime.gopark(0x366720, 0x4875d0, 0x32e44f, 0xe, 0x14, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:262 +0x19c fp=0xc8200216c8 sp=0xc820021688 runtime.goparkunlock(0x4875d0, 0x32e44f, 0xe, 0x2000000014, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:268 +0x58 fp=0xc820021718 sp=0xc8200216c8 runtime.runfinq() /home/boger/golang/plain/go/src/runtime/mfinal.go:158 +0xc0 fp=0xc8200217a0 sp=0xc820021718 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc8200217a0 sp=0xc8200217a0 created by runtime.createfing /home/boger/golang/plain/go/src/runtime/mfinal.go:139 +0x84 goroutine 5 [timer goroutine (idle)]: runtime.gopark(0x366720, 0x46c240, 0x3354d8, 0x16, 0x367b14, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:262 +0x19c fp=0xc820021eb0 sp=0xc820021e70 runtime.goparkunlock(0x46c240, 0x3354d8, 0x16, 0x14, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:268 +0x58 fp=0xc820021f00 sp=0xc820021eb0 runtime.timerproc() /home/boger/golang/plain/go/src/runtime/time.go:202 +0x150 fp=0xc820021fa0 sp=0xc820021f00 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc820021fa0 sp=0xc820021fa0 created by runtime.addtimerLocked /home/boger/golang/plain/go/src/runtime/time.go:116 +0x1cc goroutine 22504 [syscall, 2 minutes]: syscall.Syscall6(0x72, 0xc33e, 0xc8203c0a78, 0x0, 0xc820071050, 0x0, 0x0, 0x0, 0xc8201633e0, 0x16c044) /home/boger/golang/plain/go/src/syscall/asm_linux_ppc64x.s:41 +0xc fp=0xc8203c09a0 sp=0xc8203c0980 syscall.wait4(0xc33e, 0xc8203c0a78, 0x0, 0xc820071050, 0x90, 0x0, 0x0) /home/boger/golang/plain/go/src/syscall/zsyscall_linux_ppc64le.go:172 +0x70 fp=0xc8203c0a20 sp=0xc8203c09a0 syscall.Wait4(0xc33e, 0xc8203c0ad8, 0x0, 0xc820071050, 0xc820424da0, 0x0, 0x0) /home/boger/golang/plain/go/src/syscall/syscall_linux.go:256 +0x54 fp=0xc8203c0a80 sp=0xc8203c0a20 os.(*Process).wait(0xc820424da0, 0x2, 0x0, 0x0) /home/boger/golang/plain/go/src/os/exec_unix.go:22 +0xe8 fp=0xc8203c0b48 sp=0xc8203c0a80 os.(*Process).Wait(0xc820424da0, 0x0, 0x0, 0x0) /home/boger/golang/plain/go/src/os/doc.go:49 +0x34 fp=0xc8203c0b88 sp=0xc8203c0b48 os/exec.(*Cmd).Wait(0xc82016b180, 0x0, 0x0) /home/boger/golang/plain/go/src/os/exec/exec.go:396 +0x208 fp=0xc8203c0c70 sp=0xc8203c0b88 os/exec.(*Cmd).Run(0xc82016b180, 0x0, 0x0) /home/boger/golang/plain/go/src/os/exec/exec.go:262 +0x70 fp=0xc8203c0cb8 sp=0xc8203c0c70 os/exec.(*Cmd).CombinedOutput(0xc82016b180, 0x0, 0x0, 0x0, 0x0, 0x0) /home/boger/golang/plain/go/src/os/exec/exec.go:453 +0x330 fp=0xc8203c0d60 sp=0xc8203c0cb8 runtime_test.runTestProg(0xc820070fc0, 0x32ca31, 0xb, 0x331b41, 0xf, 0x0, 0x0) /home/boger/golang/plain/go/src/runtime/crash_test.go:68 +0x1b8 fp=0xc8203c0e50 sp=0xc8203c0d60 runtime_test.TestCgoCCodeSIGPROF(0xc820070fc0) /home/boger/golang/plain/go/src/runtime/crash_cgo_test.go:206 +0x58 fp=0xc8203c0f30 sp=0xc8203c0e50 testing.tRunner(0xc820070fc0, 0x468d78) /home/boger/golang/plain/go/src/testing/testing.go:473 +0xdc fp=0xc8203c0f80 sp=0xc8203c0f30 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc8203c0f80 sp=0xc8203c0f80 created by testing.RunTests /home/boger/golang/plain/go/src/testing/testing.go:581 +0x7fc goroutine 157 [GC worker (idle)]: runtime.gopark(0xc820422000, 0xc8200d0f88, 0x32f56c, 0x10, 0x265714, 0x0) /home/boger/golang/plain/go/src/runtime/proc.go:262 +0x19c fp=0xc8200d0f00 sp=0xc8200d0ec0 runtime.gcBgMarkWorker(0xc820018000) /home/boger/golang/plain/go/src/runtime/mgc.go:1403 +0xec fp=0xc8200d0f98 sp=0xc8200d0f00 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc8200d0f98 sp=0xc8200d0f98 created by runtime.gcBgMarkStartWorkers /home/boger/golang/plain/go/src/runtime/mgc.go:1330 +0xa0 goroutine 22505 [syscall, 2 minutes]: syscall.Syscall(0x3, 0x4, 0xc82017d600, 0x200, 0x0, 0xc82042814b, 0x5f1e4) /home/boger/golang/plain/go/src/syscall/asm_linux_ppc64x.s:17 +0xc fp=0xc820032b18 sp=0xc820032af8 syscall.read(0x4, 0xc82017d600, 0x200, 0x200, 0xc8204236b0, 0x0, 0x0) /home/boger/golang/plain/go/src/syscall/zsyscall_linux_ppc64le.go:783 +0x70 fp=0xc820032b70 sp=0xc820032b18 syscall.Read(0x4, 0xc82017d600, 0x200, 0x200, 0x0, 0x0, 0x0) /home/boger/golang/plain/go/src/syscall/syscall_unix.go:161 +0x4c fp=0xc820032bc8 sp=0xc820032b70 os.(*File).read(0xc820024260, 0xc82017d600, 0x200, 0x200, 0xc82017d600, 0x0, 0x0) /home/boger/golang/plain/go/src/os/file_unix.go:228 +0x54 fp=0xc820032c20 sp=0xc820032bc8 os.(*File).Read(0xc820024260, 0xc82017d600, 0x200, 0x200, 0x25c9a0, 0x0, 0x0) /home/boger/golang/plain/go/src/os/file.go:95 +0x84 fp=0xc820032c90 sp=0xc820032c20 bytes.(*Buffer).ReadFrom(0xc8200488c0, 0x3fffb74e4518, 0xc820024260, 0x0, 0x0, 0x0) /home/boger/golang/plain/go/src/bytes/buffer.go:176 +0x23c fp=0xc820032d58 sp=0xc820032c90 io.copyBuffer(0x3fffb74e46e0, 0xc8200488c0, 0x3fffb74e4518, 0xc820024260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /home/boger/golang/plain/go/src/io/io.go:374 +0x138 fp=0xc820032e30 sp=0xc820032d58 io.Copy(0x3fffb74e46e0, 0xc8200488c0, 0x3fffb74e4518, 0xc820024260, 0xc82001ff10, 0x0, 0x0) /home/boger/golang/plain/go/src/io/io.go:350 +0x5c fp=0xc820032ea0 sp=0xc820032e30 os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) /home/boger/golang/plain/go/src/os/exec/exec.go:236 +0xbc fp=0xc820032f38 sp=0xc820032ea0 os/exec.(*Cmd).Start.func1(0xc82016b180, 0xc820424b60) /home/boger/golang/plain/go/src/os/exec/exec.go:344 +0x34 fp=0xc820032f80 sp=0xc820032f38 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc820032f80 sp=0xc820032f80 created by os/exec.(*Cmd).Start /home/boger/golang/plain/go/src/os/exec/exec.go:345 +0x8b4 "><pre class="notranslate"><code class="notranslate">goroutine 22506 [running]: panic(0x264b00, 0xc820422030) /home/boger/golang/plain/go/src/runtime/panic.go:500 +0x3a8 fp=0xc820033ef0 sp=0xc820033e58 testing.startAlarm.func1() /home/boger/golang/plain/go/src/testing/testing.go:724 +0x14c fp=0xc820033f90 sp=0xc820033ef0 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc820033f90 sp=0xc820033f90 created by time.goFunc /home/boger/golang/plain/go/src/time/sleep.go:129 +0x4c goroutine 1 [chan receive, 2 minutes, locked to thread]: runtime.gopark(0x366720, 0xc8201633d8, 0x335a93, 0xc, 0x17, 0x3) /home/boger/golang/plain/go/src/runtime/proc.go:262 +0x19c fp=0xc8200459f8 sp=0xc8200459b8 runtime.goparkunlock(0xc8201633d8, 0x335a93, 0xc, 0x3fffb7d20017, 0x3) /home/boger/golang/plain/go/src/runtime/proc.go:268 +0x58 fp=0xc820045a48 sp=0xc8200459f8 runtime.chanrecv(0x2594c0, 0xc820163380, 0xc820045c80, 0xc820045b01, 0x90000) /home/boger/golang/plain/go/src/runtime/chan.go:474 +0x560 fp=0xc820045ae8 sp=0xc820045a48 runtime.chanrecv1(0x2594c0, 0xc820163380, 0xc820045c80) /home/boger/golang/plain/go/src/runtime/chan.go:357 +0x30 fp=0xc820045b30 sp=0xc820045ae8 testing.RunTests(0x366108, 0x468ac0, 0xb4, 0xb4, 0xdf101) /home/boger/golang/plain/go/src/testing/testing.go:582 +0x828 fp=0xc820045cd0 sp=0xc820045b30 testing.(*M).Run(0xc820045ec8, 0xd56e8) /home/boger/golang/plain/go/src/testing/testing.go:515 +0xb4 fp=0xc820045d78 sp=0xc820045cd0 runtime_test.TestMain(0xc820045ec8) /home/boger/golang/plain/go/src/runtime/crash_test.go:24 +0x30 fp=0xc820045e10 sp=0xc820045d78 main.main() runtime/_test/_testmain.go:960 +0x104 fp=0xc820045f18 sp=0xc820045e10 runtime.main() /home/boger/golang/plain/go/src/runtime/proc.go:188 +0x314 fp=0xc820045f80 sp=0xc820045f18 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc820045f80 sp=0xc820045f80 goroutine 17 [syscall, 2 minutes, locked to thread]: runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc820034fb0 sp=0xc820034fb0 goroutine 2 [force gc (idle), 2 minutes]: runtime.gopark(0x366720, 0x46bf00, 0x32eeaa, 0xf, 0x14, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:262 +0x19c fp=0xc820020708 sp=0xc8200206c8 runtime.goparkunlock(0x46bf00, 0x32eeaa, 0xf, 0xc820000114, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:268 +0x58 fp=0xc820020758 sp=0xc820020708 runtime.forcegchelper() /home/boger/golang/plain/go/src/runtime/proc.go:229 +0xdc fp=0xc8200207a0 sp=0xc820020758 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc8200207a0 sp=0xc8200207a0 created by runtime.init.4 /home/boger/golang/plain/go/src/runtime/proc.go:218 +0x38 goroutine 3 [GC sweep wait]: runtime.gopark(0x366720, 0x46c140, 0x32d79a, 0xd, 0x72e14, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:262 +0x19c fp=0xc820020ef8 sp=0xc820020eb8 runtime.goparkunlock(0x46c140, 0x32d79a, 0xd, 0x14, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:268 +0x58 fp=0xc820020f48 sp=0xc820020ef8 runtime.bgsweep(0xc820048000) /home/boger/golang/plain/go/src/runtime/mgcsweep.go:79 +0x19c fp=0xc820020f98 sp=0xc820020f48 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc820020f98 sp=0xc820020f98 created by runtime.gcenable /home/boger/golang/plain/go/src/runtime/mgc.go:191 +0x5c goroutine 4 [finalizer wait]: runtime.gopark(0x366720, 0x4875d0, 0x32e44f, 0xe, 0x14, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:262 +0x19c fp=0xc8200216c8 sp=0xc820021688 runtime.goparkunlock(0x4875d0, 0x32e44f, 0xe, 0x2000000014, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:268 +0x58 fp=0xc820021718 sp=0xc8200216c8 runtime.runfinq() /home/boger/golang/plain/go/src/runtime/mfinal.go:158 +0xc0 fp=0xc8200217a0 sp=0xc820021718 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc8200217a0 sp=0xc8200217a0 created by runtime.createfing /home/boger/golang/plain/go/src/runtime/mfinal.go:139 +0x84 goroutine 5 [timer goroutine (idle)]: runtime.gopark(0x366720, 0x46c240, 0x3354d8, 0x16, 0x367b14, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:262 +0x19c fp=0xc820021eb0 sp=0xc820021e70 runtime.goparkunlock(0x46c240, 0x3354d8, 0x16, 0x14, 0x1) /home/boger/golang/plain/go/src/runtime/proc.go:268 +0x58 fp=0xc820021f00 sp=0xc820021eb0 runtime.timerproc() /home/boger/golang/plain/go/src/runtime/time.go:202 +0x150 fp=0xc820021fa0 sp=0xc820021f00 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc820021fa0 sp=0xc820021fa0 created by runtime.addtimerLocked /home/boger/golang/plain/go/src/runtime/time.go:116 +0x1cc goroutine 22504 [syscall, 2 minutes]: syscall.Syscall6(0x72, 0xc33e, 0xc8203c0a78, 0x0, 0xc820071050, 0x0, 0x0, 0x0, 0xc8201633e0, 0x16c044) /home/boger/golang/plain/go/src/syscall/asm_linux_ppc64x.s:41 +0xc fp=0xc8203c09a0 sp=0xc8203c0980 syscall.wait4(0xc33e, 0xc8203c0a78, 0x0, 0xc820071050, 0x90, 0x0, 0x0) /home/boger/golang/plain/go/src/syscall/zsyscall_linux_ppc64le.go:172 +0x70 fp=0xc8203c0a20 sp=0xc8203c09a0 syscall.Wait4(0xc33e, 0xc8203c0ad8, 0x0, 0xc820071050, 0xc820424da0, 0x0, 0x0) /home/boger/golang/plain/go/src/syscall/syscall_linux.go:256 +0x54 fp=0xc8203c0a80 sp=0xc8203c0a20 os.(*Process).wait(0xc820424da0, 0x2, 0x0, 0x0) /home/boger/golang/plain/go/src/os/exec_unix.go:22 +0xe8 fp=0xc8203c0b48 sp=0xc8203c0a80 os.(*Process).Wait(0xc820424da0, 0x0, 0x0, 0x0) /home/boger/golang/plain/go/src/os/doc.go:49 +0x34 fp=0xc8203c0b88 sp=0xc8203c0b48 os/exec.(*Cmd).Wait(0xc82016b180, 0x0, 0x0) /home/boger/golang/plain/go/src/os/exec/exec.go:396 +0x208 fp=0xc8203c0c70 sp=0xc8203c0b88 os/exec.(*Cmd).Run(0xc82016b180, 0x0, 0x0) /home/boger/golang/plain/go/src/os/exec/exec.go:262 +0x70 fp=0xc8203c0cb8 sp=0xc8203c0c70 os/exec.(*Cmd).CombinedOutput(0xc82016b180, 0x0, 0x0, 0x0, 0x0, 0x0) /home/boger/golang/plain/go/src/os/exec/exec.go:453 +0x330 fp=0xc8203c0d60 sp=0xc8203c0cb8 runtime_test.runTestProg(0xc820070fc0, 0x32ca31, 0xb, 0x331b41, 0xf, 0x0, 0x0) /home/boger/golang/plain/go/src/runtime/crash_test.go:68 +0x1b8 fp=0xc8203c0e50 sp=0xc8203c0d60 runtime_test.TestCgoCCodeSIGPROF(0xc820070fc0) /home/boger/golang/plain/go/src/runtime/crash_cgo_test.go:206 +0x58 fp=0xc8203c0f30 sp=0xc8203c0e50 testing.tRunner(0xc820070fc0, 0x468d78) /home/boger/golang/plain/go/src/testing/testing.go:473 +0xdc fp=0xc8203c0f80 sp=0xc8203c0f30 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc8203c0f80 sp=0xc8203c0f80 created by testing.RunTests /home/boger/golang/plain/go/src/testing/testing.go:581 +0x7fc goroutine 157 [GC worker (idle)]: runtime.gopark(0xc820422000, 0xc8200d0f88, 0x32f56c, 0x10, 0x265714, 0x0) /home/boger/golang/plain/go/src/runtime/proc.go:262 +0x19c fp=0xc8200d0f00 sp=0xc8200d0ec0 runtime.gcBgMarkWorker(0xc820018000) /home/boger/golang/plain/go/src/runtime/mgc.go:1403 +0xec fp=0xc8200d0f98 sp=0xc8200d0f00 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc8200d0f98 sp=0xc8200d0f98 created by runtime.gcBgMarkStartWorkers /home/boger/golang/plain/go/src/runtime/mgc.go:1330 +0xa0 goroutine 22505 [syscall, 2 minutes]: syscall.Syscall(0x3, 0x4, 0xc82017d600, 0x200, 0x0, 0xc82042814b, 0x5f1e4) /home/boger/golang/plain/go/src/syscall/asm_linux_ppc64x.s:17 +0xc fp=0xc820032b18 sp=0xc820032af8 syscall.read(0x4, 0xc82017d600, 0x200, 0x200, 0xc8204236b0, 0x0, 0x0) /home/boger/golang/plain/go/src/syscall/zsyscall_linux_ppc64le.go:783 +0x70 fp=0xc820032b70 sp=0xc820032b18 syscall.Read(0x4, 0xc82017d600, 0x200, 0x200, 0x0, 0x0, 0x0) /home/boger/golang/plain/go/src/syscall/syscall_unix.go:161 +0x4c fp=0xc820032bc8 sp=0xc820032b70 os.(*File).read(0xc820024260, 0xc82017d600, 0x200, 0x200, 0xc82017d600, 0x0, 0x0) /home/boger/golang/plain/go/src/os/file_unix.go:228 +0x54 fp=0xc820032c20 sp=0xc820032bc8 os.(*File).Read(0xc820024260, 0xc82017d600, 0x200, 0x200, 0x25c9a0, 0x0, 0x0) /home/boger/golang/plain/go/src/os/file.go:95 +0x84 fp=0xc820032c90 sp=0xc820032c20 bytes.(*Buffer).ReadFrom(0xc8200488c0, 0x3fffb74e4518, 0xc820024260, 0x0, 0x0, 0x0) /home/boger/golang/plain/go/src/bytes/buffer.go:176 +0x23c fp=0xc820032d58 sp=0xc820032c90 io.copyBuffer(0x3fffb74e46e0, 0xc8200488c0, 0x3fffb74e4518, 0xc820024260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /home/boger/golang/plain/go/src/io/io.go:374 +0x138 fp=0xc820032e30 sp=0xc820032d58 io.Copy(0x3fffb74e46e0, 0xc8200488c0, 0x3fffb74e4518, 0xc820024260, 0xc82001ff10, 0x0, 0x0) /home/boger/golang/plain/go/src/io/io.go:350 +0x5c fp=0xc820032ea0 sp=0xc820032e30 os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) /home/boger/golang/plain/go/src/os/exec/exec.go:236 +0xbc fp=0xc820032f38 sp=0xc820032ea0 os/exec.(*Cmd).Start.func1(0xc82016b180, 0xc820424b60) /home/boger/golang/plain/go/src/os/exec/exec.go:344 +0x34 fp=0xc820032f80 sp=0xc820032f38 runtime.goexit() /home/boger/golang/plain/go/src/runtime/asm_ppc64x.s:1056 +0x4 fp=0xc820032f80 sp=0xc820032f80 created by os/exec.(*Cmd).Start /home/boger/golang/plain/go/src/os/exec/exec.go:345 +0x8b4 </code></pre></div>
<p dir="auto">At <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/golang/go/commit/43ed65f869828f8dfc2f860b8ca1f7648e6bb93d/hovercard" href="https://github.com/golang/go/commit/43ed65f869828f8dfc2f860b8ca1f7648e6bb93d"><tt>43ed65f</tt></a> (Mar 13 2016), running all.bash. The only change in my client is in os/user/user_test.go which is clearly not involved.</p> <p dir="auto">/cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dvyukov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dvyukov">@dvyukov</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aclements/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aclements">@aclements</a></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="panic: test timed out after 3m0s goroutine 21722 [running]: panic(0x1c27e0, 0xc820484040) /Users/rsc/go/src/runtime/panic.go:500 +0x18e fp=0xc82003ff50 sp=0xc82003fec8 testing.startAlarm.func1() /Users/rsc/go/src/testing/testing.go:724 +0x10f fp=0xc82003ffb0 sp=0xc82003ff50 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82003ffb8 sp=0xc82003ffb0 created by time.goFunc /Users/rsc/go/src/time/sleep.go:129 +0x3a goroutine 1 [chan receive, 2 minutes]: runtime.gopark(0x26bed0, 0xc82025e778, 0x22ff46, 0xc, 0xc820256a17, 0x3) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc82003cc08 sp=0xc82003cbe0 runtime.goparkunlock(0xc82025e778, 0x22ff46, 0xc, 0x17, 0x3) /Users/rsc/go/src/runtime/proc.go:268 +0x54 fp=0xc82003cc40 sp=0xc82003cc08 runtime.chanrecv(0x190d40, 0xc82025e720, 0xc82003ce08, 0xc820237c01, 0x6783c) /Users/rsc/go/src/runtime/chan.go:474 +0x2ac fp=0xc82003ccc0 sp=0xc82003cc40 runtime.chanrecv1(0x190d40, 0xc82025e720, 0xc82003ce08) /Users/rsc/go/src/runtime/chan.go:357 +0x2b fp=0xc82003ccf0 sp=0xc82003ccc0 testing.RunTests(0x26b8c8, 0x34d460, 0xb0, 0xb0, 0x5b) /Users/rsc/go/src/testing/testing.go:582 +0x362 fp=0xc82003ce30 sp=0xc82003ccf0 testing.(*M).Run(0xc82003cf08, 0xc8200180b8) /Users/rsc/go/src/testing/testing.go:515 +0x79 fp=0xc82003ceb0 sp=0xc82003ce30 runtime_test.TestMain(0xc82003cf08) /Users/rsc/go/src/runtime/crash_test.go:24 +0x25 fp=0xc82003cef8 sp=0xc82003ceb0 main.main() runtime/_test/_testmain.go:956 +0xb4 fp=0xc82003cf60 sp=0xc82003cef8 runtime.main() /Users/rsc/go/src/runtime/proc.go:188 +0x20a fp=0xc82003cfb0 sp=0xc82003cf60 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82003cfb8 sp=0xc82003cfb0 goroutine 17 [syscall, 2 minutes, locked to thread]: runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc820040fb8 sp=0xc820040fb0 goroutine 2 [force gc (idle), 2 minutes]: runtime.gopark(0x26bed0, 0x350870, 0x2328b1, 0xf, 0x100000000000014, 0x1) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc82002c758 sp=0xc82002c730 runtime.goparkunlock(0x350870, 0x2328b1, 0xf, 0xc820000114, 0x1) /Users/rsc/go/src/runtime/proc.go:268 +0x54 fp=0xc82002c790 sp=0xc82002c758 runtime.forcegchelper() /Users/rsc/go/src/runtime/proc.go:229 +0x9f fp=0xc82002c7c0 sp=0xc82002c790 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82002c7c8 sp=0xc82002c7c0 created by runtime.init.4 /Users/rsc/go/src/runtime/proc.go:218 +0x2b goroutine 3 [GC sweep wait]: runtime.gopark(0x26bed0, 0x350aa0, 0x230a06, 0xd, 0x4d914, 0x1) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc82002cf48 sp=0xc82002cf20 runtime.goparkunlock(0x350aa0, 0x230a06, 0xd, 0x14, 0x1) /Users/rsc/go/src/runtime/proc.go:268 +0x54 fp=0xc82002cf80 sp=0xc82002cf48 runtime.bgsweep(0xc82005c000) /Users/rsc/go/src/runtime/mgcsweep.go:79 +0x125 fp=0xc82002cfb8 sp=0xc82002cf80 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82002cfc0 sp=0xc82002cfb8 created by runtime.gcenable /Users/rsc/go/src/runtime/mgc.go:191 +0x53 goroutine 4 [finalizer wait]: runtime.gopark(0x26bed0, 0x36be30, 0x231a6a, 0xe, 0xc820001314, 0x1) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc82002d710 sp=0xc82002d6e8 runtime.goparkunlock(0x36be30, 0x231a6a, 0xe, 0x2000000014, 0x1) /Users/rsc/go/src/runtime/proc.go:268 +0x54 fp=0xc82002d748 sp=0xc82002d710 runtime.runfinq() /Users/rsc/go/src/runtime/mfinal.go:158 +0xa5 fp=0xc82002d7c0 sp=0xc82002d748 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82002d7c8 sp=0xc82002d7c0 created by runtime.createfing /Users/rsc/go/src/runtime/mfinal.go:139 +0x66 goroutine 5 [timer goroutine (idle)]: runtime.gopark(0x26bed0, 0x350ba0, 0x23a0db, 0x16, 0x26d314, 0x1) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc82002df10 sp=0xc82002dee8 runtime.goparkunlock(0x350ba0, 0x23a0db, 0x16, 0x14, 0x1) /Users/rsc/go/src/runtime/proc.go:268 +0x54 fp=0xc82002df48 sp=0xc82002df10 runtime.timerproc() /Users/rsc/go/src/runtime/time.go:202 +0x302 fp=0xc82002dfc0 sp=0xc82002df48 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82002dfc8 sp=0xc82002dfc0 created by runtime.addtimerLocked /Users/rsc/go/src/runtime/time.go:116 +0x115 goroutine 22288 [syscall, 2 minutes]: syscall.Syscall6(0x7, 0xc218, 0xc82003dce4, 0x0, 0xc820256bd0, 0x0, 0x0, 0x1d0120, 0xc800000000, 0xc8204a5100) /Users/rsc/go/src/syscall/asm_darwin_amd64.s:41 +0x5 fp=0xc82003dc38 sp=0xc82003dc30 syscall.wait4(0xc218, 0xc82003dce4, 0x0, 0xc820256bd0, 0x90, 0x2162c0, 0x1) /Users/rsc/go/src/syscall/zsyscall_darwin_amd64.go:34 +0x78 fp=0xc82003dca8 sp=0xc82003dc38 syscall.Wait4(0xc218, 0xc82003dd2c, 0x0, 0xc820256bd0, 0x26ba78, 0xc8202468c0, 0xc820264520) /Users/rsc/go/src/syscall/syscall_bsd.go:129 +0x47 fp=0xc82003dcf0 sp=0xc82003dca8 os.(*Process).wait(0xc8202647a0, 0xc82024e380, 0xc820250150, 0xc820264540) /Users/rsc/go/src/os/exec_unix.go:22 +0xf4 fp=0xc82003dd70 sp=0xc82003dcf0 os.(*Process).Wait(0xc8202647a0, 0xc82003ddd0, 0x0, 0x0) /Users/rsc/go/src/os/doc.go:49 +0x21 fp=0xc82003dd98 sp=0xc82003dd70 os/exec.(*Cmd).Wait(0xc8202468c0, 0x0, 0x0) /Users/rsc/go/src/os/exec/exec.go:396 +0x58 fp=0xc82003de20 sp=0xc82003dd98 os/exec.(*Cmd).Run(0xc8202468c0, 0xc82024e380, 0xc82025d400) /Users/rsc/go/src/os/exec/exec.go:262 +0x3e fp=0xc82003de40 sp=0xc82003de20 os/exec.(*Cmd).CombinedOutput(0xc8202468c0, 0xc8202468c0, 0xc8204feed8, 0x1, 0x1, 0xc8202468c0) /Users/rsc/go/src/os/exec/exec.go:453 +0x174 fp=0xc82003de80 sp=0xc82003de40 runtime_test.runTestProg(0xc820256ab0, 0x22f573, 0xb, 0x23ac6d, 0x17, 0xc8204fef90, 0x28929) /Users/rsc/go/src/runtime/crash_test.go:68 +0xf9 fp=0xc82003def0 sp=0xc82003de80 runtime_test.TestCgoExternalThreadSignal(0xc820256ab0) /Users/rsc/go/src/runtime/crash_cgo_test.go:109 +0x5a fp=0xc82003df80 sp=0xc82003def0 testing.tRunner(0xc820256ab0, 0x34d688) /Users/rsc/go/src/testing/testing.go:473 +0x7e fp=0xc82003dfa0 sp=0xc82003df80 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82003dfa8 sp=0xc82003dfa0 created by testing.RunTests /Users/rsc/go/src/testing/testing.go:581 +0x31c goroutine 5319 [GC worker (idle)]: runtime.gopark(0xc8204a5118, 0xc820214fa0, 0x233443, 0x10, 0xc820452214, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc820214f48 sp=0xc820214f20 runtime.gcBgMarkWorker(0xc820025500) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc820214fb8 sp=0xc820214f48 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc820214fc0 sp=0xc820214fb8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 195 [GC worker (idle)]: runtime.gopark(0xc8204a4000, 0xc8200ce7a0, 0x233443, 0x10, 0xc8200ce714, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8200ce748 sp=0xc8200ce720 runtime.gcBgMarkWorker(0xc82001c000) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8200ce7b8 sp=0xc8200ce748 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8200ce7c0 sp=0xc8200ce7b8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 5579 [GC worker (idle)]: runtime.gopark(0xc820484038, 0xc8204fcfa0, 0x233443, 0x10, 0xc820473314, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8204fcf48 sp=0xc8204fcf20 runtime.gcBgMarkWorker(0xc820024000) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8204fcfb8 sp=0xc8204fcf48 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8204fcfc0 sp=0xc8204fcfb8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 5545 [GC worker (idle)]: runtime.gopark(0xc820010360, 0xc8200cefa0, 0x233443, 0x10, 0xc82041c614, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8200cef48 sp=0xc8200cef20 runtime.gcBgMarkWorker(0xc820020000) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8200cefb8 sp=0xc8200cef48 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8200cefc0 sp=0xc8200cefb8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 5586 [GC worker (idle)]: runtime.gopark(0xc8204b24a8, 0xc8200c87a0, 0x233443, 0x10, 0xc8201d7a14, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8200c8748 sp=0xc8200c8720 runtime.gcBgMarkWorker(0xc820021500) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8200c87b8 sp=0xc8200c8748 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8200c87c0 sp=0xc8200c87b8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 168 [GC worker (idle)]: runtime.gopark(0xc820482018, 0xc8200cb7a0, 0x233443, 0x10, 0xc8200cb714, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8200cb748 sp=0xc8200cb720 runtime.gcBgMarkWorker(0xc82001d500) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8200cb7b8 sp=0xc8200cb748 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8200cb7c0 sp=0xc8200cb7b8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 5587 [GC worker (idle)]: runtime.gopark(0xc820276008, 0xc8200cdfa0, 0x233443, 0x10, 0xc8201d6914, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8200cdf48 sp=0xc8200cdf20 runtime.gcBgMarkWorker(0xc820022a00) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8200cdfb8 sp=0xc8200cdf48 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8200cdfc0 sp=0xc8200cdfb8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 5544 [GC worker (idle)]: runtime.gopark(0xc8204b0010, 0xc8200c8fa0, 0x233443, 0x10, 0xc82046f114, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8200c8f48 sp=0xc8200c8f20 runtime.gcBgMarkWorker(0xc82001ea00) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8200c8fb8 sp=0xc8200c8f48 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8200c8fc0 sp=0xc8200c8fb8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 22289 [syscall, 2 minutes]: syscall.Syscall(0x3, 0x4, 0xc82023d000, 0x200, 0x0, 0x0, 0x0) /Users/rsc/go/src/syscall/asm_darwin_amd64.s:16 +0x5 fp=0xc8204fecc0 sp=0xc8204fecb8 syscall.read(0x4, 0xc82023d000, 0x200, 0x200, 0xc82023d000, 0xc82025d400, 0x11ffed8e3) /Users/rsc/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x48 fp=0xc8204fed08 sp=0xc8204fecc0 syscall.Read(0x4, 0xc82023d000, 0x200, 0x200, 0x0, 0xc820033000, 0xc8202a0f00) /Users/rsc/go/src/syscall/syscall_unix.go:161 +0x3f fp=0xc8204fed48 sp=0xc8204fed08 os.(*File).read(0xc820250138, 0xc82023d000, 0x200, 0x200, 0xc8f21, 0x190800, 0x200) /Users/rsc/go/src/os/file_unix.go:228 +0x68 fp=0xc8204fed88 sp=0xc8204fed48 os.(*File).Read(0xc820250138, 0xc82023d000, 0x200, 0x200, 0x22fc46, 0xc, 0x0) /Users/rsc/go/src/os/file.go:95 +0x4c fp=0xc8204fede8 sp=0xc8204fed88 bytes.(*Buffer).ReadFrom(0xc82024e380, 0x1684000, 0xc820250138, 0xc8204feea8, 0xc82024e301, 0xc820264460) /Users/rsc/go/src/bytes/buffer.go:176 +0x150 fp=0xc8204fee50 sp=0xc8204fede8 io.copyBuffer(0x7446b8, 0xc82024e380, 0x1684000, 0xc820250138, 0x0, 0x0, 0x0, 0x22f573, 0xb, 0x23ac6d) /Users/rsc/go/src/io/io.go:374 +0x317 fp=0xc8204feed0 sp=0xc8204fee50 io.Copy(0x7446b8, 0xc82024e380, 0x1684000, 0xc820250138, 0xc8204fef90, 0xc8204fefa0, 0x4e120) /Users/rsc/go/src/io/io.go:350 +0x5a fp=0xc8204fef28 sp=0xc8204feed0 os/exec.(*Cmd).writerDescriptor.func1(0xc81fd86010, 0x66b3e) /Users/rsc/go/src/os/exec/exec.go:236 +0x56 fp=0xc8204fef80 sp=0xc8204fef28 os/exec.(*Cmd).Start.func1(0xc8202468c0, 0xc820264520) /Users/rsc/go/src/os/exec/exec.go:344 +0x20 fp=0xc8204fefb0 sp=0xc8204fef80 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8204fefb8 sp=0xc8204fefb0 created by os/exec.(*Cmd).Start /Users/rsc/go/src/os/exec/exec.go:345 +0x50f FAIL runtime 180.051s"><pre class="notranslate"><code class="notranslate">panic: test timed out after 3m0s goroutine 21722 [running]: panic(0x1c27e0, 0xc820484040) /Users/rsc/go/src/runtime/panic.go:500 +0x18e fp=0xc82003ff50 sp=0xc82003fec8 testing.startAlarm.func1() /Users/rsc/go/src/testing/testing.go:724 +0x10f fp=0xc82003ffb0 sp=0xc82003ff50 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82003ffb8 sp=0xc82003ffb0 created by time.goFunc /Users/rsc/go/src/time/sleep.go:129 +0x3a goroutine 1 [chan receive, 2 minutes]: runtime.gopark(0x26bed0, 0xc82025e778, 0x22ff46, 0xc, 0xc820256a17, 0x3) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc82003cc08 sp=0xc82003cbe0 runtime.goparkunlock(0xc82025e778, 0x22ff46, 0xc, 0x17, 0x3) /Users/rsc/go/src/runtime/proc.go:268 +0x54 fp=0xc82003cc40 sp=0xc82003cc08 runtime.chanrecv(0x190d40, 0xc82025e720, 0xc82003ce08, 0xc820237c01, 0x6783c) /Users/rsc/go/src/runtime/chan.go:474 +0x2ac fp=0xc82003ccc0 sp=0xc82003cc40 runtime.chanrecv1(0x190d40, 0xc82025e720, 0xc82003ce08) /Users/rsc/go/src/runtime/chan.go:357 +0x2b fp=0xc82003ccf0 sp=0xc82003ccc0 testing.RunTests(0x26b8c8, 0x34d460, 0xb0, 0xb0, 0x5b) /Users/rsc/go/src/testing/testing.go:582 +0x362 fp=0xc82003ce30 sp=0xc82003ccf0 testing.(*M).Run(0xc82003cf08, 0xc8200180b8) /Users/rsc/go/src/testing/testing.go:515 +0x79 fp=0xc82003ceb0 sp=0xc82003ce30 runtime_test.TestMain(0xc82003cf08) /Users/rsc/go/src/runtime/crash_test.go:24 +0x25 fp=0xc82003cef8 sp=0xc82003ceb0 main.main() runtime/_test/_testmain.go:956 +0xb4 fp=0xc82003cf60 sp=0xc82003cef8 runtime.main() /Users/rsc/go/src/runtime/proc.go:188 +0x20a fp=0xc82003cfb0 sp=0xc82003cf60 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82003cfb8 sp=0xc82003cfb0 goroutine 17 [syscall, 2 minutes, locked to thread]: runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc820040fb8 sp=0xc820040fb0 goroutine 2 [force gc (idle), 2 minutes]: runtime.gopark(0x26bed0, 0x350870, 0x2328b1, 0xf, 0x100000000000014, 0x1) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc82002c758 sp=0xc82002c730 runtime.goparkunlock(0x350870, 0x2328b1, 0xf, 0xc820000114, 0x1) /Users/rsc/go/src/runtime/proc.go:268 +0x54 fp=0xc82002c790 sp=0xc82002c758 runtime.forcegchelper() /Users/rsc/go/src/runtime/proc.go:229 +0x9f fp=0xc82002c7c0 sp=0xc82002c790 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82002c7c8 sp=0xc82002c7c0 created by runtime.init.4 /Users/rsc/go/src/runtime/proc.go:218 +0x2b goroutine 3 [GC sweep wait]: runtime.gopark(0x26bed0, 0x350aa0, 0x230a06, 0xd, 0x4d914, 0x1) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc82002cf48 sp=0xc82002cf20 runtime.goparkunlock(0x350aa0, 0x230a06, 0xd, 0x14, 0x1) /Users/rsc/go/src/runtime/proc.go:268 +0x54 fp=0xc82002cf80 sp=0xc82002cf48 runtime.bgsweep(0xc82005c000) /Users/rsc/go/src/runtime/mgcsweep.go:79 +0x125 fp=0xc82002cfb8 sp=0xc82002cf80 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82002cfc0 sp=0xc82002cfb8 created by runtime.gcenable /Users/rsc/go/src/runtime/mgc.go:191 +0x53 goroutine 4 [finalizer wait]: runtime.gopark(0x26bed0, 0x36be30, 0x231a6a, 0xe, 0xc820001314, 0x1) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc82002d710 sp=0xc82002d6e8 runtime.goparkunlock(0x36be30, 0x231a6a, 0xe, 0x2000000014, 0x1) /Users/rsc/go/src/runtime/proc.go:268 +0x54 fp=0xc82002d748 sp=0xc82002d710 runtime.runfinq() /Users/rsc/go/src/runtime/mfinal.go:158 +0xa5 fp=0xc82002d7c0 sp=0xc82002d748 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82002d7c8 sp=0xc82002d7c0 created by runtime.createfing /Users/rsc/go/src/runtime/mfinal.go:139 +0x66 goroutine 5 [timer goroutine (idle)]: runtime.gopark(0x26bed0, 0x350ba0, 0x23a0db, 0x16, 0x26d314, 0x1) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc82002df10 sp=0xc82002dee8 runtime.goparkunlock(0x350ba0, 0x23a0db, 0x16, 0x14, 0x1) /Users/rsc/go/src/runtime/proc.go:268 +0x54 fp=0xc82002df48 sp=0xc82002df10 runtime.timerproc() /Users/rsc/go/src/runtime/time.go:202 +0x302 fp=0xc82002dfc0 sp=0xc82002df48 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82002dfc8 sp=0xc82002dfc0 created by runtime.addtimerLocked /Users/rsc/go/src/runtime/time.go:116 +0x115 goroutine 22288 [syscall, 2 minutes]: syscall.Syscall6(0x7, 0xc218, 0xc82003dce4, 0x0, 0xc820256bd0, 0x0, 0x0, 0x1d0120, 0xc800000000, 0xc8204a5100) /Users/rsc/go/src/syscall/asm_darwin_amd64.s:41 +0x5 fp=0xc82003dc38 sp=0xc82003dc30 syscall.wait4(0xc218, 0xc82003dce4, 0x0, 0xc820256bd0, 0x90, 0x2162c0, 0x1) /Users/rsc/go/src/syscall/zsyscall_darwin_amd64.go:34 +0x78 fp=0xc82003dca8 sp=0xc82003dc38 syscall.Wait4(0xc218, 0xc82003dd2c, 0x0, 0xc820256bd0, 0x26ba78, 0xc8202468c0, 0xc820264520) /Users/rsc/go/src/syscall/syscall_bsd.go:129 +0x47 fp=0xc82003dcf0 sp=0xc82003dca8 os.(*Process).wait(0xc8202647a0, 0xc82024e380, 0xc820250150, 0xc820264540) /Users/rsc/go/src/os/exec_unix.go:22 +0xf4 fp=0xc82003dd70 sp=0xc82003dcf0 os.(*Process).Wait(0xc8202647a0, 0xc82003ddd0, 0x0, 0x0) /Users/rsc/go/src/os/doc.go:49 +0x21 fp=0xc82003dd98 sp=0xc82003dd70 os/exec.(*Cmd).Wait(0xc8202468c0, 0x0, 0x0) /Users/rsc/go/src/os/exec/exec.go:396 +0x58 fp=0xc82003de20 sp=0xc82003dd98 os/exec.(*Cmd).Run(0xc8202468c0, 0xc82024e380, 0xc82025d400) /Users/rsc/go/src/os/exec/exec.go:262 +0x3e fp=0xc82003de40 sp=0xc82003de20 os/exec.(*Cmd).CombinedOutput(0xc8202468c0, 0xc8202468c0, 0xc8204feed8, 0x1, 0x1, 0xc8202468c0) /Users/rsc/go/src/os/exec/exec.go:453 +0x174 fp=0xc82003de80 sp=0xc82003de40 runtime_test.runTestProg(0xc820256ab0, 0x22f573, 0xb, 0x23ac6d, 0x17, 0xc8204fef90, 0x28929) /Users/rsc/go/src/runtime/crash_test.go:68 +0xf9 fp=0xc82003def0 sp=0xc82003de80 runtime_test.TestCgoExternalThreadSignal(0xc820256ab0) /Users/rsc/go/src/runtime/crash_cgo_test.go:109 +0x5a fp=0xc82003df80 sp=0xc82003def0 testing.tRunner(0xc820256ab0, 0x34d688) /Users/rsc/go/src/testing/testing.go:473 +0x7e fp=0xc82003dfa0 sp=0xc82003df80 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc82003dfa8 sp=0xc82003dfa0 created by testing.RunTests /Users/rsc/go/src/testing/testing.go:581 +0x31c goroutine 5319 [GC worker (idle)]: runtime.gopark(0xc8204a5118, 0xc820214fa0, 0x233443, 0x10, 0xc820452214, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc820214f48 sp=0xc820214f20 runtime.gcBgMarkWorker(0xc820025500) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc820214fb8 sp=0xc820214f48 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc820214fc0 sp=0xc820214fb8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 195 [GC worker (idle)]: runtime.gopark(0xc8204a4000, 0xc8200ce7a0, 0x233443, 0x10, 0xc8200ce714, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8200ce748 sp=0xc8200ce720 runtime.gcBgMarkWorker(0xc82001c000) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8200ce7b8 sp=0xc8200ce748 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8200ce7c0 sp=0xc8200ce7b8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 5579 [GC worker (idle)]: runtime.gopark(0xc820484038, 0xc8204fcfa0, 0x233443, 0x10, 0xc820473314, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8204fcf48 sp=0xc8204fcf20 runtime.gcBgMarkWorker(0xc820024000) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8204fcfb8 sp=0xc8204fcf48 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8204fcfc0 sp=0xc8204fcfb8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 5545 [GC worker (idle)]: runtime.gopark(0xc820010360, 0xc8200cefa0, 0x233443, 0x10, 0xc82041c614, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8200cef48 sp=0xc8200cef20 runtime.gcBgMarkWorker(0xc820020000) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8200cefb8 sp=0xc8200cef48 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8200cefc0 sp=0xc8200cefb8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 5586 [GC worker (idle)]: runtime.gopark(0xc8204b24a8, 0xc8200c87a0, 0x233443, 0x10, 0xc8201d7a14, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8200c8748 sp=0xc8200c8720 runtime.gcBgMarkWorker(0xc820021500) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8200c87b8 sp=0xc8200c8748 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8200c87c0 sp=0xc8200c87b8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 168 [GC worker (idle)]: runtime.gopark(0xc820482018, 0xc8200cb7a0, 0x233443, 0x10, 0xc8200cb714, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8200cb748 sp=0xc8200cb720 runtime.gcBgMarkWorker(0xc82001d500) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8200cb7b8 sp=0xc8200cb748 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8200cb7c0 sp=0xc8200cb7b8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 5587 [GC worker (idle)]: runtime.gopark(0xc820276008, 0xc8200cdfa0, 0x233443, 0x10, 0xc8201d6914, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8200cdf48 sp=0xc8200cdf20 runtime.gcBgMarkWorker(0xc820022a00) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8200cdfb8 sp=0xc8200cdf48 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8200cdfc0 sp=0xc8200cdfb8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 5544 [GC worker (idle)]: runtime.gopark(0xc8204b0010, 0xc8200c8fa0, 0x233443, 0x10, 0xc82046f114, 0x0) /Users/rsc/go/src/runtime/proc.go:262 +0x131 fp=0xc8200c8f48 sp=0xc8200c8f20 runtime.gcBgMarkWorker(0xc82001ea00) /Users/rsc/go/src/runtime/mgc.go:1397 +0xc1 fp=0xc8200c8fb8 sp=0xc8200c8f48 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8200c8fc0 sp=0xc8200c8fb8 created by runtime.gcBgMarkStartWorkers /Users/rsc/go/src/runtime/mgc.go:1324 +0x8a goroutine 22289 [syscall, 2 minutes]: syscall.Syscall(0x3, 0x4, 0xc82023d000, 0x200, 0x0, 0x0, 0x0) /Users/rsc/go/src/syscall/asm_darwin_amd64.s:16 +0x5 fp=0xc8204fecc0 sp=0xc8204fecb8 syscall.read(0x4, 0xc82023d000, 0x200, 0x200, 0xc82023d000, 0xc82025d400, 0x11ffed8e3) /Users/rsc/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x48 fp=0xc8204fed08 sp=0xc8204fecc0 syscall.Read(0x4, 0xc82023d000, 0x200, 0x200, 0x0, 0xc820033000, 0xc8202a0f00) /Users/rsc/go/src/syscall/syscall_unix.go:161 +0x3f fp=0xc8204fed48 sp=0xc8204fed08 os.(*File).read(0xc820250138, 0xc82023d000, 0x200, 0x200, 0xc8f21, 0x190800, 0x200) /Users/rsc/go/src/os/file_unix.go:228 +0x68 fp=0xc8204fed88 sp=0xc8204fed48 os.(*File).Read(0xc820250138, 0xc82023d000, 0x200, 0x200, 0x22fc46, 0xc, 0x0) /Users/rsc/go/src/os/file.go:95 +0x4c fp=0xc8204fede8 sp=0xc8204fed88 bytes.(*Buffer).ReadFrom(0xc82024e380, 0x1684000, 0xc820250138, 0xc8204feea8, 0xc82024e301, 0xc820264460) /Users/rsc/go/src/bytes/buffer.go:176 +0x150 fp=0xc8204fee50 sp=0xc8204fede8 io.copyBuffer(0x7446b8, 0xc82024e380, 0x1684000, 0xc820250138, 0x0, 0x0, 0x0, 0x22f573, 0xb, 0x23ac6d) /Users/rsc/go/src/io/io.go:374 +0x317 fp=0xc8204feed0 sp=0xc8204fee50 io.Copy(0x7446b8, 0xc82024e380, 0x1684000, 0xc820250138, 0xc8204fef90, 0xc8204fefa0, 0x4e120) /Users/rsc/go/src/io/io.go:350 +0x5a fp=0xc8204fef28 sp=0xc8204feed0 os/exec.(*Cmd).writerDescriptor.func1(0xc81fd86010, 0x66b3e) /Users/rsc/go/src/os/exec/exec.go:236 +0x56 fp=0xc8204fef80 sp=0xc8204fef28 os/exec.(*Cmd).Start.func1(0xc8202468c0, 0xc820264520) /Users/rsc/go/src/os/exec/exec.go:344 +0x20 fp=0xc8204fefb0 sp=0xc8204fef80 runtime.goexit() /Users/rsc/go/src/runtime/asm_amd64.s:2006 +0x1 fp=0xc8204fefb8 sp=0xc8204fefb0 created by os/exec.(*Cmd).Start /Users/rsc/go/src/os/exec/exec.go:345 +0x50f FAIL runtime 180.051s </code></pre></div>
1
<h3 dir="auto">Version</h3> <p dir="auto">2.6.0</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://jsfiddle.net/goblinlord/k64bx8gp/9/" rel="nofollow">https://jsfiddle.net/goblinlord/k64bx8gp/9/</a></p> <h3 dir="auto">Steps to reproduce</h3> <ol dir="auto"> <li>Create an element with <code class="notranslate">type</code> attribute set to either <code class="notranslate">checkbox</code> or <code class="notranslate">radio</code>.</li> <li>Call <code class="notranslate">preventDefault</code> on the <code class="notranslate">click</code> event (or just set <code class="notranslate">@click.prevent</code>)</li> <li>Set the <code class="notranslate">checked</code> value synchronously to a different value</li> </ol> <h3 dir="auto">What is expected?</h3> <p dir="auto">New value that is set should be reflected in the rendered markup.</p> <h3 dir="auto">What is actually happening?</h3> <p dir="auto">The result of the value changing is not reflected in the in the rendered state even though the value is actually changed based on what is shown in Vue dev tools.</p> <hr> <p dir="auto">This worked prior to <code class="notranslate">2.6.0</code> and I can not find any documentation indicating the behavior changed or why it would change. In the reproduction link you can comment out the <code class="notranslate">2.6.0</code> version and uncomment the line above it with <code class="notranslate">2.5.22</code>. On <code class="notranslate">2.5.22</code> it works as expected.</p> <p dir="auto">I have been using this previously when wrapping an input with a styled alternative with additional markup/styling. The purpose of having <code class="notranslate">preventDefault</code> is to allow the decision of the value change to be made in a location other than the checkbox itself. For example, we could easily display a dialog box when the user clicks this and then when it is closed set the state based on the response. Removing <code class="notranslate">preventDefault</code> causes the checkbox to toggle. If this happens but we want to wait until a later time to set the state, the desired state is not reflected properly until that time. Some cases, no async work is done and it is desirable to change state immediately. In those cases, a simple <code class="notranslate">v-model</code> can be used with the same exact component.</p> <p dir="auto">A dialog box is just one example, I also have cases where there is an network call before the actual state is changed. (one style is a toggle slider for example but i have other styled inputs as well)</p>
<h3 dir="auto">Version</h3> <p dir="auto">2.6.10</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://jsfiddle.net/skav/moks07y2/4/" rel="nofollow">https://jsfiddle.net/skav/moks07y2/4/</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Check a checkbox</p> <h3 dir="auto">What is expected?</h3> <p dir="auto">Label and attribute are the same as state</p> <h3 dir="auto">What is actually happening?</h3> <p dir="auto">Label is the same as actual state, but checked attribute doesnt change at all</p> <hr> <p dir="auto">It works perfectly on 2.5.x versions, but brokes in 2.6.x (and below 2.5)</p>
1
<p dir="auto">I tried to run an 8 GPU training job, and it OOM'd, so I investigated whether it could run on 1 GPU. It could!</p> <p dir="auto">So here are two commands, the first one says that it is using 14814MiB on GPU 0.<br> The second says it is using<br> <code class="notranslate">15594MiB</code> on each.</p> <p dir="auto">This doesn't happen in PL, which leads me to believe that <code class="notranslate">distributed_scalars</code> is to blame, but I am not sure. Has anyone run into this?<br> cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sgugger/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sgugger">@sgugger</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/patil-suraj/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/patil-suraj">@patil-suraj</a></p> <h3 dir="auto">Delta between two commands</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- CUDA_VISIBLE_DEVICES=0 python + CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch --nproc_per_node=2"><pre class="notranslate"><code class="notranslate">- CUDA_VISIBLE_DEVICES=0 python + CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch --nproc_per_node=2 </code></pre></div> <h3 dir="auto">Command 1</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="CUDA_VISIBLE_DEVICES=0 python finetune_trainer.py \ --model_name_or_path student_pegasus_cnn_12_2 \ --data_dir cnn_dm \ --output_dir dpx_cnn_12_2_pl_comb_noDO --overwrite_output_dir --freeze_embeds \ --learning_rate=3e-5 \ --warmup_steps 500 --sortish_sampler \ --gradient_accumulation_steps=4 \ --per_device_train_batch_size=4 --per_device_eval_batch_size=8 --eval_beams 2 \ --num_train_epochs=5 \ --save_steps 3000 --eval_steps 3000 \ --logging_first_step \ --max_target_length 56 --val_max_target_length 142 --test_max_target_length 142 \ --do_train --do_eval --do_predict --evaluate_during_training \ --predict_with_generate --load_best_model_at_end"><pre class="notranslate">CUDA_VISIBLE_DEVICES=0 python finetune_trainer.py \ --model_name_or_path student_pegasus_cnn_12_2 \ --data_dir cnn_dm \ --output_dir dpx_cnn_12_2_pl_comb_noDO --overwrite_output_dir --freeze_embeds \ --learning_rate=3e-5 \ --warmup_steps 500 --sortish_sampler \ --gradient_accumulation_steps=4 \ --per_device_train_batch_size=4 --per_device_eval_batch_size=8 --eval_beams 2 \ --num_train_epochs=5 \ --save_steps 3000 --eval_steps 3000 \ --logging_first_step \ --max_target_length 56 --val_max_target_length 142 --test_max_target_length 142 \ --do_train --do_eval --do_predict --evaluate_during_training \ --predict_with_generate --load_best_model_at_end</pre></div> <h3 dir="auto">Command 2</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch --nproc_per_node=2 fine tune_trainer.py \ --model_name_or_path student_pegasus_cnn_12_2 \ --data_dir cnn_dm \ --output_dir dpx_cnn_12_2_pl_comb_noDO --overwrite_output_dir --freeze_embeds \ --learning_rate=3e-5 \ --warmup_steps 500 --sortish_sampler \ --gradient_accumulation_steps=4 \ --per_device_train_batch_size=4 --per_device_eval_batch_size=8 --eval_beams 2 \ --num_train_epochs=5 \ --save_steps 3000 --eval_steps 3000 \ --logging_first_step \ --max_target_length 56 --val_max_target_length 142 --test_max_target_length 142 \ --do_train --do_eval --do_predict --evaluate_during_training \ --predict_with_generate --load_best_model_at_end"><pre class="notranslate">CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch --nproc_per_node=2 fine tune_trainer.py \ --model_name_or_path student_pegasus_cnn_12_2 \ --data_dir cnn_dm \ --output_dir dpx_cnn_12_2_pl_comb_noDO --overwrite_output_dir --freeze_embeds \ --learning_rate=3e-5 \ --warmup_steps 500 --sortish_sampler \ --gradient_accumulation_steps=4 \ --per_device_train_batch_size=4 --per_device_eval_batch_size=8 --eval_beams 2 \ --num_train_epochs=5 \ --save_steps 3000 --eval_steps 3000 \ --logging_first_step \ --max_target_length 56 --val_max_target_length 142 --test_max_target_length 142 \ --do_train --do_eval --do_predict --evaluate_during_training \ --predict_with_generate --load_best_model_at_end</pre></div>
<h2 dir="auto">Environment info</h2> <ul dir="auto"> <li><code class="notranslate">transformers</code> version: 3.0.2</li> <li>Platform: Linux-5.3.0</li> <li>Python version: 3.6.10</li> <li>PyTorch version (GPU?): 1.6.0 (True)</li> <li>Tensorflow version (GPU?): 2.3.0 (True)</li> <li>Using GPU in script?: Yes</li> <li>Using distributed or parallel set-up in script?: Distributed</li> </ul> <h3 dir="auto">Who can help</h3> <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/LysandreJik/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LysandreJik">@LysandreJik</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sgugger/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sgugger">@sgugger</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/patrickvonplaten/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/patrickvonplaten">@patrickvonplaten</a></p> <h2 dir="auto">Information</h2> <p dir="auto">I am using 8xV100s (32GB). The script (<code class="notranslate">run_training.py</code>) works when running on a single machine but I am running into the <code class="notranslate">CUDA out of memory</code> when trying to run distributed training. The behavior is consistent whether or not <code class="notranslate">fp16</code> is <code class="notranslate">True</code>. I am using the publicly available wikitext data.</p> <p dir="auto">Model I am using (Bert, XLNet ...): Bert</p> <p dir="auto">The problem arises when using:</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> the official example scripts: (give details below)</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> my own modified scripts: (give details below)</li> </ul> <p dir="auto">The tasks I am working on is:</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> an official GLUE/SQUaD task: (give the name)</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> my own task or dataset: (give details below)</li> </ul> <h2 dir="auto">To reproduce</h2> <p dir="auto">Steps to reproduce the behavior:</p> <ol dir="auto"> <li>My code is <code class="notranslate">run_training.py</code>:</li> </ol> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="bert_config = BertConfig(hidden_size=768, num_attention_heads=12) tokenizer = BertTokenizer.from_pretrained(&quot;bert-base-uncased&quot;) model = BertForPreTraining(config=bert_config) train_dataset = TextDatasetForNextSentencePrediction(tokenizer=tokenizer, file_path=args.train_data_file, block_size=args.max_length) data_collator = DataCollatorForNextSentencePrediction(tokenizer=tokenizer, mlm_probability=args.mlm_probability) trainer = Trainer( model=model, args=training_args, data_collator=data_collator, train_dataset=train_dataset ) global_steps, training_loss = trainer.train()"><pre class="notranslate"><code class="notranslate">bert_config = BertConfig(hidden_size=768, num_attention_heads=12) tokenizer = BertTokenizer.from_pretrained("bert-base-uncased") model = BertForPreTraining(config=bert_config) train_dataset = TextDatasetForNextSentencePrediction(tokenizer=tokenizer, file_path=args.train_data_file, block_size=args.max_length) data_collator = DataCollatorForNextSentencePrediction(tokenizer=tokenizer, mlm_probability=args.mlm_probability) trainer = Trainer( model=model, args=training_args, data_collator=data_collator, train_dataset=train_dataset ) global_steps, training_loss = trainer.train() </code></pre></div> <ol start="2" dir="auto"> <li>Run the script in distributed mode:</li> </ol> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="python -m torch.distributed.launch \ --nnodes={num_nodes} \ --node_rank={rank} \ --nproc_per_node=8 \ --run_training.py \ --max_steps 50 &quot; \ --train_data_file {train_data_file} &quot; \ --eval_data_file {test_data_file} &quot; \ --logging_dir {output_dir} \ --fp16 False &quot; \ --gradient_accumulation_steps 1 &quot; \ --per_gpu_train_batch_size 1 \ --per_gpu_eval_batch_size 1"><pre class="notranslate"><code class="notranslate">python -m torch.distributed.launch \ --nnodes={num_nodes} \ --node_rank={rank} \ --nproc_per_node=8 \ --run_training.py \ --max_steps 50 " \ --train_data_file {train_data_file} " \ --eval_data_file {test_data_file} " \ --logging_dir {output_dir} \ --fp16 False " \ --gradient_accumulation_steps 1 " \ --per_gpu_train_batch_size 1 \ --per_gpu_eval_batch_size 1 </code></pre></div> <h2 dir="auto">Expected behavior</h2> <p dir="auto">Given that the script works fine (i.e., not run into the out of memory issue) on a single machine, I would expect multi-node to be the same. Any insight into what might be going on is appreciated!</p>
1
<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>PowerToys version:</li> <li>PowerToy Utility:</li> <li>Running PowerToys as Admin:</li> <li>Windows build number: [run "winver"]</li> </ul> <h2 dir="auto">📝 Provide detailed reproduction steps (if any)</h2> <p dir="auto">Version: 0.22.0.0<br> OS Version: Microsoft Windows NT 10.0.19041.0<br> IntPtr Length: 8<br> x64: True<br> Date: 09/15/2020 14:06:44<br> Exception:<br> System.IO.FileNotFoundException: C:\Users\xwg\Desktop\scrt-x64.8.7.3.2279.exe<br> at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)<br> at Wox.Infrastructure.FileSystemHelper.FileVersionInfoWrapper.GetVersionInfo(String path)<br> at Microsoft.Plugin.Program.Programs.Win32Program.ExeProgram(String path)<br> at Microsoft.Plugin.Program.Programs.Win32Program.GetAppFromPath(String path)<br> at Microsoft.Plugin.Program.Storage.Win32ProgramRepository.OnAppCreated(Object sender, FileSystemEventArgs e)<br> at System.IO.FileSystemWatcher.NotifyFileSystemEventArgs(WatcherChangeTypes changeType, ReadOnlySpan`1 name)<br> at System.IO.FileSystemWatcher.ParseEventBufferAndNotifyForEach(Byte[] buffer)<br> at System.IO.FileSystemWatcher.ReadDirectoryChangesCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* overlappedPointer)<br> at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)<br> --- End of stack trace from previous location where exception was thrown ---<br> at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pNativeOverlapped)</p> <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"><em>What is the expected result of the above steps?</em></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"><em>What is the actual result of the above steps?</em></p> <h2 dir="auto">📷 Screenshots</h2> <p dir="auto"><em>Are there any useful screenshots? WinKey+Shift+S and then just paste them directly into the form</em></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>PowerToys version: 0.21.1.0</li> <li>PowerToy Utility:FancyZones</li> <li>Running PowerToys as Admin:Yes</li> <li>Windows build number:Microsoft Windows NT 10.0.19041.0</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> <p dir="auto">Version: 0.21.1.0<br> OS Version: Microsoft Windows NT 10.0.19041.0<br> IntPtr Length: 8<br> x64: True<br> Date: 09/07/2020 13:54:35<br> Exception:<br> System.IO.FileNotFoundException: C:\Users\Ryan\Desktop\advanced-systemcare-setup.exe<br> at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)<br> at Microsoft.Plugin.Program.Programs.Win32Program.ExeProgram(String path)<br> at Microsoft.Plugin.Program.Programs.Win32Program.GetAppFromPath(String path)<br> at Microsoft.Plugin.Program.Storage.Win32ProgramRepository.OnAppCreated(Object sender, FileSystemEventArgs e)<br> at System.IO.FileSystemWatcher.NotifyFileSystemEventArgs(WatcherChangeTypes changeType, ReadOnlySpan`1 name)<br> at System.IO.FileSystemWatcher.ParseEventBufferAndNotifyForEach(Byte[] buffer)<br> at System.IO.FileSystemWatcher.ReadDirectoryChangesCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* overlappedPointer)<br> at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)<br> --- End of stack trace from previous location where exception was thrown ---<br> at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pNativeOverlapped)</p> <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"><em>What is the expected result of the above steps?</em></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"><em>What is the actual result of the above steps?</em></p> <h2 dir="auto"><g-emoji class="g-emoji" alias="camera" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4f7.png">📷</g-emoji> Screenshots</h2> <p dir="auto"><em>Are there any useful screenshots? WinKey+Shift+S and then just paste them directly into the form</em><br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/34116485/92353115-2fb02600-f112-11ea-9716-c1d1dbb785ad.png"><img src="https://user-images.githubusercontent.com/34116485/92353115-2fb02600-f112-11ea-9716-c1d1dbb785ad.png" alt="image" style="max-width: 100%;"></a></p>
1
<p dir="auto">Yesterday, I saw a bug in the behaviour of inputs with ngModel set. When you have some text in the input already and you put the cursor before that text and start typing really fast (press all buttons of your keyboard), the cursor jumps to the end of the string. The issue also occurs in textareas making them unusable.</p> <p dir="auto"><a href="http://plnkr.co/edit/KJeHOPtDW2J7CBLFZsPb?p=preview" rel="nofollow">http://plnkr.co/edit/KJeHOPtDW2J7CBLFZsPb?p=preview</a></p> <p dir="auto">Without fixing this, inputs and textareas are unusable since writing something in the middle of the content is an important feature.</p> <p dir="auto">Tested browsers: Chrome 47.0.2526.106 (64-bit), Firefox 43.0.3</p>
<p dir="auto">When you type extremely fast, the [(ng-model)] behaves buggy.</p> <p dir="auto">When I did a debug I found next condition inside NgModel directive:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if (isPropertyUpdated(changes, this.viewModel)) { this._control.updateValue(this.model); this.viewModel = this.model; }"><pre class="notranslate"><span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-en">isPropertyUpdated</span><span class="pl-kos">(</span><span class="pl-s1">changes</span><span class="pl-kos">,</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">viewModel</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">_control</span><span class="pl-kos">.</span><span class="pl-en">updateValue</span><span class="pl-kos">(</span><span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">model</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">viewModel</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">model</span><span class="pl-kos">;</span> <span class="pl-kos">}</span></pre></div> <p dir="auto"><a href="https://github.com/angular/angular/blob/master/modules/angular2/src/common/forms/directives/ng_model.ts#L81">Here</a> is the reference to the source.<br> I suppose that the code inside this condition should run only when the model property is updated by the user of ng-model directive. Actually, when you try to type, for instance, '123123' very very fast the events, that are emitted by the code below, notify the model in late.</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" viewToModelUpdate(newValue: any): void { this.viewModel = newValue; ObservableWrapper.callEmit(this.update, newValue); }"><pre class="notranslate"> <span class="pl-en">viewToModelUpdate</span><span class="pl-kos">(</span><span class="pl-s1">newValue</span>: any<span class="pl-kos">)</span>: <span class="pl-k">void</span> <span class="pl-kos">{</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">viewModel</span> <span class="pl-c1">=</span> <span class="pl-s1">newValue</span><span class="pl-kos">;</span> <span class="pl-smi">ObservableWrapper</span><span class="pl-kos">.</span><span class="pl-en">callEmit</span><span class="pl-kos">(</span><span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">update</span><span class="pl-kos">,</span> <span class="pl-s1">newValue</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span></pre></div> <p dir="auto"><a href="https://github.com/angular/angular/blob/master/modules/angular2/src/common/forms/directives/ng_model.ts#L95">Here</a> is the reference to the source.<br> This lateness causes update of the <code class="notranslate">_control</code> and then of input itself, due to next code:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" // model -&gt; view control.registerOnChange(newValue =&gt; dir.valueAccessor.writeValue(newValue));"><pre class="notranslate"> <span class="pl-c">// model -&gt; view</span> <span class="pl-s1">control</span><span class="pl-kos">.</span><span class="pl-en">registerOnChange</span><span class="pl-kos">(</span><span class="pl-s1">newValue</span> <span class="pl-c1">=&gt;</span> <span class="pl-s1">dir</span><span class="pl-kos">.</span><span class="pl-c1">valueAccessor</span><span class="pl-kos">.</span><span class="pl-en">writeValue</span><span class="pl-kos">(</span><span class="pl-s1">newValue</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div> <p dir="auto"><a href="https://github.com/angular/angular/blob/master/modules/angular2/src/common/forms/directives/shared.ts#L41">Here</a> is the reference to the source.<br> This process isn't visible to human eye due to its speed, but when you debug it looks like the input box is .</p> <p dir="auto">I work on laptop with Windows 10. I successfully reproduced it on latest Chrome version and latest Edge version. Also tried on latest Firefox, but it reproduces less frequently (I believe that it is due to slower event dispatch).</p> <p dir="auto">You can reproduce it <a href="http://plnkr.co/edit/4PVILSxFJCMQipiY3gUT?p=preview" rel="nofollow">here</a>, but you should debug the source of angular. You can do it by hitting break point inside next condition</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if (shared_1.isPropertyUpdated(changes, this.viewModel))"><pre class="notranslate"><span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-s1">shared_1</span><span class="pl-kos">.</span><span class="pl-en">isPropertyUpdated</span><span class="pl-kos">(</span><span class="pl-s1">changes</span><span class="pl-kos">,</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">viewModel</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos"></span></pre></div> <p dir="auto">under <code class="notranslate">NgModel.prototype.ngOnChanges</code> function.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/168aebf72088f79836ee58341c2895326b01bf00ba78cc252a8ada354b41d492/687474703a2f2f692e67697068792e636f6d2f323674503839507538315557374d617a4b2e676966"><img src="https://camo.githubusercontent.com/168aebf72088f79836ee58341c2895326b01bf00ba78cc252a8ada354b41d492/687474703a2f2f692e67697068792e636f6d2f323674503839507538315557374d617a4b2e676966" alt="reproducing" data-animated-image="" data-canonical-src="http://i.giphy.com/26tP89Pu81UW7MazK.gif" style="max-width: 100%;"></a><br> Note, that you have to write <strong>extremely</strong> fast!</p>
1
<p dir="auto">Currently Playwright generates a uuid-style filename</p> <p dir="auto">We're using Playright to record out tests in a pipeline which is providing excellent visual feedback thank you! <a href="https://github.com/Subscribie/subscribie/actions/runs/462234262">https://github.com/Subscribie/subscribie/actions/runs/462234262</a> (please see artifacts)</p> <p dir="auto">It's very valuable to visually see when/why a test fails as a video- so we start / stop a video recording for each test.</p> <p dir="auto">As you can see from the artifacts, it's hard to tell which video is which without being able to name the video file during record. Is there a mechanism/recommended way to do this?</p> <p dir="auto">Ref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="762199717" data-permission-text="Title is private" data-url="https://github.com/microsoft/playwright/issues/4682" data-hovercard-type="issue" data-hovercard-url="/microsoft/playwright/issues/4682/hovercard" href="https://github.com/microsoft/playwright/issues/4682">#4682</a></p>
<p dir="auto">Hi team. I love the new video API in 1.5.0. Very clean. I don't see any information about how to name video files in the examples though. Seems like each file is just assigned a random name with no way to change that. When the API was in beta, we could get a handle to the file in order to rename it. Am I missing something in the docs?<br> <a href="https://playwright.dev/docs/videos" rel="nofollow">https://playwright.dev/docs/videos</a></p> <p dir="auto">Thanks!</p>
1
<p dir="auto">After <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="165650838" data-permission-text="Title is private" data-url="https://github.com/scikit-learn/scikit-learn/issues/6990" data-hovercard-type="pull_request" data-hovercard-url="/scikit-learn/scikit-learn/pull/6990/hovercard" href="https://github.com/scikit-learn/scikit-learn/pull/6990">#6990</a> is merged, we should rephrase the installation docs in terms of pip install on linux. Basically if you're on i386 or x86_64 you can now use binaries. If you're on raspberry pi, or some other ARM or whatever, the warning still applies. So I think it's fair to now recommend pip install sklearn as the main methods of installation, and add a warning that on non-intel linux that is a bad idea.</p>
<p dir="auto">I think with anylinux it's now fine to install numpy and scipy using pip, so we should remove that sentence from the install documentation. ping <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/GaelVaroquaux/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/GaelVaroquaux">@GaelVaroquaux</a></p>
1
<p dir="auto">According to <a href="https://code.visualstudio.com/docs/editor/tasks#_autodetecting-gulp-grunt-and-jake-tasks" rel="nofollow">documentation</a> VS Code can autodetect tasks from within Gulp, Grunt and Jake files.</p> <p dir="auto">It would be nice if there was extension point to add support also for other type of build files - while I have created FAKE (F# Make) plugin I think it would be better to have more general solution allowing us just to extend existing functionality instead of duplicating it.</p>
<p dir="auto">Issue Id: <b>86637fe9-38db-b0c2-7bfa-cf7e40c002e9</b><br><br><em>Versions</em> <br>- 0.10.8<br><em>Stack</em> <br>TypeError: Cannot read property 'className' of null<br>[/vs/base/browser/dom.ts#L65:20 (_findClassName)](<a href="https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/browser/dom.ts#L65:20">https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/browser/dom.ts#L65:20</a> %28_findClassName%29)<br>[/vs/base/browser/dom.ts#L172:1 (toggleClass)](<a href="https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/browser/dom.ts#L172:1">https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/browser/dom.ts#L172:1</a> %28toggleClass%29)<br>[/vs/editor/contrib/suggest/browser/suggestWidget.ts#L650:2 (SuggestWidget.setState)](<a href="https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/editor/contrib/suggest/browser/suggestWidget.ts#L650:2">https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/editor/contrib/suggest/browser/suggestWidget.ts#L650:2</a> %28SuggestWidget.setState%29)<br>[/vs/editor/contrib/suggest/browser/suggestWidget.ts#L576:9 (SuggestWidget.onEditorBlur)](<a href="https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/editor/contrib/suggest/browser/suggestWidget.ts#L576:9">https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/editor/contrib/suggest/browser/suggestWidget.ts#L576:9</a> %28SuggestWidget.onEditorBlur%29)<br>[/vs/base/common/winjs.base.raw.js#L1782:0 (onComplete)](<a href="https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/common/winjs.base.raw.js#L1782:0">https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/common/winjs.base.raw.js#L1782:0</a> %28onComplete%29)<br>[/vs/base/common/winjs.base.raw.js#L1448:0 (call)](<a href="https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/common/winjs.base.raw.js#L1448:0">https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/common/winjs.base.raw.js#L1448:0</a> %28call%29)<br>[/vs/base/common/winjs.base.raw.js#L1127:0 (_notify)](<a href="https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/common/winjs.base.raw.js#L1127:0">https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/common/winjs.base.raw.js#L1127:0</a> %28_notify%29)<br>[/vs/base/common/winjs.base.raw.js#L1343:0 (enter)](<a href="https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/common/winjs.base.raw.js#L1343:0">https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/common/winjs.base.raw.js#L1343:0</a> %28enter%29)<br>[/vs/base/common/winjs.base.raw.js#L1311:0 (_run)](<a href="https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/common/winjs.base.raw.js#L1311:0">https://github.com/microsoft/vscode/blob/db71ac615ddf9f33b133ff2536f5d33a77d4774e/src/vs/base/common/winjs.base.raw.js#L1311:0</a> %28_run%29)<br></p>
0
<p dir="auto"><a href="https://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/22962/kubernetes-pull-test-unit-integration/20155/" rel="nofollow">https://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/22962/kubernetes-pull-test-unit-integration/20155/</a></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Build timed out (after 60 minutes). Marking the build as aborted. Build timed out (after 60 minutes). Marking the build as failed. FATAL: Unable to delete script file /tmp/hudson1095119725192734885.sh"><pre class="notranslate"><code class="notranslate">Build timed out (after 60 minutes). Marking the build as aborted. Build timed out (after 60 minutes). Marking the build as failed. FATAL: Unable to delete script file /tmp/hudson1095119725192734885.sh </code></pre></div>
<p dir="auto">I think yesterday they were running in under 40 minutes.</p> <p dir="auto">I did <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="155861384" data-permission-text="Title is private" data-url="https://github.com/kubernetes-retired/contrib/issues/1022" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes-retired/contrib/pull/1022/hovercard" href="https://github.com/kubernetes-retired/contrib/pull/1022">kubernetes-retired/contrib#1022</a> because the submit queue is timing out before merging after running tests. I will try to push it live tonight. But we need to figure out what caused this.</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/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: 2.7.0</li> <li>Operating System version: macos</li> <li>Java version: 1.8</li> </ul> <h3 dir="auto">functions</h3> <ol dir="auto"> <li>Upgrade junit to junit 5</li> <li>Upgrade the test cases</li> </ol> <h3 dir="auto">Why do this ?</h3> <ul dir="auto"> <li>Some new features:test extensions 、Future of JVM testing、easier parameterized tests</li> <li>Java 8 lambda support</li> <li>Optimized api</li> <li>Basically compatible with junit4</li> </ul> <p dir="auto">Please read the referenced article <a href="http://dolszewski.com/testing/7-reasons-why-you-should-start-using-junit-5-today/" rel="nofollow">《7 reasons why you should start using JUnit 5 today》</a></p> <h3 dir="auto">How to write junit5 test case ?</h3> <p dir="auto">Please see 《JUnit 5 User Guide》 : <a href="https://junit.org/junit5/docs/current/user-guide/" rel="nofollow">https://junit.org/junit5/docs/current/user-guide/</a></p>
<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.0</li> <li>Operating System version: windows10</li> <li>Java version: 1.8</li> </ul> <h3 dir="auto">Steps to reproduce this issue</h3> <p dir="auto">When an Aop pointcut is an interface:</p> <ol dir="auto"> <li>With <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/reference/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/reference">@reference</a>, Aop does not work</li> <li>Using XML with <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/autowire/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/autowire">@autowire</a>, Aop works fine</li> </ol> <p dir="auto">当Aop切入点是接口时:</p> <ol dir="auto"> <li>使用<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/reference/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/reference">@reference</a>,Aop不生效</li> <li>使用xml配合<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Autowired/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Autowired">@Autowired</a>,Aop正常工作</li> </ol> <p dir="auto">Pls. provide [GitHub address] to reproduce this issue.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="package com.xxxx.service; public interface XxxxService { DicResponseDTO&lt;List&lt;String&gt;&gt; getAllFormKey(); } ------------------------- @Aspect @Component public class XxxAspect { @Around(&quot;execution(* com.xxxx.service.*.*(..))&quot;) public Object aroundApi(ProceedingJoinPoint pjp) throws Throwable { } } ------------------------------------- @RestController public class TestController { /** *&lt;dubbo:reference interface=&quot;com.xxxx.service.XxxxService&quot; id=&quot;xxxService&quot; check=&quot;false&quot; * timeout=&quot;5000&quot; retries=&quot;-1&quot;/&gt; **/ @Autowired private XxxxService xxxxService; @Reference private XxxxService xxxxServiceRe; @RequestMapping(&quot;test&quot;) public void ss() { Object allFormKey = xxxxService.getAllFormKey(); } }"><pre class="notranslate"><code class="notranslate">package com.xxxx.service; public interface XxxxService { DicResponseDTO&lt;List&lt;String&gt;&gt; getAllFormKey(); } ------------------------- @Aspect @Component public class XxxAspect { @Around("execution(* com.xxxx.service.*.*(..))") public Object aroundApi(ProceedingJoinPoint pjp) throws Throwable { } } ------------------------------------- @RestController public class TestController { /** *&lt;dubbo:reference interface="com.xxxx.service.XxxxService" id="xxxService" check="false" * timeout="5000" retries="-1"/&gt; **/ @Autowired private XxxxService xxxxService; @Reference private XxxxService xxxxServiceRe; @RequestMapping("test") public void ss() { Object allFormKey = xxxxService.getAllFormKey(); } } </code></pre></div> <h3 dir="auto">Expected Result</h3> <p dir="auto">What do you expected from the above steps?</p> <p dir="auto">Expectation: With <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/reference/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/reference">@reference</a>, Aop works fine<br> 期望:使用<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/reference/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/reference">@reference</a>,Aop能正常工作</p> <h3 dir="auto">Actual Result</h3> <p dir="auto">What actually happens?</p> <p dir="auto">With <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/reference/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/reference">@reference</a>, Aop does not work<br> 使用<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/reference/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/reference">@reference</a>,Aop不生效</p>
0
<p dir="auto">Trying the ++ operator.,I had to put ++ twice for the value to change.</p> <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-increment-a-number-with-javascript#?solution=var%20myVar%20%3D%2087%3B%0A%0A%2F%2F%20Only%20change%20code%20below%20this%20line%0AmyVar%2B%2B%3B%0AmyVar%3DmyVar%2B%2B%3B%0Aconsole.log%28myVar%29%3B%0AmyVar%3DmyVar%3B%0A%0A%0A" rel="nofollow">Waypoint: Increment a Number with Javascript</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9</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="var myVar = 87; // Only change code below this line myVar++; myVar=myVar++; console.log(myVar); myVar=myVar; "><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-s1">myVar</span> <span class="pl-c1">=</span> <span class="pl-c1">87</span><span class="pl-kos">;</span> <span class="pl-c">// Only change code below this line</span> <span class="pl-s1">myVar</span><span class="pl-c1">++</span><span class="pl-kos">;</span> <span class="pl-s1">myVar</span><span class="pl-c1">=</span><span class="pl-s1">myVar</span><span class="pl-c1">++</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">myVar</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-s1">myVar</span><span class="pl-c1">=</span><span class="pl-s1">myVar</span><span class="pl-kos">;</span> </pre></div>
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-decrement-a-number-with-javascript#?solution=var%20myVar%20%3D%2011%3B%0A%0A%2F%2F%20Only%20change%20code%20below%20this%20line%0AmyVar%20%3D%20myVar--%3B%0A%0A" rel="nofollow">Waypoint: Decrement a Number with Javascript</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 10.0) 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="var myVar = 11; // Only change code below this line myVar = myVar--;"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-s1">myVar</span> <span class="pl-c1">=</span> <span class="pl-c1">11</span><span class="pl-kos">;</span> <span class="pl-c">// Only change code below this line</span> <span class="pl-s1">myVar</span> <span class="pl-c1">=</span> <span class="pl-s1">myVar</span><span class="pl-c1">--</span><span class="pl-kos">;</span></pre></div> <p dir="auto">This code returns <code class="notranslate">11</code>, but in test is number <code class="notranslate">10</code>, for which works <code class="notranslate">myVar = --myVar;</code>, but that does not pass "Use the -- operator on myVar".</p>
1
<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">User can type letter "e" in input type="number" fields and any value containing one or many letters "e" is considered valid. Also, having letters "e" in input breaks pattern validation.</p> <p dir="auto"><strong>Expected behavior</strong><br> I assume it is possible to use <em>exponential notation</em> in number inputs, but the value still should be tested as a valid number, and pattern validation still should be applied.</p> <p dir="auto"><strong>Minimal reproduction of the problem with instructions</strong></p> <p dir="auto"><a href="http://plnkr.co/edit/1aQRuixe6f9bzN0Wf2RU?p=preview" rel="nofollow">http://plnkr.co/edit/1aQRuixe6f9bzN0Wf2RU?p=preview</a></p> <ol dir="auto"> <li>Try to type "eeeeeeeeee". This is considered a valid number</li> <li>Try to type "123456". Pattern validation works as intended and the field is invalid</li> <li>Now add letter 'e' : "123456e". The field is now considered valid</li> <li>Conclusion: Letter 'e' is not taken in account for number validation and breaks pattern validation.</li> </ol> <p dir="auto"><strong>What is the motivation / use case for changing the behavior?</strong></p> <p dir="auto">This is a silent failure in the validation process of number inputs, that currently needs to be manually adressed with input event handlers.</p> <p dir="auto"><strong>Please tell us about your environment:</strong> Windows 7</p> <ul dir="auto"> <li> <p dir="auto"><strong>Angular version:</strong> 2.0.0</p> </li> <li> <p dir="auto"><strong>Browser:</strong> Chrome 53</p> </li> <li> <p dir="auto"><strong>Language:</strong> all</p> </li> </ul>
<p dir="auto">Data types: email, url, number, date, time, week, month.</p>
1
<p dir="auto">Hi,<br> I'm trying to complile TF from sources I recieve the following error:<br> <code class="notranslate">dyld: Library not loaded: @rpath/libcudart.8.0.dylib</code><br> I know for a fact that cuda is correctly installed as I'm currently using TF on my machine (pip).</p> <p dir="auto">I've been following those steps:</p> <ol dir="auto"> <li>clone master</li> <li>select X-code 7.2</li> <li>./configure, all defaults except: <ul dir="auto"> <li>compile options: -march=native -mavx -mavx2 -mfma</li> <li>support cuda [Y]</li> </ul> </li> <li>bazel build --verbose_failures --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package</li> </ol> <p dir="auto">what I'm I doing wrong ?</p> <p dir="auto">Thanks</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Cesare:tensorflow-master cesare$ bazel build --verbose_failures --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package WARNING: /Users/cesare/Projects/ml/tensorflow-master/tensorflow/contrib/learn/BUILD:15:1: in py_library rule //tensorflow/contrib/learn:learn: target '//tensorflow/contrib/learn:learn' depends on deprecated target '//tensorflow/contrib/session_bundle:exporter': Use SavedModel Builder instead. WARNING: /Users/cesare/Projects/ml/tensorflow-master/tensorflow/contrib/learn/BUILD:15:1: in py_library rule //tensorflow/contrib/learn:learn: target '//tensorflow/contrib/learn:learn' depends on deprecated target '//tensorflow/contrib/session_bundle:gc': Use SavedModel instead. INFO: Found 1 target... ERROR: /Users/cesare/Projects/ml/tensorflow-master/tensorflow/contrib/factorization/BUILD:106:1: Executing genrule //tensorflow/contrib/factorization:gen_factorization_ops_pygenrule failed: bash failed: error executing command (cd /private/var/tmp/_bazel_cesare/bcc912c27d26c81cd2b264ad18985527/execroot/tensorflow-master &amp;&amp; \ exec env - \ CUDA_TOOLKIT_PATH=/usr/local/cuda \ CUDNN_INSTALL_PATH=/usr/local/cuda \ GCC_HOST_COMPILER_PATH=/usr/bin/gcc \ PATH=/usr/local/cuda/bin:/opt/local/bin:/opt/local/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/MacGPG2/bin \ TF_CUDA_COMPUTE_CAPABILITIES=3.5,5.2 \ TF_CUDA_VERSION='' \ TF_CUDNN_VERSION='' \ TF_NEED_CUDA=1 \ TMPDIR=/var/folders/n5/2dz3mvjj1cs6cn6j93_vj_mc0000gn/T/ \ /bin/bash -c 'source external/bazel_tools/tools/genrule/genrule-setup.sh; bazel-out/host/bin/tensorflow/contrib/factorization/gen_gen_factorization_ops_py_wrappers_cc 0 &gt; bazel-out/local_darwin-py3-opt/genfiles/tensorflow/contrib/factorization/python/ops/gen_factorization_ops.py'): com.google.devtools.build.lib.shell.AbnormalTerminationException: Process terminated by signal 6. dyld: Library not loaded: @rpath/libcudart.8.0.dylib Referenced from: /private/var/tmp/_bazel_cesare/bcc912c27d26c81cd2b264ad18985527/execroot/tensorflow-master/bazel-out/host/bin/tensorflow/contrib/factorization/gen_gen_factorization_ops_py_wrappers_cc Reason: image not found /bin/bash: line 1: 63383 Abort trap: 6 bazel-out/host/bin/tensorflow/contrib/factorization/gen_gen_factorization_ops_py_wrappers_cc 0 &gt; bazel-out/local_darwin-py3-opt/genfiles/tensorflow/contrib/factorization/python/ops/gen_factorization_ops.py Target //tensorflow/tools/pip_package:build_pip_package failed to build INFO: Elapsed time: 1.018s, Critical Path: 0.04s"><pre class="notranslate"><code class="notranslate">Cesare:tensorflow-master cesare$ bazel build --verbose_failures --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package WARNING: /Users/cesare/Projects/ml/tensorflow-master/tensorflow/contrib/learn/BUILD:15:1: in py_library rule //tensorflow/contrib/learn:learn: target '//tensorflow/contrib/learn:learn' depends on deprecated target '//tensorflow/contrib/session_bundle:exporter': Use SavedModel Builder instead. WARNING: /Users/cesare/Projects/ml/tensorflow-master/tensorflow/contrib/learn/BUILD:15:1: in py_library rule //tensorflow/contrib/learn:learn: target '//tensorflow/contrib/learn:learn' depends on deprecated target '//tensorflow/contrib/session_bundle:gc': Use SavedModel instead. INFO: Found 1 target... ERROR: /Users/cesare/Projects/ml/tensorflow-master/tensorflow/contrib/factorization/BUILD:106:1: Executing genrule //tensorflow/contrib/factorization:gen_factorization_ops_pygenrule failed: bash failed: error executing command (cd /private/var/tmp/_bazel_cesare/bcc912c27d26c81cd2b264ad18985527/execroot/tensorflow-master &amp;&amp; \ exec env - \ CUDA_TOOLKIT_PATH=/usr/local/cuda \ CUDNN_INSTALL_PATH=/usr/local/cuda \ GCC_HOST_COMPILER_PATH=/usr/bin/gcc \ PATH=/usr/local/cuda/bin:/opt/local/bin:/opt/local/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/MacGPG2/bin \ TF_CUDA_COMPUTE_CAPABILITIES=3.5,5.2 \ TF_CUDA_VERSION='' \ TF_CUDNN_VERSION='' \ TF_NEED_CUDA=1 \ TMPDIR=/var/folders/n5/2dz3mvjj1cs6cn6j93_vj_mc0000gn/T/ \ /bin/bash -c 'source external/bazel_tools/tools/genrule/genrule-setup.sh; bazel-out/host/bin/tensorflow/contrib/factorization/gen_gen_factorization_ops_py_wrappers_cc 0 &gt; bazel-out/local_darwin-py3-opt/genfiles/tensorflow/contrib/factorization/python/ops/gen_factorization_ops.py'): com.google.devtools.build.lib.shell.AbnormalTerminationException: Process terminated by signal 6. dyld: Library not loaded: @rpath/libcudart.8.0.dylib Referenced from: /private/var/tmp/_bazel_cesare/bcc912c27d26c81cd2b264ad18985527/execroot/tensorflow-master/bazel-out/host/bin/tensorflow/contrib/factorization/gen_gen_factorization_ops_py_wrappers_cc Reason: image not found /bin/bash: line 1: 63383 Abort trap: 6 bazel-out/host/bin/tensorflow/contrib/factorization/gen_gen_factorization_ops_py_wrappers_cc 0 &gt; bazel-out/local_darwin-py3-opt/genfiles/tensorflow/contrib/factorization/python/ops/gen_factorization_ops.py Target //tensorflow/tools/pip_package:build_pip_package failed to build INFO: Elapsed time: 1.018s, Critical Path: 0.04s </code></pre></div> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Cesare:tensorflow-master cesare$ ls -la /usr/local/cuda/lib/libcudart.8.0.dylib lrwxr-xr-x@ 1 cesare staff 50 Sep 27 2016 /usr/local/cuda/lib/libcudart.8.0.dylib -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudart.8.0.dylib"><pre class="notranslate"><code class="notranslate">Cesare:tensorflow-master cesare$ ls -la /usr/local/cuda/lib/libcudart.8.0.dylib lrwxr-xr-x@ 1 cesare staff 50 Sep 27 2016 /usr/local/cuda/lib/libcudart.8.0.dylib -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudart.8.0.dylib </code></pre></div> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Cesare:tensorflow-master cesare$ echo $DYLD_LIBRARY_PATH /usr/local/cuda/extras/CUPTI/lib:/usr/local/cuda/lib:/usr/local/cuda"><pre class="notranslate"><code class="notranslate">Cesare:tensorflow-master cesare$ echo $DYLD_LIBRARY_PATH /usr/local/cuda/extras/CUPTI/lib:/usr/local/cuda/lib:/usr/local/cuda </code></pre></div>
<p dir="auto">Something related to linking seems to cause the build to fail on Mac OS 10.12.2 when building with CUDA.</p> <p dir="auto">Verbose build error is:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ bazel build -c opt --config=cuda --verbose_failures //tensorflow/tools/pip_package:build_pip_package INFO: Found 1 target... ERROR: /Users/anton/tmp/tensorflow/tensorflow/contrib/ffmpeg/BUILD:66:1: Executing genrule //tensorflow/contrib/ffmpeg:decode_audio_op_py_pygenrule failed: bash failed: error executing command (cd /private/var/tmp/_bazel_anton/d3361bfa15c75c42ab541f3d83e8eba4/execroot/tensorflow &amp;&amp; \ exec env - \ PATH=/usr/local/cuda/bin:/Users/anton/.pyenv/shims:/Users/anton/.rbenv/shims:/Users/anton/.scalaenv/shims:/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Users/anton/unix/bin:/usr/local/cuda/bin \ TMPDIR=/var/folders/4r/mq7ht1z11t72w5b5b6014zwm0000gn/T/ \ /bin/bash -c 'source external/bazel_tools/tools/genrule/genrule-setup.sh; bazel-out/host/bin/tensorflow/contrib/ffmpeg/gen_decode_audio_op_py_py_wrappers_cc 1 &gt; bazel-out/local_darwin-py3-opt/genfiles/tensorflow/contrib/ffmpeg/ops/gen_decode_audio_op_py.py'): com.google.devtools.build.lib.shell.AbnormalTerminationException: Process terminated by signal 6. dyld: Library not loaded: @rpath/libcudart.8.0.dylib Referenced from: /private/var/tmp/_bazel_anton/d3361bfa15c75c42ab541f3d83e8eba4/execroot/tensorflow/bazel-out/host/bin/tensorflow/contrib/ffmpeg/gen_decode_audio_op_py_py_wrappers_cc Reason: image not found /bin/bash: line 1: 72493 Abort trap: 6 bazel-out/host/bin/tensorflow/contrib/ffmpeg/gen_decode_audio_op_py_py_wrappers_cc 1 &gt; bazel-out/local_darwin-py3-opt/genfiles/tensorflow/contrib/ffmpeg/ops/gen_decode_audio_op_py.py Target //tensorflow/tools/pip_package:build_pip_package failed to build INFO: Elapsed time: 2.707s, Critical Path: 0.32s"><pre class="notranslate"><code class="notranslate">$ bazel build -c opt --config=cuda --verbose_failures //tensorflow/tools/pip_package:build_pip_package INFO: Found 1 target... ERROR: /Users/anton/tmp/tensorflow/tensorflow/contrib/ffmpeg/BUILD:66:1: Executing genrule //tensorflow/contrib/ffmpeg:decode_audio_op_py_pygenrule failed: bash failed: error executing command (cd /private/var/tmp/_bazel_anton/d3361bfa15c75c42ab541f3d83e8eba4/execroot/tensorflow &amp;&amp; \ exec env - \ PATH=/usr/local/cuda/bin:/Users/anton/.pyenv/shims:/Users/anton/.rbenv/shims:/Users/anton/.scalaenv/shims:/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Users/anton/unix/bin:/usr/local/cuda/bin \ TMPDIR=/var/folders/4r/mq7ht1z11t72w5b5b6014zwm0000gn/T/ \ /bin/bash -c 'source external/bazel_tools/tools/genrule/genrule-setup.sh; bazel-out/host/bin/tensorflow/contrib/ffmpeg/gen_decode_audio_op_py_py_wrappers_cc 1 &gt; bazel-out/local_darwin-py3-opt/genfiles/tensorflow/contrib/ffmpeg/ops/gen_decode_audio_op_py.py'): com.google.devtools.build.lib.shell.AbnormalTerminationException: Process terminated by signal 6. dyld: Library not loaded: @rpath/libcudart.8.0.dylib Referenced from: /private/var/tmp/_bazel_anton/d3361bfa15c75c42ab541f3d83e8eba4/execroot/tensorflow/bazel-out/host/bin/tensorflow/contrib/ffmpeg/gen_decode_audio_op_py_py_wrappers_cc Reason: image not found /bin/bash: line 1: 72493 Abort trap: 6 bazel-out/host/bin/tensorflow/contrib/ffmpeg/gen_decode_audio_op_py_py_wrappers_cc 1 &gt; bazel-out/local_darwin-py3-opt/genfiles/tensorflow/contrib/ffmpeg/ops/gen_decode_audio_op_py.py Target //tensorflow/tools/pip_package:build_pip_package failed to build INFO: Elapsed time: 2.707s, Critical Path: 0.32s </code></pre></div> <h3 dir="auto">Related posts</h3> <p dir="auto">It seems that Caffe had similar issues due to Apple dropping the <code class="notranslate">LD_LIBRARY_PATH</code> environment variable: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="112425891" data-permission-text="Title is private" data-url="https://github.com/BVLC/caffe/issues/3227" data-hovercard-type="issue" data-hovercard-url="/BVLC/caffe/issues/3227/hovercard" href="https://github.com/BVLC/caffe/issues/3227">BVLC/caffe#3227</a></p> <h3 dir="auto">Environment info</h3> <p dir="auto">Operating System: Mac OS 10.12.2</p> <p dir="auto">Installed version of CUDA and cuDNN:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ls -l /usr/local/cuda/lib/libcud* -rwxr-xr-x 1 root wheel 13504 Nov 3 19:39 /usr/local/cuda/lib/libcuda.dylib* lrwxr-xr-x 1 root wheel 45 Nov 3 19:40 /usr/local/cuda/lib/libcudadevrt.a@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudadevrt.a lrwxr-xr-x 1 root wheel 50 Nov 3 19:40 /usr/local/cuda/lib/libcudart.8.0.dylib@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudart.8.0.dylib lrwxr-xr-x 1 root wheel 46 Nov 3 19:40 /usr/local/cuda/lib/libcudart.dylib@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudart.dylib lrwxr-xr-x 1 root wheel 49 Nov 3 19:40 /usr/local/cuda/lib/libcudart_static.a@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudart_static.a lrwxr-xr-x 1 root admin 47 Jan 8 16:48 /usr/local/cuda/lib/libcudnn.5.dylib@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudnn.5.dylib lrwxr-xr-x 1 root admin 45 Jan 8 16:48 /usr/local/cuda/lib/libcudnn.dylib@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudnn.dylib lrwxr-xr-x 1 root admin 48 Jan 8 16:48 /usr/local/cuda/lib/libcudnn_static.a@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudnn_static.a"><pre class="notranslate"><code class="notranslate">$ ls -l /usr/local/cuda/lib/libcud* -rwxr-xr-x 1 root wheel 13504 Nov 3 19:39 /usr/local/cuda/lib/libcuda.dylib* lrwxr-xr-x 1 root wheel 45 Nov 3 19:40 /usr/local/cuda/lib/libcudadevrt.a@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudadevrt.a lrwxr-xr-x 1 root wheel 50 Nov 3 19:40 /usr/local/cuda/lib/libcudart.8.0.dylib@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudart.8.0.dylib lrwxr-xr-x 1 root wheel 46 Nov 3 19:40 /usr/local/cuda/lib/libcudart.dylib@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudart.dylib lrwxr-xr-x 1 root wheel 49 Nov 3 19:40 /usr/local/cuda/lib/libcudart_static.a@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudart_static.a lrwxr-xr-x 1 root admin 47 Jan 8 16:48 /usr/local/cuda/lib/libcudnn.5.dylib@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudnn.5.dylib lrwxr-xr-x 1 root admin 45 Jan 8 16:48 /usr/local/cuda/lib/libcudnn.dylib@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudnn.dylib lrwxr-xr-x 1 root admin 48 Jan 8 16:48 /usr/local/cuda/lib/libcudnn_static.a@ -&gt; /Developer/NVIDIA/CUDA-8.0/lib/libcudnn_static.a </code></pre></div> <h5 dir="auto">Configuration command</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Please specify the location of python. [Default is /Users/anton/.pyenv/shims/python]: Do you wish to build TensorFlow with Google Cloud Platform support? [y/N] N No Google Cloud Platform support will be enabled for TensorFlow Do you wish to build TensorFlow with Hadoop File System support? [y/N] N No Hadoop File System support will be enabled for TensorFlow Error in sitecustomize; set PYTHONVERBOSE for traceback: KeyError: 'PYTHONPATH' Error in sitecustomize; set PYTHONVERBOSE for traceback: KeyError: 'PYTHONPATH' Error in sitecustomize; set PYTHONVERBOSE for traceback: KeyError: 'PYTHONPATH' Found possible Python library paths: /Users/anton/.pyenv/versions/anaconda3-4.1.1/lib/python3.5/site-packages Please input the desired Python library path to use. Default is [/Users/anton/.pyenv/versions/anaconda3-4.1.1/lib/python3.5/site-packages] Using python library path: /Users/anton/.pyenv/versions/anaconda3-4.1.1/lib/python3.5/site-packages Do you wish to build TensorFlow with OpenCL support? [y/N] No OpenCL support will be enabled for TensorFlow Do you wish to build TensorFlow with CUDA support? [y/N] Y CUDA support will be enabled for TensorFlow Please specify which gcc should be used by nvcc as the host compiler. [Default is /usr/bin/gcc]: Please specify the CUDA SDK version you want to use, e.g. 7.0. [Leave empty to use system default]: Please specify the location where CUDA toolkit is installed. Refer to README.md for more details. [Default is /usr/local/cuda]: Please specify the Cudnn version you want to use. [Leave empty to use system default]: Please specify the location where cuDNN library is installed. Refer to README.md for more details. [Default is /usr/local/cuda]: libcudnn.dylib resolves to libcudnn.dylib Please specify a list of comma-separated Cuda compute capabilities you want to build with. You can find the compute capability of your device at: https://developer.nvidia.com/cuda-gpus. Please note that each additional compute capability significantly increases your build time and binary size. [Default is: &quot;3.5,5.2&quot;]: 3.5 Extracting Bazel installation... ............ INFO: Starting clean (this may take a while). Consider using --expunge_async if the clean takes more than several minutes. ......... ____Loading package: tensorflow/tools/git ____Loading package: tensorflow/contrib/opt ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 40,960 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 444,518 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 743,716 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 1,170,534 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 1,597,352 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 1,998,646 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 2,251,050 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 2,675,032 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 3,144,390 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 3,579,716 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 3,788,162 bytes INFO: All external dependencies fetched successfully. Configuration finished"><pre class="notranslate"><code class="notranslate">Please specify the location of python. [Default is /Users/anton/.pyenv/shims/python]: Do you wish to build TensorFlow with Google Cloud Platform support? [y/N] N No Google Cloud Platform support will be enabled for TensorFlow Do you wish to build TensorFlow with Hadoop File System support? [y/N] N No Hadoop File System support will be enabled for TensorFlow Error in sitecustomize; set PYTHONVERBOSE for traceback: KeyError: 'PYTHONPATH' Error in sitecustomize; set PYTHONVERBOSE for traceback: KeyError: 'PYTHONPATH' Error in sitecustomize; set PYTHONVERBOSE for traceback: KeyError: 'PYTHONPATH' Found possible Python library paths: /Users/anton/.pyenv/versions/anaconda3-4.1.1/lib/python3.5/site-packages Please input the desired Python library path to use. Default is [/Users/anton/.pyenv/versions/anaconda3-4.1.1/lib/python3.5/site-packages] Using python library path: /Users/anton/.pyenv/versions/anaconda3-4.1.1/lib/python3.5/site-packages Do you wish to build TensorFlow with OpenCL support? [y/N] No OpenCL support will be enabled for TensorFlow Do you wish to build TensorFlow with CUDA support? [y/N] Y CUDA support will be enabled for TensorFlow Please specify which gcc should be used by nvcc as the host compiler. [Default is /usr/bin/gcc]: Please specify the CUDA SDK version you want to use, e.g. 7.0. [Leave empty to use system default]: Please specify the location where CUDA toolkit is installed. Refer to README.md for more details. [Default is /usr/local/cuda]: Please specify the Cudnn version you want to use. [Leave empty to use system default]: Please specify the location where cuDNN library is installed. Refer to README.md for more details. [Default is /usr/local/cuda]: libcudnn.dylib resolves to libcudnn.dylib Please specify a list of comma-separated Cuda compute capabilities you want to build with. You can find the compute capability of your device at: https://developer.nvidia.com/cuda-gpus. Please note that each additional compute capability significantly increases your build time and binary size. [Default is: "3.5,5.2"]: 3.5 Extracting Bazel installation... ............ INFO: Starting clean (this may take a while). Consider using --expunge_async if the clean takes more than several minutes. ......... ____Loading package: tensorflow/tools/git ____Loading package: tensorflow/contrib/opt ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 40,960 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 444,518 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 743,716 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 1,170,534 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 1,597,352 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 1,998,646 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 2,251,050 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 2,675,032 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 3,144,390 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 3,579,716 bytes ____Downloading http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/008b5a228b37c054f46ba478ccafa5e855cb16db.tar.gz: 3,788,162 bytes INFO: All external dependencies fetched successfully. Configuration finished </code></pre></div> <h4 dir="auto">Git revision</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ git rev-parse HEAD ec7929b878926c39255254e9aea992f0bc65aa68"><pre class="notranslate"><code class="notranslate">$ git rev-parse HEAD ec7929b878926c39255254e9aea992f0bc65aa68 </code></pre></div> <h4 dir="auto">Bazel version</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ bazel version Build label: 0.4.3-homebrew Build target: bazel-out/local-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar Build time: Thu Dec 22 15:20:15 2016 (1482420015) Build timestamp: 1482420015 Build timestamp as int: 1482420015"><pre class="notranslate"><code class="notranslate">$ bazel version Build label: 0.4.3-homebrew Build target: bazel-out/local-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar Build time: Thu Dec 22 15:20:15 2016 (1482420015) Build timestamp: 1482420015 Build timestamp as int: 1482420015 </code></pre></div> <h3 dir="auto">Update</h3> <p dir="auto">I modified <code class="notranslate">third_party/gpus/crosstool/CROSSTOOL.tpl</code> the following lines</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" cxx_flag: &quot;-std=c++11&quot; linker_flag: &quot;-Wl,-no-as-needed&quot;"><pre class="notranslate"><code class="notranslate"> cxx_flag: "-std=c++11" linker_flag: "-Wl,-no-as-needed" </code></pre></div> <p dir="auto">in the toolchain section to:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" cxx_flag: &quot;-std=c++11&quot; linker_flag: &quot;-Wl,-no-as-needed,-rpath,/usr/local/cuda/lib&quot;"><pre class="notranslate"><code class="notranslate"> cxx_flag: "-std=c++11" linker_flag: "-Wl,-no-as-needed,-rpath,/usr/local/cuda/lib" </code></pre></div> <p dir="auto">Now I get failures at:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ERROR: /Users/anton/tmp/tensorflow/tensorflow/python/BUILD:793:1: Executing genrule //tensorflow/python:control_flow_ops_pygenrule failed: bash failed: error executing command (cd /private/var/tmp/_bazel_anton/d3361bfa15c75c42ab541f3d83e8eba4/execroot/tensorflow &amp;&amp; \ exec env - \ PATH=/usr/local/cuda/bin:/Users/anton/.pyenv/shims:/Users/anton/.rbenv/shims:/Users/anton/.scalaenv/shims:/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Users/anton/unix/bin:/usr/local/cuda/bin \ TMPDIR=/var/folders/4r/mq7ht1z11t72w5b5b6014zwm0000gn/T/ \ /bin/bash -c 'source external/bazel_tools/tools/genrule/genrule-setup.sh; bazel-out/host/bin/tensorflow/python/gen_control_flow_ops_py_wrappers_cc @tensorflow/python/ops/hidden_ops.txt 1 &gt; bazel-out/local_darwin-py3-opt/genfiles/tensorflow/python/ops/gen_control_flow_ops.py'): com.google.devtools.build.lib.shell.AbnormalTerminationException: Process terminated by signal 6. dyld: Library not loaded: @rpath/libcudart.8.0.dylib Referenced from: /private/var/tmp/_bazel_anton/d3361bfa15c75c42ab541f3d83e8eba4/execroot/tensorflow/bazel-out/host/bin/tensorflow/python/gen_control_flow_ops_py_wrappers_cc Reason: image not found /bin/bash: line 1: 45635 Abort trap: 6 bazel-out/host/bin/tensorflow/python/gen_control_flow_ops_py_wrappers_cc @tensorflow/python/ops/hidden_ops.txt 1 &gt; bazel-out/local_darwin-py3-opt/genfiles/tensorflow/python/ops/gen_control_flow_ops.py Target //tensorflow/tools/pip_package:build_pip_package failed to build INFO: Elapsed time: 1683.463s, Critical Path: 1587.37s"><pre class="notranslate"><code class="notranslate">ERROR: /Users/anton/tmp/tensorflow/tensorflow/python/BUILD:793:1: Executing genrule //tensorflow/python:control_flow_ops_pygenrule failed: bash failed: error executing command (cd /private/var/tmp/_bazel_anton/d3361bfa15c75c42ab541f3d83e8eba4/execroot/tensorflow &amp;&amp; \ exec env - \ PATH=/usr/local/cuda/bin:/Users/anton/.pyenv/shims:/Users/anton/.rbenv/shims:/Users/anton/.scalaenv/shims:/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Users/anton/unix/bin:/usr/local/cuda/bin \ TMPDIR=/var/folders/4r/mq7ht1z11t72w5b5b6014zwm0000gn/T/ \ /bin/bash -c 'source external/bazel_tools/tools/genrule/genrule-setup.sh; bazel-out/host/bin/tensorflow/python/gen_control_flow_ops_py_wrappers_cc @tensorflow/python/ops/hidden_ops.txt 1 &gt; bazel-out/local_darwin-py3-opt/genfiles/tensorflow/python/ops/gen_control_flow_ops.py'): com.google.devtools.build.lib.shell.AbnormalTerminationException: Process terminated by signal 6. dyld: Library not loaded: @rpath/libcudart.8.0.dylib Referenced from: /private/var/tmp/_bazel_anton/d3361bfa15c75c42ab541f3d83e8eba4/execroot/tensorflow/bazel-out/host/bin/tensorflow/python/gen_control_flow_ops_py_wrappers_cc Reason: image not found /bin/bash: line 1: 45635 Abort trap: 6 bazel-out/host/bin/tensorflow/python/gen_control_flow_ops_py_wrappers_cc @tensorflow/python/ops/hidden_ops.txt 1 &gt; bazel-out/local_darwin-py3-opt/genfiles/tensorflow/python/ops/gen_control_flow_ops.py Target //tensorflow/tools/pip_package:build_pip_package failed to build INFO: Elapsed time: 1683.463s, Critical Path: 1587.37s </code></pre></div> <p dir="auto">I got a bit further but it seems that I need to modify the link options in more files.</p>
1
<h3 dir="auto">Bug report</h3> <p dir="auto"><code class="notranslate">pip install matplotlib</code> fails today on <code class="notranslate">kiwisolver</code> error on Mac. Something broke on <code class="notranslate">kiwisolver</code> update that was pushed recently (<a href="https://pypi.org/project/kiwisolver/#history" rel="nofollow">https://pypi.org/project/kiwisolver/#history</a>). Related issue - <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="437443038" data-permission-text="Title is private" data-url="https://github.com/nucleic/kiwi/issues/66" data-hovercard-type="issue" data-hovercard-url="/nucleic/kiwi/issues/66/hovercard" href="https://github.com/nucleic/kiwi/issues/66">nucleic/kiwi#66</a></p> <p dir="auto"><strong>Code for reproduction</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="conda create -n kiwi-bug python-3.6 conda activate kiwi-bug . # or source activate kiwi-bug pip install matplotlib"><pre class="notranslate">conda create -n kiwi-bug python-3.6 conda activate kiwi-bug <span class="pl-c1">.</span> <span class="pl-c"><span class="pl-c">#</span> or source activate kiwi-bug</span> pip install matplotlib</pre></div> <p dir="auto"><strong>Actual outcome</strong></p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1437573/56776770-e52f4300-6782-11e9-8671-8f5cb7d4b41b.png"><img width="1395" alt="Screen Shot 2019-04-25 at 5 52 14 PM" src="https://user-images.githubusercontent.com/1437573/56776770-e52f4300-6782-11e9-8671-8f5cb7d4b41b.png" style="max-width: 100%;"></a></p>
<p dir="auto">Since today, when I try to install <code class="notranslate">matplotlib</code> on macOS via <code class="notranslate">pip</code>, the installation fails while trying to build <code class="notranslate">kiwisolver</code>. Can we ensure that all dependencies of <code class="notranslate">matplotlib</code> provide wheels?</p> <details> <summary>log</summary> <pre class="notranslate"> ... Building wheels for collected packages: kiwisolver Building wheel for kiwisolver (setup.py) ... error Complete output from command /Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/ll/rgszt4s525s2xtv8rr60lqz40000gn/T/pip-install-t9u3qteo/kiwisolver/setup.py';f=getattr(tokenize, 'o$ en', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /private/var/folders/ll/rgszt4s525s2xtv8rr60lqz40000gn/T/pip-wheel-gp3bw9o8 --python-tag cp36: running bdist_wheel running build running build_ext building 'kiwisolver' extension creating build creating build/temp.macosx-10.7-x86_64-3.6 creating build/temp.macosx-10.7-x86_64-3.6/py gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/include -arch x86_64 -I/Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/include -ar$ h x86_64 -I. -I/Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/include/python3.6m -c py/kiwisolver.cpp -o build/temp.macosx-10.7-x86_64-3.6/py/kiwisolver.o warning: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found] In file included from py/kiwisolver.cpp:9: In file included from ./kiwi/kiwi.h:9: ./kiwi/constraint.h:9:10: fatal error: 'map' file not found #include ^~~~~ 1 warning and 1 error generated. error: command 'gcc' failed with exit status 1 <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="---------------------------------------- Failed building wheel for kiwisolver Running setup.py clean for kiwisolver Failed to build kiwisolver Installing collected packages: mpmath, sympy, click, pyparsing, six, cycler, python-dateutil, kiwisolver, matplotlib, coverage, py, atomicwrites, attrs, pluggy, more-itertools, pytest, pytest-cov, sphinxcontrib-jsmath, docutils, MarkupSafe, jinja2, snowballstemmer, sphin$ contrib-htmlhelp, imagesize, chardet, urllib3, idna, requests, pytz, babel, sphinxcontrib-serializinghtml, sphinxcontrib-applehelp, packaging, sphinxcontrib-devhelp, alabaster, sphinxcontrib-qthelp, Pygments, sphinx, better-apidoc, sphinx-autodoc-typehints, isort, appdir$ , toml, black, decorator, ipython-genutils, traitlets, pyrsistent, jsonschema, jupyter-core, nbformat, webencodings, bleach, mistune, testpath, defusedxml, entrypoints, pandocfilters, nbconvert, tornado, ptyprocess, terminado, pyzmq, Send2Trash, jupyter-client, appnope, $ cwidth, prompt-toolkit, pickleshare, pexpect, parso, jedi, backcall, ipython, ipykernel, prometheus-client, notebook, jupyter-console, widgetsnbextension, ipywidgets, qtconsole, jupyter, argh, PyYAML, pathtools, watchdog, port-for, livereload, sphinx-autobuild, sphinx-rt$ -theme, smmap2, gitdb2, gitpython, apipkg, execnet, pytest-forked, pytest-xdist, watermark, virtualenv, nodeenv, zipp, importlib-metadata, identify, cfgv, importlib-resources, aspy.yaml, pre-commit, pep8, nbval, pycodestyle, pyflakes, mccabe, flake8, readme-renderer, req$ ests-toolbelt, pkginfo, tqdm, twine, nbsphinx, qdyn Running setup.py install for kiwisolver ... error Complete output from command /Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/bin/python -u -c &quot;import setuptools, tokenize;__file__='/private/var/folders/ll/rgszt4s525s2xtv8rr60lqz40000gn/T/pip-install-t9u3qteo/kiwisolver/setup.py';f=getattr(tokenize, $ open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))&quot; install --record /private/var/folders/ll/rgszt4s525s2xtv8rr60lqz40000gn/T/pip-record-dv16j2ct/install-record.txt --single-version-externally-managed --compile: running install running build running build_ext building 'kiwisolver' extension creating build creating build/temp.macosx-10.7-x86_64-3.6 creating build/temp.macosx-10.7-x86_64-3.6/py gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/include -arch x86_64 -I/Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/include -$ rch x86_64 -I. -I/Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/include/python3.6m -c py/kiwisolver.cpp -o build/temp.macosx-10.7-x86_64-3.6/py/kiwisolver.o warning: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found] In file included from py/kiwisolver.cpp:9: In file included from ./kiwi/kiwi.h:9: ./kiwi/constraint.h:9:10: fatal error: 'map' file not found #include &lt;map&gt; ^~~~~ 1 warning and 1 error generated. error: command 'gcc' failed with exit status 1 ---------------------------------------- Command &quot;/Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/bin/python -u -c &quot;import setuptools, tokenize;__file__='/private/var/folders/ll/rgszt4s525s2xtv8rr60lqz40000gn/T/pip-install-t9u3qteo/kiwisolver/setup.py';f=getattr(tokenize, 'open', open)(__file__);$ ode=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))&quot; install --record /private/var/folders/ll/rgszt4s525s2xtv8rr60lqz40000gn/T/pip-record-dv16j2ct/install-record.txt --single-version-externally-managed --compile&quot; failed with error code 1 in /private/var/folders/ll/rgszt4s525s2xtv8rr60lqz40000gn/T/pip-install-t9u3qteo/kiwisolver/ make: *** [.venv/py36/bin/py.test] Error 1"><pre class="notranslate"><code class="notranslate">---------------------------------------- Failed building wheel for kiwisolver Running setup.py clean for kiwisolver Failed to build kiwisolver Installing collected packages: mpmath, sympy, click, pyparsing, six, cycler, python-dateutil, kiwisolver, matplotlib, coverage, py, atomicwrites, attrs, pluggy, more-itertools, pytest, pytest-cov, sphinxcontrib-jsmath, docutils, MarkupSafe, jinja2, snowballstemmer, sphin$ contrib-htmlhelp, imagesize, chardet, urllib3, idna, requests, pytz, babel, sphinxcontrib-serializinghtml, sphinxcontrib-applehelp, packaging, sphinxcontrib-devhelp, alabaster, sphinxcontrib-qthelp, Pygments, sphinx, better-apidoc, sphinx-autodoc-typehints, isort, appdir$ , toml, black, decorator, ipython-genutils, traitlets, pyrsistent, jsonschema, jupyter-core, nbformat, webencodings, bleach, mistune, testpath, defusedxml, entrypoints, pandocfilters, nbconvert, tornado, ptyprocess, terminado, pyzmq, Send2Trash, jupyter-client, appnope, $ cwidth, prompt-toolkit, pickleshare, pexpect, parso, jedi, backcall, ipython, ipykernel, prometheus-client, notebook, jupyter-console, widgetsnbextension, ipywidgets, qtconsole, jupyter, argh, PyYAML, pathtools, watchdog, port-for, livereload, sphinx-autobuild, sphinx-rt$ -theme, smmap2, gitdb2, gitpython, apipkg, execnet, pytest-forked, pytest-xdist, watermark, virtualenv, nodeenv, zipp, importlib-metadata, identify, cfgv, importlib-resources, aspy.yaml, pre-commit, pep8, nbval, pycodestyle, pyflakes, mccabe, flake8, readme-renderer, req$ ests-toolbelt, pkginfo, tqdm, twine, nbsphinx, qdyn Running setup.py install for kiwisolver ... error Complete output from command /Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/ll/rgszt4s525s2xtv8rr60lqz40000gn/T/pip-install-t9u3qteo/kiwisolver/setup.py';f=getattr(tokenize, $ open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/ll/rgszt4s525s2xtv8rr60lqz40000gn/T/pip-record-dv16j2ct/install-record.txt --single-version-externally-managed --compile: running install running build running build_ext building 'kiwisolver' extension creating build creating build/temp.macosx-10.7-x86_64-3.6 creating build/temp.macosx-10.7-x86_64-3.6/py gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/include -arch x86_64 -I/Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/include -$ rch x86_64 -I. -I/Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/include/python3.6m -c py/kiwisolver.cpp -o build/temp.macosx-10.7-x86_64-3.6/py/kiwisolver.o warning: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found] In file included from py/kiwisolver.cpp:9: In file included from ./kiwi/kiwi.h:9: ./kiwi/constraint.h:9:10: fatal error: 'map' file not found #include &lt;map&gt; ^~~~~ 1 warning and 1 error generated. error: command 'gcc' failed with exit status 1 ---------------------------------------- Command "/Users/goerz/Documents/Programming/github/qdynpylib/.venv/py36/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/ll/rgszt4s525s2xtv8rr60lqz40000gn/T/pip-install-t9u3qteo/kiwisolver/setup.py';f=getattr(tokenize, 'open', open)(__file__);$ ode=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/ll/rgszt4s525s2xtv8rr60lqz40000gn/T/pip-record-dv16j2ct/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/ll/rgszt4s525s2xtv8rr60lqz40000gn/T/pip-install-t9u3qteo/kiwisolver/ make: *** [.venv/py36/bin/py.test] Error 1 </code></pre></div> </pre> </details>
1
<p dir="auto">The documentation for neo4j 2.3.2 says:</p> <p dir="auto">"CREATE UNIQUE is in the middle of MATCH and CREATE — it will match what it can, and create what is missing. CREATE UNIQUE will always make the least change possible to the graph — if it can use parts of the existing graph, it will." (<a href="http://neo4j.com/docs/stable/query-create-unique.html" rel="nofollow">http://neo4j.com/docs/stable/query-create-unique.html</a>)</p> <p dir="auto">This seems inaccurate, or at least confusing. There are several StackOverflow threads where people say that CREATE UNIQUE doesn't follow the "least change possible" rule:</p> <p dir="auto"><a href="http://stackoverflow.com/questions/35290079/create-unique-in-neo4j-produces-duplicate-nodes" rel="nofollow">http://stackoverflow.com/questions/35290079/create-unique-in-neo4j-produces-duplicate-nodes</a></p> <p dir="auto"><a href="http://stackoverflow.com/questions/13583504/neo4j-not-reusing-existing-vertex-in-cypher-create-unique-query" rel="nofollow">http://stackoverflow.com/questions/13583504/neo4j-not-reusing-existing-vertex-in-cypher-create-unique-query</a></p>
<p dir="auto">Hello! I have rather good experience with neo4j 3.X and jre8, but struggle to migrate to jre11 and neo4j.</p> <p dir="auto">I always recreate DB with neo4j-admin from csv (about 40GB)<br> DB path is custom and set in /etc/neo4j/neo4j.conf<br> The issue is not related to permissions. I tried to chown and to create everything by neo4j user.</p> <p dir="auto">I get NO errors on neo4j-admin (except for missing nodes), but when I start neo4j, it fails completely.<br> debug.log is attached</p> <p dir="auto"><a href="https://github.com/neo4j/neo4j/files/4144823/debug.log">debug.log</a></p> <p dir="auto">The system that works great: CentOS7 with jre8 and neo4j 3 (I started with 3.0, till 3.5.14) from repo<br> The system that fails: Debian 10.2 with jre11 and neo4j 4.0.0 from repo</p> <p dir="auto">import syntax for neo4j 3.5:<br> neo4j-admin import --mode=csv <br> --nodes:ids:Obj scripts/obj.h,obj <br> --nodes:ids:Obj scripts/obj.h,static/idsss <br> --nodes:ids:Obj scripts/obj.h,static/allids <br> --relationships:present scripts/rel.h,normal <br> --relationships:present scripts/rel.h,static/rel01 <br> --relationships:present scripts/rel.h,static/rel02 <br> --relationships:colleague scripts/rel.h,hist <br> --ignore-missing-nodes=true --ignore-duplicate-nodes=true</p> <p dir="auto">for neo4j 4.0.0:<br> neo4j-admin import --database=graph --max-memory=2g --high-io=false <br> --nodes=ids:Obj=scripts/obj.h,obj <br> --nodes=ids:Obj=scripts/obj.h,static/idsss <br> --nodes=ids:Obj=scripts/obj.h,static/allids <br> --relationships=present=scripts/rel.h,normal <br> --relationships=present=scripts/rel.h,static/rel01 <br> --relationships=present=scripts/rel.h,static/rel02 <br> --relationships=colleague=scripts/rel.h,hist <br> --skip-duplicate-nodes=true <br> --skip-bad-relationships=true</p> <p dir="auto">source files are the same.</p>
0
<h5 dir="auto">Description of the problem</h5> <p dir="auto">If all of the coordinates in <code class="notranslate">Box3</code> are set to <code class="notranslate">NaN</code>, then <code class="notranslate">empty()</code> returns false. This is troublesome for cases where we use <code class="notranslate">applyMatrix4()</code> transformations to empty boxes and expect them to remain empty.</p> <h5 dir="auto">Three.js version</h5> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Dev</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> r75</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> r73</li> </ul> <h5 dir="auto">Browser</h5> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> All of them</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Chrome</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Firefox</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Internet Explorer</li> </ul> <h5 dir="auto">OS</h5> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> All of them</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Windows</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Linux</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Android</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> IOS</li> </ul> <h5 dir="auto">Hardware Requirements (graphics card, VR Device, ...)</h5>
<p dir="auto">I think the new (and awesome!) feature of point lights with shadows has an issue.</p> <p dir="auto">I've been playing with the feature using this example:<br> three.js-dev/examples/webgl_shadowmap_pointlight.html</p> <p dir="auto">and the only thing I did was adding disabling a shadow on existing light and adding a new light (in a most straightforward way):</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="//(...) pointLight.castShadow = false; //that is the original light, shadow disabled //(...) //literally copypasted and added '2' everywhere pointLight2 = new THREE.PointLight( 0xff0000 ); pointLight2.castShadow = true; pointLight2.shadowCameraNear = 1; pointLight2.shadowCameraFar = 30; pointLight2.shadowDarkness = 0.5; pointLight2.shadowMapWidth = 2048; pointLight2.shadowMapHeight = 1024; pointLight2.shadowBias = 0.01; scene.add( pointLight2 ); var geometry2 = new THREE.SphereGeometry( 0.3, 32, 32 ); var material2 = new THREE.MeshBasicMaterial( { color: 0xff0000 } ); var sphere2 = new THREE.Mesh( geometry2, material2 ); sphere2.castShadow = false; sphere2.receiveShadow = false; pointLight2.add( sphere2 );"><pre class="notranslate"><span class="pl-c">//(...)</span> <span class="pl-s1">pointLight</span><span class="pl-kos">.</span><span class="pl-c1">castShadow</span> <span class="pl-c1">=</span> <span class="pl-c1">false</span><span class="pl-kos">;</span> <span class="pl-c">//that is the original light, shadow disabled</span> <span class="pl-c">//(...)</span> <span class="pl-c">//literally copypasted and added '2' everywhere</span> <span class="pl-s1">pointLight2</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">PointLight</span><span class="pl-kos">(</span> <span class="pl-c1">0xff0000</span> <span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-s1">pointLight2</span><span class="pl-kos">.</span><span class="pl-c1">castShadow</span> <span class="pl-c1">=</span> <span class="pl-c1">true</span><span class="pl-kos">;</span> <span class="pl-s1">pointLight2</span><span class="pl-kos">.</span><span class="pl-c1">shadowCameraNear</span> <span class="pl-c1">=</span> <span class="pl-c1">1</span><span class="pl-kos">;</span> <span class="pl-s1">pointLight2</span><span class="pl-kos">.</span><span class="pl-c1">shadowCameraFar</span> <span class="pl-c1">=</span> <span class="pl-c1">30</span><span class="pl-kos">;</span> <span class="pl-s1">pointLight2</span><span class="pl-kos">.</span><span class="pl-c1">shadowDarkness</span> <span class="pl-c1">=</span> <span class="pl-c1">0.5</span><span class="pl-kos">;</span> <span class="pl-s1">pointLight2</span><span class="pl-kos">.</span><span class="pl-c1">shadowMapWidth</span> <span class="pl-c1">=</span> <span class="pl-c1">2048</span><span class="pl-kos">;</span> <span class="pl-s1">pointLight2</span><span class="pl-kos">.</span><span class="pl-c1">shadowMapHeight</span> <span class="pl-c1">=</span> <span class="pl-c1">1024</span><span class="pl-kos">;</span> <span class="pl-s1">pointLight2</span><span class="pl-kos">.</span><span class="pl-c1">shadowBias</span> <span class="pl-c1">=</span> <span class="pl-c1">0.01</span><span class="pl-kos">;</span> <span class="pl-s1">scene</span><span class="pl-kos">.</span><span class="pl-en">add</span><span class="pl-kos">(</span> <span class="pl-s1">pointLight2</span> <span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">geometry2</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">SphereGeometry</span><span class="pl-kos">(</span> <span class="pl-c1">0.3</span><span class="pl-kos">,</span> <span class="pl-c1">32</span><span class="pl-kos">,</span> <span class="pl-c1">32</span> <span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">material2</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">MeshBasicMaterial</span><span class="pl-kos">(</span> <span class="pl-kos">{</span> <span class="pl-c1">color</span>: <span class="pl-c1">0xff0000</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">sphere2</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">Mesh</span><span class="pl-kos">(</span> <span class="pl-s1">geometry2</span><span class="pl-kos">,</span> <span class="pl-s1">material2</span> <span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-s1">sphere2</span><span class="pl-kos">.</span><span class="pl-c1">castShadow</span> <span class="pl-c1">=</span> <span class="pl-c1">false</span><span class="pl-kos">;</span> <span class="pl-s1">sphere2</span><span class="pl-kos">.</span><span class="pl-c1">receiveShadow</span> <span class="pl-c1">=</span> <span class="pl-c1">false</span><span class="pl-kos">;</span> <span class="pl-s1">pointLight2</span><span class="pl-kos">.</span><span class="pl-en">add</span><span class="pl-kos">(</span> <span class="pl-s1">sphere2</span> <span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div> <p dir="auto">It seems, however, that if the shadow is added on any light which is not the first added to the scene, shadows kind of mess up:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/11149454/10148404/89a08052-6633-11e5-980c-8a8d82b13cbd.png"><img src="https://cloud.githubusercontent.com/assets/11149454/10148404/89a08052-6633-11e5-980c-8a8d82b13cbd.png" alt="shadows" style="max-width: 100%;"></a></p> <p dir="auto">The top example has</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pointLight.castShadow = false; pointLight2.castShadow = true;"><pre class="notranslate"><span class="pl-s1">pointLight</span><span class="pl-kos">.</span><span class="pl-c1">castShadow</span> <span class="pl-c1">=</span> <span class="pl-c1">false</span><span class="pl-kos">;</span> <span class="pl-s1">pointLight2</span><span class="pl-kos">.</span><span class="pl-c1">castShadow</span> <span class="pl-c1">=</span> <span class="pl-c1">true</span><span class="pl-kos">;</span></pre></div> <p dir="auto">and the bottom one has it inverted (and works okay):</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pointLight.castShadow = true; pointLight2.castShadow = false;"><pre class="notranslate"><span class="pl-s1">pointLight</span><span class="pl-kos">.</span><span class="pl-c1">castShadow</span> <span class="pl-c1">=</span> <span class="pl-c1">true</span><span class="pl-kos">;</span> <span class="pl-s1">pointLight2</span><span class="pl-kos">.</span><span class="pl-c1">castShadow</span> <span class="pl-c1">=</span> <span class="pl-c1">false</span><span class="pl-kos">;</span></pre></div> <p dir="auto">And if both lights have shadow, then even weirder thing happens:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/11149454/10148442/d196966c-6633-11e5-8026-cd56da9eca3d.png"><img src="https://cloud.githubusercontent.com/assets/11149454/10148442/d196966c-6633-11e5-8026-cd56da9eca3d.png" alt="shadows2" style="max-width: 100%;"></a></p> <p dir="auto">Local environment: <em>Chrome 45.0.2454.101 m</em>, Windows 7 64bit, ASUS Radeon HD 6950 2GB<br> Behaves the same way on <em>Firefox 40.0.3</em> and on <em>Internet Explorer 11 (11.0.9600.18015)</em></p>
0
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/en/challenges/basic-javascript/generate-random-whole-numbers-within-a-range" rel="nofollow">generate-random-whole-numbers-within-a-range</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36</code>.<br> Please describe how to reproduce this issue, and include links to screenshots if possible.</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" // Example function ourRandomRange(ourMin, ourMax) { return Math.floor(Math.random() * (ourMax - ourMin + 1)) + ourMin; } ourRandomRange(1, 9); // Only change code below this line. function randomRange(myMin, myMax) { return Math.floor(Math.random() * (myMax - myMin + 1) + myMin); // Change this line } // Change these values to test your function var myRandom = randomRange(5, 15); ``` "><pre class="notranslate"><span class="pl-c">// Example</span> <span class="pl-k">function</span> <span class="pl-en">ourRandomRange</span><span class="pl-kos">(</span><span class="pl-s1">ourMin</span><span class="pl-kos">,</span> <span class="pl-s1">ourMax</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">return</span> <span class="pl-v">Math</span><span class="pl-kos">.</span><span class="pl-en">floor</span><span class="pl-kos">(</span><span class="pl-v">Math</span><span class="pl-kos">.</span><span class="pl-en">random</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">*</span> <span class="pl-kos">(</span><span class="pl-s1">ourMax</span> <span class="pl-c1">-</span> <span class="pl-s1">ourMin</span> <span class="pl-c1">+</span> <span class="pl-c1">1</span><span class="pl-kos">)</span><span class="pl-kos">)</span> <span class="pl-c1">+</span> <span class="pl-s1">ourMin</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-en">ourRandomRange</span><span class="pl-kos">(</span><span class="pl-c1">1</span><span class="pl-kos">,</span> <span class="pl-c1">9</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// Only change code below this line.</span> <span class="pl-k">function</span> <span class="pl-en">randomRange</span><span class="pl-kos">(</span><span class="pl-s1">myMin</span><span class="pl-kos">,</span> <span class="pl-s1">myMax</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">return</span> <span class="pl-v">Math</span><span class="pl-kos">.</span><span class="pl-en">floor</span><span class="pl-kos">(</span><span class="pl-v">Math</span><span class="pl-kos">.</span><span class="pl-en">random</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">*</span> <span class="pl-kos">(</span><span class="pl-s1">myMax</span> <span class="pl-c1">-</span> <span class="pl-s1">myMin</span> <span class="pl-c1">+</span> <span class="pl-c1">1</span><span class="pl-kos">)</span> <span class="pl-c1">+</span> <span class="pl-s1">myMin</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// Change this line</span> <span class="pl-kos">}</span> <span class="pl-c">// Change these values to test your function</span> <span class="pl-k">var</span> <span class="pl-s1">myRandom</span> <span class="pl-c1">=</span> <span class="pl-en">randomRange</span><span class="pl-kos">(</span><span class="pl-c1">5</span><span class="pl-kos">,</span> <span class="pl-c1">15</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-s">``</span>`</pre></div>
<h4 dir="auto">Challenge Name</h4> <p dir="auto">Generate Random Whole Numbers within a Range</p> <h4 dir="auto">Issue Description</h4> <p dir="auto">I think my code is correct. It meets the conditions if I log out the results to console but it will not pass the tests.</p> <h4 dir="auto">Your Code</h4> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" // Example function ourRandomRange(ourMin, ourMax) { return Math.floor(Math.random() * (ourMax - ourMin + 1)) + ourMin; } ourRandomRange(1, 9); // Only change code below this line. function randomRange(myMin, myMax) { return Math.floor( Math.random() * (myMax - myMin + 1)) + myMin; // Change this line } // Change these values to test your function var myRandom = randomRange(5, 15); "><pre class="notranslate"> <span class="pl-c">// Example</span> <span class="pl-k">function</span> <span class="pl-en">ourRandomRange</span><span class="pl-kos">(</span><span class="pl-s1">ourMin</span><span class="pl-kos">,</span> <span class="pl-s1">ourMax</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">return</span> <span class="pl-v">Math</span><span class="pl-kos">.</span><span class="pl-en">floor</span><span class="pl-kos">(</span><span class="pl-v">Math</span><span class="pl-kos">.</span><span class="pl-en">random</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">*</span> <span class="pl-kos">(</span><span class="pl-s1">ourMax</span> <span class="pl-c1">-</span> <span class="pl-s1">ourMin</span> <span class="pl-c1">+</span> <span class="pl-c1">1</span><span class="pl-kos">)</span><span class="pl-kos">)</span> <span class="pl-c1">+</span> <span class="pl-s1">ourMin</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-en">ourRandomRange</span><span class="pl-kos">(</span><span class="pl-c1">1</span><span class="pl-kos">,</span> <span class="pl-c1">9</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// Only change code below this line.</span> <span class="pl-k">function</span> <span class="pl-en">randomRange</span><span class="pl-kos">(</span><span class="pl-s1">myMin</span><span class="pl-kos">,</span> <span class="pl-s1">myMax</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">return</span> <span class="pl-v">Math</span><span class="pl-kos">.</span><span class="pl-en">floor</span><span class="pl-kos">(</span> <span class="pl-v">Math</span><span class="pl-kos">.</span><span class="pl-en">random</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">*</span> <span class="pl-kos">(</span><span class="pl-s1">myMax</span> <span class="pl-c1">-</span> <span class="pl-s1">myMin</span> <span class="pl-c1">+</span> <span class="pl-c1">1</span><span class="pl-kos">)</span><span class="pl-kos">)</span> <span class="pl-c1">+</span> <span class="pl-s1">myMin</span><span class="pl-kos">;</span> <span class="pl-c">// Change this line</span> <span class="pl-kos">}</span> <span class="pl-c">// Change these values to test your function</span> <span class="pl-k">var</span> <span class="pl-s1">myRandom</span> <span class="pl-c1">=</span> <span class="pl-en">randomRange</span><span class="pl-kos">(</span><span class="pl-c1">5</span><span class="pl-kos">,</span> <span class="pl-c1">15</span><span class="pl-kos">)</span><span class="pl-kos">;</span> </pre></div> <h4 dir="auto">Screenshot</h4> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/21320527/18397729/1c051cac-768f-11e6-9b58-8c470689492f.png"><img src="https://cloud.githubusercontent.com/assets/21320527/18397729/1c051cac-768f-11e6-9b58-8c470689492f.png" alt="image" style="max-width: 100%;"></a></p>
1
<ul dir="auto"> <li>VSCode Version: 1.1.1</li> <li>OS Version: OSX 10.11.5 (El Cap)</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Select a code block</li> <li>Hit backspace fast after completing the selection.</li> </ol> <p dir="auto">Result:</p> <p dir="auto">VSCode goes ahead and carries over the selection to whatever is occupying the same space now. If you wait a little after selection, the problem does not happen.</p> <p dir="auto">Sample:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/b26da22118c7797a5b79efa2ba371f5a5942d2ce3f900ccc8e1bed8df7917176/687474703a2f2f642e656b696e2e696f2f31374765302b"><img src="https://camo.githubusercontent.com/b26da22118c7797a5b79efa2ba371f5a5942d2ce3f900ccc8e1bed8df7917176/687474703a2f2f642e656b696e2e696f2f31374765302b" alt="gif" data-canonical-src="http://d.ekin.io/17Ge0+" style="max-width: 100%;"></a></p>
<ul dir="auto"> <li>VSCode Version: 1.1.1</li> <li>OS Version: OSX 10.11.4</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Hold left mouse button and drag-select some text</li> <li>Press some keyboard key, to replace or delete the selected text</li> <li>Release left mouse button</li> </ol> <p dir="auto">Actual Result:<br> Some texts are selected, depending on the location of the mouse release</p> <p dir="auto">Expected result:<br> No texts are selected. (i.e. keyboard events should finish any pending mouse drags)</p> <p dir="auto">Notes:<br> This operation (the delayed mouse release) may sound unnatural at first place. But on OSX one can use a three-finger gesture to represent a mouse drag, which has a slight delay between the finger release and the actual drag finish, causing the problem to emerge.</p>
1
<h2 dir="auto">📝 Provide a description of the new feature</h2> <h2 dir="auto"><em>What is the expected behavior of the proposed feature? What is the scenario this would be used?</em></h2> <p dir="auto">When moving a window, if you switch desktop using Ctrl+Win+LeftArrow or Ctrl+Win+RightArrow (or an assigned keystroke / mouse button) then the window will follow you to that desktop, this is a feature in macOS which I think is a useful productivity tool. It is useful for swiftly moving windows around desktops.</p> <p dir="auto">If you'd like to see this feature implemented, add a <g-emoji class="g-emoji" alias="+1" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png">👍</g-emoji> reaction to this post.</p>
<p dir="auto">One of the thing I've found lacking ever since I started using the virtual desktops is the ability to move a window with you while moving to another virtual desktop.</p> <p dir="auto">Currently, we can move to another desktop using the shortcut <code class="notranslate">ctrl + win + left/right</code>, I feel like a shortcut along the lines of <code class="notranslate">ctrl + win + alt + left/right</code> could be used to make the current active window move with you to the next desktop</p> <p dir="auto">I have no idea if this fits as a powertoy, please tell me if it doesn't !</p>
1
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-target-the-parent-of-an-element-using-jquery" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-target-the-parent-of-an-element-using-jquery</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p> <p dir="auto">I've read the multiple issues classified as bugs where the child (#target1) wasn't identified in the code but the parent (#left-well) was. I believe I have the correct code and the background of the well is appearing red but "Your left-well element should have a red background" is not checked as correct. If I change the child to "#target3" my answer is accepted.</p> &lt;script&gt; $(document).ready(function() { $("#target1").css("color", "red"); $("#target1").prop("disabled", true); $("#target4").remove(); $("#target2").appendTo("#right-well"); $("#target5").clone().appendTo("#left-well"); $("#target1").parent().css("background-color", "red"); });
<h4 dir="auto">Challenge Name</h4> <p dir="auto">Applied Visual Design: Adjust the Width of an Element Using the Width Property<br> <a href="http://beta.freecodecamp.com/en/challenges/applied-visual-design/adjust-the-width-of-an-element-using-the-width-property" rel="nofollow">Challenge Link</a></p> <h4 dir="auto">Issue Description</h4> <p dir="auto">I just started doing some of the newer additions in beta, and it seems like when you begin a new challenge, none of the current HTML/CSS code is rendered on the right, by default.</p> <p dir="auto">For instance, for this particular challenge - without seeing what a "card" actually is, this instruction doesn't make much sense -</p> <blockquote> <p dir="auto">Add a width property to the entire card and set it to an absolute value of 245px. Use the fullCard class to select the element.</p> </blockquote> <p dir="auto">I need to click "run tests" to first see the current output, then go back and read the instructions again. Then click "run tests" again with my own code. This seems counter-intuitive.</p> <p dir="auto">I'm not sure if this is a bug, or this is the intended behavior, but this is not the default setting in the current production site.</p> <h4 dir="auto">Browser Information</h4> <ul dir="auto"> <li>Browser Name, Version: Google Chrome, Version 55.0.2883.87 m</li> <li>Operating System: Windows 10</li> <li>Mobile, Desktop, or Tablet: Desktop</li> </ul> <h4 dir="auto">Screenshot</h4> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/11348778/22487523/bd0a7030-e7db-11e6-8be8-bf9d369939e7.png"><img src="https://cloud.githubusercontent.com/assets/11348778/22487523/bd0a7030-e7db-11e6-8be8-bf9d369939e7.png" alt="122" style="max-width: 100%;"></a></p>
0
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.2.0 (latest released)</p> <h3 dir="auto">Operating System</h3> <p dir="auto">Debian GNU/Linux 10 (buster)</p> <h3 dir="auto">Versions of Apache Airflow Providers</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="apache-airflow-providers-celery==2.1.0 apache-airflow-providers-mysql==2.1.1 apache-airflow-providers-postgres==2.3.0 apache-airflow-providers-sqlite==2.0.1"><pre class="notranslate"><code class="notranslate">apache-airflow-providers-celery==2.1.0 apache-airflow-providers-mysql==2.1.1 apache-airflow-providers-postgres==2.3.0 apache-airflow-providers-sqlite==2.0.1 </code></pre></div> <h3 dir="auto">Deployment</h3> <p dir="auto">Docker-Compose</p> <h3 dir="auto">Deployment details</h3> <p dir="auto">docker-compose file:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="version: &quot;2&quot; services: airflow-webserver: build: . image: airflow command: airflow webserver ports: - &quot;8080:8080&quot; airflow-scheduler: image: airflow command: airflow scheduler airflow-flower: image: airflow command: airflow celery flower ports: - &quot;5555:5555&quot; depends_on: - airflow-celery - airflow-webserver - airflow-scheduler - airflow-worker - airflow-broker airflow-worker: image: airflow command: airflow celery worker airflow-celery: image: mysql:8.0.19 environment: MYSQL_PASSWORD: ... MYSQL_USER: ... MYSQL_DATABASE: airflow MYSQL_HOST: airflow-celery airflow-broker: image: redis:5.0.7-alpine volumes: dbdata:"><pre class="notranslate"><code class="notranslate">version: "2" services: airflow-webserver: build: . image: airflow command: airflow webserver ports: - "8080:8080" airflow-scheduler: image: airflow command: airflow scheduler airflow-flower: image: airflow command: airflow celery flower ports: - "5555:5555" depends_on: - airflow-celery - airflow-webserver - airflow-scheduler - airflow-worker - airflow-broker airflow-worker: image: airflow command: airflow celery worker airflow-celery: image: mysql:8.0.19 environment: MYSQL_PASSWORD: ... MYSQL_USER: ... MYSQL_DATABASE: airflow MYSQL_HOST: airflow-celery airflow-broker: image: redis:5.0.7-alpine volumes: dbdata: </code></pre></div> <p dir="auto">Dockerfile:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="FROM python:3.8 COPY requirements.txt . RUN pip install -U pip RUN pip install -r requirements.txt"><pre class="notranslate"><code class="notranslate">FROM python:3.8 COPY requirements.txt . RUN pip install -U pip RUN pip install -r requirements.txt </code></pre></div> <p dir="auto">requirements.txt:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="apache-airflow[celery,postgres,slack,docker,redis,mysql,http]==2.2.0 kombu==4.6.10 python-dotenv psycopg2-binary ..."><pre class="notranslate"><code class="notranslate">apache-airflow[celery,postgres,slack,docker,redis,mysql,http]==2.2.0 kombu==4.6.10 python-dotenv psycopg2-binary ... </code></pre></div> <h3 dir="auto">What happened</h3> <p dir="auto">After updating <code class="notranslate">requirements.txt</code> file to use Airflow <code class="notranslate">2.2.0</code> instead of <code class="notranslate">2.1.4</code>, I ran:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="~/airflow $ docker-compose build --no-cache ~/airflow $ docker-compose up -d --force ~/airflow $ docker exec -it airflow_airflow-webserver_1 airflow db upgrade"><pre class="notranslate"><code class="notranslate">~/airflow $ docker-compose build --no-cache ~/airflow $ docker-compose up -d --force ~/airflow $ docker exec -it airflow_airflow-webserver_1 airflow db upgrade </code></pre></div> <p dir="auto">Which throws this exception:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="DB: mysql://airflow:***@airflow-celery/airflow [2021-10-13 12:22:57,699] {db.py:823} INFO - Creating tables INFO [alembic.runtime.migration] Context impl MySQLImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. INFO [alembic.runtime.migration] Running upgrade 142555e44c17 -&gt; 7b2661a43ba3, TaskInstance keyed to DagRun Traceback (most recent call last): File &quot;/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py&quot;, line 1276, in _execute_context self.dialect.do_execute( File &quot;/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/default.py&quot;, line 608, in do_execute cursor.execute(statement, parameters) File &quot;/usr/local/lib/python3.8/site-packages/MySQLdb/cursors.py&quot;, line 206, in execute res = self._query(query) File &quot;/usr/local/lib/python3.8/site-packages/MySQLdb/cursors.py&quot;, line 319, in _query db.query(q) File &quot;/usr/local/lib/python3.8/site-packages/MySQLdb/connections.py&quot;, line 259, in query _mysql.connection.query(self, query) MySQLdb._exceptions.OperationalError: (1091, &quot;Can't DROP 'dag_id'; check that column/key exists&quot;) The above exception was the direct cause of the following exception: Traceback (most recent call last): File &quot;/usr/local/bin/airflow&quot;, line 8, in &lt;module&gt; sys.exit(main()) File &quot;/usr/local/lib/python3.8/site-packages/airflow/__main__.py&quot;, line 40, in main args.func(args) File &quot;/usr/local/lib/python3.8/site-packages/airflow/cli/cli_parser.py&quot;, line 48, in command return func(*args, **kwargs) File &quot;/usr/local/lib/python3.8/site-packages/airflow/utils/cli.py&quot;, line 92, in wrapper return f(*args, **kwargs) File &quot;/usr/local/lib/python3.8/site-packages/airflow/cli/commands/db_command.py&quot;, line 48, in upgradedb db.upgradedb() File &quot;/usr/local/lib/python3.8/site-packages/airflow/utils/session.py&quot;, line 70, in wrapper return func(*args, session=session, **kwargs) File &quot;/usr/local/lib/python3.8/site-packages/airflow/utils/db.py&quot;, line 824, in upgradedb command.upgrade(config, 'heads') File &quot;/usr/local/lib/python3.8/site-packages/alembic/command.py&quot;, line 320, in upgrade script.run_env() File &quot;/usr/local/lib/python3.8/site-packages/alembic/script/base.py&quot;, line 563, in run_env util.load_python_file(self.dir, &quot;env.py&quot;) File &quot;/usr/local/lib/python3.8/site-packages/alembic/util/pyfiles.py&quot;, line 92, in load_python_file module = load_module_py(module_id, path) File &quot;/usr/local/lib/python3.8/site-packages/alembic/util/pyfiles.py&quot;, line 108, in load_module_py spec.loader.exec_module(module) # type: ignore File &quot;&lt;frozen importlib._bootstrap_external&gt;&quot;, line 848, in exec_module File &quot;&lt;frozen importlib._bootstrap&gt;&quot;, line 219, in _call_with_frames_removed File &quot;/usr/local/lib/python3.8/site-packages/airflow/migrations/env.py&quot;, line 107, in &lt;module&gt; run_migrations_online() File &quot;/usr/local/lib/python3.8/site-packages/airflow/migrations/env.py&quot;, line 101, in run_migrations_online context.run_migrations() File &quot;&lt;string&gt;&quot;, line 8, in run_migrations File &quot;/usr/local/lib/python3.8/site-packages/alembic/runtime/environment.py&quot;, line 851, in run_migrations self.get_context().run_migrations(**kw) File &quot;/usr/local/lib/python3.8/site-packages/alembic/runtime/migration.py&quot;, line 620, in run_migrations step.migration_fn(**kw) File &quot;/usr/local/lib/python3.8/site-packages/airflow/migrations/versions/7b2661a43ba3_taskinstance_keyed_to_dagrun.py&quot;, line 140, in upgrade batch_op.create_unique_constraint('dag_run_dag_id_run_id_key', ['dag_id', 'run_id']) File &quot;/usr/local/lib/python3.8/contextlib.py&quot;, line 120, in __exit__ next(self.gen) File &quot;/usr/local/lib/python3.8/site-packages/alembic/operations/base.py&quot;, line 374, in batch_alter_table impl.flush() File &quot;/usr/local/lib/python3.8/site-packages/alembic/operations/batch.py&quot;, line 107, in flush fn(*arg, **kw) File &quot;/usr/local/lib/python3.8/site-packages/alembic/ddl/mysql.py&quot;, line 150, in drop_constraint super(MySQLImpl, self).drop_constraint(const) File &quot;/usr/local/lib/python3.8/site-packages/alembic/ddl/impl.py&quot;, line 340, in drop_constraint self._exec(schema.DropConstraint(const)) File &quot;/usr/local/lib/python3.8/site-packages/alembic/ddl/impl.py&quot;, line 197, in _exec return conn.execute(construct, multiparams) File &quot;/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py&quot;, line 1011, in execute return meth(self, multiparams, params) File &quot;/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/ddl.py&quot;, line 72, in _execute_on_connection return connection._execute_ddl(self, multiparams, params) File &quot;/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py&quot;, line 1068, in _execute_ddl ret = self._execute_context( File &quot;/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py&quot;, line 1316, in _execute_context self._handle_dbapi_exception( File &quot;/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py&quot;, line 1510, in _handle_dbapi_exception util.raise_( File &quot;/usr/local/lib/python3.8/site-packages/sqlalchemy/util/compat.py&quot;, line 182, in raise_ raise exception File &quot;/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py&quot;, line 1276, in _execute_context self.dialect.do_execute( File &quot;/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/default.py&quot;, line 608, in do_execute cursor.execute(statement, parameters) File &quot;/usr/local/lib/python3.8/site-packages/MySQLdb/cursors.py&quot;, line 206, in execute res = self._query(query) File &quot;/usr/local/lib/python3.8/site-packages/MySQLdb/cursors.py&quot;, line 319, in _query db.query(q) File &quot;/usr/local/lib/python3.8/site-packages/MySQLdb/connections.py&quot;, line 259, in query _mysql.connection.query(self, query) sqlalchemy.exc.OperationalError: (MySQLdb._exceptions.OperationalError) (1091, &quot;Can't DROP 'dag_id'; check that column/key exists&quot;) [SQL: ALTER TABLE dag_run DROP INDEX dag_id] (Background on this error at: http://sqlalche.me/e/13/e3q8)"><pre class="notranslate"><code class="notranslate">DB: mysql://airflow:***@airflow-celery/airflow [2021-10-13 12:22:57,699] {db.py:823} INFO - Creating tables INFO [alembic.runtime.migration] Context impl MySQLImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. INFO [alembic.runtime.migration] Running upgrade 142555e44c17 -&gt; 7b2661a43ba3, TaskInstance keyed to DagRun Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1276, in _execute_context self.dialect.do_execute( File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 608, in do_execute cursor.execute(statement, parameters) File "/usr/local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 206, in execute res = self._query(query) File "/usr/local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 319, in _query db.query(q) File "/usr/local/lib/python3.8/site-packages/MySQLdb/connections.py", line 259, in query _mysql.connection.query(self, query) MySQLdb._exceptions.OperationalError: (1091, "Can't DROP 'dag_id'; check that column/key exists") The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/bin/airflow", line 8, in &lt;module&gt; sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/airflow/__main__.py", line 40, in main args.func(args) File "/usr/local/lib/python3.8/site-packages/airflow/cli/cli_parser.py", line 48, in command return func(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/airflow/utils/cli.py", line 92, in wrapper return f(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/airflow/cli/commands/db_command.py", line 48, in upgradedb db.upgradedb() File "/usr/local/lib/python3.8/site-packages/airflow/utils/session.py", line 70, in wrapper return func(*args, session=session, **kwargs) File "/usr/local/lib/python3.8/site-packages/airflow/utils/db.py", line 824, in upgradedb command.upgrade(config, 'heads') File "/usr/local/lib/python3.8/site-packages/alembic/command.py", line 320, in upgrade script.run_env() File "/usr/local/lib/python3.8/site-packages/alembic/script/base.py", line 563, in run_env util.load_python_file(self.dir, "env.py") File "/usr/local/lib/python3.8/site-packages/alembic/util/pyfiles.py", line 92, in load_python_file module = load_module_py(module_id, path) File "/usr/local/lib/python3.8/site-packages/alembic/util/pyfiles.py", line 108, in load_module_py spec.loader.exec_module(module) # type: ignore File "&lt;frozen importlib._bootstrap_external&gt;", line 848, in exec_module File "&lt;frozen importlib._bootstrap&gt;", line 219, in _call_with_frames_removed File "/usr/local/lib/python3.8/site-packages/airflow/migrations/env.py", line 107, in &lt;module&gt; run_migrations_online() File "/usr/local/lib/python3.8/site-packages/airflow/migrations/env.py", line 101, in run_migrations_online context.run_migrations() File "&lt;string&gt;", line 8, in run_migrations File "/usr/local/lib/python3.8/site-packages/alembic/runtime/environment.py", line 851, in run_migrations self.get_context().run_migrations(**kw) File "/usr/local/lib/python3.8/site-packages/alembic/runtime/migration.py", line 620, in run_migrations step.migration_fn(**kw) File "/usr/local/lib/python3.8/site-packages/airflow/migrations/versions/7b2661a43ba3_taskinstance_keyed_to_dagrun.py", line 140, in upgrade batch_op.create_unique_constraint('dag_run_dag_id_run_id_key', ['dag_id', 'run_id']) File "/usr/local/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/usr/local/lib/python3.8/site-packages/alembic/operations/base.py", line 374, in batch_alter_table impl.flush() File "/usr/local/lib/python3.8/site-packages/alembic/operations/batch.py", line 107, in flush fn(*arg, **kw) File "/usr/local/lib/python3.8/site-packages/alembic/ddl/mysql.py", line 150, in drop_constraint super(MySQLImpl, self).drop_constraint(const) File "/usr/local/lib/python3.8/site-packages/alembic/ddl/impl.py", line 340, in drop_constraint self._exec(schema.DropConstraint(const)) File "/usr/local/lib/python3.8/site-packages/alembic/ddl/impl.py", line 197, in _exec return conn.execute(construct, multiparams) File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1011, in execute return meth(self, multiparams, params) File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/ddl.py", line 72, in _execute_on_connection return connection._execute_ddl(self, multiparams, params) File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1068, in _execute_ddl ret = self._execute_context( File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1316, in _execute_context self._handle_dbapi_exception( File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1510, in _handle_dbapi_exception util.raise_( File "/usr/local/lib/python3.8/site-packages/sqlalchemy/util/compat.py", line 182, in raise_ raise exception File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1276, in _execute_context self.dialect.do_execute( File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 608, in do_execute cursor.execute(statement, parameters) File "/usr/local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 206, in execute res = self._query(query) File "/usr/local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 319, in _query db.query(q) File "/usr/local/lib/python3.8/site-packages/MySQLdb/connections.py", line 259, in query _mysql.connection.query(self, query) sqlalchemy.exc.OperationalError: (MySQLdb._exceptions.OperationalError) (1091, "Can't DROP 'dag_id'; check that column/key exists") [SQL: ALTER TABLE dag_run DROP INDEX dag_id] (Background on this error at: http://sqlalche.me/e/13/e3q8) </code></pre></div> <p dir="auto">Trying to drop the index manually, gives the same output:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="~/airflow $ docker exec -it airflow_airflow-celery_1 mysql mysql&gt; use airflow; mysql&gt; ALTER TABLE airflow.dag_run DROP INDEX dag_id; ERROR 1091 (42000): Can't DROP 'dag_id'; check that column/key exists"><pre class="notranslate"><code class="notranslate">~/airflow $ docker exec -it airflow_airflow-celery_1 mysql mysql&gt; use airflow; mysql&gt; ALTER TABLE airflow.dag_run DROP INDEX dag_id; ERROR 1091 (42000): Can't DROP 'dag_id'; check that column/key exists </code></pre></div> <h3 dir="auto">What you expected to happen</h3> <p dir="auto"><code class="notranslate">airflow db upgrade</code> to not fail</p> <h3 dir="auto">How to reproduce</h3> <ul dir="auto"> <li>Copy the provided <code class="notranslate">docker-compose.yml</code> file content in conjunction with <code class="notranslate">Dockerfile</code> &amp; <code class="notranslate">requirements.txt</code> with Airflow <code class="notranslate">2.1.4</code></li> <li>Init db</li> <li>build docker containers</li> <li>all services should to be up &amp; running</li> <li>now update <code class="notranslate">requirements.txt</code> to use <code class="notranslate">2.2.0</code></li> <li>build docker containers again</li> <li>Run <code class="notranslate">airflow db upgrade</code> command</li> <li>You would see error in stdout as well as <code class="notranslate">worker</code> service fails to run</li> </ul> <h3 dir="auto">Anything else</h3> <p dir="auto"><em>No response</em></p> <h3 dir="auto">Are you willing to submit PR?</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Yes I am willing to submit a PR!</li> </ul> <h3 dir="auto">Code of Conduct</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I agree to follow this project's <a href="https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a></li> </ul>
<p dir="auto"><strong>Apache Airflow version</strong>:</p> <p dir="auto">Master - 2.0.0dev</p> <p dir="auto"><strong>Environment</strong>:</p> <p dir="auto">GitHub CI jobs.</p> <p dir="auto"><strong>What happened</strong>:</p> <p dir="auto">The Celery Executor test is transiently failing. I think this started to appear recently (so likely it is one of the optimizations implemented recently)</p> <p dir="auto">You can see an example of such failure here but there are many more similar ones)</p> <p dir="auto"><a href="https://github.com/apache/airflow/runs/687537257?check_suite_focus=true#step:6:387">https://github.com/apache/airflow/runs/687537257?check_suite_focus=true#step:6:387</a></p> <p dir="auto">I think there were recently some optimizations done in this area and I believe it might be the root cause of this problem. Can you please help to solve that problem? I do not want to put that problem to Quarantine, as it looks like an awfully "real" problem.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/usr/local/lib/python3.7/site-packages/celery/result.py:333: in maybe_throw self.throw(value, self._to_remote_traceback(tb)) /usr/local/lib/python3.7/site-packages/celery/result.py:326: in throw self.on_ready.throw(*args, **kwargs) /usr/local/lib/python3.7/site-packages/vine/promises.py:244: in throw reraise(type(exc), exc, tb) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tp = &lt;class 'Exception'&gt; value = Exception('&lt;class \'sqlalchemy.exc.IntegrityError\'&gt;((\'(psycopg2.errors.UniqueViolation) duplicate key value violates...&quot;pg_type_typname_nsp_index&quot;\\nDETAIL: Key (typname, typnamespace)=(celery_tasksetmeta, 2200) already exists.\\n\',))') tb = None def reraise(tp, value, tb=None): &quot;&quot;&quot;Reraise exception.&quot;&quot;&quot; if value.__traceback__ is not tb: raise value.with_traceback(tb) &gt; raise value E Exception: &lt;class 'sqlalchemy.exc.IntegrityError'&gt;(('(psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint &quot;pg_type_typname_nsp_index&quot;\nDETAIL: Key (typname, typnamespace)=(celery_tasksetmeta, 2200) already exists.\n',))"><pre class="notranslate"><code class="notranslate">/usr/local/lib/python3.7/site-packages/celery/result.py:333: in maybe_throw self.throw(value, self._to_remote_traceback(tb)) /usr/local/lib/python3.7/site-packages/celery/result.py:326: in throw self.on_ready.throw(*args, **kwargs) /usr/local/lib/python3.7/site-packages/vine/promises.py:244: in throw reraise(type(exc), exc, tb) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tp = &lt;class 'Exception'&gt; value = Exception('&lt;class \'sqlalchemy.exc.IntegrityError\'&gt;((\'(psycopg2.errors.UniqueViolation) duplicate key value violates..."pg_type_typname_nsp_index"\\nDETAIL: Key (typname, typnamespace)=(celery_tasksetmeta, 2200) already exists.\\n\',))') tb = None def reraise(tp, value, tb=None): """Reraise exception.""" if value.__traceback__ is not tb: raise value.with_traceback(tb) &gt; raise value E Exception: &lt;class 'sqlalchemy.exc.IntegrityError'&gt;(('(psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "pg_type_typname_nsp_index"\nDETAIL: Key (typname, typnamespace)=(celery_tasksetmeta, 2200) already exists.\n',)) </code></pre></div> <p dir="auto"><strong>What you expected to happen</strong>:</p> <p dir="auto">The test succeeds consistently.</p> <p dir="auto"><strong>How to reproduce it</strong>:</p> <p dir="auto">Happens practically with every build on CI recently - randomly at one of several jobs that run the test. Some of the jobs succeed (with different backends), some of them fail. This happens often but it's not fully repeatable.</p> <p dir="auto"><strong>Additional info</strong></p> <p dir="auto">Discussion in devlist: <a href="https://lists.apache.org/thread.html/r2b531ef5c4a31746843127fc313c939296f3957eceafe4c1753b0f6d%40%3Cdev.airflow.apache.org%3E" rel="nofollow">https://lists.apache.org/thread.html/r2b531ef5c4a31746843127fc313c939296f3957eceafe4c1753b0f6d%40%3Cdev.airflow.apache.org%3E</a></p>
0
<h1 dir="auto">Bug report</h1> <h2 dir="auto">Describe the bug</h2> <p dir="auto">I'm doing a <code class="notranslate">router.push</code> using url, as, and passing query object in options parameter.</p> <p dir="auto">When the page is rendered from the server side, the query string is processed fine. However, when using <code class="notranslate">router.push</code>, query seems to be ignored.</p> <h2 dir="auto">To Reproduce</h2> <p dir="auto">Steps to reproduce the behavior, please provide code snippets or a repository: <a href="https://github.com/hgezim/nextjs-scrolll-custom-route-bug">https://github.com/hgezim/nextjs-scrolll-custom-route-bug</a></p> <ol dir="auto"> <li>Clone <a href="https://github.com/hgezim/nextjs-scrolll-custom-route-bug/">https://github.com/hgezim/nextjs-scrolll-custom-route-bug/</a></li> <li>Checkout <code class="notranslate">query_param</code> branch</li> <li>Run <code class="notranslate">npm run dev</code></li> <li>Navigate to <code class="notranslate">http://localhost:4000/recipes/diet-halal?cuisine=greek</code></li> <li>Notice in the dev console that the query is set to <code class="notranslate">query L7: Object { cuisine: "greek", filter: "diet-halal" }</code>.</li> <li>Click the button labeled 95 on the page.</li> <li>Notice that <code class="notranslate">cuisine</code> isn't picked up here and it only shows <code class="notranslate">filter</code> parameter as part of query in dev console: <code class="notranslate">query L7: Object { filter: "diet-halal" }</code></li> </ol> <h2 dir="auto">Expected behavior</h2> <p dir="auto">I expect the log statement to look the same when I press button <code class="notranslate">95</code>, namely: <code class="notranslate">query L7: Object { cuisine: "greek", filter: "diet-halal" }</code><br> A clear and concise description of what you expected to happen.</p> <h2 dir="auto">System information</h2> <ul dir="auto"> <li>OS: macOS</li> <li>Browser (if applies) Firefox 70.0.1</li> <li>Version of Next.js: 9.1.4</li> </ul> <h2 dir="auto">Additional context</h2> <p dir="auto">Add any other context about the problem here.</p>
<h1 dir="auto">Bug report</h1> <h2 dir="auto">Describe the bug</h2> <p dir="auto">Using Next 9's routing solution for a Universal App, "router.query" for post-SSR client-side navigation is never populated even if <code class="notranslate">asPath</code> contains a query string for any of the following<br> router access methods:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import { SingletonRouter, useRouter, withRouter } from 'next/router';"><pre class="notranslate"><code class="notranslate">import { SingletonRouter, useRouter, withRouter } from 'next/router'; </code></pre></div> <h2 dir="auto">To Reproduce</h2> <p dir="auto">Perform an initial navigation to <code class="notranslate">/search?term=hello</code>, the server rendered page's router information contains a populated "query":</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const router = useRouter(); console.log({ router }); // asPath: &quot;/search?term=hello&quot;, pathname: &quot;/search&quot;, query: { term: &quot;hello&quot; }"><pre class="notranslate"><code class="notranslate">const router = useRouter(); console.log({ router }); // asPath: "/search?term=hello", pathname: "/search", query: { term: "hello" } </code></pre></div> <p dir="auto">Then navigate to the same pathname, with a different query string: <code class="notranslate">/search?term=bye</code>. At this point Router empties "query", but has the correct new <code class="notranslate">asPath</code>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const router = useRouter(); console.log({ router }); // asPath: &quot;/search?term=hello&quot;, pathname: &quot;/search&quot;, query: {}"><pre class="notranslate"><code class="notranslate">const router = useRouter(); console.log({ router }); // asPath: "/search?term=hello", pathname: "/search", query: {} </code></pre></div> <h2 dir="auto">Expected behavior</h2> <p dir="auto">For the client side navigation to a route with specified query parameters such as <code class="notranslate">/search?term=bye</code>, <code class="notranslate">router.query</code> contains the parsed query string.</p> <p dir="auto">If this is not expected, it would be helpful to better document this behavior and the correct approach on the client. I would prefer to always access routing information off of the available hook / HOC rather than off window on the client to avoid a split-brain solution between the client and the server.</p>
1
<p dir="auto">It would be a great idea to obtain these utilities through the Windows Store and would be easier for the end user to update them when available.</p>
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">The idea is to be able to use more than one zone with one window. For example if we have 2 windows, and 3 zones (e.g. 3 vertical zones) I would like that one window uses 2 of them and the other only one.</p> <p dir="auto">There are some cases that I can use these 3 zones, but I don't think that switch all the time between different layouts makes sense.</p> <p dir="auto">The "auto-dragging" feature, will just when resizing a window pull your window to the next active limit in a zone.</p>
0
<ul dir="auto"> <li>VSCode Version: 1.0</li> <li>OS Version: Mac OS X 10.11.4</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Open the Command Panel which is translated to Chinese</li> <li>Cannot type English command, only Chinese are accepted</li> </ol> <p dir="auto">Command should be in English, or add an option to switch that.</p>
<ul dir="auto"> <li>VSCode Version:<br> バージョン 0.10.12-insider<br> コミット <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/vscode/commit/ef2a1fcaa553d14d7731b284a5ac5e4a55c42936/hovercard" href="https://github.com/microsoft/vscode/commit/ef2a1fcaa553d14d7731b284a5ac5e4a55c42936"><tt>ef2a1fc</tt></a><br> 日付 2016-03-21T11:33:38.240Z<br> シェル 0.35.6<br> レンダラー 45.0.2454.85<br> ノード 4.1.1</li> </ul> <p dir="auto">Even Japanese people, typing Japanese words are very painful and time-consuming because of IME composition problems.<br> We expects that the commands are all in English.<br> For example, if I want to execute git pull, I will type "git pull"; not "git プル".</p> <p dir="auto">Hope you can understand our situation.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1311400/14054201/b8673f88-f31a-11e5-9b62-070c47d86350.png"><img src="https://cloud.githubusercontent.com/assets/1311400/14054201/b8673f88-f31a-11e5-9b62-070c47d86350.png" alt="image" style="max-width: 100%;"></a></p>
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> <a href="https://github.com/blog/821-mention-somebody-they-re-notified">Mention</a> the authors (see <code class="notranslate">Definitions by:</code> in <code class="notranslate">index.d.ts</code>) so they can respond. <ul dir="auto"> <li>Authors: <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bonnici/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bonnici">@bonnici</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/CodeAnimal/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/CodeAnimal">@CodeAnimal</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/DABH/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/DABH">@DABH</a></li> </ul> </li> </ul> <p dir="auto">It would be great, if definitions for <code class="notranslate">winston</code> 3.0.x could be provided.</p>
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/winston</code> package and had problems.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the latest stable version of tsc. <a href="https://www.npmjs.com/package/typescript" rel="nofollow">https://www.npmjs.com/package/typescript</a></li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have a question that is inappropriate for <a href="https://stackoverflow.com/" rel="nofollow">StackOverflow</a>. (Please ask any appropriate questions there).</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> <a href="https://github.com/blog/821-mention-somebody-they-re-notified">Mention</a> the authors (see <code class="notranslate">Definitions by:</code> in <code class="notranslate">index.d.ts</code>) so they can respond. <ul dir="auto"> <li>Authors: <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bonnici/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bonnici">@bonnici</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/CodeAnimal/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/CodeAnimal">@CodeAnimal</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/DABH/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/DABH">@DABH</a></li> </ul> </li> </ul> <p dir="auto">The function "createLogger" to create a new logger instance isn't included in the TS definitions</p>
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=ferrix" rel="nofollow">Riccardo</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2861?redirect=false" rel="nofollow">SPR-2861</a></strong> and commented</p> <p dir="auto">All the beans defined in any configuration file are visible from the whole project. t would be useful to be able to limit the visibility of a bean to only the file where it is defined. Something like &lt;bean-local ... &gt;. I have looked in the forum and jira and I couldn't find anything like this.</p> <hr> <p dir="auto"><strong>Issue Links:</strong></p> <ul dir="auto"> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398104986" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/11829" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/11829/hovercard" href="https://github.com/spring-projects/spring-framework/issues/11829">#11829</a> Support <code class="notranslate">@Bean</code> method visibility (<em><strong>"duplicates"</strong></em>)</li> </ul>
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=eberhardwolff" rel="nofollow">Eberhard Wolff</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7170?redirect=false" rel="nofollow">SPR-7170</a></strong> and commented</p> <p dir="auto">In JavaConfig beans created by protected methods with <code class="notranslate">@Bean</code> annotation had visibility inside the <code class="notranslate">@Configuration</code> class only but were not exported into the global <code class="notranslate">ApplicationContext</code> and therefore cannot be referenced from there or other <code class="notranslate">@Configuration</code> annotated classes:</p> <div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@Configuration public class MyConfiguration { @Bean public ABean globallyVisible() { ... } @Bean protected ABean visibleOnlyInThisClass() { ... } }"><pre class="notranslate"><span class="pl-c1">@</span><span class="pl-c1">Configuration</span> <span class="pl-k">public</span> <span class="pl-k">class</span> <span class="pl-smi">MyConfiguration</span> { <span class="pl-c1">@</span><span class="pl-c1">Bean</span> <span class="pl-k">public</span> <span class="pl-smi">ABean</span> <span class="pl-en">globallyVisible</span>() { ... } <span class="pl-c1">@</span><span class="pl-c1">Bean</span> <span class="pl-k">protected</span> <span class="pl-smi">ABean</span> <span class="pl-en">visibleOnlyInThisClass</span>() { ... } }</pre></div> <p dir="auto">This is great to structure large configuration because beans can be hidden. Bring that feature back please.</p> <hr> <p dir="auto"><strong>Affects:</strong> 3.0 GA, 3.0.1, 3.0.2</p> <p dir="auto"><strong>Issue Links:</strong></p> <ul dir="auto"> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398111454" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/12839" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/12839/hovercard" href="https://github.com/spring-projects/spring-framework/issues/12839">#12839</a> Revised support for bean definition visibility and overriding (<em><strong>"is depended on by"</strong></em>)</li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398073079" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/7548" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/7548/hovercard" href="https://github.com/spring-projects/spring-framework/issues/7548">#7548</a> Allow to restrict the visibility of beans to a file (<em><strong>"is duplicated by"</strong></em>)</li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398094306" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/10325" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/10325/hovercard" href="https://github.com/spring-projects/spring-framework/issues/10325">#10325</a> Consider using javassist for proxy generation</li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398110303" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/12637" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/12637/hovercard" href="https://github.com/spring-projects/spring-framework/issues/12637">#12637</a> Support profile exclusivity and/or bean definition finality</li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398082106" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/8713" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/8713/hovercard" href="https://github.com/spring-projects/spring-framework/issues/8713">#8713</a> Exporting / Importing beans across ApplicationContexts</li> </ul> <p dir="auto">27 votes, 22 watchers</p>
1
<p dir="auto">I keep getting this problem after completing a task. Duplicate user problem?</p>
<p dir="auto">After completing some challenges (using ctrl+enter twice) I get redirected to <a href="http://www.freecodecamp.com/map" rel="nofollow">http://www.freecodecamp.com/map</a> where a banner pops up and says "Oops! Something went wrong. Please try again later"</p> <p dir="auto">I'm on the beginning of the HTML5 and CSS section</p> <p dir="auto">Edit:<br> I just looked at the console after this happened again and here are the 2 error messages:<br> [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (sidecar.js.map, line 0)<br> [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (jquery.min.map, line 0)</p>
1
<p dir="auto">Emoji <g-emoji class="g-emoji" alias="spider" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f577.png">🕷</g-emoji> Spider cannot be correctlly rendered: Store Version v0.2.1715.0</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/968222/60318128-6e8e0c00-99a4-11e9-83f8-e425d665370e.png"><img src="https://user-images.githubusercontent.com/968222/60318128-6e8e0c00-99a4-11e9-83f8-e425d665370e.png" alt="image" style="max-width: 100%;"></a></p> <p dir="auto">maybe duplicate to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="445854966" data-permission-text="Title is private" data-url="https://github.com/microsoft/terminal/issues/900" data-hovercard-type="issue" data-hovercard-url="/microsoft/terminal/issues/900/hovercard" href="https://github.com/microsoft/terminal/issues/900">#900</a> ?</p>
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">Support for Windows 10 LTSC</p> <h1 dir="auto">Proposed technical implementation details (optional)</h1> <p dir="auto">Windows 10 LTSC doesn't support Windows Store Apps, but the terminal is an essential part of daily management.</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"> 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"> 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"> 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"> 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"> 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"> 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"> 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.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> 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"> 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>None</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>:</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=""><pre class="notranslate"><code class="notranslate"></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>: python 3.5</li> <li><strong>Minimal Celery Version</strong>: celery 4.3</li> <li><strong>Minimal Kombu Version</strong>: N/A or Unknown</li> <li><strong>Minimal Broker Version</strong>: redis 6.0.5</li> <li><strong>Minimal Result Backend Version</strong>: redis 6.0.5</li> <li><strong>Minimal OS and/or Kernel Version</strong>: osx 10.15.5, ubuntu 20.04</li> <li><strong>Minimal Broker Client Version</strong>: redis==3.5.3</li> <li><strong>Minimal Result Backend Client Version</strong>: redis==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="absl-py==0.8.0 adal==1.2.2 alembic==1.0.1 altair==4.0.1 amqp==2.4.1 aniso8601==7.0.0 antlr4-python3-runtime==4.7.2 apipkg==1.5 applicationinsights==0.11.9 appnope==0.1.0 argcomplete==1.10.0 asn1crypto==0.24.0 astor==0.8.0 astroid==2.3.3 astunparse==1.6.3 atomicwrites==1.1.5 attrs==18.1.0 azure==3.0.0 azure-batch==7.0.0 azure-cli==2.0.71 azure-cli-command-modules-nspkg==2.0.3 azure-cli-core==2.0.71 azure-cli-nspkg==3.0.4 azure-cli-telemetry==1.0.3 azure-common==1.1.11 azure-cosmos==3.1.1 azure-cosmosdb-nspkg==2.0.2 azure-cosmosdb-table==1.0.3 azure-datalake-store==0.0.47 azure-eventgrid==0.1.0 azure-functions-devops-build==0.0.22 azure-graphrbac==0.60.0 azure-keyvault==1.1.0 azure-mgmt==2.0.0 azure-mgmt-advisor==2.0.1 azure-mgmt-appconfiguration==0.1.0 azure-mgmt-applicationinsights==0.1.1 azure-mgmt-authorization==0.52.0 azure-mgmt-batch==6.0.0 azure-mgmt-batchai==2.0.0 azure-mgmt-billing==0.2.0 azure-mgmt-botservice==0.2.0 azure-mgmt-cdn==3.1.0 azure-mgmt-cognitiveservices==5.0.0 azure-mgmt-commerce==1.0.1 azure-mgmt-compute==6.0.0 azure-mgmt-consumption==2.0.0 azure-mgmt-containerinstance==1.5.0 azure-mgmt-containerregistry==3.0.0rc5 azure-mgmt-containerservice==5.3.0 azure-mgmt-cosmosdb==0.7.0 azure-mgmt-datafactory==0.4.0 azure-mgmt-datalake-analytics==0.2.1 azure-mgmt-datalake-nspkg==2.0.0 azure-mgmt-datalake-store==0.5.0 azure-mgmt-datamigration==0.1.0 azure-mgmt-deploymentmanager==0.1.0 azure-mgmt-devtestlabs==2.2.0 azure-mgmt-dns==2.1.0 azure-mgmt-eventgrid==2.2.0 azure-mgmt-eventhub==2.6.0 azure-mgmt-hanaonazure==0.1.1 azure-mgmt-hdinsight==1.1.0 azure-mgmt-imagebuilder==0.2.1 azure-mgmt-iotcentral==1.0.0 azure-mgmt-iothub==0.8.2 azure-mgmt-iothubprovisioningservices==0.2.0 azure-mgmt-keyvault==1.1.0 azure-mgmt-kusto==0.3.0 azure-mgmt-loganalytics==0.2.0 azure-mgmt-logic==2.1.0 azure-mgmt-machinelearningcompute==0.4.1 azure-mgmt-managedservices==1.0.0 azure-mgmt-managementgroups==0.2.0 azure-mgmt-managementpartner==0.1.0 azure-mgmt-maps==0.1.0 azure-mgmt-marketplaceordering==0.1.0 azure-mgmt-media==1.1.1 azure-mgmt-monitor==0.5.2 azure-mgmt-msi==0.2.0 azure-mgmt-netapp==0.5.0 azure-mgmt-network==3.0.0 azure-mgmt-notificationhubs==1.0.0 azure-mgmt-nspkg==2.0.0 azure-mgmt-policyinsights==0.3.1 azure-mgmt-powerbiembedded==1.0.0 azure-mgmt-privatedns==0.1.0 azure-mgmt-rdbms==1.9.0 azure-mgmt-recoveryservices==0.4.0 azure-mgmt-recoveryservicesbackup==0.4.0 azure-mgmt-redis==6.0.0 azure-mgmt-relay==0.1.0 azure-mgmt-reservations==0.3.1 azure-mgmt-resource==2.2.0 azure-mgmt-scheduler==1.1.3 azure-mgmt-search==2.1.0 azure-mgmt-security==0.1.0 azure-mgmt-servermanager==1.2.0 azure-mgmt-servicebus==0.6.0 azure-mgmt-servicefabric==0.2.0 azure-mgmt-signalr==0.1.1 azure-mgmt-sql==0.12.0 azure-mgmt-sqlvirtualmachine==0.4.0 azure-mgmt-storage==4.0.0 azure-mgmt-subscription==0.1.0 azure-mgmt-trafficmanager==0.51.0 azure-mgmt-web==0.42.0 azure-multiapi-storage==0.2.4 azure-nspkg==2.0.0 azure-servicebus==0.21.1 azure-servicefabric==6.1.2.9 azure-servicemanagement-legacy==0.20.6 azure-storage-blob==1.5.0 azure-storage-common==1.4.2 azure-storage-file==1.1.0 azure-storage-nspkg==3.0.0 azure-storage-queue==1.1.0 Babel==2.6.0 backcall==0.1.0 base58==2.0.1 bcrypt==3.1.4 beautifulsoup4==4.6.3 billiard==3.6.0.0 bleach==3.1.0 blinker==1.4 boto3==1.14.7 botocore==1.17.7 bs4==0.0.1 cached-property==1.5.1 cachetools==4.1.0 celery==4.3.0 celery-once==3.0.1 certifi==2018.4.16 cffi==1.11.5 chardet==3.0.4 click==7.1.2 click-completion==0.5.0 cloudpickle==0.5.3 colorama==0.4.1 crayons==0.1.2 cryptography==2.6.1 cssselect==1.0.3 cycler==0.10.0 dask==0.18.1 decorator==4.3.0 defusedxml==0.6.0 dnspython==1.16.0 docker==4.0.2 docker-pycreds==0.3.0 docutils==0.15.2 email-validator==1.1.1 entrypoints==0.2.3 enum-compat==0.0.3 enum34==1.1.6 execnet==1.5.0 exif==0.8.1 fabric==2.4.0 flake8==3.5.0 flake8-polyfill==1.0.2 Flask==1.1.2 Flask-Assets==0.12 Flask-BabelEx==0.9.4 Flask-GraphQL==2.0.0 Flask-Login==0.5.0 Flask-Mail==0.9.1 Flask-Principal==0.4.0 Flask-Security-Too==3.4.3 Flask-Uploads==0.2.1 Flask-Webpack==0.1.0 Flask-WTF==0.14.3 future==0.18.2 futures==3.1.1 gast==0.3.3 gitdb2==2.0.5 GitPython==2.1.11 google-auth==1.17.2 google-auth-oauthlib==0.4.1 google-pasta==0.2.0 graphene==2.1.8 graphene-sqlalchemy==2.2.2 graphql-core==2.2.1 graphql-relay==2.0.0 graphql-server-core==1.1.1 grpcio==1.24.0 h5py==2.10.0 honcho==1.0.1 humanfriendly==4.18 idna==2.6 imageio==2.5.0 imgaug==0.3.0 importlib-metadata==0.23 infinity==1.4 inflection==0.3.1 intervals==0.8.1 invoke==1.3.0 ipykernel==5.3.0 ipython==6.4.0 ipython-genutils==0.2.0 ipywidgets==7.5.1 isodate==0.6.0 isort==4.3.4 itsdangerous==1.1.0 javaproperties==0.5.1 jedi==0.12.0 Jinja2==2.10.1 jmespath==0.9.4 joblib==0.14.0 jsondiff==1.2.0 jsonschema==3.0.1 jupyter==1.0.0 jupyter-client==5.3.1 jupyter-console==6.0.0 jupyter-core==4.5.0 Keras-Applications==1.0.8 Keras-Preprocessing==1.1.0 keyring==12.2.1 kiwisolver==1.0.1 knack==0.6.3 kombu==4.5.0 lazy-object-proxy==1.4.3 libsass==0.15.1 loggly-python-handler==1.0.0 lxml==4.2.5 Mako==1.0.7 mando==0.6.4 Markdown==3.1.1 MarkupSafe==1.0 matplotlib==2.2.2 mccabe==0.6.1 mistune==0.8.4 mock==2.0.0 more-itertools==4.2.0 msrest==0.6.9 msrestazure==0.6.1 mysql-connector-python==8.0.16 nbconvert==5.5.0 nbformat==4.4.0 networkx==2.1 notebook==6.0.0 numpy==1.17.2 oauthlib==2.1.0 opencv-python==4.2.0.34 opencv-python-headless==4.2.0.34 opt-einsum==3.2.1 packaging==19.2 pandas==0.23.4 pandocfilters==1.4.2 paramiko==2.4.2 parso==0.2.1 passlib==1.7.1 patchwork==1.0.1 pathlib2==2.3.4 pathtools==0.1.2 pbr==5.4.2 pexpect==4.5.0 pickleshare==0.7.4 piexif==1.1.3 Pillow==7.1.2 pluggy==0.13.0 portalocker==1.5.1 prometheus-client==0.7.1 promise==2.2.1 prompt-toolkit==1.0.15 protobuf==3.8.0 psutil==5.6.3 ptyprocess==0.5.2 py==1.5.3 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycodestyle==2.5.0 pycparser==2.18 pydeck==0.4.0b2 pydocumentdb==2.3.3 pyflakes==1.6.0 Pygments==2.4.2 PyJWT==1.6.4 pylint==2.4.4 PyNaCl==1.3.0 pyOpenSSL==19.0.0 pyparsing==2.2.0 PyQRCode==1.2.1 pyquery==1.4.0 pyrsistent==0.15.4 pyScss==1.3.5 pytest==5.1.3 pytest-forked==0.2 pytest-xdist==1.23.0 python-dateutil==2.7.3 python-editor==1.0.3 python-json-logger==0.1.11 pytz==2019.2 PyWavelets==0.5.2 PyYAML==5.1.2 pyzmq==18.0.2 qtconsole==4.5.2 radon==4.0.0 redis==3.3.8 requests==2.22.0 requests-futures==1.0.0 requests-oauthlib==1.0.0 rsa==4.6 Rx==1.6.1 s3transfer==0.3.3 scikit-image==0.15.0 scikit-learn==0.22.1 scipy==1.4.1 scp==0.13.2 Send2Trash==1.5.0 Shapely==1.6.4.post2 shellingham==1.2.7 simplegeneric==0.8.1 singledispatch==3.4.0.3 six==1.12.0 sklearn==0.0 slacker==0.9.65 slacker-log-handler==1.7.1 smmap2==2.0.5 speaklater==1.3 SQLAlchemy==1.3.17 sshtunnel==0.1.5 streamlit==0.59.0 tabulate==0.8.3 tensorboard==2.2.2 tensorboard-plugin-wit==1.6.0.post3 tensorflow==2.2.0 tensorflow-estimator==2.2.0 termcolor==1.1.0 terminado==0.8.2 testpath==0.4.2 toml==0.10.1 toolz==0.9.0 tornado==5.1.1 tqdm==4.35.0 traitlets==4.3.2 typed-ast==1.4.0 tzlocal==2.1 urllib3==1.22 uWSGI==2.0.17 validators==0.13.0 vine==1.3.0 visual-logging==1.0 vsts==0.1.25 vsts-cd-manager==1.0.2 watchdog==0.10.2 wcwidth==0.1.7 webassets==0.12.1 webencodings==0.5.1 websocket-client==0.56.0 Werkzeug==1.0.1 widgetsnbextension==3.5.1 wrapt==1.11.2 WTForms==2.2.1 WTForms-Components==0.10.4 xenon==0.7.0 xmltodict==0.12.0 zipp==0.6.0 "><pre class="notranslate"><code class="notranslate">absl-py==0.8.0 adal==1.2.2 alembic==1.0.1 altair==4.0.1 amqp==2.4.1 aniso8601==7.0.0 antlr4-python3-runtime==4.7.2 apipkg==1.5 applicationinsights==0.11.9 appnope==0.1.0 argcomplete==1.10.0 asn1crypto==0.24.0 astor==0.8.0 astroid==2.3.3 astunparse==1.6.3 atomicwrites==1.1.5 attrs==18.1.0 azure==3.0.0 azure-batch==7.0.0 azure-cli==2.0.71 azure-cli-command-modules-nspkg==2.0.3 azure-cli-core==2.0.71 azure-cli-nspkg==3.0.4 azure-cli-telemetry==1.0.3 azure-common==1.1.11 azure-cosmos==3.1.1 azure-cosmosdb-nspkg==2.0.2 azure-cosmosdb-table==1.0.3 azure-datalake-store==0.0.47 azure-eventgrid==0.1.0 azure-functions-devops-build==0.0.22 azure-graphrbac==0.60.0 azure-keyvault==1.1.0 azure-mgmt==2.0.0 azure-mgmt-advisor==2.0.1 azure-mgmt-appconfiguration==0.1.0 azure-mgmt-applicationinsights==0.1.1 azure-mgmt-authorization==0.52.0 azure-mgmt-batch==6.0.0 azure-mgmt-batchai==2.0.0 azure-mgmt-billing==0.2.0 azure-mgmt-botservice==0.2.0 azure-mgmt-cdn==3.1.0 azure-mgmt-cognitiveservices==5.0.0 azure-mgmt-commerce==1.0.1 azure-mgmt-compute==6.0.0 azure-mgmt-consumption==2.0.0 azure-mgmt-containerinstance==1.5.0 azure-mgmt-containerregistry==3.0.0rc5 azure-mgmt-containerservice==5.3.0 azure-mgmt-cosmosdb==0.7.0 azure-mgmt-datafactory==0.4.0 azure-mgmt-datalake-analytics==0.2.1 azure-mgmt-datalake-nspkg==2.0.0 azure-mgmt-datalake-store==0.5.0 azure-mgmt-datamigration==0.1.0 azure-mgmt-deploymentmanager==0.1.0 azure-mgmt-devtestlabs==2.2.0 azure-mgmt-dns==2.1.0 azure-mgmt-eventgrid==2.2.0 azure-mgmt-eventhub==2.6.0 azure-mgmt-hanaonazure==0.1.1 azure-mgmt-hdinsight==1.1.0 azure-mgmt-imagebuilder==0.2.1 azure-mgmt-iotcentral==1.0.0 azure-mgmt-iothub==0.8.2 azure-mgmt-iothubprovisioningservices==0.2.0 azure-mgmt-keyvault==1.1.0 azure-mgmt-kusto==0.3.0 azure-mgmt-loganalytics==0.2.0 azure-mgmt-logic==2.1.0 azure-mgmt-machinelearningcompute==0.4.1 azure-mgmt-managedservices==1.0.0 azure-mgmt-managementgroups==0.2.0 azure-mgmt-managementpartner==0.1.0 azure-mgmt-maps==0.1.0 azure-mgmt-marketplaceordering==0.1.0 azure-mgmt-media==1.1.1 azure-mgmt-monitor==0.5.2 azure-mgmt-msi==0.2.0 azure-mgmt-netapp==0.5.0 azure-mgmt-network==3.0.0 azure-mgmt-notificationhubs==1.0.0 azure-mgmt-nspkg==2.0.0 azure-mgmt-policyinsights==0.3.1 azure-mgmt-powerbiembedded==1.0.0 azure-mgmt-privatedns==0.1.0 azure-mgmt-rdbms==1.9.0 azure-mgmt-recoveryservices==0.4.0 azure-mgmt-recoveryservicesbackup==0.4.0 azure-mgmt-redis==6.0.0 azure-mgmt-relay==0.1.0 azure-mgmt-reservations==0.3.1 azure-mgmt-resource==2.2.0 azure-mgmt-scheduler==1.1.3 azure-mgmt-search==2.1.0 azure-mgmt-security==0.1.0 azure-mgmt-servermanager==1.2.0 azure-mgmt-servicebus==0.6.0 azure-mgmt-servicefabric==0.2.0 azure-mgmt-signalr==0.1.1 azure-mgmt-sql==0.12.0 azure-mgmt-sqlvirtualmachine==0.4.0 azure-mgmt-storage==4.0.0 azure-mgmt-subscription==0.1.0 azure-mgmt-trafficmanager==0.51.0 azure-mgmt-web==0.42.0 azure-multiapi-storage==0.2.4 azure-nspkg==2.0.0 azure-servicebus==0.21.1 azure-servicefabric==6.1.2.9 azure-servicemanagement-legacy==0.20.6 azure-storage-blob==1.5.0 azure-storage-common==1.4.2 azure-storage-file==1.1.0 azure-storage-nspkg==3.0.0 azure-storage-queue==1.1.0 Babel==2.6.0 backcall==0.1.0 base58==2.0.1 bcrypt==3.1.4 beautifulsoup4==4.6.3 billiard==3.6.0.0 bleach==3.1.0 blinker==1.4 boto3==1.14.7 botocore==1.17.7 bs4==0.0.1 cached-property==1.5.1 cachetools==4.1.0 celery==4.3.0 celery-once==3.0.1 certifi==2018.4.16 cffi==1.11.5 chardet==3.0.4 click==7.1.2 click-completion==0.5.0 cloudpickle==0.5.3 colorama==0.4.1 crayons==0.1.2 cryptography==2.6.1 cssselect==1.0.3 cycler==0.10.0 dask==0.18.1 decorator==4.3.0 defusedxml==0.6.0 dnspython==1.16.0 docker==4.0.2 docker-pycreds==0.3.0 docutils==0.15.2 email-validator==1.1.1 entrypoints==0.2.3 enum-compat==0.0.3 enum34==1.1.6 execnet==1.5.0 exif==0.8.1 fabric==2.4.0 flake8==3.5.0 flake8-polyfill==1.0.2 Flask==1.1.2 Flask-Assets==0.12 Flask-BabelEx==0.9.4 Flask-GraphQL==2.0.0 Flask-Login==0.5.0 Flask-Mail==0.9.1 Flask-Principal==0.4.0 Flask-Security-Too==3.4.3 Flask-Uploads==0.2.1 Flask-Webpack==0.1.0 Flask-WTF==0.14.3 future==0.18.2 futures==3.1.1 gast==0.3.3 gitdb2==2.0.5 GitPython==2.1.11 google-auth==1.17.2 google-auth-oauthlib==0.4.1 google-pasta==0.2.0 graphene==2.1.8 graphene-sqlalchemy==2.2.2 graphql-core==2.2.1 graphql-relay==2.0.0 graphql-server-core==1.1.1 grpcio==1.24.0 h5py==2.10.0 honcho==1.0.1 humanfriendly==4.18 idna==2.6 imageio==2.5.0 imgaug==0.3.0 importlib-metadata==0.23 infinity==1.4 inflection==0.3.1 intervals==0.8.1 invoke==1.3.0 ipykernel==5.3.0 ipython==6.4.0 ipython-genutils==0.2.0 ipywidgets==7.5.1 isodate==0.6.0 isort==4.3.4 itsdangerous==1.1.0 javaproperties==0.5.1 jedi==0.12.0 Jinja2==2.10.1 jmespath==0.9.4 joblib==0.14.0 jsondiff==1.2.0 jsonschema==3.0.1 jupyter==1.0.0 jupyter-client==5.3.1 jupyter-console==6.0.0 jupyter-core==4.5.0 Keras-Applications==1.0.8 Keras-Preprocessing==1.1.0 keyring==12.2.1 kiwisolver==1.0.1 knack==0.6.3 kombu==4.5.0 lazy-object-proxy==1.4.3 libsass==0.15.1 loggly-python-handler==1.0.0 lxml==4.2.5 Mako==1.0.7 mando==0.6.4 Markdown==3.1.1 MarkupSafe==1.0 matplotlib==2.2.2 mccabe==0.6.1 mistune==0.8.4 mock==2.0.0 more-itertools==4.2.0 msrest==0.6.9 msrestazure==0.6.1 mysql-connector-python==8.0.16 nbconvert==5.5.0 nbformat==4.4.0 networkx==2.1 notebook==6.0.0 numpy==1.17.2 oauthlib==2.1.0 opencv-python==4.2.0.34 opencv-python-headless==4.2.0.34 opt-einsum==3.2.1 packaging==19.2 pandas==0.23.4 pandocfilters==1.4.2 paramiko==2.4.2 parso==0.2.1 passlib==1.7.1 patchwork==1.0.1 pathlib2==2.3.4 pathtools==0.1.2 pbr==5.4.2 pexpect==4.5.0 pickleshare==0.7.4 piexif==1.1.3 Pillow==7.1.2 pluggy==0.13.0 portalocker==1.5.1 prometheus-client==0.7.1 promise==2.2.1 prompt-toolkit==1.0.15 protobuf==3.8.0 psutil==5.6.3 ptyprocess==0.5.2 py==1.5.3 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycodestyle==2.5.0 pycparser==2.18 pydeck==0.4.0b2 pydocumentdb==2.3.3 pyflakes==1.6.0 Pygments==2.4.2 PyJWT==1.6.4 pylint==2.4.4 PyNaCl==1.3.0 pyOpenSSL==19.0.0 pyparsing==2.2.0 PyQRCode==1.2.1 pyquery==1.4.0 pyrsistent==0.15.4 pyScss==1.3.5 pytest==5.1.3 pytest-forked==0.2 pytest-xdist==1.23.0 python-dateutil==2.7.3 python-editor==1.0.3 python-json-logger==0.1.11 pytz==2019.2 PyWavelets==0.5.2 PyYAML==5.1.2 pyzmq==18.0.2 qtconsole==4.5.2 radon==4.0.0 redis==3.3.8 requests==2.22.0 requests-futures==1.0.0 requests-oauthlib==1.0.0 rsa==4.6 Rx==1.6.1 s3transfer==0.3.3 scikit-image==0.15.0 scikit-learn==0.22.1 scipy==1.4.1 scp==0.13.2 Send2Trash==1.5.0 Shapely==1.6.4.post2 shellingham==1.2.7 simplegeneric==0.8.1 singledispatch==3.4.0.3 six==1.12.0 sklearn==0.0 slacker==0.9.65 slacker-log-handler==1.7.1 smmap2==2.0.5 speaklater==1.3 SQLAlchemy==1.3.17 sshtunnel==0.1.5 streamlit==0.59.0 tabulate==0.8.3 tensorboard==2.2.2 tensorboard-plugin-wit==1.6.0.post3 tensorflow==2.2.0 tensorflow-estimator==2.2.0 termcolor==1.1.0 terminado==0.8.2 testpath==0.4.2 toml==0.10.1 toolz==0.9.0 tornado==5.1.1 tqdm==4.35.0 traitlets==4.3.2 typed-ast==1.4.0 tzlocal==2.1 urllib3==1.22 uWSGI==2.0.17 validators==0.13.0 vine==1.3.0 visual-logging==1.0 vsts==0.1.25 vsts-cd-manager==1.0.2 watchdog==0.10.2 wcwidth==0.1.7 webassets==0.12.1 webencodings==0.5.1 websocket-client==0.56.0 Werkzeug==1.0.1 widgetsnbextension==3.5.1 wrapt==1.11.2 WTForms==2.2.1 WTForms-Components==0.10.4 xenon==0.7.0 xmltodict==0.12.0 zipp==0.6.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">Celery worker should be able to re-establish connection to backend instance that was temporarily down when it's live again irrespective of whether <code class="notranslate">BROKER_URL</code> or <code class="notranslate">broker_url</code> config option is used.</p> <h1 dir="auto">Actual Behavior</h1> <p dir="auto">When celery config uses <code class="notranslate">BROKER_URL</code> connection is reestablished, but with new style config <code class="notranslate">broker_url</code> connection isn't reestablished.</p>
<p dir="auto">The issue with redis key getting evicted every time. I read <a href="https://github.com/celery/celery/issues/2980" data-hovercard-type="issue" data-hovercard-url="/celery/celery/issues/2980/hovercard">an old issue link</a>. I have confirmed that my Redis instance is not hacked. In fact, we are using Secured Redis.</p> <p dir="auto"><code class="notranslate">OperationalError("\nCannot route message for exchange 'reply.celery.pidbox': Table empty or key no longer exists.\nProbably the key ('_kombu.binding.reply.celery.pidbox') has been removed from the Redis database.\n",)</code></p> <p dir="auto">kombu==4.5.0<br> celery==4.3.0<br> redis==3.2.1</p> <p dir="auto">Is this some issue with redis?</p>
1
<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 import numpy as np table = pd.DataFrame(data=np.random.randn(5,2), index=[4,1,'foo',3,'bar']) table = table.sort_index()"><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">import</span> <span class="pl-s1">numpy</span> <span class="pl-k">as</span> <span class="pl-s1">np</span> <span class="pl-s1">table</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">DataFrame</span>(<span class="pl-s1">data</span><span class="pl-c1">=</span><span class="pl-s1">np</span>.<span class="pl-s1">random</span>.<span class="pl-en">randn</span>(<span class="pl-c1">5</span>,<span class="pl-c1">2</span>), <span class="pl-s1">index</span><span class="pl-c1">=</span>[<span class="pl-c1">4</span>,<span class="pl-c1">1</span>,<span class="pl-s">'foo'</span>,<span class="pl-c1">3</span>,<span class="pl-s">'bar'</span>]) <span class="pl-s1">table</span> <span class="pl-c1">=</span> <span class="pl-s1">table</span>.<span class="pl-en">sort_index</span>()</pre></div> <h4 dir="auto">Problem description</h4> <p dir="auto">The code above works in python2. However, in python3 a <code class="notranslate">TypeError</code> is raised:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TypeError: '&lt;' not supported between instances of 'str' and 'int'"><pre class="notranslate"><code class="notranslate">TypeError: '&lt;' not supported between instances of 'str' and 'int' </code></pre></div> <p dir="auto">The reason for this is described <a href="https://stackoverflow.com/questions/50097704" rel="nofollow">here</a>: mixed-type sequencing cannot be sorted anymore just like this.</p> <h4 dir="auto">Expected Output</h4> <p dir="auto">No exception when calling <code class="notranslate">sort_index</code> in python3.</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</p> <p dir="auto">pandas: 0.22.0<br> pytest: None<br> pip: 10.0.0<br> setuptools: 39.0.1<br> Cython: None<br> numpy: 1.14.2<br> scipy: 1.0.1<br> pyarrow: None<br> xarray: None<br> IPython: 6.3.1<br> sphinx: None<br> patsy: None<br> dateutil: 2.7.2<br> pytz: 2018.4<br> blosc: None<br> bottleneck: None<br> tables: None<br> numexpr: None<br> feather: None<br> matplotlib: 2.2.2<br> openpyxl: None<br> xlrd: None<br> xlwt: None<br> xlsxwriter: None<br> lxml: None<br> bs4: None<br> html5lib: None<br> sqlalchemy: None<br> pymysql: None<br> psycopg2: None<br> jinja2: None<br> s3fs: None<br> fastparquet: None<br> pandas_gbq: None<br> pandas_datareader: None</p> </details>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [1]: Index([0, '1']).sort_values() --------------------------------------------------------------------------- TypeError Traceback (most recent call last) &lt;ipython-input-1-c2949e5a9d7f&gt; in &lt;module&gt;() ----&gt; 1 Index([0, '1']).sort_values() /Users/jreback/pandas/pandas/core/indexes/base.py in sort_values(self, return_indexer, ascending) 2026 Return sorted copy of Index 2027 &quot;&quot;&quot; -&gt; 2028 _as = self.argsort() 2029 if not ascending: 2030 _as = _as[::-1] /Users/jreback/pandas/pandas/core/indexes/base.py in argsort(self, *args, **kwargs) 2089 if result is None: 2090 result = np.array(self) -&gt; 2091 return result.argsort(*args, **kwargs) 2092 2093 def __add__(self, other): TypeError: '&gt;' not supported between instances of 'str' and 'int'"><pre class="notranslate"><code class="notranslate">In [1]: Index([0, '1']).sort_values() --------------------------------------------------------------------------- TypeError Traceback (most recent call last) &lt;ipython-input-1-c2949e5a9d7f&gt; in &lt;module&gt;() ----&gt; 1 Index([0, '1']).sort_values() /Users/jreback/pandas/pandas/core/indexes/base.py in sort_values(self, return_indexer, ascending) 2026 Return sorted copy of Index 2027 """ -&gt; 2028 _as = self.argsort() 2029 if not ascending: 2030 _as = _as[::-1] /Users/jreback/pandas/pandas/core/indexes/base.py in argsort(self, *args, **kwargs) 2089 if result is None: 2090 result = np.array(self) -&gt; 2091 return result.argsort(*args, **kwargs) 2092 2093 def __add__(self, other): TypeError: '&gt;' not supported between instances of 'str' and 'int' </code></pre></div> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [7]: Series([0, '1']).sort_values() --------------------------------------------------------------------------- TypeError Traceback (most recent call last) /Users/jreback/pandas/pandas/core/series.py in _try_kind_sort(arr) 1762 # if kind==mergesort, it can fail for object dtype -&gt; 1763 return arr.argsort(kind=kind) 1764 except TypeError: TypeError: '&gt;' not supported between instances of 'str' and 'int' During handling of the above exception, another exception occurred: TypeError Traceback (most recent call last) &lt;ipython-input-7-b0c6ec3dcb93&gt; in &lt;module&gt;() ----&gt; 1 Series([0, '1']).sort_values() /Users/jreback/pandas/pandas/core/series.py in sort_values(self, axis, ascending, inplace, kind, na_position) 1775 idx = _default_index(len(self)) 1776 -&gt; 1777 argsorted = _try_kind_sort(arr[good]) 1778 1779 if is_list_like(ascending): /Users/jreback/pandas/pandas/core/series.py in _try_kind_sort(arr) 1765 # stable sort not available for object dtype 1766 # uses the argsort default quicksort -&gt; 1767 return arr.argsort(kind='quicksort') 1768 1769 arr = self._values TypeError: '&gt;' not supported between instances of 'str' and 'int'"><pre class="notranslate"><code class="notranslate">In [7]: Series([0, '1']).sort_values() --------------------------------------------------------------------------- TypeError Traceback (most recent call last) /Users/jreback/pandas/pandas/core/series.py in _try_kind_sort(arr) 1762 # if kind==mergesort, it can fail for object dtype -&gt; 1763 return arr.argsort(kind=kind) 1764 except TypeError: TypeError: '&gt;' not supported between instances of 'str' and 'int' During handling of the above exception, another exception occurred: TypeError Traceback (most recent call last) &lt;ipython-input-7-b0c6ec3dcb93&gt; in &lt;module&gt;() ----&gt; 1 Series([0, '1']).sort_values() /Users/jreback/pandas/pandas/core/series.py in sort_values(self, axis, ascending, inplace, kind, na_position) 1775 idx = _default_index(len(self)) 1776 -&gt; 1777 argsorted = _try_kind_sort(arr[good]) 1778 1779 if is_list_like(ascending): /Users/jreback/pandas/pandas/core/series.py in _try_kind_sort(arr) 1765 # stable sort not available for object dtype 1766 # uses the argsort default quicksort -&gt; 1767 return arr.argsort(kind='quicksort') 1768 1769 arr = self._values TypeError: '&gt;' not supported between instances of 'str' and 'int' </code></pre></div> <p dir="auto">These can both be fixed by falling back to using <code class="notranslate">.get_indexer()</code> if these fail (<code class="notranslate">.argsort</code> is faster and handles duplicates for object dtypes, so the default is good).</p>
1
<p dir="auto">I have two pieces of logically identical code below with differences only in the order of class definitions. However, that resulted in two different ways being used to define the <code class="notranslate">defineProperty</code> method in the compiled output.</p> <p dir="auto"><strong>Version 1</strong> compiled into:<br> <code class="notranslate">import _Object$defineProperty from "babel-runtime/core-js/object/define-property";</code></p> <p dir="auto"><strong>Version 2</strong> compiled into:<br> <code class="notranslate">var _defineProperty = require("babel-runtime/core-js/object/define-property");</code></p> <h3 dir="auto">Input Code</h3> <p dir="auto"><strong>Version 1</strong></p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&quot;use strict&quot;; class Test2 {} class Test1 { async test() {} }"><pre class="notranslate"><span class="pl-s">"use strict"</span><span class="pl-kos">;</span> <span class="pl-k">class</span> <span class="pl-v">Test2</span> <span class="pl-kos">{</span><span class="pl-kos">}</span> <span class="pl-k">class</span> <span class="pl-v">Test1</span> <span class="pl-kos">{</span> <span class="pl-k">async</span> <span class="pl-en">test</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"><strong>Version 2</strong></p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&quot;use strict&quot;; class Test1 { async test() {} } class Test2 {}"><pre class="notranslate"><span class="pl-s">"use strict"</span><span class="pl-kos">;</span> <span class="pl-k">class</span> <span class="pl-v">Test1</span> <span class="pl-kos">{</span> <span class="pl-k">async</span> <span class="pl-en">test</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-k">class</span> <span class="pl-v">Test2</span> <span class="pl-kos">{</span><span class="pl-kos">}</span></pre></div> <h3 dir="auto">Babel/Babylon Configuration (.babelrc, package.json, cli command)</h3> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// .babelrc { &quot;presets&quot;: [&quot;env&quot;, &quot;stage-2&quot;], &quot;plugins&quot;: [ [&quot;transform-runtime&quot;, { &quot;helpers&quot;: false, &quot;polyfill&quot;: true, &quot;moduleName&quot;: &quot;babel-runtime&quot; }] ] }"><pre class="notranslate"><span class="pl-c">// .babelrc</span> <span class="pl-kos">{</span> <span class="pl-s">"presets"</span>: <span class="pl-kos">[</span><span class="pl-s">"env"</span><span class="pl-kos">,</span> <span class="pl-s">"stage-2"</span><span class="pl-kos">]</span><span class="pl-kos">,</span> <span class="pl-s">"plugins"</span>: <span class="pl-kos">[</span> <span class="pl-kos">[</span><span class="pl-s">"transform-runtime"</span><span class="pl-kos">,</span> <span class="pl-kos">{</span> <span class="pl-s">"helpers"</span>: <span class="pl-c1">false</span><span class="pl-kos">,</span> <span class="pl-s">"polyfill"</span>: <span class="pl-c1">true</span><span class="pl-kos">,</span> <span class="pl-s">"moduleName"</span>: <span class="pl-s">"babel-runtime"</span> <span class="pl-kos">}</span><span class="pl-kos">]</span> <span class="pl-kos">]</span> <span class="pl-kos">}</span></pre></div> <h3 dir="auto">Expected Behavior</h3> <p dir="auto">The two different versions of the code here should be compiled in the same way.</p> <h3 dir="auto">Current Behavior</h3> <p dir="auto">Compiled <strong>Version 1</strong></p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&quot;use strict&quot;; import _Object$defineProperty from &quot;babel-runtime/core-js/object/define-property&quot;; var _promise = require(&quot;babel-runtime/core-js/promise&quot;); var _promise2 = _interopRequireDefault(_promise); var _regenerator = require(&quot;babel-runtime/regenerator&quot;); var _regenerator2 = _interopRequireDefault(_regenerator); /* ... skipping the rest of the file */"><pre class="notranslate"><span class="pl-s">"use strict"</span><span class="pl-kos">;</span> <span class="pl-k">import</span> <span class="pl-s1">_Object$defineProperty</span> <span class="pl-k">from</span> <span class="pl-s">"babel-runtime/core-js/object/define-property"</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">_promise</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">"babel-runtime/core-js/promise"</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">_promise2</span> <span class="pl-c1">=</span> <span class="pl-en">_interopRequireDefault</span><span class="pl-kos">(</span><span class="pl-s1">_promise</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">_regenerator</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">"babel-runtime/regenerator"</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">_regenerator2</span> <span class="pl-c1">=</span> <span class="pl-en">_interopRequireDefault</span><span class="pl-kos">(</span><span class="pl-s1">_regenerator</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">/* ... skipping the rest of the file */</span></pre></div> <p dir="auto">Compiled <strong>Version 2</strong></p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&quot;use strict&quot;; var _promise = require(&quot;babel-runtime/core-js/promise&quot;); var _promise2 = _interopRequireDefault(_promise); var _defineProperty = require(&quot;babel-runtime/core-js/object/define-property&quot;); var _defineProperty2 = _interopRequireDefault(_defineProperty); var _regenerator = require(&quot;babel-runtime/regenerator&quot;); var _regenerator2 = _interopRequireDefault(_regenerator); /* ... skipping the rest of the file */"><pre class="notranslate"><span class="pl-s">"use strict"</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">_promise</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">"babel-runtime/core-js/promise"</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">_promise2</span> <span class="pl-c1">=</span> <span class="pl-en">_interopRequireDefault</span><span class="pl-kos">(</span><span class="pl-s1">_promise</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">_defineProperty</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">"babel-runtime/core-js/object/define-property"</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">_defineProperty2</span> <span class="pl-c1">=</span> <span class="pl-en">_interopRequireDefault</span><span class="pl-kos">(</span><span class="pl-s1">_defineProperty</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">_regenerator</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">"babel-runtime/regenerator"</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">_regenerator2</span> <span class="pl-c1">=</span> <span class="pl-en">_interopRequireDefault</span><span class="pl-kos">(</span><span class="pl-s1">_regenerator</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">/* ... skipping the rest of the file */</span></pre></div> <h3 dir="auto">Your Environment</h3> <table role="table"> <thead> <tr> <th>software</th> <th>version(s)</th> </tr> </thead> <tbody> <tr> <td>Babel</td> <td>6.26.0</td> </tr> <tr> <td>node</td> <td>6.10.3</td> </tr> <tr> <td>npm</td> <td>3.10.10</td> </tr> <tr> <td>Operating System</td> <td>macOS 10.12.6</td> </tr> </tbody> </table>
<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" checked=""> Would you like to work on a fix?</li> </ul> <h3 dir="auto">How are you using Babel?</h3> <p dir="auto">babel-loader (webpack)</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="no code"><pre class="notranslate"><span class="pl-s1">no</span> <span class="pl-s1">code</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">If I install newest preset-env with npm, I have to install plugin-syntax-dynamic-import manually due to plugin-syntax-dynamic-import in both dependencies and devDependencies.</p> <p dir="auto">update 2021-09-07<br> Seem like duplicate dependency didn't cause my problem, but we still need to delete plugin-syntax-dynamic-import in devDependencies.</p> <h3 dir="auto">Environment</h3> <p dir="auto">System:<br> OS: macOS 11.5.2<br> Binaries:<br> Node: 14.17.0 - ~/.nvm/versions/node/v14.17.0/bin/node<br> Yarn: 1.22.10 - /usr/local/bin/yarn<br> npm: 6.14.13 - ~/.nvm/versions/node/v14.17.0/bin/npm<br> npmPackages:<br> @babel/preset-env: ^7.15.0 =&gt; 7.15.0<br> @babel/runtime: 7.1.2 =&gt; 7.1.2<br> babel-eslint: 8.2.6 =&gt; 8.2.6<br> babel-helper-vue-jsx-merge-props: 2.0.3 =&gt; 2.0.3<br> babel-loader: ^8.0.5 =&gt; 8.2.2</p> <h3 dir="auto">Possible solution</h3> <p dir="auto">delete plugin-syntax-dynamic-import in devDependencies</p> <h3 dir="auto">Additional context</h3> <p dir="auto"><em>No response</em></p>
0
<p dir="auto">This has been bugging me for a while:</p> <p dir="auto">To guard yourself against mistakes, it's nice to use type aprameters to give a type signatures that depend on its unit, without having any actual members of type T in the structure. Example:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#[derive(Copy)] pub struct Vector2D&lt;T&gt; { pub x: f32, pub y: f32, }"><pre class="notranslate"><code class="notranslate">#[derive(Copy)] pub struct Vector2D&lt;T&gt; { pub x: f32, pub y: f32, } </code></pre></div> <p dir="auto">And make sure operators such as Add only work on vectors of the same space.<br> Ok, now the problem is that unless T also implements Copy, Vector2D does not actually implement Copy.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn foo&lt;T&gt;(a: Vector2D&lt;T&gt;) { let b = a; let c = a; // ... }"><pre class="notranslate"><code class="notranslate">fn foo&lt;T&gt;(a: Vector2D&lt;T&gt;) { let b = a; let c = a; // ... } </code></pre></div> <p dir="auto">The compiler says:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error: use of moved value: `a` `a` moved here because it has type `math::Vector2D&lt;T&gt;`, which is non-copyable"><pre class="notranslate"><code class="notranslate">error: use of moved value: `a` `a` moved here because it has type `math::Vector2D&lt;T&gt;`, which is non-copyable </code></pre></div> <p dir="auto">This can be worked around by specifying that T must be Copy in the definiton of foo</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn foo&lt;T: Copy&gt;(a: Vector&lt;T&gt;) {"><pre class="notranslate"><code class="notranslate">fn foo&lt;T: Copy&gt;(a: Vector&lt;T&gt;) { </code></pre></div> <p dir="auto">While this isn't a blocking issue, it is very confusing, since T is part of the type of Vector2D but isn't instanciated in the structure, so whether T implements copy should have no influence on whether Vector2D is copyable.<br> The error message doesn't help because it doesn't say anything about T which is what is apparently confusing the compiler. Instead it points to the structure Vector2D which has derive(Foo) right next to it's definition.</p>
<p dir="auto">For example:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#[deriving(Clone)] struct Filter&lt;A, I, P&gt; where I: Iterator&lt;A&gt;, P: FnMut(&amp;A) -&gt; bool { it: I, p: P, }"><pre class="notranslate"><span class="pl-c1">#<span class="pl-kos">[</span>deriving<span class="pl-kos">(</span><span class="pl-v">Clone</span><span class="pl-kos">)</span><span class="pl-kos">]</span></span> <span class="pl-k">struct</span> <span class="pl-smi">Filter</span><span class="pl-kos">&lt;</span><span class="pl-smi">A</span><span class="pl-kos">,</span> <span class="pl-smi">I</span><span class="pl-kos">,</span> <span class="pl-smi">P</span><span class="pl-kos">&gt;</span> <span class="pl-k">where</span> <span class="pl-smi">I</span><span class="pl-kos">:</span> <span class="pl-smi">Iterator</span><span class="pl-kos">&lt;</span><span class="pl-smi">A</span><span class="pl-kos">&gt;</span><span class="pl-kos">,</span> <span class="pl-smi">P</span><span class="pl-kos">:</span> <span class="pl-smi">FnMut</span><span class="pl-kos">(</span><span class="pl-c1">&amp;</span><span class="pl-smi">A</span><span class="pl-kos">)</span> -&gt; <span class="pl-smi">bool</span> <span class="pl-kos">{</span> <span class="pl-c1">it</span><span class="pl-kos">:</span> <span class="pl-smi">I</span><span class="pl-kos">,</span> <span class="pl-c1">p</span><span class="pl-kos">:</span> <span class="pl-smi">P</span><span class="pl-kos">,</span> <span class="pl-kos">}</span></pre></div> <p dir="auto">expands to:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="impl&lt;A: Clone, I: Clone, P: Clone&gt; Clone for Filter&lt;A, I, P&gt; where /* .. */ { /* .. */ }"><pre class="notranslate"><span class="pl-k">impl</span><span class="pl-kos">&lt;</span><span class="pl-smi">A</span><span class="pl-kos">:</span> <span class="pl-smi">Clone</span><span class="pl-kos">,</span> <span class="pl-smi">I</span><span class="pl-kos">:</span> <span class="pl-smi">Clone</span><span class="pl-kos">,</span> <span class="pl-smi">P</span><span class="pl-kos">:</span> <span class="pl-smi">Clone</span><span class="pl-kos">&gt;</span> <span class="pl-smi">Clone</span> <span class="pl-k">for</span> <span class="pl-smi">Filter</span><span class="pl-kos">&lt;</span><span class="pl-smi">A</span><span class="pl-kos">,</span> <span class="pl-smi">I</span><span class="pl-kos">,</span> <span class="pl-smi">P</span><span class="pl-kos">&gt;</span> <span class="pl-k">where</span> <span class="pl-c">/* .. */</span> <span class="pl-kos">{</span> <span class="pl-c">/* .. */</span> <span class="pl-kos">}</span></pre></div> <p dir="auto">The <code class="notranslate">A: Clone</code> bound is incorrect. Instead <code class="notranslate">deriving</code> should expand to:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="impl&lt;A, I, P&gt; Clone for Filter&lt;A, I, P&gt; where I: Clone, P: Clone, /* .. */ { /* .. */ }"><pre class="notranslate"><span class="pl-k">impl</span><span class="pl-kos">&lt;</span><span class="pl-smi">A</span><span class="pl-kos">,</span> <span class="pl-smi">I</span><span class="pl-kos">,</span> <span class="pl-smi">P</span><span class="pl-kos">&gt;</span> <span class="pl-smi">Clone</span> <span class="pl-k">for</span> <span class="pl-smi">Filter</span><span class="pl-kos">&lt;</span><span class="pl-smi">A</span><span class="pl-kos">,</span> <span class="pl-smi">I</span><span class="pl-kos">,</span> <span class="pl-smi">P</span><span class="pl-kos">&gt;</span> <span class="pl-k">where</span> <span class="pl-smi">I</span><span class="pl-kos">:</span> <span class="pl-smi">Clone</span><span class="pl-kos">,</span> <span class="pl-smi">P</span><span class="pl-kos">:</span> <span class="pl-smi">Clone</span><span class="pl-kos">,</span> <span class="pl-c">/* .. */</span> <span class="pl-kos">{</span> <span class="pl-c">/* .. */</span> <span class="pl-kos">}</span></pre></div> <p dir="auto">This requires generalized <code class="notranslate">where</code> clauses to handle more complex fields like <code class="notranslate">&amp;'a T: Clone</code>.</p> <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nikomatsakis/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nikomatsakis">@nikomatsakis</a> Are where clauses like <code class="notranslate">&amp;'a int: Clone</code> (note: no generic parameter) going to be allowed? If not, writing the syntax extension is going to be harder.</p>
1
<h2 dir="auto">📝 Add the ability to duplicate custom templates</h2> <p dir="auto">When creating a template there are 2 basic ways to go about it. Edit an existing template type and Edit the "Create new custom" template type. I believe the ability to duplicate a template would be useful. This is because the largest barrier to entry to creating new templates is the process of creating the zones to start with. This can be time-consuming based on the number and placement of zones in the template.</p> <hr> <p dir="auto">If you'd like to see this feature implemented, add a <g-emoji class="g-emoji" alias="+1" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png">👍</g-emoji> reaction to this post.</p>
<p dir="auto">Same issue here with the latest v19.1, even after remapping Alt+Space to different keymap eg. Alt+P, it's not opening up Run at all.</p> <p dir="auto"><em>Originally posted by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/teekamsuthar/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/teekamsuthar">@teekamsuthar</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="655304373" data-permission-text="Title is private" data-url="https://github.com/microsoft/PowerToys/issues/4938" data-hovercard-type="issue" data-hovercard-url="/microsoft/PowerToys/issues/4938/hovercard?comment_id=657174474&amp;comment_type=issue_comment" href="https://github.com/microsoft/PowerToys/issues/4938#issuecomment-657174474">#4938 (comment)</a></em></p>
0
<p dir="auto">hello,<br> puppeteer-extra-plugin-stealth compatible palywright. but palywright-python Install puppeteer-extra-plugin-stealth</p>
<h3 dir="auto">Your question</h3> <p dir="auto">hello,<br> puppeteer-extra-plugin-stealth compatible palywright. but palywright-python Install puppeteer-extra-plugin-stealth</p>
1
<p dir="auto">Using <code class="notranslate">import()</code> with a module seems to just give it an id as a name. It would be nice to either be able to name the chunk, or to use a name derived from the name of the import.</p>
<p dir="auto">I have <code class="notranslate">require('moment')</code> in my own module, also I use <code class="notranslate">bootstrap-daterangepicker</code> which also depends on <code class="notranslate">moment</code>, then I saw this in my build log:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" ./~/moment/moment.js 104 kB {0} [built] ... [10] ./~/bootstrap-daterangepicker/~/moment/moment.js 104 kB {0} [built]"><pre class="notranslate"><code class="notranslate"> ./~/moment/moment.js 104 kB {0} [built] ... [10] ./~/bootstrap-daterangepicker/~/moment/moment.js 104 kB {0} [built] </code></pre></div> <p dir="auto">it seems <code class="notranslate">moment.js</code> has been bundled two times by webpack, and I have enabled <code class="notranslate">DedupePlugin</code></p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" plugins: [ new webpack.optimize.DedupePlugin(), new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/), ... ],"><pre class="notranslate"> <span class="pl-s1">plugins</span>: <span class="pl-kos">[</span> <span class="pl-k">new</span> <span class="pl-s1">webpack</span><span class="pl-kos">.</span><span class="pl-c1">optimize</span><span class="pl-kos">.</span><span class="pl-c1">DedupePlugin</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">,</span> <span class="pl-k">new</span> <span class="pl-s1">webpack</span><span class="pl-kos">.</span><span class="pl-c1">IgnorePlugin</span><span class="pl-kos">(</span><span class="pl-pds"><span class="pl-c1">/</span><span class="pl-cce">^</span><span class="pl-cce">\.</span><span class="pl-cce">\/</span>locale<span class="pl-cce">$</span><span class="pl-c1">/</span></span><span class="pl-kos">,</span> <span class="pl-pds"><span class="pl-c1">/</span>moment<span class="pl-cce">$</span><span class="pl-c1">/</span></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">How to get rid of the duplication?</p>
0
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">Here's a sample app which demonstrates the problem, you can trigger the error by switching between the tabs. For example selecting the 3rd tab and then the 1st tab.</p> <div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import 'package:flutter/material.dart'; void main() =&gt; runApp(new MyApp()); class MyApp extends StatefulWidget { @override _MyAppState createState() =&gt; new _MyAppState(); } class _MyAppState extends State&lt;MyApp&gt; with SingleTickerProviderStateMixin { TabController _controller; @override void initState() { super.initState(); _controller = new TabController(vsync: this, length:3); } @override void dispose() { _controller.dispose(); super.dispose(); } @override Widget build(BuildContext context) { return new MaterialApp( home: new Scaffold( appBar: new AppBar( title: new Text('Sample App'), bottom: TabBar( controller: _controller, isScrollable: true, tabs: [ Tab( text: 'Page 1', ), Tab( text: 'Page 2', ), Tab( text: 'Page 3', ), ], ), ), body: TabBarView( controller: _controller, children: &lt;Widget&gt;[ Page1(), Page2(), Page3(), ], ), ), ); } } class Page1 extends StatefulWidget { static final GlobalKey&lt;FormFieldState&lt;String&gt;&gt; value1Key = GlobalKey&lt;FormFieldState&lt;String&gt;&gt;(); @override _Page1State createState() =&gt; new _Page1State(); } class _Page1State extends State&lt;Page1&gt; with AutomaticKeepAliveClientMixin { @override bool get wantKeepAlive =&gt; true; @override Widget build(BuildContext context) { return TextFormField( key: Page1.value1Key, ); } } class Page2 extends StatefulWidget { static final GlobalKey&lt;FormFieldState&lt;String&gt;&gt; value2Key = GlobalKey&lt;FormFieldState&lt;String&gt;&gt;(); @override _Page2State createState() =&gt; new _Page2State(); } class _Page2State extends State&lt;Page2&gt; with AutomaticKeepAliveClientMixin { @override bool get wantKeepAlive =&gt; true; @override Widget build(BuildContext context) { return TextFormField( key: Page2.value2Key, ); } } class Page3 extends StatefulWidget { static final GlobalKey&lt;FormFieldState&lt;String&gt;&gt; value3Key = GlobalKey&lt;FormFieldState&lt;String&gt;&gt;(); @override _Page3State createState() =&gt; new _Page3State(); } class _Page3State extends State&lt;Page3&gt; with AutomaticKeepAliveClientMixin { @override bool get wantKeepAlive =&gt; true; @override Widget build(BuildContext context) { return TextFormField( key: Page3.value3Key, ); } }"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s">'package:flutter/material.dart'</span>; <span class="pl-k">void</span> <span class="pl-en">main</span>() <span class="pl-k">=&gt;</span> <span class="pl-en">runApp</span>(<span class="pl-k">new</span> <span class="pl-c1">MyApp</span>()); <span class="pl-k">class</span> <span class="pl-c1">MyApp</span> <span class="pl-k">extends</span> <span class="pl-c1">StatefulWidget</span> { <span class="pl-k">@override</span> <span class="pl-c1">_MyAppState</span> <span class="pl-en">createState</span>() <span class="pl-k">=&gt;</span> <span class="pl-k">new</span> <span class="pl-c1">_MyAppState</span>(); } <span class="pl-k">class</span> <span class="pl-c1">_MyAppState</span> <span class="pl-k">extends</span> <span class="pl-c1">State</span>&lt;<span class="pl-c1">MyApp</span>&gt; <span class="pl-k">with</span> <span class="pl-c1">SingleTickerProviderStateMixin</span> { <span class="pl-c1">TabController</span> _controller; <span class="pl-k">@override</span> <span class="pl-k">void</span> <span class="pl-en">initState</span>() { <span class="pl-c1">super</span>.<span class="pl-en">initState</span>(); _controller <span class="pl-k">=</span> <span class="pl-k">new</span> <span class="pl-c1">TabController</span>(vsync<span class="pl-k">:</span> <span class="pl-c1">this</span>, length<span class="pl-k">:</span><span class="pl-c1">3</span>); } <span class="pl-k">@override</span> <span class="pl-k">void</span> <span class="pl-en">dispose</span>() { _controller.<span class="pl-en">dispose</span>(); <span class="pl-c1">super</span>.<span class="pl-en">dispose</span>(); } <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-k">new</span> <span class="pl-c1">MaterialApp</span>( home<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">Scaffold</span>( appBar<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">AppBar</span>( title<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">Text</span>(<span class="pl-s">'Sample App'</span>), bottom<span class="pl-k">:</span> <span class="pl-c1">TabBar</span>( controller<span class="pl-k">:</span> _controller, isScrollable<span class="pl-k">:</span> <span class="pl-c1">true</span>, tabs<span class="pl-k">:</span> [ <span class="pl-c1">Tab</span>( text<span class="pl-k">:</span> <span class="pl-s">'Page 1'</span>, ), <span class="pl-c1">Tab</span>( text<span class="pl-k">:</span> <span class="pl-s">'Page 2'</span>, ), <span class="pl-c1">Tab</span>( text<span class="pl-k">:</span> <span class="pl-s">'Page 3'</span>, ), ], ), ), body<span class="pl-k">:</span> <span class="pl-c1">TabBarView</span>( controller<span class="pl-k">:</span> _controller, children<span class="pl-k">:</span> <span class="pl-k">&lt;</span><span class="pl-c1">Widget</span><span class="pl-k">&gt;</span>[ <span class="pl-c1">Page1</span>(), <span class="pl-c1">Page2</span>(), <span class="pl-c1">Page3</span>(), ], ), ), ); } } <span class="pl-k">class</span> <span class="pl-c1">Page1</span> <span class="pl-k">extends</span> <span class="pl-c1">StatefulWidget</span> { <span class="pl-k">static</span> <span class="pl-k">final</span> <span class="pl-c1">GlobalKey</span>&lt;<span class="pl-c1">FormFieldState</span>&lt;<span class="pl-c1">String</span>&gt;&gt; value1Key <span class="pl-k">=</span> <span class="pl-c1">GlobalKey</span>&lt;<span class="pl-c1">FormFieldState</span>&lt;<span class="pl-c1">String</span>&gt;&gt;(); <span class="pl-k">@override</span> <span class="pl-c1">_Page1State</span> <span class="pl-en">createState</span>() <span class="pl-k">=&gt;</span> <span class="pl-k">new</span> <span class="pl-c1">_Page1State</span>(); } <span class="pl-k">class</span> <span class="pl-c1">_Page1State</span> <span class="pl-k">extends</span> <span class="pl-c1">State</span>&lt;<span class="pl-c1">Page1</span>&gt; <span class="pl-k">with</span> <span class="pl-c1">AutomaticKeepAliveClientMixin</span> { <span class="pl-k">@override</span> <span class="pl-c1">bool</span> <span class="pl-k">get</span> wantKeepAlive <span class="pl-k">=&gt;</span> <span class="pl-c1">true</span>; <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">TextFormField</span>( key<span class="pl-k">:</span> <span class="pl-c1">Page1</span>.value1Key, ); } } <span class="pl-k">class</span> <span class="pl-c1">Page2</span> <span class="pl-k">extends</span> <span class="pl-c1">StatefulWidget</span> { <span class="pl-k">static</span> <span class="pl-k">final</span> <span class="pl-c1">GlobalKey</span>&lt;<span class="pl-c1">FormFieldState</span>&lt;<span class="pl-c1">String</span>&gt;&gt; value2Key <span class="pl-k">=</span> <span class="pl-c1">GlobalKey</span>&lt;<span class="pl-c1">FormFieldState</span>&lt;<span class="pl-c1">String</span>&gt;&gt;(); <span class="pl-k">@override</span> <span class="pl-c1">_Page2State</span> <span class="pl-en">createState</span>() <span class="pl-k">=&gt;</span> <span class="pl-k">new</span> <span class="pl-c1">_Page2State</span>(); } <span class="pl-k">class</span> <span class="pl-c1">_Page2State</span> <span class="pl-k">extends</span> <span class="pl-c1">State</span>&lt;<span class="pl-c1">Page2</span>&gt; <span class="pl-k">with</span> <span class="pl-c1">AutomaticKeepAliveClientMixin</span> { <span class="pl-k">@override</span> <span class="pl-c1">bool</span> <span class="pl-k">get</span> wantKeepAlive <span class="pl-k">=&gt;</span> <span class="pl-c1">true</span>; <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">TextFormField</span>( key<span class="pl-k">:</span> <span class="pl-c1">Page2</span>.value2Key, ); } } <span class="pl-k">class</span> <span class="pl-c1">Page3</span> <span class="pl-k">extends</span> <span class="pl-c1">StatefulWidget</span> { <span class="pl-k">static</span> <span class="pl-k">final</span> <span class="pl-c1">GlobalKey</span>&lt;<span class="pl-c1">FormFieldState</span>&lt;<span class="pl-c1">String</span>&gt;&gt; value3Key <span class="pl-k">=</span> <span class="pl-c1">GlobalKey</span>&lt;<span class="pl-c1">FormFieldState</span>&lt;<span class="pl-c1">String</span>&gt;&gt;(); <span class="pl-k">@override</span> <span class="pl-c1">_Page3State</span> <span class="pl-en">createState</span>() <span class="pl-k">=&gt;</span> <span class="pl-k">new</span> <span class="pl-c1">_Page3State</span>(); } <span class="pl-k">class</span> <span class="pl-c1">_Page3State</span> <span class="pl-k">extends</span> <span class="pl-c1">State</span>&lt;<span class="pl-c1">Page3</span>&gt; <span class="pl-k">with</span> <span class="pl-c1">AutomaticKeepAliveClientMixin</span> { <span class="pl-k">@override</span> <span class="pl-c1">bool</span> <span class="pl-k">get</span> wantKeepAlive <span class="pl-k">=&gt;</span> <span class="pl-c1">true</span>; <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">TextFormField</span>( key<span class="pl-k">:</span> <span class="pl-c1">Page3</span>.value3Key, ); } }</pre></div> <h2 dir="auto">Logs</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="I/flutter ( 4547): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ I/flutter ( 4547): The following assertion was thrown while finalizing the widget tree: I/flutter ( 4547): Duplicate GlobalKey detected in widget tree. I/flutter ( 4547): The following GlobalKey was specified multiple times in the widget tree. This will lead to parts of I/flutter ( 4547): the widget tree being truncated unexpectedly, because the second time a key is seen, the previous I/flutter ( 4547): instance is moved to the new location. The key was: I/flutter ( 4547): - [LabeledGlobalKey&lt;FormFieldState&lt;String&gt;&gt;#742f4] I/flutter ( 4547): This was determined by noticing that after the widget with the above global key was moved out of its I/flutter ( 4547): respective previous parents, those previous parents never updated during this frame, meaning that I/flutter ( 4547): they either did not update at all or updated before the widget was moved, in either case implying I/flutter ( 4547): that they still think that they should have a child with that global key. I/flutter ( 4547): The specific parents that did not update after having one or more children forcibly removed due to I/flutter ( 4547): GlobalKey reparenting are: I/flutter ( 4547): - Padding(padding: EdgeInsets(12.0, 0.0, 12.0, 0.0), renderObject: RenderPadding#86551 NEEDS-LAYOUT I/flutter ( 4547): DETACHED) I/flutter ( 4547): Page1(state: _Page1State#aa8d1) I/flutter ( 4547): Padding(padding: EdgeInsets(12.0, 0.0, 12.0, 0.0), renderObject: RenderPadding#0adeb NEEDS-LAYOUT I/flutter ( 4547): DETACHED) I/flutter ( 4547): A GlobalKey can only be specified on one widget at a time in the widget tree. I/flutter ( 4547): I/flutter ( 4547): When the exception was thrown, this was the stack: I/flutter ( 4547): #0 BuildOwner.finalizeTree.&lt;anonymous closure&gt; (package:flutter/src/widgets/framework.dart:2386:15) I/flutter ( 4547): #1 BuildOwner.finalizeTree (package:flutter/src/widgets/framework.dart:2407:8) I/flutter ( 4547): #2 _WidgetsFlutterBinding&amp;BindingBase&amp;GestureBinding&amp;ServicesBinding&amp;SchedulerBinding&amp;PaintingBinding&amp;RendererBinding&amp;WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:628:18) I/flutter ( 4547): #3 _WidgetsFlutterBinding&amp;BindingBase&amp;GestureBinding&amp;ServicesBinding&amp;SchedulerBinding&amp;PaintingBinding&amp;RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:208:5) I/flutter ( 4547): #4 _WidgetsFlutterBinding&amp;BindingBase&amp;GestureBinding&amp;ServicesBinding&amp;SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:990:15) I/flutter ( 4547): #5 _WidgetsFlutterBinding&amp;BindingBase&amp;GestureBinding&amp;ServicesBinding&amp;SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:930:9) I/flutter ( 4547): #6 _WidgetsFlutterBinding&amp;BindingBase&amp;GestureBinding&amp;ServicesBinding&amp;SchedulerBinding._handleDrawFrame (package:flutter/src/scheduler/binding.dart:842:5) I/flutter ( 4547): #7 _invoke (dart:ui/hooks.dart:120:13) I/flutter ( 4547): #8 _drawFrame (dart:ui/hooks.dart:109:3) I/flutter ( 4547): ════════════════════════════════════════════════════════════════════════════════════════════════════"><pre class="notranslate"><code class="notranslate">I/flutter ( 4547): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ I/flutter ( 4547): The following assertion was thrown while finalizing the widget tree: I/flutter ( 4547): Duplicate GlobalKey detected in widget tree. I/flutter ( 4547): The following GlobalKey was specified multiple times in the widget tree. This will lead to parts of I/flutter ( 4547): the widget tree being truncated unexpectedly, because the second time a key is seen, the previous I/flutter ( 4547): instance is moved to the new location. The key was: I/flutter ( 4547): - [LabeledGlobalKey&lt;FormFieldState&lt;String&gt;&gt;#742f4] I/flutter ( 4547): This was determined by noticing that after the widget with the above global key was moved out of its I/flutter ( 4547): respective previous parents, those previous parents never updated during this frame, meaning that I/flutter ( 4547): they either did not update at all or updated before the widget was moved, in either case implying I/flutter ( 4547): that they still think that they should have a child with that global key. I/flutter ( 4547): The specific parents that did not update after having one or more children forcibly removed due to I/flutter ( 4547): GlobalKey reparenting are: I/flutter ( 4547): - Padding(padding: EdgeInsets(12.0, 0.0, 12.0, 0.0), renderObject: RenderPadding#86551 NEEDS-LAYOUT I/flutter ( 4547): DETACHED) I/flutter ( 4547): Page1(state: _Page1State#aa8d1) I/flutter ( 4547): Padding(padding: EdgeInsets(12.0, 0.0, 12.0, 0.0), renderObject: RenderPadding#0adeb NEEDS-LAYOUT I/flutter ( 4547): DETACHED) I/flutter ( 4547): A GlobalKey can only be specified on one widget at a time in the widget tree. I/flutter ( 4547): I/flutter ( 4547): When the exception was thrown, this was the stack: I/flutter ( 4547): #0 BuildOwner.finalizeTree.&lt;anonymous closure&gt; (package:flutter/src/widgets/framework.dart:2386:15) I/flutter ( 4547): #1 BuildOwner.finalizeTree (package:flutter/src/widgets/framework.dart:2407:8) I/flutter ( 4547): #2 _WidgetsFlutterBinding&amp;BindingBase&amp;GestureBinding&amp;ServicesBinding&amp;SchedulerBinding&amp;PaintingBinding&amp;RendererBinding&amp;WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:628:18) I/flutter ( 4547): #3 _WidgetsFlutterBinding&amp;BindingBase&amp;GestureBinding&amp;ServicesBinding&amp;SchedulerBinding&amp;PaintingBinding&amp;RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:208:5) I/flutter ( 4547): #4 _WidgetsFlutterBinding&amp;BindingBase&amp;GestureBinding&amp;ServicesBinding&amp;SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:990:15) I/flutter ( 4547): #5 _WidgetsFlutterBinding&amp;BindingBase&amp;GestureBinding&amp;ServicesBinding&amp;SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:930:9) I/flutter ( 4547): #6 _WidgetsFlutterBinding&amp;BindingBase&amp;GestureBinding&amp;ServicesBinding&amp;SchedulerBinding._handleDrawFrame (package:flutter/src/scheduler/binding.dart:842:5) I/flutter ( 4547): #7 _invoke (dart:ui/hooks.dart:120:13) I/flutter ( 4547): #8 _drawFrame (dart:ui/hooks.dart:109:3) I/flutter ( 4547): ════════════════════════════════════════════════════════════════════════════════════════════════════ </code></pre></div> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[√] Flutter (Channel dev, v0.5.1, on Microsoft Windows [Version 10.0.16299.431], locale en-US) • Flutter version 0.5.1 at C:\Users\hillel\Documents\flutter • Framework revision c7ea3ca377 (13 days ago), 2018-05-29 21:07:33 +0200 • Engine revision 1ed25ca7b7 • Dart version 2.0.0-dev.58.0.flutter-f981f09760 [√] Android toolchain - develop for Android devices (Android SDK 27.0.3) • Android SDK at C:\Users\hillel\AppData\Local\Android\sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-27, build-tools 27.0.3 • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b02) • All Android licenses accepted. [√] Android Studio (version 3.1) • Android Studio at C:\Program Files\Android\Android Studio • Flutter plugin version 24.2.1 • Dart plugin version 173.4700 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b02) [√] Connected devices (1 available) • Android SDK built for x86 64 • emulator-5554 • android-x64 • Android P (API 27) (emulator) • No issues found!"><pre class="notranslate"><code class="notranslate">[√] Flutter (Channel dev, v0.5.1, on Microsoft Windows [Version 10.0.16299.431], locale en-US) • Flutter version 0.5.1 at C:\Users\hillel\Documents\flutter • Framework revision c7ea3ca377 (13 days ago), 2018-05-29 21:07:33 +0200 • Engine revision 1ed25ca7b7 • Dart version 2.0.0-dev.58.0.flutter-f981f09760 [√] Android toolchain - develop for Android devices (Android SDK 27.0.3) • Android SDK at C:\Users\hillel\AppData\Local\Android\sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-27, build-tools 27.0.3 • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b02) • All Android licenses accepted. [√] Android Studio (version 3.1) • Android Studio at C:\Program Files\Android\Android Studio • Flutter plugin version 24.2.1 • Dart plugin version 173.4700 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b02) [√] Connected devices (1 available) • Android SDK built for x86 64 • emulator-5554 • android-x64 • Android P (API 27) (emulator) • No issues found! </code></pre></div> <p dir="auto">Thanks for your help! Hope it's actually a bug and not user error...</p>
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">I have a PageView that contains the top level widgets for my app, with switching between them controlled by a BottomNavBar. As per <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Hixie/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Hixie">@Hixie</a>'s advice in the chat, I am adding <code class="notranslate">AutomaticKeepAliveClientMixin</code> to these top level widgets so the PageView won't recycle them and will preserve state. After I added this to the main widget that contains a network loaded ListView, on occasion when switching back to this ListView from another tab I get this failed assertion in the framework.</p> <h2 dir="auto">Logs</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following assertion was thrown building NotificationListener&lt;KeepAliveNotification&gt;: 'package:flutter/src/rendering/object.dart': Failed assertion: line 3031 pos 14: '_debugUltimatePreviousSiblingOf(after, equals: _firstChild)': is not true. Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause. In either case, please report this assertion by filing a bug on GitHub: https://github.com/flutter/flutter/issues/new When the exception was thrown, this was the stack: #2 RenderSliver&amp;ContainerRenderObjectMixin._insertIntoChildList (package:flutter/src/rendering/object.dart:3031:14) #3 RenderSliver&amp;ContainerRenderObjectMixin.insert (package:flutter/src/rendering/object.dart:3065:5) #4 RenderSliverMultiBoxAdaptor.insert (package:flutter/src/rendering/sliver_multi_box_adaptor.dart:193:17) #5 SliverMultiBoxAdaptorElement.insertChildRenderObject (package:flutter/src/widgets/sliver.dart:840:18) #6 RenderObjectElement.attachRenderObject (package:flutter/src/widgets/framework.dart:4380:35) #7 RenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4151:5) #8 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4515:16) #9 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #10 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #11 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #12 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #13 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3514:5) #14 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3509:5) #15 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #16 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #17 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #18 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #19 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3514:5) #20 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3509:5) #21 ParentDataElement.mount (package:flutter/src/widgets/framework.dart:3827:16) #22 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #23 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #24 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #25 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #26 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3514:5) #27 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3652:22) #28 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3509:5) #29 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #30 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #31 SliverMultiBoxAdaptorElement.performRebuild (package:flutter/src/widgets/sliver.dart:696:34) #32 SliverMultiBoxAdaptorElement.update (package:flutter/src/widgets/sliver.dart:665:7) #33 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #34 RenderObjectElement.updateChildren (package:flutter/src/widgets/framework.dart:4250:32) #35 MultiChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4631:17) #36 _ViewportElement.update (package:flutter/src/widgets/viewport.dart:150:17) #37 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #38 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #39 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #40 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #41 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #42 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #43 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #44 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #45 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #46 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #47 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #48 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #49 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #50 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #51 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #52 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #53 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #54 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #55 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #56 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #57 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #58 StatelessElement.update (package:flutter/src/widgets/framework.dart:3596:5) #59 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #60 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #61 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #62 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #63 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #64 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #65 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #66 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #67 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #68 RenderObjectElement.updateChildren (package:flutter/src/widgets/framework.dart:4250:32) #69 MultiChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4631:17) #70 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #71 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #72 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #73 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #74 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #75 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #76 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #77 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #78 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #79 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #80 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #81 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #82 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #83 StatelessElement.update (package:flutter/src/widgets/framework.dart:3596:5) #84 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #85 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #86 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #87 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #88 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #89 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #90 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #91 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #92 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #93 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #94 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #95 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #96 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #97 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #98 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #99 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #100 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #101 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #102 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #103 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #104 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #105 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #106 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #107 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #108 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #109 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2260:33) #110 BindingBase&amp;SchedulerBinding&amp;GestureBinding&amp;ServicesBinding&amp;RendererBinding&amp;WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:503:20) #111 BindingBase&amp;SchedulerBinding&amp;GestureBinding&amp;ServicesBinding&amp;RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:189:5) #112 BindingBase&amp;SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:695:15) #113 BindingBase&amp;SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:643:9) #114 _invoke (file:///b/build/slave/Mac_Engine/build/src/flutter/lib/ui/hooks.dart:86) #115 _drawFrame (file:///b/build/slave/Mac_Engine/build/src/flutter/lib/ui/hooks.dart:75) (elided 2 frames from class _AssertionError) ════════════════════════════════════════════════════════════════════════════════════════════════════ Another exception was thrown: 'package:flutter/src/rendering/object.dart': Failed assertion: line 3031 pos 14: '_debugUltimatePreviousSiblingOf(after, equals: _firstChild)': is not true. Another exception was thrown: 'package:flutter/src/rendering/object.dart': Failed assertion: line 3031 pos 14: '_debugUltimatePreviousSiblingOf(after, equals: _firstChild)': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true."><pre class="notranslate"><code class="notranslate">══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following assertion was thrown building NotificationListener&lt;KeepAliveNotification&gt;: 'package:flutter/src/rendering/object.dart': Failed assertion: line 3031 pos 14: '_debugUltimatePreviousSiblingOf(after, equals: _firstChild)': is not true. Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause. In either case, please report this assertion by filing a bug on GitHub: https://github.com/flutter/flutter/issues/new When the exception was thrown, this was the stack: #2 RenderSliver&amp;ContainerRenderObjectMixin._insertIntoChildList (package:flutter/src/rendering/object.dart:3031:14) #3 RenderSliver&amp;ContainerRenderObjectMixin.insert (package:flutter/src/rendering/object.dart:3065:5) #4 RenderSliverMultiBoxAdaptor.insert (package:flutter/src/rendering/sliver_multi_box_adaptor.dart:193:17) #5 SliverMultiBoxAdaptorElement.insertChildRenderObject (package:flutter/src/widgets/sliver.dart:840:18) #6 RenderObjectElement.attachRenderObject (package:flutter/src/widgets/framework.dart:4380:35) #7 RenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4151:5) #8 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4515:16) #9 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #10 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #11 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #12 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #13 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3514:5) #14 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3509:5) #15 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #16 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #17 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #18 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #19 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3514:5) #20 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3509:5) #21 ParentDataElement.mount (package:flutter/src/widgets/framework.dart:3827:16) #22 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #23 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #24 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #25 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #26 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3514:5) #27 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3652:22) #28 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3509:5) #29 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #30 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #31 SliverMultiBoxAdaptorElement.performRebuild (package:flutter/src/widgets/sliver.dart:696:34) #32 SliverMultiBoxAdaptorElement.update (package:flutter/src/widgets/sliver.dart:665:7) #33 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #34 RenderObjectElement.updateChildren (package:flutter/src/widgets/framework.dart:4250:32) #35 MultiChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4631:17) #36 _ViewportElement.update (package:flutter/src/widgets/viewport.dart:150:17) #37 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #38 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #39 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #40 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #41 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #42 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #43 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #44 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #45 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #46 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #47 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #48 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #49 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #50 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #51 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #52 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #53 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #54 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #55 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #56 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #57 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #58 StatelessElement.update (package:flutter/src/widgets/framework.dart:3596:5) #59 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #60 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #61 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #62 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #63 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #64 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #65 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #66 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #67 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #68 RenderObjectElement.updateChildren (package:flutter/src/widgets/framework.dart:4250:32) #69 MultiChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4631:17) #70 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #71 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #72 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #73 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #74 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #75 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #76 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #77 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #78 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #79 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #80 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #81 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #82 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #83 StatelessElement.update (package:flutter/src/widgets/framework.dart:3596:5) #84 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #85 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #86 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #87 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #88 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #89 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #90 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #91 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #92 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #93 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #94 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #95 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #96 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #97 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #98 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #99 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #100 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #101 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #102 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #103 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #104 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #105 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #106 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #107 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #108 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #109 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2260:33) #110 BindingBase&amp;SchedulerBinding&amp;GestureBinding&amp;ServicesBinding&amp;RendererBinding&amp;WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:503:20) #111 BindingBase&amp;SchedulerBinding&amp;GestureBinding&amp;ServicesBinding&amp;RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:189:5) #112 BindingBase&amp;SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:695:15) #113 BindingBase&amp;SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:643:9) #114 _invoke (file:///b/build/slave/Mac_Engine/build/src/flutter/lib/ui/hooks.dart:86) #115 _drawFrame (file:///b/build/slave/Mac_Engine/build/src/flutter/lib/ui/hooks.dart:75) (elided 2 frames from class _AssertionError) ════════════════════════════════════════════════════════════════════════════════════════════════════ Another exception was thrown: 'package:flutter/src/rendering/object.dart': Failed assertion: line 3031 pos 14: '_debugUltimatePreviousSiblingOf(after, equals: _firstChild)': is not true. Another exception was thrown: 'package:flutter/src/rendering/object.dart': Failed assertion: line 3031 pos 14: '_debugUltimatePreviousSiblingOf(after, equals: _firstChild)': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. </code></pre></div> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Analyzing /Users/matt/code/flutter/kudos... lint • Don't import implementation files from another package at lib/feed.dart:5:8 • implementation_imports lint • Close instances of `dart.core.Sink` at lib/feed.dart:26:26 • close_sinks lint • Don't explicitly initialize variables to null at lib/loading_list_view.dart:23:5 • avoid_init_to_null lint • Don't import implementation files from another package at lib/post.dart:3:8 • implementation_imports hint • Unused import at lib/application.dart:4:8 • unused_import hint • Unused import at lib/feed.dart:2:8 • unused_import hint • Unused import at lib/feed.dart:5:8 • unused_import hint • Unused import at lib/feed.dart:7:8 • unused_import hint • Unused import at lib/feed.dart:12:8 • unused_import hint • Unused import at lib/feed.dart:13:8 • unused_import hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/feed.dart:29:8 • must_call_super hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/feed.dart:40:8 • must_call_super hint • The type parameter 'widgetAdapter' is annotated with @required but only named parameters without default value can be annotated with it at lib/loading_list_view.dart:23:5 • invalid_required_param hint • Unused import at lib/main.dart:6:8 • unused_import hint • The value of the field '_counter' isn't used at lib/main.dart:56:7 • unused_field hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/main.dart:63:8 • must_call_super hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/main.dart:71:8 • must_call_super hint • The method '_incrementCounter' isn't used at lib/main.dart:76:8 • unused_element hint • Unused import at lib/post.dart:7:8 • unused_import hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:10:7 • must_be_immutable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:34:7 • must_be_immutable hint • The value of the local variable 'plainText' isn't used at lib/post.dart:71:10 • unused_local_variable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:112:7 • must_be_immutable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:160:7 • must_be_immutable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/profile.dart:10:7 • must_be_immutable hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/profile.dart:27:10 • must_call_super hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/profile.dart:145:7 • must_be_immutable hint • The class '_KudosEarned' isn't used at lib/profile.dart:218:7 • unused_element hint • Unused import at lib/send_photo.dart:5:8 • unused_import hint • Unused import at lib/usersearch.dart:6:8 • unused_import hint • Unused import at lib/usersearch.dart:7:8 • unused_import hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/usersearch.dart:25:10 • must_call_super 32 issues found."><pre class="notranslate"><code class="notranslate">Analyzing /Users/matt/code/flutter/kudos... lint • Don't import implementation files from another package at lib/feed.dart:5:8 • implementation_imports lint • Close instances of `dart.core.Sink` at lib/feed.dart:26:26 • close_sinks lint • Don't explicitly initialize variables to null at lib/loading_list_view.dart:23:5 • avoid_init_to_null lint • Don't import implementation files from another package at lib/post.dart:3:8 • implementation_imports hint • Unused import at lib/application.dart:4:8 • unused_import hint • Unused import at lib/feed.dart:2:8 • unused_import hint • Unused import at lib/feed.dart:5:8 • unused_import hint • Unused import at lib/feed.dart:7:8 • unused_import hint • Unused import at lib/feed.dart:12:8 • unused_import hint • Unused import at lib/feed.dart:13:8 • unused_import hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/feed.dart:29:8 • must_call_super hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/feed.dart:40:8 • must_call_super hint • The type parameter 'widgetAdapter' is annotated with @required but only named parameters without default value can be annotated with it at lib/loading_list_view.dart:23:5 • invalid_required_param hint • Unused import at lib/main.dart:6:8 • unused_import hint • The value of the field '_counter' isn't used at lib/main.dart:56:7 • unused_field hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/main.dart:63:8 • must_call_super hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/main.dart:71:8 • must_call_super hint • The method '_incrementCounter' isn't used at lib/main.dart:76:8 • unused_element hint • Unused import at lib/post.dart:7:8 • unused_import hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:10:7 • must_be_immutable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:34:7 • must_be_immutable hint • The value of the local variable 'plainText' isn't used at lib/post.dart:71:10 • unused_local_variable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:112:7 • must_be_immutable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:160:7 • must_be_immutable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/profile.dart:10:7 • must_be_immutable hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/profile.dart:27:10 • must_call_super hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/profile.dart:145:7 • must_be_immutable hint • The class '_KudosEarned' isn't used at lib/profile.dart:218:7 • unused_element hint • Unused import at lib/send_photo.dart:5:8 • unused_import hint • Unused import at lib/usersearch.dart:6:8 • unused_import hint • Unused import at lib/usersearch.dart:7:8 • unused_import hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/usersearch.dart:25:10 • must_call_super 32 issues found. </code></pre></div> <h2 dir="auto">Flutter Doctor</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[✓] Flutter (on Mac OS X 10.12.6 16G29, locale en-US, channel alpha) • Flutter at /Users/matt/code/flutter/flutter • Framework revision b156a0f054 (3 weeks ago), 2017-08-11 22:01:40 -0700 • Engine revision fef7d827d6 • Tools Dart version 1.25.0-dev.9.0 [✓] Android toolchain - develop for Android devices (Android SDK 25.0.3) • Android SDK at /Users/matt/code/android/android • Platform android-25, build-tools 25.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_112-release-b06) [✓] iOS toolchain - develop for iOS devices (Xcode 8.3.3) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 8.3.3, Build version 8E3004b • ios-deploy 1.9.1 • CocoaPods version 1.3.1 [✓] Android Studio (version 2.3) • Android Studio at /Applications/Android Studio.app/Contents • Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06) [✓] IntelliJ IDEA Ultimate Edition (version 2017.2.2) • Flutter plugin version 16.0 • Dart plugin version 172.3757.55 [✓] Connected devices • iPhone 6s • 3DF999CB-1CD6-4649-8187-DDEFBDB14DFA • ios • iOS 10.3 (simulator) "><pre class="notranslate"><code class="notranslate">[✓] Flutter (on Mac OS X 10.12.6 16G29, locale en-US, channel alpha) • Flutter at /Users/matt/code/flutter/flutter • Framework revision b156a0f054 (3 weeks ago), 2017-08-11 22:01:40 -0700 • Engine revision fef7d827d6 • Tools Dart version 1.25.0-dev.9.0 [✓] Android toolchain - develop for Android devices (Android SDK 25.0.3) • Android SDK at /Users/matt/code/android/android • Platform android-25, build-tools 25.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_112-release-b06) [✓] iOS toolchain - develop for iOS devices (Xcode 8.3.3) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 8.3.3, Build version 8E3004b • ios-deploy 1.9.1 • CocoaPods version 1.3.1 [✓] Android Studio (version 2.3) • Android Studio at /Applications/Android Studio.app/Contents • Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06) [✓] IntelliJ IDEA Ultimate Edition (version 2017.2.2) • Flutter plugin version 16.0 • Dart plugin version 172.3757.55 [✓] Connected devices • iPhone 6s • 3DF999CB-1CD6-4649-8187-DDEFBDB14DFA • ios • iOS 10.3 (simulator) </code></pre></div> <blockquote> <p dir="auto">For more information about diagnosing and reporting Flutter bugs, please see <a href="https://flutter.io/bug-reports/" rel="nofollow">https://flutter.io/bug-reports/</a>.</p> </blockquote>
1
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.32.0]</li> <li>Operating System: [Windows 11]</li> <li>Browser: [Chromium]</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I provided exact source code that allows reproducing the issue locally.</li> </ul> <p dir="auto">I used a template with electron, vite and playwright set up. Running one test passes no problems, but running multiple ones fails with this error <code class="notranslate"> Error: electron.launch: Process failed to launch!</code>. I prepared a simple repo which has the same test duplicated.<br> Here is a test snippet:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import { test, expect, _electron as electron } from &quot;@playwright/test&quot;; test(&quot;homepage has title and links to intro page&quot;, async () =&gt; { const app = await electron.launch({ args: [&quot;.&quot;, &quot;--no-sandbox&quot;] }); const page = await app.firstWindow(); expect(await page.title()).toBe(&quot;Electron + Vite + React&quot;); await page.screenshot({ path: &quot;e2e/screenshots/example.png&quot; }); await app.close(); });"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-kos">{</span> <span class="pl-s1">test</span><span class="pl-kos">,</span> <span class="pl-s1">expect</span><span class="pl-kos">,</span> <span class="pl-s1">_electron</span> <span class="pl-k">as</span> <span class="pl-s1">electron</span> <span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">"@playwright/test"</span><span class="pl-kos">;</span> <span class="pl-en">test</span><span class="pl-kos">(</span><span class="pl-s">"homepage has title and links to intro page"</span><span class="pl-kos">,</span> <span class="pl-k">async</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">const</span> <span class="pl-s1">app</span> <span class="pl-c1">=</span> <span class="pl-k">await</span> <span class="pl-s1">electron</span><span class="pl-kos">.</span><span class="pl-en">launch</span><span class="pl-kos">(</span><span class="pl-kos">{</span> <span class="pl-c1">args</span>: <span class="pl-kos">[</span><span class="pl-s">"."</span><span class="pl-kos">,</span> <span class="pl-s">"--no-sandbox"</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">const</span> <span class="pl-s1">page</span> <span class="pl-c1">=</span> <span class="pl-k">await</span> <span class="pl-s1">app</span><span class="pl-kos">.</span><span class="pl-en">firstWindow</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-en">expect</span><span class="pl-kos">(</span><span class="pl-k">await</span> <span class="pl-s1">page</span><span class="pl-kos">.</span><span class="pl-en">title</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">toBe</span><span class="pl-kos">(</span><span class="pl-s">"Electron + Vite + React"</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">await</span> <span class="pl-s1">page</span><span class="pl-kos">.</span><span class="pl-en">screenshot</span><span class="pl-kos">(</span><span class="pl-kos">{</span> <span class="pl-c1">path</span>: <span class="pl-s">"e2e/screenshots/example.png"</span> <span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">await</span> <span class="pl-s1">app</span><span class="pl-kos">.</span><span class="pl-en">close</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"><strong>Link to the GitHub repository with the repro</strong><br> <a href="https://github.com/IhsenBouallegue/electron-pw">https://github.com/IhsenBouallegue/electron-pw</a></p> <p dir="auto"><strong>Steps</strong></p> <ul dir="auto"> <li>yarn install</li> <li>yarn e2e</li> </ul> <p dir="auto"><strong>Expected</strong></p> <p dir="auto">All tests run and pass</p> <p dir="auto"><strong>Actual</strong></p> <p dir="auto">A test is failing because of electron.launch()</p>
<p dir="auto">Hello amazing team. My team really need some small improvements from you:</p> <ol dir="auto"> <li>Could I ask you about add possibility to put snapshot's picture in some common folder instead of spec name folder. Because better to save some snapshots in one place and not duplicate it in such different folders. <em>(for example: I have 3 spec file spec1.ts, spec2.ts, spec3.ts -it's different tests/suites but as expected I have one file comprising, but I need to keep three folders with one file -&gt; spec1/sample.png; spec2/sample.png; spec3/sample.png)</em></li> <li>And could we please skip the automatic generation name of snapshots for different OS <em>(for example: I create snapshot step.png, but MacOS it saved as step-drawing.png, linux - step-linux.png</em>). So it's a little bit complexing for us to run tests on different system and keep updating all this bunch of pictures</li> </ol> <p dir="auto">Thank you so much!</p>
0
<p dir="auto">Today my Atom crashed and I realized that there is no such thing as restore your unsaved work.<br> Since this is more than standard nowadays - please add this!</p>
<p dir="auto">I love that you can view a file's location when hovering on the tab, but waiting for things to appear on hover is not the strong suit of most devs I know. <g-emoji class="g-emoji" alias="smile" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f604.png">😄</g-emoji></p> <p dir="auto">Seems context click (two finger, right click, etc) is not being used for anything on tabs currently, what do you think about adding support for displaying that info on both hover AND context click?</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/0b505aacc8b38ccaa5ff46214db68c96ccb247fcefc8fc1110a59e78cf623f92/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313331393739312f323238373631362f31356132353762382d396665662d313165332d383564662d3463396561363063313030652e706e67"><img src="https://camo.githubusercontent.com/0b505aacc8b38ccaa5ff46214db68c96ccb247fcefc8fc1110a59e78cf623f92/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313331393739312f323238373631362f31356132353762382d396665662d313165332d383564662d3463396561363063313030652e706e67" alt="image" data-canonical-src="https://f.cloud.github.com/assets/1319791/2287616/15a257b8-9fef-11e3-85df-4c9ea60c100e.png" style="max-width: 100%;"></a></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/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: 2.6.4</li> <li>Operating System version: windows 10</li> <li>Java version:jdk1.8</li> </ul> <h3 dir="auto">Steps to reproduce this issue</h3> <ol dir="auto"> <li>Register rest service by dubbo</li> <li>Consume rest service by dubbo</li> </ol> <h3 dir="auto">Actual Result</h3> <p dir="auto">When i use dubbo admin can found the service is correct!<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/27430795/56822525-e72cfb00-6883-11e9-9e62-c41932d7d18e.png"><img src="https://user-images.githubusercontent.com/27430795/56822525-e72cfb00-6883-11e9-9e62-c41932d7d18e.png" alt="image" style="max-width: 100%;"></a><br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/27430795/56822562-06c42380-6884-11e9-8cc0-9e3e901fd8a3.png"><img src="https://user-images.githubusercontent.com/27430795/56822562-06c42380-6884-11e9-8cc0-9e3e901fd8a3.png" alt="image" style="max-width: 100%;"></a></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="com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method sayHello in the service com.yuxiao.service.DubboService. No provider available for the service com.yuxiao.service.DubboService:0.0.1 from registry 192.168.91.192:2181 on the consumer 192.168.91.192 using the dubbo version 2.6.4. Please check if the providers have been started and registered. at com.alibaba.dubbo.rpc.cluster.support.AbstractClusterInvoker.checkInvokers(AbstractClusterInvoker.java:263) ~[dubbo-2.6.4.jar:2.6.4] at com.alibaba.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:56) ~[dubbo-2.6.4.jar:2.6.4] at com.alibaba.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:244) ~[dubbo-2.6.4.jar:2.6.4] at com.alibaba.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:75) ~[dubbo-2.6.4.jar:2.6.4] at com.alibaba.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:52) ~[dubbo-2.6.4.jar:2.6.4] at com.alibaba.dubbo.common.bytecode.proxy0.sayHello(proxy0.java) ~[dubbo-2.6.4.jar:2.6.4] at com.yuxiao.crm.uc.controller.UserController.sayHello(UserController.java:28) ~[classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_144] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_144] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_144] at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:189) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:800) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1038) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90) ~[spring-boot-actuator-2.1.2.RELEASE.jar:2.1.2.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:117) ~[spring-boot-actuator-2.1.2.RELEASE.jar:2.1.2.RELEASE] at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:106) ~[spring-boot-actuator-2.1.2.RELEASE.jar:2.1.2.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1417) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.14.jar:9.0.14] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_144] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_144] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.14.jar:9.0.14] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_144]"><pre class="notranslate"><code class="notranslate">com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method sayHello in the service com.yuxiao.service.DubboService. No provider available for the service com.yuxiao.service.DubboService:0.0.1 from registry 192.168.91.192:2181 on the consumer 192.168.91.192 using the dubbo version 2.6.4. Please check if the providers have been started and registered. at com.alibaba.dubbo.rpc.cluster.support.AbstractClusterInvoker.checkInvokers(AbstractClusterInvoker.java:263) ~[dubbo-2.6.4.jar:2.6.4] at com.alibaba.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:56) ~[dubbo-2.6.4.jar:2.6.4] at com.alibaba.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:244) ~[dubbo-2.6.4.jar:2.6.4] at com.alibaba.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:75) ~[dubbo-2.6.4.jar:2.6.4] at com.alibaba.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:52) ~[dubbo-2.6.4.jar:2.6.4] at com.alibaba.dubbo.common.bytecode.proxy0.sayHello(proxy0.java) ~[dubbo-2.6.4.jar:2.6.4] at com.yuxiao.crm.uc.controller.UserController.sayHello(UserController.java:28) ~[classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_144] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_144] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_144] at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:189) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:800) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1038) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) ~[spring-webmvc-5.1.4.RELEASE.jar:5.1.4.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90) ~[spring-boot-actuator-2.1.2.RELEASE.jar:2.1.2.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:117) ~[spring-boot-actuator-2.1.2.RELEASE.jar:2.1.2.RELEASE] at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:106) ~[spring-boot-actuator-2.1.2.RELEASE.jar:2.1.2.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.4.RELEASE.jar:5.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199) ~[tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1417) [tomcat-embed-core-9.0.14.jar:9.0.14] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.14.jar:9.0.14] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_144] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_144] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.14.jar:9.0.14] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_144] </code></pre></div>
<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-SNAPSHOT</li> <li>Operating System version: windows10</li> <li>Java version: 1.8</li> <li>zookeeper version: 3.4.12</li> </ul> <h3 dir="auto">Steps to reproduce this issue</h3> <p dir="auto">1.最近学习dubbo, 自己在用vm搭建了zookeeper 集群,系统是centos7。<br> 2. 自己的系统是win10,在idea中下载了官网的dubbo-demo,运行其中的/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-provider时,抛出异常:Exception in thread "main" java.lang.IllegalStateException: zookeeper not connected<br> 3. 只修改/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-provider/src/main/resources/spring/dubbo-provider.xml的&lt;dubbo:registry timeout="100000" address="zookeeper://192.168.71.101:2181?backup=192.168.71.102:2181,192.168.71.103:2181,192.168.71.104:2181"/&gt;<br> 地址为运行在vmare的zookeeper集群地址,联网方式是NAT</p> <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="Exception in thread &quot;main&quot; java.lang.IllegalStateException: zookeeper not connected at org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.&lt;init&gt;(CuratorZookeeperClient.java:93) at org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperTransporter.createZookeeperClient(CuratorZookeeperTransporter.java:26) at org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperTransporter.connect(AbstractZookeeperTransporter.java:68) at org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter$Adaptive.connect(ZookeeperTransporter$Adaptive.java) at org.apache.dubbo.configcenter.support.zookeeper.ZookeeperDynamicConfiguration.&lt;init&gt;(ZookeeperDynamicConfiguration.java:62) at org.apache.dubbo.configcenter.support.zookeeper.ZookeeperDynamicConfigurationFactory.createDynamicConfiguration(ZookeeperDynamicConfigurationFactory.java:37) at org.apache.dubbo.configcenter.AbstractDynamicConfigurationFactory.getDynamicConfiguration(AbstractDynamicConfigurationFactory.java:33) at org.apache.dubbo.config.AbstractInterfaceConfig.getDynamicConfiguration(AbstractInterfaceConfig.java:315) at org.apache.dubbo.config.AbstractInterfaceConfig.prepareEnvironment(AbstractInterfaceConfig.java:290) at org.apache.dubbo.config.AbstractInterfaceConfig.startConfigCenter(AbstractInterfaceConfig.java:280) at org.apache.dubbo.config.AbstractInterfaceConfig.lambda$null$7(AbstractInterfaceConfig.java:631) at java.util.Optional.orElseGet(Optional.java:267) at org.apache.dubbo.config.AbstractInterfaceConfig.lambda$useRegistryForConfigIfNecessary$8(AbstractInterfaceConfig.java:620) at java.util.Optional.ifPresent(Optional.java:159) at org.apache.dubbo.config.AbstractInterfaceConfig.useRegistryForConfigIfNecessary(AbstractInterfaceConfig.java:618) at org.apache.dubbo.config.AbstractInterfaceConfig.checkRegistry(AbstractInterfaceConfig.java:208) at org.apache.dubbo.config.ServiceConfig.checkAndUpdateSubConfigs(ServiceConfig.java:303) at org.apache.dubbo.config.ServiceConfig.export(ServiceConfig.java:370) at org.apache.dubbo.config.spring.ServiceBean.export(ServiceBean.java:336) at org.apache.dubbo.config.spring.ServiceBean.onApplicationEvent(ServiceBean.java:114) at org.apache.dubbo.config.spring.ServiceBean.onApplicationEvent(ServiceBean.java:60) at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139) at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:393) at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:347) at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:883) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:546) at org.springframework.context.support.ClassPathXmlApplicationContext.&lt;init&gt;(ClassPathXmlApplicationContext.java:139) at org.springframework.context.support.ClassPathXmlApplicationContext.&lt;init&gt;(ClassPathXmlApplicationContext.java:83) at org.apache.dubbo.demo.provider.Application.main(Application.java:23) Caused by: java.lang.IllegalStateException: zookeeper not connected at org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.&lt;init&gt;(CuratorZookeeperClient.java:90) ... 30 more "><pre class="notranslate"><code class="notranslate">Exception in thread "main" java.lang.IllegalStateException: zookeeper not connected at org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.&lt;init&gt;(CuratorZookeeperClient.java:93) at org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperTransporter.createZookeeperClient(CuratorZookeeperTransporter.java:26) at org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperTransporter.connect(AbstractZookeeperTransporter.java:68) at org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter$Adaptive.connect(ZookeeperTransporter$Adaptive.java) at org.apache.dubbo.configcenter.support.zookeeper.ZookeeperDynamicConfiguration.&lt;init&gt;(ZookeeperDynamicConfiguration.java:62) at org.apache.dubbo.configcenter.support.zookeeper.ZookeeperDynamicConfigurationFactory.createDynamicConfiguration(ZookeeperDynamicConfigurationFactory.java:37) at org.apache.dubbo.configcenter.AbstractDynamicConfigurationFactory.getDynamicConfiguration(AbstractDynamicConfigurationFactory.java:33) at org.apache.dubbo.config.AbstractInterfaceConfig.getDynamicConfiguration(AbstractInterfaceConfig.java:315) at org.apache.dubbo.config.AbstractInterfaceConfig.prepareEnvironment(AbstractInterfaceConfig.java:290) at org.apache.dubbo.config.AbstractInterfaceConfig.startConfigCenter(AbstractInterfaceConfig.java:280) at org.apache.dubbo.config.AbstractInterfaceConfig.lambda$null$7(AbstractInterfaceConfig.java:631) at java.util.Optional.orElseGet(Optional.java:267) at org.apache.dubbo.config.AbstractInterfaceConfig.lambda$useRegistryForConfigIfNecessary$8(AbstractInterfaceConfig.java:620) at java.util.Optional.ifPresent(Optional.java:159) at org.apache.dubbo.config.AbstractInterfaceConfig.useRegistryForConfigIfNecessary(AbstractInterfaceConfig.java:618) at org.apache.dubbo.config.AbstractInterfaceConfig.checkRegistry(AbstractInterfaceConfig.java:208) at org.apache.dubbo.config.ServiceConfig.checkAndUpdateSubConfigs(ServiceConfig.java:303) at org.apache.dubbo.config.ServiceConfig.export(ServiceConfig.java:370) at org.apache.dubbo.config.spring.ServiceBean.export(ServiceBean.java:336) at org.apache.dubbo.config.spring.ServiceBean.onApplicationEvent(ServiceBean.java:114) at org.apache.dubbo.config.spring.ServiceBean.onApplicationEvent(ServiceBean.java:60) at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139) at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:393) at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:347) at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:883) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:546) at org.springframework.context.support.ClassPathXmlApplicationContext.&lt;init&gt;(ClassPathXmlApplicationContext.java:139) at org.springframework.context.support.ClassPathXmlApplicationContext.&lt;init&gt;(ClassPathXmlApplicationContext.java:83) at org.apache.dubbo.demo.provider.Application.main(Application.java:23) Caused by: java.lang.IllegalStateException: zookeeper not connected at org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.&lt;init&gt;(CuratorZookeeperClient.java:90) ... 30 more </code></pre></div>
0
<h3 dir="auto">Describe your issue.</h3> <p dir="auto">"scipy.optimize.shgo" bug in handling multi-dimensional variables.<br> My obj is a function of a two-dimensional variable. As the error message shows below, 'shgo' seems can't handle (m,) shape variables.<br> However, even after I have changed "if g(self.x_a, *args) &lt; 0.0:" to "if any(g(self.x_a, *args) &lt; 0.0):", there is still an error which leads to a failure result with the msg:<br> 'Failed to find a feasible minimizer point. Lowest sampling point = None'</p> <p dir="auto">My obj and constraint functions work well with other solvers such as opt.minimize, opt.differential_evolution.<br> Besides, if I reduce the dimension of my variable to a scalar, it also works fine.</p> <h3 dir="auto">Reproducing Code Example</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="obj=lambda x: ObjL(np.block([ np.ones([PKzM.shape[0],1])*x[0], np.ones([PKzM.shape[0],1])*x[1], PKzM ]), # shape: (n,3) PCM, VKM, VCM, rM) ... res = opt.shgo(obj, bounds, constraints=cons, options={'f_tol':1e-3}, callback=print_xk)"><pre class="notranslate"><span class="pl-s1">obj</span><span class="pl-c1">=</span><span class="pl-k">lambda</span> <span class="pl-s1">x</span>: <span class="pl-v">ObjL</span>(<span class="pl-s1">np</span>.<span class="pl-en">block</span>([ <span class="pl-s1">np</span>.<span class="pl-en">ones</span>([<span class="pl-v">PKzM</span>.<span class="pl-s1">shape</span>[<span class="pl-c1">0</span>],<span class="pl-c1">1</span>])<span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">0</span>], <span class="pl-s1">np</span>.<span class="pl-en">ones</span>([<span class="pl-v">PKzM</span>.<span class="pl-s1">shape</span>[<span class="pl-c1">0</span>],<span class="pl-c1">1</span>])<span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">1</span>], <span class="pl-v">PKzM</span> ]), <span class="pl-c"># shape: (n,3)</span> <span class="pl-v">PCM</span>, <span class="pl-v">VKM</span>, <span class="pl-v">VCM</span>, <span class="pl-s1">rM</span>) ... <span class="pl-s1">res</span> <span class="pl-c1">=</span> <span class="pl-s1">opt</span>.<span class="pl-en">shgo</span>(<span class="pl-s1">obj</span>, <span class="pl-s1">bounds</span>, <span class="pl-s1">constraints</span><span class="pl-c1">=</span><span class="pl-s1">cons</span>, <span class="pl-s1">options</span><span class="pl-c1">=</span>{<span class="pl-s">'f_tol'</span>:<span class="pl-c1">1e-3</span>}, <span class="pl-s1">callback</span><span class="pl-c1">=</span><span class="pl-s1">print_xk</span>)</pre></div> <h3 dir="auto">Error message</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Traceback (most recent call last): File &quot;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py&quot;, line 631, in __getitem__ return self.cache[x] KeyError: (0, 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt; File &quot;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo.py&quot;, line 426, in shgo shc.construct_complex() File &quot;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo.py&quot;, line 751, in construct_complex self.iterate() File &quot;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo.py&quot;, line 894, in iterate self.iterate_complex() File &quot;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo.py&quot;, line 916, in iterate_hypercube self.HC = Complex(self.dim, self._raw_func, self.args, File &quot;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py&quot;, line 25, in __init__ self.n_cube(dim, symmetry=symmetry) File &quot;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py&quot;, line 76, in n_cube self.C0.add_vertex(self.V[origintuple]) File &quot;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py&quot;, line 635, in __getitem__ xval = Vertex(x, bounds=self.bounds, File &quot;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py&quot;, line 552, in __init__ if g(self.x_a, *args) &lt; 0.0: ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()"><pre class="notranslate">Traceback (most recent call last): File <span class="pl-s"><span class="pl-pds">"</span>C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py<span class="pl-pds">"</span></span>, line 631, <span class="pl-k">in</span> __getitem__ <span class="pl-k">return</span> self.cache[x] KeyError: (0, 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File <span class="pl-s"><span class="pl-pds">"</span>&lt;string&gt;<span class="pl-pds">"</span></span>, line 1, <span class="pl-k">in</span> <span class="pl-k">&lt;</span>module<span class="pl-k">&gt;</span> File <span class="pl-s"><span class="pl-pds">"</span>C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo.py<span class="pl-pds">"</span></span>, line 426, <span class="pl-k">in</span> shgo <span class="pl-en">shc.construct_complex</span>() File <span class="pl-s"><span class="pl-pds">"</span>C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo.py<span class="pl-pds">"</span></span>, line 751, <span class="pl-k">in</span> construct_complex <span class="pl-en">self.iterate</span>() File <span class="pl-s"><span class="pl-pds">"</span>C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo.py<span class="pl-pds">"</span></span>, line 894, <span class="pl-k">in</span> iterate <span class="pl-en">self.iterate_complex</span>() File <span class="pl-s"><span class="pl-pds">"</span>C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo.py<span class="pl-pds">"</span></span>, line 916, <span class="pl-k">in</span> iterate_hypercube self.HC = Complex(self.dim, self._raw_func, self.args, File <span class="pl-s"><span class="pl-pds">"</span>C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py<span class="pl-pds">"</span></span>, line 25, <span class="pl-k">in</span> __init__ self.n_cube(dim, symmetry=symmetry) File <span class="pl-s"><span class="pl-pds">"</span>C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py<span class="pl-pds">"</span></span>, line 76, <span class="pl-k">in</span> n_cube self.C0.add_vertex(self.V[origintuple]) File <span class="pl-s"><span class="pl-pds">"</span>C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py<span class="pl-pds">"</span></span>, line 635, <span class="pl-k">in</span> __getitem__ xval = Vertex(x, bounds=self.bounds, File <span class="pl-s"><span class="pl-pds">"</span>C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py<span class="pl-pds">"</span></span>, line 552, <span class="pl-k">in</span> __init__ <span class="pl-k">if</span> g(self.x_a, <span class="pl-k">*</span>args) <span class="pl-k">&lt;</span> 0.0: ValueError: The truth value of an array with more than one element is ambiguous. Use <span class="pl-en">a.any</span>() or <span class="pl-en">a.all</span>()</pre></div> <h3 dir="auto">SciPy/NumPy/Python version and system information</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="scipy version: '1.10.0'"><pre class="notranslate">scipy version: <span class="pl-s"><span class="pl-pds">'</span>1.10.0<span class="pl-pds">'</span></span></pre></div>
<p dir="auto">The <a href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.shgo.html" rel="nofollow">documentation </a> seems to impy that constraints can be vector function. However, when I tried to modify the basic example given there to work with one inequaity constraint that returns a 2-dimensional vector instead of two scalar constraints, I got an error.</p> <p dir="auto">Here is my code:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="def f(x): # (cattle-feed) return 24.55*x[0] + 26.75*x[1] + 39*x[2] + 40.50*x[3] def g1(x): return 2.3*x[0] + 5.6*x[1] + 11.1*x[2] + 1.3*x[3] - 5 # &gt;=0 def g2(x): return (12*x[0] + 11.9*x[1] +41.8*x[2] + 52.1*x[3] - 21 - 1.645 * np.sqrt(0.28*x[0]**2 + 0.19*x[1]**2 + 20.5*x[2]**2 + 0.62*x[3]**2) ) # &gt;=0 def h1(x): return x[0] + x[1] + x[2] + x[3] - 1 # == 0 cons = ({'type': 'ineq', 'fun': g1}, {'type': 'ineq', 'fun': g2}, {'type': 'eq', 'fun': h1}) bounds = [(0, 1.0),]*4 res = shgo(f, bounds, iters=3, constraints=cons) def double_g_fun(x): return np.array([g1(x), g2(x)]) new_cons = ({'type': 'ineq', 'fun':double_g_fun}, {'type': 'eq', 'fun': h1}) new_res = shgo(f, bounds, iters=3, constraints=new_cons)`"><pre class="notranslate"><span class="pl-k">def</span> <span class="pl-en">f</span>(<span class="pl-s1">x</span>): <span class="pl-c"># (cattle-feed)</span> <span class="pl-k">return</span> <span class="pl-c1">24.55</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">0</span>] <span class="pl-c1">+</span> <span class="pl-c1">26.75</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">1</span>] <span class="pl-c1">+</span> <span class="pl-c1">39</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">2</span>] <span class="pl-c1">+</span> <span class="pl-c1">40.50</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">3</span>] <span class="pl-k">def</span> <span class="pl-en">g1</span>(<span class="pl-s1">x</span>): <span class="pl-k">return</span> <span class="pl-c1">2.3</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">0</span>] <span class="pl-c1">+</span> <span class="pl-c1">5.6</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">1</span>] <span class="pl-c1">+</span> <span class="pl-c1">11.1</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">2</span>] <span class="pl-c1">+</span> <span class="pl-c1">1.3</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">3</span>] <span class="pl-c1">-</span> <span class="pl-c1">5</span> <span class="pl-c"># &gt;=0</span> <span class="pl-k">def</span> <span class="pl-en">g2</span>(<span class="pl-s1">x</span>): <span class="pl-k">return</span> (<span class="pl-c1">12</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">0</span>] <span class="pl-c1">+</span> <span class="pl-c1">11.9</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">1</span>] <span class="pl-c1">+</span><span class="pl-c1">41.8</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">2</span>] <span class="pl-c1">+</span> <span class="pl-c1">52.1</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">3</span>] <span class="pl-c1">-</span> <span class="pl-c1">21</span> <span class="pl-c1">-</span> <span class="pl-c1">1.645</span> <span class="pl-c1">*</span> <span class="pl-s1">np</span>.<span class="pl-en">sqrt</span>(<span class="pl-c1">0.28</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">0</span>]<span class="pl-c1">**</span><span class="pl-c1">2</span> <span class="pl-c1">+</span> <span class="pl-c1">0.19</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">1</span>]<span class="pl-c1">**</span><span class="pl-c1">2</span> <span class="pl-c1">+</span> <span class="pl-c1">20.5</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">2</span>]<span class="pl-c1">**</span><span class="pl-c1">2</span> <span class="pl-c1">+</span> <span class="pl-c1">0.62</span><span class="pl-c1">*</span><span class="pl-s1">x</span>[<span class="pl-c1">3</span>]<span class="pl-c1">**</span><span class="pl-c1">2</span>) ) <span class="pl-c"># &gt;=0</span> <span class="pl-k">def</span> <span class="pl-en">h1</span>(<span class="pl-s1">x</span>): <span class="pl-k">return</span> <span class="pl-s1">x</span>[<span class="pl-c1">0</span>] <span class="pl-c1">+</span> <span class="pl-s1">x</span>[<span class="pl-c1">1</span>] <span class="pl-c1">+</span> <span class="pl-s1">x</span>[<span class="pl-c1">2</span>] <span class="pl-c1">+</span> <span class="pl-s1">x</span>[<span class="pl-c1">3</span>] <span class="pl-c1">-</span> <span class="pl-c1">1</span> <span class="pl-c"># == 0</span> <span class="pl-s1">cons</span> <span class="pl-c1">=</span> ({<span class="pl-s">'type'</span>: <span class="pl-s">'ineq'</span>, <span class="pl-s">'fun'</span>: <span class="pl-s1">g1</span>}, {<span class="pl-s">'type'</span>: <span class="pl-s">'ineq'</span>, <span class="pl-s">'fun'</span>: <span class="pl-s1">g2</span>}, {<span class="pl-s">'type'</span>: <span class="pl-s">'eq'</span>, <span class="pl-s">'fun'</span>: <span class="pl-s1">h1</span>}) <span class="pl-s1">bounds</span> <span class="pl-c1">=</span> [(<span class="pl-c1">0</span>, <span class="pl-c1">1.0</span>),]<span class="pl-c1">*</span><span class="pl-c1">4</span> <span class="pl-s1">res</span> <span class="pl-c1">=</span> <span class="pl-en">shgo</span>(<span class="pl-s1">f</span>, <span class="pl-s1">bounds</span>, <span class="pl-s1">iters</span><span class="pl-c1">=</span><span class="pl-c1">3</span>, <span class="pl-s1">constraints</span><span class="pl-c1">=</span><span class="pl-s1">cons</span>) <span class="pl-k">def</span> <span class="pl-en">double_g_fun</span>(<span class="pl-s1">x</span>): <span class="pl-k">return</span> <span class="pl-s1">np</span>.<span class="pl-en">array</span>([<span class="pl-en">g1</span>(<span class="pl-s1">x</span>), <span class="pl-en">g2</span>(<span class="pl-s1">x</span>)]) <span class="pl-s1">new_cons</span> <span class="pl-c1">=</span> ({<span class="pl-s">'type'</span>: <span class="pl-s">'ineq'</span>, <span class="pl-s">'fun'</span>:<span class="pl-s1">double_g_fun</span>}, {<span class="pl-s">'type'</span>: <span class="pl-s">'eq'</span>, <span class="pl-s">'fun'</span>: <span class="pl-s1">h1</span>}) <span class="pl-s1">new_res</span> <span class="pl-c1">=</span> <span class="pl-en">shgo</span>(<span class="pl-s1">f</span>, <span class="pl-s1">bounds</span>, <span class="pl-s1">iters</span><span class="pl-c1">=</span><span class="pl-c1">3</span>, <span class="pl-s1">constraints</span><span class="pl-c1">=</span><span class="pl-s1">new_cons</span>)`</pre></div> <p dir="auto">And here is the error message:</p> <div class="highlight highlight-text-python-traceback notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="KeyError Traceback (most recent call last) ~\anaconda3\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py in __getitem__(self, x, indexed) 629 try: --&gt; 630 return self.cache[x] 631 except KeyError: KeyError: (0, 0, 0, 0) During handling of the above exception, another exception occurred: ValueError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_16320/2455765945.py in &lt;module&gt; 9 # {'type': 'eq', 'fun': h1}) 10 # bounds = [(0, 1.0),]*4 ---&gt; 11 new_res = shgo(f, bounds, iters=3, constraints=new_cons) ~\anaconda3\lib\site-packages\scipy\optimize\_shgo.py in shgo(func, bounds, args, constraints, n, iters, callback, minimizer_kwargs, options, sampling_method) 417 418 # Run the algorithm, process results and test success --&gt; 419 shc.construct_complex() 420 421 if not shc.break_routine: ~\anaconda3\lib\site-packages\scipy\optimize\_shgo.py in construct_complex(self) 731 break 732 # Iterate complex, process minimisers --&gt; 733 self.iterate() 734 self.stopping_criteria() 735 ~\anaconda3\lib\site-packages\scipy\optimize\_shgo.py in iterate(self) 874 875 def iterate(self): --&gt; 876 self.iterate_complex() 877 878 # Build minimizer pool ~\anaconda3\lib\site-packages\scipy\optimize\_shgo.py in iterate_hypercube(self) 893 if self.n_sampled == 0: 894 # Initial triangulation of the hyper-rectangle --&gt; 895 self.HC = Complex(self.dim, self.func, self.args, 896 self.symmetry, self.bounds, self.g_cons, 897 self.g_args) ~\anaconda3\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py in __init__(self, dim, func, func_args, symmetry, bounds, g_cons, g_args) 23 24 # Generate n-cube here: ---&gt; 25 self.n_cube(dim, symmetry=symmetry) 26 27 # TODO: Assign functions to a the complex instead ~\anaconda3\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py in n_cube(self, dim, symmetry, printout) 74 else: 75 self.C0 = Cell(0, 0, origin, supremum) # Initial cell object ---&gt; 76 self.C0.add_vertex(self.V[origintuple]) 77 self.C0.add_vertex(self.V[supremumtuple]) 78 ~\anaconda3\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py in __getitem__(self, x, indexed) 632 if indexed: 633 self.index += 1 --&gt; 634 xval = Vertex(x, bounds=self.bounds, 635 func=self.func, func_args=self.func_args, 636 g_cons=self.g_cons, ~\anaconda3\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py in __init__(self, x, bounds, func, func_args, g_cons, g_cons_args, nn, index) 550 if g_cons is not None: 551 for g, args in zip(g_cons, g_cons_args): --&gt; 552 if g(self.x_a, *args) &lt; 0.0: 553 self.f = np.inf 554 self.feasible = False ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()"><pre class="notranslate">KeyError Traceback (most recent call last) ~\anaconda3\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py in __getitem__(self, x, indexed) <span class="pl-c1">629</span> <span class="pl-k">try</span>: --&gt; 630 return self.cache[x] <span class="pl-c1">631</span> <span class="pl-k">except</span> <span class="pl-c1">KeyError</span>: <span class="pl-en">KeyError</span>: <span class="pl-s">(0, 0, 0, 0)</span> During handling of the above exception, another exception occurred: ValueError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_16320/2455765945.py in &lt;module&gt; <span class="pl-c1">9</span> <span class="pl-c"><span class="pl-c">#</span> {'type': 'eq', 'fun': h1})</span> <span class="pl-c1">10</span> <span class="pl-c"><span class="pl-c">#</span> bounds = [(0, 1.0),]*4</span> ---&gt; 11 new_res = shgo(f, bounds, iters=3, constraints=new_cons) ~\anaconda3\lib\site-packages\scipy\optimize\_shgo.py in shgo(func, bounds, args, constraints, n, iters, callback, minimizer_kwargs, options, sampling_method) <span class="pl-c1">417</span> <span class="pl-c1">418</span> <span class="pl-c"><span class="pl-c">#</span> Run the algorithm, process results and test success</span> --&gt; 419 shc.construct_complex() <span class="pl-c1">420</span> <span class="pl-c1">421</span> <span class="pl-k">if</span> <span class="pl-k">not</span> shc.break_routine: ~\anaconda3\lib\site-packages\scipy\optimize\_shgo.py in construct_complex(self) <span class="pl-c1">731</span> <span class="pl-k">break</span> <span class="pl-c1">732</span> <span class="pl-c"><span class="pl-c">#</span> Iterate complex, process minimisers</span> --&gt; 733 self.iterate() <span class="pl-c1">734</span> <span class="pl-c1">self</span>.stopping_criteria() <span class="pl-c1">735</span> ~\anaconda3\lib\site-packages\scipy\optimize\_shgo.py in iterate(self) <span class="pl-c1">874</span> <span class="pl-c1">875</span> <span class="pl-k">def</span> <span class="pl-en">iterate</span>(<span class="pl-smi"><span class="pl-smi">self</span></span>): --&gt; 876 self.iterate_complex() <span class="pl-c1">877</span> <span class="pl-c1">878</span> <span class="pl-c"><span class="pl-c">#</span> Build minimizer pool</span> ~\anaconda3\lib\site-packages\scipy\optimize\_shgo.py in iterate_hypercube(self) <span class="pl-c1">893</span> <span class="pl-k">if</span> <span class="pl-c1">self</span>.n_sampled <span class="pl-k">==</span> <span class="pl-c1">0</span>: <span class="pl-c1">894</span> <span class="pl-c"><span class="pl-c">#</span> Initial triangulation of the hyper-rectangle</span> --&gt; 895 self.HC = Complex(self.dim, self.func, self.args, <span class="pl-c1">896</span> <span class="pl-c1">self</span>.symmetry, <span class="pl-c1">self</span>.bounds, <span class="pl-c1">self</span>.g_cons, <span class="pl-c1">897</span> <span class="pl-c1">self</span>.g_args) ~\anaconda3\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py in __init__(self, dim, func, func_args, symmetry, bounds, g_cons, g_args) <span class="pl-c1">23</span> <span class="pl-c1">24</span> <span class="pl-c"><span class="pl-c">#</span> Generate n-cube here:</span> ---&gt; 25 self.n_cube(dim, symmetry=symmetry) <span class="pl-c1">26</span> <span class="pl-c1">27</span> <span class="pl-c"><span class="pl-c">#</span> <span class="pl-k">TODO</span>: Assign functions to a the complex instead</span> ~\anaconda3\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py in n_cube(self, dim, symmetry, printout) <span class="pl-c1">74</span> <span class="pl-k">else</span>: <span class="pl-c1">75</span> <span class="pl-c1">self</span>.C0 <span class="pl-k">=</span> Cell(<span class="pl-c1">0</span>, <span class="pl-c1">0</span>, origin, supremum) <span class="pl-c"><span class="pl-c">#</span> Initial cell object</span> ---&gt; 76 self.C0.add_vertex(self.V[origintuple]) <span class="pl-c1">77</span> <span class="pl-c1">self</span>.C0.add_vertex(<span class="pl-c1">self</span>.V[supremumtuple]) <span class="pl-c1">78</span> ~\anaconda3\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py in __getitem__(self, x, indexed) <span class="pl-c1">632</span> <span class="pl-k">if</span> indexed: <span class="pl-c1">633</span> <span class="pl-c1">self</span>.index <span class="pl-k">+=</span> <span class="pl-c1">1</span> --&gt; 634 xval = Vertex(x, bounds=self.bounds, <span class="pl-c1">635</span> func<span class="pl-k">=</span><span class="pl-c1">self</span>.func, func_args<span class="pl-k">=</span><span class="pl-c1">self</span>.func_args, <span class="pl-c1">636</span> g_cons<span class="pl-k">=</span><span class="pl-c1">self</span>.g_cons, ~\anaconda3\lib\site-packages\scipy\optimize\_shgo_lib\triangulation.py in __init__(self, x, bounds, func, func_args, g_cons, g_cons_args, nn, index) <span class="pl-c1">550</span> <span class="pl-k">if</span> g_cons <span class="pl-k">is</span> <span class="pl-k">not</span> <span class="pl-c1">None</span>: <span class="pl-c1">551</span> <span class="pl-k">for</span> g, args <span class="pl-k">in</span> <span class="pl-c1">zip</span>(g_cons, g_cons_args): --&gt; 552 if g(self.x_a, *args) &lt; 0.0: <span class="pl-c1">553</span> <span class="pl-c1">self</span>.f <span class="pl-k">=</span> np.inf <span class="pl-c1">554</span> <span class="pl-c1">self</span>.feasible <span class="pl-k">=</span> <span class="pl-c1">False</span> <span class="pl-en">ValueError</span>: <span class="pl-s">The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()</span></pre></div>
1
<ul class="contains-task-list"> <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.7.8</li> <li>Operating System version:</li> <li>Java version: xxx</li> </ul> <p dir="auto">reference:<br> <code class="notranslate">org.apache.dubbo.rpc.protocol.http.HttpProtocol</code><br> <code class="notranslate">org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol</code></p>
0
<p dir="auto">These duplicate the functionality of e.g. <code class="notranslate">uint::range</code></p>
<p dir="auto">The signature of <code class="notranslate">from_raw_buf</code> is:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn from_raw_buf&lt;T&gt;(p: &amp;'a *const T, len: uint) -&gt; &amp;'a [T]"><pre class="notranslate"><span class="pl-k">fn</span> <span class="pl-en">from_raw_buf</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-s1">p</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-c1">*</span><span class="pl-k">const</span> <span class="pl-smi">T</span><span class="pl-kos">,</span> <span class="pl-s1">len</span><span class="pl-kos">:</span> <span class="pl-smi">uint</span><span class="pl-kos">)</span> -&gt; <span class="pl-c1">&amp;</span><span class="pl-c1">'</span><span class="pl-ent">a</span> <span class="pl-kos">[</span><span class="pl-smi">T</span><span class="pl-kos">]</span><span class="pl-kos"></span></pre></div> <p dir="auto">The fact that the lifetime of the returned slice is the same as the lifetime of the pointer is a very bad idea. And now that <code class="notranslate">CVec</code> is gone, this is the only way to build a slice from a raw pointer.</p> <p dir="auto">I can see many potential problems, but the ones that I've encountered while removing CVec is that you can't cast your pointers, not even from mut to const: (<a href="http://is.gd/eW1KmQ" rel="nofollow">http://is.gd/eW1KmQ</a>)</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="struct Foo { data: *mut i8, len: uint } impl Foo { fn as_slice(&amp;self) -&gt; &amp;[i8] { unsafe { // value &quot;self.data as *const i8&quot; does not live long enough std::slice::from_raw_buf(&amp;(self.data as *const i8), self.len) } } }"><pre class="notranslate"><span class="pl-k">struct</span> <span class="pl-smi">Foo</span> <span class="pl-kos">{</span> <span class="pl-c1">data</span><span class="pl-kos">:</span> <span class="pl-c1">*</span><span class="pl-k">mut</span> <span class="pl-smi">i8</span><span class="pl-kos">,</span> <span class="pl-c1">len</span><span class="pl-kos">:</span> <span class="pl-smi">uint</span> <span class="pl-kos">}</span> <span class="pl-k">impl</span> <span class="pl-smi">Foo</span> <span class="pl-kos">{</span> <span class="pl-k">fn</span> <span class="pl-en">as_slice</span><span class="pl-kos">(</span><span class="pl-c1">&amp;</span><span class="pl-smi">self</span><span class="pl-kos">)</span> -&gt; <span class="pl-c1">&amp;</span><span class="pl-kos">[</span><span class="pl-smi">i8</span><span class="pl-kos">]</span> <span class="pl-kos">{</span> <span class="pl-k">unsafe</span> <span class="pl-kos">{</span> <span class="pl-c">// value "self.data as *const i8" does not live long enough</span> std<span class="pl-kos">::</span>slice<span class="pl-kos">::</span><span class="pl-en">from_raw_buf</span><span class="pl-kos">(</span><span class="pl-c1">&amp;</span><span class="pl-kos">(</span><span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">data</span> <span class="pl-k">as</span> <span class="pl-c1">*</span><span class="pl-k">const</span> <span class="pl-smi">i8</span><span class="pl-kos">)</span><span class="pl-kos">,</span> <span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">len</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">And that you can't use raw pointers in iterators anymore: (<a href="http://is.gd/UsePsX" rel="nofollow">http://is.gd/UsePsX</a>)</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="struct Iter&lt;'a&gt; { data: *const u8, marker: ContravariantLifetime&lt;'a&gt; } impl&lt;'a&gt; Iterator for Iter&lt;'a&gt; { type Item = &amp;'a [u8]; fn next(&amp;mut self) -&gt; Option&lt;&amp;'a [u8]&gt; { Some(unsafe { // cannot infer an appropriate lifetime for borrow expression due to conflicting requirements std::slice::from_raw_buf(&amp;self.data, 1) }) } }"><pre class="notranslate"><span class="pl-k">struct</span> <span class="pl-smi">Iter</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">data</span><span class="pl-kos">:</span> <span class="pl-c1">*</span><span class="pl-k">const</span> <span class="pl-smi">u8</span><span class="pl-kos">,</span> <span class="pl-c1">marker</span><span class="pl-kos">:</span> <span class="pl-smi">ContravariantLifetime</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-k">impl</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-smi">Iterator</span> <span class="pl-k">for</span> <span class="pl-smi">Iter</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-k">type</span> <span class="pl-smi">Item</span> = <span class="pl-c1">&amp;</span><span class="pl-c1">'</span><span class="pl-ent">a</span> <span class="pl-kos">[</span><span class="pl-smi">u8</span><span class="pl-kos">]</span><span class="pl-kos">;</span> <span class="pl-k">fn</span> <span class="pl-en">next</span><span class="pl-kos">(</span><span class="pl-c1">&amp;</span><span class="pl-k">mut</span> <span class="pl-smi">self</span><span class="pl-kos">)</span> -&gt; <span class="pl-smi">Option</span><span class="pl-kos">&lt;</span><span class="pl-c1">&amp;</span><span class="pl-c1">'</span><span class="pl-ent">a</span> <span class="pl-kos">[</span><span class="pl-smi">u8</span><span class="pl-kos">]</span><span class="pl-kos">&gt;</span> <span class="pl-kos">{</span> <span class="pl-v">Some</span><span class="pl-kos">(</span><span class="pl-k">unsafe</span> <span class="pl-kos">{</span> <span class="pl-c">// cannot infer an appropriate lifetime for borrow expression due to conflicting requirements</span> std<span class="pl-kos">::</span>slice<span class="pl-kos">::</span><span class="pl-en">from_raw_buf</span><span class="pl-kos">(</span><span class="pl-c1">&amp;</span><span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">data</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-kos">}</span> <span class="pl-kos">}</span></pre></div> <p dir="auto">If I'm manipulating raw pointers which are unsafe by nature, please let me be unsafe!</p> <p dir="auto">The first example can be bypassed by using <code class="notranslate">from_raw_mut_buf</code> and casting the returned <code class="notranslate">&amp;mut [i8]</code> to a <code class="notranslate">&amp;[i8]</code>, which means that the unsafe API is more restrictive than the safe API!</p>
0
<p dir="auto">Needs to do a check to see if document is available, otherwise this throws a document is undefined on the server.</p> <p dir="auto"><a href="https://github.com/callemall/material-ui/blob/47bf496d977d0ff1ef9e1a7615c405b49e81ac2a/src/overlay.jsx#L57-L59">https://github.com/callemall/material-ui/blob/47bf496d977d0ff1ef9e1a7615c405b49e81ac2a/src/overlay.jsx#L57-L59</a></p>
<p dir="auto">In my code I added</p> <p dir="auto">import {DatePicker} from 'material-ui';<br> </p> <p dir="auto">Then i've got error<br> ReferenceError: document is not defined<br> at [object Object].componentWillMount (~/node_modules/material-ui/lib/overlay.js:64:34)</p> <p dir="auto">I also change my import to<br> const DatePicker = require('material-ui/lib/date-picker/date-picker');</p> <p dir="auto">Still no luck</p>
1
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong><br> When using object destruction on function parameter types, babel seems not to understand this syntax. Error keep's saying</p> <p dir="auto"><code class="notranslate">SyntaxError: /path/to/my/file/inputs.tsx: Unexpected token, expected ")" </code></p> <p dir="auto">I'm pretty sure this is a problem with babel because it works perfectly on ts-loader and tsc.<br> Also, I've tried two different babel settings</p> <ol dir="auto"> <li>create-react-app 2.1</li> <li>custom webpack config with <code class="notranslate">@babel/preset-typescript</code></li> </ol> <p dir="auto"><strong>Input Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="type NumChangeHandler = ({ target }: any) =&gt; void"><pre class="notranslate"><span class="pl-k">type</span> <span class="pl-smi">NumChangeHandler</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-kos">{</span> target <span class="pl-kos">}</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></pre></div> <p dir="auto"><strong>Expected behavior/code</strong><br> ts-loader with webpack supported this syntax. Also is fine with tsc.</p> <p dir="auto"><strong>Babel Configuration (.babelrc, package.json, cli command)</strong></p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="create-react-app 2.1 configurations"><pre class="notranslate"><span class="pl-s1">create</span><span class="pl-c1">-</span><span class="pl-s1">react</span><span class="pl-c1">-</span><span class="pl-s1">app</span> <span class="pl-c1">2.1</span> <span class="pl-s1">configurations</span></pre></div> <p dir="auto"><em>OR</em></p> <div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{ &quot;presets&quot;: [ &quot;@babel/typescript&quot; ], &quot;plugins&quot;: [ &quot;@babel/proposal-class-properties&quot;, &quot;@babel/proposal-object-rest-spread&quot; ] }"><pre class="notranslate">{ <span class="pl-ent">"presets"</span>: [ <span class="pl-s"><span class="pl-pds">"</span>@babel/typescript<span class="pl-pds">"</span></span> ], <span class="pl-ent">"plugins"</span>: [ <span class="pl-s"><span class="pl-pds">"</span>@babel/proposal-class-properties<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>@babel/proposal-object-rest-spread<span class="pl-pds">"</span></span> ] }</pre></div> <p dir="auto"><strong>Environment</strong></p> <ul dir="auto"> <li>Babel version(s): 7.1.6</li> <li>Node/npm version: Node 10.13/npm 6.4.1</li> <li>OS: mac OS 10.13.6</li> <li>Monorepo: no</li> <li>How you are using Babel: Create-react-app 2.1.1</li> </ul> <p dir="auto"><strong>Possible Solution</strong></p> <p dir="auto"><strong>Additional context/Screenshots</strong><br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/18115360/48622816-548e5300-e9eb-11e8-86de-abcf99adc23c.png"><img src="https://user-images.githubusercontent.com/18115360/48622816-548e5300-e9eb-11e8-86de-abcf99adc23c.png" alt="image" style="max-width: 100%;"></a></p>
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong><br> Code fails with Babel, works with TSC.</p> <p dir="auto"><strong>Input Code</strong></p> <ul dir="auto"> <li><a href="https://babeljs.io/repl#?babili=false&amp;browsers=&amp;build=&amp;builtIns=false&amp;spec=false&amp;loose=false&amp;code_lz=C4TwDgpgBAsiAq5oF4oAoDeVgAsIFtoBfALii1wIjIGdgAnASwDsBzKIgSimQD4o6TNgChhAYwD2zOlAAeZOIkg9yRIA&amp;debug=false&amp;forceAllTransforms=false&amp;shippedProposals=false&amp;circleciRepo=&amp;evaluate=true&amp;fileSize=false&amp;timeTravel=false&amp;sourceType=module&amp;lineWrap=false&amp;presets=typescript&amp;prettier=false&amp;targets=&amp;version=7.0.0-beta.54&amp;envVersion=" rel="nofollow">Babel REPL</a> (ps: needs to install the <code class="notranslate">@babel/plugin-transform-typescript</code> plugin)</li> <li><a href="http://www.typescriptlang.org/play/#src=type%20MyType%20%3D%20(%7B%20theme%20%7D%3A%20%7B%20theme%3A%20string%20%7D)%20%3D%3E%20string%0D%0A%0D%0Aconst%20x%3A%20MyType%20%3D%20%7B%7D" rel="nofollow">TypeScript Playground</a></li> </ul> <p dir="auto">This code fails on Babel but not on TSC:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="type MyType = ({ theme }: { theme: string }) =&gt; string const x: MyType = {}"><pre class="notranslate"><span class="pl-k">type</span> <span class="pl-smi">MyType</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-kos">{</span> theme <span class="pl-kos">}</span>: <span class="pl-kos">{</span> <span class="pl-c1">theme</span>: <span class="pl-smi">string</span> <span class="pl-kos">}</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">string</span> <span class="pl-k">const</span> <span class="pl-s1">x</span>: <span class="pl-smi">MyType</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span><span class="pl-kos">}</span></pre></div> <p dir="auto">This code works on both:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="type MyType = (param: { theme: string }) =&gt; string const x: MyType = {}"><pre class="notranslate"><span class="pl-k">type</span> <span class="pl-smi">MyType</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-s1">param</span>: <span class="pl-kos">{</span> <span class="pl-c1">theme</span>: <span class="pl-smi">string</span> <span class="pl-kos">}</span><span class="pl-kos">)</span> <span class="pl-c1">=&gt;</span> <span class="pl-smi">string</span> <span class="pl-k">const</span> <span class="pl-s1">x</span>: <span class="pl-smi">MyType</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span><span class="pl-kos">}</span></pre></div> <p dir="auto"><strong>Expected behavior/code</strong></p> <p dir="auto">Support this syntax, because tsc supports it.</p> <p dir="auto"><strong>Babel Configuration (.babelrc, package.json, cli command)</strong></p> <p dir="auto">The one inside Create React App v2, plus typescript preset. (<a href="https://github.com/brunolemos/create-react-app/blob/next-typescript/packages/babel-preset-react-app/create.js">file</a>)</p> <p dir="auto"><strong>Environment</strong></p> <ul dir="auto"> <li>Babel version(s): 7.1.0</li> <li>Node/npm version: 5.6.0</li> <li>OS: macOS 10.14</li> <li>Monorepo yes (yarn workspace)</li> <li>How you are using Babel: CRA</li> </ul> <p dir="auto"><strong>Additional context</strong></p> <p dir="auto">Possibly related: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="343621304" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/8365" data-hovercard-type="issue" data-hovercard-url="/babel/babel/issues/8365/hovercard" href="https://github.com/babel/babel/issues/8365">#8365</a></p>
1
<p dir="auto">I have a problem of alignment with glyphicons in Android Chrome when use a navbar:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/b009b3146d47fc7a9293d51d3974f287a51d6379c65d4aedad3839cfa14678a3/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313235323031352f323331393832322f38373339613231322d613338342d313165332d396435622d6664383963373637363039372e706e67"><img src="https://camo.githubusercontent.com/b009b3146d47fc7a9293d51d3974f287a51d6379c65d4aedad3839cfa14678a3/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313235323031352f323331393832322f38373339613231322d613338342d313165332d396435622d6664383963373637363039372e706e67" alt="image" data-canonical-src="https://f.cloud.github.com/assets/1252015/2319822/8739a212-a384-11e3-9d5b-fd89c7676097.png" style="max-width: 100%;"></a></p> <p dir="auto">The code of this menu is:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;nav class=&quot;navbar navbar-default&quot; role=&quot;navigation&quot;&gt; &lt;div class=&quot;container-fluid&quot;&gt; ... &lt;div class=&quot;collapse navbar-collapse&quot; id=&quot;bs-example-navbar-collapse-1&quot;&gt; ... &lt;form action=&quot;index.php?comp=search&quot; method=&quot;post&quot; class=&quot;navbar-form navbar-right&quot; role=&quot;search&quot;&gt; &lt;div class=&quot;form-group has-feedback&quot;&gt; &lt;input accesskey=&quot;b&quot; name=&quot;search&quot; id=&quot;search&quot; class=&quot;form-control &quot; type=&quot;text&quot; value=&quot;Search...&quot; /&gt; &lt;span class=&quot;glyphicon glyphicon-search form-control-feedback&quot;&gt;&lt;/span&gt; &lt;/div&gt; &lt;/form&gt; &lt;/div&gt; &lt;/div&gt; &lt;/nav&gt;"><pre class="notranslate"><code class="notranslate">&lt;nav class="navbar navbar-default" role="navigation"&gt; &lt;div class="container-fluid"&gt; ... &lt;div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"&gt; ... &lt;form action="index.php?comp=search" method="post" class="navbar-form navbar-right" role="search"&gt; &lt;div class="form-group has-feedback"&gt; &lt;input accesskey="b" name="search" id="search" class="form-control " type="text" value="Search..." /&gt; &lt;span class="glyphicon glyphicon-search form-control-feedback"&gt;&lt;/span&gt; &lt;/div&gt; &lt;/form&gt; &lt;/div&gt; &lt;/div&gt; &lt;/nav&gt; </code></pre></div>
<p dir="auto">When using the has-feedback class on a form and if the label on the form group is not specified then it does not render correctly.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;form&gt; &lt;div class=&quot;form-group has-success has-feedback&quot;&gt; &lt;input type=&quot;text&quot; class=&quot;form-control&quot; id=&quot;inputSuccess2&quot;&gt; &lt;span class=&quot;glyphicon glyphicon-ok form-control-feedback&quot;&gt;&lt;/span&gt; &lt;/div&gt; &lt;/form&gt;"><pre class="notranslate"><code class="notranslate">&lt;form&gt; &lt;div class="form-group has-success has-feedback"&gt; &lt;input type="text" class="form-control" id="inputSuccess2"&gt; &lt;span class="glyphicon glyphicon-ok form-control-feedback"&gt;&lt;/span&gt; &lt;/div&gt; &lt;/form&gt; </code></pre></div> <p dir="auto">The above code renders like this.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/ffad285c2097690809a7cd5a04208d3a2aa5fa0e7aac88337c2773ddd0752499/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313633393330322f323239303330322f33616434653435652d613031392d313165332d393865392d3832303464663561373137642e706e67"><img src="https://camo.githubusercontent.com/ffad285c2097690809a7cd5a04208d3a2aa5fa0e7aac88337c2773ddd0752499/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313633393330322f323239303330322f33616434653435652d613031392d313165332d393865392d3832303464663561373137642e706e67" alt="bootstrap_feedback_issue" data-canonical-src="https://f.cloud.github.com/assets/1639302/2290302/3ad4e45e-a019-11e3-98e9-8204df5a717d.png" style="max-width: 100%;"></a></p>
1
<p dir="auto">apt_key module should support the following scenario:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="apt-key adv --keyserver keys.gnupg.net --recv-keys ABCDEF"><pre class="notranslate"><code class="notranslate">apt-key adv --keyserver keys.gnupg.net --recv-keys ABCDEF </code></pre></div>
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.4.0.0 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.6/site-packages/ansible executable location = /usr/local/bin/ansible python version = 3.6.2 (default, Sep 13 2017, 14:36:29) [GCC 5.3.0]"><pre class="notranslate"><code class="notranslate">ansible 2.4.0.0 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.6/site-packages/ansible executable location = /usr/local/bin/ansible python version = 3.6.2 (default, Sep 13 2017, 14:36:29) [GCC 5.3.0] </code></pre></div> <h5 dir="auto">CONFIGURATION</h5> <p dir="auto">None</p> <h5 dir="auto">OS / ENVIRONMENT</h5> <p dir="auto">Running Ansible in an Alpine 3.4.6 based container</p> <h5 dir="auto">SUMMARY</h5> <p dir="auto"><code class="notranslate"> --ssh-common-args</code> appears to be ignored when running Ansible either ad-hoc or with a playbook</p> <h5 dir="auto">STEPS TO REPRODUCE</h5> <p dir="auto">Note the <code class="notranslate">SSH: EXEC</code> in the verbose output:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible -m ping -i &quot;&lt;IP&gt;,&quot; all --ssh-common-args='-o StrictHostKeyChecking=no -o ControlPersist=59s' -vvv ansible 2.4.0.0 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.6/site-packages/ansible executable location = /usr/local/bin/ansible python version = 3.6.2 (default, Sep 13 2017, 14:36:29) [GCC 5.3.0] No config file found; using defaults Parsed &lt;IP&gt;, inventory source with host_list plugin META: ran handlers Using module file /usr/local/lib/python3.6/site-packages/ansible/modules/system/ping.py &lt;IP&gt; ESTABLISH SSH CONNECTION FOR USER: None &lt;IP&gt; SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f2b236ed58 &lt;IP&gt; '/bin/sh -c '&quot;'&quot;'echo ~ &amp;&amp; sleep 0'&quot;'&quot;'' The authenticity of host '&lt;IP&gt; (&lt;IP&gt;)' can't be established. ECDSA key fingerprint is ..."><pre class="notranslate"><code class="notranslate">ansible -m ping -i "&lt;IP&gt;," all --ssh-common-args='-o StrictHostKeyChecking=no -o ControlPersist=59s' -vvv ansible 2.4.0.0 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.6/site-packages/ansible executable location = /usr/local/bin/ansible python version = 3.6.2 (default, Sep 13 2017, 14:36:29) [GCC 5.3.0] No config file found; using defaults Parsed &lt;IP&gt;, inventory source with host_list plugin META: ran handlers Using module file /usr/local/lib/python3.6/site-packages/ansible/modules/system/ping.py &lt;IP&gt; ESTABLISH SSH CONNECTION FOR USER: None &lt;IP&gt; SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f2b236ed58 &lt;IP&gt; '/bin/sh -c '"'"'echo ~ &amp;&amp; sleep 0'"'"'' The authenticity of host '&lt;IP&gt; (&lt;IP&gt;)' can't be established. ECDSA key fingerprint is ... </code></pre></div> <p dir="auto">On 2.3.1 (Running on Ubuntu 16.04 directly on my workstation) works fine:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible -m ping -i &quot;172.31.14.254,&quot; all --ssh-common-args='-o StrictHostKeyChecking=no -o ControlPersist=59s' -vvv Using /etc/ansible/ansible.cfg as config file META: ran handlers Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/system/ping.py &lt;IP&gt; ESTABLISH SSH CONNECTION FOR USER: None &lt;IP&gt; SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPersist=59s -o ControlPath=/home/tom/.ansible/cp/f2b236ed58 &lt;IP&gt; '/bin/sh -c '&quot;'&quot;'echo ~ &amp;&amp; sleep 0'&quot;'&quot;'' &lt;IP&gt; (0, '/home/tome\n', &quot;Warning: Permanently added '&lt;IP&gt;' (ECDSA) to the list of known hosts.\r\n&quot;) &lt;IP&gt; ESTABLISH SSH CONNECTION FOR USER: None &lt;IP&gt; SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPersist=59s -o ControlPath=/home/tom/.ansible/cp/f2b236ed58 &lt;IP&gt; '/bin/sh -c '&quot;'&quot;'( umask 77 &amp;&amp; mkdir -p &quot;` echo /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856 `&quot; &amp;&amp; echo ansible-tmp-1507138219.74-130573501046856=&quot;` echo /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856 `&quot; ) &amp;&amp; sleep 0'&quot;'&quot;'' &lt;IP&gt; (0, 'ansible-tmp-1507138219.74-130573501046856=/home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856\n', '') &lt;IP&gt; PUT /tmp/tmpTt54oB TO /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856/ping.py &lt;IP&gt; SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/home/tom/.ansible/cp/f2b236ed58 '[&lt;IP&gt;]' &lt;IP&gt; (0, 'sftp&gt; put /tmp/tmpTt54oB /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856/ping.py\n', '') &lt;IP&gt; ESTABLISH SSH CONNECTION FOR USER: None &lt;IP&gt; SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPersist=59s -o ControlPath=/home/tom/.ansible/cp/f2b236ed58 &lt;IP&gt; '/bin/sh -c '&quot;'&quot;'chmod u+x /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856/ /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856/ping.py &amp;&amp; sleep 0'&quot;'&quot;'' &lt;IP&gt; (0, '', '') &lt;IP&gt; ESTABLISH SSH CONNECTION FOR USER: None &lt;IP&gt; SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPersist=59s -o ControlPath=/home/tom/.ansible/cp/f2b236ed58 -tt &lt;IP&gt; '/bin/sh -c '&quot;'&quot;'/usr/bin/python /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856/ping.py; rm -rf &quot;/home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856/&quot; &gt; /dev/null 2&gt;&amp;1 &amp;&amp; sleep 0'&quot;'&quot;'' &lt;IP&gt; (0, '\r\n{&quot;invocation&quot;: {&quot;module_args&quot;: {&quot;data&quot;: null}}, &quot;changed&quot;: false, &quot;ping&quot;: &quot;pong&quot;}\r\n', 'Shared connection to &lt;IP&gt; closed.\r\n') &lt;IP&gt; | SUCCESS =&gt; { &quot;changed&quot;: false, &quot;invocation&quot;: { &quot;module_args&quot;: { &quot;data&quot;: null } }, &quot;ping&quot;: &quot;pong&quot; } META: ran handlers META: ran handlers"><pre class="notranslate"><code class="notranslate">ansible -m ping -i "172.31.14.254," all --ssh-common-args='-o StrictHostKeyChecking=no -o ControlPersist=59s' -vvv Using /etc/ansible/ansible.cfg as config file META: ran handlers Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/system/ping.py &lt;IP&gt; ESTABLISH SSH CONNECTION FOR USER: None &lt;IP&gt; SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPersist=59s -o ControlPath=/home/tom/.ansible/cp/f2b236ed58 &lt;IP&gt; '/bin/sh -c '"'"'echo ~ &amp;&amp; sleep 0'"'"'' &lt;IP&gt; (0, '/home/tome\n', "Warning: Permanently added '&lt;IP&gt;' (ECDSA) to the list of known hosts.\r\n") &lt;IP&gt; ESTABLISH SSH CONNECTION FOR USER: None &lt;IP&gt; SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPersist=59s -o ControlPath=/home/tom/.ansible/cp/f2b236ed58 &lt;IP&gt; '/bin/sh -c '"'"'( umask 77 &amp;&amp; mkdir -p "` echo /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856 `" &amp;&amp; echo ansible-tmp-1507138219.74-130573501046856="` echo /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856 `" ) &amp;&amp; sleep 0'"'"'' &lt;IP&gt; (0, 'ansible-tmp-1507138219.74-130573501046856=/home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856\n', '') &lt;IP&gt; PUT /tmp/tmpTt54oB TO /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856/ping.py &lt;IP&gt; SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/home/tom/.ansible/cp/f2b236ed58 '[&lt;IP&gt;]' &lt;IP&gt; (0, 'sftp&gt; put /tmp/tmpTt54oB /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856/ping.py\n', '') &lt;IP&gt; ESTABLISH SSH CONNECTION FOR USER: None &lt;IP&gt; SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPersist=59s -o ControlPath=/home/tom/.ansible/cp/f2b236ed58 &lt;IP&gt; '/bin/sh -c '"'"'chmod u+x /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856/ /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856/ping.py &amp;&amp; sleep 0'"'"'' &lt;IP&gt; (0, '', '') &lt;IP&gt; ESTABLISH SSH CONNECTION FOR USER: None &lt;IP&gt; SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPersist=59s -o ControlPath=/home/tom/.ansible/cp/f2b236ed58 -tt &lt;IP&gt; '/bin/sh -c '"'"'/usr/bin/python /home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856/ping.py; rm -rf "/home/tome/.ansible/tmp/ansible-tmp-1507138219.74-130573501046856/" &gt; /dev/null 2&gt;&amp;1 &amp;&amp; sleep 0'"'"'' &lt;IP&gt; (0, '\r\n{"invocation": {"module_args": {"data": null}}, "changed": false, "ping": "pong"}\r\n', 'Shared connection to &lt;IP&gt; closed.\r\n') &lt;IP&gt; | SUCCESS =&gt; { "changed": false, "invocation": { "module_args": { "data": null } }, "ping": "pong" } META: ran handlers META: ran handlers </code></pre></div> <p dir="auto">Using <code class="notranslate">host_key_checking = False</code> in <code class="notranslate">ansible.cfg</code> with 2.4.0 works fine:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/ # cat /etc/ansibleansible.cfg [defaults] host_key_checking = False / # ansible -m ping -i &quot;&lt;IP&gt;,&quot; all --ssh-common-args='-o StrictHostKeyChecking=no' -vvv ansible 2.4.0.0 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.6/site-packages/ansible executable location = /usr/local/bin/ansible python version = 3.6.2 (default, Sep 13 2017, 14:36:29) [GCC 5.3.0] Using /etc/ansible/ansible.cfg as config file Parsed &lt;IP&gt;, inventory source with host_list plugin META: ran handlers Using module file /usr/local/lib/python3.6/site-packages/ansible/modules/system/ping.py &lt;IP&gt; ESTABLISH SSH CONNECTION FOR USER: None &lt;IP&gt; SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f2b236ed58 &lt;IP&gt; '/bin/sh -c '&quot;'&quot;'echo ~ &amp;&amp; sleep 0'&quot;'&quot;'' &lt;IP&gt; (255, b'', b'Permission denied (publickey).\r\n') &lt;IP&gt; | UNREACHABLE! =&gt; { &quot;changed&quot;: false, &quot;msg&quot;: &quot;Failed to connect to the host via ssh: Permission denied (publickey).\r\n&quot;, &quot;unreachable&quot;: true }"><pre class="notranslate"><code class="notranslate">/ # cat /etc/ansibleansible.cfg [defaults] host_key_checking = False / # ansible -m ping -i "&lt;IP&gt;," all --ssh-common-args='-o StrictHostKeyChecking=no' -vvv ansible 2.4.0.0 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.6/site-packages/ansible executable location = /usr/local/bin/ansible python version = 3.6.2 (default, Sep 13 2017, 14:36:29) [GCC 5.3.0] Using /etc/ansible/ansible.cfg as config file Parsed &lt;IP&gt;, inventory source with host_list plugin META: ran handlers Using module file /usr/local/lib/python3.6/site-packages/ansible/modules/system/ping.py &lt;IP&gt; ESTABLISH SSH CONNECTION FOR USER: None &lt;IP&gt; SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f2b236ed58 &lt;IP&gt; '/bin/sh -c '"'"'echo ~ &amp;&amp; sleep 0'"'"'' &lt;IP&gt; (255, b'', b'Permission denied (publickey).\r\n') &lt;IP&gt; | UNREACHABLE! =&gt; { "changed": false, "msg": "Failed to connect to the host via ssh: Permission denied (publickey).\r\n", "unreachable": true } </code></pre></div> <p dir="auto">Taking a quick glance I can't see why this is no longer working but I might be missing something obvious.</p>
0
<p dir="auto">I am trying to work on 5 Minute quick start tutorial for Angular 2. (<a href="https://angular.io/docs/ts/latest/quickstart.html" rel="nofollow">https://angular.io/docs/ts/latest/quickstart.html</a>). While executing npm install I am getting following errors with typings. I was getting similar errors for es6-shim, but got that resolved after setting http and https_proxy variables.</p> <p dir="auto">Any pointer to resolve this issue?</p> <p dir="auto">typings ERR! message Unable to read typings for "jasmine". You should check the entry paths in "jasmine.d.ts" are up to date<br> typings ERR! caused by Unable to connect to "<a href="https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/7de6c3dd94feaeb21f20054b9f30d5dabc5efabd/jasmine/jasmine.d.ts" rel="nofollow">https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/7de6c3dd94feaeb21f20054b9f30d5dabc5efabd/jasmine/jasmine.d.ts</a>"<br> typings ERR! caused by self signed certificate in certificate chain</p> <p dir="auto">typings ERR! cwd C:\Learning\Angular\a2\angular2-quickstart<br> typings ERR! system Windows_NT 6.1.7601<br> typings ERR! command "C:\Program Files\nodejs\node.exe" "C:\Learning\Angular\a2\angular2-quickstart\node_modules\typings\dist\bin.js" "install"<br> typings ERR! node -v v4.4.0<br> typings ERR! typings -v 0.7.12</p> <p dir="auto">typings ERR! If you need help, you may report this error at:<br> typings ERR! <a href="https://github.com/typings/typings/issues">https://github.com/typings/typings/issues</a></p> <p dir="auto">npm ERR! Windows_NT 6.1.7601<br> npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"<br> npm ERR! node v4.4.0<br> npm ERR! npm v2.14.20<br> npm ERR! code ELIFECYCLE<br> npm ERR! [email protected] postinstall: <code class="notranslate">typings install</code><br> npm ERR! Exit status 1<br> npm ERR!<br> npm ERR! Failed at the [email protected] postinstall script 'typings install'.<br> npm ERR! This is most likely a problem with the angular2-quickstart package,<br> npm ERR! not with npm itself.<br> npm ERR! Tell the author that this fails on your system:<br> npm ERR! typings install<br> npm ERR! You can get information on how to open an issue for this project with:<br> npm ERR! npm bugs angular2-quickstart<br> npm ERR! Or if that isn't available, you can get their info via:<br> npm ERR!<br> npm ERR! npm owner ls angular2-quickstart<br> npm ERR! There is likely additional logging output above.</p> <p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.7.5 / 1.8.0-beta / nightly (1.9.0-dev.20160217)</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="// A self-contained demonstration of the problem follows... "><pre class="notranslate"><span class="pl-c">// A self-contained demonstration of the problem follows...</span></pre></div> <p dir="auto"><strong>Expected behavior:</strong></p> <p dir="auto"><strong>Actual behavior:</strong></p>
<p dir="auto">This is a refinement of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="39067312" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/306" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/issues/306/hovercard" href="https://github.com/microsoft/TypeScript/issues/306">#306</a>, which I believe shows a missed opportunity for eliding import declarations from generated code, as well as a problematic consequence of the current behaviour.</p> <p dir="auto">Suppose we have the file <code class="notranslate">code.ts</code> containing:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="declare module A { export enum Color { Red=1, Green=2, Blue=3 } } module B { import Color = A.Color; } import Color = A.Color;"><pre class="notranslate"><span class="pl-k">declare</span> module <span class="pl-smi">A</span> <span class="pl-kos">{</span> <span class="pl-k">export</span> <span class="pl-k">enum</span> <span class="pl-smi">Color</span> <span class="pl-kos">{</span> <span class="pl-c1">Red</span><span class="pl-c1">=</span><span class="pl-c1">1</span><span class="pl-kos">,</span> <span class="pl-c1">Green</span><span class="pl-c1">=</span><span class="pl-c1">2</span><span class="pl-kos">,</span> <span class="pl-c1">Blue</span><span class="pl-c1">=</span><span class="pl-c1">3</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span> module <span class="pl-smi">B</span> <span class="pl-kos">{</span> <span class="pl-k">import</span> <span class="pl-smi">Color</span> <span class="pl-c1">=</span> <span class="pl-smi">A</span><span class="pl-kos">.</span><span class="pl-smi">Color</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-k">import</span> <span class="pl-smi">Color</span> <span class="pl-c1">=</span> <span class="pl-smi">A</span><span class="pl-kos">.</span><span class="pl-smi">Color</span><span class="pl-kos">;</span></pre></div> <p dir="auto">then tsc.exe generates the following in <code class="notranslate">code.js</code>:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var B; (function (B) { })(B || (B = {})); var Color = A.Color;"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-v">B</span><span class="pl-kos">;</span> <span class="pl-kos">(</span><span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-v">B</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-v">B</span> <span class="pl-c1">||</span> <span class="pl-kos">(</span><span class="pl-v">B</span> <span class="pl-c1">=</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-k">var</span> <span class="pl-v">Color</span> <span class="pl-c1">=</span> <span class="pl-v">A</span><span class="pl-kos">.</span><span class="pl-c1">Color</span><span class="pl-kos">;</span></pre></div> <p dir="auto">As pointed out by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/RyanCavanaugh/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/RyanCavanaugh">@RyanCavanaugh</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="39067312" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/306" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/issues/306/hovercard" href="https://github.com/microsoft/TypeScript/issues/306">#306</a>, the compiler can elide the <code class="notranslate">var Color...</code> statement from inside <code class="notranslate">module B</code>. This is because inside <code class="notranslate">module B</code>, <code class="notranslate">Color</code> is a non-exported local variable and not subject to declaration merging (S10.5 of spec), so its scope is strictly limited to the interior of <code class="notranslate">module B</code> within <code class="notranslate">code.ts</code>. The compiler can thus reliably determine just from the source of <code class="notranslate">code.ts</code> that <code class="notranslate">Color</code> is not referenced anywhere, and elides it.</p> <p dir="auto">The compiler <em>does</em> however emit a declaration for the outermost <code class="notranslate">Color</code>, even though it also has no references in the file. This is because <code class="notranslate">code.ts</code> is considered to be part of the <em>global module</em>, because as per S11.1 <em>"Implementation and declaration source files that contain no import or export declarations form the single global module"</em>. As such, another file contributing to the global module may refer to <code class="notranslate">Color</code>, so the compiler must emit the <code class="notranslate">var Color</code> at its point of declaration here in <code class="notranslate">code.ts</code>.</p> <p dir="auto">So far so good.</p> <p dir="auto">Now, we can make <code class="notranslate">code.ts</code> into an <em>external module</em> as per S11.1: <em>"Implementation and declaration source files that contain at least one external import declaration, export assignment, or top-level exported declaration are considered separate external modules"</em>. So if we add the line <code class="notranslate">export = A;</code> to the end of <code class="notranslate">code.ts</code>, like so:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="declare module A { export enum Color { Red=1, Green=2, Blue=3 } } module B { import Color = A.Color; } import Color = A.Color; export = A;"><pre class="notranslate"><span class="pl-k">declare</span> module <span class="pl-smi">A</span> <span class="pl-kos">{</span> <span class="pl-k">export</span> <span class="pl-k">enum</span> <span class="pl-smi">Color</span> <span class="pl-kos">{</span> <span class="pl-c1">Red</span><span class="pl-c1">=</span><span class="pl-c1">1</span><span class="pl-kos">,</span> <span class="pl-c1">Green</span><span class="pl-c1">=</span><span class="pl-c1">2</span><span class="pl-kos">,</span> <span class="pl-c1">Blue</span><span class="pl-c1">=</span><span class="pl-c1">3</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span> module <span class="pl-smi">B</span> <span class="pl-kos">{</span> <span class="pl-k">import</span> <span class="pl-smi">Color</span> <span class="pl-c1">=</span> <span class="pl-smi">A</span><span class="pl-kos">.</span><span class="pl-smi">Color</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-k">import</span> <span class="pl-smi">Color</span> <span class="pl-c1">=</span> <span class="pl-smi">A</span><span class="pl-kos">.</span><span class="pl-smi">Color</span><span class="pl-kos">;</span> <span class="pl-k">export</span> <span class="pl-c1">=</span> <span class="pl-smi">A</span><span class="pl-kos">;</span></pre></div> <p dir="auto">then the compiler <em>does</em> elide the outermost <code class="notranslate">Color</code> declaration. The CommonJS output in <code class="notranslate">code.js</code> becomes:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var B; (function (B) { })(B || (B = {})); module.exports = A;"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-v">B</span><span class="pl-kos">;</span> <span class="pl-kos">(</span><span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-v">B</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-v">B</span> <span class="pl-c1">||</span> <span class="pl-kos">(</span><span class="pl-v">B</span> <span class="pl-c1">=</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-smi">module</span><span class="pl-kos">.</span><span class="pl-c1">exports</span> <span class="pl-c1">=</span> <span class="pl-v">A</span><span class="pl-kos">;</span></pre></div> <p dir="auto">To summarize my understanding of the above results, the compiler can elide an <code class="notranslate">import</code> declaration provided that <strong>all three</strong> of the following points are true:</p> <ol dir="auto"> <li>The <code class="notranslate">import</code> statement is scoped within an <em>external module</em>;</li> <li>The variable created by the <code class="notranslate">import</code> is not exported, i.e. it is a non-exported local variable and not subject to declaration merging;</li> <li>There are no references to the variable created by the <code class="notranslate">import</code> declaration within its entire scope, which is limited to the interior of the external module within the single source file where the declaration appears).</li> </ol> <p dir="auto">Coming finally to the point, if we add the line <code class="notranslate">var red = Color.Red;</code> to <code class="notranslate">code.ts</code> like so:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="declare module A { export enum Color { Red=1, Green=2, Blue=3 } } module B { import Color = A.Color; } import Color = A.Color; var red = Color.Red; export = A;"><pre class="notranslate"><span class="pl-k">declare</span> module <span class="pl-smi">A</span> <span class="pl-kos">{</span> <span class="pl-k">export</span> <span class="pl-k">enum</span> <span class="pl-smi">Color</span> <span class="pl-kos">{</span> <span class="pl-c1">Red</span><span class="pl-c1">=</span><span class="pl-c1">1</span><span class="pl-kos">,</span> <span class="pl-c1">Green</span><span class="pl-c1">=</span><span class="pl-c1">2</span><span class="pl-kos">,</span> <span class="pl-c1">Blue</span><span class="pl-c1">=</span><span class="pl-c1">3</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span> module <span class="pl-smi">B</span> <span class="pl-kos">{</span> <span class="pl-k">import</span> <span class="pl-smi">Color</span> <span class="pl-c1">=</span> <span class="pl-smi">A</span><span class="pl-kos">.</span><span class="pl-smi">Color</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-k">import</span> <span class="pl-smi">Color</span> <span class="pl-c1">=</span> <span class="pl-smi">A</span><span class="pl-kos">.</span><span class="pl-smi">Color</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">red</span> <span class="pl-c1">=</span> <span class="pl-smi">Color</span><span class="pl-kos">.</span><span class="pl-c1">Red</span><span class="pl-kos">;</span> <span class="pl-k">export</span> <span class="pl-c1">=</span> <span class="pl-smi">A</span><span class="pl-kos">;</span></pre></div> <p dir="auto">Then the compiler emits (CommonJS):</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var B; (function (B) { })(B || (B = {})); var Color = A.Color; var red = 1 /* Red */; module.exports = A;"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-v">B</span><span class="pl-kos">;</span> <span class="pl-kos">(</span><span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-v">B</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-v">B</span> <span class="pl-c1">||</span> <span class="pl-kos">(</span><span class="pl-v">B</span> <span class="pl-c1">=</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-k">var</span> <span class="pl-v">Color</span> <span class="pl-c1">=</span> <span class="pl-v">A</span><span class="pl-kos">.</span><span class="pl-c1">Color</span><span class="pl-kos">;</span> <span class="pl-k">var</span> <span class="pl-s1">red</span> <span class="pl-c1">=</span> <span class="pl-c1">1</span> <span class="pl-c">/* Red */</span><span class="pl-kos">;</span> <span class="pl-smi">module</span><span class="pl-kos">.</span><span class="pl-c1">exports</span> <span class="pl-c1">=</span> <span class="pl-v">A</span><span class="pl-kos">;</span></pre></div> <p dir="auto">Note that the outermost <code class="notranslate">Color</code> satisfies all three points above, in particular there are no references to it within its entire scope (thanks to the compiler emitting <code class="notranslate">1 /* Red */</code> instead of <code class="notranslate">Color.Red</code>. Yet, the compiler still emits the <code class="notranslate">var Color</code> declaration.</p> <p dir="auto">Yes it's technically spec compliant, but it also creates seemingly needless problems in the following straightforward situation (as aluded to in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="39067312" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/306" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/issues/306/hovercard" href="https://github.com/microsoft/TypeScript/issues/306">#306</a>):</p> <ol dir="auto"> <li>An enum is used as an ambient type within an external module (i.e. the generated JS code contains no references to the enum's symbols, but only JS constants).</li> <li>It is desirable to reference the enum through a short local alias, rather than having to fully-qualify it with its complete namespace at every reference site.</li> </ol> <p dir="auto">For example, the workaround for <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="39067312" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/306" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/issues/306/hovercard" href="https://github.com/microsoft/TypeScript/issues/306">#306</a> means writing something like:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// Ensure Deeply.Nested.Module.Color is referenceable: ///&lt;reference path=&quot;./types.d.ts&quot; /&gt; // CANNOT DO THIS because tsc will emit an unused local // whose assignment fails at runtime //import Color = Deeply.Nested.Module.Color; export = ... // This is an external module ... switch (color) { case Deeply.Nested.Module.Color.Red: ... // ...oh case Deeply.Nested.Module.Color.Green: ... // ...my case Deeply.Nested.Module.Color.Blue: ... // ...wrist }"><pre class="notranslate"><span class="pl-c">// Ensure Deeply.Nested.Module.Color is referenceable:</span> <span class="pl-c">///&lt;reference path="./types.d.ts" /&gt;</span> <span class="pl-c">// CANNOT DO THIS because tsc will emit an unused local</span> <span class="pl-c">// whose assignment fails at runtime</span> <span class="pl-c">//import Color = Deeply.Nested.Module.Color;</span> <span class="pl-k">export</span> <span class="pl-c1">=</span> ... <span class="pl-c">// This is an external module</span> ... <span class="pl-k">switch</span> <span class="pl-kos">(</span><span class="pl-s1">color</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">case</span> <span class="pl-smi">Deeply</span><span class="pl-kos">.</span><span class="pl-c1">Nested</span><span class="pl-kos">.</span><span class="pl-c1">Module</span><span class="pl-kos">.</span><span class="pl-c1">Color</span><span class="pl-kos">.</span><span class="pl-c1">Red</span>: ... <span class="pl-c">// ...oh</span> <span class="pl-k">case</span> <span class="pl-smi">Deeply</span><span class="pl-kos">.</span><span class="pl-c1">Nested</span><span class="pl-kos">.</span><span class="pl-c1">Module</span><span class="pl-kos">.</span><span class="pl-c1">Color</span><span class="pl-kos">.</span><span class="pl-c1">Green</span>: ... <span class="pl-c">// ...my</span> <span class="pl-k">case</span> <span class="pl-smi">Deeply</span><span class="pl-kos">.</span><span class="pl-c1">Nested</span><span class="pl-kos">.</span><span class="pl-c1">Module</span><span class="pl-kos">.</span><span class="pl-c1">Color</span><span class="pl-kos">.</span><span class="pl-c1">Blue</span>: ... <span class="pl-c">// ...wrist</span> <span class="pl-kos">}</span></pre></div> <p dir="auto">This scenario (wanting to locally alias an enum) is hardly esoteric, but seems not to be possible unless the compiler elides the provably-never-referenced alias declaration.</p>
0
<p dir="auto">I am calling to_string() without any parameters and it beautifully fixed-formatted my dataframe apart from my very wide filename column, that is being truncated with "...". How can I avoid that?</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" FILENAME OBS_ID XUV 0 'mvn_iuv_l1a_IPH3-cycle00007-mode040-muvdark_2... 40 MUV 1 'mvn_iuv_l1a_IPH2-cycle00047-mode050-muvdark_2... 50 MUV 2 'mvn_iuv_l1a_apoapse-orbit00127-mode2001-muvda... 2001 MUV 3 'mvn_iuv_l1a_APP1-orbit00087-mode1031-fuvdark_... 1031 FUV 4 'mvn_iuv_l1a_IPH2-cycle00005-mode060-fuvdark_2... 60 FUV "><pre lang="text" class="notranslate"><code class="notranslate"> FILENAME OBS_ID XUV 0 'mvn_iuv_l1a_IPH3-cycle00007-mode040-muvdark_2... 40 MUV 1 'mvn_iuv_l1a_IPH2-cycle00047-mode050-muvdark_2... 50 MUV 2 'mvn_iuv_l1a_apoapse-orbit00127-mode2001-muvda... 2001 MUV 3 'mvn_iuv_l1a_APP1-orbit00087-mode1031-fuvdark_... 1031 FUV 4 'mvn_iuv_l1a_IPH2-cycle00005-mode060-fuvdark_2... 60 FUV </code></pre></div> <p dir="auto">I tried calling it like this, but to no avail (same output):</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="with open('test_summary_out.txt','w') as f: f.write(summarydf.head().to_string(formatters={'filename':lambda x: &quot;{:100}&quot;.format(x)}))"><pre class="notranslate"><span class="pl-k">with</span> <span class="pl-en">open</span>(<span class="pl-s">'test_summary_out.txt'</span>,<span class="pl-s">'w'</span>) <span class="pl-k">as</span> <span class="pl-s1">f</span>: <span class="pl-s1">f</span>.<span class="pl-en">write</span>(<span class="pl-s1">summarydf</span>.<span class="pl-en">head</span>().<span class="pl-en">to_string</span>(<span class="pl-s1">formatters</span><span class="pl-c1">=</span>{<span class="pl-s">'filename'</span>:<span class="pl-k">lambda</span> <span class="pl-s1">x</span>: <span class="pl-s">"{:100}"</span>.<span class="pl-en">format</span>(<span class="pl-s1">x</span>)}))</pre></div> <p dir="auto">Version: 0.16 with Python 3.4</p>
<p dir="auto">Bit of a PITA to repeat the information in every PR in a release note for that PR as well. The automation tools in IPython for this work well there and in statsmodels. Would be nice to consider adding these to pandas.</p> <p dir="auto"><a href="https://github.com/ipython/ipython/blob/master/tools/gh_api.py">https://github.com/ipython/ipython/blob/master/tools/gh_api.py</a><br> <a href="https://github.com/ipython/ipython/blob/master/tools/github_stats.py">https://github.com/ipython/ipython/blob/master/tools/github_stats.py</a></p>
0
<p dir="auto">It's an incredibly simple feature, but <em>sooo</em> useful. I've had a utility installed to do this for a few years now and I never go on a new windows install without it. When I use other people's PCs as well, I really miss the ability to keep a specific window in front.</p> <p dir="auto"><strong>How it works:</strong></p> <p dir="auto">As I have it at the moment, pressing Ctrl+Space on any desktop window will toggle the always on top state of that window. When that's done, they effectively stay in front, even when focus changes to another window after that.</p> <p dir="auto"><strong>What it's for:</strong></p> <p dir="auto">Doing that allows me to put some content I want to see (a video, browser tab, some instructions, or notes) on my display whilst I work/type into a different window.</p> <p dir="auto">When I'm done I just focus my pinned window and use Ctrl+Space to return it to normal.</p> <p dir="auto"><strong>What I'd change:</strong></p> <p dir="auto">Admittedly, the Ctrl+Space key combination is sometimes problematic when gaming, where I might need the same combination for something else. That's why I suggest changing it to some combination with the Win key instead.</p> <p dir="auto">Win+Space is (annoying) used to switch keyboard layouts, so it might have to become something like Win+Alt instead.</p> <p dir="auto">It would also help, though, to allow the user to configure the shortcut, as well as a visible button to pin/unpin windows similar to the "Maximize to new desktop widget".</p>
<p dir="auto">crutkas: Should look at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="442184549" data-permission-text="Title is private" data-url="https://github.com/microsoft/PowerToys/issues/49" data-hovercard-type="issue" data-hovercard-url="/microsoft/PowerToys/issues/49/hovercard" href="https://github.com/microsoft/PowerToys/issues/49">#49</a> also for additional feature implementation idea</p> <p dir="auto">And <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="516026833" data-permission-text="Title is private" data-url="https://github.com/microsoft/PowerToys/issues/641" data-hovercard-type="issue" data-hovercard-url="/microsoft/PowerToys/issues/641/hovercard" href="https://github.com/microsoft/PowerToys/issues/641">#641</a> for transparency</p>
1
<p dir="auto"><strong>I'm submitting a ...</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[] bug report [ x ] feature request [ ] support request"><pre class="notranslate"><code class="notranslate">[] bug report [ x ] feature request [ ] support request </code></pre></div> <p dir="auto"><strong>Current behavior</strong><br> Querying ngContent with a superclass doesn't work.</p> <p dir="auto"><strong>Expected behavior</strong><br> Querying ngContent with a superclass should work.</p> <p dir="auto"><strong>Minimal reproduction of the problem with instructions</strong><br> Currently, if you have a component that uses ng-content inside of its template, it can render out whatever you pass to it. (ie. any other component or html). However referencing this component is only possible if you know exactly what component it will be.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@ContentChildren(Component1) myComponent;"><pre class="notranslate"><code class="notranslate">@ContentChildren(Component1) myComponent; </code></pre></div> <p dir="auto">In the case where you don't know, you can't select it. My request would be that you can select the components off a super class. Say, <code class="notranslate">Component1 extends MySuperClass</code> and <code class="notranslate">Component2 extends MySuperClass</code> you can select their instances like so:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@ContentChildren(MySuperClass) myComponents;"><pre class="notranslate"><code class="notranslate">@ContentChildren(MySuperClass) myComponents; </code></pre></div> <p dir="auto"><strong>What is the motivation / use case for changing the behavior?</strong><br> The motivation behind this is allowing dynamic components to be injected yet allow their instance to be referenced by their parent component. In my particular use-case I am allowing the developer to build pages of a wizard containing whatever component they need -- I then assume that they have a class or interface on them that they share so that I can call functions on them like, say, <code class="notranslate">validate</code> so I can move forward in the wizard.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;wizard&gt; &lt;page&gt; &lt;component1&gt;&lt;/component1&gt; &lt;/page&gt; &lt;page&gt; &lt;component2&gt;&lt;/component2&gt; &lt;/page&gt; &lt;/wizard&gt;"><pre class="notranslate"><code class="notranslate">&lt;wizard&gt; &lt;page&gt; &lt;component1&gt;&lt;/component1&gt; &lt;/page&gt; &lt;page&gt; &lt;component2&gt;&lt;/component2&gt; &lt;/page&gt; &lt;/wizard&gt; </code></pre></div> <p dir="auto"><strong>Please tell us about your environment:</strong><br> Windows 10, Angular 2.0.1, WebStorm, Webpack/Gulp</p> <p dir="auto"><strong>Additional Notes</strong><br> A workaround currently is instead to pass the components in as a config (say an array of components) and then refer to them that way. However it would be nice to be able to reference the instances of the components injected dynamically via ng-content</p> <p dir="auto">I would also think that this may be related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="154128120" data-permission-text="Title is private" data-url="https://github.com/angular/angular/issues/8580" data-hovercard-type="issue" data-hovercard-url="/angular/angular/issues/8580/hovercard" href="https://github.com/angular/angular/issues/8580">#8580</a> in the sense that I would expect these two scenarios to work the same. The linked issues mentions that super class selectors should work (at least when the components aren't dynamically defined).</p>
<h2 dir="auto">I'm submitting a...</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" [ ] Regression (a behavior that used to work and stopped working in a new release) [X] Bug report [ ] Feature request [ ] Documentation issue or 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"> [ ] Regression (a behavior that used to work and stopped working in a new release) [X] Bug report [ ] Feature request [ ] Documentation issue or 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> <h2 dir="auto">Current behavior</h2> <p dir="auto">If i have <code class="notranslate">InjectionToken</code> i cant assign it to <code class="notranslate">ViewChildren</code> or <code class="notranslate">ContentChildren</code> as mentioned in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="187847674" data-permission-text="Title is private" data-url="https://github.com/angular/angular/issues/12758" data-hovercard-type="issue" data-hovercard-url="/angular/angular/issues/12758/hovercard" href="https://github.com/angular/angular/issues/12758">#12758</a> Maybe due to changes of Typescript.</p> <h2 dir="auto">Expected behavior</h2> <p dir="auto">This code is working if you type it to <code class="notranslate">&lt;any&gt;</code> but without it cant be compiled using typescript.</p> <h2 dir="auto">Minimal reproduction of the problem with instructions</h2> <p dir="auto">This will not compile :).</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export const SomeClassToken = new InjectionToken&lt;SomeClass&gt;('SomeClassToken'); export class TestClass { @ViewChildren(SomeClassToken) public children: QueryList&lt;SomeClass&gt;; }"><pre class="notranslate"><span class="pl-k">export</span> <span class="pl-k">const</span> <span class="pl-smi">SomeClassToken</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-smi">InjectionToken</span><span class="pl-kos">&lt;</span><span class="pl-smi">SomeClass</span><span class="pl-kos">&gt;</span><span class="pl-kos">(</span><span class="pl-s">'SomeClassToken'</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">TestClass</span> <span class="pl-kos">{</span> @<span class="pl-smi">ViewChildren</span><span class="pl-kos">(</span><span class="pl-smi">SomeClassToken</span><span class="pl-kos">)</span> <span class="pl-k">public</span> <span class="pl-c1">children</span>: <span class="pl-smi">QueryList</span><span class="pl-kos">&lt;</span><span class="pl-smi">SomeClass</span><span class="pl-kos">&gt;</span><span class="pl-kos">;</span> <span class="pl-kos">}</span></pre></div> <h2 dir="auto">What is the motivation / use case for changing the behavior?</h2> <p dir="auto">It should compile, because it works if typed to <code class="notranslate">&lt;any&gt;</code>.</p> <h2 dir="auto">Environment</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Angular version: 5.1.2 Browser: During compilation - [ ] Chrome (desktop) version XX - [ ] Chrome (Android) version XX - [ ] Chrome (iOS) version XX - [ ] Firefox version XX - [ ] Safari (desktop) version XX - [ ] Safari (iOS) version XX - [ ] IE version XX - [ ] Edge version XX For Tooling issues: - Typescript version: 2.5.3 - Node version: 8.1.2 - Platform: Windows Others: "><pre class="notranslate"><code class="notranslate"> Angular version: 5.1.2 Browser: During compilation - [ ] Chrome (desktop) version XX - [ ] Chrome (Android) version XX - [ ] Chrome (iOS) version XX - [ ] Firefox version XX - [ ] Safari (desktop) version XX - [ ] Safari (iOS) version XX - [ ] IE version XX - [ ] Edge version XX For Tooling issues: - Typescript version: 2.5.3 - Node version: 8.1.2 - Platform: Windows Others: </code></pre></div>
1
<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> <h2 dir="auto">To Reproduce</h2> <p dir="auto">Reproducer:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import torch class Bug(torch.nn.Module): def forward(self, x): # no bug # bug: &quot;IndentationError: unexpected indent&quot; return x f = torch.jit.script(Bug())"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">torch</span> <span class="pl-k">class</span> <span class="pl-v">Bug</span>(<span class="pl-s1">torch</span>.<span class="pl-s1">nn</span>.<span class="pl-v">Module</span>): <span class="pl-k">def</span> <span class="pl-en">forward</span>(<span class="pl-s1">self</span>, <span class="pl-s1">x</span>): <span class="pl-c"># no bug</span> <span class="pl-c"># bug: "IndentationError: unexpected indent"</span> <span class="pl-k">return</span> <span class="pl-s1">x</span> <span class="pl-s1">f</span> <span class="pl-c1">=</span> <span class="pl-s1">torch</span>.<span class="pl-s1">jit</span>.<span class="pl-en">script</span>(<span class="pl-v">Bug</span>())</pre></div> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ python bug.py Traceback (most recent call last): File &quot;bug.py&quot;, line 9, in &lt;module&gt; f = torch.jit.script(Bug()) File &quot;/home/mvz/pytorch/torch/jit/__init__.py&quot;, line 1188, in script return torch.jit.torch.jit._recursive.recursive_script(obj) File &quot;/home/mvz/pytorch/torch/jit/_recursive.py&quot;, line 166, in recursive_script stubs = list(map(make_stub, filtered_methods)) File &quot;/home/mvz/pytorch/torch/jit/_recursive.py&quot;, line 163, in make_stub return torch.jit.script_method(func, _jit_internal.createResolutionCallbackFromClosure(func)) File &quot;/home/mvz/pytorch/torch/jit/__init__.py&quot;, line 1265, in script_method ast = get_jit_def(fn, self_name=&quot;ScriptModule&quot;) File &quot;/home/mvz/pytorch/torch/jit/frontend.py&quot;, line 164, in get_jit_def py_ast = ast.parse(dedent_src) File &quot;/home/mvz/local/anaconda3/envs/ve3/lib/python3.7/ast.py&quot;, line 35, in parse return compile(source, filename, mode, PyCF_ONLY_AST) File &quot;&lt;unknown&gt;&quot;, line 1 def forward(self, x): ^ IndentationError: unexpected indent"><pre class="notranslate">$ python bug.py Traceback (most recent call last): File <span class="pl-s"><span class="pl-pds">"</span>bug.py<span class="pl-pds">"</span></span>, line 9, <span class="pl-k">in</span> <span class="pl-k">&lt;</span>module<span class="pl-k">&gt;</span> f = <span class="pl-en">torch.jit.script(Bug</span>()) File <span class="pl-s"><span class="pl-pds">"</span>/home/mvz/pytorch/torch/jit/__init__.py<span class="pl-pds">"</span></span>, line 1188, <span class="pl-k">in</span> script <span class="pl-k">return</span> torch.jit.torch.jit._recursive.recursive_script(obj) File <span class="pl-s"><span class="pl-pds">"</span>/home/mvz/pytorch/torch/jit/_recursive.py<span class="pl-pds">"</span></span>, line 166, <span class="pl-k">in</span> recursive_script stubs = list(map(make_stub, filtered_methods)) File <span class="pl-s"><span class="pl-pds">"</span>/home/mvz/pytorch/torch/jit/_recursive.py<span class="pl-pds">"</span></span>, line 163, <span class="pl-k">in</span> make_stub <span class="pl-k">return</span> torch.jit.script_method(func, _jit_internal.createResolutionCallbackFromClosure(func)) File <span class="pl-s"><span class="pl-pds">"</span>/home/mvz/pytorch/torch/jit/__init__.py<span class="pl-pds">"</span></span>, line 1265, <span class="pl-k">in</span> script_method ast = get_jit_def(fn, self_name=<span class="pl-s"><span class="pl-pds">"</span>ScriptModule<span class="pl-pds">"</span></span>) File <span class="pl-s"><span class="pl-pds">"</span>/home/mvz/pytorch/torch/jit/frontend.py<span class="pl-pds">"</span></span>, line 164, <span class="pl-k">in</span> get_jit_def py_ast = ast.parse(dedent_src) File <span class="pl-s"><span class="pl-pds">"</span>/home/mvz/local/anaconda3/envs/ve3/lib/python3.7/ast.py<span class="pl-pds">"</span></span>, line 35, <span class="pl-k">in</span> parse <span class="pl-k">return</span> compile(source, filename, mode, PyCF_ONLY_AST) File <span class="pl-s"><span class="pl-pds">"</span>&lt;unknown&gt;<span class="pl-pds">"</span></span>, line 1 def forward(self, x): ^ IndentationError: unexpected indent</pre></div> <p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/suo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/suo">@suo</a></p>
<p dir="auto"><code class="notranslate">nvcc fatal : The version ('90000') of the host compiler ('Apple clang') is not supported</code></p>
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=bjornharvold" rel="nofollow">Bjorn Harvold</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6741?redirect=false" rel="nofollow">SPR-6741</a></strong> and commented</p> <p dir="auto">This RequestMapping doesn't work:</p> <div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@RequestMapping(value = &quot;/administration/user/{id}/account/{accountId}/transfer/{accounttransferId}&quot;, method = RequestMethod.GET)"><pre class="notranslate"><span class="pl-c1">@</span><span class="pl-c1">RequestMapping</span>(<span class="pl-s1">value</span> = <span class="pl-s">"/administration/user/{id}/account/{accountId}/transfer/{accounttransferId}"</span>, <span class="pl-s1">method</span> = <span class="pl-smi">RequestMethod</span>.<span class="pl-c1">GET</span>)</pre></div> <p dir="auto">This RequestMapping works:</p> <div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@RequestMapping(value = &quot;/administration/account/{accountId}/transfer/{accounttransferId}&quot;, method = RequestMethod.GET)"><pre class="notranslate"><span class="pl-c1">@</span><span class="pl-c1">RequestMapping</span>(<span class="pl-s1">value</span> = <span class="pl-s">"/administration/account/{accountId}/transfer/{accounttransferId}"</span>, <span class="pl-s1">method</span> = <span class="pl-smi">RequestMethod</span>.<span class="pl-c1">GET</span>)</pre></div> <p dir="auto">During startup, in both cases, Spring says that the above urls have been matched to a Class. There is only one method in the class to make sure nothing is being overridden. It seems this happens the moment I have more than 2 PathVariables defined.</p> <hr> <p dir="auto"><strong>Affects:</strong> 4.0.1</p> <p dir="auto"><strong>Issue Links:</strong></p> <ul dir="auto"> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398109757" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/12552" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/12552/hovercard" href="https://github.com/spring-projects/spring-framework/issues/12552">#12552</a> Calling a <code class="notranslate">@RequestMapping</code> annotated method with a URI template with three variables does not work (<em><strong>"is duplicated by"</strong></em>)</li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398166525" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/16175" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/16175/hovercard" href="https://github.com/spring-projects/spring-framework/issues/16175">#16175</a> Cannot handle more than two <code class="notranslate">@PathVariable</code> with the route ends with ".png" (<em><strong>"is duplicated by"</strong></em>)</li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398107712" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/12245" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/12245/hovercard" href="https://github.com/spring-projects/spring-framework/issues/12245">#12245</a> Determination of the best pattern match to map a handler to an URL (<em><strong>"is duplicated by"</strong></em>)</li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398114462" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/13325" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/13325/hovercard" href="https://github.com/spring-projects/spring-framework/issues/13325">#13325</a> AntPathMatcher.AntPatternComparator algorithm wrong for hierarchical matches</li> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398167052" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/16239" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/16239/hovercard" href="https://github.com/spring-projects/spring-framework/issues/16239">#16239</a> RequestMapping path priority problem</li> </ul> <p dir="auto"><strong>Referenced from:</strong> commits <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/spring-projects/spring-framework/commit/d746e3fbfaee246055f1629d53513879e41540c0/hovercard" href="https://github.com/spring-projects/spring-framework/commit/d746e3fbfaee246055f1629d53513879e41540c0"><tt>d746e3f</tt></a>, <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/spring-projects/spring-framework/commit/ce0473f92672771a198bd9ccf64ce8fc900f19cc/hovercard" href="https://github.com/spring-projects/spring-framework/commit/ce0473f92672771a198bd9ccf64ce8fc900f19cc"><tt>ce0473f</tt></a>, <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/spring-projects/spring-framework/commit/f829cd1b35c160708b205302cd99df58059492c4/hovercard" href="https://github.com/spring-projects/spring-framework/commit/f829cd1b35c160708b205302cd99df58059492c4"><tt>f829cd1</tt></a></p> <p dir="auto">3 votes, 6 watchers</p>
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=gonne" rel="nofollow">Gonne Martens</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2885?redirect=false" rel="nofollow">SPR-2885</a></strong> and commented</p> <p dir="auto">I have also noticed a high performance degradation from Spring 1.2.8 to Spring 2.0.1 with heavy use of prototype beans. I have attached a very simple test application which creates 100,000 prototype beans without multithreading and generated the following results:</p> <p dir="auto">Spring 1.2.8 2437ms<br> Spring 2.0 RC1 2813ms<br> Spring 2.0 RC2 3015ms<br> Spring 2.0 RC3 4515ms<br> Spring 2.0 RC4 4532ms<br> Spring 2.0 4594ms<br> Spring 2.0.1 4788ms</p> <p dir="auto">Profiling shows that about 30% of each bean creation is spent in the constructor of org.springframework.beans.SimpleTypeConverter called by the constructor of org.springframework.beans.factory.support.BeanDefinitionValueResolver during ...applyPropertyValues().<br> I think the main reason for the performance loss is the registration of custom editors in the constructor of BeanDefinitionValueResolver added in revision 1.12:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="public BeanDefinitionValueResolver(AbstractBeanFactory beanFactory, String beanName, BeanDefinition beanDefinition) { this.beanName = beanName; this.beanDefinition = beanDefinition; this.beanFactory = beanFactory; beanFactory.registerCustomEditors(this.typeConverter); }"><pre class="notranslate"><code class="notranslate">public BeanDefinitionValueResolver(AbstractBeanFactory beanFactory, String beanName, BeanDefinition beanDefinition) { this.beanName = beanName; this.beanDefinition = beanDefinition; this.beanFactory = beanFactory; beanFactory.registerCustomEditors(this.typeConverter); } </code></pre></div> <p dir="auto">Please look at the screenshot of my profiling session.<br> We can not upgrade our production system from Spring 1.2.8 to Spring 2.0.1, because the load of our system would increase to high.<br> I am willing to help, but I need comments from the architects.</p> <p dir="auto">This is a duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398072320" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/7460" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/7460/hovercard" href="https://github.com/spring-projects/spring-framework/issues/7460">#7460</a> with a changed issue type and a higher priority, because of missing feedback so far.</p> <hr> <p dir="auto"><strong>Affects:</strong> 2.0 RC1, 2.0 RC2, 2.0 RC3, 2.0 RC4, 2.0 final, 2.0.1</p> <p dir="auto"><strong>Attachments:</strong></p> <ul dir="auto"> <li><a href="https://jira.spring.io/secure/attachment/12246/screenshot+profiling+session.jpg" rel="nofollow">screenshot profiling session.jpg</a> (<em>293.05 kB</em>)</li> <li><a href="https://jira.spring.io/secure/attachment/12247/Spring2TestBean.java" rel="nofollow">Spring2TestBean.java</a> (<em>672 bytes</em>)</li> </ul> <p dir="auto"><strong>Issue Links:</strong></p> <ul dir="auto"> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398072320" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/7460" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/7460/hovercard" href="https://github.com/spring-projects/spring-framework/issues/7460">#7460</a> Poor performance creating non-singleton beans with many threads (<em><strong>"duplicates"</strong></em>)</li> </ul>
0
<p dir="auto">According to the documentation, if a callback function is specified as a kwarg to the basinhopping function, this callback function should be called after every local minimum found.</p> <blockquote> <blockquote> <blockquote> <p dir="auto"><code class="notranslate">callback : callable, callback(x, f, accept), optional</code><br> Callback function which will be called for all minima found. x and f are the coordinates and function value of the trial minimum, and accept is whether or not that minimum was accepted. This can be used, for example, to save the lowest N minima found. Also, callback can be used to specify a user defined stop criterion by optionally returning True to stop the basinhopping routine.</p> </blockquote> </blockquote> </blockquote> <p dir="auto">However, it is not called for the first minimum found. (The one that is found at 'basinhopping step 0').</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import sys, scipy, numpy; print(scipy.__version__, numpy.__version__, sys.version_info) from scipy import optimize import numpy as np # Make some function to optimize. It prints its value for every function call. r=np.random.rand(10) def fun(x): c=[rand[i]*np.sin(x)+rand[i+1]*np.cos(x) for i in range(len(rand)-1)] f=np.sum(c)+0.00000001*x**4 print(f) return f def callback(x,f,a): #This function should be called after EVERY local minimum obtained so also after the first local minimum. (This is the minimum obtained at step 0). print('CALLBACK', x,f,a) sol=optimize.basinhopping(fun,[0.01],4,callback=callback,disp=True) print(sol.fun)"><pre class="notranslate"><code class="notranslate">import sys, scipy, numpy; print(scipy.__version__, numpy.__version__, sys.version_info) from scipy import optimize import numpy as np # Make some function to optimize. It prints its value for every function call. r=np.random.rand(10) def fun(x): c=[rand[i]*np.sin(x)+rand[i+1]*np.cos(x) for i in range(len(rand)-1)] f=np.sum(c)+0.00000001*x**4 print(f) return f def callback(x,f,a): #This function should be called after EVERY local minimum obtained so also after the first local minimum. (This is the minimum obtained at step 0). print('CALLBACK', x,f,a) sol=optimize.basinhopping(fun,[0.01],4,callback=callback,disp=True) print(sol.fun) </code></pre></div> <p dir="auto">Output:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="0.19.1 1.19.2 sys.version_info(major=3, minor=6, micro=9, releaselevel='final', serial=0) [1.96831928] [1.96831931] [1.96831928] [-0.92950861] [-0.92950861] [-0.92950857] [2.85408366] [2.85408366] [2.85408365] [-2.89631992] [-2.89631992] [-2.89631991] [-1.50802259] [-1.50802259] [-1.50802263] [-3.05249589] [-3.05249589] [-3.05249589] [-3.05305485] [-3.05305485] [-3.05305485] [-3.05305504] [-3.05305504] [-3.05305504] basinhopping step 0: f -3.05306 [-2.9563823] [-2.95638231] [-2.9563823] [-2.66471613] [-2.66471613] [-2.6647161] [-3.05304349] [-3.05304349] [-3.05304349] [-3.05305504] [-3.05305504] [-3.05305504] [-3.05305504] [-3.05305504] [-3.05305504] basinhopping step 1: f -3.05306 trial_f -3.05306 accepted 1 lowest_f -3.05306 found new global minimum on step 1 with function value -3.05306 CALLBACK [-2.26143318] -3.053055041496532 True [-2.74742421] [-2.74742423] [-2.74742421] [-2.58877573] [-2.58877573] [-2.58877571] [-3.05304702] [-3.05304702] [-3.05304702] [-3.05305503] [-3.05305503] [-3.05305503] [-3.05305504] [-3.05305504] [-3.05305504] basinhopping step 2: f -3.05306 trial_f -3.05306 accepted 1 lowest_f -3.05306 CALLBACK [-2.26143319] -3.053055041496532 True [-2.89346177] [-2.89346176] [-2.89346177] [-2.43156461] [-2.43156461] [-2.43156464] [-3.05300591] [-3.05300591] [-3.05300591] [-3.05305503] [-3.05305503] [-3.05305503] [-3.05305504] [-3.05305504] [-3.05305504] basinhopping step 3: f -3.05306 trial_f -3.05306 accepted 1 lowest_f -3.05306 found new global minimum on step 3 with function value -3.05306 CALLBACK [-2.26143317] -3.053055041496533 True [-2.96682236] [-2.96682235] [-2.96682236] [-2.70485805] [-2.70485805] [-2.70485807] [-3.05304677] [-3.05304677] [-3.05304677] [-3.05305504] [-3.05305504] [-3.05305504] [-3.05305504] [-3.05305504] [-3.05305504] basinhopping step 4: f -3.05306 trial_f -3.05306 accepted 1 lowest_f -3.05306 CALLBACK [-2.26143318] -3.053055041496532 True -3.053055041496533"><pre class="notranslate"><code class="notranslate">0.19.1 1.19.2 sys.version_info(major=3, minor=6, micro=9, releaselevel='final', serial=0) [1.96831928] [1.96831931] [1.96831928] [-0.92950861] [-0.92950861] [-0.92950857] [2.85408366] [2.85408366] [2.85408365] [-2.89631992] [-2.89631992] [-2.89631991] [-1.50802259] [-1.50802259] [-1.50802263] [-3.05249589] [-3.05249589] [-3.05249589] [-3.05305485] [-3.05305485] [-3.05305485] [-3.05305504] [-3.05305504] [-3.05305504] basinhopping step 0: f -3.05306 [-2.9563823] [-2.95638231] [-2.9563823] [-2.66471613] [-2.66471613] [-2.6647161] [-3.05304349] [-3.05304349] [-3.05304349] [-3.05305504] [-3.05305504] [-3.05305504] [-3.05305504] [-3.05305504] [-3.05305504] basinhopping step 1: f -3.05306 trial_f -3.05306 accepted 1 lowest_f -3.05306 found new global minimum on step 1 with function value -3.05306 CALLBACK [-2.26143318] -3.053055041496532 True [-2.74742421] [-2.74742423] [-2.74742421] [-2.58877573] [-2.58877573] [-2.58877571] [-3.05304702] [-3.05304702] [-3.05304702] [-3.05305503] [-3.05305503] [-3.05305503] [-3.05305504] [-3.05305504] [-3.05305504] basinhopping step 2: f -3.05306 trial_f -3.05306 accepted 1 lowest_f -3.05306 CALLBACK [-2.26143319] -3.053055041496532 True [-2.89346177] [-2.89346176] [-2.89346177] [-2.43156461] [-2.43156461] [-2.43156464] [-3.05300591] [-3.05300591] [-3.05300591] [-3.05305503] [-3.05305503] [-3.05305503] [-3.05305504] [-3.05305504] [-3.05305504] basinhopping step 3: f -3.05306 trial_f -3.05306 accepted 1 lowest_f -3.05306 found new global minimum on step 3 with function value -3.05306 CALLBACK [-2.26143317] -3.053055041496533 True [-2.96682236] [-2.96682235] [-2.96682236] [-2.70485805] [-2.70485805] [-2.70485807] [-3.05304677] [-3.05304677] [-3.05304677] [-3.05305504] [-3.05305504] [-3.05305504] [-3.05305504] [-3.05305504] [-3.05305504] basinhopping step 4: f -3.05306 trial_f -3.05306 accepted 1 lowest_f -3.05306 CALLBACK [-2.26143318] -3.053055041496532 True -3.053055041496533 </code></pre></div>
<p dir="auto">My issue is about ...</p> <p dir="auto">As far as I understand, callback function is called when a local minima is found. When I use basinhopping global minimization algorithm, I have observed that the callback function is not called when local minima is found for initial guess. I have tried to reproduce this issue with the following example:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from scipy.optimize import basinhopping import numpy as np def func(x): print(&quot;Objective function count: &quot; + str(func.counter)) func.counter += 1 return np.random.rand(1)*1000 def callback_func(x, f, accepted): print(&quot;Callback count: &quot; + str(callback_func.counter)) callback_func.counter += 1 func.counter = 0 callback_func.counter = 0 x0 = 2000 minimizer_kwargs = {&quot;method&quot;: &quot;COBYLA&quot;, &quot;options&quot;:{&quot;maxiter&quot;: 1}} optimizer = basinhopping(func, x0, minimizer_kwargs=minimizer_kwargs, niter=2, callback=callback_func)"><pre class="notranslate"><code class="notranslate">from scipy.optimize import basinhopping import numpy as np def func(x): print("Objective function count: " + str(func.counter)) func.counter += 1 return np.random.rand(1)*1000 def callback_func(x, f, accepted): print("Callback count: " + str(callback_func.counter)) callback_func.counter += 1 func.counter = 0 callback_func.counter = 0 x0 = 2000 minimizer_kwargs = {"method": "COBYLA", "options":{"maxiter": 1}} optimizer = basinhopping(func, x0, minimizer_kwargs=minimizer_kwargs, niter=2, callback=callback_func) </code></pre></div> <p dir="auto">It produces following result:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Objective function count: 0 Objective function count: 1 Callback count: 0 Objective function count: 2 Callback count: 1"><pre class="notranslate"><code class="notranslate">Objective function count: 0 Objective function count: 1 Callback count: 0 Objective function count: 2 Callback count: 1 </code></pre></div> <p dir="auto">For the above mentioned example, both callback function and the objective function should have been called thrice but callback is called only twice.</p> <h4 dir="auto">Scipy/Numpy/Python version information:</h4> 1.2.1 1.16.4 sys.version_info(major=3, minor=7, micro=4, releaselevel='final', serial=0)
1
<p dir="auto">This looks like a duplicate of a previously fixed issue (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1115213" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/1441" data-hovercard-type="issue" data-hovercard-url="/symfony/symfony/issues/1441/hovercard" href="https://github.com/symfony/symfony/issues/1441">#1441</a>) which is occurring for me in 2.1.x-dev beta version (just upgraded to beta 4 today).<br> In my php.ini upload_max_filesize is set to 2M<br> When I upload a file &gt; 2M (3.2M in my case) I get<br> <code class="notranslate">The file "" does not exist 500 Internal Server Error - FileNotFoundException</code><br> When I upload any file &lt; 2M I have no issue. I also tried changing my file maxSize assertion to be less than 2M, but that had no effect.</p> <p dir="auto">I'll paste the stack trace below. It comes up from my usage of getMimeType() on the file in my preUpload callback</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" /** * @ORM\PrePersist() * @ORM\PreUpdate() */ public function preUpload() { if (null !== $this-&gt;file) { // do whatever you want to generate a unique name $this-&gt;path = uniqid() . '.' . $this-&gt;file-&gt;guessExtension(); $this-&gt;mimeType = $this-&gt;file-&gt;getMimeType(); } $this-&gt;setUpdateTime(time()); }"><pre class="notranslate"><code class="notranslate"> /** * @ORM\PrePersist() * @ORM\PreUpdate() */ public function preUpload() { if (null !== $this-&gt;file) { // do whatever you want to generate a unique name $this-&gt;path = uniqid() . '.' . $this-&gt;file-&gt;guessExtension(); $this-&gt;mimeType = $this-&gt;file-&gt;getMimeType(); } $this-&gt;setUpdateTime(time()); } </code></pre></div> <p dir="auto">Here is the stack trace:<br> <code class="notranslate">Stack Trace 1. in /data/www/bfg_v2/Symfony/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php at line 107  2. at MimeTypeGuesser -&gt;guess ('') 
in /data/www/bfg_v2/Symfony/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/File.php at line 79  3. at File -&gt;getMimeType () 
in /data/www/bfg_v2/Symfony/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/File.php at line 58  4. at File -&gt;guessExtension () 
in /data/www/bfg_v2/Symfony/src/CG5/BFG/CoreBundle/Entity/Document.php at line 74  5. at Document -&gt;preUpload () 
in kernel.root_dir/cache/dev/doctrine/orm/Proxies/__CG__CG5BFGCoreBundleEntityDocument.php at line 60  6. at Document -&gt;preUpload () 
in /data/www/bfg_v2/Symfony/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1884  7. at ClassMetadataInfo -&gt;invokeLifecycleCallbacks ('preUpdate', object(Document)) 
in /data/www/bfg_v2/Symfony/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php at line 947  8. at UnitOfWork -&gt;executeUpdates (object(ClassMetadata)) 
in /data/www/bfg_v2/Symfony/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php at line 310  9. at UnitOfWork -&gt;commit (null) 
in /data/www/bfg_v2/Symfony/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php at line 355  10. at EntityManager -&gt;flush () 
in /data/www/bfg_v2/Symfony/src/CG5/BFG/CoreBundle/Controller/ClassifiedController.php at line 231  11. at ClassifiedController -&gt;updateAction ('10') 12. at ReflectionMethod -&gt;invokeArgs (object(ClassifiedController), array('10')) 
in /data/www/bfg_v2/Symfony/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php at line 63  13. at MethodInvocation -&gt;proceed () 
in /data/www/bfg_v2/Symfony/vendor/jms/security-extra-bundle/JMS/SecurityExtraBundle/Security/Authorization/Interception/MethodSecurityInterceptor.php at line 122  14. at MethodSecurityInterceptor -&gt;intercept (object(MethodInvocation)) 
in /data/www/bfg_v2/Symfony/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php at line 58  15. at MethodInvocation -&gt;proceed () 
in kernel.root_dir/cache/dev/diextra/proxies/CG5-BFG-CoreBundle-Controller-ClassifiedController.php at line 21  16. at ClassifiedController -&gt;updateAction ('10') 17. at call_user_func_array (array(object(ClassifiedController), 'updateAction'), array('10')) 
in kernel.root_dir/bootstrap.php.cache at line 1419  18. at HttpKernel -&gt;handleRaw (object(Request), '1') 
in kernel.root_dir/bootstrap.php.cache at line 1383  19. at HttpKernel -&gt;handle (object(Request), '1', true) 
in kernel.root_dir/bootstrap.php.cache at line 1559  20. at HttpKernel -&gt;handle (object(Request), '1', true) 
in kernel.root_dir/bootstrap.php.cache at line 610  21. at Kernel -&gt;handle (object(Request)) 
in /data/www/bfg_v2/Symfony/web/app_dev.php at line 28</code></p>
<p dir="auto">hinclude() allows dynamic retrieval of a controller's response. What if I want to use the result of this variable multiple times in my twig template?</p> <p dir="auto"><strong>Option 1</strong></p> <p dir="auto">Make multiple calls for the same string:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;div&gt;{{ render_hinclude(controller('AppBundle:App:getString'), {'default': 'Loading'}) }}&lt;/div&gt; Some more data.... &lt;div&gt;{{ render_hinclude(controller('AppBundle:App:getString'), {'default': 'Loading'}) }}&lt;/div&gt;"><pre class="notranslate"><code class="notranslate">&lt;div&gt;{{ render_hinclude(controller('AppBundle:App:getString'), {'default': 'Loading'}) }}&lt;/div&gt; Some more data.... &lt;div&gt;{{ render_hinclude(controller('AppBundle:App:getString'), {'default': 'Loading'}) }}&lt;/div&gt; </code></pre></div> <p dir="auto">Result: duplicated code.</p> <p dir="auto"><strong>Option 2</strong></p> <p dir="auto">Place the result of this in a variable, and use this variable in multiple places. <strong>Doesn't actually work</strong>...</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{% set var = {{ render_hinclude(controller('AppBundle:App:getString')) }} %} &lt;div&gt;{{ var|raw }}&lt;/div&gt; Some more data... &lt;div&gt;{{ var|raw }}&lt;/div&gt;"><pre class="notranslate"><code class="notranslate">{% set var = {{ render_hinclude(controller('AppBundle:App:getString')) }} %} &lt;div&gt;{{ var|raw }}&lt;/div&gt; Some more data... &lt;div&gt;{{ var|raw }}&lt;/div&gt; </code></pre></div> <p dir="auto">Obviously the above doesn't work because the {{ var }} variables are being looked for on-page-load.</p>
0
<p dir="auto">Since 0.210.0, it appears that Atom gets two icons instead of just one if Atom is pinned to the Windows taskbar. Clicking the pinned icon will open another icon that represents the running app. I would expect the first instance of Atom to reuse the pinned icon rather than adding a new one.</p>
<p dir="auto">Atom 0.199.0/win32 with all community packages disabled incorrectly autocompletes the following as soon as @ is typed:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/** * @"><pre class="notranslate"><span class="pl-pds"><span class="pl-c1">/</span><span class="pl-c1">*</span><span class="pl-c1">*</span></span><span class="pl-c1"></span> <span class="pl-c1">*</span> @</pre></div> <p dir="auto">This gets completed to...</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/** /** * @"><pre class="notranslate"><span class="pl-pds"><span class="pl-c1">/</span><span class="pl-c1">*</span><span class="pl-c1">*</span></span><span class="pl-c1"></span> <span class="pl-pds"><span class="pl-c1">/</span><span class="pl-c1">*</span><span class="pl-c1">*</span></span><span class="pl-c1"></span> <span class="pl-c1">*</span> @</pre></div> <ul dir="auto"> <li>only happens on the first line after a <code class="notranslate">/*</code> or <code class="notranslate">/**</code></li> <li>happens regardless of document type (tested js, plain text and markdown)</li> <li>if there is a line right below the @, cursor will be moved to the end of that line, otherwise will behind the @</li> <li>tried <code class="notranslate">'ctrl-alt-q': 'unset!'</code> under <code class="notranslate">'.platform-win32 .editor'</code> in keymap.cson to no effect (suggested here: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="35573301" data-permission-text="Title is private" data-url="https://github.com/atom/atom-keymap/issues/35" data-hovercard-type="issue" data-hovercard-url="/atom/atom-keymap/issues/35/hovercard" href="https://github.com/atom/atom-keymap/issues/35">atom/atom-keymap#35</a>)</li> </ul> <p dir="auto">Sorry if this is a duplicate. Is there a way to search for single, non-alphanumeric characters on github (i.e. @) ?</p>
0
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">I'm using firebase storage to upload files. My broadband speed is around 80Mbps(download &amp; upload). Avg. file size I'm trying to upload is 2.5MB which is taking minimum 2mins to upload to firebase storage server.</p> <p dir="auto">My Main.dart file</p> <div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" // Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:io'; import 'package:flutter/material.dart'; import 'package:image_picker/image_picker.dart'; import 'package:video_player/video_player.dart'; import 'package:firebase_storage/firebase_storage.dart'; import 'package:progress_hud/progress_hud.dart'; import 'package:path/path.dart' as p; void main() { runApp(new MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return new MaterialApp( title: 'Image Picker Demo', home: new MyHomePage(title: 'Image Picker Example'), ); } } class MyHomePage extends StatefulWidget { MyHomePage({Key key, this.title}) : super(key: key); final String title; @override _MyHomePageState createState() =&gt; new _MyHomePageState(); } class _MyHomePageState extends State&lt;MyHomePage&gt; { Future&lt;File&gt; _imageFile; bool isVideo = false; VideoPlayerController _controller; VoidCallback listener; bool showLoadingAnimation = false; void _onImageButtonPressed(ImageSource source) { setState(() { if (_controller != null) { _controller.setVolume(0.0); _controller.removeListener(listener); } if (isVideo) { ImagePicker.pickVideo(source: source).then((File file) { if (file != null &amp;&amp; mounted) { setState(() { _controller = VideoPlayerController.file(file) ..addListener(listener) ..setVolume(1.0) ..initialize() ..setLooping(true) ..play(); }); } }); } else { _imageFile = ImagePicker.pickImage(source: source); } }); } @override void deactivate() { if (_controller != null) { _controller.setVolume(0.0); _controller.removeListener(listener); } super.deactivate(); } @override void dispose() { if (_controller != null) { _controller.dispose(); } super.dispose(); } @override void initState() { super.initState(); listener = () { setState(() {}); }; } Widget _previewImage() { return FutureBuilder&lt;File&gt;( future: _imageFile, builder: (BuildContext context, AsyncSnapshot&lt;File&gt; snapshot) { if (snapshot.connectionState == ConnectionState.done &amp;&amp; snapshot.data != null) { return Image.file(snapshot.data); } else if (snapshot.error != null) { return const Text( 'Error picking image.', textAlign: TextAlign.center, ); } else { return const Text( 'You have not yet picked an image.', textAlign: TextAlign.center, ); } }); } _prepareImage(){ print(&quot;Clicked on upload image button&quot;); setState(() { this.showLoadingAnimation = true; print(&quot;Loading animation started&quot;); }); _imageFile.then((image) { print('Image file path : $image'); _uploadImage(image); }); } // Method for uploading image Future _uploadImage(File image) async { // fetch file name String fileName = p.basename(image.path); print('image base file name: ${fileName}'); final StorageReference ref = FirebaseStorage.instance.ref().child( &quot;images/$fileName&quot;); final StorageUploadTask uploadTask = ref.putFile(image, StorageMetadata(contentLanguage: &quot;en&quot;)); print('STEP 1 Done - ${new DateTime.now()} '); final Uri downloadUrl = (await uploadTask.future).downloadUrl; print('STEP 2 Done - ${new DateTime.now()} '); print('Download url received: $downloadUrl'); setState(() { this.showLoadingAnimation = false; print(&quot;Loading animation ended&quot;); }); } @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text(widget.title), ), body: new Stack( children: &lt;Widget&gt;[ new ListView( children: &lt;Widget&gt;[ _previewImage(), new Padding(padding: const EdgeInsets.only(top: 30.0)), new Row( mainAxisAlignment: MainAxisAlignment.center, children: &lt;Widget&gt;[ new RaisedButton( child: new Text('UPLOAD', style: new TextStyle(color: const Color(0xFFEEEEEE))), color: const Color(0xFF00695C), onPressed: () { _prepareImage(); }) ]), ], ), this.showLoadingAnimation ? new ProgressHUD( backgroundColor: Colors.black12, color: Colors.white, containerColor: const Color(0xFF00796B), borderRadius: 5.0, ) : new Container() ], ), floatingActionButton: Column( mainAxisAlignment: MainAxisAlignment.end, children: &lt;Widget&gt;[ FloatingActionButton( onPressed: () { isVideo = false; _onImageButtonPressed(ImageSource.gallery); }, heroTag: 'image0', tooltip: 'Pick Image from gallery', child: const Icon(Icons.photo_library), ), Padding( padding: const EdgeInsets.only(top: 16.0), child: FloatingActionButton( onPressed: () { isVideo = false; _onImageButtonPressed(ImageSource.camera); }, heroTag: 'image1', tooltip: 'Take a Photo', child: const Icon(Icons.camera_alt), ), ), ], ), ); } }"><pre class="notranslate"> <span class="pl-c">// Copyright 2017 The Chromium Authors. All rights reserved.</span> <span class="pl-c">// Use of this source code is governed by a BSD-style license that can be</span> <span class="pl-c">// found in the LICENSE file.</span> import <span class="pl-s">'dart:async'</span>; import <span class="pl-s">'dart:io'</span>; import <span class="pl-s">'package:flutter/material.dart'</span>; import <span class="pl-s">'package:image_picker/image_picker.dart'</span>; import <span class="pl-s">'package:video_player/video_player.dart'</span>; import <span class="pl-s">'package:firebase_storage/firebase_storage.dart'</span>; import <span class="pl-s">'package:progress_hud/progress_hud.dart'</span>; import <span class="pl-s">'package:path/path.dart'</span> <span class="pl-k">as</span> p; <span class="pl-k">void</span> <span class="pl-en">main</span>() { <span class="pl-en">runApp</span>(<span class="pl-k">new</span> <span class="pl-c1">MyApp</span>()); } <span class="pl-k">class</span> <span class="pl-c1">MyApp</span> <span class="pl-k">extends</span> <span class="pl-c1">StatelessWidget</span> { <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-k">new</span> <span class="pl-c1">MaterialApp</span>( title<span class="pl-k">:</span> <span class="pl-s">'Image Picker Demo'</span>, home<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">MyHomePage</span>(title<span class="pl-k">:</span> <span class="pl-s">'Image Picker Example'</span>), ); } } <span class="pl-k">class</span> <span class="pl-c1">MyHomePage</span> <span class="pl-k">extends</span> <span class="pl-c1">StatefulWidget</span> { <span class="pl-c1">MyHomePage</span>({<span class="pl-c1">Key</span> key, <span class="pl-c1">this</span>.title}) <span class="pl-k">:</span> <span class="pl-c1">super</span>(key<span class="pl-k">:</span> key); <span class="pl-k">final</span> <span class="pl-c1">String</span> title; <span class="pl-k">@override</span> <span class="pl-c1">_MyHomePageState</span> <span class="pl-en">createState</span>() <span class="pl-k">=&gt;</span> <span class="pl-k">new</span> <span class="pl-c1">_MyHomePageState</span>(); } <span class="pl-k">class</span> <span class="pl-c1">_MyHomePageState</span> <span class="pl-k">extends</span> <span class="pl-c1">State</span>&lt;<span class="pl-c1">MyHomePage</span>&gt; { <span class="pl-c1">Future</span>&lt;<span class="pl-c1">File</span>&gt; _imageFile; <span class="pl-c1">bool</span> isVideo <span class="pl-k">=</span> <span class="pl-c1">false</span>; <span class="pl-c1">VideoPlayerController</span> _controller; <span class="pl-c1">VoidCallback</span> listener; <span class="pl-c1">bool</span> showLoadingAnimation <span class="pl-k">=</span> <span class="pl-c1">false</span>; <span class="pl-k">void</span> <span class="pl-en">_onImageButtonPressed</span>(<span class="pl-c1">ImageSource</span> source) { <span class="pl-en">setState</span>(() { <span class="pl-k">if</span> (_controller <span class="pl-k">!=</span> <span class="pl-c1">null</span>) { _controller.<span class="pl-en">setVolume</span>(<span class="pl-c1">0.0</span>); _controller.<span class="pl-en">removeListener</span>(listener); } <span class="pl-k">if</span> (isVideo) { <span class="pl-c1">ImagePicker</span>.<span class="pl-en">pickVideo</span>(source<span class="pl-k">:</span> source).<span class="pl-en">then</span>((<span class="pl-c1">File</span> file) { <span class="pl-k">if</span> (file <span class="pl-k">!=</span> <span class="pl-c1">null</span> <span class="pl-k">&amp;&amp;</span> mounted) { <span class="pl-en">setState</span>(() { _controller <span class="pl-k">=</span> <span class="pl-c1">VideoPlayerController</span>.<span class="pl-en">file</span>(file) ..<span class="pl-en">addListener</span>(listener) ..<span class="pl-en">setVolume</span>(<span class="pl-c1">1.0</span>) ..<span class="pl-en">initialize</span>() ..<span class="pl-en">setLooping</span>(<span class="pl-c1">true</span>) ..<span class="pl-en">play</span>(); }); } }); } <span class="pl-k">else</span> { _imageFile <span class="pl-k">=</span> <span class="pl-c1">ImagePicker</span>.<span class="pl-en">pickImage</span>(source<span class="pl-k">:</span> source); } }); } <span class="pl-k">@override</span> <span class="pl-k">void</span> <span class="pl-en">deactivate</span>() { <span class="pl-k">if</span> (_controller <span class="pl-k">!=</span> <span class="pl-c1">null</span>) { _controller.<span class="pl-en">setVolume</span>(<span class="pl-c1">0.0</span>); _controller.<span class="pl-en">removeListener</span>(listener); } <span class="pl-c1">super</span>.<span class="pl-en">deactivate</span>(); } <span class="pl-k">@override</span> <span class="pl-k">void</span> <span class="pl-en">dispose</span>() { <span class="pl-k">if</span> (_controller <span class="pl-k">!=</span> <span class="pl-c1">null</span>) { _controller.<span class="pl-en">dispose</span>(); } <span class="pl-c1">super</span>.<span class="pl-en">dispose</span>(); } <span class="pl-k">@override</span> <span class="pl-k">void</span> <span class="pl-en">initState</span>() { <span class="pl-c1">super</span>.<span class="pl-en">initState</span>(); listener <span class="pl-k">=</span> () { <span class="pl-en">setState</span>(() {}); }; } <span class="pl-c1">Widget</span> <span class="pl-en">_previewImage</span>() { <span class="pl-k">return</span> <span class="pl-c1">FutureBuilder</span>&lt;<span class="pl-c1">File</span>&gt;( future<span class="pl-k">:</span> _imageFile, builder<span class="pl-k">:</span> (<span class="pl-c1">BuildContext</span> context, <span class="pl-c1">AsyncSnapshot</span>&lt;<span class="pl-c1">File</span>&gt; snapshot) { <span class="pl-k">if</span> (snapshot.connectionState <span class="pl-k">==</span> <span class="pl-c1">ConnectionState</span>.done <span class="pl-k">&amp;&amp;</span> snapshot.data <span class="pl-k">!=</span> <span class="pl-c1">null</span>) { <span class="pl-k">return</span> <span class="pl-c1">Image</span>.<span class="pl-en">file</span>(snapshot.data); } <span class="pl-k">else</span> <span class="pl-k">if</span> (snapshot.error <span class="pl-k">!=</span> <span class="pl-c1">null</span>) { <span class="pl-k">return</span> <span class="pl-k">const</span> <span class="pl-c1">Text</span>( <span class="pl-s">'Error picking image.'</span>, textAlign<span class="pl-k">:</span> <span class="pl-c1">TextAlign</span>.center, ); } <span class="pl-k">else</span> { <span class="pl-k">return</span> <span class="pl-k">const</span> <span class="pl-c1">Text</span>( <span class="pl-s">'You have not yet picked an image.'</span>, textAlign<span class="pl-k">:</span> <span class="pl-c1">TextAlign</span>.center, ); } }); } <span class="pl-en">_prepareImage</span>(){ <span class="pl-en">print</span>(<span class="pl-s">"Clicked on upload image button"</span>); <span class="pl-en">setState</span>(() { <span class="pl-c1">this</span>.showLoadingAnimation <span class="pl-k">=</span> <span class="pl-c1">true</span>; <span class="pl-en">print</span>(<span class="pl-s">"Loading animation started"</span>); }); _imageFile.<span class="pl-en">then</span>((image) { <span class="pl-en">print</span>(<span class="pl-s">'Image file path : $<span class="pl-v">image</span>'</span>); <span class="pl-en">_uploadImage</span>(image); }); } <span class="pl-c">// Method for uploading image</span> <span class="pl-c1">Future</span> <span class="pl-en">_uploadImage</span>(<span class="pl-c1">File</span> image) <span class="pl-k">async</span> { <span class="pl-c">// fetch file name</span> <span class="pl-c1">String</span> fileName <span class="pl-k">=</span> p.<span class="pl-en">basename</span>(image.path); <span class="pl-en">print</span>(<span class="pl-s">'image base file name: <span class="pl-s">${<span class="pl-v">fileName</span>}</span>'</span>); <span class="pl-k">final</span> <span class="pl-c1">StorageReference</span> ref <span class="pl-k">=</span> <span class="pl-c1">FirebaseStorage</span>.instance.<span class="pl-en">ref</span>().<span class="pl-en">child</span>( <span class="pl-s">"images/$<span class="pl-v">fileName</span>"</span>); <span class="pl-k">final</span> <span class="pl-c1">StorageUploadTask</span> uploadTask <span class="pl-k">=</span> ref.<span class="pl-en">putFile</span>(image, <span class="pl-c1">StorageMetadata</span>(contentLanguage<span class="pl-k">:</span> <span class="pl-s">"en"</span>)); <span class="pl-en">print</span>(<span class="pl-s">'STEP 1 Done - <span class="pl-s">${<span class="pl-v">new</span> <span class="pl-c1">DateTime</span>.<span class="pl-en">now</span>()}</span> '</span>); <span class="pl-k">final</span> <span class="pl-c1">Uri</span> downloadUrl <span class="pl-k">=</span> (<span class="pl-k">await</span> uploadTask.future).downloadUrl; <span class="pl-en">print</span>(<span class="pl-s">'STEP 2 Done - <span class="pl-s">${<span class="pl-v">new</span> <span class="pl-c1">DateTime</span>.<span class="pl-en">now</span>()}</span> '</span>); <span class="pl-en">print</span>(<span class="pl-s">'Download url received: $<span class="pl-v">downloadUrl</span>'</span>); <span class="pl-en">setState</span>(() { <span class="pl-c1">this</span>.showLoadingAnimation <span class="pl-k">=</span> <span class="pl-c1">false</span>; <span class="pl-en">print</span>(<span class="pl-s">"Loading animation ended"</span>); }); } <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">Scaffold</span>( appBar<span class="pl-k">:</span> <span class="pl-c1">AppBar</span>( title<span class="pl-k">:</span> <span class="pl-c1">Text</span>(widget.title), ), body<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">Stack</span>( children<span class="pl-k">:</span> <span class="pl-k">&lt;</span><span class="pl-c1">Widget</span><span class="pl-k">&gt;</span>[ <span class="pl-k">new</span> <span class="pl-c1">ListView</span>( children<span class="pl-k">:</span> <span class="pl-k">&lt;</span><span class="pl-c1">Widget</span><span class="pl-k">&gt;</span>[ <span class="pl-en">_previewImage</span>(), <span class="pl-k">new</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">only</span>(top<span class="pl-k">:</span> <span class="pl-c1">30.0</span>)), <span class="pl-k">new</span> <span class="pl-c1">Row</span>( mainAxisAlignment<span class="pl-k">:</span> <span class="pl-c1">MainAxisAlignment</span>.center, children<span class="pl-k">:</span> <span class="pl-k">&lt;</span><span class="pl-c1">Widget</span><span class="pl-k">&gt;</span>[ <span class="pl-k">new</span> <span class="pl-c1">RaisedButton</span>( child<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">Text</span>(<span class="pl-s">'UPLOAD'</span>, style<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">TextStyle</span>(color<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">Color</span>(<span class="pl-c1">0xFFEEEEEE</span>))), color<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">Color</span>(<span class="pl-c1">0xFF00695C</span>), onPressed<span class="pl-k">:</span> () { <span class="pl-en">_prepareImage</span>(); }) ]), ], ), <span class="pl-c1">this</span>.showLoadingAnimation <span class="pl-k">?</span> <span class="pl-k">new</span> <span class="pl-c1">ProgressHUD</span>( backgroundColor<span class="pl-k">:</span> <span class="pl-c1">Colors</span>.black12, color<span class="pl-k">:</span> <span class="pl-c1">Colors</span>.white, containerColor<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">Color</span>(<span class="pl-c1">0xFF00796B</span>), borderRadius<span class="pl-k">:</span> <span class="pl-c1">5.0</span>, ) <span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">Container</span>() ], ), floatingActionButton<span class="pl-k">:</span> <span class="pl-c1">Column</span>( mainAxisAlignment<span class="pl-k">:</span> <span class="pl-c1">MainAxisAlignment</span>.end, children<span class="pl-k">:</span> <span class="pl-k">&lt;</span><span class="pl-c1">Widget</span><span class="pl-k">&gt;</span>[ <span class="pl-c1">FloatingActionButton</span>( onPressed<span class="pl-k">:</span> () { isVideo <span class="pl-k">=</span> <span class="pl-c1">false</span>; <span class="pl-en">_onImageButtonPressed</span>(<span class="pl-c1">ImageSource</span>.gallery); }, heroTag<span class="pl-k">:</span> <span class="pl-s">'image0'</span>, tooltip<span class="pl-k">:</span> <span class="pl-s">'Pick Image from gallery'</span>, child<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">Icon</span>(<span class="pl-c1">Icons</span>.photo_library), ), <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">only</span>(top<span class="pl-k">:</span> <span class="pl-c1">16.0</span>), child<span class="pl-k">:</span> <span class="pl-c1">FloatingActionButton</span>( onPressed<span class="pl-k">:</span> () { isVideo <span class="pl-k">=</span> <span class="pl-c1">false</span>; <span class="pl-en">_onImageButtonPressed</span>(<span class="pl-c1">ImageSource</span>.camera); }, heroTag<span class="pl-k">:</span> <span class="pl-s">'image1'</span>, tooltip<span class="pl-k">:</span> <span class="pl-s">'Take a Photo'</span>, child<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">Icon</span>(<span class="pl-c1">Icons</span>.camera_alt), ), ), ], ), ); } }</pre></div> <h2 dir="auto">Logs</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="➜ experiment flutter run --verbose [ +29 ms] [/Users/sureshkumarmajhi/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +31 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/master [ ] [/Users/sureshkumarmajhi/flutter/] git rev-parse --abbrev-ref HEAD [ +8 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] master [ ] [/Users/sureshkumarmajhi/flutter/] git ls-remote --get-url origin [ +6 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ ] [/Users/sureshkumarmajhi/flutter/] git log -n 1 --pretty=format:%H [ +7 ms] Exit code 0 from: git log -n 1 --pretty=format:%H [ ] 3b9b5acefc740d095735591dc5f3d3e18a79ef1b [ ] [/Users/sureshkumarmajhi/flutter/] git log -n 1 --pretty=format:%ar [ +9 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar [ ] 2 days ago [ ] [/Users/sureshkumarmajhi/flutter/] git describe --match v*.*.* --first-parent --long --tags [ +17 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags [ ] v0.5.1-78-g3b9b5acef [ +311 ms] /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString [ +67 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString [ ] 3.1 [ +117 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb devices -l [ +6 ms] Exit code 0 from: /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb devices -l [ +1 ms] List of devices attached 803KPSL1600646 device usb:340787200X product:taimen model:Pixel_2_XL device:taimen transport_id:2 [ +14 ms] idevice_id -h [ +768 ms] /usr/bin/xcrun simctl list --json devices [ +206 ms] Found plugin firebase_core at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.4/ [ +3 ms] Found plugin firebase_storage at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/firebase_storage-0.3.7/ [ +28 ms] Found plugin image_picker at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.4/ [ +53 ms] Found plugin video_player at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/video_player-0.6.0/ [ +34 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 shell getprop [ +174 ms] ro.hardware = taimen [ ] ro.build.characteristics = nosdcard [ +886 ms] Launching lib/main.dart on Pixel 2 XL in debug mode... [ +6 ms] Initializing gradle... [ +8 ms] Using gradle from /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/gradlew. [ +132 ms] /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString [ +56 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString [ ] 3.1 [ +94 ms] /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/gradlew -v [ +673 ms] ------------------------------------------------------------ Gradle 4.4 ------------------------------------------------------------ Build time: 2017-12-06 09:05:06 UTC Revision: cf7821a6f79f8e2a598df21780e3ff7ce8db2b82 Groovy: 2.4.12 Ant: Apache Ant(TM) version 1.9.9 compiled on February 2 2017 JVM: 1.8.0_152-release (JetBrains s.r.o 25.152-b01) OS: Mac OS X 10.13.5 x86_64 [ +42 ms] Resolving dependencies... [ ] [android/] /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/gradlew app:properties [ +860 ms] WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html 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/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) :app:properties ------------------------------------------------------------ Project :app ------------------------------------------------------------ allprojects: [project ':app'] android: com.android.build.gradle.AppExtension_Decorated@72eade4e androidDependencies: task ':app:androidDependencies' ant: org.gradle.api.internal.project.DefaultAntBuilder@7b1d564 antBuilderFactory: org.gradle.api.internal.project.DefaultAntBuilderFactory@a7c1479 archivesBaseName: app artifacts: org.gradle.api.internal.artifacts.dsl.DefaultArtifactHandler_Decorated@56e2bea8 asDynamicObject: DynamicObject for project ':app' assemble: task ':app:assemble' assembleAndroidTest: task ':app:assembleAndroidTest' assembleDebug: task ':app:assembleDebug' assembleDebugAndroidTest: task ':app:assembleDebugAndroidTest' assembleDebugUnitTest: task ':app:assembleDebugUnitTest' assembleProfile: task ':app:assembleProfile' assembleProfileUnitTest: task ':app:assembleProfileUnitTest' assembleRelease: task ':app:assembleRelease' assembleReleaseUnitTest: task ':app:assembleReleaseUnitTest' baseClassLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@72de1294 buildDependents: task ':app:buildDependents' buildDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app buildFile: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/app/build.gradle buildNeeded: task ':app:buildNeeded' buildOutputs: BaseVariantOutput container buildPath: : buildScriptSource: org.gradle.groovy.scripts.TextResourceScriptSource@7bcde35e buildscript: org.gradle.api.internal.initialization.DefaultScriptHandler@1178ff82 bundleAppClassesDebug: task ':app:bundleAppClassesDebug' bundleAppClassesDebugAndroidTest: task ':app:bundleAppClassesDebugAndroidTest' bundleAppClassesDebugUnitTest: task ':app:bundleAppClassesDebugUnitTest' bundleAppClassesProfile: task ':app:bundleAppClassesProfile' bundleAppClassesProfileUnitTest: task ':app:bundleAppClassesProfileUnitTest' bundleAppClassesRelease: task ':app:bundleAppClassesRelease' bundleAppClassesReleaseUnitTest: task ':app:bundleAppClassesReleaseUnitTest' bundleDebugAndroidTestResources: task ':app:bundleDebugAndroidTestResources' bundleDebugResources: task ':app:bundleDebugResources' bundleProfileResources: task ':app:bundleProfileResources' bundleReleaseResources: task ':app:bundleReleaseResources' check: task ':app:check' checkDebugManifest: task ':app:checkDebugManifest' checkProfileManifest: task ':app:checkProfileManifest' checkReleaseManifest: task ':app:checkReleaseManifest' childProjects: {} class: class org.gradle.api.internal.project.DefaultProject_Decorated classLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@52ac04fb cleanBuildCache: task ':app:cleanBuildCache' compileDebugAidl: task ':app:compileDebugAidl' compileDebugAndroidTestAidl: task ':app:compileDebugAndroidTestAidl' compileDebugAndroidTestJavaWithJavac: task ':app:compileDebugAndroidTestJavaWithJavac' compileDebugAndroidTestNdk: task ':app:compileDebugAndroidTestNdk' compileDebugAndroidTestRenderscript: task ':app:compileDebugAndroidTestRenderscript' compileDebugAndroidTestShaders: task ':app:compileDebugAndroidTestShaders' compileDebugAndroidTestSources: task ':app:compileDebugAndroidTestSources' compileDebugJavaWithJavac: task ':app:compileDebugJavaWithJavac' compileDebugNdk: task ':app:compileDebugNdk' compileDebugRenderscript: task ':app:compileDebugRenderscript' compileDebugShaders: task ':app:compileDebugShaders' compileDebugSources: task ':app:compileDebugSources' compileDebugUnitTestJavaWithJavac: task ':app:compileDebugUnitTestJavaWithJavac' compileDebugUnitTestSources: task ':app:compileDebugUnitTestSources' compileLint: task ':app:compileLint' compileProfileAidl: task ':app:compileProfileAidl' compileProfileJavaWithJavac: task ':app:compileProfileJavaWithJavac' compileProfileNdk: task ':app:compileProfileNdk' compileProfileRenderscript: task ':app:compileProfileRenderscript' compileProfileShaders: task ':app:compileProfileShaders' compileProfileSources: task ':app:compileProfileSources' compileProfileUnitTestJavaWithJavac: task ':app:compileProfileUnitTestJavaWithJavac' compileProfileUnitTestSources: task ':app:compileProfileUnitTestSources' compileReleaseAidl: task ':app:compileReleaseAidl' compileReleaseJavaWithJavac: task ':app:compileReleaseJavaWithJavac' compileReleaseNdk: task ':app:compileReleaseNdk' compileReleaseRenderscript: task ':app:compileReleaseRenderscript' compileReleaseShaders: task ':app:compileReleaseShaders' compileReleaseSources: task ':app:compileReleaseSources' compileReleaseUnitTestJavaWithJavac: task ':app:compileReleaseUnitTestJavaWithJavac' compileReleaseUnitTestSources: task ':app:compileReleaseUnitTestSources' components: SoftwareComponentInternal set configurationActions: org.gradle.configuration.project.DefaultProjectConfigurationActionContainer@50e4f688 configurationTargetIdentifier: org.gradle.configuration.ConfigurationTargetIdentifier$1@44a738d9 configurations: configuration container connectedAndroidTest: task ':app:connectedAndroidTest' connectedCheck: task ':app:connectedCheck' connectedDebugAndroidTest: task ':app:connectedDebugAndroidTest' consumeConfigAttr: task ':app:consumeConfigAttr' convention: org.gradle.api.internal.plugins.DefaultConvention@12754b20 copyFlutterAssetsDebug: task ':app:copyFlutterAssetsDebug' copyFlutterAssetsProfile: task ':app:copyFlutterAssetsProfile' copyFlutterAssetsRelease: task ':app:copyFlutterAssetsRelease' createDebugCompatibleScreenManifests: task ':app:createDebugCompatibleScreenManifests' createProfileCompatibleScreenManifests: task ':app:createProfileCompatibleScreenManifests' createReleaseCompatibleScreenManifests: task ':app:createReleaseCompatibleScreenManifests' defaultArtifacts: org.gradle.api.internal.plugins.DefaultArtifactPublicationSet_Decorated@20cc0e49 defaultTasks: [] deferredProjectConfiguration: org.gradle.api.internal.project.DeferredProjectConfiguration@57ebfc6e dependencies: org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@2a7777ba depth: 1 description: null deviceAndroidTest: task ':app:deviceAndroidTest' deviceCheck: task ':app:deviceCheck' displayName: project ':app' distsDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/distributions distsDirName: distributions docsDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/docs docsDirName: docs ext: org.gradle.api.internal.plugins.DefaultExtraPropertiesExtension@1263159f extensions: org.gradle.api.internal.plugins.DefaultConvention@12754b20 extractProguardFiles: task ':app:extractProguardFiles' fileOperations: org.gradle.api.internal.file.DefaultFileOperations@521defdc fileResolver: org.gradle.api.internal.file.BaseDirFileResolver@5a9d717d flutter: FlutterExtension_Decorated@4bc61733 flutterBuildDebug: task ':app:flutterBuildDebug' flutterBuildProfile: task ':app:flutterBuildProfile' flutterBuildRelease: task ':app:flutterBuildRelease' flutterBuildX86Jar: task ':app:flutterBuildX86Jar' generateDebugAndroidTestAssets: task ':app:generateDebugAndroidTestAssets' generateDebugAndroidTestBuildConfig: task ':app:generateDebugAndroidTestBuildConfig' generateDebugAndroidTestResValues: task ':app:generateDebugAndroidTestResValues' generateDebugAndroidTestResources: task ':app:generateDebugAndroidTestResources' generateDebugAndroidTestSources: task ':app:generateDebugAndroidTestSources' generateDebugAssets: task ':app:generateDebugAssets' generateDebugBuildConfig: task ':app:generateDebugBuildConfig' generateDebugResValues: task ':app:generateDebugResValues' generateDebugResources: task ':app:generateDebugResources' generateDebugSources: task ':app:generateDebugSources' generateProfileAssets: task ':app:generateProfileAssets' generateProfileBuildConfig: task ':app:generateProfileBuildConfig' generateProfileResValues: task ':app:generateProfileResValues' generateProfileResources: task ':app:generateProfileResources' generateProfileSources: task ':app:generateProfileSources' generateReleaseAssets: task ':app:generateReleaseAssets' generateReleaseBuildConfig: task ':app:generateReleaseBuildConfig' generateReleaseResValues: task ':app:generateReleaseResValues' generateReleaseResources: task ':app:generateReleaseResources' generateReleaseSources: task ':app:generateReleaseSources' gradle: build 'android' group: android identityPath: :app inheritedScope: org.gradle.api.internal.ExtensibleDynamicObject$InheritedDynamicObject@41032c39 installDebug: task ':app:installDebug' installDebugAndroidTest: task ':app:installDebugAndroidTest' installProfile: task ':app:installProfile' installRelease: task ':app:installRelease' javaPreCompileDebug: task ':app:javaPreCompileDebug' javaPreCompileDebugAndroidTest: task ':app:javaPreCompileDebugAndroidTest' javaPreCompileDebugUnitTest: task ':app:javaPreCompileDebugUnitTest' javaPreCompileProfile: task ':app:javaPreCompileProfile' javaPreCompileProfileUnitTest: task ':app:javaPreCompileProfileUnitTest' javaPreCompileRelease: task ':app:javaPreCompileRelease' javaPreCompileReleaseUnitTest: task ':app:javaPreCompileReleaseUnitTest' layout: org.gradle.api.internal.file.DefaultProjectLayout@7c5d58ca libsDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/libs libsDirName: libs lint: task ':app:lint' lintDebug: task ':app:lintDebug' lintProfile: task ':app:lintProfile' lintRelease: task ':app:lintRelease' lintVitalRelease: task ':app:lintVitalRelease' logger: org.gradle.internal.logging.slf4j.OutputEventListenerBackedLogger@720d9f16 logging: org.gradle.internal.logging.services.DefaultLoggingManager@4dfac8a5 mainApkListPersistenceDebug: task ':app:mainApkListPersistenceDebug' mainApkListPersistenceDebugAndroidTest: task ':app:mainApkListPersistenceDebugAndroidTest' mainApkListPersistenceProfile: task ':app:mainApkListPersistenceProfile' mainApkListPersistenceRelease: task ':app:mainApkListPersistenceRelease' mergeDebugAndroidTestAssets: task ':app:mergeDebugAndroidTestAssets' mergeDebugAndroidTestJniLibFolders: task ':app:mergeDebugAndroidTestJniLibFolders' mergeDebugAndroidTestResources: task ':app:mergeDebugAndroidTestResources' mergeDebugAndroidTestShaders: task ':app:mergeDebugAndroidTestShaders' mergeDebugAssets: task ':app:mergeDebugAssets' mergeDebugJniLibFolders: task ':app:mergeDebugJniLibFolders' mergeDebugResources: task ':app:mergeDebugResources' mergeDebugShaders: task ':app:mergeDebugShaders' mergeProfileAssets: task ':app:mergeProfileAssets' mergeProfileJniLibFolders: task ':app:mergeProfileJniLibFolders' mergeProfileResources: task ':app:mergeProfileResources' mergeProfileShaders: task ':app:mergeProfileShaders' mergeReleaseAssets: task ':app:mergeReleaseAssets' mergeReleaseJniLibFolders: task ':app:mergeReleaseJniLibFolders' mergeReleaseResources: task ':app:mergeReleaseResources' mergeReleaseShaders: task ':app:mergeReleaseShaders' mockableAndroidJar: task ':app:mockableAndroidJar' modelRegistry: org.gradle.model.internal.registry.DefaultModelRegistry@367e31a6 modelSchemaStore: org.gradle.model.internal.manage.schema.extract.DefaultModelSchemaStore@6bce8b1b module: org.gradle.api.internal.artifacts.ProjectBackedModule@65a5fac4 name: app normalization: org.gradle.normalization.internal.DefaultInputNormalizationHandler_Decorated@6ec4a1b4 objects: org.gradle.api.internal.model.DefaultObjectFactory@78493fae org.gradle.jvmargs: -Xmx1536M packageDebug: task ':app:packageDebug' packageDebugAndroidTest: task ':app:packageDebugAndroidTest' packageProfile: task ':app:packageProfile' packageRelease: task ':app:packageRelease' parent: root project 'android' parentIdentifier: root project 'android' path: :app platformAttrExtractor: task ':app:platformAttrExtractor' pluginManager: org.gradle.api.internal.plugins.DefaultPluginManager_Decorated@636d6fe2 plugins: [org.gradle.api.plugins.HelpTasksPlugin@662bfae7, com.android.build.gradle.api.AndroidBasePlugin@4716c177, org.gradle.language.base.plugins.LifecycleBasePlugin@358ada2e, org.gradle.api.plugins.BasePlugin@17cc7d2f, org.gradle.api.plugins.ReportingBasePlugin@210a42a9, org.gradle.platform.base.plugins.ComponentBasePlugin@2cd249c1, org.gradle.language.base.plugins.LanguageBasePlugin@5f3e49f8, org.gradle.platform.base.plugins.BinaryBasePlugin@478c412f, org.gradle.api.plugins.JavaBasePlugin@63b2b54b, com.android.build.gradle.AppPlugin@d3fd0dd, FlutterPlugin@1d400ee5, com.google.gms.googleservices.GoogleServicesPlugin@22398a48] preBuild: task ':app:preBuild' preDebugAndroidTestBuild: task ':app:preDebugAndroidTestBuild' preDebugBuild: task ':app:preDebugBuild' preDebugUnitTestBuild: task ':app:preDebugUnitTestBuild' preProfileBuild: task ':app:preProfileBuild' preProfileUnitTestBuild: task ':app:preProfileUnitTestBuild' preReleaseBuild: task ':app:preReleaseBuild' preReleaseUnitTestBuild: task ':app:preReleaseUnitTestBuild' prepareLintJar: task ':app:prepareLintJar' preparePUBLISHED_DEXDebugAndroidTestForPublishing: task ':app:preparePUBLISHED_DEXDebugAndroidTestForPublishing' preparePUBLISHED_DEXDebugForPublishing: task ':app:preparePUBLISHED_DEXDebugForPublishing' preparePUBLISHED_DEXProfileForPublishing: task ':app:preparePUBLISHED_DEXProfileForPublishing' preparePUBLISHED_DEXReleaseForPublishing: task ':app:preparePUBLISHED_DEXReleaseForPublishing' preparePUBLISHED_JAVA_RESDebugAndroidTestForPublishing: task ':app:preparePUBLISHED_JAVA_RESDebugAndroidTestForPublishing' preparePUBLISHED_JAVA_RESDebugForPublishing: task ':app:preparePUBLISHED_JAVA_RESDebugForPublishing' preparePUBLISHED_JAVA_RESProfileForPublishing: task ':app:preparePUBLISHED_JAVA_RESProfileForPublishing' preparePUBLISHED_JAVA_RESReleaseForPublishing: task ':app:preparePUBLISHED_JAVA_RESReleaseForPublishing' preparePUBLISHED_NATIVE_LIBSDebugAndroidTestForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSDebugAndroidTestForPublishing' preparePUBLISHED_NATIVE_LIBSDebugForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSDebugForPublishing' preparePUBLISHED_NATIVE_LIBSProfileForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSProfileForPublishing' preparePUBLISHED_NATIVE_LIBSReleaseForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSReleaseForPublishing' processDebugAndroidTestJavaRes: task ':app:processDebugAndroidTestJavaRes' processDebugAndroidTestManifest: task ':app:processDebugAndroidTestManifest' processDebugAndroidTestResources: task ':app:processDebugAndroidTestResources' processDebugGoogleServices: task ':app:processDebugGoogleServices' processDebugJavaRes: task ':app:processDebugJavaRes' processDebugManifest: task ':app:processDebugManifest' processDebugResources: task ':app:processDebugResources' processDebugUnitTestJavaRes: task ':app:processDebugUnitTestJavaRes' processOperations: org.gradle.api.internal.file.DefaultFileOperations@521defdc processProfileGoogleServices: task ':app:processProfileGoogleServices' processProfileJavaRes: task ':app:processProfileJavaRes' processProfileManifest: task ':app:processProfileManifest' processProfileResources: task ':app:processProfileResources' processProfileUnitTestJavaRes: task ':app:processProfileUnitTestJavaRes' processReleaseGoogleServices: task ':app:processReleaseGoogleServices' processReleaseJavaRes: task ':app:processReleaseJavaRes' processReleaseManifest: task ':app:processReleaseManifest' processReleaseResources: task ':app:processReleaseResources' processReleaseUnitTestJavaRes: task ':app:processReleaseUnitTestJavaRes' project: project ':app' projectConfigurator: org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator@24d98128 projectDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/app projectEvaluationBroadcaster: ProjectEvaluationListener broadcast projectEvaluator: org.gradle.configuration.project.LifecycleProjectEvaluator@6f5b5d06 projectPath: :app projectRegistry: org.gradle.api.internal.project.DefaultProjectRegistry@5edebb0c properties: {...} providers: org.gradle.api.internal.provider.DefaultProviderFactory@5372dc35 reportBuildArtifactsDebug: task ':app:reportBuildArtifactsDebug' reportBuildArtifactsProfile: task ':app:reportBuildArtifactsProfile' reportBuildArtifactsRelease: task ':app:reportBuildArtifactsRelease' reporting: org.gradle.api.reporting.ReportingExtension_Decorated@5644cd4a reportsDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/reports repositories: repository container resolveConfigAttr: task ':app:resolveConfigAttr' resourceLoader: org.gradle.internal.resource.transfer.DefaultUriTextResourceLoader@3efcd66b resources: org.gradle.api.internal.resources.DefaultResourceHandler@b7a0fdf rootDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android rootProject: root project 'android' script: false scriptHandlerFactory: org.gradle.api.internal.initialization.DefaultScriptHandlerFactory@2057d367 scriptPluginFactory: org.gradle.configuration.ScriptPluginFactorySelector@500964ba serviceRegistryFactory: org.gradle.internal.service.scopes.ProjectScopeServices$4@89eaf5e services: ProjectScopeServices signingReport: task ':app:signingReport' sourceCompatibility: 1.8 sourceSets: SourceSet container splitsDiscoveryTaskDebug: task ':app:splitsDiscoveryTaskDebug' splitsDiscoveryTaskProfile: task ':app:splitsDiscoveryTaskProfile' splitsDiscoveryTaskRelease: task ':app:splitsDiscoveryTaskRelease' standardOutputCapture: org.gradle.internal.logging.services.DefaultLoggingManager@4dfac8a5 state: project state 'EXECUTED' status: integration subprojects: [] targetCompatibility: 1.8 tasks: task set test: task ':app:test' testDebugUnitTest: task ':app:testDebugUnitTest' testProfileUnitTest: task ':app:testProfileUnitTest' testReleaseUnitTest: task ':app:testReleaseUnitTest' testReportDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/reports/tests testReportDirName: tests testResultsDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/test-results testResultsDirName: test-results transformClassesWithDexBuilderForDebug: task ':app:transformClassesWithDexBuilderForDebug' transformClassesWithDexBuilderForDebugAndroidTest: task ':app:transformClassesWithDexBuilderForDebugAndroidTest' transformClassesWithDexBuilderForProfile: task ':app:transformClassesWithDexBuilderForProfile' transformClassesWithDexBuilderForRelease: task ':app:transformClassesWithDexBuilderForRelease' transformDexArchiveWithDexMergerForDebug: task ':app:transformDexArchiveWithDexMergerForDebug' transformDexArchiveWithDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithDexMergerForDebugAndroidTest' transformDexArchiveWithDexMergerForProfile: task ':app:transformDexArchiveWithDexMergerForProfile' transformDexArchiveWithDexMergerForRelease: task ':app:transformDexArchiveWithDexMergerForRelease' transformDexArchiveWithExternalLibsDexMergerForDebug: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug' transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest' transformDexArchiveWithExternalLibsDexMergerForProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForProfile' transformDexArchiveWithExternalLibsDexMergerForRelease: task ':app:transformDexArchiveWithExternalLibsDexMergerForRelease' transformNativeLibsWithMergeJniLibsForDebug: task ':app:transformNativeLibsWithMergeJniLibsForDebug' transformNativeLibsWithMergeJniLibsForDebugAndroidTest: task ':app:transformNativeLibsWithMergeJniLibsForDebugAndroidTest' transformNativeLibsWithMergeJniLibsForProfile: task ':app:transformNativeLibsWithMergeJniLibsForProfile' transformNativeLibsWithMergeJniLibsForRelease: task ':app:transformNativeLibsWithMergeJniLibsForRelease' transformResourcesWithMergeJavaResForDebug: task ':app:transformResourcesWithMergeJavaResForDebug' transformResourcesWithMergeJavaResForDebugAndroidTest: task ':app:transformResourcesWithMergeJavaResForDebugAndroidTest' transformResourcesWithMergeJavaResForDebugUnitTest: task ':app:transformResourcesWithMergeJavaResForDebugUnitTest' 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' uninstallProfile: task ':app:uninstallProfile' uninstallRelease: task ':app:uninstallRelease' validateSigningDebug: task ':app:validateSigningDebug' validateSigningDebugAndroidTest: task ':app:validateSigningDebugAndroidTest' validateSigningProfile: task ':app:validateSigningProfile' validateSigningRelease: task ':app:validateSigningRelease' version: unspecified writeDebugApplicationId: task ':app:writeDebugApplicationId' writeProfileApplicationId: task ':app:writeProfileApplicationId' writeReleaseApplicationId: task ':app:writeReleaseApplicationId' BUILD SUCCESSFUL in 0s 1 actionable task: 1 executed [ +15 ms] /Users/sureshkumarmajhi/Library/Android/sdk/build-tools/27.0.3/aapt dump badging build/app/outputs/apk/app.apk [ +20 ms] Exit code 0 from: /Users/sureshkumarmajhi/Library/Android/sdk/build-tools/27.0.3/aapt dump badging build/app/outputs/apk/app.apk [ ] package: name='com.example.experiment' versionCode='1' versionName='1.0.0' platformBuildVersionName='' sdkVersion:'16' targetSdkVersion:'27' uses-permission: name='android.permission.INTERNET' uses-permission: name='android.permission.READ_EXTERNAL_STORAGE' uses-permission: name='android.permission.WRITE_EXTERNAL_STORAGE' uses-permission: name='android.permission.CAMERA' uses-permission: name='android.permission.READ_EXTERNAL_STORAGE' uses-permission: name='android.permission.ACCESS_NETWORK_STATE' uses-permission: name='android.permission.WAKE_LOCK' uses-permission: name='com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE' uses-permission: name='com.google.android.c2dm.permission.RECEIVE' uses-permission: name='com.example.experiment.permission.C2D_MESSAGE' application-label:'experiment' application-label-af:'experiment' application-label-am:'experiment' application-label-ar:'experiment' application-label-az:'experiment' application-label-be:'experiment' application-label-bg:'experiment' application-label-bn:'experiment' application-label-bs:'experiment' application-label-ca:'experiment' application-label-cs:'experiment' application-label-da:'experiment' application-label-de:'experiment' application-label-el:'experiment' application-label-en-AU:'experiment' application-label-en-CA:'experiment' application-label-en-GB:'experiment' application-label-en-IN:'experiment' application-label-en-XC:'experiment' application-label-es:'experiment' application-label-es-US:'experiment' application-label-et:'experiment' application-label-eu:'experiment' application-label-fa:'experiment' application-label-fi:'experiment' application-label-fr:'experiment' application-label-fr-CA:'experiment' application-label-gl:'experiment' application-label-gu:'experiment' application-label-hi:'experiment' application-label-hr:'experiment' application-label-hu:'experiment' application-label-hy:'experiment' application-label-in:'experiment' application-label-is:'experiment' application-label-it:'experiment' application-label-iw:'experiment' application-label-ja:'experiment' application-label-ka:'experiment' application-label-kk:'experiment' application-label-km:'experiment' application-label-kn:'experiment' application-label-ko:'experiment' application-label-ky:'experiment' application-label-lo:'experiment' application-label-lt:'experiment' application-label-lv:'experiment' application-label-mk:'experiment' application-label-ml:'experiment' application-label-mn:'experiment' application-label-mr:'experiment' application-label-ms:'experiment' application-label-my:'experiment' application-label-nb:'experiment' application-label-ne:'experiment' application-label-nl:'experiment' application-label-pa:'experiment' application-label-pl:'experiment' application-label-pt:'experiment' application-label-pt-BR:'experiment' application-label-pt-PT:'experiment' application-label-ro:'experiment' application-label-ru:'experiment' application-label-si:'experiment' application-label-sk:'experiment' application-label-sl:'experiment' application-label-sq:'experiment' application-label-sr:'experiment' application-label-sr-Latn:'experiment' application-label-sv:'experiment' application-label-sw:'experiment' application-label-ta:'experiment' application-label-te:'experiment' application-label-th:'experiment' application-label-tl:'experiment' application-label-tr:'experiment' application-label-uk:'experiment' application-label-ur:'experiment' application-label-uz:'experiment' application-label-vi:'experiment' application-label-zh-CN:'experiment' application-label-zh-HK:'experiment' application-label-zh-TW:'experiment' application-label-zu:'experiment' application-icon-160:'res/mipmap-mdpi-v4/ic_launcher.png' application-icon-240:'res/mipmap-hdpi-v4/ic_launcher.png' application-icon-320:'res/mipmap-xhdpi-v4/ic_launcher.png' application-icon-480:'res/mipmap-xxhdpi-v4/ic_launcher.png' application-icon-640:'res/mipmap-xxxhdpi-v4/ic_launcher.png' application: label='experiment' icon='res/mipmap-mdpi-v4/ic_launcher.png' application-debuggable launchable-activity: name='com.example.experiment.MainActivity' label='' icon='' feature-group: label='' uses-feature: name='android.hardware.camera' uses-implied-feature: name='android.hardware.camera' reason='requested android.permission.CAMERA permission' uses-feature: name='android.hardware.faketouch' uses-implied-feature: name='android.hardware.faketouch' reason='default feature for all apps' main other-activities other-receivers other-services supports-screens: 'small' 'normal' 'large' 'xlarge' supports-any-density: 'true' locales: '--_--' 'af' 'am' 'ar' 'az' 'be' 'bg' 'bn' 'bs' 'ca' 'cs' 'da' 'de' 'el' 'en-AU' 'en-CA' 'en-GB' 'en-IN' 'en-XC' 'es' 'es-US' 'et' 'eu' 'fa' 'fi' 'fr' 'fr-CA' 'gl' 'gu' 'hi' 'hr' 'hu' 'hy' 'in' 'is' 'it' 'iw' 'ja' 'ka' 'kk' 'km' 'kn' 'ko' 'ky' 'lo' 'lt' 'lv' 'mk' 'ml' 'mn' 'mr' 'ms' 'my' 'nb' 'ne' 'nl' 'pa' 'pl' 'pt' 'pt-BR' 'pt-PT' 'ro' 'ru' 'si' 'sk' 'sl' 'sq' 'sr' 'sr-Latn' 'sv' 'sw' 'ta' 'te' 'th' 'tl' 'tr' 'uk' 'ur' 'uz' 'vi' 'zh-CN' 'zh-HK' 'zh-TW' 'zu' densities: '160' '240' '320' '480' '640' native-code: 'arm64-v8a' 'x86' 'x86_64' [ +9 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 logcat -v time -t 1 [ +106 ms] Exit code 0 from: /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 logcat -v time -t 1 [ ] --------- beginning of main 06-09 11:38:11.616 I/EventLogSendingHelper(19517): Sending log events. [ +4 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 logcat -v time [ +385 ms] DependencyChecker: nothing is modified after 2018-06-09 11:17:08.130. [ +4 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb version [ +14 ms] Android Debug Bridge version 1.0.40 Version 4797878 Installed as /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb [ +2 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb start-server [ +10 ms] Building APK [ +16 ms] Running 'gradlew assembleDebug'... [ +1 ms] [android/] /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/gradlew -Pverbose=true -Ptarget=/Users/sureshkumarmajhi/AndroidStudioProjects/experiment/lib/main.dart -Ppreview-dart-2=true -Ptarget-platform=android-arm64 assembleDebug [ +687 ms] WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. [ ] It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html [ +41 ms] Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug] [ +1 ms] 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) [ +146 ms] :app:preBuild UP-TO-DATE [ ] :firebase_core:preBuild UP-TO-DATE [ ] :firebase_core:preDebugBuild UP-TO-DATE [ ] :firebase_core:checkDebugManifest UP-TO-DATE [ ] :firebase_core:processDebugManifest UP-TO-DATE [ ] :firebase_storage:preBuild UP-TO-DATE [ ] :firebase_storage:preDebugBuild UP-TO-DATE [ ] :firebase_storage:checkDebugManifest UP-TO-DATE [ ] :firebase_storage:processDebugManifest UP-TO-DATE [ ] :image_picker:preBuild UP-TO-DATE [ ] :image_picker:preDebugBuild UP-TO-DATE [ ] :image_picker:checkDebugManifest UP-TO-DATE [ +8 ms] :image_picker:processDebugManifest UP-TO-DATE [ ] :video_player:preBuild UP-TO-DATE [ ] :video_player:preDebugBuild UP-TO-DATE [ ] :video_player:checkDebugManifest UP-TO-DATE [ +1 ms] :video_player:processDebugManifest UP-TO-DATE [ +76 ms] :app:preDebugBuild UP-TO-DATE [ +44 ms] :firebase_core:compileDebugAidl UP-TO-DATE [ ] :firebase_storage:compileDebugAidl UP-TO-DATE [ ] :image_picker:compileDebugAidl UP-TO-DATE [ ] :video_player:compileDebugAidl UP-TO-DATE [ ] :app:compileDebugAidl UP-TO-DATE [ +11 ms] :firebase_core:packageDebugRenderscript NO-SOURCE [ ] :firebase_storage:packageDebugRenderscript NO-SOURCE [ ] :image_picker:packageDebugRenderscript NO-SOURCE [ ] :video_player:packageDebugRenderscript NO-SOURCE [ ] :app:compileDebugRenderscript UP-TO-DATE [ +54 ms] :app:flutterBuildX86Jar UP-TO-DATE [ ] :app:checkDebugManifest UP-TO-DATE [ ] :app:generateDebugBuildConfig UP-TO-DATE [ ] :app:prepareLintJar UP-TO-DATE [ ] :app:cleanMergeDebugAssets [ +424 ms] :app:flutterBuildDebug [ ] [ +6 ms] [/Users/sureshkumarmajhi/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +20 ms] [ +41 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] [ ] origin/master [ ] [ ] [/Users/sureshkumarmajhi/flutter/] git rev-parse --abbrev-ref HEAD [ +11 ms] [ +9 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] [ ] master [ +10 ms] [ +1 ms] [/Users/sureshkumarmajhi/flutter/] git ls-remote --get-url origin [ +10 ms] [ +12 ms] Exit code 0 from: git ls-remote --get-url origin [ ] [ ] https://github.com/flutter/flutter.git [ ] [ +1 ms] [/Users/sureshkumarmajhi/flutter/] git log -n 1 --pretty=format:%H [ +12 ms] [ +9 ms] Exit code 0 from: git log -n 1 --pretty=format:%H [ ] [ ] 3b9b5acefc740d095735591dc5f3d3e18a79ef1b [ ] [ ] [/Users/sureshkumarmajhi/flutter/] git log -n 1 --pretty=format:%ar [ +8 ms] [ +10 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar [ ] [ +1 ms] 2 days ago [ ] [ +2 ms] [/Users/sureshkumarmajhi/flutter/] git describe --match v*.*.* --first-parent --long --tags [ +23 ms] [ +21 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags [ ] [ ] v0.5.1-78-g3b9b5acef [ +217 ms] [ +221 ms] Found plugin firebase_core at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.4/ [ ] [ +2 ms] Found plugin firebase_storage at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/firebase_storage-0.3.7/ [ +34 ms] [ +25 ms] Found plugin image_picker at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.4/ [ +55 ms] [ +58 ms] Found plugin video_player at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/video_player-0.6.0/ [ +374 ms] [ +377 ms] Skipping kernel compilation. Fingerprint match. [ +246 ms] [ +247 ms] Building bundle [ ] [ ] Writing asset files to /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/intermediates/flutter/debug/flutter_assets [ +67 ms] [ +62 ms] Wrote /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/intermediates/flutter/debug/flutter_assets [ +11 ms] [ +7 ms] &quot;flutter bundle&quot; took 851ms. [ +93 ms] :app:mergeDebugShaders UP-TO-DATE [ ] :app:compileDebugShaders UP-TO-DATE [ ] :app:generateDebugAssets UP-TO-DATE [ +10 ms] :firebase_core:mergeDebugShaders UP-TO-DATE [ ] :firebase_core:compileDebugShaders UP-TO-DATE [ +1 ms] :firebase_core:generateDebugAssets UP-TO-DATE [ +1 ms] :firebase_core:packageDebugAssets UP-TO-DATE [ ] :firebase_storage:mergeDebugShaders UP-TO-DATE [ ] :firebase_storage:compileDebugShaders UP-TO-DATE [ ] :firebase_storage:generateDebugAssets UP-TO-DATE [ ] :firebase_storage:packageDebugAssets UP-TO-DATE [ ] :image_picker:mergeDebugShaders UP-TO-DATE [ ] :image_picker:compileDebugShaders UP-TO-DATE [ ] :image_picker:generateDebugAssets UP-TO-DATE [ ] :image_picker:packageDebugAssets UP-TO-DATE [ ] :video_player:mergeDebugShaders UP-TO-DATE [ ] :video_player:compileDebugShaders UP-TO-DATE [ ] :video_player:generateDebugAssets UP-TO-DATE [ ] :video_player:packageDebugAssets UP-TO-DATE [ +5 ms] :app:mergeDebugAssets [ +197 ms] :app:copyFlutterAssetsDebug [ +10 ms] :app:mainApkListPersistenceDebug UP-TO-DATE [ ] :app:generateDebugResValues UP-TO-DATE [ ] :app:generateDebugResources UP-TO-DATE [ ] :app:processDebugGoogleServices [ ] Parsing json file: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/app/google-services.json [ ] :firebase_core:compileDebugRenderscript UP-TO-DATE [ ] :firebase_core:generateDebugResValues UP-TO-DATE [ ] :firebase_core:generateDebugResources UP-TO-DATE [ ] :firebase_core:packageDebugResources UP-TO-DATE [ ] :firebase_storage:compileDebugRenderscript UP-TO-DATE [ ] :firebase_storage:generateDebugResValues UP-TO-DATE [ ] :firebase_storage:generateDebugResources UP-TO-DATE [ ] :firebase_storage:packageDebugResources UP-TO-DATE [ +10 ms] :image_picker:compileDebugRenderscript UP-TO-DATE [ ] :image_picker:generateDebugResValues UP-TO-DATE [ ] :image_picker:generateDebugResources UP-TO-DATE [ ] :image_picker:packageDebugResources UP-TO-DATE [ ] :video_player:compileDebugRenderscript UP-TO-DATE [ ] :video_player:generateDebugResValues UP-TO-DATE [ ] :video_player:generateDebugResources UP-TO-DATE [ ] :video_player:packageDebugResources UP-TO-DATE [ +52 ms] :app:mergeDebugResources UP-TO-DATE [ ] :app:createDebugCompatibleScreenManifests UP-TO-DATE [ +1 ms] :app:processDebugManifest UP-TO-DATE [ ] :app:splitsDiscoveryTaskDebug UP-TO-DATE [ +12 ms] :firebase_core:platformAttrExtractor UP-TO-DATE [ +13 ms] :firebase_core:generateDebugRFile UP-TO-DATE [ +1 ms] :firebase_storage:platformAttrExtractor UP-TO-DATE [ +3 ms] :firebase_storage:generateDebugRFile UP-TO-DATE [ ] :image_picker:platformAttrExtractor UP-TO-DATE [ +8 ms] :image_picker:generateDebugRFile UP-TO-DATE [ ] :video_player:platformAttrExtractor UP-TO-DATE [ +11 ms] :video_player:generateDebugRFile UP-TO-DATE [ +2 ms] :app:processDebugResources UP-TO-DATE [ ] :app:generateDebugSources UP-TO-DATE [ ] :firebase_core:generateDebugBuildConfig UP-TO-DATE [ ] :firebase_core:prepareLintJar UP-TO-DATE [ +8 ms] :firebase_core:generateDebugSources UP-TO-DATE [ +36 ms] :firebase_core:javaPreCompileDebug UP-TO-DATE [ +1 ms] :firebase_core:compileDebugJavaWithJavac UP-TO-DATE [ ] :firebase_core:processDebugJavaRes NO-SOURCE [ +10 ms] :firebase_core:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE [ ] :firebase_storage:generateDebugBuildConfig UP-TO-DATE [ ] :firebase_storage:prepareLintJar UP-TO-DATE [ ] :firebase_storage:generateDebugSources UP-TO-DATE [ ] :firebase_storage:javaPreCompileDebug UP-TO-DATE [ ] :firebase_storage:compileDebugJavaWithJavac UP-TO-DATE [ ] :firebase_storage:processDebugJavaRes NO-SOURCE [ +9 ms] :firebase_storage:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE [ ] :image_picker:generateDebugBuildConfig UP-TO-DATE [ ] :image_picker:prepareLintJar UP-TO-DATE [ ] :image_picker:generateDebugSources UP-TO-DATE [ +24 ms] :image_picker:javaPreCompileDebug UP-TO-DATE [ +12 ms] :image_picker:compileDebugJavaWithJavac UP-TO-DATE [ ] :image_picker:processDebugJavaRes NO-SOURCE [ ] :image_picker:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE [ ] :video_player:generateDebugBuildConfig UP-TO-DATE [ ] :video_player:prepareLintJar UP-TO-DATE [ ] :video_player:generateDebugSources UP-TO-DATE [ +8 ms] :video_player:javaPreCompileDebug UP-TO-DATE [ +12 ms] :video_player:compileDebugJavaWithJavac UP-TO-DATE [ ] :video_player:processDebugJavaRes NO-SOURCE [ +11 ms] :video_player:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE [ +12 ms] :app:javaPreCompileDebug UP-TO-DATE [ +23 ms] :app:compileDebugJavaWithJavac UP-TO-DATE [ ] :app:compileDebugNdk NO-SOURCE [ ] :app:compileDebugSources UP-TO-DATE [ +100 ms] :app:transformClassesWithDexBuilderForDebug UP-TO-DATE [ +11 ms] :app:transformDexArchiveWithExternalLibsDexMergerForDebug UP-TO-DATE [ +1 ms] :app:transformDexArchiveWithDexMergerForDebug UP-TO-DATE [ ] :app:mergeDebugJniLibFolders UP-TO-DATE [ ] :firebase_core:compileDebugNdk NO-SOURCE [ ] :firebase_core:mergeDebugJniLibFolders UP-TO-DATE [ ] :firebase_core:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE [ +5 ms] :firebase_core:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ ] :firebase_storage:compileDebugNdk NO-SOURCE [ ] :firebase_storage:mergeDebugJniLibFolders UP-TO-DATE [ ] :firebase_storage:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE [ +11 ms] :firebase_storage:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ +1 ms] :image_picker:compileDebugNdk NO-SOURCE [ ] :image_picker:mergeDebugJniLibFolders UP-TO-DATE [ ] :image_picker:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE [ ] :image_picker:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ ] :video_player:compileDebugNdk NO-SOURCE [ +8 ms] :video_player:mergeDebugJniLibFolders UP-TO-DATE [ ] :video_player:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE [ +13 ms] :video_player:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ +12 ms] :app:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE [ +12 ms] :app:processDebugJavaRes NO-SOURCE [ +34 ms] :app:transformResourcesWithMergeJavaResForDebug UP-TO-DATE [ ] :app:validateSigningDebug UP-TO-DATE [ +32 ms] :app:packageDebug UP-TO-DATE [ +5 ms] :app:assembleDebug UP-TO-DATE [ +42 ms] :firebase_core:extractDebugAnnotations UP-TO-DATE [ +1 ms] :firebase_core:mergeDebugConsumerProguardFiles UP-TO-DATE [ +9 ms] :firebase_core:transformResourcesWithMergeJavaResForDebug UP-TO-DATE [ +10 ms] :firebase_core:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] :firebase_core:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ +11 ms] :firebase_core:bundleDebug UP-TO-DATE [ ] :firebase_core:compileDebugSources UP-TO-DATE [ ] :firebase_core:assembleDebug UP-TO-DATE [ +1 ms] :firebase_storage:extractDebugAnnotations UP-TO-DATE [ ] :firebase_storage:mergeDebugConsumerProguardFiles UP-TO-DATE [ +9 ms] :firebase_storage:transformResourcesWithMergeJavaResForDebug UP-TO-DATE [ +11 ms] :firebase_storage:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ +1 ms] :firebase_storage:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ ] :firebase_storage:bundleDebug UP-TO-DATE [ +1 ms] :firebase_storage:compileDebugSources UP-TO-DATE [ ] :firebase_storage:assembleDebug UP-TO-DATE [ +10 ms] :image_picker:extractDebugAnnotations UP-TO-DATE [ ] :image_picker:mergeDebugConsumerProguardFiles UP-TO-DATE [ +10 ms] :image_picker:transformResourcesWithMergeJavaResForDebug UP-TO-DATE [ ] :image_picker:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] :image_picker:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ ] :image_picker:bundleDebug UP-TO-DATE [ ] :image_picker:compileDebugSources UP-TO-DATE [ +8 ms] :image_picker:assembleDebug UP-TO-DATE [ +9 ms] :video_player:extractDebugAnnotations UP-TO-DATE [ ] :video_player:mergeDebugConsumerProguardFiles UP-TO-DATE [ ] :video_player:transformResourcesWithMergeJavaResForDebug UP-TO-DATE [ ] :video_player:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] :video_player:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ +11 ms] :video_player:bundleDebug UP-TO-DATE [ ] :video_player:compileDebugSources UP-TO-DATE [ ] :video_player:assembleDebug UP-TO-DATE [ ] BUILD SUCCESSFUL in 3s [ ] 131 actionable tasks: 5 executed, 126 up-to-date [ +481 ms] calculateSha: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/outputs/apk/app.apk [ +518 ms] Built build/app/outputs/apk/debug/app-debug.apk. [ ] /Users/sureshkumarmajhi/Library/Android/sdk/build-tools/27.0.3/aapt dump badging build/app/outputs/apk/app.apk [ +19 ms] Exit code 0 from: /Users/sureshkumarmajhi/Library/Android/sdk/build-tools/27.0.3/aapt dump badging build/app/outputs/apk/app.apk [ ] package: name='com.example.experiment' versionCode='1' versionName='1.0.0' platformBuildVersionName='' sdkVersion:'16' targetSdkVersion:'27' uses-permission: name='android.permission.INTERNET' uses-permission: name='android.permission.READ_EXTERNAL_STORAGE' uses-permission: name='android.permission.WRITE_EXTERNAL_STORAGE' uses-permission: name='android.permission.CAMERA' uses-permission: name='android.permission.READ_EXTERNAL_STORAGE' uses-permission: name='android.permission.ACCESS_NETWORK_STATE' uses-permission: name='android.permission.WAKE_LOCK' uses-permission: name='com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE' uses-permission: name='com.google.android.c2dm.permission.RECEIVE' uses-permission: name='com.example.experiment.permission.C2D_MESSAGE' application-label:'experiment' application-label-af:'experiment' application-label-am:'experiment' application-label-ar:'experiment' application-label-az:'experiment' application-label-be:'experiment' application-label-bg:'experiment' application-label-bn:'experiment' application-label-bs:'experiment' application-label-ca:'experiment' application-label-cs:'experiment' application-label-da:'experiment' application-label-de:'experiment' application-label-el:'experiment' application-label-en-AU:'experiment' application-label-en-CA:'experiment' application-label-en-GB:'experiment' application-label-en-IN:'experiment' application-label-en-XC:'experiment' application-label-es:'experiment' application-label-es-US:'experiment' application-label-et:'experiment' application-label-eu:'experiment' application-label-fa:'experiment' application-label-fi:'experiment' application-label-fr:'experiment' application-label-fr-CA:'experiment' application-label-gl:'experiment' application-label-gu:'experiment' application-label-hi:'experiment' application-label-hr:'experiment' application-label-hu:'experiment' application-label-hy:'experiment' application-label-in:'experiment' application-label-is:'experiment' application-label-it:'experiment' application-label-iw:'experiment' application-label-ja:'experiment' application-label-ka:'experiment' application-label-kk:'experiment' application-label-km:'experiment' application-label-kn:'experiment' application-label-ko:'experiment' application-label-ky:'experiment' application-label-lo:'experiment' application-label-lt:'experiment' application-label-lv:'experiment' application-label-mk:'experiment' application-label-ml:'experiment' application-label-mn:'experiment' application-label-mr:'experiment' application-label-ms:'experiment' application-label-my:'experiment' application-label-nb:'experiment' application-label-ne:'experiment' application-label-nl:'experiment' application-label-pa:'experiment' application-label-pl:'experiment' application-label-pt:'experiment' application-label-pt-BR:'experiment' application-label-pt-PT:'experiment' application-label-ro:'experiment' application-label-ru:'experiment' application-label-si:'experiment' application-label-sk:'experiment' application-label-sl:'experiment' application-label-sq:'experiment' application-label-sr:'experiment' application-label-sr-Latn:'experiment' application-label-sv:'experiment' application-label-sw:'experiment' application-label-ta:'experiment' application-label-te:'experiment' application-label-th:'experiment' application-label-tl:'experiment' application-label-tr:'experiment' application-label-uk:'experiment' application-label-ur:'experiment' application-label-uz:'experiment' application-label-vi:'experiment' application-label-zh-CN:'experiment' application-label-zh-HK:'experiment' application-label-zh-TW:'experiment' application-label-zu:'experiment' application-icon-160:'res/mipmap-mdpi-v4/ic_launcher.png' application-icon-240:'res/mipmap-hdpi-v4/ic_launcher.png' application-icon-320:'res/mipmap-xhdpi-v4/ic_launcher.png' application-icon-480:'res/mipmap-xxhdpi-v4/ic_launcher.png' application-icon-640:'res/mipmap-xxxhdpi-v4/ic_launcher.png' application: label='experiment' icon='res/mipmap-mdpi-v4/ic_launcher.png' application-debuggable launchable-activity: name='com.example.experiment.MainActivity' label='' icon='' feature-group: label='' uses-feature: name='android.hardware.camera' uses-implied-feature: name='android.hardware.camera' reason='requested android.permission.CAMERA permission' uses-feature: name='android.hardware.faketouch' uses-implied-feature: name='android.hardware.faketouch' reason='default feature for all apps' main other-activities other-receivers other-services supports-screens: 'small' 'normal' 'large' 'xlarge' supports-any-density: 'true' locales: '--_--' 'af' 'am' 'ar' 'az' 'be' 'bg' 'bn' 'bs' 'ca' 'cs' 'da' 'de' 'el' 'en-AU' 'en-CA' 'en-GB' 'en-IN' 'en-XC' 'es' 'es-US' 'et' 'eu' 'fa' 'fi' 'fr' 'fr-CA' 'gl' 'gu' 'hi' 'hr' 'hu' 'hy' 'in' 'is' 'it' 'iw' 'ja' 'ka' 'kk' 'km' 'kn' 'ko' 'ky' 'lo' 'lt' 'lv' 'mk' 'ml' 'mn' 'mr' 'ms' 'my' 'nb' 'ne' 'nl' 'pa' 'pl' 'pt' 'pt-BR' 'pt-PT' 'ro' 'ru' 'si' 'sk' 'sl' 'sq' 'sr' 'sr-Latn' 'sv' 'sw' 'ta' 'te' 'th' 'tl' 'tr' 'uk' 'ur' 'uz' 'vi' 'zh-CN' 'zh-HK' 'zh-TW' 'zu' densities: '160' '240' '320' '480' '640' native-code: 'arm64-v8a' 'x86' 'x86_64' [ +5 ms] Stopping app 'app.apk' on Pixel 2 XL. [ ] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 shell am force-stop com.example.experiment [ +203 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 shell pm list packages com.example.experiment [ +921 ms] package:com.example.experiment [ +8 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 shell cat /data/local/tmp/sky.com.example.experiment.sha1 [ +97 ms] 2cac2a2b6bbfe51de85bf06341bb765e2bb02188 [ ] Latest build already installed. [ ] Pixel 2 XL startApp [ +3 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 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 com.example.experiment/com.example.experiment.MainActivity [ +131 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.experiment/.MainActivity (has extras) } [ ] Waiting for observatory port to be available... [ +368 ms] I/FlutterActivityDelegate(19227): onResume setting current activity to this [ +53 ms] Observatory URL on device: http://127.0.0.1:39137/ [ +9 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 forward tcp:8110 tcp:39137 [ +10 ms] Forwarded host port 8110 to device port 39137 for Observatory [ +9 ms] Connecting to service protocol: http://127.0.0.1:8110/ [ +237 ms] Successfully connected to service protocol: http://127.0.0.1:8110/ [ +2 ms] getVM: {} [ +14 ms] getIsolate: {isolateId: isolates/976863950} [ +2 ms] _flutter.listViews: {isolateId: isolates/976863950} [ +54 ms] DevFS: Creating new filesystem on the device (null) [ ] _createDevFS: {fsName: experiment} [ +59 ms] DevFS: Created new filesystem on the device (file:///data/user/0/com.example.experiment/cache/experimentQVOMTI/experiment/) [ +1 ms] Updating assets [ +239 ms] Syncing files to device Pixel 2 XL... [ +3 ms] DevFS: Starting sync from LocalDirectory: '/Users/sureshkumarmajhi/AndroidStudioProjects/experiment' [ ] Scanning project files [ +8 ms] Scanning package files [ +125 ms] Scanning asset files [ ] Scanning for deleted files [ +10 ms] Compiling dart to kernel with 438 updated files [ +2 ms] /Users/sureshkumarmajhi/flutter/bin/cache/dart-sdk/bin/dart /Users/sureshkumarmajhi/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/sureshkumarmajhi/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --strong --target=flutter --output-dill build/app.dill --packages /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/.packages --filesystem-scheme org-dartlang-root [+3851 ms] Updating files [ +568 ms] DevFS: Sync finished [ ] Synced 0.8MB. [ +3 ms] _flutter.listViews: {isolateId: isolates/976863950} [ +14 ms] Connected to _flutterView/0x7d9a783f18. [ +1 ms] 🔥 To hot reload changes while running, press &quot;r&quot;. To hot restart (and rebuild state), press &quot;R&quot;. [ +2 ms] An Observatory debugger and profiler on Pixel 2 XL is available at: http://127.0.0.1:8110/ [ ] For a more detailed help message, press &quot;h&quot;. To quit, press &quot;q&quot;. [+8382 ms] I/FlutterActivityDelegate(19227): onPause setting current activity to null [ +883 ms] I/FlutterActivityDelegate(19227): onResume setting current activity to this [+2171 ms] I/FlutterActivityDelegate(19227): onPause setting current activity to null [+1992 ms] I/FlutterActivityDelegate(19227): onResume setting current activity to this [+2792 ms] I/flutter (19227): Clicked on upload image button [ ] I/flutter (19227): Loading animation started [ ] I/flutter (19227): Image file path : File: '/storage/emulated/0/DCIM/Camera/IMG_20180609_002803.jpg' [ +22 ms] I/flutter (19227): image base file name: IMG_20180609_002803.jpg [ +7 ms] I/flutter (19227): STEP 1 Done - 2018-06-09 11:38:42.386643 [ +14 ms] W/DynamiteModule(19227): Local module descriptor class for com.google.android.gms.firebasestorage not found. [ +11 ms] W/zygote64(19227): Unsupported class loader [ +2 ms] W/zygote64(19227): Skipping duplicate class check due to unsupported classloader [ +1 ms] I/DynamiteModule(19227): Considering local module com.google.android.gms.firebasestorage:0 and remote module com.google.android.gms.firebasestorage:6 [ ] I/DynamiteModule(19227): Selected remote version of com.google.android.gms.firebasestorage, version &gt;= 6 [ +35 ms] W/zygote64(19227): Unsupported class loader [ +72 ms] E/StorageUtil(19227): error getting token java.util.concurrent.ExecutionException: com.google.firebase.FirebaseApiNotAvailableException: firebase-auth is not linked, please fall back to unauthenticated mode. [ +12 ms] D/NetworkSecurityConfig(19227): No Network Security Config specified, using platform default [ +1 ms] W/NetworkRequest(19227): no auth token for request [ +21 ms] I/zygote64(19227): Do partial code cache collection, code=22KB, data=29KB [ ] I/zygote64(19227): After code cache collection, code=22KB, data=29KB [ ] I/zygote64(19227): Increasing code cache capacity to 128KB [+35612 ms] I/zygote64(19227): Do partial code cache collection, code=61KB, data=52KB [ ] I/zygote64(19227): After code cache collection, code=61KB, data=52KB [ ] I/zygote64(19227): Increasing code cache capacity to 256KB [+93706 ms] E/StorageUtil(19227): error getting token java.util.concurrent.ExecutionException: com.google.firebase.FirebaseApiNotAvailableException: firebase-auth is not linked, please fall back to unauthenticated mode. [ +1 ms] W/NetworkRequest(19227): no auth token for request [ +702 ms] D/UploadTask(19227): Increasing chunk size to 524288 [ ] E/StorageUtil(19227): error getting token java.util.concurrent.ExecutionException: com.google.firebase.FirebaseApiNotAvailableException: firebase-auth is not linked, please fall back to unauthenticated mode. [ ] W/NetworkRequest(19227): no auth token for request [ +712 ms] D/UploadTask(19227): Increasing chunk size to 1048576 [ +2 ms] E/StorageUtil(19227): error getting token java.util.concurrent.ExecutionException: com.google.firebase.FirebaseApiNotAvailableException: firebase-auth is not linked, please fall back to unauthenticated mode. [ +1 ms] W/NetworkRequest(19227): no auth token for request [ +613 ms] D/UploadTask(19227): Increasing chunk size to 2097152 [ +2 ms] E/StorageUtil(19227): error getting token java.util.concurrent.ExecutionException: com.google.firebase.FirebaseApiNotAvailableException: firebase-auth is not linked, please fall back to unauthenticated mode. [ ] W/NetworkRequest(19227): no auth token for request [+2082 ms] I/flutter (19227): STEP 2 Done - 2018-06-09 11:40:56.007541 [ +2 ms] I/flutter (19227): Download url received: https://firebasestorage.googleapis.com/v0/b/experiment-239c4.appspot.com/o/images%2FIMG_20180609_002803.jpg?alt=media&amp;token=e0add038-e542-474c-a309-9f7ef3091fa1 [ +1 ms] I/flutter (19227): Loading animation ended [+27851 ms] I/FlutterActivityDelegate(19227): onPause setting current activity to null "><pre class="notranslate"><code class="notranslate">➜ experiment flutter run --verbose [ +29 ms] [/Users/sureshkumarmajhi/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +31 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/master [ ] [/Users/sureshkumarmajhi/flutter/] git rev-parse --abbrev-ref HEAD [ +8 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] master [ ] [/Users/sureshkumarmajhi/flutter/] git ls-remote --get-url origin [ +6 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ ] [/Users/sureshkumarmajhi/flutter/] git log -n 1 --pretty=format:%H [ +7 ms] Exit code 0 from: git log -n 1 --pretty=format:%H [ ] 3b9b5acefc740d095735591dc5f3d3e18a79ef1b [ ] [/Users/sureshkumarmajhi/flutter/] git log -n 1 --pretty=format:%ar [ +9 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar [ ] 2 days ago [ ] [/Users/sureshkumarmajhi/flutter/] git describe --match v*.*.* --first-parent --long --tags [ +17 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags [ ] v0.5.1-78-g3b9b5acef [ +311 ms] /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString [ +67 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString [ ] 3.1 [ +117 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb devices -l [ +6 ms] Exit code 0 from: /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb devices -l [ +1 ms] List of devices attached 803KPSL1600646 device usb:340787200X product:taimen model:Pixel_2_XL device:taimen transport_id:2 [ +14 ms] idevice_id -h [ +768 ms] /usr/bin/xcrun simctl list --json devices [ +206 ms] Found plugin firebase_core at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.4/ [ +3 ms] Found plugin firebase_storage at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/firebase_storage-0.3.7/ [ +28 ms] Found plugin image_picker at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.4/ [ +53 ms] Found plugin video_player at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/video_player-0.6.0/ [ +34 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 shell getprop [ +174 ms] ro.hardware = taimen [ ] ro.build.characteristics = nosdcard [ +886 ms] Launching lib/main.dart on Pixel 2 XL in debug mode... [ +6 ms] Initializing gradle... [ +8 ms] Using gradle from /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/gradlew. [ +132 ms] /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString [ +56 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString [ ] 3.1 [ +94 ms] /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/gradlew -v [ +673 ms] ------------------------------------------------------------ Gradle 4.4 ------------------------------------------------------------ Build time: 2017-12-06 09:05:06 UTC Revision: cf7821a6f79f8e2a598df21780e3ff7ce8db2b82 Groovy: 2.4.12 Ant: Apache Ant(TM) version 1.9.9 compiled on February 2 2017 JVM: 1.8.0_152-release (JetBrains s.r.o 25.152-b01) OS: Mac OS X 10.13.5 x86_64 [ +42 ms] Resolving dependencies... [ ] [android/] /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/gradlew app:properties [ +860 ms] WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html 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/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) :app:properties ------------------------------------------------------------ Project :app ------------------------------------------------------------ allprojects: [project ':app'] android: com.android.build.gradle.AppExtension_Decorated@72eade4e androidDependencies: task ':app:androidDependencies' ant: org.gradle.api.internal.project.DefaultAntBuilder@7b1d564 antBuilderFactory: org.gradle.api.internal.project.DefaultAntBuilderFactory@a7c1479 archivesBaseName: app artifacts: org.gradle.api.internal.artifacts.dsl.DefaultArtifactHandler_Decorated@56e2bea8 asDynamicObject: DynamicObject for project ':app' assemble: task ':app:assemble' assembleAndroidTest: task ':app:assembleAndroidTest' assembleDebug: task ':app:assembleDebug' assembleDebugAndroidTest: task ':app:assembleDebugAndroidTest' assembleDebugUnitTest: task ':app:assembleDebugUnitTest' assembleProfile: task ':app:assembleProfile' assembleProfileUnitTest: task ':app:assembleProfileUnitTest' assembleRelease: task ':app:assembleRelease' assembleReleaseUnitTest: task ':app:assembleReleaseUnitTest' baseClassLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@72de1294 buildDependents: task ':app:buildDependents' buildDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app buildFile: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/app/build.gradle buildNeeded: task ':app:buildNeeded' buildOutputs: BaseVariantOutput container buildPath: : buildScriptSource: org.gradle.groovy.scripts.TextResourceScriptSource@7bcde35e buildscript: org.gradle.api.internal.initialization.DefaultScriptHandler@1178ff82 bundleAppClassesDebug: task ':app:bundleAppClassesDebug' bundleAppClassesDebugAndroidTest: task ':app:bundleAppClassesDebugAndroidTest' bundleAppClassesDebugUnitTest: task ':app:bundleAppClassesDebugUnitTest' bundleAppClassesProfile: task ':app:bundleAppClassesProfile' bundleAppClassesProfileUnitTest: task ':app:bundleAppClassesProfileUnitTest' bundleAppClassesRelease: task ':app:bundleAppClassesRelease' bundleAppClassesReleaseUnitTest: task ':app:bundleAppClassesReleaseUnitTest' bundleDebugAndroidTestResources: task ':app:bundleDebugAndroidTestResources' bundleDebugResources: task ':app:bundleDebugResources' bundleProfileResources: task ':app:bundleProfileResources' bundleReleaseResources: task ':app:bundleReleaseResources' check: task ':app:check' checkDebugManifest: task ':app:checkDebugManifest' checkProfileManifest: task ':app:checkProfileManifest' checkReleaseManifest: task ':app:checkReleaseManifest' childProjects: {} class: class org.gradle.api.internal.project.DefaultProject_Decorated classLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@52ac04fb cleanBuildCache: task ':app:cleanBuildCache' compileDebugAidl: task ':app:compileDebugAidl' compileDebugAndroidTestAidl: task ':app:compileDebugAndroidTestAidl' compileDebugAndroidTestJavaWithJavac: task ':app:compileDebugAndroidTestJavaWithJavac' compileDebugAndroidTestNdk: task ':app:compileDebugAndroidTestNdk' compileDebugAndroidTestRenderscript: task ':app:compileDebugAndroidTestRenderscript' compileDebugAndroidTestShaders: task ':app:compileDebugAndroidTestShaders' compileDebugAndroidTestSources: task ':app:compileDebugAndroidTestSources' compileDebugJavaWithJavac: task ':app:compileDebugJavaWithJavac' compileDebugNdk: task ':app:compileDebugNdk' compileDebugRenderscript: task ':app:compileDebugRenderscript' compileDebugShaders: task ':app:compileDebugShaders' compileDebugSources: task ':app:compileDebugSources' compileDebugUnitTestJavaWithJavac: task ':app:compileDebugUnitTestJavaWithJavac' compileDebugUnitTestSources: task ':app:compileDebugUnitTestSources' compileLint: task ':app:compileLint' compileProfileAidl: task ':app:compileProfileAidl' compileProfileJavaWithJavac: task ':app:compileProfileJavaWithJavac' compileProfileNdk: task ':app:compileProfileNdk' compileProfileRenderscript: task ':app:compileProfileRenderscript' compileProfileShaders: task ':app:compileProfileShaders' compileProfileSources: task ':app:compileProfileSources' compileProfileUnitTestJavaWithJavac: task ':app:compileProfileUnitTestJavaWithJavac' compileProfileUnitTestSources: task ':app:compileProfileUnitTestSources' compileReleaseAidl: task ':app:compileReleaseAidl' compileReleaseJavaWithJavac: task ':app:compileReleaseJavaWithJavac' compileReleaseNdk: task ':app:compileReleaseNdk' compileReleaseRenderscript: task ':app:compileReleaseRenderscript' compileReleaseShaders: task ':app:compileReleaseShaders' compileReleaseSources: task ':app:compileReleaseSources' compileReleaseUnitTestJavaWithJavac: task ':app:compileReleaseUnitTestJavaWithJavac' compileReleaseUnitTestSources: task ':app:compileReleaseUnitTestSources' components: SoftwareComponentInternal set configurationActions: org.gradle.configuration.project.DefaultProjectConfigurationActionContainer@50e4f688 configurationTargetIdentifier: org.gradle.configuration.ConfigurationTargetIdentifier$1@44a738d9 configurations: configuration container connectedAndroidTest: task ':app:connectedAndroidTest' connectedCheck: task ':app:connectedCheck' connectedDebugAndroidTest: task ':app:connectedDebugAndroidTest' consumeConfigAttr: task ':app:consumeConfigAttr' convention: org.gradle.api.internal.plugins.DefaultConvention@12754b20 copyFlutterAssetsDebug: task ':app:copyFlutterAssetsDebug' copyFlutterAssetsProfile: task ':app:copyFlutterAssetsProfile' copyFlutterAssetsRelease: task ':app:copyFlutterAssetsRelease' createDebugCompatibleScreenManifests: task ':app:createDebugCompatibleScreenManifests' createProfileCompatibleScreenManifests: task ':app:createProfileCompatibleScreenManifests' createReleaseCompatibleScreenManifests: task ':app:createReleaseCompatibleScreenManifests' defaultArtifacts: org.gradle.api.internal.plugins.DefaultArtifactPublicationSet_Decorated@20cc0e49 defaultTasks: [] deferredProjectConfiguration: org.gradle.api.internal.project.DeferredProjectConfiguration@57ebfc6e dependencies: org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@2a7777ba depth: 1 description: null deviceAndroidTest: task ':app:deviceAndroidTest' deviceCheck: task ':app:deviceCheck' displayName: project ':app' distsDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/distributions distsDirName: distributions docsDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/docs docsDirName: docs ext: org.gradle.api.internal.plugins.DefaultExtraPropertiesExtension@1263159f extensions: org.gradle.api.internal.plugins.DefaultConvention@12754b20 extractProguardFiles: task ':app:extractProguardFiles' fileOperations: org.gradle.api.internal.file.DefaultFileOperations@521defdc fileResolver: org.gradle.api.internal.file.BaseDirFileResolver@5a9d717d flutter: FlutterExtension_Decorated@4bc61733 flutterBuildDebug: task ':app:flutterBuildDebug' flutterBuildProfile: task ':app:flutterBuildProfile' flutterBuildRelease: task ':app:flutterBuildRelease' flutterBuildX86Jar: task ':app:flutterBuildX86Jar' generateDebugAndroidTestAssets: task ':app:generateDebugAndroidTestAssets' generateDebugAndroidTestBuildConfig: task ':app:generateDebugAndroidTestBuildConfig' generateDebugAndroidTestResValues: task ':app:generateDebugAndroidTestResValues' generateDebugAndroidTestResources: task ':app:generateDebugAndroidTestResources' generateDebugAndroidTestSources: task ':app:generateDebugAndroidTestSources' generateDebugAssets: task ':app:generateDebugAssets' generateDebugBuildConfig: task ':app:generateDebugBuildConfig' generateDebugResValues: task ':app:generateDebugResValues' generateDebugResources: task ':app:generateDebugResources' generateDebugSources: task ':app:generateDebugSources' generateProfileAssets: task ':app:generateProfileAssets' generateProfileBuildConfig: task ':app:generateProfileBuildConfig' generateProfileResValues: task ':app:generateProfileResValues' generateProfileResources: task ':app:generateProfileResources' generateProfileSources: task ':app:generateProfileSources' generateReleaseAssets: task ':app:generateReleaseAssets' generateReleaseBuildConfig: task ':app:generateReleaseBuildConfig' generateReleaseResValues: task ':app:generateReleaseResValues' generateReleaseResources: task ':app:generateReleaseResources' generateReleaseSources: task ':app:generateReleaseSources' gradle: build 'android' group: android identityPath: :app inheritedScope: org.gradle.api.internal.ExtensibleDynamicObject$InheritedDynamicObject@41032c39 installDebug: task ':app:installDebug' installDebugAndroidTest: task ':app:installDebugAndroidTest' installProfile: task ':app:installProfile' installRelease: task ':app:installRelease' javaPreCompileDebug: task ':app:javaPreCompileDebug' javaPreCompileDebugAndroidTest: task ':app:javaPreCompileDebugAndroidTest' javaPreCompileDebugUnitTest: task ':app:javaPreCompileDebugUnitTest' javaPreCompileProfile: task ':app:javaPreCompileProfile' javaPreCompileProfileUnitTest: task ':app:javaPreCompileProfileUnitTest' javaPreCompileRelease: task ':app:javaPreCompileRelease' javaPreCompileReleaseUnitTest: task ':app:javaPreCompileReleaseUnitTest' layout: org.gradle.api.internal.file.DefaultProjectLayout@7c5d58ca libsDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/libs libsDirName: libs lint: task ':app:lint' lintDebug: task ':app:lintDebug' lintProfile: task ':app:lintProfile' lintRelease: task ':app:lintRelease' lintVitalRelease: task ':app:lintVitalRelease' logger: org.gradle.internal.logging.slf4j.OutputEventListenerBackedLogger@720d9f16 logging: org.gradle.internal.logging.services.DefaultLoggingManager@4dfac8a5 mainApkListPersistenceDebug: task ':app:mainApkListPersistenceDebug' mainApkListPersistenceDebugAndroidTest: task ':app:mainApkListPersistenceDebugAndroidTest' mainApkListPersistenceProfile: task ':app:mainApkListPersistenceProfile' mainApkListPersistenceRelease: task ':app:mainApkListPersistenceRelease' mergeDebugAndroidTestAssets: task ':app:mergeDebugAndroidTestAssets' mergeDebugAndroidTestJniLibFolders: task ':app:mergeDebugAndroidTestJniLibFolders' mergeDebugAndroidTestResources: task ':app:mergeDebugAndroidTestResources' mergeDebugAndroidTestShaders: task ':app:mergeDebugAndroidTestShaders' mergeDebugAssets: task ':app:mergeDebugAssets' mergeDebugJniLibFolders: task ':app:mergeDebugJniLibFolders' mergeDebugResources: task ':app:mergeDebugResources' mergeDebugShaders: task ':app:mergeDebugShaders' mergeProfileAssets: task ':app:mergeProfileAssets' mergeProfileJniLibFolders: task ':app:mergeProfileJniLibFolders' mergeProfileResources: task ':app:mergeProfileResources' mergeProfileShaders: task ':app:mergeProfileShaders' mergeReleaseAssets: task ':app:mergeReleaseAssets' mergeReleaseJniLibFolders: task ':app:mergeReleaseJniLibFolders' mergeReleaseResources: task ':app:mergeReleaseResources' mergeReleaseShaders: task ':app:mergeReleaseShaders' mockableAndroidJar: task ':app:mockableAndroidJar' modelRegistry: org.gradle.model.internal.registry.DefaultModelRegistry@367e31a6 modelSchemaStore: org.gradle.model.internal.manage.schema.extract.DefaultModelSchemaStore@6bce8b1b module: org.gradle.api.internal.artifacts.ProjectBackedModule@65a5fac4 name: app normalization: org.gradle.normalization.internal.DefaultInputNormalizationHandler_Decorated@6ec4a1b4 objects: org.gradle.api.internal.model.DefaultObjectFactory@78493fae org.gradle.jvmargs: -Xmx1536M packageDebug: task ':app:packageDebug' packageDebugAndroidTest: task ':app:packageDebugAndroidTest' packageProfile: task ':app:packageProfile' packageRelease: task ':app:packageRelease' parent: root project 'android' parentIdentifier: root project 'android' path: :app platformAttrExtractor: task ':app:platformAttrExtractor' pluginManager: org.gradle.api.internal.plugins.DefaultPluginManager_Decorated@636d6fe2 plugins: [org.gradle.api.plugins.HelpTasksPlugin@662bfae7, com.android.build.gradle.api.AndroidBasePlugin@4716c177, org.gradle.language.base.plugins.LifecycleBasePlugin@358ada2e, org.gradle.api.plugins.BasePlugin@17cc7d2f, org.gradle.api.plugins.ReportingBasePlugin@210a42a9, org.gradle.platform.base.plugins.ComponentBasePlugin@2cd249c1, org.gradle.language.base.plugins.LanguageBasePlugin@5f3e49f8, org.gradle.platform.base.plugins.BinaryBasePlugin@478c412f, org.gradle.api.plugins.JavaBasePlugin@63b2b54b, com.android.build.gradle.AppPlugin@d3fd0dd, FlutterPlugin@1d400ee5, com.google.gms.googleservices.GoogleServicesPlugin@22398a48] preBuild: task ':app:preBuild' preDebugAndroidTestBuild: task ':app:preDebugAndroidTestBuild' preDebugBuild: task ':app:preDebugBuild' preDebugUnitTestBuild: task ':app:preDebugUnitTestBuild' preProfileBuild: task ':app:preProfileBuild' preProfileUnitTestBuild: task ':app:preProfileUnitTestBuild' preReleaseBuild: task ':app:preReleaseBuild' preReleaseUnitTestBuild: task ':app:preReleaseUnitTestBuild' prepareLintJar: task ':app:prepareLintJar' preparePUBLISHED_DEXDebugAndroidTestForPublishing: task ':app:preparePUBLISHED_DEXDebugAndroidTestForPublishing' preparePUBLISHED_DEXDebugForPublishing: task ':app:preparePUBLISHED_DEXDebugForPublishing' preparePUBLISHED_DEXProfileForPublishing: task ':app:preparePUBLISHED_DEXProfileForPublishing' preparePUBLISHED_DEXReleaseForPublishing: task ':app:preparePUBLISHED_DEXReleaseForPublishing' preparePUBLISHED_JAVA_RESDebugAndroidTestForPublishing: task ':app:preparePUBLISHED_JAVA_RESDebugAndroidTestForPublishing' preparePUBLISHED_JAVA_RESDebugForPublishing: task ':app:preparePUBLISHED_JAVA_RESDebugForPublishing' preparePUBLISHED_JAVA_RESProfileForPublishing: task ':app:preparePUBLISHED_JAVA_RESProfileForPublishing' preparePUBLISHED_JAVA_RESReleaseForPublishing: task ':app:preparePUBLISHED_JAVA_RESReleaseForPublishing' preparePUBLISHED_NATIVE_LIBSDebugAndroidTestForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSDebugAndroidTestForPublishing' preparePUBLISHED_NATIVE_LIBSDebugForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSDebugForPublishing' preparePUBLISHED_NATIVE_LIBSProfileForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSProfileForPublishing' preparePUBLISHED_NATIVE_LIBSReleaseForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSReleaseForPublishing' processDebugAndroidTestJavaRes: task ':app:processDebugAndroidTestJavaRes' processDebugAndroidTestManifest: task ':app:processDebugAndroidTestManifest' processDebugAndroidTestResources: task ':app:processDebugAndroidTestResources' processDebugGoogleServices: task ':app:processDebugGoogleServices' processDebugJavaRes: task ':app:processDebugJavaRes' processDebugManifest: task ':app:processDebugManifest' processDebugResources: task ':app:processDebugResources' processDebugUnitTestJavaRes: task ':app:processDebugUnitTestJavaRes' processOperations: org.gradle.api.internal.file.DefaultFileOperations@521defdc processProfileGoogleServices: task ':app:processProfileGoogleServices' processProfileJavaRes: task ':app:processProfileJavaRes' processProfileManifest: task ':app:processProfileManifest' processProfileResources: task ':app:processProfileResources' processProfileUnitTestJavaRes: task ':app:processProfileUnitTestJavaRes' processReleaseGoogleServices: task ':app:processReleaseGoogleServices' processReleaseJavaRes: task ':app:processReleaseJavaRes' processReleaseManifest: task ':app:processReleaseManifest' processReleaseResources: task ':app:processReleaseResources' processReleaseUnitTestJavaRes: task ':app:processReleaseUnitTestJavaRes' project: project ':app' projectConfigurator: org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator@24d98128 projectDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/app projectEvaluationBroadcaster: ProjectEvaluationListener broadcast projectEvaluator: org.gradle.configuration.project.LifecycleProjectEvaluator@6f5b5d06 projectPath: :app projectRegistry: org.gradle.api.internal.project.DefaultProjectRegistry@5edebb0c properties: {...} providers: org.gradle.api.internal.provider.DefaultProviderFactory@5372dc35 reportBuildArtifactsDebug: task ':app:reportBuildArtifactsDebug' reportBuildArtifactsProfile: task ':app:reportBuildArtifactsProfile' reportBuildArtifactsRelease: task ':app:reportBuildArtifactsRelease' reporting: org.gradle.api.reporting.ReportingExtension_Decorated@5644cd4a reportsDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/reports repositories: repository container resolveConfigAttr: task ':app:resolveConfigAttr' resourceLoader: org.gradle.internal.resource.transfer.DefaultUriTextResourceLoader@3efcd66b resources: org.gradle.api.internal.resources.DefaultResourceHandler@b7a0fdf rootDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android rootProject: root project 'android' script: false scriptHandlerFactory: org.gradle.api.internal.initialization.DefaultScriptHandlerFactory@2057d367 scriptPluginFactory: org.gradle.configuration.ScriptPluginFactorySelector@500964ba serviceRegistryFactory: org.gradle.internal.service.scopes.ProjectScopeServices$4@89eaf5e services: ProjectScopeServices signingReport: task ':app:signingReport' sourceCompatibility: 1.8 sourceSets: SourceSet container splitsDiscoveryTaskDebug: task ':app:splitsDiscoveryTaskDebug' splitsDiscoveryTaskProfile: task ':app:splitsDiscoveryTaskProfile' splitsDiscoveryTaskRelease: task ':app:splitsDiscoveryTaskRelease' standardOutputCapture: org.gradle.internal.logging.services.DefaultLoggingManager@4dfac8a5 state: project state 'EXECUTED' status: integration subprojects: [] targetCompatibility: 1.8 tasks: task set test: task ':app:test' testDebugUnitTest: task ':app:testDebugUnitTest' testProfileUnitTest: task ':app:testProfileUnitTest' testReleaseUnitTest: task ':app:testReleaseUnitTest' testReportDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/reports/tests testReportDirName: tests testResultsDir: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/test-results testResultsDirName: test-results transformClassesWithDexBuilderForDebug: task ':app:transformClassesWithDexBuilderForDebug' transformClassesWithDexBuilderForDebugAndroidTest: task ':app:transformClassesWithDexBuilderForDebugAndroidTest' transformClassesWithDexBuilderForProfile: task ':app:transformClassesWithDexBuilderForProfile' transformClassesWithDexBuilderForRelease: task ':app:transformClassesWithDexBuilderForRelease' transformDexArchiveWithDexMergerForDebug: task ':app:transformDexArchiveWithDexMergerForDebug' transformDexArchiveWithDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithDexMergerForDebugAndroidTest' transformDexArchiveWithDexMergerForProfile: task ':app:transformDexArchiveWithDexMergerForProfile' transformDexArchiveWithDexMergerForRelease: task ':app:transformDexArchiveWithDexMergerForRelease' transformDexArchiveWithExternalLibsDexMergerForDebug: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug' transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest' transformDexArchiveWithExternalLibsDexMergerForProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForProfile' transformDexArchiveWithExternalLibsDexMergerForRelease: task ':app:transformDexArchiveWithExternalLibsDexMergerForRelease' transformNativeLibsWithMergeJniLibsForDebug: task ':app:transformNativeLibsWithMergeJniLibsForDebug' transformNativeLibsWithMergeJniLibsForDebugAndroidTest: task ':app:transformNativeLibsWithMergeJniLibsForDebugAndroidTest' transformNativeLibsWithMergeJniLibsForProfile: task ':app:transformNativeLibsWithMergeJniLibsForProfile' transformNativeLibsWithMergeJniLibsForRelease: task ':app:transformNativeLibsWithMergeJniLibsForRelease' transformResourcesWithMergeJavaResForDebug: task ':app:transformResourcesWithMergeJavaResForDebug' transformResourcesWithMergeJavaResForDebugAndroidTest: task ':app:transformResourcesWithMergeJavaResForDebugAndroidTest' transformResourcesWithMergeJavaResForDebugUnitTest: task ':app:transformResourcesWithMergeJavaResForDebugUnitTest' 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' uninstallProfile: task ':app:uninstallProfile' uninstallRelease: task ':app:uninstallRelease' validateSigningDebug: task ':app:validateSigningDebug' validateSigningDebugAndroidTest: task ':app:validateSigningDebugAndroidTest' validateSigningProfile: task ':app:validateSigningProfile' validateSigningRelease: task ':app:validateSigningRelease' version: unspecified writeDebugApplicationId: task ':app:writeDebugApplicationId' writeProfileApplicationId: task ':app:writeProfileApplicationId' writeReleaseApplicationId: task ':app:writeReleaseApplicationId' BUILD SUCCESSFUL in 0s 1 actionable task: 1 executed [ +15 ms] /Users/sureshkumarmajhi/Library/Android/sdk/build-tools/27.0.3/aapt dump badging build/app/outputs/apk/app.apk [ +20 ms] Exit code 0 from: /Users/sureshkumarmajhi/Library/Android/sdk/build-tools/27.0.3/aapt dump badging build/app/outputs/apk/app.apk [ ] package: name='com.example.experiment' versionCode='1' versionName='1.0.0' platformBuildVersionName='' sdkVersion:'16' targetSdkVersion:'27' uses-permission: name='android.permission.INTERNET' uses-permission: name='android.permission.READ_EXTERNAL_STORAGE' uses-permission: name='android.permission.WRITE_EXTERNAL_STORAGE' uses-permission: name='android.permission.CAMERA' uses-permission: name='android.permission.READ_EXTERNAL_STORAGE' uses-permission: name='android.permission.ACCESS_NETWORK_STATE' uses-permission: name='android.permission.WAKE_LOCK' uses-permission: name='com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE' uses-permission: name='com.google.android.c2dm.permission.RECEIVE' uses-permission: name='com.example.experiment.permission.C2D_MESSAGE' application-label:'experiment' application-label-af:'experiment' application-label-am:'experiment' application-label-ar:'experiment' application-label-az:'experiment' application-label-be:'experiment' application-label-bg:'experiment' application-label-bn:'experiment' application-label-bs:'experiment' application-label-ca:'experiment' application-label-cs:'experiment' application-label-da:'experiment' application-label-de:'experiment' application-label-el:'experiment' application-label-en-AU:'experiment' application-label-en-CA:'experiment' application-label-en-GB:'experiment' application-label-en-IN:'experiment' application-label-en-XC:'experiment' application-label-es:'experiment' application-label-es-US:'experiment' application-label-et:'experiment' application-label-eu:'experiment' application-label-fa:'experiment' application-label-fi:'experiment' application-label-fr:'experiment' application-label-fr-CA:'experiment' application-label-gl:'experiment' application-label-gu:'experiment' application-label-hi:'experiment' application-label-hr:'experiment' application-label-hu:'experiment' application-label-hy:'experiment' application-label-in:'experiment' application-label-is:'experiment' application-label-it:'experiment' application-label-iw:'experiment' application-label-ja:'experiment' application-label-ka:'experiment' application-label-kk:'experiment' application-label-km:'experiment' application-label-kn:'experiment' application-label-ko:'experiment' application-label-ky:'experiment' application-label-lo:'experiment' application-label-lt:'experiment' application-label-lv:'experiment' application-label-mk:'experiment' application-label-ml:'experiment' application-label-mn:'experiment' application-label-mr:'experiment' application-label-ms:'experiment' application-label-my:'experiment' application-label-nb:'experiment' application-label-ne:'experiment' application-label-nl:'experiment' application-label-pa:'experiment' application-label-pl:'experiment' application-label-pt:'experiment' application-label-pt-BR:'experiment' application-label-pt-PT:'experiment' application-label-ro:'experiment' application-label-ru:'experiment' application-label-si:'experiment' application-label-sk:'experiment' application-label-sl:'experiment' application-label-sq:'experiment' application-label-sr:'experiment' application-label-sr-Latn:'experiment' application-label-sv:'experiment' application-label-sw:'experiment' application-label-ta:'experiment' application-label-te:'experiment' application-label-th:'experiment' application-label-tl:'experiment' application-label-tr:'experiment' application-label-uk:'experiment' application-label-ur:'experiment' application-label-uz:'experiment' application-label-vi:'experiment' application-label-zh-CN:'experiment' application-label-zh-HK:'experiment' application-label-zh-TW:'experiment' application-label-zu:'experiment' application-icon-160:'res/mipmap-mdpi-v4/ic_launcher.png' application-icon-240:'res/mipmap-hdpi-v4/ic_launcher.png' application-icon-320:'res/mipmap-xhdpi-v4/ic_launcher.png' application-icon-480:'res/mipmap-xxhdpi-v4/ic_launcher.png' application-icon-640:'res/mipmap-xxxhdpi-v4/ic_launcher.png' application: label='experiment' icon='res/mipmap-mdpi-v4/ic_launcher.png' application-debuggable launchable-activity: name='com.example.experiment.MainActivity' label='' icon='' feature-group: label='' uses-feature: name='android.hardware.camera' uses-implied-feature: name='android.hardware.camera' reason='requested android.permission.CAMERA permission' uses-feature: name='android.hardware.faketouch' uses-implied-feature: name='android.hardware.faketouch' reason='default feature for all apps' main other-activities other-receivers other-services supports-screens: 'small' 'normal' 'large' 'xlarge' supports-any-density: 'true' locales: '--_--' 'af' 'am' 'ar' 'az' 'be' 'bg' 'bn' 'bs' 'ca' 'cs' 'da' 'de' 'el' 'en-AU' 'en-CA' 'en-GB' 'en-IN' 'en-XC' 'es' 'es-US' 'et' 'eu' 'fa' 'fi' 'fr' 'fr-CA' 'gl' 'gu' 'hi' 'hr' 'hu' 'hy' 'in' 'is' 'it' 'iw' 'ja' 'ka' 'kk' 'km' 'kn' 'ko' 'ky' 'lo' 'lt' 'lv' 'mk' 'ml' 'mn' 'mr' 'ms' 'my' 'nb' 'ne' 'nl' 'pa' 'pl' 'pt' 'pt-BR' 'pt-PT' 'ro' 'ru' 'si' 'sk' 'sl' 'sq' 'sr' 'sr-Latn' 'sv' 'sw' 'ta' 'te' 'th' 'tl' 'tr' 'uk' 'ur' 'uz' 'vi' 'zh-CN' 'zh-HK' 'zh-TW' 'zu' densities: '160' '240' '320' '480' '640' native-code: 'arm64-v8a' 'x86' 'x86_64' [ +9 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 logcat -v time -t 1 [ +106 ms] Exit code 0 from: /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 logcat -v time -t 1 [ ] --------- beginning of main 06-09 11:38:11.616 I/EventLogSendingHelper(19517): Sending log events. [ +4 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 logcat -v time [ +385 ms] DependencyChecker: nothing is modified after 2018-06-09 11:17:08.130. [ +4 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb version [ +14 ms] Android Debug Bridge version 1.0.40 Version 4797878 Installed as /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb [ +2 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb start-server [ +10 ms] Building APK [ +16 ms] Running 'gradlew assembleDebug'... [ +1 ms] [android/] /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/gradlew -Pverbose=true -Ptarget=/Users/sureshkumarmajhi/AndroidStudioProjects/experiment/lib/main.dart -Ppreview-dart-2=true -Ptarget-platform=android-arm64 assembleDebug [ +687 ms] WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. [ ] It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html [ +41 ms] Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug] [ +1 ms] 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) [ +146 ms] :app:preBuild UP-TO-DATE [ ] :firebase_core:preBuild UP-TO-DATE [ ] :firebase_core:preDebugBuild UP-TO-DATE [ ] :firebase_core:checkDebugManifest UP-TO-DATE [ ] :firebase_core:processDebugManifest UP-TO-DATE [ ] :firebase_storage:preBuild UP-TO-DATE [ ] :firebase_storage:preDebugBuild UP-TO-DATE [ ] :firebase_storage:checkDebugManifest UP-TO-DATE [ ] :firebase_storage:processDebugManifest UP-TO-DATE [ ] :image_picker:preBuild UP-TO-DATE [ ] :image_picker:preDebugBuild UP-TO-DATE [ ] :image_picker:checkDebugManifest UP-TO-DATE [ +8 ms] :image_picker:processDebugManifest UP-TO-DATE [ ] :video_player:preBuild UP-TO-DATE [ ] :video_player:preDebugBuild UP-TO-DATE [ ] :video_player:checkDebugManifest UP-TO-DATE [ +1 ms] :video_player:processDebugManifest UP-TO-DATE [ +76 ms] :app:preDebugBuild UP-TO-DATE [ +44 ms] :firebase_core:compileDebugAidl UP-TO-DATE [ ] :firebase_storage:compileDebugAidl UP-TO-DATE [ ] :image_picker:compileDebugAidl UP-TO-DATE [ ] :video_player:compileDebugAidl UP-TO-DATE [ ] :app:compileDebugAidl UP-TO-DATE [ +11 ms] :firebase_core:packageDebugRenderscript NO-SOURCE [ ] :firebase_storage:packageDebugRenderscript NO-SOURCE [ ] :image_picker:packageDebugRenderscript NO-SOURCE [ ] :video_player:packageDebugRenderscript NO-SOURCE [ ] :app:compileDebugRenderscript UP-TO-DATE [ +54 ms] :app:flutterBuildX86Jar UP-TO-DATE [ ] :app:checkDebugManifest UP-TO-DATE [ ] :app:generateDebugBuildConfig UP-TO-DATE [ ] :app:prepareLintJar UP-TO-DATE [ ] :app:cleanMergeDebugAssets [ +424 ms] :app:flutterBuildDebug [ ] [ +6 ms] [/Users/sureshkumarmajhi/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +20 ms] [ +41 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] [ ] origin/master [ ] [ ] [/Users/sureshkumarmajhi/flutter/] git rev-parse --abbrev-ref HEAD [ +11 ms] [ +9 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] [ ] master [ +10 ms] [ +1 ms] [/Users/sureshkumarmajhi/flutter/] git ls-remote --get-url origin [ +10 ms] [ +12 ms] Exit code 0 from: git ls-remote --get-url origin [ ] [ ] https://github.com/flutter/flutter.git [ ] [ +1 ms] [/Users/sureshkumarmajhi/flutter/] git log -n 1 --pretty=format:%H [ +12 ms] [ +9 ms] Exit code 0 from: git log -n 1 --pretty=format:%H [ ] [ ] 3b9b5acefc740d095735591dc5f3d3e18a79ef1b [ ] [ ] [/Users/sureshkumarmajhi/flutter/] git log -n 1 --pretty=format:%ar [ +8 ms] [ +10 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar [ ] [ +1 ms] 2 days ago [ ] [ +2 ms] [/Users/sureshkumarmajhi/flutter/] git describe --match v*.*.* --first-parent --long --tags [ +23 ms] [ +21 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags [ ] [ ] v0.5.1-78-g3b9b5acef [ +217 ms] [ +221 ms] Found plugin firebase_core at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.4/ [ ] [ +2 ms] Found plugin firebase_storage at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/firebase_storage-0.3.7/ [ +34 ms] [ +25 ms] Found plugin image_picker at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.4/ [ +55 ms] [ +58 ms] Found plugin video_player at /Users/sureshkumarmajhi/.pub-cache/hosted/pub.dartlang.org/video_player-0.6.0/ [ +374 ms] [ +377 ms] Skipping kernel compilation. Fingerprint match. [ +246 ms] [ +247 ms] Building bundle [ ] [ ] Writing asset files to /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/intermediates/flutter/debug/flutter_assets [ +67 ms] [ +62 ms] Wrote /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/intermediates/flutter/debug/flutter_assets [ +11 ms] [ +7 ms] "flutter bundle" took 851ms. [ +93 ms] :app:mergeDebugShaders UP-TO-DATE [ ] :app:compileDebugShaders UP-TO-DATE [ ] :app:generateDebugAssets UP-TO-DATE [ +10 ms] :firebase_core:mergeDebugShaders UP-TO-DATE [ ] :firebase_core:compileDebugShaders UP-TO-DATE [ +1 ms] :firebase_core:generateDebugAssets UP-TO-DATE [ +1 ms] :firebase_core:packageDebugAssets UP-TO-DATE [ ] :firebase_storage:mergeDebugShaders UP-TO-DATE [ ] :firebase_storage:compileDebugShaders UP-TO-DATE [ ] :firebase_storage:generateDebugAssets UP-TO-DATE [ ] :firebase_storage:packageDebugAssets UP-TO-DATE [ ] :image_picker:mergeDebugShaders UP-TO-DATE [ ] :image_picker:compileDebugShaders UP-TO-DATE [ ] :image_picker:generateDebugAssets UP-TO-DATE [ ] :image_picker:packageDebugAssets UP-TO-DATE [ ] :video_player:mergeDebugShaders UP-TO-DATE [ ] :video_player:compileDebugShaders UP-TO-DATE [ ] :video_player:generateDebugAssets UP-TO-DATE [ ] :video_player:packageDebugAssets UP-TO-DATE [ +5 ms] :app:mergeDebugAssets [ +197 ms] :app:copyFlutterAssetsDebug [ +10 ms] :app:mainApkListPersistenceDebug UP-TO-DATE [ ] :app:generateDebugResValues UP-TO-DATE [ ] :app:generateDebugResources UP-TO-DATE [ ] :app:processDebugGoogleServices [ ] Parsing json file: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/android/app/google-services.json [ ] :firebase_core:compileDebugRenderscript UP-TO-DATE [ ] :firebase_core:generateDebugResValues UP-TO-DATE [ ] :firebase_core:generateDebugResources UP-TO-DATE [ ] :firebase_core:packageDebugResources UP-TO-DATE [ ] :firebase_storage:compileDebugRenderscript UP-TO-DATE [ ] :firebase_storage:generateDebugResValues UP-TO-DATE [ ] :firebase_storage:generateDebugResources UP-TO-DATE [ ] :firebase_storage:packageDebugResources UP-TO-DATE [ +10 ms] :image_picker:compileDebugRenderscript UP-TO-DATE [ ] :image_picker:generateDebugResValues UP-TO-DATE [ ] :image_picker:generateDebugResources UP-TO-DATE [ ] :image_picker:packageDebugResources UP-TO-DATE [ ] :video_player:compileDebugRenderscript UP-TO-DATE [ ] :video_player:generateDebugResValues UP-TO-DATE [ ] :video_player:generateDebugResources UP-TO-DATE [ ] :video_player:packageDebugResources UP-TO-DATE [ +52 ms] :app:mergeDebugResources UP-TO-DATE [ ] :app:createDebugCompatibleScreenManifests UP-TO-DATE [ +1 ms] :app:processDebugManifest UP-TO-DATE [ ] :app:splitsDiscoveryTaskDebug UP-TO-DATE [ +12 ms] :firebase_core:platformAttrExtractor UP-TO-DATE [ +13 ms] :firebase_core:generateDebugRFile UP-TO-DATE [ +1 ms] :firebase_storage:platformAttrExtractor UP-TO-DATE [ +3 ms] :firebase_storage:generateDebugRFile UP-TO-DATE [ ] :image_picker:platformAttrExtractor UP-TO-DATE [ +8 ms] :image_picker:generateDebugRFile UP-TO-DATE [ ] :video_player:platformAttrExtractor UP-TO-DATE [ +11 ms] :video_player:generateDebugRFile UP-TO-DATE [ +2 ms] :app:processDebugResources UP-TO-DATE [ ] :app:generateDebugSources UP-TO-DATE [ ] :firebase_core:generateDebugBuildConfig UP-TO-DATE [ ] :firebase_core:prepareLintJar UP-TO-DATE [ +8 ms] :firebase_core:generateDebugSources UP-TO-DATE [ +36 ms] :firebase_core:javaPreCompileDebug UP-TO-DATE [ +1 ms] :firebase_core:compileDebugJavaWithJavac UP-TO-DATE [ ] :firebase_core:processDebugJavaRes NO-SOURCE [ +10 ms] :firebase_core:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE [ ] :firebase_storage:generateDebugBuildConfig UP-TO-DATE [ ] :firebase_storage:prepareLintJar UP-TO-DATE [ ] :firebase_storage:generateDebugSources UP-TO-DATE [ ] :firebase_storage:javaPreCompileDebug UP-TO-DATE [ ] :firebase_storage:compileDebugJavaWithJavac UP-TO-DATE [ ] :firebase_storage:processDebugJavaRes NO-SOURCE [ +9 ms] :firebase_storage:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE [ ] :image_picker:generateDebugBuildConfig UP-TO-DATE [ ] :image_picker:prepareLintJar UP-TO-DATE [ ] :image_picker:generateDebugSources UP-TO-DATE [ +24 ms] :image_picker:javaPreCompileDebug UP-TO-DATE [ +12 ms] :image_picker:compileDebugJavaWithJavac UP-TO-DATE [ ] :image_picker:processDebugJavaRes NO-SOURCE [ ] :image_picker:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE [ ] :video_player:generateDebugBuildConfig UP-TO-DATE [ ] :video_player:prepareLintJar UP-TO-DATE [ ] :video_player:generateDebugSources UP-TO-DATE [ +8 ms] :video_player:javaPreCompileDebug UP-TO-DATE [ +12 ms] :video_player:compileDebugJavaWithJavac UP-TO-DATE [ ] :video_player:processDebugJavaRes NO-SOURCE [ +11 ms] :video_player:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE [ +12 ms] :app:javaPreCompileDebug UP-TO-DATE [ +23 ms] :app:compileDebugJavaWithJavac UP-TO-DATE [ ] :app:compileDebugNdk NO-SOURCE [ ] :app:compileDebugSources UP-TO-DATE [ +100 ms] :app:transformClassesWithDexBuilderForDebug UP-TO-DATE [ +11 ms] :app:transformDexArchiveWithExternalLibsDexMergerForDebug UP-TO-DATE [ +1 ms] :app:transformDexArchiveWithDexMergerForDebug UP-TO-DATE [ ] :app:mergeDebugJniLibFolders UP-TO-DATE [ ] :firebase_core:compileDebugNdk NO-SOURCE [ ] :firebase_core:mergeDebugJniLibFolders UP-TO-DATE [ ] :firebase_core:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE [ +5 ms] :firebase_core:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ ] :firebase_storage:compileDebugNdk NO-SOURCE [ ] :firebase_storage:mergeDebugJniLibFolders UP-TO-DATE [ ] :firebase_storage:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE [ +11 ms] :firebase_storage:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ +1 ms] :image_picker:compileDebugNdk NO-SOURCE [ ] :image_picker:mergeDebugJniLibFolders UP-TO-DATE [ ] :image_picker:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE [ ] :image_picker:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ ] :video_player:compileDebugNdk NO-SOURCE [ +8 ms] :video_player:mergeDebugJniLibFolders UP-TO-DATE [ ] :video_player:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE [ +13 ms] :video_player:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ +12 ms] :app:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE [ +12 ms] :app:processDebugJavaRes NO-SOURCE [ +34 ms] :app:transformResourcesWithMergeJavaResForDebug UP-TO-DATE [ ] :app:validateSigningDebug UP-TO-DATE [ +32 ms] :app:packageDebug UP-TO-DATE [ +5 ms] :app:assembleDebug UP-TO-DATE [ +42 ms] :firebase_core:extractDebugAnnotations UP-TO-DATE [ +1 ms] :firebase_core:mergeDebugConsumerProguardFiles UP-TO-DATE [ +9 ms] :firebase_core:transformResourcesWithMergeJavaResForDebug UP-TO-DATE [ +10 ms] :firebase_core:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] :firebase_core:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ +11 ms] :firebase_core:bundleDebug UP-TO-DATE [ ] :firebase_core:compileDebugSources UP-TO-DATE [ ] :firebase_core:assembleDebug UP-TO-DATE [ +1 ms] :firebase_storage:extractDebugAnnotations UP-TO-DATE [ ] :firebase_storage:mergeDebugConsumerProguardFiles UP-TO-DATE [ +9 ms] :firebase_storage:transformResourcesWithMergeJavaResForDebug UP-TO-DATE [ +11 ms] :firebase_storage:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ +1 ms] :firebase_storage:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ ] :firebase_storage:bundleDebug UP-TO-DATE [ +1 ms] :firebase_storage:compileDebugSources UP-TO-DATE [ ] :firebase_storage:assembleDebug UP-TO-DATE [ +10 ms] :image_picker:extractDebugAnnotations UP-TO-DATE [ ] :image_picker:mergeDebugConsumerProguardFiles UP-TO-DATE [ +10 ms] :image_picker:transformResourcesWithMergeJavaResForDebug UP-TO-DATE [ ] :image_picker:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] :image_picker:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ ] :image_picker:bundleDebug UP-TO-DATE [ ] :image_picker:compileDebugSources UP-TO-DATE [ +8 ms] :image_picker:assembleDebug UP-TO-DATE [ +9 ms] :video_player:extractDebugAnnotations UP-TO-DATE [ ] :video_player:mergeDebugConsumerProguardFiles UP-TO-DATE [ ] :video_player:transformResourcesWithMergeJavaResForDebug UP-TO-DATE [ ] :video_player:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] :video_player:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ +11 ms] :video_player:bundleDebug UP-TO-DATE [ ] :video_player:compileDebugSources UP-TO-DATE [ ] :video_player:assembleDebug UP-TO-DATE [ ] BUILD SUCCESSFUL in 3s [ ] 131 actionable tasks: 5 executed, 126 up-to-date [ +481 ms] calculateSha: /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/build/app/outputs/apk/app.apk [ +518 ms] Built build/app/outputs/apk/debug/app-debug.apk. [ ] /Users/sureshkumarmajhi/Library/Android/sdk/build-tools/27.0.3/aapt dump badging build/app/outputs/apk/app.apk [ +19 ms] Exit code 0 from: /Users/sureshkumarmajhi/Library/Android/sdk/build-tools/27.0.3/aapt dump badging build/app/outputs/apk/app.apk [ ] package: name='com.example.experiment' versionCode='1' versionName='1.0.0' platformBuildVersionName='' sdkVersion:'16' targetSdkVersion:'27' uses-permission: name='android.permission.INTERNET' uses-permission: name='android.permission.READ_EXTERNAL_STORAGE' uses-permission: name='android.permission.WRITE_EXTERNAL_STORAGE' uses-permission: name='android.permission.CAMERA' uses-permission: name='android.permission.READ_EXTERNAL_STORAGE' uses-permission: name='android.permission.ACCESS_NETWORK_STATE' uses-permission: name='android.permission.WAKE_LOCK' uses-permission: name='com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE' uses-permission: name='com.google.android.c2dm.permission.RECEIVE' uses-permission: name='com.example.experiment.permission.C2D_MESSAGE' application-label:'experiment' application-label-af:'experiment' application-label-am:'experiment' application-label-ar:'experiment' application-label-az:'experiment' application-label-be:'experiment' application-label-bg:'experiment' application-label-bn:'experiment' application-label-bs:'experiment' application-label-ca:'experiment' application-label-cs:'experiment' application-label-da:'experiment' application-label-de:'experiment' application-label-el:'experiment' application-label-en-AU:'experiment' application-label-en-CA:'experiment' application-label-en-GB:'experiment' application-label-en-IN:'experiment' application-label-en-XC:'experiment' application-label-es:'experiment' application-label-es-US:'experiment' application-label-et:'experiment' application-label-eu:'experiment' application-label-fa:'experiment' application-label-fi:'experiment' application-label-fr:'experiment' application-label-fr-CA:'experiment' application-label-gl:'experiment' application-label-gu:'experiment' application-label-hi:'experiment' application-label-hr:'experiment' application-label-hu:'experiment' application-label-hy:'experiment' application-label-in:'experiment' application-label-is:'experiment' application-label-it:'experiment' application-label-iw:'experiment' application-label-ja:'experiment' application-label-ka:'experiment' application-label-kk:'experiment' application-label-km:'experiment' application-label-kn:'experiment' application-label-ko:'experiment' application-label-ky:'experiment' application-label-lo:'experiment' application-label-lt:'experiment' application-label-lv:'experiment' application-label-mk:'experiment' application-label-ml:'experiment' application-label-mn:'experiment' application-label-mr:'experiment' application-label-ms:'experiment' application-label-my:'experiment' application-label-nb:'experiment' application-label-ne:'experiment' application-label-nl:'experiment' application-label-pa:'experiment' application-label-pl:'experiment' application-label-pt:'experiment' application-label-pt-BR:'experiment' application-label-pt-PT:'experiment' application-label-ro:'experiment' application-label-ru:'experiment' application-label-si:'experiment' application-label-sk:'experiment' application-label-sl:'experiment' application-label-sq:'experiment' application-label-sr:'experiment' application-label-sr-Latn:'experiment' application-label-sv:'experiment' application-label-sw:'experiment' application-label-ta:'experiment' application-label-te:'experiment' application-label-th:'experiment' application-label-tl:'experiment' application-label-tr:'experiment' application-label-uk:'experiment' application-label-ur:'experiment' application-label-uz:'experiment' application-label-vi:'experiment' application-label-zh-CN:'experiment' application-label-zh-HK:'experiment' application-label-zh-TW:'experiment' application-label-zu:'experiment' application-icon-160:'res/mipmap-mdpi-v4/ic_launcher.png' application-icon-240:'res/mipmap-hdpi-v4/ic_launcher.png' application-icon-320:'res/mipmap-xhdpi-v4/ic_launcher.png' application-icon-480:'res/mipmap-xxhdpi-v4/ic_launcher.png' application-icon-640:'res/mipmap-xxxhdpi-v4/ic_launcher.png' application: label='experiment' icon='res/mipmap-mdpi-v4/ic_launcher.png' application-debuggable launchable-activity: name='com.example.experiment.MainActivity' label='' icon='' feature-group: label='' uses-feature: name='android.hardware.camera' uses-implied-feature: name='android.hardware.camera' reason='requested android.permission.CAMERA permission' uses-feature: name='android.hardware.faketouch' uses-implied-feature: name='android.hardware.faketouch' reason='default feature for all apps' main other-activities other-receivers other-services supports-screens: 'small' 'normal' 'large' 'xlarge' supports-any-density: 'true' locales: '--_--' 'af' 'am' 'ar' 'az' 'be' 'bg' 'bn' 'bs' 'ca' 'cs' 'da' 'de' 'el' 'en-AU' 'en-CA' 'en-GB' 'en-IN' 'en-XC' 'es' 'es-US' 'et' 'eu' 'fa' 'fi' 'fr' 'fr-CA' 'gl' 'gu' 'hi' 'hr' 'hu' 'hy' 'in' 'is' 'it' 'iw' 'ja' 'ka' 'kk' 'km' 'kn' 'ko' 'ky' 'lo' 'lt' 'lv' 'mk' 'ml' 'mn' 'mr' 'ms' 'my' 'nb' 'ne' 'nl' 'pa' 'pl' 'pt' 'pt-BR' 'pt-PT' 'ro' 'ru' 'si' 'sk' 'sl' 'sq' 'sr' 'sr-Latn' 'sv' 'sw' 'ta' 'te' 'th' 'tl' 'tr' 'uk' 'ur' 'uz' 'vi' 'zh-CN' 'zh-HK' 'zh-TW' 'zu' densities: '160' '240' '320' '480' '640' native-code: 'arm64-v8a' 'x86' 'x86_64' [ +5 ms] Stopping app 'app.apk' on Pixel 2 XL. [ ] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 shell am force-stop com.example.experiment [ +203 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 shell pm list packages com.example.experiment [ +921 ms] package:com.example.experiment [ +8 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 shell cat /data/local/tmp/sky.com.example.experiment.sha1 [ +97 ms] 2cac2a2b6bbfe51de85bf06341bb765e2bb02188 [ ] Latest build already installed. [ ] Pixel 2 XL startApp [ +3 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 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 com.example.experiment/com.example.experiment.MainActivity [ +131 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.experiment/.MainActivity (has extras) } [ ] Waiting for observatory port to be available... [ +368 ms] I/FlutterActivityDelegate(19227): onResume setting current activity to this [ +53 ms] Observatory URL on device: http://127.0.0.1:39137/ [ +9 ms] /Users/sureshkumarmajhi/Library/Android/sdk/platform-tools/adb -s 803KPSL1600646 forward tcp:8110 tcp:39137 [ +10 ms] Forwarded host port 8110 to device port 39137 for Observatory [ +9 ms] Connecting to service protocol: http://127.0.0.1:8110/ [ +237 ms] Successfully connected to service protocol: http://127.0.0.1:8110/ [ +2 ms] getVM: {} [ +14 ms] getIsolate: {isolateId: isolates/976863950} [ +2 ms] _flutter.listViews: {isolateId: isolates/976863950} [ +54 ms] DevFS: Creating new filesystem on the device (null) [ ] _createDevFS: {fsName: experiment} [ +59 ms] DevFS: Created new filesystem on the device (file:///data/user/0/com.example.experiment/cache/experimentQVOMTI/experiment/) [ +1 ms] Updating assets [ +239 ms] Syncing files to device Pixel 2 XL... [ +3 ms] DevFS: Starting sync from LocalDirectory: '/Users/sureshkumarmajhi/AndroidStudioProjects/experiment' [ ] Scanning project files [ +8 ms] Scanning package files [ +125 ms] Scanning asset files [ ] Scanning for deleted files [ +10 ms] Compiling dart to kernel with 438 updated files [ +2 ms] /Users/sureshkumarmajhi/flutter/bin/cache/dart-sdk/bin/dart /Users/sureshkumarmajhi/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/sureshkumarmajhi/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --strong --target=flutter --output-dill build/app.dill --packages /Users/sureshkumarmajhi/AndroidStudioProjects/experiment/.packages --filesystem-scheme org-dartlang-root [+3851 ms] Updating files [ +568 ms] DevFS: Sync finished [ ] Synced 0.8MB. [ +3 ms] _flutter.listViews: {isolateId: isolates/976863950} [ +14 ms] Connected to _flutterView/0x7d9a783f18. [ +1 ms] 🔥 To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R". [ +2 ms] An Observatory debugger and profiler on Pixel 2 XL is available at: http://127.0.0.1:8110/ [ ] For a more detailed help message, press "h". To quit, press "q". [+8382 ms] I/FlutterActivityDelegate(19227): onPause setting current activity to null [ +883 ms] I/FlutterActivityDelegate(19227): onResume setting current activity to this [+2171 ms] I/FlutterActivityDelegate(19227): onPause setting current activity to null [+1992 ms] I/FlutterActivityDelegate(19227): onResume setting current activity to this [+2792 ms] I/flutter (19227): Clicked on upload image button [ ] I/flutter (19227): Loading animation started [ ] I/flutter (19227): Image file path : File: '/storage/emulated/0/DCIM/Camera/IMG_20180609_002803.jpg' [ +22 ms] I/flutter (19227): image base file name: IMG_20180609_002803.jpg [ +7 ms] I/flutter (19227): STEP 1 Done - 2018-06-09 11:38:42.386643 [ +14 ms] W/DynamiteModule(19227): Local module descriptor class for com.google.android.gms.firebasestorage not found. [ +11 ms] W/zygote64(19227): Unsupported class loader [ +2 ms] W/zygote64(19227): Skipping duplicate class check due to unsupported classloader [ +1 ms] I/DynamiteModule(19227): Considering local module com.google.android.gms.firebasestorage:0 and remote module com.google.android.gms.firebasestorage:6 [ ] I/DynamiteModule(19227): Selected remote version of com.google.android.gms.firebasestorage, version &gt;= 6 [ +35 ms] W/zygote64(19227): Unsupported class loader [ +72 ms] E/StorageUtil(19227): error getting token java.util.concurrent.ExecutionException: com.google.firebase.FirebaseApiNotAvailableException: firebase-auth is not linked, please fall back to unauthenticated mode. [ +12 ms] D/NetworkSecurityConfig(19227): No Network Security Config specified, using platform default [ +1 ms] W/NetworkRequest(19227): no auth token for request [ +21 ms] I/zygote64(19227): Do partial code cache collection, code=22KB, data=29KB [ ] I/zygote64(19227): After code cache collection, code=22KB, data=29KB [ ] I/zygote64(19227): Increasing code cache capacity to 128KB [+35612 ms] I/zygote64(19227): Do partial code cache collection, code=61KB, data=52KB [ ] I/zygote64(19227): After code cache collection, code=61KB, data=52KB [ ] I/zygote64(19227): Increasing code cache capacity to 256KB [+93706 ms] E/StorageUtil(19227): error getting token java.util.concurrent.ExecutionException: com.google.firebase.FirebaseApiNotAvailableException: firebase-auth is not linked, please fall back to unauthenticated mode. [ +1 ms] W/NetworkRequest(19227): no auth token for request [ +702 ms] D/UploadTask(19227): Increasing chunk size to 524288 [ ] E/StorageUtil(19227): error getting token java.util.concurrent.ExecutionException: com.google.firebase.FirebaseApiNotAvailableException: firebase-auth is not linked, please fall back to unauthenticated mode. [ ] W/NetworkRequest(19227): no auth token for request [ +712 ms] D/UploadTask(19227): Increasing chunk size to 1048576 [ +2 ms] E/StorageUtil(19227): error getting token java.util.concurrent.ExecutionException: com.google.firebase.FirebaseApiNotAvailableException: firebase-auth is not linked, please fall back to unauthenticated mode. [ +1 ms] W/NetworkRequest(19227): no auth token for request [ +613 ms] D/UploadTask(19227): Increasing chunk size to 2097152 [ +2 ms] E/StorageUtil(19227): error getting token java.util.concurrent.ExecutionException: com.google.firebase.FirebaseApiNotAvailableException: firebase-auth is not linked, please fall back to unauthenticated mode. [ ] W/NetworkRequest(19227): no auth token for request [+2082 ms] I/flutter (19227): STEP 2 Done - 2018-06-09 11:40:56.007541 [ +2 ms] I/flutter (19227): Download url received: https://firebasestorage.googleapis.com/v0/b/experiment-239c4.appspot.com/o/images%2FIMG_20180609_002803.jpg?alt=media&amp;token=e0add038-e542-474c-a309-9f7ef3091fa1 [ +1 ms] I/flutter (19227): Loading animation ended [+27851 ms] I/FlutterActivityDelegate(19227): onPause setting current activity to null </code></pre></div> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="➜ experiment flutter analyze Analyzing experiment... No issues found! (ran in 1.6s) "><pre class="notranslate"><code class="notranslate">➜ experiment flutter analyze Analyzing experiment... No issues found! (ran in 1.6s) </code></pre></div> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="➜ experiment flutter doctor -v [✓] Flutter (Channel master, v0.5.2-pre.78, on Mac OS X 10.13.5 17F77, locale en-IN) • Flutter version 0.5.2-pre.78 at /Users/sureshkumarmajhi/flutter • Framework revision 3b9b5acefc (2 days ago), 2018-06-07 10:07:52 -0700 • Engine revision fca976d8c7 • Dart version 2.0.0-dev.60.0.flutter-a5e41681e5 [✓] Android toolchain - develop for Android devices (Android SDK 27.0.3) • Android SDK at /Users/sureshkumarmajhi/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-27, 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-1024-b01) • All Android licenses accepted. [✓] iOS toolchain - develop for iOS devices (Xcode 9.4) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 9.4, Build version 9F1027a • ios-deploy 1.9.2 • CocoaPods version 1.5.3 [✓] Android Studio (version 3.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 25.0.1 • Dart plugin version 173.4700 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01) [!] VS Code (version 1.21.1) • VS Code at /Users/sureshkumarmajhi/Applications/Visual Studio Code.app/Contents • Flutter extension not installed; install from https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter [✓] Connected devices (1 available) • Pixel 2 XL • 803KPSL1600646 • android-arm64 • Android 8.1.0 (API 27) ! Doctor found issues in 1 category. "><pre class="notranslate"><code class="notranslate">➜ experiment flutter doctor -v [✓] Flutter (Channel master, v0.5.2-pre.78, on Mac OS X 10.13.5 17F77, locale en-IN) • Flutter version 0.5.2-pre.78 at /Users/sureshkumarmajhi/flutter • Framework revision 3b9b5acefc (2 days ago), 2018-06-07 10:07:52 -0700 • Engine revision fca976d8c7 • Dart version 2.0.0-dev.60.0.flutter-a5e41681e5 [✓] Android toolchain - develop for Android devices (Android SDK 27.0.3) • Android SDK at /Users/sureshkumarmajhi/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-27, 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-1024-b01) • All Android licenses accepted. [✓] iOS toolchain - develop for iOS devices (Xcode 9.4) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 9.4, Build version 9F1027a • ios-deploy 1.9.2 • CocoaPods version 1.5.3 [✓] Android Studio (version 3.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 25.0.1 • Dart plugin version 173.4700 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01) [!] VS Code (version 1.21.1) • VS Code at /Users/sureshkumarmajhi/Applications/Visual Studio Code.app/Contents • Flutter extension not installed; install from https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter [✓] Connected devices (1 available) • Pixel 2 XL • 803KPSL1600646 • android-arm64 • Android 8.1.0 (API 27) ! Doctor found issues in 1 category. </code></pre></div>
<h2 dir="auto">flutter run on camera plugin example</h2> <p dir="auto">I tried to run the camera plugin example on both iOS simulator iPhone 6<br> This is the first part of the output:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** The following build commands failed: CpResource Flutter/flutter_assets/&lt;path&gt;/packages/camera/example/build/ios/Debug-iphonesimulator/Runner.app/flutter_assets (1 failure) Xcode's output: ↳ Build settings from command line: ARCHS = x86_64 BUILD_DIR =/&lt;path&gt;/packages/camera/example/build/ios ONLY_ACTIVE_ARCH = YES SDKROOT = iphonesimulator11.2"><pre class="notranslate"><code class="notranslate">Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** The following build commands failed: CpResource Flutter/flutter_assets/&lt;path&gt;/packages/camera/example/build/ios/Debug-iphonesimulator/Runner.app/flutter_assets (1 failure) Xcode's output: ↳ Build settings from command line: ARCHS = x86_64 BUILD_DIR =/&lt;path&gt;/packages/camera/example/build/ios ONLY_ACTIVE_ARCH = YES SDKROOT = iphonesimulator11.2 </code></pre></div> <p dir="auto">I can add the flutter run / analyze / doctor logs here on request.</p> <p dir="auto">Also, I have an issue with running it on android too.</p> <p dir="auto">Thanks!</p>
0
<p dir="auto">It seems that the local cache feature introduced in <code class="notranslate">v3.1.10</code> breaks the propagation of exceptions via <code class="notranslate">celery.result.AsyncResult.get</code> if the result is serialized with JSON (and possibly others, except <code class="notranslate">pickle</code>).</p> <p dir="auto">To reproduce:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# test.py import sys import traceback from celery import Celery app = Celery('test') class Config: BROKER_URL = 'amqp://guest:[email protected]:5672/celery' CELERY_RESULT_BACKEND = 'amqp' CELERY_RESULT_SERIALIZER = 'json' app.config_from_object(Config) @app.task def exception_raising_task(to_raise=None): if to_raise is not None: raise RuntimeError(to_raise) return True if __name__ == '__main__': result = exception_raising_task.delay() result.get() # returns True result = exception_raising_task.delay('test') try: result.get() # raises TypeError at celery.backends.base:exception_to_python # displayed by print_exception() below except Exception as e: traceback.print_exception(*sys.exc_info()) finally: result.get() # correctly raises RuntimeError propagated from the task"><pre class="notranslate"><span class="pl-c"># test.py</span> <span class="pl-k">import</span> <span class="pl-s1">sys</span> <span class="pl-k">import</span> <span class="pl-s1">traceback</span> <span class="pl-k">from</span> <span class="pl-s1">celery</span> <span class="pl-k">import</span> <span class="pl-v">Celery</span> <span class="pl-s1">app</span> <span class="pl-c1">=</span> <span class="pl-v">Celery</span>(<span class="pl-s">'test'</span>) <span class="pl-k">class</span> <span class="pl-v">Config</span>: <span class="pl-v">BROKER_URL</span> <span class="pl-c1">=</span> <span class="pl-s">'amqp://guest:[email protected]:5672/celery'</span> <span class="pl-v">CELERY_RESULT_BACKEND</span> <span class="pl-c1">=</span> <span class="pl-s">'amqp'</span> <span class="pl-v">CELERY_RESULT_SERIALIZER</span> <span class="pl-c1">=</span> <span class="pl-s">'json'</span> <span class="pl-s1">app</span>.<span class="pl-en">config_from_object</span>(<span class="pl-v">Config</span>) <span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-s1">task</span></span> <span class="pl-k">def</span> <span class="pl-en">exception_raising_task</span>(<span class="pl-s1">to_raise</span><span class="pl-c1">=</span><span class="pl-c1">None</span>): <span class="pl-k">if</span> <span class="pl-s1">to_raise</span> <span class="pl-c1">is</span> <span class="pl-c1">not</span> <span class="pl-c1">None</span>: <span class="pl-k">raise</span> <span class="pl-v">RuntimeError</span>(<span class="pl-s1">to_raise</span>) <span class="pl-k">return</span> <span class="pl-c1">True</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">result</span> <span class="pl-c1">=</span> <span class="pl-s1">exception_raising_task</span>.<span class="pl-en">delay</span>() <span class="pl-s1">result</span>.<span class="pl-en">get</span>() <span class="pl-c"># returns True</span> <span class="pl-s1">result</span> <span class="pl-c1">=</span> <span class="pl-s1">exception_raising_task</span>.<span class="pl-en">delay</span>(<span class="pl-s">'test'</span>) <span class="pl-k">try</span>: <span class="pl-s1">result</span>.<span class="pl-en">get</span>() <span class="pl-c"># raises TypeError at celery.backends.base:exception_to_python</span> <span class="pl-c"># displayed by print_exception() below</span> <span class="pl-k">except</span> <span class="pl-v">Exception</span> <span class="pl-k">as</span> <span class="pl-s1">e</span>: <span class="pl-s1">traceback</span>.<span class="pl-en">print_exception</span>(<span class="pl-c1">*</span><span class="pl-s1">sys</span>.<span class="pl-en">exc_info</span>()) <span class="pl-k">finally</span>: <span class="pl-s1">result</span>.<span class="pl-en">get</span>() <span class="pl-c"># correctly raises RuntimeError propagated from the task</span></pre></div> <p dir="auto">The exact traceback of the broken propagation is:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt;&gt;&gt; result = exception_raising_task.delay('test') &gt;&gt;&gt; result.get() Traceback (most recent call last): File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt; File &quot;/opt/celery-dev/local/lib/python2.7/site-packages/celery-3.1.10-py2.7.egg/celery/result.py&quot;, line 171, in get self._get_task_meta() # update self._cache File &quot;/opt/celery-dev/local/lib/python2.7/site-packages/celery-3.1.10-py2.7.egg/celery/result.py&quot;, line 332, in _get_task_meta return self._set_cache(meta) File &quot;/opt/celery-dev/local/lib/python2.7/site-packages/celery-3.1.10-py2.7.egg/celery/result.py&quot;, line 339, in _set_cache d['result'] = self.backend.exception_to_python(d['result']) File &quot;/opt/celery-dev/local/lib/python2.7/site-packages/celery-3.1.10-py2.7.egg/celery/backends/base.py&quot;, line 171, in exception_to_python from_utf8(exc['exc_type']), __name__)(exc['exc_message']) TypeError: sequence index must be integer, not 'str'"><pre class="notranslate"><code class="notranslate">&gt;&gt;&gt; result = exception_raising_task.delay('test') &gt;&gt;&gt; result.get() Traceback (most recent call last): File "&lt;stdin&gt;", line 1, in &lt;module&gt; File "/opt/celery-dev/local/lib/python2.7/site-packages/celery-3.1.10-py2.7.egg/celery/result.py", line 171, in get self._get_task_meta() # update self._cache File "/opt/celery-dev/local/lib/python2.7/site-packages/celery-3.1.10-py2.7.egg/celery/result.py", line 332, in _get_task_meta return self._set_cache(meta) File "/opt/celery-dev/local/lib/python2.7/site-packages/celery-3.1.10-py2.7.egg/celery/result.py", line 339, in _set_cache d['result'] = self.backend.exception_to_python(d['result']) File "/opt/celery-dev/local/lib/python2.7/site-packages/celery-3.1.10-py2.7.egg/celery/backends/base.py", line 171, in exception_to_python from_utf8(exc['exc_type']), __name__)(exc['exc_message']) TypeError: sequence index must be integer, not 'str' </code></pre></div> <p dir="auto">Upon inspection, this seems to be caused by a duplicate call of <code class="notranslate">celery.result.AsyncResult._set_cache</code> in <code class="notranslate">celery.result.AsyncResult._get_task_meta</code>, which could be left there by a mistake:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# celery/result.py def _get_task_meta(self): if self._cache is None: meta = self.backend.get_task_meta(self.id) if meta: state = meta['status'] if state == states.SUCCESS or state in states.PROPAGATE_STATES: self._set_cache(meta) # &lt;--- this call substitutes meta['result'] field, so the following will fail return self._set_cache(meta) return meta return self._cache"><pre class="notranslate"><span class="pl-c"># celery/result.py</span> <span class="pl-k">def</span> <span class="pl-en">_get_task_meta</span>(<span class="pl-s1">self</span>): <span class="pl-k">if</span> <span class="pl-s1">self</span>.<span class="pl-s1">_cache</span> <span class="pl-c1">is</span> <span class="pl-c1">None</span>: <span class="pl-s1">meta</span> <span class="pl-c1">=</span> <span class="pl-s1">self</span>.<span class="pl-s1">backend</span>.<span class="pl-en">get_task_meta</span>(<span class="pl-s1">self</span>.<span class="pl-s1">id</span>) <span class="pl-k">if</span> <span class="pl-s1">meta</span>: <span class="pl-s1">state</span> <span class="pl-c1">=</span> <span class="pl-s1">meta</span>[<span class="pl-s">'status'</span>] <span class="pl-k">if</span> <span class="pl-s1">state</span> <span class="pl-c1">==</span> <span class="pl-s1">states</span>.<span class="pl-v">SUCCESS</span> <span class="pl-c1">or</span> <span class="pl-s1">state</span> <span class="pl-c1">in</span> <span class="pl-s1">states</span>.<span class="pl-v">PROPAGATE_STATES</span>: <span class="pl-s1">self</span>.<span class="pl-en">_set_cache</span>(<span class="pl-s1">meta</span>) <span class="pl-c"># &lt;--- this call substitutes meta['result'] field, so the following will fail</span> <span class="pl-k">return</span> <span class="pl-s1">self</span>.<span class="pl-en">_set_cache</span>(<span class="pl-s1">meta</span>) <span class="pl-k">return</span> <span class="pl-s1">meta</span> <span class="pl-k">return</span> <span class="pl-s1">self</span>.<span class="pl-s1">_cache</span></pre></div> <p dir="auto">So, the problem should be fixed by removing the line highlighted above (works for my local environment).</p>
<p dir="auto"><code class="notranslate">celery inspect conf</code> command always returns empty <code class="notranslate">BROKER_TRANSPORT_OPTIONS</code> even when it seems set properly with <code class="notranslate">celery report</code> command.</p> <p dir="auto">I'm not sure this setting is really working on each active workers. But I see some 1h+ tasks are running on duplicately on two workers.</p> <p dir="auto">Output of <code class="notranslate">celery report</code></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="redash@02f67972c8fb:/app$ celery report -A redash.worker software -&gt; celery:3.1.23 (Cipater) kombu:3.0.37 py:2.7.12 billiard:3.3.0.23 redis:2.10.5 platform -&gt; system:Linux arch:64bit, ELF imp:CPython loader -&gt; celery.loaders.app.AppLoader settings -&gt; transport:redis results:redis://*** CELERY_ACKS_LATE: True CELERYBEAT_SCHEDULE: { 'cleanup_query_results': { 'schedule': datetime.timedelta(0, 300), 'task': 'redash.tasks.cleanup_query_results'}, 'cleanup_tasks': { 'schedule': datetime.timedelta(0, 300), 'task': 'redash.tasks.cleanup_tasks'}, 'refresh_queries': { 'schedule': datetime.timedelta(0, 30), 'task': 'redash.tasks.refresh_queries'}, 'refresh_schemas': { 'schedule': datetime.timedelta(0, 1800), 'task': 'redash.tasks.refresh_schemas'}, 'version_check': { 'schedule': &lt;crontab: 14 1 * * * (m/h/d/dM/MY)&gt;, 'task': 'redash.tasks.version_check'}} BROKER_TRANSPORT_OPTIONS: { 'visibility_timeout': 16200} CELERY_TASK_RESULT_EXPIRES: 43200 CELERY_TIMEZONE: 'UTC' CELERYD_PREFETCH_MULTIPLIER: 1 CELERY_RESULT_BACKEND: 'redis://***'"><pre class="notranslate"><code class="notranslate">redash@02f67972c8fb:/app$ celery report -A redash.worker software -&gt; celery:3.1.23 (Cipater) kombu:3.0.37 py:2.7.12 billiard:3.3.0.23 redis:2.10.5 platform -&gt; system:Linux arch:64bit, ELF imp:CPython loader -&gt; celery.loaders.app.AppLoader settings -&gt; transport:redis results:redis://*** CELERY_ACKS_LATE: True CELERYBEAT_SCHEDULE: { 'cleanup_query_results': { 'schedule': datetime.timedelta(0, 300), 'task': 'redash.tasks.cleanup_query_results'}, 'cleanup_tasks': { 'schedule': datetime.timedelta(0, 300), 'task': 'redash.tasks.cleanup_tasks'}, 'refresh_queries': { 'schedule': datetime.timedelta(0, 30), 'task': 'redash.tasks.refresh_queries'}, 'refresh_schemas': { 'schedule': datetime.timedelta(0, 1800), 'task': 'redash.tasks.refresh_schemas'}, 'version_check': { 'schedule': &lt;crontab: 14 1 * * * (m/h/d/dM/MY)&gt;, 'task': 'redash.tasks.version_check'}} BROKER_TRANSPORT_OPTIONS: { 'visibility_timeout': 16200} CELERY_TASK_RESULT_EXPIRES: 43200 CELERY_TIMEZONE: 'UTC' CELERYD_PREFETCH_MULTIPLIER: 1 CELERY_RESULT_BACKEND: 'redis://***' </code></pre></div> <p dir="auto">Output of <code class="notranslate">celery inspect conf</code></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="redash@02f67972c8fb:/app$ celery inspect conf -A redash.worker -&gt; celery@6d971ca8001a: OK { &quot;ADMINS&quot;: [], &quot;BROKER_CONNECTION_MAX_RETRIES&quot;: 100, &quot;BROKER_CONNECTION_RETRY&quot;: true, &quot;BROKER_CONNECTION_TIMEOUT&quot;: 4, &quot;BROKER_FAILOVER_STRATEGY&quot;: null, &quot;BROKER_HEARTBEAT&quot;: null, &quot;BROKER_HEARTBEAT_CHECKRATE&quot;: 3.0, &quot;BROKER_HOST&quot;: null, &quot;BROKER_LOGIN_METHOD&quot;: null, &quot;BROKER_PASSWORD&quot;: &quot;********&quot;, &quot;BROKER_POOL_LIMIT&quot;: 10, &quot;BROKER_PORT&quot;: null, &quot;BROKER_TRANSPORT&quot;: null, &quot;BROKER_TRANSPORT_OPTIONS&quot;: {}, "><pre class="notranslate"><code class="notranslate">redash@02f67972c8fb:/app$ celery inspect conf -A redash.worker -&gt; celery@6d971ca8001a: OK { "ADMINS": [], "BROKER_CONNECTION_MAX_RETRIES": 100, "BROKER_CONNECTION_RETRY": true, "BROKER_CONNECTION_TIMEOUT": 4, "BROKER_FAILOVER_STRATEGY": null, "BROKER_HEARTBEAT": null, "BROKER_HEARTBEAT_CHECKRATE": 3.0, "BROKER_HOST": null, "BROKER_LOGIN_METHOD": null, "BROKER_PASSWORD": "********", "BROKER_POOL_LIMIT": 10, "BROKER_PORT": null, "BROKER_TRANSPORT": null, "BROKER_TRANSPORT_OPTIONS": {}, </code></pre></div> <h2 dir="auto">Steps to reproduce</h2> <ul dir="auto"> <li>Set <code class="notranslate">BROKER_TRANSPORT_OPTIONS</code> with config file or in your code.</li> <li>Run <code class="notranslate">celery inspect conf</code></li> </ul> <h2 dir="auto">Expected behavior</h2> <ul dir="auto"> <li>Returns proper not empty <code class="notranslate">BROKER_TRANSPORT_OPTIONS</code></li> </ul> <h2 dir="auto">Actual behavior</h2> <ul dir="auto"> <li>Returns empty <code class="notranslate">BROKER_TRANSPORT_OPTIONS</code></li> </ul>
0
<blockquote> <p dir="auto">It may releated to <strong>Issue 2375: Crash: Use after free of std::function through CodepointWidthDetector</strong>, but I'm not sure.</p> </blockquote> <h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows NT 10.0.18985.0 Windows Terminal version (if applicable): 0.4.2382.0 Any other software? PowerShell Core 7.0.0-preview.3"><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: Microsoft Windows NT 10.0.18985.0 Windows Terminal version (if applicable): 0.4.2382.0 Any other software? PowerShell Core 7.0.0-preview.3 </code></pre></div> <h1 dir="auto">Steps to reproduce</h1> <p dir="auto">I'm not sure. Just typing in WSL in Windows Terminal and it crashed abruptly.<br> I tried to reproduce it by typing random strings and then crashed again, but maybe the reason of these crashes are not same.</p> <h1 dir="auto">Feedback Hub Link</h1> <p dir="auto"><strong><a href="https://aka.ms/AA63ois" rel="nofollow">https://aka.ms/AA63ois</a></strong></p> <h1 dir="auto">Expected behavior</h1> <p dir="auto">It shouldn't crash.</p> <h1 dir="auto">Actual behavior</h1> <p dir="auto">It crashed.</p>
<p dir="auto">Hi,<br> I like the new terminal and use it often. One thing which doesn't look very nice is when I start the Terminal with "run as administrator" then I see the UAC prompt with the message "Unknown program". Can this be fixed to have "Windows Terminal" there?</p> <p dir="auto">Thanks!</p> <p dir="auto">best,<br> Oliver</p>
0
<p dir="auto">It's good to directly run WebAssembly files in <strong>deno</strong> like <code class="notranslate">.js</code> and <code class="notranslate">.ts</code> files. If so then I can run:<br> <code class="notranslate">deno run myTask.wasm</code><br> without any additional files and steps. (it exports a common function like <code class="notranslate">main</code> or <code class="notranslate">start</code> or ...)</p> <p dir="auto">Also it's good to directly import these files to project with simple and readable syntax:<br> <code class="notranslate">import { task1 } from ".../myLib.wasm"</code></p> <p dir="auto">Like this code in <a href="https://dev.to/lampewebdev/writing-webassembly-in-rust-and-runing-it-in-deno-144j" rel="nofollow">dev.to</a>, it writes a simple library function called <code class="notranslate">square</code> and import it in <code class="notranslate">.ts</code> file and run that <code class="notranslate">.ts</code> file with deno.</p> <p dir="auto">Example above can be very simpler:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const wasmCode = await Deno.readFile(&quot;./target/wasm32-unknown-unknown/debug/wasm_deno_example.wasm&quot;); const wasmModule = new WebAssembly.Module(wasmCode); const wasmInstance = new WebAssembly.Instance(wasmModule); const { square, } = wasmInstance.exports;"><pre class="notranslate"><code class="notranslate">const wasmCode = await Deno.readFile("./target/wasm32-unknown-unknown/debug/wasm_deno_example.wasm"); const wasmModule = new WebAssembly.Module(wasmCode); const wasmInstance = new WebAssembly.Instance(wasmModule); const { square, } = wasmInstance.exports; </code></pre></div> <p dir="auto">can write somthing like:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import { square } from &quot;./target/wasm32-unknown-unknown/debug/wasm_deno_example.wasm&quot;;"><pre class="notranslate"><code class="notranslate">import { square } from "./target/wasm32-unknown-unknown/debug/wasm_deno_example.wasm"; </code></pre></div> <p dir="auto">It's much more readable, clean, easy to use, and also do not dirty the global context.</p> <p dir="auto">This simple feature enables more comfortable journey to publish <strong>libraries</strong> and write cross-platform deno <strong>apps</strong>.</p>
<p dir="auto">It was removed in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="614141502" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/5135" data-hovercard-type="pull_request" data-hovercard-url="/denoland/deno/pull/5135/hovercard" href="https://github.com/denoland/deno/pull/5135">#5135</a><br> Potentially this should be behind the --unstable flag?</p> <p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bartlomieju/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bartlomieju">@bartlomieju</a></p>
1
<p dir="auto">Running <code class="notranslate">julia doc/genstdlib.jl</code> to generate the ReST documentation fails on the following commit at the following line:</p> <p dir="auto"><a href="https://github.com/dpsanders/julia/blame/d633afac7d86021525056445efe1d12a1a7c3974/doc/stdlib/numbers.rst#L358">https://github.com/dpsanders/julia/blame/d633afac7d86021525056445efe1d12a1a7c3974/doc/stdlib/numbers.rst#L358</a></p> <p dir="auto">This is due to the fact that it finds a "duplicate" at</p> <p dir="auto"><a href="https://github.com/dpsanders/julia/blame/d633afac7d86021525056445efe1d12a1a7c3974/doc/stdlib/numbers.rst#L371">https://github.com/dpsanders/julia/blame/d633afac7d86021525056445efe1d12a1a7c3974/doc/stdlib/numbers.rst#L371</a></p> <p dir="auto">What is happening is that the first is a function definition, but the second is a <em>usage</em> of the same string within the docstring of a <em>different</em> function, and thus should not be a duplicate.</p> <p dir="auto">(This did not happen until <code class="notranslate">with_rounding</code> was merged with <code class="notranslate">setrounding</code> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="107369917" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/13232" data-hovercard-type="pull_request" data-hovercard-url="/JuliaLang/julia/pull/13232/hovercard" href="https://github.com/JuliaLang/julia/pull/13232">#13232</a>, which gave rise to this clash.)</p> <p dir="auto">Removing the exact text <code class="notranslate">setrounding(T, mode)</code> from within the definition of the second docstring successfully generates the correct documentation.</p>
<p dir="auto">I have not been able to compile Julia master successfully on my Apple Silicon Mac since Feb 9. Not exactly sure which commit led to this error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="LLVM ERROR: failed to perform tail call elimination on a call site marked musttail signal (6): Abort trap: 6 in expression starting at none:0 __pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line) Allocations: 158134957 (Pool: 158057440; Big: 77517); GC: 159 /bin/sh: line 1: 22471 Abort trap: 6 JULIA_BINDIR=/Users/gong/GitHub/julia/usr/bin WINEPATH=&quot;/Users/gong/GitHub/julia/usr/bin;$WINEPATH&quot; /Users/gong/GitHub/julia/usr/bin/julia -O3 -C &quot;apple-a12&quot; --output-o /Users/gong/GitHub/julia/usr/lib/julia/sys-o.a.tmp --startup-file=no --warn-overwrite=yes --sysimage /Users/gong/GitHub/julia/usr/lib/julia/sys.ji /Users/gong/GitHub/julia/contrib/generate_precompile.jl 1 *** This error is usually fixed by running `make clean`. If the error persists, try `make cleanall`. *** make[1]: *** [/Users/gong/GitHub/julia/usr/lib/julia/sys-o.a] Error 1 make: *** [julia-sysimg-release] Error 2"><pre class="notranslate"><code class="notranslate">LLVM ERROR: failed to perform tail call elimination on a call site marked musttail signal (6): Abort trap: 6 in expression starting at none:0 __pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line) Allocations: 158134957 (Pool: 158057440; Big: 77517); GC: 159 /bin/sh: line 1: 22471 Abort trap: 6 JULIA_BINDIR=/Users/gong/GitHub/julia/usr/bin WINEPATH="/Users/gong/GitHub/julia/usr/bin;$WINEPATH" /Users/gong/GitHub/julia/usr/bin/julia -O3 -C "apple-a12" --output-o /Users/gong/GitHub/julia/usr/lib/julia/sys-o.a.tmp --startup-file=no --warn-overwrite=yes --sysimage /Users/gong/GitHub/julia/usr/lib/julia/sys.ji /Users/gong/GitHub/julia/contrib/generate_precompile.jl 1 *** This error is usually fixed by running `make clean`. If the error persists, try `make cleanall`. *** make[1]: *** [/Users/gong/GitHub/julia/usr/lib/julia/sys-o.a] Error 1 make: *** [julia-sysimg-release] Error 2 </code></pre></div> <p dir="auto">uname -a:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Darwin rocinante.local 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T8101 arm64"><pre class="notranslate"><code class="notranslate">Darwin rocinante.local 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T8101 arm64 </code></pre></div>
0
<p dir="auto">Trying to load image in fragment but it doesn't work.</p> <p dir="auto">It says "Failed to load model" under <strong>onException</strong></p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" Glide.with(PImageFragment.this).load(Utility.productBaseURL + image_url) .placeholder(R.drawable.ic_placeholder) .error(R.drawable.ic_placeholder) .diskCacheStrategy(DiskCacheStrategy.ALL) .crossFade() .listener(new RequestListener&lt;String, GlideDrawable&gt;() { @Override public boolean onException(Exception e, String model, Target&lt;GlideDrawable&gt; target, boolean isFirstResource) { Utility.showLog(TAG,&quot;onFailed&quot;); Utility.showLog(TAG, e.getLocalizedMessage()); return false; } @Override public boolean onResourceReady(GlideDrawable resource, String model, Target&lt;GlideDrawable&gt; target, boolean isFromMemoryCache, boolean isFirstResource) { Utility.showLog(TAG, &quot;onResource Ready&quot;); return false; } }) .into(ivProductImage);"><pre class="notranslate"> <span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">with</span><span class="pl-kos">(</span><span class="pl-v">PImageFragment</span><span class="pl-kos">.</span><span class="pl-c1">this</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">load</span><span class="pl-kos">(</span><span class="pl-v">Utility</span><span class="pl-kos">.</span><span class="pl-c1">productBaseURL</span> <span class="pl-c1">+</span> <span class="pl-s1">image_url</span><span class="pl-kos">)</span> <span class="pl-kos">.</span><span class="pl-en">placeholder</span><span class="pl-kos">(</span><span class="pl-v">R</span><span class="pl-kos">.</span><span class="pl-c1">drawable</span><span class="pl-kos">.</span><span class="pl-c1">ic_placeholder</span><span class="pl-kos">)</span> <span class="pl-kos">.</span><span class="pl-en">error</span><span class="pl-kos">(</span><span class="pl-v">R</span><span class="pl-kos">.</span><span class="pl-c1">drawable</span><span class="pl-kos">.</span><span class="pl-c1">ic_placeholder</span><span class="pl-kos">)</span> <span class="pl-kos">.</span><span class="pl-en">diskCacheStrategy</span><span class="pl-kos">(</span><span class="pl-v">DiskCacheStrategy</span><span class="pl-kos">.</span><span class="pl-c1">ALL</span><span class="pl-kos">)</span> <span class="pl-kos">.</span><span class="pl-en">crossFade</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">.</span><span class="pl-c1">listener</span><span class="pl-kos">(</span><span class="pl-k">new</span> <span class="pl-v">RequestListener</span><span class="pl-c1">&lt;</span><span class="pl-v">String</span><span class="pl-kos">,</span> <span class="pl-v">GlideDrawable</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-v">Override</span> <span class="pl-c1">public</span> <span class="pl-s1">boolean</span> <span class="pl-c1">onException</span><span class="pl-kos">(</span><span class="pl-v">Exception</span> <span class="pl-s1">e</span><span class="pl-kos">,</span> <span class="pl-v">String</span> <span class="pl-s1">model</span><span class="pl-kos">,</span> <span class="pl-v">Target</span><span class="pl-c1">&lt;</span><span class="pl-ent">GlideDrawable</span><span class="pl-c1">&gt;</span> target, boolean isFirstResource) <span class="pl-kos">{</span> <span class="pl-v">Utility</span><span class="pl-kos">.</span><span class="pl-en">showLog</span><span class="pl-kos">(</span><span class="pl-c1">TAG</span><span class="pl-kos">,</span><span class="pl-s">"onFailed"</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-v">Utility</span><span class="pl-kos">.</span><span class="pl-en">showLog</span><span class="pl-kos">(</span><span class="pl-c1">TAG</span><span class="pl-kos">,</span> <span class="pl-s1">e</span><span class="pl-kos">.</span><span class="pl-en">getLocalizedMessage</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">return</span> <span class="pl-c1">false</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> @Override public boolean onResourceReady(GlideDrawable resource, String model, Target<span class="pl-c1">&lt;</span><span class="pl-ent">GlideDrawable</span><span class="pl-c1">&gt;</span> target, boolean isFromMemoryCache, boolean isFirstResource) <span class="pl-kos">{</span> <span class="pl-v">Utility</span><span class="pl-kos">.</span><span class="pl-en">showLog</span><span class="pl-kos">(</span><span class="pl-c1">TAG</span><span class="pl-kos">,</span> <span class="pl-s">"onResource Ready"</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-k">return</span> <span class="pl-c1">false</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-s1">into</span><span class="pl-kos">(</span><span class="pl-s1">ivProductImage</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto"><strong>Glide Version</strong>: 3.7.0</p> <p dir="auto">Hello guys,</p> <p dir="auto">We used a self-signed HTTPS cert on debug env, so may need to do litte thing on UrlConnection inside HttpUrlConnectionFactory under HttpUrlFetcher, is there anyway to configure/replace default DEFAULT_CONNECTION_FACTORY?</p> <p dir="auto">OR I have to rewrite a new module and stub by install module?</p> <p dir="auto">Thank you.</p>
0
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1736" rel="nofollow">http://projects.scipy.org/numpy/ticket/1736</a> on 2011-02-04 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/FrancescAlted/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/FrancescAlted">@FrancescAlted</a>, assigned to unknown.</em></p> <p dir="auto">The next script describes the problem.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy as np print &quot;numpy version:&quot;, np.__version__ a = np.zeros((), dtype=&quot;S10&quot;) a[()] = &quot;hello1&quot; # works! print a a[()] = np.array(&quot;hello2&quot;) # fails on 1.6.0.dev print a"><pre class="notranslate"><code class="notranslate">import numpy as np print "numpy version:", np.__version__ a = np.zeros((), dtype="S10") a[()] = "hello1" # works! print a a[()] = np.array("hello2") # fails on 1.6.0.dev print a </code></pre></div> <p dir="auto">Running it with 1.5.0:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="numpy version: 1.5.0.dev7987 hello1 hello2"><pre class="notranslate"><code class="notranslate">numpy version: 1.5.0.dev7987 hello1 hello2 </code></pre></div> <p dir="auto">With 1.6.0.dev:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="numpy version: 1.6.0.dev-0e60ecb hello1 Traceback (most recent call last): File &quot;/tmp/scalar-string-bug.py&quot;, line 8, in &lt;module&gt; a[()] = np.array(&quot;hello2&quot;) ValueError: cannot set an array element with a sequence"><pre class="notranslate"><code class="notranslate">numpy version: 1.6.0.dev-0e60ecb hello1 Traceback (most recent call last): File "/tmp/scalar-string-bug.py", line 8, in &lt;module&gt; a[()] = np.array("hello2") ValueError: cannot set an array element with a sequence </code></pre></div>
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1735" rel="nofollow">http://projects.scipy.org/numpy/ticket/1735</a> on 2011-02-04 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/FrancescAlted/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/FrancescAlted">@FrancescAlted</a>, assigned to unknown.</em></p> <p dir="auto">The next script describes the problem.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy as np print &quot;numpy version:&quot;, np.__version__ a = np.zeros((), dtype=&quot;S10&quot;) a[()] = &quot;hello1&quot; # works! print a a[()] = np.array(&quot;hello2&quot;) # fails on 1.6.0.dev print a"><pre class="notranslate"><code class="notranslate">import numpy as np print "numpy version:", np.__version__ a = np.zeros((), dtype="S10") a[()] = "hello1" # works! print a a[()] = np.array("hello2") # fails on 1.6.0.dev print a </code></pre></div> <p dir="auto">Running it with 1.5.0:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="numpy version: 1.5.0.dev7987 hello1 hello2"><pre class="notranslate"><code class="notranslate">numpy version: 1.5.0.dev7987 hello1 hello2 </code></pre></div> <p dir="auto">With 1.6.0.dev:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="numpy version: 1.6.0.dev-0e60ecb hello1 Traceback (most recent call last): File &quot;/tmp/scalar-string-bug.py&quot;, line 8, in &lt;module&gt; a[()] = np.array(&quot;hello2&quot;) ValueError: cannot set an array element with a sequence"><pre class="notranslate"><code class="notranslate">numpy version: 1.6.0.dev-0e60ecb hello1 Traceback (most recent call last): File "/tmp/scalar-string-bug.py", line 8, in &lt;module&gt; a[()] = np.array("hello2") ValueError: cannot set an array element with a sequence </code></pre></div>
1