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="Windows build number: 10.0.18362.207
Windows Terminal version (if applicable): Daily build from 7/4/2019
Any other software?"><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: 10.0.18362.207
Windows Terminal version (if applicable): Daily build from 7/4/2019
Any other software?
</code></pre></div>
<h1 dir="auto">Steps to reproduce</h1>
<p dir="auto">Just run WindowsTerminal and make sure it is the active window. I also have the dark theme configured on my system with a Blue accent color.</p>
<h1 dir="auto">Expected behavior</h1>
<p dir="auto">The window title bar area not covered by tabs should reflect my configured accent color - Blue like this:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/5177512/60738908-21b6b200-9f1d-11e9-9744-6a8435f777a4.png"><img src="https://user-images.githubusercontent.com/5177512/60738908-21b6b200-9f1d-11e9-9744-6a8435f777a4.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">BTW the above is from the store version of WT so something has changed for the worse.</p>
<h1 dir="auto">Actual behavior</h1>
<p dir="auto">The window title bar area not covered by tabs is black:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/5177512/60739019-87a33980-9f1d-11e9-951a-400f6d3095ec.png"><img src="https://user-images.githubusercontent.com/5177512/60739019-87a33980-9f1d-11e9-951a-400f6d3095ec.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">Also, not a fan on the rounded corners. Every other Window on my system uses my accent color (and <strong>not</strong> rounded corners) e.g.:</p>
<p dir="auto">File Explorer:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/5177512/60738975-617d9980-9f1d-11e9-95dc-4af9bb62332c.png"><img src="https://user-images.githubusercontent.com/5177512/60738975-617d9980-9f1d-11e9-95dc-4af9bb62332c.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">Notepad:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/5177512/60739067-b3262400-9f1d-11e9-92c3-78c0c756f4ee.png"><img src="https://user-images.githubusercontent.com/5177512/60739067-b3262400-9f1d-11e9-92c3-78c0c756f4ee.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">You get the idea.</p> | <h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">To help reduce defects and provide better testing, SAL annotations should be applied to all applicable code in this project that utilizes C/C++. Guidance for this can be found at <a href="https://docs.microsoft.com/en-us/visualstudio/code-quality/using-sal-annotations-to-reduce-c-cpp-code-defects?view=vs-2019" rel="nofollow">https://docs.microsoft.com/en-us/visualstudio/code-quality/using-sal-annotations-to-reduce-c-cpp-code-defects?view=vs-2019</a></p>
<blockquote>
<p dir="auto">SAL is the Microsoft source code annotation language. By using source code annotations, you can make the intent behind your code explicit. These annotations also enable automated static analysis tools to analyze your code more accurately, with significantly fewer false positives and false negatives.</p>
</blockquote>
<h1 dir="auto">A clear and concise description of what you want to happen.</h1>
<p dir="auto">For now, I'd just ensure it's applied to new PRs. Going back to the other code can be done as time permits. A quick action that can be taken in reference to this issue is to update the <a href="https://github.com/microsoft/terminal/blob/master/doc/contributing.md">Contributor's Guide</a></p>
<p dir="auto">This issue can be a placeholder to remain open until SAL annotations are applied across the entire code base (similar to the issues for adopting C++ iso standards).</p> | 0 |
<p dir="auto"><strong>Context:</strong></p>
<ul dir="auto">
<li>Playwright Version: [1.20.1]</li>
<li>Operating System: [Linux]</li>
<li>Node.js version: [16.14.0]</li>
<li>Browser: [Electron]</li>
<li>Extra: [Electron app]</li>
</ul>
<p dir="auto"><strong>Code Snippet</strong></p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const electronApp = await electron.launch({ executablePath: ’xxx.AppImage‘ });
const winCount=electronApp.windows().length;
const window = await electronApp.firstWindow();"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">electronApp</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">executablePath</span>: <span class="pl-s1">’xxx</span><span class="pl-kos">.</span><span class="pl-c1">AppImage‘</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">winCount</span><span class="pl-c1">=</span><span class="pl-s1">electronApp</span><span class="pl-kos">.</span><span class="pl-en">windows</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-c1">length</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-s1">window</span> <span class="pl-c1">=</span> <span class="pl-k">await</span> <span class="pl-s1">electronApp</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></pre></div>
<p dir="auto"><strong>Describe the bug</strong><br>
Can't get the electron app when using AppImage, but launch electron main js file is ok</p>
<p dir="auto"><strong>Using main.js is ok</strong></p>
<p dir="auto">The below code can start electron app normally and the window can return back normal.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const electronApp = await electron.launch({ args: ['main.js'] });
const window = await electronApp.firstWindow();"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">electronApp</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">'main.js'</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">window</span> <span class="pl-c1">=</span> <span class="pl-k">await</span> <span class="pl-s1">electronApp</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></pre></div> | <p dir="auto"><strong>1. using main.js</strong><br>
const electronApp = await electron.launch({ args: ['main.js'] });<br>
const window = await electronApp.firstWindow();<br>
The above code can start electron app normally and the window can return back normal.</p>
<p dir="auto"><strong>2. using AppImage</strong><br>
const electronApp = await electron.launch({ executablePath: ’xxx.AppImage‘ });<br>
const winCount=electronApp.windows().length;<br>
const window = await electronApp.firstWindow();<br>
The above code can start electron app normally, but can't get the window, and i the winCount variable is 0.</p>
<p dir="auto">So I'm a little confused why can't get the window with AppImage?</p> | 1 |
<p dir="auto">This is another regression we noticed at switching <code class="notranslate">v5.5.8</code>.</p>
<p dir="auto">With a child visitor, we'd like to replace nested calls with strings:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="foo(bar('x'));"><pre class="notranslate"><span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-en">bar</span><span class="pl-kos">(</span><span class="pl-s">'x'</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">To:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="foo('{x}');"><pre class="notranslate"><span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-s">'{x}'</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">With a (simplified here) transform:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="module.exports = new Transformer('foo', {
CallExpression: function(node, parent, scope) {
scope.traverse(node, childCallVisitor, {});
}
});
var childCallVisitor = {
CallExpression: {
enter: function(node) {
return t.literal('{' + node['arguments'][0].value + '}');
}
}
};"><pre class="notranslate"><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-k">new</span> <span class="pl-v">Transformer</span><span class="pl-kos">(</span><span class="pl-s">'foo'</span><span class="pl-kos">,</span> <span class="pl-kos">{</span>
<span class="pl-en">CallExpression</span>: <span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-s1">node</span><span class="pl-kos">,</span> <span class="pl-s1">parent</span><span class="pl-kos">,</span> <span class="pl-s1">scope</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">scope</span><span class="pl-kos">.</span><span class="pl-en">traverse</span><span class="pl-kos">(</span><span class="pl-s1">node</span><span class="pl-kos">,</span> <span class="pl-s1">childCallVisitor</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>
<span class="pl-k">var</span> <span class="pl-s1">childCallVisitor</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span>
<span class="pl-c1">CallExpression</span>: <span class="pl-kos">{</span>
<span class="pl-en">enter</span>: <span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-s1">node</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">return</span> <span class="pl-s1">t</span><span class="pl-kos">.</span><span class="pl-en">literal</span><span class="pl-kos">(</span><span class="pl-s">'{'</span> <span class="pl-c1">+</span> <span class="pl-s1">node</span><span class="pl-kos">[</span><span class="pl-s">'arguments'</span><span class="pl-kos">]</span><span class="pl-kos">[</span><span class="pl-c1">0</span><span class="pl-kos">]</span><span class="pl-kos">.</span><span class="pl-c1">value</span> <span class="pl-c1">+</span> <span class="pl-s">'}'</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">The stack-trace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TypeError: /Users/dmitrys/test.js: Cannot set property '0' of null
at NodePath.replaceWith (.../babel/node_modules/babel-core/lib/babel/traversal/path/replacement.js:170:40)
at NodePath.call (.../babel/node_modules/babel-core/lib/babel/traversal/path/context.js:125:12)
at NodePath.visit (.../babel/node_modules/babel-core/lib/babel/traversal/path/context.js:146:8)
at TraversalContext.visitMultiple (.../babel/node_modules/babel-core/lib/babel/traversal/context.js:85:16)
at TraversalContext.visit (.../babel/node_modules/babel-core/lib/babel/traversal/context.js:115:19)
at Function.traverse.node (.../babel/node_modules/babel-core/lib/babel/traversal/index.js:67:17)
at traverse (.../babel/node_modules/babel-core/lib/babel/traversal/index.js:50:14)
at Scope.traverse (.../babel/node_modules/babel-core/lib/babel/traversal/scope/index.js:219:28)
at NodePath.module.exports.Transformer.CallExpression (...fb-transforms/babel-plugin-fbt/index.js:12:11)
at NodePath.call (.../babel/node_modules/babel-core/lib/babel/traversal/path/context.js:122:26)"><pre class="notranslate"><code class="notranslate">TypeError: /Users/dmitrys/test.js: Cannot set property '0' of null
at NodePath.replaceWith (.../babel/node_modules/babel-core/lib/babel/traversal/path/replacement.js:170:40)
at NodePath.call (.../babel/node_modules/babel-core/lib/babel/traversal/path/context.js:125:12)
at NodePath.visit (.../babel/node_modules/babel-core/lib/babel/traversal/path/context.js:146:8)
at TraversalContext.visitMultiple (.../babel/node_modules/babel-core/lib/babel/traversal/context.js:85:16)
at TraversalContext.visit (.../babel/node_modules/babel-core/lib/babel/traversal/context.js:115:19)
at Function.traverse.node (.../babel/node_modules/babel-core/lib/babel/traversal/index.js:67:17)
at traverse (.../babel/node_modules/babel-core/lib/babel/traversal/index.js:50:14)
at Scope.traverse (.../babel/node_modules/babel-core/lib/babel/traversal/scope/index.js:219:28)
at NodePath.module.exports.Transformer.CallExpression (...fb-transforms/babel-plugin-fbt/index.js:12:11)
at NodePath.call (.../babel/node_modules/babel-core/lib/babel/traversal/path/context.js:122:26)
</code></pre></div>
<p dir="auto">If we have more complex expression, it works:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="foo(bar('x') + ' y');"><pre class="notranslate"><span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-en">bar</span><span class="pl-kos">(</span><span class="pl-s">'x'</span><span class="pl-kos">)</span> <span class="pl-c1">+</span> <span class="pl-s">' y'</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">Normally transforms to:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="foo('{x}' + 'y');"><pre class="notranslate"><span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-s">'{x}'</span> <span class="pl-c1">+</span> <span class="pl-s">'y'</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div> | <p dir="auto">Error: Module build failed (from ./node_modules/babel-loader/lib/index.js):<br>
SyntaxError: D:\my-app\src\index.js: Unexpected token (9:2).<br>
when using react with decorators<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/42801687/64269710-abddbf80-cf3a-11e9-86e4-b376c4814ca3.PNG"><img src="https://user-images.githubusercontent.com/42801687/64269710-abddbf80-cf3a-11e9-86e4-b376c4814ca3.PNG" alt="Capture" style="max-width: 100%;"></a></p>
<p dir="auto">package.json</p>
<div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "7.5.5",
"@material-ui/core": "^4.3.3",
"@svgr/webpack": "4.3.2",
"@typescript-eslint/eslint-plugin": "1.13.0",
"@typescript-eslint/parser": "1.13.0",
"babel-eslint": "10.0.2",
"babel-jest": "^24.8.0",
"babel-plugin-named-asset-import": "^0.3.3",
"babel-preset-react-app": "^9.0.1",
"camelcase": "^5.2.0",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"css-loader": "2.1.1",
"dotenv": "6.2.0",
"dotenv-expand": "4.2.0",
"eslint": "^6.1.0",
"eslint-config-react-app": "^5.0.1",
"eslint-loader": "2.2.1",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "^1.6.1",
"file-loader": "3.0.1",
"fs-extra": "7.0.1",
"html-webpack-plugin": "4.0.0-beta.5",
"identity-obj-proxy": "3.0.0",
"is-wsl": "^1.1.0",
"jest": "24.8.0",
"jest-environment-jsdom-fourteen": "0.1.0",
"jest-resolve": "24.8.0",
"jest-watch-typeahead": "0.3.1",
"mini-css-extract-plugin": "0.5.0",
"mobx": "^5.13.0",
"mobx-react": "^6.1.3",
"optimize-css-assets-webpack-plugin": "5.0.3",
"pnp-webpack-plugin": "1.5.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "7.0.1",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"react": "^16.9.0",
"react-app-polyfill": "^1.0.2",
"react-dev-utils": "^9.0.3",
"react-dom": "^16.9.0",
"resolve": "1.12.0",
"resolve-url-loader": "3.1.0",
"sass-loader": "7.2.0",
"semver": "6.3.0",
"style-loader": "1.0.0",
"terser-webpack-plugin": "1.4.1",
"ts-pnp": "1.1.2",
"url-loader": "2.1.0",
"webpack": "4.39.1",
"webpack-dev-server": "3.2.1",
"webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "4.3.1"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"babel-loader": "8.0.6",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"vuex-module-decorators": "^0.10.1"
},
"babel": {
"presets": [
"@babel/preset-env", "@babel/preset-react"
],
"plugins": [
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
[
"@babel/plugin-proposal-class-properties",
{
"loose": true
}
]
]
},
"jest": {
"roots": [
"<rootDir>/src"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/**/*.d.ts"
],
"setupFiles": [
"react-app-polyfill/jsdom"
],
"setupFilesAfterEnv": [],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
],
"testEnvironment": "jest-environment-jsdom-fourteen",
"transform": {
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
"^.+\\.module\\.(css|sass|scss)$"
],
"modulePaths": [],
"moduleNameMapper": {
"^react-native$": "react-native-web",
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
},
"moduleFileExtensions": [
"web.js",
"js",
"web.ts",
"ts",
"web.tsx",
"tsx",
"json",
"web.jsx",
"jsx",
"node"
],
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
]
}
}"><pre class="notranslate">{
<span class="pl-ent">"name"</span>: <span class="pl-s"><span class="pl-pds">"</span>my-app<span class="pl-pds">"</span></span>,
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>0.1.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"private"</span>: <span class="pl-c1">true</span>,
<span class="pl-ent">"dependencies"</span>: {
<span class="pl-ent">"@babel/core"</span>: <span class="pl-s"><span class="pl-pds">"</span>7.5.5<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@material-ui/core"</span>: <span class="pl-s"><span class="pl-pds">"</span>^4.3.3<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@svgr/webpack"</span>: <span class="pl-s"><span class="pl-pds">"</span>4.3.2<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@typescript-eslint/eslint-plugin"</span>: <span class="pl-s"><span class="pl-pds">"</span>1.13.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@typescript-eslint/parser"</span>: <span class="pl-s"><span class="pl-pds">"</span>1.13.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"babel-eslint"</span>: <span class="pl-s"><span class="pl-pds">"</span>10.0.2<span class="pl-pds">"</span></span>,
<span class="pl-ent">"babel-jest"</span>: <span class="pl-s"><span class="pl-pds">"</span>^24.8.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"babel-plugin-named-asset-import"</span>: <span class="pl-s"><span class="pl-pds">"</span>^0.3.3<span class="pl-pds">"</span></span>,
<span class="pl-ent">"babel-preset-react-app"</span>: <span class="pl-s"><span class="pl-pds">"</span>^9.0.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"camelcase"</span>: <span class="pl-s"><span class="pl-pds">"</span>^5.2.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"case-sensitive-paths-webpack-plugin"</span>: <span class="pl-s"><span class="pl-pds">"</span>2.2.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"css-loader"</span>: <span class="pl-s"><span class="pl-pds">"</span>2.1.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"dotenv"</span>: <span class="pl-s"><span class="pl-pds">"</span>6.2.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"dotenv-expand"</span>: <span class="pl-s"><span class="pl-pds">"</span>4.2.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"eslint"</span>: <span class="pl-s"><span class="pl-pds">"</span>^6.1.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"eslint-config-react-app"</span>: <span class="pl-s"><span class="pl-pds">"</span>^5.0.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"eslint-loader"</span>: <span class="pl-s"><span class="pl-pds">"</span>2.2.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"eslint-plugin-flowtype"</span>: <span class="pl-s"><span class="pl-pds">"</span>3.13.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"eslint-plugin-import"</span>: <span class="pl-s"><span class="pl-pds">"</span>2.18.2<span class="pl-pds">"</span></span>,
<span class="pl-ent">"eslint-plugin-jsx-a11y"</span>: <span class="pl-s"><span class="pl-pds">"</span>6.2.3<span class="pl-pds">"</span></span>,
<span class="pl-ent">"eslint-plugin-react"</span>: <span class="pl-s"><span class="pl-pds">"</span>7.14.3<span class="pl-pds">"</span></span>,
<span class="pl-ent">"eslint-plugin-react-hooks"</span>: <span class="pl-s"><span class="pl-pds">"</span>^1.6.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"file-loader"</span>: <span class="pl-s"><span class="pl-pds">"</span>3.0.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"fs-extra"</span>: <span class="pl-s"><span class="pl-pds">"</span>7.0.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"html-webpack-plugin"</span>: <span class="pl-s"><span class="pl-pds">"</span>4.0.0-beta.5<span class="pl-pds">"</span></span>,
<span class="pl-ent">"identity-obj-proxy"</span>: <span class="pl-s"><span class="pl-pds">"</span>3.0.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"is-wsl"</span>: <span class="pl-s"><span class="pl-pds">"</span>^1.1.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"jest"</span>: <span class="pl-s"><span class="pl-pds">"</span>24.8.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"jest-environment-jsdom-fourteen"</span>: <span class="pl-s"><span class="pl-pds">"</span>0.1.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"jest-resolve"</span>: <span class="pl-s"><span class="pl-pds">"</span>24.8.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"jest-watch-typeahead"</span>: <span class="pl-s"><span class="pl-pds">"</span>0.3.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"mini-css-extract-plugin"</span>: <span class="pl-s"><span class="pl-pds">"</span>0.5.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"mobx"</span>: <span class="pl-s"><span class="pl-pds">"</span>^5.13.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"mobx-react"</span>: <span class="pl-s"><span class="pl-pds">"</span>^6.1.3<span class="pl-pds">"</span></span>,
<span class="pl-ent">"optimize-css-assets-webpack-plugin"</span>: <span class="pl-s"><span class="pl-pds">"</span>5.0.3<span class="pl-pds">"</span></span>,
<span class="pl-ent">"pnp-webpack-plugin"</span>: <span class="pl-s"><span class="pl-pds">"</span>1.5.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"postcss-flexbugs-fixes"</span>: <span class="pl-s"><span class="pl-pds">"</span>4.1.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"postcss-loader"</span>: <span class="pl-s"><span class="pl-pds">"</span>3.0.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"postcss-normalize"</span>: <span class="pl-s"><span class="pl-pds">"</span>7.0.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"postcss-preset-env"</span>: <span class="pl-s"><span class="pl-pds">"</span>6.7.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"postcss-safe-parser"</span>: <span class="pl-s"><span class="pl-pds">"</span>4.0.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"react"</span>: <span class="pl-s"><span class="pl-pds">"</span>^16.9.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"react-app-polyfill"</span>: <span class="pl-s"><span class="pl-pds">"</span>^1.0.2<span class="pl-pds">"</span></span>,
<span class="pl-ent">"react-dev-utils"</span>: <span class="pl-s"><span class="pl-pds">"</span>^9.0.3<span class="pl-pds">"</span></span>,
<span class="pl-ent">"react-dom"</span>: <span class="pl-s"><span class="pl-pds">"</span>^16.9.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"resolve"</span>: <span class="pl-s"><span class="pl-pds">"</span>1.12.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"resolve-url-loader"</span>: <span class="pl-s"><span class="pl-pds">"</span>3.1.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"sass-loader"</span>: <span class="pl-s"><span class="pl-pds">"</span>7.2.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"semver"</span>: <span class="pl-s"><span class="pl-pds">"</span>6.3.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"style-loader"</span>: <span class="pl-s"><span class="pl-pds">"</span>1.0.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"terser-webpack-plugin"</span>: <span class="pl-s"><span class="pl-pds">"</span>1.4.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"ts-pnp"</span>: <span class="pl-s"><span class="pl-pds">"</span>1.1.2<span class="pl-pds">"</span></span>,
<span class="pl-ent">"url-loader"</span>: <span class="pl-s"><span class="pl-pds">"</span>2.1.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"webpack"</span>: <span class="pl-s"><span class="pl-pds">"</span>4.39.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"webpack-dev-server"</span>: <span class="pl-s"><span class="pl-pds">"</span>3.2.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"webpack-manifest-plugin"</span>: <span class="pl-s"><span class="pl-pds">"</span>2.0.4<span class="pl-pds">"</span></span>,
<span class="pl-ent">"workbox-webpack-plugin"</span>: <span class="pl-s"><span class="pl-pds">"</span>4.3.1<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"scripts"</span>: {
<span class="pl-ent">"start"</span>: <span class="pl-s"><span class="pl-pds">"</span>node scripts/start.js<span class="pl-pds">"</span></span>,
<span class="pl-ent">"build"</span>: <span class="pl-s"><span class="pl-pds">"</span>node scripts/build.js<span class="pl-pds">"</span></span>,
<span class="pl-ent">"test"</span>: <span class="pl-s"><span class="pl-pds">"</span>node scripts/test.js<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"eslintConfig"</span>: {
<span class="pl-ent">"extends"</span>: <span class="pl-s"><span class="pl-pds">"</span>react-app<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"browserslist"</span>: {
<span class="pl-ent">"production"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>>0.2%<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>not dead<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>not op_mini all<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"development"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>last 1 chrome version<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>last 1 firefox version<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>last 1 safari version<span class="pl-pds">"</span></span>
]
},
<span class="pl-ent">"devDependencies"</span>: {
<span class="pl-ent">"@babel/core"</span>: <span class="pl-s"><span class="pl-pds">"</span>7.5.5<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@babel/preset-env"</span>: <span class="pl-s"><span class="pl-pds">"</span>7.5.5<span class="pl-pds">"</span></span>,
<span class="pl-ent">"babel-loader"</span>: <span class="pl-s"><span class="pl-pds">"</span>8.0.6<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@babel/plugin-proposal-class-properties"</span>: <span class="pl-s"><span class="pl-pds">"</span>7.5.5<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@babel/plugin-proposal-decorators"</span>: <span class="pl-s"><span class="pl-pds">"</span>^7.4.4<span class="pl-pds">"</span></span>,
<span class="pl-ent">"vuex-module-decorators"</span>: <span class="pl-s"><span class="pl-pds">"</span>^0.10.1<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"babel"</span>: {
<span class="pl-ent">"presets"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>@babel/preset-env<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>@babel/preset-react<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"plugins"</span>: [
[
<span class="pl-s"><span class="pl-pds">"</span>@babel/plugin-proposal-decorators<span class="pl-pds">"</span></span>,
{
<span class="pl-ent">"legacy"</span>: <span class="pl-c1">true</span>
}
],
[
<span class="pl-s"><span class="pl-pds">"</span>@babel/plugin-proposal-class-properties<span class="pl-pds">"</span></span>,
{
<span class="pl-ent">"loose"</span>: <span class="pl-c1">true</span>
}
]
]
},
<span class="pl-ent">"jest"</span>: {
<span class="pl-ent">"roots"</span>: [
<span class="pl-s"><span class="pl-pds">"</span><rootDir>/src<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"collectCoverageFrom"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>src/**/*.{js,jsx,ts,tsx}<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>!src/**/*.d.ts<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"setupFiles"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>react-app-polyfill/jsdom<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"setupFilesAfterEnv"</span>: [],
<span class="pl-ent">"testMatch"</span>: [
<span class="pl-s"><span class="pl-pds">"</span><rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span><rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"testEnvironment"</span>: <span class="pl-s"><span class="pl-pds">"</span>jest-environment-jsdom-fourteen<span class="pl-pds">"</span></span>,
<span class="pl-ent">"transform"</span>: {
<span class="pl-ent">"^.+<span class="pl-cce">\\</span>.(js|jsx|ts|tsx)$"</span>: <span class="pl-s"><span class="pl-pds">"</span><rootDir>/node_modules/babel-jest<span class="pl-pds">"</span></span>,
<span class="pl-ent">"^.+<span class="pl-cce">\\</span>.css$"</span>: <span class="pl-s"><span class="pl-pds">"</span><rootDir>/config/jest/cssTransform.js<span class="pl-pds">"</span></span>,
<span class="pl-ent">"^(?!.*<span class="pl-cce">\\</span>.(js|jsx|ts|tsx|css|json)$)"</span>: <span class="pl-s"><span class="pl-pds">"</span><rootDir>/config/jest/fileTransform.js<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"transformIgnorePatterns"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>[/<span class="pl-cce">\\\\</span>]node_modules[/<span class="pl-cce">\\\\</span>].+<span class="pl-cce">\\</span>.(js|jsx|ts|tsx)$<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>^.+<span class="pl-cce">\\</span>.module<span class="pl-cce">\\</span>.(css|sass|scss)$<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"modulePaths"</span>: [],
<span class="pl-ent">"moduleNameMapper"</span>: {
<span class="pl-ent">"^react-native$"</span>: <span class="pl-s"><span class="pl-pds">"</span>react-native-web<span class="pl-pds">"</span></span>,
<span class="pl-ent">"^.+<span class="pl-cce">\\</span>.module<span class="pl-cce">\\</span>.(css|sass|scss)$"</span>: <span class="pl-s"><span class="pl-pds">"</span>identity-obj-proxy<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"moduleFileExtensions"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>web.js<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>js<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>web.ts<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>ts<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>web.tsx<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>tsx<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>json<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>web.jsx<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>jsx<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>node<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"watchPlugins"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>jest-watch-typeahead/filename<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>jest-watch-typeahead/testname<span class="pl-pds">"</span></span>
]
}
}</pre></div> | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>Dubbo version: 2.7.4.1</li>
<li>Operating System version: xxx</li>
<li>Java version: 1.8</li>
</ul>
<p dir="auto">because invocation.getMethodName() is $invoke</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.7.3</li>
<li>Operating System version: windows</li>
<li>Java version: 1.8</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<p dir="auto">dubbo-spring-boot-starter: 2.7.3<br>
application.properties<br>
dubbo.registrys.cob1.address=zookeeper://127.0.0.1:2181<br>
dubbo.registrys.cob2.address=zookeeper://127.0.0.1:2181</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?<br>
how to solve the problem</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="No registry config found or it's not a valid config! the registry config is<dubbo:registry valid ="false" zookeeperprotocol="false" prefix="dubbo.registry""><pre class="notranslate"><code class="notranslate">No registry config found or it's not a valid config! the registry config is<dubbo:registry valid ="false" zookeeperprotocol="false" prefix="dubbo.registry"
</code></pre></div> | 0 |
<h3 dir="auto">System information</h3>
<p dir="auto">System information<br>
Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes<br>
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): MacOS 10.13.4<br>
TensorFlow installed from (source or binary): Binary<br>
TensorFlow version (use command below): v1.8.0-0-g93bc2e2072 1.8.0<br>
Python version: 3.5.4<br>
Bazel version (if compiling from source): 0.11.1<br>
GCC/Compiler version (if compiling from source): 9.1.0<br>
CUDA/cuDNN version: N/A<br>
GPU model and memory: N/A<br>
Exact command to reproduce: N/A</p>
<h3 dir="auto">Describe the problem</h3>
<p dir="auto">I'm running two versions of a NN which I expect to produce identical results, but they don't.</p>
<p dir="auto">The first version contains as part of the computation:</p>
<p dir="auto"><code class="notranslate">x = [0.0*a + 1.0*b, 1.0*a + 0.0*b]</code></p>
<p dir="auto">The second contains instead:</p>
<p dir="auto"><code class="notranslate">x = [b, a]</code></p>
<p dir="auto">The two runs produce different results. (a and b are both matrices).</p>
<p dir="auto">I'm using a constant seed for the random noise input, and I've verified that multiple runs of either of the two above cases produce identical results. Just changing from one case to the other produces different results. The results are not broken in either case (i.e. both cases produce reasonable output), just different.</p>
<p dir="auto">This seems like a bug to me.</p>
<p dir="auto">Thanks</p>
<p dir="auto">EDIT:</p>
<p dir="auto">I've also found that doing:</p>
<p dir="auto">x = 1.0 * a<br>
x = 1.0 * (1.0 * a)<br>
x = tf.identity(a)</p>
<p dir="auto">All give different results.</p>
<p dir="auto">Looking at this: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="275027016" data-permission-text="Title is private" data-url="https://github.com/tensorflow/tensorflow/issues/14675" data-hovercard-type="issue" data-hovercard-url="/tensorflow/tensorflow/issues/14675/hovercard" href="https://github.com/tensorflow/tensorflow/issues/14675">#14675</a><br>
Apparently the problem is I've made a change to the computation graph.</p>
<p dir="auto">I still think this is a bug so I'm going to leave this here. It's very frustrating when obvious things don't work as expected.</p> | <p dir="auto">I'm running TensorFlow 1.2 with CUDA.</p>
<p dir="auto">Error case:<br>
I call <code class="notranslate">tf.set_random_seed(2017)</code> and then build a graph <code class="notranslate">g1</code> that includes trainable variables and an optimizer. I create a session, run the <code class="notranslate">tf.global_variables_initializer()</code> op, and then immediately fetch the value of a scalar variable (without running any train steps, so this is the initial value of the variable). As expected, this value stays the same if I launch this process multiple times.</p>
<p dir="auto">I then build a graph <code class="notranslate">g2</code> that is identical to <code class="notranslate">g1</code> except for a slight change. <code class="notranslate">g1</code> contained <code class="notranslate">mu = tf.reduce_sum(x) / tf.size(x)[0]</code>, and <code class="notranslate">g2</code> contains <code class="notranslate">mu = tf.reduce_mean(x)</code>. <code class="notranslate">g2</code> is seeded the same way as <code class="notranslate">g1</code> and has the same variable names and shapes as <code class="notranslate">g1</code>. The only differently named tensors are those relating to the modification mentioned above. When I fetch the initial value of the same scalar variable from <code class="notranslate">g2</code>, there is a completely different value from when fetched from <code class="notranslate">g1</code>.</p>
<p dir="auto">I've tried to isolate this into a small test case but have not been successful yet. I will continue to work on this. Apologies for bug report without test case.<br>
My current intention is to workaround this with a Numpy based initialization scheme.</p>
<p dir="auto">Questions:<br>
(1) Is this expected behavior? Ideally the variables would be initialized in the same way to help make results more reproducible. In my case, the different variable initialization makes it more difficult to test that <code class="notranslate">g1</code> and <code class="notranslate">g2</code> produce the same values. If variables were initialized the same way, would be easy to see that refactoring the mean computation in the graph did not break anything.</p>
<p dir="auto">(2) Any idea why this occurs? Perhaps relevantly, <code class="notranslate">tf.make_template</code> is used within this graph. My current (evidence-free) hunch is the small change in graph causes a variable to move from CPU resident to GPU resident and caused a different PRNG kernel (provided with the same seed) to be used.</p> | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto">The issue happens in the <a href="https://github.com/eclipse-theia/theia">Theia repository</a> where Webpack emits a bogus bundle in production mode.</p>
<p dir="auto">I tracked this issue down to the update to <code class="notranslate">webpack-sources</code>: <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/webpack/webpack/commit/c3a0145b49e62fbda7fe1372b87b0cef517a6c7f/hovercard" href="https://github.com/webpack/webpack/commit/c3a0145b49e62fbda7fe1372b87b0cef517a6c7f"><tt>c3a0145</tt></a></p>
<p dir="auto">Any version <code class="notranslate">webpack-sources@3</code> fails our build, previous versions seem to work fine.</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">Bogus bundle code being emitted, such as:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="ffunction then(..."><pre class="notranslate"><span class="pl-s1">ffunction</span> <span class="pl-s1">then</span><span class="pl-kos">(</span>...</pre></div>
<p dir="auto">Note the duplicated <code class="notranslate">f</code> from <code class="notranslate">function</code>.</p>
<p dir="auto">The exact error is:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ERROR in bundle.js from Terser
Unexpected token: name (then) [webpack://../node_modules/es6-promise/dist/lib/es6-promise/-internal.js:129,4][bundle.js:46850,10]
at js_error (theia\node_modules\terser\dist\bundle.min.js:548:11)
at croak (theia\node_modules\terser\dist\bundle.min.js:1272:9)
at token_error (theia\node_modules\terser\dist\bundle.min.js:1280:9)
at unexpected (theia\node_modules\terser\dist\bundle.min.js:1286:9)
at semicolon (theia\node_modules\terser\dist\bundle.min.js:1324:56)
at simple_statement (theia\node_modules\terser\dist\bundle.min.js:1581:73)
at statement (theia\node_modules\terser\dist\bundle.min.js:1394:19)
at _embed_tokens_wrapper (theia\node_modules\terser\dist\bundle.min.js:1337:26)
at block_ (theia\node_modules\terser\dist\bundle.min.js:2170:20)
at _function_body (theia\node_modules\terser\dist\bundle.min.js:2082:21)"><pre class="notranslate"><code class="notranslate">ERROR in bundle.js from Terser
Unexpected token: name (then) [webpack://../node_modules/es6-promise/dist/lib/es6-promise/-internal.js:129,4][bundle.js:46850,10]
at js_error (theia\node_modules\terser\dist\bundle.min.js:548:11)
at croak (theia\node_modules\terser\dist\bundle.min.js:1272:9)
at token_error (theia\node_modules\terser\dist\bundle.min.js:1280:9)
at unexpected (theia\node_modules\terser\dist\bundle.min.js:1286:9)
at semicolon (theia\node_modules\terser\dist\bundle.min.js:1324:56)
at simple_statement (theia\node_modules\terser\dist\bundle.min.js:1581:73)
at statement (theia\node_modules\terser\dist\bundle.min.js:1394:19)
at _embed_tokens_wrapper (theia\node_modules\terser\dist\bundle.min.js:1337:26)
at block_ (theia\node_modules\terser\dist\bundle.min.js:2170:20)
at _function_body (theia\node_modules\terser\dist\bundle.min.js:2082:21)
</code></pre></div>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong></p>
<p dir="auto">Building a Theia application has a few <a href="https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites">prerequisites</a>.</p>
<p dir="auto">Unless you know how to skip node-gyp building, you'll need to have the proper shared libraries installed on Linux.</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="git clone https://github.com/eclipse-theia/theia.git
cd theia
git checkout 3716c0716f4f7fe30ef5b36faff4f85e833b20be
yarn upgrade
yarn # you can CTRL+C once you see linting output...
cd examples/browser
# <checkpoint>
yarn theia build # this runs webpack in production mode among other things"><pre class="notranslate">git clone https://github.com/eclipse-theia/theia.git
<span class="pl-c1">cd</span> theia
git checkout 3716c0716f4f7fe30ef5b36faff4f85e833b20be
yarn upgrade
yarn <span class="pl-c"><span class="pl-c">#</span> you can CTRL+C once you see linting output...</span>
<span class="pl-c1">cd</span> examples/browser
<span class="pl-c"><span class="pl-c">#</span> <checkpoint></span>
yarn theia build <span class="pl-c"><span class="pl-c">#</span> this runs webpack in production mode among other things</span></pre></div>
<p dir="auto">The above steps should lead to the error.</p>
<p dir="auto">You can start again from <code class="notranslate"><checkpoint></code> and edit <code class="notranslate">webpack.config.js</code> to add:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="config.optimization = {
minimize: false
};"><pre class="notranslate"><span class="pl-s1">config</span><span class="pl-kos">.</span><span class="pl-c1">optimization</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span>
<span class="pl-c1">minimize</span>: <span class="pl-c1">false</span>
<span class="pl-kos">}</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">This will allow you to take a look at the generated bundles. The bogus generation should be in <code class="notranslate">lib/bundle.js</code> line 46850.</p>
<p dir="auto"><strong>What is the expected behavior?</strong></p>
<p dir="auto">Emitted code to not be bogus, notably the duplicated <code class="notranslate">f</code> character in the previous examples.</p>
<p dir="auto"><strong>Other relevant information:</strong><br>
webpack version: 5.47.0<br>
Node.js version: 12.22.3<br>
Operating System: Windows 10<br>
Additional tools: n/a</p> | <h2 dir="auto">Feature request</h2>
<p dir="auto"><strong>What is the expected behavior?</strong></p>
<p dir="auto">Support a syntax like <code class="notranslate">require.context('./modules', true, /\.js$/, 'lazy', 'myModule')</code> to allow specifying a fixed chunkName.</p>
<p dir="auto"><strong>What is motivation or use case for adding/changing the behavior?</strong></p>
<p dir="auto">I want to split some code and pack them into a single file about operating dialogs from a enormous module.</p>
<ul dir="auto">
<li><code class="notranslate">require.context()</code> doesn't support specifying a fixed chunkName.</li>
<li><code class="notranslate">require.ensure()</code> and <code class="notranslate">import()</code> don't support passing expressions as module names.</li>
</ul>
<p dir="auto"><strong>How should this be implemented in your opinion?</strong></p>
<p dir="auto">I try to turn <code class="notranslate">webpack\lib\dependencies\RequireContextDependencyParserPlugin.js</code> into a new <a href="https://github.com/yyj08070631/async-import-plugin/blob/c73e2ba651bd861579821d8496838525c685b024/async-import-plugin.js#L13">async-import-plugin</a>. It supports the fifth param which can pass a fixed chunkName. The following is a replaying step.</p>
<ul dir="auto">
<li>Clone the repo <a href="https://github.com/yyj08070631/async-import-plugin/blob/c73e2ba651bd861579821d8496838525c685b024/async-import-plugin.js#L13">async-import-plugin</a>, run <code class="notranslate">npm i</code>.</li>
<li>Modify some code about managing chunkName in <code class="notranslate">webpack\lib\ContextModule.js</code>.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/27988527/127635622-5d15a6d3-9592-4a02-82c6-ff45d2be467b.png"><img src="https://user-images.githubusercontent.com/27988527/127635622-5d15a6d3-9592-4a02-82c6-ff45d2be467b.png" alt="impicture_20210730_174940" style="max-width: 100%;"></a></li>
<li>Run <code class="notranslate">npm run build</code>, then <code class="notranslate">require.asyncImport('./modules', true, /\.js$/, 'lazy', '$myModule$')</code> in index.js can achieve the target.</li>
</ul>
<p dir="auto"><strong>Are you willing to work on this yourself?</strong><br>
yes</p> | 0 |
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> using OffsetArrays, LinearAlgebra
julia> convert(OffsetArray{ComplexF64,2, Diagonal{ComplexF64,Vector{ComplexF64}}}, OffsetArray(zeros(ComplexF64,3,3), 0,0))
ERROR: MethodError: Cannot `convert` an object of type
OffsetArray{Complex{Float64{}},2,Matrix{ComplexF64}} to an object of type
OffsetArray{Complex{Float64{}},2,Diagonal{ComplexF64, Vector{ComplexF64}}}
Closest candidates are:
convert(::Type{T}, ::Factorization) where T<:AbstractArray at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.7/LinearAlgebra/src/factorization.jl:58
convert(::Type{T}, ::T) where T<:AbstractArray at abstractarray.jl:16
convert(::Type{T}, ::T) where T at essentials.jl:228
...
Stacktrace:
[1] top-level scope
@ REPL[16]:1
julia> VERSION
v"1.7.0-DEV.1025""><pre class="notranslate">julia<span class="pl-k">></span> <span class="pl-k">using</span> OffsetArrays, LinearAlgebra
julia<span class="pl-k">></span> <span class="pl-c1">convert</span>(OffsetArray{ComplexF64,<span class="pl-c1">2</span>, Diagonal{ComplexF64,Vector{ComplexF64}}}, <span class="pl-c1">OffsetArray</span>(<span class="pl-c1">zeros</span>(ComplexF64,<span class="pl-c1">3</span>,<span class="pl-c1">3</span>), <span class="pl-c1">0</span>,<span class="pl-c1">0</span>))
ERROR<span class="pl-k">:</span> MethodError<span class="pl-k">:</span> Cannot <span class="pl-s"><span class="pl-pds">`</span>convert<span class="pl-pds">`</span></span> an object of type
OffsetArray{Complex{Float64{}},<span class="pl-c1">2</span>,Matrix{ComplexF64}} to an object of type
OffsetArray{Complex{Float64{}},<span class="pl-c1">2</span>,Diagonal{ComplexF64, Vector{ComplexF64}}}
Closest candidates are<span class="pl-k">:</span>
<span class="pl-c1">convert</span>(<span class="pl-k">::</span><span class="pl-c1">Type{T}</span>, <span class="pl-k">::</span><span class="pl-c1">Factorization</span>) <span class="pl-k">where</span> T<span class="pl-k"><:</span><span class="pl-c1">AbstractArray</span> at <span class="pl-k">/</span>buildworker<span class="pl-k">/</span>worker<span class="pl-k">/</span>package_linux64<span class="pl-k">/</span>build<span class="pl-k">/</span>usr<span class="pl-k">/</span>share<span class="pl-k">/</span>julia<span class="pl-k">/</span>stdlib<span class="pl-k">/</span>v1.<span class="pl-c1">7</span><span class="pl-k">/</span>LinearAlgebra<span class="pl-k">/</span>src<span class="pl-k">/</span>factorization<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">58</span>
<span class="pl-c1">convert</span>(<span class="pl-k">::</span><span class="pl-c1">Type{T}</span>, <span class="pl-k">::</span><span class="pl-c1">T</span>) <span class="pl-k">where</span> T<span class="pl-k"><:</span><span class="pl-c1">AbstractArray</span> at abstractarray<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">16</span>
<span class="pl-c1">convert</span>(<span class="pl-k">::</span><span class="pl-c1">Type{T}</span>, <span class="pl-k">::</span><span class="pl-c1">T</span>) <span class="pl-k">where</span> T at essentials<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">228</span>
<span class="pl-k">...</span>
Stacktrace<span class="pl-k">:</span>
[<span class="pl-c1">1</span>] top<span class="pl-k">-</span>level scope
@ REPL[<span class="pl-c1">16</span>]<span class="pl-k">:</span><span class="pl-c1">1</span>
julia<span class="pl-k">></span> <span class="pl-c1">VERSION</span>
<span class="pl-s"><span class="pl-pds"><span class="pl-c1">v</span>"</span>1.7.0-DEV.1025<span class="pl-pds">"</span></span></pre></div>
<p dir="auto">The eltype in the error message is displayed as <code class="notranslate">Complex{Float64{}}</code> instead of <code class="notranslate">Complex{Float64}</code>. This only happens for some combinations of types.</p> | <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> typealias SelfDict{T} Dict{T,T}
Dict{T,T}
julia> isself(d::Dict) = false
# methods for generic function isself
isself(d::Dict{K,V}) at none:1
julia> isself(d::SelfDict) = true
# methods for generic function isself
isself(d::Dict{T,T}) at none:1
julia> isself([1=>2])
true
julia> isself([1=>"foo"])
true"><pre class="notranslate">julia<span class="pl-k">></span> typealias SelfDict{T} Dict{T,T}
Dict{T,T}
julia<span class="pl-k">></span> <span class="pl-en">isself</span>(d<span class="pl-k">::</span><span class="pl-c1">Dict</span>) <span class="pl-k">=</span> <span class="pl-c1">false</span>
<span class="pl-c"><span class="pl-c">#</span> methods for generic function isself</span>
<span class="pl-c1">isself</span>(d<span class="pl-k">::</span><span class="pl-c1">Dict{K,V}</span>) at none<span class="pl-k">:</span><span class="pl-c1">1</span>
julia<span class="pl-k">></span> <span class="pl-en">isself</span>(d<span class="pl-k">::</span><span class="pl-c1">SelfDict</span>) <span class="pl-k">=</span> <span class="pl-c1">true</span>
<span class="pl-c"><span class="pl-c">#</span> methods for generic function isself</span>
<span class="pl-c1">isself</span>(d<span class="pl-k">::</span><span class="pl-c1">Dict{T,T}</span>) at none<span class="pl-k">:</span><span class="pl-c1">1</span>
julia<span class="pl-k">></span> <span class="pl-c1">isself</span>([<span class="pl-c1">1</span><span class="pl-k">=></span><span class="pl-c1">2</span>])
<span class="pl-c1">true</span>
julia<span class="pl-k">></span> <span class="pl-c1">isself</span>([<span class="pl-c1">1</span><span class="pl-k">=></span><span class="pl-s"><span class="pl-pds">"</span>foo<span class="pl-pds">"</span></span>])
<span class="pl-c1">true</span></pre></div> | 0 |
<p dir="auto">One project I'm working on has three different places where I need to pass options to 6to5. There's the test suite that runs ES6 code with <code class="notranslate">6to5/register</code>, the Gulpfile that builds ES5 code that I can <code class="notranslate">npm publish</code>, and the REPL.</p>
<p dir="auto">Keeping all three in sync is not easy, especially when configurations change (e.g. just released 3.0). What about having all three reading their configuration from the same file?</p> | <blockquote>
<p dir="auto">Issue originally made by Jon Moss (maclover7)</p>
</blockquote>
<h3 dir="auto">Description</h3>
<p dir="auto">It seems like we are double testing Babel on both CircleCI and TravisCI. The only purpose of Circle appears to be to run tests on Node.js version [[ https://github.com/babel/babel/blob/master/circle.yml#L4 | 0.10.0 ]], which is already [[ https://github.com/babel/babel/blob/master/.travis.yml#L14 | duplicated ]] in the Travis build configuration. I propose that we remove the Circle integration, as this wastes resources, and also also slows down PR build times.</p>
<p dir="auto">Happy to send in a PR to take care of this, although may require a repo admin to go to Circle's site and manually turn off the integration. :-)</p> | 0 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
import numpy as np
fill_value = 0
#fill_value = np.nan
df0 = pd.DataFrame({'A': [1, fill_value, fill_value]})
df1 = pd.DataFrame({'B': ['a','b','c']})
c = pd.concat([df0, df1], axis=1)
print(c) # >>> OK
print(c['A']) # >>> OK
print(c['B']) # >>> OK
#========================
print("=====================")
df0_s = df0.to_sparse(fill_value = fill_value)
c = pd.concat([df0_s, df1], axis=1)
print(c) # >>> OK
print(c['A']) # >>> OK
print(c['B']) # >>> ERROR: 'IntBlock' object has no attribute 'sp_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">fill_value</span> <span class="pl-c1">=</span> <span class="pl-c1">0</span>
<span class="pl-c">#fill_value = np.nan</span>
<span class="pl-s1">df0</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">DataFrame</span>({<span class="pl-s">'A'</span>: [<span class="pl-c1">1</span>, <span class="pl-s1">fill_value</span>, <span class="pl-s1">fill_value</span>]})
<span class="pl-s1">df1</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">DataFrame</span>({<span class="pl-s">'B'</span>: [<span class="pl-s">'a'</span>,<span class="pl-s">'b'</span>,<span class="pl-s">'c'</span>]})
<span class="pl-s1">c</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-en">concat</span>([<span class="pl-s1">df0</span>, <span class="pl-s1">df1</span>], <span class="pl-s1">axis</span><span class="pl-c1">=</span><span class="pl-c1">1</span>)
<span class="pl-en">print</span>(<span class="pl-s1">c</span>) <span class="pl-c"># >>> OK</span>
<span class="pl-en">print</span>(<span class="pl-s1">c</span>[<span class="pl-s">'A'</span>]) <span class="pl-c"># >>> OK</span>
<span class="pl-en">print</span>(<span class="pl-s1">c</span>[<span class="pl-s">'B'</span>]) <span class="pl-c"># >>> OK</span>
<span class="pl-c">#========================</span>
<span class="pl-en">print</span>(<span class="pl-s">"====================="</span>)
<span class="pl-s1">df0_s</span> <span class="pl-c1">=</span> <span class="pl-s1">df0</span>.<span class="pl-en">to_sparse</span>(<span class="pl-s1">fill_value</span> <span class="pl-c1">=</span> <span class="pl-s1">fill_value</span>)
<span class="pl-s1">c</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-en">concat</span>([<span class="pl-s1">df0_s</span>, <span class="pl-s1">df1</span>], <span class="pl-s1">axis</span><span class="pl-c1">=</span><span class="pl-c1">1</span>)
<span class="pl-en">print</span>(<span class="pl-s1">c</span>) <span class="pl-c"># >>> OK</span>
<span class="pl-en">print</span>(<span class="pl-s1">c</span>[<span class="pl-s">'A'</span>]) <span class="pl-c"># >>> OK</span>
<span class="pl-en">print</span>(<span class="pl-s1">c</span>[<span class="pl-s">'B'</span>]) <span class="pl-c"># >>> ERROR: 'IntBlock' object has no attribute 'sp_index'</span></pre></div>
<h4 dir="auto">Problem description</h4>
<p dir="auto">The above code fails, when using mixed type data on segmenting the frame.<br>
A possible work-around is to recast the resulting sparse dataframe to a dense data frame via<br>
c_new = pd.DataFrame(c)</p>
<p dir="auto">At the bootom of this it seems that <code class="notranslate">pandas.concat</code> always uses the highest class object in the to catenate list, e.g. here the SparseDataFrame, to store teh resulting values in. This effectively works deep, below, however, the on surface interfaces are kind of blown out if the data contained is not as expected.<br>
This might be a very similar issue as <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="277484564" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/18551" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/18551/hovercard" href="https://github.com/pandas-dev/pandas/issues/18551">#18551</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="277484564" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/18551" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/18551/hovercard" href="https://github.com/pandas-dev/pandas/issues/18551">#18551</a>)</p>
<h4 dir="auto">Expected Output</h4>
<p dir="auto">well, hard to say if SparseDataFrames are to handle mixed type data (possibly keeping some of the columns sparse, other dense), or if <code class="notranslate">pd.concat</code> should fall back to a dense DataFrame here. Anyhow, the issue should be fixed one way or another,</p>
<h4 dir="auto">Output of <code class="notranslate">pd.show_versions()</code></h4>
<details>
<h2 dir="auto">INSTALLED VERSIONS</h2>
<p dir="auto">commit: None<br>
python: 3.6.1.final.0<br>
python-bits: 64<br>
OS: Windows<br>
OS-release: 10<br>
machine: AMD64<br>
processor: Intel64 Family 6 Model 94 Stepping 3, GenuineIntel<br>
byteorder: little<br>
LC_ALL: None<br>
LANG: None<br>
LOCALE: None.None</p>
<p dir="auto">pandas: 0.21.0<br>
pytest: 3.0.7<br>
pip: 9.0.1<br>
setuptools: 27.2.0<br>
Cython: 0.25.2<br>
numpy: 1.13.3<br>
scipy: 0.19.1<br>
pyarrow: None<br>
xarray: None<br>
IPython: 5.3.0<br>
sphinx: 1.5.6<br>
patsy: 0.4.1<br>
dateutil: 2.6.0<br>
pytz: 2017.2<br>
blosc: None<br>
bottleneck: 1.2.1<br>
tables: 3.2.2<br>
numexpr: 2.6.2<br>
feather: None<br>
matplotlib: 2.0.2<br>
openpyxl: 2.4.7<br>
xlrd: 1.0.0<br>
xlwt: 1.2.0<br>
xlsxwriter: 0.9.6<br>
lxml: 3.7.3<br>
bs4: 4.6.0<br>
html5lib: 0.999<br>
sqlalchemy: 1.1.9<br>
pymysql: None<br>
psycopg2: None<br>
jinja2: 2.9.6<br>
s3fs: None<br>
fastparquet: None<br>
pandas_gbq: None<br>
pandas_datareader: None</p>
</details> | <p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="215309477" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/15737" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/15737/hovercard" href="https://github.com/pandas-dev/pandas/issues/15737">#15737</a></p>
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
pd.concat([pd.DataFrame([0.0]), pd.SparseDataFrame([0.0])], axis=1).isnull()
pd.concat([pd.DataFrame([0.0]), pd.SparseDataFrame([0.0])], axis=1).density
pd.concat([pd.DataFrame([0.0], columns=['A']), pd.SparseDataFrame([0.0])], axis=1)['A']
pd.concat([pd.DataFrame([0.0], columns=['A']), pd.SparseDataFrame([0.0])], axis=1).iloc[0,0]
"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">pandas</span> <span class="pl-k">as</span> <span class="pl-s1">pd</span>
<span class="pl-s1">pd</span>.<span class="pl-en">concat</span>([<span class="pl-s1">pd</span>.<span class="pl-v">DataFrame</span>([<span class="pl-c1">0.0</span>]), <span class="pl-s1">pd</span>.<span class="pl-v">SparseDataFrame</span>([<span class="pl-c1">0.0</span>])], <span class="pl-s1">axis</span><span class="pl-c1">=</span><span class="pl-c1">1</span>).<span class="pl-en">isnull</span>()
<span class="pl-s1">pd</span>.<span class="pl-en">concat</span>([<span class="pl-s1">pd</span>.<span class="pl-v">DataFrame</span>([<span class="pl-c1">0.0</span>]), <span class="pl-s1">pd</span>.<span class="pl-v">SparseDataFrame</span>([<span class="pl-c1">0.0</span>])], <span class="pl-s1">axis</span><span class="pl-c1">=</span><span class="pl-c1">1</span>).<span class="pl-s1">density</span>
<span class="pl-s1">pd</span>.<span class="pl-en">concat</span>([<span class="pl-s1">pd</span>.<span class="pl-v">DataFrame</span>([<span class="pl-c1">0.0</span>], <span class="pl-s1">columns</span><span class="pl-c1">=</span>[<span class="pl-s">'A'</span>]), <span class="pl-s1">pd</span>.<span class="pl-v">SparseDataFrame</span>([<span class="pl-c1">0.0</span>])], <span class="pl-s1">axis</span><span class="pl-c1">=</span><span class="pl-c1">1</span>)[<span class="pl-s">'A'</span>]
<span class="pl-s1">pd</span>.<span class="pl-en">concat</span>([<span class="pl-s1">pd</span>.<span class="pl-v">DataFrame</span>([<span class="pl-c1">0.0</span>], <span class="pl-s1">columns</span><span class="pl-c1">=</span>[<span class="pl-s">'A'</span>]), <span class="pl-s1">pd</span>.<span class="pl-v">SparseDataFrame</span>([<span class="pl-c1">0.0</span>])], <span class="pl-s1">axis</span><span class="pl-c1">=</span><span class="pl-c1">1</span>).<span class="pl-s1">iloc</span>[<span class="pl-c1">0</span>,<span class="pl-c1">0</span>]</pre></div>
<h4 dir="auto">Problem description</h4>
<p dir="auto">Each of the above lines generates an error when the dataframes are of mixed sparsity, but would succeed if both dataframes were dense or both were sparse. This means that we can't seamlessly swap sparse dataframes for dense ones without knowing how they'll be used downstream.</p>
<h4 dir="auto">Expected Output</h4>
<p dir="auto">Each line does not generate an error.</p>
<h4 dir="auto">Output of <code class="notranslate">pd.show_versions()</code></h4>
<details>
##INSTALLED VERSIONS
<p dir="auto">commit: None<br>
python: 3.5.2.final.0<br>
python-bits: 64<br>
OS: Windows<br>
OS-release: 10<br>
machine: AMD64<br>
processor: Intel64 Family 6 Model 63 Stepping 2, GenuineIntel<br>
byteorder: little<br>
LC_ALL: None<br>
LANG: None<br>
LOCALE: None.None</p>
<p dir="auto">pandas: 0.20.2<br>
pytest: 2.9.2<br>
pip: 8.1.2<br>
setuptools: 27.2.0<br>
Cython: 0.25.2<br>
numpy: 1.13.0<br>
scipy: 0.18.1<br>
xarray: None<br>
IPython: 5.1.0<br>
sphinx: 1.4.6<br>
patsy: 0.4.1<br>
dateutil: 2.5.3<br>
pytz: 2016.6.1<br>
blosc: None<br>
bottleneck: 1.1.0<br>
tables: 3.2.2<br>
numexpr: 2.6.1<br>
feather: None<br>
matplotlib: 2.0.2<br>
openpyxl: 2.3.2<br>
xlrd: 1.0.0<br>
xlwt: 1.1.2<br>
xlsxwriter: 0.9.3<br>
lxml: 3.6.4<br>
bs4: 4.5.1<br>
html5lib: None<br>
sqlalchemy: 1.0.13<br>
pymysql: None<br>
psycopg2: None<br>
jinja2: 2.8<br>
s3fs: None<br>
pandas_gbq: None<br>
pandas_datareader: 0.4.0</p>
</details> | 1 |
<p dir="auto">With the support now for .tsx and .ts files, it is possible to have multiple input files with the same root name in a compilation (i.e. <code class="notranslate">file1.ts</code> and <code class="notranslate">file1.tsx</code>). Both of these may try to generate the same output file on compilation (i.e. <code class="notranslate">file1.js</code>), and only one will win. If/when more extensions for input (or output) files are added, this will exacerbate the problem.</p>
<p dir="auto">TypeScript should detect collisions on emitted files and error. (Ideally for resilience and future proofing, it should also detect if an emitted file would overwrite one of the input files).</p> | <p dir="auto">Hi, I realize that this has been <a href="http://stackoverflow.com/q/14583231/351836" rel="nofollow">asked on Stackoverflow</a> before and <a href="http://stackoverflow.com/a/14587529/351836" rel="nofollow">Ryan gave a short answer</a>, but I would really like to see this discussed more, since I believe this could be a huge time and ressource saver if it was implemented differently:</p>
<p dir="auto">I am trying to write a compact typescript definition file, but I am having troubles doing so for a larger project.</p>
<p dir="auto">My project has lots of interfaces that are implemented by a number of classes.</p>
<p dir="auto">From what I can see I always need to re"implement"/redeclare the methods of the interfaces in the classes like so:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" declare module someModule {
interface InterfaceOne {
/**
* Some lengthy description
*/
someStuff():any;
/**
* Some lengthy description
*/
moreStuff():any;
}
class OneClass implements InterfaceOne {
/**
* Some lengthy description
*/
someStuff():any;
/**
* Some lengthy description
*/
moreStuff():any;
/**
* Even more description
*/
classStuff(): any;
}
class TwoClass implements InterfaceOne {
/**
* Some lengthy description
*/
someStuff():any;
/**
* Some lengthy description
*/
moreStuff():any;
/**
* Even more description
*/
classStuff(): any;
}
} "><pre class="notranslate"> <span class="pl-k">declare</span> module <span class="pl-s1">someModule</span> <span class="pl-kos">{</span>
<span class="pl-k">interface</span> <span class="pl-smi">InterfaceOne</span> <span class="pl-kos">{</span>
<span class="pl-c">/**</span>
<span class="pl-c"> * Some lengthy description</span>
<span class="pl-c"> */</span>
<span class="pl-c1">someStuff</span><span class="pl-kos">(</span><span class="pl-kos">)</span>:<span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-c">/**</span>
<span class="pl-c"> * Some lengthy description</span>
<span class="pl-c"> */</span>
<span class="pl-c1">moreStuff</span><span class="pl-kos">(</span><span class="pl-kos">)</span>:<span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">class</span> <span class="pl-smi">OneClass</span> <span class="pl-k">implements</span> <span class="pl-smi">InterfaceOne</span> <span class="pl-kos">{</span>
<span class="pl-c">/**</span>
<span class="pl-c"> * Some lengthy description</span>
<span class="pl-c"> */</span>
<span class="pl-c1">someStuff</span><span class="pl-kos">(</span><span class="pl-kos">)</span>:<span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-c">/**</span>
<span class="pl-c"> * Some lengthy description</span>
<span class="pl-c"> */</span>
<span class="pl-c1">moreStuff</span><span class="pl-kos">(</span><span class="pl-kos">)</span>:<span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-c">/**</span>
<span class="pl-c"> * Even more description</span>
<span class="pl-c"> */</span>
<span class="pl-c1">classStuff</span><span class="pl-kos">(</span><span class="pl-kos">)</span>: <span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">class</span> <span class="pl-smi">TwoClass</span> <span class="pl-k">implements</span> <span class="pl-smi">InterfaceOne</span> <span class="pl-kos">{</span>
<span class="pl-c">/**</span>
<span class="pl-c"> * Some lengthy description</span>
<span class="pl-c"> */</span>
<span class="pl-c1">someStuff</span><span class="pl-kos">(</span><span class="pl-kos">)</span>:<span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-c">/**</span>
<span class="pl-c"> * Some lengthy description</span>
<span class="pl-c"> */</span>
<span class="pl-c1">moreStuff</span><span class="pl-kos">(</span><span class="pl-kos">)</span>:<span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-c">/**</span>
<span class="pl-c"> * Even more description</span>
<span class="pl-c"> */</span>
<span class="pl-c1">classStuff</span><span class="pl-kos">(</span><span class="pl-kos">)</span>: <span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span> </pre></div>
<p dir="auto">If I leave out the <code class="notranslate">someStuff</code> and <code class="notranslate">moreStuff</code> declarations from the interfaces in the class declarations<br>
I get this error:</p>
<blockquote>
<p dir="auto">error TS2137: Class TwoClass declares interface InterfaceOne but does not implement it:</p>
</blockquote>
<p dir="auto">So I always need to copy all of the declarations to each and every class that implements the interface.</p>
<p dir="auto">In his answer to the similar question Ryan wrote this:</p>
<blockquote>
<p dir="auto">Let's say you didn't have to write out the interface members:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" class Base { }
class Derived extends Base { }
interface Foo {
method(t: number): Base;
}
declare class FooImpl1 implements Foo {
// Empty
}
declare class FooImpl2 implements Foo {
public method(): Derived;
}"><pre class="notranslate"> <span class="pl-k">class</span> <span class="pl-smi">Base</span> <span class="pl-kos">{</span> <span class="pl-kos">}</span>
<span class="pl-k">class</span> <span class="pl-smi">Derived</span> <span class="pl-k">extends</span> <span class="pl-smi">Base</span> <span class="pl-kos">{</span> <span class="pl-kos">}</span>
<span class="pl-k">interface</span> <span class="pl-smi">Foo</span> <span class="pl-kos">{</span>
<span class="pl-c1">method</span><span class="pl-kos">(</span><span class="pl-s1">t</span>: <span class="pl-smi">number</span><span class="pl-kos">)</span>: <span class="pl-smi">Base</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">declare</span> <span class="pl-k">class</span> <span class="pl-smi">FooImpl1</span> <span class="pl-k">implements</span> <span class="pl-smi">Foo</span> <span class="pl-kos">{</span>
<span class="pl-c">// Empty</span>
<span class="pl-kos">}</span>
<span class="pl-k">declare</span> <span class="pl-k">class</span> <span class="pl-smi">FooImpl2</span> <span class="pl-k">implements</span> <span class="pl-smi">Foo</span> <span class="pl-kos">{</span>
<span class="pl-k">public</span> <span class="pl-c1">method</span><span class="pl-kos">(</span><span class="pl-kos">)</span>: <span class="pl-smi">Derived</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto">Is <code class="notranslate">FooImpl2</code> trying to declare an additional overload of <code class="notranslate">method</code>, or is <code class="notranslate">FooImpl2</code> implementing<br>
<code class="notranslate">method</code> using a signature that takes fewer parameters and returns a more derived type? Either<br>
would be a valid interpretation. You'd have to make rules for all sorts of cases like this so the<br>
programmer could specify what they actually meant, making the language less predictable.</p>
</blockquote>
<p dir="auto">I don't understand his arguments:</p>
<p dir="auto">First: for the vast majority of cases the <code class="notranslate">//Empty</code> case is the case that is totally _un_ambiguous: I have a class that implements Foo and thus I can call all methods from Foo, why do I need to redeclare all of them?</p>
<p dir="auto">Second: It's the same thing with classes, too, and there the existing rules seem to suffice: If I extend a class (in a definition .d.ts file) I don't have to reenumerate all the base type members either:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Base {
baseMethod():any;
}
class Derived extends Base {
derivedMethod():any;
}
class Foo {
public method(t: number): Base;
}
class FooImpl1 extends Foo {
// Empty - works! why not for interfaces?
}
class FooImpl2 extends Foo {
public method(): Derived;
public method(t: number): Base; // need to redeclare in case of overload if I want to use that method!
}"><pre class="notranslate"><span class="pl-k">class</span> <span class="pl-smi">Base</span> <span class="pl-kos">{</span>
<span class="pl-c1">baseMethod</span><span class="pl-kos">(</span><span class="pl-kos">)</span>:<span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">class</span> <span class="pl-smi">Derived</span> <span class="pl-k">extends</span> <span class="pl-smi">Base</span> <span class="pl-kos">{</span>
<span class="pl-c1">derivedMethod</span><span class="pl-kos">(</span><span class="pl-kos">)</span>:<span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">class</span> <span class="pl-smi">Foo</span> <span class="pl-kos">{</span>
<span class="pl-k">public</span> <span class="pl-c1">method</span><span class="pl-kos">(</span><span class="pl-s1">t</span>: <span class="pl-smi">number</span><span class="pl-kos">)</span>: <span class="pl-smi">Base</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">class</span> <span class="pl-smi">FooImpl1</span> <span class="pl-k">extends</span> <span class="pl-smi">Foo</span> <span class="pl-kos">{</span>
<span class="pl-c">// Empty - works! why not for interfaces?</span>
<span class="pl-kos">}</span>
<span class="pl-k">class</span> <span class="pl-smi">FooImpl2</span> <span class="pl-k">extends</span> <span class="pl-smi">Foo</span> <span class="pl-kos">{</span>
<span class="pl-k">public</span> <span class="pl-c1">method</span><span class="pl-kos">(</span><span class="pl-kos">)</span>: <span class="pl-smi">Derived</span><span class="pl-kos">;</span>
<span class="pl-k">public</span> <span class="pl-c1">method</span><span class="pl-kos">(</span><span class="pl-s1">t</span>: <span class="pl-smi">number</span><span class="pl-kos">)</span>: <span class="pl-smi">Base</span><span class="pl-kos">;</span> <span class="pl-c">// need to redeclare in case of overload if I want to use that method!</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto">So why should this not work for interfaces, too?</p>
<p dir="auto">By the way I really don't understand why you cannot do the following if you <em>leave out</em> the redeclaration in the last line of <code class="notranslate">FooImpl2</code> above:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="new FooImpl2().method(2); // TS2081: Supplied parameters do not match any signature of call target. TS2087: Could not select overload for 'call' expression."><pre class="notranslate"><span class="pl-k">new</span> <span class="pl-smi">FooImpl2</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">method</span><span class="pl-kos">(</span><span class="pl-c1">2</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// TS2081: Supplied parameters do not match any signature of call target. TS2087: Could not select overload for 'call' expression.</span></pre></div>
<p dir="auto">If <code class="notranslate">FooImpl2</code> extends <code class="notranslate">Foo</code>, it <em>must</em> be possible to call <code class="notranslate">method(t:number)</code> from the base type <em>and</em> the method declared. After all it's all about library definition files (.d.ts) that declare how the library will behave, so the overload resolution happens at runtime and if multiple members are declared, then all of them should work and be available, shouldn't they?</p>
<p dir="auto">So back to the original question: Why can't <code class="notranslate">implements SomeInterface</code> behave like <code class="notranslate">extends SomeClass</code> in <code class="notranslate">.d.ts</code> declaration files? This would save us so much duplicated declarations and documentation, decrease the <code class="notranslate">d.ts</code> file size and speed up compilation and parsing, wouldn't it?</p>
<p dir="auto">Edit 2015-10-31: I had accidentally written that my desired way of writing the declaration would be "ambiguous" in the most common case - of course I meant "_un_ambiguous", otherwise this would all make no sense.</p> | 0 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
I have an anonymous generic async arrow function which contain Prmose.all, it work fine when try to compile using tsc but fail using babel. Probably related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="384390609" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/9086" data-hovercard-type="issue" data-hovercard-url="/babel/babel/issues/9086/hovercard" href="https://github.com/babel/babel/issues/9086">#9086</a> . I try to create REPL bellow.</p>
<p dir="auto"><strong>Input Code</strong></p>
<ul dir="auto">
<li><a href="https://babeljs.io/repl#?babili=false&browsers=&build=&builtIns=false&spec=false&loose=false&code_lz=MYewdgzgLgBAhjAvPCBPMwYB4AqA-ACgBM4o4AuGHASkoAUAnEAWwEsIBTXPJHxl9hwB0DDhBAAbAG4dipONQBQoSLABGSFOkzc5ZSjgDaAXVox-bTrhM9EPAN6KYMFdBgAPTXADucVrAtBITgJCQInZxgSMiFmOAAHAk87cyZLYVFxaVl3amoAbgilZ1EoAFcGMA9FAF9FDnd4kAZYV1avNAxsfD0KKjNAq3xeVIFOETFJGV7qIA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=true&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=typescript&prettier=false&targets=&version=7.3.4" rel="nofollow">REPL</a></li>
</ul>
<p dir="auto">It need plugin tranform typescript</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const a = async <T>(data: T): Promise<T> => Promise.resolve(data)
const b = async <T>(data: T[]): Promise<T[]> => {
const x = await Promise.all(
data.map(x => Promise.resolve(x));
)
return x
}
export const c = async <T>(data: T): Promise<T> => Promise.resolve(data)"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">a</span> <span class="pl-c1">=</span> <span class="pl-s1">async</span> <span class="pl-c1"><</span><span class="pl-v">T</span><span class="pl-c1">></span><span class="pl-kos">(</span><span class="pl-s1">data</span>: <span class="pl-v">T</span><span class="pl-kos">)</span>: <span class="pl-v">Promise</span><span class="pl-c1"><</span><span class="pl-v">T</span><span class="pl-c1">></span> <span class="pl-c1">=></span> <span class="pl-v">Promise</span><span class="pl-kos">.</span><span class="pl-en">resolve</span><span class="pl-kos">(</span><span class="pl-s1">data</span><span class="pl-kos">)</span>
<span class="pl-k">const</span> <span class="pl-s1">b</span> <span class="pl-c1">=</span> <span class="pl-s1">async</span> <span class="pl-c1"><</span><span class="pl-v">T</span><span class="pl-c1">></span><span class="pl-kos">(</span><span class="pl-s1">data</span>: <span class="pl-v">T</span><span class="pl-kos">[</span><span class="pl-kos">]</span><span class="pl-kos">)</span>: <span class="pl-v">Promise</span><span class="pl-c1"><</span><span class="pl-v">T</span><span class="pl-kos">[</span><span class="pl-s1"></span><span class="pl-kos">]</span><span class="pl-c1">></span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
const <span class="pl-s1">x</span> <span class="pl-c1">=</span> <span class="pl-k">await</span> <span class="pl-v">Promise</span><span class="pl-kos">.</span><span class="pl-en">all</span><span class="pl-kos">(</span>
<span class="pl-s1">data</span><span class="pl-kos">.</span><span class="pl-en">map</span><span class="pl-kos">(</span><span class="pl-s1">x</span> <span class="pl-c1">=></span> <span class="pl-v">Promise</span><span class="pl-kos">.</span><span class="pl-en">resolve</span><span class="pl-kos">(</span><span class="pl-s1">x</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">return</span> <span class="pl-s1">x</span>
<span class="pl-kos">}</span>
<span class="pl-s1">export</span> <span class="pl-k">const</span> <span class="pl-s1">c</span> <span class="pl-c1">=</span> <span class="pl-s1">async</span> <span class="pl-c1"><</span><span class="pl-v">T</span><span class="pl-c1">></span><span class="pl-kos">(</span><span class="pl-s1">data</span>: <span class="pl-v">T</span><span class="pl-kos">)</span>: <span class="pl-v">Promise</span><span class="pl-c1"><</span><span class="pl-v">T</span><span class="pl-c1">></span> <span class="pl-c1">=></span> <span class="pl-v">Promise</span><span class="pl-kos">.</span><span class="pl-en">resolve</span><span class="pl-kos">(</span><span class="pl-s1">data</span><span class="pl-kos">)</span></pre></div>
<p dir="auto">it will compile if I comment c function</p>
<p dir="auto"><strong>Expected behavior/code</strong><br>
It works with tsc so it should work with babel too.</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="{
{
"presets": [
["@babel/env", {
"targets": {
"node": true
}
}],
"@babel/typescript"
],
"plugins": [
["module-resolver", {
"root": ["./src"],
"alias": {
"@": "./src"
},
"extensions": [".js", ".ts", ".tsx"]
}],
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread"
]
}
}"><pre class="notranslate"><span class="pl-kos">{</span>
<span class="pl-kos">{</span>
<span class="pl-s">"presets"</span>: <span class="pl-kos">[</span>
<span class="pl-kos">[</span><span class="pl-s">"@babel/env"</span><span class="pl-kos">,</span> <span class="pl-kos">{</span>
<span class="pl-s">"targets"</span>: <span class="pl-kos">{</span>
<span class="pl-s">"node"</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-s">"@babel/typescript"</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">"module-resolver"</span><span class="pl-kos">,</span> <span class="pl-kos">{</span>
<span class="pl-s">"root"</span>: <span class="pl-kos">[</span><span class="pl-s">"./src"</span><span class="pl-kos">]</span><span class="pl-kos">,</span>
<span class="pl-s">"alias"</span>: <span class="pl-kos">{</span>
<span class="pl-s">"@"</span>: <span class="pl-s">"./src"</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-s">"extensions"</span>: <span class="pl-kos">[</span><span class="pl-s">".js"</span><span class="pl-kos">,</span> <span class="pl-s">".ts"</span><span class="pl-kos">,</span> <span class="pl-s">".tsx"</span><span class="pl-kos">]</span>
<span class="pl-kos">}</span><span class="pl-kos">]</span><span class="pl-kos">,</span>
<span class="pl-s">"@babel/proposal-class-properties"</span><span class="pl-kos">,</span>
<span class="pl-s">"@babel/proposal-object-rest-spread"</span>
<span class="pl-kos">]</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto"><strong>Environment</strong></p>
<ul dir="auto">
<li>Babel version(s): v7.3.4</li>
<li>Node/npm version: node v10.15.1 / npm 6.4.1</li>
<li>OS: v10.15.1</li>
<li>Monorepo: yes</li>
<li>How you are using Babel: cli</li>
</ul>
<p dir="auto"><strong>Possible Solution</strong><br>
Probably related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="384390609" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/9086" data-hovercard-type="issue" data-hovercard-url="/babel/babel/issues/9086/hovercard" href="https://github.com/babel/babel/issues/9086">#9086</a></p>
<p dir="auto">this is my first issue report in my history, i'm sorry if i made any mistake.</p> | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong></p>
<p dir="auto">In the current <code class="notranslate">@babel/parser</code> version 7.3.3, a class property that defines an async arrow function with generics breaks the parser.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" SyntaxError: boost/packages/core/src/Executor.ts: Unexpected token, expected ";" (85:52)
83 | * Execute a task with the provided value.
84 | */
> 85 | executeTask = async <T>(task: Task<Ctx>, value?: T): Promise<any> => {
| ^
86 | const { console: cli } = this.tool;
87 | let result = null;
88 |
at Object.raise (node_modules/@babel/parser/lib/index.js:3831:17)"><pre class="notranslate"><code class="notranslate"> SyntaxError: boost/packages/core/src/Executor.ts: Unexpected token, expected ";" (85:52)
83 | * Execute a task with the provided value.
84 | */
> 85 | executeTask = async <T>(task: Task<Ctx>, value?: T): Promise<any> => {
| ^
86 | const { console: cli } = this.tool;
87 | let result = null;
88 |
at Object.raise (node_modules/@babel/parser/lib/index.js:3831:17)
</code></pre></div>
<p dir="auto">If you remove the <code class="notranslate"><T></code> generics or the <code class="notranslate">async/await</code>, the parser works.</p>
<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=" executeTask = async <T>(task: Task<Ctx>, value?: T): Promise<any> => {
const { console: cli } = this.tool;
let result = null;
cli.emit('task', [task, value, this.parallel]);
try {
result = await task.run(this.context, value);
if (task.isSkipped()) {
cli.emit('task.skip', [task, value, this.parallel]);
} else {
cli.emit('task.pass', [task, result, this.parallel]);
}
} catch (error) {
cli.emit('task.fail', [task, error, this.parallel]);
throw error;
}
return result;
};"><pre class="notranslate"> <span class="pl-en">executeTask</span> <span class="pl-c1">=</span> <span class="pl-k">async</span> <span class="pl-c1"><</span><span class="pl-smi">T</span><span class="pl-c1">></span><span class="pl-kos">(</span><span class="pl-s1">task</span>: <span class="pl-smi">Task</span><span class="pl-kos"><</span><span class="pl-smi">Ctx</span><span class="pl-kos">></span><span class="pl-kos">,</span> <span class="pl-s1">value</span>?: <span class="pl-smi">T</span><span class="pl-kos">)</span>: <span class="pl-smi">Promise</span><span class="pl-kos"><</span><span class="pl-smi">any</span><span class="pl-kos">></span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
<span class="pl-k">const</span> <span class="pl-kos">{</span> <span class="pl-c1">console</span>: <span class="pl-s1">cli</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">tool</span><span class="pl-kos">;</span>
<span class="pl-k">let</span> <span class="pl-s1">result</span> <span class="pl-c1">=</span> <span class="pl-c1">null</span><span class="pl-kos">;</span>
<span class="pl-s1">cli</span><span class="pl-kos">.</span><span class="pl-en">emit</span><span class="pl-kos">(</span><span class="pl-s">'task'</span><span class="pl-kos">,</span> <span class="pl-kos">[</span><span class="pl-s1">task</span><span class="pl-kos">,</span> <span class="pl-s1">value</span><span class="pl-kos">,</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">parallel</span><span class="pl-kos">]</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">try</span> <span class="pl-kos">{</span>
<span class="pl-s1">result</span> <span class="pl-c1">=</span> <span class="pl-k">await</span> <span class="pl-s1">task</span><span class="pl-kos">.</span><span class="pl-en">run</span><span class="pl-kos">(</span><span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">context</span><span class="pl-kos">,</span> <span class="pl-s1">value</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">task</span><span class="pl-kos">.</span><span class="pl-en">isSkipped</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">cli</span><span class="pl-kos">.</span><span class="pl-en">emit</span><span class="pl-kos">(</span><span class="pl-s">'task.skip'</span><span class="pl-kos">,</span> <span class="pl-kos">[</span><span class="pl-s1">task</span><span class="pl-kos">,</span> <span class="pl-s1">value</span><span class="pl-kos">,</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">parallel</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">else</span> <span class="pl-kos">{</span>
<span class="pl-s1">cli</span><span class="pl-kos">.</span><span class="pl-en">emit</span><span class="pl-kos">(</span><span class="pl-s">'task.pass'</span><span class="pl-kos">,</span> <span class="pl-kos">[</span><span class="pl-s1">task</span><span class="pl-kos">,</span> <span class="pl-s1">result</span><span class="pl-kos">,</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">parallel</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">catch</span> <span class="pl-kos">(</span><span class="pl-s1">error</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">cli</span><span class="pl-kos">.</span><span class="pl-en">emit</span><span class="pl-kos">(</span><span class="pl-s">'task.fail'</span><span class="pl-kos">,</span> <span class="pl-kos">[</span><span class="pl-s1">task</span><span class="pl-kos">,</span> <span class="pl-s1">error</span><span class="pl-kos">,</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">parallel</span><span class="pl-kos">]</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">throw</span> <span class="pl-s1">error</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">return</span> <span class="pl-s1">result</span><span class="pl-kos">;</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">It parses. This worked in the previous version.</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="module.exports = {
"babelrc": false,
"comments": false,
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-optional-catch-binding",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-syntax-dynamic-import",
[
"babel-plugin-transform-dev",
{
"evaluate": false
}
]
],
"presets": [
[
"@babel/preset-env",
{
"modules": "commonjs",
"shippedProposals": true,
"targets": {
"node": "10.9.0"
},
"useBuiltIns": false
}
],
"@babel/preset-typescript"
]
};"><pre class="notranslate"><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-kos">{</span>
<span class="pl-s">"babelrc"</span>: <span class="pl-c1">false</span><span class="pl-kos">,</span>
<span class="pl-s">"comments"</span>: <span class="pl-c1">false</span><span class="pl-kos">,</span>
<span class="pl-s">"plugins"</span>: <span class="pl-kos">[</span>
<span class="pl-s">"@babel/plugin-proposal-class-properties"</span><span class="pl-kos">,</span>
<span class="pl-s">"@babel/plugin-proposal-export-default-from"</span><span class="pl-kos">,</span>
<span class="pl-s">"@babel/plugin-proposal-nullish-coalescing-operator"</span><span class="pl-kos">,</span>
<span class="pl-s">"@babel/plugin-proposal-optional-catch-binding"</span><span class="pl-kos">,</span>
<span class="pl-s">"@babel/plugin-proposal-optional-chaining"</span><span class="pl-kos">,</span>
<span class="pl-s">"@babel/plugin-syntax-dynamic-import"</span><span class="pl-kos">,</span>
<span class="pl-kos">[</span>
<span class="pl-s">"babel-plugin-transform-dev"</span><span class="pl-kos">,</span>
<span class="pl-kos">{</span>
<span class="pl-s">"evaluate"</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-s">"presets"</span>: <span class="pl-kos">[</span>
<span class="pl-kos">[</span>
<span class="pl-s">"@babel/preset-env"</span><span class="pl-kos">,</span>
<span class="pl-kos">{</span>
<span class="pl-s">"modules"</span>: <span class="pl-s">"commonjs"</span><span class="pl-kos">,</span>
<span class="pl-s">"shippedProposals"</span>: <span class="pl-c1">true</span><span class="pl-kos">,</span>
<span class="pl-s">"targets"</span>: <span class="pl-kos">{</span>
<span class="pl-s">"node"</span>: <span class="pl-s">"10.9.0"</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-s">"useBuiltIns"</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-s">"@babel/preset-typescript"</span>
<span class="pl-kos">]</span>
<span class="pl-kos">}</span><span class="pl-kos">;</span></pre></div>
<p dir="auto"><strong>Environment</strong></p>
<ul dir="auto">
<li>Babel version(s): 7.3.3</li>
<li>Node/npm version: 10.14.1/6.5.0</li>
<li>OS: OSX 10.14.3</li>
<li>Monorepo: yes</li>
<li>How you are using Babel: cli</li>
</ul> | 1 |
<p dir="auto">My screen is working fine but after Flutter upgrade having padding issue in most of screen and another issue is:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Performing hot reload...
Syncing files to device Android SDK built for x86...
I/flutter ( 8606): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
I/flutter ( 8606): The following assertion was thrown building Products(state: _ProductsState#70260):
I/flutter ( 8606): A GlobalKey was used multiple times inside one widget's child list.
I/flutter ( 8606): The offending GlobalKey was: [LabeledGlobalKey<ScaffoldState>#c2a38]
I/flutter ( 8606): The parent of the widgets with that key was:
I/flutter ( 8606): Products(state: _ProductsState#70260)
I/flutter ( 8606): The first child to get instantiated with that key became:
I/flutter ( 8606): Scaffold-[LabeledGlobalKey<ScaffoldState>#c2a38](state: ScaffoldState#0898d(tickers: tracking 1
I/flutter ( 8606): ticker))
I/flutter ( 8606): The second child that was to be instantiated with that key was:
I/flutter ( 8606): Products
I/flutter ( 8606): A GlobalKey can only be specified on one widget at a time in the widget tree.
I/flutter ( 8606):
I/flutter ( 8606): When the exception was thrown, this was the stack:
I/flutter ( 8606): #0 Element._retakeInactiveElement.<anonymous closure> (package:flutter/src/widgets/framework.dart:2866:11)
I/flutter ( 8606): #1 Element._retakeInactiveElement (package:flutter/src/widgets/framework.dart:2880:8)
I/flutter ( 8606): #2 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2908:32)
I/flutter ( 8606): #3 Element.updateChild (package:flutter/src/widgets/framework.dart:2723:12)
I/flutter ( 8606): #4 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #5 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #6 StatefulElement.update (package:flutter/src/widgets/framework.dart:3812:5)
I/flutter ( 8606): #7 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #8 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #9 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #10 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #11 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #12 StatelessElement.update (package:flutter/src/widgets/framework.dart:3715:5)
I/flutter ( 8606): #13 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #14 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #15 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #16 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #17 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #18 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #19 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #20 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #21 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #22 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #23 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #24 StatefulElement.update (package:flutter/src/widgets/framework.dart:3812:5)
I/flutter ( 8606): #25 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #26 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #27 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #28 StatelessElement.update (package:flutter/src/widgets/framework.dart:3715:5)
I/flutter ( 8606): #29 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #30 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #31 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #32 StatefulElement.update (package:flutter/src/widgets/framework.dart:3812:5)
I/flutter ( 8606): #33 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #34 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #35 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #36 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #37 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #38 ProxyElement.update (package:flutter/src/widgets/framework.dart:3922:5)
I/flutter ( 8606): #39 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #40 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #41 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #42 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #43 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #44 StatefulElement.update (package:flutter/src/widgets/framework.dart:3812:5)
I/flutter ( 8606): #45 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #46 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #47 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #48 StatelessElement.update (package:flutter/src/widgets/framework.dart:3715:5)
I/flutter ( 8606): #49 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #50 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #51 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #52 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #53 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #54 ProxyElement.update (package:flutter/src/widgets/framework.dart:3922:5)
I/flutter ( 8606): #55 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #56 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #57 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #58 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2255:33)
I/flutter ( 8606): #59 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&RendererBinding&WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:653:20)
I/flutter ( 8606): #60 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:214:5)
I/flutter ( 8606): #61 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:990:15)
I/flutter ( 8606): #62 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:930:9)
I/flutter ( 8606): #63 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.scheduleWarmUpFrame.<anonymous closure> (package:flutter/src/scheduler/binding.dart:751:7)
I/flutter ( 8606): #65 _Timer._runTimers (dart:isolate/runtime/libtimer_impl.dart:382:19)
I/flutter ( 8606): #66 _Timer._handleMessage (dart:isolate/runtime/libtimer_impl.dart:416:5)
I/flutter ( 8606): #67 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:169:12)
I/flutter ( 8606): (elided one frame from package dart:async)
I/flutter ( 8606): ════════════════════════════════════════════════════════════════════════════════════════════════════
Reloaded 0 of 528 libraries in 4,661ms."><pre class="notranslate"><code class="notranslate">Performing hot reload...
Syncing files to device Android SDK built for x86...
I/flutter ( 8606): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
I/flutter ( 8606): The following assertion was thrown building Products(state: _ProductsState#70260):
I/flutter ( 8606): A GlobalKey was used multiple times inside one widget's child list.
I/flutter ( 8606): The offending GlobalKey was: [LabeledGlobalKey<ScaffoldState>#c2a38]
I/flutter ( 8606): The parent of the widgets with that key was:
I/flutter ( 8606): Products(state: _ProductsState#70260)
I/flutter ( 8606): The first child to get instantiated with that key became:
I/flutter ( 8606): Scaffold-[LabeledGlobalKey<ScaffoldState>#c2a38](state: ScaffoldState#0898d(tickers: tracking 1
I/flutter ( 8606): ticker))
I/flutter ( 8606): The second child that was to be instantiated with that key was:
I/flutter ( 8606): Products
I/flutter ( 8606): A GlobalKey can only be specified on one widget at a time in the widget tree.
I/flutter ( 8606):
I/flutter ( 8606): When the exception was thrown, this was the stack:
I/flutter ( 8606): #0 Element._retakeInactiveElement.<anonymous closure> (package:flutter/src/widgets/framework.dart:2866:11)
I/flutter ( 8606): #1 Element._retakeInactiveElement (package:flutter/src/widgets/framework.dart:2880:8)
I/flutter ( 8606): #2 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2908:32)
I/flutter ( 8606): #3 Element.updateChild (package:flutter/src/widgets/framework.dart:2723:12)
I/flutter ( 8606): #4 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #5 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #6 StatefulElement.update (package:flutter/src/widgets/framework.dart:3812:5)
I/flutter ( 8606): #7 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #8 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #9 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #10 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #11 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #12 StatelessElement.update (package:flutter/src/widgets/framework.dart:3715:5)
I/flutter ( 8606): #13 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #14 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #15 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #16 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #17 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #18 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #19 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #20 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #21 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #22 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #23 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #24 StatefulElement.update (package:flutter/src/widgets/framework.dart:3812:5)
I/flutter ( 8606): #25 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #26 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #27 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #28 StatelessElement.update (package:flutter/src/widgets/framework.dart:3715:5)
I/flutter ( 8606): #29 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #30 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #31 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #32 StatefulElement.update (package:flutter/src/widgets/framework.dart:3812:5)
I/flutter ( 8606): #33 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #34 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #35 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #36 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #37 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #38 ProxyElement.update (package:flutter/src/widgets/framework.dart:3922:5)
I/flutter ( 8606): #39 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #40 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #41 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #42 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #43 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #44 StatefulElement.update (package:flutter/src/widgets/framework.dart:3812:5)
I/flutter ( 8606): #45 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #46 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #47 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #48 StatelessElement.update (package:flutter/src/widgets/framework.dart:3715:5)
I/flutter ( 8606): #49 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #50 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4674:14)
I/flutter ( 8606): #51 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #52 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #53 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #54 ProxyElement.update (package:flutter/src/widgets/framework.dart:3922:5)
I/flutter ( 8606): #55 Element.updateChild (package:flutter/src/widgets/framework.dart:2712:15)
I/flutter ( 8606): #56 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3666:16)
I/flutter ( 8606): #57 Element.rebuild (package:flutter/src/widgets/framework.dart:3508:5)
I/flutter ( 8606): #58 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2255:33)
I/flutter ( 8606): #59 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&RendererBinding&WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:653:20)
I/flutter ( 8606): #60 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:214:5)
I/flutter ( 8606): #61 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:990:15)
I/flutter ( 8606): #62 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:930:9)
I/flutter ( 8606): #63 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.scheduleWarmUpFrame.<anonymous closure> (package:flutter/src/scheduler/binding.dart:751:7)
I/flutter ( 8606): #65 _Timer._runTimers (dart:isolate/runtime/libtimer_impl.dart:382:19)
I/flutter ( 8606): #66 _Timer._handleMessage (dart:isolate/runtime/libtimer_impl.dart:416:5)
I/flutter ( 8606): #67 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:169:12)
I/flutter ( 8606): (elided one frame from package dart:async)
I/flutter ( 8606): ════════════════════════════════════════════════════════════════════════════════════════════════════
Reloaded 0 of 528 libraries in 4,661ms.
</code></pre></div> | <h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li>Make an app exactly like this sample: <a href="https://pub.dartlang.org/packages/camera" rel="nofollow">https://pub.dartlang.org/packages/camera</a></li>
<li>Deploy the app to a Huawei Y6 2018 with Android 8.0.0</li>
<li>See this:</li>
</ol>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/299575/48423088-3eb92d80-e760-11e8-98ad-86edd84af7cf.jpg"><img src="https://user-images.githubusercontent.com/299575/48423088-3eb92d80-e760-11e8-98ad-86edd84af7cf.jpg" alt="screenshot_20181113-161703" style="max-width: 100%;"></a></p>
<h2 dir="auto">Logs</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Launching lib\main.dart on ATU L21 in debug mode...
Built build\app\outputs\apk\debug\app-debug.apk.
I/CameraManagerGlobal(30810): Connecting to camera service
I/CameraManagerGlobal(30810): single back camera, do not need hide aux camera, device number: 0
I/CameraManagerGlobal(30810): single back camera, do not need hide aux camera, device number: 1
I/CameraManagerGlobal(30810): single back camera, do not need hide aux camera, device number: 2
I/CameraManagerGlobal(30810): single back camera, do not need hide aux camera, device number: 2
E/BufferQueueProducer(30810): [] Can not get hwsched service
E/BufferQueueProducer(30810): [] Can not get hwsched service
I/PermissionManager(30810): camera remind result:true
I/CameraManagerGlobal(30810): single back camera, do not need hide aux camera, device number: 2
I/CameraManagerGlobal(30810): single back camera, do not need hide aux camera, device number: 2
I/zygote64(30810): Do partial code cache collection, code=27KB, data=27KB
I/zygote64(30810): After code cache collection, code=20KB, data=24KB
I/zygote64(30810): Increasing code cache capacity to 128KB
"><pre class="notranslate"><code class="notranslate">Launching lib\main.dart on ATU L21 in debug mode...
Built build\app\outputs\apk\debug\app-debug.apk.
I/CameraManagerGlobal(30810): Connecting to camera service
I/CameraManagerGlobal(30810): single back camera, do not need hide aux camera, device number: 0
I/CameraManagerGlobal(30810): single back camera, do not need hide aux camera, device number: 1
I/CameraManagerGlobal(30810): single back camera, do not need hide aux camera, device number: 2
I/CameraManagerGlobal(30810): single back camera, do not need hide aux camera, device number: 2
E/BufferQueueProducer(30810): [] Can not get hwsched service
E/BufferQueueProducer(30810): [] Can not get hwsched service
I/PermissionManager(30810): camera remind result:true
I/CameraManagerGlobal(30810): single back camera, do not need hide aux camera, device number: 2
I/CameraManagerGlobal(30810): single back camera, do not need hide aux camera, device number: 2
I/zygote64(30810): Do partial code cache collection, code=27KB, data=27KB
I/zygote64(30810): After code cache collection, code=20KB, data=24KB
I/zygote64(30810): Increasing code cache capacity to 128KB
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
info - Duplicate import - lib\main.dart:3:8 - duplicate_import
info - Unused import: 'package:fluff/main.dart' - test\widget_test.dart:11:8 - unused_import
error - The constructor returns type 'dynamic' that isn't of expected type 'Widget' - test\widget_test.dart:16:29 -
strong_mode_invalid_cast_new_expr
error - Undefined class 'MyApp' - test\widget_test.dart:16:33 - undefined_class
"><pre class="notranslate"><code class="notranslate">
info - Duplicate import - lib\main.dart:3:8 - duplicate_import
info - Unused import: 'package:fluff/main.dart' - test\widget_test.dart:11:8 - unused_import
error - The constructor returns type 'dynamic' that isn't of expected type 'Widget' - test\widget_test.dart:16:29 -
strong_mode_invalid_cast_new_expr
error - Undefined class 'MyApp' - test\widget_test.dart:16:33 - undefined_class
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[√] Flutter (Channel beta, v0.10.2, on Microsoft Windows [Version 10.0.17134.345], locale da-DK)
• Flutter version 0.10.2 at c:\workspace\flutter
• Framework revision d8cbb80206 (3 weeks ago), 2018-10-26 01:30:21 -0400
• Engine revision 6c2ade9fa2
• Dart version 2.1.0-dev.8.0.flutter-bf26f760b1
[√] Android toolchain - develop for Android devices (Android SDK 28.0.3)
• Android SDK at C:\Users\asgerhallas\AppData\Local\Android\sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.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-1136-b06)
• All Android licenses accepted.
[√] Android Studio (version 3.2)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 30.0.1
• Dart plugin version 181.5656
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
[√] VS Code, 64-bit edition (version 1.28.2)
• VS Code at C:\Program Files\Microsoft VS Code
• Flutter extension version 2.20.0
[√] Connected device (1 available)
• ATU L21 • GSM9X18A07G03187 • android-arm64 • Android 8.0.0 (API 26)
• No issues found!
"><pre class="notranslate"><code class="notranslate">[√] Flutter (Channel beta, v0.10.2, on Microsoft Windows [Version 10.0.17134.345], locale da-DK)
• Flutter version 0.10.2 at c:\workspace\flutter
• Framework revision d8cbb80206 (3 weeks ago), 2018-10-26 01:30:21 -0400
• Engine revision 6c2ade9fa2
• Dart version 2.1.0-dev.8.0.flutter-bf26f760b1
[√] Android toolchain - develop for Android devices (Android SDK 28.0.3)
• Android SDK at C:\Users\asgerhallas\AppData\Local\Android\sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.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-1136-b06)
• All Android licenses accepted.
[√] Android Studio (version 3.2)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 30.0.1
• Dart plugin version 181.5656
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
[√] VS Code, 64-bit edition (version 1.28.2)
• VS Code at C:\Program Files\Microsoft VS Code
• Flutter extension version 2.20.0
[√] Connected device (1 available)
• ATU L21 • GSM9X18A07G03187 • android-arm64 • Android 8.0.0 (API 26)
• No issues found!
</code></pre></div> | 0 |
<p dir="auto">I've been checking values in Scipy's implementation of hyp1f1 against other implementations and I noticed some discrepancies where Scipy's solution seems to be off.</p>
<p dir="auto">scipy.special.hyp1f1(a,b,c) vs M(a,b,c) from (<a href="http://keisan.casio.com/exec/system/1349143651" rel="nofollow">http://keisan.casio.com/exec/system/1349143651</a>).</p>
<p dir="auto">In particular, take small values of a, b, and c, say a = 1, b = 5, and c = 0.01.</p>
<p dir="auto">Both equal: 1.002003338101197 (with differences in the remaining digits)</p>
<p dir="auto">However change a to 50 and b to 100. a = 50, b = 100, and c = 0.01.</p>
<p dir="auto">scipy.special.hyp1f1(a,b,c) = 1774259915037.1118<br>
M(a,b,c) = 1.005012645242146341004</p>
<p dir="auto">I've double checked on Matlab and the latter is correct. In general, higher values of a and b give the scipy implementation greater trouble. This is using scipy version 0.13.3. There was an earlier report similar in nature (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="13649106" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/946" data-hovercard-type="issue" data-hovercard-url="/scipy/scipy/issues/946/hovercard" href="https://github.com/scipy/scipy/issues/946">#946</a>) which has since been closed.</p> | <p dir="auto">Mathematica gives 0.999737 for the following, but in scipy we get -1.87e8:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [22]: scipy.special.hyp1f1(0.01, 150, -4)
Out[22]: -187159708.75814998
In [23]: scipy.__version__
Out[23]: '0.14.0b1'"><pre class="notranslate"><code class="notranslate">In [22]: scipy.special.hyp1f1(0.01, 150, -4)
Out[22]: -187159708.75814998
In [23]: scipy.__version__
Out[23]: '0.14.0b1'
</code></pre></div> | 1 |
<p dir="auto">I was doing some refactoring on <a href="https://github.com/RoxasShadow/rust-cleverbot">rust-cleverbot</a> and then I encountered the error below. The following one is the diff of the changes I applied in order to get it: <a href="https://github.com/RoxasShadow/rust-cleverbot/compare/onoez?expand=1">https://github.com/RoxasShadow/rust-cleverbot/compare/onoez?expand=1</a></p>
<h2 dir="auto">Meta</h2>
<p dir="auto"><code class="notranslate">rustc --version --verbose</code>:</p>
<blockquote>
<p dir="auto">rustc 1.0.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/a59de37e99060162a2674e3ff45409ac73595c0e/hovercard" href="https://github.com/rust-lang/rust/commit/a59de37e99060162a2674e3ff45409ac73595c0e"><tt>a59de37</tt></a> 2015-05-13) (built 2015-05-14)<br>
binary: rustc<br>
commit-hash: <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/a59de37e99060162a2674e3ff45409ac73595c0e/hovercard" href="https://github.com/rust-lang/rust/commit/a59de37e99060162a2674e3ff45409ac73595c0e"><tt>a59de37</tt></a><br>
commit-date: 2015-05-13<br>
build-date: 2015-05-14<br>
host: x86_64-apple-darwin<br>
release: 1.0.0</p>
</blockquote>
<p dir="auto">Backtrace:</p>
<blockquote>
<p dir="auto">┌[giovanni@Mozes-Air] [/dev/ttys001] [onoez]<br>
└[~/Desktop/rust-cleverbot]> cargo run --example think Ciao! --verbose<br>
Fresh libc v0.1.8<br>
Fresh unicase v0.1.0<br>
Fresh httparse v0.1.2<br>
Fresh bitflags v0.1.1<br>
Fresh lazy_static v0.1.10<br>
Fresh matches v0.1.2<br>
Fresh typeable v0.1.1<br>
Fresh rustc-serialize v0.3.14<br>
Fresh traitobject v0.0.1<br>
Fresh gcc v0.3.5<br>
Fresh pkg-config v0.3.4<br>
Fresh rand v0.3.8<br>
Fresh log v0.3.1<br>
Fresh num_cpus v0.2.6<br>
Fresh url v0.2.34<br>
Fresh mime v0.0.11<br>
Fresh time v0.1.25<br>
Fresh openssl-sys v0.6.2<br>
Fresh rust-crypto v0.2.31<br>
Fresh openssl v0.6.2<br>
Compiling rust-cleverbot v0.0.1 (file:///Users/giovanni/Desktop/rust-cleverbot)<br>
Running <code class="notranslate">rustc src/lib.rs --crate-name cleverbot --crate-type lib -g --out-dir /Users/giovanni/Desktop/rust-cleverbot/target/debug --emit=dep-info,link -L dependency=/Users/giovanni/Desktop/rust-cleverbot/target/debug -L dependency=/Users/giovanni/Desktop/rust-cleverbot/target/debug/deps --extern url=/Users/giovanni/Desktop/rust-cleverbot/target/debug/deps/liburl-beb2c5952735425a.rlib --extern crypto=/Users/giovanni/Desktop/rust-cleverbot/target/debug/deps/libcrypto-67f1ad94f3ffe5f4.rlib --extern hyper=/Users/giovanni/Desktop/rust-cleverbot/target/debug/deps/libhyper-f7b4259bc2dab307.rlib -L native=/usr/lib -L native=/Users/giovanni/Desktop/rust-cleverbot/target/debug/build/openssl-sys-5040130ff99796a0/out -L native=/Users/giovanni/Desktop/rust-cleverbot/target/debug/build/rust-crypto-67f1ad94f3ffe5f4/out -L native=/Users/giovanni/Desktop/rust-cleverbot/target/debug/build/time-e758cbe877e9589d/out</code><br>
Fresh cookie v0.1.20<br>
Fresh hyper v0.5.1<br>
src/lib.rs:1:1: 1:1 error: internal compiler error: cannot relate bound region: ReStatic <= ReEarlyBound(360, TypeSpace, 0, 'a)<br>
src/lib.rs:1 extern crate url;<br>
^<br>
note: the compiler unexpectedly panicked. this is a bug.<br>
note: we would appreciate a bug report: <a href="https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports">https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports</a><br>
note: run with <code class="notranslate">RUST_BACKTRACE=1</code> for a backtrace<br>
thread 'rustc' panicked at 'Box', /Users/rustbuild/src/rust-buildbot/slave/stable-dist-rustc-mac/build/src/libsyntax/diagnostic.rs:149<br>
stack backtrace:<br>
1: 0x103a45e7f - sys::backtrace::write::h7807ec07859fb503t1r<br>
2: 0x103a4e4b2 - panicking::on_panic::ha0ed2b9b562a7f9ctZv<br>
3: 0x103a0ae35 - rt::unwind::begin_unwind_inner::hbfb8d99cb52be7a1cHv<br>
4: 0x1031e743e - rt::unwind::begin_unwind::h14482673826369992638<br>
5: 0x1031e73ca - diagnostic::SpanHandler::span_bug::ha80d5103c6dc346fEqB<br>
6: 0x1010acc2b - middle::infer::region_inference::RegionVarBindings<'a, 'tcx>::make_subregion::h424c309cfde0bc8dtiv<br>
7: 0x101063c9b - middle::infer::sub::Sub<'a, 'tcx>.TypeRelation<'a, 'tcx>::regions::h7b6335e10c5e2accAux<br>
8: 0x101063a81 - middle::infer::sub::Sub<'a, 'tcx>.TypeRelation<'a, 'tcx>::relate_with_variance::h14347860495291865360<br>
9: 0x101062ffb - middle::ty_relate::relate_substs::h12261092315780768762<br>
10: 0x1010625ea - middle::ty_relate::relate_item_substs::h10479042000615633136<br>
11: 0x1010c3724 - middle::ty_relate::super_relate_tys::h8062529144464697345<br>
12: 0x10105aea2 - middle::infer::sub::Sub<'a, 'tcx>.TypeRelation<'a, 'tcx>::tys::h39efa003c9af43d1dqx<br>
13: 0x1010c8227 - middle::infer::InferCtxt<'a, 'tcx>::sub_types::h43541a86e23825d8Xjz<br>
14: 0x1006eee35 - check::method::probe::ProbeContext<'a, 'tcx>::consider_candidates::hb77291381a7d8dc300h<br>
15: 0x1006eebd9 - check::method::probe::ProbeContext<'a, 'tcx>::pick_method::ha530aac6fb2586e2XWh<br>
16: 0x1006edfa6 - check::method::probe::ProbeContext<'a, 'tcx>::pick_core::h9d29a0dbf0c8dd7bRRh<br>
17: 0x1006e378c - check::method::probe::probe::closure.31169<br>
18: 0x1006e0e59 - check::method::probe::probe::hc6eba1678c1d154fWGg<br>
19: 0x1006fbb7d - check::method::resolve_ufcs::he4f736b36751a4a2gJj<br>
20: 0x100788280 - check::check_expr_with_unifier::h3772037143783809604<br>
21: 0x10071d25c - check::callee::check_call::h6e64f97ca920f598QTl<br>
22: 0x10076bd51 - check::check_expr_with_unifier::h11298596628612541945<br>
23: 0x100792a7b - check::check_decl_local::hf2bb5e27a41be699hOr<br>
24: 0x10073b1da - check::check_block_with_expected::h1a2a965f24479edbnUr<br>
25: 0x10071c828 - check::check_fn::h4b472c723dc36ca2UGn<br>
26: 0x100736985 - check::check_bare_fn::h87d6505bed3e4c61twn<br>
27: 0x10073f887 - check::check_method_body::h1802c6d6e15675a6Y7n<br>
28: 0x1007348cb - check::CheckItemBodiesVisitor<'a, 'tcx>.Visitor<'tcx>::visit_item::h97ae569543a98538wtn<br>
29: 0x1007fef4a - check_crate::closure.38028<br>
30: 0x1007fa357 - check_crate::h722813c75c795e06XcC<br>
31: 0x1005635f4 - driver::phase_3_run_analysis_passes::h3394cefeecbff846nGa<br>
32: 0x100544ffc - driver::compile_input::hf0607b3d1fd498bcQba<br>
33: 0x10060d5a3 - run_compiler::he7a5311c755081d7z4b<br>
34: 0x10060b0ca - boxed::F.FnBox::call_box::h5234503372052129763<br>
35: 0x10060a567 - rt::unwind::try::try_fn::h4031265711883657142<br>
36: 0x103acf508 - rust_try_inner<br>
37: 0x103acf4f5 - rust_try<br>
38: 0x10060a840 - boxed::F.FnBox::call_box::h1044299548107784679<br>
39: 0x103a4cffd - sys:<g-emoji class="g-emoji" alias="thread" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f9f5.png">🧵</g-emoji>:create::thread_start::ha3be9b31a8775143L4u<br>
40: 0x7fff916a4267 - _pthread_body<br>
41: 0x7fff916a41e4 - _pthread_start<br>
Could not compile <code class="notranslate">rust-cleverbot</code>.<br>
Caused by:<br>
Process didn't exit successfully: <code class="notranslate">rustc src/lib.rs --crate-name cleverbot --crate-type lib -g --out-dir /Users/giovanni/Desktop/rust-cleverbot/target/debug --emit=dep-info,link -L dependency=/Users/giovanni/Desktop/rust-cleverbot/target/debug -L dependency=/Users/giovanni/Desktop/rust-cleverbot/target/debug/deps --extern url=/Users/giovanni/Desktop/rust-cleverbot/target/debug/deps/liburl-beb2c5952735425a.rlib --extern crypto=/Users/giovanni/Desktop/rust-cleverbot/target/debug/deps/libcrypto-67f1ad94f3ffe5f4.rlib --extern hyper=/Users/giovanni/Desktop/rust-cleverbot/target/debug/deps/libhyper-f7b4259bc2dab307.rlib -L native=/usr/lib -L native=/Users/giovanni/Desktop/rust-cleverbot/target/debug/build/openssl-sys-5040130ff99796a0/out -L native=/Users/giovanni/Desktop/rust-cleverbot/target/debug/build/rust-crypto-67f1ad94f3ffe5f4/out -L native=/Users/giovanni/Desktop/rust-cleverbot/target/debug/build/time-e758cbe877e9589d/out</code> (exit code: 101)</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>
</blockquote> | <p dir="auto">I've encountered an internal compiler error when building this code:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="use std::iter::*;
pub struct Ilbm<'a> {
body_data: &'a[u8],
data_width: u16,
depth: u8,
mask: u8,
ham: bool,
}
impl<'a> Ilbm<'a> {
fn get_bit(buffer: &[u8], col: usize) -> u8 {
let byte_offset = col / 8;
let bit_offset = 7 - col % 8;
let byte_val = buffer[byte_offset];
(byte_val >> bit_offset) & 1
}
fn draw_row<'b>(&self, decoded_row_planes: Vec<&'b [u8]>) -> Box<Iterator<Item=u8> + 'b> {
let masking = self.mask == 1;
let ham_mask: u8 = if self.ham { if self.depth == 6 { 0x0F } else { 0x3F } } else { 0 };
let ham_shif: u8 = if self.ham { self.depth - 2 } else { 0 };
let depth = self.depth as usize;
Box::new((0..self.data_width)
.flat_map(move |col| {
if masking && Self::get_bit(decoded_row_planes[depth], col as usize) != 1 {
repeat(0).take(4)
}
else {
decoded_row_planes[depth][col as usize]
}
} ))
}
}"><pre class="notranslate"><span class="pl-k">use</span> std<span class="pl-kos">::</span>iter<span class="pl-kos">::</span><span class="pl-c1">*</span><span class="pl-kos">;</span>
<span class="pl-k">pub</span> <span class="pl-k">struct</span> <span class="pl-smi">Ilbm</span><span class="pl-kos"><</span><span class="pl-c1">'</span><span class="pl-ent">a</span><span class="pl-kos">></span> <span class="pl-kos">{</span>
<span class="pl-c1">body_data</span><span class="pl-kos">:</span> <span class="pl-c1">&</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-c1">data_width</span><span class="pl-kos">:</span> <span class="pl-smi">u16</span><span class="pl-kos">,</span>
<span class="pl-c1">depth</span><span class="pl-kos">:</span> <span class="pl-smi">u8</span><span class="pl-kos">,</span>
<span class="pl-c1">mask</span><span class="pl-kos">:</span> <span class="pl-smi">u8</span><span class="pl-kos">,</span>
<span class="pl-c1">ham</span><span class="pl-kos">:</span> <span class="pl-smi">bool</span><span class="pl-kos">,</span>
<span class="pl-kos">}</span>
<span class="pl-k">impl</span><span class="pl-kos"><</span><span class="pl-c1">'</span><span class="pl-ent">a</span><span class="pl-kos">></span> <span class="pl-smi">Ilbm</span><span class="pl-kos"><</span><span class="pl-c1">'</span><span class="pl-ent">a</span><span class="pl-kos">></span> <span class="pl-kos">{</span>
<span class="pl-k">fn</span> <span class="pl-en">get_bit</span><span class="pl-kos">(</span><span class="pl-s1">buffer</span><span class="pl-kos">:</span> <span class="pl-c1">&</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-s1">col</span><span class="pl-kos">:</span> <span class="pl-smi">usize</span><span class="pl-kos">)</span> -> <span class="pl-smi">u8</span> <span class="pl-kos">{</span>
<span class="pl-k">let</span> byte_offset = col / <span class="pl-c1">8</span><span class="pl-kos">;</span>
<span class="pl-k">let</span> bit_offset = <span class="pl-c1">7</span> - col % <span class="pl-c1">8</span><span class="pl-kos">;</span>
<span class="pl-k">let</span> byte_val = buffer<span class="pl-kos">[</span>byte_offset<span class="pl-kos">]</span><span class="pl-kos">;</span>
<span class="pl-kos">(</span>byte_val >> bit_offset<span class="pl-kos">)</span> <span class="pl-c1">&</span> <span class="pl-c1">1</span>
<span class="pl-kos">}</span>
<span class="pl-k">fn</span> <span class="pl-en">draw_row</span><span class="pl-kos"><</span><span class="pl-c1">'</span><span class="pl-ent">b</span><span class="pl-kos">></span><span class="pl-kos">(</span><span class="pl-c1">&</span><span class="pl-smi">self</span><span class="pl-kos">,</span> <span class="pl-s1">decoded_row_planes</span><span class="pl-kos">:</span> <span class="pl-smi">Vec</span><span class="pl-kos"><</span><span class="pl-c1">&</span><span class="pl-c1">'</span><span class="pl-ent">b</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-kos">)</span> -> <span class="pl-smi">Box</span><span class="pl-kos"><</span><span class="pl-smi">Iterator</span><span class="pl-kos"><</span><span class="pl-smi">Item</span>=<span class="pl-smi">u8</span><span class="pl-kos">></span> + <span class="pl-c1">'</span><span class="pl-ent">b</span><span class="pl-kos">></span> <span class="pl-kos">{</span>
<span class="pl-k">let</span> masking = <span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">mask</span> == <span class="pl-c1">1</span><span class="pl-kos">;</span>
<span class="pl-k">let</span> ham_mask<span class="pl-kos">:</span> <span class="pl-smi">u8</span> = <span class="pl-k">if</span> <span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">ham</span> <span class="pl-kos">{</span> <span class="pl-k">if</span> <span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">depth</span> == <span class="pl-c1">6</span> <span class="pl-kos">{</span> <span class="pl-c1">0x0F</span> <span class="pl-kos">}</span> <span class="pl-k">else</span> <span class="pl-kos">{</span> <span class="pl-c1">0x3F</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span> <span class="pl-k">else</span> <span class="pl-kos">{</span> <span class="pl-c1">0</span> <span class="pl-kos">}</span><span class="pl-kos">;</span>
<span class="pl-k">let</span> ham_shif<span class="pl-kos">:</span> <span class="pl-smi">u8</span> = <span class="pl-k">if</span> <span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">ham</span> <span class="pl-kos">{</span> <span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">depth</span> - <span class="pl-c1">2</span> <span class="pl-kos">}</span> <span class="pl-k">else</span> <span class="pl-kos">{</span> <span class="pl-c1">0</span> <span class="pl-kos">}</span><span class="pl-kos">;</span>
<span class="pl-k">let</span> depth = <span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">depth</span> <span class="pl-k">as</span> <span class="pl-smi">usize</span><span class="pl-kos">;</span>
<span class="pl-smi">Box</span><span class="pl-kos">::</span><span class="pl-en">new</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-c1">0</span>..<span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">data_width</span><span class="pl-kos">)</span>
<span class="pl-kos">.</span><span class="pl-en">flat_map</span><span class="pl-kos">(</span><span class="pl-k">move</span> |col| <span class="pl-kos">{</span>
<span class="pl-k">if</span> masking && <span class="pl-smi">Self</span><span class="pl-kos">::</span><span class="pl-en">get_bit</span><span class="pl-kos">(</span>decoded_row_planes<span class="pl-kos">[</span>depth<span class="pl-kos">]</span><span class="pl-kos">,</span> col <span class="pl-k">as</span> <span class="pl-smi">usize</span><span class="pl-kos">)</span> != <span class="pl-c1">1</span> <span class="pl-kos">{</span>
<span class="pl-en">repeat</span><span class="pl-kos">(</span><span class="pl-c1">0</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">take</span><span class="pl-kos">(</span><span class="pl-c1">4</span><span class="pl-kos">)</span>
<span class="pl-kos">}</span>
<span class="pl-k">else</span> <span class="pl-kos">{</span>
decoded_row_planes<span class="pl-kos">[</span>depth<span class="pl-kos">]</span><span class="pl-kos">[</span>col <span class="pl-k">as</span> <span class="pl-smi">usize</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>
<h2 dir="auto">Meta</h2>
<p dir="auto"><code class="notranslate">rustc --version --verbose</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rustc 1.0.0-beta.3 (5241bf9c3 2015-04-25) (built 2015-04-25)
binary: rustc
commit-hash: 5241bf9c34d156ea6064367a33cbd7222eeb5789
commit-date: 2015-04-25
build-date: 2015-04-25
host: x86_64-apple-darwin
release: 1.0.0-beta.3"><pre class="notranslate"><code class="notranslate">rustc 1.0.0-beta.3 (5241bf9c3 2015-04-25) (built 2015-04-25)
binary: rustc
commit-hash: 5241bf9c34d156ea6064367a33cbd7222eeb5789
commit-date: 2015-04-25
build-date: 2015-04-25
host: x86_64-apple-darwin
release: 1.0.0-beta.3
</code></pre></div>
<p dir="auto">Backtrace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="thread 'rustc' panicked at 'Box<Any>', /Users/rustbuild/src/rust-buildbot/slave/beta-dist-rustc-mac/build/src/libsyntax/diagnostic.rs:149
stack backtrace:
1: 0x10affc33f - sys::backtrace::write::h0f2fc53eb11eb814gWr
2: 0x10b004942 - panicking::on_panic::hd617a4042e8486fciUv
3: 0x10afc1375 - rt::unwind::begin_unwind_inner::hd84dfec22ac3667d1Bv
4: 0x10a7a09fe - rt::unwind::begin_unwind::h17792509132866387090
5: 0x10a7a098a - diagnostic::SpanHandler::span_bug::hebb6215f61f436aaEqB
6: 0x10867405b - middle::infer::region_inference::RegionVarBindings<'a, 'tcx>::make_subregion::h4adb78ad460601ecS8u
7: 0x10862aeab - middle::infer::sub::Sub<'a, 'tcx>.TypeRelation<'a, 'tcx>::regions::h3f9ee82a2e72a144Mjx
8: 0x10862ac91 - middle::infer::sub::Sub<'a, 'tcx>.TypeRelation<'a, 'tcx>::relate_with_variance::h5672739467683317342
9: 0x10862a20b - middle::ty_relate::relate_substs::h2389761154872115822
10: 0x1086297fa - middle::ty_relate::relate_item_substs::h7360249961707336134
11: 0x10868b447 - middle::ty_relate::super_relate_tys::h10795509169925483940
12: 0x108621bb2 - middle::infer::sub::Sub<'a, 'tcx>.TypeRelation<'a, 'tcx>::tys::h3174a850422a5fc1pfx
13: 0x10868ff47 - middle::infer::InferCtxt<'a, 'tcx>::sub_types::hea49ed0ad06eecf898y
14: 0x107ccd1d5 - check::method::probe::ProbeContext<'a, 'tcx>::consider_candidates::h2b54d2790fd0880dXoi
15: 0x107cccf79 - check::method::probe::ProbeContext<'a, 'tcx>::pick_method::hc768ec9b0fb6e87dUki
16: 0x107ccc346 - check::method::probe::ProbeContext<'a, 'tcx>::pick_core::h3e5895ad5629b90bOfi
17: 0x107cc1cbc - check::method::probe::probe::closure.31574
18: 0x107cbf389 - check::method::probe::probe::hfbf147788d37ee49T4g
19: 0x107cd9ecd - check::method::resolve_ufcs::h9a77d5ebe946bd48d7j
20: 0x107d65c30 - check::check_expr_with_unifier::h1091590169474595220
21: 0x107cfaf2c - check::callee::check_call::hf304e98e66e2eee3Nhm
22: 0x107d61b0a - check::check_expr_with_unifier::h1091590169474595220
23: 0x107d0a18d - check::op::check_binop::h6504e0630336d4baFan
24: 0x107d498ae - check::check_expr_with_unifier::h4364205555285070129
25: 0x107d0a42e - check::op::check_binop::h6504e0630336d4baFan
26: 0x107d4343b - check::check_expr_with_unifier::h8963715346170232283
27: 0x107d2f66d - check::check_expr_with_unifier::check_then_else::h1d5d0ab6867397defIq
28: 0x107d49b8d - check::check_expr_with_unifier::h4364205555285070129
29: 0x107d191db - check::check_block_with_expected::h83c5e18f3456d9895hs
30: 0x107d49d85 - check::check_expr_with_unifier::h4364205555285070129
31: 0x107d191db - check::check_block_with_expected::h83c5e18f3456d9895hs
32: 0x107cfa508 - check::check_fn::h5c814037ea8a2362C4n
33: 0x107cf8966 - check::closure::check_expr_closure::h0b5d1648c0a7d5409Pl
34: 0x107d25f08 - check::check_expr_with_unifier::h8674341778859500334
35: 0x107d00d9c - check::check_argument_types::hbd54866e0651a010O5p
36: 0x107d0208a - check::check_method_argument_types::h42f31152b61f4a11d3p
37: 0x107d308cc - check::check_expr_with_unifier::check_method_call::h6fc40daeec19d10dlFq
38: 0x107d2595e - check::check_expr_with_unifier::h8674341778859500334
39: 0x107d00d9c - check::check_argument_types::hbd54866e0651a010O5p
40: 0x107cfe0be - check::callee::confirm_builtin_call::h98216b80db4bfd2f5qm
41: 0x107cfc849 - check::callee::check_call::hf304e98e66e2eee3Nhm
42: 0x107d49701 - check::check_expr_with_unifier::h4364205555285070129
43: 0x107d191db - check::check_block_with_expected::h83c5e18f3456d9895hs
44: 0x107cfa508 - check::check_fn::h5c814037ea8a2362C4n
45: 0x107d14599 - check::check_bare_fn::hd839ee74cb29d084bUn
46: 0x107d1d4c7 - check::check_method_body::hf8957dc76229cbd6Gvo
47: 0x107d124db - check::CheckItemBodiesVisitor<'a, 'tcx>.Visitor<'tcx>::visit_item::hc008350ec16b94ffeRn
48: 0x107ddbeda - check_crate::closure.38340
49: 0x107dd72e7 - check_crate::h7f9bbce56981d322gCC
50: 0x107b3c2d2 - driver::phase_3_run_analysis_passes::hb862dc042470f6e0nGa
51: 0x107b1e09c - driver::compile_input::h4747d8bb1c595fdfQba
52: 0x107be58f3 - run_compiler::hc8c95c5858347fdbz4b
53: 0x107be341a - boxed::F.FnBox<A>::call_box::h7872786064439979928
54: 0x107be28b7 - rt::unwind::try::try_fn::h10239991317224243769
55: 0x10b0857c8 - rust_try_inner
56: 0x10b0857b5 - rust_try
57: 0x107be2b90 - boxed::F.FnBox<A>::call_box::h4543691575426869824
58: 0x10b00348d - sys::thread::create::thread_start::h499b3be451a7bbb8AZu
59: 0x7fff91f30267 - _pthread_body
60: 0x7fff91f301e4 - _pthread_start"><pre class="notranslate"><code class="notranslate">thread 'rustc' panicked at 'Box<Any>', /Users/rustbuild/src/rust-buildbot/slave/beta-dist-rustc-mac/build/src/libsyntax/diagnostic.rs:149
stack backtrace:
1: 0x10affc33f - sys::backtrace::write::h0f2fc53eb11eb814gWr
2: 0x10b004942 - panicking::on_panic::hd617a4042e8486fciUv
3: 0x10afc1375 - rt::unwind::begin_unwind_inner::hd84dfec22ac3667d1Bv
4: 0x10a7a09fe - rt::unwind::begin_unwind::h17792509132866387090
5: 0x10a7a098a - diagnostic::SpanHandler::span_bug::hebb6215f61f436aaEqB
6: 0x10867405b - middle::infer::region_inference::RegionVarBindings<'a, 'tcx>::make_subregion::h4adb78ad460601ecS8u
7: 0x10862aeab - middle::infer::sub::Sub<'a, 'tcx>.TypeRelation<'a, 'tcx>::regions::h3f9ee82a2e72a144Mjx
8: 0x10862ac91 - middle::infer::sub::Sub<'a, 'tcx>.TypeRelation<'a, 'tcx>::relate_with_variance::h5672739467683317342
9: 0x10862a20b - middle::ty_relate::relate_substs::h2389761154872115822
10: 0x1086297fa - middle::ty_relate::relate_item_substs::h7360249961707336134
11: 0x10868b447 - middle::ty_relate::super_relate_tys::h10795509169925483940
12: 0x108621bb2 - middle::infer::sub::Sub<'a, 'tcx>.TypeRelation<'a, 'tcx>::tys::h3174a850422a5fc1pfx
13: 0x10868ff47 - middle::infer::InferCtxt<'a, 'tcx>::sub_types::hea49ed0ad06eecf898y
14: 0x107ccd1d5 - check::method::probe::ProbeContext<'a, 'tcx>::consider_candidates::h2b54d2790fd0880dXoi
15: 0x107cccf79 - check::method::probe::ProbeContext<'a, 'tcx>::pick_method::hc768ec9b0fb6e87dUki
16: 0x107ccc346 - check::method::probe::ProbeContext<'a, 'tcx>::pick_core::h3e5895ad5629b90bOfi
17: 0x107cc1cbc - check::method::probe::probe::closure.31574
18: 0x107cbf389 - check::method::probe::probe::hfbf147788d37ee49T4g
19: 0x107cd9ecd - check::method::resolve_ufcs::h9a77d5ebe946bd48d7j
20: 0x107d65c30 - check::check_expr_with_unifier::h1091590169474595220
21: 0x107cfaf2c - check::callee::check_call::hf304e98e66e2eee3Nhm
22: 0x107d61b0a - check::check_expr_with_unifier::h1091590169474595220
23: 0x107d0a18d - check::op::check_binop::h6504e0630336d4baFan
24: 0x107d498ae - check::check_expr_with_unifier::h4364205555285070129
25: 0x107d0a42e - check::op::check_binop::h6504e0630336d4baFan
26: 0x107d4343b - check::check_expr_with_unifier::h8963715346170232283
27: 0x107d2f66d - check::check_expr_with_unifier::check_then_else::h1d5d0ab6867397defIq
28: 0x107d49b8d - check::check_expr_with_unifier::h4364205555285070129
29: 0x107d191db - check::check_block_with_expected::h83c5e18f3456d9895hs
30: 0x107d49d85 - check::check_expr_with_unifier::h4364205555285070129
31: 0x107d191db - check::check_block_with_expected::h83c5e18f3456d9895hs
32: 0x107cfa508 - check::check_fn::h5c814037ea8a2362C4n
33: 0x107cf8966 - check::closure::check_expr_closure::h0b5d1648c0a7d5409Pl
34: 0x107d25f08 - check::check_expr_with_unifier::h8674341778859500334
35: 0x107d00d9c - check::check_argument_types::hbd54866e0651a010O5p
36: 0x107d0208a - check::check_method_argument_types::h42f31152b61f4a11d3p
37: 0x107d308cc - check::check_expr_with_unifier::check_method_call::h6fc40daeec19d10dlFq
38: 0x107d2595e - check::check_expr_with_unifier::h8674341778859500334
39: 0x107d00d9c - check::check_argument_types::hbd54866e0651a010O5p
40: 0x107cfe0be - check::callee::confirm_builtin_call::h98216b80db4bfd2f5qm
41: 0x107cfc849 - check::callee::check_call::hf304e98e66e2eee3Nhm
42: 0x107d49701 - check::check_expr_with_unifier::h4364205555285070129
43: 0x107d191db - check::check_block_with_expected::h83c5e18f3456d9895hs
44: 0x107cfa508 - check::check_fn::h5c814037ea8a2362C4n
45: 0x107d14599 - check::check_bare_fn::hd839ee74cb29d084bUn
46: 0x107d1d4c7 - check::check_method_body::hf8957dc76229cbd6Gvo
47: 0x107d124db - check::CheckItemBodiesVisitor<'a, 'tcx>.Visitor<'tcx>::visit_item::hc008350ec16b94ffeRn
48: 0x107ddbeda - check_crate::closure.38340
49: 0x107dd72e7 - check_crate::h7f9bbce56981d322gCC
50: 0x107b3c2d2 - driver::phase_3_run_analysis_passes::hb862dc042470f6e0nGa
51: 0x107b1e09c - driver::compile_input::h4747d8bb1c595fdfQba
52: 0x107be58f3 - run_compiler::hc8c95c5858347fdbz4b
53: 0x107be341a - boxed::F.FnBox<A>::call_box::h7872786064439979928
54: 0x107be28b7 - rt::unwind::try::try_fn::h10239991317224243769
55: 0x10b0857c8 - rust_try_inner
56: 0x10b0857b5 - rust_try
57: 0x107be2b90 - boxed::F.FnBox<A>::call_box::h4543691575426869824
58: 0x10b00348d - sys::thread::create::thread_start::h499b3be451a7bbb8AZu
59: 0x7fff91f30267 - _pthread_body
60: 0x7fff91f301e4 - _pthread_start
</code></pre></div> | 1 |
<p dir="auto">Can you support this configuration for 4.0.0-RC1 ?<br>
jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.0.12)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.0.22)(PORT = 1521))(LOAD_BALANCE = yes)(FAILOVER = ON)(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = rac)(FAILOVER_MODE=(TYPE = SELECT)(METHOD = BASIC)(RETIRES = 20)(DELAY = 15))))</p> | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>For English only</strong>, other languages will not accept.</p>
<p dir="auto">Before report a bug, make sure you have:</p>
<ul dir="auto">
<li>Searched open and closed <a href="https://github.com/apache/shardingsphere/issues">GitHub issues</a>.</li>
<li>Read documentation: <a href="https://shardingsphere.apache.org/document/current/en/overview" rel="nofollow">ShardingSphere Doc</a>.</li>
</ul>
<p dir="auto">Please pay attention on issues you submitted, because we maybe need more details.<br>
If no response anymore and we cannot reproduce it on current information, we will <strong>close it</strong>.</p>
<p dir="auto">Please answer these questions before submitting your issue. Thanks!</p>
<h3 dir="auto">Which version of ShardingSphere did you use?</h3>
<p dir="auto">A: 4.1.1</p>
<h3 dir="auto">Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?</h3>
<p dir="auto">A: ShardingSphere-JDBC</p>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">A: sql should be able to be parsed correctly,</p>
<h3 dir="auto">Actual behavior</h3>
<p dir="auto">A: got an exception when parsing a simple sql</p>
<h3 dir="auto">Reason analyze (If you can)</h3>
<p dir="auto">A: not sure, please check the exception message</p>
<h3 dir="auto">Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.</h3>
<p dir="auto">A: with ShardingSphere 4.1.1, write a simple junit test case to parse a simple sql as following:<br>
public class ParserTest {</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@Test
public void testParse(){
SQLParserEngine parserEngine= SQLParserEngineFactory.getSQLParserEngine("MySQL");
String sql="select user_id, name, profile from t_user where name=?";
SQLStatement sqlStatement=parserEngine.parse(sql,false);
Assert.notNull(sqlStatement,"statement should not be null");
}"><pre class="notranslate"><code class="notranslate">@Test
public void testParse(){
SQLParserEngine parserEngine= SQLParserEngineFactory.getSQLParserEngine("MySQL");
String sql="select user_id, name, profile from t_user where name=?";
SQLStatement sqlStatement=parserEngine.parse(sql,false);
Assert.notNull(sqlStatement,"statement should not be null");
}
</code></pre></div>
<p dir="auto">}</p>
<p dir="auto">///////////////////////////////////////////////////////// Exception message ///////</p>
<p dir="auto">/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/bin/java -ea -Didea.test.cyclic.buffer.size=1048576 "-javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=58440:/Applications/IntelliJ IDEA.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath "/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar:/Applications/IntelliJ IDEA.app/Contents/plugins/junit/lib/junit-rt.jar:/Applications/IntelliJ IDEA.app/Contents/plugins/junit/lib/junit5-rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/lib/tools.jar:/Users/nick/Desktop/spring/nick1/target/test-classes:/Users/nick/Desktop/spring/nick1/target/classes:/Users/nick/.m2/repository/com/nick/template/1.0-SNAPSHOT/template-1.0-SNAPSHOT.jar:/Users/nick/.m2/repository/org/springframework/boot/spring-boot-starter/1.5.2.RELEASE/spring-boot-starter-1.5.2.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/boot/spring-boot/1.5.2.RELEASE/spring-boot-1.5.2.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.5.2.RELEASE/spring-boot-autoconfigure-1.5.2.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.5.2.RELEASE/spring-boot-starter-logging-1.5.2.RELEASE.jar:/Users/nick/.m2/repository/ch/qos/logback/logback-classic/1.1.11/logback-classic-1.1.11.jar:/Users/nick/.m2/repository/ch/qos/logback/logback-core/1.1.11/logback-core-1.1.11.jar:/Users/nick/.m2/repository/org/slf4j/jul-to-slf4j/1.7.24/jul-to-slf4j-1.7.24.jar:/Users/nick/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.24/log4j-over-slf4j-1.7.24.jar:/Users/nick/.m2/repository/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar:/Users/nick/.m2/repository/org/springframework/boot/spring-boot-starter-data-jpa/1.5.2.RELEASE/spring-boot-starter-data-jpa-1.5.2.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/boot/spring-boot-starter-aop/1.5.2.RELEASE/spring-boot-starter-aop-1.5.2.RELEASE.jar:/Users/nick/.m2/repository/org/aspectj/aspectjweaver/1.8.9/aspectjweaver-1.8.9.jar:/Users/nick/.m2/repository/org/hibernate/hibernate-core/5.0.12.Final/hibernate-core-5.0.12.Final.jar:/Users/nick/.m2/repository/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar:/Users/nick/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar:/Users/nick/.m2/repository/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.jar:/Users/nick/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/Users/nick/.m2/repository/org/jboss/jandex/2.0.0.Final/jandex-2.0.0.Final.jar:/Users/nick/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/Users/nick/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.1.Final/hibernate-commons-annotations-5.0.1.Final.jar:/Users/nick/.m2/repository/org/hibernate/hibernate-entitymanager/5.0.12.Final/hibernate-entitymanager-5.0.12.Final.jar:/Users/nick/.m2/repository/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.jar:/Users/nick/.m2/repository/org/springframework/data/spring-data-jpa/1.11.1.RELEASE/spring-data-jpa-1.11.1.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/data/spring-data-commons/1.13.1.RELEASE/spring-data-commons-1.13.1.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/spring-orm/4.3.7.RELEASE/spring-orm-4.3.7.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/spring-context/4.3.7.RELEASE/spring-context-4.3.7.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/spring-tx/4.3.7.RELEASE/spring-tx-4.3.7.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/spring-beans/4.3.7.RELEASE/spring-beans-4.3.7.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/spring-aspects/4.3.7.RELEASE/spring-aspects-4.3.7.RELEASE.jar:/Users/nick/.m2/repository/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.1.4/mybatis-spring-boot-starter-2.1.4.jar:/Users/nick/.m2/repository/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.1.4/mybatis-spring-boot-autoconfigure-2.1.4.jar:/Users/nick/.m2/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/Users/nick/.m2/repository/org/mybatis/mybatis-spring/2.0.6/mybatis-spring-2.0.6.jar:/Users/nick/.m2/repository/org/springframework/boot/spring-boot-starter-security/1.5.2.RELEASE/spring-boot-starter-security-1.5.2.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/spring-aop/4.3.7.RELEASE/spring-aop-4.3.7.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/security/spring-security-config/4.2.2.RELEASE/spring-security-config-4.2.2.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/security/spring-security-web/4.2.2.RELEASE/spring-security-web-4.2.2.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/spring-expression/4.3.7.RELEASE/spring-expression-4.3.7.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.5.2.RELEASE/spring-boot-starter-web-1.5.2.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.5.2.RELEASE/spring-boot-starter-tomcat-1.5.2.RELEASE.jar:/Users/nick/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.11/tomcat-embed-core-8.5.11.jar:/Users/nick/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.5.11/tomcat-embed-el-8.5.11.jar:/Users/nick/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.11/tomcat-embed-websocket-8.5.11.jar:/Users/nick/.m2/repository/org/hibernate/hibernate-validator/5.3.4.Final/hibernate-validator-5.3.4.Final.jar:/Users/nick/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/Users/nick/.m2/repository/com/fasterxml/classmate/1.3.3/classmate-1.3.3.jar:/Users/nick/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.7/jackson-databind-2.8.7.jar:/Users/nick/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar:/Users/nick/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar:/Users/nick/.m2/repository/org/springframework/spring-web/4.3.7.RELEASE/spring-web-4.3.7.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/spring-webmvc/4.3.7.RELEASE/spring-webmvc-4.3.7.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/boot/spring-boot-starter-jdbc/1.5.2.RELEASE/spring-boot-starter-jdbc-1.5.2.RELEASE.jar:/Users/nick/.m2/repository/org/apache/tomcat/tomcat-jdbc/8.5.11/tomcat-jdbc-8.5.11.jar:/Users/nick/.m2/repository/org/apache/tomcat/tomcat-juli/8.5.11/tomcat-juli-8.5.11.jar:/Users/nick/.m2/repository/org/springframework/spring-jdbc/4.3.7.RELEASE/spring-jdbc-4.3.7.RELEASE.jar:/Users/nick/.m2/repository/mysql/mysql-connector-java/8.0.20/mysql-connector-java-8.0.20.jar:/Users/nick/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/sharding-jdbc-spring-boot-starter/4.1.1/sharding-jdbc-spring-boot-starter-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/sharding-spring-boot-util/4.1.1/sharding-spring-boot-util-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/sharding-core-common/4.1.1/sharding-core-common-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-common/4.1.1/shardingsphere-common-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-spi/4.1.1/shardingsphere-spi-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-sql-parser-binder/4.1.1/shardingsphere-sql-parser-binder-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/sharding-core-api/4.1.1/sharding-core-api-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/encrypt-core-api/4.1.1/encrypt-core-api-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/encrypt-core-common/4.1.1/encrypt-core-common-4.1.1.jar:/Users/nick/.m2/repository/org/codehaus/groovy/groovy/2.4.5/groovy-2.4.5-indy.jar:/Users/nick/.m2/repository/commons-codec/commons-codec/1.10/commons-codec-1.10.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/sharding-transaction-spring/4.1.1/sharding-transaction-spring-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/sharding-transaction-core/4.1.1/sharding-transaction-core-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/sharding-jdbc-core/4.1.1/sharding-jdbc-core-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-pluggable/4.1.1/shardingsphere-pluggable-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-route/4.1.1/shardingsphere-route-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-rewrite-engine/4.1.1/shardingsphere-rewrite-engine-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-executor/4.1.1/shardingsphere-executor-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-merge/4.1.1/shardingsphere-merge-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-sql-parser-sql92/4.1.1/shardingsphere-sql-parser-sql92-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-sql-parser-engine/4.1.1/shardingsphere-sql-parser-engine-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-sql-parser-spi/4.1.1/shardingsphere-sql-parser-spi-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-sql-parser-statement/4.1.1/shardingsphere-sql-parser-statement-4.1.1.jar:/Users/nick/.m2/repository/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar:/Users/nick/.m2/repository/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-sql-parser-mysql/4.1.1/shardingsphere-sql-parser-mysql-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-sql-parser-postgresql/4.1.1/shardingsphere-sql-parser-postgresql-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-sql-parser-oracle/4.1.1/shardingsphere-sql-parser-oracle-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shardingsphere-sql-parser-sqlserver/4.1.1/shardingsphere-sql-parser-sqlserver-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/sharding-core-route/4.1.1/sharding-core-route-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/master-slave-core-route/4.1.1/master-slave-core-route-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/sharding-core-rewrite/4.1.1/sharding-core-rewrite-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/encrypt-core-rewrite/4.1.1/encrypt-core-rewrite-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/shadow-core-rewrite/4.1.1/shadow-core-rewrite-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/sharding-core-execute/4.1.1/sharding-core-execute-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/sharding-core-merge/4.1.1/sharding-core-merge-4.1.1.jar:/Users/nick/.m2/repository/org/apache/shardingsphere/encrypt-core-merge/4.1.1/encrypt-core-merge-4.1.1.jar:/Users/nick/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar:/Users/nick/.m2/repository/org/slf4j/slf4j-api/1.7.24/slf4j-api-1.7.24.jar:/Users/nick/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.24/jcl-over-slf4j-1.7.24.jar:/Users/nick/.m2/repository/com/baomidou/dynamic-datasource-spring-boot-starter/3.2.1/dynamic-datasource-spring-boot-starter-3.2.1.jar:/Users/nick/.m2/repository/org/springframework/boot/spring-boot-starter-test/1.5.2.RELEASE/spring-boot-starter-test-1.5.2.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/boot/spring-boot-test/1.5.2.RELEASE/spring-boot-test-1.5.2.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/boot/spring-boot-test-autoconfigure/1.5.2.RELEASE/spring-boot-test-autoconfigure-1.5.2.RELEASE.jar:/Users/nick/.m2/repository/com/jayway/jsonpath/json-path/2.2.0/json-path-2.2.0.jar:/Users/nick/.m2/repository/net/minidev/json-smart/2.2.1/json-smart-2.2.1.jar:/Users/nick/.m2/repository/net/minidev/accessors-smart/1.1/accessors-smart-1.1.jar:/Users/nick/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar:/Users/nick/.m2/repository/junit/junit/4.12/junit-4.12.jar:/Users/nick/.m2/repository/org/assertj/assertj-core/2.6.0/assertj-core-2.6.0.jar:/Users/nick/.m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar:/Users/nick/.m2/repository/org/objenesis/objenesis/2.1/objenesis-2.1.jar:/Users/nick/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/Users/nick/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar:/Users/nick/.m2/repository/org/skyscreamer/jsonassert/1.4.0/jsonassert-1.4.0.jar:/Users/nick/.m2/repository/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar:/Users/nick/.m2/repository/org/springframework/spring-core/4.3.7.RELEASE/spring-core-4.3.7.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/spring-test/4.3.7.RELEASE/spring-test-4.3.7.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/security/spring-security-test/4.2.2.RELEASE/spring-security-test-4.2.2.RELEASE.jar:/Users/nick/.m2/repository/org/springframework/security/spring-security-core/4.2.2.RELEASE/spring-security-core-4.2.2.RELEASE.jar:/Users/nick/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar" com.intellij.rt.execution.junit.JUnitStarter -ideVersion5 -junit4 com.example.nick1.ParserTest,testParse<br>
line 1:22 no viable alternative at input 'profile'<br>
line 1:22 mismatched input 'profile' expecting {'!', '~', '+', '-', '.', '(', '{', '?', '@', TRUNCATE, POSITION, VIEW, VALUES, CASE, CAST, TRIM, SUBSTRING, LEFT, RIGHT, IF, NOT, NULL, TRUE, FALSE, EXISTS, ANY, OFFSET, BEGIN, COMMIT, ROLLBACK, SAVEPOINT, BOOLEAN, CHAR, INTERVAL, DATE, TIME, TIMESTAMP, LOCALTIME, LOCALTIMESTAMP, YEAR, QUARTER, MONTH, WEEK, DAY, HOUR, MINUTE, SECOND, MICROSECOND, MAX, MIN, SUM, COUNT, AVG, CURRENT, ENABLE, DISABLE, INSTANCE, DO, DEFINER, CASCADED, LOCAL, CLOSE, OPEN, NEXT, NAME, TYPE, DATABASE, TABLES, TABLESPACE, COLUMNS, FIELDS, INDEXES, STATUS, REPLACE, MODIFY, VALUE, DUPLICATE, FIRST, LAST, AFTER, OJ, MOD, ACCOUNT, USER, ROLE, START, TRANSACTION, ROW, WITHOUT, BINARY, ESCAPE, SUBPARTITION, STORAGE, SUPER, SUBSTR, TEMPORARY, THAN, UNBOUNDED, SIGNED, UPGRADE, VALIDATION, ROLLUP, SOUNDS, UNKNOWN, OFF, ALWAYS, COMMITTED, LEVEL, NO, PASSWORD, PRIVILEGES, ACTION, ALGORITHM, AUTOCOMMIT, BTREE, CHAIN, CHARSET, CHECKSUM, CIPHER, CLIENT, COALESCE, COMMENT, COMPACT, COMPRESSED, COMPRESSION, CONNECTION, CONSISTENT, CONVERT, DATA, DISCARD, DISK, ENCRYPTION, END, ENGINE, EVENT, EXCHANGE, EXECUTE, EXTRACT, FILE, FIXED, FOLLOWING, GLOBAL, HASH, IMPORT_, LESS, MATCH, MEMORY, NONE, NOW, PARSER, PARTIAL, PARTITIONING, PERSIST, PRECEDING, PROCESS, PROXY, QUICK, REBUILD, REDUNDANT, RELOAD, REMOVE, REORGANIZE, REPAIR, REVERSE, SESSION, SHUTDOWN, SIMPLE, SLAVE, VISIBLE, INVISIBLE, ENFORCED, AGAINST, LANGUAGE, MODE, QUERY, EXTENDED, EXPANSION, VARIANCE, MAX_ROWS, MIN_ROWS, SQL_BIG_RESULT, SQL_BUFFER_RESULT, SQL_CACHE, SQL_NO_CACHE, STATS_AUTO_RECALC, STATS_PERSISTENT, STATS_SAMPLE_PAGES, ROW_FORMAT, WEIGHT_STRING, COLUMN_FORMAT, INSERT_METHOD, KEY_BLOCK_SIZE, PACK_KEYS, PERSIST_ONLY, BIT_AND, BIT_OR, BIT_XOR, GROUP_CONCAT, JSON_ARRAYAGG, JSON_OBJECTAGG, STD, STDDEV, STDDEV_POP, STDDEV_SAMP, VAR_POP, VAR_SAMP, AUTO_INCREMENT, AVG_ROW_LENGTH, DELAY_KEY_WRITE, CURRENT_TIMESTAMP, ROTATE, MASTER, BINLOG, ERROR, SCHEDULE, COMPLETION, EVERY, HOST, SOCKET, PORT, SERVER, WRAPPER, OPTIONS, OWNER, RETURNS, CONTAINS, SECURITY, INVOKER, TEMPTABLE, MERGE, UNDEFINED, DATAFILE, FILE_BLOCK_SIZE, EXTENT_SIZE, INITIAL_SIZE, AUTOEXTEND_SIZE, MAX_SIZE, NODEGROUP, WAIT, LOGFILE, UNDOFILE, UNDO_BUFFER_SIZE, REDO_BUFFER_SIZE, HANDLER, PREV, ORGANIZATION, DEFINITION, DESCRIPTION, REFERENCE, FOLLOWS, PRECEDES, IMPORT, CONCURRENT, XML, DUMPFILE, SHARE, CODE, CONTEXT, SOURCE, CHANNEL, CLONE, AGGREGATE, INSTALL, COMPONENT, UNINSTALL, RESOURCE, EXPIRE, NEVER, HISTORY, OPTIONAL, REUSE, MAX_QUERIES_PER_HOUR, MAX_UPDATES_PER_HOUR, MAX_CONNECTIONS_PER_HOUR, MAX_USER_CONNECTIONS, RETAIN, RANDOM, OLD, ISSUER, SUBJECT, CACHE, GENERAL, SLOW, USER_RESOURCES, EXPORT, RELAY, HOSTS, FLUSH, RESET, RESTART, UNIX_TIMESTAMP, LOWER, UPPER, ADDDATE, ADDTIME, DATE_ADD, DATE_SUB, DATEDIFF, DATE_FORMAT, DAYNAME, DAYOFMONTH, DAYOFWEEK, DAYOFYEAR, STR_TO_DATE, TIMEDIFF, TIMESTAMPADD, TIMESTAMPDIFF, TIME_FORMAT, TIME_TO_SEC, AES_DECRYPT, AES_ENCRYPT, FROM_BASE64, TO_BASE64, GEOMCOLLECTION, GEOMETRYCOLLECTION, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, ST_AREA, ST_ASBINARY, ST_ASGEOJSON, ST_ASTEXT, ST_ASWKB, ST_ASWKT, ST_BUFFER, ST_BUFFER_STRATEGY, ST_CENTROID, ST_CONTAINS, ST_CONVEXHULL, ST_CROSSES, ST_DIFFERENCE, ST_DIMENSION, ST_DISJOINT, ST_DISTANCE, ST_DISTANCE_SPHERE, ST_ENDPOINT, ST_ENVELOPE, ST_EQUALS, ST_EXTERIORRING, ST_GEOHASH, ST_GEOMCOLLFROMTEXT, ST_GEOMCOLLFROMTXT, ST_GEOMCOLLFROMWKB, ST_GEOMETRYCOLLECTIONFROMTEXT, ST_GEOMETRYCOLLECTIONFROMWKB, ST_GEOMETRYFROMTEXT, ST_GEOMETRYFROMWKB, ST_GEOMETRYN, ST_GEOMETRYTYPE, ST_GEOMFROMGEOJSON, ST_GEOMFROMTEXT, ST_GEOMFROMWKB, ST_INTERIORRINGN, ST_INTERSECTION, ST_INTERSECTS, ST_ISCLOSED, ST_ISEMPTY, ST_ISSIMPLE, ST_ISVALID, ST_LATFROMGEOHASH, ST_LATITUDE, ST_LENGTH, ST_LINEFROMTEXT, ST_LINEFROMWKB, ST_LINESTRINGFROMTEXT, ST_LINESTRINGFROMWKB, ST_LONGFROMGEOHASH, ST_LONGITUDE, ST_MAKEENVELOPE, ST_MLINEFROMTEXT, ST_MLINEFROMWKB, ST_MULTILINESTRINGFROMTEXT, ST_MULTILINESTRINGFROMWKB, ST_MPOINTFROMTEXT, ST_MPOINTFROMWKB, ST_MULTIPOINTFROMTEXT, ST_MULTIPOINTFROMWKB, ST_MPOLYFROMTEXT, ST_MPOLYFROMWKB, ST_MULTIPOLYGONFROMTEXT, ST_MULTIPOLYGONFROMWKB, ST_NUMGEOMETRIES, ST_NUMINTERIORRING, ST_NUMINTERIORRINGS, ST_NUMPOINTS, ST_OVERLAPS, ST_POINTFROMGEOHASH, ST_POINTFROMTEXT, ST_POINTFROMWKB, ST_POINTN, ST_POLYFROMTEXT, ST_POLYFROMWKB, ST_POLYGONFROMTEXT, ST_POLYGONFROMWKB, ST_SIMPLIFY, ST_SRID, ST_STARTPOINT, ST_SWAPXY, ST_SYMDIFFERENCE, ST_TOUCHES, ST_TRANSFORM, ST_UNION, ST_VALIDATE, ST_WITHIN, ST_X, ST_Y, IO_THREAD, SQL_THREAD, SQL_BEFORE_GTIDS, SQL_AFTER_GTIDS, MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE, RELAY_LOG_POS, SQL_AFTER_MTS_GAPS, UNTIL, DEFAULT_AUTH, PLUGIN_DIR, STOP, IDENTIFIER_, STRING_, NUMBER_, HEX_DIGIT_, BIT_NUM_}</p>
<p dir="auto">java.lang.NullPointerException<br>
at org.antlr.v4.runtime.tree.AbstractParseTreeVisitor.visit(AbstractParseTreeVisitor.java:18)<br>
at org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDMLVisitor.createProjection(MySQLDMLVisitor.java:446)<br>
at org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDMLVisitor.visitProjection(MySQLDMLVisitor.java:434)<br>
at org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDMLVisitor.visitProjection(MySQLDMLVisitor.java:127)<br>
at org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser$ProjectionContext.accept(MySQLStatementParser.java:5370)<br>
at org.antlr.v4.runtime.tree.AbstractParseTreeVisitor.visit(AbstractParseTreeVisitor.java:18)<br>
at org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDMLVisitor.visitProjections(MySQLDMLVisitor.java:410)<br>
at org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDMLVisitor.visitProjections(MySQLDMLVisitor.java:127)<br>
at org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser$ProjectionsContext.accept(MySQLStatementParser.java:4865)<br>
at org.antlr.v4.runtime.tree.AbstractParseTreeVisitor.visit(AbstractParseTreeVisitor.java:18)<br>
at org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDMLVisitor.visitSelectClause(MySQLDMLVisitor.java:329)<br>
at org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDMLVisitor.visitSelectClause(MySQLDMLVisitor.java:127)<br>
at org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser$SelectClauseContext.accept(MySQLStatementParser.java:4551)<br>
at org.antlr.v4.runtime.tree.AbstractParseTreeVisitor.visit(AbstractParseTreeVisitor.java:18)<br>
at org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDMLVisitor.visitUnionClause(MySQLDMLVisitor.java:322)<br>
at org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDMLVisitor.visitUnionClause(MySQLDMLVisitor.java:127)<br>
at org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser$UnionClauseContext.accept(MySQLStatementParser.java:4446)<br>
at org.antlr.v4.runtime.tree.AbstractParseTreeVisitor.visit(AbstractParseTreeVisitor.java:18)<br>
at org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDMLVisitor.visitSelect(MySQLDMLVisitor.java:314)<br>
at org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDMLVisitor.visitSelect(MySQLDMLVisitor.java:127)<br>
at org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser$SelectContext.accept(MySQLStatementParser.java:3098)<br>
at org.antlr.v4.runtime.tree.AbstractParseTreeVisitor.visit(AbstractParseTreeVisitor.java:18)<br>
at org.apache.shardingsphere.sql.parser.SQLParserEngine.parse0(SQLParserEngine.java:80)<br>
at org.apache.shardingsphere.sql.parser.SQLParserEngine.parse(SQLParserEngine.java:61)<br>
at com.example.nick1.ParserTest.testParse(ParserTest.java:15)<br>
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br>
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
at java.lang.reflect.Method.invoke(Method.java:498)<br>
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)<br>
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)<br>
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)<br>
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)<br>
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)<br>
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)<br>
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)<br>
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)<br>
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)<br>
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)<br>
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)<br>
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)<br>
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)<br>
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)<br>
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)<br>
at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)<br>
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)<br>
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)</p>
<p dir="auto">Process finished with exit code 255</p>
<h3 dir="auto">Example codes for reproduce this issue (such as a github link).</h3>
<p dir="auto">public class ParserTest {</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@Test
public void testParse(){
SQLParserEngine parserEngine= SQLParserEngineFactory.getSQLParserEngine("MySQL");
String sql="select user_id, name, profile from t_user where name=?";
SQLStatement sqlStatement=parserEngine.parse(sql,false);
Assert.notNull(sqlStatement,"statement should not be null");
}"><pre class="notranslate"><code class="notranslate">@Test
public void testParse(){
SQLParserEngine parserEngine= SQLParserEngineFactory.getSQLParserEngine("MySQL");
String sql="select user_id, name, profile from t_user where name=?";
SQLStatement sqlStatement=parserEngine.parse(sql,false);
Assert.notNull(sqlStatement,"statement should not be null");
}
</code></pre></div>
<p dir="auto">}</p> | 0 |
<p dir="auto">if we can support the selector policy thinking browser as blackbox, the user experience will more awesome.<br>
<a href="https://github.com/getgauge/taiko#smart-selectors">https://github.com/getgauge/taiko#smart-selectors</a><br>
<a href="https://docs.taiko.dev/api/relativeselector/" rel="nofollow">https://docs.taiko.dev/api/relativeselector/</a><br>
these feature can improve the productivity of producting command when user interacting web application in auth script mode.</p> | <p dir="auto"><strong>Let us know what functionality you'd like to see in Playwright and what is your use case.</strong><br>
A special locator to visually locate an element.</p>
<p dir="auto">In taiko, browser automation library by thoughtwork, you could locate element visually like the following:<br>
<code class="notranslate">click(checkbox(near("Username")))</code></p>
<p dir="auto">Taiko calls it proximity locator<br>
Refer: <a href="https://docs.taiko.dev/#smart-selectors" rel="nofollow">https://docs.taiko.dev/#smart-selectors</a></p>
<p dir="auto">This locator will reduce the flakiness of the script and the maintenance cost because the locator doesn't rely on html structure that may be changed from time to time. Even we can assign data-testid attribute but this is very useful in some cases as well.</p>
<p dir="auto"><strong>Do you think others might benefit from this as well?</strong><br>
Yes, it is.</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
df = pd.DataFrame({ 'A' : 1.,
'B' : [2, 2, 4, 4],
'C' : ['T1', 'T2', 'T1', 'T2'],
'D' : 3.,
'E' : np.nan})
#df
tablea = pd.pivot_table(df, values='D', index=['A', 'B'],
columns=['C'], aggfunc=np.sum)
#tablea
tableb = pd.pivot_table(df, values='D', index=['E', 'B'],
columns=['C'], aggfunc=np.sum)
#tableb"><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">df</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">DataFrame</span>({ <span class="pl-s">'A'</span> : <span class="pl-c1">1.</span>,
<span class="pl-s">'B'</span> : [<span class="pl-c1">2</span>, <span class="pl-c1">2</span>, <span class="pl-c1">4</span>, <span class="pl-c1">4</span>],
<span class="pl-s">'C'</span> : [<span class="pl-s">'T1'</span>, <span class="pl-s">'T2'</span>, <span class="pl-s">'T1'</span>, <span class="pl-s">'T2'</span>],
<span class="pl-s">'D'</span> : <span class="pl-c1">3.</span>,
<span class="pl-s">'E'</span> : <span class="pl-s1">np</span>.<span class="pl-s1">nan</span>})
<span class="pl-c">#df</span>
<span class="pl-s1">tablea</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-en">pivot_table</span>(<span class="pl-s1">df</span>, <span class="pl-s1">values</span><span class="pl-c1">=</span><span class="pl-s">'D'</span>, <span class="pl-s1">index</span><span class="pl-c1">=</span>[<span class="pl-s">'A'</span>, <span class="pl-s">'B'</span>],
<span class="pl-s1">columns</span><span class="pl-c1">=</span>[<span class="pl-s">'C'</span>], <span class="pl-s1">aggfunc</span><span class="pl-c1">=</span><span class="pl-s1">np</span>.<span class="pl-s1">sum</span>)
<span class="pl-c">#tablea</span>
<span class="pl-s1">tableb</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-en">pivot_table</span>(<span class="pl-s1">df</span>, <span class="pl-s1">values</span><span class="pl-c1">=</span><span class="pl-s">'D'</span>, <span class="pl-s1">index</span><span class="pl-c1">=</span>[<span class="pl-s">'E'</span>, <span class="pl-s">'B'</span>],
<span class="pl-s1">columns</span><span class="pl-c1">=</span>[<span class="pl-s">'C'</span>], <span class="pl-s1">aggfunc</span><span class="pl-c1">=</span><span class="pl-s1">np</span>.<span class="pl-s1">sum</span>)
<span class="pl-c">#tableb</span></pre></div>
<h4 dir="auto">Problem description</h4>
<p dir="auto">One is not able to use np.nan as a pivot value.</p>
<p dir="auto">The ouput for the first pivot table (tablea) as expected is</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" C T1 T2
A B
1.0 2 3.0 3.0
4 3.0 3.0"><pre class="notranslate"><code class="notranslate"> C T1 T2
A B
1.0 2 3.0 3.0
4 3.0 3.0
</code></pre></div>
<p dir="auto">The output for the second table (tableb) is which is completely blank.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="E | B
-- | --"><pre class="notranslate"><code class="notranslate">E | B
-- | --
</code></pre></div>
<h4 dir="auto">Expected Output</h4>
<p dir="auto">I was hoping for</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" C T1 T2
E B
np.nan 2 3.0 3.0
4 3.0 3.0"><pre class="notranslate"><code class="notranslate"> C T1 T2
E B
np.nan 2 3.0 3.0
4 3.0 3.0
</code></pre></div>
<p dir="auto">This behavior is not necessarily a problem but I'm just trying to get clarity on if this is expected.<br>
I know that <code class="notranslate">groupby</code> excludes <code class="notranslate">NaN</code> by design and I expect that this is related to that. Is that the case?</p>
<h4 dir="auto">Output of <code class="notranslate">pd.show_versions()</code></h4>
<details>
INSTALLED VERSIONS
------------------
commit: None
python: 3.5.2.final.0
python-bits: 64
OS: Windows
OS-release: 7
machine: AMD64
processor: Intel64 Family 6 Model 61 Stepping 4, GenuineIntel
byteorder: little
LC_ALL: None
LANG: None
LOCALE: None.None
<p dir="auto">pandas: 0.20.3<br>
pytest: 3.2.2<br>
pip: 9.0.1<br>
setuptools: 27.2.0<br>
Cython: 0.26.1<br>
numpy: 1.13.1<br>
scipy: 0.19.1<br>
xarray: None<br>
IPython: 6.1.0<br>
sphinx: 1.3.1<br>
patsy: 0.4.1<br>
dateutil: 2.6.1<br>
pytz: 2017.2<br>
blosc: None<br>
bottleneck: 1.2.1<br>
tables: 3.4.2<br>
numexpr: 2.6.2<br>
feather: 0.4.0<br>
matplotlib: 2.0.2<br>
openpyxl: 2.5.0a3<br>
xlrd: 1.0.0<br>
xlwt: 1.2.0<br>
xlsxwriter: 0.9.8<br>
lxml: 3.8.0<br>
bs4: 4.6.0<br>
html5lib: 0.999999999<br>
sqlalchemy: 1.1.11<br>
pymysql: 0.7.9.None<br>
psycopg2: None<br>
jinja2: 2.9.6<br>
s3fs: None<br>
pandas_gbq: None<br>
pandas_datareader: None</p>
</details> | <p dir="auto">ENH: maybe for now just provide a warning if dropping the nan rows when pivotting...</p>
<p dir="auto">rom ml</p>
<p dir="auto"><a href="http://stackoverflow.com/questions/16860172/python-pandas-pivot-table-silently-drops-indices-with-nans" rel="nofollow">http://stackoverflow.com/questions/16860172/python-pandas-pivot-table-silently-drops-indices-with-nans</a></p>
<p dir="auto">This is effectivly trying to groupby on a NaN, currently not allowed</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [13]: a = [['a', 'b', 12, 12, 12], ['a', nan, 12.3, 233., 12], ['b', 'a', 123.23, 123, 1], ['a', 'b', 1, 1, 1.]]
In [14]: df = DataFrame(a, columns=['a', 'b', 'c', 'd', 'e'])
In [15]: df.groupby(['a','b']).sum()
Out[15]:
c d e
a b
a b 13.00 13 13
b a 123.23 123 1"><pre class="notranslate"><code class="notranslate">In [13]: a = [['a', 'b', 12, 12, 12], ['a', nan, 12.3, 233., 12], ['b', 'a', 123.23, 123, 1], ['a', 'b', 1, 1, 1.]]
In [14]: df = DataFrame(a, columns=['a', 'b', 'c', 'd', 'e'])
In [15]: df.groupby(['a','b']).sum()
Out[15]:
c d e
a b
a b 13.00 13 13
b a 123.23 123 1
</code></pre></div>
<p dir="auto">Workaround to fill the index with a dummy, pivot, and replace</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
In [31]: df2 = df.copy()
In [32]: df2['dummy'] = np.nan
In [33]: df2['b'] = df2['b'].fillna('dummy')
In [34]: df2
Out[34]:
a b c d e dummy
0 a b 12.00 12 12 NaN
1 a dummy 12.30 233 12 NaN
2 b a 123.23 123 1 NaN
3 a b 1.00 1 1 NaN
In [35]: df2.pivot_table(rows=['a', 'b'], values=['c', 'd', 'e'], aggfunc=sum)
Out[35]:
a b c d e
0 a b 13.00 13 13
1 a dummy 12.30 233 12
2 b a 123.23 123 1
In [36]: df2.pivot_table(rows=['a', 'b'], values=['c', 'd', 'e'], aggfunc=sum).replace('dummy',np.nan)
Out[36]:
a b c d e
0 a b 13.00 13 13
1 a NaN 12.30 233 12
2 b a 123.23 123 1
"><pre class="notranslate"><code class="notranslate">
In [31]: df2 = df.copy()
In [32]: df2['dummy'] = np.nan
In [33]: df2['b'] = df2['b'].fillna('dummy')
In [34]: df2
Out[34]:
a b c d e dummy
0 a b 12.00 12 12 NaN
1 a dummy 12.30 233 12 NaN
2 b a 123.23 123 1 NaN
3 a b 1.00 1 1 NaN
In [35]: df2.pivot_table(rows=['a', 'b'], values=['c', 'd', 'e'], aggfunc=sum)
Out[35]:
a b c d e
0 a b 13.00 13 13
1 a dummy 12.30 233 12
2 b a 123.23 123 1
In [36]: df2.pivot_table(rows=['a', 'b'], values=['c', 'd', 'e'], aggfunc=sum).replace('dummy',np.nan)
Out[36]:
a b c d e
0 a b 13.00 13 13
1 a NaN 12.30 233 12
2 b a 123.23 123 1
</code></pre></div> | 1 |
<p dir="auto"><strong>Glide Version/Integration library (if any)</strong>: Glide 3.5.2, no integration library<br>
<strong>Device/Android Version</strong>: Nexus 5 8GB, Lollipop 5.1<br>
<strong>Issue details/Repro steps</strong>: When I load images (i.e. into a RecyclerView's adapter), sometimes it throws SocketTimeoutException, not loading some images.</p>
<p dir="auto"><strong>Glide load line</strong>:</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Glide.with(this).load(mThumbnail).into(new SimpleTarget<GlideDrawable>() {...});"><pre class="notranslate"><span class="pl-smi">Glide</span>.<span class="pl-en">with</span>(<span class="pl-smi">this</span>).<span class="pl-en">load</span>(<span class="pl-s1">mThumbnail</span>).<span class="pl-en">into</span>(<span class="pl-k">new</span> <span class="pl-smi">SimpleTarget</span><<span class="pl-smi">GlideDrawable</span>>() {...});</pre></div>
<p dir="auto"><strong>Stack trace</strong>:</p>
<div class="highlight highlight-source-ruby notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="04-21 22:06:41.021 3315-3315/******************* D/GenericRequest﹕ load failed
java.net.SocketTimeoutException
at java.net.PlainSocketImpl.read(PlainSocketImpl.java:488)
at java.net.PlainSocketImpl.access$000(PlainSocketImpl.java:37)
at java.net.PlainSocketImpl$PlainSocketInputStream.read(PlainSocketImpl.java:237)
at com.android.okio.Okio$2.read(Okio.java:113)
at com.android.okio.RealBufferedSource.indexOf(RealBufferedSource.java:147)
at com.android.okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:94)
at com.android.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:179)
at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:101)
at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:628)
at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:388)
at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:332)
at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:500)
at com.bumptech.glide.load.a.f.a(SourceFile:68)
at com.bumptech.glide.load.a.f.b(SourceFile:40)
at com.bumptech.glide.load.a.f.a(SourceFile:17)
at com.bumptech.glide.load.c.g.b(SourceFile:70)
at com.bumptech.glide.load.c.g.a(SourceFile:53)
at com.bumptech.glide.load.b.a.e(SourceFile:170)
at com.bumptech.glide.load.b.a.c(SourceFile:128)
at com.bumptech.glide.load.b.u.f(SourceFile:122)
at com.bumptech.glide.load.b.u.d(SourceFile:101)
at com.bumptech.glide.load.b.u.run(SourceFile:58)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
at com.bumptech.glide.load.b.c.c.run(SourceFile:52)"><pre class="notranslate"><span class="pl-c1">04</span>-<span class="pl-c1">21</span> <span class="pl-c1">22</span><span class="pl-pds">:06</span><span class="pl-pds">:41</span><span class="pl-kos">.</span><span class="pl-c1">021</span> <span class="pl-c1">3315</span>-<span class="pl-c1">3315</span>/******************* <span class="pl-c1">D</span>/<span class="pl-v">GenericRequest﹕</span> <span class="pl-en">load</span> <span class="pl-en">failed</span>
<span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">net</span><span class="pl-kos">.</span><span class="pl-en">SocketTimeoutException</span>
<span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">net</span><span class="pl-kos">.</span><span class="pl-en">PlainSocketImpl</span><span class="pl-kos">.</span><span class="pl-en">read</span><span class="pl-kos">(</span><span class="pl-v">PlainSocketImpl</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:488</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">net</span><span class="pl-kos">.</span><span class="pl-en">PlainSocketImpl</span><span class="pl-kos">.</span><span class="pl-en">access</span>$000<span class="pl-kos">(</span><span class="pl-v">PlainSocketImpl</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:37</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">net</span><span class="pl-kos">.</span><span class="pl-en">PlainSocketImpl</span>$PlainSocketInputStream<span class="pl-kos">.</span><span class="pl-en">read</span><span class="pl-kos">(</span><span class="pl-v">PlainSocketImpl</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:237</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">okio</span><span class="pl-kos">.</span><span class="pl-en">Okio</span>$2<span class="pl-kos">.</span><span class="pl-en">read</span><span class="pl-kos">(</span><span class="pl-v">Okio</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:113</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">okio</span><span class="pl-kos">.</span><span class="pl-en">RealBufferedSource</span><span class="pl-kos">.</span><span class="pl-en">indexOf</span><span class="pl-kos">(</span><span class="pl-v">RealBufferedSource</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:147</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">okio</span><span class="pl-kos">.</span><span class="pl-en">RealBufferedSource</span><span class="pl-kos">.</span><span class="pl-en">readUtf8LineStrict</span><span class="pl-kos">(</span><span class="pl-v">RealBufferedSource</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:94</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">okhttp</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">http</span><span class="pl-kos">.</span><span class="pl-en">HttpConnection</span><span class="pl-kos">.</span><span class="pl-en">readResponse</span><span class="pl-kos">(</span><span class="pl-v">HttpConnection</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:179</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">okhttp</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">http</span><span class="pl-kos">.</span><span class="pl-en">HttpTransport</span><span class="pl-kos">.</span><span class="pl-en">readResponseHeaders</span><span class="pl-kos">(</span><span class="pl-v">HttpTransport</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:101</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">okhttp</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">http</span><span class="pl-kos">.</span><span class="pl-en">HttpEngine</span><span class="pl-kos">.</span><span class="pl-en">readResponse</span><span class="pl-kos">(</span><span class="pl-v">HttpEngine</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:628</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">okhttp</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">http</span><span class="pl-kos">.</span><span class="pl-en">HttpURLConnectionImpl</span><span class="pl-kos">.</span><span class="pl-en">execute</span><span class="pl-kos">(</span><span class="pl-v">HttpURLConnectionImpl</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:388</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">okhttp</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">http</span><span class="pl-kos">.</span><span class="pl-en">HttpURLConnectionImpl</span><span class="pl-kos">.</span><span class="pl-en">getResponse</span><span class="pl-kos">(</span><span class="pl-v">HttpURLConnectionImpl</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:332</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">okhttp</span><span class="pl-kos">.</span><span class="pl-en">internal</span><span class="pl-kos">.</span><span class="pl-en">http</span><span class="pl-kos">.</span><span class="pl-en">HttpURLConnectionImpl</span><span class="pl-kos">.</span><span class="pl-en">getResponseCode</span><span class="pl-kos">(</span><span class="pl-v">HttpURLConnectionImpl</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:500</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">load</span><span class="pl-kos">.</span><span class="pl-en">a</span><span class="pl-kos">.</span><span class="pl-en">f</span><span class="pl-kos">.</span><span class="pl-en">a</span><span class="pl-kos">(</span><span class="pl-pds">SourceFile</span>:<span class="pl-c1">68</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">load</span><span class="pl-kos">.</span><span class="pl-en">a</span><span class="pl-kos">.</span><span class="pl-en">f</span><span class="pl-kos">.</span><span class="pl-en">b</span><span class="pl-kos">(</span><span class="pl-pds">SourceFile</span>:<span class="pl-c1">40</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">load</span><span class="pl-kos">.</span><span class="pl-en">a</span><span class="pl-kos">.</span><span class="pl-en">f</span><span class="pl-kos">.</span><span class="pl-en">a</span><span class="pl-kos">(</span><span class="pl-pds">SourceFile</span>:<span class="pl-c1">17</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">load</span><span class="pl-kos">.</span><span class="pl-en">c</span><span class="pl-kos">.</span><span class="pl-en">g</span><span class="pl-kos">.</span><span class="pl-en">b</span><span class="pl-kos">(</span><span class="pl-pds">SourceFile</span>:<span class="pl-c1">70</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">load</span><span class="pl-kos">.</span><span class="pl-en">c</span><span class="pl-kos">.</span><span class="pl-en">g</span><span class="pl-kos">.</span><span class="pl-en">a</span><span class="pl-kos">(</span><span class="pl-pds">SourceFile</span>:<span class="pl-c1">53</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">load</span><span class="pl-kos">.</span><span class="pl-en">b</span><span class="pl-kos">.</span><span class="pl-en">a</span><span class="pl-kos">.</span><span class="pl-en">e</span><span class="pl-kos">(</span><span class="pl-pds">SourceFile</span>:<span class="pl-c1">170</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">load</span><span class="pl-kos">.</span><span class="pl-en">b</span><span class="pl-kos">.</span><span class="pl-en">a</span><span class="pl-kos">.</span><span class="pl-en">c</span><span class="pl-kos">(</span><span class="pl-pds">SourceFile</span>:<span class="pl-c1">128</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">load</span><span class="pl-kos">.</span><span class="pl-en">b</span><span class="pl-kos">.</span><span class="pl-en">u</span><span class="pl-kos">.</span><span class="pl-en">f</span><span class="pl-kos">(</span><span class="pl-pds">SourceFile</span>:<span class="pl-c1">122</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">load</span><span class="pl-kos">.</span><span class="pl-en">b</span><span class="pl-kos">.</span><span class="pl-en">u</span><span class="pl-kos">.</span><span class="pl-en">d</span><span class="pl-kos">(</span><span class="pl-pds">SourceFile</span>:<span class="pl-c1">101</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">load</span><span class="pl-kos">.</span><span class="pl-en">b</span><span class="pl-kos">.</span><span class="pl-en">u</span><span class="pl-kos">.</span><span class="pl-en">run</span><span class="pl-kos">(</span><span class="pl-pds">SourceFile</span>:<span class="pl-c1">58</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">util</span><span class="pl-kos">.</span><span class="pl-en">concurrent</span><span class="pl-kos">.</span><span class="pl-en">Executors</span>$RunnableAdapter<span class="pl-kos">.</span><span class="pl-en">call</span><span class="pl-kos">(</span><span class="pl-v">Executors</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:422</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">util</span><span class="pl-kos">.</span><span class="pl-en">concurrent</span><span class="pl-kos">.</span><span class="pl-en">FutureTask</span><span class="pl-kos">.</span><span class="pl-en">run</span><span class="pl-kos">(</span><span class="pl-v">FutureTask</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:237</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">util</span><span class="pl-kos">.</span><span class="pl-en">concurrent</span><span class="pl-kos">.</span><span class="pl-en">ThreadPoolExecutor</span><span class="pl-kos">.</span><span class="pl-en">runWorker</span><span class="pl-kos">(</span><span class="pl-v">ThreadPoolExecutor</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:1112</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">util</span><span class="pl-kos">.</span><span class="pl-en">concurrent</span><span class="pl-kos">.</span><span class="pl-en">ThreadPoolExecutor</span>$Worker<span class="pl-kos">.</span><span class="pl-en">run</span><span class="pl-kos">(</span><span class="pl-v">ThreadPoolExecutor</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:587</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">Thread</span><span class="pl-kos">.</span><span class="pl-en">run</span><span class="pl-kos">(</span><span class="pl-v">Thread</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:818</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">load</span><span class="pl-kos">.</span><span class="pl-en">b</span><span class="pl-kos">.</span><span class="pl-en">c</span><span class="pl-kos">.</span><span class="pl-en">c</span><span class="pl-kos">.</span><span class="pl-en">run</span><span class="pl-kos">(</span><span class="pl-pds">SourceFile</span>:<span class="pl-c1">52</span><span class="pl-kos">)</span></pre></div> | <p dir="auto">I converted my entire app to use Glide as the image download engine and Ok as the network engine. Works great with far fewer memory issues, but having problems with what appears to be timeouts. In general downloads happen, but about 1 in 5 images just never get downloaded due to the following exception. It appears to be timeout issues, is there a way to adjust timeouts? I would think there would be as this is a problem that can come from slow hosts. Here is the exception log if that is something of interest:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="04-21 00:09:50.296 E/com.newrelic.agent.android﹕ java.net.SocketTimeoutException
04-21 00:09:50.296 I/System.out﹕ NOTIFY STREAM ERROR: java.net.SocketTimeoutException
04-21 00:09:50.296 W/System.err﹕ java.net.SocketTimeoutException
04-21 00:09:50.296 E/com.newrelic.agent.android﹕ java.net.SocketTimeoutException
04-21 00:09:50.296 I/System.out﹕ NOTIFY STREAM ERROR: java.net.SocketTimeoutException
04-21 00:09:50.296 W/System.err﹕ java.net.SocketTimeoutException
04-21 00:09:50.308 W/System.err﹕ at at java.net.PlainSocketImpl.read(PlainSocketImpl.java:491)
04-21 00:09:50.308 W/System.err﹕ at java.net.PlainSocketImpl.access$000(PlainSocketImpl.java:46)
04-21 00:09:50.308 W/System.err﹕ at java.net.PlainSocketImpl$PlainSocketInputStream.read(PlainSocketImpl.java:240)
04-21 00:09:50.308 W/System.err﹕ at java.io.BufferedInputStream.read(BufferedInputStream.java:283)
04-21 00:09:50.308 W/System.err﹕ at com.android.okhttp.internal.http.HttpTransport$FixedLengthInputStream.read(HttpTransport.java:386)
04-21 00:09:50.308 W/System.err﹕ at com.newrelic.agent.android.instrumentation.io.CountingInputStream.read(CountingInputStream.java:118)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream.fillbuf(RecyclableBufferedInputStream.java:132)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream.read(RecyclableBufferedInputStream.java:309)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream.fillbuf(RecyclableBufferedInputStream.java:166)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream.read(RecyclableBufferedInputStream.java:309)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.util.ExceptionCatchingInputStream.read(ExceptionCatchingInputStream.java:84)
04-21 00:09:50.312 W/System.err﹕ at java.io.FilterInputStream.read(FilterInputStream.java:118)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.util.MarkEnforcingInputStream.read(MarkEnforcingInputStream.java:44)
04-21 00:09:50.312 W/System.err﹕ at android.graphics.BitmapFactory.nativeDecodeStream(Native Method)
04-21 00:09:50.312 W/System.err﹕ at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:620)
04-21 00:09:50.312 W/System.err﹕ at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:596)
04-21 00:09:50.312 W/System.err﹕ at com.newrelic.agent.android.instrumentation.BitmapFactoryInstrumentation.decodeStream(BitmapFactoryInstrumentation.java:91)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.Downsampler.decodeStream(Downsampler.java:325)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.Downsampler.downsampleWithSize(Downsampler.java:217)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.Downsampler.decode(Downsampler.java:151)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.StreamBitmapDecoder.decode(StreamBitmapDecoder.java:50)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.StreamBitmapDecoder.decode(StreamBitmapDecoder.java:19)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.ImageVideoBitmapDecoder.decode(ImageVideoBitmapDecoder.java:39)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.ImageVideoBitmapDecoder.decode(ImageVideoBitmapDecoder.java:20)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decodeBitmapWrapper(GifBitmapWrapperResourceDecoder.java:121)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decodeStream(GifBitmapWrapperResourceDecoder.java:94)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decode(GifBitmapWrapperResourceDecoder.java:71)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decode(GifBitmapWrapperResourceDecoder.java:61)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decode(GifBitmapWrapperResourceDecoder.java:22)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.DecodeJob.decodeFromSourceData(DecodeJob.java:190)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.DecodeJob.decodeSource(DecodeJob.java:177)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.DecodeJob.decodeFromSource(DecodeJob.java:128)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.EngineRunnable.decodeFromSource(EngineRunnable.java:122)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.EngineRunnable.decode(EngineRunnable.java:101)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.EngineRunnable.run(EngineRunnable.java:58)
04-21 00:09:50.312 W/System.err﹕ at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422)
04-21 00:09:50.312 W/System.err﹕ at java.util.concurrent.FutureTask.run(FutureTask.java:237)
04-21 00:09:50.312 W/System.err﹕ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
04-21 00:09:50.312 W/System.err﹕ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
04-21 00:09:50.312 W/System.err﹕ at java.lang.Thread.run(Thread.java:841)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.executor.FifoPriorityThreadPoolExecutor$DefaultThreadFactory$1.run(FifoPriorityThreadPoolExecutor.java:52)"><pre class="notranslate"><code class="notranslate">04-21 00:09:50.296 E/com.newrelic.agent.android﹕ java.net.SocketTimeoutException
04-21 00:09:50.296 I/System.out﹕ NOTIFY STREAM ERROR: java.net.SocketTimeoutException
04-21 00:09:50.296 W/System.err﹕ java.net.SocketTimeoutException
04-21 00:09:50.296 E/com.newrelic.agent.android﹕ java.net.SocketTimeoutException
04-21 00:09:50.296 I/System.out﹕ NOTIFY STREAM ERROR: java.net.SocketTimeoutException
04-21 00:09:50.296 W/System.err﹕ java.net.SocketTimeoutException
04-21 00:09:50.308 W/System.err﹕ at at java.net.PlainSocketImpl.read(PlainSocketImpl.java:491)
04-21 00:09:50.308 W/System.err﹕ at java.net.PlainSocketImpl.access$000(PlainSocketImpl.java:46)
04-21 00:09:50.308 W/System.err﹕ at java.net.PlainSocketImpl$PlainSocketInputStream.read(PlainSocketImpl.java:240)
04-21 00:09:50.308 W/System.err﹕ at java.io.BufferedInputStream.read(BufferedInputStream.java:283)
04-21 00:09:50.308 W/System.err﹕ at com.android.okhttp.internal.http.HttpTransport$FixedLengthInputStream.read(HttpTransport.java:386)
04-21 00:09:50.308 W/System.err﹕ at com.newrelic.agent.android.instrumentation.io.CountingInputStream.read(CountingInputStream.java:118)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream.fillbuf(RecyclableBufferedInputStream.java:132)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream.read(RecyclableBufferedInputStream.java:309)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream.fillbuf(RecyclableBufferedInputStream.java:166)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream.read(RecyclableBufferedInputStream.java:309)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.util.ExceptionCatchingInputStream.read(ExceptionCatchingInputStream.java:84)
04-21 00:09:50.312 W/System.err﹕ at java.io.FilterInputStream.read(FilterInputStream.java:118)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.util.MarkEnforcingInputStream.read(MarkEnforcingInputStream.java:44)
04-21 00:09:50.312 W/System.err﹕ at android.graphics.BitmapFactory.nativeDecodeStream(Native Method)
04-21 00:09:50.312 W/System.err﹕ at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:620)
04-21 00:09:50.312 W/System.err﹕ at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:596)
04-21 00:09:50.312 W/System.err﹕ at com.newrelic.agent.android.instrumentation.BitmapFactoryInstrumentation.decodeStream(BitmapFactoryInstrumentation.java:91)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.Downsampler.decodeStream(Downsampler.java:325)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.Downsampler.downsampleWithSize(Downsampler.java:217)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.Downsampler.decode(Downsampler.java:151)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.StreamBitmapDecoder.decode(StreamBitmapDecoder.java:50)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.StreamBitmapDecoder.decode(StreamBitmapDecoder.java:19)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.ImageVideoBitmapDecoder.decode(ImageVideoBitmapDecoder.java:39)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.bitmap.ImageVideoBitmapDecoder.decode(ImageVideoBitmapDecoder.java:20)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decodeBitmapWrapper(GifBitmapWrapperResourceDecoder.java:121)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decodeStream(GifBitmapWrapperResourceDecoder.java:94)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decode(GifBitmapWrapperResourceDecoder.java:71)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decode(GifBitmapWrapperResourceDecoder.java:61)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decode(GifBitmapWrapperResourceDecoder.java:22)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.DecodeJob.decodeFromSourceData(DecodeJob.java:190)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.DecodeJob.decodeSource(DecodeJob.java:177)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.DecodeJob.decodeFromSource(DecodeJob.java:128)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.EngineRunnable.decodeFromSource(EngineRunnable.java:122)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.EngineRunnable.decode(EngineRunnable.java:101)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.EngineRunnable.run(EngineRunnable.java:58)
04-21 00:09:50.312 W/System.err﹕ at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422)
04-21 00:09:50.312 W/System.err﹕ at java.util.concurrent.FutureTask.run(FutureTask.java:237)
04-21 00:09:50.312 W/System.err﹕ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
04-21 00:09:50.312 W/System.err﹕ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
04-21 00:09:50.312 W/System.err﹕ at java.lang.Thread.run(Thread.java:841)
04-21 00:09:50.312 W/System.err﹕ at com.bumptech.glide.load.engine.executor.FifoPriorityThreadPoolExecutor$DefaultThreadFactory$1.run(FifoPriorityThreadPoolExecutor.java:52)
</code></pre></div> | 1 |
<p dir="auto">Does anyone know why this isn't working?</p>
<p dir="auto">I'd like Webpack to load one directory of<code class="notranslate">.scss</code> files with <code class="notranslate">sass-loader</code>, and the rest to use <code class="notranslate">postcss-loader</code>. I figured I could just have two sections in my Webpack config that would test for <code class="notranslate">/\.scss$/</code>, using <code class="notranslate">exclude: [...bootstrap folder...]</code> in the one that uses postcss and <code class="notranslate">include: [...bootstrap folder...]</code> in the one that uses Bootstrap. But webpack seems to completely ignore my second definition.</p>
<p dir="auto">The motivation for this is I've found that the PostCSS Sass loader isn't able to load Bootstrap v4, due to circular dependencies in its mixins (see my <a href="https://github.com/jonathantneal/precss/issues/49#issuecomment-170016133" data-hovercard-type="issue" data-hovercard-url="/csstools/precss/issues/49/hovercard">issue</a> on their project and numerous conversations with that group on Gitter.im). So I'm trying to isolate the Bootstrap <code class="notranslate">.scss</code> files to load with the Sass loader, which can do this. Webpack doc seems to suggest it's supported.</p>
<p dir="auto">Here are my Scss loader sections:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{
test: /\.scss$/,
exclude: [
path.resolve(__dirname, '../node_modules/bootstrap/scss'),
path.resolve(__dirname, '../node_modules/bootstrap/scss/mixins'),
],
loaders: [
'isomorphic-style-loader',
'css-loader?' + (DEBUG ? 'sourceMap&' : 'minimize&') +
'modules&localIdentName=[name]_[local]_[hash:base64:3]',
'postcss-loader?parser=postcss-scss&pack=compile',
'postcss-loader?pack=import',
],
}, {
test: /\.scss$/,
include: [
path.resolve(__dirname, '../node_modules/bootstrap/scss'),
path.resolve(__dirname, '../node_modules/bootstrap/scss/mixins'),
],
loaders: [
'isomorphic-style-loader',
'css-loader?' + (DEBUG ? 'sourceMap&' : 'minimize&') +
'modules&localIdentName=[name]_[local]_[hash:base64:3]',
'sass-loader',
],
}"><pre class="notranslate"><span class="pl-kos">{</span>
<span class="pl-c1">test</span>: <span class="pl-pds"><span class="pl-c1">/</span><span class="pl-cce">\.</span>scss<span class="pl-cce">$</span><span class="pl-c1">/</span></span><span class="pl-kos">,</span>
<span class="pl-c1">exclude</span>: <span class="pl-kos">[</span>
<span class="pl-s1">path</span><span class="pl-kos">.</span><span class="pl-en">resolve</span><span class="pl-kos">(</span><span class="pl-s1">__dirname</span><span class="pl-kos">,</span> <span class="pl-s">'../node_modules/bootstrap/scss'</span><span class="pl-kos">)</span><span class="pl-kos">,</span>
<span class="pl-s1">path</span><span class="pl-kos">.</span><span class="pl-en">resolve</span><span class="pl-kos">(</span><span class="pl-s1">__dirname</span><span class="pl-kos">,</span> <span class="pl-s">'../node_modules/bootstrap/scss/mixins'</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">loaders</span>: <span class="pl-kos">[</span>
<span class="pl-s">'isomorphic-style-loader'</span><span class="pl-kos">,</span>
<span class="pl-s">'css-loader?'</span> <span class="pl-c1">+</span> <span class="pl-kos">(</span><span class="pl-c1">DEBUG</span> ? <span class="pl-s">'sourceMap&'</span> : <span class="pl-s">'minimize&'</span><span class="pl-kos">)</span> <span class="pl-c1">+</span>
<span class="pl-s">'modules&localIdentName=[name]_[local]_[hash:base64:3]'</span><span class="pl-kos">,</span>
<span class="pl-s">'postcss-loader?parser=postcss-scss&pack=compile'</span><span class="pl-kos">,</span>
<span class="pl-s">'postcss-loader?pack=import'</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">test</span>: <span class="pl-pds"><span class="pl-c1">/</span><span class="pl-cce">\.</span>scss<span class="pl-cce">$</span><span class="pl-c1">/</span></span><span class="pl-kos">,</span>
<span class="pl-c1">include</span>: <span class="pl-kos">[</span>
<span class="pl-s1">path</span><span class="pl-kos">.</span><span class="pl-en">resolve</span><span class="pl-kos">(</span><span class="pl-s1">__dirname</span><span class="pl-kos">,</span> <span class="pl-s">'../node_modules/bootstrap/scss'</span><span class="pl-kos">)</span><span class="pl-kos">,</span>
<span class="pl-s1">path</span><span class="pl-kos">.</span><span class="pl-en">resolve</span><span class="pl-kos">(</span><span class="pl-s1">__dirname</span><span class="pl-kos">,</span> <span class="pl-s">'../node_modules/bootstrap/scss/mixins'</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">loaders</span>: <span class="pl-kos">[</span>
<span class="pl-s">'isomorphic-style-loader'</span><span class="pl-kos">,</span>
<span class="pl-s">'css-loader?'</span> <span class="pl-c1">+</span> <span class="pl-kos">(</span><span class="pl-c1">DEBUG</span> ? <span class="pl-s">'sourceMap&'</span> : <span class="pl-s">'minimize&'</span><span class="pl-kos">)</span> <span class="pl-c1">+</span>
<span class="pl-s">'modules&localIdentName=[name]_[local]_[hash:base64:3]'</span><span class="pl-kos">,</span>
<span class="pl-s">'sass-loader'</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 the errors are, for example:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" ERROR in ./~/css-loader?sourceMap&modules&localIdentName=[name]_[local]_[hash:base64:3]!./~/postcss-loader?parser=postcss-scss&pack=compile!./~/postcss-loader?pack=import!./src/components/App/App.scss
Module build failed: Error: C:\path\to\project\node_modules\bootstrap\scss\_mixins.scss:18:1: Failed to find 'mixins/breakpoints' from C:\path\to\project
in [
C:\path\to\project\node_modules\bootstrap\scss,
C:\path\to\project\src\components,
C:\path\to\project\src\components\App
]"><pre class="notranslate"> ERROR <span class="pl-k">in</span> ./~/css-loader<span class="pl-k">?</span>sourceMap<span class="pl-k">&</span>modules<span class="pl-k">&</span>localIdentName=[name]_[local]_[hash:base64:3]<span class="pl-k">!</span>./~/postcss-loader<span class="pl-k">?</span>parser=postcss-scss<span class="pl-k">&</span>pack=compile<span class="pl-k">!</span>./~/postcss-loader<span class="pl-k">?</span>pack=import<span class="pl-k">!</span>./src/components/App/App.scss
Module build failed: Error: C:<span class="pl-cce">\p</span>ath<span class="pl-cce">\t</span>o<span class="pl-cce">\p</span>roject<span class="pl-cce">\n</span>ode_modules<span class="pl-cce">\b</span>ootstrap<span class="pl-cce">\s</span>css<span class="pl-cce">\_</span>mixins.scss:18:1: Failed to find <span class="pl-s"><span class="pl-pds">'</span>mixins/breakpoints<span class="pl-pds">'</span></span> from C:<span class="pl-cce">\p</span>ath<span class="pl-cce">\t</span>o<span class="pl-cce">\p</span>roject
<span class="pl-k">in</span> [
C:<span class="pl-cce">\p</span>ath<span class="pl-cce">\t</span>o<span class="pl-cce">\p</span>roject<span class="pl-cce">\n</span>ode_modules<span class="pl-cce">\b</span>ootstrap<span class="pl-cce">\s</span>css,
C:<span class="pl-cce">\p</span>ath<span class="pl-cce">\t</span>o<span class="pl-cce">\p</span>roject<span class="pl-cce">\s</span>rc<span class="pl-cce">\c</span>omponents,
C:<span class="pl-cce">\p</span>ath<span class="pl-cce">\t</span>o<span class="pl-cce">\p</span>roject<span class="pl-cce">\s</span>rc<span class="pl-cce">\c</span>omponents<span class="pl-cce">\A</span>pp
]</pre></div> | <p dir="auto">The <code class="notranslate">webpack.config.js</code> looks like:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" ...
entry: {
polyfill: 'client/polyfill',
head: 'client/head',
tutorial: 'tutorial/client',
profile: 'profile/client',
footer: 'client/footer'
},
plugins: [
new CommonsChunkPlugin("head", "head.js"),
]"><pre class="notranslate"> ...
entry: <span class="pl-kos">{</span>
<span class="pl-c1">polyfill</span>: <span class="pl-s">'client/polyfill'</span><span class="pl-kos">,</span>
<span class="pl-c1">head</span>: <span class="pl-s">'client/head'</span><span class="pl-kos">,</span>
<span class="pl-c1">tutorial</span>: <span class="pl-s">'tutorial/client'</span><span class="pl-kos">,</span>
<span class="pl-c1">profile</span>: <span class="pl-s">'profile/client'</span><span class="pl-kos">,</span>
<span class="pl-c1">footer</span>: <span class="pl-s">'client/footer'</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-s1">plugins</span>: <span class="pl-kos">[</span>
<span class="pl-k">new</span> <span class="pl-v">CommonsChunkPlugin</span><span class="pl-kos">(</span><span class="pl-s">"head"</span><span class="pl-kos">,</span> <span class="pl-s">"head.js"</span><span class="pl-kos">)</span><span class="pl-kos">,</span>
<span class="pl-kos">]</span></pre></div>
<ol dir="auto">
<li>
<p dir="auto">Do I get it right that <code class="notranslate">CommonsChunkPlugin</code> looks for common modules in <em>at least two entries</em>? So that if there's a common chunk in <code class="notranslate">head</code> and <code class="notranslate">tutorial</code>, it will extract it even if it's not used anywhere else?</p>
</li>
<li>
<p dir="auto">And if there's a common require in <code class="notranslate">profile</code> and <code class="notranslate">footer</code> (but nowhere else), will it also go to <code class="notranslate">head</code>?</p>
</li>
<li>
<p dir="auto">...And if there's a <code class="notranslate">require</code> in <code class="notranslate">head</code>, then the module will remain in <code class="notranslate">head</code>, and never duplicated? (that's important, cause I initialize it in <code class="notranslate">head</code>).</p>
</li>
</ol>
<p dir="auto">To my understanding, the answer is 'Yes' for all 3 questions, but I tried to check the source, in <code class="notranslate">CommonsChunkPlugin.js</code> the line <code class="notranslate">compilation.plugin(["optimize-chunks", "optimize-extracted-chunks"], function(chunks) { ... }</code> provides the initial chunks, and I couldn't find the documentation about what "optimize-chunks" and "optimize-extracted-chunks" give.</p>
<p dir="auto">Thank you very much :)</p> | 0 |
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nampdn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nampdn">@nampdn</a> on November 21, 2017 1:56</em></p>
<p dir="auto">Hi, It would be great if we can make this plugin work with Apple FPS natively.<br>
Can we work on <a href="https://developer.apple.com/streaming/fps/" rel="nofollow">this</a> ?</p>
<p dir="auto"><em>Copied from original issue: sigurdm/video_player#8</em></p> | <p dir="auto">Hello Everyone,</p>
<p dir="auto">First of Thanks for such a beautiflu Framework. I really loved working in flutter and found it fast and to be much reactive as comared to native Andriod and iOs based application.</p>
<p dir="auto">I am creating a VOD platform/ like testing to port out the existing application to Flutter.<br>
The main issue which I am facing is Playing of DRM (.mpd format with a License URL) content in Flutter using video_player widget.</p>
<p dir="auto">Has anybody ttried playing Protected DRM content in Flutter?</p> | 1 |
<p dir="auto">Transparent window will not fill screen when max.<br>
It will keep a gap between window border and screen edge.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/3841135/7603152/e2034e22-f960-11e4-93ac-10a30ea0478e.png"><img src="https://cloud.githubusercontent.com/assets/3841135/7603152/e2034e22-f960-11e4-93ac-10a30ea0478e.png" alt="" style="max-width: 100%;"></a><br>
This is a top-right corner of my test window,<br>
the white and light gray border is gap.</p>
<p dir="auto"><strong>OS: Windows 8.1</strong><br>
<strong>electron: v0.26.0</strong></p>
<p dir="auto">Code:<br>
<strong>index.html</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<!DOCTYPE html>
<html>
<head>
<title>test</title>
<style type="text/css">
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #000;
}
</style>
</head>
<body style="-webkit-user-select:none;-webkit-app-region:drag"></body>
</html>"><pre class="notranslate"><code class="notranslate"><!DOCTYPE html>
<html>
<head>
<title>test</title>
<style type="text/css">
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #000;
}
</style>
</head>
<body style="-webkit-user-select:none;-webkit-app-region:drag"></body>
</html>
</code></pre></div>
<p dir="auto"><strong>app.js</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var app = require("app");
var browserWindow = require("browser-window");
var window = null;
app.on("window-all-closed", function () {
if (app.listeners("window-all-closed").length == 1)
app.quit();
});
app.on("ready", function () {
window = new browserWindow({
"width": 600, "height": 400,
"frame": false, "transparent": true,
"node-integration": true
});
window.loadUrl("file://" + __dirname + "/index.html");
window.on("closed", function () {
window = null;
});
});"><pre class="notranslate"><code class="notranslate">var app = require("app");
var browserWindow = require("browser-window");
var window = null;
app.on("window-all-closed", function () {
if (app.listeners("window-all-closed").length == 1)
app.quit();
});
app.on("ready", function () {
window = new browserWindow({
"width": 600, "height": 400,
"frame": false, "transparent": true,
"node-integration": true
});
window.loadUrl("file://" + __dirname + "/index.html");
window.on("closed", function () {
window = null;
});
});
</code></pre></div>
<p dir="auto">run the code, and set the window max:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/3841135/7742269/b6542c64-ffbf-11e4-820f-a50c43a93f10.png"><img src="https://cloud.githubusercontent.com/assets/3841135/7742269/b6542c64-ffbf-11e4-820f-a50c43a93f10.png" alt="image" style="max-width: 100%;"></a></p> | <p dir="auto">On Windows 8.1 the transparency feature works fine until the moment when a window becomes maximized. After that it become to look like this(notice the frame style and also it looks like the additive blending mode is applied):<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2578826/7640670/50a9d29c-fa8d-11e4-88e6-7d02cad4b534.png"><img src="https://cloud.githubusercontent.com/assets/2578826/7640670/50a9d29c-fa8d-11e4-88e6-7d02cad4b534.png" alt="transparency_issue" style="max-width: 100%;"></a><br>
Is this bug related to the specific version of Windows(haven't checked it on earlier versions)? I've tried to look into the Electron sources but can't find entry points where it works with DWM...<br>
P.S.<br>
I have just checked this on Windows 7, same behaviour.</p> | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sandrews" rel="nofollow">Scott Andrews</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5367?redirect=false" rel="nofollow">SPR-5367</a></strong> and commented</p>
<p dir="auto">Hard coded request mapping values should take precedence over path variables. Wild card patterns in a path are currently inferior to explicit values. Path variables should be applied after explicit paths and before wild cards.</p>
<p dir="auto">For example:</p>
<p dir="auto"><code class="notranslate">@RequestMapping</code>(value = "/resources/new/", method = RequestMethod.GET)<br>
is currently trumped by<br>
<code class="notranslate">@RequestMapping</code>(value = "/resources/{resourceName}/", method = RequestMethod.GET)</p>
<p dir="auto"><code class="notranslate">@RequestMapping</code>(value = "/resources/new/", method = RequestMethod.GET)<br>
currently trumps<br>
<code class="notranslate">@RequestMapping</code>(value = "/resources/*/", method = RequestMethod.GET)</p>
<p dir="auto"><code class="notranslate">@RequestMapping</code>(value = "/resources/new/", method = RequestMethod.GET)<br>
should trump<br>
<code class="notranslate">@RequestMapping</code>(value = "/resources/{resourceName}/", method = RequestMethod.GET)<br>
should trump<br>
<code class="notranslate">@RequestMapping</code>(value = "/resources/*/", method = RequestMethod.GET)</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 3.0 M1</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="398092403" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/10035" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/10035/hovercard" href="https://github.com/spring-projects/spring-framework/issues/10035">#10035</a> <code class="notranslate">@RequestMapping</code> best match gives wrong Controller method when using wildcards (<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="398094868" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/10401" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/10401/hovercard" href="https://github.com/spring-projects/spring-framework/issues/10401">#10401</a> <code class="notranslate">@Controller</code> method order effects <code class="notranslate">@RequestMapping</code> behavior in ways not expected</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398096226" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/10593" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/10593/hovercard" href="https://github.com/spring-projects/spring-framework/issues/10593">#10593</a> REOPENED -PathVariable mappings are greedy over hard coded mappings</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398107269" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/12183" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/12183/hovercard" href="https://github.com/spring-projects/spring-framework/issues/12183">#12183</a> Synchronization in AnnotationMethodHandlerAdapter</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/4108927b28a00d4918e2852f09c8bde10c3fd0bb/hovercard" href="https://github.com/spring-projects/spring-framework/commit/4108927b28a00d4918e2852f09c8bde10c3fd0bb"><tt>4108927</tt></a>, <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/spring-projects/spring-framework/commit/c7d1d3ccb87cb46f718424a2d71c28d5fa4b004c/hovercard" href="https://github.com/spring-projects/spring-framework/commit/c7d1d3ccb87cb46f718424a2d71c28d5fa4b004c"><tt>c7d1d3c</tt></a></p> | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=john" rel="nofollow">John Newman</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3542?redirect=false" rel="nofollow">SPR-3542</a></strong> and commented</p>
<p dir="auto">Hi,</p>
<p dir="auto">given this config:</p>
<p dir="auto"><bean id="parent" scope="prototype" abstract="true"><br>
<property name="prop" ref="prop" /><br>
.....<br>
</bean><br>
<bean id="child1" parent="parent" class="X" /><br>
<bean id="child2" parent="parent" class="X" /><br>
<bean id="child3" parent="parent" scope="singleton" class="X" /></p>
<p dir="auto">the prototype attribute on the abstract parent does not carry down to any child beans. So child1 & 2 here are scoped singleton, wouldn't it make sense to inherit that? I am not sure, just throwing this out there for someone to consider. If it does, the child beans could also override scope and the similar attributes.</p>
<p dir="auto">If it doesn't make sense, abstract="true" & scope="*" should probably generate an xml error since they will be a waste of typing.</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 2.1 M2</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="398095763" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/10523" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/10523/hovercard" href="https://github.com/spring-projects/spring-framework/issues/10523">#10523</a> Method lookup facility doesn't work properly with scope defined in parent bean (<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="398175098" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/17171" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/17171/hovercard" href="https://github.com/spring-projects/spring-framework/issues/17171">#17171</a> Update documentation after SPR-3542</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/a884a407aa8a7d3c930dd560e4c03fc371f673e4/hovercard" href="https://github.com/spring-projects/spring-framework/commit/a884a407aa8a7d3c930dd560e4c03fc371f673e4"><tt>a884a40</tt></a>, <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/spring-projects/spring-framework/commit/d0b689127595179019831b1f117fed8b9a74c396/hovercard" href="https://github.com/spring-projects/spring-framework/commit/d0b689127595179019831b1f117fed8b9a74c396"><tt>d0b6891</tt></a></p>
<p dir="auto">8 votes, 9 watchers</p> | 0 |
<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/xxxx</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>.</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/FDIM/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/FDIM">@FDIM</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kolodny/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kolodny">@kolodny</a> (didn't know who to pick and it seemed a bit excessive to mention all, so I picked two random names out of the list, hope that's appropriate)</li>
</ul>
</li>
</ul>
<p dir="auto">I have a freshly updated Angular project with the latest TypeScript 3.5.2 and jasmine 3.3.13. During testing, I got an error with one of my mock objects.</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export class AuthServiceMock {
constructor() {
spyOn(this, 'logoff');
}
logoff() { }
}"><pre class="notranslate"><span class="pl-k">export</span> <span class="pl-k">class</span> <span class="pl-smi">AuthServiceMock</span> <span class="pl-kos">{</span>
<span class="pl-en">constructor</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-en">spyOn</span><span class="pl-kos">(</span><span class="pl-smi">this</span><span class="pl-kos">,</span> <span class="pl-s">'logoff'</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-en">logoff</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">This test code used to work, but now using <code class="notranslate">spyOn()</code> gives an error:</p>
<blockquote>
<p dir="auto">Argument of type '"logoff"' is not assignable to parameter of type 'this["logoff"] extends Function ? "logoff" : never'.ts(2345)</p>
</blockquote>
<p dir="auto">It's easily circumventable using <code class="notranslate">as</code>:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="spyOn(this as AuthServiceMock, 'logoff');"><pre class="notranslate"><span class="pl-en">spyOn</span><span class="pl-kos">(</span><span class="pl-smi">this</span> <span class="pl-k">as</span> <span class="pl-smi">AuthServiceMock</span><span class="pl-kos">,</span> <span class="pl-s">'logoff'</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">But this shouldn't be necessary, so I thought I'd share my findings.</p> | <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const x = _.chain([1]).value();"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">x</span> <span class="pl-c1">=</span> <span class="pl-s1">_</span><span class="pl-kos">.</span><span class="pl-en">chain</span><span class="pl-kos">(</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-en">value</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">Type of <code class="notranslate">x</code> is <code class="notranslate">ArrayLike<number></code>. But it should be <code class="notranslate">number[]</code>;</p>
<p dir="auto">/cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aj-r/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aj-r">@aj-r</a></p> | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">Lookup plugin API, vars, templating? Not exactly sure.</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.2.0
config file = None
configured module search path = [u'/Users/dale/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /Users/dale/.vpy/2.7/lib/python2.7/site-packages/ansible
executable location = /Users/dale/.vpy/2.7/bin/ansible
python version = 2.7.14 (default, Sep 22 2017, 00:05:22) [GCC 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)]"><pre class="notranslate"><code class="notranslate">ansible 2.4.2.0
config file = None
configured module search path = [u'/Users/dale/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /Users/dale/.vpy/2.7/lib/python2.7/site-packages/ansible
executable location = /Users/dale/.vpy/2.7/bin/ansible
python version = 2.7.14 (default, Sep 22 2017, 00:05:22) [GCC 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)]
</code></pre></div>
<h5 dir="auto">CONFIGURATION</h5>
<p dir="auto">Default configuration in use</p>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">Mac OS X 10.11.6</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">Inventory variables (and probably other variables too) seen from a lookup plugin do not have Jinja expressions expanded.</p>
<p dir="auto">I cannot tell if this is related to, or even duplicate of, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="202365770" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/20545" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/20545/hovercard" href="https://github.com/ansible/ansible/issues/20545">#20545</a>. I'm also not sure if this is a regression of other issues such as <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="38263997" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/8213" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/8213/hovercard" href="https://github.com/ansible/ansible/issues/8213">#8213</a>.</p>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<p dir="auto"><code class="notranslate">inventory.yml</code>:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="all:
hosts:
localhost:
foo: bar
baz: '{{ foo }}'"><pre class="notranslate"><span class="pl-ent">all</span>:
<span class="pl-ent">hosts</span>:
<span class="pl-ent">localhost</span>:
<span class="pl-ent">foo</span>: <span class="pl-s">bar</span>
<span class="pl-ent">baz</span>: <span class="pl-s"><span class="pl-pds">'</span>{{ foo }}<span class="pl-pds">'</span></span></pre></div>
<p dir="auto"><code class="notranslate">lookup_plugins/example_plugin.py</code>:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from ansible.plugins import lookup as ansible_lookup
class LookupModule(ansible_lookup.LookupBase):
def run(self, terms, variables=None, **kwargs):
return [variables['baz']]"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">ansible</span>.<span class="pl-s1">plugins</span> <span class="pl-k">import</span> <span class="pl-s1">lookup</span> <span class="pl-k">as</span> <span class="pl-s1">ansible_lookup</span>
<span class="pl-k">class</span> <span class="pl-v">LookupModule</span>(<span class="pl-s1">ansible_lookup</span>.<span class="pl-v">LookupBase</span>):
<span class="pl-k">def</span> <span class="pl-en">run</span>(<span class="pl-s1">self</span>, <span class="pl-s1">terms</span>, <span class="pl-s1">variables</span><span class="pl-c1">=</span><span class="pl-c1">None</span>, <span class="pl-c1">**</span><span class="pl-s1">kwargs</span>):
<span class="pl-k">return</span> [<span class="pl-s1">variables</span>[<span class="pl-s">'baz'</span>]]</pre></div>
<p dir="auto"><code class="notranslate">site.yml</code>:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="- hosts: localhost
gather_facts: false
tasks:
- debug:
msg: 'should say "bar": {{ baz }}'
- debug:
msg: 'should say "bar": {{ lookup("example_plugin") }}'"><pre class="notranslate">- <span class="pl-ent">hosts</span>: <span class="pl-s">localhost</span>
<span class="pl-ent">gather_facts</span>: <span class="pl-c1">false</span>
<span class="pl-ent">tasks</span>:
- <span class="pl-ent">debug</span>:
<span class="pl-ent">msg</span>: <span class="pl-s"><span class="pl-pds">'</span>should say "bar": {{ baz }}<span class="pl-pds">'</span></span>
- <span class="pl-ent">debug</span>:
<span class="pl-ent">msg</span>: <span class="pl-s"><span class="pl-pds">'</span>should say "bar": {{ lookup("example_plugin") }}<span class="pl-pds">'</span></span></pre></div>
<h5 dir="auto">EXPECTED RESULTS</h5>
<p dir="auto">I expected <code class="notranslate">{{ foo }}</code> to be expanded like so:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ansible-playbook -i inventory.yml -l localhost site.yml
PLAY [localhost] ***************************************************************
TASK [debug] *******************************************************************
ok: [localhost] => {
"msg": "should say \"bar\": bar"
}
TASK [debug] *******************************************************************
ok: [localhost] => {
"msg": "should say \"bar\": bar"
}"><pre class="notranslate"><code class="notranslate">$ ansible-playbook -i inventory.yml -l localhost site.yml
PLAY [localhost] ***************************************************************
TASK [debug] *******************************************************************
ok: [localhost] => {
"msg": "should say \"bar\": bar"
}
TASK [debug] *******************************************************************
ok: [localhost] => {
"msg": "should say \"bar\": bar"
}
</code></pre></div>
<h5 dir="auto">ACTUAL RESULTS</h5>
<p dir="auto">The lookup plugin sees <code class="notranslate">{{ foo }}</code> instead of the expansion of that into <code class="notranslate">bar</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ansible-playbook -i inventory.yml -l localhost site.yml
PLAY [localhost] ***************************************************************
TASK [debug] *******************************************************************
ok: [localhost] => {
"msg": "should say \"bar\": bar"
}
TASK [debug] *******************************************************************
ok: [localhost] => {
"msg": "should say \"bar\": {{ foo }}"
}"><pre class="notranslate"><code class="notranslate">$ ansible-playbook -i inventory.yml -l localhost site.yml
PLAY [localhost] ***************************************************************
TASK [debug] *******************************************************************
ok: [localhost] => {
"msg": "should say \"bar\": bar"
}
TASK [debug] *******************************************************************
ok: [localhost] => {
"msg": "should say \"bar\": {{ foo }}"
}
</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.1.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides"><pre class="notranslate"><code class="notranslate">ansible 2.1.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
</code></pre></div>
<h5 dir="auto">CONFIGURATION</h5>
<p dir="auto">[ssh_connection]<br>
ssh_args = -o ControlMaster=no -o ControlPersist=60s</p>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">Control machine: OSX El Capitan latest<br>
Target Machine: VMWare Debian 3.13.0-91-generic</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto"><code class="notranslate">delegate_to</code> causes wrong user to be used to connect to target machine</p>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<p dir="auto">I have an inventory file as such:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="build_machine ansible_host=localhost ansible_connection=local
staging_machine ansible_host=my.staging.host ansible_user=stager"><pre class="notranslate"><code class="notranslate">build_machine ansible_host=localhost ansible_connection=local
staging_machine ansible_host=my.staging.host ansible_user=stager
</code></pre></div>
<p dir="auto">I have a playbook running synchronize:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- name: Copy build to staging
hosts: staging_machine
tasks:
- synchronize: src=somefolder dest=otherfolder
delegate_to: staging_machine
remote_user: stager"><pre class="notranslate"><code class="notranslate">- name: Copy build to staging
hosts: staging_machine
tasks:
- synchronize: src=somefolder dest=otherfolder
delegate_to: staging_machine
remote_user: stager
</code></pre></div>
<h5 dir="auto">EXPECTED RESULTS</h5>
<p dir="auto">I expected the playbook to synchronize folders between build and staging machine.</p>
<h5 dir="auto">ACTUAL RESULTS</h5>
<p dir="auto">The task prompts for password of the wrong user:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="local-mac-user@my-staging-host's password:"><pre class="notranslate"><code class="notranslate">local-mac-user@my-staging-host's password:
</code></pre></div>
<p dir="auto">Playbook works with version <code class="notranslate">2.0.2.0</code>.</p> | 0 |
<p dir="auto">I understand that the package system is under heavy development, but I cannot install either Distributions nor Gadfly, because Pkg is finding dependencies that are not present in the .julia directory (nor anywhere else for that matter) and I haven't the foggiest about how to fix this because I don't know how the package system works without reading the code for it. It would be great if I didn't have to post on the mailing list asking how to resolve this issue, and there was a workaround that is documented somewhere in the Julia manual, not only for this issue but for any issue regarding packages that has come up since its inception. Somewhat of a cookbook for Pkg failures.</p> | <p dir="auto">Can pkg set a file lock of some sort so it can detect when it might have unfinished business (and possibly to protect against simultaneous access)? Would this be worthwhile?</p>
<p dir="auto">Session history:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> load("pkg")
.... #adding lots of packages
julia> Pkg.add("ZMQ","Trie","Debug")
Installing Debug: v0.0.0
Cloning into 'Debug'...
remote: Counting objects: 1246, done.
remote: Compressing objects: 100% (444/444), done.
remote: Total 1246 (delta 793), reused 1230 (delta 780)
Receiving objects: 100% (1246/1246), 187.37 KiB, done.
Resolving deltas: 100% (793/793), done.
dup: Too many open files
$ # julia crashed"><pre class="notranslate">julia<span class="pl-k">></span> <span class="pl-c1">load</span>(<span class="pl-s"><span class="pl-pds">"</span>pkg<span class="pl-pds">"</span></span>)
<span class="pl-k">....</span> <span class="pl-c"><span class="pl-c">#</span>adding lots of packages</span>
julia<span class="pl-k">></span> Pkg<span class="pl-k">.</span><span class="pl-c1">add</span>(<span class="pl-s"><span class="pl-pds">"</span>ZMQ<span class="pl-pds">"</span></span>,<span class="pl-s"><span class="pl-pds">"</span>Trie<span class="pl-pds">"</span></span>,<span class="pl-s"><span class="pl-pds">"</span>Debug<span class="pl-pds">"</span></span>)
Installing Debug<span class="pl-k">:</span> v0.<span class="pl-c1">0.0</span>
Cloning into <span class="pl-s"><span class="pl-pds">'</span>Debug<span class="pl-pds">'</span></span><span class="pl-k">...</span>
remote<span class="pl-k">:</span> Counting objects<span class="pl-k">:</span> <span class="pl-c1">1246</span>, done.
remote<span class="pl-k">:</span> Compressing objects<span class="pl-k">:</span> <span class="pl-c1">100</span><span class="pl-k">%</span> (<span class="pl-c1">444</span><span class="pl-k">/</span><span class="pl-c1">444</span>), done.
remote<span class="pl-k">:</span> Total <span class="pl-c1">1246</span> (delta <span class="pl-c1">793</span>), reused <span class="pl-c1">1230</span> (delta <span class="pl-c1">780</span>)
Receiving objects<span class="pl-k">:</span> <span class="pl-c1">100</span><span class="pl-k">%</span> (<span class="pl-c1">1246</span><span class="pl-k">/</span><span class="pl-c1">1246</span>), <span class="pl-c1">187.37</span> KiB, done.
Resolving deltas<span class="pl-k">:</span> <span class="pl-c1">100</span><span class="pl-k">%</span> (<span class="pl-c1">793</span><span class="pl-k">/</span><span class="pl-c1">793</span>), done.
dup<span class="pl-k">:</span> Too many open files
<span class="pl-k">$</span> <span class="pl-c"><span class="pl-c">#</span> julia crashed</span></pre></div>
<p dir="auto">restart:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> load("pkg")
julia> Pkg.add("ZMQ","Trie","Debug")
package already required: VersionSet("ZMQ",[])
in anonymous at no file:98
in cd at file.jl:176
in cd_pkgdir at /Users/jameson/Documents/no-backup/julia/base/pkg.jl:22
in add at /Users/jameson/Documents/no-backup/julia/base/pkg.jl:91
in add at /Users/jameson/Documents/no-backup/julia/base/pkg.jl:116
julia> Pkg.add("Trie","Debug")
package already required: VersionSet("Trie",[])
in anonymous at no file:98
in cd at file.jl:176
in cd_pkgdir at /Users/jameson/Documents/no-backup/julia/base/pkg.jl:22
in add at /Users/jameson/Documents/no-backup/julia/base/pkg.jl:91
in add at /Users/jameson/Documents/no-backup/julia/base/pkg.jl:116
julia> Pkg.add("Debug")
package already required: VersionSet("Debug",[])
in anonymous at no file:98
in cd at file.jl:176
in cd_pkgdir at /Users/jameson/Documents/no-backup/julia/base/pkg.jl:22
in add at /Users/jameson/Documents/no-backup/julia/base/pkg.jl:91
in add at /Users/jameson/Documents/no-backup/julia/base/pkg.jl:116"><pre class="notranslate">julia<span class="pl-k">></span> <span class="pl-c1">load</span>(<span class="pl-s"><span class="pl-pds">"</span>pkg<span class="pl-pds">"</span></span>)
julia<span class="pl-k">></span> Pkg<span class="pl-k">.</span><span class="pl-c1">add</span>(<span class="pl-s"><span class="pl-pds">"</span>ZMQ<span class="pl-pds">"</span></span>,<span class="pl-s"><span class="pl-pds">"</span>Trie<span class="pl-pds">"</span></span>,<span class="pl-s"><span class="pl-pds">"</span>Debug<span class="pl-pds">"</span></span>)
package already required<span class="pl-k">:</span> <span class="pl-c1">VersionSet</span>(<span class="pl-s"><span class="pl-pds">"</span>ZMQ<span class="pl-pds">"</span></span>,[])
<span class="pl-k">in</span> anonymous at no file<span class="pl-k">:</span><span class="pl-c1">98</span>
<span class="pl-k">in</span> cd at file<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">176</span>
<span class="pl-k">in</span> cd_pkgdir at <span class="pl-k">/</span>Users<span class="pl-k">/</span>jameson<span class="pl-k">/</span>Documents<span class="pl-k">/</span>no<span class="pl-k">-</span>backup<span class="pl-k">/</span>julia<span class="pl-k">/</span>base<span class="pl-k">/</span>pkg<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">22</span>
<span class="pl-k">in</span> add at <span class="pl-k">/</span>Users<span class="pl-k">/</span>jameson<span class="pl-k">/</span>Documents<span class="pl-k">/</span>no<span class="pl-k">-</span>backup<span class="pl-k">/</span>julia<span class="pl-k">/</span>base<span class="pl-k">/</span>pkg<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">91</span>
<span class="pl-k">in</span> add at <span class="pl-k">/</span>Users<span class="pl-k">/</span>jameson<span class="pl-k">/</span>Documents<span class="pl-k">/</span>no<span class="pl-k">-</span>backup<span class="pl-k">/</span>julia<span class="pl-k">/</span>base<span class="pl-k">/</span>pkg<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">116</span>
julia<span class="pl-k">></span> Pkg<span class="pl-k">.</span><span class="pl-c1">add</span>(<span class="pl-s"><span class="pl-pds">"</span>Trie<span class="pl-pds">"</span></span>,<span class="pl-s"><span class="pl-pds">"</span>Debug<span class="pl-pds">"</span></span>)
package already required<span class="pl-k">:</span> <span class="pl-c1">VersionSet</span>(<span class="pl-s"><span class="pl-pds">"</span>Trie<span class="pl-pds">"</span></span>,[])
<span class="pl-k">in</span> anonymous at no file<span class="pl-k">:</span><span class="pl-c1">98</span>
<span class="pl-k">in</span> cd at file<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">176</span>
<span class="pl-k">in</span> cd_pkgdir at <span class="pl-k">/</span>Users<span class="pl-k">/</span>jameson<span class="pl-k">/</span>Documents<span class="pl-k">/</span>no<span class="pl-k">-</span>backup<span class="pl-k">/</span>julia<span class="pl-k">/</span>base<span class="pl-k">/</span>pkg<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">22</span>
<span class="pl-k">in</span> add at <span class="pl-k">/</span>Users<span class="pl-k">/</span>jameson<span class="pl-k">/</span>Documents<span class="pl-k">/</span>no<span class="pl-k">-</span>backup<span class="pl-k">/</span>julia<span class="pl-k">/</span>base<span class="pl-k">/</span>pkg<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">91</span>
<span class="pl-k">in</span> add at <span class="pl-k">/</span>Users<span class="pl-k">/</span>jameson<span class="pl-k">/</span>Documents<span class="pl-k">/</span>no<span class="pl-k">-</span>backup<span class="pl-k">/</span>julia<span class="pl-k">/</span>base<span class="pl-k">/</span>pkg<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">116</span>
julia<span class="pl-k">></span> Pkg<span class="pl-k">.</span><span class="pl-c1">add</span>(<span class="pl-s"><span class="pl-pds">"</span>Debug<span class="pl-pds">"</span></span>)
package already required<span class="pl-k">:</span> <span class="pl-c1">VersionSet</span>(<span class="pl-s"><span class="pl-pds">"</span>Debug<span class="pl-pds">"</span></span>,[])
<span class="pl-k">in</span> anonymous at no file<span class="pl-k">:</span><span class="pl-c1">98</span>
<span class="pl-k">in</span> cd at file<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">176</span>
<span class="pl-k">in</span> cd_pkgdir at <span class="pl-k">/</span>Users<span class="pl-k">/</span>jameson<span class="pl-k">/</span>Documents<span class="pl-k">/</span>no<span class="pl-k">-</span>backup<span class="pl-k">/</span>julia<span class="pl-k">/</span>base<span class="pl-k">/</span>pkg<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">22</span>
<span class="pl-k">in</span> add at <span class="pl-k">/</span>Users<span class="pl-k">/</span>jameson<span class="pl-k">/</span>Documents<span class="pl-k">/</span>no<span class="pl-k">-</span>backup<span class="pl-k">/</span>julia<span class="pl-k">/</span>base<span class="pl-k">/</span>pkg<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">91</span>
<span class="pl-k">in</span> add at <span class="pl-k">/</span>Users<span class="pl-k">/</span>jameson<span class="pl-k">/</span>Documents<span class="pl-k">/</span>no<span class="pl-k">-</span>backup<span class="pl-k">/</span>julia<span class="pl-k">/</span>base<span class="pl-k">/</span>pkg<span class="pl-k">.</span>jl<span class="pl-k">:</span><span class="pl-c1">116</span></pre></div>
<p dir="auto">but they don't seem to exist?</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ls ~/.julia
ArgParse Color Debug FileFind METADATA Optim RDatasets TextWrap Winston
Cairo DataFrames FITSIO IniFile Named Options REQUIRE Tk"><pre class="notranslate"><code class="notranslate">$ ls ~/.julia
ArgParse Color Debug FileFind METADATA Optim RDatasets TextWrap Winston
Cairo DataFrames FITSIO IniFile Named Options REQUIRE Tk
</code></pre></div>
<p dir="auto">we find they aren't broken, just need to be restarted:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> Pkg.update()
Already up-to-date.
Warning: Possible conflict in library symbol floor
Warning: Possible conflict in library symbol sqrt
Installing Trie: v0.0.0
Cloning into 'Trie'...
Installing ZMQ: v0.0.0
Cloning into 'ZMQ'...
remote: Counting objects: 41, done.
remote: Compressing objects: 100% (30/30), done.
remote: Total 41 (delta 14), reused 30 (delta 6)
Receiving objects: 100% (41/41), 12.32 KiB, done.
Resolving deltas: 100% (14/14), done.
julia> "><pre class="notranslate">julia<span class="pl-k">></span> Pkg<span class="pl-k">.</span><span class="pl-c1">update</span>()
Already up<span class="pl-k">-</span>to<span class="pl-k">-</span>date.
Warning<span class="pl-k">:</span> Possible conflict <span class="pl-k">in</span> library symbol floor
Warning<span class="pl-k">:</span> Possible conflict <span class="pl-k">in</span> library symbol sqrt
Installing Trie<span class="pl-k">:</span> v0.<span class="pl-c1">0.0</span>
Cloning into <span class="pl-s"><span class="pl-pds">'</span>Trie<span class="pl-pds">'</span></span><span class="pl-k">...</span>
Installing ZMQ<span class="pl-k">:</span> v0.<span class="pl-c1">0.0</span>
Cloning into <span class="pl-s"><span class="pl-pds">'</span>ZMQ<span class="pl-pds">'</span></span><span class="pl-k">...</span>
remote<span class="pl-k">:</span> Counting objects<span class="pl-k">:</span> <span class="pl-c1">41</span>, done.
remote<span class="pl-k">:</span> Compressing objects<span class="pl-k">:</span> <span class="pl-c1">100</span><span class="pl-k">%</span> (<span class="pl-c1">30</span><span class="pl-k">/</span><span class="pl-c1">30</span>), done.
remote<span class="pl-k">:</span> Total <span class="pl-c1">41</span> (delta <span class="pl-c1">14</span>), reused <span class="pl-c1">30</span> (delta <span class="pl-c1">6</span>)
Receiving objects<span class="pl-k">:</span> <span class="pl-c1">100</span><span class="pl-k">%</span> (<span class="pl-c1">41</span><span class="pl-k">/</span><span class="pl-c1">41</span>), <span class="pl-c1">12.32</span> KiB, done.
Resolving deltas<span class="pl-k">:</span> <span class="pl-c1">100</span><span class="pl-k">%</span> (<span class="pl-c1">14</span><span class="pl-k">/</span><span class="pl-c1">14</span>), done.
julia<span class="pl-k">></span> </pre></div>
<p dir="auto">now everything is correct:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ls ~/.julia
ArgParse DataFrames FileFind Named RDatasets Tk ZMQ
Cairo Debug IniFile Optim REQUIRE Trie
Color FITSIO METADATA Options TextWrap Winston"><pre class="notranslate"><code class="notranslate">$ ls ~/.julia
ArgParse DataFrames FileFind Named RDatasets Tk ZMQ
Cairo Debug IniFile Optim REQUIRE Trie
Color FITSIO METADATA Options TextWrap Winston
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Version 0.0.0+104039629.rdae2.dirty
Commit dae23a6824 (2012-12-09 02:32:55)*
(equivalent to commit fcaf0a0 in origin/master)"><pre class="notranslate"><code class="notranslate">Version 0.0.0+104039629.rdae2.dirty
Commit dae23a6824 (2012-12-09 02:32:55)*
(equivalent to commit fcaf0a0 in origin/master)
</code></pre></div> | 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="[ ] bug report => search github for a similar issue or PR before submitting
[*] feature request
[ ] support request => 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">[ ] bug report => search github for a similar issue or PR before submitting
[*] feature request
[ ] support request => 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>
The developer needs to think on three different options (imports, declares or providers) for deciding where to put the related code.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@NgModule({
imports: [ CommonModule, FormsModule ],
declarations: [ ContactComponent, HighlightDirective, AwesomePipe ],
exports: [ ContactComponent ],
providers: [ ContactService ]
})
export class ContactModule { }"><pre class="notranslate"><code class="notranslate">@NgModule({
imports: [ CommonModule, FormsModule ],
declarations: [ ContactComponent, HighlightDirective, AwesomePipe ],
exports: [ ContactComponent ],
providers: [ ContactService ]
})
export class ContactModule { }
</code></pre></div>
<p dir="auto"><strong>Expected/desired behavior</strong><br>
Use a single attribute (e.g.: 'imports') to simplify the way things should be imported by a module. The framework should be smart enough to detect (at runtime) the type of each imported entry (if required).</p>
<p dir="auto"><strong>Reproduction of the problem</strong><br>
If the current behavior is a bug or you can illustrate your feature request better with an example, please provide the steps to reproduce and if possible a minimal demo of the problem via <a href="https://plnkr.co" rel="nofollow">https://plnkr.co</a> or similar (you can use this template as a starting point: <a href="http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5" rel="nofollow">http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5</a>).</p>
<p dir="auto"><strong>What is the expected behavior?</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@NgModule({
imports: [ CommonModule, FormsModule,
ContactComponent, HighlightDirective, AwesomePipe,
ContactService]
exports: [ ContactComponent ]
})
export class ContactModule { }"><pre class="notranslate"><code class="notranslate">@NgModule({
imports: [ CommonModule, FormsModule,
ContactComponent, HighlightDirective, AwesomePipe,
ContactService]
exports: [ ContactComponent ]
})
export class ContactModule { }
</code></pre></div>
<p dir="auto"><strong>What is the motivation / use case for changing the behavior?</strong><br>
Simplify. Less code to think about, less code to write, and less code to maintain.</p>
<p dir="auto"><strong>Please tell us about your environment:</strong></p>
<ul dir="auto">
<li><strong>Angular version:</strong> 2.0.0-rc.5</li>
<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>
<li><strong>Language:</strong> [all | TypeScript X.X | ES6/7 | ES5]<br>
TypeScript</li>
</ul> | <p dir="auto">i have tried</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import template from "./home.html""><pre class="notranslate"><code class="notranslate">import template from "./home.html"
</code></pre></div>
<p dir="auto">but it makes some misstakes when i compiled with browserify,what the errors are:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TypeScript error: src/app/pages/home/home.ts(8,22): Error TS2307: Cannot find module './home.html'."><pre class="notranslate"><code class="notranslate">TypeScript error: src/app/pages/home/home.ts(8,22): Error TS2307: Cannot find module './home.html'.
</code></pre></div>
<p dir="auto">how to solve it ?thanks</p> | 0 |
<h3 dir="auto">Potential Duplicate</h3>
<p dir="auto">This may overlap with <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="487891143" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/20067" data-hovercard-type="issue" data-hovercard-url="/electron/electron/issues/20067/hovercard" href="https://github.com/electron/electron/issues/20067">#20067</a> but I'm not sure, as that issue does not contain screenshots. Please feel free to delete if this is already tracked elsewhere.</p>
<h3 dir="auto">Issue Details</h3>
<ul dir="auto">
<li><strong>Electron Version:</strong> 4.2.10</li>
<li><strong>Operating System:</strong> Windows 10 18362</li>
<li><strong>Last Known Working Electron version:</strong> N/A</li>
</ul>
<h3 dir="auto">Description</h3>
<p dir="auto">Window renders incorrectly. Generally shows a blank space at the top of the screen that results in being unable to see the top menu bar and the area just below it.</p>
<p dir="auto">Screenshot:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/40315783/67099140-4a557580-f1b5-11e9-9702-5dcd0db5d23f.png"><img src="https://user-images.githubusercontent.com/40315783/67099140-4a557580-f1b5-11e9-9702-5dcd0db5d23f.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">Same issue, but using a different theme so that it's clearer to see what's going on:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/40315783/67099212-6ce78e80-f1b5-11e9-8710-3a582a7acd66.png"><img src="https://user-images.githubusercontent.com/40315783/67099212-6ce78e80-f1b5-11e9-8710-3a582a7acd66.png" alt="image" style="max-width: 100%;"></a></p>
<h3 dir="auto">To Reproduce</h3>
<ul dir="auto">
<li>Open an Electron app (occurs in the latest versions of Slack and VSCode)</li>
<li>Move it to the other monitor by dragging with the mouse and let it snap to fullscreen OR move to other monitor with <code class="notranslate">Windows + Left</code> key and then <code class="notranslate">Windows + Up</code></li>
</ul>
<h3 dir="auto">Workaround</h3>
<p dir="auto">Press the <code class="notranslate">Windows + Left</code> or <code class="notranslate">Windows + Right</code> key to display the app in only half of the screen<br>
OR<br>
Keep the app windowed and drag it to an "almost fullscreen" size</p> | <p dir="auto">NOTE: I previously reported this at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="525837314" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/21229" data-hovercard-type="issue" data-hovercard-url="/electron/electron/issues/21229/hovercard" href="https://github.com/electron/electron/issues/21229">#21229</a> which was closed after someone was unable to reproduce it. I insist that this bug <em>is</em> present, and <em>is</em> an Electron bug, because it occurs on Caprine, Slack, WhatsApp, VS Code, and my own home-built Google Photos desktop app. After the issue was closed, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nielsvandepas/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nielsvandepas">@nielsvandepas</a> was able to reproduce the bug, but the issue was not reopened after commented. I'm not sure why this issue couldn't be reproduced using the steps I've given, so I'm attaching screenshots. Sorry for duplicate - I don't have permissions for reopening the other issue.</p>
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I agree to follow the <a href="https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a> that this project adheres to.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the issue tracker for an issue that matches the one I want to file, without success.</li>
</ul>
<h3 dir="auto">Issue Details</h3>
<ul dir="auto">
<li><strong>Electron Version:</strong><br>
7</li>
<li><strong>Operating System:</strong><br>
Mac OS X</li>
<li><strong>Last Known Working Electron version:</strong><br>
N/A</li>
</ul>
<h3 dir="auto">To Reproduce</h3>
<ol dir="auto">
<li>Connect MacBook to a non-retina display - in my case, a 40" 4k display connected via DisplayPort with standard scaling (i.e. full resolution, not retina-like 1080p scaled up to 4k).</li>
<li>Close the MacBook lid.</li>
<li>Open an Electron app.</li>
<li>Unplug the display.</li>
<li>Open the MacBook lid. Electron app is blurry.</li>
</ol>
<h3 dir="auto">Screenshots</h3>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/4722472/70231858-12999180-1753-11ea-8955-9ce04d9b2b32.png"><img width="311" alt="Screen Shot 2019-12-05 at 11 31 43 AM" src="https://user-images.githubusercontent.com/4722472/70231858-12999180-1753-11ea-8955-9ce04d9b2b32.png" style="max-width: 100%;"></a></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/4722472/70231870-19280900-1753-11ea-926e-3fb8bc8563c7.png"><img width="300" alt="Screen Shot 2019-12-05 at 11 32 52 AM" src="https://user-images.githubusercontent.com/4722472/70231870-19280900-1753-11ea-926e-3fb8bc8563c7.png" style="max-width: 100%;"></a></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/4722472/70231899-2644f800-1753-11ea-9e09-07c712f3abe9.png"><img width="389" alt="Screen Shot 2019-12-05 at 11 32 27 AM" src="https://user-images.githubusercontent.com/4722472/70231899-2644f800-1753-11ea-9e09-07c712f3abe9.png" style="max-width: 100%;"></a></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/4722472/70231905-29d87f00-1753-11ea-8715-f3b1437538d6.png"><img width="360" alt="Screen Shot 2019-12-05 at 11 33 12 AM" src="https://user-images.githubusercontent.com/4722472/70231905-29d87f00-1753-11ea-8715-f3b1437538d6.png" style="max-width: 100%;"></a></p> | 0 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
according to <a href="https://www.typescriptlang.org/docs/handbook/declaration-files/library-structures.html" rel="nofollow">https://www.typescriptlang.org/docs/handbook/declaration-files/library-structures.html</a>, It says that top-level exports is immutable. so I test it on babel and node esm module loader, but it generates different results.</p>
<p dir="auto"><strong>Input Code</strong><br>
the demo is here <a href="https://github.com/hardfist/babel-module">https://github.com/hardfist/babel-module</a><br>
<code class="notranslate">npm run esm</code> and <code class="notranslate">npm run cjs</code> generates different result.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// main.mjs
import * as lib from './lib';
lib.name = 'lib';
console.log('lib:',lib);
"><pre class="notranslate"><span class="pl-c">// main.mjs</span>
<span class="pl-k">import</span> <span class="pl-c1">*</span> <span class="pl-k">as</span> <span class="pl-s1">lib</span> <span class="pl-k">from</span> <span class="pl-s">'./lib'</span><span class="pl-kos">;</span>
<span class="pl-s1">lib</span><span class="pl-kos">.</span><span class="pl-c1">name</span> <span class="pl-c1">=</span> <span class="pl-s">'lib'</span><span class="pl-kos">;</span>
<span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s">'lib:'</span><span class="pl-kos">,</span><span class="pl-s1">lib</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// lib.mjs
export const foo = 'bar';"><pre class="notranslate"><span class="pl-c">// lib.mjs</span>
<span class="pl-k">export</span> <span class="pl-k">const</span> <span class="pl-s1">foo</span> <span class="pl-c1">=</span> <span class="pl-s">'bar'</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">esm results</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(node:70216) ExperimentalWarning: The ESM module loader is experimental.
TypeError: Cannot add property name, object is not extensible"><pre class="notranslate"><code class="notranslate">(node:70216) ExperimentalWarning: The ESM module loader is experimental.
TypeError: Cannot add property name, object is not extensible
</code></pre></div>
<p dir="auto">babel results</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="lib: { foo: 'bar', name: 'lib' }"><pre class="notranslate"><code class="notranslate">lib: { foo: 'bar', name: 'lib' }
</code></pre></div>
<p dir="auto"><strong>Expected behavior/code</strong><br>
same behavior for babel and node esm module loader<br>
<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="module.exports = {
presets: [
[
'@babel/env',
{
modules: 'commonjs',
targets: {
node: 'current',
},
},
],
],
};"><pre class="notranslate"><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-kos">{</span>
<span class="pl-c1">presets</span>: <span class="pl-kos">[</span>
<span class="pl-kos">[</span>
<span class="pl-s">'@babel/env'</span><span class="pl-kos">,</span>
<span class="pl-kos">{</span>
<span class="pl-c1">modules</span>: <span class="pl-s">'commonjs'</span><span class="pl-kos">,</span>
<span class="pl-c1">targets</span>: <span class="pl-kos">{</span>
<span class="pl-c1">node</span>: <span class="pl-s">'current'</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>
<span class="pl-kos">}</span><span class="pl-kos">;</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: 10.13.0</li>
<li>OS: 10.12.4</li>
<li>How you are using Babel: cli</li>
</ul>
<p dir="auto"><strong>Possible Solution</strong></p>
<p dir="auto"><strong>Additional context/Screenshots</strong><br>
Add any other context about the problem here. If applicable, add screenshots to help explain.</p> | <p dir="auto">export.js</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export var value = 0;"><pre class="notranslate"><span class="pl-k">export</span> <span class="pl-k">var</span> <span class="pl-s1">value</span> <span class="pl-c1">=</span> <span class="pl-c1">0</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">import1.js</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import {value} from "./export";
value++; // SyntaxError: import.js: Line 2: "value" is read-only"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-kos">{</span><span class="pl-s1">value</span><span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">"./export"</span><span class="pl-kos">;</span>
<span class="pl-s1">value</span><span class="pl-c1">++</span><span class="pl-kos">;</span> <span class="pl-c">// SyntaxError: import.js: Line 2: "value" is read-only</span></pre></div>
<p dir="auto">import2.js</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import * as export from "./export";
export.value++; // No error"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-c1">*</span> <span class="pl-k">as</span> <span class="pl-s1">export</span> <span class="pl-k">from</span> <span class="pl-s">"./export"</span><span class="pl-kos">;</span>
<span class="pl-s1">export</span><span class="pl-kos">.</span><span class="pl-c1">value</span><span class="pl-c1">++</span><span class="pl-kos">;</span> <span class="pl-c">// No error</span></pre></div>
<p dir="auto">If I understand the specification properly, both of these should throw an error as all the properties of export should be immutable bindings</p> | 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>
<p dir="auto">I am trying to build PyTorch from source <strong>without</strong> Cuda on OSX. I am currently on version 10.15 of MacOS and followed the steps at <a href="https://github.com/pytorch/pytorch#from-source">https://github.com/pytorch/pytorch#from-source</a> to build it from source. However, I am not sure whether this is a bug in PyTorch or the problem is on Apple's side.</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Steps to reproduce the behavior:</p>
<ol dir="auto">
<li>Create a fresh conda environment</li>
<li>Follow the manual on how to build from source over at <a href="https://github.com/pytorch/pytorch#from-source">https://github.com/pytorch/pytorch#from-source</a></li>
<li>Use the following commands to start the build process:
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"}
MACOSX_DEPLOYMENT_TARGET=10.15 CC=clang CXX=clang++ USE_CUDA=0 python setup.py install"><pre class="notranslate"><code class="notranslate">export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"}
MACOSX_DEPLOYMENT_TARGET=10.15 CC=clang CXX=clang++ USE_CUDA=0 python setup.py install
</code></pre></div>
</li>
</ol>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto">PyTorch can be built and is installed.</p>
<h2 dir="auto">Environment</h2>
<p dir="auto">Collecting environment information...<br>
PyTorch version: N/A<br>
Is debug build: N/A<br>
CUDA used to build PyTorch: N/A</p>
<p dir="auto">OS: Mac OSX 10.15.3<br>
GCC version: Could not collect<br>
CMake version: version 3.14.0</p>
<p dir="auto">Python version: 3.7<br>
Is CUDA available: N/A<br>
CUDA runtime version: Could not collect<br>
GPU models and configuration: Could not collect<br>
Nvidia driver version: Could not collect<br>
cuDNN version: Could not collect</p>
<p dir="auto">Versions of relevant libraries:<br>
[pip] numpy==1.18.1<br>
[conda] blas 1.0 mkl<br>
[conda] mkl 2019.4 233<br>
[conda] mkl-include 2020.0 166<br>
[conda] mkl-service 2.3.0 py37hfbe908c_0<br>
[conda] mkl_fft 1.0.15 py37h5e564d8_0<br>
[conda] mkl_random 1.1.0 py37ha771720_0</p>
<h2 dir="auto">Additional context</h2>
<p dir="auto">While retrying multiple times I noticed that the build always fails at the <code class="notranslate">SobolEngineOps</code> file.<br>
Error during the build process:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[29/339] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o
FAILED: caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DAT_PARALLEL_OPENMP=1 -DCAFFE2_BUILD_MAIN_LIB -DCPUINFO_SUPPORTED_PLATFORM=1 -DHAVE_MMAP=1 -DHAVE_SHM_OPEN=1 -DHAVE_SHM_UNLINK=1 -DIDEEP_USE_MKL -DNNP_CONVOLUTION_ONLY=0 -DNNP_INFERENCE_ONLY=0 -DONNX_ML=1 -DONNX_NAMESPACE=onnx_torch -DTH_BLAS_MKL -D_FILE_OFFSET_BITS=64 -Dtorch_EXPORTS -Iaten/src -I../aten/src -I. -I../ -I../cmake/../third_party/benchmark/include -Icaffe2/contrib/aten -I../third_party/onnx -Ithird_party/onnx -I../third_party/foxi -Ithird_party/foxi -I../caffe2/../torch/csrc/api -I../caffe2/../torch/csrc/api/include -I../caffe2/aten/src/TH -Icaffe2/aten/src/TH -I../caffe2/../torch/../aten/src -Icaffe2/aten/src -Icaffe2/../aten/src -Icaffe2/../aten/src/ATen -I../caffe2/../torch/csrc -I../caffe2/../torch/../third_party/miniz-2.0.8 -I../aten/src/TH -I../aten/../third_party/catch/single_include -I../aten/src/ATen/.. -Icaffe2/aten/src/ATen -I../third_party/miniz-2.0.8 -I../caffe2/core/nomnigraph/include -I../c10/.. -Ithird_party/ideep/mkl-dnn/include -I../third_party/ideep/mkl-dnn/src/../include -I../third_party/QNNPACK/include -I../third_party/pthreadpool/include -I../aten/src/ATen/native/quantized/cpu/qnnpack/include -I../aten/src/ATen/native/quantized/cpu/qnnpack/src -I../third_party/QNNPACK/deps/clog/include -I../third_party/NNPACK/include -I../third_party/cpuinfo/include -I../third_party/fbgemm/include -I../third_party/fbgemm -I../third_party/fbgemm/third_party/asmjit/src -I../third_party/FP16/include -isystem ../cmake/../third_party/googletest/googlemock/include -isystem ../cmake/../third_party/googletest/googletest/include -isystem ../third_party/protobuf/src -isystem ~/anaconda3/envs/pytorch/include -isystem ../third_party/gemmlowp -isystem ../third_party/neon2sse -isystem ../third_party -isystem ../cmake/../third_party/eigen -isystem ~/anaconda3/envs/pytorch/include/python3.7m -isystem ~/anaconda3/envs/pytorch/lib/python3.7/site-packages/numpy/core/include -isystem ../cmake/../third_party/pybind11/include -isystem /opt/rocm/hip/include -isystem /include -isystem ../third_party/ideep/mkl-dnn/include -isystem ../third_party/ideep/include -isystem include -Wno-deprecated -fvisibility-inlines-hidden -Wno-deprecated-declarations -Xpreprocessor -fopenmp -I/usr/local/include -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -O2 -fPIC -Wno-narrowing -Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unknown-warning-option -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-aligned-allocation-unavailable -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Qunused-arguments -fcolor-diagnostics -fno-math-errno -fno-trapping-math -Wno-unused-private-field -Wno-missing-braces -Wno-c++14-extensions -Wno-constexpr-not-const -DHAVE_AVX_CPU_DEFINITION -DHAVE_AVX2_CPU_DEFINITION -O3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.15 -fPIC -DHAVE_GCC_GET_CPUID -DUSE_AVX -DUSE_AVX2 -DTH_HAVE_THREAD -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-missing-braces -fvisibility=hidden -O2 -DCAFFE2_BUILD_MAIN_LIB -DASMJIT_STATIC -std=gnu++11 -MD -MT caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o -MF caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o.d -o caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o -c ../aten/src/ATen/native/SobolEngineOps.cpp
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Apple clang version 11.0.3 (clang-1103.0.32.29)
Target: x86_64-apple-darwin19.3.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /var/folders/cx/trr2xjp56fs_rq2yzlb8xpb40000gn/T/SobolEngineOps-175bae.cpp
clang: note: diagnostic msg: /var/folders/cx/trr2xjp56fs_rq2yzlb8xpb40000gn/T/SobolEngineOps-175bae.sh
clang: note: diagnostic msg: /var/folders/cx/trr2xjp56fs_rq2yzlb8xpb40000gn/T/SobolEngineOps-175bae.crash
clang: note: diagnostic msg:
********************
[40/339] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Unique.cpp.o
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
File "setup.py", line 755, in <module>
build_deps()
File "setup.py", line 316, in build_deps
cmake=cmake)
File "~/Desktop/pytorch/tools/build_pytorch_libs.py", line 62, in build_caffe2
cmake.build(my_env)
File "~/Desktop/pytorch/tools/setup_helpers/cmake.py", line 335, in build
self.run(build_args, my_env)
File "~/Desktop/pytorch/tools/setup_helpers/cmake.py", line 141, in run
check_call(command, cwd=self.build_dir, env=env)
File "~/anaconda3/envs/pytorch/lib/python3.7/subprocess.py", line 363, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'install', '--config', 'Release', '--', '-j', '12']' returned non-zero exit status 1."><pre class="notranslate"><code class="notranslate">[29/339] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o
FAILED: caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DAT_PARALLEL_OPENMP=1 -DCAFFE2_BUILD_MAIN_LIB -DCPUINFO_SUPPORTED_PLATFORM=1 -DHAVE_MMAP=1 -DHAVE_SHM_OPEN=1 -DHAVE_SHM_UNLINK=1 -DIDEEP_USE_MKL -DNNP_CONVOLUTION_ONLY=0 -DNNP_INFERENCE_ONLY=0 -DONNX_ML=1 -DONNX_NAMESPACE=onnx_torch -DTH_BLAS_MKL -D_FILE_OFFSET_BITS=64 -Dtorch_EXPORTS -Iaten/src -I../aten/src -I. -I../ -I../cmake/../third_party/benchmark/include -Icaffe2/contrib/aten -I../third_party/onnx -Ithird_party/onnx -I../third_party/foxi -Ithird_party/foxi -I../caffe2/../torch/csrc/api -I../caffe2/../torch/csrc/api/include -I../caffe2/aten/src/TH -Icaffe2/aten/src/TH -I../caffe2/../torch/../aten/src -Icaffe2/aten/src -Icaffe2/../aten/src -Icaffe2/../aten/src/ATen -I../caffe2/../torch/csrc -I../caffe2/../torch/../third_party/miniz-2.0.8 -I../aten/src/TH -I../aten/../third_party/catch/single_include -I../aten/src/ATen/.. -Icaffe2/aten/src/ATen -I../third_party/miniz-2.0.8 -I../caffe2/core/nomnigraph/include -I../c10/.. -Ithird_party/ideep/mkl-dnn/include -I../third_party/ideep/mkl-dnn/src/../include -I../third_party/QNNPACK/include -I../third_party/pthreadpool/include -I../aten/src/ATen/native/quantized/cpu/qnnpack/include -I../aten/src/ATen/native/quantized/cpu/qnnpack/src -I../third_party/QNNPACK/deps/clog/include -I../third_party/NNPACK/include -I../third_party/cpuinfo/include -I../third_party/fbgemm/include -I../third_party/fbgemm -I../third_party/fbgemm/third_party/asmjit/src -I../third_party/FP16/include -isystem ../cmake/../third_party/googletest/googlemock/include -isystem ../cmake/../third_party/googletest/googletest/include -isystem ../third_party/protobuf/src -isystem ~/anaconda3/envs/pytorch/include -isystem ../third_party/gemmlowp -isystem ../third_party/neon2sse -isystem ../third_party -isystem ../cmake/../third_party/eigen -isystem ~/anaconda3/envs/pytorch/include/python3.7m -isystem ~/anaconda3/envs/pytorch/lib/python3.7/site-packages/numpy/core/include -isystem ../cmake/../third_party/pybind11/include -isystem /opt/rocm/hip/include -isystem /include -isystem ../third_party/ideep/mkl-dnn/include -isystem ../third_party/ideep/include -isystem include -Wno-deprecated -fvisibility-inlines-hidden -Wno-deprecated-declarations -Xpreprocessor -fopenmp -I/usr/local/include -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -O2 -fPIC -Wno-narrowing -Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unknown-warning-option -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-aligned-allocation-unavailable -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Qunused-arguments -fcolor-diagnostics -fno-math-errno -fno-trapping-math -Wno-unused-private-field -Wno-missing-braces -Wno-c++14-extensions -Wno-constexpr-not-const -DHAVE_AVX_CPU_DEFINITION -DHAVE_AVX2_CPU_DEFINITION -O3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.15 -fPIC -DHAVE_GCC_GET_CPUID -DUSE_AVX -DUSE_AVX2 -DTH_HAVE_THREAD -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-missing-braces -fvisibility=hidden -O2 -DCAFFE2_BUILD_MAIN_LIB -DASMJIT_STATIC -std=gnu++11 -MD -MT caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o -MF caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o.d -o caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o -c ../aten/src/ATen/native/SobolEngineOps.cpp
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Apple clang version 11.0.3 (clang-1103.0.32.29)
Target: x86_64-apple-darwin19.3.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /var/folders/cx/trr2xjp56fs_rq2yzlb8xpb40000gn/T/SobolEngineOps-175bae.cpp
clang: note: diagnostic msg: /var/folders/cx/trr2xjp56fs_rq2yzlb8xpb40000gn/T/SobolEngineOps-175bae.sh
clang: note: diagnostic msg: /var/folders/cx/trr2xjp56fs_rq2yzlb8xpb40000gn/T/SobolEngineOps-175bae.crash
clang: note: diagnostic msg:
********************
[40/339] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Unique.cpp.o
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
File "setup.py", line 755, in <module>
build_deps()
File "setup.py", line 316, in build_deps
cmake=cmake)
File "~/Desktop/pytorch/tools/build_pytorch_libs.py", line 62, in build_caffe2
cmake.build(my_env)
File "~/Desktop/pytorch/tools/setup_helpers/cmake.py", line 335, in build
self.run(build_args, my_env)
File "~/Desktop/pytorch/tools/setup_helpers/cmake.py", line 141, in run
check_call(command, cwd=self.build_dir, env=env)
File "~/anaconda3/envs/pytorch/lib/python3.7/subprocess.py", line 363, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'install', '--config', 'Release', '--', '-j', '12']' returned non-zero exit status 1.
</code></pre></div>
<p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ezyang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ezyang">@ezyang</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/gchanan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gchanan">@gchanan</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/zou3519/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/zou3519">@zou3519</a></p> | <p dir="auto">Followup of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="599880061" data-permission-text="Title is private" data-url="https://github.com/pytorch/pytorch/issues/36618" data-hovercard-type="pull_request" data-hovercard-url="/pytorch/pytorch/pull/36618/hovercard" href="https://github.com/pytorch/pytorch/pull/36618">#36618</a>.<br>
I'm getting segfault when building pytorch from source with clang 9.0.0.<br>
Stack dump is available at <a href="https://gist.github.com/ailzhang/f69b11f338997d375d3f69ae22bd1aec">https://gist.github.com/ailzhang/f69b11f338997d375d3f69ae22bd1aec</a><br>
It asks me to submit a but report to llvm, I'm also searching around to see if there're any workarounds.</p> | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18990.1]
Windows Terminal version (if applicable): Version: 0.5.2681.0"><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: Microsoft Windows [Version 10.0.18990.1]
Windows Terminal version (if applicable): Version: 0.5.2681.0
</code></pre></div>
<h1 dir="auto">Steps to reproduce</h1>
<p dir="auto">Copy text with <code class="notranslate">\</code> line break. Example:</p>
<div class="highlight highlight-source-makefile notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="libreadline-gplv2-dev libncursesw5-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libffi-dev \
wget curl libldap2-dev zlib1g-dev lib32z1-dev uuid-dev"><pre class="notranslate">libreadline-gplv2-dev libncursesw5-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libffi-dev \
wget curl libldap2-dev zlib1g-dev lib32z1-dev uuid-dev</pre></div>
<p dir="auto">Paste it on powershell or wsl console.</p>
<h1 dir="auto">Expected behavior</h1>
<p dir="auto">Terminal should recognize <code class="notranslate">\</code> as a line break and should execute the whole code as it does on powershell or wsl console directly.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/28060986/65827125-037efa80-e25d-11e9-9848-48ae9278e5a0.png"><img src="https://user-images.githubusercontent.com/28060986/65827125-037efa80-e25d-11e9-9848-48ae9278e5a0.png" alt="image" style="max-width: 100%;"></a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/28060986/65827130-0d086280-e25d-11e9-9ba7-ab47b79c36c7.png"><img src="https://user-images.githubusercontent.com/28060986/65827130-0d086280-e25d-11e9-9ba7-ab47b79c36c7.png" alt="image" style="max-width: 100%;"></a></p>
<h1 dir="auto">Actual behavior</h1>
<p dir="auto">Terminal will not recognize <code class="notranslate">\</code> as a line break and will execute each line individually immediately causing a unexpected results.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/28060986/65827086-9cf9dc80-e25c-11e9-9b1c-fe77e99265a5.png"><img src="https://user-images.githubusercontent.com/28060986/65827086-9cf9dc80-e25c-11e9-9b1c-fe77e99265a5.png" alt="image" style="max-width: 100%;"></a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/28060986/65827097-bac74180-e25c-11e9-9340-bc858a4a2445.png"><img src="https://user-images.githubusercontent.com/28060986/65827097-bac74180-e25c-11e9-9340-bc858a4a2445.png" alt="image" style="max-width: 100%;"></a></p> | <h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">We need a way to detect within a running terminal what profile instantiated it, so that we can make on-the-fly changes to the config (like change the background or font). The MSTerminalSetting is an example of that method.</p>
<h1 dir="auto">Proposed technical implementation details (optional)</h1>
<p dir="auto">Provide the steps/api to PInvoke to get the profile guid based on the session guid. OR expose the session's profile guid to an environment variable like WT_PROFILE</p> | 0 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">It would be really convenient if the caps lock key (or for that matter any single key) could be used to trigger the launcher.</p> | <h1 dir="auto">Preface</h1>
<p dir="auto">It appears to have been installed successfully with all of the power tools I use seemingly working without issue. Thought I would report this all the same. I am going to re-install PowerTools just in case there is some issue I can not see.</p>
<p dir="auto">Also to note, I believe I installed this via <code class="notranslate">winget</code> - May be a factor.</p>
<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 [Version 10.0.18363.836]
PowerToys version: 0.18.1 -> 0.18.2
PowerToy module for which you are reporting the bug (if applicable): *"><pre class="notranslate"><code class="notranslate">Windows build number: Microsoft Windows [Version 10.0.18363.836]
PowerToys version: 0.18.1 -> 0.18.2
PowerToy module for which you are reporting the bug (if applicable): *
</code></pre></div>
<h1 dir="auto">Steps to reproduce</h1>
<p dir="auto"><em>Unknown reproducability.</em></p>
<ul dir="auto">
<li>Windows gave me a prompt that there was a new version of powertoys I could upgrade to.</li>
<li>I clicked 'Update Now'.</li>
<li>The installer appeared and began doing its thing.</li>
<li>Error occured (See screenshot below).</li>
<li>Windows tells me the update was successful.</li>
</ul>
<h1 dir="auto">Expected behavior</h1>
<p dir="auto">The update occured without any error messages/prompts being thrown forward to the user.</p>
<h1 dir="auto">Actual behavior</h1>
<p dir="auto">An error message occured (screenshot below), but windows and powertools appears to have updated.</p>
<h1 dir="auto">Screenshots</h1>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1098786/83966175-91ad8500-a8b0-11ea-80ab-049faa0687e4.png"><img src="https://user-images.githubusercontent.com/1098786/83966175-91ad8500-a8b0-11ea-80ab-049faa0687e4.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1098786/83966187-a2f69180-a8b0-11ea-8409-cbbb0df02bf4.png"><img src="https://user-images.githubusercontent.com/1098786/83966187-a2f69180-a8b0-11ea-8409-cbbb0df02bf4.png" alt="image" style="max-width: 100%;"></a></p>
<h1 dir="auto">Event Viewer</h1>
<p dir="auto">I had a look at event viewer and can see the installer starting, system restores created, an error occur and then win logons/installer finish events.</p>
<p dir="auto">This is the log for the error event:</p>
<details><summary>Application / Error: 07/06/2020 11:16:42 - .NET Runtime</summary>
<p dir="auto">
</p><div class="highlight highlight-text-xml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Log Name: Application
Source: .NET Runtime
Date: 07/06/2020 11:16:42
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: [REDACTED]-PC
Description:
Application: PowerLauncher.exe
CoreCLR Version: 4.700.20.20201
.NET Core Version: 3.1.4
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.
---> System.IO.IOException: Cannot locate resource 'images/app_error.png'.
at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
at MS.Internal.IO.Packaging.PackagePartExtensions.GetSeekableStream(PackagePart packPart, FileMode mode, FileAccess access)
at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
at System.IO.Packaging.PackWebResponse.GetResponseStream()
at System.IO.Packaging.PackWebResponse.get_ContentType()
at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at Wox.ReportWindow.InitializeComponent()
at Wox.ReportWindow..ctor(Exception exception)
at Wox.Helper.ErrorReporting.Report(Exception e)
at Wox.Helper.ErrorReporting.DispatcherUnhandledException(Object sender, DispatcherUnhandledExceptionEventArgs e)
at System.Windows.Threading.Dispatcher.CatchException(Exception e)
at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e)
at System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1026</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2020-06-07T10:16:42.825575600Z" />
<EventRecordID>17793</EventRecordID>
<Channel>Application</Channel>
<Computer>[REDACTED]-PC</Computer>
<Security />
</System>
<EventData>
<Data>Application: PowerLauncher.exe
CoreCLR Version: 4.700.20.20201
.NET Core Version: 3.1.4
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.
---&gt; System.IO.IOException: Cannot locate resource 'images/app_error.png'.
at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
at MS.Internal.IO.Packaging.PackagePartExtensions.GetSeekableStream(PackagePart packPart, FileMode mode, FileAccess access)
at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
at System.IO.Packaging.PackWebResponse.GetResponseStream()
at System.IO.Packaging.PackWebResponse.get_ContentType()
at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid&amp; clsId, Boolean&amp; isOriginalWritable, Stream&amp; uriStream, UnmanagedMemoryStream&amp; unmanagedMemoryStream, SafeFileHandle&amp; safeFilehandle)
at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at Wox.ReportWindow.InitializeComponent()
at Wox.ReportWindow..ctor(Exception exception)
at Wox.Helper.ErrorReporting.Report(Exception e)
at Wox.Helper.ErrorReporting.DispatcherUnhandledException(Object sender, DispatcherUnhandledExceptionEventArgs e)
at System.Windows.Threading.Dispatcher.CatchException(Exception e)
at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e)
at System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</Data>
</EventData>
</Event>"><pre class="notranslate">Log Name: Application
Source: .NET Runtime
Date: 07/06/2020 11:16:42
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: [REDACTED]-PC
Description:
Application: PowerLauncher.exe
CoreCLR Version: 4.700.20.20201
.NET Core Version: 3.1.4
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.
---> System.IO.IOException: Cannot locate resource 'images/app_error.png'.
at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
at MS.Internal.IO.Packaging.PackagePartExtensions.GetSeekableStream(PackagePart packPart, FileMode mode, FileAccess access)
at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
at System.IO.Packaging.PackWebResponse.GetResponseStream()
at System.IO.Packaging.PackWebResponse.get_ContentType()
at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid<span class="pl-ii">&</span> clsId, Boolean<span class="pl-ii">&</span> isOriginalWritable, Stream<span class="pl-ii">&</span> uriStream, UnmanagedMemoryStream<span class="pl-ii">&</span> unmanagedMemoryStream, SafeFileHandle<span class="pl-ii">&</span> safeFilehandle)
at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at Wox.ReportWindow.InitializeComponent()
at Wox.ReportWindow..ctor(Exception exception)
at Wox.Helper.ErrorReporting.Report(Exception e)
at Wox.Helper.ErrorReporting.DispatcherUnhandledException(Object sender, DispatcherUnhandledExceptionEventArgs e)
at System.Windows.Threading.Dispatcher.CatchException(Exception e)
at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e)
at System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
Event Xml:
<<span class="pl-ent">Event</span> <span class="pl-e">xmlns</span>=<span class="pl-s"><span class="pl-pds">"</span>http://schemas.microsoft.com/win/2004/08/events/event<span class="pl-pds">"</span></span>>
<<span class="pl-ent">System</span>>
<<span class="pl-ent">Provider</span> <span class="pl-e">Name</span>=<span class="pl-s"><span class="pl-pds">"</span>.NET Runtime<span class="pl-pds">"</span></span> />
<<span class="pl-ent">EventID</span> <span class="pl-e">Qualifiers</span>=<span class="pl-s"><span class="pl-pds">"</span>0<span class="pl-pds">"</span></span>>1026</<span class="pl-ent">EventID</span>>
<<span class="pl-ent">Level</span>>2</<span class="pl-ent">Level</span>>
<<span class="pl-ent">Task</span>>0</<span class="pl-ent">Task</span>>
<<span class="pl-ent">Keywords</span>>0x80000000000000</<span class="pl-ent">Keywords</span>>
<<span class="pl-ent">TimeCreated</span> <span class="pl-e">SystemTime</span>=<span class="pl-s"><span class="pl-pds">"</span>2020-06-07T10:16:42.825575600Z<span class="pl-pds">"</span></span> />
<<span class="pl-ent">EventRecordID</span>>17793</<span class="pl-ent">EventRecordID</span>>
<<span class="pl-ent">Channel</span>>Application</<span class="pl-ent">Channel</span>>
<<span class="pl-ent">Computer</span>>[REDACTED]-PC</<span class="pl-ent">Computer</span>>
<<span class="pl-ent">Security</span> />
</<span class="pl-ent">System</span>>
<<span class="pl-ent">EventData</span>>
<<span class="pl-ent">Data</span>>Application: PowerLauncher.exe
CoreCLR Version: 4.700.20.20201
.NET Core Version: 3.1.4
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.
---<span class="pl-c1">&gt;</span> System.IO.IOException: Cannot locate resource 'images/app_error.png'.
at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
at MS.Internal.IO.Packaging.PackagePartExtensions.GetSeekableStream(PackagePart packPart, FileMode mode, FileAccess access)
at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
at System.IO.Packaging.PackWebResponse.GetResponseStream()
at System.IO.Packaging.PackWebResponse.get_ContentType()
at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid<span class="pl-c1">&amp;</span> clsId, Boolean<span class="pl-c1">&amp;</span> isOriginalWritable, Stream<span class="pl-c1">&amp;</span> uriStream, UnmanagedMemoryStream<span class="pl-c1">&amp;</span> unmanagedMemoryStream, SafeFileHandle<span class="pl-c1">&amp;</span> safeFilehandle)
at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at Wox.ReportWindow.InitializeComponent()
at Wox.ReportWindow..ctor(Exception exception)
at Wox.Helper.ErrorReporting.Report(Exception e)
at Wox.Helper.ErrorReporting.DispatcherUnhandledException(Object sender, DispatcherUnhandledExceptionEventArgs e)
at System.Windows.Threading.Dispatcher.CatchException(Exception e)
at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e)
at System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</<span class="pl-ent">Data</span>>
</<span class="pl-ent">EventData</span>>
</<span class="pl-ent">Event</span>></pre></div>
<p dir="auto"></p>
</details> | 0 |
<p dir="auto">I have discovered an ErrorException which arises when calling sin() cos() tan() or similar mathematical functions from C via jl_eval_string()</p>
<p dir="auto">Strangely the degree variants work fine for those instances i.e sind() cosd() tand() however this isn't always the case. atand() for example also results in an error exception. Operators seem to work fine (1*1) for example.</p>
<p dir="auto">Simple repro case:</p>
<p dir="auto">jl_eval_string("sin(1.0)"); == ErrorException<br>
jl_eval_string("sind(1.0)"); == Works</p> | <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> const x = 2, y = 3, z = 4
ERROR: syntax: invalid assignment location "3""><pre class="notranslate">julia<span class="pl-k">></span> <span class="pl-k">const</span> x <span class="pl-k">=</span> <span class="pl-c1">2</span>, y <span class="pl-k">=</span> <span class="pl-c1">3</span>, z <span class="pl-k">=</span> <span class="pl-c1">4</span>
ERROR<span class="pl-k">:</span> syntax<span class="pl-k">:</span> invalid assignment location <span class="pl-s"><span class="pl-pds">"</span>3<span class="pl-pds">"</span></span></pre></div>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> global x = 2, y = 3, z = 4
4"><pre class="notranslate">julia<span class="pl-k">></span> <span class="pl-k">global</span> x <span class="pl-k">=</span> <span class="pl-c1">2</span>, y <span class="pl-k">=</span> <span class="pl-c1">3</span>, z <span class="pl-k">=</span> <span class="pl-c1">4</span>
<span class="pl-c1">4</span></pre></div>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> global const x = 2, y = 3, z = 4
4"><pre class="notranslate">julia<span class="pl-k">></span> <span class="pl-k">global</span> <span class="pl-k">const</span> x <span class="pl-k">=</span> <span class="pl-c1">2</span>, y <span class="pl-k">=</span> <span class="pl-c1">3</span>, z <span class="pl-k">=</span> <span class="pl-c1">4</span>
<span class="pl-c1">4</span></pre></div>
<p dir="auto">Reported at <a href="https://groups.google.com/forum/#!topic/julia-users/YSbN6EPOzKk" rel="nofollow">https://groups.google.com/forum/#!topic/julia-users/YSbN6EPOzKk</a>.</p> | 0 |
<p dir="auto">As per HTML5, controls inside the legend first child of a disabled fieldset are not disabled. This is not a random decision and addresses notably the use case of having a radio or checkbox control in the fieldset, as part of the legend, deciding whether that fieldset is enabled or not. Fiddle: <a href="http://jsfiddle.net/tyVF4/2/" rel="nofollow">http://jsfiddle.net/tyVF4/2/</a>.</p>
<p dir="auto">I headed for the source to fix that, but then I saw this comment:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="// Note: HTML5 says that controls under a fieldset > legend:first-child won't
// be disabled if the fieldset is disabled. Due to implementation difficulty,
// we don't honor that edge case; we style them as disabled anyway."><pre class="notranslate"><code class="notranslate">// Note: HTML5 says that controls under a fieldset > legend:first-child won't
// be disabled if the fieldset is disabled. Due to implementation difficulty,
// we don't honor that edge case; we style them as disabled anyway.
</code></pre></div>
<p dir="auto">Is fixing this issue completely out of the question? If not, could you be more specific about "implementation difficulty" before I foolishly jump into it? Right now I'm overriding this with cursor: auto.</p> | <p dir="auto">getbootstrap.com<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/9467e06f5bb18ffb2a93c745cd25a683147b847fde9f4911be656560f69cab07/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3832373230352f313332313732382f64333634616535612d333365372d313165332d383839662d3730646535613664653464382e706e67"><img src="https://camo.githubusercontent.com/9467e06f5bb18ffb2a93c745cd25a683147b847fde9f4911be656560f69cab07/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3832373230352f313332313732382f64333634616535612d333365372d313165332d383839662d3730646535613664653464382e706e67" alt="getbootstrap-com" data-canonical-src="https://f.cloud.github.com/assets/827205/1321728/d364ae5a-33e7-11e3-889f-70de5a6de4d8.png" style="max-width: 100%;"></a></p>
<p dir="auto">alistapart.com<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/fc63aa5881c5471d6f2ec8e146add876c4bb487a4397d6d04cc67aa1616493d8/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3832373230352f313332313732392f64646362383461652d333365372d313165332d386137382d6330313938623361633733392e706e67"><img src="https://camo.githubusercontent.com/fc63aa5881c5471d6f2ec8e146add876c4bb487a4397d6d04cc67aa1616493d8/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3832373230352f313332313732392f64646362383461652d333365372d313165332d386137382d6330313938623361633733392e706e67" alt="alistapart-com" data-canonical-src="https://f.cloud.github.com/assets/827205/1321729/ddcb84ae-33e7-11e3-8a78-c0198b3ac739.png" style="max-width: 100%;"></a></p>
<p dir="auto">using the (recommended) breakpoints from <a href="http://getbootstrap.com/css/#grid-media-queries" rel="nofollow">http://getbootstrap.com/css/#grid-media-queries</a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/492101368a2850094e51d1554220a4b756a8e8d83bca00e493486aa6823ea819/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3832373230352f313332313733302f65663135656566632d333365372d313165332d386661372d6232646533623339343265652e706e67"><img src="https://camo.githubusercontent.com/492101368a2850094e51d1554220a4b756a8e8d83bca00e493486aa6823ea819/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3832373230352f313332313733302f65663135656566632d333365372d313165332d386661372d6232646533623339343265652e706e67" alt="test-demo" data-canonical-src="https://f.cloud.github.com/assets/827205/1321730/ef15eefc-33e7-11e3-8fa7-b2de3b3942ee.png" style="max-width: 100%;"></a></p>
<p dir="auto">also why is there ,max.width:767px and max-width:768px in bootstrap.css? This makes little sense?</p>
<p dir="auto">Or min-width:480 and min-width:481px</p>
<p dir="auto">I am using the following extension in Google Chrome: <a href="https://chrome.google.com/webstore/detail/responsive-inspector/memcdolmmnmnleeiodllgpibdjlkbpim" rel="nofollow">https://chrome.google.com/webstore/detail/responsive-inspector/memcdolmmnmnleeiodllgpibdjlkbpim</a></p> | 0 |
<p dir="auto">Benchmarks on the internet seem to suggest that ujson is the fastest json parser (e.g., <a href="http://www.justinfx.com/2012/07/25/python-2-7-3-serializer-speed-comparisons/" rel="nofollow">http://www.justinfx.com/2012/07/25/python-2-7-3-serializer-speed-comparisons/</a>).</p>
<p dir="auto">Maybe try importing ujson first, then simplejson, then json?</p> | <p dir="auto">Hi,</p>
<p dir="auto">Is it possible to use ujson as an optional JSON encoder/decoder for requests? Or, if ujson satisfies all the use cases of requests, replace simplejson with ujson?</p> | 1 |
<p dir="auto">Tensorboard does not list any event stored in disk.</p>
<h3 dir="auto">Environment info</h3>
<p dir="auto">Operating System: Docker on Windows 10</p>
<p dir="auto">Tensorflow version 0.7.1</p>
<h3 dir="auto">Steps to reproduce</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="graph = tf.Graph()
with graph.as_default(), tf.device('/cpu:0'):
a = tf.constant(5.0)
b = tf.constant(6.0)
c = a * b
# Enter data into summary.
c_summary = tf.scalar_summary("c", c)
merged = tf.merge_all_summaries()
with tf.Session(graph=graph) as session:
writer = tf.train.SummaryWriter("log/test_logs", session.graph_def)
result = session.run([merged])
tf.initialize_all_variables().run()
writer.add_summary(result[0], 0)"><pre class="notranslate"><code class="notranslate">graph = tf.Graph()
with graph.as_default(), tf.device('/cpu:0'):
a = tf.constant(5.0)
b = tf.constant(6.0)
c = a * b
# Enter data into summary.
c_summary = tf.scalar_summary("c", c)
merged = tf.merge_all_summaries()
with tf.Session(graph=graph) as session:
writer = tf.train.SummaryWriter("log/test_logs", session.graph_def)
result = session.run([merged])
tf.initialize_all_variables().run()
writer.add_summary(result[0], 0)
</code></pre></div>
<p dir="auto">I then ran <code class="notranslate">tensorboard --logdir={absolute path to log/test_logs}</code> but no event was listed there. Is there anything I should have written differently in the code maybe?</p>
<p dir="auto">Note that <code class="notranslate">log/test_logs</code> does contain files like <code class="notranslate">events.out.tfevents.1459102927.0a8840dee548</code>.</p>
<h3 dir="auto">What have you tried?</h3>
<p dir="auto">Running <code class="notranslate">https://github.com/tensorflow/tensorflow/blob/r0.7/tensorflow/examples/tutorials/mnist/mnist_with_summaries.py</code> did not correct this (despite the events correctly outputted to disk).</p> | <p dir="auto">I am trying to run the example in my Linux machine (Ubuntu 14.04):<br>
<strong>tensorflow/tensorflow/examples/tutorials/mnist/mnist_with_summaries.py</strong></p>
<p dir="auto">First, I type "<code class="notranslate">python mnist_with_summaries.py</code>" in command line. Everything looks good.<br>
Then following the tutorial, I type "<code class="notranslate">tensorboard --logdir =/tmp/mnist_logs</code>". Following message appeared.</p>
<p dir="auto">WARNING:tensorflow:Unable to read TensorBoard tag<br>
Starting TensorBoard on port 6006<br>
(You can navigate to <a href="http://0.0.0.0:6006" rel="nofollow">http://0.0.0.0:6006</a>)</p>
<p dir="auto">Then I visit "<a href="http://0.0.0.0:6006" rel="nofollow">http://0.0.0.0:6006</a>" on Chrome, nothing appears except:</p>
<p dir="auto">" <strong>No scalar summary tags were found.<br>
Maybe data hasn't loaded yet, or maybe you need to add some tf.scalar_summary ops to your graph, and serialize them using the tf.training.summary_io.SummaryWriter</strong>. "</p>
<p dir="auto">In the terminal, following messages showed up:</p>
<p dir="auto">"127.0.0.1 - - [07/Mar/2016 11:45:06] "GET / HTTP/1.1" 200 -<br>
127.0.0.1 - - [07/Mar/2016 11:45:07] "GET /lib/css/global.css HTTP/1.1" 200 -<br>
127.0.0.1 - - [07/Mar/2016 11:45:07] "GET /external/lodash/lodash.min.js HTTP/1.1" 200 -<br>
127.0.0.1 - - [07/Mar/2016 11:45:07] "GET /external/plottable/plottable.min.js HTTP/1.1" 200 -<br>
127.0.0.1 - - [07/Mar/2016 11:45:07] "GET /external/d3/d3.min.js HTTP/1.1" 200 -<br>
127.0.0.1 - - [07/Mar/2016 11:45:07] "GET /external/plottable/plottable.css HTTP/1.1" 200 -<br>
127.0.0.1 - - [07/Mar/2016 11:45:07] "GET /external/graphlib/dist/graphlib.core.min.js HTTP/1.1" 200 -<br>
127.0.0.1 - - [07/Mar/2016 11:45:07] "GET /external/polymer/polymer.html HTTP/1.1" 200 -<br>
127.0.0.1 - - [07/Mar/2016 11:45:07] "GET /external/webcomponentsjs/webcomponents-lite.min.js HTTP/1.1" 200 -<br>
127.0.0.1 - - [07/Mar/2016 11:45:07] "GET /external/iron-ajax/iron-ajax.html HTTP/1.1" 200 -<br>
127.0.0.1 - - [07/Mar/2016 11:45:07] "GET /external/dagre/dist/dagre.core.min.js HTTP/1.1<br>
... ... "</p>
<p dir="auto">I checked <strong>/tmp/mnist_log/</strong>, there is an event file named "<strong>events.out.tfevents.1457371474.rdii-Alienware-X51</strong>". Why nothing shows up on my TensorBoard ? Please help me!</p> | 1 |
<p dir="auto">It seems that the <code class="notranslate">onLoad</code> attribute doesn't work on <code class="notranslate"><svg></code> tags as it does on <code class="notranslate"><img /></code> tags...</p>
<p dir="auto">Could you add support for <code class="notranslate">onLoad</code> on <code class="notranslate"><svg /></code> ?</p> | <p dir="auto">SVG <code class="notranslate"><image></code> is supposed as far as I know to support at least the same onload and onerror events <code class="notranslate"><img></code> supports.</p>
<p dir="auto">From looking at React code the events are handled on specific elements in <code class="notranslate">ReactDOMComponents.js</code> in <code class="notranslate">trapBubbledEventsLocal, mountComponent, unmountComponent</code>.</p>
<p dir="auto">It would be easy to create a pull request to add 'image' to these cases, but it seems that there is a separation between js files that handle DOM and SVG in the codebase that this might collide with.</p>
<p dir="auto">Am I correct and there is more to it than just adding more cases? Or these functions are the right place to also handle SVG image?</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>Java version: 1.8</li>
</ul>
<h3 dir="auto">Optimize the scene</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="1. Performance improvement scenario description
2. Unoptimized benchmark performance
3. Optimized benchmark performance
4. Benchmarking tool: https://github.com/dubbo/dubbo-benchmark"><pre class="notranslate"><code class="notranslate">1. Performance improvement scenario description
2. Unoptimized benchmark performance
3. Optimized benchmark performance
4. Benchmarking tool: https://github.com/dubbo/dubbo-benchmark
</code></pre></div>
<table role="table">
<thead>
<tr>
<th>No</th>
<th>issues</th>
<th>description</th>
<th>status</th>
<th>pull request</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="377316196" data-permission-text="Title is private" data-url="https://github.com/apache/dubbo/issues/2737" data-hovercard-type="issue" data-hovercard-url="/apache/dubbo/issues/2737/hovercard" href="https://github.com/apache/dubbo/issues/2737">#2737</a></td>
<td>epoll</td>
<td>done</td>
<td><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="377356142" data-permission-text="Title is private" data-url="https://github.com/apache/dubbo/issues/2738" data-hovercard-type="pull_request" data-hovercard-url="/apache/dubbo/pull/2738/hovercard" href="https://github.com/apache/dubbo/pull/2738">#2738</a></td>
</tr>
<tr>
<td>2</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>3</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>4</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table> | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the <a href="https://github.com/apache/incubator-dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h3 dir="auto">Environment</h3>
<p dir="auto">Travis CI build environment</p>
<ul dir="auto">
<li>Dubbo version: xxx</li>
<li>Operating System version: xxx</li>
<li>Java version: xxx</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<p dir="auto">Run build in travis CI from latest master branch</p>
<ol dir="auto">
<li>xxx</li>
<li>xxx</li>
<li>xxx</li>
</ol>
<p dir="auto">Pls. provide [GitHub address] to reproduce this issue.</p>
<h3 dir="auto">Expected Result</h3>
<p dir="auto">Build should not failed because of dubbo-metadata-report-zookeeper UT. below are current error log while running UT on dubbo-metadata-report-zookeeper</p>
<p dir="auto">Running org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReportTest<br>
log4j:WARN No appenders could be found for logger (org.apache.dubbo.common.logger.LoggerFactory).<br>
log4j:WARN Please initialize the log4j system properly.<br>
log4j:WARN See <a href="http://logging.apache.org/log4j/1.2/faq.html#noconfig" rel="nofollow">http://logging.apache.org/log4j/1.2/faq.html#noconfig</a> for more info.<br>
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.305 sec <<< FAILURE! - in org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReportTest<br>
testStoreProvider(org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReportTest) Time elapsed: 2.461 sec <<< FAILURE!<br>
java.lang.AssertionError<br>
at org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReportTest.testStoreProvider(ZookeeperMetadataReportTest.java:59)</p>
<p dir="auto">Results :</p>
<p dir="auto">Failed tests:<br>
ZookeeperMetadataReportTest.testStoreProvider:59</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="[�[1;31mERROR�[m] Failed to execute goal �[32morg.apache.maven.plugins:maven-surefire-plugin:2.19.1:test�[m �[1m(default-test)�[m on project �[36mdubbo-metadata-report-zookeeper�[m: �[1;31mThere are test failures.�[m
[�[1;31mERROR�[m] �[1;31m�[m
[�[1;31mERROR�[m] �[1;31mPlease refer to /home/travis/build/apache/incubator-dubbo/dubbo-metadata-report/dubbo-metadata-report-zookeeper/target/surefire-reports for the individual test results.�[m
[�[1;31mERROR�[m] -> �[1m[Help 1]�[m
[�[1;31mERROR�[m]
[�[1;31mERROR�[m] To see the full stack trace of the errors, re-run Maven with the �[1m-e�[m switch.
[�[1;31mERROR�[m] Re-run Maven using the �[1m-X�[m switch to enable full debug logging.
[�[1;31mERROR�[m]
[�[1;31mERROR�[m] For more information about the errors and possible solutions, please read the following articles:
[�[1;31mERROR�[m] �[1m[Help 1]�[m http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[�[1;31mERROR�[m]
[�[1;31mERROR�[m] After correcting the problems, you can resume the build with the command
[�[1;31mERROR�[m] �[1mmvn <goals> -rf :dubbo-metadata-report-zookeeper�[m
/home/travis/.travis/job_stages: line 523: 4690 Terminated travis_jigger "${!}" "${timeout}" "${cmd[@]}""><pre class="notranslate"><code class="notranslate">[�[1;31mERROR�[m] Failed to execute goal �[32morg.apache.maven.plugins:maven-surefire-plugin:2.19.1:test�[m �[1m(default-test)�[m on project �[36mdubbo-metadata-report-zookeeper�[m: �[1;31mThere are test failures.�[m
[�[1;31mERROR�[m] �[1;31m�[m
[�[1;31mERROR�[m] �[1;31mPlease refer to /home/travis/build/apache/incubator-dubbo/dubbo-metadata-report/dubbo-metadata-report-zookeeper/target/surefire-reports for the individual test results.�[m
[�[1;31mERROR�[m] -> �[1m[Help 1]�[m
[�[1;31mERROR�[m]
[�[1;31mERROR�[m] To see the full stack trace of the errors, re-run Maven with the �[1m-e�[m switch.
[�[1;31mERROR�[m] Re-run Maven using the �[1m-X�[m switch to enable full debug logging.
[�[1;31mERROR�[m]
[�[1;31mERROR�[m] For more information about the errors and possible solutions, please read the following articles:
[�[1;31mERROR�[m] �[1m[Help 1]�[m http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[�[1;31mERROR�[m]
[�[1;31mERROR�[m] After correcting the problems, you can resume the build with the command
[�[1;31mERROR�[m] �[1mmvn <goals> -rf :dubbo-metadata-report-zookeeper�[m
/home/travis/.travis/job_stages: line 523: 4690 Terminated travis_jigger "${!}" "${timeout}" "${cmd[@]}"
</code></pre></div> | 0 |
<p dir="auto">I think we need to listen the event of DatePicker's cancel and ok button.</p>
<p dir="auto">Just run handler props in _handleCancelTouchTap and _handleOKTouchTap, that is it!</p>
<p dir="auto">Isn't it simple and distinct? Why we didn't do it.</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">When picking an option from <code class="notranslate">Select</code> and then clicking outside the select container, <code class="notranslate">Select</code> looses focus.</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">When picking an option from <code class="notranslate">Select</code> and then clicking outside the select container, <code class="notranslate">Select</code> stays focused.</p>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<p dir="auto"><a href="https://codesandbox.io/s/m3xknnr4m8" rel="nofollow">https://codesandbox.io/s/m3xknnr4m8</a></p>
<ol dir="auto">
<li>Pick an option from Select</li>
<li>Click outside the select container.</li>
<li>Notice, that Select stays in focused state</li>
</ol>
<h2 dir="auto">Context</h2>
<p dir="auto">Problem appears, when <code class="notranslate">Select</code> without <code class="notranslate">native</code> option is inside of a <code class="notranslate">Popover</code> or other component, which uses <code class="notranslate">Popover</code> under the hood (e.g. <code class="notranslate">Dialog</code>).</p>
<p dir="auto">I'm pretty sure, that's because <code class="notranslate">Select</code> renders its own <code class="notranslate">Popover</code> for options list (it uses <code class="notranslate">Menu</code>, which uses <code class="notranslate">Popover</code> under the hood) and <code class="notranslate">Dialog</code> also has its own <code class="notranslate">Popover</code>.</p>
<p dir="auto">This explains, why <code class="notranslate">Select</code> works fine outside a <code class="notranslate">Popover</code>, and why <code class="notranslate">Select</code> with <code class="notranslate">native</code> option also <a href="https://codesandbox.io/s/v3rk31mlx5" rel="nofollow">works fine</a> (in both cases there's only on <code class="notranslate">Popover</code> visible at the same time).</p>
<p dir="auto">Any thoughts on that? I tried to debug that, but at some point I stuck. I would appreciate any help or a feedback.</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.9</td>
</tr>
<tr>
<td>React</td>
<td>15.5.3</td>
</tr>
<tr>
<td>browser</td>
<td>Chrome</td>
</tr>
<tr>
<td>etc</td>
<td></td>
</tr>
</tbody>
</table> | 0 |
<p dir="auto">by <strong><a href="mailto:[email protected]">[email protected]</a></strong>:</p>
<pre class="notranslate">What does 'go version' print?
go version go1.2 linux/amd64
What happened?
In my http server, I am trying to read the http.Request.Body via
ioutil.ReadAll(req.Body). Rarely, it causes an unexpected panic:
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x20 pc=0x5e65ca]
goroutine 1918503 [running]:
runtime.panic(0x7c3560, 0xd59d88)
/home/user/.gvm/gos/go1.2/src/pkg/runtime/panic.c:266 +0xb6
io/ioutil.func·001()
/home/user/.gvm/gos/go1.2/src/pkg/io/ioutil/ioutil.go:29 +0xf0
runtime.panic(0x7c3560, 0xd59d88)
/home/user/.gvm/gos/go1.2/src/pkg/runtime/panic.c:248 +0x106
bufio.(*Reader).fill(0xc2101b1c00)
/home/user/.gvm/gos/go1.2/src/pkg/bufio/bufio.go:91 +0x10a
bufio.(*Reader).Read(0xc2101b1c00, 0xc2119bde00, 0x1e5, 0x200, 0x1e5, ...)
/home/user/.gvm/gos/go1.2/src/pkg/bufio/bufio.go:159 +0x1a4
io.(*LimitedReader).Read(0xc2107532e0, 0xc2119bde00, 0x200, 0x200, 0xc2119bde00, ...)
/home/user/.gvm/gos/go1.2/src/pkg/io/io.go:398 +0xbb
net/http.(*body).Read(0xc2109ee4e0, 0xc2119bde00, 0x200, 0x200, 0x1, ...)
/home/user/.gvm/gos/go1.2/src/pkg/net/http/transfer.go:534 +0x96
bytes.(*Buffer).ReadFrom(0xc21344b1c0, 0x7fe124670ee0, 0xc2109ee4e0, 0x0, 0x0, ...)
/home/user/.gvm/gos/go1.2/src/pkg/bytes/buffer.go:169 +0x1f7
io/ioutil.readAll(0x7fe124670ee0, 0xc2109ee4e0, 0x200, 0x0, 0x0, ...)
/home/user/.gvm/gos/go1.2/src/pkg/io/ioutil/ioutil.go:32 +0x156
io/ioutil.ReadAll(0x7fe124670ee0, 0xc2109ee4e0, 0x5320e1b2, 0x2a5129fd, 0x48349e, ...)
/home/user/.gvm/gos/go1.2/src/pkg/io/ioutil/ioutil.go:41 +0x3f
What should have happened instead?
The documentation <a href="http://golang.org/src/pkg/net/http/request.go?#L114" rel="nofollow">http://golang.org/src/pkg/net/http/request.go?#L114</a> suggests that a
server body must never be nil.</pre> | <p dir="auto">by <strong>laf163</strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1.
func loginHandler(w http.ResponseWriter, r *http.Request) {
...
cookie := http.Cookie{Name: "username", Value: "测试", Path: "/"}
http.SetCookie(w, &cookie)
http.Redirect(w, r, path, http.StatusFound)
}
2.
func getScoreHandler(w http.ResponseWriter, r *http.Request) {
username, err := r.Cookie("username")
if err != nil {
log.Printf("getScoreHandler: username=%s, err=%s", username, err)
fmt.Fprintf(w, "%s", err)
return
}
fmt.Fprint(w, "ok")
...
}
What is the expected output?
ok
What do you see instead?
http: named cookie not present
Which compiler are you using (5g, 6g, 8g, gccgo)?
go1.0.3.windows-386.msi
Which operating system are you using?
win7 x64 home sp1
Which version are you using? (run 'go version')
1.0.3
Please provide any additional information below.
if the value of username is english, there is no problem, if the value is chinese
string, read cookie will fail.</pre> | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">elasticache</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.2.0
config file = /home/tessa/.ansible.cfg
configured module search path = [u'/home/tessa/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python2.7/dist-packages/ansible
executable location = /usr/local/bin/ansible
python version = 2.7.14 (default, Sep 23 2017, 22:06:14) [GCC 7.2.0]"><pre class="notranslate"><code class="notranslate">ansible 2.4.2.0
config file = /home/tessa/.ansible.cfg
configured module search path = [u'/home/tessa/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python2.7/dist-packages/ansible
executable location = /usr/local/bin/ansible
python version = 2.7.14 (default, Sep 23 2017, 22:06:14) [GCC 7.2.0]
</code></pre></div>
<h5 dir="auto">CONFIGURATION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="⟫ ansible-config dump --only-changed
ALLOW_WORLD_READABLE_TMPFILES(/home/tessa/.ansible.cfg) = True
DEFAULT_FORKS(/home/tessa/.ansible.cfg) = 16
DEPRECATION_WARNINGS(/home/tessa/.ansible.cfg) = False
HOST_KEY_CHECKING(/home/tessa/.ansible.cfg) = False"><pre class="notranslate"><code class="notranslate">⟫ ansible-config dump --only-changed
ALLOW_WORLD_READABLE_TMPFILES(/home/tessa/.ansible.cfg) = True
DEFAULT_FORKS(/home/tessa/.ansible.cfg) = 16
DEPRECATION_WARNINGS(/home/tessa/.ansible.cfg) = False
HOST_KEY_CHECKING(/home/tessa/.ansible.cfg) = False
</code></pre></div>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">ubuntu 17.10</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">the elasticache module now thinks there's always changes to our redis deploy, when there are no changes to be made. worse, it says the changes always require "hard_modify = yes", so now every time our playbook runs it tears down and rebuilds our redis cluster. this is pretty brutal.</p>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" - name: create EC redis instance
elasticache:
region: "us-west-2"
name: "redis"
parameter_group: "mainapp-28"
engine: redis
cache_engine_version: 2.8.19
cache_subnet_group: "redis-subnets"
node_type: cache.m3.medium
security_group_ids: "some sg"
num_nodes: 1
state: present
hard_modify: yes
wait: yes"><pre class="notranslate"> - <span class="pl-ent">name</span>: <span class="pl-s">create EC redis instance</span>
<span class="pl-ent">elasticache</span>:
<span class="pl-ent">region</span>: <span class="pl-s"><span class="pl-pds">"</span>us-west-2<span class="pl-pds">"</span></span>
<span class="pl-ent">name</span>: <span class="pl-s"><span class="pl-pds">"</span>redis<span class="pl-pds">"</span></span>
<span class="pl-ent">parameter_group</span>: <span class="pl-s"><span class="pl-pds">"</span>mainapp-28<span class="pl-pds">"</span></span>
<span class="pl-ent">engine</span>: <span class="pl-s">redis</span>
<span class="pl-ent">cache_engine_version</span>: <span class="pl-s">2.8.19</span>
<span class="pl-ent">cache_subnet_group</span>: <span class="pl-s"><span class="pl-pds">"</span>redis-subnets<span class="pl-pds">"</span></span>
<span class="pl-ent">node_type</span>: <span class="pl-s">cache.m3.medium</span>
<span class="pl-ent">security_group_ids</span>: <span class="pl-s"><span class="pl-pds">"</span>some sg<span class="pl-pds">"</span></span>
<span class="pl-ent">num_nodes</span>: <span class="pl-c1">1</span>
<span class="pl-ent">state</span>: <span class="pl-s">present</span>
<span class="pl-ent">hard_modify</span>: <span class="pl-s">yes</span>
<span class="pl-ent">wait</span>: <span class="pl-s">yes</span></pre></div>
<h5 dir="auto">EXPECTED RESULTS</h5>
<p dir="auto">Say "no changes" and continue.</p>
<h5 dir="auto">ACTUAL RESULTS</h5>
<p dir="auto">continuously destroys and rebuilds our redis instance.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TASK [create EC redis instance] ***********************************************************************************************************************************************************************************
task path: /home/tessa/ansible/vpc-redis.yml:60
Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/cloud/amazon/elasticache.py
<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: tessa
<127.0.0.1> EXEC /bin/sh -c 'echo ~ && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448 `" && echo ansible-tmp-1517443020.15-70458660838448="` echo /home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448 `" ) && sleep 0'
<127.0.0.1> PUT /tmp/tmpfjy7aP TO /home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448/elasticache.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448/ /home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448/elasticache.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448/elasticache.py; rm -rf "/home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448/" > /dev/null 2>&1 && sleep 0'
changed: [localhost] => {
"changed": true,
"elasticache": {
"data": {
"AtRestEncryptionEnabled": false,
"AuthTokenEnabled": false,
"AutoMinorVersionUpgrade": true,
"CacheClusterCreateTime": "2018-02-01T00:05:33.508000+00:00",
"CacheClusterId": "redis",
"CacheClusterStatus": "available",
"CacheNodeType": "cache.m3.medium",
"CacheNodes": [
{
"CacheNodeCreateTime": "2018-02-01T00:05:33.508000+00:00",
"CacheNodeId": "0001",
"CacheNodeStatus": "available",
"CustomerAvailabilityZone": "us-west-2b",
"Endpoint": {
"Address": "some-endpoint.cache.amazonaws.com",
"Port": 6379
},
"ParameterGroupStatus": "in-sync"
}
],
"CacheParameterGroup": {
"CacheNodeIdsToReboot": [],
"CacheParameterGroupName": "mainapp-28",
"ParameterApplyStatus": "in-sync"
},
"CacheSecurityGroups": [],
"CacheSubnetGroupName": "redis-subnets",
"ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
"Engine": "redis",
"EngineVersion": "2.8.19",
"NumCacheNodes": 1,
"PendingModifiedValues": {},
"PreferredAvailabilityZone": "us-west-2b",
"PreferredMaintenanceWindow": "sat:07:00-sat:08:00",
"SecurityGroups": [
{
"SecurityGroupId": "sg-0694177d",
"Status": "active"
}
],
"SnapshotRetentionLimit": 0,
"SnapshotWindow": "10:30-11:30",
"TransitEncryptionEnabled": false
},
"name": "staging-redis",
"status": "available"
},
"invocation": {
"module_args": {
"aws_access_key": null,
"aws_secret_key": null,
"cache_engine_version": "2.8.19",
"cache_parameter_group": "mainapp-28",
"cache_port": null,
"cache_security_groups": [],
"cache_subnet_group": "redis-subnets",
"ec2_url": null,
"engine": "redis",
"hard_modify": true,
"name": "redis",
"node_type": "cache.m3.medium",
"num_nodes": 1,
"parameter_group": "mainapp-28",
"profile": null,
"region": "us-west-2",
"security_group_ids": [
"sg-something"
],
"security_token": null,
"state": "present",
"validate_certs": true,
"wait": true,
"zone": ""
}
}
}"><pre class="notranslate"><code class="notranslate">TASK [create EC redis instance] ***********************************************************************************************************************************************************************************
task path: /home/tessa/ansible/vpc-redis.yml:60
Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/cloud/amazon/elasticache.py
<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: tessa
<127.0.0.1> EXEC /bin/sh -c 'echo ~ && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448 `" && echo ansible-tmp-1517443020.15-70458660838448="` echo /home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448 `" ) && sleep 0'
<127.0.0.1> PUT /tmp/tmpfjy7aP TO /home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448/elasticache.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448/ /home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448/elasticache.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448/elasticache.py; rm -rf "/home/tessa/.ansible/tmp/ansible-tmp-1517443020.15-70458660838448/" > /dev/null 2>&1 && sleep 0'
changed: [localhost] => {
"changed": true,
"elasticache": {
"data": {
"AtRestEncryptionEnabled": false,
"AuthTokenEnabled": false,
"AutoMinorVersionUpgrade": true,
"CacheClusterCreateTime": "2018-02-01T00:05:33.508000+00:00",
"CacheClusterId": "redis",
"CacheClusterStatus": "available",
"CacheNodeType": "cache.m3.medium",
"CacheNodes": [
{
"CacheNodeCreateTime": "2018-02-01T00:05:33.508000+00:00",
"CacheNodeId": "0001",
"CacheNodeStatus": "available",
"CustomerAvailabilityZone": "us-west-2b",
"Endpoint": {
"Address": "some-endpoint.cache.amazonaws.com",
"Port": 6379
},
"ParameterGroupStatus": "in-sync"
}
],
"CacheParameterGroup": {
"CacheNodeIdsToReboot": [],
"CacheParameterGroupName": "mainapp-28",
"ParameterApplyStatus": "in-sync"
},
"CacheSecurityGroups": [],
"CacheSubnetGroupName": "redis-subnets",
"ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
"Engine": "redis",
"EngineVersion": "2.8.19",
"NumCacheNodes": 1,
"PendingModifiedValues": {},
"PreferredAvailabilityZone": "us-west-2b",
"PreferredMaintenanceWindow": "sat:07:00-sat:08:00",
"SecurityGroups": [
{
"SecurityGroupId": "sg-0694177d",
"Status": "active"
}
],
"SnapshotRetentionLimit": 0,
"SnapshotWindow": "10:30-11:30",
"TransitEncryptionEnabled": false
},
"name": "staging-redis",
"status": "available"
},
"invocation": {
"module_args": {
"aws_access_key": null,
"aws_secret_key": null,
"cache_engine_version": "2.8.19",
"cache_parameter_group": "mainapp-28",
"cache_port": null,
"cache_security_groups": [],
"cache_subnet_group": "redis-subnets",
"ec2_url": null,
"engine": "redis",
"hard_modify": true,
"name": "redis",
"node_type": "cache.m3.medium",
"num_nodes": 1,
"parameter_group": "mainapp-28",
"profile": null,
"region": "us-west-2",
"security_group_ids": [
"sg-something"
],
"security_token": null,
"state": "present",
"validate_certs": true,
"wait": true,
"zone": ""
}
}
}
</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">elasticache</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 = /Users/lkostka/devbox/prov/ansible.cfg
configured module search path = [u'/Users/lkostka/devbox/prov/modules']
ansible python module location = /Users/lkostka/.virtualenvs/prov/lib/python2.7/site-packages/ansible
executable location = /Users/lkostka/.virtualenvs/prov/bin/ansible
python version = 2.7.13 (default, Dec 18 2016, 07:03:39) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)]"><pre class="notranslate"><code class="notranslate">ansible 2.4.0.0
config file = /Users/lkostka/devbox/prov/ansible.cfg
configured module search path = [u'/Users/lkostka/devbox/prov/modules']
ansible python module location = /Users/lkostka/.virtualenvs/prov/lib/python2.7/site-packages/ansible
executable location = /Users/lkostka/.virtualenvs/prov/bin/ansible
python version = 2.7.13 (default, Dec 18 2016, 07:03:39) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)]
</code></pre></div>
<h5 dir="auto">CONFIGURATION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ANSIBLE_PIPELINING(/Users/lkostka/devbox/prov/ansible.cfg) = True
ANSIBLE_SSH_ARGS(env: ANSIBLE_SSH_ARGS) =
DEFAULT_CALLBACK_PLUGIN_PATH(/Users/lkostka/devbox/prov/ansible.cfg) = [u'/Users/lkostka/devbox/prov/callbacks']
DEFAULT_FILTER_PLUGIN_PATH(/Users/lkostka/devbox/prov/ansible.cfg) = [u'/Users/lkostka/devbox/prov/filters']
DEFAULT_FORKS(/Users/lkostka/devbox/prov/ansible.cfg) = 40
DEFAULT_LOOKUP_PLUGIN_PATH(/Users/lkostka/devbox/prov/ansible.cfg) = [u'/Users/lkostka/devbox/prov/lookups']
DEFAULT_MODULE_PATH(/Users/lkostka/devbox/prov/ansible.cfg) = [u'/Users/lkostka/devbox/prov/modules']
DEFAULT_SCP_IF_SSH(/Users/lkostka/devbox/prov/ansible.cfg) = true
DEFAULT_TRANSPORT(/Users/lkostka/devbox/prov/ansible.cfg) = ssh
DEPRECATION_WARNINGS(/Users/lkostka/devbox/prov/ansible.cfg) = True
RETRY_FILES_ENABLED(/Users/lkostka/devbox/prov/ansible.cfg) = False"><pre class="notranslate"><code class="notranslate">ANSIBLE_PIPELINING(/Users/lkostka/devbox/prov/ansible.cfg) = True
ANSIBLE_SSH_ARGS(env: ANSIBLE_SSH_ARGS) =
DEFAULT_CALLBACK_PLUGIN_PATH(/Users/lkostka/devbox/prov/ansible.cfg) = [u'/Users/lkostka/devbox/prov/callbacks']
DEFAULT_FILTER_PLUGIN_PATH(/Users/lkostka/devbox/prov/ansible.cfg) = [u'/Users/lkostka/devbox/prov/filters']
DEFAULT_FORKS(/Users/lkostka/devbox/prov/ansible.cfg) = 40
DEFAULT_LOOKUP_PLUGIN_PATH(/Users/lkostka/devbox/prov/ansible.cfg) = [u'/Users/lkostka/devbox/prov/lookups']
DEFAULT_MODULE_PATH(/Users/lkostka/devbox/prov/ansible.cfg) = [u'/Users/lkostka/devbox/prov/modules']
DEFAULT_SCP_IF_SSH(/Users/lkostka/devbox/prov/ansible.cfg) = true
DEFAULT_TRANSPORT(/Users/lkostka/devbox/prov/ansible.cfg) = ssh
DEPRECATION_WARNINGS(/Users/lkostka/devbox/prov/ansible.cfg) = True
RETRY_FILES_ENABLED(/Users/lkostka/devbox/prov/ansible.cfg) = False
</code></pre></div>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">mac os</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">Module must receive null (None in python) to be able to work. If <code class="notranslate">zone</code> is not specified then module receives <code class="notranslate">''</code>. We do not care about in which az redis is. Without explicit zone, module fails because it receives empty string as a value of zone and <a href="https://github.com/ansible/ansible/blob/v2.4.0.0-1/lib/ansible/modules/cloud/amazon/elasticache.py#L420">tries to do destructive change</a>.</p>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<p dir="auto">Just create a cluster without specifying <code class="notranslate">zone</code>.</p>
<h5 dir="auto">EXPECTED RESULTS</h5>
<p dir="auto">Module should try to do destructive change when no zone key is missing from yaml file.</p>
<h5 dir="auto">ACTUAL RESULTS</h5>
<p dir="auto"><a href="https://github.com/ansible/ansible/blob/v2.4.0.0-1/lib/ansible/modules/cloud/amazon/elasticache.py#L420">https://github.com/ansible/ansible/blob/v2.4.0.0-1/lib/ansible/modules/cloud/amazon/elasticache.py#L420</a></p>
<p dir="auto">No zone key in module params causes module to see <code class="notranslate">zone</code> key value as <code class="notranslate">''</code></p> | 1 |
<p dir="auto">I believe this is a typical use case, we allow a user to type a search string and then use it to search against a set of fields. Unfortunately, currently that doesn't allow to include integer fields (say, document ID) in this set. Following a simple example:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ curl -XGET http://localhost:9200/gallery/item/_search -d '{query:
{multi_match: {fields: ["id", "name"], query: "test"}}
}'"><pre class="notranslate">$ curl -XGET http://localhost:9200/gallery/item/_search -d <span class="pl-s"><span class="pl-pds">'</span>{query:</span>
<span class="pl-s"> {multi_match: {fields: ["id", "name"], query: "test"}}</span>
<span class="pl-s">}<span class="pl-pds">'</span></span></pre></div>
<p dir="auto">which gives:<br>
<em>{"error":"SearchPhaseExecutionException[Failed to execute phase [query], total failure; shardFailures {[LJs6UPnTQ_u-Ws0SAna0zA][gallery][0]: SearchParseException[[gallery][0]: from[-1],size[-1]: Parse Failure [Failed to parse source [{"query": {"multi_match": {"fields": ["id", "name"], query: "test"}}}]]]; nested: NumberFormatException[For input string: "test"]; }{[LJs6UPnTQ_u-Ws0SAna0zA][gallery][1]: SearchParseException[[gallery][1]: from[-1],size[-1]: Parse Failure [Failed to parse source [{"query": {"multi_match": {"fields": ["id", "name"], query: "test"}}}]]]; nested: NumberFormatException[For input string: "test"]; }]","status":500}</em></p>
<p dir="auto">I did read the discussions in Google Groups on that matter and I agree that it's not really correct to simply ignore those errors. However, since it <strong>is</strong> a typical use case which is very commonly used indeed (for instance, that's how Django Admin search_fields works), I believe we need to have a multi_match query option (off by default) which will allow such queries to complete.</p>
<p dir="auto">Supposedly, that will be something like:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ curl -XGET http://localhost:9200/gallery/item/_search -d '{query:
{multi_match: {fields: ["id", "name"], query: "test", "match_field_types": true}}
}' # automatically remove 'id' from fields because of the incompatible type"><pre class="notranslate">$ curl -XGET http://localhost:9200/gallery/item/_search -d <span class="pl-s"><span class="pl-pds">'</span>{query:</span>
<span class="pl-s"> {multi_match: {fields: ["id", "name"], query: "test", "match_field_types": true}}</span>
<span class="pl-s">}<span class="pl-pds">'</span></span> <span class="pl-c"><span class="pl-c">#</span> automatically remove 'id' from fields because of the incompatible type</span></pre></div> | <p dir="auto">The lenient option will control format based failure to be ignored (just as in <code class="notranslate">query_string</code> query).</p> | 1 |
<p dir="auto">I pass a global variable "foo" to Twig. Here's the config.yaml</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="twig:
globals:
foo: "@acme.foo.foolistener""><pre class="notranslate"><code class="notranslate">twig:
globals:
foo: "@acme.foo.foolistener"
</code></pre></div>
<p dir="auto">This works fine. But when I add a self themed form block (see below) to the template, the foo variable is destroyed.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{% form_theme form _self %}
{% block integer_widget %}
<div class="integer_widget">
{% set type = type|default('number') %}
{{ block('field_widget') }}
</div>
{% endblock %} "><pre class="notranslate"><code class="notranslate">{% form_theme form _self %}
{% block integer_widget %}
<div class="integer_widget">
{% set type = type|default('number') %}
{{ block('field_widget') }}
</div>
{% endblock %}
</code></pre></div> | <p dir="auto">With symfony 2.0.9 this code :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{% form_theme form _self %}
{% block field_label %}
{{ app.session.locale }}
{% endblock %}
{% block container %}
{{ form_widget(form) }}
{% endblock %}"><pre class="notranslate"><code class="notranslate">{% form_theme form _self %}
{% block field_label %}
{{ app.session.locale }}
{% endblock %}
{% block container %}
{{ form_widget(form) }}
{% endblock %}
</code></pre></div>
<p dir="auto">generate an error :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Variable "app" does not exist in myBundle:Entity:view.html.twig at line 7
500 Internal Server Error - Twig_Error_Runtime "><pre class="notranslate"><code class="notranslate">Variable "app" does not exist in myBundle:Entity:view.html.twig at line 7
500 Internal Server Error - Twig_Error_Runtime
</code></pre></div> | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.7</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">Could <a href="https://docs.opencv.org/3.4.7/d5/d10/tutorial_js_root.html" rel="nofollow">OpenCv.js</a> please be added to <a href="https://www.npmjs.com" rel="nofollow">npm</a> and instructions to install it such as:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="npm install opencvjs --save"><pre class="notranslate"><code class="notranslate">npm install opencvjs --save
</code></pre></div>
<p dir="auto">please be placed in the <a href="https://docs.opencv.org/3.4.7/d0/d84/tutorial_js_usage.html" rel="nofollow">Using OpenCv.js tutorial?</a></p>
<p dir="auto">npm is the main package index for all javascript projects, both browser and Node, and including OpenCv.js there will increase its accessibility to developers significantly.</p> | <p dir="auto">I see there's no package for opencv.js so JavaScript users can install it using <code class="notranslate">npm install</code> as is accustomed by JS users.</p>
<p dir="auto">The benefits of this would be also that is better integrated with web bundlers like webpack, parcel, browserify which simplify development workflow used in generally for web development.</p>
<p dir="auto">I think for supporting this, the .wasm version could be better. BTW the current open.js file, although it works since it supports UMD, it would not be the best since it will be combined by bundlers (so the resulting .js file will contain it and will be huge bloking the user's apps). Instead it should be downloaded separately optionally allowing users to define an alternative url for it (like a CDN).</p>
<p dir="auto">I'm working on a proof f concept for this, and also to support / tests for node.js as API and a little CLI tool too, and I wonder if something like this would be accepted as a PR to at least start the discussion.</p>
<p dir="auto">Thanks</p> | 1 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">There is an app called <a href="https://www.listary.com/" rel="nofollow">listary</a> which provides a function to jump to current opening explorer path in open/save file dialog, or jump to search results <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/19909103/82734342-062ee280-9d4d-11ea-9afb-c9cb0adc5eed.png"><img src="https://user-images.githubusercontent.com/19909103/82734342-062ee280-9d4d-11ea-9afb-c9cb0adc5eed.png" alt="screenshot" style="max-width: 100%;"></a></p>
<p dir="auto">listary basically provides a function like powertoys run, that's why I came up with this feature request</p> | <p dir="auto">"Check for updates" should actually check updates, not go to the github page.</p>
<p dir="auto">If an update is there, start the update process</p> | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mschipperheyn" rel="nofollow">marc schipperheyn</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9253?redirect=false" rel="nofollow">SPR-9253</a></strong> and commented</p>
<p dir="auto">This is best explained by an example</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@Controller
@RequestMapping("/base")
public class MyController{
@RequestMapping(method = RequestMethod.GET, value = "/start.html")
public String doSomething(
ModelMap model,
NativeWebRequest request) throws Exception {
[...]
@RequestMapping(method = RequestMethod.POST, value = "/start.html")
public String doSomething(
@ModelAttribute("vo") MyVO vo,
BindingResult result,
ModelMap model,
NativeWebRequest request) throws Exception {
[...]
}"><pre class="notranslate"><span class="pl-c1">@</span><span class="pl-c1">Controller</span>
<span class="pl-c1">@</span><span class="pl-c1">RequestMapping</span>(<span class="pl-s">"/base"</span>)
<span class="pl-k">public</span> <span class="pl-k">class</span> <span class="pl-smi">MyController</span>{
<span class="pl-c1">@</span><span class="pl-c1">RequestMapping</span>(<span class="pl-s1">method</span> = <span class="pl-smi">RequestMethod</span>.<span class="pl-c1">GET</span>, <span class="pl-s1">value</span> = <span class="pl-s">"/start.html"</span>)
<span class="pl-k">public</span> <span class="pl-smi">String</span> <span class="pl-en">doSomething</span>(
<span class="pl-smi">ModelMap</span> <span class="pl-s1">model</span>,
<span class="pl-smi">NativeWebRequest</span> <span class="pl-s1">request</span>) <span class="pl-k">throws</span> <span class="pl-smi">Exception</span> {
[...]
<span class="pl-c1">@</span><span class="pl-c1">RequestMapping</span>(<span class="pl-s1">method</span> = <span class="pl-smi">RequestMethod</span>.<span class="pl-c1">POST</span>, <span class="pl-s1">value</span> = <span class="pl-s">"/start.html"</span>)
<span class="pl-k">public</span> <span class="pl-smi">String</span> <span class="pl-s1">doSomething</span>(
<span class="pl-c1">@</span><span class="pl-c1">ModelAttribute</span>(<span class="pl-s">"vo"</span>) <span class="pl-smi">MyVO</span> <span class="pl-s1">vo</span>,
<span class="pl-smi">BindingResult</span> <span class="pl-s1">result</span>,
<span class="pl-smi">ModelMap</span> <span class="pl-s1">model</span>,
<span class="pl-smi">NativeWebRequest</span> <span class="pl-s1">request</span>) <span class="pl-k">throws</span> <span class="pl-s1">Exception</span> {
[...]
}</pre></div>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@Controller
@RequestMapping("/base/extend")
public class MyExtendedController extends MyController{
@RequestMapping(method = RequestMethod.GET, value = "/start.html")
public String doSomething(
ModelMap model,
NativeWebRequest request) throws Exception {
[...]
@RequestMapping(method = RequestMethod.POST, value = "/start.html")
public String doSomething(
@ModelAttribute("vo") MyVO vo,
BindingResult result,
ModelMap model,
NativeWebRequest request) throws Exception {
[...]
}"><pre class="notranslate"><span class="pl-c1">@</span><span class="pl-c1">Controller</span>
<span class="pl-c1">@</span><span class="pl-c1">RequestMapping</span>(<span class="pl-s">"/base/extend"</span>)
<span class="pl-k">public</span> <span class="pl-k">class</span> <span class="pl-smi">MyExtendedController</span> <span class="pl-k">extends</span> <span class="pl-smi">MyController</span>{
<span class="pl-c1">@</span><span class="pl-c1">RequestMapping</span>(<span class="pl-s1">method</span> = <span class="pl-smi">RequestMethod</span>.<span class="pl-c1">GET</span>, <span class="pl-s1">value</span> = <span class="pl-s">"/start.html"</span>)
<span class="pl-k">public</span> <span class="pl-smi">String</span> <span class="pl-en">doSomething</span>(
<span class="pl-smi">ModelMap</span> <span class="pl-s1">model</span>,
<span class="pl-smi">NativeWebRequest</span> <span class="pl-s1">request</span>) <span class="pl-k">throws</span> <span class="pl-smi">Exception</span> {
[...]
<span class="pl-c1">@</span><span class="pl-c1">RequestMapping</span>(<span class="pl-s1">method</span> = <span class="pl-smi">RequestMethod</span>.<span class="pl-c1">POST</span>, <span class="pl-s1">value</span> = <span class="pl-s">"/start.html"</span>)
<span class="pl-k">public</span> <span class="pl-smi">String</span> <span class="pl-s1">doSomething</span>(
<span class="pl-c1">@</span><span class="pl-c1">ModelAttribute</span>(<span class="pl-s">"vo"</span>) <span class="pl-smi">MyVO</span> <span class="pl-s1">vo</span>,
<span class="pl-smi">BindingResult</span> <span class="pl-s1">result</span>,
<span class="pl-smi">ModelMap</span> <span class="pl-s1">model</span>,
<span class="pl-smi">NativeWebRequest</span> <span class="pl-s1">request</span>) <span class="pl-k">throws</span> <span class="pl-s1">Exception</span> {
[...]
}</pre></div>
<p dir="auto">This will make Spring think start.html occurs twice in the same controller and throw and IllegalStateException.</p>
<p dir="auto">The reason to want to extend controllers is to be able to use common methods.</p>
<p dir="auto">AFAIK, the only way to extend controllers is to use RequestMapping at the Controller level. It is not possible to just use RequestMappings at the method level in this scenario. I consider it very inelegant, especially in the context of REST, that the urlpath has to be unique at an endpoint level ("/start.html"). It should be unique taken into account the entire requestmapping ("/base/start.html", "/base/extend/start.html".</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="398118881" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/14003" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/14003/hovercard" href="https://github.com/spring-projects/spring-framework/issues/14003">#14003</a> Ambiguous handler mapping exception for unambiguous mappings (<em><strong>"duplicates"</strong></em>)</li>
</ul> | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mschipperheyn" rel="nofollow">marc schipperheyn</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9366?redirect=false" rel="nofollow">SPR-9366</a></strong> and commented</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@Controller
@RequestMapping("/my")
public class MyController extends ExtendedController
@RequestMapping(method = RequestMethod.POST, value = "/post/")
public String post(
@ModelAttribute("vo") MyVO vo,
BindingResult result,
ModelMap model,
NativeWebRequest request) throws Exception{
[...]
@Controller
@RequestMapping("/my/extend")
public class MyController extends ExtendedController
@RequestMapping(method = RequestMethod.POST, value = "/post/")
public String extendPost(
@ModelAttribute("vo") MyVO vo,
BindingResult result,
ModelMap model,
NativeWebRequest request) throws Exception{
"><pre class="notranslate"><code class="notranslate">@Controller
@RequestMapping("/my")
public class MyController extends ExtendedController
@RequestMapping(method = RequestMethod.POST, value = "/post/")
public String post(
@ModelAttribute("vo") MyVO vo,
BindingResult result,
ModelMap model,
NativeWebRequest request) throws Exception{
[...]
@Controller
@RequestMapping("/my/extend")
public class MyController extends ExtendedController
@RequestMapping(method = RequestMethod.POST, value = "/post/")
public String extendPost(
@ModelAttribute("vo") MyVO vo,
BindingResult result,
ModelMap model,
NativeWebRequest request) throws Exception{
</code></pre></div>
<p dir="auto">This leads to</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="java.lang.IllegalStateException: Ambiguous handler methods mapped for HTTP path '/my/extend/post/': {public java.lang.String nlproject.controller.MyExtendController.extendPost(nl.project.VO.MyVO,org.springframework.validation.BindingResult,org.springframework.ui.ModelMap,org.springframework.web.context.request.NativeWebRequest) throws java.lang.Exception, public java.lang.String nl.project.controller.MyController.post(nl.project.VO.MyVO,org.springframework.validation.BindingResult,org.springframework.ui.ModelMap,org.springframework.web.context.request.NativeWebRequest)}. If you intend to handle the same path in multiple methods, then factor them out into a dedicated handler class with that path mapped at the type level!
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter$ServletHandlerMethodResolver.resolveHandlerMethod(AnnotationMethodHandlerAdapter.java:642)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:431)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:424)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)"><pre class="notranslate"><code class="notranslate">java.lang.IllegalStateException: Ambiguous handler methods mapped for HTTP path '/my/extend/post/': {public java.lang.String nlproject.controller.MyExtendController.extendPost(nl.project.VO.MyVO,org.springframework.validation.BindingResult,org.springframework.ui.ModelMap,org.springframework.web.context.request.NativeWebRequest) throws java.lang.Exception, public java.lang.String nl.project.controller.MyController.post(nl.project.VO.MyVO,org.springframework.validation.BindingResult,org.springframework.ui.ModelMap,org.springframework.web.context.request.NativeWebRequest)}. If you intend to handle the same path in multiple methods, then factor them out into a dedicated handler class with that path mapped at the type level!
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter$ServletHandlerMethodResolver.resolveHandlerMethod(AnnotationMethodHandlerAdapter.java:642)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:431)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:424)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
</code></pre></div>
<p dir="auto">The exception suggests that the paths are identical, which they are not. Apparently, Spring checks for path uniqueness at the method level without taking into account the base mapping at the classlevel.</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="398118182" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/13891" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/13891/hovercard" href="https://github.com/spring-projects/spring-framework/issues/13891">#13891</a> Controller extension doesn't allow extending REST Urls (<em><strong>"is duplicated by"</strong></em>)</li>
</ul> | 1 |
<p dir="auto">The help text at <a href="http://freecodecamp.com/challenges/waypoint-target-a-specific-child-of-an-element-using-jquery" rel="nofollow">http://freecodecamp.com/challenges/waypoint-target-a-specific-child-of-an-element-using-jquery</a> gives an example that says:</p>
<p dir="auto"><code class="notranslate">$(".target:nth-child(3)").addClass("animated bounce");</code></p>
<p dir="auto">This should say</p>
<p dir="auto"><code class="notranslate">$(".target :nth-child(3)").addClass("animated bounce");</code></p>
<p dir="auto">per :nth-child's syntax.</p> | <h4 dir="auto">Challenge Name: Golf Code (JavaScript)</h4>
<p dir="auto"><a href="https://www.freecodecamp.com/challenges/golf-code" rel="nofollow">https://www.freecodecamp.com/challenges/golf-code</a></p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">Challenge Solution is being accepted and passed despite missing semi-colon ";" in the code.</p>
<h4 dir="auto">Browser Information</h4>
<ul dir="auto">
<li>
<p dir="auto">Browser Name, Version: Google Chrome, Version 55.0.2883.87 (64-bit)</p>
</li>
<li>
<p dir="auto">Operating System: Ubuntu 16.10</p>
</li>
<li>
<p dir="auto">Mobile, Desktop, or Tablet: Desktop</p>
</li>
</ul>
<h4 dir="auto">Your Code</h4>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="
function golfScore(par, strokes) {
// Only change code below this line
if(strokes==1){return "Hole-in-one!";}
else if(strokes <= par-2){return "Eagle";}
else if(strokes == par-1){return "Birdie";}
else if(strokes == par){return "Par";}
else if(strokes == par+1){return "Bogey";}
else if(strokes == par+2){return "Double Bogey";}
else {return "Go Home!"}
//Missing semicolon in the else statement above
// Only change code above this line
}
// Change these values to test
golfScore(5, 4);
"><pre class="notranslate"><span class="pl-k">function</span> <span class="pl-en">golfScore</span><span class="pl-kos">(</span><span class="pl-s1">par</span><span class="pl-kos">,</span> <span class="pl-s1">strokes</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">if</span><span class="pl-kos">(</span><span class="pl-s1">strokes</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-k">return</span> <span class="pl-s">"Hole-in-one!"</span><span class="pl-kos">;</span><span class="pl-kos">}</span>
<span class="pl-k">else</span> <span class="pl-k">if</span><span class="pl-kos">(</span><span class="pl-s1">strokes</span> <span class="pl-c1"><=</span> <span class="pl-s1">par</span><span class="pl-c1">-</span><span class="pl-c1">2</span><span class="pl-kos">)</span><span class="pl-kos">{</span><span class="pl-k">return</span> <span class="pl-s">"Eagle"</span><span class="pl-kos">;</span><span class="pl-kos">}</span>
<span class="pl-k">else</span> <span class="pl-k">if</span><span class="pl-kos">(</span><span class="pl-s1">strokes</span> <span class="pl-c1">==</span> <span class="pl-s1">par</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-k">return</span> <span class="pl-s">"Birdie"</span><span class="pl-kos">;</span><span class="pl-kos">}</span>
<span class="pl-k">else</span> <span class="pl-k">if</span><span class="pl-kos">(</span><span class="pl-s1">strokes</span> <span class="pl-c1">==</span> <span class="pl-s1">par</span><span class="pl-kos">)</span><span class="pl-kos">{</span><span class="pl-k">return</span> <span class="pl-s">"Par"</span><span class="pl-kos">;</span><span class="pl-kos">}</span>
<span class="pl-k">else</span> <span class="pl-k">if</span><span class="pl-kos">(</span><span class="pl-s1">strokes</span> <span class="pl-c1">==</span> <span class="pl-s1">par</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-k">return</span> <span class="pl-s">"Bogey"</span><span class="pl-kos">;</span><span class="pl-kos">}</span>
<span class="pl-k">else</span> <span class="pl-k">if</span><span class="pl-kos">(</span><span class="pl-s1">strokes</span> <span class="pl-c1">==</span> <span class="pl-s1">par</span><span class="pl-c1">+</span><span class="pl-c1">2</span><span class="pl-kos">)</span><span class="pl-kos">{</span><span class="pl-k">return</span> <span class="pl-s">"Double Bogey"</span><span class="pl-kos">;</span><span class="pl-kos">}</span>
<span class="pl-k">else</span> <span class="pl-kos">{</span><span class="pl-k">return</span> <span class="pl-s">"Go Home!"</span><span class="pl-kos">}</span>
<span class="pl-c">//Missing semicolon in the else statement above</span>
<span class="pl-c">// Only change code above this line</span>
<span class="pl-kos">}</span>
<span class="pl-c">// Change these values to test</span>
<span class="pl-en">golfScore</span><span class="pl-kos">(</span><span class="pl-c1">5</span><span class="pl-kos">,</span> <span class="pl-c1">4</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
</pre></div>
<h4 dir="auto">Screenshot</h4> | 0 |
<p dir="auto">When compiling:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn main() {
let x = [];
}"><pre class="notranslate"><span class="pl-k">fn</span> <span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">let</span> x = <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">rustc dies with:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="thread 'rustc' panicked at 'Box<Any>', /Users/roberthencke/src/rust/src/libsyntax/diagnostic.rs:130
stack backtrace:
1: 0x107814644 - sys::backtrace::write::hc9fdfba4d7b15a9dYAD
2: 0x10783f798 - panicking::on_panic::h8bb366db13a7bf028qJ
3: 0x10775c71e - rt::unwind::begin_unwind_inner::h1d0bef9a44801ec8i9I
4: 0x106f56ade - rt::unwind::begin_unwind::h12157501815572839086
5: 0x106f56a8b - diagnostic::SpanHandler::span_bug::hfafb793ceb7823c8taB
6: 0x10472bc9c - session::Session::span_bug::he70fb12f8935aafaPPn
7: 0x103eb31eb - check::regionck::visit_expr::h4c8800f0a1106c751Hd
8: 0x103eb3b51 - check::regionck::visit_local::h8f9bb4823989e3586Ed
9: 0x103eadff9 - check::regionck::Rcx<'a, 'tcx>::visit_fn_body::hc1a37803b1d3181eekd
10: 0x103f3ff96 - check::check_bare_fn::hb32b581dc74a9b093nn
11: 0x103f37fcb - check::check_item::hd9f7940ef6a90ee9OGn
12: 0x1040115b6 - check_crate::closure.35998
13: 0x10400c47a - check_crate::hcda5f3cefbfd5d5fOmC
14: 0x103d49787 - driver::phase_3_run_analysis_passes::h026e769b2b844eb5rGa
15: 0x103d2f7c7 - driver::compile_input::hb475e8fd7969563dRba
16: 0x103de9513 - run_compiler::h6333b890b54b4387s2b
17: 0x103de70a5 - thunk::F.Invoke<A, R>::invoke::h5287984335417981805
18: 0x103de6467 - rt::unwind::try::try_fn::h14175969919979542003
19: 0x1078c8648 - rust_try_inner
20: 0x1078c8635 - rust_try
21: 0x103de6805 - thunk::F.Invoke<A, R>::invoke::h18234926616775157777
22: 0x10782a72d - sys::thread::create::thread_start::h3ba002124437c3be86H
23: 0x7fff8ef22267 - _pthread_body
24: 0x7fff8ef221e4 - _pthread_start"><pre class="notranslate"><code class="notranslate">thread 'rustc' panicked at 'Box<Any>', /Users/roberthencke/src/rust/src/libsyntax/diagnostic.rs:130
stack backtrace:
1: 0x107814644 - sys::backtrace::write::hc9fdfba4d7b15a9dYAD
2: 0x10783f798 - panicking::on_panic::h8bb366db13a7bf028qJ
3: 0x10775c71e - rt::unwind::begin_unwind_inner::h1d0bef9a44801ec8i9I
4: 0x106f56ade - rt::unwind::begin_unwind::h12157501815572839086
5: 0x106f56a8b - diagnostic::SpanHandler::span_bug::hfafb793ceb7823c8taB
6: 0x10472bc9c - session::Session::span_bug::he70fb12f8935aafaPPn
7: 0x103eb31eb - check::regionck::visit_expr::h4c8800f0a1106c751Hd
8: 0x103eb3b51 - check::regionck::visit_local::h8f9bb4823989e3586Ed
9: 0x103eadff9 - check::regionck::Rcx<'a, 'tcx>::visit_fn_body::hc1a37803b1d3181eekd
10: 0x103f3ff96 - check::check_bare_fn::hb32b581dc74a9b093nn
11: 0x103f37fcb - check::check_item::hd9f7940ef6a90ee9OGn
12: 0x1040115b6 - check_crate::closure.35998
13: 0x10400c47a - check_crate::hcda5f3cefbfd5d5fOmC
14: 0x103d49787 - driver::phase_3_run_analysis_passes::h026e769b2b844eb5rGa
15: 0x103d2f7c7 - driver::compile_input::hb475e8fd7969563dRba
16: 0x103de9513 - run_compiler::h6333b890b54b4387s2b
17: 0x103de70a5 - thunk::F.Invoke<A, R>::invoke::h5287984335417981805
18: 0x103de6467 - rt::unwind::try::try_fn::h14175969919979542003
19: 0x1078c8648 - rust_try_inner
20: 0x1078c8635 - rust_try
21: 0x103de6805 - thunk::F.Invoke<A, R>::invoke::h18234926616775157777
22: 0x10782a72d - sys::thread::create::thread_start::h3ba002124437c3be86H
23: 0x7fff8ef22267 - _pthread_body
24: 0x7fff8ef221e4 - _pthread_start
</code></pre></div>
<p dir="auto">rustc --version --verbose gives:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rustc 1.0.0-dev (1501f33e7 2015-03-26) (built 2015-03-26)
binary: rustc
commit-hash: 1501f33e76f6f9621aa08fb0cbbc5f85a5ac7f0f
commit-date: 2015-03-26
build-date: 2015-03-26
host: x86_64-apple-darwin
release: 1.0.0-dev"><pre class="notranslate"><code class="notranslate">rustc 1.0.0-dev (1501f33e7 2015-03-26) (built 2015-03-26)
binary: rustc
commit-hash: 1501f33e76f6f9621aa08fb0cbbc5f85a5ac7f0f
commit-date: 2015-03-26
build-date: 2015-03-26
host: x86_64-apple-darwin
release: 1.0.0-dev
</code></pre></div> | <p dir="auto">Test case:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn main() { []; }"><pre class="notranslate"><code class="notranslate">fn main() { []; }
</code></pre></div>
<p dir="auto">Output:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ RUST_BACKTRACE=1 rustc test.rs
test.rs:1:13: 1:15 error: internal compiler error: cat_expr Errd
test.rs:1 fn main() { []; }
^~
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'Box<Any>', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libsyntax/diagnostic.rs:129
stack backtrace:
1: 0xcc029720 - sys::backtrace::write::h66f3f2784d0f6c5ddgA
2: 0xcc051b80 - panicking::on_panic::h6fdde9e4e9166fe6jaJ
3: 0xcbf91c30 - rt::unwind::begin_unwind_inner::hba10c536ef2aae75MQI
4: 0xc92a10c0 - rt::unwind::begin_unwind::h11287547919384241778
5: 0xc92a1050 - diagnostic::SpanHandler::span_bug::h551f703868554ecfUBD
6: 0xc9e32fe0 - session::Session::span_bug::h10f6b5fdbea6485fbjp
7: 0xcb6c5920 - check::regionck::visit_expr::hc78138689559ecf8Yrd
8: 0xcb6c35c0 - check::regionck::Rcx<'a, 'tcx>::visit_fn_body::h75e2fac33dc50b43a4c
9: 0xcb75ee50 - check::check_bare_fn::hf42e5aabaa5cb880Oan
10: 0xcb756f40 - check::check_item::hdbe569c101f96905stn
11: 0xcb822f10 - check_crate::closure.36015
12: 0xcb81d9c0 - check_crate::h9d44bf3fde687089EXB
13: 0xcc6a38c0 - driver::phase_3_run_analysis_passes::h36c633d41f11ca74wFa
14: 0xcc689ec0 - driver::compile_input::h0de317319ab5c701Hba
15: 0xcc754e20 - run_compiler::hffa0c0711e361de8E5b
16: 0xcc753720 - thunk::F.Invoke<A, R>::invoke::h12673221910893163557
17: 0xcc752610 - rt::unwind::try::try_fn::h15130568597725528481
18: 0xcc0bd740 - rust_try_inner
19: 0xcc0bd730 - rust_try
20: 0xcc752910 - thunk::F.Invoke<A, R>::invoke::h3924406537784056782
21: 0xcc03d990 - sys::thread::thread_start::h3734be2229bd3edegEE
22: 0xc5f650c0 - start_thread
23: 0xcbc0a449 - __clone
24: 0x0 - <unknown>"><pre class="notranslate"><code class="notranslate">$ RUST_BACKTRACE=1 rustc test.rs
test.rs:1:13: 1:15 error: internal compiler error: cat_expr Errd
test.rs:1 fn main() { []; }
^~
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'Box<Any>', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libsyntax/diagnostic.rs:129
stack backtrace:
1: 0xcc029720 - sys::backtrace::write::h66f3f2784d0f6c5ddgA
2: 0xcc051b80 - panicking::on_panic::h6fdde9e4e9166fe6jaJ
3: 0xcbf91c30 - rt::unwind::begin_unwind_inner::hba10c536ef2aae75MQI
4: 0xc92a10c0 - rt::unwind::begin_unwind::h11287547919384241778
5: 0xc92a1050 - diagnostic::SpanHandler::span_bug::h551f703868554ecfUBD
6: 0xc9e32fe0 - session::Session::span_bug::h10f6b5fdbea6485fbjp
7: 0xcb6c5920 - check::regionck::visit_expr::hc78138689559ecf8Yrd
8: 0xcb6c35c0 - check::regionck::Rcx<'a, 'tcx>::visit_fn_body::h75e2fac33dc50b43a4c
9: 0xcb75ee50 - check::check_bare_fn::hf42e5aabaa5cb880Oan
10: 0xcb756f40 - check::check_item::hdbe569c101f96905stn
11: 0xcb822f10 - check_crate::closure.36015
12: 0xcb81d9c0 - check_crate::h9d44bf3fde687089EXB
13: 0xcc6a38c0 - driver::phase_3_run_analysis_passes::h36c633d41f11ca74wFa
14: 0xcc689ec0 - driver::compile_input::h0de317319ab5c701Hba
15: 0xcc754e20 - run_compiler::hffa0c0711e361de8E5b
16: 0xcc753720 - thunk::F.Invoke<A, R>::invoke::h12673221910893163557
17: 0xcc752610 - rt::unwind::try::try_fn::h15130568597725528481
18: 0xcc0bd740 - rust_try_inner
19: 0xcc0bd730 - rust_try
20: 0xcc752910 - thunk::F.Invoke<A, R>::invoke::h3924406537784056782
21: 0xcc03d990 - sys::thread::thread_start::h3734be2229bd3edegEE
22: 0xc5f650c0 - start_thread
23: 0xcbc0a449 - __clone
24: 0x0 - <unknown>
</code></pre></div>
<p dir="auto">Compiler version:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rustc 1.0.0-nightly (b47aebe3f 2015-02-26) (built 2015-02-27)
binary: rustc
commit-hash: b47aebe3fc2da06c760fd8ea19f84cbc41d34831
commit-date: 2015-02-26
build-date: 2015-02-27
host: x86_64-unknown-linux-gnu
release: 1.0.0-nightly"><pre class="notranslate"><code class="notranslate">rustc 1.0.0-nightly (b47aebe3f 2015-02-26) (built 2015-02-27)
binary: rustc
commit-hash: b47aebe3fc2da06c760fd8ea19f84cbc41d34831
commit-date: 2015-02-26
build-date: 2015-02-27
host: x86_64-unknown-linux-gnu
release: 1.0.0-nightly
</code></pre></div>
<p dir="auto">I modified the test case in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="59341575" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/22894" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/22894/hovercard" href="https://github.com/rust-lang/rust/issues/22894">#22894</a> by moving the <code class="notranslate">&*""</code> into <code class="notranslate">fn main()</code>, and I saw the same ICE. I then changed the <code class="notranslate">""</code> to the similar <code class="notranslate">&[]</code>, and I saw an ICE with a different error message and a different stack trace (e.g. phase 3 instead of phase 4). The <code class="notranslate">&</code> and <code class="notranslate">*</code> are unnecessary.</p>
<p dir="auto">I also see the <code class="notranslate">cat_expr Errd</code> message in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="56894364" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/22037" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/22037/hovercard" href="https://github.com/rust-lang/rust/issues/22037">#22037</a>, but there are differences -- this issue happens in phase 3 rather than 4, and there is no "fictitious type" message.</p> | 1 |
<p dir="auto">Right now we bind <code class="notranslate">kube-apiserver</code> to <code class="notranslate">0.0.0.0:443</code> and <code class="notranslate">kube-discovery</code> to <code class="notranslate">0.0.0.0:9898</code>. We need to allow users to:</p>
<ul dir="auto">
<li>override both ports separately (and may be change the default from 443 to 6443 or something)</li>
<li>override bind address if they wish to make it more secure (<em>we must keep default as is for now, as we would break external accessibility if we do that</em> and <em>it's also what <code class="notranslate">kube-apiserver</code> defaults to</em>)</li>
</ul> | 1 |
|
<p dir="auto">I see this failure with Fedora nightlies with LLVM 3.4. It has been introduced over the last two or three weeks. See also <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="89482517" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/11760" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/11760/hovercard" href="https://github.com/JuliaLang/julia/issues/11760">#11760</a> : I'm not sure when one or the other happens, but these are on two different distro versions.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" /builddir/build/BUILD/julia/build/usr/bin/julia --check-bounds=yes --startup-file=no ./runtests.jl all
From worker 3: * linalg2 in 85.89 seconds
From worker 3: * linalg3 in 41.05 seconds
From worker 2: * linalg1 in 143.13 seconds
From worker 3: * linalg4 in 22.66 seconds
From worker 2: * linalg/lapack in 37.76 seconds
From worker 2: * linalg/tridiag in 22.18 seconds
From worker 2: * linalg/bidiag in 28.83 seconds
From worker 2: * linalg/diagonal in 32.03 seconds
From worker 2: * linalg/pinv in 13.75 seconds
From worker 2: * linalg/givens in 2.80 seconds
From worker 2: * linalg/cholesky in 23.20 seconds
From worker 2: * linalg/lu in 34.96 seconds
From worker 2: * linalg/symmetric in 45.59 seconds
From worker 2: * linalg/arnoldi in 37.17 seconds
From worker 2: * core in 101.81 seconds
From worker 2: * keywordargs in 18.00 seconds
From worker 3: * linalg/triangular in 782.28 seconds
From worker 2: * numbers in 562.26 seconds
From worker 3: * strings in 334.97 seconds
From worker 3: * dict in 101.83 seconds
From worker 3: * hashing in 250.45 seconds
From worker 3: * remote in 3.56 seconds
From worker 3: * iobuffer in 23.88 seconds
From worker 3: * staged in 24.35 seconds
From worker 2: * dates in 571.13 seconds
From worker 2: * tuple in 39.55 seconds
From worker 3: * arrayops in 601.16 seconds
From worker 3: * reduce in 78.05 seconds
From worker 3: * reducedim in 190.54 seconds
From worker 3: * random in 328.46 seconds
From worker 3: * intfuncs in 36.57 seconds
From worker 3: * simdloop in 23.35 seconds
From worker 3: * blas in 95.02 seconds
From worker 3: * sparse in 642.17 seconds
From worker 2: * subarray in 2389.31 seconds
From worker 2: * copy in 36.57 seconds
From worker 2: * math in 236.53 seconds
From worker 3: * bitarray in 744.55 seconds
From worker 3: * functional in 27.87 seconds
From worker 3: * operators in 7.31 seconds
From worker 3: * path in 18.64 seconds
signal (11): Segmentation fault
sub_fast at ./fastmath.jl:214
jl_apply at /builddir/build/BUILD/julia/src/julia.h:1298
do_call at /builddir/build/BUILD/julia/src/interpreter.c:66
eval at /builddir/build/BUILD/julia/src/interpreter.c:212
jl_interpret_toplevel_expr at /builddir/build/BUILD/julia/src/interpreter.c:28
jl_toplevel_eval_flex at /builddir/build/BUILD/julia/src/toplevel.c:525
jl_eh_restore_state at /builddir/build/BUILD/julia/src/julia.h:1388
jl_f_top_eval at /builddir/build/BUILD/julia/src/builtins.c:569
anonymous at ./test.jl:91
do_test at ./test.jl:49
anonymous at ./no file:156
jl_trampoline at /builddir/build/BUILD/julia/src/builtins.c:965
jl_toplevel_eval_flex at /builddir/build/BUILD/julia/src/toplevel.c:540
jl_toplevel_eval_flex at /builddir/build/BUILD/julia/src/toplevel.c:569
jl_load at /builddir/build/BUILD/julia/src/toplevel.c:616
jl_load_ at /builddir/build/BUILD/julia/src/toplevel.c:622
include at ./boot.jl:254
jl_apply at /builddir/build/BUILD/julia/src/julia.h:1298
runtests at /builddir/build/BUILD/julia/test/testdefs.jl:198
unknown function (ip: -816032829)
jl_apply at /builddir/build/BUILD/julia/src/julia.h:1298
jl_f_apply at /builddir/build/BUILD/julia/src/builtins.c:473
anonymous at ./multi.jl:822
run_work_thunk at ./multi.jl:575
jl_apply at /builddir/build/BUILD/julia/src/julia.h:1298
anonymous at ./multi.jl:822
start_task at /builddir/build/BUILD/julia/src/task.c:234
From worker 2: * fastmath Worker 2 terminated.
ERROR (unhandled task failure): EOFError: read end of file
in yieldto at ./task.jl:21
in wait at ./task.jl:309
in wait at ./task.jl:225
in wait_full at ./multi.jl:558
in remotecall_fetch at ./multi.jl:658
in remotecall_fetch at ./multi.jl:663
in anonymous at ./task.jl:1372
From worker 3: * ccall in 76.12 seconds
ERROR: LoadError: ProcessExitedException()
in yieldto at ./task.jl:21
in wait at ./task.jl:309
in wait at ./task.jl:225
in wait_full at ./multi.jl:558
in remotecall_fetch at ./multi.jl:658
in remotecall_fetch at ./multi.jl:663
in anonymous at ./task.jl:1372
while loading /builddir/build/BUILD/julia/test/runtests.jl, in expression starting on line 5
WARNING: Forcibly interrupting busy workers
WARNING: Unable to terminate all workers
Makefile:9: recipe for target 'all' failed
make[1]: *** [all] Error 1
make[1]: Leaving directory '/builddir/build/BUILD/julia/test'
Makefile:508: recipe for target 'test' failed
make: *** [test] Error 2"><pre class="notranslate"><code class="notranslate"> /builddir/build/BUILD/julia/build/usr/bin/julia --check-bounds=yes --startup-file=no ./runtests.jl all
From worker 3: * linalg2 in 85.89 seconds
From worker 3: * linalg3 in 41.05 seconds
From worker 2: * linalg1 in 143.13 seconds
From worker 3: * linalg4 in 22.66 seconds
From worker 2: * linalg/lapack in 37.76 seconds
From worker 2: * linalg/tridiag in 22.18 seconds
From worker 2: * linalg/bidiag in 28.83 seconds
From worker 2: * linalg/diagonal in 32.03 seconds
From worker 2: * linalg/pinv in 13.75 seconds
From worker 2: * linalg/givens in 2.80 seconds
From worker 2: * linalg/cholesky in 23.20 seconds
From worker 2: * linalg/lu in 34.96 seconds
From worker 2: * linalg/symmetric in 45.59 seconds
From worker 2: * linalg/arnoldi in 37.17 seconds
From worker 2: * core in 101.81 seconds
From worker 2: * keywordargs in 18.00 seconds
From worker 3: * linalg/triangular in 782.28 seconds
From worker 2: * numbers in 562.26 seconds
From worker 3: * strings in 334.97 seconds
From worker 3: * dict in 101.83 seconds
From worker 3: * hashing in 250.45 seconds
From worker 3: * remote in 3.56 seconds
From worker 3: * iobuffer in 23.88 seconds
From worker 3: * staged in 24.35 seconds
From worker 2: * dates in 571.13 seconds
From worker 2: * tuple in 39.55 seconds
From worker 3: * arrayops in 601.16 seconds
From worker 3: * reduce in 78.05 seconds
From worker 3: * reducedim in 190.54 seconds
From worker 3: * random in 328.46 seconds
From worker 3: * intfuncs in 36.57 seconds
From worker 3: * simdloop in 23.35 seconds
From worker 3: * blas in 95.02 seconds
From worker 3: * sparse in 642.17 seconds
From worker 2: * subarray in 2389.31 seconds
From worker 2: * copy in 36.57 seconds
From worker 2: * math in 236.53 seconds
From worker 3: * bitarray in 744.55 seconds
From worker 3: * functional in 27.87 seconds
From worker 3: * operators in 7.31 seconds
From worker 3: * path in 18.64 seconds
signal (11): Segmentation fault
sub_fast at ./fastmath.jl:214
jl_apply at /builddir/build/BUILD/julia/src/julia.h:1298
do_call at /builddir/build/BUILD/julia/src/interpreter.c:66
eval at /builddir/build/BUILD/julia/src/interpreter.c:212
jl_interpret_toplevel_expr at /builddir/build/BUILD/julia/src/interpreter.c:28
jl_toplevel_eval_flex at /builddir/build/BUILD/julia/src/toplevel.c:525
jl_eh_restore_state at /builddir/build/BUILD/julia/src/julia.h:1388
jl_f_top_eval at /builddir/build/BUILD/julia/src/builtins.c:569
anonymous at ./test.jl:91
do_test at ./test.jl:49
anonymous at ./no file:156
jl_trampoline at /builddir/build/BUILD/julia/src/builtins.c:965
jl_toplevel_eval_flex at /builddir/build/BUILD/julia/src/toplevel.c:540
jl_toplevel_eval_flex at /builddir/build/BUILD/julia/src/toplevel.c:569
jl_load at /builddir/build/BUILD/julia/src/toplevel.c:616
jl_load_ at /builddir/build/BUILD/julia/src/toplevel.c:622
include at ./boot.jl:254
jl_apply at /builddir/build/BUILD/julia/src/julia.h:1298
runtests at /builddir/build/BUILD/julia/test/testdefs.jl:198
unknown function (ip: -816032829)
jl_apply at /builddir/build/BUILD/julia/src/julia.h:1298
jl_f_apply at /builddir/build/BUILD/julia/src/builtins.c:473
anonymous at ./multi.jl:822
run_work_thunk at ./multi.jl:575
jl_apply at /builddir/build/BUILD/julia/src/julia.h:1298
anonymous at ./multi.jl:822
start_task at /builddir/build/BUILD/julia/src/task.c:234
From worker 2: * fastmath Worker 2 terminated.
ERROR (unhandled task failure): EOFError: read end of file
in yieldto at ./task.jl:21
in wait at ./task.jl:309
in wait at ./task.jl:225
in wait_full at ./multi.jl:558
in remotecall_fetch at ./multi.jl:658
in remotecall_fetch at ./multi.jl:663
in anonymous at ./task.jl:1372
From worker 3: * ccall in 76.12 seconds
ERROR: LoadError: ProcessExitedException()
in yieldto at ./task.jl:21
in wait at ./task.jl:309
in wait at ./task.jl:225
in wait_full at ./multi.jl:558
in remotecall_fetch at ./multi.jl:658
in remotecall_fetch at ./multi.jl:663
in anonymous at ./task.jl:1372
while loading /builddir/build/BUILD/julia/test/runtests.jl, in expression starting on line 5
WARNING: Forcibly interrupting busy workers
WARNING: Unable to terminate all workers
Makefile:9: recipe for target 'all' failed
make[1]: *** [all] Error 1
make[1]: Leaving directory '/builddir/build/BUILD/julia/test'
Makefile:508: recipe for target 'test' failed
make: *** [test] Error 2
</code></pre></div>
<p dir="auto"><a href="https://copr-be.cloud.fedoraproject.org/results/nalimilan/julia-nightlies/fedora-21-i386/julia-0.4.0-0.20150618.fc21/build.log.gz" rel="nofollow">https://copr-be.cloud.fedoraproject.org/results/nalimilan/julia-nightlies/fedora-21-i386/julia-0.4.0-0.20150618.fc21/build.log.gz</a></p> | <p dir="auto">On my (Broadwell) machine, using the latest rc:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> versioninfo()
Julia Version 0.5.0-rc2+0
Commit 0350e57 (2016-08-12 11:25 UTC)
Platform Info:
System: Darwin (x86_64-apple-darwin13.4.0)
CPU: Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, broadwell)
julia> @code_native muladd(1.0,2.0,3.0)
.section __TEXT,__text,regular,pure_instructions
Filename: float.jl
pushq %rbp
movq %rsp, %rbp
Source line: 247
mulsd %xmm1, %xmm0
addsd %xmm2, %xmm0
popq %rbp
retq
Source line: 247
nop"><pre class="notranslate"><code class="notranslate">julia> versioninfo()
Julia Version 0.5.0-rc2+0
Commit 0350e57 (2016-08-12 11:25 UTC)
Platform Info:
System: Darwin (x86_64-apple-darwin13.4.0)
CPU: Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, broadwell)
julia> @code_native muladd(1.0,2.0,3.0)
.section __TEXT,__text,regular,pure_instructions
Filename: float.jl
pushq %rbp
movq %rsp, %rbp
Source line: 247
mulsd %xmm1, %xmm0
addsd %xmm2, %xmm0
popq %rbp
retq
Source line: 247
nop
</code></pre></div>
<p dir="auto">The same version built from scratch on my machine:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> versioninfo()
Julia Version 0.5.0-rc2+0
Commit 0350e57 (2016-08-12 11:25 UTC)
Platform Info:
System: Darwin (x86_64-apple-darwin15.6.0)
CPU: Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, broadwell)
julia> @code_native muladd(1.0,2.0,3.0)
.section __TEXT,__text,regular,pure_instructions
Filename: float.jl
pushq %rbp
movq %rsp, %rbp
Source line: 247
vfmadd213sd %xmm2, %xmm1, %xmm0
popq %rbp
retq
Source line: 247
nopl (%rax,%rax)"><pre class="notranslate"><code class="notranslate">julia> versioninfo()
Julia Version 0.5.0-rc2+0
Commit 0350e57 (2016-08-12 11:25 UTC)
Platform Info:
System: Darwin (x86_64-apple-darwin15.6.0)
CPU: Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, broadwell)
julia> @code_native muladd(1.0,2.0,3.0)
.section __TEXT,__text,regular,pure_instructions
Filename: float.jl
pushq %rbp
movq %rsp, %rbp
Source line: 247
vfmadd213sd %xmm2, %xmm1, %xmm0
popq %rbp
retq
Source line: 247
nopl (%rax,%rax)
</code></pre></div> | 0 |
<p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>...Add several Projects Folder</li>
<li>...Right click on one of them</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.204.0<br>
<strong>System</strong>: Microsoft Windows 7 Enterprise<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cannot find module './context-menu'<br>
Error: Cannot find module './context-menu'<br>
at Function.Module._resolveFilename (module.js:328:15)<br>
at Function.Module._load (module.js:270:25)<br>
at Module.require (module.js:357:17)<br>
at require (module.js:376:17)<br>
at BrowserWindow. (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\app.asar\src\browser\atom-window.js:152:27)<br>
at emitOne (events.js:77:13)<br>
at BrowserWindow.emit (events.js:166:7)<br>
at callFunction (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)<br>
at EventEmitter. (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\atom.asar\browser\lib\rpc-server.js:208:14)<br>
at emitMany (events.js:108:13)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="At C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\atom.asar\renderer\api\lib\remote.js:77
Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Function.Module._load (module.js:270:25)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at BrowserWindow.<anonymous> (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\app.asar\src\browser\atom-window.js:152:27)
at emitOne (events.js:77:13)
at BrowserWindow.emit (events.js:166:7)
at callFunction (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)
at EventEmitter.<anonymous> (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\atom.asar\browser\lib\rpc-server.js:208:14)
at emitMany (events.js:108:13)
at metaToValue (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\atom.asar\renderer\api\lib\remote.js:77:15)
at BrowserWindow.RemoteMemberFunction [as emit] (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\atom.asar\renderer\api\lib\remote.js:111:26)
at ContextMenuManager.module.exports.ContextMenuManager.showForEvent (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\app.asar\src\context-menu-manager.js:170:31)
at HTMLDocument.<anonymous> (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\app.asar\src\window-event-handler.js:149:33)
at HTMLDocument.handler (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\app.asar\src\space-pen-extensions.js:112:34)
at HTMLDocument.jQuery.event.dispatch (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4681:9)
at HTMLDocument.elemData.handle (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4359:46)
"><pre class="notranslate"><code class="notranslate">At C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\atom.asar\renderer\api\lib\remote.js:77
Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Function.Module._load (module.js:270:25)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at BrowserWindow.<anonymous> (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\app.asar\src\browser\atom-window.js:152:27)
at emitOne (events.js:77:13)
at BrowserWindow.emit (events.js:166:7)
at callFunction (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)
at EventEmitter.<anonymous> (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\atom.asar\browser\lib\rpc-server.js:208:14)
at emitMany (events.js:108:13)
at metaToValue (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\atom.asar\renderer\api\lib\remote.js:77:15)
at BrowserWindow.RemoteMemberFunction [as emit] (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\atom.asar\renderer\api\lib\remote.js:111:26)
at ContextMenuManager.module.exports.ContextMenuManager.showForEvent (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\app.asar\src\context-menu-manager.js:170:31)
at HTMLDocument.<anonymous> (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\app.asar\src\window-event-handler.js:149:33)
at HTMLDocument.handler (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\app.asar\src\space-pen-extensions.js:112:34)
at HTMLDocument.jQuery.event.dispatch (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4681:9)
at HTMLDocument.elemData.handle (C:\Users\zojeda\AppData\Local\atom\app-0.204.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4359:46)
</code></pre></div>
<h3 dir="auto">Commands</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" -2:21.9.0 core:move-left (atom-text-editor.editor.is-focused)
-2:20 atom-terminal-panel:toggle-autocompletion (atom-text-editor.editor.is-focused)
3x -2:19.7.0 core:save (atom-text-editor.editor.is-focused)
3x -1:48.4.0 core:move-down (atom-text-editor.editor.is-focused)
3x -1:44.1.0 core:move-up (atom-text-editor.editor.is-focused)
2x -1:26.2.0 editor:move-to-first-character-of-line (atom-text-editor.editor.is-focused)
13x -1:23.2.0 core:move-right (atom-text-editor.editor.is-focused)
5x -1:21.4.0 core:select-right (atom-text-editor.editor.is-focused)
-1:20.3.0 core:delete (atom-text-editor.editor.is-focused)
16x -1:19.5.0 core:move-right (atom-text-editor.editor.is-focused)
-1:18 core:move-left (atom-text-editor.editor.is-focused)
-1:17.5.0 editor:select-to-end-of-line (atom-text-editor.editor.is-focused)
2x -1:17.3.0 core:select-left (atom-text-editor.editor.is-focused)
-1:16.9.0 core:delete (atom-text-editor.editor.is-focused)
-1:16.5.0 atom-terminal-panel:toggle-autocompletion (atom-text-editor.editor.is-focused)
3x -1:16.3.0 core:save (atom-text-editor.editor.is-focused)"><pre class="notranslate"><code class="notranslate"> -2:21.9.0 core:move-left (atom-text-editor.editor.is-focused)
-2:20 atom-terminal-panel:toggle-autocompletion (atom-text-editor.editor.is-focused)
3x -2:19.7.0 core:save (atom-text-editor.editor.is-focused)
3x -1:48.4.0 core:move-down (atom-text-editor.editor.is-focused)
3x -1:44.1.0 core:move-up (atom-text-editor.editor.is-focused)
2x -1:26.2.0 editor:move-to-first-character-of-line (atom-text-editor.editor.is-focused)
13x -1:23.2.0 core:move-right (atom-text-editor.editor.is-focused)
5x -1:21.4.0 core:select-right (atom-text-editor.editor.is-focused)
-1:20.3.0 core:delete (atom-text-editor.editor.is-focused)
16x -1:19.5.0 core:move-right (atom-text-editor.editor.is-focused)
-1:18 core:move-left (atom-text-editor.editor.is-focused)
-1:17.5.0 editor:select-to-end-of-line (atom-text-editor.editor.is-focused)
2x -1:17.3.0 core:select-left (atom-text-editor.editor.is-focused)
-1:16.9.0 core:delete (atom-text-editor.editor.is-focused)
-1:16.5.0 atom-terminal-panel:toggle-autocompletion (atom-text-editor.editor.is-focused)
3x -1:16.3.0 core:save (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="{
"core": {
"themes": [
"atom-dark-ui",
"atom-dark-syntax"
],
"disabledPackages": [
"vim-mode",
"atom-typescript",
"linter-tslint",
"terminal-panel"
]
},
"editor": {
"invisibles": {},
"fontSize": 15
}
}"><pre class="notranslate">{
<span class="pl-ent">"core"</span>: {
<span class="pl-ent">"themes"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>atom-dark-ui<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>atom-dark-syntax<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"disabledPackages"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>vim-mode<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>atom-typescript<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>linter-tslint<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>terminal-panel<span class="pl-pds">"</span></span>
]
},
<span class="pl-ent">"editor"</span>: {
<span class="pl-ent">"invisibles"</span>: {},
<span class="pl-ent">"fontSize"</span>: <span class="pl-c1">15</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
.bin, vundefined
angularjs, v0.3.0
angularjs-styleguide-snippets, v0.7.0
atom-beautify, v0.27.9
atom-html-preview, v0.1.6
atom-terminal-panel, v4.4.4
atom-ternjs, v0.6.3
color-picker, v2.0.2
js-refactor, v0.3.0
linter, v0.12.6
minimap, v4.9.0
node-debugger, vundefined
refactor, v0.4.1
restore-windows, v0.4.1
# Dev
No dev packages"><pre class="notranslate"><span class="pl-c"><span class="pl-c">#</span> User</span>
.<span class="pl-smi">bin</span>, vundefined
angularjs, v0.<span class="pl-ii">3</span>.<span class="pl-ii">0</span>
angularjs<span class="pl-k">-</span>styleguide<span class="pl-k">-</span>snippets, v0.<span class="pl-ii">7</span>.<span class="pl-ii">0</span>
atom<span class="pl-k">-</span>beautify, v0.<span class="pl-ii">27</span>.<span class="pl-ii">9</span>
atom<span class="pl-k">-</span>html<span class="pl-k">-</span>preview, v0.<span class="pl-ii">1</span>.<span class="pl-ii">6</span>
atom<span class="pl-k">-</span>terminal<span class="pl-k">-</span>panel, v4.<span class="pl-ii">4</span>.<span class="pl-ii">4</span>
atom<span class="pl-k">-</span>ternjs, v0.<span class="pl-ii">6</span>.<span class="pl-ii">3</span>
color<span class="pl-k">-</span>picker, v2.<span class="pl-ii">0</span>.<span class="pl-ii">2</span>
js<span class="pl-k">-</span>refactor, v0.<span class="pl-ii">3</span>.<span class="pl-ii">0</span>
linter, v0.<span class="pl-ii">12</span>.<span class="pl-ii">6</span>
minimap, v4.<span class="pl-ii">9</span>.<span class="pl-ii">0</span>
node<span class="pl-k">-</span><span class="pl-k">debugger</span>, vundefined
refactor, v0.<span class="pl-ii">4</span>.<span class="pl-ii">1</span>
restore<span class="pl-k">-</span>windows, v0.<span class="pl-ii">4</span>.<span class="pl-ii">1</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> | <p dir="auto">I right-clicked on a folder in the tree view</p>
<p dir="auto"><strong>Atom Version</strong>: 0.194.0<br>
<strong>System</strong>: Windows 7 Entreprise<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cannot find module './context-menu'<br>
Error: Cannot find module './context-menu'<br>
at Function.Module._resolveFilename (module.js:328:15)<br>
at Function.Module._load (module.js:270:25)<br>
at Module.require (module.js:357:17)<br>
at require (module.js:376:17)<br>
at BrowserWindow. (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\browser\atom-window.js:152:27)<br>
at emitOne (events.js:77:13)<br>
at BrowserWindow.emit (events.js:166:7)<br>
at callFunction (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)<br>
at EventEmitter. (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\browser\lib\rpc-server.js:208:14)<br>
at emitMany (events.js:108:13)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="At C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\renderer\api\lib\remote.js:77
Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Function.Module._load (module.js:270:25)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at BrowserWindow.<anonymous> (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\browser\atom-window.js:152:27)
at emitOne (events.js:77:13)
at BrowserWindow.emit (events.js:166:7)
at callFunction (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)
at EventEmitter.<anonymous> (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\browser\lib\rpc-server.js:208:14)
at emitMany (events.js:108:13)
at metaToValue (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\renderer\api\lib\remote.js:77:15)
at BrowserWindow.RemoteMemberFunction [as emit] (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\renderer\api\lib\remote.js:111:26)
at ContextMenuManager.module.exports.ContextMenuManager.showForEvent (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\context-menu-manager.js:170:31)
at HTMLDocument.<anonymous> (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\window-event-handler.js:149:33)
at HTMLDocument.handler (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\space-pen-extensions.js:112:34)
at HTMLDocument.jQuery.event.dispatch (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4681:9)
at HTMLDocument.elemData.handle (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4359:46)
"><pre class="notranslate"><code class="notranslate">At C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\renderer\api\lib\remote.js:77
Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Function.Module._load (module.js:270:25)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at BrowserWindow.<anonymous> (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\browser\atom-window.js:152:27)
at emitOne (events.js:77:13)
at BrowserWindow.emit (events.js:166:7)
at callFunction (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)
at EventEmitter.<anonymous> (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\browser\lib\rpc-server.js:208:14)
at emitMany (events.js:108:13)
at metaToValue (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\renderer\api\lib\remote.js:77:15)
at BrowserWindow.RemoteMemberFunction [as emit] (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\renderer\api\lib\remote.js:111:26)
at ContextMenuManager.module.exports.ContextMenuManager.showForEvent (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\context-menu-manager.js:170:31)
at HTMLDocument.<anonymous> (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\window-event-handler.js:149:33)
at HTMLDocument.handler (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\space-pen-extensions.js:112:34)
at HTMLDocument.jQuery.event.dispatch (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4681:9)
at HTMLDocument.elemData.handle (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4359:46)
</code></pre></div>
<h3 dir="auto">Commands</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" -4:55.5.0 editor:checkout-head-revision (atom-text-editor.editor.is-focused)
2x -3:41.6.0 window:focus-pane-on-right (atom-text-editor.editor)
-3:17.5.0 application:add-project-folder (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
-2:47.4.0 editor:newline (atom-text-editor.editor.is-focused)
-2:38.2.0 core:cut (atom-text-editor.editor)
-2:36.5.0 core:paste (atom-text-editor.editor.is-focused)
-2:26.6.0 core:save (atom-text-editor.editor.is-focused)
-2:20.6.0 core:move-down (atom-text-editor.editor)
-2:20.4.0 autocomplete-plus:confirm (atom-text-editor.editor)
-2:15.8.0 core:save (atom-text-editor.editor)
-2:08.7.0 core:copy (atom-text-editor.editor.is-focused)
-2:01.2.0 core:paste (atom-text-editor.editor.is-focused)
-1:59.7.0 core:save (atom-text-editor.editor.is-focused)
-1:52.2.0 core:paste (atom-text-editor.editor.is-focused)
-1:51.6.0 core:save (atom-text-editor.editor.is-focused)
-1:30.6.0 core:backspace (atom-text-editor.editor)"><pre class="notranslate"><code class="notranslate"> -4:55.5.0 editor:checkout-head-revision (atom-text-editor.editor.is-focused)
2x -3:41.6.0 window:focus-pane-on-right (atom-text-editor.editor)
-3:17.5.0 application:add-project-folder (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
-2:47.4.0 editor:newline (atom-text-editor.editor.is-focused)
-2:38.2.0 core:cut (atom-text-editor.editor)
-2:36.5.0 core:paste (atom-text-editor.editor.is-focused)
-2:26.6.0 core:save (atom-text-editor.editor.is-focused)
-2:20.6.0 core:move-down (atom-text-editor.editor)
-2:20.4.0 autocomplete-plus:confirm (atom-text-editor.editor)
-2:15.8.0 core:save (atom-text-editor.editor)
-2:08.7.0 core:copy (atom-text-editor.editor.is-focused)
-2:01.2.0 core:paste (atom-text-editor.editor.is-focused)
-1:59.7.0 core:save (atom-text-editor.editor.is-focused)
-1:52.2.0 core:paste (atom-text-editor.editor.is-focused)
-1:51.6.0 core:save (atom-text-editor.editor.is-focused)
-1:30.6.0 core:backspace (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="{
"core": {
"ignoredNames": [
"node_modules"
],
"themes": [
"atom-dark-ui",
"seti-syntax"
],
"disabledPackages": [
"Tern"
],
"projectHome": "Y:\\app-tfoumax"
},
"editor": {
"invisibles": {},
"softWrap": true,
"showIndentGuide": true
}
}"><pre class="notranslate">{
<span class="pl-ent">"core"</span>: {
<span class="pl-ent">"ignoredNames"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>node_modules<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"themes"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>atom-dark-ui<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>seti-syntax<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"disabledPackages"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>Tern<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"projectHome"</span>: <span class="pl-s"><span class="pl-pds">"</span>Y:<span class="pl-cce">\\</span>app-tfoumax<span class="pl-pds">"</span></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">"showIndentGuide"</span>: <span class="pl-c1">true</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
autocomplete-plus, v2.12.0
autocomplete-snippets, v1.2.0
javascript-snippets, v1.0.0
jshint, v1.3.5
language-ejs, v0.1.0
linter, v0.12.1
pretty-json, v0.3.3
save-session, v0.14.0
Search, v0.4.0
seti-syntax, v0.4.0
# Dev
No dev packages"><pre class="notranslate"><span class="pl-c"><span class="pl-c">#</span> User</span>
autocomplete<span class="pl-k">-</span>plus, v2.<span class="pl-ii">12</span>.<span class="pl-ii">0</span>
autocomplete<span class="pl-k">-</span>snippets, v1.<span class="pl-ii">2</span>.<span class="pl-ii">0</span>
javascript<span class="pl-k">-</span>snippets, v1.<span class="pl-ii">0</span>.<span class="pl-ii">0</span>
jshint, v1.<span class="pl-ii">3</span>.<span class="pl-ii">5</span>
language<span class="pl-k">-</span>ejs, v0.<span class="pl-ii">1</span>.<span class="pl-ii">0</span>
linter, v0.<span class="pl-ii">12</span>.<span class="pl-ii">1</span>
pretty<span class="pl-k">-</span>json, v0.<span class="pl-ii">3</span>.<span class="pl-ii">3</span>
save<span class="pl-k">-</span>session, v0.<span class="pl-ii">14</span>.<span class="pl-ii">0</span>
Search, v0.<span class="pl-ii">4</span>.<span class="pl-ii">0</span>
seti<span class="pl-k">-</span>syntax, v0.<span class="pl-ii">4</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">Hi,<br>
I was (am) testing the carousel on mobile devices (my android phone), and noticed it doesn't support touch events (swipe left or right etc).</p>
<p dir="auto">And I search for the solution and found this</p>
<p dir="auto"><a href="https://github.com/ixisio/bootstrap-touch-carousel">https://github.com/ixisio/bootstrap-touch-carousel</a></p>
<p dir="auto">and implemented it and it works fine.</p>
<p dir="auto">But shouldn't it be a part of core framework? As its main goal is "Mobile First" so having no touch support for carousel and such doesn't make sense to me?</p>
<p dir="auto">Please let me know about future plans of touch support for different elements?</p>
<p dir="auto">Is this part of 3.1 milestone????</p> | <p dir="auto"><a href="http://getbootstrap.com/javascript/" rel="nofollow">http://getbootstrap.com/javascript/</a></p>
<p dir="auto">is it possible to make it work when we swipe.</p> | 1 |
<p dir="auto">Hello, I ran into a bug related to typealias while working in Graphs.jl today.<br>
Here's the code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="typealias A{B} Vector{Vector{B}}
typealias C{D} Vector{Vector{D}}"><pre class="notranslate"><code class="notranslate">typealias A{B} Vector{Vector{B}}
typealias C{D} Vector{Vector{D}}
</code></pre></div>
<p dir="auto">Then <code class="notranslate">A</code> gives <code class="notranslate">Array{Array{B,1},1}</code> as expected.<br>
Unfortunately <code class="notranslate">C</code> also gives <code class="notranslate">Array{Array{B,1},1}</code></p>
<p dir="auto">So <code class="notranslate">A{Int}</code> is <code class="notranslate">Array{Array{Int64,1},1}</code><br>
But <code class="notranslate">C{Int}</code> is <code class="notranslate">Array{Array{B,1},1}</code></p>
<p dir="auto">This has bad effects. If I put <code class="notranslate">typealias LLT{T} Vector{Vector{T}}</code> at the top of Graphs/test/test_all, before the library is loaded, it breaks everything.</p> | <p dir="auto">I'm building a DSL for symbolic things. I couldn't parse unicode characters for forall '∀' and exists '∃' as symbols (function names) in 1.6.0-beta1.</p> | 0 |
<ul dir="auto">
<li>Electron version:0.37.0</li>
<li>Operating system: windows 7</li>
</ul>
<p dir="auto">running electron does nothing as far as i can tell</p>
<blockquote>
<p dir="auto">/c/GitHub/sandbox (master) $ electron .<br>
(no output)<br>
/c/GitHub/sandbox (master) $ electron --help<br>
(no output)</p>
</blockquote> | <p dir="auto">I'm not sure why this works on Chrome v49 itself but this is a win8 only API. Maybe the WINVER setting isn't working properly in brightray's gypi</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/831718/13723760/8c13329a-e83c-11e5-8de4-07d1cf42fac7.png"><img width="346" alt="screenshot 2016-03-12 10 23 00" src="https://cloud.githubusercontent.com/assets/831718/13723760/8c13329a-e83c-11e5-8de4-07d1cf42fac7.png" style="max-width: 100%;"></a></p> | 1 |
<ul dir="auto">
<li>Electron version: 1.4 - 1.6 - but most likely happens on all of them</li>
<li>Operating system: Windows 7/8</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">In frameless window any dom element should lose focus after mouse cursor leaves the window area.</p>
<h3 dir="auto">Actual behavior</h3>
<p dir="auto">In frameless window any dom element stays focused after mouse cursor leaves the window area.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/563a556d3acdd7daf8fa99ce67611021d70712d870c5b6631c0ebb89b9ddb5ae/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f6c34464774496f425033773955717276322f67697068792e676966"><img src="https://camo.githubusercontent.com/563a556d3acdd7daf8fa99ce67611021d70712d870c5b6631c0ebb89b9ddb5ae/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f6c34464774496f425033773955717276322f67697068792e676966" alt="Bug" data-animated-image="" data-canonical-src="https://media.giphy.com/media/l4FGtIoBP3w9Uqrv2/giphy.gif" style="max-width: 100%;"></a></p>
<h3 dir="auto">How to reproduce</h3>
<p dir="auto">Create div element with on :hover css state that changes its background-color. Place the div close to the frameless window border. Move mouse cursor over the div then move the cursor outside of the window.</p> | <p dir="auto">I have a simple <code class="notranslate">div</code> with a css hover effect changing the background color. When I move the mouse outside of the window area, the <code class="notranslate">div</code> keeps its hover style. It should actually go back to its normal style. Presumable the mouseleave event was "swallowed".</p>
<p dir="auto">For a demonstration video see here: <a href="https://www.screenr.com/4M0N" rel="nofollow">https://www.screenr.com/4M0N</a></p>
<p dir="auto">It happens using the frameless view <strong>and</strong> using the windows frame view. Even though the latter is more difficult to reproduce (move the mouse faster).</p>
<p dir="auto">You can reproduce it with this sample code:</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<!DOCTYPE html>
<html>
<head>
<title>mouseleave</title>
<style>
.box {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 10%;
}
.box:hover {
background-color: red;
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>"><pre class="notranslate"><span class="pl-c1"><!DOCTYPE html<span class="pl-kos">></span></span>
<span class="pl-kos"><</span><span class="pl-ent">html</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">head</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">title</span><span class="pl-kos">></span>mouseleave<span class="pl-kos"></</span><span class="pl-ent">title</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">style</span><span class="pl-kos">></span>
.<span class="pl-c1">box</span> {
<span class="pl-c1">position</span><span class="pl-kos">:</span> absolute;
<span class="pl-c1">top</span><span class="pl-kos">:</span> <span class="pl-c1">0</span>;
<span class="pl-c1">right</span><span class="pl-kos">:</span> <span class="pl-c1">0</span>;
<span class="pl-c1">bottom</span><span class="pl-kos">:</span> <span class="pl-c1">0</span>;
<span class="pl-c1">left</span><span class="pl-kos">:</span> <span class="pl-c1">10<span class="pl-smi">%</span></span>;
}
.<span class="pl-c1">box</span><span class="pl-kos">:</span><span class="pl-c1">hover</span> {
<span class="pl-c1">background-color</span><span class="pl-kos">:</span> red;
}
<span class="pl-kos"></</span><span class="pl-ent">style</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">head</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">body</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">div</span> <span class="pl-c1">class</span>="<span class="pl-s">box</span>"<span class="pl-kos">></span><span class="pl-kos"></</span><span class="pl-ent">div</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">body</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">html</span><span class="pl-kos">></span></pre></div>
<p dir="auto">My setup:<br>
Windows <del><strong>8.1</strong></del> <strong>7</strong><br>
atom-shell <strong>0.15.7</strong></p> | 1 |
<p dir="auto"><code class="notranslate">our_rand_r</code> is a fast and simple random generator defined in <code class="notranslate">sklearn/tree/_tree.pyx</code></p>
<p dir="auto">Problems:</p>
<ul dir="auto">
<li>The functions only return 0s if seeded with 0. We need to audit the use of this function and make sure it is never seeded with 0.</li>
<li>The code is duplicated (<code class="notranslate">sklearn/linear_model/cd_fast.pyx</code>) and will be in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="78080071" data-permission-text="Title is private" data-url="https://github.com/scikit-learn/scikit-learn/issues/4738" data-hovercard-type="pull_request" data-hovercard-url="/scikit-learn/scikit-learn/pull/4738/hovercard" href="https://github.com/scikit-learn/scikit-learn/pull/4738">#4738</a>, in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="89295417" data-permission-text="Title is private" data-url="https://github.com/scikit-learn/scikit-learn/issues/4873" data-hovercard-type="pull_request" data-hovercard-url="/scikit-learn/scikit-learn/pull/4873/hovercard" href="https://github.com/scikit-learn/scikit-learn/pull/4873">#4873</a>, and possibly other PR . My first attempt to re-use only one code (by moving the inline function in _tree.pxd file) has failed: Every tests passed on Linux (Travis) but it broke 45 tests on Windows (AppVeyor), I did not figure out why.</li>
</ul> | <p dir="auto">Right now the output of travis is too large to render, partially because a lot of deprecation warnings and partially because of warnings from the common tests. The common tests should catch all the deprecation warnings and probably also convergence warnings or numerical warnings (we decrease the number of iterations for faster testing).</p> | 0 |
<p dir="auto">For example, given an empty lib.rs, this happens:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rustc --lib lib.rs & rustc --rlib lib.rs
error: linking with `cc` failed: exit code: 1
note: cc arguments: '-m64' '-L/usr/local/lib/rustc/x86_64-unknown-linux-gnu/lib' '-o' 'liblib-9ed81b85-0.0.so' 'lib.o' 'lib.metadata.o' '-Wl,--as-needed' '-L/tmp/.rust' '-L/tmp' '-L/usr/local/lib/rustc/x86_64-unknown-linux-gnu/lib' '-lstd-04ff901e-0.9-pre' '-lrt' '-ldl' '-lm' '-lpthread' '-lstdc++' '-shared' '-lmorestack' '-Wl,-rpath,$ORIGIN/../usr/local/lib/rustc/x86_64-unknown-linux-gnu/lib' '-Wl,-rpath,/usr/local/lib/rustc/x86_64-unknown-linux-gnu/lib'
note: /usr/bin/ld: reopening lib.o: No such file or directory
/usr/bin/ld: final link failed: No such file or directory
collect2: error: ld returned 1 exit status
error: aborting due to previous error
task 'rustc' failed at 'explicit failure', /home/siege/src/rust2/src/libsyntax/diagnostic.rs:102
task '<main>' failed at 'explicit failure', /home/siege/src/rust2/src/librustc/lib.rs:398"><pre class="notranslate"><code class="notranslate">rustc --lib lib.rs & rustc --rlib lib.rs
error: linking with `cc` failed: exit code: 1
note: cc arguments: '-m64' '-L/usr/local/lib/rustc/x86_64-unknown-linux-gnu/lib' '-o' 'liblib-9ed81b85-0.0.so' 'lib.o' 'lib.metadata.o' '-Wl,--as-needed' '-L/tmp/.rust' '-L/tmp' '-L/usr/local/lib/rustc/x86_64-unknown-linux-gnu/lib' '-lstd-04ff901e-0.9-pre' '-lrt' '-ldl' '-lm' '-lpthread' '-lstdc++' '-shared' '-lmorestack' '-Wl,-rpath,$ORIGIN/../usr/local/lib/rustc/x86_64-unknown-linux-gnu/lib' '-Wl,-rpath,/usr/local/lib/rustc/x86_64-unknown-linux-gnu/lib'
note: /usr/bin/ld: reopening lib.o: No such file or directory
/usr/bin/ld: final link failed: No such file or directory
collect2: error: ld returned 1 exit status
error: aborting due to previous error
task 'rustc' failed at 'explicit failure', /home/siege/src/rust2/src/libsyntax/diagnostic.rs:102
task '<main>' failed at 'explicit failure', /home/siege/src/rust2/src/librustc/lib.rs:398
</code></pre></div>
<p dir="auto">This could be fixed in two main ways.</p>
<ol dir="auto">
<li>Add an option (e.g. <code class="notranslate">--temps-path</code>) to store the intermediates in a specific location</li>
<li>Add some kind of hash to the names of the intermediates to stop them from colliding. Can't just be the pkgid hash, as it'd still fail the above test.</li>
</ol> | <p dir="auto">This change to using <code class="notranslate">#[pkgid]</code> is causing a serious problem. Library names are now completely different. And I don't mean the hash. I mean the actual name on-disk. Not only that, but libraries without a <code class="notranslate">#[pkgid]</code> will potentially be named completely incorrectly and collide on-disk.</p>
<p dir="auto">The library name on disk is <code class="notranslate">lib<name>-<hash>...</code>. Previously, <code class="notranslate"><name></code> came from the link args, so <code class="notranslate">#[link(name="foo")];</code> produced <code class="notranslate">libfoo-<hash>...</code>. Now, it's apparently based off of the last path component of the <code class="notranslate">#[pkgid]</code>. So if my library doesn't have a <code class="notranslate">#[pkgid]</code>, and the root file is named <code class="notranslate">lib.rs</code>, then I'll end up with <code class="notranslate">liblib-<hash>...</code>. And since the hash is also based off of the <code class="notranslate">#[pkgid]</code>, then every single non-<code class="notranslate">#[pkgid]</code> library with the same root source file will result in the same full filename (as both the library name and the hash are identical). That's really bad.</p>
<p dir="auto">If I go ahead and add a <code class="notranslate">#[pkgid]</code>, and use the recommended approach of using my github path as the pkgid, then I end up with a library that's potentially named incorrectly. For example, my <a href="https://github.com/kballard/rust-lua">github.com/kballard/rust-lua</a> library wants to produce <code class="notranslate">liblua-<hash>...</code> but instead with the <code class="notranslate">#[pkgid]</code> it's now <code class="notranslate">librust-lua-<hash>...</code>.</p> | 1 |
<p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>...</li>
<li>...</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 1.0.0<br>
<strong>System</strong>: Microsoft Windows 8.1 Pro with Media Center<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cannot find module './context-menu'<br>
Error: Cannot find module './context-menu'<br>
at Function.Module._resolveFilename (module.js:328:15)<br>
at Function.Module._load (module.js:270:25)<br>
at Module.require (module.js:357:17)<br>
at require (module.js:376:17)<br>
at BrowserWindow. (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\app.asar\src\browser\atom-window.js:149:27)<br>
at emitOne (events.js:77:13)<br>
at BrowserWindow.emit (events.js:166:7)<br>
at callFunction (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)<br>
at EventEmitter. (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\atom.asar\browser\lib\rpc-server.js:208:14)<br>
at emitMany (events.js:108:13)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="At C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\atom.asar\renderer\api\lib\remote.js:77
Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Function.Module._load (module.js:270:25)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at BrowserWindow.<anonymous> (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\app.asar\src\browser\atom-window.js:149:27)
at emitOne (events.js:77:13)
at BrowserWindow.emit (events.js:166:7)
at callFunction (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)
at EventEmitter.<anonymous> (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\atom.asar\browser\lib\rpc-server.js:208:14)
at emitMany (events.js:108:13)
at metaToValue (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\atom.asar\renderer\api\lib\remote.js:77:15)
at BrowserWindow.RemoteMemberFunction [as emit] (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\atom.asar\renderer\api\lib\remote.js:111:26)
at ContextMenuManager.module.exports.ContextMenuManager.showForEvent (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\app.asar\src\context-menu-manager.js:170:31)
at HTMLDocument.<anonymous> (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\app.asar\src\window-event-handler.js:150:33)
at HTMLDocument.handler (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\app.asar\src\space-pen-extensions.js:112:34)
at HTMLDocument.jQuery.event.dispatch (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4681:9)
at HTMLDocument.elemData.handle (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4359:46)
"><pre class="notranslate"><code class="notranslate">At C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\atom.asar\renderer\api\lib\remote.js:77
Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Function.Module._load (module.js:270:25)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at BrowserWindow.<anonymous> (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\app.asar\src\browser\atom-window.js:149:27)
at emitOne (events.js:77:13)
at BrowserWindow.emit (events.js:166:7)
at callFunction (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)
at EventEmitter.<anonymous> (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\atom.asar\browser\lib\rpc-server.js:208:14)
at emitMany (events.js:108:13)
at metaToValue (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\atom.asar\renderer\api\lib\remote.js:77:15)
at BrowserWindow.RemoteMemberFunction [as emit] (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\atom.asar\renderer\api\lib\remote.js:111:26)
at ContextMenuManager.module.exports.ContextMenuManager.showForEvent (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\app.asar\src\context-menu-manager.js:170:31)
at HTMLDocument.<anonymous> (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\app.asar\src\window-event-handler.js:150:33)
at HTMLDocument.handler (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\app.asar\src\space-pen-extensions.js:112:34)
at HTMLDocument.jQuery.event.dispatch (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4681:9)
at HTMLDocument.elemData.handle (C:\Users\Reminny\AppData\Local\atom\app-1.0.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4359:46)
</code></pre></div>
<h3 dir="auto">Commands</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" -1:14.3.0 settings-view:open (atom-text-editor.editor.is-focused)
-0:53.6.0 snippets:next-tab-stop (atom-text-editor.editor.is-focused)
-0:53.6.0 snippets:expand (atom-text-editor.editor.is-focused)
-0:53.6.0 editor:indent (atom-text-editor.editor.is-focused)
2x -0:52.3.0 core:backspace (atom-text-editor.editor.is-focused)
-0:49.6.0 snippets:next-tab-stop (atom-text-editor.editor.is-focused)
-0:49.6.0 snippets:expand (atom-text-editor.editor.is-focused)
-0:49.6.0 editor:indent (atom-text-editor.editor.is-focused)
-0:48.2.0 core:backspace (atom-text-editor.editor.is-focused)
-0:37.5.0 core:select-all (atom-text-editor.editor.is-focused)
-0:37.3.0 core:backspace (atom-text-editor.editor.is-focused)
2x -0:34 tree-view:toggle (atom-text-editor.editor.is-focused)
2x -0:31.4.0 core:move-down (atom-text-editor.editor.is-focused)
-0:29.6.0 core:move-right (atom-text-editor.editor.is-focused)
-0:29.2.0 core:move-left (atom-text-editor.editor.is-focused)
2x -0:26.9.0 core:backspace (atom-text-editor.editor.is-focused)"><pre class="notranslate"><code class="notranslate"> -1:14.3.0 settings-view:open (atom-text-editor.editor.is-focused)
-0:53.6.0 snippets:next-tab-stop (atom-text-editor.editor.is-focused)
-0:53.6.0 snippets:expand (atom-text-editor.editor.is-focused)
-0:53.6.0 editor:indent (atom-text-editor.editor.is-focused)
2x -0:52.3.0 core:backspace (atom-text-editor.editor.is-focused)
-0:49.6.0 snippets:next-tab-stop (atom-text-editor.editor.is-focused)
-0:49.6.0 snippets:expand (atom-text-editor.editor.is-focused)
-0:49.6.0 editor:indent (atom-text-editor.editor.is-focused)
-0:48.2.0 core:backspace (atom-text-editor.editor.is-focused)
-0:37.5.0 core:select-all (atom-text-editor.editor.is-focused)
-0:37.3.0 core:backspace (atom-text-editor.editor.is-focused)
2x -0:34 tree-view:toggle (atom-text-editor.editor.is-focused)
2x -0:31.4.0 core:move-down (atom-text-editor.editor.is-focused)
-0:29.6.0 core:move-right (atom-text-editor.editor.is-focused)
-0:29.2.0 core:move-left (atom-text-editor.editor.is-focused)
2x -0:26.9.0 core:backspace (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="{
"core": {
"themes": [
"seti-ui",
"solarized-dark-syntax"
],
"autoHideMenuBar": true
},
"editor": {
"invisibles": {}
}
}"><pre class="notranslate">{
<span class="pl-ent">"core"</span>: {
<span class="pl-ent">"themes"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>seti-ui<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>solarized-dark-syntax<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"autoHideMenuBar"</span>: <span class="pl-c1">true</span>
},
<span class="pl-ent">"editor"</span>: {
<span class="pl-ent">"invisibles"</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
seti-ui, v0.7.1
# Dev
No dev packages"><pre class="notranslate"><span class="pl-c"><span class="pl-c">#</span> User</span>
seti<span class="pl-k">-</span>ui, v0.<span class="pl-ii">7</span>.<span class="pl-ii">1</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> | <p dir="auto">I right-clicked on a folder in the tree view</p>
<p dir="auto"><strong>Atom Version</strong>: 0.194.0<br>
<strong>System</strong>: Windows 7 Entreprise<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cannot find module './context-menu'<br>
Error: Cannot find module './context-menu'<br>
at Function.Module._resolveFilename (module.js:328:15)<br>
at Function.Module._load (module.js:270:25)<br>
at Module.require (module.js:357:17)<br>
at require (module.js:376:17)<br>
at BrowserWindow. (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\browser\atom-window.js:152:27)<br>
at emitOne (events.js:77:13)<br>
at BrowserWindow.emit (events.js:166:7)<br>
at callFunction (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)<br>
at EventEmitter. (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\browser\lib\rpc-server.js:208:14)<br>
at emitMany (events.js:108:13)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="At C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\renderer\api\lib\remote.js:77
Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Function.Module._load (module.js:270:25)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at BrowserWindow.<anonymous> (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\browser\atom-window.js:152:27)
at emitOne (events.js:77:13)
at BrowserWindow.emit (events.js:166:7)
at callFunction (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)
at EventEmitter.<anonymous> (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\browser\lib\rpc-server.js:208:14)
at emitMany (events.js:108:13)
at metaToValue (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\renderer\api\lib\remote.js:77:15)
at BrowserWindow.RemoteMemberFunction [as emit] (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\renderer\api\lib\remote.js:111:26)
at ContextMenuManager.module.exports.ContextMenuManager.showForEvent (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\context-menu-manager.js:170:31)
at HTMLDocument.<anonymous> (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\window-event-handler.js:149:33)
at HTMLDocument.handler (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\space-pen-extensions.js:112:34)
at HTMLDocument.jQuery.event.dispatch (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4681:9)
at HTMLDocument.elemData.handle (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4359:46)
"><pre class="notranslate"><code class="notranslate">At C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\renderer\api\lib\remote.js:77
Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Function.Module._load (module.js:270:25)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at BrowserWindow.<anonymous> (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\browser\atom-window.js:152:27)
at emitOne (events.js:77:13)
at BrowserWindow.emit (events.js:166:7)
at callFunction (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)
at EventEmitter.<anonymous> (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\browser\lib\rpc-server.js:208:14)
at emitMany (events.js:108:13)
at metaToValue (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\renderer\api\lib\remote.js:77:15)
at BrowserWindow.RemoteMemberFunction [as emit] (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\atom.asar\renderer\api\lib\remote.js:111:26)
at ContextMenuManager.module.exports.ContextMenuManager.showForEvent (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\context-menu-manager.js:170:31)
at HTMLDocument.<anonymous> (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\window-event-handler.js:149:33)
at HTMLDocument.handler (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\src\space-pen-extensions.js:112:34)
at HTMLDocument.jQuery.event.dispatch (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4681:9)
at HTMLDocument.elemData.handle (C:\Users\jbrichardet\AppData\Local\atom\app-0.194.0\resources\app.asar\node_modules\space-pen\vendor\jquery.js:4359:46)
</code></pre></div>
<h3 dir="auto">Commands</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" -4:55.5.0 editor:checkout-head-revision (atom-text-editor.editor.is-focused)
2x -3:41.6.0 window:focus-pane-on-right (atom-text-editor.editor)
-3:17.5.0 application:add-project-folder (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
-2:47.4.0 editor:newline (atom-text-editor.editor.is-focused)
-2:38.2.0 core:cut (atom-text-editor.editor)
-2:36.5.0 core:paste (atom-text-editor.editor.is-focused)
-2:26.6.0 core:save (atom-text-editor.editor.is-focused)
-2:20.6.0 core:move-down (atom-text-editor.editor)
-2:20.4.0 autocomplete-plus:confirm (atom-text-editor.editor)
-2:15.8.0 core:save (atom-text-editor.editor)
-2:08.7.0 core:copy (atom-text-editor.editor.is-focused)
-2:01.2.0 core:paste (atom-text-editor.editor.is-focused)
-1:59.7.0 core:save (atom-text-editor.editor.is-focused)
-1:52.2.0 core:paste (atom-text-editor.editor.is-focused)
-1:51.6.0 core:save (atom-text-editor.editor.is-focused)
-1:30.6.0 core:backspace (atom-text-editor.editor)"><pre class="notranslate"><code class="notranslate"> -4:55.5.0 editor:checkout-head-revision (atom-text-editor.editor.is-focused)
2x -3:41.6.0 window:focus-pane-on-right (atom-text-editor.editor)
-3:17.5.0 application:add-project-folder (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
-2:47.4.0 editor:newline (atom-text-editor.editor.is-focused)
-2:38.2.0 core:cut (atom-text-editor.editor)
-2:36.5.0 core:paste (atom-text-editor.editor.is-focused)
-2:26.6.0 core:save (atom-text-editor.editor.is-focused)
-2:20.6.0 core:move-down (atom-text-editor.editor)
-2:20.4.0 autocomplete-plus:confirm (atom-text-editor.editor)
-2:15.8.0 core:save (atom-text-editor.editor)
-2:08.7.0 core:copy (atom-text-editor.editor.is-focused)
-2:01.2.0 core:paste (atom-text-editor.editor.is-focused)
-1:59.7.0 core:save (atom-text-editor.editor.is-focused)
-1:52.2.0 core:paste (atom-text-editor.editor.is-focused)
-1:51.6.0 core:save (atom-text-editor.editor.is-focused)
-1:30.6.0 core:backspace (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="{
"core": {
"ignoredNames": [
"node_modules"
],
"themes": [
"atom-dark-ui",
"seti-syntax"
],
"disabledPackages": [
"Tern"
],
"projectHome": "Y:\\app-tfoumax"
},
"editor": {
"invisibles": {},
"softWrap": true,
"showIndentGuide": true
}
}"><pre class="notranslate">{
<span class="pl-ent">"core"</span>: {
<span class="pl-ent">"ignoredNames"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>node_modules<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"themes"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>atom-dark-ui<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>seti-syntax<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"disabledPackages"</span>: [
<span class="pl-s"><span class="pl-pds">"</span>Tern<span class="pl-pds">"</span></span>
],
<span class="pl-ent">"projectHome"</span>: <span class="pl-s"><span class="pl-pds">"</span>Y:<span class="pl-cce">\\</span>app-tfoumax<span class="pl-pds">"</span></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">"showIndentGuide"</span>: <span class="pl-c1">true</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
autocomplete-plus, v2.12.0
autocomplete-snippets, v1.2.0
javascript-snippets, v1.0.0
jshint, v1.3.5
language-ejs, v0.1.0
linter, v0.12.1
pretty-json, v0.3.3
save-session, v0.14.0
Search, v0.4.0
seti-syntax, v0.4.0
# Dev
No dev packages"><pre class="notranslate"><span class="pl-c"><span class="pl-c">#</span> User</span>
autocomplete<span class="pl-k">-</span>plus, v2.<span class="pl-ii">12</span>.<span class="pl-ii">0</span>
autocomplete<span class="pl-k">-</span>snippets, v1.<span class="pl-ii">2</span>.<span class="pl-ii">0</span>
javascript<span class="pl-k">-</span>snippets, v1.<span class="pl-ii">0</span>.<span class="pl-ii">0</span>
jshint, v1.<span class="pl-ii">3</span>.<span class="pl-ii">5</span>
language<span class="pl-k">-</span>ejs, v0.<span class="pl-ii">1</span>.<span class="pl-ii">0</span>
linter, v0.<span class="pl-ii">12</span>.<span class="pl-ii">1</span>
pretty<span class="pl-k">-</span>json, v0.<span class="pl-ii">3</span>.<span class="pl-ii">3</span>
save<span class="pl-k">-</span>session, v0.<span class="pl-ii">14</span>.<span class="pl-ii">0</span>
Search, v0.<span class="pl-ii">4</span>.<span class="pl-ii">0</span>
seti<span class="pl-k">-</span>syntax, v0.<span class="pl-ii">4</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">I'm using MaterialUI w/ React 16 w/ server-side rendering. Everything seems to be working, but React is complaining about the server-side and client-side markups not matching. Warning goes away if I remove the <code class="notranslate">TextField</code> from my view. What am I doing wrong?</p>
<p dir="auto">React Warning: <code class="notranslate">Warning: Prop 'htmlFor' did not match. Server: "email-undefined-Email-51592" Client: "email-undefined-Email-58019"</code></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">Should be able to utilize MUI's <code class="notranslate">TextField</code> component w/ SSR w/o having React warn on SSR and CSR render mismatches.</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">The warning above is displayed in the browser console.</p>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<p dir="auto">This is a server-side render issue, so using something like codesandbox.com isn't an option since you can only do CSR in that case.</p>
<ol dir="auto">
<li>Create a SSR react app</li>
<li>Create a view w/ a <code class="notranslate">TextField</code> component in it like follows:</li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<TextField
className=""
type="email"
fullWidth={true}
name="email"
floatingLabelText="Email"
/>"><pre class="notranslate"><code class="notranslate"><TextField
className=""
type="email"
fullWidth={true}
name="email"
floatingLabelText="Email"
/>
</code></pre></div>
<ol start="3" dir="auto">
<li>Load the view.</li>
<li>Check console to see React warning above.</li>
</ol>
<h2 dir="auto">Context</h2>
<p dir="auto">Just building an app using MUI and can't make the warning go away (which is also causing components to re-render in the client)</p>
<h2 dir="auto">Your Environment</h2>
<p dir="auto">Node 8, KoaJS v2, React 16, react-router v4, Chrome latest</p>
<table role="table">
<thead>
<tr>
<th>Tech</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>Material-UI</td>
<td>0.19.4</td>
</tr>
<tr>
<td>React</td>
<td>16</td>
</tr>
<tr>
<td>browser</td>
<td>Chrome latest</td>
</tr>
<tr>
<td>etc</td>
<td>OSX High Sierra</td>
</tr>
</tbody>
</table> | <ul dir="auto">
<li>[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.</li>
</ul>
<h2 dir="auto">Expected Behavior</h2>
<p dir="auto">Whenever a FlatButton is clicked, the event handler should receive the event object of the button.</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">Instead it receives the event object of a child span.</p>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<ol dir="auto">
<li>Open: <a href="https://codesandbox.io/s/l9v5q2548z" rel="nofollow">https://codesandbox.io/s/l9v5q2548z</a></li>
<li>Open debugging console.</li>
<li>Click on the buttons & see the event.target object, which is a child span of the FlatButton that is being created behind the scenes.</li>
</ol>
<h2 dir="auto">Context</h2>
<p dir="auto">I need to pass name property of the buttons to the event handlers and there perform different actions depending on the value of the name property.</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>0.20</td>
</tr>
<tr>
<td>React</td>
<td>16.2.0</td>
</tr>
<tr>
<td>browser</td>
<td>Chrome</td>
</tr>
<tr>
<td>etc</td>
<td></td>
</tr>
</tbody>
</table> | 0 |
<p dir="auto">I see that the libraries are using viewless Fragments to do work. This creates a problem where under some circumstance, would conflict with other fragment transactions that fragment manager is doing<br>
The full stacktrace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" java.lang.IllegalStateException: Recursive entry to executePendingTransactions
at android.support.v4.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1457)
at android.support.v4.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:482)
at com.bumptech.glide.manager.RequestManagerRetriever.supportFragmentGet(RequestManagerRetriever.java:148)
at com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:66)
at com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:29)
at com.bumptech.glide.Glide.with(Glide.java:537)"><pre class="notranslate"><code class="notranslate"> java.lang.IllegalStateException: Recursive entry to executePendingTransactions
at android.support.v4.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1457)
at android.support.v4.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:482)
at com.bumptech.glide.manager.RequestManagerRetriever.supportFragmentGet(RequestManagerRetriever.java:148)
at com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:66)
at com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:29)
at com.bumptech.glide.Glide.with(Glide.java:537)
</code></pre></div>
<p dir="auto">A perfect example of this would be an <code class="notranslate">ViewPager</code> containing several Fragments that calls Glide at the very beginning of <code class="notranslate">onCreateView</code>.</p> | <p dir="auto">I have a customized ImageView which is using Glide to load up it's content during <code class="notranslate">onAttachedToWindow()</code>. It works correctly if it is embedded into an activity, however if I put it into a Fragment it fails.<br>
I use Glide with this two lines as recommended:</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Glide.get(getContext()).register(GlideUrl.class, InputStream.class, new VolleyUrlLoader.Factory(...));
Glide.with(getContext()).load(...).into(this);"><pre class="notranslate"><span class="pl-smi">Glide</span>.<span class="pl-en">get</span>(<span class="pl-en">getContext</span>()).<span class="pl-en">register</span>(<span class="pl-smi">GlideUrl</span>.<span class="pl-k">class</span>, <span class="pl-smi">InputStream</span>.<span class="pl-k">class</span>, <span class="pl-k">new</span> <span class="pl-smi">VolleyUrlLoader</span>.<span class="pl-smi">Factory</span>(...));
<span class="pl-smi">Glide</span>.<span class="pl-en">with</span>(<span class="pl-en">getContext</span>()).<span class="pl-en">load</span>(...).<span class="pl-en">into</span>(<span class="pl-smi">this</span>);</pre></div>
<p dir="auto">It fails on the second line, and note that in the Fragment's case, the getContext() is returning the FragmentActivity, not the Fragment. I'm guessing that this is the problem, which I might be able to circumvent with some hacking (by providing the Fragment to the view, which I don't really want to do).<br>
Anyway the resulting stack trace is the following:</p>
<div class="highlight highlight-source-ruby notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="FATAL EXCEPTION: main
java.lang.IllegalStateException: Recursive entry to executePendingTransactions
at android.support.v4.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1456)
at android.support.v4.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:482)
at com.bumptech.glide.manager.RequestManagerRetriever.supportFragmentGet(RequestManagerRetriever.java:148)
at com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:66)
at com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:29)
at com.bumptech.glide.Glide.with(Glide.java:537)"><pre class="notranslate"><span class="pl-en">FATAL</span> <span class="pl-pds">EXCEPTION</span>: <span class="pl-en">main</span>
<span class="pl-en">java</span><span class="pl-kos">.</span><span class="pl-en">lang</span><span class="pl-kos">.</span><span class="pl-en">IllegalStateException</span>: <span class="pl-en">Recursive</span> <span class="pl-en">entry</span> <span class="pl-en">to</span> <span class="pl-en">executePendingTransactions</span>
<span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">support</span><span class="pl-kos">.</span><span class="pl-en">v4</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">FragmentManagerImpl</span><span class="pl-kos">.</span><span class="pl-en">execPendingActions</span><span class="pl-kos">(</span><span class="pl-v">FragmentManager</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:1456</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">android</span><span class="pl-kos">.</span><span class="pl-en">support</span><span class="pl-kos">.</span><span class="pl-en">v4</span><span class="pl-kos">.</span><span class="pl-en">app</span><span class="pl-kos">.</span><span class="pl-en">FragmentManagerImpl</span><span class="pl-kos">.</span><span class="pl-en">executePendingTransactions</span><span class="pl-kos">(</span><span class="pl-v">FragmentManager</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:482</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">manager</span><span class="pl-kos">.</span><span class="pl-en">RequestManagerRetriever</span><span class="pl-kos">.</span><span class="pl-en">supportFragmentGet</span><span class="pl-kos">(</span><span class="pl-v">RequestManagerRetriever</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:148</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">manager</span><span class="pl-kos">.</span><span class="pl-en">RequestManagerRetriever</span><span class="pl-kos">.</span><span class="pl-en">get</span><span class="pl-kos">(</span><span class="pl-v">RequestManagerRetriever</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:66</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">manager</span><span class="pl-kos">.</span><span class="pl-en">RequestManagerRetriever</span><span class="pl-kos">.</span><span class="pl-en">get</span><span class="pl-kos">(</span><span class="pl-v">RequestManagerRetriever</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:29</span><span class="pl-kos">)</span>
<span class="pl-en">at</span> <span class="pl-en">com</span><span class="pl-kos">.</span><span class="pl-en">bumptech</span><span class="pl-kos">.</span><span class="pl-en">glide</span><span class="pl-kos">.</span><span class="pl-en">Glide</span><span class="pl-kos">.</span><span class="pl-en">with</span><span class="pl-kos">(</span><span class="pl-v">Glide</span><span class="pl-kos">.</span><span class="pl-en">java</span><span class="pl-pds">:537</span><span class="pl-kos">)</span></pre></div> | 1 |
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: No. import tensorflow as tf</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Windows 10 x64 on SQL Server 2017</li>
<li><strong>TensorFlow installed from (source or binary)</strong>: Binary - pip install N:\Packages\Python\tensorflow-1.8.0-cp35-cp35m-win_amd64.whl -f ./ --no-index</li>
<li><strong>TensorFlow version (use command below)</strong>: 1.8.0</li>
<li><strong>Python version</strong>: 3.5</li>
<li><strong>Bazel version (if compiling from source)</strong>: N/A</li>
<li><strong>GCC/Compiler version (if compiling from source)</strong>: N/A</li>
<li><strong>CUDA/cuDNN version</strong>: N/A</li>
<li><strong>GPU model and memory</strong>: N/A</li>
<li><strong>Exact command to reproduce</strong>: import tensorflow as tf</li>
</ul>
<p dir="auto">running through sql the full code is:</p>
<p dir="auto">EXECUTE sp_execute_external_script<br>
<a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/language/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/language">@language</a>=N'Python',<br>
<a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/script/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/script">@script</a> = N'<br>
import tensorflow as tf<br>
'</p>
<h3 dir="auto">Describe the problem</h3>
<p dir="auto">All dependencies for tensorflow 1.8.0 are installed.<br>
Installation through pip ends with "Successfully installed tensorflow-1.8.0"</p>
<p dir="auto">Attempting to import tensorflow fails with:<br>
Msg 39019, Level 16, State 2, Line 7<br>
An external script error occurred:<br>
Failed to load the native TensorFlow runtime.</p>
<p dir="auto">Full error report below.</p>
<p dir="auto">I have checked that MSVCP140.DLL exists in System32 and in SysWOW64.<br>
I don't know how to check for an AVX issue or to bypass it.</p>
<h3 dir="auto">Source code / logs</h3>
<p dir="auto">Traceback (most recent call last):<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 14, in swig_import_helper<br>
return importlib.import_module(mname)<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\importlib_<em>init</em>_.py", line 126, in import_module<br>
return _bootstrap._gcd_import(name[level:], package, level)<br>
File "", line 986, in _gcd_import<br>
File "", line 969, in _find_and_load<br>
File "", line 958, in _find_and_load_unlocked<br>
File "", line 666, in _load_unlocked<br>
File "", line 577, in module_from_spec<br>
File "", line 906, in create_module<br>
File "", line 222, in _call_with_frames_removed</p>
<p dir="auto">Msg 39019, Level 16, State 2, Line 7<br>
An external script error occurred:<br>
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.</p>
<p dir="auto">During handling of the above exception, another exception occurred:</p>
<p dir="auto">Traceback (most recent call last):<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <br>
from tensorflow.python.pywrap_tensorflow_internal import *<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 17, in <br>
_pywrap_tensorflow_internal = swig_import_helper()<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 16, in swig_import_helper<br>
return importlib.import_module('<em>pywrap_tensorflow_internal')<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\importlib_<em>init</em></em>.py", line 126, in import_module<br>
return _bootstrap._gcd_import(name[level:], package, level)</p>
<p dir="auto">Msg 39019, Level 16, State 2, Line 7<br>
An external script error occurred:<br>
ImportError: No module named '_pywrap_tensorflow_internal'</p>
<p dir="auto">During handling of the above exception, another exception occurred:</p>
<p dir="auto">Traceback (most recent call last):<br>
File "", line 5, in <br>
File "D:\MSSQL14.MSSQLSERVER\MSSQL\ExtensibilityData\MSSQLSERVER01\EA86FFCC-FD02-4E32-B3CB-E9AF5CE7CC5F\sqlindb.py", line 31, in transform<br>
import tensorflow as tf<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\site-packages\tensorflow_<em>init</em>_.py", line 24, in <br>
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\site-packages\tensorflow\python_<em>init</em>_.py", line 49, in <br>
from tensorflow.python import pywrap_tensorflow<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in <br>
raise ImportError(msg)<br>
ImportError: Traceback (most recent call last):</p>
<p dir="auto">Msg 39019, Level 16, State 2, Line 7<br>
An external script error occurred:<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 14, in swig_import_helper<br>
return importlib.import_module(mname)<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\importlib_<em>init</em>_.py", line 126, in import_module<br>
return _bootstrap._gcd_import(name[level:], package, level)<br>
File "", line 986, in _gcd_import<br>
File "", line 969, in _find_and_load<br>
File "", line 958, in _find_and_load_unlocked<br>
File "", line 666, in _load_unlocked<br>
File "", line 577, in module_from_spec<br>
File "", line 906, in create_module<br>
File "", line 222, in _call_with_frames_removed<br>
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.</p>
<p dir="auto">Msg 39019, Level 16, State 2, Line 7<br>
An external script error occurred:<br>
During handling of the above exception, another exception occurred:</p>
<p dir="auto">Traceback (most recent call last):<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <br>
from tensorflow.python.pywrap_tensorflow_internal import *<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 17, in <br>
_pywrap_tensorflow_internal = swig_import_helper()<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 16, in swig_import_helper<br>
return importlib.import_module('<em>pywrap_tensorflow_internal')<br>
File "D:\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\lib\importlib_<em>init</em></em>.py", line 126, in import_module<br>
return _bootstrap._gcd_import(name[level:], package, level)<br>
ImportError: No module named '_pywrap_tensorflow_internal'</p>
<p dir="auto">Msg 39019, Level 16, State 2, Line 7<br>
An external script error occurred:<br>
Failed to load the native TensorFlow runtime.</p>
<p dir="auto">See <a href="https://www.tensorflow.org/install/install_sources#common_installation_problems" rel="nofollow">https://www.tensorflow.org/install/install_sources#common_installation_problems</a></p>
<p dir="auto">for some common reasons and solutions. Include the entire stack trace<br>
above this error message when asking for help.</p> | <p dir="auto">As announced in release notes, TensorFlow release binaries version 1.6 and higher are prebuilt with AVX instruction sets. This means on any CPU that do not have these instruction sets either CPU or GPU version of TF will fail to load with any of the following errors:</p>
<ul dir="auto">
<li><code class="notranslate">ImportError: DLL load failed:</code></li>
<li>A crash with return code 132</li>
</ul>
<p dir="auto">Our recommendation is to build TF from sources on these systems.</p>
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: No</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: ubuntu/windows/macos</li>
<li><strong>TensorFlow installed from (source or binary)</strong>: binary</li>
<li><strong>TensorFlow version (use command below)</strong>: 1.6 and up</li>
<li><strong>Python version</strong>: 2.7, 3.3, 3.4, 3.5, 3.6 and any newer</li>
<li><strong>Bazel version (if compiling from source)</strong>: n/a</li>
<li><strong>GCC/Compiler version (if compiling from source)</strong>: n/a</li>
<li><strong>CUDA/cuDNN version</strong>: any</li>
<li><strong>GPU model and memory</strong>: any</li>
<li><strong>Exact command to reproduce</strong>: python -c "import tensorflow as tf"</li>
</ul> | 1 |
<p dir="auto">When a parent give a constraint to his childrens by annotations,<br>
whe cannot remove the constraint by annotation in the class child</p>
<p dir="auto">It's possible to had a way to manage inheritance strategy like this ? :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/**
* @assert:NotBlank()
* @assert:NotInheritance()
*/"><pre class="notranslate"><code class="notranslate">/**
* @assert:NotBlank()
* @assert:NotInheritance()
*/
</code></pre></div>
<p dir="auto">or/and do this :<br>
$childObject->getValidator()->removeConstraint('name');</p> | <h1 dir="auto">Use case</h1>
<h2 dir="auto">Models:</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="abstract class AbstractUser
{
private $username;
private $password;
}
class ConcreteUser extends AbstractUser
{
/**
* @var UserProfile
*/
private $profile;
}
class UserProfile
{
private $name;
}"><pre class="notranslate"><code class="notranslate">abstract class AbstractUser
{
private $username;
private $password;
}
class ConcreteUser extends AbstractUser
{
/**
* @var UserProfile
*/
private $profile;
}
class UserProfile
{
private $name;
}
</code></pre></div>
<h2 dir="auto">validation.xml (1)</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<class name="AbstractUser">
<property name="username">
<constraint name="NotBlank">
<option name="groups">Registration</option>
</constraint>
</property>
<property name="password">
<constraint name="NotBlank">
<option name="groups">Registration</option>
</constraint>
</property>
</class>"><pre class="notranslate"><code class="notranslate"><class name="AbstractUser">
<property name="username">
<constraint name="NotBlank">
<option name="groups">Registration</option>
</constraint>
</property>
<property name="password">
<constraint name="NotBlank">
<option name="groups">Registration</option>
</constraint>
</property>
</class>
</code></pre></div>
<h2 dir="auto">validation.xml (2) :</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<class name="ConcreteUser">
<property name="profile">
<constraint name="Valid" />
</property>
</class>
<class name="UserProfile">
<property name="name">
<constraint name="NotBlank">
<option name="groups">
<value>Profile</value>
<value>Registration</value>
</option>
</constraint>
</property>
</class>"><pre class="notranslate"><code class="notranslate"><class name="ConcreteUser">
<property name="profile">
<constraint name="Valid" />
</property>
</class>
<class name="UserProfile">
<property name="name">
<constraint name="NotBlank">
<option name="groups">
<value>Profile</value>
<value>Registration</value>
</option>
</constraint>
</property>
</class>
</code></pre></div>
<p dir="auto">When setting <em>validation_groups</em> to <code class="notranslate">Registration</code>, the error messages show twice for the <code class="notranslate">UserProfile::name</code> property.</p>
<p dir="auto">A simple test can be adding the username validation again into <code class="notranslate">ConcreteUser</code> class constraints :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<class name="ConcreteUser">
<property name="profile">
<constraint name="Valid" />
</property>
<property name="username">
<constraint name="NotBlank">
<option name="groups">Registration</option>
</constraint>
</property>
</class>"><pre class="notranslate"><code class="notranslate"><class name="ConcreteUser">
<property name="profile">
<constraint name="Valid" />
</property>
<property name="username">
<constraint name="NotBlank">
<option name="groups">Registration</option>
</constraint>
</property>
</class>
</code></pre></div>
<p dir="auto">Then validation error messages will show twice on the <em>username</em> as well.</p>
<p dir="auto">In production environnement that's inconvenient :/</p>
<h1 dir="auto">Hack, ugly but....</h1>
<p dir="auto">For now, there is a hack until this is fixed, in form theme blocks (twig) :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{% block field_errors %}
{% spaceless %}
{% if errors|length > 0 %}
<ul>
{% set lastError = null %}
{% for error in errors %}
{% if lastError != error %}
<li>{{ error.messageTemplate|trans(error.messageParameters, 'validators') }}</li>
{% endif %}
{% set lastError = error %}
{% endfor %}
</ul>
{% endif %}
{% endspaceless %}
{% endblock field_errors %}"><pre class="notranslate"><code class="notranslate">{% block field_errors %}
{% spaceless %}
{% if errors|length > 0 %}
<ul>
{% set lastError = null %}
{% for error in errors %}
{% if lastError != error %}
<li>{{ error.messageTemplate|trans(error.messageParameters, 'validators') }}</li>
{% endif %}
{% set lastError = error %}
{% endfor %}
</ul>
{% endif %}
{% endspaceless %}
{% endblock field_errors %}
</code></pre></div> | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">I do not know if this is a bug or a feature... I am still investigating this, but if you have some guidance I would appreciate.</p>
<p dir="auto">For a reason I do not know (yet), sometimes, an empty array is passed to the method <a href="symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/RadioListMapper.php#L46"><code class="notranslate">Symfony\Component\Form\Extension\Core\DataMapper\RadioListMapper::mapFormsToData</code></a> (a <code class="notranslate">var_dump</code> gives <code class="notranslate">array (size=0) empty</code>) when nothing is checked by the user (this form is not required).</p>
<p dir="auto">Until <code class="notranslate">2.8.5</code>, everything was great. But from <code class="notranslate">2.8.5</code>, the class <a href="symfony/src/Symfony/Component/Form/Extension/Core/DataMapper/RadioListMapper.php"><code class="notranslate">Symfony\Component\Form\Extension\Core\DataMapper\RadioListMapper</code></a> has changed in commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/symfony/symfony/commit/ea5375c7b78ecb71790475935edfe6855c15dc7d/hovercard" href="https://github.com/symfony/symfony/commit/ea5375c7b78ecb71790475935edfe6855c15dc7d"><tt>ea5375c</tt></a>, an and <code class="notranslate">Symfony\Component\Form\Exception\UnexpectedTypeException</code> is thrown.</p>
<p dir="auto">Logically, when I change the method <code class="notranslate">mapFormsToData</code> to allow empty arrays, the method is processed without any error :</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="public function mapFormsToData($radios, &$choice)
{
// the condition was if (null !== $choice && !is_string($choice))
if (
null !== $choice && !is_string($choice)
AND
!(is_array($choice) && count($choice) === 0)
) {
throw new UnexpectedTypeException($choice, 'null, string or empty array');
}
$choice = null;
// as we have an empty array, this loop is not executed, the $choice remains on `null` and everything is fine...
foreach ($radios as $radio) {
if ($radio->getData()) {
if ('placeholder' === $radio->getName()) {
return;
}
$choice = $radio->getConfig()->getOption('value');
return;
}
}
}"><pre class="notranslate"><span class="pl-k">public</span> <span class="pl-k">function</span> <span class="pl-en">mapFormsToData</span>(<span class="pl-s1"><span class="pl-c1">$</span>radios</span>, &<span class="pl-s1"><span class="pl-c1">$</span>choice</span>)
{
<span class="pl-c">// the condition was if (null !== $choice && !is_string($choice))</span>
<span class="pl-k">if</span> (
<span class="pl-c1">null</span> !== <span class="pl-s1"><span class="pl-c1">$</span>choice</span> && !is_string(<span class="pl-s1"><span class="pl-c1">$</span>choice</span>)
AND
!(is_array(<span class="pl-s1"><span class="pl-c1">$</span>choice</span>) && count(<span class="pl-s1"><span class="pl-c1">$</span>choice</span>) === <span class="pl-c1">0</span>)
) {
<span class="pl-k">throw</span> <span class="pl-k">new</span> <span class="pl-v">UnexpectedTypeException</span>(<span class="pl-s1"><span class="pl-c1">$</span>choice</span>, <span class="pl-s">'null, string or empty array'</span>);
}
<span class="pl-s1"><span class="pl-c1">$</span>choice</span> = <span class="pl-c1">null</span>;
<span class="pl-c">// as we have an empty array, this loop is not executed, the $choice remains on `null` and everything is fine...</span>
<span class="pl-k">foreach</span> (<span class="pl-s1"><span class="pl-c1">$</span>radios</span> <span class="pl-k">as</span> <span class="pl-s1"><span class="pl-c1">$</span>radio</span>) {
<span class="pl-k">if</span> (<span class="pl-s1"><span class="pl-c1">$</span>radio</span>-><span class="pl-en">getData</span>()) {
<span class="pl-k">if</span> (<span class="pl-s">'placeholder'</span> === <span class="pl-s1"><span class="pl-c1">$</span>radio</span>-><span class="pl-en">getName</span>()) {
<span class="pl-k">return</span>;
}
<span class="pl-s1"><span class="pl-c1">$</span>choice</span> = <span class="pl-s1"><span class="pl-c1">$</span>radio</span>-><span class="pl-en">getConfig</span>()-><span class="pl-en">getOption</span>(<span class="pl-s">'value'</span>);
<span class="pl-k">return</span>;
}
}
}</pre></div>
<p dir="auto">I do not know if we have to be so strong in the condition, or if this class should also accept empty array.</p>
<p dir="auto">So, is this a bug or a feature ?</p>
<h3 dir="auto">Some context</h3>
<p dir="auto">As I said before, I do not know why we have an empty array. This array comes from a CustomType which produce a field "Choice with other" (the user may choose amongst different values, or pick another value and fill a text). This <em>Type</em> may allow multiple choices (<code class="notranslate">'multiple' => true</code>) or not, and is not required. When <code class="notranslate">multiple</code> is <code class="notranslate">true</code>, we do not encounter problems. When <code class="notranslate">multiple</code> is <code class="notranslate">false</code>, the <code class="notranslate">RadioListMapper</code> is executed and the exception is thrown. This <em>Type</em> is attached to a <em>DataTransformer</em> which transform the values into an array and store that as an array.</p>
<p dir="auto">Some code :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="class ChoiceWithOtherType extends AbstractType
{
public function buildForm(FormBuilderInterface $builder, array $options)
{
//add an 'other' entry in choices array
$options['choices']['_other'] = $this->otherValueLabel;
//ChoiceWithOther must always be expanded
$options['expanded'] = true;
$builder
->add('_other', 'text', array('required' => false))
->add('_choices', 'choice', $options)
;
}
}"><pre class="notranslate"><code class="notranslate">class ChoiceWithOtherType extends AbstractType
{
public function buildForm(FormBuilderInterface $builder, array $options)
{
//add an 'other' entry in choices array
$options['choices']['_other'] = $this->otherValueLabel;
//ChoiceWithOther must always be expanded
$options['expanded'] = true;
$builder
->add('_other', 'text', array('required' => false))
->add('_choices', 'choice', $options)
;
}
}
</code></pre></div>
<p dir="auto">When coming out of the <code class="notranslate">DataTransformer</code>, the data is this :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="array (size=2)
'_other' => string '' (length=0)
'_choices' => null"><pre class="notranslate"><code class="notranslate">array (size=2)
'_other' => string '' (length=0)
'_choices' => null
</code></pre></div>
<h3 dir="auto">Something else...</h3>
<p dir="auto">Something else which might be interesting is this block in <a href="symfony/src/Symfony/Component/Form/Form.php#623"><code class="notranslate">Form::submit</code> line 616-623</a>.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" if (count($this->children) > 0) {
// Use InheritDataAwareIterator to process children of
// descendants that inherit this form's data.
// These descendants will not be submitted normally (see the check
// for $this->config->getInheritData() above)
$childrenIterator = new InheritDataAwareIterator($this->children);
$childrenIterator = new \RecursiveIteratorIterator($childrenIterator);
$this->config->getDataMapper()->mapFormsToData($childrenIterator, $viewData);
}"><pre class="notranslate"><code class="notranslate"> if (count($this->children) > 0) {
// Use InheritDataAwareIterator to process children of
// descendants that inherit this form's data.
// These descendants will not be submitted normally (see the check
// for $this->config->getInheritData() above)
$childrenIterator = new InheritDataAwareIterator($this->children);
$childrenIterator = new \RecursiveIteratorIterator($childrenIterator);
$this->config->getDataMapper()->mapFormsToData($childrenIterator, $viewData);
}
</code></pre></div>
<p dir="auto">When <code class="notranslate">$this->config->getDataMapper()->mapFormsToData($childrenIterator, $viewData);</code> is executed, <code class="notranslate">$viewData</code> contains an empty array, and this throw and Exception. But <code class="notranslate">var_dump($this->getViewData()))</code>, return <code class="notranslate">string '' (length=0)</code>. I wonder if the <code class="notranslate">$viewData</code> would have some transformation from an empty string to an empty array...</p>
<p dir="auto">But, if I replace <code class="notranslate">$this->config->getDataMapper()->mapFormsToData($childrenIterator, $viewData)</code> by <code class="notranslate">$this->config->getDataMapper()->mapFormsToData($childrenIterator, $this->getViewData())</code>, the validation does not pass any more.</p>
<p dir="auto">If you think this might be a bug, could you tell me how I should improve this bug report ? (I hadn't time to reproduce the bug).</p> | <p dir="auto"><strong>Symfony version(s) affected</strong>: 4.2.0, 4.1.* (and probably more, I din't test it)</p>
<p dir="auto"><strong>Description</strong><br>
When rendering a FormType containing a CollectionType, and that CollectionType also contains an other CollectionType, There is an error when trying to render this form in PHP Engine Only.<br>
Rendering the same form on Twig is working correctly.</p>
<p dir="auto"><strong>How to reproduce</strong></p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<?php
// Form/Type/TestType.php
namespace App\Form;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\CollectionType;
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
use Symfony\Component\Form\FormBuilderInterface;
class TestType extends AbstractType
{
public function buildForm(FormBuilderInterface $builder, array $options)
{
$builder
->add('name')
->add('multiple', CollectionType::class, [
'entry_type' => TestSubType::class,
])
->add('submit', SubmitType::class)
;
}
}"><pre class="notranslate"><span class="pl-ent"><?php</span>
<span class="pl-c">// Form/Type/TestType.php</span>
<span class="pl-k">namespace</span> <span class="pl-v">App</span>\<span class="pl-v">Form</span>;
<span class="pl-k">use</span> <span class="pl-v">Symfony</span>\<span class="pl-v">Component</span>\<span class="pl-v">Form</span>\<span class="pl-v">AbstractType</span>;
<span class="pl-k">use</span> <span class="pl-v">Symfony</span>\<span class="pl-v">Component</span>\<span class="pl-v">Form</span>\<span class="pl-v">Extension</span>\<span class="pl-v">Core</span>\<span class="pl-v">Type</span>\<span class="pl-v">CollectionType</span>;
<span class="pl-k">use</span> <span class="pl-v">Symfony</span>\<span class="pl-v">Component</span>\<span class="pl-v">Form</span>\<span class="pl-v">Extension</span>\<span class="pl-v">Core</span>\<span class="pl-v">Type</span>\<span class="pl-v">SubmitType</span>;
<span class="pl-k">use</span> <span class="pl-v">Symfony</span>\<span class="pl-v">Component</span>\<span class="pl-v">Form</span>\<span class="pl-v">FormBuilderInterface</span>;
<span class="pl-k">class</span> <span class="pl-v">TestType</span> <span class="pl-k">extends</span> <span class="pl-v">AbstractType</span>
{
<span class="pl-k">public</span> <span class="pl-k">function</span> <span class="pl-en">buildForm</span>(<span class="pl-smi"><span class="pl-smi">FormBuilderInterface</span></span> <span class="pl-s1"><span class="pl-c1">$</span>builder</span>, <span class="pl-smi">array</span> <span class="pl-s1"><span class="pl-c1">$</span>options</span>)
{
<span class="pl-s1"><span class="pl-c1">$</span>builder</span>
-><span class="pl-en">add</span>(<span class="pl-s">'name'</span>)
-><span class="pl-en">add</span>(<span class="pl-s">'multiple'</span>, <span class="pl-v">CollectionType</span>::class, [
<span class="pl-s">'entry_type'</span> => <span class="pl-v">TestSubType</span>::class,
])
-><span class="pl-en">add</span>(<span class="pl-s">'submit'</span>, <span class="pl-v">SubmitType</span>::class)
;
}
}</pre></div>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<?php
// Form/Type/TestSubType.php
namespace App\Form;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\CollectionType;
use Symfony\Component\Form\Extension\Core\Type\TextType;
use Symfony\Component\Form\FormBuilderInterface;
class TestSubType extends AbstractType
{
public function buildForm(FormBuilderInterface $builder, array $options)
{
$builder
->add('testSub', TextType::class, [
'label' => 'test Sub',
])
->add('multipleSub', CollectionType::class, [
'entry_type' => TestSubSubType::class,
])
;
}
}"><pre class="notranslate"><span class="pl-ent"><?php</span>
<span class="pl-c">// Form/Type/TestSubType.php</span>
<span class="pl-k">namespace</span> <span class="pl-v">App</span>\<span class="pl-v">Form</span>;
<span class="pl-k">use</span> <span class="pl-v">Symfony</span>\<span class="pl-v">Component</span>\<span class="pl-v">Form</span>\<span class="pl-v">AbstractType</span>;
<span class="pl-k">use</span> <span class="pl-v">Symfony</span>\<span class="pl-v">Component</span>\<span class="pl-v">Form</span>\<span class="pl-v">Extension</span>\<span class="pl-v">Core</span>\<span class="pl-v">Type</span>\<span class="pl-v">CollectionType</span>;
<span class="pl-k">use</span> <span class="pl-v">Symfony</span>\<span class="pl-v">Component</span>\<span class="pl-v">Form</span>\<span class="pl-v">Extension</span>\<span class="pl-v">Core</span>\<span class="pl-v">Type</span>\<span class="pl-v">TextType</span>;
<span class="pl-k">use</span> <span class="pl-v">Symfony</span>\<span class="pl-v">Component</span>\<span class="pl-v">Form</span>\<span class="pl-v">FormBuilderInterface</span>;
<span class="pl-k">class</span> <span class="pl-v">TestSubType</span> <span class="pl-k">extends</span> <span class="pl-v">AbstractType</span>
{
<span class="pl-k">public</span> <span class="pl-k">function</span> <span class="pl-en">buildForm</span>(<span class="pl-smi"><span class="pl-smi">FormBuilderInterface</span></span> <span class="pl-s1"><span class="pl-c1">$</span>builder</span>, <span class="pl-smi">array</span> <span class="pl-s1"><span class="pl-c1">$</span>options</span>)
{
<span class="pl-s1"><span class="pl-c1">$</span>builder</span>
-><span class="pl-en">add</span>(<span class="pl-s">'testSub'</span>, <span class="pl-v">TextType</span>::class, [
<span class="pl-s">'label'</span> => <span class="pl-s">'test Sub'</span>,
])
-><span class="pl-en">add</span>(<span class="pl-s">'multipleSub'</span>, <span class="pl-v">CollectionType</span>::class, [
<span class="pl-s">'entry_type'</span> => <span class="pl-v">TestSubSubType</span>::class,
])
;
}
}</pre></div>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<?php
// Form/Type/TestSubSubType.php
namespace App\Form;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
class TestSubSubType extends AbstractType
{
public function buildForm(FormBuilderInterface $builder, array $options)
{
$builder
->add('name')
;
}
}"><pre class="notranslate"><span class="pl-ent"><?php</span>
<span class="pl-c">// Form/Type/TestSubSubType.php</span>
<span class="pl-k">namespace</span> <span class="pl-v">App</span>\<span class="pl-v">Form</span>;
<span class="pl-k">use</span> <span class="pl-v">Symfony</span>\<span class="pl-v">Component</span>\<span class="pl-v">Form</span>\<span class="pl-v">AbstractType</span>;
<span class="pl-k">use</span> <span class="pl-v">Symfony</span>\<span class="pl-v">Component</span>\<span class="pl-v">Form</span>\<span class="pl-v">FormBuilderInterface</span>;
<span class="pl-k">class</span> <span class="pl-v">TestSubSubType</span> <span class="pl-k">extends</span> <span class="pl-v">AbstractType</span>
{
<span class="pl-k">public</span> <span class="pl-k">function</span> <span class="pl-en">buildForm</span>(<span class="pl-smi"><span class="pl-smi">FormBuilderInterface</span></span> <span class="pl-s1"><span class="pl-c1">$</span>builder</span>, <span class="pl-smi">array</span> <span class="pl-s1"><span class="pl-c1">$</span>options</span>)
{
<span class="pl-s1"><span class="pl-c1">$</span>builder</span>
-><span class="pl-en">add</span>(<span class="pl-s">'name'</span>)
;
}
}</pre></div>
<p dir="auto">In controller, create the form and send it to a PHP view:<br>
NB : the error occurs only when multiple have a least 1 line</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" $data = [
'name' => 'name 1',
'multiple' => [
[
'testSub' => 'Name 2',
'multipleSub' => [
[
'name' => 'name 3',
],
],
],
],
];
$form = $this->createForm(TestType::class, $data);
return $this->render('front/index.html.php', [
'form' => $form->createView(),
]);"><pre class="notranslate"> <span class="pl-s1"><span class="pl-c1">$</span>data</span> = [
<span class="pl-s">'name'</span> => <span class="pl-s">'name 1'</span>,
<span class="pl-s">'multiple'</span> => [
[
<span class="pl-s">'testSub'</span> => <span class="pl-s">'Name 2'</span>,
<span class="pl-s">'multipleSub'</span> => [
[
<span class="pl-s">'name'</span> => <span class="pl-s">'name 3'</span>,
],
],
],
],
];
<span class="pl-s1"><span class="pl-c1">$</span>form</span> = <span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-en">createForm</span>(<span class="pl-v">TestType</span>::class, <span class="pl-s1"><span class="pl-c1">$</span>data</span>);
<span class="pl-k">return</span> <span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-en">render</span>(<span class="pl-s">'front/index.html.php'</span>, [
<span class="pl-s">'form'</span> => <span class="pl-s1"><span class="pl-c1">$</span>form</span>-><span class="pl-en">createView</span>(),
]);</pre></div>
<p dir="auto">In index.html.php, simply render the form:</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<?php echo $view['form']->form($form); ?>"><pre class="notranslate"><span class="pl-ent"><?php</span> <span class="pl-k">echo</span> <span class="pl-s1"><span class="pl-c1">$</span>view</span>[<span class="pl-s">'form'</span>]-><span class="pl-en">form</span>(<span class="pl-s1"><span class="pl-c1">$</span>form</span>); <span class="pl-ent">?></span></pre></div>
<p dir="auto"><strong>Possible Solution</strong><br>
I figured out where the problem comes from, but I'm lacking background oho Symfony Form to fix it correctly, regarding the performance.<br>
In <code class="notranslate">Symfony\Component\Form\AbstractRendererEngine</code>, we have those lines:</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// The next two if statements contain slightly duplicated code. This is by intention
// and tries to avoid execution of unnecessary checks in order to increase performance.
if (isset($this->resources[$cacheKey][$parentBlockName])) {
// It may happen that the parent block is already loaded, but its level is not.
// In this case, the parent block must have been loaded by loadResourceForBlock(),
// which does not check the hierarchy of the block. Subsequently the block must have
// been found directly on the parent level.
if (!isset($this->resourceHierarchyLevels[$cacheKey][$parentBlockName])) {
$this->resourceHierarchyLevels[$cacheKey][$parentBlockName] = $parentLevel;
}
// Cache the shortcuts for further accesses
$this->resources[$cacheKey][$blockName] = $this->resources[$cacheKey][$parentBlockName];
$this->resourceHierarchyLevels[$cacheKey][$blockName] = $this->resourceHierarchyLevels[$cacheKey][$parentBlockName];
return true;
}"><pre class="notranslate"><span class="pl-c">// The next two if statements contain slightly duplicated code. This is by intention</span>
<span class="pl-c">// and tries to avoid execution of unnecessary checks in order to increase performance.</span>
<span class="pl-k">if</span> (isset(<span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-c1">resources</span>[<span class="pl-s1"><span class="pl-c1">$</span>cacheKey</span>][<span class="pl-s1"><span class="pl-c1">$</span>parentBlockName</span>])) {
<span class="pl-c">// It may happen that the parent block is already loaded, but its level is not.</span>
<span class="pl-c">// In this case, the parent block must have been loaded by loadResourceForBlock(),</span>
<span class="pl-c">// which does not check the hierarchy of the block. Subsequently the block must have</span>
<span class="pl-c">// been found directly on the parent level.</span>
<span class="pl-k">if</span> (!isset(<span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-c1">resourceHierarchyLevels</span>[<span class="pl-s1"><span class="pl-c1">$</span>cacheKey</span>][<span class="pl-s1"><span class="pl-c1">$</span>parentBlockName</span>])) {
<span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-c1">resourceHierarchyLevels</span>[<span class="pl-s1"><span class="pl-c1">$</span>cacheKey</span>][<span class="pl-s1"><span class="pl-c1">$</span>parentBlockName</span>] = <span class="pl-s1"><span class="pl-c1">$</span>parentLevel</span>;
}
<span class="pl-c">// Cache the shortcuts for further accesses</span>
<span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-c1">resources</span>[<span class="pl-s1"><span class="pl-c1">$</span>cacheKey</span>][<span class="pl-s1"><span class="pl-c1">$</span>blockName</span>] = <span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-c1">resources</span>[<span class="pl-s1"><span class="pl-c1">$</span>cacheKey</span>][<span class="pl-s1"><span class="pl-c1">$</span>parentBlockName</span>];
<span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-c1">resourceHierarchyLevels</span>[<span class="pl-s1"><span class="pl-c1">$</span>cacheKey</span>][<span class="pl-s1"><span class="pl-c1">$</span>blockName</span>] = <span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-c1">resourceHierarchyLevels</span>[<span class="pl-s1"><span class="pl-c1">$</span>cacheKey</span>][<span class="pl-s1"><span class="pl-c1">$</span>parentBlockName</span>];
<span class="pl-k">return</span> <span class="pl-c1">true</span>;
}</pre></div>
<p dir="auto">When commenting them, everything works fine.<br>
An other solution is to modify the if check in this way:</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if (isset($this->resources[$cacheKey][$parentBlockName]) && false !== $this->resources[$cacheKey][$parentBlockName]) {"><pre class="notranslate"><span class="pl-k">if</span> (isset(<span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-c1">resources</span>[<span class="pl-s1"><span class="pl-c1">$</span>cacheKey</span>][<span class="pl-s1"><span class="pl-c1">$</span>parentBlockName</span>]) && <span class="pl-c1">false</span> !== <span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-c1">resources</span>[<span class="pl-s1"><span class="pl-c1">$</span>cacheKey</span>][<span class="pl-s1"><span class="pl-c1">$</span>parentBlockName</span>]) {</pre></div>
<p dir="auto"><strong>Additional context</strong><br>
What looks very weird to me is that these lines was introduced 7 years ago by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/webmozart/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/webmozart">@webmozart</a> .<br>
I can't think that this bug was here and nobody had trouble with it before me.</p> | 0 |
<p dir="auto">Button groups with checkboxes or radios don't get the checked status on pageload, even if the "checked" attribute is set on one or more of checkboxes.<br>
Example see here: <a href="http://www.bootply.com/79923" rel="nofollow">http://www.bootply.com/79923</a></p> | <p dir="auto">Hi guys! Love your work!</p>
<p dir="auto">Have some issues with checkbox and radio Buttons on Button-groups. I've try to pre-load option with a form, but got all buttons disabled. Hope you'll fix it.</p>
<p dir="auto">Thank you!</p> | 1 |
<p dir="auto"><em>Please make sure that this is a Bug or a Feature Request and provide all applicable information asked by the template.<br>
If your issue is an <strong>implementation question</strong>, please ask your question on <a href="http://stackoverflow.com/questions/tagged/keras" rel="nofollow">StackOverflow</a> or <a href="https://keras-slack-autojoin.herokuapp.com/" rel="nofollow">on the Keras Slack channel</a> instead of opening a GitHub issue.</em></p>
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>Have I written custom code (as opposed to using example directory): Yes</li>
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS 10.14.6</li>
<li>TensorFlow backend (yes / no): Yes</li>
<li>TensorFlow version: 1.14.0</li>
<li>Keras version: 2.2.5</li>
<li>Python version: 2.7.16</li>
</ul>
<p dir="auto">You can obtain the TensorFlow version with:<br>
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"<br>
You can obtain the Keras version with:<br>
python -c 'import keras as k; print(k.<strong>version</strong>)'</p>
<p dir="auto"><strong>Describe the current behavior</strong><br>
Nested call to <code class="notranslate">_standardize_args</code> in superclass (<code class="notranslate">RNN</code>) <code class="notranslate">__call__</code> fails with assertion failure:</p>
<blockquote>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="assert initial_state is None and constants is None"><pre class="notranslate"><code class="notranslate">assert initial_state is None and constants is None
</code></pre></div>
</blockquote>
<p dir="auto">when a <code class="notranslate">ConvRNN2D</code> is <code class="notranslate">__call__</code>ed with a non-default <code class="notranslate">initial_state</code>.</p>
<p dir="auto"><strong>Describe the expected behavior</strong><br>
The non-default <code class="notranslate">initial_state</code> should be successfully passed through and used by the convolutional RNN cell.</p>
<p dir="auto"><strong>Code to reproduce the issue</strong></p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from keras.layers import Input, ConvLSTM2D
input = Input(shape=(1,128,128,4))
filter = ConvLSTM2D(4,7,strides=2,padding='same',return_state=True)
shrunk = filter(input)
filter(shrunk[0], initial_state = shrunk[1:])"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">keras</span>.<span class="pl-s1">layers</span> <span class="pl-k">import</span> <span class="pl-v">Input</span>, <span class="pl-v">ConvLSTM2D</span>
<span class="pl-s1">input</span> <span class="pl-c1">=</span> <span class="pl-v">Input</span>(<span class="pl-s1">shape</span><span class="pl-c1">=</span>(<span class="pl-c1">1</span>,<span class="pl-c1">128</span>,<span class="pl-c1">128</span>,<span class="pl-c1">4</span>))
<span class="pl-s1">filter</span> <span class="pl-c1">=</span> <span class="pl-v">ConvLSTM2D</span>(<span class="pl-c1">4</span>,<span class="pl-c1">7</span>,<span class="pl-s1">strides</span><span class="pl-c1">=</span><span class="pl-c1">2</span>,<span class="pl-s1">padding</span><span class="pl-c1">=</span><span class="pl-s">'same'</span>,<span class="pl-s1">return_state</span><span class="pl-c1">=</span><span class="pl-c1">True</span>)
<span class="pl-s1">shrunk</span> <span class="pl-c1">=</span> <span class="pl-en">filter</span>(<span class="pl-s1">input</span>)
<span class="pl-en">filter</span>(<span class="pl-s1">shrunk</span>[<span class="pl-c1">0</span>], <span class="pl-s1">initial_state</span> <span class="pl-c1">=</span> <span class="pl-s1">shrunk</span>[<span class="pl-c1">1</span>:])</pre></div>
<p dir="auto"><strong>Other info / logs</strong><br>
It appears that <code class="notranslate">ConvRNN2D.__call__</code> replicates much of the logic from <code class="notranslate">RNN.__call__</code> and that the replicated logic is the source of the error. Among other things, <code class="notranslate">ConvRNN2D.__call__</code> begins by calling <code class="notranslate">_standardize_args</code>, and then post-processes these in roughly the same way as <code class="notranslate">RNN.__call__</code>, including adding <code class="notranslate">initial_state</code> and <code class="notranslate">constants</code> to both the list <code class="notranslate">full_input</code> and the dict <code class="notranslate">kwargs</code>, meaning that the arguments are being passed in twice.<br>
Naively commenting out the lines that insert to <code class="notranslate">kwargs</code> results in a different error:</p>
<blockquote>
<p dir="auto">Traceback (most recent call last):<br>
File "", line 1, in <br>
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/keras/layers/convolutional_recurrent.py", line 324, in <strong>call</strong><br>
output = super(ConvRNN2D, self).<strong>call</strong>(full_input, **kwargs)<br>
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/keras/layers/recurrent.py", line 576, in <strong>call</strong><br>
output = super(RNN, self).<strong>call</strong>(full_input, **kwargs)<br>
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/keras/engine/base_layer.py", line 434, in <strong>call</strong><br>
self.assert_input_compatibility(inputs)<br>
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/keras/engine/base_layer.py", line 293, in assert_input_compatibility<br>
str(inputs))<br>
ValueError: Layer conv_lst_m2d_1 expects 5 inputs, but it received 3 input tensors. Input received: [<tf.Tensor 'conv_lst_m2d_1_1/TensorArrayReadV3:0' shape=(?, 64, 64, 4) dtype=float32>, <tf.Tensor 'conv_lst_m2d_1_1/while/Exit_3:0' shape=(?, 64, 64, 4) dtype=float32>, <tf.Tensor 'conv_lst_m2d_1_1/while/Exit_4:0' shape=(?, 64, 64, 4) dtype=float32>]</p>
</blockquote>
<p dir="auto">This suggests that other of the duplicated code (perhaps the tinkering with <code class="notranslate">self.input_spec</code>) is causing the base class to still expect to use the <code class="notranslate">initial_state</code> twice, if it could be passed in without error.</p> | <p dir="auto">Running on tensorflow.keras<br>
I have a model that is composed of submodels that share a layer</p>
<p dir="auto">When the model is defined by code the layers are indeed shared<br>
If I recreate the model from config (or load from file), the layers are duplicated<br>
This is both problematic in terms of memory duplication for large models, and the inability to continue train the layer as a shared layer</p>
<p dir="auto">code example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import tensorflow
keras = tensorflow.keras
def dump(model):
for layer in model.layers:
print(layer)
if hasattr(layer, 'layers'):
dump(layer)
INPUT_LEN = 10
DENSE_SIZE = 1
input_layer = keras.layers.Input(shape=(INPUT_LEN,))
shared_layer = keras.layers.Dense(DENSE_SIZE)
submodel1 = keras.models.Model(inputs=input_layer, outputs=shared_layer(input_layer))
submodel2 = keras.models.Model(inputs=input_layer, outputs=shared_layer(input_layer))
input_layer1 = keras.layers.Input(shape=(INPUT_LEN,))
input_layer2 = keras.layers.Input(shape=(INPUT_LEN,))
m2 = keras.models.Model(inputs=[input_layer1, input_layer2], outputs=keras.layers.concatenate([submodel1(input_layer1), submodel2(input_layer2)]))
print('Original Model')
dump(m2)
m2_loaded = keras.models.Model.from_config(m2.get_config())
m2_loaded.set_weights(m2.get_weights())
print('Model from config')
dump(m2_loaded)
"><pre class="notranslate"><code class="notranslate">import tensorflow
keras = tensorflow.keras
def dump(model):
for layer in model.layers:
print(layer)
if hasattr(layer, 'layers'):
dump(layer)
INPUT_LEN = 10
DENSE_SIZE = 1
input_layer = keras.layers.Input(shape=(INPUT_LEN,))
shared_layer = keras.layers.Dense(DENSE_SIZE)
submodel1 = keras.models.Model(inputs=input_layer, outputs=shared_layer(input_layer))
submodel2 = keras.models.Model(inputs=input_layer, outputs=shared_layer(input_layer))
input_layer1 = keras.layers.Input(shape=(INPUT_LEN,))
input_layer2 = keras.layers.Input(shape=(INPUT_LEN,))
m2 = keras.models.Model(inputs=[input_layer1, input_layer2], outputs=keras.layers.concatenate([submodel1(input_layer1), submodel2(input_layer2)]))
print('Original Model')
dump(m2)
m2_loaded = keras.models.Model.from_config(m2.get_config())
m2_loaded.set_weights(m2.get_weights())
print('Model from config')
dump(m2_loaded)
</code></pre></div>
<p dir="auto">output:</p>
<blockquote>
<p dir="auto">Original Model<br>
<tensorflow.python.keras._impl.keras.engine.topology.InputLayer object at 0x118117320><br>
<tensorflow.python.keras._impl.keras.engine.topology.InputLayer object at 0x1181173c8><br>
<tensorflow.python.keras._impl.keras.engine.training.Model object at 0x111c23ba8><br>
<tensorflow.python.keras._impl.keras.engine.topology.InputLayer object at 0x111f3acf8><br>
<tensorflow.python.keras._impl.keras.layers.core.Dense object at <strong>0x118109ef0</strong>><br>
<tensorflow.python.keras._impl.keras.engine.training.Model object at 0x118147390><br>
<tensorflow.python.keras._impl.keras.engine.topology.InputLayer object at 0x111f3acf8><br>
<tensorflow.python.keras._impl.keras.layers.core.Dense object at <strong>0x118109ef0</strong>><br>
<tensorflow.python.keras._impl.keras.layers.merge.Concatenate object at 0x118117dd8></p>
<p dir="auto">Model from config<br>
<tensorflow.python.keras._impl.keras.engine.topology.InputLayer object at 0x118178d68><br>
<tensorflow.python.keras._impl.keras.engine.topology.InputLayer object at 0x118178160><br>
<tensorflow.python.keras._impl.keras.engine.training.Model object at 0x118178240><br>
<tensorflow.python.keras._impl.keras.engine.topology.InputLayer object at 0x11818a1d0><br>
<tensorflow.python.keras._impl.keras.layers.core.Dense object at <strong>0x11818a160</strong>><br>
<tensorflow.python.keras._impl.keras.engine.training.Model object at 0x1181b59e8><br>
<tensorflow.python.keras._impl.keras.engine.topology.InputLayer object at 0x11818a128><br>
<tensorflow.python.keras._impl.keras.layers.core.Dense object at <strong>0x11818a898</strong>><br>
<tensorflow.python.keras._impl.keras.layers.merge.Concatenate object at 0x118194198></p>
</blockquote>
<p dir="auto">Note that in the original model the dense layers share the same layer (same pointer), and in the model created from config, they are different</p> | 0 |
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/14071/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/14071/</a></p>
<p dir="auto">Failed: TestCascadingDeletion {garbagecollector}</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="garbage_collector_test.go:221: timed out waiting for the condition"><pre class="notranslate"><code class="notranslate">garbage_collector_test.go:221: timed out waiting for the condition
</code></pre></div> | <p dir="auto">Master tracking bug <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="85510714" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/9312" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/9312/hovercard" href="https://github.com/kubernetes/kubernetes/issues/9312">#9312</a></p> | 0 |
<p dir="auto">We just ran into this in production: <a href="https://issues.apache.org/jira/browse/CURATOR-358" rel="nofollow">https://issues.apache.org/jira/browse/CURATOR-358</a></p>
<p dir="auto">Long story short, zookeeper was down, druid came up, zookeeper came up, but no master ever took over.</p>
<p dir="auto">Might want to bump the curator version in the pom.xml.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="2017-03-14T20:50:58,718 WARN [qtp997219303-85] org.eclipse.jetty.servlet.ServletHandler - /druid/coordinator/v1/datasources
java.lang.RuntimeException: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /druid/prod/coordinator/_COORDINATOR
at com.google.common.base.Throwables.propagate(Throwables.java:160) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at io.druid.server.coordinator.DruidCoordinator.getCurrentLeader(DruidCoordinator.java:347) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at io.druid.server.http.CoordinatorRedirectInfo.getRedirectURL(CoordinatorRedirectInfo.java:49) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHO
T]
at io.druid.server.http.RedirectFilter.doFilter(RedirectFilter.java:73) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.Server.handle(Server.java:497) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:248) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:620) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:540) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /druid/prod/coordinator/_COORDINATOR
at org.apache.zookeeper.KeeperException.create(KeeperException.java:111) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1650) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.imps.GetChildrenBuilderImpl$3.call(GetChildrenBuilderImpl.java:230) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.imps.GetChildrenBuilderImpl$3.call(GetChildrenBuilderImpl.java:219) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:108) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.imps.GetChildrenBuilderImpl.pathInForeground(GetChildrenBuilderImpl.java:215) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.imps.GetChildrenBuilderImpl.forPath(GetChildrenBuilderImpl.java:207) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.imps.GetChildrenBuilderImpl.forPath(GetChildrenBuilderImpl.java:40) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.recipes.locks.LockInternals.getSortedChildren(LockInternals.java:151) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.recipes.locks.LockInternals.getParticipantNodes(LockInternals.java:133) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.recipes.leader.LeaderLatch.getLeader(LeaderLatch.java:453) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at io.druid.server.coordinator.DruidCoordinator.getCurrentLeader(DruidCoordinator.java:339) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
... 22 more"><pre class="notranslate"><code class="notranslate">2017-03-14T20:50:58,718 WARN [qtp997219303-85] org.eclipse.jetty.servlet.ServletHandler - /druid/coordinator/v1/datasources
java.lang.RuntimeException: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /druid/prod/coordinator/_COORDINATOR
at com.google.common.base.Throwables.propagate(Throwables.java:160) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at io.druid.server.coordinator.DruidCoordinator.getCurrentLeader(DruidCoordinator.java:347) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at io.druid.server.http.CoordinatorRedirectInfo.getRedirectURL(CoordinatorRedirectInfo.java:49) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHO
T]
at io.druid.server.http.RedirectFilter.doFilter(RedirectFilter.java:73) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.Server.handle(Server.java:497) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:248) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:620) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:540) [druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /druid/prod/coordinator/_COORDINATOR
at org.apache.zookeeper.KeeperException.create(KeeperException.java:111) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1650) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.imps.GetChildrenBuilderImpl$3.call(GetChildrenBuilderImpl.java:230) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.imps.GetChildrenBuilderImpl$3.call(GetChildrenBuilderImpl.java:219) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:108) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.imps.GetChildrenBuilderImpl.pathInForeground(GetChildrenBuilderImpl.java:215) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.imps.GetChildrenBuilderImpl.forPath(GetChildrenBuilderImpl.java:207) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.imps.GetChildrenBuilderImpl.forPath(GetChildrenBuilderImpl.java:40) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.recipes.locks.LockInternals.getSortedChildren(LockInternals.java:151) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.recipes.locks.LockInternals.getParticipantNodes(LockInternals.java:133) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at org.apache.curator.framework.recipes.leader.LeaderLatch.getLeader(LeaderLatch.java:453) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
at io.druid.server.coordinator.DruidCoordinator.getCurrentLeader(DruidCoordinator.java:339) ~[druid-services-0.9.2.1-SNAPSHOT-selfcontained.jar:0.9.2.1-SNAPSHOT]
... 22 more
</code></pre></div> | <p dir="auto">When zookeeper has a blip, the overlord can get into a condition we call "split brain" where leadership election is all screwed up. This causes the state of submitted requests to be non deterministic, sometimes "succeeding" or sometimes registering that it succeeding but not actually returning a success.</p>
<p dir="auto">We have found two indicators for such a scenario. One is the following error in the logs of the overlord:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /DRUID_PATH/indexer/leaderLatchPath/_c_3c32cd34-4370-4e26-922d-a9b24afa4a91-lock-0000102217
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at io.druid.indexing.overlord.TaskMaster.getLeader(TaskMaster.java:251)
at io.druid.indexing.overlord.http.OverlordRedirectInfo.getRedirectURL(OverlordRedirectInfo.java:52)
at io.druid.server.http.RedirectFilter.doFilter(RedirectFilter.java:73)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:497)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:248)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:620)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:540)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /DRUID_PATH/indexer/leaderLatchPath/_c_3c32cd34-4370-4e26-922d-a9b24afa4a91-lock-0000102217
at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
at org.apache.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:304)
at org.apache.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:293)
at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:108)
at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:290)
at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:281)
at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:42)
at org.apache.curator.framework.recipes.leader.LeaderSelector.participantForPath(LeaderSelector.java:375)
at org.apache.curator.framework.recipes.leader.LeaderSelector.getLeader(LeaderSelector.java:346)
at org.apache.curator.framework.recipes.leader.LeaderSelector.getLeader(LeaderSelector.java:339)
at io.druid.indexing.overlord.TaskMaster.getLeader(TaskMaster.java:243)
... 22 more"><pre class="notranslate"><code class="notranslate">org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /DRUID_PATH/indexer/leaderLatchPath/_c_3c32cd34-4370-4e26-922d-a9b24afa4a91-lock-0000102217
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at io.druid.indexing.overlord.TaskMaster.getLeader(TaskMaster.java:251)
at io.druid.indexing.overlord.http.OverlordRedirectInfo.getRedirectURL(OverlordRedirectInfo.java:52)
at io.druid.server.http.RedirectFilter.doFilter(RedirectFilter.java:73)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:497)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:248)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:620)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:540)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /DRUID_PATH/indexer/leaderLatchPath/_c_3c32cd34-4370-4e26-922d-a9b24afa4a91-lock-0000102217
at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
at org.apache.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:304)
at org.apache.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:293)
at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:108)
at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:290)
at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:281)
at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:42)
at org.apache.curator.framework.recipes.leader.LeaderSelector.participantForPath(LeaderSelector.java:375)
at org.apache.curator.framework.recipes.leader.LeaderSelector.getLeader(LeaderSelector.java:346)
at org.apache.curator.framework.recipes.leader.LeaderSelector.getLeader(LeaderSelector.java:339)
at io.druid.indexing.overlord.TaskMaster.getLeader(TaskMaster.java:243)
... 22 more
</code></pre></div>
<p dir="auto">( This looks like <a href="https://issues.apache.org/jira/browse/CURATOR-358" rel="nofollow">https://issues.apache.org/jira/browse/CURATOR-358</a> )</p>
<p dir="auto">And the other is increased CPU on both active overlords.</p>
<p dir="auto">The solution is to restart the overlords and let them clean up their state.</p>
<p dir="auto">In rare scenarios, a middle manager can fail to submit its stuff to the overlord after a peon completes, and will never complete because it can get in a state where the peon already gave up its task lock, but never properly finished its segment insertion at the middle manager level, so the middle manager will retry indefinitely. The fix here is to restart the middle manager, but this looses any outstanding stuff not yet submitted to the overlord.</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 => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => 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 => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => 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">In a lazy loaded module, I use a route resolver that uses a service provided at the module level. The resolve creates a new instance of that service. Before angular 2.2.x, it wasn't creating a new instance.</p>
<p dir="auto"><strong>Expected behavior</strong></p>
<p dir="auto">Reuse the same service instance provided by the lazy module in the resolve.<br>
It shouldn't create a new instance of the service just like in angular 2.1.x</p>
<p dir="auto"><strong>Minimal reproduction of the problem with instructions</strong></p>
<p dir="auto">Both are the same exact plnkr, using different angular versions.<br>
NOT WORKING AS EXPECTED HERE: See plnkr using angular > 2.1 : <a href="http://plnkr.co/edit/kel9mq1CNR7Soaq3rNpH?p=preview" rel="nofollow">http://plnkr.co/edit/kel9mq1CNR7Soaq3rNpH?p=preview</a><br>
WORKING AS EXPECTED HERE: See plnkr using angular 2.1.0 : <a href="http://plnkr.co/edit/BU4AdonFYViRZyKDHj1T?p=preview" rel="nofollow">http://plnkr.co/edit/BU4AdonFYViRZyKDHj1T?p=preview</a></p>
<p dir="auto"><strong>What is the motivation / use case for changing the behavior?</strong></p>
<p dir="auto">If data is stored in the service, it's not accessible within the resolve. OR if you store data from the resolve, it won't be accessible in components because it is not the same service instance.</p>
<p dir="auto"><strong>Please tell us about your environment:</strong></p>
<p dir="auto">angular-cli: 1.0.0-beta.22-1<br>
node: 4.5.0<br>
os: linux x64</p>
<ul dir="auto">
<li><strong>Angular version:</strong> 2.0.X</li>
</ul>
<p dir="auto">It is a new issue.<br>
Issue since Angular 2.2.x</p>
<ul dir="auto">
<li><strong>Browser:</strong> [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]</li>
</ul>
<p dir="auto">Chrome</p>
<ul dir="auto">
<li><strong>Language:</strong> [all | TypeScript X.X | ES6/7 | ES5]<br>
TypeScript</li>
</ul> | <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 => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => 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 => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => 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 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> This has already been asked to the <a href="https://groups.google.com/forum/#!forum/celery-users" rel="nofollow">discussion group</a> first.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br>
<a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contribution guide</a><br>
on reporting bugs.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Bug+Report%22+-label%3A%22Category%3A+Documentation%22">issues list</a><br>
for similar or identical bug reports.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22PR+Type%3A+Bugfix%22+-label%3A%22Category%3A+Documentation%22">pull requests list</a><br>
for existing proposed fixes.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/commits/master">commit log</a><br>
to find out if the bug was already fixed in the master branch.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all related issues and possible duplicate issues<br>
in this issue (If there are none, check this box anyway).</li>
</ul>
<h2 dir="auto">Mandatory Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br>
(if you are not able to do this, then at least specify the Celery<br>
version affected).</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the contents of <code class="notranslate">pip freeze</code> in the issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all the versions of all the external dependencies required<br>
to reproduce this bug.</li>
</ul>
<h2 dir="auto">Optional Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one Python version<br>
and/or implementation.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one message broker and/or<br>
result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one version of the message<br>
broker and/or result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one operating system.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one workers pool.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue with autoscaling, retries,<br>
ETA/Countdown & rate limits disabled.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> 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 & Settings</h2>
<p dir="auto"><strong>Celery version</strong>: 4.4.7</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>: 3.8.2</li>
<li><strong>Minimal Celery Version</strong>: 4.4.6</li>
<li><strong>Minimal Kombu Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Broker Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Version</strong>: N/A or Unknown</li>
<li><strong>Minimal OS and/or Kernel Version</strong>: ubuntu</li>
<li><strong>Minimal Broker Client Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Client Version</strong>: N/A or Unknown</li>
</ul>
<h3 dir="auto">Python Packages</h3>
<details>
<summary><b><code class="notranslate">pip freeze</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="amqp==2.6.1
celery==4.4.7
kombu==4.6.11
redis==3.5.3"><pre class="notranslate"><code class="notranslate">amqp==2.6.1
celery==4.4.7
kombu==4.6.11
redis==3.5.3
</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">We upgraded from celery version 4.4.6 to 4.4.7, everything was working fine on 4.4.6.</p>
<h1 dir="auto">Actual Behavior</h1>
<p dir="auto">After upgrading, we failed to start the worker service because "--app" parameter is not loaded from "ExecStart" command. Beat service works well with "--app" though. We downgraded back to 4.4.6 and it works fine again.</p> | <p dir="auto">The basic tutorial setup outlined here: <a href="https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html" rel="nofollow">https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html</a> now fails to locate set the <code class="notranslate">broker</code> or <code class="notranslate">CELERY_BROKER_URL</code> parameter. Celery just ignores the settings and defaults to searching for a host at <code class="notranslate">amqp://guest:**@127.0.0.1:5672//:</code>, which is not my host of choice.</p>
<p dir="auto">I'm ignoring the issues template because this is a very basic regression that the last committor can fix quickly.</p> | 1 |
<p dir="auto">A project in Blender -</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/9849922/17363051/01348db6-5981-11e6-8579-c17390e586d4.png"><img src="https://cloud.githubusercontent.com/assets/9849922/17363051/01348db6-5981-11e6-8579-c17390e586d4.png" alt="_013" style="max-width: 100%;"></a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/9849922/17363063/08f12550-5981-11e6-9387-b68c74fa8d47.png"><img src="https://cloud.githubusercontent.com/assets/9849922/17363063/08f12550-5981-11e6-9387-b68c74fa8d47.png" alt="_014" style="max-width: 100%;"></a></p>
<p dir="auto">three editor (note the arrows to the active camera) -<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/9849922/17363107/46069704-5981-11e6-81b2-ea6621e7ea4f.png"><img src="https://cloud.githubusercontent.com/assets/9849922/17363107/46069704-5981-11e6-81b2-ea6621e7ea4f.png" alt="_015" style="max-width: 100%;"></a></p>
<p dir="auto">the render shows a black screen on that picture is not attached.<br>
Turn around 180 degrees (note the arrows to the active camera) -</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/9849922/17363193/9357fcbe-5981-11e6-97da-244440fa8314.png"><img src="https://cloud.githubusercontent.com/assets/9849922/17363193/9357fcbe-5981-11e6-97da-244440fa8314.png" alt="_016" style="max-width: 100%;"></a><br>
The source of light from above, lighting is the side.</p>
<p dir="auto">Is it possible to fix this and how?</p> | <p dir="auto">Geometry's fromBufferGeometry() exports duplicated vertices and colors.</p>
<p dir="auto">Code to reproduce:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var box = new THREE.BoxGeometry(1,1,1);
var bufferBox = new THREE.BufferGeometry();
bufferBox.fromGeometry(box);
var newBox = new THREE.Geometry();
newBox.fromBufferGeometry(bufferBox);"><pre class="notranslate"><code class="notranslate">var box = new THREE.BoxGeometry(1,1,1);
var bufferBox = new THREE.BufferGeometry();
bufferBox.fromGeometry(box);
var newBox = new THREE.Geometry();
newBox.fromBufferGeometry(bufferBox);
</code></pre></div>
<p dir="auto">Result:<br>
box : {vertices: Array(8), colors: Array(0)}<br>
newBox : {vertices: Array(36), colors: Array(36)}</p>
<p dir="auto">If you see useful, we have written a basic method to remove the vertices and fix the vertex index in the faces:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function clearDuplicateVertices(geometry) {
//store the vertex index changes
var data = [];
var vertices = [];
var faces = [];
//vertices
for (var v = 0; v < geometry.vertices.length; v++) {
var vertex = geometry.vertices[v];
//see if we have that vertex already
var newIndex = -1;
for (var i = 0; i < vertices.length; i++) {
if (vertices[i].equals(vertex))
{
newIndex = i;
break;
}
}
if (newIndex > -1)
{
data.push({oldIndex: v, newIndex: newIndex});
} else
{
vertices.push(vertex);
data.push({oldIndex: v, newIndex: vertices.length - 1});
}
}
//faces
for (var f = 0; f < geometry.faces.length; f++) {
var currentFace = geometry.faces[f];
var a = currentFace.a;
var b = currentFace.b;
var c = currentFace.c;
for (var i = 0; i < data.length; i++) {
var currentData = data[i];
if (a === currentData.oldIndex) {
a = currentData.newIndex;
}
if (b === currentData.oldIndex) {
b = currentData.newIndex;
}
if (c === currentData.oldIndex) {
c = currentData.newIndex;
}
}
faces.push(new THREE.Face3(a, b, c));
}
//copy
var geo = new THREE.Geometry();
geo.vertices = vertices;
geo.faces = faces;
geo.computeFaceNormals();
return geo;
}"><pre class="notranslate"><code class="notranslate">function clearDuplicateVertices(geometry) {
//store the vertex index changes
var data = [];
var vertices = [];
var faces = [];
//vertices
for (var v = 0; v < geometry.vertices.length; v++) {
var vertex = geometry.vertices[v];
//see if we have that vertex already
var newIndex = -1;
for (var i = 0; i < vertices.length; i++) {
if (vertices[i].equals(vertex))
{
newIndex = i;
break;
}
}
if (newIndex > -1)
{
data.push({oldIndex: v, newIndex: newIndex});
} else
{
vertices.push(vertex);
data.push({oldIndex: v, newIndex: vertices.length - 1});
}
}
//faces
for (var f = 0; f < geometry.faces.length; f++) {
var currentFace = geometry.faces[f];
var a = currentFace.a;
var b = currentFace.b;
var c = currentFace.c;
for (var i = 0; i < data.length; i++) {
var currentData = data[i];
if (a === currentData.oldIndex) {
a = currentData.newIndex;
}
if (b === currentData.oldIndex) {
b = currentData.newIndex;
}
if (c === currentData.oldIndex) {
c = currentData.newIndex;
}
}
faces.push(new THREE.Face3(a, b, c));
}
//copy
var geo = new THREE.Geometry();
geo.vertices = vertices;
geo.faces = faces;
geo.computeFaceNormals();
return geo;
}
</code></pre></div>
<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" checked=""> r96</li>
</ul> | 0 |
<p dir="auto">Hi, there, it would be better if we supported it</p>
<p dir="auto">example:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Deno.unixTimestamp() \\ 1632847927.599013"><pre class="notranslate"><span class="pl-v">Deno</span><span class="pl-kos">.</span><span class="pl-en">unixTimestamp</span><span class="pl-kos">(</span><span class="pl-kos">)</span> \\ <span class="pl-c1">1632847927.599013</span></pre></div> | 1 |
|
<h1 dir="auto">What / Why</h1>
<blockquote>
</blockquote>
<p dir="auto"><code class="notranslate">404 not found</code> error on npm i vue-slick-carousel</p>
<h2 dir="auto">When</h2>
<ul dir="auto">
<li>UTC 14:51. at this moment.</li>
</ul>
<h2 dir="auto">Where</h2>
<ul dir="auto">
<li>npm/vue-slick-carousel</li>
</ul>
<h2 dir="auto">How</h2>
<h3 dir="auto">Current Behavior</h3>
<p dir="auto"><code class="notranslate">npm i vue-slick-carousel</code><br>
shows 404 error</p>
<p dir="auto">bumped 1.0.0-beta.3 from beta.2<br>
<code class="notranslate">npm publish</code><br>
<code class="notranslate">npm view vue-slick-carousel versions</code><br>
shows</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="[ '1.0.0-alpha.3',
'1.0.0-alpha.5',
'1.0.0-beta.0',
'1.0.0-beta.1',
'1.0.0-beta.2' ]"><pre class="notranslate"><span class="pl-kos">[</span> <span class="pl-s">'1.0.0-alpha.3'</span><span class="pl-kos">,</span>
<span class="pl-s">'1.0.0-alpha.5'</span><span class="pl-kos">,</span>
<span class="pl-s">'1.0.0-beta.0'</span><span class="pl-kos">,</span>
<span class="pl-s">'1.0.0-beta.1'</span><span class="pl-kos">,</span>
<span class="pl-s">'1.0.0-beta.2'</span> <span class="pl-kos">]</span></pre></div>
<h3 dir="auto">Steps to Reproduce</h3>
<p dir="auto"><code class="notranslate">npm i vue-slick-carousel</code></p>
<h3 dir="auto">Expected Behavior</h3>
<p dir="auto">install newer version 1.0.0-beta.3</p>
<h2 dir="auto">Who</h2>
<p dir="auto">@kyuwoo.choi</p>
<h2 dir="auto">References</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/index.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/index.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stage/index.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/int16-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/int32-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/int8-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/is-concat-spreadable.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/italics.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/italics.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/join.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/join.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/join.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/join.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/key-for.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/keys.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/keys.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/keys.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/keys.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/keys.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/keys.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/last-index-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/last-index-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/last-index-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/last-index-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/last-index-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/last-index-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/link.js'
WARN tar ENOENT:⸨ ░░░░░░⸩ ⠧ extract: timing audit body Completed in 0 no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/link.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/map-update-or-insert.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/map-upsert.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/map.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/map.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/map.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/map.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/map.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/map.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/match-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/match-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/match-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/match-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/match-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/match.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/math-extensions.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/math-signbit.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/number-from-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/object-iteration.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/observable.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/pad-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/pad-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/pad-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/pad-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/pad-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/pad-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/pad-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/pad-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/pattern-matching.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stage/pre.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/promise-all-settled.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/promise-any.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/promise-try.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/web/queue-microtask.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/reduce-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/reduce-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/reduce-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/reduce-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/reduce-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/reduce-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/reduce.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/reduce.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/reduce.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/reduce.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/reduce.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/reduce.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/reflect-metadata.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/repeat.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/repeat.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/repeat.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/repeat.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/replace-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/replace-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/replace-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/regexp/replace.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/replace.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/regexp/replace.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/replace.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/regexp/replace.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/replace.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/scale.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/object/seal.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/object/seal.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/object/seal.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/regexp/search.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/search.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/regexp/search.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/search.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/regexp/search.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/search.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/seeded-prng.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/seeded-random.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/set-methods.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/object/set-prototype-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/reflect/set-prototype-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/object/set-prototype-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/reflect/set-prototype-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/object/set-prototype-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/reflect/set-prototype-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/reflect/set.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/reflect/set.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/reflect/set.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/set.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/math/sign.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/sign.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/math/sign.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/signbit.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/math/sinh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/sinh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/math/sinh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array-buffer/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array-buffer/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array-buffer/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/small.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/small.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/species.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/species.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/species.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/regexp/split.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/split.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/regexp/split.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/split.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/regexp/split.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/split.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/starts-with.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/starts-with.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/starts-with.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/starts-with.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/strike.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/strike.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/string-at.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/string-code-points.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/string-match-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/string-replace-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/sub.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/sub.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/subarray.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/sup.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/sup.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/math/tanh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/tanh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/math/tanh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/web/timers.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/number/to-fixed.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/number/virtual/to-fixed.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/number/to-fixed.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/number/virtual/to-fixed.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/number/to-fixed.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/number/virtual/to-fixed.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/to-locale-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/number/to-precision.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/number/virtual/to-precision.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/number/to-precision.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/number/virtual/to-precision.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/number/to-precision.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/number/virtual/to-precision.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/to-primitive.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/to-primitive.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/to-primitive.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/math/to-string-tag.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/to-string-tag.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/to-string-tag.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/to-string-tag.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/math/to-string-tag.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/to-string-tag.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/object/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/regexp/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/object/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/regexp/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/object/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/regexp/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/trim-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/trim-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/trim-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/trim-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/trim-left.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/trim-left.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/trim-left.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/trim-left.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/trim-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/trim-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/trim-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/trim-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/trim-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/trim-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/trim-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/trim-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/trim.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/trim.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/trim.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/trim.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/math/trunc.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/trunc.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/math/trunc.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/promise/try.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/uint16-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/uint32-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/uint8-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/uint8-clamped-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/umulh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/unscopables.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/unscopables.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/unscopables.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/weak-map/upsert.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/web/url-search-params.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/url.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/web/url.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/using-statement.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/object/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/object/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/object/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.dom-collections.for-each.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.dom-collections.iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.immediate.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.queue-microtask.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.timers.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.url-search-params.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.url.js'
npm WARN enoent ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/package.json'
npm WARN [email protected] requires a peer of jquery@>=1.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN temp No description
npm WARN temp No repository field.
npm WARN temp No README data
npm WARN temp No license field.
npm ERR! code E404
npm ERR! 404 Not Found: vue-slick-carousel@latest"><pre class="notranslate"><code class="notranslate">WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/index.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/index.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stage/index.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/int16-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/int32-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/int8-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/is-concat-spreadable.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/italics.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/italics.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/join.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/join.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/join.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/join.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/key-for.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/keys.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/keys.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/keys.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/keys.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/keys.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/keys.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/last-index-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/last-index-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/last-index-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/last-index-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/last-index-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/last-index-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/link.js'
WARN tar ENOENT:⸨ ░░░░░░⸩ ⠧ extract: timing audit body Completed in 0 no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/link.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/map-update-or-insert.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/map-upsert.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/map.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/map.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/map.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/map.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/map.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/map.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/match-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/match-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/match-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/match-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/match-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/match.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/math-extensions.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/math-signbit.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/number-from-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/object-iteration.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/observable.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/pad-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/pad-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/pad-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/pad-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/pad-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/pad-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/pad-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/pad-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/pattern-matching.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stage/pre.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/promise-all-settled.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/promise-any.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/promise-try.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/web/queue-microtask.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/reduce-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/reduce-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/reduce-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/reduce-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/reduce-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/reduce-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/reduce.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/reduce.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/reduce.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/reduce.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/reduce.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/reduce.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/reflect-metadata.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/repeat.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/repeat.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/repeat.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/repeat.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/replace-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/replace-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/replace-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/regexp/replace.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/replace.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/regexp/replace.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/replace.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/regexp/replace.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/replace.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/reverse.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/scale.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/object/seal.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/object/seal.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/object/seal.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/regexp/search.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/search.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/regexp/search.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/search.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/regexp/search.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/search.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/seeded-prng.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/seeded-random.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/set-methods.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/object/set-prototype-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/reflect/set-prototype-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/object/set-prototype-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/reflect/set-prototype-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/object/set-prototype-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/reflect/set-prototype-of.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/reflect/set.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/reflect/set.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/reflect/set.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/set.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/math/sign.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/sign.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/math/sign.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/signbit.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/math/sinh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/sinh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/math/sinh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array-buffer/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array-buffer/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array-buffer/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/slice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/small.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/small.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/some.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/sort.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/species.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/species.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/species.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/splice.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/regexp/split.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/split.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/regexp/split.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/split.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/regexp/split.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/split.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/starts-with.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/starts-with.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/starts-with.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/starts-with.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/strike.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/strike.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/string-at.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/string-code-points.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/string-match-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/string-replace-all.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/sub.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/sub.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/subarray.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/sup.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/sup.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/math/tanh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/tanh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/math/tanh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/web/timers.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/number/to-fixed.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/number/virtual/to-fixed.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/number/to-fixed.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/number/virtual/to-fixed.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/number/to-fixed.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/number/virtual/to-fixed.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/to-locale-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/number/to-precision.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/number/virtual/to-precision.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/number/to-precision.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/number/virtual/to-precision.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/number/to-precision.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/number/virtual/to-precision.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/to-primitive.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/to-primitive.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/to-primitive.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/math/to-string-tag.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/to-string-tag.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/to-string-tag.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/to-string-tag.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/math/to-string-tag.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/to-string-tag.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/object/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/regexp/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/object/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/regexp/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/object/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/regexp/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/to-string.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/trim-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/trim-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/trim-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/trim-end.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/trim-left.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/trim-left.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/trim-left.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/trim-left.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/trim-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/trim-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/trim-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/trim-right.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/trim-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/trim-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/trim-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/trim-start.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/string/virtual/trim.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/trim.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/string/virtual/trim.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/trim.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/math/trunc.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/trunc.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/math/trunc.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/promise/try.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/uint16-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/uint32-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/uint8-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/uint8-clamped-array.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/math/umulh.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/symbol/unscopables.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/symbol/unscopables.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/symbol/unscopables.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/weak-map/upsert.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/web/url-search-params.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/url.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/web/url.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/proposals/using-statement.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/array/virtual/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/es/object/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/array/virtual/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/instance/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/features/object/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/array/virtual/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/instance/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/object/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/stable/typed-array/values.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.dom-collections.for-each.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.dom-collections.iterator.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.immediate.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.queue-microtask.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.timers.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.url-search-params.js'
WARN tar ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/node_modules/.staging/core-js-e57e5866/modules/web.url.js'
npm WARN enoent ENOENT: no such file or directory, open '/Users/kyuwoo/workspace/nuxt-examples/temp/package.json'
npm WARN [email protected] requires a peer of jquery@>=1.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN temp No description
npm WARN temp No repository field.
npm WARN temp No README data
npm WARN temp No license field.
npm ERR! code E404
npm ERR! 404 Not Found: vue-slick-carousel@latest
</code></pre></div> | <p dir="auto">See <a href="https://www.npmjs.com/package/chokidar" rel="nofollow">https://www.npmjs.com/package/chokidar</a></p>
<p dir="auto">I've published 3.3.1, but the page, curl <code class="notranslate">json api</code>, and npm all say only 3.3.0 is available.</p>
<p dir="auto">If you enter <code class="notranslate">chokida</code> into the search box, you'll see <code class="notranslate">version: 3.3.1</code>.</p>
<p dir="auto">Also happens to other people: <a href="https://twitter.com/itsmequinn/status/1206246890427297802" rel="nofollow">https://twitter.com/itsmequinn/status/1206246890427297802</a></p> | 1 |
<p dir="auto">Hi everyone,</p>
<p dir="auto">cache:clear won't run up correctly anymore. It can't delete dev_old/annotations/(some_folder). I think it's because the filename length in (some_folder) is too long now compared to the 2.7 Symfony version. I'm running on Windows 7.</p>
<p dir="auto">Look at the filename for example: 5b5b435d53796d666f6e795c42756e646c655c57656250726f66696c657242756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c65722474656d706c6174654d616e61676572405b416e6e6f745d5d5b315d.doctrinecache.data</p>
<p dir="auto">If I try to rename this file by removing some char, cache:clear works again (actually, it goes farther then it bugs on another file which has the same problem)</p>
<p dir="auto">Does someone have a solution ?</p>
<p dir="auto">Regards</p> | <p dir="auto">After update symfony (composer update), symfony update 3.4.4 to 3.4.5. And i get this error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="request.CRITICAL: Exception thrown when handling an exception
(Twig_Error_Runtime: An exception has been thrown during the rendering of a template ("Object not found").
at C:\dev\project\vendor\symfony\symfony\src\Symfony\Bundle\TwigBundle\Resources\views\images\favicon.png.base64 line 1) {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Object not found\").
at C:\\dev\\project\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\TwigBundle\\Resources\\views\\images\\favicon.png.base64:1, UnexpectedValueException(code: 0): Object not found at C:\\dev\\project\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension.php:48)"} []"><pre class="notranslate"><code class="notranslate">request.CRITICAL: Exception thrown when handling an exception
(Twig_Error_Runtime: An exception has been thrown during the rendering of a template ("Object not found").
at C:\dev\project\vendor\symfony\symfony\src\Symfony\Bundle\TwigBundle\Resources\views\images\favicon.png.base64 line 1) {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Object not found\").
at C:\\dev\\project\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\TwigBundle\\Resources\\views\\images\\favicon.png.base64:1, UnexpectedValueException(code: 0): Object not found at C:\\dev\\project\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension.php:48)"} []
</code></pre></div> | 0 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/9f48aec2a5c13484f059accffaacf31f4d557cc965a17c7a2820bafa18302f48/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333831313032392f3936343639342f65613032333938612d303531612d313165332d386538332d3464616432663731343963302e706e67"><img src="https://camo.githubusercontent.com/9f48aec2a5c13484f059accffaacf31f4d557cc965a17c7a2820bafa18302f48/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333831313032392f3936343639342f65613032333938612d303531612d313165332d386538332d3464616432663731343963302e706e67" alt="image" data-canonical-src="https://f.cloud.github.com/assets/3811029/964694/ea02398a-051a-11e3-8e83-4dad2f7149c0.png" style="max-width: 100%;"></a></p> | <p dir="auto">By doing that, I can make button labels disappear in small screen and shown correctly in big screen.</p>
<p dir="auto">Example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<button class="btn btn-primary"> <i class="icon icon-refresh"></i> <span class="hidden-xs"> Refresh </span> </button>"><pre class="notranslate"><code class="notranslate"><button class="btn btn-primary"> <i class="icon icon-refresh"></i> <span class="hidden-xs"> Refresh </span> </button>
</code></pre></div>
<p dir="auto">Code to modify:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=".responsive-visibility() {
display: block !important;
table& { display: table; }
tr& { display: table-row !important; }
th&,
td& { display: table-cell !important; }
span& { display: inline !important; }
}
.responsive-invisibility() {
&,
tr&,
th&,
td&,
span& { display: none !important; }
}"><pre class="notranslate"><code class="notranslate">.responsive-visibility() {
display: block !important;
table& { display: table; }
tr& { display: table-row !important; }
th&,
td& { display: table-cell !important; }
span& { display: inline !important; }
}
.responsive-invisibility() {
&,
tr&,
th&,
td&,
span& { display: none !important; }
}
</code></pre></div>
<p dir="auto">I've been using it for the last month - seems to work :).</p> | 0 |
<p dir="auto">I have the following Flask app running in a Stage server, and I realized that some requests were affecting its operation, causing Tracebacks and with this, the Flask app was still running as a process, but not answering any sort of request, neither giving a kind of Internal Server Error (5xx).</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="#!/usr/bin/python
# -*- coding: utf-8 -*-
from flask import Flask, jsonify
from flask_limiter import Limiter
from flask_limiter.util import get_remote_address
app = Flask(__name__)
app.config['JSON_AS_ASCII'] = False
limiter = Limiter (
app,
key_func=get_remote_address,
global_limits=["180 per day","30 per hour"]
)
@app.after_request
def server_response(response):
response.headers["Server"] = "WS"
return response
@app.route('/json')
def f_json():
d = { "result":[
{"id":"1","name":"John","email":"[email protected]"},
{"id":"2","name":"NIkolas","email":"[email protected]"},
{"id":"3","name":"Samanta","email":"[email protected]"}
]}
return jsonify(d)
if __name__ == '__main__':
app.run(host='0.0.0.0', port=80, debug=True)"><pre class="notranslate"><span class="pl-c">#!/usr/bin/python</span>
<span class="pl-c"># -*- coding: utf-8 -*-</span>
<span class="pl-k">from</span> <span class="pl-s1">flask</span> <span class="pl-k">import</span> <span class="pl-v">Flask</span>, <span class="pl-s1">jsonify</span>
<span class="pl-k">from</span> <span class="pl-s1">flask_limiter</span> <span class="pl-k">import</span> <span class="pl-v">Limiter</span>
<span class="pl-k">from</span> <span class="pl-s1">flask_limiter</span>.<span class="pl-s1">util</span> <span class="pl-k">import</span> <span class="pl-s1">get_remote_address</span>
<span class="pl-s1">app</span> <span class="pl-c1">=</span> <span class="pl-v">Flask</span>(<span class="pl-s1">__name__</span>)
<span class="pl-s1">app</span>.<span class="pl-s1">config</span>[<span class="pl-s">'JSON_AS_ASCII'</span>] <span class="pl-c1">=</span> <span class="pl-c1">False</span>
<span class="pl-s1">limiter</span> <span class="pl-c1">=</span> <span class="pl-v">Limiter</span> (
<span class="pl-s1">app</span>,
<span class="pl-s1">key_func</span><span class="pl-c1">=</span><span class="pl-s1">get_remote_address</span>,
<span class="pl-s1">global_limits</span><span class="pl-c1">=</span>[<span class="pl-s">"180 per day"</span>,<span class="pl-s">"30 per hour"</span>]
)
<span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-s1">after_request</span></span>
<span class="pl-k">def</span> <span class="pl-en">server_response</span>(<span class="pl-s1">response</span>):
<span class="pl-s1">response</span>.<span class="pl-s1">headers</span>[<span class="pl-s">"Server"</span>] <span class="pl-c1">=</span> <span class="pl-s">"WS"</span>
<span class="pl-k">return</span> <span class="pl-s1">response</span>
<span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-en">route</span>(<span class="pl-s">'/json'</span>)</span>
<span class="pl-k">def</span> <span class="pl-en">f_json</span>():
<span class="pl-s1">d</span> <span class="pl-c1">=</span> { <span class="pl-s">"result"</span>:[
{<span class="pl-s">"id"</span>:<span class="pl-s">"1"</span>,<span class="pl-s">"name"</span>:<span class="pl-s">"John"</span>,<span class="pl-s">"email"</span>:<span class="pl-s">"[email protected]"</span>},
{<span class="pl-s">"id"</span>:<span class="pl-s">"2"</span>,<span class="pl-s">"name"</span>:<span class="pl-s">"NIkolas"</span>,<span class="pl-s">"email"</span>:<span class="pl-s">"[email protected]"</span>},
{<span class="pl-s">"id"</span>:<span class="pl-s">"3"</span>,<span class="pl-s">"name"</span>:<span class="pl-s">"Samanta"</span>,<span class="pl-s">"email"</span>:<span class="pl-s">"[email protected]"</span>}
]}
<span class="pl-k">return</span> <span class="pl-en">jsonify</span>(<span class="pl-s1">d</span>)
<span class="pl-k">if</span> <span class="pl-s1">__name__</span> <span class="pl-c1">==</span> <span class="pl-s">'__main__'</span>:
<span class="pl-s1">app</span>.<span class="pl-en">run</span>(<span class="pl-s1">host</span><span class="pl-c1">=</span><span class="pl-s">'0.0.0.0'</span>, <span class="pl-s1">port</span><span class="pl-c1">=</span><span class="pl-c1">80</span>, <span class="pl-s1">debug</span><span class="pl-c1">=</span><span class="pl-c1">True</span>)</pre></div>
<p dir="auto">Here is what I found in the debug, which caused the Traceback (and Flask was still running, but not answering any request).</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="191.96.249.231 - - [30/Jun/2016 19:11:47] "GET /plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url=http://191.96.249.231/shodanhq HTTP/1.0" 404 -
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 659, in inner
srv.serve_forever()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 499, in serve_forever
HTTPServer.serve_forever(self)
File "/usr/lib/python2.7/SocketServer.py", line 238, in serve_forever
self._handle_request_noblock()
File "/usr/lib/python2.7/SocketServer.py", line 297, in _handle_request_noblock
self.handle_error(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__
self.handle()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 216, in handle
rv = BaseHTTPRequestHandler.handle(self)
File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 251, in handle_one_request
return self.run_wsgi()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 193, in run_wsgi
execute(self.server.app)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 184, in execute
write(data)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 149, in write
self.send_response(int(code), msg)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 260, in send_response
self.wfile.write(hdr.encode('ascii'))
IOError: [Errno 32] Broken pipe"><pre class="notranslate"><code class="notranslate">191.96.249.231 - - [30/Jun/2016 19:11:47] "GET /plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url=http://191.96.249.231/shodanhq HTTP/1.0" 404 -
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 659, in inner
srv.serve_forever()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 499, in serve_forever
HTTPServer.serve_forever(self)
File "/usr/lib/python2.7/SocketServer.py", line 238, in serve_forever
self._handle_request_noblock()
File "/usr/lib/python2.7/SocketServer.py", line 297, in _handle_request_noblock
self.handle_error(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__
self.handle()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 216, in handle
rv = BaseHTTPRequestHandler.handle(self)
File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 251, in handle_one_request
return self.run_wsgi()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 193, in run_wsgi
execute(self.server.app)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 184, in execute
write(data)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 149, in write
self.send_response(int(code), msg)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 260, in send_response
self.wfile.write(hdr.encode('ascii'))
IOError: [Errno 32] Broken pipe
</code></pre></div>
<p dir="auto">It also happened in this situation, but I believe that "Connection Reset by Peer" was already addressed and fixed, (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="122591771" data-permission-text="Title is private" data-url="https://github.com/miguelgrinberg/Flask-SocketIO/issues/184" data-hovercard-type="issue" data-hovercard-url="/miguelgrinberg/Flask-SocketIO/issues/184/hovercard" href="https://github.com/miguelgrinberg/Flask-SocketIO/issues/184">miguelgrinberg/Flask-SocketIO#184</a>), but I believe it is worth to be mentioned regarding the data which was requested to Flask (it really caught my attention...)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="169.229.3.91 - - [29/Jun/2016 09:12:37] "0<B0>$e<AE>x<D4>^?<AB><AC>1<E8><CF>Oۚ<9C>^K@<BA><D2><FE><D4>q_^]i=AS%<D7>`I<CA>`<8F><C8>6<E5>E^SX)B<A5>-{^RoK^BT<E4><82>}O'\<BB><8B><E4>a<86>" 400 -
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 659, in inner
srv.serve_forever()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 499, in serve_forever
HTTPServer.serve_forever(self)
File "/usr/lib/python2.7/SocketServer.py", line 238, in serve_forever
self._handle_request_noblock()
File "/usr/lib/python2.7/SocketServer.py", line 297, in _handle_request_noblock
self.handle_error(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__
self.handle()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 216, in handle
rv = BaseHTTPRequestHandler.handle(self)
File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 247, in handle_one_request
self.raw_requestline = self.rfile.readline()
IOError: [Errno 104] Connection reset by peer"><pre class="notranslate"><code class="notranslate">169.229.3.91 - - [29/Jun/2016 09:12:37] "0<B0>$e<AE>x<D4>^?<AB><AC>1<E8><CF>Oۚ<9C>^K@<BA><D2><FE><D4>q_^]i=AS%<D7>`I<CA>`<8F><C8>6<E5>E^SX)B<A5>-{^RoK^BT<E4><82>}O'\<BB><8B><E4>a<86>" 400 -
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 659, in inner
srv.serve_forever()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 499, in serve_forever
HTTPServer.serve_forever(self)
File "/usr/lib/python2.7/SocketServer.py", line 238, in serve_forever
self._handle_request_noblock()
File "/usr/lib/python2.7/SocketServer.py", line 297, in _handle_request_noblock
self.handle_error(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__
self.handle()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 216, in handle
rv = BaseHTTPRequestHandler.handle(self)
File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 247, in handle_one_request
self.raw_requestline = self.rfile.readline()
IOError: [Errno 104] Connection reset by peer
</code></pre></div>
<p dir="auto">I believe that it would be interesting to have a kind of "recovery" for Flask, or a better way to deal with it, without staying hanged..</p> | <p dir="auto">I have a Werkzeug server running behind NGINX. When a client disconnects while waiting for the Werkzeug server to respond, NGINX closes the pipe to Werkzeug. When the python program writes the response to Werkzeug, the following exception occurs and Werkzeug crashes:</p>
<blockquote>
<p dir="auto">Traceback (most recent call last):<br>
File "server.py", line 81, in<br>
app.run(host=args.host, port=args.port, debug=False)<br>
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 843, in run<br>
run_simple(host, port, self, **options)<br>
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 694, in run_simple<br>
inner()<br>
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 659, in inner<br>
srv.serve_forever()<br>
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 499, in serve_forever<br>
HTTPServer.serve_forever(self)<br>
File "/usr/lib/python2.7/SocketServer.py", line 238, in serve_forever<br>
self._handle_request_noblock()<br>
File "/usr/lib/python2.7/SocketServer.py", line 297, in _handle_request_noblock<br>
self.handle_error(request, client_address)<br>
File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock<br>
self.process_request(request, client_address)<br>
File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request<br>
self.finish_request(request, client_address)<br>
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request<br>
self.RequestHandlerClass(request, client_address, self)<br>
File "/usr/lib/python2.7/SocketServer.py", line 651, in init<br>
self.finish()<br>
File "/usr/lib/python2.7/SocketServer.py", line 710, in finish<br>
self.wfile.close()<br>
File "/usr/lib/python2.7/socket.py", line 279, in close<br>
self.flush()<br>
File "/usr/lib/python2.7/socket.py", line 303, in flush<br>
self._sock.sendall(view[write_offset:write_offset+buffer_size])<br>
socket.error: [Errno 32] Broken pipe</p>
</blockquote>
<p dir="auto">Is there some configuration option I'm missing to keep it from crashing? Normally all exceptions are caught and a 500 error returned, with the server remaining alive.</p> | 1 |
<pre class="notranslate">What is the expected output?
go tool vet panics on some of our internal code.
Reducing it is quite a big job. If there isn't enough info here, let me know and I'll go
for it.
INTERNAL PANIC: runtime error: invalid memory address or nil pointer dereference
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x10 pc=0x4eb475]
goroutine 1 [running]:
code.google.com/p/go.tools/go/types.func·003()
/home/alberts/go/src/pkg/code.google.com/p/go.tools/go/types/check.go:447 +0x175
code.google.com/p/go.tools/go/types.identicalMethods(0xc2001e53e0, 0x1, 0x1,
0xc2001c9d90, 0x1, ...)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/go/types/predicates.go:219 +0xe5
code.google.com/p/go.tools/go/types.IsIdentical(0xc20008db00, 0xc2001e2d80,
0xc20008db00, 0xc2001c6760, 0xc2000cd700, ...)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/go/types/predicates.go:165 +0x8de
code.google.com/p/go.tools/go/types.(*operand).isAssignable(0xc2001b7ac0, 0xc2000cd980,
0xc20008db40, 0xc20020d420, 0xc20016d000, ...)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/go/types/operand.go:144 +0x172
code.google.com/p/go.tools/go/types.(*checker).assignment(0xc2000af160, 0xc2001b7ac0,
0xc20008db40, 0xc20020d420, 0xc20008db40, ...)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/go/types/stmt.go:36 +0x1dd
code.google.com/p/go.tools/go/types.(*checker).argument(0xc2000af160, 0xc2001c6f60, 0x0,
0xc2000cd680, 0xc20006dbc0, ...)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/go/types/expr.go:984 +0x23a
code.google.com/p/go.tools/go/types.(*checker).rawExpr(0xc2000af160, 0xc2001b7ac0,
0xc2000cd700, 0xc2000cd800, 0x0, ...)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/go/types/expr.go:1577 +0x353a
code.google.com/p/go.tools/go/types.(*checker).expr(0xc2000af160, 0xc2001b7ac0,
0xc2000cd700, 0xc2000cd800, 0x0, ...)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/go/types/expr.go:1727 +0x88
code.google.com/p/go.tools/go/types.(*checker).assignNtoM(0xc2000af160, 0xc20006db40,
0x2, 0x2, 0xc2000aaa70, ...)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/go/types/stmt.go:188 +0x1b4
code.google.com/p/go.tools/go/types.(*checker).stmt(0xc2000af160, 0xc2000cd7c0,
0xc2000cd840)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/go/types/stmt.go:375 +0x3846
code.google.com/p/go.tools/go/types.(*checker).stmtList(0xc2000af160, 0xc20006dbe0, 0x2,
0x2)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/go/types/stmt.go:247 +0x68
code.google.com/p/go.tools/go/types.check(0xc2000cd980, 0x6060a0, 0x1, 0xc2000cd440,
0xc200000268, ...)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/go/types/check.go:485 +0x4cf
code.google.com/p/go.tools/go/types.(*Context).Check(0xc2000cd980, 0x6060a0, 0x1,
0xc2000cd440, 0xc200000268, ...)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/go/types/api.go:112 +0x6c
main.(*Package).check(0xc2000cd8c0, 0xc2000cd440, 0xc200000268, 0x1, 0x1, ...)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/cmd/vet/types.go:32 +0x168
main.doPackage(0x6060a0, 0x1, 0xc20006d010, 0x1, 0x1, ...)
/home/alberts/go/src/pkg/code.google.com/p/go.tools/cmd/vet/main.go:226 +0x8f5
main.main()
/home/alberts/go/src/pkg/code.google.com/p/go.tools/cmd/vet/main.go:144 +0x665
Which compiler are you using (5g, 6g, 8g, gccgo)?
6g
Which operating system are you using?
linux
Which version are you using? (run 'go version')
tip</pre> | <pre class="notranslate">Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull", "hg update default", rebuild, and
retry
what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1. Run the attached code, makeslice.go
What is the expected output?
Sensible outcomes should be either a panic or an output of "0 non-zero values"
- the expected behaviour is not specified in the documentation.
What do you see instead?
len > cap
627 non-zero values
Which compiler are you using (5g, 6g, 8g, gccgo)?
6g
Which operating system are you using?
Ubuntu lucid
Which revision are you using? (hg identify)
3cdba7b0650c weekly/weekly.2012-03-13
Please provide any additional information below.</pre>
<p dir="auto">Attachments:</p>
<ol dir="auto">
<li><a href="https://storage.googleapis.com/go-attachment/3330/0/makeslice.go" rel="nofollow">makeslice.go</a> (319 bytes)</li>
</ol> | 0 |
<p dir="auto">Usually the speed of each training batch is somewhat consistent for me when using tensorflow. However, I am currently training an RNN. For the first 3 epochs each batch of 128 samples took about 1 second. Now on the third epoch my times have become inconsistent. The batches will randomly become very slow. I can hear the fan on my GTX Titian spin down indicating that during these slowdowns it is not using the compute resources on the GPU.</p>
<p dir="auto">I am timing it like this so I don't think anything else in my code could be affecting it.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" begin_time = time.time()
loss, ts = sess.run([cost, train_step], feed_dict = {input_tensor: x_train, expected_output: y_train, keep_prob: 0.8})
end_time = time.time()"><pre class="notranslate"><code class="notranslate"> begin_time = time.time()
loss, ts = sess.run([cost, train_step], feed_dict = {input_tensor: x_train, expected_output: y_train, keep_prob: 0.8})
end_time = time.time()
</code></pre></div>
<p dir="auto">Here is the output with timing information.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Epoch 3 Batch 858 Loss 172.072438250 Last Loss 206.985626221 Time 1.432
Epoch 3 Batch 859 Loss 172.067967827 Last Loss 168.227874756 Time 1.419
Epoch 3 Batch 860 Loss 172.057925642 Last Loss 163.421646118 Time 1.447
Epoch 3 Batch 861 Loss 172.056937587 Last Loss 171.206222534 Time 1.339
Epoch 3 Batch 862 Loss 172.051488565 Last Loss 167.354431152 Time 1.285
Epoch 3 Batch 863 Loss 172.016926642 Last Loss 142.189987183 Time 1.310
Epoch 3 Batch 864 Loss 172.011091517 Last Loss 166.969543457 Time 1.291
Epoch 3 Batch 865 Loss 172.011779468 Last Loss 172.606857300 Time 1.317
Epoch 3 Batch 866 Loss 172.004100742 Last Loss 165.354324341 Time 1.307
Epoch 3 Batch 867 Loss 172.008801860 Last Loss 176.084671021 Time 1.372
Epoch 3 Batch 868 Loss 172.032961320 Last Loss 193.003372192 Time 1.298
Epoch 3 Batch 869 Loss 172.036121868 Last Loss 174.782638550 Time 1.310
Epoch 3 Batch 870 Loss 172.044807513 Last Loss 179.601318359 Time 1.429
Epoch 3 Batch 871 Loss 172.066208551 Last Loss 190.706512451 Time 1.311
Epoch 3 Batch 872 Loss 172.052568940 Last Loss 160.158828735 Time 2.614
Epoch 3 Batch 873 Loss 172.032694941 Last Loss 154.682693481 Time 2.208
Epoch 3 Batch 874 Loss 172.040674805 Last Loss 179.015075684 Time 3.138
Epoch 3 Batch 875 Loss 172.034015673 Last Loss 166.207275391 Time 1.750
Epoch 3 Batch 876 Loss 172.029174909 Last Loss 167.788665771 Time 1.955
Epoch 3 Batch 877 Loss 172.042762183 Last Loss 183.958801270 Time 2.576
Epoch 3 Batch 878 Loss 172.028727179 Last Loss 159.705993652 Time 3.130
Epoch 3 Batch 879 Loss 172.035255710 Last Loss 177.773834229 Time 2.622
Epoch 3 Batch 880 Loss 172.043415273 Last Loss 179.223831177 Time 1.581
Epoch 3 Batch 881 Loss 172.040243793 Last Loss 169.246170044 Time 3.093
Epoch 3 Batch 882 Loss 172.017778805 Last Loss 152.203659058 Time 2.470
Epoch 3 Batch 883 Loss 172.018503957 Last Loss 172.658813477 Time 2.540
Epoch 3 Batch 884 Loss 172.054275064 Last Loss 203.675933838 Time 2.597
Epoch 3 Batch 885 Loss 172.029123448 Last Loss 149.769943237 Time 2.915
Epoch 3 Batch 886 Loss 172.013957027 Last Loss 158.576507568 Time 3.095
Epoch 3 Batch 887 Loss 171.994215424 Last Loss 154.483413696 Time 2.250
Epoch 3 Batch 888 Loss 171.998252946 Last Loss 175.583572388 Time 2.997
Epoch 3 Batch 889 Loss 171.974352959 Last Loss 150.727264404 Time 3.417
Epoch 3 Batch 890 Loss 171.968166587 Last Loss 166.462295532 Time 2.290
Epoch 3 Batch 891 Loss 172.011782095 Last Loss 210.873199463 Time 1.358
Epoch 3 Batch 892 Loss 172.013166695 Last Loss 173.248229980 Time 0.910
Epoch 3 Batch 893 Loss 172.016952293 Last Loss 175.397491455 Time 0.893
Epoch 3 Batch 894 Loss 172.015184030 Last Loss 170.434356689 Time 0.986
Epoch 3 Batch 895 Loss 172.001527531 Last Loss 159.778961182 Time 1.000
Epoch 3 Batch 896 Loss 172.008338426 Last Loss 178.110900879 Time 0.999
Epoch 3 Batch 897 Loss 172.015577083 Last Loss 178.508651733 Time 1.699
Epoch 3 Batch 898 Loss 172.076713689 Last Loss 226.977386475 Time 1.570
Epoch 3 Batch 899 Loss 172.043461711 Last Loss 142.149932861 Time 1.699
Epoch 3 Batch 900 Loss 172.069320933 Last Loss 195.342620850 Time 1.678
Epoch 3 Batch 901 Loss 172.063626562 Last Loss 166.932998657 Time 1.685
Epoch 3 Batch 902 Loss 172.060249506 Last Loss 169.014144897 Time 1.467
Epoch 3 Batch 903 Loss 172.068654811 Last Loss 179.658645630 Time 3.737
Epoch 3 Batch 904 Loss 172.061790508 Last Loss 165.856460571 Time 3.705
Epoch 3 Batch 905 Loss 172.078748707 Last Loss 187.425918579 Time 3.376
Epoch 3 Batch 906 Loss 172.065538518 Last Loss 160.097106934 Time 4.606
Epoch 3 Batch 907 Loss 172.040349112 Last Loss 149.193557739 Time 4.513
Epoch 3 Batch 908 Loss 172.078197416 Last Loss 206.444458008 Time 2.491
Epoch 3 Batch 909 Loss 172.081030156 Last Loss 174.655990601 Time 4.244 "><pre class="notranslate"><code class="notranslate">Epoch 3 Batch 858 Loss 172.072438250 Last Loss 206.985626221 Time 1.432
Epoch 3 Batch 859 Loss 172.067967827 Last Loss 168.227874756 Time 1.419
Epoch 3 Batch 860 Loss 172.057925642 Last Loss 163.421646118 Time 1.447
Epoch 3 Batch 861 Loss 172.056937587 Last Loss 171.206222534 Time 1.339
Epoch 3 Batch 862 Loss 172.051488565 Last Loss 167.354431152 Time 1.285
Epoch 3 Batch 863 Loss 172.016926642 Last Loss 142.189987183 Time 1.310
Epoch 3 Batch 864 Loss 172.011091517 Last Loss 166.969543457 Time 1.291
Epoch 3 Batch 865 Loss 172.011779468 Last Loss 172.606857300 Time 1.317
Epoch 3 Batch 866 Loss 172.004100742 Last Loss 165.354324341 Time 1.307
Epoch 3 Batch 867 Loss 172.008801860 Last Loss 176.084671021 Time 1.372
Epoch 3 Batch 868 Loss 172.032961320 Last Loss 193.003372192 Time 1.298
Epoch 3 Batch 869 Loss 172.036121868 Last Loss 174.782638550 Time 1.310
Epoch 3 Batch 870 Loss 172.044807513 Last Loss 179.601318359 Time 1.429
Epoch 3 Batch 871 Loss 172.066208551 Last Loss 190.706512451 Time 1.311
Epoch 3 Batch 872 Loss 172.052568940 Last Loss 160.158828735 Time 2.614
Epoch 3 Batch 873 Loss 172.032694941 Last Loss 154.682693481 Time 2.208
Epoch 3 Batch 874 Loss 172.040674805 Last Loss 179.015075684 Time 3.138
Epoch 3 Batch 875 Loss 172.034015673 Last Loss 166.207275391 Time 1.750
Epoch 3 Batch 876 Loss 172.029174909 Last Loss 167.788665771 Time 1.955
Epoch 3 Batch 877 Loss 172.042762183 Last Loss 183.958801270 Time 2.576
Epoch 3 Batch 878 Loss 172.028727179 Last Loss 159.705993652 Time 3.130
Epoch 3 Batch 879 Loss 172.035255710 Last Loss 177.773834229 Time 2.622
Epoch 3 Batch 880 Loss 172.043415273 Last Loss 179.223831177 Time 1.581
Epoch 3 Batch 881 Loss 172.040243793 Last Loss 169.246170044 Time 3.093
Epoch 3 Batch 882 Loss 172.017778805 Last Loss 152.203659058 Time 2.470
Epoch 3 Batch 883 Loss 172.018503957 Last Loss 172.658813477 Time 2.540
Epoch 3 Batch 884 Loss 172.054275064 Last Loss 203.675933838 Time 2.597
Epoch 3 Batch 885 Loss 172.029123448 Last Loss 149.769943237 Time 2.915
Epoch 3 Batch 886 Loss 172.013957027 Last Loss 158.576507568 Time 3.095
Epoch 3 Batch 887 Loss 171.994215424 Last Loss 154.483413696 Time 2.250
Epoch 3 Batch 888 Loss 171.998252946 Last Loss 175.583572388 Time 2.997
Epoch 3 Batch 889 Loss 171.974352959 Last Loss 150.727264404 Time 3.417
Epoch 3 Batch 890 Loss 171.968166587 Last Loss 166.462295532 Time 2.290
Epoch 3 Batch 891 Loss 172.011782095 Last Loss 210.873199463 Time 1.358
Epoch 3 Batch 892 Loss 172.013166695 Last Loss 173.248229980 Time 0.910
Epoch 3 Batch 893 Loss 172.016952293 Last Loss 175.397491455 Time 0.893
Epoch 3 Batch 894 Loss 172.015184030 Last Loss 170.434356689 Time 0.986
Epoch 3 Batch 895 Loss 172.001527531 Last Loss 159.778961182 Time 1.000
Epoch 3 Batch 896 Loss 172.008338426 Last Loss 178.110900879 Time 0.999
Epoch 3 Batch 897 Loss 172.015577083 Last Loss 178.508651733 Time 1.699
Epoch 3 Batch 898 Loss 172.076713689 Last Loss 226.977386475 Time 1.570
Epoch 3 Batch 899 Loss 172.043461711 Last Loss 142.149932861 Time 1.699
Epoch 3 Batch 900 Loss 172.069320933 Last Loss 195.342620850 Time 1.678
Epoch 3 Batch 901 Loss 172.063626562 Last Loss 166.932998657 Time 1.685
Epoch 3 Batch 902 Loss 172.060249506 Last Loss 169.014144897 Time 1.467
Epoch 3 Batch 903 Loss 172.068654811 Last Loss 179.658645630 Time 3.737
Epoch 3 Batch 904 Loss 172.061790508 Last Loss 165.856460571 Time 3.705
Epoch 3 Batch 905 Loss 172.078748707 Last Loss 187.425918579 Time 3.376
Epoch 3 Batch 906 Loss 172.065538518 Last Loss 160.097106934 Time 4.606
Epoch 3 Batch 907 Loss 172.040349112 Last Loss 149.193557739 Time 4.513
Epoch 3 Batch 908 Loss 172.078197416 Last Loss 206.444458008 Time 2.491
Epoch 3 Batch 909 Loss 172.081030156 Last Loss 174.655990601 Time 4.244
</code></pre></div>
<p dir="auto">Here is what the output normally looks like most of the time when this issue is not occurring.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Epoch 1 Batch 213 Loss 262.820208541 Last Loss 189.761398315 Time 0.978
Epoch 1 Batch 214 Loss 262.570083973 Last Loss 209.043426514 Time 0.984
Epoch 1 Batch 215 Loss 262.265294534 Last Loss 196.735565186 Time 0.985
Epoch 1 Batch 216 Loss 261.973181588 Last Loss 198.876785278 Time 0.988
Epoch 1 Batch 217 Loss 261.685996729 Last Loss 199.366882324 Time 0.989
Epoch 1 Batch 218 Loss 261.385472058 Last Loss 195.871093750 Time 0.981
Epoch 1 Batch 219 Loss 261.200773135 Last Loss 220.751708984 Time 0.983
Epoch 1 Batch 220 Loss 260.912834202 Last Loss 197.566268921 Time 0.982
Epoch 1 Batch 221 Loss 260.757691254 Last Loss 226.471099854 Time 0.981
Epoch 1 Batch 222 Loss 260.588221186 Last Loss 222.965866089 Time 0.984
Epoch 1 Batch 223 Loss 260.272108146 Last Loss 189.778900146 Time 0.992
Epoch 1 Batch 224 Loss 259.962260607 Last Loss 190.556411743 Time 0.981
Epoch 1 Batch 225 Loss 259.509933337 Last Loss 157.736297607 Time 0.985
Epoch 1 Batch 226 Loss 259.273305347 Last Loss 205.795379639 Time 0.982
Epoch 1 Batch 227 Loss 259.062388972 Last Loss 211.184371948 Time 0.991
Epoch 1 Batch 228 Loss 258.901376783 Last Loss 222.190597534 Time 0.984
Epoch 1 Batch 229 Loss 258.643836975 Last Loss 199.667221069 Time 0.986
Epoch 1 Batch 230 Loss 258.344224079 Last Loss 189.433258057 Time 0.979
"><pre class="notranslate"><code class="notranslate">Epoch 1 Batch 213 Loss 262.820208541 Last Loss 189.761398315 Time 0.978
Epoch 1 Batch 214 Loss 262.570083973 Last Loss 209.043426514 Time 0.984
Epoch 1 Batch 215 Loss 262.265294534 Last Loss 196.735565186 Time 0.985
Epoch 1 Batch 216 Loss 261.973181588 Last Loss 198.876785278 Time 0.988
Epoch 1 Batch 217 Loss 261.685996729 Last Loss 199.366882324 Time 0.989
Epoch 1 Batch 218 Loss 261.385472058 Last Loss 195.871093750 Time 0.981
Epoch 1 Batch 219 Loss 261.200773135 Last Loss 220.751708984 Time 0.983
Epoch 1 Batch 220 Loss 260.912834202 Last Loss 197.566268921 Time 0.982
Epoch 1 Batch 221 Loss 260.757691254 Last Loss 226.471099854 Time 0.981
Epoch 1 Batch 222 Loss 260.588221186 Last Loss 222.965866089 Time 0.984
Epoch 1 Batch 223 Loss 260.272108146 Last Loss 189.778900146 Time 0.992
Epoch 1 Batch 224 Loss 259.962260607 Last Loss 190.556411743 Time 0.981
Epoch 1 Batch 225 Loss 259.509933337 Last Loss 157.736297607 Time 0.985
Epoch 1 Batch 226 Loss 259.273305347 Last Loss 205.795379639 Time 0.982
Epoch 1 Batch 227 Loss 259.062388972 Last Loss 211.184371948 Time 0.991
Epoch 1 Batch 228 Loss 258.901376783 Last Loss 222.190597534 Time 0.984
Epoch 1 Batch 229 Loss 258.643836975 Last Loss 199.667221069 Time 0.986
Epoch 1 Batch 230 Loss 258.344224079 Last Loss 189.433258057 Time 0.979
</code></pre></div>
<p dir="auto">After a while it will make it through the slow phase and return to being 1s per batch. I am using Ubuntu 16.04 with CUDNN 5 and Cuda 8. This problem is intermittent and I have no real way to reproduce it.</p> | <p dir="auto">When training a relatively simple model (1-layer LSTM, 256 units) my Titan X GPU keeps spiking from 0% to 30% GPU utilization. Conclusion: somewhere in the pipeline there is a bottleneck which limits the GPU to be processing the training batches continuously. I use a FIFOQueue to which examples are being fed in one or more separate threads:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="queue = tf.FIFOQueue(
capacity=self.config.queue_capacity,
dtypes=[tf.float32, tf.float32],
shapes=[[30, 49, 512], [30]],
name="FIFOQueue"
)"><pre class="notranslate"><span class="pl-s1">queue</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-v">FIFOQueue</span>(
<span class="pl-s1">capacity</span><span class="pl-c1">=</span><span class="pl-s1">self</span>.<span class="pl-s1">config</span>.<span class="pl-s1">queue_capacity</span>,
<span class="pl-s1">dtypes</span><span class="pl-c1">=</span>[<span class="pl-s1">tf</span>.<span class="pl-s1">float32</span>, <span class="pl-s1">tf</span>.<span class="pl-s1">float32</span>],
<span class="pl-s1">shapes</span><span class="pl-c1">=</span>[[<span class="pl-c1">30</span>, <span class="pl-c1">49</span>, <span class="pl-c1">512</span>], [<span class="pl-c1">30</span>]],
<span class="pl-s1">name</span><span class="pl-c1">=</span><span class="pl-s">"FIFOQueue"</span>
)</pre></div>
<p dir="auto">For the training operation I use <code class="notranslate">queue.dequeue_many</code> to get examples from the queue. As you can see the batch size is 64 examples. So in the end the input tensor is <code class="notranslate">64x30x49x512</code> of type <code class="notranslate">tf.float32</code>:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# Model inputs, either use the queue (training) or feed_dict (evaluation)
inputs, targets = queue.dequeue_many(64)"><pre class="notranslate"><span class="pl-c"># Model inputs, either use the queue (training) or feed_dict (evaluation)</span>
<span class="pl-s1">inputs</span>, <span class="pl-s1">targets</span> <span class="pl-c1">=</span> <span class="pl-s1">queue</span>.<span class="pl-en">dequeue_many</span>(<span class="pl-c1">64</span>)</pre></div>
<p dir="auto">To find out why my code is running "slow" (i.e. spiking GPU allocation and no temperature increase) I use the <code class="notranslate">Timeline</code> object (<a href="http://stackoverflow.com/questions/34293714/tensorflow-can-i-measure-the-execution-time-of-individual-operations" rel="nofollow">see here</a>) to measure execution times of individual operations. The results displayed below show the measurements for one training iteration at which point the queue was filled with more than 1000 examples. I have included screenshots for both GPU and CPU-only runs (forced with <code class="notranslate">export CUDA_VISIBLE_DEVICES=-1</code>.</p>
<p dir="auto">What strikes me from these results is that it takes a really long time to dequeue examples from the FIFOQueue. What is happening here...something wrong or is the dequeuing operation just very slow? Overall the dequeuing operation and sending the data to the GPU takes up half of the time of a training iteration. No wonder that the GPU utilization is spiking. Any help is welcome optimizing my training pipeline! As I understand correctly the examples are all queued in RAM, is there also a way to queue them ahead on GPU memory so when they are needed they do not have to be moved CPU => GPU?</p>
<p dir="auto">This is tested on TensorFlow v9.0 build from sources about 1.5 week ago.</p>
<p dir="auto"><strong>GPU running on Titan X</strong><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/298cc225c66140af685a1b9d227e9496f7cdd978b979b14facbf12937955591a/687474703a2f2f692e696d6775722e636f6d2f65545a4e50444d2e706e673f31"><img src="https://camo.githubusercontent.com/298cc225c66140af685a1b9d227e9496f7cdd978b979b14facbf12937955591a/687474703a2f2f692e696d6775722e636f6d2f65545a4e50444d2e706e673f31" alt="gpu" data-canonical-src="http://i.imgur.com/eTZNPDM.png?1" style="max-width: 100%;"></a></p>
<p dir="auto"><strong>CPU running on Xeon CPU E5-2640</strong><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/396e0a9b063f0c9ae0d122ca8c353eb1538808bef05f4af655ae29167c6054ce/687474703a2f2f692e696d6775722e636f6d2f6d516b4c4838682e706e673f31"><img src="https://camo.githubusercontent.com/396e0a9b063f0c9ae0d122ca8c353eb1538808bef05f4af655ae29167c6054ce/687474703a2f2f692e696d6775722e636f6d2f6d516b4c4838682e706e673f31" alt="cpu" data-canonical-src="http://i.imgur.com/mQkLH8h.png?1" style="max-width: 100%;"></a></p> | 1 |
<p dir="auto">Given <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="171960429" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/30908" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/30908/hovercard" href="https://github.com/kubernetes/kubernetes/issues/30908">#30908</a> and <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="171961268" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/30909" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/30909/hovercard" href="https://github.com/kubernetes/kubernetes/issues/30909">#30909</a>, it feels like maybe we would do well to make "Headless" an actual value for cluster.spec.type. Specifically, we don't intend to support node-ports or load-balancers for headless services, but it is possible to specify that intersection.</p>
<p dir="auto">It would be cleaner, I think, to say:</p>
<p dir="auto">headless-params:</p>
<ul dir="auto">
<li>selector (optional)</li>
<li>ports[*].port, protocol, and name</li>
</ul>
<p dir="auto">clusterip-params:</p>
<ul dir="auto">
<li>all of headless-params</li>
<li>clusterip (optional else assigned)</li>
<li>ports[*].targetPort</li>
<li>sessionAffinity</li>
</ul>
<p dir="auto">nodeport-params:</p>
<ul dir="auto">
<li>all of clusterip-params</li>
<li>ports[*].nodePort</li>
</ul>
<p dir="auto">loadbalancer-params:</p>
<ul dir="auto">
<li>all of nodeport-params</li>
<li>loadBalancerIP</li>
<li>loadBalancerSourceRanges</li>
</ul>
<p dir="auto">With <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="171084806" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/30599" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/30599/hovercard" href="https://github.com/kubernetes/kubernetes/pull/30599">#30599</a> we add:</p>
<p dir="auto">externalname-params:</p>
<ul dir="auto">
<li>externalName</li>
</ul>
<p dir="auto">I argued against this before, but I am not sure why. Looking at history, I don't find my own arguments that compelling, but maybe I am missing some.</p> | 1 |
|
<h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">With the new Vue.observable you can create a simple reactive store which is super nice. It seems you can use these reactive properties directly in views (you don't need to use them through local computed properties). In this scenario, it would be nice to be able to also have global state based computed properties. This way, you'd be able to create a very nice and imo quite capable yet simple store pattern (compared to more verbose and complex solutions like Vuex). You also don't have to sprinkle computed props on components where they imo don't really belong.</p>
<p dir="auto">It's possible to do a workaround by initiating new Vue instances, but I assume that causes some significant and completely unnecessary overhead.</p>
<h3 dir="auto">What does the proposed API look like?</h3>
<p dir="auto">I'm completely open for your wisedom ;-) A few suggestions:</p>
<p dir="auto">A)<br>
Vue.computed({<br>
computedProp: function() { ... }<br>
});</p>
<p dir="auto">B)<br>
Vue.observable({<br>
regularReactiveProp: 'something',<br>
get computedProp: function () { ... }<br>
});</p>
<p dir="auto">I'm btw. not a big fan of transforming all functions to computed props, as this makes it less simple (impossible?) to pass along one store object that also contains all methods (for a more full scale model layer).</p> | <h3 dir="auto">Vue.js version</h3>
<p dir="auto">2.0-rc8 / 2.0-rc7</p>
<h3 dir="auto">Reproduction Link</h3>
<p dir="auto"><a href="https://codepen.io/toxic-johann/pen/JRJgGJ?editors=1111" rel="nofollow">https://codepen.io/toxic-johann/pen/JRJgGJ?editors=1111</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">use a v-for to render component<br>
in component, you have to write a v-for with template in it but not wrapped with a root element<br>
open console, and run test() function</p>
<h3 dir="auto">What is Expected?</h3>
<p dir="auto">open console, and run success() function<br>
or you can click <a href="https://codepen.io/toxic-johann/pen/JRJgGJ?editors=1111" rel="nofollow">https://codepen.io/toxic-johann/pen/JRJgGJ?editors=1111</a>.<br>
when i keep on one root element in v-for, the problem dispear.</p>
<p dir="auto">So I think, if vue consider multiple element int the template is forbidden.It should throw a warn.<br>
Otherwise, it's a bug</p>
<h3 dir="auto">What is actually happening?</h3>
<p dir="auto">throw the warning</p>
<blockquote>
<p dir="auto">[Vue warn]: It seems there are duplicate keys that is causing an update error. Make sure each v-for item has a unique key.<br>
and error<br>
Uncaught (in promise) TypeError: Cannot read property 'tag' of undefined</p>
</blockquote>
<p dir="auto">it's the same problem with <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="179950989" data-permission-text="Title is private" data-url="https://github.com/vuejs/vue/issues/3807" data-hovercard-type="issue" data-hovercard-url="/vuejs/vue/issues/3807/hovercard" href="https://github.com/vuejs/vue/issues/3807">#3807</a><br>
u can reopen that.</p> | 0 |
<p dir="auto">Badly needed for commonjs modules where you are more likely to ship JS code plus a generated <code class="notranslate">.d.ts</code> file.</p>
<p dir="auto">From codeplex : <a href="https://typescript.codeplex.com/workitem/2080" rel="nofollow">https://typescript.codeplex.com/workitem/2080</a></p> | <p dir="auto">There was an discussion about generating ambient declarations for external CommonJS modules: <a href="http://typescript.codeplex.com/workitem/2080" rel="nofollow">http://typescript.codeplex.com/workitem/2080</a></p>
<p dir="auto">But even if typescript generates the definitions as we what we want, we'll still need to add references manually, which is not doing better job than JS libs with NuGet DefinitelyTyped packages.</p>
<p dir="auto">I propose that when we publish a typescript package via npm, publish the .d.ts file(s) generated with the current style along with it.</p>
<p dir="auto">So that we can manage to write a tool (or add a feature to something like WebEssentials) to watch related node_modules directory, resolve the definition references and create wrapped definition file(s) under scripts/typings folder.</p>
<p dir="auto">Thoughts?</p> | 1 |
<p dir="auto">Use of exclamation in an <code class="notranslate">ngIf</code> does not work when using null propagation operator. It worked in beta-15, not in beta-16.</p>
<p dir="auto">See plunker for demo:<br>
<a href="http://plnkr.co/edit/2TGZ2XVESVQQJ1IN39AA?p=preview" rel="nofollow">http://plnkr.co/edit/2TGZ2XVESVQQJ1IN39AA?p=preview</a></p>
<p dir="auto">(change to beta-15 to see difference)</p>
<p dir="auto">Short version:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" <div *ngIf="!myData?.myBoolean">
<h2>With exclamation</h2> <---- does not show
</div>
<div *ngIf="myData?.myBoolean === false">
<h2>With === false</h2> <---- shows as expected
</div>"><pre class="notranslate"><code class="notranslate"> <div *ngIf="!myData?.myBoolean">
<h2>With exclamation</h2> <---- does not show
</div>
<div *ngIf="myData?.myBoolean === false">
<h2>With === false</h2> <---- shows as expected
</div>
</code></pre></div>
<p dir="auto">I could not find anything about this in the changelog - is this as designed?</p> | <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="[x] bug report
[ ] feature request
[ ] support request"><pre class="notranslate"><code class="notranslate">[x] bug report
[ ] feature request
[ ] support request
</code></pre></div>
<p dir="auto"><strong>Current behavior</strong><br>
I am dynamically creating a component (using <code class="notranslate">viewContainer.createComponent</code>) which uses ChangeDetectionStrategy.OnPush and that component instantiates a template provided by the parent component with <code class="notranslate">viewContainerRef.createEmbeddedView(templateRef)</code>. When the parent component updates the template, the dynamically created component does not update.</p>
<p dir="auto"><strong>Expected behavior</strong><br>
It should update</p>
<p dir="auto"><strong>Minimal reproduction of the problem with instructions</strong><br>
Here is a plnkr which has implemented a way to show a callout when clicking on an element. I have hooked up two different callout components (one uses OnPush and one uses Default).</p>
<p dir="auto"><a href="https://plnkr.co/edit/vYCuDwHj64qIp6GEShC9?p=preview" rel="nofollow">https://plnkr.co/edit/vYCuDwHj64qIp6GEShC9?p=preview</a></p>
<p dir="auto"><strong>What is the motivation / use case for changing the behavior?</strong><br>
Right now we're having to use some hacky workarounds which register child change detector refs with the parent components, and having the parent component mark the children for check. Using OnPush is necessary for the performance of our app.</p>
<ul dir="auto">
<li>
<p dir="auto"><strong>Angular version:</strong> 4.0.2</p>
</li>
<li>
<p dir="auto"><strong>Browser:</strong> all</p>
</li>
<li>
<p dir="auto"><strong>Language:</strong> all</p>
</li>
</ul> | 0 |
<h5 dir="auto">ISSUE TYPE: Bug Report</h5>
<h5 dir="auto">COMPONENT NAME: win_copy module</h5>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">ansible 2.2.0.0<br>
config file = /etc/ansible/ansible.cfg<br>
configured module search path = Default w/o overrides</p>
<h5 dir="auto">CONFIGURATION</h5>
<p dir="auto">No changes</p>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">Ubuntu 16.04 with ansible/ansible PPA</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">When copying a large file from local to a remote host, ansible crashed. Looks like a regression from fix <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="161603331" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/16392" data-hovercard-type="pull_request" data-hovercard-url="/ansible/ansible/pull/16392/hovercard" href="https://github.com/ansible/ansible/pull/16392">#16392</a>. Proposed fix worked in 2.1, however when updating to 2.2 the bug resurfaced despite having the fix merged.</p>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- name: Copy large file
win_copy:
src: largeinstallerfile2GB.zip
dest: 'c:\install'"><pre class="notranslate"><code class="notranslate">- name: Copy large file
win_copy:
src: largeinstallerfile2GB.zip
dest: 'c:\install'
</code></pre></div>
<h5 dir="auto">ACTUAL RESULTS</h5>
<p dir="auto">TASK [windows : Copy largeinstallerfile2GB.zip] ***<br>
task path: /root/ansible-test/roles/windows/tasks/install.yml:6<br>
An exception occurred during task execution. The full traceback is:<br>
Traceback (most recent call last):<br>
File "/usr/lib/python2.7/dist-packages/ansible/executor/task_executor.py", line 119, in run<br>
res = self._execute()<br>
File "/usr/lib/python2.7/dist-packages/ansible/executor/task_executor.py", line 490, in _execute<br>
result = self._handler.run(task_vars=variables)<br>
File "/usr/lib/python2.7/dist-packages/ansible/plugins/action/copy.py", line 153, in run<br>
source_full = self._loader.get_real_file(source_full)<br>
File "/usr/lib/python2.7/dist-packages/ansible/parsing/dataloader.py", line 402, in get_real_file<br>
if is_encrypted_file(f):<br>
File "/usr/lib/python2.7/dist-packages/ansible/parsing/vault/<strong>init</strong>.py", line 158, in is_encrypted_file<br>
b_vaulttext = to_bytes(to_text(vaulttext, encoding='ascii', errors='strict'), encoding='ascii', errors='strict')<br>
File "/usr/lib/python2.7/dist-packages/ansible/module_utils/_text.py", line 177, in to_text<br>
return obj.decode(encoding, errors)<br>
MemoryError</p>
<p dir="auto">fatal: [ago-win1]: FAILED! => {<br>
"failed": true,<br>
"msg": "Unexpected failure during module execution.",<br>
"stdout": ""<br>
}</p> | <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.1.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides"><pre class="notranslate"><code class="notranslate">ansible 2.1.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
</code></pre></div>
<h5 dir="auto">CONFIGURATION</h5>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">Ubuntu 14.04.4 LTS</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">Got MemoryError when copy huge local file to remote.</p>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ cat huge_copy.yml
---
- hosts: all
become: yes
tasks:
- name: Copy huge file
copy: src=5gb dest=dst
$ dd if=/dev/zero of=5gb bs=1G count=5
5+0 records in
5+0 records out
5368709120 bytes (5.4 GB) copied, 206.341 s, 26.0 MB/s
$ ansible-playbook -i hosts huge_copy.yml"><pre class="notranslate"><code class="notranslate">$ cat huge_copy.yml
---
- hosts: all
become: yes
tasks:
- name: Copy huge file
copy: src=5gb dest=dst
$ dd if=/dev/zero of=5gb bs=1G count=5
5+0 records in
5+0 records out
5368709120 bytes (5.4 GB) copied, 206.341 s, 26.0 MB/s
$ ansible-playbook -i hosts huge_copy.yml
</code></pre></div>
<h5 dir="auto">EXPECTED RESULTS</h5>
<p dir="auto">Copied successfully.</p>
<h5 dir="auto">ACTUAL RESULTS</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ansible-playbook -i hosts huge_copy.yml -vvv
Using /etc/ansible/ansible.cfg as config file
PLAYBOOK: huge_copy.yml ********************************************************
1 plays in huge_copy.yml
PLAY [all] *********************************************************************
TASK [setup] *******************************************************************
<192.168.80.129> ESTABLISH SSH CONNECTION FOR USER: ansible
<192.168.80.129> SSH: EXEC ssh -C -q -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=ansible -o ConnectTimeout=10 -o ControlPath=/home/y/.ansible/cp/ansible-ssh-%h-%p-%r 192.168.80.129 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1466567672.43-71840509019686 `" && echo ansible-tmp-1466567672.43-71840509019686="` echo $HOME/.ansible/tmp/ansible-tmp-1466567672.43-71840509019686 `" ) && sleep 0'"'"''
<192.168.80.129> PUT /tmp/tmp3Bk56k TO /home/ansible/.ansible/tmp/ansible-tmp-1466567672.43-71840509019686/setup
<192.168.80.129> 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 User=ansible -o ConnectTimeout=10 -o ControlPath=/home/y/.ansible/cp/ansible-ssh-%h-%p-%r '[192.168.80.129]'
<192.168.80.129> ESTABLISH SSH CONNECTION FOR USER: ansible
<192.168.80.129> SSH: EXEC ssh -C -q -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=ansible -o ConnectTimeout=10 -o ControlPath=/home/y/.ansible/cp/ansible-ssh-%h-%p-%r -tt 192.168.80.129 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-rmwgnaejatjdbjwnltokljxsdjjlhagx; LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /home/ansible/.ansible/tmp/ansible-tmp-1466567672.43-71840509019686/setup; rm -rf "/home/ansible/.ansible/tmp/ansible-tmp-1466567672.43-71840509019686/" > /dev/null 2>&1'"'"'"'"'"'"'"'"' && sleep 0'"'"''
ok: [192.168.80.129]
TASK [Copy huge file] **********************************************************
task path: /home/y/nfvdv4-single/huge_copy.yml:6
An exception occurred during task execution. The full traceback is:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/ansible/executor/task_executor.py", line 124, in run
res = self._execute()
File "/usr/lib/python2.7/dist-packages/ansible/executor/task_executor.py", line 446, in _execute
result = self._handler.run(task_vars=variables)
File "/usr/lib/python2.7/dist-packages/ansible/plugins/action/copy.py", line 156, in run
source_full = self._loader.get_real_file(source_full)
File "/usr/lib/python2.7/dist-packages/ansible/parsing/dataloader.py", line 334, in get_real_file
data = f.read()
MemoryError
fatal: [192.168.80.129]: FAILED! => {"failed": true, "msg": "Unexpected failure during module execution.", "stdout": ""}
NO MORE HOSTS LEFT *************************************************************
to retry, use: --limit @huge_copy.retry
PLAY RECAP *********************************************************************
192.168.80.129 : ok=1 changed=0 unreachable=0 failed=1 "><pre class="notranslate"><code class="notranslate">$ ansible-playbook -i hosts huge_copy.yml -vvv
Using /etc/ansible/ansible.cfg as config file
PLAYBOOK: huge_copy.yml ********************************************************
1 plays in huge_copy.yml
PLAY [all] *********************************************************************
TASK [setup] *******************************************************************
<192.168.80.129> ESTABLISH SSH CONNECTION FOR USER: ansible
<192.168.80.129> SSH: EXEC ssh -C -q -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=ansible -o ConnectTimeout=10 -o ControlPath=/home/y/.ansible/cp/ansible-ssh-%h-%p-%r 192.168.80.129 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1466567672.43-71840509019686 `" && echo ansible-tmp-1466567672.43-71840509019686="` echo $HOME/.ansible/tmp/ansible-tmp-1466567672.43-71840509019686 `" ) && sleep 0'"'"''
<192.168.80.129> PUT /tmp/tmp3Bk56k TO /home/ansible/.ansible/tmp/ansible-tmp-1466567672.43-71840509019686/setup
<192.168.80.129> 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 User=ansible -o ConnectTimeout=10 -o ControlPath=/home/y/.ansible/cp/ansible-ssh-%h-%p-%r '[192.168.80.129]'
<192.168.80.129> ESTABLISH SSH CONNECTION FOR USER: ansible
<192.168.80.129> SSH: EXEC ssh -C -q -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=ansible -o ConnectTimeout=10 -o ControlPath=/home/y/.ansible/cp/ansible-ssh-%h-%p-%r -tt 192.168.80.129 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-rmwgnaejatjdbjwnltokljxsdjjlhagx; LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /home/ansible/.ansible/tmp/ansible-tmp-1466567672.43-71840509019686/setup; rm -rf "/home/ansible/.ansible/tmp/ansible-tmp-1466567672.43-71840509019686/" > /dev/null 2>&1'"'"'"'"'"'"'"'"' && sleep 0'"'"''
ok: [192.168.80.129]
TASK [Copy huge file] **********************************************************
task path: /home/y/nfvdv4-single/huge_copy.yml:6
An exception occurred during task execution. The full traceback is:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/ansible/executor/task_executor.py", line 124, in run
res = self._execute()
File "/usr/lib/python2.7/dist-packages/ansible/executor/task_executor.py", line 446, in _execute
result = self._handler.run(task_vars=variables)
File "/usr/lib/python2.7/dist-packages/ansible/plugins/action/copy.py", line 156, in run
source_full = self._loader.get_real_file(source_full)
File "/usr/lib/python2.7/dist-packages/ansible/parsing/dataloader.py", line 334, in get_real_file
data = f.read()
MemoryError
fatal: [192.168.80.129]: FAILED! => {"failed": true, "msg": "Unexpected failure during module execution.", "stdout": ""}
NO MORE HOSTS LEFT *************************************************************
to retry, use: --limit @huge_copy.retry
PLAY RECAP *********************************************************************
192.168.80.129 : ok=1 changed=0 unreachable=0 failed=1
</code></pre></div> | 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.<br>
<a target="_blank" rel="noopener noreferrer" href=""><img src="" alt="Uploading Screen Shot 2015-09-03 at 22.45.36.png…" style="max-width: 100%;"></a><br>
i am doing correctly but the objective is being crossed</p> | <h4 dir="auto">Challenge Name</h4>
<p dir="auto">Roman Numeral Converter</p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">I'm reporting this based on my tests of an issue another camper reported on the forums.</p>
<p dir="auto">The thread may be found here <a href="http://forum.freecodecamp.com/t/roman-numeral-solution-not-working/21474" rel="nofollow">on the FCC forum</a></p>
<p dir="auto">The code pasted below fails all tests for this challenge, even though it is returning the correct answer.</p>
<p dir="auto">Moving <code class="notranslate">var converted = []</code> inside the function returns the exact same result, yet passes all tests.</p>
<h4 dir="auto">Browser Information</h4>
<ul dir="auto">
<li>Browser Name, Version: Chrome / Firefox - latest</li>
<li>Operating System: Mac OSX El Capitan / Ubuntu 16.04</li>
<li>Mobile, Desktop, or Tablet:</li>
</ul>
<h4 dir="auto">Your Code</h4>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var converted = [];
function convertToRoman(num) {
//use roman numerial char codes
var romans = [{
1: "I",
2: "II",
3: "III",
4: "IV",
5: "V",
6: "VI",
7: "VII",
8: "VIII",
9: "IX"
}, {
1: "X",
2: "XX",
3: "XXX",
4: "XL",
5: "L",
6: "LX",
7: "LXX",
8: "LXXX",
9: "XC"
}, {
1: "C",
2: "CC",
3: "CCC",
4: "CD",
5: "D",
6: "DC",
7: "DCC",
8: "DCCC",
9: "CM"
}, {
1:"M"
}];
var stringedNum = num.toString().split("").reverse().join("");//63
for (i = 0; i < stringedNum.length; i++) {
switch (i) {
case 0:
converted.push(romans[0][stringedNum[i]]);
break;
case 1:
converted.push(romans[1][stringedNum[i]]);
break;
case 2:
converted.push(romans[2][stringedNum[i]]);
break;
case 3:
converted.push(romans[3][1].repeat([stringedNum[i]]));
break;
case -1:
console.log("-1");
alert("No number!");
break;
}
}
//63.
return converted.reverse().join("");
}
convertToRoman(2); "><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-s1">converted</span> <span class="pl-c1">=</span> <span class="pl-kos">[</span><span class="pl-kos">]</span><span class="pl-kos">;</span>
<span class="pl-k">function</span> <span class="pl-en">convertToRoman</span><span class="pl-kos">(</span><span class="pl-s1">num</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-c">//use roman numerial char codes</span>
<span class="pl-k">var</span> <span class="pl-s1">romans</span> <span class="pl-c1">=</span> <span class="pl-kos">[</span><span class="pl-kos">{</span>
<span class="pl-c1">1</span>: <span class="pl-s">"I"</span><span class="pl-kos">,</span>
<span class="pl-c1">2</span>: <span class="pl-s">"II"</span><span class="pl-kos">,</span>
<span class="pl-c1">3</span>: <span class="pl-s">"III"</span><span class="pl-kos">,</span>
<span class="pl-c1">4</span>: <span class="pl-s">"IV"</span><span class="pl-kos">,</span>
<span class="pl-c1">5</span>: <span class="pl-s">"V"</span><span class="pl-kos">,</span>
<span class="pl-c1">6</span>: <span class="pl-s">"VI"</span><span class="pl-kos">,</span>
<span class="pl-c1">7</span>: <span class="pl-s">"VII"</span><span class="pl-kos">,</span>
<span class="pl-c1">8</span>: <span class="pl-s">"VIII"</span><span class="pl-kos">,</span>
<span class="pl-c1">9</span>: <span class="pl-s">"IX"</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span> <span class="pl-kos">{</span>
<span class="pl-c1">1</span>: <span class="pl-s">"X"</span><span class="pl-kos">,</span>
<span class="pl-c1">2</span>: <span class="pl-s">"XX"</span><span class="pl-kos">,</span>
<span class="pl-c1">3</span>: <span class="pl-s">"XXX"</span><span class="pl-kos">,</span>
<span class="pl-c1">4</span>: <span class="pl-s">"XL"</span><span class="pl-kos">,</span>
<span class="pl-c1">5</span>: <span class="pl-s">"L"</span><span class="pl-kos">,</span>
<span class="pl-c1">6</span>: <span class="pl-s">"LX"</span><span class="pl-kos">,</span>
<span class="pl-c1">7</span>: <span class="pl-s">"LXX"</span><span class="pl-kos">,</span>
<span class="pl-c1">8</span>: <span class="pl-s">"LXXX"</span><span class="pl-kos">,</span>
<span class="pl-c1">9</span>: <span class="pl-s">"XC"</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span> <span class="pl-kos">{</span>
<span class="pl-c1">1</span>: <span class="pl-s">"C"</span><span class="pl-kos">,</span>
<span class="pl-c1">2</span>: <span class="pl-s">"CC"</span><span class="pl-kos">,</span>
<span class="pl-c1">3</span>: <span class="pl-s">"CCC"</span><span class="pl-kos">,</span>
<span class="pl-c1">4</span>: <span class="pl-s">"CD"</span><span class="pl-kos">,</span>
<span class="pl-c1">5</span>: <span class="pl-s">"D"</span><span class="pl-kos">,</span>
<span class="pl-c1">6</span>: <span class="pl-s">"DC"</span><span class="pl-kos">,</span>
<span class="pl-c1">7</span>: <span class="pl-s">"DCC"</span><span class="pl-kos">,</span>
<span class="pl-c1">8</span>: <span class="pl-s">"DCCC"</span><span class="pl-kos">,</span>
<span class="pl-c1">9</span>: <span class="pl-s">"CM"</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span> <span class="pl-kos">{</span>
<span class="pl-c1">1</span>:<span class="pl-s">"M"</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">stringedNum</span> <span class="pl-c1">=</span> <span class="pl-s1">num</span><span class="pl-kos">.</span><span class="pl-en">toString</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">split</span><span class="pl-kos">(</span><span class="pl-s">""</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">reverse</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">join</span><span class="pl-kos">(</span><span class="pl-s">""</span><span class="pl-kos">)</span><span class="pl-kos">;</span><span class="pl-c">//63</span>
<span class="pl-k">for</span> <span class="pl-kos">(</span><span class="pl-s1">i</span> <span class="pl-c1">=</span> <span class="pl-c1">0</span><span class="pl-kos">;</span> <span class="pl-s1">i</span> <span class="pl-c1"><</span> <span class="pl-s1">stringedNum</span><span class="pl-kos">.</span><span class="pl-c1">length</span><span class="pl-kos">;</span> <span class="pl-s1">i</span><span class="pl-c1">++</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">switch</span> <span class="pl-kos">(</span><span class="pl-s1">i</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">case</span> <span class="pl-c1">0</span>:
<span class="pl-s1">converted</span><span class="pl-kos">.</span><span class="pl-en">push</span><span class="pl-kos">(</span><span class="pl-s1">romans</span><span class="pl-kos">[</span><span class="pl-c1">0</span><span class="pl-kos">]</span><span class="pl-kos">[</span><span class="pl-s1">stringedNum</span><span class="pl-kos">[</span><span class="pl-s1">i</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">break</span><span class="pl-kos">;</span>
<span class="pl-k">case</span> <span class="pl-c1">1</span>:
<span class="pl-s1">converted</span><span class="pl-kos">.</span><span class="pl-en">push</span><span class="pl-kos">(</span><span class="pl-s1">romans</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-s1">stringedNum</span><span class="pl-kos">[</span><span class="pl-s1">i</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">break</span><span class="pl-kos">;</span>
<span class="pl-k">case</span> <span class="pl-c1">2</span>:
<span class="pl-s1">converted</span><span class="pl-kos">.</span><span class="pl-en">push</span><span class="pl-kos">(</span><span class="pl-s1">romans</span><span class="pl-kos">[</span><span class="pl-c1">2</span><span class="pl-kos">]</span><span class="pl-kos">[</span><span class="pl-s1">stringedNum</span><span class="pl-kos">[</span><span class="pl-s1">i</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">break</span><span class="pl-kos">;</span>
<span class="pl-k">case</span> <span class="pl-c1">3</span>:
<span class="pl-s1">converted</span><span class="pl-kos">.</span><span class="pl-en">push</span><span class="pl-kos">(</span><span class="pl-s1">romans</span><span class="pl-kos">[</span><span class="pl-c1">3</span><span class="pl-kos">]</span><span class="pl-kos">[</span><span class="pl-c1">1</span><span class="pl-kos">]</span><span class="pl-kos">.</span><span class="pl-en">repeat</span><span class="pl-kos">(</span><span class="pl-kos">[</span><span class="pl-s1">stringedNum</span><span class="pl-kos">[</span><span class="pl-s1">i</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">break</span><span class="pl-kos">;</span>
<span class="pl-k">case</span> <span class="pl-c1">-</span><span class="pl-c1">1</span>:
<span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s">"-1"</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-en">alert</span><span class="pl-kos">(</span><span class="pl-s">"No number!"</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">break</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-c">//63. </span>
<span class="pl-k">return</span> <span class="pl-s1">converted</span><span class="pl-kos">.</span><span class="pl-en">reverse</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">join</span><span class="pl-kos">(</span><span class="pl-s">""</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-en">convertToRoman</span><span class="pl-kos">(</span><span class="pl-c1">2</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/322175/16969512/f2b5d346-4dda-11e6-97dd-8abc9366d4f3.png"><img src="https://cloud.githubusercontent.com/assets/322175/16969512/f2b5d346-4dda-11e6-97dd-8abc9366d4f3.png" alt="roman numeral converter free code camp" style="max-width: 100%;"></a></p> | 0 |
<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.19631
PowerToys version: v0.18.1
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run"><pre class="notranslate"><code class="notranslate">Windows build number: 10.0.19631
PowerToys version: v0.18.1
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run
</code></pre></div>
<h1 dir="auto">Steps to reproduce</h1>
<p dir="auto">Everytime I turn on the Launcher in the PowerToys Settings, the process PowerLauncher starts using 20% to 50% of my CPU. I have a quad-core i5 CPU and my computer performance isn't an issue.</p>
<h1 dir="auto">Screenshots</h1>
<p dir="auto">Here's my Task Manager the second after I turn on PT Run.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/7605780/82729293-b45b6d80-9cf6-11ea-95df-a609916a663c.png"><img src="https://user-images.githubusercontent.com/7605780/82729293-b45b6d80-9cf6-11ea-95df-a609916a663c.png" alt="image" style="max-width: 100%;"></a></p> | <p dir="auto">PowerLauncher.exe keeps ramping up to ~60% CPU usage in task manager and then back down to 0%. It happens about every 2 seconds or so.</p>
<h1 dir="auto">Environment</h1>
<p dir="auto">Windows [Version 10.0.18363.720]<br>
PowerToys 0.18<br>
PowerLauncher</p>
<h1 dir="auto">Steps to reproduce</h1>
<p dir="auto">Start PowerToys.</p>
<h1 dir="auto">Screenshots</h1>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/22208037/82373276-5b849000-99eb-11ea-800e-42316513dec2.png"><img src="https://user-images.githubusercontent.com/22208037/82373276-5b849000-99eb-11ea-800e-42316513dec2.png" alt="Taskmgr_2020-05-19_16-10-54" style="max-width: 100%;"></a></p> | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18965.0 (Insider Fast)
Windows Terminal version (if applicable): 0.4.2382.0
Any other software? No."><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: 10.0.18965.0 (Insider Fast)
Windows Terminal version (if applicable): 0.4.2382.0
Any other software? No.
</code></pre></div>
<h1 dir="auto">Steps to reproduce</h1>
<ol dir="auto">
<li>Open the terminal<br>
1.1 Perhaps it's relevant that I have <code class="notranslate">showTabsInTitlebar</code> set to the default value of <code class="notranslate">true</code></li>
<li>double-click anywhere inside the draggable titlebar</li>
</ol>
<p dir="auto">Image for illustration purpose of the area I mean by "titlebar":<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/25607767/63949936-6c672d00-ca7b-11e9-8d7d-ef99ae702707.jpg"><img src="https://user-images.githubusercontent.com/25607767/63949936-6c672d00-ca7b-11e9-8d7d-ef99ae702707.jpg" alt="wt_cant_doubleClickToMaximize" style="max-width: 100%;"></a></p>
<h1 dir="auto">Expected behavior</h1>
<p dir="auto">The window should maximize</p>
<h1 dir="auto">Actual behavior</h1>
<p dir="auto">Nothing happens</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 (from store)
Any other software?"><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: 10.0.18362.0
Windows Terminal version (if applicable): 0.5.2681.0 (from store)
Any other software?
</code></pre></div>
<h1 dir="auto">Steps to reproduce</h1>
<p dir="auto">(Happy for this to be closed if it should be raised with WSL instead.)</p>
<ul dir="auto">
<li>Have WSL installed and a .bashrc file set up</li>
<li>Open an Ubuntu tab in Windows Terminal</li>
</ul>
<h1 dir="auto">Expected behavior</h1>
<p dir="auto">.bashrc is executed as this is an interactive shell</p>
<h1 dir="auto">Actual behavior</h1>
<p dir="auto">.bashrc is not executed. Only .bash_profile is executed.</p>
<p dir="auto">This can be worked around by changing the commandline from <code class="notranslate">wsl.exe -d Ubuntu</code> to <code class="notranslate">wsl.exe -d Ubuntu bash</code> - but I'm not sure if this is a problem with Terminal, or with WSL. If I use the default shortcut to Ubuntu provided by WSL, that doesn't run .bashrc either, unless I create a similar shortcut to wsl.exe by hand.</p> | 0 |
<p dir="auto"><strong>Symfony version(s) affected</strong>: 3.4</p>
<p dir="auto"><strong>Description</strong><br>
<em>Implementing the AuthenticatorInterface instead of extending AbstractGuardAuthenticator still throws deprecated message</em></p>
<p dir="auto">I wrote a class <code class="notranslate">FormAuthenticator</code> that extended the Guard <code class="notranslate">AbstractGuardAuthenticator</code>. After upgrading from 3.3 to 3.4 (as an LTS version), I ran Psalm, which told me that this class was deprecated. It tells me to not extend from Guard <code class="notranslate">AbstractGuardAuthenticator</code>, but instead to implement Guard <code class="notranslate">AuthenticatorInterface</code>. However, the <code class="notranslate">AuthenticatorInterface</code> extends from the <code class="notranslate">GuardAuthenticatorInterface</code>, which is also deprecated.</p>
<p dir="auto"><strong>How to reproduce</strong><br>
Try to implement a Guard implementing the recommended Interface for Symfony 3.4, by using </p><div class="Box Box--condensed my-2">
<div class="Box-header f6">
<p class="mb-0 text-bold">
<a href="https://github.com/symfony/symfony/blob/143bdfc0731fa0db9f9014503c05b960daf7a1c4/src/Symfony/Component/Security/Guard/AuthenticatorInterface.php#L26">symfony/src/Symfony/Component/Security/Guard/AuthenticatorInterface.php</a>
</p>
<p class="mb-0 color-fg-muted">
Line 26
in
<a data-pjax="true" class="commit-tease-sha" href="/symfony/symfony/commit/143bdfc0731fa0db9f9014503c05b960daf7a1c4">143bdfc</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="L26" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="26"></td>
<td id="LC26" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-k">interface</span> <span class="pl-v">AuthenticatorInterface</span> <span class="pl-k">extends</span> <span class="pl-v">GuardAuthenticatorInterface</span> </td>
</tr>
</tbody></table>
</div>
</div>
<p></p>
<p dir="auto"><strong>Possible Solution</strong><br>
Duplicate the code from the Interface, instead of extending the replacement from the deprecated interface.</p> | <p dir="auto">I'm getting "Expected a Boolean." when null is passed in to a form using a checkbox, because the object backing the form is empty and has no data. Why can't null be a valid data passed to the BooleanToStringTransformer?</p> | 0 |
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var A = {
test: () => {this}
};"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-v">A</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span>
<span class="pl-en">test</span>: <span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">{</span><span class="pl-smi">this</span><span class="pl-kos">}</span>
<span class="pl-kos">}</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">why is <strong>this</strong> in code above translated to <strong>undefined</strong> instead of pointing to object itself?</p> | <p dir="auto">When using the npm library <a href="https://github.com/neumino/thinky">thinky</a>, I have the following snippet of code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="User.pre('save', (next) => {
console.log("pre save event\n", this)
next()
})"><pre class="notranslate"><code class="notranslate">User.pre('save', (next) => {
console.log("pre save event\n", this)
next()
})
</code></pre></div>
<p dir="auto">Where <code class="notranslate">this</code> will be undefined. However, if I change the arrow function to an ES5 function:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="User.pre('save', function(next) {
console.log("pre save event\n", this)
next()
})"><pre class="notranslate"><code class="notranslate">User.pre('save', function(next) {
console.log("pre save event\n", this)
next()
})
</code></pre></div>
<p dir="auto"><code class="notranslate">this</code> is defined as expected. What would cause <code class="notranslate">this</code> to be undefined with an arrow function?</p> | 1 |
<p dir="auto">Element has no padding and arrow.<br>
Samsung Galaxy S 2. Default browser.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d1b3c11bc7c9d8fa205400eb5a3744a63911c3f744267b2dd3b155e6b95cfc97/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323739353334352f313836313933352f39306634376133652d373763392d313165332d393063382d6237323135636262653530612e706e67"><img src="https://camo.githubusercontent.com/d1b3c11bc7c9d8fa205400eb5a3744a63911c3f744267b2dd3b155e6b95cfc97/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323739353334352f313836313933352f39306634376133652d373763392d313165332d393063382d6237323135636262653530612e706e67" alt="screenshot_2014-01-07-21-22-46" data-canonical-src="https://f.cloud.github.com/assets/2795345/1861935/90f47a3e-77c9-11e3-90c8-b7215cbbe50a.png" style="max-width: 100%;"></a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/9cfab9ecebdb04592aebb7c470f94c7e4d6b291a1d78f463d106cc11af0b2f27/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323739353334352f313836313933362f39313131373363382d373763392d313165332d383933662d6230363965333761376539382e706e67"><img src="https://camo.githubusercontent.com/9cfab9ecebdb04592aebb7c470f94c7e4d6b291a1d78f463d106cc11af0b2f27/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323739353334352f313836313933362f39313131373363382d373763392d313165332d383933662d6230363965333761376539382e706e67" alt="screenshot_2014-01-07-21-22-53" data-canonical-src="https://f.cloud.github.com/assets/2795345/1861936/911173c8-77c9-11e3-893f-b069e37a7e98.png" style="max-width: 100%;"></a></p> | <p dir="auto">As shown in screenshot the select tag is not properly styled.<br>
Tested on stock browser on android 4.1.2 and 4.2.1.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/bae69501dbd1600b03804bdbec0a4a4e4911018c7079b63092b8cfbc8cc8748f/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3134323635382f313332303139302f39636365616164632d333334352d313165332d396564612d6339353734343138326266362e706e67"><img src="https://camo.githubusercontent.com/bae69501dbd1600b03804bdbec0a4a4e4911018c7079b63092b8cfbc8cc8748f/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3134323635382f313332303139302f39636365616164632d333334352d313165332d396564612d6339353734343138326266362e706e67" alt="screenshot_2013-10-12-19-14-47" data-canonical-src="https://f.cloud.github.com/assets/142658/1320190/9cceaadc-3345-11e3-9eda-c95744182bf6.png" style="max-width: 100%;"></a></p> | 1 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.6.11</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsbin.com/zebewujipu/edit?html,output" rel="nofollow">https://jsbin.com/zebewujipu/edit?html,output</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">点击 <code class="notranslate">点我没反应 </code></p>
<h3 dir="auto">What is expected?</h3>
<p dir="auto">弹出对话框并显示:点了我</p>
<h3 dir="auto">What is actually happening?</h3>
<p dir="auto">什么都没发生</p> | <h3 dir="auto">Version</h3>
<p dir="auto">2.6.11</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/u5kba8ty/" rel="nofollow">https://jsfiddle.net/u5kba8ty/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">No steps needed on the repro.<br>
The repro should render a, b, c, d, however it only renders a, c</p>
<p dir="auto">Also the console shows an error message</p>
<h3 dir="auto">What is expected?</h3>
<p dir="auto">The repro should render a, b, c, d,.</p>
<h3 dir="auto">What is actually happening?</h3>
<p dir="auto">The repro should renders a,c and there is an JavaScript error</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TypeError: "c$1.elm.getBoundingClientRect is not a function""><pre class="notranslate"><code class="notranslate">TypeError: "c$1.elm.getBoundingClientRect is not a function"
</code></pre></div>
<hr>
<p dir="auto">The merge request to fix this issue is already created: <a href="https://github.com/vuejs/vue/pull/11128/files">https://github.com/vuejs/vue/pull/11128/files</a></p> | 0 |
<p dir="auto">[See PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="240176526" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/9355" data-hovercard-type="pull_request" data-hovercard-url="/numpy/numpy/pull/9355/hovercard" href="https://github.com/numpy/numpy/pull/9355">#9355</a>]</p> | <p dir="auto">I'm trying to calculate the gradient (df/dx, df/dy) of a 2D function f(x, y) with unevenly spaced data.</p>
<p dir="auto">Is there a function do to this in numpy? What is the correct syntax?</p>
<p dir="auto">I've tried using <a href="https://numpy.org/doc/stable/reference/generated/numpy.gradient.html" rel="nofollow"><code class="notranslate">numpy.gradient</code></a> but can't get the syntax right.</p>
<p dir="auto">For example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy as np
x = np.array([0, 1, 2, 2, 0])
y = np.array([0, 1, 0, 2, 2])
f = x + y"><pre class="notranslate"><code class="notranslate">import numpy as np
x = np.array([0, 1, 2, 2, 0])
y = np.array([0, 1, 0, 2, 2])
f = x + y
</code></pre></div>
<p dir="auto">I expect <code class="notranslate">np.gradient(f, x, y))</code> to calculate the right values ([[1, 1], [1, 1], [1, 1], [1, 1], [1, 1]]) but I'm getting an error.</p>
<p dir="auto"><code class="notranslate">f</code> is <em>An N-dimensional array containing samples of a scalar function.</em>, and after that <code class="notranslate">x, y</code> is <em>N arrays to specify the coordinates of the values along each dimension of F. The length of the array must match the size of the corresponding dimension</em> (definition 3. of *varargs).</p>
<p dir="auto">Other variants (e.g. <code class="notranslate">np.gradient(f, np.array([x, y]))</code> don't work either. I can't find a similar example in the documentation. Is there perhaps a different function for this type of gradient calculation? Many thanks</p> | 0 |
<p dir="auto">The x86_64 binaries for Linux are probably built with march that is not x86-64. As a consequence, CPU instructions that are not supported by old Intel x86_64 CPUs are produced.</p>
<p dir="auto">The binaries are not able to run on an x86-64 Linux system with an Intel Pentium 4 Prescott HT630 CPU, for example. The GCC march for that CPU is nocona. Could you double check what march is set to compile LLVM and consequently Julia, which produced the x86_64 binaries for Linux?</p>
<p dir="auto">This bug also affects packages that download libraries (such as gdal), when these libraries are compiled with an march setting that is not x86-64.</p>
<p dir="auto">I have been able to produce a working x86_64 binary of Julia by compiling Julia using march=x86-64 on the old Intel CPU. However, I do not know how to fix the ready compiled libraries that are downloaded from servers when adding packages.</p> | <p dir="auto"><a href="https://julialang.org/downloads/platform.html" rel="nofollow">https://julialang.org/downloads/platform.html</a></p>
<p dir="auto">Surprising: the words Ubuntu and/or Debian aren't mentioned at all.</p>
<p dir="auto">Generic Linux installers are problematic because they require the user constantly to remember to check/upgrade/remember where installed etc. I see the default snap/apt on 19.04 is Julia 1.04. Shouldn't there be an apt (and possibly yum or rpm) custom repository for later versions?</p> | 0 |
<p dir="auto">During compilation of TF, <code class="notranslate">tensorflow_framework</code> target (<code class="notranslate">libtensorflow_framework.so</code>) will end up with multiple definitions of zlib. The reason is that <code class="notranslate">protobuf</code> will bring <code class="notranslate">zlib</code></p>
<p dir="auto">whereas the rest of the system is using <code class="notranslate">zlib_archive</code>. There is a patch <code class="notranslate">//third_party/protobuf/protobuf.patch</code> to force the <code class="notranslate">protobuf</code> to use <code class="notranslate">zlib_archive</code> but it is not working because the logic introduced in <code class="notranslate">thrid_party/repo.bzl</code> to use <code class="notranslate">git apply</code> command instead of <code class="notranslate">patch -p1</code> on Unix machine is not working.</p>
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>OS Platform and Distribution: Linux Ubuntu 18.04.2 LTS</li>
<li>TensorFlow: Branch # master, Commit # <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/tensorflow/tensorflow/commit/7ab1171547f9c52b7f467604a5c13c98947dac1c/hovercard" href="https://github.com/tensorflow/tensorflow/commit/7ab1171547f9c52b7f467604a5c13c98947dac1c"><tt>7ab1171</tt></a></li>
<li>Python version: python3.6</li>
<li>Bazel version: 0.24.1</li>
<li>GCC/Compiler version: 7.3.1</li>
</ul>
<p dir="auto"><strong>Diff view</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="diff --git a/third_party/repo.bzl b/third_party/repo.bzl
index a7506b4efe..083ebf9d6a 100644
--- a/third_party/repo.bzl
+++ b/third_party/repo.bzl
@@ -62,13 +62,15 @@ def _repos_are_siblings():
return Label("@foo//bar").workspace_root.startswith("../")
# Apply a patch_file to the repository root directory
-# Runs 'git apply' on Unix, 'patch -p1' on Windows.
+# Runs 'patch -p1'
def _apply_patch(ctx, patch_file):
- if _is_windows(ctx):
- patch_command = ["patch", "-p1", "-d", ctx.path("."), "-i", ctx.path(patch_file)]
- else:
- patch_command = ["git", "apply", "-v", ctx.path(patch_file)]
- cmd = _wrap_bash_cmd(ctx, patch_command)
+ # Don't check patch on Windows, because patch is only available under bash.
+ if not _is_windows(ctx) and not ctx.which("patch"):
+ fail("patch command is not found, please install it")
+ cmd = _wrap_bash_cmd(
+ ctx,
+ ["patch", "-p1", "-d", ctx.path("."), "-i", ctx.path(patch_file)],
+ )
_execute_and_check_ret_code(ctx, cmd)
def _apply_delete(ctx, paths):"><pre class="notranslate"><code class="notranslate">diff --git a/third_party/repo.bzl b/third_party/repo.bzl
index a7506b4efe..083ebf9d6a 100644
--- a/third_party/repo.bzl
+++ b/third_party/repo.bzl
@@ -62,13 +62,15 @@ def _repos_are_siblings():
return Label("@foo//bar").workspace_root.startswith("../")
# Apply a patch_file to the repository root directory
-# Runs 'git apply' on Unix, 'patch -p1' on Windows.
+# Runs 'patch -p1'
def _apply_patch(ctx, patch_file):
- if _is_windows(ctx):
- patch_command = ["patch", "-p1", "-d", ctx.path("."), "-i", ctx.path(patch_file)]
- else:
- patch_command = ["git", "apply", "-v", ctx.path(patch_file)]
- cmd = _wrap_bash_cmd(ctx, patch_command)
+ # Don't check patch on Windows, because patch is only available under bash.
+ if not _is_windows(ctx) and not ctx.which("patch"):
+ fail("patch command is not found, please install it")
+ cmd = _wrap_bash_cmd(
+ ctx,
+ ["patch", "-p1", "-d", ctx.path("."), "-i", ctx.path(patch_file)],
+ )
_execute_and_check_ret_code(ctx, cmd)
def _apply_delete(ctx, paths):
</code></pre></div> | <p dir="auto">During compilation of TF, <code class="notranslate">tensorflow_framework</code> target (<code class="notranslate">libtensorflow_framework.so</code>) will end up with multiple definitions of zlib. The reason is that <code class="notranslate">protobuf</code> will bring <code class="notranslate">zlib</code></p>
<p dir="auto">whereas the rest of the system is using <code class="notranslate">zlib_archive</code>. There is a patch <code class="notranslate">//third_party/protobuf/protobuf.patch</code> to force the <code class="notranslate">protobuf</code> to use <code class="notranslate">zlib_archive</code> but it is not working because the logic introduced in <code class="notranslate">thrid_party/repo.bzl</code> to use <code class="notranslate">git apply</code> command instead of <code class="notranslate">patch -p1</code> on Unix machine is not working.</p>
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>OS Platform and Distribution: Linux Ubuntu 18.04.2 LTS</li>
<li>TensorFlow: Branch # master, Commit # <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/tensorflow/tensorflow/commit/7ab1171547f9c52b7f467604a5c13c98947dac1c/hovercard" href="https://github.com/tensorflow/tensorflow/commit/7ab1171547f9c52b7f467604a5c13c98947dac1c"><tt>7ab1171</tt></a></li>
<li>Python version: python3.6</li>
<li>Bazel version: 0.24.1</li>
<li>GCC/Compiler version: 7.3.1</li>
</ul>
<p dir="auto"><strong>Diff view</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="diff --git a/third_party/repo.bzl b/third_party/repo.bzl
index a7506b4efe..083ebf9d6a 100644
--- a/third_party/repo.bzl
+++ b/third_party/repo.bzl
@@ -62,13 +62,15 @@ def _repos_are_siblings():
return Label("@foo//bar").workspace_root.startswith("../")
# Apply a patch_file to the repository root directory
-# Runs 'git apply' on Unix, 'patch -p1' on Windows.
+# Runs 'patch -p1'
def _apply_patch(ctx, patch_file):
- if _is_windows(ctx):
- patch_command = ["patch", "-p1", "-d", ctx.path("."), "-i", ctx.path(patch_file)]
- else:
- patch_command = ["git", "apply", "-v", ctx.path(patch_file)]
- cmd = _wrap_bash_cmd(ctx, patch_command)
+ # Don't check patch on Windows, because patch is only available under bash.
+ if not _is_windows(ctx) and not ctx.which("patch"):
+ fail("patch command is not found, please install it")
+ cmd = _wrap_bash_cmd(
+ ctx,
+ ["patch", "-p1", "-d", ctx.path("."), "-i", ctx.path(patch_file)],
+ )
_execute_and_check_ret_code(ctx, cmd)
def _apply_delete(ctx, paths):"><pre class="notranslate"><code class="notranslate">diff --git a/third_party/repo.bzl b/third_party/repo.bzl
index a7506b4efe..083ebf9d6a 100644
--- a/third_party/repo.bzl
+++ b/third_party/repo.bzl
@@ -62,13 +62,15 @@ def _repos_are_siblings():
return Label("@foo//bar").workspace_root.startswith("../")
# Apply a patch_file to the repository root directory
-# Runs 'git apply' on Unix, 'patch -p1' on Windows.
+# Runs 'patch -p1'
def _apply_patch(ctx, patch_file):
- if _is_windows(ctx):
- patch_command = ["patch", "-p1", "-d", ctx.path("."), "-i", ctx.path(patch_file)]
- else:
- patch_command = ["git", "apply", "-v", ctx.path(patch_file)]
- cmd = _wrap_bash_cmd(ctx, patch_command)
+ # Don't check patch on Windows, because patch is only available under bash.
+ if not _is_windows(ctx) and not ctx.which("patch"):
+ fail("patch command is not found, please install it")
+ cmd = _wrap_bash_cmd(
+ ctx,
+ ["patch", "-p1", "-d", ctx.path("."), "-i", ctx.path(patch_file)],
+ )
_execute_and_check_ret_code(ctx, cmd)
def _apply_delete(ctx, paths):
</code></pre></div> | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jeff.johnston.mn" rel="nofollow">Jeff Johnston</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7040?redirect=false" rel="nofollow">SPR-7040</a></strong> and commented</p>
<p dir="auto">I found a bug that surfaced in Spring 3.0.1. The problem is with binding a value to a map with the form select tag.</p>
<p dir="auto">In my JSP I have the following select tag. This will bind to a Map<String, String> field in my command object.</p>
<p dir="auto"><form:select path="questions[${question.key}]" cssClass="${question.key}" items="${question.answers}" itemValue="key" itemLabel="name"/></p>
<p dir="auto">If I do a view source I can clearly see the problem.</p>
<p dir="auto">In Spring 3.0 I have this:</p>
<p dir="auto"><select id="questionsARTISAN_ARMOIRE_WOOD" name="questions[ARTISAN_ARMOIRE_WOOD]" class="ARTISAN_ARMOIRE_WOOD"><option value="001" selected="selected">Cherry</option><option value="002">Walnut</option></select></p>
<p dir="auto">In Spring 3.0.1 I have this:</p>
<p dir="auto"><select id="questionsARTISAN_ARMOIRE_WOOD" name="questionsARTISAN_ARMOIRE_WOOD" class="ARTISAN_ARMOIRE_WOOD"><option value="001" selected="selected">Cherry</option><option value="002">Walnut</option></select></p>
<p dir="auto">Notice how the name is "questionsARTISAN_ARMOIRE_WOOD" instead of "questions[ARTISAN_ARMOIRE_WOOD]". The brackets got dropped in 3.0.1.</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 3.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="398103128" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/11537" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/11537/hovercard" href="https://github.com/spring-projects/spring-framework/issues/11537">#11537</a> Spring MVC regression: binding to indexed properties is broken (<em><strong>"duplicates"</strong></em>)</li>
</ul> | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=michalf" rel="nofollow">Michal Fijas</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7603?redirect=false" rel="nofollow">SPR-7603</a></strong> and commented</p>
<p dir="auto">We use AbstractPollingMessageListenerContainer with default receiveTimeout. When timeout expires the following code executes:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="noMessageReceived(invoker, sessionToUse);
// Nevertheless call commit, in order to reset the transaction timeout (if any).
commitIfNecessary(session, message);"><pre class="notranslate"><code class="notranslate">noMessageReceived(invoker, sessionToUse);
// Nevertheless call commit, in order to reset the transaction timeout (if any).
commitIfNecessary(session, message);
</code></pre></div>
<p dir="auto">but session is null, causing NPE in commitIfNecessary(). Shouldn't it be commitIfNecessary(sessionToUse, message) instead?</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 3.0.4</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="398106931" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/12136" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/12136/hovercard" href="https://github.com/spring-projects/spring-framework/issues/12136">#12136</a> Setup of JMS message listener invoker failed for destination when upgrading from 3.0.2 to 3.0.4 (<em><strong>"duplicates"</strong></em>)</li>
</ul> | 0 |
<h1 dir="auto">Bug report</h1>
<p dir="auto">[Note: unclear to me whether this issue comes from Webpack, Babel, or the combination of the two, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Timer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Timer">@Timer</a> suggested bringing this here]</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">Bundling an ES6 module using the rest/spread syntax somewhere in the file works, but if the same file uses a CommonJS format instead, it throws a bundling error unrelated to the syntax.</p>
<p dir="auto"><strong>Steps to reproduce.</strong></p>
<ol dir="auto">
<li>
<p dir="auto">Create a vanilla create-react-app app with [email protected].</p>
</li>
<li>
<p dir="auto">Create two files: <code class="notranslate">src/es6.js</code> and <code class="notranslate">src/cjs.js</code>.</p>
</li>
</ol>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// es6.js
export default ({ foo, ...rest }) => true;
// cjs.js
module.exports = ({ foo, ...rest }) => true;"><pre class="notranslate"><span class="pl-c">// es6.js</span>
<span class="pl-k">export</span> <span class="pl-k">default</span> <span class="pl-kos">(</span><span class="pl-kos">{</span> foo<span class="pl-kos">,</span> ...<span class="pl-s1">rest</span> <span class="pl-kos">}</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-c1">true</span><span class="pl-kos">;</span>
<span class="pl-c">// cjs.js</span>
<span class="pl-smi">module</span><span class="pl-kos">.</span><span class="pl-en">exports</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-kos">{</span> foo<span class="pl-kos">,</span> ...<span class="pl-s1">rest</span> <span class="pl-kos">}</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-c1">true</span><span class="pl-kos">;</span></pre></div>
<ol start="3" dir="auto">
<li>
<p dir="auto">Run <code class="notranslate">npm start</code> or <code class="notranslate">yarn start</code>.</p>
</li>
<li>
<p dir="auto">Import both of them into App.js, one at a time:</p>
</li>
</ol>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import es6 from "./es6.js";
// then
import cjs from "./cjs.js";"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">es6</span> <span class="pl-k">from</span> <span class="pl-s">"./es6.js"</span><span class="pl-kos">;</span>
<span class="pl-c">// then</span>
<span class="pl-k">import</span> <span class="pl-s1">cjs</span> <span class="pl-k">from</span> <span class="pl-s">"./cjs.js"</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">A full repro is here: <a href="https://github.com/veltman/webpack-babel-bug-repro">https://github.com/veltman/webpack-babel-bug-repro</a></p>
<p dir="auto"><strong>What is the expected behavior?</strong></p>
<p dir="auto">Importing either file should bundle successfully. Instead, importing the ES6 module works, but importing the CJS version throws one of two errors during bundling, depending on whether it's the first attempt to build or a subsequent attempt:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Attempted import error: './cjs.js' does not contain a default export (imported as 'cjs').
or
TypeError: Cannot assign to read only property 'exports' of object '#<Object>'"><pre class="notranslate"><span class="pl-v">Attempted</span> <span class="pl-s1">import</span> error: <span class="pl-s">'./cjs.js'</span> <span class="pl-s1">does</span> <span class="pl-s1">not</span> <span class="pl-s1">contain</span> <span class="pl-s1">a</span> <span class="pl-k">default</span> <span class="pl-en">export</span> <span class="pl-kos">(</span><span class="pl-s1">imported</span> <span class="pl-s1">as</span> <span class="pl-s">'cjs'</span><span class="pl-kos">)</span><span class="pl-kos">.</span>
<span class="pl-c1">or</span>
TypeError: <span class="pl-v">Cannot</span> <span class="pl-s1">assign</span> <span class="pl-s1">to</span> <span class="pl-s1">read</span> <span class="pl-s1">only</span> <span class="pl-s1">property</span> <span class="pl-s">'exports'</span> <span class="pl-s1">of</span> <span class="pl-s1">object</span> <span class="pl-s">'#<Object>'</span></pre></div>
<p dir="auto">This appears to be specific to the language features being used. If I replace the rest/spread with plain destructuring (<code class="notranslate">({ foo, bar }) => true</code>), both files work, they're transpiled and bundled without an error.</p>
<p dir="auto">webpack version: 4.19.1<br>
Node.js version: 10.13.0<br>
Operating System: OS X<br>
Additional tools: react-scripts</p> | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong><br>
Currently it is not possible to consume federated module inside of web worker.</p>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong><br>
Try to import federated module inside of web worker script.<br>
Theres a repo with reproduced issue.<br>
<a href="https://github.com/grzesiek-ds/webpack-mf-workers">https://github.com/grzesiek-ds/webpack-mf-workers</a></p>
<p dir="auto"><strong>What is the expected behavior?</strong><br>
It should be possible to import federated module inside of web worker script.</p>
<p dir="auto"><strong>Other relevant information:</strong><br>
webpack version: <code class="notranslate">5.74.0</code> (also applies to <code class="notranslate">5.75.0</code>)</p>
<p dir="auto">It seems that this might be the same issue as in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1346882319" data-permission-text="Title is private" data-url="https://github.com/webpack/webpack/issues/16173" data-hovercard-type="issue" data-hovercard-url="/webpack/webpack/issues/16173/hovercard" href="https://github.com/webpack/webpack/issues/16173">#16173</a>, although I'm not sure.<br>
I've tried to include <a href="https://github.com/webpack/webpack/issues/16173#issuecomment-1226431857" data-hovercard-type="issue" data-hovercard-url="/webpack/webpack/issues/16173/hovercard">mentioned plugin</a> in host application webpack config, but it gave no effect.</p>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/edusperoni/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/edusperoni">@edusperoni</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ScriptedAlchemy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ScriptedAlchemy">@ScriptedAlchemy</a> if You have any additional information, or possible fix/workaround, please share.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/95348943/212143083-9caf4c08-98e3-40e2-82c8-0f6e418b3908.png"><img src="https://user-images.githubusercontent.com/95348943/212143083-9caf4c08-98e3-40e2-82c8-0f6e418b3908.png" alt="image" style="max-width: 100%;"></a></p> | 0 |
<p dir="auto">I know this has been asked several times, however I'm surprised I couldn't find an entry suggesting an approach similar to Webpack+Nativescript where webpack reads vars from the environment and passes down a static object with the values set. In this case it could work by reading a very specific pattern from the cli's parameters, like:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ flutter run/build --env.DEBUG"><pre class="notranslate"><code class="notranslate">$ flutter run/build --env.DEBUG
</code></pre></div>
<p dir="auto">And then it would just be a matter of initializing a static data structure that would hold the passed parameters:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="if (flutter.env.DEBUG) {
print("DEBUG")
}"><pre class="notranslate"><code class="notranslate">if (flutter.env.DEBUG) {
print("DEBUG")
}
</code></pre></div>
<p dir="auto">I am aware of the <a href="https://flutter.rocks/2018/03/02/separating-build-environments-part-one/" rel="nofollow">multiple entry points approach</a>, but I think it becomes unintuitive when the dev environment changes constantly (e.g. having a PC at work and also working from home or while traveling), let alone when working with more people and each has their own dev environment and you end up polluting the working tree just to change an IP to test a change with a local server.</p> | <p dir="auto">Use xcode export ipa file, reported the following error, xcode 9.2 version</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ipatool failed with an exception: #<TypeError: no implicit conversion of nil into Array>
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2767:in `&'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2767:in `bestDeviceTraitsForBundle'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:1209:in `block in makeDeviceTraitsToDeviceTypesMapForDeviceIdentifiers'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:1194:in `each'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:1194:in `makeDeviceTraitsToDeviceTypesMapForDeviceIdentifiers'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2464:in `block in ProcessIPA'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2442:in `each'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2442:in `ProcessIPA'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2938:in `<main>'"><pre class="notranslate"><code class="notranslate">ipatool failed with an exception: #<TypeError: no implicit conversion of nil into Array>
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2767:in `&'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2767:in `bestDeviceTraitsForBundle'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:1209:in `block in makeDeviceTraitsToDeviceTypesMapForDeviceIdentifiers'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:1194:in `each'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:1194:in `makeDeviceTraitsToDeviceTypesMapForDeviceIdentifiers'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2464:in `block in ProcessIPA'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2442:in `each'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2442:in `ProcessIPA'
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2938:in `<main>'
</code></pre></div> | 0 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Right now it's possible to set space around pre-made zones (Columns, Rows, Grid, Priority Grid).<br>
It would be nice to have that option for custom zones we define for ourselves.</p>
<h1 dir="auto">Proposed technical implementation details (optional)</h1>
<p dir="auto">I suppose shrinking all the zones by the space value should work.</p> | <p dir="auto">Disabling the "space around zones" setting does not work for custom templates. Even when editing the "Selected layout" with Space around zone disabled, the duplicated template has it enabled again.</p> | 1 |
<p dir="auto">If THREE.CubeTextureLoader is used <strong>scene.toJSON()</strong> crashes</p>
<p dir="auto">function getDataURL(image)</p>
<p dir="auto">line 3737 context.drawImage(.. // param is an array of the 6 images of the CubeTexture</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=""> r93</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"> macOS</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> | <p dir="auto">so this file here has some 120K tris and 3 x 2K textures, however when I drop it into 3js editor fps goes out the window. I get much better performance in <a href="https://sandbox.babylonjs.com/" rel="nofollow">https://sandbox.babylonjs.com/</a> with the same model.</p>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/donmccurdy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/donmccurdy">@donmccurdy</a> could it be related to the fact that, for some reason, 3js loader duplicates the textures for each map in every material across the model? here, we have 4 identical materials with 5 maps, 3 of them being same texture, but 3js creates 20 textures for this:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/242577/117990031-11539780-b33d-11eb-8bea-e0ff9bb5a577.png"><img src="https://user-images.githubusercontent.com/242577/117990031-11539780-b33d-11eb-8bea-e0ff9bb5a577.png" alt="Screen Shot 2021-05-12 at 16 06 17 " style="max-width: 100%;"></a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/242577/117990039-131d5b00-b33d-11eb-98c1-881c56920fba.png"><img src="https://user-images.githubusercontent.com/242577/117990039-131d5b00-b33d-11eb-98c1-881c56920fba.png" alt="Screen Shot 2021-05-12 at 16 06 36 " style="max-width: 100%;"></a></p>
<p dir="auto">glb file in zip below:<br>
<a href="https://github.com/mrdoob/three.js/files/6466747/three_js_problem_model.glb.zip">three_js_problem_model.glb.zip</a></p> | 0 |
<p dir="auto">It was last published on 2018-05-08 and doesn't contain the search demo</p>
<p dir="auto"><a href="https://github.com/flutter/flutter/blob/226f2c1e99accab83d12bfd49e805f8d7d2d3ed6/examples/flutter_gallery/lib/demo/material/search_demo.dart">https://github.com/flutter/flutter/blob/226f2c1e99accab83d12bfd49e805f8d7d2d3ed6/examples/flutter_gallery/lib/demo/material/search_demo.dart</a></p> | <h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li>I use VSCode to create a Flutter project.</li>
<li>After project initialized, I copied SnackBar demo on the site following the link <a href="https://flutter.io/cookbook/design/snackbars/" rel="nofollow">https://flutter.io/cookbook/design/snackbars/</a></li>
<li>Run the app on the iPhone6 Plus</li>
<li>I found there is no animation effect for SnackBar. Not only for SnackBar but also Drawer and Screen navigator transition animation.</li>
<li>Please review the screen record.</li>
</ol>
<p dir="auto"><a href="https://drive.google.com/open?id=10ZMqPxa1kae3CzFcrPuhO84UOzjRDl7e" rel="nofollow">https://drive.google.com/open?id=10ZMqPxa1kae3CzFcrPuhO84UOzjRDl7e</a></p>
<p dir="auto"><a href="https://drive.google.com/open?id=1yJfuYjUAO3Il_eiE_mk-39dl4GogjJhN" rel="nofollow">https://drive.google.com/open?id=1yJfuYjUAO3Il_eiE_mk-39dl4GogjJhN</a></p>
<h2 dir="auto">Logs</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ +35 ms] executing: [/Users/Edison/Developer/Flutter/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +41 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/dev
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git rev-parse --abbrev-ref HEAD
[ +10 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] dev
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git ls-remote --get-url origin
[ +9 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git log -n 1 --pretty=format:%H
[ +9 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] eab5cd9853c13ec2207977d9b9ef7b6750fe0817
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git log -n 1 --pretty=format:%ar
[ +9 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] 7 days ago
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +10 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v0.7.5-0-geab5cd985
[ +144 ms] executing: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[ +79 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[ ] 3.1
[ +127 ms] executing: /Users/Edison/Developer/Android/SDK/platform-tools/adb devices -l
[ +7 ms] Exit code 0 from: /Users/Edison/Developer/Android/SDK/platform-tools/adb devices -l
[ ] List of devices attached
[ +6 ms] executing: idevice_id -h
[ +67 ms] executing: which ideviceinstaller
[ +79 ms] Exit code 0 from: which ideviceinstaller
[ ] /usr/local/bin/ideviceinstaller
[ ] executing: which iproxy
[ +75 ms] Exit code 0 from: which iproxy
[ ] /usr/local/bin/iproxy
[ +25 ms] executing: which ideviceinstaller
[ +74 ms] Exit code 0 from: which ideviceinstaller
[ ] /usr/local/bin/ideviceinstaller
[ ] executing: which iproxy
[ +76 ms] Exit code 0 from: which iproxy
[ ] /usr/local/bin/iproxy
[ +234 ms] /usr/bin/xcrun simctl list --json devices
[+1005 ms] Launching lib/main.dart on Liu’s iPhone in debug mode...
[ +21 ms] executing: idevicesyslog
[ +3 ms] Building Runner.app for 9a52be8867fda3de1f74d75b16b8bb3299b25af9
[ +19 ms] executing: [/Users/Edison/Developer/Flutter/audion/ios/] /usr/bin/xcodebuild -list
[ +798 ms] Exit code 0 from: /usr/bin/xcodebuild -list
[ ] Information about project "Runner":
Targets:
Runner
Build Configurations:
Debug
Release
If no build configuration is specified and -scheme is not passed then "Release" is used.
Schemes:
Runner
[ +4 ms] executing: [/Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj -target Runner -showBuildSettings
[+1299 ms] Exit code 0 from: /usr/bin/xcodebuild -project /Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj -target Runner -showBuildSettings
[ ] Build settings for action build and target Runner:
ACTION = build
AD_HOC_CODE_SIGNING_ALLOWED = NO
ALTERNATE_GROUP = staff
ALTERNATE_MODE = u+w,go-w,a+rX
ALTERNATE_OWNER = Edison
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ALWAYS_SEARCH_USER_PATHS = NO
ALWAYS_USE_SEPARATE_HEADERMAPS = NO
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
APPLE_INTERNAL_DIR = /AppleInternal
APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
APPLICATION_EXTENSION_API_ONLY = NO
APPLY_RULES_IN_COPY_FILES = NO
ARCHS = armv7 arm64
ARCHS_STANDARD = armv7 arm64
ARCHS_STANDARD_32_64_BIT = armv7 arm64
ARCHS_STANDARD_32_BIT = armv7
ARCHS_STANDARD_64_BIT = arm64
ARCHS_STANDARD_INCLUDING_64_BIT = armv7 arm64
ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator
BITCODE_GENERATION_MODE = marker
BUILD_ACTIVE_RESOURCES_ONLY = NO
BUILD_COMPONENTS = headers build
BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios
BUILD_ROOT = /Users/Edison/Developer/Flutter/audion/build/ios
BUILD_STYLE =
BUILD_VARIANTS = normal
BUILT_PRODUCTS_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos
CACHE_ROOT = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
CCHROOT = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
CHMOD = /bin/chmod
CHOWN = /usr/sbin/chown
CLANG_ANALYZER_NONNULL = YES
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
CLANG_ENABLE_MODULES = YES
CLANG_ENABLE_OBJC_ARC = YES
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
CLANG_WARN_BOOL_CONVERSION = YES
CLANG_WARN_COMMA = YES
CLANG_WARN_CONSTANT_CONVERSION = YES
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
CLANG_WARN_EMPTY_BODY = YES
CLANG_WARN_ENUM_CONVERSION = YES
CLANG_WARN_INFINITE_RECURSION = YES
CLANG_WARN_INT_CONVERSION = YES
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
CLANG_WARN_STRICT_PROTOTYPES = YES
CLANG_WARN_SUSPICIOUS_MOVE = YES
CLANG_WARN_UNREACHABLE_CODE = YES
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
CLASS_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/JavaClasses
CLEAN_PRECOMPS = YES
CLONE_HEADERS = NO
CODESIGNING_FOLDER_PATH = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos/Runner.app
CODE_SIGNING_ALLOWED = YES
CODE_SIGNING_REQUIRED = YES
CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
CODE_SIGN_IDENTITY = iPhone Developer
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
COLOR_DIAGNOSTICS = NO
COMBINE_HIDPI_IMAGES = NO
COMPILER_INDEX_STORE_ENABLE = Default
COMPOSITE_SDK_DIRS = /Users/Edison/Developer/Flutter/audion/build/ios/CompositeSDKs
COMPRESS_PNG_FILES = YES
CONFIGURATION = Release
CONFIGURATION_BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos
CONFIGURATION_TEMP_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos
CONTENTS_FOLDER_PATH = Runner.app
COPYING_PRESERVES_HFS_DATA = NO
COPY_HEADERS_RUN_UNIFDEF = NO
COPY_PHASE_STRIP = NO
COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk
CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator11.4
CP = /bin/cp
CREATE_INFOPLIST_SECTION_IN_BINARY = NO
CURRENT_ARCH = arm64
CURRENT_PROJECT_VERSION = 1
CURRENT_VARIANT = normal
DEAD_CODE_STRIPPING = YES
DEBUGGING_SYMBOLS = YES
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
DEFINES_MODULE = NO
DEPLOYMENT_LOCATION = NO
DEPLOYMENT_POSTPROCESSING = NO
DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min
DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min=
DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4
DERIVED_FILES_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DERIVED_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DERIVED_SOURCES_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
DEVELOPMENT_LANGUAGE = English
DEVELOPMENT_TEAM = XWZJWZM42P
DOCUMENTATION_FOLDER_PATH = Runner.app/English.lproj/Documentation
DO_HEADER_SCANNING_IN_JAM = NO
DSTROOT = /tmp/Runner.dst
DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
DWARF_DSYM_FILE_NAME = Runner.app.dSYM
DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
DWARF_DSYM_FOLDER_PATH = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos
EFFECTIVE_PLATFORM_NAME = -iphoneos
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
EMBEDDED_PROFILE_NAME = embedded.mobileprovision
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
ENABLE_BITCODE = NO
ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
ENABLE_HEADER_DEPENDENCIES = YES
ENABLE_NS_ASSERTIONS = NO
ENABLE_ON_DEMAND_RESOURCES = YES
ENABLE_STRICT_OBJC_MSGSEND = YES
ENABLE_TESTABILITY = NO
ENTITLEMENTS_ALLOWED = YES
ENTITLEMENTS_REQUIRED = YES
EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj
EXECUTABLES_FOLDER_PATH = Runner.app/Executables
EXECUTABLE_FOLDER_PATH = Runner.app
EXECUTABLE_NAME = Runner
EXECUTABLE_PATH = Runner.app/Runner
EXPANDED_CODE_SIGN_IDENTITY =
EXPANDED_CODE_SIGN_IDENTITY_NAME =
EXPANDED_PROVISIONING_PROFILE =
FILE_LIST = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList
FIXED_FILES_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/FixedFiles
FLUTTER_APPLICATION_PATH = /Users/Edison/Developer/Flutter/audion
FLUTTER_BUILD_DIR = build
FLUTTER_BUILD_MODE = debug
FLUTTER_BUILD_NAME = 1.0.0
FLUTTER_BUILD_NUMBER = 1
FLUTTER_FRAMEWORK_DIR = /Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/ios
FLUTTER_ROOT = /Users/Edison/Developer/Flutter/flutter
FLUTTER_TARGET = /Users/Edison/Developer/Flutter/audion/lib/main.dart
FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
FRAMEWORK_FLAG_PREFIX = -framework
FRAMEWORK_SEARCH_PATHS = /Users/Edison/Developer/Flutter/audion/ios/Flutter
FRAMEWORK_VERSION = A
FULL_PRODUCT_NAME = Runner.app
GCC3_VERSION = 3.3
GCC_C_LANGUAGE_STANDARD = gnu99
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
GCC_NO_COMMON_BLOCKS = YES
GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
GCC_SYMBOLS_PRIVATE_EXTERN = YES
GCC_THUMB_SUPPORT = YES
GCC_TREAT_WARNINGS_AS_ERRORS = NO
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
GCC_WARN_UNDECLARED_SELECTOR = YES
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_VARIABLE = YES
GENERATE_MASTER_OBJECT_FILE = NO
GENERATE_PKGINFO_FILE = YES
GENERATE_PROFILING_CODE = NO
GENERATE_TEXT_BASED_STUBS = NO
GID = 20
GROUP = staff
HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
HEADERMAP_USES_VFS = NO
HIDE_BITCODE_SYMBOLS = YES
HOME = /Users/Edison
ICONV = /usr/bin/iconv
INFOPLIST_EXPAND_BUILD_SETTINGS = YES
INFOPLIST_FILE = Runner/Info.plist
INFOPLIST_OUTPUT_FORMAT = binary
INFOPLIST_PATH = Runner.app/Info.plist
INFOPLIST_PREPROCESS = NO
INFOSTRINGS_PATH = Runner.app/English.lproj/InfoPlist.strings
INLINE_PRIVATE_FRAMEWORKS = NO
INSTALLHDRS_COPY_PHASE = NO
INSTALLHDRS_SCRIPT_PHASE = NO
INSTALL_DIR = /tmp/Runner.dst/Applications
INSTALL_GROUP = staff
INSTALL_MODE_FLAG = u+w,go-w,a+rX
INSTALL_OWNER = Edison
INSTALL_PATH = /Applications
INSTALL_ROOT = /tmp/Runner.dst
IPHONEOS_DEPLOYMENT_TARGET = 8.0
JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
JAVA_ARCHIVE_CLASSES = YES
JAVA_ARCHIVE_TYPE = JAR
JAVA_COMPILER = /usr/bin/javac
JAVA_FOLDER_PATH = Runner.app/Java
JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
JAVA_JAR_FLAGS = cv
JAVA_SOURCE_SUBDIR = .
JAVA_USE_DEPENDENCIES = YES
JAVA_ZIP_FLAGS = -urg
JIKES_DEFAULT_FLAGS = +E +OLDCSO
KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
KEEP_PRIVATE_EXTERNS = NO
LD_DEPENDENCY_INFO_FILE = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
LD_GENERATE_MAP_FILE = NO
LD_MAP_FILE_PATH = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
LD_NO_PIE = NO
LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks
LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
LEX = lex
LIBRARY_FLAG_NOSPACE = YES
LIBRARY_FLAG_PREFIX = -l
LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
LIBRARY_SEARCH_PATHS = /Users/Edison/Developer/Flutter/audion/ios/Flutter
LINKER_DISPLAYS_MANGLED_NAMES = NO
LINK_FILE_LIST_normal_arm64 =
LINK_FILE_LIST_normal_armv7 =
LINK_WITH_STANDARD_LIBRARIES = YES
LOCALIZABLE_CONTENT_DIR =
LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/English.lproj
LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFLocalizedString
LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
LOCAL_APPS_DIR = /Applications
LOCAL_DEVELOPER_DIR = /Library/Developer
LOCAL_LIBRARY_DIR = /Library
LOCROOT =
LOCSYMROOT =
MACH_O_TYPE = mh_execute
MAC_OS_X_PRODUCT_BUILD_VERSION = 17G65
MAC_OS_X_VERSION_ACTUAL = 101306
MAC_OS_X_VERSION_MAJOR = 101300
MAC_OS_X_VERSION_MINOR = 1306
METAL_LIBRARY_FILE_BASE = default
METAL_LIBRARY_OUTPUT_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos/Runner.app
MODULE_CACHE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
MTL_ENABLE_DEBUG_INFO = NO
NATIVE_ARCH = armv7
NATIVE_ARCH_32_BIT = i386
NATIVE_ARCH_64_BIT = x86_64
NATIVE_ARCH_ACTUAL = x86_64
NO_COMMON = YES
OBJECT_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects
OBJECT_FILE_DIR_normal = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal
OBJROOT = /Users/Edison/Developer/Flutter/audion/build/ios
ONLY_ACTIVE_ARCH = NO
OS = MACOS
OSAC = /usr/bin/osacompile
PACKAGE_TYPE = com.apple.package-type.wrapper.application
PASCAL_STRINGS = YES
PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin
PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms
PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
PFE_FILE_C_DIALECTS = objective-c
PKGINFO_FILE_PATH = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/PkgInfo
PKGINFO_PATH = Runner.app/PkgInfo
PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
PLATFORM_DISPLAY_NAME = iOS
PLATFORM_NAME = iphoneos
PLATFORM_PREFERRED_ARCH = arm64
PLATFORM_PRODUCT_BUILD_VERSION = 15F79
PLIST_FILE_OUTPUT_FORMAT = binary
PLUGINS_FOLDER_PATH = Runner.app/PlugIns
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
PRECOMP_DESTINATION_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
PREVIEW_DART_2 = true
PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
PRODUCT_BUNDLE_IDENTIFIER = com.edison.audion
PRODUCT_MODULE_NAME = Runner
PRODUCT_NAME = Runner
PRODUCT_SETTINGS_PATH = /Users/Edison/Developer/Flutter/audion/ios/Runner/Info.plist
PRODUCT_TYPE = com.apple.product-type.application
PROFILING_CODE = NO
PROJECT = Runner
PROJECT_DERIVED_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/DerivedSources
PROJECT_DIR = /Users/Edison/Developer/Flutter/audion/ios
PROJECT_FILE_PATH = /Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj
PROJECT_NAME = Runner
PROJECT_TEMP_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build
PROJECT_TEMP_ROOT = /Users/Edison/Developer/Flutter/audion/build/ios
PROVISIONING_PROFILE_REQUIRED = YES
PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
REMOVE_CVS_FROM_RESOURCES = YES
REMOVE_GIT_FROM_RESOURCES = YES
REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
REMOVE_HG_FROM_RESOURCES = YES
REMOVE_SVN_FROM_RESOURCES = YES
RESOURCE_RULES_REQUIRED = YES
REZ_COLLECTOR_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources
REZ_OBJECTS_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources/Objects
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
SCRIPTS_FOLDER_PATH = Runner.app/Scripts
SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
SDK_DIR_iphoneos11_4 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
SDK_NAME = iphoneos11.4
SDK_NAMES = iphoneos11.4
SDK_PRODUCT_BUILD_VERSION = 15F79
SDK_VERSION = 11.4
SDK_VERSION_ACTUAL = 110400
SDK_VERSION_MAJOR = 110000
SDK_VERSION_MINOR = 400
SED = /usr/bin/sed
SEPARATE_STRIP = NO
SEPARATE_SYMBOL_EDIT = NO
SET_DIR_MODE_OWNER_GROUP = YES
SET_FILE_MODE_OWNER_GROUP = NO
SHALLOW_BUNDLE = YES
SHARED_DERIVED_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos/DerivedSources
SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
SHARED_PRECOMPS_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/SharedPrecompiledHeaders
SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
SKIP_INSTALL = NO
SOURCE_ROOT = /Users/Edison/Developer/Flutter/audion/ios
SRCROOT = /Users/Edison/Developer/Flutter/audion/ios
STRINGS_FILE_OUTPUT_ENCODING = binary
STRIP_BITCODE_FROM_COPIED_FILES = YES
STRIP_INSTALLED_PRODUCT = YES
STRIP_STYLE = all
STRIP_SWIFT_SYMBOLS = YES
SUPPORTED_DEVICE_FAMILIES = 1,2
SUPPORTED_PLATFORMS = iphonesimulator iphoneos
SUPPORTS_TEXT_BASED_API = NO
SWIFT_PLATFORM_TARGET_PREFIX = ios
SYMROOT = /Users/Edison/Developer/Flutter/audion/build/ios
SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
SYSTEM_APPS_DIR = /Applications
SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
SYSTEM_DEMOS_DIR = /Applications/Extras
SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
SYSTEM_LIBRARY_DIR = /System/Library
TAPI_VERIFY_MODE = ErrorsOnly
TARGETED_DEVICE_FAMILY = 1,2
TARGETNAME = Runner
TARGET_BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos
TARGET_NAME = Runner
TARGET_TEMP_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_FILES_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_ROOT = /Users/Edison/Developer/Flutter/audion/build/ios
TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
UID = 501
UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
UNSTRIPPED_PRODUCT = NO
USER = Edison
USER_APPS_DIR = /Users/Edison/Applications
USER_LIBRARY_DIR = /Users/Edison/Library
USE_DYNAMIC_NO_PIC = YES
USE_HEADERMAP = YES
USE_HEADER_SYMLINKS = NO
VALIDATE_PRODUCT = YES
VALID_ARCHS = arm64 armv7 armv7s
VERBOSE_PBXCP = NO
VERSIONING_SYSTEM = apple-generic
VERSIONPLIST_PATH = Runner.app/version.plist
VERSION_INFO_BUILDER = Edison
VERSION_INFO_FILE = Runner_vers.c
VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-1"
WRAPPER_EXTENSION = app
WRAPPER_NAME = Runner.app
WRAPPER_SUFFIX = .app
WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
XCODE_PRODUCT_BUILD_VERSION = 9F2000
XCODE_VERSION_ACTUAL = 0941
XCODE_VERSION_MAJOR = 0900
XCODE_VERSION_MINOR = 0940
XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
YACC = yacc
arch = arm64
variant = normal
[ +5 ms] Automatically signing iOS for device deployment using specified development team in Xcode project: XWZJWZM42P
[ +2 ms] Trying to resolve native pub services.
[ +3 ms] Looking for YAML at 'pubspec.yaml'
[ +1 ms] No services specified in the manifest
[ ] Found 0 service definition(s).
[ +1 ms] Copying service frameworks to '/Users/Edison/Developer/Flutter/audion/ios/Frameworks'.
[ ] Creating service definitions manifest at '/Users/Edison/Developer/Flutter/audion/ios/ServiceDefinitions.json'
[ +21 ms] executing: mkfifo /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
[ +7 ms] Exit code 0 from: mkfifo /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
[ +1 ms] Starting Xcode build...
[ +1 ms] executing: [/Users/Edison/Developer/Flutter/audion/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios -sdk iphoneos SCRIPT_OUTPUT_STREAM_FILE=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
[+1575 ms] Starting Xcode build... (completed)
[ ] ├─Assembling Flutter resources...
[+1467 ms] ├─Assembling Flutter resources... (completed)
[ ] Starting Xcode build... (completed)
[ ] └─Compiling, linking and signing...
[+2452 ms] Build settings from command line:
BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
SDKROOT = iphoneos11.4
VERBOSE_SCRIPT_LOGGING = YES
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
Check dependencies
PhaseScriptExecution Run\ Script /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh
cd /Users/Edison/Developer/Flutter/audion/ios
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=NO
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=Edison
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS="armv7 arm64"
export ARCHS_STANDARD="armv7 arm64"
export ARCHS_STANDARD_32_64_BIT="armv7 arm64"
export ARCHS_STANDARD_32_BIT=armv7
export ARCHS_STANDARD_64_BIT=arm64
export ARCHS_STANDARD_INCLUDING_64_BIT="armv7 arm64"
export ARCHS_UNIVERSAL_IPHONE_OS="armv7 arm64"
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=NO
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios
export BUILD_ROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export CACHE_ROOT=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
export CCHROOT=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_ANALYZER_NONNULL=YES
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
export CLANG_CXX_LIBRARY=libc++
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_COMMA=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
export CLANG_WARN_STRICT_PROTOTYPES=YES
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
export CODE_SIGNING_ALLOWED=YES
export CODE_SIGNING_REQUIRED=YES
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext
export CODE_SIGN_IDENTITY="iPhone Developer"
export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMMAND_MODE=legacy
export COMPILER_INDEX_STORE_ENABLE=Default
export COMPOSITE_SDK_DIRS=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export CONFIGURATION_TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos
export CONTENTS_FOLDER_PATH=Runner.app
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator
export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk
export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator11.4
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=arm64
export CURRENT_PROJECT_VERSION=1
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=miphoneos-version-min
export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-miphoneos-version-min=
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4"
export DERIVED_FILES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
export DERIVED_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DEVELOPMENT_TEAM=XWZJWZM42P
export DOCUMENTATION_FOLDER_PATH=Runner.app/English.lproj/Documentation
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/Runner.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=Runner.app.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export EFFECTIVE_PLATFORM_NAME=-iphoneos
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBEDDED_PROFILE_NAME=embedded.mobileprovision
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_BITCODE=NO
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_ON_DEMAND_RESOURCES=YES
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=YES
export ENTITLEMENTS_ALLOWED=YES
export ENTITLEMENTS_REQUIRED=YES
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
export EXECUTABLES_FOLDER_PATH=Runner.app/Executables
export EXECUTABLE_FOLDER_PATH=Runner.app
export EXECUTABLE_NAME=Runner
export EXECUTABLE_PATH=Runner.app/Runner
export EXPANDED_CODE_SIGN_IDENTITY=05BBEF3EF5D4354F03245C9EAB8DBA06D529CBFD
export EXPANDED_CODE_SIGN_IDENTITY_NAME="iPhone Developer: [email protected] (E62AU75T33)"
export EXPANDED_PROVISIONING_PROFILE=9f46030c-2504-45a0-bf5a-b388adb3d54e
export FILE_LIST=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
export FLUTTER_APPLICATION_PATH=/Users/Edison/Developer/Flutter/audion
export FLUTTER_BUILD_DIR=build
export FLUTTER_BUILD_MODE=debug
export FLUTTER_BUILD_NAME=1.0.0
export FLUTTER_BUILD_NUMBER=1
export FLUTTER_FRAMEWORK_DIR=/Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/ios
export FLUTTER_ROOT=/Users/Edison/Developer/Flutter/flutter
export FLUTTER_TARGET=/Users/Edison/Developer/Flutter/audion/lib/main.dart
export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos /Users/Edison/Developer/Flutter/audion/ios/Flutter"
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=Runner.app
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu99
export GCC_DYNAMIC_NO_PIC=NO
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_OPTIMIZATION_LEVEL=0
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 "
export GCC_SYMBOLS_PRIVATE_EXTERN=NO
export GCC_THUMB_SUPPORT=YES
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=YES
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include "
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/Edison
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=Runner/Info.plist
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PATH=Runner.app/Info.plist
export INFOPLIST_PREPROCESS=NO
export INFOSTRINGS_PATH=Runner.app/English.lproj/InfoPlist.strings
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/Runner.dst/Applications
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=Edison
export INSTALL_PATH=/Applications
export INSTALL_ROOT=/tmp/Runner.dst
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=Runner.app/Java
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KASAN_DEFAULT_CFLAGS="-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow"
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks"
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos /Users/Edison/Developer/Flutter/audion/ios/Flutter"
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_arm64=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList
export LINK_FILE_LIST_normal_armv7=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LOCALIZABLE_CONTENT_DIR=
export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/English.lproj
export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFLocalizedString"
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=
export LOCSYMROOT=
export MACH_O_TYPE=mh_execute
export MAC_OS_X_PRODUCT_BUILD_VERSION=17G65
export MAC_OS_X_VERSION_ACTUAL=101306
export MAC_OS_X_VERSION_MAJOR=101300
export MAC_OS_X_VERSION_MINOR=1306
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
export MODULE_CACHE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
export MTL_ENABLE_DEBUG_INFO=YES
export NATIVE_ARCH=armv7
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJECT_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects
export OBJECT_FILE_DIR_normal=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
export OBJROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=NO
export OS=MACOS
export OSAC=/usr/bin/osacompile
export PACKAGE_TYPE=com.apple.package-type.wrapper.application
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist
export PFE_FILE_C_DIALECTS=objective-c
export PKGINFO_FILE_PATH=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
export PKGINFO_PATH=Runner.app/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export PLATFORM_DISPLAY_NAME=iOS
export PLATFORM_NAME=iphoneos
export PLATFORM_PREFERRED_ARCH=arm64
export PLATFORM_PRODUCT_BUILD_VERSION=15F79
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PREVIEW_DART_2=true
export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=com.edison.audion
export PRODUCT_MODULE_NAME=Runner
export PRODUCT_NAME=Runner
export PRODUCT_SETTINGS_PATH=/Users/Edison/Developer/Flutter/audion/ios/Runner/Info.plist
export PRODUCT_TYPE=com.apple.product-type.application
export PROFILING_CODE=NO
export PROJECT=Runner
export PROJECT_DERIVED_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/DerivedSources
export PROJECT_DIR=/Users/Edison/Developer/Flutter/audion/ios
export PROJECT_FILE_PATH=/Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj
export PROJECT_NAME=Runner
export PROJECT_TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build
export PROJECT_TEMP_ROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
export PROVISIONING_PROFILE_REQUIRED=YES
export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export RESOURCE_RULES_REQUIRED=YES
export REZ_COLLECTOR_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos "
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=Runner.app/Scripts
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_STREAM_FILE=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
export SDK_DIR_iphoneos11_4=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
export SDK_NAME=iphoneos11.4
export SDK_NAMES=iphoneos11.4
export SDK_PRODUCT_BUILD_VERSION=15F79
export SDK_VERSION=11.4
export SDK_VERSION_ACTUAL=110400
export SDK_VERSION_MAJOR=110000
export SDK_VERSION_MINOR=400
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=YES
export SHARED_DERIVED_FILE_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
export SHARED_PRECOMPS_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/PrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
export SKIP_INSTALL=NO
export SOURCE_ROOT=/Users/Edison/Developer/Flutter/audion/ios
export SRCROOT=/Users/Edison/Developer/Flutter/audion/ios
export STRINGS_FILE_OUTPUT_ENCODING=binary
export STRIP_BITCODE_FROM_COPIED_FILES=YES
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_STYLE=all
export STRIP_SWIFT_SYMBOLS=YES
export SUPPORTED_DEVICE_FAMILIES=1,2
export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export SYMROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Products
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TAPI_VERIFY_MODE=ErrorsOnly
export TARGETED_DEVICE_FAMILY=1,2
export TARGETNAME=Runner
export TARGET_BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export TARGET_NAME=Runner
export TARGET_TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_FILES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_ROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export UID=501
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
export UNSTRIPPED_PRODUCT=NO
export USER=Edison
export USER_APPS_DIR=/Users/Edison/Applications
export USER_LIBRARY_DIR=/Users/Edison/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export VALIDATE_PRODUCT=NO
export VALID_ARCHS="arm64 armv7 armv7s"
export VERBOSE_PBXCP=NO
export VERBOSE_SCRIPT_LOGGING=YES
export VERSIONING_SYSTEM=apple-generic
export VERSIONPLIST_PATH=Runner.app/version.plist
export VERSION_INFO_BUILDER=Edison
export VERSION_INFO_FILE=Runner_vers.c
export VERSION_INFO_STRING="\"@(#)PROGRAM:Runner PROJECT:Runner-1\""
export WRAPPER_EXTENSION=app
export WRAPPER_NAME=Runner.app
export WRAPPER_SUFFIX=.app
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=9F2000
export XCODE_VERSION_ACTUAL=0941
export XCODE_VERSION_MAJOR=0900
export XCODE_VERSION_MINOR=0940
export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
export YACC=yacc
export arch=arm64
export variant=normal
/bin/sh -c /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh
♦ mkdir -p -- /Users/Edison/Developer/Flutter/audion/ios/Flutter
♦ rm -rf -- /Users/Edison/Developer/Flutter/audion/ios/Flutter/App.framework
♦ rm -rf -- /Users/Edison/Developer/Flutter/audion/ios/Flutter/Flutter.framework
♦ cp -r -- /Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework /Users/Edison/Developer/Flutter/audion/ios/Flutter
♦ find /Users/Edison/Developer/Flutter/audion/ios/Flutter/Flutter.framework -type f -exec chmod a-w {} ;
♦ mkdir -p -- /Users/Edison/Developer/Flutter/audion/ios/Flutter/App.framework
♦ eval
♦ cp -- /Users/Edison/Developer/Flutter/audion/ios/Flutter/AppFrameworkInfo.plist /Users/Edison/Developer/Flutter/audion/ios/Flutter/App.framework/Info.plist
♦ /Users/Edison/Developer/Flutter/flutter/bin/flutter --suppress-analytics --verbose build bundle --target-platform=ios --target=/Users/Edison/Developer/Flutter/audion/lib/main.dart --snapshot=build/snapshot_blob.bin --debug --depfile=build/snapshot_blob.bin.d --asset-dir=/Users/Edison/Developer/Flutter/audion/ios/Flutter/flutter_assets --preview-dart-2
[ +10 ms] executing: [/Users/Edison/Developer/Flutter/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +49 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/dev
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git rev-parse --abbrev-ref HEAD
[ +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] dev
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git ls-remote --get-url origin
[ +7 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git log -n 1 --pretty=format:%H
[ +7 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] eab5cd9853c13ec2207977d9b9ef7b6750fe0817
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git log -n 1 --pretty=format:%ar
[ +6 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] 7 days ago
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +9 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v0.7.5-0-geab5cd985
[ +605 ms] Skipping kernel compilation. Fingerprint match.
[ +181 ms] Building bundle
[ +1 ms] Writing asset files to /Users/Edison/Developer/Flutter/audion/ios/Flutter/flutter_assets
[ +56 ms] Wrote /Users/Edison/Developer/Flutter/audion/ios/Flutter/flutter_assets
[ +10 ms] "flutter bundle" took 714ms.
Project /Users/Edison/Developer/Flutter/audion built and packaged successfully.
CompileC /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/AppDelegate.o Runner/AppDelegate.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/Edison/Developer/Flutter/audion/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -index-store-path /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Index/DataStore -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/armv7 -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -MMD -MT dependencies -MF /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/AppDelegate.d --serialize-diagnostics /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/AppDelegate.dia -c /Users/Edison/Developer/Flutter/audion/ios/Runner/AppDelegate.m -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/AppDelegate.o
CompileC /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/main.o Runner/main.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/Edison/Developer/Flutter/audion/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -index-store-path /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Index/DataStore -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/armv7 -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -MMD -MT dependencies -MF /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/main.d --serialize-diagnostics /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/main.dia -c /Users/Edison/Developer/Flutter/audion/ios/Runner/main.m -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/main.o
CompileC /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/Edison/Developer/Flutter/audion/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -index-store-path /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Index/DataStore -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/armv7 -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -MMD -MT dependencies -MF /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/GeneratedPluginRegistrant.d --serialize-diagnostics /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/GeneratedPluginRegistrant.dia -c /Users/Edison/Developer/Flutter/audion/ios/Runner/GeneratedPluginRegistrant.m -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/GeneratedPluginRegistrant.o
CompileC /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o Runner/AppDelegate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/Edison/Developer/Flutter/audion/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -index-store-path /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Index/DataStore -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -MMD -MT dependencies -MF /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d --serialize-diagnostics /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.dia -c /Users/Edison/Developer/Flutter/audion/ios/Runner/AppDelegate.m -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o
CompileC /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/main.o Runner/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/Edison/Developer/Flutter/audion/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -index-store-path /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Index/DataStore -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -MMD -MT dependencies -MF /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/main.d --serialize-diagnostics /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/main.dia -c /Users/Edison/Developer/Flutter/audion/ios/Runner/main.m -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/main.o
CompileC /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/Edison/Developer/Flutter/audion/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -index-store-path /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Index/DataStore -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -MMD -MT dependencies -MF /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d --serialize-diagnostics /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.dia -c /Users/Edison/Developer/Flutter/audion/ios/Runner/GeneratedPluginRegistrant.m -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o
Ld /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner normal armv7
cd /Users/Edison/Developer/Flutter/audion/ios
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -L/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -L/Users/Edison/Developer/Flutter/audion/ios/Flutter -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -filelist /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -framework Flutter -framework App -Xlinker -dependency_info -Xlinker /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner_dependency_info.dat -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner
Ld /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner normal arm64
cd /Users/Edison/Developer/Flutter/audion/ios
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -L/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -L/Users/Edison/Developer/Flutter/audion/ios/Flutter -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -filelist /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -framework Flutter -framework App -Xlinker -dependency_info -Xlinker /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner
CreateUniversalBinary /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Runner normal armv7\ arm64
cd /Users/Edison/Developer/Flutter/audion/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner -output /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Runner
CpResource Flutter/flutter_assets /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/flutter_assets
cd /Users/Edison/Developer/Flutter/audion/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/Edison/Developer/Flutter/audion/ios/Flutter/flutter_assets /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
PBXCp Flutter/App.framework /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework
cd /Users/Edison/Developer/Flutter/audion/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude *.tbd -bitcode-strip all -bitcode-strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip -resolve-src-symlinks /Users/Edison/Developer/Flutter/audion/ios/Flutter/App.framework /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/Edison/Developer/Flutter/audion/ios/Flutter/App.framework/App -r -o /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/App
PBXCp Flutter/Flutter.framework /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework
cd /Users/Edison/Developer/Flutter/audion/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude *.tbd -bitcode-strip all -bitcode-strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip -resolve-src-symlinks /Users/Edison/Developer/Flutter/audion/ios/Flutter/Flutter.framework /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/Edison/Developer/Flutter/audion/ios/Flutter/Flutter.framework/Flutter -r -o /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter
CodeSign /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework
cd /Users/Edison/Developer/Flutter/audion/ios
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
Signing Identity: "iPhone Developer: [email protected] (E62AU75T33)"
/usr/bin/codesign --force --sign 05BBEF3EF5D4354F03245C9EAB8DBA06D529CBFD --preserve-metadata=identifier,entitlements,flags --timestamp=none /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework
CodeSign /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework
cd /Users/Edison/Developer/Flutter/audion/ios
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
Signing Identity: "iPhone Developer: [email protected] (E62AU75T33)"
/usr/bin/codesign --force --sign 05BBEF3EF5D4354F03245C9EAB8DBA06D529CBFD --preserve-metadata=identifier,entitlements,flags --timestamp=none /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework
PhaseScriptExecution Thin\ Binary /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh
cd /Users/Edison/Developer/Flutter/audion/ios
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=NO
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=Edison
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS="armv7 arm64"
export ARCHS_STANDARD="armv7 arm64"
export ARCHS_STANDARD_32_64_BIT="armv7 arm64"
export ARCHS_STANDARD_32_BIT=armv7
export ARCHS_STANDARD_64_BIT=arm64
export ARCHS_STANDARD_INCLUDING_64_BIT="armv7 arm64"
export ARCHS_UNIVERSAL_IPHONE_OS="armv7 arm64"
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=NO
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios
export BUILD_ROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export CACHE_ROOT=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
export CCHROOT=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_ANALYZER_NONNULL=YES
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
export CLANG_CXX_LIBRARY=libc++
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_COMMA=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
export CLANG_WARN_STRICT_PROTOTYPES=YES
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
export CODE_SIGNING_ALLOWED=YES
export CODE_SIGNING_REQUIRED=YES
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext
export CODE_SIGN_IDENTITY="iPhone Developer"
export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMMAND_MODE=legacy
export COMPILER_INDEX_STORE_ENABLE=Default
export COMPOSITE_SDK_DIRS=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export CONFIGURATION_TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos
export CONTENTS_FOLDER_PATH=Runner.app
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator
export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk
export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator11.4
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=arm64
export CURRENT_PROJECT_VERSION=1
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=miphoneos-version-min
export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-miphoneos-version-min=
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4"
export DERIVED_FILES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
export DERIVED_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DEVELOPMENT_TEAM=XWZJWZM42P
export DOCUMENTATION_FOLDER_PATH=Runner.app/English.lproj/Documentation
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/Runner.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=Runner.app.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export EFFECTIVE_PLATFORM_NAME=-iphoneos
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBEDDED_PROFILE_NAME=embedded.mobileprovision
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_BITCODE=NO
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_ON_DEMAND_RESOURCES=YES
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=YES
export ENTITLEMENTS_ALLOWED=YES
export ENTITLEMENTS_REQUIRED=YES
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
export EXECUTABLES_FOLDER_PATH=Runner.app/Executables
export EXECUTABLE_FOLDER_PATH=Runner.app
export EXECUTABLE_NAME=Runner
export EXECUTABLE_PATH=Runner.app/Runner
export EXPANDED_CODE_SIGN_IDENTITY=05BBEF3EF5D4354F03245C9EAB8DBA06D529CBFD
export EXPANDED_CODE_SIGN_IDENTITY_NAME="iPhone Developer: [email protected] (E62AU75T33)"
export EXPANDED_PROVISIONING_PROFILE=9f46030c-2504-45a0-bf5a-b388adb3d54e
export FILE_LIST=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
export FLUTTER_APPLICATION_PATH=/Users/Edison/Developer/Flutter/audion
export FLUTTER_BUILD_DIR=build
export FLUTTER_BUILD_MODE=debug
export FLUTTER_BUILD_NAME=1.0.0
export FLUTTER_BUILD_NUMBER=1
export FLUTTER_FRAMEWORK_DIR=/Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/ios
export FLUTTER_ROOT=/Users/Edison/Developer/Flutter/flutter
export FLUTTER_TARGET=/Users/Edison/Developer/Flutter/audion/lib/main.dart
export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos /Users/Edison/Developer/Flutter/audion/ios/Flutter"
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=Runner.app
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu99
export GCC_DYNAMIC_NO_PIC=NO
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_OPTIMIZATION_LEVEL=0
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 "
export GCC_SYMBOLS_PRIVATE_EXTERN=NO
export GCC_THUMB_SUPPORT=YES
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=YES
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include "
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/Edison
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=Runner/Info.plist
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PATH=Runner.app/Info.plist
export INFOPLIST_PREPROCESS=NO
export INFOSTRINGS_PATH=Runner.app/English.lproj/InfoPlist.strings
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/Runner.dst/Applications
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=Edison
export INSTALL_PATH=/Applications
export INSTALL_ROOT=/tmp/Runner.dst
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=Runner.app/Java
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KASAN_DEFAULT_CFLAGS="-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow"
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks"
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos /Users/Edison/Developer/Flutter/audion/ios/Flutter"
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_arm64=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList
export LINK_FILE_LIST_normal_armv7=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LOCALIZABLE_CONTENT_DIR=
export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/English.lproj
export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFLocalizedString"
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=
export LOCSYMROOT=
export MACH_O_TYPE=mh_execute
export MAC_OS_X_PRODUCT_BUILD_VERSION=17G65
export MAC_OS_X_VERSION_ACTUAL=101306
export MAC_OS_X_VERSION_MAJOR=101300
export MAC_OS_X_VERSION_MINOR=1306
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
export MODULE_CACHE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
export MTL_ENABLE_DEBUG_INFO=YES
export NATIVE_ARCH=armv7
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJECT_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects
export OBJECT_FILE_DIR_normal=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
export OBJROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=NO
export OS=MACOS
export OSAC=/usr/bin/osacompile
export PACKAGE_TYPE=com.apple.package-type.wrapper.application
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist
export PFE_FILE_C_DIALECTS=objective-c
export PKGINFO_FILE_PATH=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
export PKGINFO_PATH=Runner.app/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export PLATFORM_DISPLAY_NAME=iOS
export PLATFORM_NAME=iphoneos
export PLATFORM_PREFERRED_ARCH=arm64
export PLATFORM_PRODUCT_BUILD_VERSION=15F79
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PREVIEW_DART_2=true
export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=com.edison.audion
export PRODUCT_MODULE_NAME=Runner
export PRODUCT_NAME=Runner
export PRODUCT_SETTINGS_PATH=/Users/Edison/Developer/Flutter/audion/ios/Runner/Info.plist
export PRODUCT_TYPE=com.apple.product-type.application
export PROFILING_CODE=NO
export PROJECT=Runner
export PROJECT_DERIVED_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/DerivedSources
export PROJECT_DIR=/Users/Edison/Developer/Flutter/audion/ios
export PROJECT_FILE_PATH=/Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj
export PROJECT_NAME=Runner
export PROJECT_TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build
export PROJECT_TEMP_ROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
export PROVISIONING_PROFILE_REQUIRED=YES
export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export RESOURCE_RULES_REQUIRED=YES
export REZ_COLLECTOR_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos "
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=Runner.app/Scripts
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_STREAM_FILE=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
export SDK_DIR_iphoneos11_4=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
export SDK_NAME=iphoneos11.4
export SDK_NAMES=iphoneos11.4
export SDK_PRODUCT_BUILD_VERSION=15F79
export SDK_VERSION=11.4
export SDK_VERSION_ACTUAL=110400
export SDK_VERSION_MAJOR=110000
export SDK_VERSION_MINOR=400
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=YES
export SHARED_DERIVED_FILE_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
export SHARED_PRECOMPS_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/PrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
export SKIP_INSTALL=NO
export SOURCE_ROOT=/Users/Edison/Developer/Flutter/audion/ios
export SRCROOT=/Users/Edison/Developer/Flutter/audion/ios
export STRINGS_FILE_OUTPUT_ENCODING=binary
export STRIP_BITCODE_FROM_COPIED_FILES=YES
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_STYLE=all
export STRIP_SWIFT_SYMBOLS=YES
export SUPPORTED_DEVICE_FAMILIES=1,2
export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export SYMROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Products
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TAPI_VERIFY_MODE=ErrorsOnly
export TARGETED_DEVICE_FAMILY=1,2
export TARGETNAME=Runner
export TARGET_BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export TARGET_NAME=Runner
export TARGET_TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_FILES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_ROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export UID=501
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
export UNSTRIPPED_PRODUCT=NO
export USER=Edison
export USER_APPS_DIR=/Users/Edison/Applications
export USER_LIBRARY_DIR=/Users/Edison/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export VALIDATE_PRODUCT=NO
export VALID_ARCHS="arm64 armv7 armv7s"
export VERBOSE_PBXCP=NO
export VERBOSE_SCRIPT_LOGGING=YES
export VERSIONING_SYSTEM=apple-generic
export VERSIONPLIST_PATH=Runner.app/version.plist
export VERSION_INFO_BUILDER=Edison
export VERSION_INFO_FILE=Runner_vers.c
export VERSION_INFO_STRING="\"@(#)PROGRAM:Runner PROJECT:Runner-1\""
export WRAPPER_EXTENSION=app
export WRAPPER_NAME=Runner.app
export WRAPPER_SUFFIX=.app
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=9F2000
export XCODE_VERSION_ACTUAL=0941
export XCODE_VERSION_MAJOR=0900
export XCODE_VERSION_MINOR=0940
export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
export YACC=yacc
export arch=arm64
export variant=normal
/bin/sh -c /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh
Touch /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
cd /Users/Edison/Developer/Flutter/audion/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/usr/bin/touch -c /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
CodeSign /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
cd /Users/Edison/Developer/Flutter/audion/ios
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
Signing Identity: "iPhone Developer: [email protected] (E62AU75T33)"
Provisioning Profile: "iOS Team Provisioning Profile: com.edison.audion"
(9f46030c-2504-45a0-bf5a-b388adb3d54e)
/usr/bin/codesign --force --sign 05BBEF3EF5D4354F03245C9EAB8DBA06D529CBFD --entitlements /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent --timestamp=none /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
Validate /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
cd /Users/Edison/Developer/Flutter/audion/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
export PRODUCT_TYPE=com.apple.product-type.application
builtin-validationUtility /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
** BUILD SUCCEEDED **
[ +7 ms] └─Compiling, linking and signing... (completed)
[ ] Starting Xcode build... (completed)
[ +10 ms] Xcode build done.
[ ] executing: [/Users/Edison/Developer/Flutter/audion/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios -sdk iphoneos SCRIPT_OUTPUT_STREAM_FILE=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout -showBuildSettings
[+1266 ms] Exit code 0 from: /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios -sdk iphoneos SCRIPT_OUTPUT_STREAM_FILE=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout -showBuildSettings
[ ] Build settings from command line:
BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
SDKROOT = iphoneos11.4
VERBOSE_SCRIPT_LOGGING = YES
Build settings for action build and target Runner:
ACTION = build
AD_HOC_CODE_SIGNING_ALLOWED = NO
ALTERNATE_GROUP = staff
ALTERNATE_MODE = u+w,go-w,a+rX
ALTERNATE_OWNER = Edison
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ALWAYS_SEARCH_USER_PATHS = NO
ALWAYS_USE_SEPARATE_HEADERMAPS = NO
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
APPLE_INTERNAL_DIR = /AppleInternal
APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
APPLICATION_EXTENSION_API_ONLY = NO
APPLY_RULES_IN_COPY_FILES = NO
ARCHS = armv7
ARCHS_STANDARD = armv7 arm64
ARCHS_STANDARD_32_64_BIT = armv7 arm64
ARCHS_STANDARD_32_BIT = armv7
ARCHS_STANDARD_64_BIT = arm64
ARCHS_STANDARD_INCLUDING_64_BIT = armv7 arm64
ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator
BITCODE_GENERATION_MODE = marker
BUILD_ACTIVE_RESOURCES_ONLY = NO
BUILD_COMPONENTS = headers build
BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios
BUILD_ROOT = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Products
BUILD_STYLE =
BUILD_VARIANTS = normal
BUILT_PRODUCTS_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
CACHE_ROOT = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
CCHROOT = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
CHMOD = /bin/chmod
CHOWN = /usr/sbin/chown
CLANG_ANALYZER_NONNULL = YES
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
CLANG_ENABLE_MODULES = YES
CLANG_ENABLE_OBJC_ARC = YES
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
CLANG_WARN_BOOL_CONVERSION = YES
CLANG_WARN_COMMA = YES
CLANG_WARN_CONSTANT_CONVERSION = YES
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
CLANG_WARN_EMPTY_BODY = YES
CLANG_WARN_ENUM_CONVERSION = YES
CLANG_WARN_INFINITE_RECURSION = YES
CLANG_WARN_INT_CONVERSION = YES
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
CLANG_WARN_STRICT_PROTOTYPES = YES
CLANG_WARN_SUSPICIOUS_MOVE = YES
CLANG_WARN_UNREACHABLE_CODE = YES
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
CLASS_FILE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
CLEAN_PRECOMPS = YES
CLONE_HEADERS = NO
CODESIGNING_FOLDER_PATH = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
CODE_SIGNING_ALLOWED = YES
CODE_SIGNING_REQUIRED = YES
CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
CODE_SIGN_IDENTITY = iPhone Developer
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
COLOR_DIAGNOSTICS = NO
COMBINE_HIDPI_IMAGES = NO
COMPILER_INDEX_STORE_ENABLE = Default
COMPOSITE_SDK_DIRS = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/CompositeSDKs
COMPRESS_PNG_FILES = YES
CONFIGURATION = Debug
CONFIGURATION_BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
CONFIGURATION_TEMP_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos
CONTENTS_FOLDER_PATH = Runner.app
COPYING_PRESERVES_HFS_DATA = NO
COPY_HEADERS_RUN_UNIFDEF = NO
COPY_PHASE_STRIP = NO
COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk
CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator11.4
CP = /bin/cp
CREATE_INFOPLIST_SECTION_IN_BINARY = NO
CURRENT_ARCH = armv7
CURRENT_PROJECT_VERSION = 1
CURRENT_VARIANT = normal
DEAD_CODE_STRIPPING = YES
DEBUGGING_SYMBOLS = YES
DEBUG_INFORMATION_FORMAT = dwarf
DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
DEFINES_MODULE = NO
DEPLOYMENT_LOCATION = NO
DEPLOYMENT_POSTPROCESSING = NO
DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min
DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min=
DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4
DERIVED_FILES_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
DERIVED_FILE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
DERIVED_SOURCES_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
DEVELOPMENT_LANGUAGE = English
DEVELOPMENT_TEAM = XWZJWZM42P
DOCUMENTATION_FOLDER_PATH = Runner.app/English.lproj/Documentation
DO_HEADER_SCANNING_IN_JAM = NO
DSTROOT = /tmp/Runner.dst
DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
DWARF_DSYM_FILE_NAME = Runner.app.dSYM
DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
DWARF_DSYM_FOLDER_PATH = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
EFFECTIVE_PLATFORM_NAME = -iphoneos
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
EMBEDDED_PROFILE_NAME = embedded.mobileprovision
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
ENABLE_BITCODE = NO
ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
ENABLE_HEADER_DEPENDENCIES = YES
ENABLE_ON_DEMAND_RESOURCES = YES
ENABLE_STRICT_OBJC_MSGSEND = YES
ENABLE_TESTABILITY = YES
ENTITLEMENTS_ALLOWED = YES
ENTITLEMENTS_REQUIRED = YES
EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj
EXECUTABLES_FOLDER_PATH = Runner.app/Executables
EXECUTABLE_FOLDER_PATH = Runner.app
EXECUTABLE_NAME = Runner
EXECUTABLE_PATH = Runner.app/Runner
EXPANDED_CODE_SIGN_IDENTITY =
EXPANDED_CODE_SIGN_IDENTITY_NAME =
EXPANDED_PROVISIONING_PROFILE =
FILE_LIST = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
FIXED_FILES_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
FLUTTER_APPLICATION_PATH = /Users/Edison/Developer/Flutter/audion
FLUTTER_BUILD_DIR = build
FLUTTER_BUILD_MODE = debug
FLUTTER_BUILD_NAME = 1.0.0
FLUTTER_BUILD_NUMBER = 1
FLUTTER_FRAMEWORK_DIR = /Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/ios
FLUTTER_ROOT = /Users/Edison/Developer/Flutter/flutter
FLUTTER_TARGET = /Users/Edison/Developer/Flutter/audion/lib/main.dart
FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
FRAMEWORK_FLAG_PREFIX = -framework
FRAMEWORK_SEARCH_PATHS = /Users/Edison/Developer/Flutter/audion/ios/Flutter
FRAMEWORK_VERSION = A
FULL_PRODUCT_NAME = Runner.app
GCC3_VERSION = 3.3
GCC_C_LANGUAGE_STANDARD = gnu99
GCC_DYNAMIC_NO_PIC = NO
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
GCC_NO_COMMON_BLOCKS = YES
GCC_OPTIMIZATION_LEVEL = 0
GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1
GCC_SYMBOLS_PRIVATE_EXTERN = NO
GCC_THUMB_SUPPORT = YES
GCC_TREAT_WARNINGS_AS_ERRORS = NO
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
GCC_WARN_UNDECLARED_SELECTOR = YES
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_VARIABLE = YES
GENERATE_MASTER_OBJECT_FILE = NO
GENERATE_PKGINFO_FILE = YES
GENERATE_PROFILING_CODE = NO
GENERATE_TEXT_BASED_STUBS = NO
GID = 20
GROUP = staff
HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
HEADERMAP_USES_VFS = NO
HIDE_BITCODE_SYMBOLS = YES
HOME = /Users/Edison
ICONV = /usr/bin/iconv
INFOPLIST_EXPAND_BUILD_SETTINGS = YES
INFOPLIST_FILE = Runner/Info.plist
INFOPLIST_OUTPUT_FORMAT = binary
INFOPLIST_PATH = Runner.app/Info.plist
INFOPLIST_PREPROCESS = NO
INFOSTRINGS_PATH = Runner.app/English.lproj/InfoPlist.strings
INLINE_PRIVATE_FRAMEWORKS = NO
INSTALLHDRS_COPY_PHASE = NO
INSTALLHDRS_SCRIPT_PHASE = NO
INSTALL_DIR = /tmp/Runner.dst/Applications
INSTALL_GROUP = staff
INSTALL_MODE_FLAG = u+w,go-w,a+rX
INSTALL_OWNER = Edison
INSTALL_PATH = /Applications
INSTALL_ROOT = /tmp/Runner.dst
IPHONEOS_DEPLOYMENT_TARGET = 8.0
JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
JAVA_ARCHIVE_CLASSES = YES
JAVA_ARCHIVE_TYPE = JAR
JAVA_COMPILER = /usr/bin/javac
JAVA_FOLDER_PATH = Runner.app/Java
JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
JAVA_JAR_FLAGS = cv
JAVA_SOURCE_SUBDIR = .
JAVA_USE_DEPENDENCIES = YES
JAVA_ZIP_FLAGS = -urg
JIKES_DEFAULT_FLAGS = +E +OLDCSO
KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
KEEP_PRIVATE_EXTERNS = NO
LD_DEPENDENCY_INFO_FILE = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner_dependency_info.dat
LD_GENERATE_MAP_FILE = NO
LD_MAP_FILE_PATH = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-armv7.txt
LD_NO_PIE = NO
LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks
LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
LEX = lex
LIBRARY_FLAG_NOSPACE = YES
LIBRARY_FLAG_PREFIX = -l
LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
LIBRARY_SEARCH_PATHS = /Users/Edison/Developer/Flutter/audion/ios/Flutter
LINKER_DISPLAYS_MANGLED_NAMES = NO
LINK_FILE_LIST_normal_armv7 =
LINK_WITH_STANDARD_LIBRARIES = YES
LOCALIZABLE_CONTENT_DIR =
LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/English.lproj
LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFLocalizedString
LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
LOCAL_APPS_DIR = /Applications
LOCAL_DEVELOPER_DIR = /Library/Developer
LOCAL_LIBRARY_DIR = /Library
LOCROOT =
LOCSYMROOT =
MACH_O_TYPE = mh_execute
MAC_OS_X_PRODUCT_BUILD_VERSION = 17G65
MAC_OS_X_VERSION_ACTUAL = 101306
MAC_OS_X_VERSION_MAJOR = 101300
MAC_OS_X_VERSION_MINOR = 1306
METAL_LIBRARY_FILE_BASE = default
METAL_LIBRARY_OUTPUT_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
MODULE_CACHE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
MTL_ENABLE_DEBUG_INFO = YES
NATIVE_ARCH = armv7
NATIVE_ARCH_32_BIT = i386
NATIVE_ARCH_64_BIT = x86_64
NATIVE_ARCH_ACTUAL = x86_64
NO_COMMON = YES
OBJECT_FILE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects
OBJECT_FILE_DIR_normal = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
OBJROOT = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
ONLY_ACTIVE_ARCH = YES
OS = MACOS
OSAC = /usr/bin/osacompile
PACKAGE_TYPE = com.apple.package-type.wrapper.application
PASCAL_STRINGS = YES
PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin
PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms
PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
PFE_FILE_C_DIALECTS = objective-c
PKGINFO_FILE_PATH = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
PKGINFO_PATH = Runner.app/PkgInfo
PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
PLATFORM_DISPLAY_NAME = iOS
PLATFORM_NAME = iphoneos
PLATFORM_PREFERRED_ARCH = arm64
PLATFORM_PRODUCT_BUILD_VERSION = 15F79
PLIST_FILE_OUTPUT_FORMAT = binary
PLUGINS_FOLDER_PATH = Runner.app/PlugIns
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
PRECOMP_DESTINATION_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
PREVIEW_DART_2 = true
PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
PRODUCT_BUNDLE_IDENTIFIER = com.edison.audion
PRODUCT_MODULE_NAME = Runner
PRODUCT_NAME = Runner
PRODUCT_SETTINGS_PATH = /Users/Edison/Developer/Flutter/audion/ios/Runner/Info.plist
PRODUCT_TYPE = com.apple.product-type.application
PROFILING_CODE = NO
PROJECT = Runner
PROJECT_DERIVED_FILE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/DerivedSources
PROJECT_DIR = /Users/Edison/Developer/Flutter/audion/ios
PROJECT_FILE_PATH = /Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj
PROJECT_NAME = Runner
PROJECT_TEMP_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build
PROJECT_TEMP_ROOT = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
PROVISIONING_PROFILE_REQUIRED = YES
PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
REMOVE_CVS_FROM_RESOURCES = YES
REMOVE_GIT_FROM_RESOURCES = YES
REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
REMOVE_HG_FROM_RESOURCES = YES
REMOVE_SVN_FROM_RESOURCES = YES
RESOURCE_RULES_REQUIRED = YES
REZ_COLLECTOR_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources
REZ_OBJECTS_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
SCRIPTS_FOLDER_PATH = Runner.app/Scripts
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
SDK_DIR_iphoneos11_4 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
SDK_NAME = iphoneos11.4
SDK_NAMES = iphoneos11.4
SDK_PRODUCT_BUILD_VERSION = 15F79
SDK_VERSION = 11.4
SDK_VERSION_ACTUAL = 110400
SDK_VERSION_MAJOR = 110000
SDK_VERSION_MINOR = 400
SED = /usr/bin/sed
SEPARATE_STRIP = NO
SEPARATE_SYMBOL_EDIT = NO
SET_DIR_MODE_OWNER_GROUP = YES
SET_FILE_MODE_OWNER_GROUP = NO
SHALLOW_BUNDLE = YES
SHARED_DERIVED_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/DerivedSources
SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
SHARED_PRECOMPS_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/PrecompiledHeaders
SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
SKIP_INSTALL = NO
SOURCE_ROOT = /Users/Edison/Developer/Flutter/audion/ios
SRCROOT = /Users/Edison/Developer/Flutter/audion/ios
STRINGS_FILE_OUTPUT_ENCODING = binary
STRIP_BITCODE_FROM_COPIED_FILES = YES
STRIP_INSTALLED_PRODUCT = YES
STRIP_STYLE = all
STRIP_SWIFT_SYMBOLS = YES
SUPPORTED_DEVICE_FAMILIES = 1,2
SUPPORTED_PLATFORMS = iphonesimulator iphoneos
SUPPORTS_TEXT_BASED_API = NO
SWIFT_PLATFORM_TARGET_PREFIX = ios
SYMROOT = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Products
SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
SYSTEM_APPS_DIR = /Applications
SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
SYSTEM_DEMOS_DIR = /Applications/Extras
SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
SYSTEM_LIBRARY_DIR = /System/Library
TAPI_VERIFY_MODE = ErrorsOnly
TARGETED_DEVICE_FAMILY = 1,2
TARGETNAME = Runner
TARGET_BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
TARGET_NAME = Runner
TARGET_TEMP_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
TEMP_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
TEMP_FILES_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
TEMP_FILE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
TEMP_ROOT = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
UID = 501
UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
UNSTRIPPED_PRODUCT = NO
USER = Edison
USER_APPS_DIR = /Users/Edison/Applications
USER_LIBRARY_DIR = /Users/Edison/Library
USE_DYNAMIC_NO_PIC = YES
USE_HEADERMAP = YES
USE_HEADER_SYMLINKS = NO
VALIDATE_PRODUCT = NO
VALID_ARCHS = arm64 armv7 armv7s
VERBOSE_PBXCP = NO
VERBOSE_SCRIPT_LOGGING = YES
VERSIONING_SYSTEM = apple-generic
VERSIONPLIST_PATH = Runner.app/version.plist
VERSION_INFO_BUILDER = Edison
VERSION_INFO_FILE = Runner_vers.c
VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-1"
WRAPPER_EXTENSION = app
WRAPPER_NAME = Runner.app
WRAPPER_SUFFIX = .app
WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
XCODE_PRODUCT_BUILD_VERSION = 9F2000
XCODE_VERSION_ACTUAL = 0941
XCODE_VERSION_MAJOR = 0900
XCODE_VERSION_MINOR = 0940
XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
YACC = yacc
arch = armv7
variant = normal
[ +199 ms] Installing and launching...
[ ] Debugging is enabled, connecting to observatory
[ +3 ms] executing: /usr/bin/env ios-deploy --id 9a52be8867fda3de1f74d75b16b8bb3299b25af9 --bundle build/ios/iphoneos/Runner.app --no-wifi --justlaunch --args --enable-dart-profiling --enable-checked-mode
[ +18 ms] [....] Waiting for iOS device to be connected
[ +230 ms] [....] Using 9a52be8867fda3de1f74d75b16b8bb3299b25af9 (N56AP, iPhone 6 Plus, iphoneos, arm64) a.k.a. 'Liu’s iPhone'.
[ ] ------ Install phase ------
[ ] [ 0%] Found 9a52be8867fda3de1f74d75b16b8bb3299b25af9 (N56AP, iPhone 6 Plus, iphoneos, arm64) a.k.a. 'Liu’s iPhone' connected through USB, beginning install
[ +934 ms] [ 5%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/META-INF/ to device
[ ] [ 5%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/META-INF/com.apple.ZipMetadata.plist to device
[ ] [ 5%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/_CodeSignature/ to device
[ ] [ 6%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/_CodeSignature/CodeResources to device
[ ] [ 6%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 6%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 7%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon29x29.png to device
[ ] [ 7%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 7%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Runner to device
[ +2 ms] [ 8%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 8%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 8%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Debug.xcconfig to device
[ ] [ 9%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon29x29~ipad.png to device
[ ] [ 9%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 9%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 10%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 10%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/ to device
[ ] [ 11%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/ to device
[ ] [ 11%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib to device
[ ] [ 11%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib to device
[ ] [ 12%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/Info.plist to device
[ ] [ 12%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/ to device
[ ] [ 12%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib to device
[ ] [ 13%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib to device
[ ] [ 13%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/Info.plist to device
[ ] [ 13%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/ to device
[ ] [ 14%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/LICENSE to device
[ +266 ms] [ 14%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/vm_snapshot_data to device
[ +251 ms] [ 15%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/isolate_snapshot_data to device
[ +6 ms] [ 15%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/AssetManifest.json to device
[ ] [ 16%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/kernel_blob.bin to device
[ +448 ms] [ 21%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/FontManifest.json to device
[ ] [ 21%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/packages/ to device
[ ] [ 22%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/packages/cupertino_icons/ to device
[ ] [ 22%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/packages/cupertino_icons/assets/ to device
[ ] [ 22%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf to device
[ +1 ms] [ 23%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/platform_strong.dill to device
[ +326 ms] [ 25%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/fonts/ to device
[ ] [ 25%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/fonts/MaterialIcons-Regular.ttf to device
[ +1 ms] [ 26%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Assets.car to device
[ +2 ms] [ 26%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppFrameworkInfo.plist to device
[ ] [ 27%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon40x40@2x~ipad.png to device
[ ] [ 27%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon76x76@2x~ipad.png to device
[ +1 ms] [ 27%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon83.5x83.5@2x~ipad.png to device
[ ] [ 28%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon29x29@2x~ipad.png to device
[ ] [ 28%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon40x40~ipad.png to device
[ ] [ 28%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/ to device
[ ] [ 29%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/ to device
[ ] [ 29%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature/ to device
[ ] [ 29%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature/CodeResources to device
[ ] [ 30%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/icudtl.dat to device
[ +90 ms] [ 30%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter to device
[+1697 ms] [ 45%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/Info.plist to device
[ ] [ 46%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/App.framework/ to device
[ ] [ 46%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/ to device
[ ] [ 46%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources to device
[ ] [ 47%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/App.framework/App to device
[ +1 ms] [ 47%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/App.framework/Info.plist to device
[ ] [ 47%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon20x20~ipad.png to device
[ ] [ 48%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/embedded.mobileprovision to device
[ ] [ 48%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon20x20@2x~ipad.png to device
[ ] [ 48%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Info.plist to device
[ ] [ 49%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/PkgInfo to device
[ ] [ 49%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon76x76~ipad.png to device
[ +371 ms] [ 52%] CreatingStagingDirectory
[ ] [ 57%] ExtractingPackage
[ ] [ 60%] InspectingPackage
[ +186 ms] [ 60%] TakingInstallLock
[ +40 ms] [ 65%] PreflightingApplication
[ +19 ms] [ 65%] InstallingEmbeddedProfile
[ +16 ms] [ 70%] VerifyingApplication
[+2894 ms] [ 75%] CreatingContainer
[ +12 ms] [ 80%] InstallingApplication
[ +14 ms] [ 85%] PostflightingApplication
[ +3 ms] [ 90%] SandboxingApplication
[ +23 ms] [ 95%] GeneratingApplicationMap
[ +286 ms] [100%] Installed package build/ios/iphoneos/Runner.app
[ +476 ms] ------ Debug phase ------
[ ] Starting debug of 9a52be8867fda3de1f74d75b16b8bb3299b25af9 (N56AP, iPhone 6 Plus, iphoneos, arm64) a.k.a. 'Liu’s iPhone' connected through USB...
[ +873 ms] [ 0%] Looking up developer disk image
[ +52 ms] [ 95%] Developer disk image mounted successfully
[+1314 ms] Observatory URL on device: http://127.0.0.1:51117/
[ +1 ms] attempting to forward device port 51117 to host port 1024
[ ] executing: /usr/local/bin/iproxy 1024 51117 9a52be8867fda3de1f74d75b16b8bb3299b25af9
[ +8 ms] attempting to forward device port 51117 to host port 1025
[ ] executing: /usr/local/bin/iproxy 1025 51117 9a52be8867fda3de1f74d75b16b8bb3299b25af9
[ +6 ms] attempting to forward device port 51117 to host port 1026
[ ] executing: /usr/local/bin/iproxy 1026 51117 9a52be8867fda3de1f74d75b16b8bb3299b25af9
[+1011 ms] Forwarded port ForwardedPort HOST:1026 to DEVICE:51117
[ ] Forwarded host port 1026 to device port 51117 for Observatory
[ +615 ms] [100%] Connecting to remote debug server
[ ] -------------------------
[ +224 ms] (lldb) command source -s 0 '/tmp/89F6E761-4C20-4FBA-B482-8C27B0802FA5/fruitstrap-lldb-prep-cmds-9a52be8867fda3de1f74d75b16b8bb3299b25af9'
[ ] Executing commands in '/tmp/89F6E761-4C20-4FBA-B482-8C27B0802FA5/fruitstrap-lldb-prep-cmds-9a52be8867fda3de1f74d75b16b8bb3299b25af9'.
[ ] (lldb) platform select remote-ios --sysroot '/Users/Edison/Library/Developer/Xcode/iOS DeviceSupport/11.4.1 (15G77)/Symbols'
[ ] Platform: remote-ios
[ ] Connected: no
[ ] SDK Path: "/Users/Edison/Library/Developer/Xcode/iOS DeviceSupport/11.4.1 (15G77)/Symbols"
[ ] (lldb) target create "/Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app"
[+2580 ms] Current executable set to '/Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app' (arm64).
[ ] (lldb) script fruitstrap_device_app="/private/var/containers/Bundle/Application/D65B2769-9F64-4679-8620-58DB464659BC/Runner.app"
[ ] (lldb) script fruitstrap_connect_url="connect://127.0.0.1:49473"
[ ] (lldb) target modules search-paths add /usr "/Users/Edison/Library/Developer/Xcode/iOS DeviceSupport/11.4.1 (15G77)/Symbols/usr" /System "/Users/Edison/Library/Developer/Xcode/iOS DeviceSupport/11.4.1 (15G77)/Symbols/System" "/private/var/containers/Bundle/Application/D65B2769-9F64-4679-8620-58DB464659BC" "/Users/Edison/Developer/Flutter/audion/build/ios/iphoneos" "/var/containers/Bundle/Application/D65B2769-9F64-4679-8620-58DB464659BC" "/Users/Edison/Developer/Flutter/audion/build/ios/iphoneos" /Developer "/Users/Edison/Library/Developer/Xcode/iOS DeviceSupport/11.4.1 (15G77)/Symbols/Developer"
[ +44 ms] (lldb) command script import "/tmp/89F6E761-4C20-4FBA-B482-8C27B0802FA5/fruitstrap_9a52be8867fda3de1f74d75b16b8bb3299b25af9.py"
[ +3 ms] (lldb) command script add -f fruitstrap_9a52be8867fda3de1f74d75b16b8bb3299b25af9.connect_command connect
[ ] (lldb) command script add -s asynchronous -f fruitstrap_9a52be8867fda3de1f74d75b16b8bb3299b25af9.run_command run
[ ] (lldb) command script add -s asynchronous -f fruitstrap_9a52be8867fda3de1f74d75b16b8bb3299b25af9.autoexit_command autoexit
[ ] (lldb) command script add -s asynchronous -f fruitstrap_9a52be8867fda3de1f74d75b16b8bb3299b25af9.safequit_command safequit
[ ] (lldb) connect
[ +47 ms] (lldb) run
[ +681 ms] success
[ ] (lldb) safequit
[ +160 ms] Process 748 detached
[ +25 ms] Application launched on the device. Waiting for observatory port.
[ ] Installing and launching... (completed)
[ +3 ms] Connecting to service protocol: http://127.0.0.1:1026/
[ +487 ms] Successfully connected to service protocol: http://127.0.0.1:1026/
[ +2 ms] getVM: {}
[ +15 ms] getIsolate: {isolateId: isolates/712502663}
[ +3 ms] _flutter.listViews: {isolateId: isolates/712502663}
[ +77 ms] DevFS: Creating new filesystem on the device (null)
[ ] _createDevFS: {fsName: audion}
[ +52 ms] DevFS: Created new filesystem on the device (file:///private/var/mobile/Containers/Data/Application/120D3487-F835-4FF3-8EAB-0E44BD9F3D3B/tmp/audionAvHM6m/audion/)
[ +3 ms] Updating assets
[ +169 ms] Syncing files to device Liu’s iPhone...
[ +2 ms] DevFS: Starting sync from LocalDirectory: '/Users/Edison/Developer/Flutter/audion'
[ ] Scanning project files
[ +5 ms] Scanning package files
[ +107 ms] Scanning asset files
[ ] Scanning for deleted files
[ +10 ms] Compiling dart to kernel with 431 updated files
[ +5 ms] /Users/Edison/Developer/Flutter/flutter/bin/cache/dart-sdk/bin/dart /Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --strong --target=flutter --output-dill build/app.dill --packages /Users/Edison/Developer/Flutter/audion/.packages --filesystem-scheme org-dartlang-root
[+1240 ms] Updating files
[+1071 ms] DevFS: Sync finished
[ ] Syncing files to device Liu’s iPhone... (completed)
[ ] Synced 14.4MB.
[ +1 ms] _flutter.listViews: {isolateId: isolates/712502663}
[ +5 ms] Connected to _flutterView/0x123d304d8.
[ ] 🔥 To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".
[ ] An Observatory debugger and profiler on Liu’s iPhone is available at: http://127.0.0.1:1026/
[ ] For a more detailed help message, press "h". To quit, press "q".
[+24779 ms] Initializing hot reload...
[ +4 ms] Refreshing active FlutterViews before reloading.
[ ] _flutter.listViews: {isolateId: isolates/712502663}
[ +371 ms] Syncing files to device Liu’s iPhone...
[ ] DevFS: Starting sync from LocalDirectory: '/Users/Edison/Developer/Flutter/audion'
[ ] Scanning project files
[ ] Scanning package files
[ +60 ms] Scanning asset files
[ ] Scanning for deleted files
[ +3 ms] Compiling dart to kernel with 0 updated files
[ +5 ms] Updating files
[ +105 ms] DevFS: Sync finished
[ ] Syncing files to device Liu’s iPhone... (completed)
[ ] Synced 0.0MB.
[ +2 ms] _flutter.setAssetBundlePath: {isolateId: isolates/712502663, viewId: _flutterView/0x123d304d8, assetDirectory: /private/var/mobile/Containers/Data/Application/120D3487-F835-4FF3-8EAB-0E44BD9F3D3B/tmp/audionAvHM6m/audion/build/flutter_assets}
[ +17 ms] _reloadSources: {pause: false, rootLibUri: file:///private/var/mobile/Containers/Data/Application/120D3487-F835-4FF3-8EAB-0E44BD9F3D3B/tmp/audionAvHM6m/audion/lib/main.dart.incremental.dill, packagesUri: file:///private/var/mobile/Containers/Data/Application/120D3487-F835-4FF3-8EAB-0E44BD9F3D3B/tmp/audionAvHM6m/audion/.packages, isolateId: isolates/712502663}
[ +19 ms] reloaded 0 of 406 libraries
[ ] Sending reload events to Liu’s iPhone
[ ] Sending reload event to "main.dart$main-712502663"
[ ] getIsolate: {isolateId: isolates/712502663}
[ +53 ms] _flutter.listViews: {isolateId: isolates/712502663}
[ +6 ms] Evicting dirty assets
[ +1 ms] ext.flutter.evict: {value: AssetManifest.json, isolateId: isolates/712502663}
[ +22 ms] ext.flutter.evict: {value: FontManifest.json, isolateId: isolates/712502663}
[ +7 ms] ext.flutter.evict: {value: LICENSE, isolateId: isolates/712502663}
[ +5 ms] Reassembling application
[ ] ext.flutter.reassemble: {isolateId: isolates/712502663}
[ +86 ms] ext.ui.window.scheduleFrame: {isolateId: isolates/712502663}
[ +16 ms] Hot reload performed in 773ms.
[ ] Initializing hot reload... (completed)
[ ] Reloaded 0 of 406 libraries in 796ms.
"><pre class="notranslate"><code class="notranslate">[ +35 ms] executing: [/Users/Edison/Developer/Flutter/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +41 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/dev
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git rev-parse --abbrev-ref HEAD
[ +10 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] dev
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git ls-remote --get-url origin
[ +9 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git log -n 1 --pretty=format:%H
[ +9 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] eab5cd9853c13ec2207977d9b9ef7b6750fe0817
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git log -n 1 --pretty=format:%ar
[ +9 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] 7 days ago
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +10 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v0.7.5-0-geab5cd985
[ +144 ms] executing: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[ +79 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[ ] 3.1
[ +127 ms] executing: /Users/Edison/Developer/Android/SDK/platform-tools/adb devices -l
[ +7 ms] Exit code 0 from: /Users/Edison/Developer/Android/SDK/platform-tools/adb devices -l
[ ] List of devices attached
[ +6 ms] executing: idevice_id -h
[ +67 ms] executing: which ideviceinstaller
[ +79 ms] Exit code 0 from: which ideviceinstaller
[ ] /usr/local/bin/ideviceinstaller
[ ] executing: which iproxy
[ +75 ms] Exit code 0 from: which iproxy
[ ] /usr/local/bin/iproxy
[ +25 ms] executing: which ideviceinstaller
[ +74 ms] Exit code 0 from: which ideviceinstaller
[ ] /usr/local/bin/ideviceinstaller
[ ] executing: which iproxy
[ +76 ms] Exit code 0 from: which iproxy
[ ] /usr/local/bin/iproxy
[ +234 ms] /usr/bin/xcrun simctl list --json devices
[+1005 ms] Launching lib/main.dart on Liu’s iPhone in debug mode...
[ +21 ms] executing: idevicesyslog
[ +3 ms] Building Runner.app for 9a52be8867fda3de1f74d75b16b8bb3299b25af9
[ +19 ms] executing: [/Users/Edison/Developer/Flutter/audion/ios/] /usr/bin/xcodebuild -list
[ +798 ms] Exit code 0 from: /usr/bin/xcodebuild -list
[ ] Information about project "Runner":
Targets:
Runner
Build Configurations:
Debug
Release
If no build configuration is specified and -scheme is not passed then "Release" is used.
Schemes:
Runner
[ +4 ms] executing: [/Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj -target Runner -showBuildSettings
[+1299 ms] Exit code 0 from: /usr/bin/xcodebuild -project /Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj -target Runner -showBuildSettings
[ ] Build settings for action build and target Runner:
ACTION = build
AD_HOC_CODE_SIGNING_ALLOWED = NO
ALTERNATE_GROUP = staff
ALTERNATE_MODE = u+w,go-w,a+rX
ALTERNATE_OWNER = Edison
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ALWAYS_SEARCH_USER_PATHS = NO
ALWAYS_USE_SEPARATE_HEADERMAPS = NO
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
APPLE_INTERNAL_DIR = /AppleInternal
APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
APPLICATION_EXTENSION_API_ONLY = NO
APPLY_RULES_IN_COPY_FILES = NO
ARCHS = armv7 arm64
ARCHS_STANDARD = armv7 arm64
ARCHS_STANDARD_32_64_BIT = armv7 arm64
ARCHS_STANDARD_32_BIT = armv7
ARCHS_STANDARD_64_BIT = arm64
ARCHS_STANDARD_INCLUDING_64_BIT = armv7 arm64
ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator
BITCODE_GENERATION_MODE = marker
BUILD_ACTIVE_RESOURCES_ONLY = NO
BUILD_COMPONENTS = headers build
BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios
BUILD_ROOT = /Users/Edison/Developer/Flutter/audion/build/ios
BUILD_STYLE =
BUILD_VARIANTS = normal
BUILT_PRODUCTS_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos
CACHE_ROOT = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
CCHROOT = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
CHMOD = /bin/chmod
CHOWN = /usr/sbin/chown
CLANG_ANALYZER_NONNULL = YES
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
CLANG_ENABLE_MODULES = YES
CLANG_ENABLE_OBJC_ARC = YES
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
CLANG_WARN_BOOL_CONVERSION = YES
CLANG_WARN_COMMA = YES
CLANG_WARN_CONSTANT_CONVERSION = YES
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
CLANG_WARN_EMPTY_BODY = YES
CLANG_WARN_ENUM_CONVERSION = YES
CLANG_WARN_INFINITE_RECURSION = YES
CLANG_WARN_INT_CONVERSION = YES
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
CLANG_WARN_STRICT_PROTOTYPES = YES
CLANG_WARN_SUSPICIOUS_MOVE = YES
CLANG_WARN_UNREACHABLE_CODE = YES
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
CLASS_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/JavaClasses
CLEAN_PRECOMPS = YES
CLONE_HEADERS = NO
CODESIGNING_FOLDER_PATH = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos/Runner.app
CODE_SIGNING_ALLOWED = YES
CODE_SIGNING_REQUIRED = YES
CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
CODE_SIGN_IDENTITY = iPhone Developer
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
COLOR_DIAGNOSTICS = NO
COMBINE_HIDPI_IMAGES = NO
COMPILER_INDEX_STORE_ENABLE = Default
COMPOSITE_SDK_DIRS = /Users/Edison/Developer/Flutter/audion/build/ios/CompositeSDKs
COMPRESS_PNG_FILES = YES
CONFIGURATION = Release
CONFIGURATION_BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos
CONFIGURATION_TEMP_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos
CONTENTS_FOLDER_PATH = Runner.app
COPYING_PRESERVES_HFS_DATA = NO
COPY_HEADERS_RUN_UNIFDEF = NO
COPY_PHASE_STRIP = NO
COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk
CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator11.4
CP = /bin/cp
CREATE_INFOPLIST_SECTION_IN_BINARY = NO
CURRENT_ARCH = arm64
CURRENT_PROJECT_VERSION = 1
CURRENT_VARIANT = normal
DEAD_CODE_STRIPPING = YES
DEBUGGING_SYMBOLS = YES
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
DEFINES_MODULE = NO
DEPLOYMENT_LOCATION = NO
DEPLOYMENT_POSTPROCESSING = NO
DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min
DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min=
DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4
DERIVED_FILES_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DERIVED_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DERIVED_SOURCES_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
DEVELOPMENT_LANGUAGE = English
DEVELOPMENT_TEAM = XWZJWZM42P
DOCUMENTATION_FOLDER_PATH = Runner.app/English.lproj/Documentation
DO_HEADER_SCANNING_IN_JAM = NO
DSTROOT = /tmp/Runner.dst
DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
DWARF_DSYM_FILE_NAME = Runner.app.dSYM
DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
DWARF_DSYM_FOLDER_PATH = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos
EFFECTIVE_PLATFORM_NAME = -iphoneos
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
EMBEDDED_PROFILE_NAME = embedded.mobileprovision
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
ENABLE_BITCODE = NO
ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
ENABLE_HEADER_DEPENDENCIES = YES
ENABLE_NS_ASSERTIONS = NO
ENABLE_ON_DEMAND_RESOURCES = YES
ENABLE_STRICT_OBJC_MSGSEND = YES
ENABLE_TESTABILITY = NO
ENTITLEMENTS_ALLOWED = YES
ENTITLEMENTS_REQUIRED = YES
EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj
EXECUTABLES_FOLDER_PATH = Runner.app/Executables
EXECUTABLE_FOLDER_PATH = Runner.app
EXECUTABLE_NAME = Runner
EXECUTABLE_PATH = Runner.app/Runner
EXPANDED_CODE_SIGN_IDENTITY =
EXPANDED_CODE_SIGN_IDENTITY_NAME =
EXPANDED_PROVISIONING_PROFILE =
FILE_LIST = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList
FIXED_FILES_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/FixedFiles
FLUTTER_APPLICATION_PATH = /Users/Edison/Developer/Flutter/audion
FLUTTER_BUILD_DIR = build
FLUTTER_BUILD_MODE = debug
FLUTTER_BUILD_NAME = 1.0.0
FLUTTER_BUILD_NUMBER = 1
FLUTTER_FRAMEWORK_DIR = /Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/ios
FLUTTER_ROOT = /Users/Edison/Developer/Flutter/flutter
FLUTTER_TARGET = /Users/Edison/Developer/Flutter/audion/lib/main.dart
FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
FRAMEWORK_FLAG_PREFIX = -framework
FRAMEWORK_SEARCH_PATHS = /Users/Edison/Developer/Flutter/audion/ios/Flutter
FRAMEWORK_VERSION = A
FULL_PRODUCT_NAME = Runner.app
GCC3_VERSION = 3.3
GCC_C_LANGUAGE_STANDARD = gnu99
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
GCC_NO_COMMON_BLOCKS = YES
GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
GCC_SYMBOLS_PRIVATE_EXTERN = YES
GCC_THUMB_SUPPORT = YES
GCC_TREAT_WARNINGS_AS_ERRORS = NO
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
GCC_WARN_UNDECLARED_SELECTOR = YES
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_VARIABLE = YES
GENERATE_MASTER_OBJECT_FILE = NO
GENERATE_PKGINFO_FILE = YES
GENERATE_PROFILING_CODE = NO
GENERATE_TEXT_BASED_STUBS = NO
GID = 20
GROUP = staff
HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
HEADERMAP_USES_VFS = NO
HIDE_BITCODE_SYMBOLS = YES
HOME = /Users/Edison
ICONV = /usr/bin/iconv
INFOPLIST_EXPAND_BUILD_SETTINGS = YES
INFOPLIST_FILE = Runner/Info.plist
INFOPLIST_OUTPUT_FORMAT = binary
INFOPLIST_PATH = Runner.app/Info.plist
INFOPLIST_PREPROCESS = NO
INFOSTRINGS_PATH = Runner.app/English.lproj/InfoPlist.strings
INLINE_PRIVATE_FRAMEWORKS = NO
INSTALLHDRS_COPY_PHASE = NO
INSTALLHDRS_SCRIPT_PHASE = NO
INSTALL_DIR = /tmp/Runner.dst/Applications
INSTALL_GROUP = staff
INSTALL_MODE_FLAG = u+w,go-w,a+rX
INSTALL_OWNER = Edison
INSTALL_PATH = /Applications
INSTALL_ROOT = /tmp/Runner.dst
IPHONEOS_DEPLOYMENT_TARGET = 8.0
JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
JAVA_ARCHIVE_CLASSES = YES
JAVA_ARCHIVE_TYPE = JAR
JAVA_COMPILER = /usr/bin/javac
JAVA_FOLDER_PATH = Runner.app/Java
JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
JAVA_JAR_FLAGS = cv
JAVA_SOURCE_SUBDIR = .
JAVA_USE_DEPENDENCIES = YES
JAVA_ZIP_FLAGS = -urg
JIKES_DEFAULT_FLAGS = +E +OLDCSO
KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
KEEP_PRIVATE_EXTERNS = NO
LD_DEPENDENCY_INFO_FILE = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
LD_GENERATE_MAP_FILE = NO
LD_MAP_FILE_PATH = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
LD_NO_PIE = NO
LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks
LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
LEX = lex
LIBRARY_FLAG_NOSPACE = YES
LIBRARY_FLAG_PREFIX = -l
LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
LIBRARY_SEARCH_PATHS = /Users/Edison/Developer/Flutter/audion/ios/Flutter
LINKER_DISPLAYS_MANGLED_NAMES = NO
LINK_FILE_LIST_normal_arm64 =
LINK_FILE_LIST_normal_armv7 =
LINK_WITH_STANDARD_LIBRARIES = YES
LOCALIZABLE_CONTENT_DIR =
LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/English.lproj
LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFLocalizedString
LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
LOCAL_APPS_DIR = /Applications
LOCAL_DEVELOPER_DIR = /Library/Developer
LOCAL_LIBRARY_DIR = /Library
LOCROOT =
LOCSYMROOT =
MACH_O_TYPE = mh_execute
MAC_OS_X_PRODUCT_BUILD_VERSION = 17G65
MAC_OS_X_VERSION_ACTUAL = 101306
MAC_OS_X_VERSION_MAJOR = 101300
MAC_OS_X_VERSION_MINOR = 1306
METAL_LIBRARY_FILE_BASE = default
METAL_LIBRARY_OUTPUT_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos/Runner.app
MODULE_CACHE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
MTL_ENABLE_DEBUG_INFO = NO
NATIVE_ARCH = armv7
NATIVE_ARCH_32_BIT = i386
NATIVE_ARCH_64_BIT = x86_64
NATIVE_ARCH_ACTUAL = x86_64
NO_COMMON = YES
OBJECT_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects
OBJECT_FILE_DIR_normal = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal
OBJROOT = /Users/Edison/Developer/Flutter/audion/build/ios
ONLY_ACTIVE_ARCH = NO
OS = MACOS
OSAC = /usr/bin/osacompile
PACKAGE_TYPE = com.apple.package-type.wrapper.application
PASCAL_STRINGS = YES
PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin
PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms
PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
PFE_FILE_C_DIALECTS = objective-c
PKGINFO_FILE_PATH = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/PkgInfo
PKGINFO_PATH = Runner.app/PkgInfo
PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
PLATFORM_DISPLAY_NAME = iOS
PLATFORM_NAME = iphoneos
PLATFORM_PREFERRED_ARCH = arm64
PLATFORM_PRODUCT_BUILD_VERSION = 15F79
PLIST_FILE_OUTPUT_FORMAT = binary
PLUGINS_FOLDER_PATH = Runner.app/PlugIns
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
PRECOMP_DESTINATION_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
PREVIEW_DART_2 = true
PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
PRODUCT_BUNDLE_IDENTIFIER = com.edison.audion
PRODUCT_MODULE_NAME = Runner
PRODUCT_NAME = Runner
PRODUCT_SETTINGS_PATH = /Users/Edison/Developer/Flutter/audion/ios/Runner/Info.plist
PRODUCT_TYPE = com.apple.product-type.application
PROFILING_CODE = NO
PROJECT = Runner
PROJECT_DERIVED_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/DerivedSources
PROJECT_DIR = /Users/Edison/Developer/Flutter/audion/ios
PROJECT_FILE_PATH = /Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj
PROJECT_NAME = Runner
PROJECT_TEMP_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build
PROJECT_TEMP_ROOT = /Users/Edison/Developer/Flutter/audion/build/ios
PROVISIONING_PROFILE_REQUIRED = YES
PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
REMOVE_CVS_FROM_RESOURCES = YES
REMOVE_GIT_FROM_RESOURCES = YES
REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
REMOVE_HG_FROM_RESOURCES = YES
REMOVE_SVN_FROM_RESOURCES = YES
RESOURCE_RULES_REQUIRED = YES
REZ_COLLECTOR_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources
REZ_OBJECTS_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources/Objects
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
SCRIPTS_FOLDER_PATH = Runner.app/Scripts
SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
SDK_DIR_iphoneos11_4 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
SDK_NAME = iphoneos11.4
SDK_NAMES = iphoneos11.4
SDK_PRODUCT_BUILD_VERSION = 15F79
SDK_VERSION = 11.4
SDK_VERSION_ACTUAL = 110400
SDK_VERSION_MAJOR = 110000
SDK_VERSION_MINOR = 400
SED = /usr/bin/sed
SEPARATE_STRIP = NO
SEPARATE_SYMBOL_EDIT = NO
SET_DIR_MODE_OWNER_GROUP = YES
SET_FILE_MODE_OWNER_GROUP = NO
SHALLOW_BUNDLE = YES
SHARED_DERIVED_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos/DerivedSources
SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
SHARED_PRECOMPS_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/SharedPrecompiledHeaders
SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
SKIP_INSTALL = NO
SOURCE_ROOT = /Users/Edison/Developer/Flutter/audion/ios
SRCROOT = /Users/Edison/Developer/Flutter/audion/ios
STRINGS_FILE_OUTPUT_ENCODING = binary
STRIP_BITCODE_FROM_COPIED_FILES = YES
STRIP_INSTALLED_PRODUCT = YES
STRIP_STYLE = all
STRIP_SWIFT_SYMBOLS = YES
SUPPORTED_DEVICE_FAMILIES = 1,2
SUPPORTED_PLATFORMS = iphonesimulator iphoneos
SUPPORTS_TEXT_BASED_API = NO
SWIFT_PLATFORM_TARGET_PREFIX = ios
SYMROOT = /Users/Edison/Developer/Flutter/audion/build/ios
SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
SYSTEM_APPS_DIR = /Applications
SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
SYSTEM_DEMOS_DIR = /Applications/Extras
SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
SYSTEM_LIBRARY_DIR = /System/Library
TAPI_VERIFY_MODE = ErrorsOnly
TARGETED_DEVICE_FAMILY = 1,2
TARGETNAME = Runner
TARGET_BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Release-iphoneos
TARGET_NAME = Runner
TARGET_TEMP_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_FILES_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_ROOT = /Users/Edison/Developer/Flutter/audion/build/ios
TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
UID = 501
UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
UNSTRIPPED_PRODUCT = NO
USER = Edison
USER_APPS_DIR = /Users/Edison/Applications
USER_LIBRARY_DIR = /Users/Edison/Library
USE_DYNAMIC_NO_PIC = YES
USE_HEADERMAP = YES
USE_HEADER_SYMLINKS = NO
VALIDATE_PRODUCT = YES
VALID_ARCHS = arm64 armv7 armv7s
VERBOSE_PBXCP = NO
VERSIONING_SYSTEM = apple-generic
VERSIONPLIST_PATH = Runner.app/version.plist
VERSION_INFO_BUILDER = Edison
VERSION_INFO_FILE = Runner_vers.c
VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-1"
WRAPPER_EXTENSION = app
WRAPPER_NAME = Runner.app
WRAPPER_SUFFIX = .app
WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
XCODE_PRODUCT_BUILD_VERSION = 9F2000
XCODE_VERSION_ACTUAL = 0941
XCODE_VERSION_MAJOR = 0900
XCODE_VERSION_MINOR = 0940
XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
YACC = yacc
arch = arm64
variant = normal
[ +5 ms] Automatically signing iOS for device deployment using specified development team in Xcode project: XWZJWZM42P
[ +2 ms] Trying to resolve native pub services.
[ +3 ms] Looking for YAML at 'pubspec.yaml'
[ +1 ms] No services specified in the manifest
[ ] Found 0 service definition(s).
[ +1 ms] Copying service frameworks to '/Users/Edison/Developer/Flutter/audion/ios/Frameworks'.
[ ] Creating service definitions manifest at '/Users/Edison/Developer/Flutter/audion/ios/ServiceDefinitions.json'
[ +21 ms] executing: mkfifo /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
[ +7 ms] Exit code 0 from: mkfifo /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
[ +1 ms] Starting Xcode build...
[ +1 ms] executing: [/Users/Edison/Developer/Flutter/audion/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios -sdk iphoneos SCRIPT_OUTPUT_STREAM_FILE=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
[+1575 ms] Starting Xcode build... (completed)
[ ] ├─Assembling Flutter resources...
[+1467 ms] ├─Assembling Flutter resources... (completed)
[ ] Starting Xcode build... (completed)
[ ] └─Compiling, linking and signing...
[+2452 ms] Build settings from command line:
BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
SDKROOT = iphoneos11.4
VERBOSE_SCRIPT_LOGGING = YES
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
Check dependencies
PhaseScriptExecution Run\ Script /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh
cd /Users/Edison/Developer/Flutter/audion/ios
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=NO
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=Edison
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS="armv7 arm64"
export ARCHS_STANDARD="armv7 arm64"
export ARCHS_STANDARD_32_64_BIT="armv7 arm64"
export ARCHS_STANDARD_32_BIT=armv7
export ARCHS_STANDARD_64_BIT=arm64
export ARCHS_STANDARD_INCLUDING_64_BIT="armv7 arm64"
export ARCHS_UNIVERSAL_IPHONE_OS="armv7 arm64"
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=NO
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios
export BUILD_ROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export CACHE_ROOT=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
export CCHROOT=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_ANALYZER_NONNULL=YES
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
export CLANG_CXX_LIBRARY=libc++
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_COMMA=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
export CLANG_WARN_STRICT_PROTOTYPES=YES
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
export CODE_SIGNING_ALLOWED=YES
export CODE_SIGNING_REQUIRED=YES
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext
export CODE_SIGN_IDENTITY="iPhone Developer"
export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMMAND_MODE=legacy
export COMPILER_INDEX_STORE_ENABLE=Default
export COMPOSITE_SDK_DIRS=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export CONFIGURATION_TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos
export CONTENTS_FOLDER_PATH=Runner.app
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator
export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk
export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator11.4
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=arm64
export CURRENT_PROJECT_VERSION=1
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=miphoneos-version-min
export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-miphoneos-version-min=
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4"
export DERIVED_FILES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
export DERIVED_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DEVELOPMENT_TEAM=XWZJWZM42P
export DOCUMENTATION_FOLDER_PATH=Runner.app/English.lproj/Documentation
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/Runner.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=Runner.app.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export EFFECTIVE_PLATFORM_NAME=-iphoneos
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBEDDED_PROFILE_NAME=embedded.mobileprovision
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_BITCODE=NO
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_ON_DEMAND_RESOURCES=YES
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=YES
export ENTITLEMENTS_ALLOWED=YES
export ENTITLEMENTS_REQUIRED=YES
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
export EXECUTABLES_FOLDER_PATH=Runner.app/Executables
export EXECUTABLE_FOLDER_PATH=Runner.app
export EXECUTABLE_NAME=Runner
export EXECUTABLE_PATH=Runner.app/Runner
export EXPANDED_CODE_SIGN_IDENTITY=05BBEF3EF5D4354F03245C9EAB8DBA06D529CBFD
export EXPANDED_CODE_SIGN_IDENTITY_NAME="iPhone Developer: [email protected] (E62AU75T33)"
export EXPANDED_PROVISIONING_PROFILE=9f46030c-2504-45a0-bf5a-b388adb3d54e
export FILE_LIST=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
export FLUTTER_APPLICATION_PATH=/Users/Edison/Developer/Flutter/audion
export FLUTTER_BUILD_DIR=build
export FLUTTER_BUILD_MODE=debug
export FLUTTER_BUILD_NAME=1.0.0
export FLUTTER_BUILD_NUMBER=1
export FLUTTER_FRAMEWORK_DIR=/Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/ios
export FLUTTER_ROOT=/Users/Edison/Developer/Flutter/flutter
export FLUTTER_TARGET=/Users/Edison/Developer/Flutter/audion/lib/main.dart
export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos /Users/Edison/Developer/Flutter/audion/ios/Flutter"
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=Runner.app
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu99
export GCC_DYNAMIC_NO_PIC=NO
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_OPTIMIZATION_LEVEL=0
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 "
export GCC_SYMBOLS_PRIVATE_EXTERN=NO
export GCC_THUMB_SUPPORT=YES
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=YES
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include "
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/Edison
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=Runner/Info.plist
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PATH=Runner.app/Info.plist
export INFOPLIST_PREPROCESS=NO
export INFOSTRINGS_PATH=Runner.app/English.lproj/InfoPlist.strings
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/Runner.dst/Applications
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=Edison
export INSTALL_PATH=/Applications
export INSTALL_ROOT=/tmp/Runner.dst
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=Runner.app/Java
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KASAN_DEFAULT_CFLAGS="-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow"
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks"
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos /Users/Edison/Developer/Flutter/audion/ios/Flutter"
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_arm64=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList
export LINK_FILE_LIST_normal_armv7=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LOCALIZABLE_CONTENT_DIR=
export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/English.lproj
export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFLocalizedString"
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=
export LOCSYMROOT=
export MACH_O_TYPE=mh_execute
export MAC_OS_X_PRODUCT_BUILD_VERSION=17G65
export MAC_OS_X_VERSION_ACTUAL=101306
export MAC_OS_X_VERSION_MAJOR=101300
export MAC_OS_X_VERSION_MINOR=1306
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
export MODULE_CACHE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
export MTL_ENABLE_DEBUG_INFO=YES
export NATIVE_ARCH=armv7
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJECT_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects
export OBJECT_FILE_DIR_normal=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
export OBJROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=NO
export OS=MACOS
export OSAC=/usr/bin/osacompile
export PACKAGE_TYPE=com.apple.package-type.wrapper.application
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist
export PFE_FILE_C_DIALECTS=objective-c
export PKGINFO_FILE_PATH=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
export PKGINFO_PATH=Runner.app/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export PLATFORM_DISPLAY_NAME=iOS
export PLATFORM_NAME=iphoneos
export PLATFORM_PREFERRED_ARCH=arm64
export PLATFORM_PRODUCT_BUILD_VERSION=15F79
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PREVIEW_DART_2=true
export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=com.edison.audion
export PRODUCT_MODULE_NAME=Runner
export PRODUCT_NAME=Runner
export PRODUCT_SETTINGS_PATH=/Users/Edison/Developer/Flutter/audion/ios/Runner/Info.plist
export PRODUCT_TYPE=com.apple.product-type.application
export PROFILING_CODE=NO
export PROJECT=Runner
export PROJECT_DERIVED_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/DerivedSources
export PROJECT_DIR=/Users/Edison/Developer/Flutter/audion/ios
export PROJECT_FILE_PATH=/Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj
export PROJECT_NAME=Runner
export PROJECT_TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build
export PROJECT_TEMP_ROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
export PROVISIONING_PROFILE_REQUIRED=YES
export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export RESOURCE_RULES_REQUIRED=YES
export REZ_COLLECTOR_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos "
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=Runner.app/Scripts
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_STREAM_FILE=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
export SDK_DIR_iphoneos11_4=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
export SDK_NAME=iphoneos11.4
export SDK_NAMES=iphoneos11.4
export SDK_PRODUCT_BUILD_VERSION=15F79
export SDK_VERSION=11.4
export SDK_VERSION_ACTUAL=110400
export SDK_VERSION_MAJOR=110000
export SDK_VERSION_MINOR=400
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=YES
export SHARED_DERIVED_FILE_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
export SHARED_PRECOMPS_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/PrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
export SKIP_INSTALL=NO
export SOURCE_ROOT=/Users/Edison/Developer/Flutter/audion/ios
export SRCROOT=/Users/Edison/Developer/Flutter/audion/ios
export STRINGS_FILE_OUTPUT_ENCODING=binary
export STRIP_BITCODE_FROM_COPIED_FILES=YES
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_STYLE=all
export STRIP_SWIFT_SYMBOLS=YES
export SUPPORTED_DEVICE_FAMILIES=1,2
export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export SYMROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Products
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TAPI_VERIFY_MODE=ErrorsOnly
export TARGETED_DEVICE_FAMILY=1,2
export TARGETNAME=Runner
export TARGET_BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export TARGET_NAME=Runner
export TARGET_TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_FILES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_ROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export UID=501
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
export UNSTRIPPED_PRODUCT=NO
export USER=Edison
export USER_APPS_DIR=/Users/Edison/Applications
export USER_LIBRARY_DIR=/Users/Edison/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export VALIDATE_PRODUCT=NO
export VALID_ARCHS="arm64 armv7 armv7s"
export VERBOSE_PBXCP=NO
export VERBOSE_SCRIPT_LOGGING=YES
export VERSIONING_SYSTEM=apple-generic
export VERSIONPLIST_PATH=Runner.app/version.plist
export VERSION_INFO_BUILDER=Edison
export VERSION_INFO_FILE=Runner_vers.c
export VERSION_INFO_STRING="\"@(#)PROGRAM:Runner PROJECT:Runner-1\""
export WRAPPER_EXTENSION=app
export WRAPPER_NAME=Runner.app
export WRAPPER_SUFFIX=.app
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=9F2000
export XCODE_VERSION_ACTUAL=0941
export XCODE_VERSION_MAJOR=0900
export XCODE_VERSION_MINOR=0940
export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
export YACC=yacc
export arch=arm64
export variant=normal
/bin/sh -c /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh
♦ mkdir -p -- /Users/Edison/Developer/Flutter/audion/ios/Flutter
♦ rm -rf -- /Users/Edison/Developer/Flutter/audion/ios/Flutter/App.framework
♦ rm -rf -- /Users/Edison/Developer/Flutter/audion/ios/Flutter/Flutter.framework
♦ cp -r -- /Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework /Users/Edison/Developer/Flutter/audion/ios/Flutter
♦ find /Users/Edison/Developer/Flutter/audion/ios/Flutter/Flutter.framework -type f -exec chmod a-w {} ;
♦ mkdir -p -- /Users/Edison/Developer/Flutter/audion/ios/Flutter/App.framework
♦ eval
♦ cp -- /Users/Edison/Developer/Flutter/audion/ios/Flutter/AppFrameworkInfo.plist /Users/Edison/Developer/Flutter/audion/ios/Flutter/App.framework/Info.plist
♦ /Users/Edison/Developer/Flutter/flutter/bin/flutter --suppress-analytics --verbose build bundle --target-platform=ios --target=/Users/Edison/Developer/Flutter/audion/lib/main.dart --snapshot=build/snapshot_blob.bin --debug --depfile=build/snapshot_blob.bin.d --asset-dir=/Users/Edison/Developer/Flutter/audion/ios/Flutter/flutter_assets --preview-dart-2
[ +10 ms] executing: [/Users/Edison/Developer/Flutter/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +49 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/dev
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git rev-parse --abbrev-ref HEAD
[ +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] dev
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git ls-remote --get-url origin
[ +7 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git log -n 1 --pretty=format:%H
[ +7 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] eab5cd9853c13ec2207977d9b9ef7b6750fe0817
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git log -n 1 --pretty=format:%ar
[ +6 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] 7 days ago
[ ] executing: [/Users/Edison/Developer/Flutter/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +9 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v0.7.5-0-geab5cd985
[ +605 ms] Skipping kernel compilation. Fingerprint match.
[ +181 ms] Building bundle
[ +1 ms] Writing asset files to /Users/Edison/Developer/Flutter/audion/ios/Flutter/flutter_assets
[ +56 ms] Wrote /Users/Edison/Developer/Flutter/audion/ios/Flutter/flutter_assets
[ +10 ms] "flutter bundle" took 714ms.
Project /Users/Edison/Developer/Flutter/audion built and packaged successfully.
CompileC /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/AppDelegate.o Runner/AppDelegate.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/Edison/Developer/Flutter/audion/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -index-store-path /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Index/DataStore -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/armv7 -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -MMD -MT dependencies -MF /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/AppDelegate.d --serialize-diagnostics /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/AppDelegate.dia -c /Users/Edison/Developer/Flutter/audion/ios/Runner/AppDelegate.m -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/AppDelegate.o
CompileC /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/main.o Runner/main.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/Edison/Developer/Flutter/audion/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -index-store-path /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Index/DataStore -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/armv7 -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -MMD -MT dependencies -MF /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/main.d --serialize-diagnostics /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/main.dia -c /Users/Edison/Developer/Flutter/audion/ios/Runner/main.m -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/main.o
CompileC /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/Edison/Developer/Flutter/audion/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -index-store-path /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Index/DataStore -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/armv7 -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -MMD -MT dependencies -MF /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/GeneratedPluginRegistrant.d --serialize-diagnostics /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/GeneratedPluginRegistrant.dia -c /Users/Edison/Developer/Flutter/audion/ios/Runner/GeneratedPluginRegistrant.m -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/GeneratedPluginRegistrant.o
CompileC /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o Runner/AppDelegate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/Edison/Developer/Flutter/audion/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -index-store-path /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Index/DataStore -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -MMD -MT dependencies -MF /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d --serialize-diagnostics /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.dia -c /Users/Edison/Developer/Flutter/audion/ios/Runner/AppDelegate.m -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o
CompileC /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/main.o Runner/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/Edison/Developer/Flutter/audion/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -index-store-path /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Index/DataStore -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -MMD -MT dependencies -MF /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/main.d --serialize-diagnostics /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/main.dia -c /Users/Edison/Developer/Flutter/audion/ios/Runner/main.m -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/main.o
CompileC /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/Edison/Developer/Flutter/audion/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -index-store-path /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Index/DataStore -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -I/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -MMD -MT dependencies -MF /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d --serialize-diagnostics /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.dia -c /Users/Edison/Developer/Flutter/audion/ios/Runner/GeneratedPluginRegistrant.m -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o
Ld /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner normal armv7
cd /Users/Edison/Developer/Flutter/audion/ios
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -L/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -L/Users/Edison/Developer/Flutter/audion/ios/Flutter -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -filelist /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -framework Flutter -framework App -Xlinker -dependency_info -Xlinker /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner_dependency_info.dat -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner
Ld /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner normal arm64
cd /Users/Edison/Developer/Flutter/audion/ios
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -L/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -L/Users/Edison/Developer/Flutter/audion/ios/Flutter -F/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos -F/Users/Edison/Developer/Flutter/audion/ios/Flutter -filelist /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -framework Flutter -framework App -Xlinker -dependency_info -Xlinker /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat -o /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner
CreateUniversalBinary /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Runner normal armv7\ arm64
cd /Users/Edison/Developer/Flutter/audion/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner -output /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Runner
CpResource Flutter/flutter_assets /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/flutter_assets
cd /Users/Edison/Developer/Flutter/audion/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/Edison/Developer/Flutter/audion/ios/Flutter/flutter_assets /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
PBXCp Flutter/App.framework /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework
cd /Users/Edison/Developer/Flutter/audion/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude *.tbd -bitcode-strip all -bitcode-strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip -resolve-src-symlinks /Users/Edison/Developer/Flutter/audion/ios/Flutter/App.framework /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/Edison/Developer/Flutter/audion/ios/Flutter/App.framework/App -r -o /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/App
PBXCp Flutter/Flutter.framework /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework
cd /Users/Edison/Developer/Flutter/audion/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude *.tbd -bitcode-strip all -bitcode-strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip -resolve-src-symlinks /Users/Edison/Developer/Flutter/audion/ios/Flutter/Flutter.framework /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/Edison/Developer/Flutter/audion/ios/Flutter/Flutter.framework/Flutter -r -o /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter
CodeSign /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework
cd /Users/Edison/Developer/Flutter/audion/ios
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
Signing Identity: "iPhone Developer: [email protected] (E62AU75T33)"
/usr/bin/codesign --force --sign 05BBEF3EF5D4354F03245C9EAB8DBA06D529CBFD --preserve-metadata=identifier,entitlements,flags --timestamp=none /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework
CodeSign /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework
cd /Users/Edison/Developer/Flutter/audion/ios
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
Signing Identity: "iPhone Developer: [email protected] (E62AU75T33)"
/usr/bin/codesign --force --sign 05BBEF3EF5D4354F03245C9EAB8DBA06D529CBFD --preserve-metadata=identifier,entitlements,flags --timestamp=none /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework
PhaseScriptExecution Thin\ Binary /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh
cd /Users/Edison/Developer/Flutter/audion/ios
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=NO
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=Edison
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS="armv7 arm64"
export ARCHS_STANDARD="armv7 arm64"
export ARCHS_STANDARD_32_64_BIT="armv7 arm64"
export ARCHS_STANDARD_32_BIT=armv7
export ARCHS_STANDARD_64_BIT=arm64
export ARCHS_STANDARD_INCLUDING_64_BIT="armv7 arm64"
export ARCHS_UNIVERSAL_IPHONE_OS="armv7 arm64"
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=NO
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios
export BUILD_ROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export CACHE_ROOT=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
export CCHROOT=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_ANALYZER_NONNULL=YES
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
export CLANG_CXX_LIBRARY=libc++
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_COMMA=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
export CLANG_WARN_STRICT_PROTOTYPES=YES
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
export CODE_SIGNING_ALLOWED=YES
export CODE_SIGNING_REQUIRED=YES
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext
export CODE_SIGN_IDENTITY="iPhone Developer"
export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMMAND_MODE=legacy
export COMPILER_INDEX_STORE_ENABLE=Default
export COMPOSITE_SDK_DIRS=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export CONFIGURATION_TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos
export CONTENTS_FOLDER_PATH=Runner.app
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator
export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk
export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator11.4
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=arm64
export CURRENT_PROJECT_VERSION=1
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=miphoneos-version-min
export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-miphoneos-version-min=
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4"
export DERIVED_FILES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
export DERIVED_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DEVELOPMENT_TEAM=XWZJWZM42P
export DOCUMENTATION_FOLDER_PATH=Runner.app/English.lproj/Documentation
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/Runner.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=Runner.app.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export EFFECTIVE_PLATFORM_NAME=-iphoneos
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBEDDED_PROFILE_NAME=embedded.mobileprovision
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_BITCODE=NO
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_ON_DEMAND_RESOURCES=YES
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=YES
export ENTITLEMENTS_ALLOWED=YES
export ENTITLEMENTS_REQUIRED=YES
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
export EXECUTABLES_FOLDER_PATH=Runner.app/Executables
export EXECUTABLE_FOLDER_PATH=Runner.app
export EXECUTABLE_NAME=Runner
export EXECUTABLE_PATH=Runner.app/Runner
export EXPANDED_CODE_SIGN_IDENTITY=05BBEF3EF5D4354F03245C9EAB8DBA06D529CBFD
export EXPANDED_CODE_SIGN_IDENTITY_NAME="iPhone Developer: [email protected] (E62AU75T33)"
export EXPANDED_PROVISIONING_PROFILE=9f46030c-2504-45a0-bf5a-b388adb3d54e
export FILE_LIST=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
export FLUTTER_APPLICATION_PATH=/Users/Edison/Developer/Flutter/audion
export FLUTTER_BUILD_DIR=build
export FLUTTER_BUILD_MODE=debug
export FLUTTER_BUILD_NAME=1.0.0
export FLUTTER_BUILD_NUMBER=1
export FLUTTER_FRAMEWORK_DIR=/Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/ios
export FLUTTER_ROOT=/Users/Edison/Developer/Flutter/flutter
export FLUTTER_TARGET=/Users/Edison/Developer/Flutter/audion/lib/main.dart
export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos /Users/Edison/Developer/Flutter/audion/ios/Flutter"
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=Runner.app
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu99
export GCC_DYNAMIC_NO_PIC=NO
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_OPTIMIZATION_LEVEL=0
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 "
export GCC_SYMBOLS_PRIVATE_EXTERN=NO
export GCC_THUMB_SUPPORT=YES
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=YES
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/include "
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/Edison
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=Runner/Info.plist
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PATH=Runner.app/Info.plist
export INFOPLIST_PREPROCESS=NO
export INFOSTRINGS_PATH=Runner.app/English.lproj/InfoPlist.strings
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/Runner.dst/Applications
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=Edison
export INSTALL_PATH=/Applications
export INSTALL_ROOT=/tmp/Runner.dst
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=Runner.app/Java
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KASAN_DEFAULT_CFLAGS="-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow"
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks"
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos /Users/Edison/Developer/Flutter/audion/ios/Flutter"
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_arm64=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList
export LINK_FILE_LIST_normal_armv7=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LOCALIZABLE_CONTENT_DIR=
export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/English.lproj
export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFLocalizedString"
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=
export LOCSYMROOT=
export MACH_O_TYPE=mh_execute
export MAC_OS_X_PRODUCT_BUILD_VERSION=17G65
export MAC_OS_X_VERSION_ACTUAL=101306
export MAC_OS_X_VERSION_MAJOR=101300
export MAC_OS_X_VERSION_MINOR=1306
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
export MODULE_CACHE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
export MTL_ENABLE_DEBUG_INFO=YES
export NATIVE_ARCH=armv7
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJECT_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects
export OBJECT_FILE_DIR_normal=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
export OBJROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=NO
export OS=MACOS
export OSAC=/usr/bin/osacompile
export PACKAGE_TYPE=com.apple.package-type.wrapper.application
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist
export PFE_FILE_C_DIALECTS=objective-c
export PKGINFO_FILE_PATH=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
export PKGINFO_PATH=Runner.app/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export PLATFORM_DISPLAY_NAME=iOS
export PLATFORM_NAME=iphoneos
export PLATFORM_PREFERRED_ARCH=arm64
export PLATFORM_PRODUCT_BUILD_VERSION=15F79
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PREVIEW_DART_2=true
export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=com.edison.audion
export PRODUCT_MODULE_NAME=Runner
export PRODUCT_NAME=Runner
export PRODUCT_SETTINGS_PATH=/Users/Edison/Developer/Flutter/audion/ios/Runner/Info.plist
export PRODUCT_TYPE=com.apple.product-type.application
export PROFILING_CODE=NO
export PROJECT=Runner
export PROJECT_DERIVED_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/DerivedSources
export PROJECT_DIR=/Users/Edison/Developer/Flutter/audion/ios
export PROJECT_FILE_PATH=/Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj
export PROJECT_NAME=Runner
export PROJECT_TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build
export PROJECT_TEMP_ROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
export PROVISIONING_PROFILE_REQUIRED=YES
export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export RESOURCE_RULES_REQUIRED=YES
export REZ_COLLECTOR_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos "
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=Runner.app/Scripts
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_STREAM_FILE=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
export SDK_DIR_iphoneos11_4=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
export SDK_NAME=iphoneos11.4
export SDK_NAMES=iphoneos11.4
export SDK_PRODUCT_BUILD_VERSION=15F79
export SDK_VERSION=11.4
export SDK_VERSION_ACTUAL=110400
export SDK_VERSION_MAJOR=110000
export SDK_VERSION_MINOR=400
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=YES
export SHARED_DERIVED_FILE_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
export SHARED_PRECOMPS_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/PrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
export SKIP_INSTALL=NO
export SOURCE_ROOT=/Users/Edison/Developer/Flutter/audion/ios
export SRCROOT=/Users/Edison/Developer/Flutter/audion/ios
export STRINGS_FILE_OUTPUT_ENCODING=binary
export STRIP_BITCODE_FROM_COPIED_FILES=YES
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_STYLE=all
export STRIP_SWIFT_SYMBOLS=YES
export SUPPORTED_DEVICE_FAMILIES=1,2
export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export SYMROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Products
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TAPI_VERIFY_MODE=ErrorsOnly
export TARGETED_DEVICE_FAMILY=1,2
export TARGETNAME=Runner
export TARGET_BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
export TARGET_NAME=Runner
export TARGET_TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_FILES_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_FILE_DIR=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
export TEMP_ROOT=/Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export UID=501
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
export UNSTRIPPED_PRODUCT=NO
export USER=Edison
export USER_APPS_DIR=/Users/Edison/Applications
export USER_LIBRARY_DIR=/Users/Edison/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export VALIDATE_PRODUCT=NO
export VALID_ARCHS="arm64 armv7 armv7s"
export VERBOSE_PBXCP=NO
export VERBOSE_SCRIPT_LOGGING=YES
export VERSIONING_SYSTEM=apple-generic
export VERSIONPLIST_PATH=Runner.app/version.plist
export VERSION_INFO_BUILDER=Edison
export VERSION_INFO_FILE=Runner_vers.c
export VERSION_INFO_STRING="\"@(#)PROGRAM:Runner PROJECT:Runner-1\""
export WRAPPER_EXTENSION=app
export WRAPPER_NAME=Runner.app
export WRAPPER_SUFFIX=.app
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=9F2000
export XCODE_VERSION_ACTUAL=0941
export XCODE_VERSION_MAJOR=0900
export XCODE_VERSION_MINOR=0940
export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
export YACC=yacc
export arch=arm64
export variant=normal
/bin/sh -c /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh
Touch /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
cd /Users/Edison/Developer/Flutter/audion/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
/usr/bin/touch -c /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
CodeSign /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
cd /Users/Edison/Developer/Flutter/audion/ios
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
Signing Identity: "iPhone Developer: [email protected] (E62AU75T33)"
Provisioning Profile: "iOS Team Provisioning Profile: com.edison.audion"
(9f46030c-2504-45a0-bf5a-b388adb3d54e)
/usr/bin/codesign --force --sign 05BBEF3EF5D4354F03245C9EAB8DBA06D529CBFD --entitlements /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent --timestamp=none /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
Validate /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
cd /Users/Edison/Developer/Flutter/audion/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin"
export PRODUCT_TYPE=com.apple.product-type.application
builtin-validationUtility /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
** BUILD SUCCEEDED **
[ +7 ms] └─Compiling, linking and signing... (completed)
[ ] Starting Xcode build... (completed)
[ +10 ms] Xcode build done.
[ ] executing: [/Users/Edison/Developer/Flutter/audion/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios -sdk iphoneos SCRIPT_OUTPUT_STREAM_FILE=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout -showBuildSettings
[+1266 ms] Exit code 0 from: /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/Edison/Developer/Flutter/audion/build/ios -sdk iphoneos SCRIPT_OUTPUT_STREAM_FILE=/var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout -showBuildSettings
[ ] Build settings from command line:
BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
SDKROOT = iphoneos11.4
VERBOSE_SCRIPT_LOGGING = YES
Build settings for action build and target Runner:
ACTION = build
AD_HOC_CODE_SIGNING_ALLOWED = NO
ALTERNATE_GROUP = staff
ALTERNATE_MODE = u+w,go-w,a+rX
ALTERNATE_OWNER = Edison
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ALWAYS_SEARCH_USER_PATHS = NO
ALWAYS_USE_SEPARATE_HEADERMAPS = NO
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
APPLE_INTERNAL_DIR = /AppleInternal
APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
APPLICATION_EXTENSION_API_ONLY = NO
APPLY_RULES_IN_COPY_FILES = NO
ARCHS = armv7
ARCHS_STANDARD = armv7 arm64
ARCHS_STANDARD_32_64_BIT = armv7 arm64
ARCHS_STANDARD_32_BIT = armv7
ARCHS_STANDARD_64_BIT = arm64
ARCHS_STANDARD_INCLUDING_64_BIT = armv7 arm64
ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator
BITCODE_GENERATION_MODE = marker
BUILD_ACTIVE_RESOURCES_ONLY = NO
BUILD_COMPONENTS = headers build
BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios
BUILD_ROOT = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Products
BUILD_STYLE =
BUILD_VARIANTS = normal
BUILT_PRODUCTS_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
CACHE_ROOT = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
CCHROOT = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode
CHMOD = /bin/chmod
CHOWN = /usr/sbin/chown
CLANG_ANALYZER_NONNULL = YES
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
CLANG_ENABLE_MODULES = YES
CLANG_ENABLE_OBJC_ARC = YES
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
CLANG_WARN_BOOL_CONVERSION = YES
CLANG_WARN_COMMA = YES
CLANG_WARN_CONSTANT_CONVERSION = YES
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
CLANG_WARN_EMPTY_BODY = YES
CLANG_WARN_ENUM_CONVERSION = YES
CLANG_WARN_INFINITE_RECURSION = YES
CLANG_WARN_INT_CONVERSION = YES
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
CLANG_WARN_STRICT_PROTOTYPES = YES
CLANG_WARN_SUSPICIOUS_MOVE = YES
CLANG_WARN_UNREACHABLE_CODE = YES
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
CLASS_FILE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
CLEAN_PRECOMPS = YES
CLONE_HEADERS = NO
CODESIGNING_FOLDER_PATH = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
CODE_SIGNING_ALLOWED = YES
CODE_SIGNING_REQUIRED = YES
CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
CODE_SIGN_IDENTITY = iPhone Developer
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
COLOR_DIAGNOSTICS = NO
COMBINE_HIDPI_IMAGES = NO
COMPILER_INDEX_STORE_ENABLE = Default
COMPOSITE_SDK_DIRS = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/CompositeSDKs
COMPRESS_PNG_FILES = YES
CONFIGURATION = Debug
CONFIGURATION_BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
CONFIGURATION_TEMP_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos
CONTENTS_FOLDER_PATH = Runner.app
COPYING_PRESERVES_HFS_DATA = NO
COPY_HEADERS_RUN_UNIFDEF = NO
COPY_PHASE_STRIP = NO
COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk
CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator11.4
CP = /bin/cp
CREATE_INFOPLIST_SECTION_IN_BINARY = NO
CURRENT_ARCH = armv7
CURRENT_PROJECT_VERSION = 1
CURRENT_VARIANT = normal
DEAD_CODE_STRIPPING = YES
DEBUGGING_SYMBOLS = YES
DEBUG_INFORMATION_FORMAT = dwarf
DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
DEFINES_MODULE = NO
DEPLOYMENT_LOCATION = NO
DEPLOYMENT_POSTPROCESSING = NO
DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min
DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min=
DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4
DERIVED_FILES_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
DERIVED_FILE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
DERIVED_SOURCES_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
DEVELOPMENT_LANGUAGE = English
DEVELOPMENT_TEAM = XWZJWZM42P
DOCUMENTATION_FOLDER_PATH = Runner.app/English.lproj/Documentation
DO_HEADER_SCANNING_IN_JAM = NO
DSTROOT = /tmp/Runner.dst
DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
DWARF_DSYM_FILE_NAME = Runner.app.dSYM
DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
DWARF_DSYM_FOLDER_PATH = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
EFFECTIVE_PLATFORM_NAME = -iphoneos
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
EMBEDDED_PROFILE_NAME = embedded.mobileprovision
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
ENABLE_BITCODE = NO
ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
ENABLE_HEADER_DEPENDENCIES = YES
ENABLE_ON_DEMAND_RESOURCES = YES
ENABLE_STRICT_OBJC_MSGSEND = YES
ENABLE_TESTABILITY = YES
ENTITLEMENTS_ALLOWED = YES
ENTITLEMENTS_REQUIRED = YES
EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj
EXECUTABLES_FOLDER_PATH = Runner.app/Executables
EXECUTABLE_FOLDER_PATH = Runner.app
EXECUTABLE_NAME = Runner
EXECUTABLE_PATH = Runner.app/Runner
EXPANDED_CODE_SIGN_IDENTITY =
EXPANDED_CODE_SIGN_IDENTITY_NAME =
EXPANDED_PROVISIONING_PROFILE =
FILE_LIST = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
FIXED_FILES_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
FLUTTER_APPLICATION_PATH = /Users/Edison/Developer/Flutter/audion
FLUTTER_BUILD_DIR = build
FLUTTER_BUILD_MODE = debug
FLUTTER_BUILD_NAME = 1.0.0
FLUTTER_BUILD_NUMBER = 1
FLUTTER_FRAMEWORK_DIR = /Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/ios
FLUTTER_ROOT = /Users/Edison/Developer/Flutter/flutter
FLUTTER_TARGET = /Users/Edison/Developer/Flutter/audion/lib/main.dart
FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
FRAMEWORK_FLAG_PREFIX = -framework
FRAMEWORK_SEARCH_PATHS = /Users/Edison/Developer/Flutter/audion/ios/Flutter
FRAMEWORK_VERSION = A
FULL_PRODUCT_NAME = Runner.app
GCC3_VERSION = 3.3
GCC_C_LANGUAGE_STANDARD = gnu99
GCC_DYNAMIC_NO_PIC = NO
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
GCC_NO_COMMON_BLOCKS = YES
GCC_OPTIMIZATION_LEVEL = 0
GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1
GCC_SYMBOLS_PRIVATE_EXTERN = NO
GCC_THUMB_SUPPORT = YES
GCC_TREAT_WARNINGS_AS_ERRORS = NO
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
GCC_WARN_UNDECLARED_SELECTOR = YES
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_VARIABLE = YES
GENERATE_MASTER_OBJECT_FILE = NO
GENERATE_PKGINFO_FILE = YES
GENERATE_PROFILING_CODE = NO
GENERATE_TEXT_BASED_STUBS = NO
GID = 20
GROUP = staff
HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
HEADERMAP_USES_VFS = NO
HIDE_BITCODE_SYMBOLS = YES
HOME = /Users/Edison
ICONV = /usr/bin/iconv
INFOPLIST_EXPAND_BUILD_SETTINGS = YES
INFOPLIST_FILE = Runner/Info.plist
INFOPLIST_OUTPUT_FORMAT = binary
INFOPLIST_PATH = Runner.app/Info.plist
INFOPLIST_PREPROCESS = NO
INFOSTRINGS_PATH = Runner.app/English.lproj/InfoPlist.strings
INLINE_PRIVATE_FRAMEWORKS = NO
INSTALLHDRS_COPY_PHASE = NO
INSTALLHDRS_SCRIPT_PHASE = NO
INSTALL_DIR = /tmp/Runner.dst/Applications
INSTALL_GROUP = staff
INSTALL_MODE_FLAG = u+w,go-w,a+rX
INSTALL_OWNER = Edison
INSTALL_PATH = /Applications
INSTALL_ROOT = /tmp/Runner.dst
IPHONEOS_DEPLOYMENT_TARGET = 8.0
JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
JAVA_ARCHIVE_CLASSES = YES
JAVA_ARCHIVE_TYPE = JAR
JAVA_COMPILER = /usr/bin/javac
JAVA_FOLDER_PATH = Runner.app/Java
JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
JAVA_JAR_FLAGS = cv
JAVA_SOURCE_SUBDIR = .
JAVA_USE_DEPENDENCIES = YES
JAVA_ZIP_FLAGS = -urg
JIKES_DEFAULT_FLAGS = +E +OLDCSO
KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
KEEP_PRIVATE_EXTERNS = NO
LD_DEPENDENCY_INFO_FILE = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Runner_dependency_info.dat
LD_GENERATE_MAP_FILE = NO
LD_MAP_FILE_PATH = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-armv7.txt
LD_NO_PIE = NO
LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks
LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
LEX = lex
LIBRARY_FLAG_NOSPACE = YES
LIBRARY_FLAG_PREFIX = -l
LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
LIBRARY_SEARCH_PATHS = /Users/Edison/Developer/Flutter/audion/ios/Flutter
LINKER_DISPLAYS_MANGLED_NAMES = NO
LINK_FILE_LIST_normal_armv7 =
LINK_WITH_STANDARD_LIBRARIES = YES
LOCALIZABLE_CONTENT_DIR =
LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/English.lproj
LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFLocalizedString
LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
LOCAL_APPS_DIR = /Applications
LOCAL_DEVELOPER_DIR = /Library/Developer
LOCAL_LIBRARY_DIR = /Library
LOCROOT =
LOCSYMROOT =
MACH_O_TYPE = mh_execute
MAC_OS_X_PRODUCT_BUILD_VERSION = 17G65
MAC_OS_X_VERSION_ACTUAL = 101306
MAC_OS_X_VERSION_MAJOR = 101300
MAC_OS_X_VERSION_MINOR = 1306
METAL_LIBRARY_FILE_BASE = default
METAL_LIBRARY_OUTPUT_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/Runner.app
MODULE_CACHE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
MTL_ENABLE_DEBUG_INFO = YES
NATIVE_ARCH = armv7
NATIVE_ARCH_32_BIT = i386
NATIVE_ARCH_64_BIT = x86_64
NATIVE_ARCH_ACTUAL = x86_64
NO_COMMON = YES
OBJECT_FILE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects
OBJECT_FILE_DIR_normal = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
OBJROOT = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
ONLY_ACTIVE_ARCH = YES
OS = MACOS
OSAC = /usr/bin/osacompile
PACKAGE_TYPE = com.apple.package-type.wrapper.application
PASCAL_STRINGS = YES
PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Edison/.rvm/gems/ruby-2.5.0/bin:/Users/Edison/.rvm/gems/ruby-2.5.0@global/bin:/Users/Edison/.rvm/rubies/ruby-2.5.0/bin:/Users/Edison/.composer/vendor/bin:/usr/local/opt/go/libexec/bin:/Users/Edison/Developer/GoPath/bin:/Users/Edison/Developer/Flutter/flutter/bin:/Users/Edison/Developer/Android/SDK/platform-tools:/Users/Edison/Developer/Android/SDK/tools:/usr/local/opt/[email protected]/bin:/usr/local/sbin:/Users/Edison/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Edison/.rvm/bin
PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms
PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
PFE_FILE_C_DIALECTS = objective-c
PKGINFO_FILE_PATH = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
PKGINFO_PATH = Runner.app/PkgInfo
PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
PLATFORM_DISPLAY_NAME = iOS
PLATFORM_NAME = iphoneos
PLATFORM_PREFERRED_ARCH = arm64
PLATFORM_PRODUCT_BUILD_VERSION = 15F79
PLIST_FILE_OUTPUT_FORMAT = binary
PLUGINS_FOLDER_PATH = Runner.app/PlugIns
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
PRECOMP_DESTINATION_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
PREVIEW_DART_2 = true
PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
PRODUCT_BUNDLE_IDENTIFIER = com.edison.audion
PRODUCT_MODULE_NAME = Runner
PRODUCT_NAME = Runner
PRODUCT_SETTINGS_PATH = /Users/Edison/Developer/Flutter/audion/ios/Runner/Info.plist
PRODUCT_TYPE = com.apple.product-type.application
PROFILING_CODE = NO
PROJECT = Runner
PROJECT_DERIVED_FILE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/DerivedSources
PROJECT_DIR = /Users/Edison/Developer/Flutter/audion/ios
PROJECT_FILE_PATH = /Users/Edison/Developer/Flutter/audion/ios/Runner.xcodeproj
PROJECT_NAME = Runner
PROJECT_TEMP_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build
PROJECT_TEMP_ROOT = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
PROVISIONING_PROFILE_REQUIRED = YES
PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
REMOVE_CVS_FROM_RESOURCES = YES
REMOVE_GIT_FROM_RESOURCES = YES
REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
REMOVE_HG_FROM_RESOURCES = YES
REMOVE_SVN_FROM_RESOURCES = YES
RESOURCE_RULES_REQUIRED = YES
REZ_COLLECTOR_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources
REZ_OBJECTS_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
SCRIPTS_FOLDER_PATH = Runner.app/Scripts
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/wl/kx3dqwxd0478d0lm3vf7k0yh0000gn/T/flutter_build_log_pipe.vksDzE/pipe_to_stdout
SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
SDK_DIR_iphoneos11_4 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk
SDK_NAME = iphoneos11.4
SDK_NAMES = iphoneos11.4
SDK_PRODUCT_BUILD_VERSION = 15F79
SDK_VERSION = 11.4
SDK_VERSION_ACTUAL = 110400
SDK_VERSION_MAJOR = 110000
SDK_VERSION_MINOR = 400
SED = /usr/bin/sed
SEPARATE_STRIP = NO
SEPARATE_SYMBOL_EDIT = NO
SET_DIR_MODE_OWNER_GROUP = YES
SET_FILE_MODE_OWNER_GROUP = NO
SHALLOW_BUNDLE = YES
SHARED_DERIVED_FILE_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos/DerivedSources
SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
SHARED_PRECOMPS_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/PrecompiledHeaders
SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
SKIP_INSTALL = NO
SOURCE_ROOT = /Users/Edison/Developer/Flutter/audion/ios
SRCROOT = /Users/Edison/Developer/Flutter/audion/ios
STRINGS_FILE_OUTPUT_ENCODING = binary
STRIP_BITCODE_FROM_COPIED_FILES = YES
STRIP_INSTALLED_PRODUCT = YES
STRIP_STYLE = all
STRIP_SWIFT_SYMBOLS = YES
SUPPORTED_DEVICE_FAMILIES = 1,2
SUPPORTED_PLATFORMS = iphonesimulator iphoneos
SUPPORTS_TEXT_BASED_API = NO
SWIFT_PLATFORM_TARGET_PREFIX = ios
SYMROOT = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Products
SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
SYSTEM_APPS_DIR = /Applications
SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
SYSTEM_DEMOS_DIR = /Applications/Extras
SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
SYSTEM_LIBRARY_DIR = /System/Library
TAPI_VERIFY_MODE = ErrorsOnly
TARGETED_DEVICE_FAMILY = 1,2
TARGETNAME = Runner
TARGET_BUILD_DIR = /Users/Edison/Developer/Flutter/audion/build/ios/Debug-iphoneos
TARGET_NAME = Runner
TARGET_TEMP_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
TEMP_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
TEMP_FILES_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
TEMP_FILE_DIR = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
TEMP_ROOT = /Users/Edison/Library/Developer/Xcode/DerivedData/Runner-hjekrwynmrsyqeerzvukclzjissc/Build/Intermediates.noindex
TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
UID = 501
UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
UNSTRIPPED_PRODUCT = NO
USER = Edison
USER_APPS_DIR = /Users/Edison/Applications
USER_LIBRARY_DIR = /Users/Edison/Library
USE_DYNAMIC_NO_PIC = YES
USE_HEADERMAP = YES
USE_HEADER_SYMLINKS = NO
VALIDATE_PRODUCT = NO
VALID_ARCHS = arm64 armv7 armv7s
VERBOSE_PBXCP = NO
VERBOSE_SCRIPT_LOGGING = YES
VERSIONING_SYSTEM = apple-generic
VERSIONPLIST_PATH = Runner.app/version.plist
VERSION_INFO_BUILDER = Edison
VERSION_INFO_FILE = Runner_vers.c
VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-1"
WRAPPER_EXTENSION = app
WRAPPER_NAME = Runner.app
WRAPPER_SUFFIX = .app
WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
XCODE_PRODUCT_BUILD_VERSION = 9F2000
XCODE_VERSION_ACTUAL = 0941
XCODE_VERSION_MAJOR = 0900
XCODE_VERSION_MINOR = 0940
XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
YACC = yacc
arch = armv7
variant = normal
[ +199 ms] Installing and launching...
[ ] Debugging is enabled, connecting to observatory
[ +3 ms] executing: /usr/bin/env ios-deploy --id 9a52be8867fda3de1f74d75b16b8bb3299b25af9 --bundle build/ios/iphoneos/Runner.app --no-wifi --justlaunch --args --enable-dart-profiling --enable-checked-mode
[ +18 ms] [....] Waiting for iOS device to be connected
[ +230 ms] [....] Using 9a52be8867fda3de1f74d75b16b8bb3299b25af9 (N56AP, iPhone 6 Plus, iphoneos, arm64) a.k.a. 'Liu’s iPhone'.
[ ] ------ Install phase ------
[ ] [ 0%] Found 9a52be8867fda3de1f74d75b16b8bb3299b25af9 (N56AP, iPhone 6 Plus, iphoneos, arm64) a.k.a. 'Liu’s iPhone' connected through USB, beginning install
[ +934 ms] [ 5%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/META-INF/ to device
[ ] [ 5%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/META-INF/com.apple.ZipMetadata.plist to device
[ ] [ 5%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/_CodeSignature/ to device
[ ] [ 6%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/_CodeSignature/CodeResources to device
[ ] [ 6%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 6%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 7%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon29x29.png to device
[ ] [ 7%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 7%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Runner to device
[ +2 ms] [ 8%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 8%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 8%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Debug.xcconfig to device
[ ] [ 9%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon29x29~ipad.png to device
[ ] [ 9%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 9%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 10%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/[email protected] to device
[ ] [ 10%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/ to device
[ ] [ 11%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/ to device
[ ] [ 11%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib to device
[ ] [ 11%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib to device
[ ] [ 12%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/Info.plist to device
[ ] [ 12%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/ to device
[ ] [ 12%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib to device
[ ] [ 13%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib to device
[ ] [ 13%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/Info.plist to device
[ ] [ 13%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/ to device
[ ] [ 14%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/LICENSE to device
[ +266 ms] [ 14%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/vm_snapshot_data to device
[ +251 ms] [ 15%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/isolate_snapshot_data to device
[ +6 ms] [ 15%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/AssetManifest.json to device
[ ] [ 16%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/kernel_blob.bin to device
[ +448 ms] [ 21%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/FontManifest.json to device
[ ] [ 21%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/packages/ to device
[ ] [ 22%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/packages/cupertino_icons/ to device
[ ] [ 22%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/packages/cupertino_icons/assets/ to device
[ ] [ 22%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf to device
[ +1 ms] [ 23%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/platform_strong.dill to device
[ +326 ms] [ 25%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/fonts/ to device
[ ] [ 25%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/flutter_assets/fonts/MaterialIcons-Regular.ttf to device
[ +1 ms] [ 26%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Assets.car to device
[ +2 ms] [ 26%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppFrameworkInfo.plist to device
[ ] [ 27%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon40x40@2x~ipad.png to device
[ ] [ 27%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon76x76@2x~ipad.png to device
[ +1 ms] [ 27%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon83.5x83.5@2x~ipad.png to device
[ ] [ 28%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon29x29@2x~ipad.png to device
[ ] [ 28%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon40x40~ipad.png to device
[ ] [ 28%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/ to device
[ ] [ 29%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/ to device
[ ] [ 29%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature/ to device
[ ] [ 29%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature/CodeResources to device
[ ] [ 30%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/icudtl.dat to device
[ +90 ms] [ 30%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter to device
[+1697 ms] [ 45%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/Info.plist to device
[ ] [ 46%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/App.framework/ to device
[ ] [ 46%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/ to device
[ ] [ 46%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources to device
[ ] [ 47%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/App.framework/App to device
[ +1 ms] [ 47%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Frameworks/App.framework/Info.plist to device
[ ] [ 47%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon20x20~ipad.png to device
[ ] [ 48%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/embedded.mobileprovision to device
[ ] [ 48%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon20x20@2x~ipad.png to device
[ ] [ 48%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/Info.plist to device
[ ] [ 49%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/PkgInfo to device
[ ] [ 49%] Copying /Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app/AppIcon76x76~ipad.png to device
[ +371 ms] [ 52%] CreatingStagingDirectory
[ ] [ 57%] ExtractingPackage
[ ] [ 60%] InspectingPackage
[ +186 ms] [ 60%] TakingInstallLock
[ +40 ms] [ 65%] PreflightingApplication
[ +19 ms] [ 65%] InstallingEmbeddedProfile
[ +16 ms] [ 70%] VerifyingApplication
[+2894 ms] [ 75%] CreatingContainer
[ +12 ms] [ 80%] InstallingApplication
[ +14 ms] [ 85%] PostflightingApplication
[ +3 ms] [ 90%] SandboxingApplication
[ +23 ms] [ 95%] GeneratingApplicationMap
[ +286 ms] [100%] Installed package build/ios/iphoneos/Runner.app
[ +476 ms] ------ Debug phase ------
[ ] Starting debug of 9a52be8867fda3de1f74d75b16b8bb3299b25af9 (N56AP, iPhone 6 Plus, iphoneos, arm64) a.k.a. 'Liu’s iPhone' connected through USB...
[ +873 ms] [ 0%] Looking up developer disk image
[ +52 ms] [ 95%] Developer disk image mounted successfully
[+1314 ms] Observatory URL on device: http://127.0.0.1:51117/
[ +1 ms] attempting to forward device port 51117 to host port 1024
[ ] executing: /usr/local/bin/iproxy 1024 51117 9a52be8867fda3de1f74d75b16b8bb3299b25af9
[ +8 ms] attempting to forward device port 51117 to host port 1025
[ ] executing: /usr/local/bin/iproxy 1025 51117 9a52be8867fda3de1f74d75b16b8bb3299b25af9
[ +6 ms] attempting to forward device port 51117 to host port 1026
[ ] executing: /usr/local/bin/iproxy 1026 51117 9a52be8867fda3de1f74d75b16b8bb3299b25af9
[+1011 ms] Forwarded port ForwardedPort HOST:1026 to DEVICE:51117
[ ] Forwarded host port 1026 to device port 51117 for Observatory
[ +615 ms] [100%] Connecting to remote debug server
[ ] -------------------------
[ +224 ms] (lldb) command source -s 0 '/tmp/89F6E761-4C20-4FBA-B482-8C27B0802FA5/fruitstrap-lldb-prep-cmds-9a52be8867fda3de1f74d75b16b8bb3299b25af9'
[ ] Executing commands in '/tmp/89F6E761-4C20-4FBA-B482-8C27B0802FA5/fruitstrap-lldb-prep-cmds-9a52be8867fda3de1f74d75b16b8bb3299b25af9'.
[ ] (lldb) platform select remote-ios --sysroot '/Users/Edison/Library/Developer/Xcode/iOS DeviceSupport/11.4.1 (15G77)/Symbols'
[ ] Platform: remote-ios
[ ] Connected: no
[ ] SDK Path: "/Users/Edison/Library/Developer/Xcode/iOS DeviceSupport/11.4.1 (15G77)/Symbols"
[ ] (lldb) target create "/Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app"
[+2580 ms] Current executable set to '/Users/Edison/Developer/Flutter/audion/build/ios/iphoneos/Runner.app' (arm64).
[ ] (lldb) script fruitstrap_device_app="/private/var/containers/Bundle/Application/D65B2769-9F64-4679-8620-58DB464659BC/Runner.app"
[ ] (lldb) script fruitstrap_connect_url="connect://127.0.0.1:49473"
[ ] (lldb) target modules search-paths add /usr "/Users/Edison/Library/Developer/Xcode/iOS DeviceSupport/11.4.1 (15G77)/Symbols/usr" /System "/Users/Edison/Library/Developer/Xcode/iOS DeviceSupport/11.4.1 (15G77)/Symbols/System" "/private/var/containers/Bundle/Application/D65B2769-9F64-4679-8620-58DB464659BC" "/Users/Edison/Developer/Flutter/audion/build/ios/iphoneos" "/var/containers/Bundle/Application/D65B2769-9F64-4679-8620-58DB464659BC" "/Users/Edison/Developer/Flutter/audion/build/ios/iphoneos" /Developer "/Users/Edison/Library/Developer/Xcode/iOS DeviceSupport/11.4.1 (15G77)/Symbols/Developer"
[ +44 ms] (lldb) command script import "/tmp/89F6E761-4C20-4FBA-B482-8C27B0802FA5/fruitstrap_9a52be8867fda3de1f74d75b16b8bb3299b25af9.py"
[ +3 ms] (lldb) command script add -f fruitstrap_9a52be8867fda3de1f74d75b16b8bb3299b25af9.connect_command connect
[ ] (lldb) command script add -s asynchronous -f fruitstrap_9a52be8867fda3de1f74d75b16b8bb3299b25af9.run_command run
[ ] (lldb) command script add -s asynchronous -f fruitstrap_9a52be8867fda3de1f74d75b16b8bb3299b25af9.autoexit_command autoexit
[ ] (lldb) command script add -s asynchronous -f fruitstrap_9a52be8867fda3de1f74d75b16b8bb3299b25af9.safequit_command safequit
[ ] (lldb) connect
[ +47 ms] (lldb) run
[ +681 ms] success
[ ] (lldb) safequit
[ +160 ms] Process 748 detached
[ +25 ms] Application launched on the device. Waiting for observatory port.
[ ] Installing and launching... (completed)
[ +3 ms] Connecting to service protocol: http://127.0.0.1:1026/
[ +487 ms] Successfully connected to service protocol: http://127.0.0.1:1026/
[ +2 ms] getVM: {}
[ +15 ms] getIsolate: {isolateId: isolates/712502663}
[ +3 ms] _flutter.listViews: {isolateId: isolates/712502663}
[ +77 ms] DevFS: Creating new filesystem on the device (null)
[ ] _createDevFS: {fsName: audion}
[ +52 ms] DevFS: Created new filesystem on the device (file:///private/var/mobile/Containers/Data/Application/120D3487-F835-4FF3-8EAB-0E44BD9F3D3B/tmp/audionAvHM6m/audion/)
[ +3 ms] Updating assets
[ +169 ms] Syncing files to device Liu’s iPhone...
[ +2 ms] DevFS: Starting sync from LocalDirectory: '/Users/Edison/Developer/Flutter/audion'
[ ] Scanning project files
[ +5 ms] Scanning package files
[ +107 ms] Scanning asset files
[ ] Scanning for deleted files
[ +10 ms] Compiling dart to kernel with 431 updated files
[ +5 ms] /Users/Edison/Developer/Flutter/flutter/bin/cache/dart-sdk/bin/dart /Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/Edison/Developer/Flutter/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --strong --target=flutter --output-dill build/app.dill --packages /Users/Edison/Developer/Flutter/audion/.packages --filesystem-scheme org-dartlang-root
[+1240 ms] Updating files
[+1071 ms] DevFS: Sync finished
[ ] Syncing files to device Liu’s iPhone... (completed)
[ ] Synced 14.4MB.
[ +1 ms] _flutter.listViews: {isolateId: isolates/712502663}
[ +5 ms] Connected to _flutterView/0x123d304d8.
[ ] 🔥 To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".
[ ] An Observatory debugger and profiler on Liu’s iPhone is available at: http://127.0.0.1:1026/
[ ] For a more detailed help message, press "h". To quit, press "q".
[+24779 ms] Initializing hot reload...
[ +4 ms] Refreshing active FlutterViews before reloading.
[ ] _flutter.listViews: {isolateId: isolates/712502663}
[ +371 ms] Syncing files to device Liu’s iPhone...
[ ] DevFS: Starting sync from LocalDirectory: '/Users/Edison/Developer/Flutter/audion'
[ ] Scanning project files
[ ] Scanning package files
[ +60 ms] Scanning asset files
[ ] Scanning for deleted files
[ +3 ms] Compiling dart to kernel with 0 updated files
[ +5 ms] Updating files
[ +105 ms] DevFS: Sync finished
[ ] Syncing files to device Liu’s iPhone... (completed)
[ ] Synced 0.0MB.
[ +2 ms] _flutter.setAssetBundlePath: {isolateId: isolates/712502663, viewId: _flutterView/0x123d304d8, assetDirectory: /private/var/mobile/Containers/Data/Application/120D3487-F835-4FF3-8EAB-0E44BD9F3D3B/tmp/audionAvHM6m/audion/build/flutter_assets}
[ +17 ms] _reloadSources: {pause: false, rootLibUri: file:///private/var/mobile/Containers/Data/Application/120D3487-F835-4FF3-8EAB-0E44BD9F3D3B/tmp/audionAvHM6m/audion/lib/main.dart.incremental.dill, packagesUri: file:///private/var/mobile/Containers/Data/Application/120D3487-F835-4FF3-8EAB-0E44BD9F3D3B/tmp/audionAvHM6m/audion/.packages, isolateId: isolates/712502663}
[ +19 ms] reloaded 0 of 406 libraries
[ ] Sending reload events to Liu’s iPhone
[ ] Sending reload event to "main.dart$main-712502663"
[ ] getIsolate: {isolateId: isolates/712502663}
[ +53 ms] _flutter.listViews: {isolateId: isolates/712502663}
[ +6 ms] Evicting dirty assets
[ +1 ms] ext.flutter.evict: {value: AssetManifest.json, isolateId: isolates/712502663}
[ +22 ms] ext.flutter.evict: {value: FontManifest.json, isolateId: isolates/712502663}
[ +7 ms] ext.flutter.evict: {value: LICENSE, isolateId: isolates/712502663}
[ +5 ms] Reassembling application
[ ] ext.flutter.reassemble: {isolateId: isolates/712502663}
[ +86 ms] ext.ui.window.scheduleFrame: {isolateId: isolates/712502663}
[ +16 ms] Hot reload performed in 773ms.
[ ] Initializing hot reload... (completed)
[ ] Reloaded 0 of 406 libraries in 796ms.
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Analyzing audion...
No issues found! (ran in 1.1s)"><pre class="notranslate"><code class="notranslate">Analyzing audion...
No issues found! (ran in 1.1s)
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[✓] Flutter (Channel dev, v0.7.5, on Mac OS X 10.13.6 17G65, locale en-CN)
• Flutter version 0.7.5 at /Users/Edison/Developer/Flutter/flutter
• Framework revision eab5cd9853 (7 days ago), 2018-08-30 14:47:04 -0700
• Engine revision dc7b5eb89d
• Dart version 2.1.0-dev.3.0.flutter-760a9690c2
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.2)
• Android SDK at /Users/Edison/Developer/Android/SDK
• Android NDK at /Users/Edison/Developer/Android/SDK/ndk-bundle
• Platform android-28, build-tools 28.0.2
• ANDROID_HOME = /Users/Edison/Developer/Android/SDK
• 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.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 9.4.1, Build version 9F2000
• ios-deploy 2.0.0
• CocoaPods version 1.5.3
[✓] Android Studio (version 3.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 28.0.1
• Dart plugin version 173.4700
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01)
[✓] VS Code (version 1.27.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 2.18.0
[✓] Connected devices (1 available)
• Liu’s iPhone • 9a52be8867fda3de1f74d75b16b8bb3299b25af9 • ios • iOS 11.4.1
• No issues found!"><pre class="notranslate"><code class="notranslate">[✓] Flutter (Channel dev, v0.7.5, on Mac OS X 10.13.6 17G65, locale en-CN)
• Flutter version 0.7.5 at /Users/Edison/Developer/Flutter/flutter
• Framework revision eab5cd9853 (7 days ago), 2018-08-30 14:47:04 -0700
• Engine revision dc7b5eb89d
• Dart version 2.1.0-dev.3.0.flutter-760a9690c2
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.2)
• Android SDK at /Users/Edison/Developer/Android/SDK
• Android NDK at /Users/Edison/Developer/Android/SDK/ndk-bundle
• Platform android-28, build-tools 28.0.2
• ANDROID_HOME = /Users/Edison/Developer/Android/SDK
• 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.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 9.4.1, Build version 9F2000
• ios-deploy 2.0.0
• CocoaPods version 1.5.3
[✓] Android Studio (version 3.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 28.0.1
• Dart plugin version 173.4700
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01)
[✓] VS Code (version 1.27.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 2.18.0
[✓] Connected devices (1 available)
• Liu’s iPhone • 9a52be8867fda3de1f74d75b16b8bb3299b25af9 • ios • iOS 11.4.1
• No issues found!
</code></pre></div> | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected Behavior</h2>
<p dir="auto">The Select component's onChange prop should probably expect <code class="notranslate">(event: React.FormEvent<HTMLSelectElement>) => void</code> type.</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">Currently it expects <code class="notranslate">(event: React.FormEvent<HTMLDivElement>) => void</code>. With this even the example from docs doesn't work with Typescript as the EventTarget of HTMLDivElement doesn't have the value property.</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.10</td>
</tr>
<tr>
<td>React</td>
<td>15.6.1</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/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">We are using withStyle() to overload our components and access classes at rendering. Note that I am unsure we were using it the way it was intended to be. Please check the code below for a quick example.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const styles = {
logo: {
maxWidth: '420px',
},
};
export interface IProps {
readonly classes?: any;
}
class ExampleComp extends React.Component<IProps, {}> {
public render(): JSX.Element {
return(<Grid item sm={12} className={classes.logo}>&nbsp;</Grid>);
}
}
export default withStyles(styles)(ExampleComp);"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">styles</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span>
<span class="pl-c1">logo</span>: <span class="pl-kos">{</span>
<span class="pl-c1">maxWidth</span>: <span class="pl-s">'420px'</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">export</span> <span class="pl-s1">interface</span> <span class="pl-v">IProps</span> <span class="pl-kos">{</span>
<span class="pl-s1">readonly</span> <span class="pl-s1">classes</span>?<span class="pl-s1"></span>: <span class="pl-s1">any</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">class</span> <span class="pl-v">ExampleComp</span> <span class="pl-k">extends</span> <span class="pl-v">React</span><span class="pl-kos">.</span><span class="pl-c1">Component</span><span class="pl-c1"><</span><span class="pl-v">IProps</span><span class="pl-kos">,</span> <span class="pl-kos">{</span><span class="pl-kos">}</span><span class="pl-c1">></span> <span class="pl-kos">{</span>
<span class="pl-c1">public</span> <span class="pl-s1">render</span><span class="pl-kos">(</span><span class="pl-kos">)</span>: <span class="pl-c1">JSX</span><span class="pl-kos">.</span><span class="pl-c1">Element</span> <span class="pl-kos">{</span>
<span class="pl-k">return</span><span class="pl-kos">(</span><span class="pl-c1"><</span><span class="pl-ent">Grid</span> <span class="pl-c1">item</span> <span class="pl-c1">sm</span><span class="pl-c1">=</span><span class="pl-kos">{</span><span class="pl-c1">12</span><span class="pl-kos">}</span> <span class="pl-c1">className</span><span class="pl-c1">=</span><span class="pl-kos">{</span><span class="pl-s1">classes</span><span class="pl-kos">.</span><span class="pl-c1">logo</span><span class="pl-kos">}</span><span class="pl-c1">></span>&nbsp;<span class="pl-c1"><</span><span class="pl-c1">/</span><span class="pl-ent">Grid</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-k">export</span> <span class="pl-k">default</span> <span class="pl-en">withStyles</span><span class="pl-kos">(</span><span class="pl-s1">styles</span><span class="pl-kos">)</span><span class="pl-kos">(</span><span class="pl-v">ExampleComp</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">Since beta10 and Pull Request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="257320048" data-permission-text="Title is private" data-url="https://github.com/mui/material-ui/issues/8178" data-hovercard-type="pull_request" data-hovercard-url="/mui/material-ui/pull/8178/hovercard" href="https://github.com/mui/material-ui/pull/8178">#8178</a>, ExampleComp signature throw an exception when overload by withStyle() as the props Classes cannot be nullable. Problem : this is forcing us to pass a dummy classes props when calling the component.</p>
<p dir="auto">Is it normal that classes is not nullable?</p>
<h2 dir="auto">Your Environment</h2>
<p dir="auto">Typescript / Visual Studio Code</p>
<table role="table">
<thead>
<tr>
<th>Tech</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>Material-UI</td>
<td>beta10</td>
</tr>
<tr>
<td>React</td>
<td>15.6</td>
</tr>
</tbody>
</table> | 0 |
<h3 dir="auto">Feature request</h3>
<p dir="auto">To disable cache, you can use <a href="https://playwright.dev/python/docs/api/class-cdpsession#cdp-session-send" rel="nofollow">cdp_session.send</a>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="cdp_session = page.context.new_cdp_session(page)
cdp_session.send('Network.setCacheDisabled', {'cacheDisabled': True})"><pre class="notranslate"><code class="notranslate">cdp_session = page.context.new_cdp_session(page)
cdp_session.send('Network.setCacheDisabled', {'cacheDisabled': True})
</code></pre></div>
<p dir="auto">To be more readable, we could have the method: <code class="notranslate">page.set_cache_enabled(enabled)</code></p>
<ul dir="auto">
<li><code class="notranslate">enabled</code>: Boolean value, i.e. one of <code class="notranslate">True</code> or <code class="notranslate">False</code>. Set the <code class="notranslate">enabled</code> state of the cache.</li>
</ul> | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/46236708/122521701-b867d500-d047-11eb-9742-bcd6a66f6e5e.png"><img src="https://user-images.githubusercontent.com/46236708/122521701-b867d500-d047-11eb-9742-bcd6a66f6e5e.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">Chromium will cache js & css files ,but the cache is disabling when using route action<br>
So,Is there any way to enable http cache when using route ?<br>
Cause i hope to reduce the number of requests</p> | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=javachap" rel="nofollow">Vijay Dendukuri</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8546?redirect=false" rel="nofollow">SPR-8546</a></strong> and commented</p>
<p dir="auto">When "RequestResponseBodyMethodProcessor" is used to handle the return value (by annotating the method with <code class="notranslate">@ResponseBody</code>), the HttpMessageConverter is choosen based on request header "Accept".</p>
<p dir="auto">Please provide an ability to also choose a HttpMessageConverter based on pathExtension (similar to ContentNegotiatingViewResolver).</p>
<p dir="auto">The HtppMessageConverter is choosed in the following class now.<br>
org.springframework.web.servlet.mvc.method.annotation.support.AbstractMessageConverterMethodProcessor<br>
Method: writeWithMessageConverters</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 3.0.5</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="398100331" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/11163" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/11163/hovercard" href="https://github.com/spring-projects/spring-framework/issues/11163">#11163</a> <code class="notranslate">@RequestMapping</code> should support accept header and url extension (<em><strong>"duplicates"</strong></em>)</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398112762" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/13057" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/13057/hovercard" href="https://github.com/spring-projects/spring-framework/issues/13057">#13057</a> Content negotiation improvements (<em><strong>"duplicates"</strong></em>)</li>
</ul> | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke" rel="nofollow">Oliver Drotbohm</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6671?redirect=false" rel="nofollow">SPR-6671</a></strong> and commented</p>
<p dir="auto">There is a subtle issue with <code class="notranslate">EventListener</code> handling. <code class="notranslate">EventListeners</code> are generic since Spring 3.0 and works perfectly fine in most cases. Suppose the folloeing case:</p>
<p dir="auto">You have an interface as well as an implementation. The implementation is using <code class="notranslate">@Transactional</code> for transaction demarcation <strong>and</strong> implements <code class="notranslate">EventListener<ContextRefreshedEvent></code>. As there is a JDK dynamic proxy created by Spring, the reflective lookup of the event type fails, which causes Spring to assume the implementation actually declares a raw <code class="notranslate">EventListener</code> and thus also hands <code class="notranslate">ContextClosedEvent</code> e.g. which then in turn leads to a <code class="notranslate">ClassCastException</code> as the method only accepts <code class="notranslate">ContextRefreshedEvent</code> as parameter.</p>
<p dir="auto">The major problem is that I see no correct way of solving this as Spring cannot simply reject the listener instead of blindly handing all events to it. As the main issue with the current situation is, that it is not really obvious <strong>why</strong> the <code class="notranslate">ClassCastException</code> occurs, a feasible solution might be to check the inspected listener instance for implementing <code class="notranslate">Adviced</code> and log a warning if also implements <code class="notranslate">EventListener</code> <strong>and</strong> does not return the event type.</p>
<p dir="auto">Test case reproducing the issue attached.</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 3.0 GA</p>
<p dir="auto"><strong>Attachments:</strong></p>
<ul dir="auto">
<li><a href="https://jira.spring.io/secure/attachment/16081/event-listener-bug.zip" rel="nofollow">event-listener-bug.zip</a> (<em>10.71 kB</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="398101182" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/11262" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/11262/hovercard" href="https://github.com/spring-projects/spring-framework/issues/11262">#11262</a> Parameterized ApplicationListener does not work with AOP proxies (<em><strong>"duplicates"</strong></em>)</li>
</ul> | 0 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.