text1
stringlengths 0
536k
| text2
stringlengths 0
536k
| label
int64 0
1
|
---|---|---|
<p dir="auto">I could start it easily from a terminal as a background process in Fedora 23 (using ampersand). However, after an upgrade to 0.10.6 (64bit), it freezes soon after opening. It was not the case in the previous versions.</p>
<p dir="auto">I suspect it might be related to the git integration somehow. It freezes if a folder is under git source control. It does not freeze otherwise. When I run it with the verbose option, it stops right before prompting for my repository credentials (which it normally does if not frozen).</p>
<p dir="auto">vscode:<br>
Version 0.10.6<br>
Commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/vscode/commit/a80232bbcfe8a5cdad1ebc98638673d9dcb02458/hovercard" href="https://github.com/microsoft/vscode/commit/a80232bbcfe8a5cdad1ebc98638673d9dcb02458"><tt>a80232b</tt></a><br>
Date 2015-12-19T11:26:42.359Z<br>
Shell 0.34.5<br>
Renderer 45.0.2454.85<br>
Node 4.1.1</p>
<p dir="auto">git:<br>
2.5.0</p>
<p dir="auto">Normal start-up (with a git repository address being changed):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
### VSCode main.js ###
/home/rbazhenov/Software/VSCode-linux-x64/resources/app { pathArguments: [ '/home/rbazhenov/Projects/ec+' ],
programStart: 0,
workers: -1,
enablePerformance: false,
verboseLogging: true,
debugPluginHostPort: undefined,
debugBrkPluginHost: undefined,
logPluginHostCommunication: false,
firstrun: false,
openNewWindow: false,
openInSameWindow: false,
gotoLineMode: false,
pluginHomePath: undefined,
pluginDevelopmentPath: undefined,
pluginTestsPath: undefined,
disablePlugins: false }
Lifecycle#unload() 1
IPC#vscode-workbenchLoaded
Password for 'MYGITREPOADDRESS':"><pre lang="text" class="notranslate"><code class="notranslate">bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
### VSCode main.js ###
/home/rbazhenov/Software/VSCode-linux-x64/resources/app { pathArguments: [ '/home/rbazhenov/Projects/ec+' ],
programStart: 0,
workers: -1,
enablePerformance: false,
verboseLogging: true,
debugPluginHostPort: undefined,
debugBrkPluginHost: undefined,
logPluginHostCommunication: false,
firstrun: false,
openNewWindow: false,
openInSameWindow: false,
gotoLineMode: false,
pluginHomePath: undefined,
pluginDevelopmentPath: undefined,
pluginTestsPath: undefined,
disablePlugins: false }
Lifecycle#unload() 1
IPC#vscode-workbenchLoaded
Password for 'MYGITREPOADDRESS':
</code></pre></div>
<p dir="auto">Failed start-up (freezes after opening):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
### VSCode main.js ###
/home/rbazhenov/Software/VSCode-linux-x64/resources/app { pathArguments: [ '/home/rbazhenov/Projects/ec+' ],
programStart: 0,
workers: -1,
enablePerformance: false,
verboseLogging: true,
debugPluginHostPort: undefined,
debugBrkPluginHost: undefined,
logPluginHostCommunication: false,
firstrun: false,
openNewWindow: false,
openInSameWindow: false,
gotoLineMode: false,
pluginHomePath: undefined,
pluginDevelopmentPath: undefined,
pluginTestsPath: undefined,
disablePlugins: false }
Lifecycle#unload() 1
IPC#vscode-workbenchLoaded"><pre lang="text" class="notranslate"><code class="notranslate">bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
### VSCode main.js ###
/home/rbazhenov/Software/VSCode-linux-x64/resources/app { pathArguments: [ '/home/rbazhenov/Projects/ec+' ],
programStart: 0,
workers: -1,
enablePerformance: false,
verboseLogging: true,
debugPluginHostPort: undefined,
debugBrkPluginHost: undefined,
logPluginHostCommunication: false,
firstrun: false,
openNewWindow: false,
openInSameWindow: false,
gotoLineMode: false,
pluginHomePath: undefined,
pluginDevelopmentPath: undefined,
pluginTestsPath: undefined,
disablePlugins: false }
Lifecycle#unload() 1
IPC#vscode-workbenchLoaded
</code></pre></div> | <p dir="auto">On VS Code 0.10.6, when trying to sync changes in a HTTPS-backed Git repository, I get an error message which expands to [1] when I click 'show output', if VS Code was run from the desktop environment. If I close VS Code and run it from the terminal instead, I get the username and password prompts <em>on the terminal</em> and typing from there just works (although it's obviously an uncomfortable task-switch).</p>
<p dir="auto">[1]</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="git fetch
Missing ipc hook
error: unable to read askpass response from '$APPDIR/resources/app/out/vs/workbench/parts/git/electron-main/askpass.sh'
fatal: could not read Username for 'https://bitbucket.org': No such device or address
git pull
Missing ipc hook
error: unable to read askpass response from '$APPDIR/resources/app/out/vs/workbench/parts/git/electron-main/askpass.sh'
fatal: could not read Username for 'https://bitbucket.org': No such device or address"><pre class="notranslate"><code class="notranslate">git fetch
Missing ipc hook
error: unable to read askpass response from '$APPDIR/resources/app/out/vs/workbench/parts/git/electron-main/askpass.sh'
fatal: could not read Username for 'https://bitbucket.org': No such device or address
git pull
Missing ipc hook
error: unable to read askpass response from '$APPDIR/resources/app/out/vs/workbench/parts/git/electron-main/askpass.sh'
fatal: could not read Username for 'https://bitbucket.org': No such device or address
</code></pre></div>
<p dir="auto">(Note: for conciseness I've replaced the directory where the application is installed with $APPDIR)</p>
<p dir="auto">And here's what I see in the developer tools console:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="workbench.main.js:63 There was an issue running a git operation.
Please review the output or use a console to check the state of
your repository.: Error: There was an issue running a git operation.
Please review the output or use a console to check the state of
your repository.
at Object.S [as create] (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:10:2854)
at file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:62:16688
at Object.p [as _notify] (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:181)
at Object.__dirname.undefined.F.enter (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:3509)
at __dirname.undefined.t.Class.define._run (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:4830)
at __dirname.undefined.t.Class.define._chainedError (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:4189)
at n (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:2017)
at Object.p [as _notify] (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:181)
at Object.__dirname.undefined.F.enter (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:3509)
at __dirname.undefined.t.Class.define._run (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:4830)e.doShow @ workbench.main.js:63"><pre class="notranslate"><code class="notranslate">workbench.main.js:63 There was an issue running a git operation.
Please review the output or use a console to check the state of
your repository.: Error: There was an issue running a git operation.
Please review the output or use a console to check the state of
your repository.
at Object.S [as create] (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:10:2854)
at file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:62:16688
at Object.p [as _notify] (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:181)
at Object.__dirname.undefined.F.enter (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:3509)
at __dirname.undefined.t.Class.define._run (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:4830)
at __dirname.undefined.t.Class.define._chainedError (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:4189)
at n (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:2017)
at Object.p [as _notify] (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:181)
at Object.__dirname.undefined.F.enter (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:3509)
at __dirname.undefined.t.Class.define._run (file:///$APPDIR/resources/app/out/vs/workbench/workbench.main.js:6:4830)e.doShow @ workbench.main.js:63
</code></pre></div>
<p dir="auto">And some more version info:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Version 0.10.6
Commit a80232bbcfe8a5cdad1ebc98638673d9dcb02458
Date 2015-12-19T11:26:42.359Z
Shell 0.34.5
Renderer 45.0.2454.85
Node 4.1.1"><pre class="notranslate"><code class="notranslate">Version 0.10.6
Commit a80232bbcfe8a5cdad1ebc98638673d9dcb02458
Date 2015-12-19T11:26:42.359Z
Shell 0.34.5
Renderer 45.0.2454.85
Node 4.1.1
</code></pre></div> | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">I am using Scrapy version 1.1.2. It is somenthing weird, because depending on the Rules configuration, the callback function is called or not...</p>
<p dir="auto">My rules:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rules = (
Rule(LinkExtractor(allow=('.*balsamo'))), # get category page
Rule(LinkExtractor(allow=(".*\/\d+.*"),restrict_xpaths=('//*[@id="center_column"]/div[3]')), callback='category'), # get product pages links in the category page
)"><pre class="notranslate"><code class="notranslate">rules = (
Rule(LinkExtractor(allow=('.*balsamo'))), # get category page
Rule(LinkExtractor(allow=(".*\/\d+.*"),restrict_xpaths=('//*[@id="center_column"]/div[3]')), callback='category'), # get product pages links in the category page
)
</code></pre></div>
<p dir="auto">If I remove the restrict_xpaths filter, the callback function is called, but when I use restrict_xpaths, the callback function is never called, even when the ouput shows the right crawled pages as "crawled". This is the output resulting from the above rules.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="2016-09-28 19:00:57 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/robots.txt (referer: None)
2016-09-28 19:00:57 [scrapy] DEBUG: Crawled (200) GET http://www.example.es (referer: None)
2016-09-28 19:00:58 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/75-balsamo (referer: http://www.example.es)
2016-09-28 19:00:58 [scrapy] DEBUG: Filtered duplicate request: GET http://www.example.es/75-balsamo - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2016-09-28 19:01:01 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/varios/233-relajante-balsamo-aromatico-dream-6-g-ha-tha.html (referer: http://www.example.es/75-balsamo)
2016-09-28 19:01:01 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/balsamo/459-balsamo-de-tigre-rojo-21-ml-varios.html (referer: http://www.example.es/75-balsamo)
2016-09-28 19:01:01 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/varios/235-refrescante-bio-balsamo-hierbas-classic-6-g-ha-tha.html (referer: http://www.example.es/75-balsamo)
2016-09-28 19:01:01 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/varios/234-tranquilizador-balsamo-aromatico-balance-ha-tha.html (referer: http://www.example.es/75-balsamo)
2016-09-28 19:01:01 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/balsamo/460-balsamo-de-tigre-blanco-21-ml-varios.html (referer: http://www.example.es/75-balsamo)
2016-09-28 19:01:01 [scrapy] INFO: Closing spider (finished)"><pre class="notranslate"><code class="notranslate">2016-09-28 19:00:57 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/robots.txt (referer: None)
2016-09-28 19:00:57 [scrapy] DEBUG: Crawled (200) GET http://www.example.es (referer: None)
2016-09-28 19:00:58 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/75-balsamo (referer: http://www.example.es)
2016-09-28 19:00:58 [scrapy] DEBUG: Filtered duplicate request: GET http://www.example.es/75-balsamo - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2016-09-28 19:01:01 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/varios/233-relajante-balsamo-aromatico-dream-6-g-ha-tha.html (referer: http://www.example.es/75-balsamo)
2016-09-28 19:01:01 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/balsamo/459-balsamo-de-tigre-rojo-21-ml-varios.html (referer: http://www.example.es/75-balsamo)
2016-09-28 19:01:01 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/varios/235-refrescante-bio-balsamo-hierbas-classic-6-g-ha-tha.html (referer: http://www.example.es/75-balsamo)
2016-09-28 19:01:01 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/varios/234-tranquilizador-balsamo-aromatico-balance-ha-tha.html (referer: http://www.example.es/75-balsamo)
2016-09-28 19:01:01 [scrapy] DEBUG: Crawled (200) GET http://www.example.es/balsamo/460-balsamo-de-tigre-blanco-21-ml-varios.html (referer: http://www.example.es/75-balsamo)
2016-09-28 19:01:01 [scrapy] INFO: Closing spider (finished)
</code></pre></div> | <p dir="auto">I totally dig this idea, but I also think this needs to be well thought-out or it could spell more trouble than it solves and be hard to deprecate and fix later.</p>
<p dir="auto">My thoughts on the current proposal:</p>
<p dir="auto"><code class="notranslate">[addons]</code> in <code class="notranslate">scrapy.cfg</code> would not provide any way to pass configuration settings. So we still need to modify settings.py for, say, the database connection parameters.<br>
That doesn't look very portable.</p>
<p dir="auto">Also, if two different addons expose or use the same settings, it gets ugly.<br>
Say we have different addons, one with a MongoPipeline and one with a MongoQueue, which by chance both use the <code class="notranslate">MONGO_COLLECTION</code> setting name.</p>
<p dir="auto">This is obviously already a problem, but I think with add-ons, people would more expect a "plug-and-play" system which "just works", and be less careful with checking individual addon-components for name clashes or dependency issues.</p>
<p dir="auto">Unless addons should be expected to be configured prior to use, or only as a bundle for hardcoded configuration settings, I think we need another layer deep to have addons and their settings in the same place.<br>
Maybe we can use a <code class="notranslate">[addon_(name)]</code> (or simply <code class="notranslate">[(addon_name)]</code>) ini setting which can then take multiple parameters.<br>
These settings should be namespaced to the addon.<br>
Example:</p>
<div class="highlight highlight-source-ini notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="[httpcache] # (looking in python path, no settings)
#enabled = True # (does ini-style require a parameter to recognize the section?)
[mongodb_pipeline]
path = /path/to/mongodb_pipeline.py # (explicit path)
host = 'localhost'
port = 27017"><pre class="notranslate"><span class="pl-en">[httpcache]</span> <span class="pl-c"><span class="pl-c">#</span> (looking in python path, no settings)</span>
<span class="pl-c"><span class="pl-c">#</span>enabled = True # (does ini-style require a parameter to recognize the section?)</span>
<span class="pl-en">[mongodb_pipeline]</span>
<span class="pl-k">path</span> = /path/to/mongodb_pipeline.py <span class="pl-c"><span class="pl-c">#</span> (explicit path)</span>
<span class="pl-k">host</span> = <span class="pl-s"><span class="pl-pds">'</span>localhost<span class="pl-pds">'</span></span>
<span class="pl-k">port</span> = 27017</pre></div>
<p dir="auto">These settings would then expand to <code class="notranslate">(addon_name)_(setting)</code>, e.g. <code class="notranslate">mongodb_pipeline_port</code> or <code class="notranslate">MONGODB_PIPELINE_PORT</code> to prevent namespace clashes between addons.</p>
<p dir="auto">(Would this copy settings on scrapyd deployment?)<br>
Alternatively, maybe all the addon defining and configuration could be in settings.py, but I think it should be in a single place.</p> | 0 |
<p dir="auto">wes, how would you feel about adding something like the following as<br>
a Dataframe method? especially with method chaining I would find this<br>
useful. Will add handling for datatypes and so on.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [32]: from pandas.util.testing import makeCustomDataframe as mkdf
In [33]: def grep(df,col,pat):
...: vals=df[col]
...: return df.ix[[bool(re.search(pat,unicode(x))) for x in vals]]
In [34]: df=mkdf(20,2)
...: print df
C0 C_l0_g0 C_l0_g1 \
R0
R_l0_g0 R0C0 R0C1
R_l0_g1 R1C0 R1C1
R_l0_g10 R2C0 R2C1
R_l0_g11 R3C0 R3C1
R_l0_g12 R4C0 R4C1
R_l0_g13 R5C0 R5C1
R_l0_g14 R6C0 R6C1
R_l0_g15 R7C0 R7C1
R_l0_g16 R8C0 R8C1
R_l0_g17 R9C0 R9C1
R_l0_g18 R10C0 R10C1
R_l0_g19 R11C0 R11C1
R_l0_g2 R12C0 R12C1
R_l0_g20 R13C0 R13C1
R_l0_g3 R14C0 R14C1
R_l0_g4 R15C0 R15C1
R_l0_g5 R16C0 R16C1
R_l0_g6 R17C0 R17C1
R_l0_g7 R18C0 R18C1
R_l0_g8 R19C0 R19C1
In [35]: grep(df,"C_l0_g0","R.*6")
Out[35]:
C0 C_l0_g0 C_l0_g1 \
R0
R_l0_g14 R6C0 R6C1
R_l0_g5 R16C0 R16C1 "><pre lang="ipython" class="notranslate"><code class="notranslate">In [32]: from pandas.util.testing import makeCustomDataframe as mkdf
In [33]: def grep(df,col,pat):
...: vals=df[col]
...: return df.ix[[bool(re.search(pat,unicode(x))) for x in vals]]
In [34]: df=mkdf(20,2)
...: print df
C0 C_l0_g0 C_l0_g1 \
R0
R_l0_g0 R0C0 R0C1
R_l0_g1 R1C0 R1C1
R_l0_g10 R2C0 R2C1
R_l0_g11 R3C0 R3C1
R_l0_g12 R4C0 R4C1
R_l0_g13 R5C0 R5C1
R_l0_g14 R6C0 R6C1
R_l0_g15 R7C0 R7C1
R_l0_g16 R8C0 R8C1
R_l0_g17 R9C0 R9C1
R_l0_g18 R10C0 R10C1
R_l0_g19 R11C0 R11C1
R_l0_g2 R12C0 R12C1
R_l0_g20 R13C0 R13C1
R_l0_g3 R14C0 R14C1
R_l0_g4 R15C0 R15C1
R_l0_g5 R16C0 R16C1
R_l0_g6 R17C0 R17C1
R_l0_g7 R18C0 R18C1
R_l0_g8 R19C0 R19C1
In [35]: grep(df,"C_l0_g0","R.*6")
Out[35]:
C0 C_l0_g0 C_l0_g1 \
R0
R_l0_g14 R6C0 R6C1
R_l0_g5 R16C0 R16C1
</code></pre></div> | <p dir="auto">As discussed on the mailing list, we should outline how we are going to do backports. Goals would be to provide a 0.19.1 bug-fix only release and at the same time allow master to proceed as 0.20/1.0 with all bug-fixes and API changes.</p>
<p dir="auto">This issue is for how to do this, as we are ready to merge some 0.19.1 fixes. So need to put some machinery in place ASAP.</p>
<ul dir="auto">
<li>create a 0.19.1 (or .x?) branch</li>
<li><code class="notranslate">scripts/merge-py.py</code> merges to master</li>
<li>then cherry-pick to 0.19.1?</li>
</ul>
<p dir="auto">Some questions</p>
<ul dir="auto">
<li>how to ensure that we are getting the appropriate commits. Do we need a comparison script?</li>
<li>how do we deal with the duplicated whatsnew issue (IOW, should commiters be directed to 0.20, then we copy / fix to put <em>also</em> in 0.19.1)?</li>
<li>testing, I <em>think</em> travis/appveyor will build both branches (master and 0.19.x)</li>
</ul>
<p dir="auto">would be nice to link some examples of how other projects do this. We have quite a lot of activity and don't want this to become a burden.</p> | 0 |
<p dir="auto">When i run my bootsrap run locally disappears by the gylphicon docs the bottom border. Is this normal?<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/c92d36e5a68c1affc1d73171c965e80662e88f82d78973b95005df10e6797ec1/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f353630323931382f313735393130372f66623430386664362d363639392d313165332d393565612d3238623036393536623766372e706e67"><img src="https://camo.githubusercontent.com/c92d36e5a68c1affc1d73171c965e80662e88f82d78973b95005df10e6797ec1/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f353630323931382f313735393130372f66623430386664362d363639392d313165332d393565612d3238623036393536623766372e706e67" alt="screenshot from 2013-12-16 22 28 08" data-canonical-src="https://f.cloud.github.com/assets/5602918/1759107/fb408fd6-6699-11e3-95ea-28b06956b7f7.png" style="max-width: 100%;"></a></p> | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/6adbcc1d43a4b3f982970856e316585140621f7b3e8ca158d5fb59058d78bf11/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f353630323931382f313735393035362f30373039666131612d363639392d313165332d383237362d3566653863363161343432372e706e67"><img src="https://camo.githubusercontent.com/6adbcc1d43a4b3f982970856e316585140621f7b3e8ca158d5fb59058d78bf11/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f353630323931382f313735393035362f30373039666131612d363639392d313165332d383237362d3566653863363161343432372e706e67" alt="screenshot from 2013-12-16 22 28 08" data-canonical-src="https://f.cloud.github.com/assets/5602918/1759056/0709fa1a-6699-11e3-8276-5fe8c61a4427.png" style="max-width: 100%;"></a><br>
Hi i'm on a linux 13.04 a,d when i run bootstrap locally the border on the bs-glyphicons won't show. Is this normal?</p> | 1 |
<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 latest <code class="notranslate">mongoose/mongoose.d.ts</code> file in this repo and had problems.
<ul dir="auto">
<li>The authors of that type definition are <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/simonxca/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/simonxca">@simonxca</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="165219198" data-permission-text="Title is private" data-url="https://github.com/DefinitelyTyped/DefinitelyTyped/issues/10084" data-hovercard-type="pull_request" data-hovercard-url="/DefinitelyTyped/DefinitelyTyped/pull/10084/hovercard" href="https://github.com/DefinitelyTyped/DefinitelyTyped/pull/10084">#10084</a>.</li>
</ul>
</li>
</ul>
<p dir="auto">Basically this broke my use of mongoose. Not that I am sure I was using it correctly as I'm a bit of a novice in this TS/JS realm.</p>
<p dir="auto">Snippet:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{...}
interface Location extends mongoose.Document {
name: string;
address: string;
rating: number;
facilities: string[];
coords: number[];
openingTimes: any[];
reviews: any[];
};
const locationSchema = new mongoose.Schema({
name: { type: String, required: true },
address: String,
rating: { type: Number, "default": 0, min: 0, max: 5 },
facilities: [String],
coords: { type: [Number], index: "2dsphere" },
openingTimes: [openingTimeSchema],
reviews: [reviewSchema]
});
mongoose.model<Location>("Location", locationSchema);
{...}"><pre class="notranslate"><code class="notranslate">{...}
interface Location extends mongoose.Document {
name: string;
address: string;
rating: number;
facilities: string[];
coords: number[];
openingTimes: any[];
reviews: any[];
};
const locationSchema = new mongoose.Schema({
name: { type: String, required: true },
address: String,
rating: { type: Number, "default": 0, min: 0, max: 5 },
facilities: [String],
coords: { type: [Number], index: "2dsphere" },
openingTimes: [openingTimeSchema],
reviews: [reviewSchema]
});
mongoose.model<Location>("Location", locationSchema);
{...}
</code></pre></div>
<p dir="auto">So I can no longer specify the interface with additional properties within <>.</p>
<blockquote>
<p dir="auto">Supplied parameters do not match the signature of the call target.</p>
</blockquote>
<p dir="auto">Simplifying to:</p>
<p dir="auto"><code class="notranslate">mongoose.model("Location", locationSchema);</code></p>
<p dir="auto">Works of course, but now in my controllers when executing a query and explicitly trying to access a property of a document TS is unaware of the additional properties on a document.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="loc
.findById(req.params.locationid)
.select("-reviews -rating")
.exec(
(err, location) => {
if (!location) {
sendJsonResponse(res, 404, {
"message": "locationid not found"
});
return;
} else if (err) {
sendJsonResponse(res, 400, err);
return;
}
location.name = req.body.name;
location.address = req.body.address;
{...}"><pre class="notranslate"><code class="notranslate">loc
.findById(req.params.locationid)
.select("-reviews -rating")
.exec(
(err, location) => {
if (!location) {
sendJsonResponse(res, 404, {
"message": "locationid not found"
});
return;
} else if (err) {
sendJsonResponse(res, 400, err);
return;
}
location.name = req.body.name;
location.address = req.body.address;
{...}
</code></pre></div>
<blockquote>
<p dir="auto">Property 'name' does not exist on type '_Model & EventEmitter'.</p>
</blockquote>
<p dir="auto">Then I thought perhaps creating a class that extends mongoose and implements my interface would work, but then I have to provide an implementation for everything in my interface and mongoose.Document. That seems kind of asinine so I figure I must be missing the most obvious way to do this.</p>
<p dir="auto">Thoughts?</p> | <p dir="auto">If you know how to fix the issue, make a pull request instead.</p>
<ul dir="auto">
<li>[x ] I tried using the <code class="notranslate">@types/xxxx</code> package and had problems.</li>
<li>[ x] 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>[ x] <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/horiuchi/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/horiuchi">@horiuchi</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/enaeseth/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/enaeseth">@enaeseth</a></li>
</ul>
</li>
</ul>
<p dir="auto">Hi guys...With the last update of <code class="notranslate">@types/[email protected]</code>, when we execute tsc -p tsconfig.json, we got some typescript error on the index.d.ts comming from your module (<code class="notranslate">@types/passport</code> && <code class="notranslate">@types/passport-http</code>).</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/15614466/32079381-69c5e18c-ba78-11e7-85f3-bd892f7b41d2.png"><img src="https://user-images.githubusercontent.com/15614466/32079381-69c5e18c-ba78-11e7-85f3-bd892f7b41d2.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">This issue breaks unfortunetly our continuous integration. Would you please fix this issue and publish a new version of these typed definition ?</p>
<p dir="auto">Thank you in advance for your answers and help.</p> | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1886" rel="nofollow">http://projects.scipy.org/scipy/ticket/1886</a> on 2013-04-05 by trac user jhowarth, assigned to trac user jakevdp.</em></p>
<p dir="auto">On both fink and MacPorts, the testsuite shows many failures. For example, on [[BR]]<br>
MacPorts, executing...[[BR]]<br>
[[BR]]<br>
PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages /opt/local/bin/python2.7 -c "import scipy; scipy.test()" [[BR]]<br>
[[BR]]<br>
results in the attached failures and the summary....[[BR]]<br>
[[BR]]<br>
Ran 5481 tests in 108.387s[[BR]]<br>
[[BR]]<br>
FAILED (KNOWNFAIL=13, SKIP=31, errors=1, failures=74)[[BR]]</p> | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1729" rel="nofollow">http://projects.scipy.org/scipy/ticket/1729</a> on 2012-09-18 by trac user breuderink, assigned to unknown.</em></p>
<p dir="auto">Dear developers,</p>
<p dir="auto">I installed the development version (the latest would not compile due to VecLib) of SciPy from source:</p>
<p dir="auto">$ git clone <a href="https://github.com/scipy/scipy.git">https://github.com/scipy/scipy.git</a></p>
<p dir="auto">$ git show<br>
commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/scipy/scipy/commit/6981d8b68dff947f26ae4b22c1c544217f234da0/hovercard" href="https://github.com/scipy/scipy/commit/6981d8b68dff947f26ae4b22c1c544217f234da0"><tt>6981d8b</tt></a><br>
Merge: <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/scipy/scipy/commit/a4d9a6d0541d39c81541f5f577ab8f9e52a90f94/hovercard" href="https://github.com/scipy/scipy/commit/a4d9a6d0541d39c81541f5f577ab8f9e52a90f94"><tt>a4d9a6d</tt></a> <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/scipy/scipy/commit/cc900a5b77c37464a11019455b292fce5c847abc/hovercard" href="https://github.com/scipy/scipy/commit/cc900a5b77c37464a11019455b292fce5c847abc"><tt>cc900a5</tt></a><br>
Author: Warren Weckesser <a href="mailto:[email protected]">[email protected]</a><br>
Date: Mon Sep 17 17:34:36 2012 -0700</p>
<p dir="auto">$ python setup.py build<br>
[see attachment]</p>
<p dir="auto">$ python setup.py install<br>
[see attachment]</p>
<p dir="auto">So far, so good. But, when I tried to run the unit tests (I verified this is the only scipy installation on my computer), I get many unit test failures:</p>
<p dir="auto">$ python -c "import scipy; scipy.test('full')"<br>
[see attachment]</p>
<p dir="auto">Most seem to be related to arpack. I am really uncomfortable using this scipy installation, and feel that if building succeeds, the unit tests should run without failures. Is there any remedy?</p>
<p dir="auto">I have attached my environment (both homebrew installed packages and the build environment as well).</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">Torch fails to build (see error below) on a cuda header apparently. I am definitely not building for a GPU so I don't know if it's necessary to build the GPU stuff at all...</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="�[91mCloning into 'pytorch'...
�[0m�[91mSubmodule 'third_party/ComputeLibrary' (https://github.com/ARM-software/ComputeLibrary.git) registered for path 'third_party/ComputeLibrary'
�[0m�[91mSubmodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16'
�[0m�[91mSubmodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv'
�[0m�[91mSubmodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK'
�[0m�[91mSubmodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK'
�[0m�[91mSubmodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark'
�[0m�[91mSubmodule 'third-party/cpuinfo' (https://github.com/Maratyszcza/cpuinfo.git) registered for path 'third_party/cpuinfo'
�[0m�[91mSubmodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub'
�[0m�[91mSubmodule 'third_party/eigen' (https://github.com/eigenteam/eigen-git-mirror.git) registered for path 'third_party/eigen'
�[0m�[91mSubmodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm'
�[0m�[91mSubmodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp'
�[0m�[91mSubmodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo'
�[0m�[91mSubmodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest'
�[0m�[91mSubmodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep'
�[0m�[91mSubmodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake'
�[0m�[91mSubmodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl'
�[0m�[91mSubmodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse'
�[0m�[91mSubmodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx'
�[0m�[91mSubmodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt'
�[0m�[91mSubmodule 'third_party/protobuf' (https://github.com/google/protobuf.git) registered for path 'third_party/protobuf'
�[0m�[91mSubmodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd'
�[0m�[91mSubmodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool'
�[0m�[91mSubmodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11'
�[0m�[91mSubmodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum'
�[0m�[91mSubmodule 'third_party/python-peachpy' (https://github.com/Maratyszcza/PeachPy.git) registered for path 'third_party/python-peachpy'
�[0m�[91mSubmodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six'
�[0m�[91mSubmodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef'
�[0m�[91mSubmodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd'
�[0m�[91mCloning into '/opt/pytorch/third_party/ComputeLibrary'...
�[0m�[91mCloning into '/opt/pytorch/third_party/FP16'...
�[0m�[91mCloning into '/opt/pytorch/third_party/FXdiv'...
�[0m�[91mCloning into '/opt/pytorch/third_party/NNPACK'...
�[0m�[91mCloning into '/opt/pytorch/third_party/QNNPACK'...
�[0m�[91mCloning into '/opt/pytorch/third_party/benchmark'...
�[0m�[91mCloning into '/opt/pytorch/third_party/cpuinfo'...
�[0m�[91mCloning into '/opt/pytorch/third_party/cub'...
�[0m�[91mCloning into '/opt/pytorch/third_party/eigen'...
�[0m�[91mCloning into '/opt/pytorch/third_party/fbgemm'...
�[0m�[91mCloning into '/opt/pytorch/third_party/gemmlowp/gemmlowp'...
�[0m�[91mCloning into '/opt/pytorch/third_party/gloo'...
�[0m�[91mCloning into '/opt/pytorch/third_party/googletest'...
�[0m�[91mCloning into '/opt/pytorch/third_party/ideep'...
�[0m�[91mCloning into '/opt/pytorch/third_party/ios-cmake'...
�[0m�[91mCloning into '/opt/pytorch/third_party/nccl/nccl'...
�[0m�[91mCloning into '/opt/pytorch/third_party/neon2sse'...
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx'...
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx-tensorrt'...
�[0m�[91mCloning into '/opt/pytorch/third_party/protobuf'...
�[0m�[91mCloning into '/opt/pytorch/third_party/psimd'...
�[0m�[91mCloning into '/opt/pytorch/third_party/pthreadpool'...
�[0m�[91mCloning into '/opt/pytorch/third_party/pybind11'...
�[0m�[91mCloning into '/opt/pytorch/third_party/python-enum'...
�[0m�[91mCloning into '/opt/pytorch/third_party/python-peachpy'...
�[0m�[91mCloning into '/opt/pytorch/third_party/python-six'...
�[0m�[91mCloning into '/opt/pytorch/third_party/sleef'...
�[0m�[91mCloning into '/opt/pytorch/third_party/zstd'...
�[0mSubmodule path 'third_party/ComputeLibrary': checked out '292227986edb37b01061afcad6df18ba9d6ccbeb'
Submodule path 'third_party/FP16': checked out '34d4bf01bbf7376f2baa71b8fa148b18524d45cf'
Submodule path 'third_party/FXdiv': checked out '811b482bcd9e8d98ad80c6c78d5302bb830184b0'
Submodule path 'third_party/NNPACK': checked out '1e005b0c2777f39972a4ac15bea03e0e315a3d92'
Submodule path 'third_party/QNNPACK': checked out '85e21ce260ea04a8dc024c4efe6115fd59ac45d4'
Submodule path 'third_party/benchmark': checked out '505be96ab23056580a3a2315abba048f4428b04e'
Submodule path 'third_party/cpuinfo': checked out 'c342292afb040c868849bc15e96ab894dceba2bc'
Submodule path 'third_party/cub': checked out '285aeebaa34b0e8a7670867a2e66c1a52d998d6a'
�[91mFrom https://github.com/eigenteam/eigen-git-mirror
* branch f59336cee358f92b959de6a0daf07c4ab2318022 -> FETCH_HEAD
�[0mSubmodule path 'third_party/eigen': checked out 'f59336cee358f92b959de6a0daf07c4ab2318022'
Submodule path 'third_party/fbgemm': checked out '56d9537efc00d7741486b7539f13e0abae6ef1df'
Submodule path 'third_party/gemmlowp/gemmlowp': checked out '8416bab644641a5c0a81ecf91a5cda804af0aee1'
Submodule path 'third_party/gloo': checked out '0df388b44ed22f5b88aff31ab997fd6dfa6561ac'
Submodule path 'third_party/googletest': checked out '2fe3bd994b3189899d93f1d5a881e725e046fdc2'
Submodule path 'third_party/ideep': checked out 'dedff8fb8193fe3a1ea893d4bc852f8ea395b6b3'
�[91mSubmodule 'mkl-dnn' (https://github.com/01org/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn'
�[0m�[91mSubmodule 'tests/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/ideep/tests/googletest'
�[0m�[91mSubmodule 'tests/rapidcheck' (https://github.com/emil-e/rapidcheck.git) registered for path 'third_party/ideep/tests/rapidcheck'
�[0m�[91mCloning into '/opt/pytorch/third_party/ideep/mkl-dnn'...
�[0m�[91mCloning into '/opt/pytorch/third_party/ideep/tests/googletest'...
�[0m�[91mCloning into '/opt/pytorch/third_party/ideep/tests/rapidcheck'...
�[0mSubmodule path 'third_party/ideep/mkl-dnn': checked out 'c0095ec26c215970b9b94915963b59e76398265e'
Submodule path 'third_party/ideep/tests/googletest': checked out '08d5b1f33af8c18785fb8ca02792b5fac81e248f'
Submodule path 'third_party/ideep/tests/rapidcheck': checked out '10fc0cbaa46a765d8134e99995de9c81c048a331'
�[91mSubmodule 'ext/catch' (https://github.com/philsquared/Catch.git) registered for path 'third_party/ideep/tests/rapidcheck/ext/catch'
�[0m�[91mSubmodule 'ext/googletest' (https://github.com/google/googletest) registered for path 'third_party/ideep/tests/rapidcheck/ext/googletest'
�[0m�[91mCloning into '/opt/pytorch/third_party/ideep/tests/rapidcheck/ext/catch'...
�[0m�[91mCloning into '/opt/pytorch/third_party/ideep/tests/rapidcheck/ext/googletest'...
�[0mSubmodule path 'third_party/ideep/tests/rapidcheck/ext/catch': checked out '2ce6c74f8fcbd28c977e70d8c020939123a9ea3c'
Submodule path 'third_party/ideep/tests/rapidcheck/ext/googletest': checked out 'ecd530865cefdfa7dea58e84f6aa1b548950363d'
Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724'
Submodule path 'third_party/nccl/nccl': checked out '3c6e25210bb1b544748937e5db74db0b9679b95e'
Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a'
Submodule path 'third_party/onnx': checked out '882c5283c54345d131e8fe5c859e4844dcf7ca8e'
�[91mSubmodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark'
�[0m�[91mSubmodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11'
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx/third_party/benchmark'...
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx/third_party/pybind11'...
�[0mSubmodule path 'third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508'
Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c'
�[91mSubmodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx/third_party/pybind11/tools/clang'
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx/third_party/pybind11/tools/clang'...
�[0mSubmodule path 'third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5'
Submodule path 'third_party/onnx-tensorrt': checked out 'fa0964e8477fc004ee2f49ee77ffce0bf7f711a9'
�[91mSubmodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx'
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx-tensorrt/third_party/onnx'...
�[0mSubmodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out 'b4072194c2e6ef90693bcfdea4c6f45cf30bb65e'
�[91mSubmodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'
�[0m�[91mSubmodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'...
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'...
�[0mSubmodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508'
Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c'
�[91mSubmodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'...
�[0mSubmodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5'
Submodule path 'third_party/protobuf': checked out '2761122b810fe8861004ae785cc3ab39f384d342'
�[91mSubmodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark'
�[0m�[91mCloning into '/opt/pytorch/third_party/protobuf/third_party/benchmark'...
�[0mSubmodule path 'third_party/protobuf/third_party/benchmark': checked out '360e66c1c4777c99402cf8cd535aa510fee16573'
Submodule path 'third_party/psimd': checked out '90a938f30ba414ada2f4b00674ee9631d7d85e19'
Submodule path 'third_party/pthreadpool': checked out '13da0b4c21d17f94150713366420baaf1b5a46f4'
Submodule path 'third_party/pybind11': checked out '5c8746ff135abb390bf95944be593e895a586a50'
�[91mSubmodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/pybind11/tools/clang'
�[0m�[91mCloning into '/opt/pytorch/third_party/pybind11/tools/clang'...
�[0mSubmodule path 'third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5'
Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7'
Submodule path 'third_party/python-peachpy': checked out '07d8fde8ac45d7705129475c0f94ed8925b93473'
Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a'
Submodule path 'third_party/sleef': checked out '6ff7a135a1e31979d1e1844a2e7171dfbd34f54f'
Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8'
�[91mFrom https://github.com/intel/mkl-dnn
* branch HEAD -> FETCH_HEAD
�[0mFirst, rewinding head to replay your work on top of it...
Fast-forwarded HEAD to 733fc908874c71a5285043931a1cf80aa923165c.
Building wheel torch-1.0.0a0+6d9a7d0
running install
setup.py::run()
running build_deps
�[91m+ SYNC_COMMAND=cp
�[0m�[91m++ command -v rsync
�[0m�[91m+ '[' -x /usr/bin/rsync ']'
�[0m�[91m+ SYNC_COMMAND='rsync -lptgoD'
+ CMAKE_COMMAND=cmake
�[0m�[91m++ command -v cmake3
�[0m�[91m+ [[ -x '' ]]
�[0m�[91m+ USE_CUDA=0
+ USE_FBGEMM=0
+ USE_ROCM=0
+ USE_NNPACK=0
�[0m�[91m+ USE_MKLDNN=0
+ USE_QNNPACK=0
+ USE_GLOO_IBVERBS=0
+ CAFFE2_STATIC_LINK_CUDA=0
+ RERUN_CMAKE=1
�[0m�[91m+ [[ 4 -gt 0 ]]
+ case "$1" in
+ USE_NNPACK=1
+ shift
+ [[ 3 -gt 0 ]]
+ case "$1" in
+ USE_MKLDNN=1
+ shift
+ [[ 2 -gt 0 ]]
+ case "$1" in
+ USE_QNNPACK=1
+ shift
+ [[ 1 -gt 0 ]]
+ case "$1" in
�[0m�[91m+ break
+ CMAKE_INSTALL='make install'
+ BUILD_SHARED_LIBS=ON
+ USER_CFLAGS=
+ USER_LDFLAGS=
+ [[ -n '' ]]
�[0m�[91m+ [[ -n '' ]]
+ [[ -n '' ]]
�[0m�[91m++ uname
�[0m�[91m+ '[' Linux == Darwin ']'
�[0m�[91m+++ dirname ../tools/build_pytorch_libs.sh
�[0m�[91m++ cd ../tools/..
�[0m�[91m+++ pwd
�[0m�[91m++ printf '%q\n' /opt/pytorch
�[0m�[91m+ BASE_DIR=/opt/pytorch
+ TORCH_LIB_DIR=/opt/pytorch/torch/lib
�[0m�[91m+ INSTALL_DIR=/opt/pytorch/torch/lib/tmp_install
+ THIRD_PARTY_DIR=/opt/pytorch/third_party
+ C_FLAGS=
�[0m�[91m+ C_FLAGS=' -DOMPI_SKIP_MPICXX=1'
+ LDFLAGS=
+ LD_POSTFIX=.so
�[0m�[91m++ uname
�[0m�[91m+ [[ Linux == \D\a\r\w\i\n ]]
+ [[ 0 -eq 1 ]]
+ LDFLAGS=' -Wl,-rpath,$ORIGIN'
�[0m�[91m+ CPP_FLAGS=' -std=c++11 '
+ THD_FLAGS=
+ [[ 0 -eq 1 ]]
+ CUDA_NVCC_FLAGS=' -DOMPI_SKIP_MPICXX=1'
+ [[ -z '' ]]
+ CUDA_DEVICE_DEBUG=0
�[0m�[91m+ '[' -z '' ']'
�[0m�[91m++ getconf _NPROCESSORS_ONLN
�[0m�[91m+ MAX_JOBS=8
+ BUILD_TYPE=Release
�[0m�[91m+ [[ -n '' ]]
+ [[ -n '' ]]
+ echo 'Building in Release mode'
�[0mBuilding in Release mode
�[91m+ mkdir -p /opt/pytorch/torch/lib/tmp_install
�[0m�[91m+ for arg in "$@"
+ [[ caffe2 == \c\a\f\f\e\2 ]]
+ build_caffe2
�[0m�[91m+ [[ -z '' ]]
+ EXTRA_CAFFE2_CMAKE_FLAGS=()
+ [[ -n '' ]]
+ [[ -n /opt/conda/lib/python3.6/site-packages ]]
+ EXTRA_CAFFE2_CMAKE_FLAGS+=("-DCMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH")
+ [[ 1 -eq 1 ]]
�[0m�[91m+ cmake /opt/pytorch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.6m.so.1.0 -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.6m -DBUILDING_WITH_TORCH_LIBS=ON -DTORCH_BUILD_VERSION=1.0.0a0+6d9a7d0 -DCMAKE_BUILD_TYPE=Release -DBUILD_TORCH=ON -DBUILD_PYTHON=ON -DBUILD_SHARED_LIBS=ON -DBUILD_BINARY=OFF -DBUILD_TEST=ON -DINSTALL_TEST=ON -DBUILD_CAFFE2_OPS=ON -DONNX_NAMESPACE=onnx_torch -DUSE_CUDA=0 -DUSE_DISTRIBUTED=ON -DUSE_FBGEMM=0 -DUSE_NUMPY= -DNUMPY_INCLUDE_DIR=/opt/conda/lib/python3.6/site-packages/numpy-1.16.0.dev0+2668b31-py3.6-linux-x86_64.egg/numpy/core/include -DCAFFE2_STATIC_LINK_CUDA=0 -DUSE_ROCM=0 -DUSE_NNPACK=1 -DUSE_LEVELDB=OFF -DUSE_LMDB=OFF -DUSE_OPENCV=OFF -DUSE_QNNPACK=1 -DUSE_FFMPEG=OFF -DUSE_GLOG=OFF -DUSE_GFLAGS=OFF -DUSE_SYSTEM_EIGEN_INSTALL=OFF -DCUDNN_INCLUDE_DIR= -DCUDNN_LIB_DIR= -DCUDNN_LIBRARY= -DUSE_MKLDNN=1 -DNCCL_EXTERNAL=0 -DCMAKE_INSTALL_PREFIX=/opt/pytorch/torch/lib/tmp_install -DCMAKE_C_FLAGS= -DCMAKE_CXX_FLAGS= '-DCMAKE_EXE_LINKER_FLAGS= -Wl,-rpath,$ORIGIN ' '-DCMAKE_SHARED_LINKER_FLAGS= -Wl,-rpath,$ORIGIN ' -DTHD_SO_VERSION=1 -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.6/site-packages
�[0m-- The CXX compiler identification is GNU 8.2.0
-- The C compiler identification is GNU 8.2.0
-- Check for working CXX compiler: /usr/local/bin/c++
-- Check for working CXX compiler: /usr/local/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/local/bin/gcc
-- Check for working C compiler: /usr/local/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Not forcing any particular BLAS to be found
-- Performing Test COMPILER_WORKS
-- Performing Test COMPILER_WORKS - Success
-- Performing Test SUPPORT_GLIBCXX_USE_C99
-- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success
-- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED
-- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success
-- std::exception_ptr is supported.
-- Performing Test CAFFE2_IS_NUMA_AVAILABLE
-- Performing Test CAFFE2_IS_NUMA_AVAILABLE - Success
-- NUMA is available
-- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING
-- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed
-- Turning off deprecation warning due to glog.
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success
-- Current compiler supports avx2 extension. Will build perfkernels.
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512F_EXTENSIONS
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512F_EXTENSIONS - Success
-- Current compiler supports avx512f extension. Will build fbgemm.
-- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_SUPPORTS_RDYNAMIC
-- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success
-- Building using own protobuf under third_party per request.
-- Use custom protobuf build.
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/opt/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
-- The BLAS backend of choice:MKL
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_intel_lp64: /opt/intel/mkl/lib/intel64/libmkl_intel_lp64.so
-- Library mkl_gnu_thread: /opt/intel/mkl/lib/intel64/libmkl_gnu_thread.so
-- Library mkl_core: /opt/intel/mkl/lib/intel64/libmkl_core.so
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
-- Library gomp: -fopenmp
-- Library pthread: /usr/lib/x86_64-linux-gnu/libpthread.so
-- Library m: /usr/lib/x86_64-linux-gnu/libm.so
-- Library dl: /usr/lib/x86_64-linux-gnu/libdl.so
-- Looking for cblas_sgemm
-- Looking for cblas_sgemm - found
-- The ASM compiler identification is GNU
-- Found assembler: /usr/local/bin/gcc
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Brace yourself, we are building NNPACK
-- Found PythonInterp: /opt/conda/bin/python (found version "3.6.5")
-- Failed to find LLVM FileCheck
-- Found Git: /usr/bin/git (found version "2.11.0")
�[91m-- git Version: v1.4.0-505be96a
�[0m�[91m-- Version: 1.4.0
�[0m-- Performing Test HAVE_CXX_FLAG_STD_CXX11
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
-- Performing Test HAVE_CXX_FLAG_WALL
-- Performing Test HAVE_CXX_FLAG_WALL - Success
-- Performing Test HAVE_CXX_FLAG_WEXTRA
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- Performing Test HAVE_CXX_FLAG_WSHADOW
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- Performing Test HAVE_CXX_FLAG_WERROR
-- Performing Test HAVE_CXX_FLAG_WERROR - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WD654
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed
-- Performing Test HAVE_CXX_FLAG_COVERAGE
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
�[91m-- Performing Test HAVE_STD_REGEX
-- Performing Test HAVE_STD_REGEX
�[0m�[91m-- Performing Test HAVE_STD_REGEX -- success
�[0m�[91m-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX
�[0m�[91m-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
�[0m�[91m-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX
�[0m�[91m-- Performing Test HAVE_POSIX_REGEX -- success
�[0m�[91m-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK
�[0m�[91m-- Performing Test HAVE_STEADY_CLOCK -- success
�[0m-- Found Numa: /usr/include
-- Found Numa (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so)
-- Using third party subdirectory Eigen.
�[91mPython 3.6.5 :: Anaconda, Inc.
�[0m-- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.6.5", minimum required is "2.7")
-- Found PythonLibs: /opt/conda/lib/libpython3.6m.so.1.0 (found suitable version "3.6.5", minimum required is "2.7")
�[91mCMake Warning at cmake/Dependencies.cmake:583 (find_package):
Could not find a package configuration file provided by "pybind11" with any
of the following names:
pybind11Config.cmake
pybind11-config.cmake
Add the installation prefix of "pybind11" to CMAKE_PREFIX_PATH or set
"pybind11_DIR" to a directory containing one of the above files. If
"pybind11" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:201 (include)
�[0m-- Could NOT find pybind11 (missing: pybind11_INCLUDE_DIR)
-- Using third_party/pybind11.
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
-- MPI support found
-- MPI compile flags:
-- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include/usr/lib/x86_64-linux-gnu/openmpi/include
-- MPI LINK flags path:
-- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
�[91mCMake Warning at cmake/Dependencies.cmake:618 (message):
OpenMPI found, but it is not built with CUDA support.
Call Stack (most recent call first):
CMakeLists.txt:201 (include)
�[0m-- Adding -fopenmp
�[91mCMake Warning at cmake/Dependencies.cmake:769 (message):
Not using CUDA, so disabling NCCL. Suppress this warning with
-DUSE_NCCL=OFF.
Call Stack (most recent call first):
CMakeLists.txt:201 (include)
�[0m-- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include/usr/lib/x86_64-linux-gnu/openmpi/include
-- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
�[91mCMake Warning at cmake/Dependencies.cmake:847 (message):
mobile opengl is only used in android or ios builds.
Call Stack (most recent call first):
CMakeLists.txt:201 (include)
�[0m�[91mCMake Warning at cmake/Dependencies.cmake:923 (message):
Metal is only used in ios builds.
Call Stack (most recent call first):
CMakeLists.txt:201 (include)
�[0m--
-- ******** Summary ********
-- CMake version : 3.7.2
-- CMake command : /usr/bin/cmake
-- System : Linux
-- C++ compiler : /usr/local/bin/c++
-- C++ compiler version : 8.2.0
-- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -fopenmp
-- Build type : Release
-- Compile definitions : TH_BLAS_MKL
-- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.6/site-packages
-- CMAKE_INSTALL_PREFIX : /opt/pytorch/torch/lib/tmp_install
-- CMAKE_MODULE_PATH : /opt/pytorch/cmake/Modules
--
-- ONNX version : 1.3.0
-- ONNX NAMESPACE : onnx_torch
-- ONNX_BUILD_TESTS : OFF
-- ONNX_BUILD_BENCHMARKS : OFF
-- ONNX_USE_LITE_PROTO : OFF
-- ONNXIFI_DUMMY_BACKEND : OFF
--
-- Protobuf compiler :
-- Protobuf includes :
-- Protobuf libraries :
-- BUILD_ONNX_PYTHON : OFF
-- Found gcc >=5 and CUDA <= 7.5, adding workaround C++ flags
-- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor
-- Removing -DNDEBUG from compile flags
-- Compiling with OpenMP support
-- MAGMA not found. Compiling without MAGMA support
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this machine.
-- No OMAP4 processor on this machine.
-- Looking for cpuid.h
-- Looking for cpuid.h - found
-- Performing Test HAVE_GCC_GET_CPUID
-- Performing Test HAVE_GCC_GET_CPUID - Success
-- Performing Test NO_GCC_EBX_FPIC_BUG
-- Performing Test NO_GCC_EBX_FPIC_BUG - Success
-- Performing Test C_HAS_AVX_1
-- Performing Test C_HAS_AVX_1 - Failed
-- Performing Test C_HAS_AVX_2
-- Performing Test C_HAS_AVX_2 - Success
-- Performing Test C_HAS_AVX2_1
-- Performing Test C_HAS_AVX2_1 - Failed
-- Performing Test C_HAS_AVX2_2
-- Performing Test C_HAS_AVX2_2 - Success
-- Performing Test CXX_HAS_AVX_1
-- Performing Test CXX_HAS_AVX_1 - Failed
-- Performing Test CXX_HAS_AVX_2
-- Performing Test CXX_HAS_AVX_2 - Success
-- Performing Test CXX_HAS_AVX2_1
-- Performing Test CXX_HAS_AVX2_1 - Failed
-- Performing Test CXX_HAS_AVX2_2
-- Performing Test CXX_HAS_AVX2_2 - Success
-- AVX compiler support found
-- AVX2 compiler support found
-- Performing Test HAS_C11_ATOMICS
-- Performing Test HAS_C11_ATOMICS - Success
-- Atomics: using C11 intrinsics
-- Performing Test BLAS_F2C_DOUBLE_WORKS
-- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
-- Performing Test BLAS_F2C_FLOAT_WORKS
-- Performing Test BLAS_F2C_FLOAT_WORKS - Success
-- Performing Test BLAS_USE_CBLAS_DOT
-- Performing Test BLAS_USE_CBLAS_DOT - Success
-- Found a library with BLAS API (mkl).
-- Found a library with LAPACK API. (mkl)
�[91mdisabling CUDA because NOT USE_CUDA is set
disabling ROCM because NOT USE_ROCM is set
�[0m-- CuDNN not found. Compiling without CuDNN support
-- MIOpen not found. Compiling without MIOpen support
-- Found MKLDNN: /opt/intel/mkl/lib/intel64/libmkl_intel_lp64.so;/opt/intel/mkl/lib/intel64/libmkl_gnu_thread.so;/opt/intel/mkl/lib/intel64/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so
-- Detecting Intel(R) MKL: trying mklml_intel
-- Detecting Intel(R) MKL: trying mklml_gnu
-- Detecting Intel(R) MKL: trying mklml
-- Detecting Intel(R) MKL: trying mkl_rt
-- Intel(R) MKL: include /opt/intel/compilers_and_libraries/linux/mkl/include
-- Intel(R) MKL: lib /usr/local/lib64/libmkl_rt.so
-- OpenMP lib: -fopenmp
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.13")
-- VTune profiling environment is unset
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for shm_open
-- Looking for shm_open - found
-- Looking for shm_unlink
-- Looking for shm_unlink - found
-- Looking for malloc_usable_size
-- Looking for malloc_usable_size - found
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Success
-- GCC 8.2.0: Adding gcc and gcc_s libs to link line
-- Using python found in /opt/conda/bin/python
�[91mdisabling CUDA because USE_CUDA is set false
�[0m-- Check size of long double
-- Check size of long double - done
-- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE
-- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success
-- Performing Test COMPILER_SUPPORTS_FLOAT128
-- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success
-- Performing Test COMPILER_SUPPORTS_SSE2
-- Performing Test COMPILER_SUPPORTS_SSE2 - Success
-- Performing Test COMPILER_SUPPORTS_SSE4
-- Performing Test COMPILER_SUPPORTS_SSE4 - Success
-- Performing Test COMPILER_SUPPORTS_AVX
-- Performing Test COMPILER_SUPPORTS_AVX - Success
-- Performing Test COMPILER_SUPPORTS_FMA4
-- Performing Test COMPILER_SUPPORTS_FMA4 - Success
-- Performing Test COMPILER_SUPPORTS_AVX2
-- Performing Test COMPILER_SUPPORTS_AVX2 - Success
-- Performing Test COMPILER_SUPPORTS_SVE
-- Performing Test COMPILER_SUPPORTS_SVE - Failed
-- Performing Test COMPILER_SUPPORTS_AVX512F
-- Performing Test COMPILER_SUPPORTS_AVX512F - Success
-- Performing Test COMPILER_SUPPORTS_OPENMP
-- Performing Test COMPILER_SUPPORTS_OPENMP - Success
-- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES
-- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success
-- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH
-- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success
�[91m Target system: Linux-4.4.0-116-generic
Target processor: x86_64
Host system: Linux-4.4.0-116-generic
Host processor: x86_64
Detected C compiler: GNU @ /usr/local/bin/gcc
�[0m-- Configuring build for SLEEF-v3.2
-- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef
-- Building shared libs : OFF
-- MPFR : /usr/lib/x86_64-linux-gnu/libmpfr.so
-- MPFR header file in /usr/include
-- GMP : /usr/lib/x86_64-linux-gnu/libgmp.so
-- RUNNING_ON_TRAVIS : 0
-- COMPILER_SUPPORTS_OPENMP : 1
-- Using python found in /opt/conda/bin/python
-- /usr/local/bin/c++ /opt/pytorch/torch/abi-check.cpp -o /opt/pytorch/build/abi-check
-- Determined _GLIBCXX_USE_CXX11_ABI=1
-- Performing Test HAS_THREAD_LOCAL
-- Performing Test HAS_THREAD_LOCAL - Success
-- ignoring CUDA
-- MPI_LIBRARIES: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
-- Building C10D without CUDA support
-- MPI_INCLUDE_PATH: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi;/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent;/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include;/usr/lib/x86_64-linux-gnu/openmpi/include
-- MPI_LIBRARIES: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
-- MPIEXEC: /usr/bin/mpiexec
-- NCCL operators skipped due to no CUDA support
-- Including IDEEP operators
-- Excluding image processing operators due to no opencv
-- Excluding video processing operators due to no opencv
-- Include Observer library
-- Using lib/python3.6/site-packages as python relative installation path
-- Automatically generating missing __init__.py files.
�[91mCMake Warning at CMakeLists.txt:389 (message):
Generated cmake files are only fully tested if one builds with system glog,
gflags, and protobuf. Other settings may generate files that are not well
tested.
�[0m�[91m
�[0m--
-- ******** Summary ********
-- General:
-- CMake version : 3.7.2
-- CMake command : /usr/bin/cmake
-- System : Linux
-- C++ compiler : /usr/local/bin/c++
-- C++ compiler version : 8.2.0
-- BLAS : MKL
-- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -D_FORCE_INLINES -D_MWAITXINTRIN_H_INCLUDED -D__STRICT_ANSI__ -fopenmp -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-stringop-overflow -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -Wno-stringop-overflow
-- Build type : Release
-- Compile definitions : TH_BLAS_MKL;ONNX_NAMESPACE=onnx_torch;USE_C11_ATOMICS=1;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1
-- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.6/site-packages
-- CMAKE_INSTALL_PREFIX : /opt/pytorch/torch/lib/tmp_install
--
-- TORCH_VERSION : 1.0.0
-- CAFFE2_VERSION : 1.0.0
-- BUILD_ATEN_MOBILE : OFF
-- BUILD_ATEN_ONLY : OFF
-- BUILD_BINARY : OFF
-- BUILD_CUSTOM_PROTOBUF : ON
-- Link local protobuf : ON
-- BUILD_DOCS : OFF
-- BUILD_PYTHON : ON
-- Python version : 3.6.5
-- Python executable : /opt/conda/bin/python
-- Pythonlibs version : 3.6.5
-- Python library : /opt/conda/lib/libpython3.6m.so.1.0
-- Python includes : /opt/conda/include/python3.6m
-- Python site-packages: lib/python3.6/site-packages
-- BUILD_CAFFE2_OPS : ON
-- BUILD_SHARED_LIBS : ON
-- BUILD_TEST : ON
-- USE_ASAN : OFF
-- USE_CUDA : 0
-- USE_ROCM : OFF
-- USE_EIGEN_FOR_BLAS :
-- USE_FBGEMM : 0
-- USE_FFMPEG : OFF
-- USE_GFLAGS : OFF
-- USE_GLOG : OFF
-- USE_LEVELDB : OFF
-- USE_LITE_PROTO : OFF
-- USE_LMDB : OFF
-- USE_METAL : OFF
-- USE_MKL : ON
-- USE_MKLDNN : ON
-- USE_MOBILE_OPENGL : OFF
-- USE_NCCL : OFF
-- USE_NNPACK : 1
-- USE_NUMPY : ON
-- USE_OBSERVERS : ON
-- USE_OPENCL : OFF
-- USE_OPENCV : OFF
-- USE_OPENMP : ON
-- USE_PROF : OFF
-- USE_QNNPACK : 1
-- USE_REDIS : OFF
-- USE_ROCKSDB : OFF
-- USE_ZMQ : OFF
-- USE_DISTRIBUTED : ON
-- USE_MPI : ON
-- USE_GLOO : ON
-- USE_GLOO_IBVERBS : OFF
-- Public Dependencies : Threads::Threads;caffe2::mkl;caffe2::mkldnn
-- Private Dependencies : qnnpack;nnpack;cpuinfo;/usr/lib/x86_64-linux-gnu/libnuma.so;fp16;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so;gloo;aten_op_header_gen;onnxifi_loader;rt;gcc_s;gcc;dl
-- Configuring done
-- Generating done
�[91mCMake Warning:
Manually-specified variables were not used by the project:
CUDNN_INCLUDE_DIR
CUDNN_LIBRARY
CUDNN_LIB_DIR
THD_SO_VERSION
�[0m-- Build files have been written to: /opt/pytorch/build
�[91m+ make install -j8
�[0mScanning dependencies of target js_embed
Scanning dependencies of target clog
Scanning dependencies of target gtest
Scanning dependencies of target pthreadpool
[ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/js_embed.dir/__/src/google/protobuf/compiler/js/embed.cc.o
[ 0%] Building C object confu-deps/clog/CMakeFiles/clog.dir/src/clog.c.o
Scanning dependencies of target libprotobuf-lite
[ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
[ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/threadpool-pthreads.c.o
Scanning dependencies of target benchmark
[ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o
[ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o
Scanning dependencies of target libprotobuf
[ 0%] Linking C static library ../../lib/libclog.a
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o
Scanning dependencies of target gloo
[ 1%] Built target clog
[ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arenastring.cc.o
[ 1%] Linking C static library ../../lib/libpthreadpool.a
[ 1%] Built target pthreadpool
[ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o
[ 1%] Linking CXX executable ../../../bin/js_embed
[ 1%] Built target js_embed
[ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o
Scanning dependencies of target onnxifi_dummy
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arenastring.cc.o
[ 1%] Building C object third_party/onnx/CMakeFiles/onnxifi_dummy.dir/onnx/onnxifi_dummy.c.o
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o
[ 1%] Linking C shared library ../../lib/libonnxifi_dummy.so
[ 1%] Built target onnxifi_dummy
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o
[ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o
Scanning dependencies of target onnxifi_loader
[ 2%] Building C object third_party/onnx/CMakeFiles/onnxifi_loader.dir/onnx/onnxifi_loader.c.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o
[ 2%] Linking C static library ../../lib/libonnxifi_loader.a
[ 2%] Built target onnxifi_loader
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
Scanning dependencies of target python_copy_files
Scanning dependencies of target c10
[ 2%] Building CXX object c10/CMakeFiles/c10.dir/Device.cpp.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o
Scanning dependencies of target mkldnn
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o
[ 2%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/batch_normalization.cpp.o
[ 2%] Building CXX object c10/CMakeFiles/c10.dir/DeviceType.cpp.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o
[ 2%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/convolution.cpp.o
[ 2%] Linking CXX static library ../../../lib/libgtest.a
[ 2%] Built target gtest
[ 2%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/convolution_relu.cpp.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
[ 2%] Building CXX object c10/CMakeFiles/c10.dir/Half.cpp.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o
[ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc.o
[ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/io_win32.cc.o
[ 2%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/deconvolution.cpp.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/once.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o
[ 2%] Building CXX object c10/CMakeFiles/c10.dir/Stream.cpp.o
[ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o
[ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o
[ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o
[ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o
[ 4%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/eltwise.cpp.o
[ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o
[ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/DeviceId.cpp.o
[ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/DispatchKey.cpp.o
[ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o
[ 5%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/engine.cpp.o
[ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/io_win32.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/once.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o
[ 5%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/DispatchTable.cpp.o
[ 5%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/inner_product.cpp.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o
[ 5%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/Dispatcher.cpp.o
[ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o
[ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/mpi/context.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o
[ 6%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/lrn.cpp.o
[ 6%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/KernelRegistration.cpp.o
[ 7%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/LayoutId.cpp.o
�[91mIn file included from /opt/pytorch/third_party/gloo/gloo/mpi/context.cc:17:
/opt/pytorch/third_party/gloo/gloo/mpi/context.cc: In destructor ‘gloo::mpi::MPIScope::~MPIScope()’:
/opt/pytorch/third_party/gloo/gloo/common/logging.h:142:58: warning: throw will always call terminate() [-Wterminate]
r.get_message_and_free(MakeString(__VA_ARGS__))); \
^
/opt/pytorch/third_party/gloo/gloo/common/logging.h:151:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’
GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~~~~
/opt/pytorch/third_party/gloo/gloo/mpi/context.cc:44:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’
GLOO_ENFORCE_EQ(rv, MPI_SUCCESS);
^~~~~~~~~~~~~~~
/opt/pytorch/third_party/gloo/gloo/common/logging.h:142:58: note: in C++11 destructors default to noexcept
r.get_message_and_free(MakeString(__VA_ARGS__))); \
^
/opt/pytorch/third_party/gloo/gloo/common/logging.h:151:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’
GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~~~~
/opt/pytorch/third_party/gloo/gloo/mpi/context.cc:44:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’
GLOO_ENFORCE_EQ(rv, MPI_SUCCESS);
^~~~~~~~~~~~~~~
�[0m[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/memory.cpp.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o
[ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o
[ 7%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/OpSchema.cpp.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/memory_desc_wrapper.cpp.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/mkldnn_debug.cpp.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o
[ 7%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/pooling.cpp.o
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/OpSchemaRegistration.cpp.o
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/impl/DeviceGuardImplInterface.cpp.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o
[ 7%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive.cpp.o
[ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o
[ 7%] Linking CXX static library ../../../lib/libbenchmark.a
[ 7%] Built target benchmark
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive_attr.cpp.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive_desc.cpp.o
[ 7%] Linking CXX static library ../../../lib/libprotobuf-lite.a
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive_iterator.cpp.o
[ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o
[ 7%] Built target libprotobuf-lite
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/query.cpp.o
[ 7%] Built target python_copy_files
[ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o
[ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o
[ 8%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o
[ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o
[ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o
[ 9%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/reorder.cpp.o
[ 9%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o
[ 9%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/rnn.cpp.o
[ 9%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o
[ 9%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o
[ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o
[ 9%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/scratchpad.cpp.o
[ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o
[ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o
[ 9%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o
[ 9%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/shuffle.cpp.o
[ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o
[ 9%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/softmax.cpp.o
[ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o
[ 9%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o
[ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o
[ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/TensorTypeId.cpp.o
[ 9%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/stream.cpp.o
[ 9%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o
[ 10%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/utils.cpp.o
[ 10%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o
[ 10%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o
[ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TensorTypeIdRegistration.cpp.o
[ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Type.cpp.o
[ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o
[ 10%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/verbose.cpp.o
[ 10%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_barrier.cpp.o
[ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o
[ 10%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_batch_normalization_utils.cpp.o
[ 10%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_concat.cpp.o
[ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o
[ 10%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o
[ 11%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o
[ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o
[ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o
Scanning dependencies of target ATEN_CPU_FILES_GEN_TARGET
[ 11%] Generating ../aten/src/ATen/CPUByteType.cpp, ../aten/src/ATen/CPUByteType.h, ../aten/src/ATen/CPUCharType.cpp, ../aten/src/ATen/CPUCharType.h, ../aten/src/ATen/CPUCopy.cpp, ../aten/src/ATen/CPUDoubleType.cpp, ../aten/src/ATen/CPUDoubleType.h, ../aten/src/ATen/CPUFloatType.cpp, ../aten/src/ATen/CPUFloatType.h, ../aten/src/ATen/CPUGenerator.h, ../aten/src/ATen/CPUHalfType.cpp, ../aten/src/ATen/CPUHalfType.h, ../aten/src/ATen/CPUIntType.cpp, ../aten/src/ATen/CPUIntType.h, ../aten/src/ATen/CPULongType.cpp, ../aten/src/ATen/CPULongType.h, ../aten/src/ATen/CPUShortType.cpp, ../aten/src/ATen/CPUShortType.h, ../aten/src/ATen/Declarations.yaml, ../aten/src/ATen/Functions.h, ../aten/src/ATen/NativeFunctions.h, ../aten/src/ATen/RegisterCPU.cpp, ../aten/src/ATen/RegisterCPU.h, ../aten/src/ATen/SparseCPUByteType.cpp, ../aten/src/ATen/SparseCPUByteType.h, ../aten/src/ATen/SparseCPUCharType.cpp, ../aten/src/ATen/SparseCPUCharType.h, ../aten/src/ATen/SparseCPUDoubleType.cpp, ../aten/src/ATen/SparseCPUDoubleType.h, ../aten/src/ATen/SparseCPUFloatType.cpp, ../aten/src/ATen/SparseCPUFloatType.h, ../aten/src/ATen/SparseCPUIntType.cpp, ../aten/src/ATen/SparseCPUIntType.h, ../aten/src/ATen/SparseCPULongType.cpp, ../aten/src/ATen/SparseCPULongType.h, ../aten/src/ATen/SparseCPUShortType.cpp, ../aten/src/ATen/SparseCPUShortType.h, ../aten/src/ATen/TypeDefault.cpp, ../aten/src/ATen/TypeDefault.h, ../aten/src/ATen/TypeExtendedInterface.h, ../aten/src/ATen/CUDAByteType.cpp, ../aten/src/ATen/CUDAByteType.h, ../aten/src/ATen/CUDACharType.cpp, ../aten/src/ATen/CUDACharType.h, ../aten/src/ATen/CUDACopy.cpp, ../aten/src/ATen/CUDADoubleType.cpp, ../aten/src/ATen/CUDADoubleType.h, ../aten/src/ATen/CUDAFloatType.cpp, ../aten/src/ATen/CUDAFloatType.h, ../aten/src/ATen/CUDAGenerator.h, ../aten/src/ATen/CUDAHalfType.cpp, ../aten/src/ATen/CUDAHalfType.h, ../aten/src/ATen/CUDAIntType.cpp, ../aten/src/ATen/CUDAIntType.h, ../aten/src/ATen/CUDALongType.cpp, ../aten/src/ATen/CUDALongType.h, ../aten/src/ATen/CUDAShortType.cpp, ../aten/src/ATen/CUDAShortType.h, ../aten/src/ATen/RegisterCUDA.cpp, ../aten/src/ATen/RegisterCUDA.h, ../aten/src/ATen/SparseCUDAByteType.cpp, ../aten/src/ATen/SparseCUDAByteType.h, ../aten/src/ATen/SparseCUDACharType.cpp, ../aten/src/ATen/SparseCUDACharType.h, ../aten/src/ATen/SparseCUDADoubleType.cpp, ../aten/src/ATen/SparseCUDADoubleType.h, ../aten/src/ATen/SparseCUDAFloatType.cpp, ../aten/src/ATen/SparseCUDAFloatType.h, ../aten/src/ATen/SparseCUDAIntType.cpp, ../aten/src/ATen/SparseCUDAIntType.h, ../aten/src/ATen/SparseCUDALongType.cpp, ../aten/src/ATen/SparseCUDALongType.h, ../aten/src/ATen/SparseCUDAShortType.cpp, ../aten/src/ATen/SparseCUDAShortType.h
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_engine.cpp.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_memory.cpp.o
[ 11%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o
[ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o
[ 11%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_reducer.cpp.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_reorder.cpp.o
[ 11%] Linking CXX shared library ../lib/libc10.so
[ 11%] Built target c10
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_sum.cpp.o
[ 11%] Linking CXX static library ../../../lib/libgloo.a
[ 11%] Built target gloo
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/gemm.cpp.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/gemm_utils.cpp.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/jit_avx512_common_gemm_f32.cpp.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/jit_avx_gemm_f32.cpp.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o
[ 11%] Built target ATEN_CPU_FILES_GEN_TARGET
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/ref_gemm.cpp.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_convolution.cpp.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o
Scanning dependencies of target common
[ 11%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o
[ 11%] Built target common
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_convolution_utils.cpp.o
Scanning dependencies of target mkrename
[ 11%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o
[ 11%] Linking C executable ../../bin/mkrename
[ 11%] Built target mkrename
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o
Scanning dependencies of target mkdisp
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o
[ 11%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o
Scanning dependencies of target renamedsp256.h_generated
[ 11%] Generating renamedsp256.h
[ 11%] Built target renamedsp256.h_generated
[ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o
[ 12%] Linking C executable ../../bin/mkdisp
[ 12%] Built target mkdisp
[ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/mathlimits.cc.o
Scanning dependencies of target renameSSE4.h_generated
[ 12%] Generating include/renamesse4.h
Generating renamesse4.h: mkrename 2 4 sse4
[ 12%] Built target renameSSE4.h_generated
[ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o
Scanning dependencies of target renameAVX.h_generated
[ 12%] Generating include/renameavx.h
Generating renameavx.h: mkrename 4 8 avx
[ 12%] Built target renameAVX.h_generated
[ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o
Scanning dependencies of target renameFMA4.h_generated
[ 13%] Generating include/renamefma4.h
Generating renamefma4.h: mkrename 4 8 fma4
[ 13%] Built target renameFMA4.h_generated
[ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_inner_product.cpp.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_u8s8s32x_inner_product.cpp.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_x8s8s32x_convolution.cpp.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_1x1_conv_kernel_f32.cpp.o
Scanning dependencies of target renameAVX2128.h_generated
[ 14%] Generating include/renameavx2128.h
Generating renameavx2128.h: mkrename 2 4 avx2128
[ 14%] Built target renameAVX2128.h_generated
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_1x1_convolution.cpp.o
Scanning dependencies of target renameAVX2.h_generated
[ 14%] Generating include/renameavx2.h
Generating renameavx2.h: mkrename 4 8 avx2
[ 14%] Built target renameAVX2.h_generated
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_conv_kernel_f32.cpp.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o
Scanning dependencies of target mkalias
[ 14%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o
[ 14%] Linking C executable ../../bin/mkalias
[ 14%] Built target mkalias
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o
Scanning dependencies of target renameAVX512F.h_generated
[ 14%] Generating include/renameavx512f.h
Generating renameavx512f.h: mkrename 8 16 avx512f
[ 14%] Built target renameAVX512F.h_generated
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o
Scanning dependencies of target renamedsp128.h_generated
[ 14%] Generating renamedsp128.h
[ 14%] Built target renamedsp128.h_generated
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_convolution.cpp.o
Scanning dependencies of target dispsse.c_generated
[ 14%] Generating dispsse.c
[ 14%] Built target dispsse.c_generated
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_1x1_conv_kernel.cpp.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_1x1_convolution.cpp.o
Scanning dependencies of target renameSSE2.h_generated
[ 14%] Generating include/renamesse2.h
Generating renamesse2.h: mkrename 2 4 sse2
[ 14%] Built target renameSSE2.h_generated
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_conv_kernel.cpp.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_conv_winograd_kernel_f32.cpp.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o
Scanning dependencies of target mkrename_gnuabi
[ 14%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o
[ 14%] Linking C executable ../../bin/mkrename_gnuabi
[ 14%] Built target mkrename_gnuabi
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_convolution.cpp.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_convolution_winograd.cpp.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_lrn.cpp.o
[ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o
[ 15%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_fp32_wino_conv_2x3.cpp.o
[ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o
[ 15%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_fp32_wino_conv_4x3.cpp.o
[ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o
[ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o
[ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o
[ 15%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_fp32_wino_conv_4x3_kernel.cpp.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_i8i8_pooling.cpp.o
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o
Scanning dependencies of target mkmasked_gnuabi
[ 16%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o
Scanning dependencies of target arraymap
[ 16%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o
[ 16%] Linking C executable ../../bin/mkmasked_gnuabi
[ 16%] Built target mkmasked_gnuabi
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o
[ 16%] Built target arraymap
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_u8s8s32x_deconvolution.cpp.o
Scanning dependencies of target torch_shm_manager
[ 16%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o
Scanning dependencies of target c10_utils_gpu
[ 16%] Building CXX object caffe2/utils/CMakeFiles/c10_utils_gpu.dir/dummy.cpp.o
[ 16%] Built target c10_utils_gpu
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o
[ 16%] Linking CXX executable ../../../../bin/torch_shm_manager
[ 16%] Built target torch_shm_manager
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o
Scanning dependencies of target c10_utils_hip
[ 16%] Building CXX object caffe2/utils/CMakeFiles/c10_utils_hip.dir/dummy.cpp.o
[ 16%] Built target c10_utils_hip
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_convolution.cpp.o
Scanning dependencies of target c10_utils_cpu
[ 16%] Building CXX object caffe2/utils/CMakeFiles/c10_utils_cpu.dir/dummy.cpp.o
[ 16%] Built target c10_utils_cpu
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_1x1_conv_kernel_f32.cpp.o
Scanning dependencies of target cpuinfo
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_1x1_convolution.cpp.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_conv_kernel_f32.cpp.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o
[ 16%] Linking CXX static library ../../../lib/libprotobuf.a
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o
[ 16%] Built target libprotobuf
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o
Scanning dependencies of target nnpack_reference_layers
[ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o
[ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/current.c.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o
[ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o
[ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o
[ 17%] Linking C static library ../../lib/libcpuinfo.a
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o
[ 17%] Built target cpuinfo
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o
[ 17%] Linking C static library ../../lib/libnnpack_reference_layers.a
Scanning dependencies of target gtest_main
[ 17%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
[ 17%] Built target nnpack_reference_layers
Scanning dependencies of target benchmark_main
[ 17%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_convolution.cpp.o
[ 17%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
Scanning dependencies of target gloo_builder
[ 17%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_builder.dir/allreduce_builder.cc.o
[ 17%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_builder.dir/broadcast_builder.cc.o
[ 17%] Linking CXX static library ../../../lib/libbenchmark_main.a
[ 17%] Built target benchmark_main
[ 17%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_transpose_src_utils.cpp.o
[ 17%] Linking CXX static library ../../../lib/libgtest_main.a
[ 17%] Built target gtest_main
[ 17%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_batch_normalization.cpp.o
Scanning dependencies of target onnxifi_wrapper
[ 17%] Building C object third_party/onnx/CMakeFiles/onnxifi_wrapper.dir/onnx/onnxifi_wrapper.c.o
[ 18%] Linking C shared module ../../lib/libonnxifi.so
Scanning dependencies of target c10_InlineDeviceGuard_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/impl/InlineDeviceGuard_test.cpp.o
[ 18%] Built target onnxifi_wrapper
[ 18%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_dw_conv_kernel_f32.cpp.o
Scanning dependencies of target c10_InlineStreamGuard_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/impl/InlineStreamGuard_test.cpp.o
Scanning dependencies of target c10_flags_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/flags_test.cpp.o
Scanning dependencies of target c10_TypeList_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o
[ 18%] Linking CXX executable ../../bin/c10_flags_test
Scanning dependencies of target c10_DeviceGuard_test
[ 18%] Built target c10_flags_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/DeviceGuard_test.cpp.o
Scanning dependencies of target c10_registry_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/registry_test.cpp.o
[ 18%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test
[ 18%] Built target c10_InlineDeviceGuard_test
Scanning dependencies of target c10_OpSchema_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_OpSchema_test.dir/dispatch/OpSchema_test.cpp.o
[ 18%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test
[ 18%] Built target c10_InlineStreamGuard_test
[ 18%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_dw_convolution.cpp.o
[ 18%] Linking CXX executable ../../bin/c10_TypeList_test
[ 18%] Built target c10_TypeList_test
[ 18%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_eltwise.cpp.o
[ 18%] Linking CXX executable ../../bin/c10_OpSchema_test
[ 18%] Built target c10_OpSchema_test
[ 19%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_lrn.cpp.o
[ 19%] Linking CXX executable ../../bin/c10_DeviceGuard_test
[ 19%] Built target c10_DeviceGuard_test
Scanning dependencies of target c10_StreamGuard_test
[ 19%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/StreamGuard_test.cpp.o
[ 19%] Linking CXX executable ../../bin/c10_registry_test
[ 19%] Built target c10_registry_test
Scanning dependencies of target c10_logging_test
[ 19%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/logging_test.cpp.o
Scanning dependencies of target c10_Array_test
[ 20%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o
[ 20%] Linking CXX executable ../../bin/c10_StreamGuard_test
[ 20%] Built target c10_StreamGuard_test
[ 20%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_lrn_kernel_f32.cpp.o
[ 20%] Linking CXX static library ../../../lib/libgloo_builder.a
[ 20%] Built target gloo_builder
[ 20%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_pool_kernel_f32.cpp.o
[ 20%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_pooling.cpp.o
[ 20%] Linking CXX executable ../../bin/c10_Array_test
[ 20%] Built target c10_Array_test
Scanning dependencies of target c10_Metaprogramming_test
[ 20%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o
[ 20%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_reorder.cpp.o
[ 20%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_reorder_utils.cpp.o
[ 20%] Linking CXX executable ../../bin/c10_logging_test
[ 20%] Built target c10_logging_test
Scanning dependencies of target c10_TypeTraits_test
[ 20%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o
Scanning dependencies of target c10_typeid_test
[ 20%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o
[ 20%] Linking CXX executable ../../bin/c10_Metaprogramming_test
[ 20%] Built target c10_Metaprogramming_test
[ 20%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/nchw_pooling.cpp.o
[ 21%] Linking CXX executable ../../bin/c10_TypeTraits_test
[ 21%] Built target c10_TypeTraits_test
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ncsp_batch_normalization.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/nhwc_pooling.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/nspc_batch_normalization.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_batch_normalization.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_convolution.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_deconvolution.cpp.o
[ 21%] Linking CXX executable ../../bin/c10_typeid_test
[ 21%] Built target c10_typeid_test
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_eltwise.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_inner_product.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_lrn.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_pooling.cpp.o
[ 22%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_rnn.cpp.o
[ 22%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_shuffle.cpp.o
Scanning dependencies of target __aten_op_header_gen
[ 22%] Generating contrib/aten/aten_op.h
[ 22%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_softmax.cpp.o
[ 22%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/simple_concat.cpp.o
[ 22%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/simple_sum.cpp.o
Skipping _th_multinomial Because of Arg: Generator * (Generator*)
Skipping _th_normal Because of Arg: Generator * (Generator*)
Skipping _th_normal Because of Arg: Generator * (Generator*)
Skipping _th_normal Because of Arg: Generator * (Generator*)
Skipping _th_tensor Because of Arg: Storage (Storage)
Skipping _th_tensor Because of Arg: Storage (Storage)
Skipping rrelu_with_noise Because of Arg: Generator * (Generator*)
Skipping rrelu_with_noise_forward Because of Arg: Generator * (Generator*)
Skipping thnn_conv_transpose2d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping thnn_conv_transpose3d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping thnn_conv2d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping thnn_conv_depthwise2d_backward Because of Arg: std::array<bool,2> (std::array<bool,2>)
Skipping thnn_conv3d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping thnn_conv_dilated2d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping thnn_conv_dilated3d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping _cudnn_rnn_backward Because of Arg: std::array<bool,4> (std::array<bool,4>)
Skipping _cudnn_init_dropout_state because it is a factory method
Skipping _fused_dropout Because of Arg: Generator * (Generator *)
Skipping arange because it is a factory method
Skipping bartlett_window because it is a factory method
Skipping bernoulli Because of Arg: Generator * (Generator *)
Skipping bernoulli Because of Arg: Generator * (Generator *)
Skipping blackman_window because it is a factory method
Skipping clamp Because of Arg: c10::optional<Scalar> (Scalar)
Skipping clamp Because of Arg: c10::optional<Scalar> (Scalar)
Skipping _convolution_double_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping cudnn_convolution_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping cudnn_convolution_transpose_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping cumsum Because of Arg: ScalarType (ScalarType)
Skipping cumprod Because of Arg: ScalarType (ScalarType)
Skipping einsum Because of Arg: std::string (std::string)
Skipping empty because it is a factory method
Skipping empty_like because it is a factory method
Skipping empty_strided because it is a factory method
Skipping eye because it is a factory method
Skipping full because it is a factory method
Skipping full_like because it is a factory method
Skipping hann_window because it is a factory method
Skipping hamming_window because it is a factory method
Skipping _cufft_set_plan_cache_max_size Because of Ret: void (void)
Skipping _cufft_clear_plan_cache Because of Ret: void (void)
Skipping linspace because it is a factory method
Skipping logspace because it is a factory method
Skipping log_softmax Because of Arg: ScalarType (ScalarType)
Skipping mean Because of Arg: ScalarType (ScalarType)
Skipping mean Because of Arg: ScalarType (ScalarType)
Skipping mean Because of Arg: ScalarType (ScalarType)
Skipping mkldnn_convolution_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping miopen_convolution_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping miopen_convolution_transpose_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping native_batch_norm_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping ones because it is a factory method
Skipping ones_like because it is a factory method
Skipping rand because it is a factory method
Skipping rand_like because it is a factory method
Skipping randint because it is a factory method
Skipping randint_like because it is a factory method
Skipping randn because it is a factory method
Skipping randn_like because it is a factory method
Skipping randperm because it is a factory method
Skipping range because it is a factory method
Skipping rrelu Because of Arg: Generator * (Generator *)
Skipping softmax Because of Arg: ScalarType (ScalarType)
Skipping sum Because of Arg: ScalarType (ScalarType)
Skipping sum Because of Arg: ScalarType (ScalarType)
Skipping sum Because of Arg: ScalarType (ScalarType)
Skipping prod Because of Arg: ScalarType (ScalarType)
Skipping prod Because of Arg: ScalarType (ScalarType)
Skipping prod Because of Arg: ScalarType (ScalarType)
Skipping zeros because it is a factory method
Skipping zeros_like because it is a factory method
Skipping _standard_gamma Because of Arg: Generator * (Generator *)
Skipping poisson Because of Arg: Generator * (Generator *)
Skipping sparse_coo_tensor because it is a factory method
Skipping _sparse_coo_tensor_unsafe because it is a factory method
Skipping _sparse_coo_tensor_with_dims because it is a factory method
Skipping _sparse_coo_tensor_with_dims_and_tensors because it is a factory method
Skipping sparse_mask Because of Arg: SparseTensorRef (SparseTensorRef)
Skipping to because it is a factory method
Skipping data_ptr Because of Ret: void* (void*)
Skipping multinomial Because of Arg: Generator * (Generator *)
Skipping normal Because of Arg: Generator * (Generator *)
Skipping normal Because of Arg: Generator * (Generator *)
Skipping normal Because of Arg: Generator * (Generator *)
[ 22%] Built target __aten_op_header_gen
Scanning dependencies of target headers
[ 22%] Generating ../../../include/sleef.h
Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__
Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2
Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4
Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__
Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx
Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4
Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2
Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128
Generating sleef.h: mkrename 8 16 __m512d __m512 __m256i __m512i __AVX512F__
Generating sleef.h: mkrename 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f
[ 23%] Built target headers
Scanning dependencies of target dispavx.c_generated
[ 23%] Generating dispavx.c
[ 23%] Built target dispavx.c_generated
Scanning dependencies of target sleefsse4
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o
Scanning dependencies of target sleefavx
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o
Scanning dependencies of target sleeffma4
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o
Scanning dependencies of target sleefavx2128
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o
[ 23%] Built target sleefsse4
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o
Scanning dependencies of target sleefavx2
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o
[ 23%] Built target sleefavx
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o
Scanning dependencies of target alias_avx512f.h_generated
[ 23%] Generating alias_avx512f.h
[ 23%] Built target alias_avx512f.h_generated
Scanning dependencies of target dispsse_obj
[ 23%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o
Scanning dependencies of target sleefsse2
[ 23%] Linking CXX shared library ../../../../lib/libmkldnn.so
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o
[ 23%] Built target sleeffma4
Scanning dependencies of target c10_utils_cpu_test
[ 23%] Linking CXX executable ../../bin/c10_utils_cpu_test
[ 23%] Built target sleefavx2128
Scanning dependencies of target c10_utils_gpu_test
[ 23%] Linking CXX executable ../../bin/c10_utils_gpu_test
[ 23%] Built target c10_utils_cpu_test
Scanning dependencies of target c10_utils_hip_test
[ 23%] Building CXX object caffe2/utils/CMakeFiles/c10_utils_hip_test.dir/dummy.cpp.o
[ 23%] Built target c10_utils_gpu_test
[ 23%] Generating ../../../../third_party/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.cc
[ 23%] Linking CXX executable ../../bin/c10_utils_hip_test
[ 23%] Built target c10_utils_hip_test
Scanning dependencies of target qnnpack
[ 23%] Generating src/x86_64-fma/2d-fourier-8x8.py.o
[ 23%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o
Scanning dependencies of target libprotoc
[ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o
[ 23%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o
[ 23%] Built target sleefavx2
[ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o
[ 23%] Built target mkldnn
[ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o
[ 23%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o
[ 23%] Built target dispsse_obj
[ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o
[ 23%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o
[ 23%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o
[ 24%] Built target sleefsse2
[ 24%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o
[ 24%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o
[ 24%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o
Scanning dependencies of target dispavx_obj
[ 24%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o
[ 24%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o
[ 24%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o
[ 24%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dw/9c8-sse2.c.o
[ 24%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o
Scanning dependencies of target sleefavx512f
[ 24%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o
[ 24%] Linking C static library ../../lib/libqnnpack.a
[ 24%] Built target qnnpack
[ 24%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o
[ 24%] Built target dispavx_obj
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o
[ 25%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o
[ 25%] Generating src/x86_64-fma/2d-fourier-16x16.py.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o
[ 25%] Built target sleefavx512f
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o
Scanning dependencies of target sleef
[ 25%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o
[ 25%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o
[ 25%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o
[ 25%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o
[ 26%] Linking C static library ../../lib/libsleef.a
[ 26%] Built target sleef
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_lazy_message_field.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o
[ 28%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_enum.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_enum_field.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_extension.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_field.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_file.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_generator.cc.o
[ 29%] Generating src/x86_64-fma/blas/s8gemm.py.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_helpers.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_map_field.cc.o
[ 29%] Generating src/x86_64-fma/blas/c8gemm.py.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_message.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_message_field.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_primitive_field.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o
[ 30%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o
[ 31%] Generating src/x86_64-fma/blas/s4c6gemm.py.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o
[ 31%] Generating src/x86_64-fma/blas/conv1x1.py.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o
[ 31%] Generating src/x86_64-fma/blas/sgemm.py.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o
[ 31%] Generating src/x86_64-fma/max-pooling.py.o
[ 31%] Generating src/x86_64-fma/relu.py.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o
[ 31%] Generating src/x86_64-fma/softmax.py.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o
[ 31%] Generating src/x86_64-fma/blas/sdotxf.py.o
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o
[ 32%] Generating src/x86_64-fma/blas/shdotxf.py.o
[ 32%] Linking CXX static library ../../../lib/libprotoc.a
[ 32%] Built target libprotoc
Scanning dependencies of target protoc
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o
[ 33%] Linking CXX executable ../../../bin/protoc
[ 33%] Built target protoc
Scanning dependencies of target gen_onnx_proto
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/predictor_consts.proto
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/hsm.proto
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/torch.proto
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/caffe2.proto
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/caffe2_legacy.proto
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/metanet.proto
[ 33%] Running gen_proto.py on onnx/onnx.in.proto
Processing /opt/pytorch/third_party/onnx/onnx/onnx.in.proto
Writing /opt/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch.proto
Writing /opt/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch.proto3
Writing /opt/pytorch/build/third_party/onnx/onnx/onnx.pb.h
generating /opt/pytorch/build/third_party/onnx/onnx/onnx_pb.py
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/prof_dag.proto
[ 33%] Running C++ protocol buffer compiler on /opt/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch.proto
[ 33%] Built target gen_onnx_proto
[ 33%] Running gen_proto.py on onnx/onnx-operators.in.proto
Scanning dependencies of target Caffe2_PROTO
Processing /opt/pytorch/third_party/onnx/onnx/onnx-operators.in.proto
Writing /opt/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch.proto
Writing /opt/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch.proto3
Writing /opt/pytorch/build/third_party/onnx/onnx/onnx-operators.pb.h
generating /opt/pytorch/build/third_party/onnx/onnx/onnx_operators_pb.py
[ 33%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2_legacy.pb.cc.o
[ 34%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/metanet.pb.cc.o
[ 34%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/prof_dag.pb.cc.o
[ 34%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o
[ 34%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/predictor_consts.pb.cc.o
[ 34%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/hsm.pb.cc.o
[ 34%] Running C++ protocol buffer compiler on /opt/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch.proto
Scanning dependencies of target onnx_proto
[ 34%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch.pb.cc.o
Scanning dependencies of target nnpack
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o
[ 35%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o
[ 35%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o
[ 35%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o
[ 35%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch.pb.cc.o
[ 35%] Linking C static library ../../lib/libnnpack.a
[ 35%] Built target nnpack
[ 35%] Linking CXX static library ../../lib/libonnx_proto.a
[ 35%] Built target onnx_proto
Scanning dependencies of target onnx
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o
[ 35%] Built target Caffe2_PROTO
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o
Scanning dependencies of target Caffe2_perfkernels_avx
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/adagrad_avx.cc.o
Scanning dependencies of target caffe2_protos
[ 35%] Linking CXX static library ../lib/libcaffe2_protos.a
[ 35%] Built target caffe2_protos
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/common_avx.cc.o
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/typed_axpy_avx.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o
Scanning dependencies of target Caffe2_perfkernels_avx2
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/common_avx2.cc.o
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_avx2.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/experiments/defs.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/experiments/experiments_functions.cc.o
[ 35%] Built target Caffe2_perfkernels_avx
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_fused_8bit_rowwise_avx2.cc.o
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/math_cpu_avx2.cc.o
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/typed_axpy_avx2.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o
[ 36%] Built target Caffe2_perfkernels_avx2
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/optimize.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/pass.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/pass_manager.cc.o
[ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/pass_registry.cc.o
[ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o
[ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o
[ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o
�[91m/opt/pytorch/third_party/onnx/onnx/shape_inference/implementation.cc: In function ‘void onnx_torch::shape_inference::InferShapeForFunctionNode(const onnx_torch::FunctionProto&, const onnx_torch::ISchemaRegistry*, onnx_torch::InferenceContext&)’:
/opt/pytorch/third_party/onnx/onnx/shape_inference/implementation.cc:207:53: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
for (int i = 0; i < (const int)(ctx.getNumInputs()); ++i) {
^
�[0m[ 37%] Linking CXX static library ../../lib/libonnx.a
[ 37%] Built target onnx
Scanning dependencies of target caffe2
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUGeneral.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TensorGeometry.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/ExpandUtils.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Context.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUGenerator.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUTypeDefault.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/DLConvertor.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TensorUtils.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/UndefinedType.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Utils.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/detail/ComplexHooksInterface.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/ATenCoreTest.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Allocator.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Formatting.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/LegacyTypeDispatch.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/OptionsGuard.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Range.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Scalar.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Storage.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/StorageImpl.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Tensor.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/TensorImpl.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/TensorOptions.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/UndefinedTensorImpl.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/UniqueVoidPtr.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/blob.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/context_base.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/interned_strings.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/intrusive_ptr.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/ivalue.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/register_symbols.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/thread_pool.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/type.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Activation.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/BinaryOps.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/ConstantPadNd.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Convolution.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Copy.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/DispatchStub.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Distance.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Distributions.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Dropout.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Embedding.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/GridSampler.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Indexing.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/LegacyDefinitions.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Linear.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Loss.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/LossCTC.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Memory.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Normalization.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/PackedSequence.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Pooling.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/RNN.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/ReduceOps.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Resize.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/RoiPooling.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Scalar.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/SoftMax.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/SpectralOps.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/SummaryOps.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorCompare.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorConversions.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorFactories.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorIterator.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorProperties.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorShape.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TypeProperties.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/UnaryOps.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Unique.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/WeightNorm.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUByteType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUCharType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUCopy.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUDoubleType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUFloatType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUHalfType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUIntType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPULongType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUShortType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/RegisterCPU.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUByteType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUCharType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUDoubleType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUFloatType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUIntType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPULongType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUShortType.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TypeDefault.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THGeneral.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THAllocator.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THSize.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THStorageFunctions.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensor.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorCopy.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorRandom.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorMath.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorMoreMath.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorEvenMoreMath.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorConv.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorLapack.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THBlas.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THLapack.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THLogAdd.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THRandom.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THFile.cpp.o
�[91m/opt/pytorch/aten/src/TH/THRandom.cpp: In function ‘THGenerator* THGenerator_newUnseeded()’:
/opt/pytorch/aten/src/TH/THRandom.cpp:18:38: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘THGenerator’ {aka ‘struct THGenerator’} with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
memset(self, 0, sizeof(THGenerator));
^
�[0m�[91mIn file included from /opt/pytorch/aten/src/TH/THRandom.cpp:3:
/opt/pytorch/aten/src/TH/THGenerator.hpp:26:8: note: ‘THGenerator’ {aka ‘struct THGenerator’} declared here
struct THGenerator {
^~~~~~~~~~~
�[0m[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THDiskFile.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THMemoryFile.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THVector.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/vector/AVX.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/vector/AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/THNN/init.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/mkldnn/Runtime.cpp.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/aten/aten_op.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/allgather_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/allreduce_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/barrier_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/broadcast_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/common.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/common_world_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/context.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/reduce_scatter_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/store_handler.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/script/compiler.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/script/lexer.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/allocator.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/blob_serialization.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/blob_stats.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/common.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/context.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/context_base.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/db.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/event.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/graph.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/init.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/init_intrinsics_check.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/init_omp.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/int8_serialization.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/memonger.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/module.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_async_base.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_async_scheduling.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_async_tracing.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_dag.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_dag_utils.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_simple.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_simple_refcount.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/numa.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/operator.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/operator_c10wrapper.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/operator_schema.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/plan_executor.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/prof_dag_counters.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/qtensor.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/qtensor_serialization.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/stats.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/tensor.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/tensor_impl.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/tensor_int8.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/transform.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/types.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/workspace.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/proto_convert.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/proto_wrap.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/proto_utils.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/murmur_hash3.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/smart_tensor_printer.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/signal_handler.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/string_utils.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/threadpool/ThreadPool.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/cpuid.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/bench_utils.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/math_cpu.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/math_utils.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/thread_name.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/threadpool/pthreadpool.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/threadpool/pthreadpool_impl.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/predictor/predictor.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/predictor/predictor_utils.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/predictor/predictor_config.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/nomnigraph/Representations/NeuralNet.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/nomnigraph/tests/test_util.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/db/create_db_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/db/protodb.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/distributed/file_store_handler.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/distributed/file_store_handler_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/distributed/store_handler.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/distributed/store_ops.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/concat_split_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/conv_fusion_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/conv_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/dropout_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/elementwise_sum_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/fully_connected_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/local_response_normalization_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/momentum_sgd_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/operator_fallback_ideep.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/pool_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/relu_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/spatial_batch_norm_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/squeeze_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/utility_ops.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/utils/ideep_register.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/mpi/mpi_common.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/mpi/mpi_ops.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/observers/time_observer.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/observers/runcnt_observer.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/backend.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/backend_rep.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/device.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/helper.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/onnx_exporter.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/onnxifi_init.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/abs_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/accumulate_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/accuracy_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/acos_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/affine_channel_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/apmeter_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/arg_ops.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/asin_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/assert_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/atan_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/atomic_ops.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_box_cox_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_bucketize_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_gather_ops.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_matmul_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_moments_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_sparse_to_dense_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/bbox_transform_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/bisect_percentile_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/boolean_mask_ops.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/boolean_unmask_ops.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/box_with_nms_limit_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/byte_weight_dequant_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cbrt_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cast_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ceil_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/channel_backprop_stats_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/channel_shuffle_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/channel_stats_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/clip_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/collect_and_distribute_fpn_rpn_proposals_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/communicator_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/concat_split_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conditional_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_gradient_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_op_eigen.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_op_shared.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_transpose_gradient_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_transpose_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_transpose_op_mobile.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/copy_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cos_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cosh_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cosine_embedding_criterion_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/counter_ops.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/create_scope_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/crf_viterbi_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cross_entropy_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ctc_beam_search_decoder_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ctc_greedy_decoder_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cube_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/data_couple.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/dataset_ops.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/deform_conv_gradient_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/deform_conv_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/distance_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/do_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/dropout_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_add_gradient_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_add_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_div_gradient_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_div_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_linear_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_logical_ops.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_mul_gradient_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_mul_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_ops.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_ops_schema.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_ops_utils.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_sub_gradient_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_sub_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_sum_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elu_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/enforce_finite_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ensure_clipped_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ensure_cpu_output_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/exp_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/expand_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/expand_squeeze_dims_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/fc_inference.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/feature_maps_ops.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/feed_blob_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/filler_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/find_duplicate_elements_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/find_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/flatten_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/flexible_top_k.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/floor_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/free_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/fully_connected_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/fused_rowwise_8bit_conversion_ops.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/fused_rowwise_random_quantization_ops.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/gather_fused_8bit_rowwise_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/gather_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/gather_ranges_to_dense_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/generate_proposals_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/given_tensor_byte_string_to_uint8_fill_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/given_tensor_fill_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/glu_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/group_norm_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/gru_unit_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/half_float_ops.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/h_softmax_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/hard_sigmoid_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/heatmap_max_keypoint_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/if_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/im2col_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/index_hash_ops.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/index_ops.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/instance_norm_gradient_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/instance_norm_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/integral_image_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/is_empty_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/jsd_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/key_split_ops.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/last_n_window_collector.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/layer_norm_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/leaky_relu_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/length_split_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_pad_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_reducer_fused_8bit_rowwise_ops.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_reducer_ops.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_reducer_rowwise_8bit_ops.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_tile_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_top_k_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/listwise_l2r_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/load_save_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/local_response_normalization_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/locally_connected_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/locally_connected_op_util.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/log_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/logit_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/loss_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lp_pool_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lpnorm_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lstm_unit_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/map_ops.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/margin_ranking_criterion_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/matmul_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/mean_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/merge_id_lists_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/minmax_gradient_ops.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/minmax_ops.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/mod_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/moments_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/multi_class_accuracy_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/negate_gradient_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/negative_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ngram_ops.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/norm_planar_yuv_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/normalize_l1_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/normalize_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/numpy_tile_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/one_hot_ops.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/onnx_while_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/onnxifi_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/order_switch_ops.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pack_rnn_sequence_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pack_segments.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pad_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/partition_ops.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/percentile_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/perplexity_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/piecewise_linear_transform_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pool_gradient_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pool_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pow_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/prelu_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/prepend_dim_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quant_decode_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rank_loss_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reciprocal_gradient_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reciprocal_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reduce_front_back_max_ops.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reduce_front_back_mean_ops.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reduce_front_back_sum_ops.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reduce_ops.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reduction_ops.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/relu_n_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/relu_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/remove_data_blocks_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/replace_nan_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reservoir_sampling.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reshape_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/resize_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reverse_packed_segs_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rmac_regions_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_align_gradient_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_align_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_align_rotated_gradient_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_align_rotated_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_pool_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rowmul_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rsqrt_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/scale_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/segment_reduction_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/selu_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sequence_ops.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/shape_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sigmoid_gradient_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sigmoid_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sin_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sinh_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sinusoid_position_encoding_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/slice_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softmax_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softmax_shared.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softmax_with_loss_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softplus_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softsign_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/space_batch_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sparse_normalize_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sparse_to_dense_mask_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sparse_to_dense_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/spatial_batch_norm_gradient_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/spatial_batch_norm_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/spatial_softmax_with_loss_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sqr_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sqrt_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/square_root_divide_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stats_ops.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stats_put_ops.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stop_gradient.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/string_ops.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stump_func_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stylizer_ops.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/summarize_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/swish_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tan_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tanh_gradient_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tanh_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tensor_protos_db_input.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/text_file_reader.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/text_file_reader_utils.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/thresholded_relu_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tile_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/top_k.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/transpose_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tt_linear_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/unique_ops.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/upsample_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/utility_ops.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/variable_length_sequence_padding.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/weighted_multi_sampling_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/weighted_sample_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/while_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/workspace_ops.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/zero_gradient_op.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/add_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/batch_gather_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/averaged_loss_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/batch_matmul_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/cast_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/concat_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/enforce_finite_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/expand_dims_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/fc_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/filler_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/flatten_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/mul_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/relu_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/sigmoid_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/sigmoid_cross_entropy_with_logits_cpu.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/sparse_lengths_sum_cpu.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/stop_gradient_cpu.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/add.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/averaged_loss.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/batch_gather.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/batch_matmul.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/cast.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/concat.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/enforce_finite.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/expand_dims.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/fc.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/filler.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/flatten.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/layer_norm.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/mul.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/relu.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/sigmoid.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/sigmoid_cross_entropy_with_logits.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/sparse_lengths_sum.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/stop_gradient.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rnn/recurrent_network_blob_fetcher_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rnn/recurrent_network_executor.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rnn/recurrent_network_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/init_qnnpack.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_add_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_average_pool_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_channel_shuffle_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_concat_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_conv_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_conv_transpose_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_dequantize_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_fc_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_flatten_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_given_tensor_fill_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_leaky_relu_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_max_pool_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_quantize_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_relu_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_reshape_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_resize_nearest_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_roi_align_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_slice_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_sigmoid_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_softmax_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/annotations.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/backend_cutting.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/converter.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/dead_code_elim.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/device.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/distributed.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/distributed_converter.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/fusion.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/mobile.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/onnxifi_transformer.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/optimizer.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/optimize_ideep.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/passes.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/sink.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/adagrad.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/embedding_lookup.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/fused_8bit_rowwise_embedding_lookup.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/math_cpu_base.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/typed_axpy.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/blobs_queue.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/blobs_queue_db.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/queue_ops.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/rebatching_queue.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/rebatching_queue_ops.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/adadelta_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/adagrad_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/adam_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/clip_tensor_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/ftrl_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/gftrl_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/iter_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/lars_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/learning_rate_adaption_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/learning_rate_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/momentum_sgd_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/rmsprop_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/wngrad_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/yellowfin_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/share/contrib/nnpack/conv_op.cc.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/share/contrib/depthwise/depthwise3x3_conv_op.cc.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/transforms/common_subexpression_elimination.cc.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/transforms/conv_to_nnpack_transform.cc.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/transforms/pattern_net_transform.cc.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/transforms/single_op_transform.cc.o
[ 74%] Linking CXX shared library ../lib/libcaffe2.so
[ 74%] Built target caffe2
Scanning dependencies of target distributed_test
Scanning dependencies of target dead_code_elim_test
Scanning dependencies of target depthwise3x3_conv_op_test
Scanning dependencies of target device_test
Scanning dependencies of target conv_to_nnpack_transform_test
Scanning dependencies of target common_subexpression_elimination_test
Scanning dependencies of target pattern_net_transform_test
Scanning dependencies of target nnpack_test
[ 75%] Building CXX object caffe2/CMakeFiles/distributed_test.dir/opt/distributed_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/depthwise3x3_conv_op_test.dir/share/contrib/depthwise/depthwise3x3_conv_op_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/device_test.dir/opt/device_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/dead_code_elim_test.dir/opt/dead_code_elim_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/common_subexpression_elimination_test.dir/transforms/common_subexpression_elimination_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/conv_to_nnpack_transform_test.dir/transforms/conv_to_nnpack_transform_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/pattern_net_transform_test.dir/transforms/pattern_net_transform_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/nnpack_test.dir/share/contrib/nnpack/nnpack_test.cc.o
[ 75%] Linking CXX executable ../bin/device_test
[ 75%] Built target device_test
[ 75%] Linking CXX executable ../bin/distributed_test
Scanning dependencies of target converter_nomigraph_test
[ 75%] Building CXX object caffe2/CMakeFiles/converter_nomigraph_test.dir/opt/converter_nomigraph_test.cc.o
[ 75%] Built target distributed_test
Scanning dependencies of target net_dag_utils_test
[ 75%] Building CXX object caffe2/CMakeFiles/net_dag_utils_test.dir/core/net_dag_utils_test.cc.o
[ 75%] Linking CXX executable ../bin/conv_to_nnpack_transform_test
[ 75%] Linking CXX executable ../bin/dead_code_elim_test
[ 75%] Built target conv_to_nnpack_transform_test
Scanning dependencies of target string_ops_test
[ 75%] Building CXX object caffe2/CMakeFiles/string_ops_test.dir/operators/string_ops_test.cc.o
[ 75%] Built target dead_code_elim_test
Scanning dependencies of target net_async_tracing_test
[ 75%] Building CXX object caffe2/CMakeFiles/net_async_tracing_test.dir/core/net_async_tracing_test.cc.o
[ 75%] Linking CXX executable ../bin/common_subexpression_elimination_test
[ 75%] Built target common_subexpression_elimination_test
[ 75%] Linking CXX executable ../bin/depthwise3x3_conv_op_test
Scanning dependencies of target graph_test
[ 75%] Linking CXX executable ../bin/nnpack_test
[ 75%] Building CXX object caffe2/CMakeFiles/graph_test.dir/core/graph_test.cc.o
[ 75%] Built target depthwise3x3_conv_op_test
[ 75%] Built target nnpack_test
Scanning dependencies of target profile_observer_test
Scanning dependencies of target weakref_test
[ 75%] Building CXX object caffe2/CMakeFiles/profile_observer_test.dir/observers/profile_observer_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o
[ 75%] Linking CXX executable ../bin/pattern_net_transform_test
[ 75%] Built target pattern_net_transform_test
�[91mIn file included from /opt/pytorch/caffe2/core/context_gpu.h:8,
from /opt/pytorch/caffe2/observers/profile_observer.h:22,
from /opt/pytorch/caffe2/observers/profile_observer_test.cc:5:
/opt/pytorch/caffe2/core/common_gpu.h:5:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
�[0m�[91mcompilation terminated.
�[0m�[91mmake[2]: *** [caffe2/CMakeFiles/profile_observer_test.dir/observers/profile_observer_test.cc.o] Error 1
�[0mcaffe2/CMakeFiles/profile_observer_test.dir/build.make:62: recipe for target 'caffe2/CMakeFiles/profile_observer_test.dir/observers/profile_observer_test.cc.o' failed
�[91mmake[1]: *** [caffe2/CMakeFiles/profile_observer_test.dir/all] Error 2
�[0mCMakeFiles/Makefile2:3033: recipe for target 'caffe2/CMakeFiles/profile_observer_test.dir/all' failed
�[91mmake[1]: *** Waiting for unfinished jobs....
�[0mScanning dependencies of target event_test
[ 75%] Building CXX object caffe2/CMakeFiles/event_test.dir/core/event_test.cc.o
[ 75%] Linking CXX executable ../bin/converter_nomigraph_test
[ 75%] Built target converter_nomigraph_test
[ 75%] Linking CXX executable ../bin/weakref_test
[ 75%] Linking CXX executable ../bin/event_test
[ 75%] Linking CXX executable ../bin/net_async_tracing_test
[ 75%] Linking CXX executable ../bin/net_dag_utils_test
[ 75%] Built target weakref_test
[ 75%] Built target event_test
[ 75%] Built target net_async_tracing_test
[ 75%] Built target net_dag_utils_test
[ 75%] Linking CXX executable ../bin/string_ops_test
[ 75%] Built target string_ops_test
[ 75%] Linking CXX executable ../bin/graph_test
[ 75%] Built target graph_test
Makefile:138: recipe for target 'all' failed
�[91mmake: *** [all] Error 2
�[0msetup.py::build_deps::run()
Failed to run 'bash ../tools/build_pytorch_libs.sh --use-nnpack --use-mkldnn --use-qnnpack caffe2'"><pre lang="bash" class="notranslate"><code class="notranslate">�[91mCloning into 'pytorch'...
�[0m�[91mSubmodule 'third_party/ComputeLibrary' (https://github.com/ARM-software/ComputeLibrary.git) registered for path 'third_party/ComputeLibrary'
�[0m�[91mSubmodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16'
�[0m�[91mSubmodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv'
�[0m�[91mSubmodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK'
�[0m�[91mSubmodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK'
�[0m�[91mSubmodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark'
�[0m�[91mSubmodule 'third-party/cpuinfo' (https://github.com/Maratyszcza/cpuinfo.git) registered for path 'third_party/cpuinfo'
�[0m�[91mSubmodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub'
�[0m�[91mSubmodule 'third_party/eigen' (https://github.com/eigenteam/eigen-git-mirror.git) registered for path 'third_party/eigen'
�[0m�[91mSubmodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm'
�[0m�[91mSubmodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp'
�[0m�[91mSubmodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo'
�[0m�[91mSubmodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest'
�[0m�[91mSubmodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep'
�[0m�[91mSubmodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake'
�[0m�[91mSubmodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl'
�[0m�[91mSubmodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse'
�[0m�[91mSubmodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx'
�[0m�[91mSubmodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt'
�[0m�[91mSubmodule 'third_party/protobuf' (https://github.com/google/protobuf.git) registered for path 'third_party/protobuf'
�[0m�[91mSubmodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd'
�[0m�[91mSubmodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool'
�[0m�[91mSubmodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11'
�[0m�[91mSubmodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum'
�[0m�[91mSubmodule 'third_party/python-peachpy' (https://github.com/Maratyszcza/PeachPy.git) registered for path 'third_party/python-peachpy'
�[0m�[91mSubmodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six'
�[0m�[91mSubmodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef'
�[0m�[91mSubmodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd'
�[0m�[91mCloning into '/opt/pytorch/third_party/ComputeLibrary'...
�[0m�[91mCloning into '/opt/pytorch/third_party/FP16'...
�[0m�[91mCloning into '/opt/pytorch/third_party/FXdiv'...
�[0m�[91mCloning into '/opt/pytorch/third_party/NNPACK'...
�[0m�[91mCloning into '/opt/pytorch/third_party/QNNPACK'...
�[0m�[91mCloning into '/opt/pytorch/third_party/benchmark'...
�[0m�[91mCloning into '/opt/pytorch/third_party/cpuinfo'...
�[0m�[91mCloning into '/opt/pytorch/third_party/cub'...
�[0m�[91mCloning into '/opt/pytorch/third_party/eigen'...
�[0m�[91mCloning into '/opt/pytorch/third_party/fbgemm'...
�[0m�[91mCloning into '/opt/pytorch/third_party/gemmlowp/gemmlowp'...
�[0m�[91mCloning into '/opt/pytorch/third_party/gloo'...
�[0m�[91mCloning into '/opt/pytorch/third_party/googletest'...
�[0m�[91mCloning into '/opt/pytorch/third_party/ideep'...
�[0m�[91mCloning into '/opt/pytorch/third_party/ios-cmake'...
�[0m�[91mCloning into '/opt/pytorch/third_party/nccl/nccl'...
�[0m�[91mCloning into '/opt/pytorch/third_party/neon2sse'...
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx'...
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx-tensorrt'...
�[0m�[91mCloning into '/opt/pytorch/third_party/protobuf'...
�[0m�[91mCloning into '/opt/pytorch/third_party/psimd'...
�[0m�[91mCloning into '/opt/pytorch/third_party/pthreadpool'...
�[0m�[91mCloning into '/opt/pytorch/third_party/pybind11'...
�[0m�[91mCloning into '/opt/pytorch/third_party/python-enum'...
�[0m�[91mCloning into '/opt/pytorch/third_party/python-peachpy'...
�[0m�[91mCloning into '/opt/pytorch/third_party/python-six'...
�[0m�[91mCloning into '/opt/pytorch/third_party/sleef'...
�[0m�[91mCloning into '/opt/pytorch/third_party/zstd'...
�[0mSubmodule path 'third_party/ComputeLibrary': checked out '292227986edb37b01061afcad6df18ba9d6ccbeb'
Submodule path 'third_party/FP16': checked out '34d4bf01bbf7376f2baa71b8fa148b18524d45cf'
Submodule path 'third_party/FXdiv': checked out '811b482bcd9e8d98ad80c6c78d5302bb830184b0'
Submodule path 'third_party/NNPACK': checked out '1e005b0c2777f39972a4ac15bea03e0e315a3d92'
Submodule path 'third_party/QNNPACK': checked out '85e21ce260ea04a8dc024c4efe6115fd59ac45d4'
Submodule path 'third_party/benchmark': checked out '505be96ab23056580a3a2315abba048f4428b04e'
Submodule path 'third_party/cpuinfo': checked out 'c342292afb040c868849bc15e96ab894dceba2bc'
Submodule path 'third_party/cub': checked out '285aeebaa34b0e8a7670867a2e66c1a52d998d6a'
�[91mFrom https://github.com/eigenteam/eigen-git-mirror
* branch f59336cee358f92b959de6a0daf07c4ab2318022 -> FETCH_HEAD
�[0mSubmodule path 'third_party/eigen': checked out 'f59336cee358f92b959de6a0daf07c4ab2318022'
Submodule path 'third_party/fbgemm': checked out '56d9537efc00d7741486b7539f13e0abae6ef1df'
Submodule path 'third_party/gemmlowp/gemmlowp': checked out '8416bab644641a5c0a81ecf91a5cda804af0aee1'
Submodule path 'third_party/gloo': checked out '0df388b44ed22f5b88aff31ab997fd6dfa6561ac'
Submodule path 'third_party/googletest': checked out '2fe3bd994b3189899d93f1d5a881e725e046fdc2'
Submodule path 'third_party/ideep': checked out 'dedff8fb8193fe3a1ea893d4bc852f8ea395b6b3'
�[91mSubmodule 'mkl-dnn' (https://github.com/01org/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn'
�[0m�[91mSubmodule 'tests/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/ideep/tests/googletest'
�[0m�[91mSubmodule 'tests/rapidcheck' (https://github.com/emil-e/rapidcheck.git) registered for path 'third_party/ideep/tests/rapidcheck'
�[0m�[91mCloning into '/opt/pytorch/third_party/ideep/mkl-dnn'...
�[0m�[91mCloning into '/opt/pytorch/third_party/ideep/tests/googletest'...
�[0m�[91mCloning into '/opt/pytorch/third_party/ideep/tests/rapidcheck'...
�[0mSubmodule path 'third_party/ideep/mkl-dnn': checked out 'c0095ec26c215970b9b94915963b59e76398265e'
Submodule path 'third_party/ideep/tests/googletest': checked out '08d5b1f33af8c18785fb8ca02792b5fac81e248f'
Submodule path 'third_party/ideep/tests/rapidcheck': checked out '10fc0cbaa46a765d8134e99995de9c81c048a331'
�[91mSubmodule 'ext/catch' (https://github.com/philsquared/Catch.git) registered for path 'third_party/ideep/tests/rapidcheck/ext/catch'
�[0m�[91mSubmodule 'ext/googletest' (https://github.com/google/googletest) registered for path 'third_party/ideep/tests/rapidcheck/ext/googletest'
�[0m�[91mCloning into '/opt/pytorch/third_party/ideep/tests/rapidcheck/ext/catch'...
�[0m�[91mCloning into '/opt/pytorch/third_party/ideep/tests/rapidcheck/ext/googletest'...
�[0mSubmodule path 'third_party/ideep/tests/rapidcheck/ext/catch': checked out '2ce6c74f8fcbd28c977e70d8c020939123a9ea3c'
Submodule path 'third_party/ideep/tests/rapidcheck/ext/googletest': checked out 'ecd530865cefdfa7dea58e84f6aa1b548950363d'
Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724'
Submodule path 'third_party/nccl/nccl': checked out '3c6e25210bb1b544748937e5db74db0b9679b95e'
Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a'
Submodule path 'third_party/onnx': checked out '882c5283c54345d131e8fe5c859e4844dcf7ca8e'
�[91mSubmodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark'
�[0m�[91mSubmodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11'
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx/third_party/benchmark'...
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx/third_party/pybind11'...
�[0mSubmodule path 'third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508'
Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c'
�[91mSubmodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx/third_party/pybind11/tools/clang'
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx/third_party/pybind11/tools/clang'...
�[0mSubmodule path 'third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5'
Submodule path 'third_party/onnx-tensorrt': checked out 'fa0964e8477fc004ee2f49ee77ffce0bf7f711a9'
�[91mSubmodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx'
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx-tensorrt/third_party/onnx'...
�[0mSubmodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out 'b4072194c2e6ef90693bcfdea4c6f45cf30bb65e'
�[91mSubmodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'
�[0m�[91mSubmodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'...
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'...
�[0mSubmodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508'
Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c'
�[91mSubmodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'
�[0m�[91mCloning into '/opt/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'...
�[0mSubmodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5'
Submodule path 'third_party/protobuf': checked out '2761122b810fe8861004ae785cc3ab39f384d342'
�[91mSubmodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark'
�[0m�[91mCloning into '/opt/pytorch/third_party/protobuf/third_party/benchmark'...
�[0mSubmodule path 'third_party/protobuf/third_party/benchmark': checked out '360e66c1c4777c99402cf8cd535aa510fee16573'
Submodule path 'third_party/psimd': checked out '90a938f30ba414ada2f4b00674ee9631d7d85e19'
Submodule path 'third_party/pthreadpool': checked out '13da0b4c21d17f94150713366420baaf1b5a46f4'
Submodule path 'third_party/pybind11': checked out '5c8746ff135abb390bf95944be593e895a586a50'
�[91mSubmodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/pybind11/tools/clang'
�[0m�[91mCloning into '/opt/pytorch/third_party/pybind11/tools/clang'...
�[0mSubmodule path 'third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5'
Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7'
Submodule path 'third_party/python-peachpy': checked out '07d8fde8ac45d7705129475c0f94ed8925b93473'
Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a'
Submodule path 'third_party/sleef': checked out '6ff7a135a1e31979d1e1844a2e7171dfbd34f54f'
Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8'
�[91mFrom https://github.com/intel/mkl-dnn
* branch HEAD -> FETCH_HEAD
�[0mFirst, rewinding head to replay your work on top of it...
Fast-forwarded HEAD to 733fc908874c71a5285043931a1cf80aa923165c.
Building wheel torch-1.0.0a0+6d9a7d0
running install
setup.py::run()
running build_deps
�[91m+ SYNC_COMMAND=cp
�[0m�[91m++ command -v rsync
�[0m�[91m+ '[' -x /usr/bin/rsync ']'
�[0m�[91m+ SYNC_COMMAND='rsync -lptgoD'
+ CMAKE_COMMAND=cmake
�[0m�[91m++ command -v cmake3
�[0m�[91m+ [[ -x '' ]]
�[0m�[91m+ USE_CUDA=0
+ USE_FBGEMM=0
+ USE_ROCM=0
+ USE_NNPACK=0
�[0m�[91m+ USE_MKLDNN=0
+ USE_QNNPACK=0
+ USE_GLOO_IBVERBS=0
+ CAFFE2_STATIC_LINK_CUDA=0
+ RERUN_CMAKE=1
�[0m�[91m+ [[ 4 -gt 0 ]]
+ case "$1" in
+ USE_NNPACK=1
+ shift
+ [[ 3 -gt 0 ]]
+ case "$1" in
+ USE_MKLDNN=1
+ shift
+ [[ 2 -gt 0 ]]
+ case "$1" in
+ USE_QNNPACK=1
+ shift
+ [[ 1 -gt 0 ]]
+ case "$1" in
�[0m�[91m+ break
+ CMAKE_INSTALL='make install'
+ BUILD_SHARED_LIBS=ON
+ USER_CFLAGS=
+ USER_LDFLAGS=
+ [[ -n '' ]]
�[0m�[91m+ [[ -n '' ]]
+ [[ -n '' ]]
�[0m�[91m++ uname
�[0m�[91m+ '[' Linux == Darwin ']'
�[0m�[91m+++ dirname ../tools/build_pytorch_libs.sh
�[0m�[91m++ cd ../tools/..
�[0m�[91m+++ pwd
�[0m�[91m++ printf '%q\n' /opt/pytorch
�[0m�[91m+ BASE_DIR=/opt/pytorch
+ TORCH_LIB_DIR=/opt/pytorch/torch/lib
�[0m�[91m+ INSTALL_DIR=/opt/pytorch/torch/lib/tmp_install
+ THIRD_PARTY_DIR=/opt/pytorch/third_party
+ C_FLAGS=
�[0m�[91m+ C_FLAGS=' -DOMPI_SKIP_MPICXX=1'
+ LDFLAGS=
+ LD_POSTFIX=.so
�[0m�[91m++ uname
�[0m�[91m+ [[ Linux == \D\a\r\w\i\n ]]
+ [[ 0 -eq 1 ]]
+ LDFLAGS=' -Wl,-rpath,$ORIGIN'
�[0m�[91m+ CPP_FLAGS=' -std=c++11 '
+ THD_FLAGS=
+ [[ 0 -eq 1 ]]
+ CUDA_NVCC_FLAGS=' -DOMPI_SKIP_MPICXX=1'
+ [[ -z '' ]]
+ CUDA_DEVICE_DEBUG=0
�[0m�[91m+ '[' -z '' ']'
�[0m�[91m++ getconf _NPROCESSORS_ONLN
�[0m�[91m+ MAX_JOBS=8
+ BUILD_TYPE=Release
�[0m�[91m+ [[ -n '' ]]
+ [[ -n '' ]]
+ echo 'Building in Release mode'
�[0mBuilding in Release mode
�[91m+ mkdir -p /opt/pytorch/torch/lib/tmp_install
�[0m�[91m+ for arg in "$@"
+ [[ caffe2 == \c\a\f\f\e\2 ]]
+ build_caffe2
�[0m�[91m+ [[ -z '' ]]
+ EXTRA_CAFFE2_CMAKE_FLAGS=()
+ [[ -n '' ]]
+ [[ -n /opt/conda/lib/python3.6/site-packages ]]
+ EXTRA_CAFFE2_CMAKE_FLAGS+=("-DCMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH")
+ [[ 1 -eq 1 ]]
�[0m�[91m+ cmake /opt/pytorch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.6m.so.1.0 -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.6m -DBUILDING_WITH_TORCH_LIBS=ON -DTORCH_BUILD_VERSION=1.0.0a0+6d9a7d0 -DCMAKE_BUILD_TYPE=Release -DBUILD_TORCH=ON -DBUILD_PYTHON=ON -DBUILD_SHARED_LIBS=ON -DBUILD_BINARY=OFF -DBUILD_TEST=ON -DINSTALL_TEST=ON -DBUILD_CAFFE2_OPS=ON -DONNX_NAMESPACE=onnx_torch -DUSE_CUDA=0 -DUSE_DISTRIBUTED=ON -DUSE_FBGEMM=0 -DUSE_NUMPY= -DNUMPY_INCLUDE_DIR=/opt/conda/lib/python3.6/site-packages/numpy-1.16.0.dev0+2668b31-py3.6-linux-x86_64.egg/numpy/core/include -DCAFFE2_STATIC_LINK_CUDA=0 -DUSE_ROCM=0 -DUSE_NNPACK=1 -DUSE_LEVELDB=OFF -DUSE_LMDB=OFF -DUSE_OPENCV=OFF -DUSE_QNNPACK=1 -DUSE_FFMPEG=OFF -DUSE_GLOG=OFF -DUSE_GFLAGS=OFF -DUSE_SYSTEM_EIGEN_INSTALL=OFF -DCUDNN_INCLUDE_DIR= -DCUDNN_LIB_DIR= -DCUDNN_LIBRARY= -DUSE_MKLDNN=1 -DNCCL_EXTERNAL=0 -DCMAKE_INSTALL_PREFIX=/opt/pytorch/torch/lib/tmp_install -DCMAKE_C_FLAGS= -DCMAKE_CXX_FLAGS= '-DCMAKE_EXE_LINKER_FLAGS= -Wl,-rpath,$ORIGIN ' '-DCMAKE_SHARED_LINKER_FLAGS= -Wl,-rpath,$ORIGIN ' -DTHD_SO_VERSION=1 -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.6/site-packages
�[0m-- The CXX compiler identification is GNU 8.2.0
-- The C compiler identification is GNU 8.2.0
-- Check for working CXX compiler: /usr/local/bin/c++
-- Check for working CXX compiler: /usr/local/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/local/bin/gcc
-- Check for working C compiler: /usr/local/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Not forcing any particular BLAS to be found
-- Performing Test COMPILER_WORKS
-- Performing Test COMPILER_WORKS - Success
-- Performing Test SUPPORT_GLIBCXX_USE_C99
-- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success
-- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED
-- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success
-- std::exception_ptr is supported.
-- Performing Test CAFFE2_IS_NUMA_AVAILABLE
-- Performing Test CAFFE2_IS_NUMA_AVAILABLE - Success
-- NUMA is available
-- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING
-- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed
-- Turning off deprecation warning due to glog.
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success
-- Current compiler supports avx2 extension. Will build perfkernels.
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512F_EXTENSIONS
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512F_EXTENSIONS - Success
-- Current compiler supports avx512f extension. Will build fbgemm.
-- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_SUPPORTS_RDYNAMIC
-- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success
-- Building using own protobuf under third_party per request.
-- Use custom protobuf build.
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/opt/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
-- The BLAS backend of choice:MKL
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_intel_lp64: /opt/intel/mkl/lib/intel64/libmkl_intel_lp64.so
-- Library mkl_gnu_thread: /opt/intel/mkl/lib/intel64/libmkl_gnu_thread.so
-- Library mkl_core: /opt/intel/mkl/lib/intel64/libmkl_core.so
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
-- Library gomp: -fopenmp
-- Library pthread: /usr/lib/x86_64-linux-gnu/libpthread.so
-- Library m: /usr/lib/x86_64-linux-gnu/libm.so
-- Library dl: /usr/lib/x86_64-linux-gnu/libdl.so
-- Looking for cblas_sgemm
-- Looking for cblas_sgemm - found
-- The ASM compiler identification is GNU
-- Found assembler: /usr/local/bin/gcc
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Brace yourself, we are building NNPACK
-- Found PythonInterp: /opt/conda/bin/python (found version "3.6.5")
-- Failed to find LLVM FileCheck
-- Found Git: /usr/bin/git (found version "2.11.0")
�[91m-- git Version: v1.4.0-505be96a
�[0m�[91m-- Version: 1.4.0
�[0m-- Performing Test HAVE_CXX_FLAG_STD_CXX11
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
-- Performing Test HAVE_CXX_FLAG_WALL
-- Performing Test HAVE_CXX_FLAG_WALL - Success
-- Performing Test HAVE_CXX_FLAG_WEXTRA
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- Performing Test HAVE_CXX_FLAG_WSHADOW
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- Performing Test HAVE_CXX_FLAG_WERROR
-- Performing Test HAVE_CXX_FLAG_WERROR - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WD654
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed
-- Performing Test HAVE_CXX_FLAG_COVERAGE
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
�[91m-- Performing Test HAVE_STD_REGEX
-- Performing Test HAVE_STD_REGEX
�[0m�[91m-- Performing Test HAVE_STD_REGEX -- success
�[0m�[91m-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX
�[0m�[91m-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
�[0m�[91m-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX
�[0m�[91m-- Performing Test HAVE_POSIX_REGEX -- success
�[0m�[91m-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK
�[0m�[91m-- Performing Test HAVE_STEADY_CLOCK -- success
�[0m-- Found Numa: /usr/include
-- Found Numa (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so)
-- Using third party subdirectory Eigen.
�[91mPython 3.6.5 :: Anaconda, Inc.
�[0m-- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.6.5", minimum required is "2.7")
-- Found PythonLibs: /opt/conda/lib/libpython3.6m.so.1.0 (found suitable version "3.6.5", minimum required is "2.7")
�[91mCMake Warning at cmake/Dependencies.cmake:583 (find_package):
Could not find a package configuration file provided by "pybind11" with any
of the following names:
pybind11Config.cmake
pybind11-config.cmake
Add the installation prefix of "pybind11" to CMAKE_PREFIX_PATH or set
"pybind11_DIR" to a directory containing one of the above files. If
"pybind11" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:201 (include)
�[0m-- Could NOT find pybind11 (missing: pybind11_INCLUDE_DIR)
-- Using third_party/pybind11.
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
-- MPI support found
-- MPI compile flags:
-- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include/usr/lib/x86_64-linux-gnu/openmpi/include
-- MPI LINK flags path:
-- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
�[91mCMake Warning at cmake/Dependencies.cmake:618 (message):
OpenMPI found, but it is not built with CUDA support.
Call Stack (most recent call first):
CMakeLists.txt:201 (include)
�[0m-- Adding -fopenmp
�[91mCMake Warning at cmake/Dependencies.cmake:769 (message):
Not using CUDA, so disabling NCCL. Suppress this warning with
-DUSE_NCCL=OFF.
Call Stack (most recent call first):
CMakeLists.txt:201 (include)
�[0m-- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include/usr/lib/x86_64-linux-gnu/openmpi/include
-- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
�[91mCMake Warning at cmake/Dependencies.cmake:847 (message):
mobile opengl is only used in android or ios builds.
Call Stack (most recent call first):
CMakeLists.txt:201 (include)
�[0m�[91mCMake Warning at cmake/Dependencies.cmake:923 (message):
Metal is only used in ios builds.
Call Stack (most recent call first):
CMakeLists.txt:201 (include)
�[0m--
-- ******** Summary ********
-- CMake version : 3.7.2
-- CMake command : /usr/bin/cmake
-- System : Linux
-- C++ compiler : /usr/local/bin/c++
-- C++ compiler version : 8.2.0
-- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -fopenmp
-- Build type : Release
-- Compile definitions : TH_BLAS_MKL
-- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.6/site-packages
-- CMAKE_INSTALL_PREFIX : /opt/pytorch/torch/lib/tmp_install
-- CMAKE_MODULE_PATH : /opt/pytorch/cmake/Modules
--
-- ONNX version : 1.3.0
-- ONNX NAMESPACE : onnx_torch
-- ONNX_BUILD_TESTS : OFF
-- ONNX_BUILD_BENCHMARKS : OFF
-- ONNX_USE_LITE_PROTO : OFF
-- ONNXIFI_DUMMY_BACKEND : OFF
--
-- Protobuf compiler :
-- Protobuf includes :
-- Protobuf libraries :
-- BUILD_ONNX_PYTHON : OFF
-- Found gcc >=5 and CUDA <= 7.5, adding workaround C++ flags
-- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor
-- Removing -DNDEBUG from compile flags
-- Compiling with OpenMP support
-- MAGMA not found. Compiling without MAGMA support
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this machine.
-- No OMAP4 processor on this machine.
-- Looking for cpuid.h
-- Looking for cpuid.h - found
-- Performing Test HAVE_GCC_GET_CPUID
-- Performing Test HAVE_GCC_GET_CPUID - Success
-- Performing Test NO_GCC_EBX_FPIC_BUG
-- Performing Test NO_GCC_EBX_FPIC_BUG - Success
-- Performing Test C_HAS_AVX_1
-- Performing Test C_HAS_AVX_1 - Failed
-- Performing Test C_HAS_AVX_2
-- Performing Test C_HAS_AVX_2 - Success
-- Performing Test C_HAS_AVX2_1
-- Performing Test C_HAS_AVX2_1 - Failed
-- Performing Test C_HAS_AVX2_2
-- Performing Test C_HAS_AVX2_2 - Success
-- Performing Test CXX_HAS_AVX_1
-- Performing Test CXX_HAS_AVX_1 - Failed
-- Performing Test CXX_HAS_AVX_2
-- Performing Test CXX_HAS_AVX_2 - Success
-- Performing Test CXX_HAS_AVX2_1
-- Performing Test CXX_HAS_AVX2_1 - Failed
-- Performing Test CXX_HAS_AVX2_2
-- Performing Test CXX_HAS_AVX2_2 - Success
-- AVX compiler support found
-- AVX2 compiler support found
-- Performing Test HAS_C11_ATOMICS
-- Performing Test HAS_C11_ATOMICS - Success
-- Atomics: using C11 intrinsics
-- Performing Test BLAS_F2C_DOUBLE_WORKS
-- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
-- Performing Test BLAS_F2C_FLOAT_WORKS
-- Performing Test BLAS_F2C_FLOAT_WORKS - Success
-- Performing Test BLAS_USE_CBLAS_DOT
-- Performing Test BLAS_USE_CBLAS_DOT - Success
-- Found a library with BLAS API (mkl).
-- Found a library with LAPACK API. (mkl)
�[91mdisabling CUDA because NOT USE_CUDA is set
disabling ROCM because NOT USE_ROCM is set
�[0m-- CuDNN not found. Compiling without CuDNN support
-- MIOpen not found. Compiling without MIOpen support
-- Found MKLDNN: /opt/intel/mkl/lib/intel64/libmkl_intel_lp64.so;/opt/intel/mkl/lib/intel64/libmkl_gnu_thread.so;/opt/intel/mkl/lib/intel64/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so
-- Detecting Intel(R) MKL: trying mklml_intel
-- Detecting Intel(R) MKL: trying mklml_gnu
-- Detecting Intel(R) MKL: trying mklml
-- Detecting Intel(R) MKL: trying mkl_rt
-- Intel(R) MKL: include /opt/intel/compilers_and_libraries/linux/mkl/include
-- Intel(R) MKL: lib /usr/local/lib64/libmkl_rt.so
-- OpenMP lib: -fopenmp
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.13")
-- VTune profiling environment is unset
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for shm_open
-- Looking for shm_open - found
-- Looking for shm_unlink
-- Looking for shm_unlink - found
-- Looking for malloc_usable_size
-- Looking for malloc_usable_size - found
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Success
-- GCC 8.2.0: Adding gcc and gcc_s libs to link line
-- Using python found in /opt/conda/bin/python
�[91mdisabling CUDA because USE_CUDA is set false
�[0m-- Check size of long double
-- Check size of long double - done
-- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE
-- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success
-- Performing Test COMPILER_SUPPORTS_FLOAT128
-- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success
-- Performing Test COMPILER_SUPPORTS_SSE2
-- Performing Test COMPILER_SUPPORTS_SSE2 - Success
-- Performing Test COMPILER_SUPPORTS_SSE4
-- Performing Test COMPILER_SUPPORTS_SSE4 - Success
-- Performing Test COMPILER_SUPPORTS_AVX
-- Performing Test COMPILER_SUPPORTS_AVX - Success
-- Performing Test COMPILER_SUPPORTS_FMA4
-- Performing Test COMPILER_SUPPORTS_FMA4 - Success
-- Performing Test COMPILER_SUPPORTS_AVX2
-- Performing Test COMPILER_SUPPORTS_AVX2 - Success
-- Performing Test COMPILER_SUPPORTS_SVE
-- Performing Test COMPILER_SUPPORTS_SVE - Failed
-- Performing Test COMPILER_SUPPORTS_AVX512F
-- Performing Test COMPILER_SUPPORTS_AVX512F - Success
-- Performing Test COMPILER_SUPPORTS_OPENMP
-- Performing Test COMPILER_SUPPORTS_OPENMP - Success
-- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES
-- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success
-- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH
-- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success
�[91m Target system: Linux-4.4.0-116-generic
Target processor: x86_64
Host system: Linux-4.4.0-116-generic
Host processor: x86_64
Detected C compiler: GNU @ /usr/local/bin/gcc
�[0m-- Configuring build for SLEEF-v3.2
-- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef
-- Building shared libs : OFF
-- MPFR : /usr/lib/x86_64-linux-gnu/libmpfr.so
-- MPFR header file in /usr/include
-- GMP : /usr/lib/x86_64-linux-gnu/libgmp.so
-- RUNNING_ON_TRAVIS : 0
-- COMPILER_SUPPORTS_OPENMP : 1
-- Using python found in /opt/conda/bin/python
-- /usr/local/bin/c++ /opt/pytorch/torch/abi-check.cpp -o /opt/pytorch/build/abi-check
-- Determined _GLIBCXX_USE_CXX11_ABI=1
-- Performing Test HAS_THREAD_LOCAL
-- Performing Test HAS_THREAD_LOCAL - Success
-- ignoring CUDA
-- MPI_LIBRARIES: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
-- Building C10D without CUDA support
-- MPI_INCLUDE_PATH: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi;/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent;/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include;/usr/lib/x86_64-linux-gnu/openmpi/include
-- MPI_LIBRARIES: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
-- MPIEXEC: /usr/bin/mpiexec
-- NCCL operators skipped due to no CUDA support
-- Including IDEEP operators
-- Excluding image processing operators due to no opencv
-- Excluding video processing operators due to no opencv
-- Include Observer library
-- Using lib/python3.6/site-packages as python relative installation path
-- Automatically generating missing __init__.py files.
�[91mCMake Warning at CMakeLists.txt:389 (message):
Generated cmake files are only fully tested if one builds with system glog,
gflags, and protobuf. Other settings may generate files that are not well
tested.
�[0m�[91m
�[0m--
-- ******** Summary ********
-- General:
-- CMake version : 3.7.2
-- CMake command : /usr/bin/cmake
-- System : Linux
-- C++ compiler : /usr/local/bin/c++
-- C++ compiler version : 8.2.0
-- BLAS : MKL
-- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -D_FORCE_INLINES -D_MWAITXINTRIN_H_INCLUDED -D__STRICT_ANSI__ -fopenmp -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-stringop-overflow -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -Wno-stringop-overflow
-- Build type : Release
-- Compile definitions : TH_BLAS_MKL;ONNX_NAMESPACE=onnx_torch;USE_C11_ATOMICS=1;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1
-- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.6/site-packages
-- CMAKE_INSTALL_PREFIX : /opt/pytorch/torch/lib/tmp_install
--
-- TORCH_VERSION : 1.0.0
-- CAFFE2_VERSION : 1.0.0
-- BUILD_ATEN_MOBILE : OFF
-- BUILD_ATEN_ONLY : OFF
-- BUILD_BINARY : OFF
-- BUILD_CUSTOM_PROTOBUF : ON
-- Link local protobuf : ON
-- BUILD_DOCS : OFF
-- BUILD_PYTHON : ON
-- Python version : 3.6.5
-- Python executable : /opt/conda/bin/python
-- Pythonlibs version : 3.6.5
-- Python library : /opt/conda/lib/libpython3.6m.so.1.0
-- Python includes : /opt/conda/include/python3.6m
-- Python site-packages: lib/python3.6/site-packages
-- BUILD_CAFFE2_OPS : ON
-- BUILD_SHARED_LIBS : ON
-- BUILD_TEST : ON
-- USE_ASAN : OFF
-- USE_CUDA : 0
-- USE_ROCM : OFF
-- USE_EIGEN_FOR_BLAS :
-- USE_FBGEMM : 0
-- USE_FFMPEG : OFF
-- USE_GFLAGS : OFF
-- USE_GLOG : OFF
-- USE_LEVELDB : OFF
-- USE_LITE_PROTO : OFF
-- USE_LMDB : OFF
-- USE_METAL : OFF
-- USE_MKL : ON
-- USE_MKLDNN : ON
-- USE_MOBILE_OPENGL : OFF
-- USE_NCCL : OFF
-- USE_NNPACK : 1
-- USE_NUMPY : ON
-- USE_OBSERVERS : ON
-- USE_OPENCL : OFF
-- USE_OPENCV : OFF
-- USE_OPENMP : ON
-- USE_PROF : OFF
-- USE_QNNPACK : 1
-- USE_REDIS : OFF
-- USE_ROCKSDB : OFF
-- USE_ZMQ : OFF
-- USE_DISTRIBUTED : ON
-- USE_MPI : ON
-- USE_GLOO : ON
-- USE_GLOO_IBVERBS : OFF
-- Public Dependencies : Threads::Threads;caffe2::mkl;caffe2::mkldnn
-- Private Dependencies : qnnpack;nnpack;cpuinfo;/usr/lib/x86_64-linux-gnu/libnuma.so;fp16;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so;gloo;aten_op_header_gen;onnxifi_loader;rt;gcc_s;gcc;dl
-- Configuring done
-- Generating done
�[91mCMake Warning:
Manually-specified variables were not used by the project:
CUDNN_INCLUDE_DIR
CUDNN_LIBRARY
CUDNN_LIB_DIR
THD_SO_VERSION
�[0m-- Build files have been written to: /opt/pytorch/build
�[91m+ make install -j8
�[0mScanning dependencies of target js_embed
Scanning dependencies of target clog
Scanning dependencies of target gtest
Scanning dependencies of target pthreadpool
[ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/js_embed.dir/__/src/google/protobuf/compiler/js/embed.cc.o
[ 0%] Building C object confu-deps/clog/CMakeFiles/clog.dir/src/clog.c.o
Scanning dependencies of target libprotobuf-lite
[ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
[ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/threadpool-pthreads.c.o
Scanning dependencies of target benchmark
[ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o
[ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o
Scanning dependencies of target libprotobuf
[ 0%] Linking C static library ../../lib/libclog.a
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o
Scanning dependencies of target gloo
[ 1%] Built target clog
[ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arenastring.cc.o
[ 1%] Linking C static library ../../lib/libpthreadpool.a
[ 1%] Built target pthreadpool
[ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o
[ 1%] Linking CXX executable ../../../bin/js_embed
[ 1%] Built target js_embed
[ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o
Scanning dependencies of target onnxifi_dummy
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arenastring.cc.o
[ 1%] Building C object third_party/onnx/CMakeFiles/onnxifi_dummy.dir/onnx/onnxifi_dummy.c.o
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o
[ 1%] Linking C shared library ../../lib/libonnxifi_dummy.so
[ 1%] Built target onnxifi_dummy
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o
[ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o
Scanning dependencies of target onnxifi_loader
[ 2%] Building C object third_party/onnx/CMakeFiles/onnxifi_loader.dir/onnx/onnxifi_loader.c.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o
[ 2%] Linking C static library ../../lib/libonnxifi_loader.a
[ 2%] Built target onnxifi_loader
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
Scanning dependencies of target python_copy_files
Scanning dependencies of target c10
[ 2%] Building CXX object c10/CMakeFiles/c10.dir/Device.cpp.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o
Scanning dependencies of target mkldnn
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o
[ 2%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/batch_normalization.cpp.o
[ 2%] Building CXX object c10/CMakeFiles/c10.dir/DeviceType.cpp.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o
[ 2%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/convolution.cpp.o
[ 2%] Linking CXX static library ../../../lib/libgtest.a
[ 2%] Built target gtest
[ 2%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/convolution_relu.cpp.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
[ 2%] Building CXX object c10/CMakeFiles/c10.dir/Half.cpp.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o
[ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc.o
[ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/io_win32.cc.o
[ 2%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/deconvolution.cpp.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/once.cc.o
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o
[ 2%] Building CXX object c10/CMakeFiles/c10.dir/Stream.cpp.o
[ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o
[ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o
[ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o
[ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o
[ 4%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/eltwise.cpp.o
[ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o
[ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/DeviceId.cpp.o
[ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/DispatchKey.cpp.o
[ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o
[ 5%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/engine.cpp.o
[ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/io_win32.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/once.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o
[ 5%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/DispatchTable.cpp.o
[ 5%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/inner_product.cpp.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o
[ 5%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/Dispatcher.cpp.o
[ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o
[ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/mpi/context.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o
[ 6%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/lrn.cpp.o
[ 6%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/KernelRegistration.cpp.o
[ 7%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/LayoutId.cpp.o
�[91mIn file included from /opt/pytorch/third_party/gloo/gloo/mpi/context.cc:17:
/opt/pytorch/third_party/gloo/gloo/mpi/context.cc: In destructor ‘gloo::mpi::MPIScope::~MPIScope()’:
/opt/pytorch/third_party/gloo/gloo/common/logging.h:142:58: warning: throw will always call terminate() [-Wterminate]
r.get_message_and_free(MakeString(__VA_ARGS__))); \
^
/opt/pytorch/third_party/gloo/gloo/common/logging.h:151:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’
GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~~~~
/opt/pytorch/third_party/gloo/gloo/mpi/context.cc:44:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’
GLOO_ENFORCE_EQ(rv, MPI_SUCCESS);
^~~~~~~~~~~~~~~
/opt/pytorch/third_party/gloo/gloo/common/logging.h:142:58: note: in C++11 destructors default to noexcept
r.get_message_and_free(MakeString(__VA_ARGS__))); \
^
/opt/pytorch/third_party/gloo/gloo/common/logging.h:151:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’
GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__)
^~~~~~~~~~~~~~~~~~~~~~
/opt/pytorch/third_party/gloo/gloo/mpi/context.cc:44:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’
GLOO_ENFORCE_EQ(rv, MPI_SUCCESS);
^~~~~~~~~~~~~~~
�[0m[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/memory.cpp.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o
[ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o
[ 7%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/OpSchema.cpp.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/memory_desc_wrapper.cpp.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/mkldnn_debug.cpp.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o
[ 7%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/pooling.cpp.o
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/dispatch/OpSchemaRegistration.cpp.o
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/impl/DeviceGuardImplInterface.cpp.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o
[ 7%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive.cpp.o
[ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o
[ 7%] Linking CXX static library ../../../lib/libbenchmark.a
[ 7%] Built target benchmark
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive_attr.cpp.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive_desc.cpp.o
[ 7%] Linking CXX static library ../../../lib/libprotobuf-lite.a
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive_iterator.cpp.o
[ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o
[ 7%] Built target libprotobuf-lite
[ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o
[ 7%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/query.cpp.o
[ 7%] Built target python_copy_files
[ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o
[ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o
[ 8%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o
[ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o
[ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o
[ 9%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/reorder.cpp.o
[ 9%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o
[ 9%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/rnn.cpp.o
[ 9%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o
[ 9%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o
[ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o
[ 9%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/scratchpad.cpp.o
[ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o
[ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o
[ 9%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o
[ 9%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/shuffle.cpp.o
[ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o
[ 9%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/softmax.cpp.o
[ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o
[ 9%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o
[ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o
[ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/TensorTypeId.cpp.o
[ 9%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/stream.cpp.o
[ 9%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o
[ 10%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/utils.cpp.o
[ 10%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o
[ 10%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o
[ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TensorTypeIdRegistration.cpp.o
[ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Type.cpp.o
[ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o
[ 10%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/verbose.cpp.o
[ 10%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_barrier.cpp.o
[ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o
[ 10%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_batch_normalization_utils.cpp.o
[ 10%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_concat.cpp.o
[ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o
[ 10%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o
[ 11%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o
[ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o
[ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o
Scanning dependencies of target ATEN_CPU_FILES_GEN_TARGET
[ 11%] Generating ../aten/src/ATen/CPUByteType.cpp, ../aten/src/ATen/CPUByteType.h, ../aten/src/ATen/CPUCharType.cpp, ../aten/src/ATen/CPUCharType.h, ../aten/src/ATen/CPUCopy.cpp, ../aten/src/ATen/CPUDoubleType.cpp, ../aten/src/ATen/CPUDoubleType.h, ../aten/src/ATen/CPUFloatType.cpp, ../aten/src/ATen/CPUFloatType.h, ../aten/src/ATen/CPUGenerator.h, ../aten/src/ATen/CPUHalfType.cpp, ../aten/src/ATen/CPUHalfType.h, ../aten/src/ATen/CPUIntType.cpp, ../aten/src/ATen/CPUIntType.h, ../aten/src/ATen/CPULongType.cpp, ../aten/src/ATen/CPULongType.h, ../aten/src/ATen/CPUShortType.cpp, ../aten/src/ATen/CPUShortType.h, ../aten/src/ATen/Declarations.yaml, ../aten/src/ATen/Functions.h, ../aten/src/ATen/NativeFunctions.h, ../aten/src/ATen/RegisterCPU.cpp, ../aten/src/ATen/RegisterCPU.h, ../aten/src/ATen/SparseCPUByteType.cpp, ../aten/src/ATen/SparseCPUByteType.h, ../aten/src/ATen/SparseCPUCharType.cpp, ../aten/src/ATen/SparseCPUCharType.h, ../aten/src/ATen/SparseCPUDoubleType.cpp, ../aten/src/ATen/SparseCPUDoubleType.h, ../aten/src/ATen/SparseCPUFloatType.cpp, ../aten/src/ATen/SparseCPUFloatType.h, ../aten/src/ATen/SparseCPUIntType.cpp, ../aten/src/ATen/SparseCPUIntType.h, ../aten/src/ATen/SparseCPULongType.cpp, ../aten/src/ATen/SparseCPULongType.h, ../aten/src/ATen/SparseCPUShortType.cpp, ../aten/src/ATen/SparseCPUShortType.h, ../aten/src/ATen/TypeDefault.cpp, ../aten/src/ATen/TypeDefault.h, ../aten/src/ATen/TypeExtendedInterface.h, ../aten/src/ATen/CUDAByteType.cpp, ../aten/src/ATen/CUDAByteType.h, ../aten/src/ATen/CUDACharType.cpp, ../aten/src/ATen/CUDACharType.h, ../aten/src/ATen/CUDACopy.cpp, ../aten/src/ATen/CUDADoubleType.cpp, ../aten/src/ATen/CUDADoubleType.h, ../aten/src/ATen/CUDAFloatType.cpp, ../aten/src/ATen/CUDAFloatType.h, ../aten/src/ATen/CUDAGenerator.h, ../aten/src/ATen/CUDAHalfType.cpp, ../aten/src/ATen/CUDAHalfType.h, ../aten/src/ATen/CUDAIntType.cpp, ../aten/src/ATen/CUDAIntType.h, ../aten/src/ATen/CUDALongType.cpp, ../aten/src/ATen/CUDALongType.h, ../aten/src/ATen/CUDAShortType.cpp, ../aten/src/ATen/CUDAShortType.h, ../aten/src/ATen/RegisterCUDA.cpp, ../aten/src/ATen/RegisterCUDA.h, ../aten/src/ATen/SparseCUDAByteType.cpp, ../aten/src/ATen/SparseCUDAByteType.h, ../aten/src/ATen/SparseCUDACharType.cpp, ../aten/src/ATen/SparseCUDACharType.h, ../aten/src/ATen/SparseCUDADoubleType.cpp, ../aten/src/ATen/SparseCUDADoubleType.h, ../aten/src/ATen/SparseCUDAFloatType.cpp, ../aten/src/ATen/SparseCUDAFloatType.h, ../aten/src/ATen/SparseCUDAIntType.cpp, ../aten/src/ATen/SparseCUDAIntType.h, ../aten/src/ATen/SparseCUDALongType.cpp, ../aten/src/ATen/SparseCUDALongType.h, ../aten/src/ATen/SparseCUDAShortType.cpp, ../aten/src/ATen/SparseCUDAShortType.h
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_engine.cpp.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_memory.cpp.o
[ 11%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o
[ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o
[ 11%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_reducer.cpp.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_reorder.cpp.o
[ 11%] Linking CXX shared library ../lib/libc10.so
[ 11%] Built target c10
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_sum.cpp.o
[ 11%] Linking CXX static library ../../../lib/libgloo.a
[ 11%] Built target gloo
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/gemm.cpp.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/gemm_utils.cpp.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/jit_avx512_common_gemm_f32.cpp.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/jit_avx_gemm_f32.cpp.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o
[ 11%] Built target ATEN_CPU_FILES_GEN_TARGET
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/ref_gemm.cpp.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_convolution.cpp.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o
Scanning dependencies of target common
[ 11%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o
[ 11%] Built target common
[ 11%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_convolution_utils.cpp.o
Scanning dependencies of target mkrename
[ 11%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o
[ 11%] Linking C executable ../../bin/mkrename
[ 11%] Built target mkrename
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o
Scanning dependencies of target mkdisp
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o
[ 11%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o
Scanning dependencies of target renamedsp256.h_generated
[ 11%] Generating renamedsp256.h
[ 11%] Built target renamedsp256.h_generated
[ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o
[ 12%] Linking C executable ../../bin/mkdisp
[ 12%] Built target mkdisp
[ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/mathlimits.cc.o
Scanning dependencies of target renameSSE4.h_generated
[ 12%] Generating include/renamesse4.h
Generating renamesse4.h: mkrename 2 4 sse4
[ 12%] Built target renameSSE4.h_generated
[ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o
Scanning dependencies of target renameAVX.h_generated
[ 12%] Generating include/renameavx.h
Generating renameavx.h: mkrename 4 8 avx
[ 12%] Built target renameAVX.h_generated
[ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o
Scanning dependencies of target renameFMA4.h_generated
[ 13%] Generating include/renamefma4.h
Generating renamefma4.h: mkrename 4 8 fma4
[ 13%] Built target renameFMA4.h_generated
[ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_inner_product.cpp.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_u8s8s32x_inner_product.cpp.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_x8s8s32x_convolution.cpp.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_1x1_conv_kernel_f32.cpp.o
Scanning dependencies of target renameAVX2128.h_generated
[ 14%] Generating include/renameavx2128.h
Generating renameavx2128.h: mkrename 2 4 avx2128
[ 14%] Built target renameAVX2128.h_generated
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_1x1_convolution.cpp.o
Scanning dependencies of target renameAVX2.h_generated
[ 14%] Generating include/renameavx2.h
Generating renameavx2.h: mkrename 4 8 avx2
[ 14%] Built target renameAVX2.h_generated
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_conv_kernel_f32.cpp.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o
Scanning dependencies of target mkalias
[ 14%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o
[ 14%] Linking C executable ../../bin/mkalias
[ 14%] Built target mkalias
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o
Scanning dependencies of target renameAVX512F.h_generated
[ 14%] Generating include/renameavx512f.h
Generating renameavx512f.h: mkrename 8 16 avx512f
[ 14%] Built target renameAVX512F.h_generated
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o
Scanning dependencies of target renamedsp128.h_generated
[ 14%] Generating renamedsp128.h
[ 14%] Built target renamedsp128.h_generated
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_convolution.cpp.o
Scanning dependencies of target dispsse.c_generated
[ 14%] Generating dispsse.c
[ 14%] Built target dispsse.c_generated
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_1x1_conv_kernel.cpp.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_1x1_convolution.cpp.o
Scanning dependencies of target renameSSE2.h_generated
[ 14%] Generating include/renamesse2.h
Generating renamesse2.h: mkrename 2 4 sse2
[ 14%] Built target renameSSE2.h_generated
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_conv_kernel.cpp.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_conv_winograd_kernel_f32.cpp.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o
Scanning dependencies of target mkrename_gnuabi
[ 14%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o
[ 14%] Linking C executable ../../bin/mkrename_gnuabi
[ 14%] Built target mkrename_gnuabi
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_convolution.cpp.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_convolution_winograd.cpp.o
[ 14%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_lrn.cpp.o
[ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o
[ 15%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_fp32_wino_conv_2x3.cpp.o
[ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o
[ 15%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_fp32_wino_conv_4x3.cpp.o
[ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o
[ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o
[ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o
[ 15%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_fp32_wino_conv_4x3_kernel.cpp.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_i8i8_pooling.cpp.o
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o
Scanning dependencies of target mkmasked_gnuabi
[ 16%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o
Scanning dependencies of target arraymap
[ 16%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o
[ 16%] Linking C executable ../../bin/mkmasked_gnuabi
[ 16%] Built target mkmasked_gnuabi
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o
[ 16%] Built target arraymap
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_u8s8s32x_deconvolution.cpp.o
Scanning dependencies of target torch_shm_manager
[ 16%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o
Scanning dependencies of target c10_utils_gpu
[ 16%] Building CXX object caffe2/utils/CMakeFiles/c10_utils_gpu.dir/dummy.cpp.o
[ 16%] Built target c10_utils_gpu
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o
[ 16%] Linking CXX executable ../../../../bin/torch_shm_manager
[ 16%] Built target torch_shm_manager
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o
Scanning dependencies of target c10_utils_hip
[ 16%] Building CXX object caffe2/utils/CMakeFiles/c10_utils_hip.dir/dummy.cpp.o
[ 16%] Built target c10_utils_hip
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o
[ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_convolution.cpp.o
Scanning dependencies of target c10_utils_cpu
[ 16%] Building CXX object caffe2/utils/CMakeFiles/c10_utils_cpu.dir/dummy.cpp.o
[ 16%] Built target c10_utils_cpu
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_1x1_conv_kernel_f32.cpp.o
Scanning dependencies of target cpuinfo
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_1x1_convolution.cpp.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o
[ 16%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_conv_kernel_f32.cpp.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o
[ 16%] Linking CXX static library ../../../lib/libprotobuf.a
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o
[ 16%] Built target libprotobuf
[ 16%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o
Scanning dependencies of target nnpack_reference_layers
[ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o
[ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/current.c.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o
[ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o
[ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o
[ 17%] Linking C static library ../../lib/libcpuinfo.a
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o
[ 17%] Built target cpuinfo
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o
[ 17%] Linking C static library ../../lib/libnnpack_reference_layers.a
Scanning dependencies of target gtest_main
[ 17%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
[ 17%] Built target nnpack_reference_layers
Scanning dependencies of target benchmark_main
[ 17%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_convolution.cpp.o
[ 17%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
Scanning dependencies of target gloo_builder
[ 17%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_builder.dir/allreduce_builder.cc.o
[ 17%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_builder.dir/broadcast_builder.cc.o
[ 17%] Linking CXX static library ../../../lib/libbenchmark_main.a
[ 17%] Built target benchmark_main
[ 17%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_transpose_src_utils.cpp.o
[ 17%] Linking CXX static library ../../../lib/libgtest_main.a
[ 17%] Built target gtest_main
[ 17%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_batch_normalization.cpp.o
Scanning dependencies of target onnxifi_wrapper
[ 17%] Building C object third_party/onnx/CMakeFiles/onnxifi_wrapper.dir/onnx/onnxifi_wrapper.c.o
[ 18%] Linking C shared module ../../lib/libonnxifi.so
Scanning dependencies of target c10_InlineDeviceGuard_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/impl/InlineDeviceGuard_test.cpp.o
[ 18%] Built target onnxifi_wrapper
[ 18%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_dw_conv_kernel_f32.cpp.o
Scanning dependencies of target c10_InlineStreamGuard_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/impl/InlineStreamGuard_test.cpp.o
Scanning dependencies of target c10_flags_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/flags_test.cpp.o
Scanning dependencies of target c10_TypeList_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o
[ 18%] Linking CXX executable ../../bin/c10_flags_test
Scanning dependencies of target c10_DeviceGuard_test
[ 18%] Built target c10_flags_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/DeviceGuard_test.cpp.o
Scanning dependencies of target c10_registry_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/registry_test.cpp.o
[ 18%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test
[ 18%] Built target c10_InlineDeviceGuard_test
Scanning dependencies of target c10_OpSchema_test
[ 18%] Building CXX object c10/test/CMakeFiles/c10_OpSchema_test.dir/dispatch/OpSchema_test.cpp.o
[ 18%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test
[ 18%] Built target c10_InlineStreamGuard_test
[ 18%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_dw_convolution.cpp.o
[ 18%] Linking CXX executable ../../bin/c10_TypeList_test
[ 18%] Built target c10_TypeList_test
[ 18%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_eltwise.cpp.o
[ 18%] Linking CXX executable ../../bin/c10_OpSchema_test
[ 18%] Built target c10_OpSchema_test
[ 19%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_lrn.cpp.o
[ 19%] Linking CXX executable ../../bin/c10_DeviceGuard_test
[ 19%] Built target c10_DeviceGuard_test
Scanning dependencies of target c10_StreamGuard_test
[ 19%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/StreamGuard_test.cpp.o
[ 19%] Linking CXX executable ../../bin/c10_registry_test
[ 19%] Built target c10_registry_test
Scanning dependencies of target c10_logging_test
[ 19%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/logging_test.cpp.o
Scanning dependencies of target c10_Array_test
[ 20%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o
[ 20%] Linking CXX executable ../../bin/c10_StreamGuard_test
[ 20%] Built target c10_StreamGuard_test
[ 20%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_lrn_kernel_f32.cpp.o
[ 20%] Linking CXX static library ../../../lib/libgloo_builder.a
[ 20%] Built target gloo_builder
[ 20%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_pool_kernel_f32.cpp.o
[ 20%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_pooling.cpp.o
[ 20%] Linking CXX executable ../../bin/c10_Array_test
[ 20%] Built target c10_Array_test
Scanning dependencies of target c10_Metaprogramming_test
[ 20%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o
[ 20%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_reorder.cpp.o
[ 20%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_reorder_utils.cpp.o
[ 20%] Linking CXX executable ../../bin/c10_logging_test
[ 20%] Built target c10_logging_test
Scanning dependencies of target c10_TypeTraits_test
[ 20%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o
Scanning dependencies of target c10_typeid_test
[ 20%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o
[ 20%] Linking CXX executable ../../bin/c10_Metaprogramming_test
[ 20%] Built target c10_Metaprogramming_test
[ 20%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/nchw_pooling.cpp.o
[ 21%] Linking CXX executable ../../bin/c10_TypeTraits_test
[ 21%] Built target c10_TypeTraits_test
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ncsp_batch_normalization.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/nhwc_pooling.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/nspc_batch_normalization.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_batch_normalization.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_convolution.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_deconvolution.cpp.o
[ 21%] Linking CXX executable ../../bin/c10_typeid_test
[ 21%] Built target c10_typeid_test
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_eltwise.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_inner_product.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_lrn.cpp.o
[ 21%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_pooling.cpp.o
[ 22%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_rnn.cpp.o
[ 22%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_shuffle.cpp.o
Scanning dependencies of target __aten_op_header_gen
[ 22%] Generating contrib/aten/aten_op.h
[ 22%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_softmax.cpp.o
[ 22%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/simple_concat.cpp.o
[ 22%] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/simple_sum.cpp.o
Skipping _th_multinomial Because of Arg: Generator * (Generator*)
Skipping _th_normal Because of Arg: Generator * (Generator*)
Skipping _th_normal Because of Arg: Generator * (Generator*)
Skipping _th_normal Because of Arg: Generator * (Generator*)
Skipping _th_tensor Because of Arg: Storage (Storage)
Skipping _th_tensor Because of Arg: Storage (Storage)
Skipping rrelu_with_noise Because of Arg: Generator * (Generator*)
Skipping rrelu_with_noise_forward Because of Arg: Generator * (Generator*)
Skipping thnn_conv_transpose2d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping thnn_conv_transpose3d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping thnn_conv2d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping thnn_conv_depthwise2d_backward Because of Arg: std::array<bool,2> (std::array<bool,2>)
Skipping thnn_conv3d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping thnn_conv_dilated2d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping thnn_conv_dilated3d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping _cudnn_rnn_backward Because of Arg: std::array<bool,4> (std::array<bool,4>)
Skipping _cudnn_init_dropout_state because it is a factory method
Skipping _fused_dropout Because of Arg: Generator * (Generator *)
Skipping arange because it is a factory method
Skipping bartlett_window because it is a factory method
Skipping bernoulli Because of Arg: Generator * (Generator *)
Skipping bernoulli Because of Arg: Generator * (Generator *)
Skipping blackman_window because it is a factory method
Skipping clamp Because of Arg: c10::optional<Scalar> (Scalar)
Skipping clamp Because of Arg: c10::optional<Scalar> (Scalar)
Skipping _convolution_double_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping cudnn_convolution_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping cudnn_convolution_transpose_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping cumsum Because of Arg: ScalarType (ScalarType)
Skipping cumprod Because of Arg: ScalarType (ScalarType)
Skipping einsum Because of Arg: std::string (std::string)
Skipping empty because it is a factory method
Skipping empty_like because it is a factory method
Skipping empty_strided because it is a factory method
Skipping eye because it is a factory method
Skipping full because it is a factory method
Skipping full_like because it is a factory method
Skipping hann_window because it is a factory method
Skipping hamming_window because it is a factory method
Skipping _cufft_set_plan_cache_max_size Because of Ret: void (void)
Skipping _cufft_clear_plan_cache Because of Ret: void (void)
Skipping linspace because it is a factory method
Skipping logspace because it is a factory method
Skipping log_softmax Because of Arg: ScalarType (ScalarType)
Skipping mean Because of Arg: ScalarType (ScalarType)
Skipping mean Because of Arg: ScalarType (ScalarType)
Skipping mean Because of Arg: ScalarType (ScalarType)
Skipping mkldnn_convolution_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping miopen_convolution_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping miopen_convolution_transpose_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping native_batch_norm_backward Because of Arg: std::array<bool,3> (std::array<bool,3>)
Skipping ones because it is a factory method
Skipping ones_like because it is a factory method
Skipping rand because it is a factory method
Skipping rand_like because it is a factory method
Skipping randint because it is a factory method
Skipping randint_like because it is a factory method
Skipping randn because it is a factory method
Skipping randn_like because it is a factory method
Skipping randperm because it is a factory method
Skipping range because it is a factory method
Skipping rrelu Because of Arg: Generator * (Generator *)
Skipping softmax Because of Arg: ScalarType (ScalarType)
Skipping sum Because of Arg: ScalarType (ScalarType)
Skipping sum Because of Arg: ScalarType (ScalarType)
Skipping sum Because of Arg: ScalarType (ScalarType)
Skipping prod Because of Arg: ScalarType (ScalarType)
Skipping prod Because of Arg: ScalarType (ScalarType)
Skipping prod Because of Arg: ScalarType (ScalarType)
Skipping zeros because it is a factory method
Skipping zeros_like because it is a factory method
Skipping _standard_gamma Because of Arg: Generator * (Generator *)
Skipping poisson Because of Arg: Generator * (Generator *)
Skipping sparse_coo_tensor because it is a factory method
Skipping _sparse_coo_tensor_unsafe because it is a factory method
Skipping _sparse_coo_tensor_with_dims because it is a factory method
Skipping _sparse_coo_tensor_with_dims_and_tensors because it is a factory method
Skipping sparse_mask Because of Arg: SparseTensorRef (SparseTensorRef)
Skipping to because it is a factory method
Skipping data_ptr Because of Ret: void* (void*)
Skipping multinomial Because of Arg: Generator * (Generator *)
Skipping normal Because of Arg: Generator * (Generator *)
Skipping normal Because of Arg: Generator * (Generator *)
Skipping normal Because of Arg: Generator * (Generator *)
[ 22%] Built target __aten_op_header_gen
Scanning dependencies of target headers
[ 22%] Generating ../../../include/sleef.h
Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__
Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2
Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4
Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__
Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx
Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4
Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2
Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128
Generating sleef.h: mkrename 8 16 __m512d __m512 __m256i __m512i __AVX512F__
Generating sleef.h: mkrename 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f
[ 23%] Built target headers
Scanning dependencies of target dispavx.c_generated
[ 23%] Generating dispavx.c
[ 23%] Built target dispavx.c_generated
Scanning dependencies of target sleefsse4
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o
Scanning dependencies of target sleefavx
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o
Scanning dependencies of target sleeffma4
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o
Scanning dependencies of target sleefavx2128
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o
[ 23%] Built target sleefsse4
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o
Scanning dependencies of target sleefavx2
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o
[ 23%] Built target sleefavx
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o
Scanning dependencies of target alias_avx512f.h_generated
[ 23%] Generating alias_avx512f.h
[ 23%] Built target alias_avx512f.h_generated
Scanning dependencies of target dispsse_obj
[ 23%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o
Scanning dependencies of target sleefsse2
[ 23%] Linking CXX shared library ../../../../lib/libmkldnn.so
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o
[ 23%] Built target sleeffma4
Scanning dependencies of target c10_utils_cpu_test
[ 23%] Linking CXX executable ../../bin/c10_utils_cpu_test
[ 23%] Built target sleefavx2128
Scanning dependencies of target c10_utils_gpu_test
[ 23%] Linking CXX executable ../../bin/c10_utils_gpu_test
[ 23%] Built target c10_utils_cpu_test
Scanning dependencies of target c10_utils_hip_test
[ 23%] Building CXX object caffe2/utils/CMakeFiles/c10_utils_hip_test.dir/dummy.cpp.o
[ 23%] Built target c10_utils_gpu_test
[ 23%] Generating ../../../../third_party/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.cc
[ 23%] Linking CXX executable ../../bin/c10_utils_hip_test
[ 23%] Built target c10_utils_hip_test
Scanning dependencies of target qnnpack
[ 23%] Generating src/x86_64-fma/2d-fourier-8x8.py.o
[ 23%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o
Scanning dependencies of target libprotoc
[ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o
[ 23%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o
[ 23%] Built target sleefavx2
[ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o
[ 23%] Built target mkldnn
[ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o
[ 23%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o
[ 23%] Built target dispsse_obj
[ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o
[ 23%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o
[ 23%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o
[ 24%] Built target sleefsse2
[ 24%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o
[ 24%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o
[ 24%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o
Scanning dependencies of target dispavx_obj
[ 24%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o
[ 24%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o
[ 24%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o
[ 24%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dw/9c8-sse2.c.o
[ 24%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o
Scanning dependencies of target sleefavx512f
[ 24%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o
[ 24%] Linking C static library ../../lib/libqnnpack.a
[ 24%] Built target qnnpack
[ 24%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o
[ 24%] Built target dispavx_obj
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o
[ 25%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o
[ 25%] Generating src/x86_64-fma/2d-fourier-16x16.py.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o
[ 25%] Built target sleefavx512f
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o
Scanning dependencies of target sleef
[ 25%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o
[ 25%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o
[ 25%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o
[ 25%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o
[ 26%] Linking C static library ../../lib/libsleef.a
[ 26%] Built target sleef
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_lazy_message_field.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o
[ 28%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_enum.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_enum_field.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_extension.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_field.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_file.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_generator.cc.o
[ 29%] Generating src/x86_64-fma/blas/s8gemm.py.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_helpers.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_map_field.cc.o
[ 29%] Generating src/x86_64-fma/blas/c8gemm.py.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_message.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_message_field.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_primitive_field.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o
[ 30%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o
[ 31%] Generating src/x86_64-fma/blas/s4c6gemm.py.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o
[ 31%] Generating src/x86_64-fma/blas/conv1x1.py.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o
[ 31%] Generating src/x86_64-fma/blas/sgemm.py.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o
[ 31%] Generating src/x86_64-fma/max-pooling.py.o
[ 31%] Generating src/x86_64-fma/relu.py.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o
[ 31%] Generating src/x86_64-fma/softmax.py.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o
[ 31%] Generating src/x86_64-fma/blas/sdotxf.py.o
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o
[ 32%] Generating src/x86_64-fma/blas/shdotxf.py.o
[ 32%] Linking CXX static library ../../../lib/libprotoc.a
[ 32%] Built target libprotoc
Scanning dependencies of target protoc
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o
[ 33%] Linking CXX executable ../../../bin/protoc
[ 33%] Built target protoc
Scanning dependencies of target gen_onnx_proto
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/predictor_consts.proto
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/hsm.proto
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/torch.proto
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/caffe2.proto
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/caffe2_legacy.proto
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/metanet.proto
[ 33%] Running gen_proto.py on onnx/onnx.in.proto
Processing /opt/pytorch/third_party/onnx/onnx/onnx.in.proto
Writing /opt/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch.proto
Writing /opt/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch.proto3
Writing /opt/pytorch/build/third_party/onnx/onnx/onnx.pb.h
generating /opt/pytorch/build/third_party/onnx/onnx/onnx_pb.py
[ 33%] Running C++/Python protocol buffer compiler on /opt/pytorch/caffe2/proto/prof_dag.proto
[ 33%] Running C++ protocol buffer compiler on /opt/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch.proto
[ 33%] Built target gen_onnx_proto
[ 33%] Running gen_proto.py on onnx/onnx-operators.in.proto
Scanning dependencies of target Caffe2_PROTO
Processing /opt/pytorch/third_party/onnx/onnx/onnx-operators.in.proto
Writing /opt/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch.proto
Writing /opt/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch.proto3
Writing /opt/pytorch/build/third_party/onnx/onnx/onnx-operators.pb.h
generating /opt/pytorch/build/third_party/onnx/onnx/onnx_operators_pb.py
[ 33%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2_legacy.pb.cc.o
[ 34%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/metanet.pb.cc.o
[ 34%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/prof_dag.pb.cc.o
[ 34%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o
[ 34%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/predictor_consts.pb.cc.o
[ 34%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/hsm.pb.cc.o
[ 34%] Running C++ protocol buffer compiler on /opt/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch.proto
Scanning dependencies of target onnx_proto
[ 34%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch.pb.cc.o
Scanning dependencies of target nnpack
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o
[ 34%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o
[ 35%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o
[ 35%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o
[ 35%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o
[ 35%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch.pb.cc.o
[ 35%] Linking C static library ../../lib/libnnpack.a
[ 35%] Built target nnpack
[ 35%] Linking CXX static library ../../lib/libonnx_proto.a
[ 35%] Built target onnx_proto
Scanning dependencies of target onnx
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o
[ 35%] Built target Caffe2_PROTO
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o
Scanning dependencies of target Caffe2_perfkernels_avx
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/adagrad_avx.cc.o
Scanning dependencies of target caffe2_protos
[ 35%] Linking CXX static library ../lib/libcaffe2_protos.a
[ 35%] Built target caffe2_protos
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/common_avx.cc.o
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/typed_axpy_avx.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o
Scanning dependencies of target Caffe2_perfkernels_avx2
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/common_avx2.cc.o
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_avx2.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/experiments/defs.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/experiments/experiments_functions.cc.o
[ 35%] Built target Caffe2_perfkernels_avx
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_fused_8bit_rowwise_avx2.cc.o
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/math_cpu_avx2.cc.o
[ 35%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/typed_axpy_avx2.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o
[ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o
[ 36%] Built target Caffe2_perfkernels_avx2
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/optimize.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/pass.cc.o
[ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/pass_manager.cc.o
[ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/pass_registry.cc.o
[ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o
[ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o
[ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o
�[91m/opt/pytorch/third_party/onnx/onnx/shape_inference/implementation.cc: In function ‘void onnx_torch::shape_inference::InferShapeForFunctionNode(const onnx_torch::FunctionProto&, const onnx_torch::ISchemaRegistry*, onnx_torch::InferenceContext&)’:
/opt/pytorch/third_party/onnx/onnx/shape_inference/implementation.cc:207:53: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
for (int i = 0; i < (const int)(ctx.getNumInputs()); ++i) {
^
�[0m[ 37%] Linking CXX static library ../../lib/libonnx.a
[ 37%] Built target onnx
Scanning dependencies of target caffe2
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUGeneral.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TensorGeometry.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/ExpandUtils.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Context.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUGenerator.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUTypeDefault.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/DLConvertor.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TensorUtils.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/UndefinedType.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Utils.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/detail/ComplexHooksInterface.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/ATenCoreTest.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Allocator.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Formatting.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/LegacyTypeDispatch.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/OptionsGuard.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Range.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Scalar.cpp.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Storage.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/StorageImpl.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Tensor.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/TensorImpl.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/TensorOptions.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/UndefinedTensorImpl.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/UniqueVoidPtr.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/blob.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/context_base.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/interned_strings.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/intrusive_ptr.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/ivalue.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/register_symbols.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/thread_pool.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/type.cpp.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Activation.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/BinaryOps.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/ConstantPadNd.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Convolution.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Copy.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/DispatchStub.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Distance.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Distributions.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Dropout.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Embedding.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/GridSampler.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Indexing.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/LegacyDefinitions.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Linear.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Loss.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/LossCTC.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Memory.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Normalization.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/PackedSequence.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Pooling.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/RNN.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/ReduceOps.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Resize.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/RoiPooling.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Scalar.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/SoftMax.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/SpectralOps.cpp.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/SummaryOps.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorCompare.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorConversions.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorFactories.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorIterator.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorProperties.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorShape.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TypeProperties.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/UnaryOps.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Unique.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/WeightNorm.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUByteType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUCharType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUCopy.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUDoubleType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUFloatType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUHalfType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUIntType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPULongType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUShortType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/RegisterCPU.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUByteType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUCharType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUDoubleType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUFloatType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUIntType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPULongType.cpp.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUShortType.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TypeDefault.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THGeneral.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THAllocator.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THSize.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THStorageFunctions.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensor.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorCopy.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorRandom.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorMath.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorMoreMath.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorEvenMoreMath.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorConv.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorLapack.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THBlas.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THLapack.cpp.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THLogAdd.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THRandom.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THFile.cpp.o
�[91m/opt/pytorch/aten/src/TH/THRandom.cpp: In function ‘THGenerator* THGenerator_newUnseeded()’:
/opt/pytorch/aten/src/TH/THRandom.cpp:18:38: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘THGenerator’ {aka ‘struct THGenerator’} with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
memset(self, 0, sizeof(THGenerator));
^
�[0m�[91mIn file included from /opt/pytorch/aten/src/TH/THRandom.cpp:3:
/opt/pytorch/aten/src/TH/THGenerator.hpp:26:8: note: ‘THGenerator’ {aka ‘struct THGenerator’} declared here
struct THGenerator {
^~~~~~~~~~~
�[0m[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THDiskFile.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THMemoryFile.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THVector.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/vector/AVX.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/vector/AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/THNN/init.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/mkldnn/Runtime.cpp.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/aten/aten_op.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/allgather_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/allreduce_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/barrier_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/broadcast_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/common.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/common_world_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/context.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/reduce_scatter_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/store_handler.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/script/compiler.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/script/lexer.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/allocator.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/blob_serialization.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/blob_stats.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/common.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/context.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/context_base.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/db.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/event.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/graph.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/init.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/init_intrinsics_check.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/init_omp.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/int8_serialization.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/memonger.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/module.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_async_base.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_async_scheduling.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_async_tracing.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_dag.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_dag_utils.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_simple.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_simple_refcount.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/numa.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/operator.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/operator_c10wrapper.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/operator_schema.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/plan_executor.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/prof_dag_counters.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/qtensor.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/qtensor_serialization.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/stats.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/tensor.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/tensor_impl.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/tensor_int8.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/transform.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/types.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/workspace.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/proto_convert.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/proto_wrap.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/proto_utils.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/murmur_hash3.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/smart_tensor_printer.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/signal_handler.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/string_utils.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/threadpool/ThreadPool.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/cpuid.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/bench_utils.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/math_cpu.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/math_utils.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/thread_name.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/threadpool/pthreadpool.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/threadpool/pthreadpool_impl.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/predictor/predictor.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/predictor/predictor_utils.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/predictor/predictor_config.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/nomnigraph/Representations/NeuralNet.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/nomnigraph/tests/test_util.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/db/create_db_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/db/protodb.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/distributed/file_store_handler.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/distributed/file_store_handler_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/distributed/store_handler.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/distributed/store_ops.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/concat_split_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/conv_fusion_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/conv_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/dropout_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/elementwise_sum_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/fully_connected_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/local_response_normalization_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/momentum_sgd_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/operator_fallback_ideep.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/pool_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/relu_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/spatial_batch_norm_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/squeeze_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/operators/utility_ops.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/ideep/utils/ideep_register.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/mpi/mpi_common.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/mpi/mpi_ops.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/observers/time_observer.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/observers/runcnt_observer.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/backend.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/backend_rep.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/device.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/helper.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/onnx_exporter.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/onnxifi_init.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/abs_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/accumulate_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/accuracy_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/acos_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/affine_channel_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/apmeter_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/arg_ops.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/asin_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/assert_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/atan_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/atomic_ops.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_box_cox_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_bucketize_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_gather_ops.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_matmul_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_moments_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_sparse_to_dense_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/bbox_transform_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/bisect_percentile_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/boolean_mask_ops.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/boolean_unmask_ops.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/box_with_nms_limit_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/byte_weight_dequant_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cbrt_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cast_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ceil_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/channel_backprop_stats_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/channel_shuffle_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/channel_stats_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/clip_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/collect_and_distribute_fpn_rpn_proposals_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/communicator_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/concat_split_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conditional_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_gradient_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_op_eigen.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_op_shared.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_transpose_gradient_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_transpose_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_transpose_op_mobile.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/copy_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cos_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cosh_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cosine_embedding_criterion_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/counter_ops.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/create_scope_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/crf_viterbi_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cross_entropy_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ctc_beam_search_decoder_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ctc_greedy_decoder_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cube_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/data_couple.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/dataset_ops.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/deform_conv_gradient_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/deform_conv_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/distance_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/do_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/dropout_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_add_gradient_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_add_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_div_gradient_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_div_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_linear_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_logical_ops.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_mul_gradient_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_mul_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_ops.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_ops_schema.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_ops_utils.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_sub_gradient_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_sub_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_sum_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elu_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/enforce_finite_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ensure_clipped_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ensure_cpu_output_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/exp_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/expand_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/expand_squeeze_dims_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/fc_inference.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/feature_maps_ops.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/feed_blob_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/filler_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/find_duplicate_elements_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/find_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/flatten_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/flexible_top_k.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/floor_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/free_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/fully_connected_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/fused_rowwise_8bit_conversion_ops.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/fused_rowwise_random_quantization_ops.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/gather_fused_8bit_rowwise_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/gather_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/gather_ranges_to_dense_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/generate_proposals_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/given_tensor_byte_string_to_uint8_fill_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/given_tensor_fill_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/glu_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/group_norm_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/gru_unit_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/half_float_ops.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/h_softmax_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/hard_sigmoid_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/heatmap_max_keypoint_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/if_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/im2col_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/index_hash_ops.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/index_ops.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/instance_norm_gradient_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/instance_norm_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/integral_image_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/is_empty_op.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/jsd_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/key_split_ops.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/last_n_window_collector.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/layer_norm_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/leaky_relu_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/length_split_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_pad_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_reducer_fused_8bit_rowwise_ops.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_reducer_ops.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_reducer_rowwise_8bit_ops.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_tile_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_top_k_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/listwise_l2r_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/load_save_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/local_response_normalization_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/locally_connected_op.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/locally_connected_op_util.cc.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/log_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/logit_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/loss_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lp_pool_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lpnorm_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lstm_unit_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/map_ops.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/margin_ranking_criterion_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/matmul_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/mean_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/merge_id_lists_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/minmax_gradient_ops.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/minmax_ops.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/mod_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/moments_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/multi_class_accuracy_op.cc.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/negate_gradient_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/negative_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ngram_ops.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/norm_planar_yuv_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/normalize_l1_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/normalize_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/numpy_tile_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/one_hot_ops.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/onnx_while_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/onnxifi_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/order_switch_ops.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pack_rnn_sequence_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pack_segments.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pad_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/partition_ops.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/percentile_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/perplexity_op.cc.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/piecewise_linear_transform_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pool_gradient_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pool_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pow_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/prelu_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/prepend_dim_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quant_decode_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rank_loss_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reciprocal_gradient_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reciprocal_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reduce_front_back_max_ops.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reduce_front_back_mean_ops.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reduce_front_back_sum_ops.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reduce_ops.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reduction_ops.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/relu_n_op.cc.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/relu_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/remove_data_blocks_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/replace_nan_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reservoir_sampling.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reshape_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/resize_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reverse_packed_segs_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rmac_regions_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_align_gradient_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_align_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_align_rotated_gradient_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_align_rotated_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_pool_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rowmul_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rsqrt_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/scale_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/segment_reduction_op.cc.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/selu_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sequence_ops.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/shape_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sigmoid_gradient_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sigmoid_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sin_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sinh_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sinusoid_position_encoding_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/slice_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softmax_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softmax_shared.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softmax_with_loss_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softplus_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softsign_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/space_batch_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sparse_normalize_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sparse_to_dense_mask_op.cc.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sparse_to_dense_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/spatial_batch_norm_gradient_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/spatial_batch_norm_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/spatial_softmax_with_loss_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sqr_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sqrt_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/square_root_divide_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stats_ops.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stats_put_ops.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stop_gradient.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/string_ops.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stump_func_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stylizer_ops.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/summarize_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/swish_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tan_op.cc.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tanh_gradient_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tanh_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tensor_protos_db_input.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/text_file_reader.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/text_file_reader_utils.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/thresholded_relu_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tile_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/top_k.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/transpose_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tt_linear_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/unique_ops.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/upsample_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/utility_ops.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/variable_length_sequence_padding.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/weighted_multi_sampling_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/weighted_sample_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/while_op.cc.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/workspace_ops.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/zero_gradient_op.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/add_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/batch_gather_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/averaged_loss_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/batch_matmul_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/cast_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/concat_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/enforce_finite_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/expand_dims_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/fc_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/filler_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/flatten_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/mul_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/relu_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/sigmoid_cpu.cc.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/sigmoid_cross_entropy_with_logits_cpu.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/sparse_lengths_sum_cpu.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/cpu/stop_gradient_cpu.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/add.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/averaged_loss.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/batch_gather.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/batch_matmul.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/cast.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/concat.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/enforce_finite.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/expand_dims.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/fc.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/filler.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/flatten.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/layer_norm.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/mul.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/relu.cc.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/sigmoid.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/sigmoid_cross_entropy_with_logits.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/sparse_lengths_sum.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/experimental/c10/schemas/stop_gradient.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rnn/recurrent_network_blob_fetcher_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rnn/recurrent_network_executor.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rnn/recurrent_network_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/init_qnnpack.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_add_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_average_pool_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_channel_shuffle_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_concat_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_conv_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_conv_transpose_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_dequantize_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_fc_op.cc.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_flatten_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_given_tensor_fill_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_leaky_relu_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_max_pool_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_quantize_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_relu_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_reshape_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_resize_nearest_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_roi_align_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_slice_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_sigmoid_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quantized/int8_softmax_op.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/annotations.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/backend_cutting.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/converter.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/dead_code_elim.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/device.cc.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/distributed.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/distributed_converter.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/fusion.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/mobile.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/onnxifi_transformer.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/optimizer.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/optimize_ideep.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/passes.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/sink.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/adagrad.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/embedding_lookup.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/fused_8bit_rowwise_embedding_lookup.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/math_cpu_base.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/typed_axpy.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/blobs_queue.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/blobs_queue_db.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/queue_ops.cc.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/rebatching_queue.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/rebatching_queue_ops.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/adadelta_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/adagrad_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/adam_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/clip_tensor_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/ftrl_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/gftrl_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/iter_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/lars_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/learning_rate_adaption_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/learning_rate_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/momentum_sgd_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/rmsprop_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/wngrad_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/yellowfin_op.cc.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/share/contrib/nnpack/conv_op.cc.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/share/contrib/depthwise/depthwise3x3_conv_op.cc.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/transforms/common_subexpression_elimination.cc.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/transforms/conv_to_nnpack_transform.cc.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/transforms/pattern_net_transform.cc.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/transforms/single_op_transform.cc.o
[ 74%] Linking CXX shared library ../lib/libcaffe2.so
[ 74%] Built target caffe2
Scanning dependencies of target distributed_test
Scanning dependencies of target dead_code_elim_test
Scanning dependencies of target depthwise3x3_conv_op_test
Scanning dependencies of target device_test
Scanning dependencies of target conv_to_nnpack_transform_test
Scanning dependencies of target common_subexpression_elimination_test
Scanning dependencies of target pattern_net_transform_test
Scanning dependencies of target nnpack_test
[ 75%] Building CXX object caffe2/CMakeFiles/distributed_test.dir/opt/distributed_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/depthwise3x3_conv_op_test.dir/share/contrib/depthwise/depthwise3x3_conv_op_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/device_test.dir/opt/device_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/dead_code_elim_test.dir/opt/dead_code_elim_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/common_subexpression_elimination_test.dir/transforms/common_subexpression_elimination_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/conv_to_nnpack_transform_test.dir/transforms/conv_to_nnpack_transform_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/pattern_net_transform_test.dir/transforms/pattern_net_transform_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/nnpack_test.dir/share/contrib/nnpack/nnpack_test.cc.o
[ 75%] Linking CXX executable ../bin/device_test
[ 75%] Built target device_test
[ 75%] Linking CXX executable ../bin/distributed_test
Scanning dependencies of target converter_nomigraph_test
[ 75%] Building CXX object caffe2/CMakeFiles/converter_nomigraph_test.dir/opt/converter_nomigraph_test.cc.o
[ 75%] Built target distributed_test
Scanning dependencies of target net_dag_utils_test
[ 75%] Building CXX object caffe2/CMakeFiles/net_dag_utils_test.dir/core/net_dag_utils_test.cc.o
[ 75%] Linking CXX executable ../bin/conv_to_nnpack_transform_test
[ 75%] Linking CXX executable ../bin/dead_code_elim_test
[ 75%] Built target conv_to_nnpack_transform_test
Scanning dependencies of target string_ops_test
[ 75%] Building CXX object caffe2/CMakeFiles/string_ops_test.dir/operators/string_ops_test.cc.o
[ 75%] Built target dead_code_elim_test
Scanning dependencies of target net_async_tracing_test
[ 75%] Building CXX object caffe2/CMakeFiles/net_async_tracing_test.dir/core/net_async_tracing_test.cc.o
[ 75%] Linking CXX executable ../bin/common_subexpression_elimination_test
[ 75%] Built target common_subexpression_elimination_test
[ 75%] Linking CXX executable ../bin/depthwise3x3_conv_op_test
Scanning dependencies of target graph_test
[ 75%] Linking CXX executable ../bin/nnpack_test
[ 75%] Building CXX object caffe2/CMakeFiles/graph_test.dir/core/graph_test.cc.o
[ 75%] Built target depthwise3x3_conv_op_test
[ 75%] Built target nnpack_test
Scanning dependencies of target profile_observer_test
Scanning dependencies of target weakref_test
[ 75%] Building CXX object caffe2/CMakeFiles/profile_observer_test.dir/observers/profile_observer_test.cc.o
[ 75%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o
[ 75%] Linking CXX executable ../bin/pattern_net_transform_test
[ 75%] Built target pattern_net_transform_test
�[91mIn file included from /opt/pytorch/caffe2/core/context_gpu.h:8,
from /opt/pytorch/caffe2/observers/profile_observer.h:22,
from /opt/pytorch/caffe2/observers/profile_observer_test.cc:5:
/opt/pytorch/caffe2/core/common_gpu.h:5:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
�[0m�[91mcompilation terminated.
�[0m�[91mmake[2]: *** [caffe2/CMakeFiles/profile_observer_test.dir/observers/profile_observer_test.cc.o] Error 1
�[0mcaffe2/CMakeFiles/profile_observer_test.dir/build.make:62: recipe for target 'caffe2/CMakeFiles/profile_observer_test.dir/observers/profile_observer_test.cc.o' failed
�[91mmake[1]: *** [caffe2/CMakeFiles/profile_observer_test.dir/all] Error 2
�[0mCMakeFiles/Makefile2:3033: recipe for target 'caffe2/CMakeFiles/profile_observer_test.dir/all' failed
�[91mmake[1]: *** Waiting for unfinished jobs....
�[0mScanning dependencies of target event_test
[ 75%] Building CXX object caffe2/CMakeFiles/event_test.dir/core/event_test.cc.o
[ 75%] Linking CXX executable ../bin/converter_nomigraph_test
[ 75%] Built target converter_nomigraph_test
[ 75%] Linking CXX executable ../bin/weakref_test
[ 75%] Linking CXX executable ../bin/event_test
[ 75%] Linking CXX executable ../bin/net_async_tracing_test
[ 75%] Linking CXX executable ../bin/net_dag_utils_test
[ 75%] Built target weakref_test
[ 75%] Built target event_test
[ 75%] Built target net_async_tracing_test
[ 75%] Built target net_dag_utils_test
[ 75%] Linking CXX executable ../bin/string_ops_test
[ 75%] Built target string_ops_test
[ 75%] Linking CXX executable ../bin/graph_test
[ 75%] Built target graph_test
Makefile:138: recipe for target 'all' failed
�[91mmake: *** [all] Error 2
�[0msetup.py::build_deps::run()
Failed to run 'bash ../tools/build_pytorch_libs.sh --use-nnpack --use-mkldnn --use-qnnpack caffe2'
</code></pre></div>
<h2 dir="auto">To Reproduce</h2>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="[ 75%] Built target pattern_net_transform_test
�[91mIn file included from /opt/pytorch/caffe2/core/context_gpu.h:8,
from /opt/pytorch/caffe2/observers/profile_observer.h:22,
from /opt/pytorch/caffe2/observers/profile_observer_test.cc:5:
/opt/pytorch/caffe2/core/common_gpu.h:5:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
�[0m�[91mcompilation terminated.
�[0m�[91mmake[2]: *** [caffe2/CMakeFiles/profile_observer_test.dir/observers/profile_observer_test.cc.o] Error 1
�[0mcaffe2/CMakeFiles/profile_observer_test.dir/build.make:62: recipe for target 'caffe2/CMakeFiles/profile_observer_test.dir/observers/profile_observer_test.cc.o' failed
�[91mmake[1]: *** [caffe2/CMakeFiles/profile_observer_test.dir/all] Error 2
�[0mCMakeFiles/Makefile2:3033: recipe for target 'caffe2/CMakeFiles/profile_observer_test.dir/all' failed
�[91mmake[1]: *** Waiting for unfinished jobs....
�[0mScanning dependencies of target event_test
[ 75%] Building CXX object caffe2/CMakeFiles/event_test.dir/core/event_test.cc.o
"><pre class="notranslate">[ 75%] Built target pattern_net_transform_test
�[91mIn file included from /opt/pytorch/caffe2/core/context_gpu.h:8,
from /opt/pytorch/caffe2/observers/profile_observer.h:22,
from /opt/pytorch/caffe2/observers/profile_observer_test.cc:5:
/opt/pytorch/caffe2/core/common_gpu.h:5:10: fatal error: cuda.h: No such file or directory
<span class="pl-c"><span class="pl-c">#</span>include <cuda.h></span>
^~~~~~~~
�[0m�[91mcompilation terminated.
�[0m�[91mmake[2]: <span class="pl-k">***</span> [caffe2/CMakeFiles/profile_observer_test.dir/observers/profile_observer_test.cc.o] Error 1
�[0mcaffe2/CMakeFiles/profile_observer_test.dir/build.make:62: recipe <span class="pl-k">for</span> target <span class="pl-s"><span class="pl-pds">'</span>caffe2/CMakeFiles/profile_observer_test.dir/observers/profile_observer_test.cc.o<span class="pl-pds">'</span></span> failed
�[91mmake[1]: <span class="pl-k">***</span> [caffe2/CMakeFiles/profile_observer_test.dir/all] Error 2
�[0mCMakeFiles/Makefile2:3033: recipe <span class="pl-k">for</span> target <span class="pl-s"><span class="pl-pds">'</span>caffe2/CMakeFiles/profile_observer_test.dir/all<span class="pl-pds">'</span></span> failed
�[91mmake[1]: <span class="pl-k">***</span> Waiting <span class="pl-k">for</span> unfinished jobs....
�[0mScanning dependencies of target event_test
[ 75%] Building CXX object caffe2/CMakeFiles/event_test.dir/core/event_test.cc.o
</pre></div>
<h2 dir="auto">Environment</h2>
<ul dir="auto">
<li>PyTorch Version (e.g., 1.0): Master branch (1.0)</li>
<li>OS (e.g., Linux): Debian:Stretch</li>
<li>How you installed PyTorch (conda, pip, source): source</li>
<li>Build command you used (if compiling from source): see above</li>
<li>Python version: 3.6</li>
<li>CUDA/cuDNN version: N/A</li>
<li>GPU models and configuration: N/A</li>
<li>Any other relevant information: N/A</li>
</ul> | <p dir="auto">Is it good to add a <code class="notranslate">sorted_input</code> to <code class="notranslate">torch.unique</code>?</p>
<p dir="auto">Current cuda implementation always sort the input tensor first. But sometimes the input tensor is guaranteed to be already sorted. Sorting is O(n*logn), which is likely to be the most time consuming part of the whole computation, and it would be nice if we allow user to skip this part.</p>
<p dir="auto"><code class="notranslate">torch.unique</code> with <code class="notranslate">sorted_input=True</code> would resemble <code class="notranslate">thrust::unique</code> and only remove the consecutive duplicate elements.</p>
<p dir="auto">It might be better to name it <code class="notranslate">consecutive</code> instead of <code class="notranslate">sorted_input</code>.</p> | 0 |
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-say-hello-to-html-elements#?solution=%3Ch1%3EHello%20World%3C%2Fh1%3E" rel="nofollow">Waypoint: Say Hello to HTML Elements</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36</code>.<br>
Please describe how to reproduce this issue, and include links to screenshots if possible.</p>
<p dir="auto">My code:</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<h1>Hello World</h1>"><pre class="notranslate"><span class="pl-kos"><</span><span class="pl-ent">h1</span><span class="pl-kos">></span>Hello World<span class="pl-kos"></</span><span class="pl-ent">h1</span><span class="pl-kos">></span></pre></div>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/15226392/10631226/0f78abf0-77fa-11e5-9f9c-18519d890411.png"><img src="https://cloud.githubusercontent.com/assets/15226392/10631226/0f78abf0-77fa-11e5-9f9c-18519d890411.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">I am not able to move to next challenge, as I am getting $ is not defined error. Is it something related to browser compatibility? I am using Google Chrome(Version 46.0.2490.71 m).</p> | <p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-target-html-elements-with-selectors-using-jquery#?solution=fccss%0A%20%20%24%28document%29.ready%28function%28%29%20%7B%0A%20%20%20%20%24%28'button'%29.addClass%28%22animated%20bounce%22%29%3B%0A%0A%20%20%7D%29%3B%0Afcces%0A%0A%3C!--%20You%20shouldn't%20need%20to%20modify%20code%20below%20this%20line%20--%3E%0A%0A%3Cdiv%20class%3D%22container-fluid%22%3E%0A%20%20%3Ch3%20class%3D%22text-primary%20text-center%22%3EjQuery%20Playground%3C%2Fh3%3E%0A%20%20%3Cdiv%20class%3D%22row%22%3E%0A%20%20%20%20%3Cdiv%20class%3D%22col-xs-6%22%3E%0A%20%20%20%20%20%20%3Ch4%3E%23left-well%3C%2Fh4%3E%0A%20%20%20%20%20%20%3Cdiv%20class%3D%22well%22%20id%3D%22left-well%22%3E%0A%20%20%20%20%20%20%20%20%3Cbutton%20class%3D%22btn%20btn-default%20target%22%20id%3D%22target1%22%3E%23target1%3C%2Fbutton%3E%0A%20%20%20%20%20%20%20%20%3Cbutton%20class%3D%22btn%20btn-default%20target%22%20id%3D%22target2%22%3E%23target2%3C%2Fbutton%3E%0A%20%20%20%20%20%20%20%20%3Cbutton%20class%3D%22btn%20btn-default%20target%22%20id%3D%22target3%22%3E%23target3%3C%2Fbutton%3E%0A%20%20%20%20%20%20%3C%2Fdiv%3E%0A%20%20%20%20%3C%2Fdiv%3E%0A%20%20%20%20%3Cdiv%20class%3D%22col-xs-6%22%3E%0A%20%20%20%20%20%20%3Ch4%3E%23right-well%3C%2Fh4%3E%0A%20%20%20%20%20%20%3Cdiv%20class%3D%22well%22%20id%3D%22right-well%22%3E%0A%20%20%20%20%20%20%20%20%3Cbutton%20class%3D%22btn%20btn-default%20target%22%20id%3D%22target4%22%3E%23target4%3C%2Fbutton%3E%0A%20%20%20%20%20%20%20%20%3Cbutton%20class%3D%22btn%20btn-default%20target%22%20id%3D%22target5%22%3E%23target5%3C%2Fbutton%3E%0A%20%20%20%20%20%20%20%20%3Cbutton%20class%3D%22btn%20btn-default%20target%22%20id%3D%22target6%22%3E%23target6%3C%2Fbutton%3E%0A%20%20%20%20%20%20%3C%2Fdiv%3E%0A%20%20%20%20%3C%2Fdiv%3E%0A%20%20%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A" rel="nofollow">Waypoint: Target HTML Elements with Selectors Using jQuery</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36</code>.<br>
I typed my code but the code doesn't work so i asked in help room, and they told me that the code it's ok, but i can't continue</p>
<p dir="auto">My code:</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<script>
$(document).ready(function() {
$('button').addClass("animated bounce");
});
</script>
<!-- You shouldn't need to modify code below this line -->
<div class="container-fluid">
<h3 class="text-primary text-center">jQuery Playground</h3>
<div class="row">
<div class="col-xs-6">
<h4>#left-well</h4>
<div class="well" id="left-well">
<button class="btn btn-default target" id="target1">#target1</button>
<button class="btn btn-default target" id="target2">#target2</button>
<button class="btn btn-default target" id="target3">#target3</button>
</div>
</div>
<div class="col-xs-6">
<h4>#right-well</h4>
<div class="well" id="right-well">
<button class="btn btn-default target" id="target4">#target4</button>
<button class="btn btn-default target" id="target5">#target5</button>
<button class="btn btn-default target" id="target6">#target6</button>
</div>
</div>
</div>
</div>
"><pre class="notranslate"><span class="pl-kos"><</span><span class="pl-ent">script</span><span class="pl-kos">></span>
<span class="pl-en">$</span><span class="pl-kos">(</span><span class="pl-smi">document</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">ready</span><span class="pl-kos">(</span><span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-en">$</span><span class="pl-kos">(</span><span class="pl-s">'button'</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">addClass</span><span class="pl-kos">(</span><span class="pl-s">"animated bounce"</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-ent">script</span><span class="pl-kos">></span>
<span class="pl-c"><!-- You shouldn't need to modify code below this line --></span>
<span class="pl-kos"><</span><span class="pl-ent">div</span> <span class="pl-c1">class</span>="<span class="pl-s">container-fluid</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">h3</span> <span class="pl-c1">class</span>="<span class="pl-s">text-primary text-center</span>"<span class="pl-kos">></span>jQuery Playground<span class="pl-kos"></</span><span class="pl-ent">h3</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">row</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">col-xs-6</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">h4</span><span class="pl-kos">></span>#left-well<span class="pl-kos"></</span><span class="pl-ent">h4</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">well</span>" <span class="pl-c1">id</span>="<span class="pl-s">left-well</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">button</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-default target</span>" <span class="pl-c1">id</span>="<span class="pl-s">target1</span>"<span class="pl-kos">></span>#target1<span class="pl-kos"></</span><span class="pl-ent">button</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">button</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-default target</span>" <span class="pl-c1">id</span>="<span class="pl-s">target2</span>"<span class="pl-kos">></span>#target2<span class="pl-kos"></</span><span class="pl-ent">button</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">button</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-default target</span>" <span class="pl-c1">id</span>="<span class="pl-s">target3</span>"<span class="pl-kos">></span>#target3<span class="pl-kos"></</span><span class="pl-ent">button</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">div</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">col-xs-6</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">h4</span><span class="pl-kos">></span>#right-well<span class="pl-kos"></</span><span class="pl-ent">h4</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">well</span>" <span class="pl-c1">id</span>="<span class="pl-s">right-well</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">button</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-default target</span>" <span class="pl-c1">id</span>="<span class="pl-s">target4</span>"<span class="pl-kos">></span>#target4<span class="pl-kos"></</span><span class="pl-ent">button</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">button</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-default target</span>" <span class="pl-c1">id</span>="<span class="pl-s">target5</span>"<span class="pl-kos">></span>#target5<span class="pl-kos"></</span><span class="pl-ent">button</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">button</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-default target</span>" <span class="pl-c1">id</span>="<span class="pl-s">target6</span>"<span class="pl-kos">></span>#target6<span class="pl-kos"></</span><span class="pl-ent">button</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">div</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">div</span><span class="pl-kos">></span></pre></div> | 1 |
<p dir="auto">I am using Symfony's DomCrawler to fetch an information from website.<br>
In one of the pages there is a text including non-html-encoded text like following :</p>
<p dir="auto"><code class="notranslate"><a href="some-url.html">Lorem ipsum <<dolor sit>> amet </a></code><br>
And when I try to crawl the text from the <code class="notranslate"><a></code> tag using the <code class="notranslate">filterXPath()->text()</code> method I get <code class="notranslate">Lorem ipsum <</code>, because it behaves to symbols like broken html tags and simply ignores them.</p>
<p dir="auto">Also, when i try to use $node->filterXPath('my-xpath/a')->html(), I also get broken html like following example :</p>
<p dir="auto"><a href="some-url.html">Lorem ipsum ></a><br>
So, my question is if there is any way to get the "plain" text out of the node ?</p> | <p dir="auto">I am using Symfony's DomCrawler to fetch an information from website.<br>
In one of the pages there is a text including non-html-encoded attributes like following :</p>
<p dir="auto"><code class="notranslate"><a href="some-url.html">Lorem ipsum <<dolor sit>> amet </a></code><br>
And when I try to crawl the text from the a tag using the filterXPath method I get Lorem ipsum <, because as I suppose it behaves to symbols like broken html tags and simply ignores them.</p>
<p dir="auto">Also, when i try to use <code class="notranslate">$node->filterXPath('my-xpath/a')->html()</code>, I also get broken html like following example :</p>
<p dir="auto"><code class="notranslate"><a href="some-url.html">Lorem ipsum &gt;</a></code><br>
So, my question is if there is any way to get the "plain" text out of the node ?</p> | 1 |
<p dir="auto">Embedding should work uniformly across all supported platforms according to the documentation. Further, embedding Julia installed in the standard way for a platform should require no arguments to <code class="notranslate">jl_init</code>.</p>
<p dir="auto">Some related issues: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="30496447" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/6327" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/6327/hovercard" href="https://github.com/JuliaLang/julia/issues/6327">#6327</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="46451528" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/8757" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/8757/hovercard" href="https://github.com/JuliaLang/julia/issues/8757">#8757</a> , <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="119117878" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/14163" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/14163/hovercard" href="https://github.com/JuliaLang/julia/issues/14163">#14163</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="167982297" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/17657" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/17657/hovercard" href="https://github.com/JuliaLang/julia/issues/17657">#17657</a>.</p> | <p dir="auto">Why does julia don't have package pdf illustration and html function illustration [like R].<br>
How can I know the functions in a package, What a fucking tools.</p>
<p dir="auto">[pao: consolidated duplicated comments]</p> | 0 |
<p dir="auto">I'm going to paste the irclogs as i'm not the person with the problem. But I agree it is a problem.</p>
<p dir="auto">The problem is that elasticsearch1.4.0-1.Beta1 is newer than 1.4.0. Requiring you to --force the action.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[15:45] <audiphilth> yum update says nothing to update, manual run of rpm update gives this - package
elasticsearch-1.4.0.Beta1-1.noarch (which is newer than elasticsearch-1.4.0-1.noarch) is already
installed
[15:51] <Damm> audiphilth, you likely have to remove the beta
[15:51] <Damm> to get to the release
[15:51] <Damm> audiphilth, that or rpm -Uvh to it
[15:51] <Damm> and grab the rpm
[15:51] <Damm> audiphilth, likely better to force it by the command line than remove it heh
[15:51] --- edx is now known as MUCHAHASAQ
[15:51] <audiphilth> ya, i grabbed the rpm and i get - package elasticsearch-1.4.0.Beta1-1.noarch (which is newer than
elasticsearch-1.4.0-1.noarch) is already installed
[15:52] <audiphilth> not sure why it thinks the 1.4 beta is newer
[15:53] <audiphilth> rpm -Uvh elasticsearch-1.4.0.noarch.rpm
[15:53] <audiphilth> Preparing... ########################################### [100%]
[15:53] <audiphilth> package elasticsearch-1.4.0.Beta1-1.noarch (which is newer than elasticsearch-1.4.0-1.noarch)
is already installed
[15:53] <Damm> --force
[15:53] <Damm> i think that works? or something similar
[15:53] <Damm> that's crazy though
[15:53] <Damm> oh 1.4.0-1
[15:53] <Damm> vs 1.4.0
[15:53] <Damm> geeze
[15:53] <audiphilth> right, was hoping not to have to do that, i'll try and see
[15:55] <audiphilth> --force works
[15:55] --- MUCHAHASAQ is now known as edx
[15:56] <Damm> well it appears the beta was a greater version
[15:56] <Damm> so it makes sense
[15:56] <wjimenez_> can anyone shed light on the '_type' and 'type' fields? what is the difference?
[15:57] <audiphilth> not sure how much sense it makes if the release ver. can be trumped by an *older* beta
[16:01] <Damm> someone should file an issue on this
[16:01] <Damm> so I think I will and just paste the irclogs"><pre class="notranslate"><code class="notranslate">[15:45] <audiphilth> yum update says nothing to update, manual run of rpm update gives this - package
elasticsearch-1.4.0.Beta1-1.noarch (which is newer than elasticsearch-1.4.0-1.noarch) is already
installed
[15:51] <Damm> audiphilth, you likely have to remove the beta
[15:51] <Damm> to get to the release
[15:51] <Damm> audiphilth, that or rpm -Uvh to it
[15:51] <Damm> and grab the rpm
[15:51] <Damm> audiphilth, likely better to force it by the command line than remove it heh
[15:51] --- edx is now known as MUCHAHASAQ
[15:51] <audiphilth> ya, i grabbed the rpm and i get - package elasticsearch-1.4.0.Beta1-1.noarch (which is newer than
elasticsearch-1.4.0-1.noarch) is already installed
[15:52] <audiphilth> not sure why it thinks the 1.4 beta is newer
[15:53] <audiphilth> rpm -Uvh elasticsearch-1.4.0.noarch.rpm
[15:53] <audiphilth> Preparing... ########################################### [100%]
[15:53] <audiphilth> package elasticsearch-1.4.0.Beta1-1.noarch (which is newer than elasticsearch-1.4.0-1.noarch)
is already installed
[15:53] <Damm> --force
[15:53] <Damm> i think that works? or something similar
[15:53] <Damm> that's crazy though
[15:53] <Damm> oh 1.4.0-1
[15:53] <Damm> vs 1.4.0
[15:53] <Damm> geeze
[15:53] <audiphilth> right, was hoping not to have to do that, i'll try and see
[15:55] <audiphilth> --force works
[15:55] --- MUCHAHASAQ is now known as edx
[15:56] <Damm> well it appears the beta was a greater version
[15:56] <Damm> so it makes sense
[15:56] <wjimenez_> can anyone shed light on the '_type' and 'type' fields? what is the difference?
[15:57] <audiphilth> not sure how much sense it makes if the release ver. can be trumped by an *older* beta
[16:01] <Damm> someone should file an issue on this
[16:01] <Damm> so I think I will and just paste the irclogs
</code></pre></div> | <p dir="auto">After changing /etc/apt/sources.list/</p>
<p dir="auto"><code class="notranslate">deb http://packages.elasticsearch.org/elasticsearch/1.3/debian stable main</code></p>
<p dir="auto">to</p>
<p dir="auto"><code class="notranslate">deb http://packages.elasticsearch.org/elasticsearch/1.4/debian stable main</code></p>
<p dir="auto">and running apt-get update && apt-get upgrade, curl -XGET 'localhost:9200' is reporting version 1.4.0.Beta1.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="curl -XGET 'localhost:9200'
{
"status" : 200,
"name" : "elasticsearch-node",
"cluster_name" : "elasticsearch-cluster",
"version" : {
"number" : "1.4.0.Beta1",
"build_hash" : "1f25669f3299b0680b266c3acaece43774fb59ae",
"build_timestamp" : "2014-10-01T14:58:15Z",
"build_snapshot" : false,
"lucene_version" : "4.10.1"
},
"tagline" : "You Know, for Search"
}"><pre class="notranslate"><code class="notranslate">curl -XGET 'localhost:9200'
{
"status" : 200,
"name" : "elasticsearch-node",
"cluster_name" : "elasticsearch-cluster",
"version" : {
"number" : "1.4.0.Beta1",
"build_hash" : "1f25669f3299b0680b266c3acaece43774fb59ae",
"build_timestamp" : "2014-10-01T14:58:15Z",
"build_snapshot" : false,
"lucene_version" : "4.10.1"
},
"tagline" : "You Know, for Search"
}
</code></pre></div> | 1 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/18562067/14705873/e8c60992-07bb-11e6-9f23-4a0007e298c4.gif"><img src="https://cloud.githubusercontent.com/assets/18562067/14705873/e8c60992-07bb-11e6-9f23-4a0007e298c4.gif" alt="proof" data-animated-image="" style="max-width: 100%;"></a><br>
Challenge <a href="https://www.freecodecamp.com/challenges/use-an-id-attribute-to-style-an-element#?solution=%3Clink%20href%3D%22https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLobster%22%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%3E%0A%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20color%3A%20red%3B%0A%20%20%7D%0A%20%20%23cat-photo-form%7B%0A%20%20%20%20background-color%3Agreen%3B%0A%20%20%7D%0A%20%20h2%20%7B%0A%20%20%20%20font-family%3A%20Lobster%2C%20Monospace%3B%0A%20%20%7D%0A%0A%20%20p%20%7B%0A%20%20%20%20font-size%3A%2016px%3B%0A%20%20%20%20font-family%3A%20Monospace%3B%0A%20%20%7D%0A%0A%20%20.thick-green-border%20%7B%0A%20%20%20%20border-color%3A%20green%3B%0A%20%20%20%20border-width%3A%2010px%3B%0A%20%20%20%20border-style%3A%20solid%3B%0A%20%20%20%20border-radius%3A%2050%25%3B%0A%20%20%7D%0A%0A%20%20.smaller-image%20%7B%0A%20%20%20%20width%3A%20100px%3B%0A%20%20%7D%0A%0A%20%20.gray-background%20%7B%0A%20%20%20%20background-color%3A%20gray%3B%0A%20%20%7D%0A%3C%2Fstyle%3E%0A%0A%3Ch2%20class%3D%22red-text%22%3ECatPhotoApp%3C%2Fh2%3E%0A%0A%3Cp%3EClick%20here%20for%20%3Ca%20href%3D%22%23%22%3Ecat%20photos%3C%2Fa%3E.%3C%2Fp%3E%0A%0A%3Ca%20href%3D%22%23%22%3E%3Cimg%20class%3D%22smaller-image%20thick-green-border%22%20alt%3D%22A%20cute%20orange%20cat%20lying%20on%20its%20back%22%20src%3D%22https%3A%2F%2Fbit.ly%2Ffcc-relaxing-cat%22%3E%3C%2Fa%3E%0A%0A%3Cdiv%20class%3D%22gray-background%22%3E%0A%20%20%3Cp%3EThings%20cats%20love%3A%3C%2Fp%3E%0A%20%20%3Cul%3E%0A%20%20%20%20%3Cli%3Ecat%20nip%3C%2Fli%3E%0A%20%20%20%20%3Cli%3Elaser%20pointers%3C%2Fli%3E%0A%20%20%20%20%3Cli%3Elasagna%3C%2Fli%3E%0A%20%20%3C%2Ful%3E%0A%20%20%3Cp%3ETop%203%20things%20cats%20hate%3A%3C%2Fp%3E%0A%20%20%3Col%3E%0A%20%20%20%20%3Cli%3Eflea%20treatment%3C%2Fli%3E%0A%20%20%20%20%3Cli%3Ethunder%3C%2Fli%3E%0A%20%20%20%20%3Cli%3Eother%20cats%3C%2Fli%3E%0A%20%20%3C%2Fol%3E%0A%3C%2Fdiv%3E%0A%0A%3Cform%20fccfaa%3D%22%2Fsubmit-cat-photo%22%20id%3D%22cat-photo-form%22%3E%0A%20%20%3Clabel%3E%3Cinput%20type%3D%22radio%22%20name%3D%22indoor-outdoor%22%20checked%3E%20Indoor%3C%2Flabel%3E%0A%20%20%3Clabel%3E%3Cinput%20type%3D%22radio%22%20name%3D%22indoor-outdoor%22%3E%20Outdoor%3C%2Flabel%3E%0A%20%20%3Clabel%3E%3Cinput%20type%3D%22checkbox%22%20name%3D%22personality%22%20checked%3E%20Loving%3C%2Flabel%3E%0A%20%20%3Clabel%3E%3Cinput%20type%3D%22checkbox%22%20name%3D%22personality%22%3E%20Lazy%3C%2Flabel%3E%0A%20%20%3Clabel%3E%3Cinput%20type%3D%22checkbox%22%20name%3D%22personality%22%3E%20Energetic%3C%2Flabel%3E%0A%20%20%3Cinput%20type%3D%22text%22%20placeholder%3D%22cat%20photo%20URL%22%20required%3E%0A%20%20%3Cbutton%20type%3D%22submit%22%3ESubmit%3C%2Fbutton%3E%0A%3C%2Fform%3E%0A" rel="nofollow">Use an ID Attribute to Style an Element</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36</code>.<br>
Please describe how to reproduce this issue, and include links to screenshots if possible.</p>
<p dir="auto">My code:</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
.red-text {
color: red;
}
#cat-photo-form{
background-color:green;
}
h2 {
font-family: Lobster, Monospace;
}
p {
font-size: 16px;
font-family: Monospace;
}
.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
border-radius: 50%;
}
.smaller-image {
width: 100px;
}
.gray-background {
background-color: gray;
}
</style>
<h2 class="red-text">CatPhotoApp</h2>
<p>Click here for <a href="#">cat photos</a>.</p>
<a href="#"><img class="smaller-image thick-green-border" alt="A cute orange cat lying on its back" src="https://bit.ly/fcc-relaxing-cat"></a>
<div class="gray-background">
<p>Things cats love:</p>
<ul>
<li>cat nip</li>
<li>laser pointers</li>
<li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
<li>flea treatment</li>
<li>thunder</li>
<li>other cats</li>
</ol>
</div>
<form action="/submit-cat-photo" id="cat-photo-form">
<label><input type="radio" name="indoor-outdoor" checked> Indoor</label>
<label><input type="radio" name="indoor-outdoor"> Outdoor</label>
<label><input type="checkbox" name="personality" checked> Loving</label>
<label><input type="checkbox" name="personality"> Lazy</label>
<label><input type="checkbox" name="personality"> Energetic</label>
<input type="text" placeholder="cat photo URL" required>
<button type="submit">Submit</button>
</form>
"><pre class="notranslate"><span class="pl-kos"><</span><span class="pl-ent">link</span> <span class="pl-c1">href</span>="<span class="pl-s">https://fonts.googleapis.com/css?family=Lobster</span>" <span class="pl-c1">rel</span>="<span class="pl-s">stylesheet</span>" <span class="pl-c1">type</span>="<span class="pl-s">text/css</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">style</span><span class="pl-kos">></span>
.<span class="pl-c1">red-text</span> {
<span class="pl-c1">color</span><span class="pl-kos">:</span> red;
}
<span class="pl-kos">#</span><span class="pl-c1">cat-photo-form</span>{
<span class="pl-c1">background-color</span><span class="pl-kos">:</span>green;
}
<span class="pl-ent">h2</span> {
<span class="pl-c1">font-family</span><span class="pl-kos">:</span> Lobster<span class="pl-kos">,</span> Monospace;
}
<span class="pl-ent">p</span> {
<span class="pl-c1">font-size</span><span class="pl-kos">:</span> <span class="pl-c1">16<span class="pl-smi">px</span></span>;
<span class="pl-c1">font-family</span><span class="pl-kos">:</span> Monospace;
}
.<span class="pl-c1">thick-green-border</span> {
<span class="pl-c1">border-color</span><span class="pl-kos">:</span> green;
<span class="pl-c1">border-width</span><span class="pl-kos">:</span> <span class="pl-c1">10<span class="pl-smi">px</span></span>;
<span class="pl-c1">border-style</span><span class="pl-kos">:</span> solid;
<span class="pl-c1">border-radius</span><span class="pl-kos">:</span> <span class="pl-c1">50<span class="pl-smi">%</span></span>;
}
.<span class="pl-c1">smaller-image</span> {
<span class="pl-c1">width</span><span class="pl-kos">:</span> <span class="pl-c1">100<span class="pl-smi">px</span></span>;
}
.<span class="pl-c1">gray-background</span> {
<span class="pl-c1">background-color</span><span class="pl-kos">:</span> gray;
}
<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">h2</span> <span class="pl-c1">class</span>="<span class="pl-s">red-text</span>"<span class="pl-kos">></span>CatPhotoApp<span class="pl-kos"></</span><span class="pl-ent">h2</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">p</span><span class="pl-kos">></span>Click here for <span class="pl-kos"><</span><span class="pl-ent">a</span> <span class="pl-c1">href</span>="<span class="pl-s">#</span>"<span class="pl-kos">></span>cat photos<span class="pl-kos"></</span><span class="pl-ent">a</span><span class="pl-kos">></span>.<span class="pl-kos"></</span><span class="pl-ent">p</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">a</span> <span class="pl-c1">href</span>="<span class="pl-s">#</span>"<span class="pl-kos">></span><span class="pl-kos"><</span><span class="pl-ent">img</span> <span class="pl-c1">class</span>="<span class="pl-s">smaller-image thick-green-border</span>" <span class="pl-c1">alt</span>="<span class="pl-s">A cute orange cat lying on its back</span>" <span class="pl-c1">src</span>="<span class="pl-s">https://bit.ly/fcc-relaxing-cat</span>"<span class="pl-kos">></span><span class="pl-kos"></</span><span class="pl-ent">a</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">gray-background</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">p</span><span class="pl-kos">></span>Things cats love:<span class="pl-kos"></</span><span class="pl-ent">p</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">ul</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">li</span><span class="pl-kos">></span>cat nip<span class="pl-kos"></</span><span class="pl-ent">li</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">li</span><span class="pl-kos">></span>laser pointers<span class="pl-kos"></</span><span class="pl-ent">li</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">li</span><span class="pl-kos">></span>lasagna<span class="pl-kos"></</span><span class="pl-ent">li</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">ul</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">p</span><span class="pl-kos">></span>Top 3 things cats hate:<span class="pl-kos"></</span><span class="pl-ent">p</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">ol</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">li</span><span class="pl-kos">></span>flea treatment<span class="pl-kos"></</span><span class="pl-ent">li</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">li</span><span class="pl-kos">></span>thunder<span class="pl-kos"></</span><span class="pl-ent">li</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">li</span><span class="pl-kos">></span>other cats<span class="pl-kos"></</span><span class="pl-ent">li</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">ol</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">form</span> <span class="pl-c1">action</span>="<span class="pl-s">/submit-cat-photo</span>" <span class="pl-c1">id</span>="<span class="pl-s">cat-photo-form</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">label</span><span class="pl-kos">></span><span class="pl-kos"><</span><span class="pl-ent">input</span> <span class="pl-c1">type</span>="<span class="pl-s">radio</span>" <span class="pl-c1">name</span>="<span class="pl-s">indoor-outdoor</span>" <span class="pl-c1">checked</span><span class="pl-kos">></span> Indoor<span class="pl-kos"></</span><span class="pl-ent">label</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">label</span><span class="pl-kos">></span><span class="pl-kos"><</span><span class="pl-ent">input</span> <span class="pl-c1">type</span>="<span class="pl-s">radio</span>" <span class="pl-c1">name</span>="<span class="pl-s">indoor-outdoor</span>"<span class="pl-kos">></span> Outdoor<span class="pl-kos"></</span><span class="pl-ent">label</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">label</span><span class="pl-kos">></span><span class="pl-kos"><</span><span class="pl-ent">input</span> <span class="pl-c1">type</span>="<span class="pl-s">checkbox</span>" <span class="pl-c1">name</span>="<span class="pl-s">personality</span>" <span class="pl-c1">checked</span><span class="pl-kos">></span> Loving<span class="pl-kos"></</span><span class="pl-ent">label</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">label</span><span class="pl-kos">></span><span class="pl-kos"><</span><span class="pl-ent">input</span> <span class="pl-c1">type</span>="<span class="pl-s">checkbox</span>" <span class="pl-c1">name</span>="<span class="pl-s">personality</span>"<span class="pl-kos">></span> Lazy<span class="pl-kos"></</span><span class="pl-ent">label</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">label</span><span class="pl-kos">></span><span class="pl-kos"><</span><span class="pl-ent">input</span> <span class="pl-c1">type</span>="<span class="pl-s">checkbox</span>" <span class="pl-c1">name</span>="<span class="pl-s">personality</span>"<span class="pl-kos">></span> Energetic<span class="pl-kos"></</span><span class="pl-ent">label</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">input</span> <span class="pl-c1">type</span>="<span class="pl-s">text</span>" <span class="pl-c1">placeholder</span>="<span class="pl-s">cat photo URL</span>" <span class="pl-c1">required</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">button</span> <span class="pl-c1">type</span>="<span class="pl-s">submit</span>"<span class="pl-kos">></span>Submit<span class="pl-kos"></</span><span class="pl-ent">button</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">form</span><span class="pl-kos">></span></pre></div> | <p dir="auto">In all the exercises, we the users are forced to press the enter key before writing any code.</p>
<hr>
<h4 dir="auto">Update:</h4>
<p dir="auto">We have locked the conversation temporarily on this thread to collaborators only, this has been resolved in staging, and will be live soon.</p>
<p dir="auto">The fix can be confirmed on the beta website.</p>
<p dir="auto">The workaround currently on production website is:<br>
Press the <kbd>Enter</kbd> key on the challenge editor and then proceed with the challenge.</p>
<p dir="auto">Apologies for the inconvenience meanwhile.</p>
<p dir="auto">Reach us in the chat room if you need any assistance.</p> | 1 |
<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 a feature request that matches the one I want to file, without success.</li>
</ul>
<h3 dir="auto">Problem Description</h3>
<p dir="auto">The Chrome developer tools network tab lets you right click an item and select "open in new tab". When you do (as far as I can tell) nothing happens. Nothing gets logged to the command line, and the expected <code class="notranslate">new-window</code> event is not called.</p>
<h3 dir="auto">Proposed Solution</h3>
<p dir="auto">I would expect "open in new tab" to trigger the <code class="notranslate">new-window</code> event on the <code class="notranslate">devToolsWebContents</code> (or possibly the <code class="notranslate">webContents</code> itself) for Electron developers to handle like any other <code class="notranslate">new-window</code> event.</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 a feature request that matches the one I want to file, without success.</li>
</ul>
<h3 dir="auto">Problem Description</h3>
<p dir="auto">In devtools, when you click <code class="notranslate">Open in new tab</code> for example, nothing happens.</p>
<h3 dir="auto">Proposed Solution</h3>
<p dir="auto">I would like to have a way to change the click event for devtools menu items. Or have some event that we can listen for and then do the action we want to do.</p>
<p dir="auto">For example, you could do:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="app.on('devtools-menu-item-clicked', (event, menu: Electron.MenuItem, id: number) => {
if(menu.label == "Open in new tab") // do whatever
})"><pre class="notranslate"><span class="pl-s1">app</span><span class="pl-kos">.</span><span class="pl-en">on</span><span class="pl-kos">(</span><span class="pl-s">'devtools-menu-item-clicked'</span><span class="pl-kos">,</span> <span class="pl-kos">(</span><span class="pl-s1">event</span><span class="pl-kos">,</span> <span class="pl-s1">menu</span>: <span class="pl-smi">Electron</span><span class="pl-kos">.</span><span class="pl-smi">MenuItem</span><span class="pl-kos">,</span> <span class="pl-s1">id</span>: <span class="pl-smi">number</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
<span class="pl-k">if</span><span class="pl-kos">(</span><span class="pl-s1">menu</span><span class="pl-kos">.</span><span class="pl-c1">label</span> <span class="pl-c1">==</span> <span class="pl-s">"Open in new tab"</span><span class="pl-kos">)</span> <span class="pl-c">// do whatever</span><span class="pl-kos"></span>
<span class="pl-kos">}</span><span class="pl-kos">)</span></pre></div>
<h3 dir="auto">Alternatives Considered</h3>
<p dir="auto">Using a devtools extension, however Chromium only exposes <code class="notranslate">chrome.devtools.*</code> APIs to devtools extensions.</p>
<h3 dir="auto">Additional Information</h3>
<p dir="auto">n/a</p> | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong><br>
A 5 row NodeJS application, <a href="https://github.com/MorganLindqvist/webpack5-http-auth-failure">https://github.com/MorganLindqvist/webpack5-http-auth-failure</a>, works as it should without Webpack-5. But when running after webpack the application crashes.</p>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong><br>
<code class="notranslate">git clone https://github.com/MorganLindqvist/webpack5-http-auth-failure.git</code><br>
<code class="notranslate">cd webpack5-http-auth-failure</code><br>
<code class="notranslate">npm install</code><br>
<code class="notranslate">npm run build_dev</code><br>
<code class="notranslate">node dist/main.js</code></p>
<p dir="auto">The 5-row application that crashes is as follows:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const auth = require("http-auth");
const basic = auth.basic({
realm: "Realm",
file: __dirname + "/../htpasswd"
});"><pre class="notranslate"><code class="notranslate">const auth = require("http-auth");
const basic = auth.basic({
realm: "Realm",
file: __dirname + "/../htpasswd"
});
</code></pre></div>
<p dir="auto"><strong>What is the expected behavior?</strong><br>
This small snippit is a part of a larger NodeJS application and the same error/crash (see below) is triggered in that one when the usage of http-auth module was added. The error message I receive s as follows:</p>
<p dir="auto"><code class="notranslate">TypeError: Can not find node binding files from @node-rs/bcrypt-linux-x64-gnu, @node-rs/bcrypt-linux-x64-gnux32, @node-rs/bcrypt-linux-x64-musl and /home/user/webpack5-http-auth-failure/dist/bcrypt.linux-x64-gnu.node, /home/user/webpack5-http-auth-failure/dist/bcrypt.linux-x64-gnux32.node, /home/user/webpack5-http-auth-failure/dist/bcrypt.linux-x64-musl.node </code><br>
Until it is fixed, can I bypass it in some way?</p>
<p dir="auto"><strong>Other relevant information:</strong><br>
webpack version: 5.30.0<br>
Node.js version: v14.16<br>
Operating System: Ubuntu 20.04<br>
Additional tools: npm: 6.14.11</p> | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">Crashes with a stack trace of</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ npm run webpack:dev
> @hyperledger/cactus@ webpack:dev *REDACTED_PATH*
> node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --display-error-details --env env-csv=dev --env target-csv=node
*REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:371
if (item) flattenedResult.push(...item);
^
RangeError: Maximum call stack size exceeded
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:371:34
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)
at *REDACTED_PATH*/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at done (*REDACTED_PATH*/node_modules/neo-async/async.js:2931:13)"><pre class="notranslate">$ npm run webpack:dev
<span class="pl-k">></span> @hyperledger/cactus@ webpack:dev <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>
<span class="pl-k">></span> node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --display-error-details --env env-csv=dev --env target-csv=node
<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:371
<span class="pl-k">if</span> (item) flattenedResult.push(...item)<span class="pl-k">;</span>
^
RangeError: Maximum call stack size exceeded
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:371:34
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)
at <span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/webpack/lib/ContextModuleFactory.js:374:7
at <span class="pl-k">done</span> (<span class="pl-k">*</span>REDACTED_PATH<span class="pl-k">*</span>/node_modules/neo-async/async.js:2931:13)</pre></div>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong></p>
<ol dir="auto">
<li>Clone the repo where the failure can be reproduced: <a href="https://github.com/petermetz/blockchain-integration-framework/tree/build/webpack-optimization-139">https://github.com/petermetz/blockchain-integration-framework/tree/build/webpack-optimization-139</a></li>
<li>Check out the branch called <code class="notranslate">build/webpack-optimization-139</code></li>
<li>Execute <code class="notranslate">npm run configure</code> which will produce the crash logs stated above.</li>
<li>You can observe the effective webpack config file after the build has run at least once at <code class="notranslate">./webpack.config.json</code></li>
</ol>
<p dir="auto"><strong>What is the expected behavior?</strong></p>
<p dir="auto">Build succeeds without RangeError.</p>
<p dir="auto"><strong>Other relevant information:</strong><br>
webpack version: <code class="notranslate">v5.4.0</code><br>
Node.js version: <code class="notranslate">v12.16.3</code><br>
Operating System: <code class="notranslate">Ubuntu 20.04 LTS</code><br>
Additional tools: <code class="notranslate">Lerna, Typescript, ts-loader</code></p> | 0 |
<p dir="auto"><strong>Glide Version</strong>:</p>
<p dir="auto"><strong>Integration libraries</strong>:</p>
<p dir="auto"><strong>Device/Android Version</strong>:</p>
<p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:</p>
<p dir="auto"><strong>Glide load line / <code class="notranslate">GlideModule</code> (if any) / list Adapter code (if any)</strong>:</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Glide.with..."><pre class="notranslate"><span class="pl-smi">Glide</span>.<span class="pl-smi">with</span>...</pre></div>
<p dir="auto"><strong>Layout XML</strong>:</p>
<div class="highlight highlight-text-xml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<FrameLayout xmlns:android="..."><pre class="notranslate"><<span class="pl-ent">FrameLayout</span> <span class="pl-e">xmlns</span><span class="pl-e">:</span><span class="pl-e">android</span>=<span class="pl-s"><span class="pl-pds">"</span>...</span></pre></div>
<p dir="auto"><strong>Stack trace / LogCat</strong>:</p>
<div class="highlight highlight-source-ruby notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="paste stack trace and/or log here"><pre class="notranslate"><span class="pl-en">paste</span> <span class="pl-en">stack</span> <span class="pl-en">trace</span> <span class="pl-k">and</span>/<span class="pl-en">or</span> <span class="pl-en">log</span> <span class="pl-en">here</span></pre></div> | <p dir="auto">Hi. First of all thanks for such a great library.</p>
<p dir="auto">I am having a little issue. I have a screen with user's profile image. User can also change his profile picture. The profile picture is saved in the sdcard with name "abc.png". When the user changes his profile picture, the newly selected image will replace the old image in sdcard.</p>
<p dir="auto">Now if I show the profile picture using Glide, it takes the image from cache and shows old picture. How can I remove the old cached image? How to re-cache the image?</p>
<p dir="auto">How to implement this?</p> | 0 |
<p dir="auto">I'm trying to move a very simple OpenCV application to android. The code tries to access the camera from a qt for android . My qt code simply tries to access the camera using cv::VideoCapture like so:<br>
cv::VideoCapture cap(0); // /dev/video0<br>
Camera cannot be opened,Permissions are open,chmod 777 /dev/video0,The camera still doesn't open.<br>
What did I add less? Or is my method wrong, Android can't open the camera in this way at all?<br>
Opencv version: 4.1.1<br>
qt version: 5.12.3<br>
android ndk: android-ndk-r19c</p> | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.1.0</li>
<li>Operating System / Platform => Ubuntu 18.04 64 Bit</li>
<li>Compiler => Visual Studio Code</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I am using the SSD face detector from the dnn module, and testing it on the Helen dataset <a href="http://www.ifp.illinois.edu/~vuongle2/helen/" rel="nofollow">http://www.ifp.illinois.edu/~vuongle2/helen/</a></p>
<p dir="auto">I have a strange behavior using the default settings, that is using the default 300x300 size:<br>
<code class="notranslate">cv::Mat inputBlob = cv::dnn::blobFromImage(image, 1.0, cv::Size(300,300), meanVal, mixchannels, false);</code></p>
<p dir="auto">It works ok on most of the files except on some where the bounding box is always shifted to the right<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/47775020/68882001-904b1e00-070e-11ea-9c86-d7c27015509f.jpg"><img src="https://user-images.githubusercontent.com/47775020/68882001-904b1e00-070e-11ea-9c86-d7c27015509f.jpg" alt="1242475639_1" style="max-width: 100%;"></a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/47775020/68882026-9b9e4980-070e-11ea-904f-c358678b719c.jpg"><img src="https://user-images.githubusercontent.com/47775020/68882026-9b9e4980-070e-11ea-904f-c358678b719c.jpg" alt="2193639644_1" style="max-width: 100%;"></a></p>
<p dir="auto">51 images out of 2330 are concerned by this strange behavior. I cannot see any relationships between these (different sizes...) most of them are tightly cropped though.</p>
<p dir="auto">Now the strange thing is that if I use<br>
<code class="notranslate">cv::Mat inputBlob = cv::dnn::blobFromImage(image, 1.0, cv::Size(128,128), meanVal, mixchannels, false);</code></p>
<p dir="auto">Everything works perfectly, and the 51 images above are detected as expected.</p>
<p dir="auto">I tried to resize the image before, but It did not change anything.<br>
256x256 or 300x300 result in the same bug<br>
128x96 is ok<br>
I tried to use version 4.1.2, but I have a crash if I use the new prototxt and .caffemodel</p>
<h5 dir="auto">Steps to reproduce</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const std::string caffeConfigFile = "deploy.prototxt";
const std::string caffeWeightFile = "res10_300x300_ssd_iter_140000_fp16.caffemodel";
net = cv::dnn::readNetFromCaffe(caffeConfigFile, caffeWeightFile);
cv::Mat image = cv::imread(imageFile);
cv::Mat inputBlob = cv::dnn::blobFromImage(image, 1.0, cv::Size(300,300), cv::Scalar(104.0, 177.0, 123.0), false, false);
net.setInput(inputBlob, "data");
cv::Mat detection = net.forward();
cv::Mat detectionMat(detection.size[2], detection.size[3], CV_32F, detection.ptr<float>());
int x1 = static_cast<int>(detectionMat.at<float>(0, 3) * image.cols);
int y1 = static_cast<int>(detectionMat.at<float>(0, 4) * image.rows);
int x2 = static_cast<int>(detectionMat.at<float>(0, 5) * image.cols);
int y2 = static_cast<int>(detectionMat.at<float>(0, 6) * image.rows);
cv::Rect faceBox = cv::Rect(x1, y1, x2 - x1 + 1, y2 - y1 + 1);
"><pre class="notranslate"><code class="notranslate">const std::string caffeConfigFile = "deploy.prototxt";
const std::string caffeWeightFile = "res10_300x300_ssd_iter_140000_fp16.caffemodel";
net = cv::dnn::readNetFromCaffe(caffeConfigFile, caffeWeightFile);
cv::Mat image = cv::imread(imageFile);
cv::Mat inputBlob = cv::dnn::blobFromImage(image, 1.0, cv::Size(300,300), cv::Scalar(104.0, 177.0, 123.0), false, false);
net.setInput(inputBlob, "data");
cv::Mat detection = net.forward();
cv::Mat detectionMat(detection.size[2], detection.size[3], CV_32F, detection.ptr<float>());
int x1 = static_cast<int>(detectionMat.at<float>(0, 3) * image.cols);
int y1 = static_cast<int>(detectionMat.at<float>(0, 4) * image.rows);
int x2 = static_cast<int>(detectionMat.at<float>(0, 5) * image.cols);
int y2 = static_cast<int>(detectionMat.at<float>(0, 6) * image.rows);
cv::Rect faceBox = cv::Rect(x1, y1, x2 - x1 + 1, y2 - y1 + 1);
</code></pre></div>
<p dir="auto">This problem occurs on these 51 files from the Helen dataset:<br>
1021890651_1.jpg 164403300_1.jpg 2330954824_1.jpg 2584224650_1.jpg<br>
1037255513_1.jpg 1657180938_1.jpg 2346354291_1.jpg 2584536815_1.jpg<br>
103770709_1.jpg 167671232_1.jpg 2352345861_1.jpg 2607971564_1.jpg<br>
10407038_1.jpg 168907806_1.jpg 2365877276_1.jpg 266036271_1.jpg<br>
111714273_1.jpg 1908146310_1.jpg 240001815_1.jpg 2664748719_1.jpg<br>
1224500832_1.jpg 1961032923_1.jpg 2402251921_1.jpg 2705102720_1.jpg<br>
1242475639_1.jpg 1962410129_1.jpg 2407771006_1.jpg 2721024227_1.jpg<br>
131437823_1.jpg 2138681738_1.jpg 2419189561_1.jpg 2738187790_1.jpg<br>
1408008592_1.jpg 2193639644_1.jpg 2449764454_1.jpg 2837076619_1.jpg<br>
1418178512_1.jpg 2216370944_1.jpg 245801293_1.jpg 3006823882_1.jpg<br>
145548320_1.jpg 2223862191_1.jpg 245871800_1.jpg 30542618_1.jpg<br>
155271502_1.jpg 2264901367_1.jpg 2512750679_1.jpg 3247810519_1.jpg<br>
161868885_1.jpg 228950047_1.jpg 2546411220_1.jpg</p> | 0 |
<p dir="auto"><a href="http://twitter.github.com/bootstrap/components.html#navbar">This one.</a></p>
<p dir="auto">To reproduce it, change the width of your browser so you get the mobile/ipad dropdown menu. Click it, and then expand the window again so you get the standard bar. Now try to click either of the normal dropdowns, and it won't show at all.</p>
<p dir="auto">Not sure how common it is for users to do this, but the issue is definitely there.</p> | <p dir="auto">I had a play with .btn:hover combining the CSS3 Properties in mixins.less. I modified the button hover to add some wonky transforms to see what it would do. If I used one of the CSS3 properties the btn:hover displayed correctly, but the output css was really verbose/duplicated (see below). Adding two (say .skew & .rotate) is where things got real... and by real I mean display only one of the transformative mixins and mangle the btn:hover css element.</p>
<p dir="auto">Also, the bootstrap.css -> btn:hover element contains lots of duplication as you can see below, and I am not sure what is going on there. I used less.app, crunch app and the regular less.js file to compile had the same output each time. Hopefully, I'm wrong and this is just my stupid error... but if not, I'd like at least 3 million dollars and a shot at the title.</p>
<p dir="auto">button.less:</p>
<p dir="auto">// Hover state<br>
.btn:hover {<br>
color: @grayDark;<br>
text-decoration: none;<br>
background-color: darken(<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/white/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/white">@white</a>, 10%);<br>
background-position: 0 -15px;</p>
<p dir="auto">// transition is only when going to hover, otherwise the background<br>
// behind the gradient (there for IE<=9 fallback) gets mismatched<br>
.transition(background-position .1s linear);<br>
.skew(-25deg);<br>
.rotate(9deg);</p>
<p dir="auto">// Also defined <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Degrees/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Degrees">@Degrees</a> in the variables.less (same output, same problem)<br>
}</p>
<p dir="auto">The complied bootstrap.css for btn:hover looks like this:</p>
<p dir="auto">.btn:hover {<br>
color: #333333;<br>
text-decoration: none;<br>
background-color: #e6e6e6;<br>
background-position: 0 -15px;<br>
-webkit-transition: background-position 0.1s linear;<br>
-moz-transition: background-position 0.1s linear;<br>
-ms-transition: background-position 0.1s linear;<br>
-o-transition: background-position 0.1s linear;<br>
transition: background-position 0.1s linear;<br>
-webkit-transition: background-position 0.1s linear;<br>
-moz-transition: background-position 0.1s linear;<br>
-ms-transition: background-position 0.1s linear;<br>
-o-transition: background-position 0.1s linear;<br>
transition: background-position 0.1s linear;<br>
-webkit-transform: translate(-25deg, 0);<br>
-moz-transform: translate(-25deg, 0);<br>
-ms-transform: translate(-25deg, 0);<br>
-o-transform: translate(-25deg, 0);<br>
transform: translate(-25deg, 0);<br>
-webkit-transform: skew(-25deg, 0);<br>
-moz-transform: skew(-25deg, 0);<br>
-ms-transform: skew(-25deg, 0);<br>
-o-transform: skew(-25deg, 0);<br>
transform: skew(-25deg, 0);<br>
-webkit-transform: translate(-25deg, 0);<br>
-moz-transform: translate(-25deg, 0);<br>
-ms-transform: translate(-25deg, 0);<br>
-o-transform: translate(-25deg, 0);<br>
transform: translate(-25deg, 0);<br>
-webkit-transform: skew(-25deg, 0);<br>
-moz-transform: skew(-25deg, 0);<br>
-ms-transform: skew(-25deg, 0);<br>
-o-transform: skew(-25deg, 0);<br>
transform: skew(-25deg, 0);<br>
-webkit-transform: rotate(9deg);<br>
-moz-transform: rotate(9deg);<br>
-ms-transform: rotate(9deg);<br>
-o-transform: rotate(9deg);<br>
transform: rotate(9deg);<br>
-webkit-transform: rotate(9deg);<br>
-moz-transform: rotate(9deg);<br>
-ms-transform: rotate(9deg);<br>
-o-transform: rotate(9deg);<br>
transform: rotate(9deg);<br>
}</p> | 0 |
<p dir="auto">I am looking at building an extension that prints a lot of information from errors, debug & warnings so it would be nice to stylise the messages from the realtime logs of a website to help with debugging.</p>
<p dir="auto">So can I make a feature request please to enable colorised text in Output Channel</p> | <p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/SamVerschueren/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/SamVerschueren">@SamVerschueren</a> on October 30, 2015 6:9</em></p>
<p dir="auto">I might have seen a post regarding styling of the <code class="notranslate">OutputChannel</code>, but not sure though.</p>
<p dir="auto">I think it would be a nice feature to support ANSI colors. This way libraries like <a href="https://github.com/chalk">chalk</a> can be used to style the output. Another benefit is that if you develop a plugin like Yeoman, who outputs to the console, the output can be directly passed to the <code class="notranslate">OutputChannel</code>.</p>
<p dir="auto">Not sure if this is possible, but I think it would be a nice feature. No need to implement our own styling stuff in the channel, just use libraries that already exist.</p>
<p dir="auto"><em>Copied from original issue: Microsoft/vscode-extensionbuilders#69</em></p> | 1 |
<p dir="auto">Removing min-height from Shared size and type resets in forms.less stops inputs being bloated in IE8. Tested in IE9/10 latest FF and Chrome and dosen't seem to cause any problems.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/9126cf33ff841c3102ad9b87701f5abb62775d0bd94971726cfcff4db401c25b/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f38333730382f3135363935382f62643762363064342d373661662d313165322d396138612d6236656365346366626464662e706e67"><img src="https://camo.githubusercontent.com/9126cf33ff841c3102ad9b87701f5abb62775d0bd94971726cfcff4db401c25b/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f38333730382f3135363935382f62643762363064342d373661662d313165322d396138612d6236656365346366626464662e706e67" alt="3d99c82e-6304-11e2-933e-9151f3701965" data-canonical-src="https://f.cloud.github.com/assets/83708/156958/bd7b60d4-76af-11e2-9a8a-b6ece4cfbddf.png" style="max-width: 100%;"></a></p> | <p dir="auto">jsFiddle: <a href="http://jsfiddle.net/9EHxq/" rel="nofollow">http://jsfiddle.net/9EHxq/</a></p>
<p dir="auto">Preview in IE8 with row-fluid:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/64db13ee2fe55c58b1609cd094263309b03800be4344f5c8e4eba60e8b03ea55/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3737363634372f32313530312f31303939323634632d343962362d313165322d393735372d3032636637663365656263372e504e47"><img src="https://camo.githubusercontent.com/64db13ee2fe55c58b1609cd094263309b03800be4344f5c8e4eba60e8b03ea55/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3737363634372f32313530312f31303939323634632d343962362d313165322d393735372d3032636637663365656263372e504e47" alt="Capture" data-canonical-src="https://f.cloud.github.com/assets/776647/21501/1099264c-49b6-11e2-9757-02cf7f3eebc7.PNG" style="max-width: 100%;"></a></p>
<p dir="auto">I found similar issues but not exactly the same issue, so creating a new one.</p> | 1 |
<p dir="auto">Sample error when doing something along these lines...</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export class LoggedInRouterOutlet extends RouterOutlet {
publicRoutes: any
constructor(public _elementRef: ElementRef, public _loader: DynamicComponentLoader,
public _parentRouter: Router, @Attribute('name') nameAttr: string) {
super(_elementRef, _loader, _parentRouter, nameAttr);"><pre class="notranslate"><code class="notranslate">export class LoggedInRouterOutlet extends RouterOutlet {
publicRoutes: any
constructor(public _elementRef: ElementRef, public _loader: DynamicComponentLoader,
public _parentRouter: Router, @Attribute('name') nameAttr: string) {
super(_elementRef, _loader, _parentRouter, nameAttr);
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="WARNING in ./src/app/LoggedInOutlet.ts
(13,7): Supplied parameters do not match any signature of call target."><pre class="notranslate"><code class="notranslate">WARNING in ./src/app/LoggedInOutlet.ts
(13,7): Supplied parameters do not match any signature of call target.
</code></pre></div>
<p dir="auto">When extending RouterOutlet, the generated type definition does not include the constructor signature, so compiling something like the above gives TypeScript Warnings.</p> | <p dir="auto">We need some sanity test for the router .d.ts file. The <code class="notranslate">gulp test.typings</code> target does this for the <code class="notranslate">angular2.d.ts</code>.<br>
I did not update router on DefinitelyTyped for alpha.32 because it fails the definitelyTyped tests, for example, the Instruction class is referenced but not defined.<br>
We can't release typings for router until this is fixed.</p> | 1 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/660" rel="nofollow">http://projects.scipy.org/scipy/ticket/660</a> on 2008-05-02 by trac user djkawa, assigned to unknown.</em></p>
<p dir="auto">Hi,</p>
<p dir="auto">my setup is python 2.4.4<br>
scipy 0.6.0<br>
numpy 1.0.3.1 (there are some bugs we have reported in 1.0.4 so we cannot use it)</p>
<p dir="auto">I am using the scipy.interpolate.interp1d class quite extensively and there are two shaping behaviours that i don't understand:</p>
<p dir="auto">1 - is simple:<br>
why when you interp on a x_new which is a scalar, the y_new is not a scalar as well but a 1d array instead?</p>
<p dir="auto">2 - is a bit more brain consuming for my array visualization skills:<br>
when axis = 0 and the dimension of y is greater than 2, i would expect something else. see my example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> import scipy
>>> from scipy import *
>>> from scipy.interpolate import interp1d
>>> aa = array([[0.,10.,20.],[30.,40.,50.]])
>>> bb = 10 + aa
>>> cc = 10 + bb
>>> dd = array([aa,bb,cc])
>>> ee = 10 + dd
>>> aa
array([[ 0., 10., 20.],
[ 30., 40., 50.]])
>>> bb
array([[ 10., 20., 30.],
[ 40., 50., 60.]])
>>> ii = interp1d([0.,1.], [aa, bb], axis = 0)
>>> ii([0.1,0.5])
array([[[ 1., 31.],
[ 11., 41.],
[ 21., 51.]],
[[ 5., 35.],
[ 15., 45.],
[ 25., 55.]]])
>>> ii([0.1,0.5]).swapaxes(-1,-2)
array([[[ 1., 11., 21.],
[ 31., 41., 51.]],
[[ 5., 15., 25.],
[ 35., 45., 55.]]])
>>> dd
array([[[ 0., 10., 20.],
[ 30., 40., 50.]],
[[ 10., 20., 30.],
[ 40., 50., 60.]],
[[ 20., 30., 40.],
[ 50., 60., 70.]]])
>>> ee
array([[[ 10., 20., 30.],
[ 40., 50., 60.]],
[[ 20., 30., 40.],
[ 50., 60., 70.]],
[[ 30., 40., 50.],
[ 60., 70., 80.]]])
>>> ii = interp1d([0.,1.], [dd, ee], axis = 0)
>>> ii([0.1,0.5])
array([[[[ 1., 31.],
[ 11., 41.],
[ 21., 51.]],
[[ 11., 41.],
[ 21., 51.],
[ 31., 61.]],
[[ 21., 51.],
[ 31., 61.],
[ 41., 71.]]],
[[[ 5., 35.],
[ 15., 45.],
[ 25., 55.]],
[[ 15., 45.],
[ 25., 55.],
[ 35., 65.]],
[[ 25., 55.],
[ 35., 65.],
[ 45., 75.]]]])
>>> ii([0.1,0.5]).swapaxes(-1,-2)
array([[[[ 1., 11., 21.],
[ 31., 41., 51.]],
[[ 11., 21., 31.],
[ 41., 51., 61.]],
[[ 21., 31., 41.],
[ 51., 61., 71.]]],
[[[ 5., 15., 25.],
[ 35., 45., 55.]],
[[ 15., 25., 35.],
[ 45., 55., 65.]],
[[ 25., 35., 45.],
[ 55., 65., 75.]]]])"><pre class="notranslate"><code class="notranslate">>>> import scipy
>>> from scipy import *
>>> from scipy.interpolate import interp1d
>>> aa = array([[0.,10.,20.],[30.,40.,50.]])
>>> bb = 10 + aa
>>> cc = 10 + bb
>>> dd = array([aa,bb,cc])
>>> ee = 10 + dd
>>> aa
array([[ 0., 10., 20.],
[ 30., 40., 50.]])
>>> bb
array([[ 10., 20., 30.],
[ 40., 50., 60.]])
>>> ii = interp1d([0.,1.], [aa, bb], axis = 0)
>>> ii([0.1,0.5])
array([[[ 1., 31.],
[ 11., 41.],
[ 21., 51.]],
[[ 5., 35.],
[ 15., 45.],
[ 25., 55.]]])
>>> ii([0.1,0.5]).swapaxes(-1,-2)
array([[[ 1., 11., 21.],
[ 31., 41., 51.]],
[[ 5., 15., 25.],
[ 35., 45., 55.]]])
>>> dd
array([[[ 0., 10., 20.],
[ 30., 40., 50.]],
[[ 10., 20., 30.],
[ 40., 50., 60.]],
[[ 20., 30., 40.],
[ 50., 60., 70.]]])
>>> ee
array([[[ 10., 20., 30.],
[ 40., 50., 60.]],
[[ 20., 30., 40.],
[ 50., 60., 70.]],
[[ 30., 40., 50.],
[ 60., 70., 80.]]])
>>> ii = interp1d([0.,1.], [dd, ee], axis = 0)
>>> ii([0.1,0.5])
array([[[[ 1., 31.],
[ 11., 41.],
[ 21., 51.]],
[[ 11., 41.],
[ 21., 51.],
[ 31., 61.]],
[[ 21., 51.],
[ 31., 61.],
[ 41., 71.]]],
[[[ 5., 35.],
[ 15., 45.],
[ 25., 55.]],
[[ 15., 45.],
[ 25., 55.],
[ 35., 65.]],
[[ 25., 55.],
[ 35., 65.],
[ 45., 75.]]]])
>>> ii([0.1,0.5]).swapaxes(-1,-2)
array([[[[ 1., 11., 21.],
[ 31., 41., 51.]],
[[ 11., 21., 31.],
[ 41., 51., 61.]],
[[ 21., 31., 41.],
[ 51., 61., 71.]]],
[[[ 5., 15., 25.],
[ 35., 45., 55.]],
[[ 15., 25., 35.],
[ 45., 55., 65.]],
[[ 25., 35., 45.],
[ 55., 65., 75.]]]])
</code></pre></div>
<p dir="auto">in both cases, as you might have guessed, i would expect the "swapaxes" answer. is there a good reason not to have it or is it a bug?</p>
<p dir="auto">thanks for your reply.</p>
<p dir="auto">gilles</p> | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/289" rel="nofollow">http://projects.scipy.org/scipy/ticket/289</a> on 2006-10-17 by trac user Fruny, assigned to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rkern/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rkern">@rkern</a>.</em></p>
<p dir="auto">When the interpolation is done on the first axis, the other axes get transposed in the output.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from numpy import *
from scipy.interpolate import interp1d
Y = arange(5*7*11*13).reshape(5,7,11,13)
X = arange(5)
print interp1d(X,Y,axis=0)(X).shape # Get (5,13,11,7), expected (5,7,11,13)
X = arange(7)
print interp1d(X,Y,axis=1)(X).shape # Get (5,7,11,13) as expected
X = arange(11)
print interp1d(X,Y,axis=2)(X).shape # Get (5,7,11,13) as expected
X = arange(13)
print interp1d(X,Y,axis=3)(X).shape # Get (5,7,11,13) as expected"><pre class="notranslate"><code class="notranslate">from numpy import *
from scipy.interpolate import interp1d
Y = arange(5*7*11*13).reshape(5,7,11,13)
X = arange(5)
print interp1d(X,Y,axis=0)(X).shape # Get (5,13,11,7), expected (5,7,11,13)
X = arange(7)
print interp1d(X,Y,axis=1)(X).shape # Get (5,7,11,13) as expected
X = arange(11)
print interp1d(X,Y,axis=2)(X).shape # Get (5,7,11,13) as expected
X = arange(13)
print interp1d(X,Y,axis=3)(X).shape # Get (5,7,11,13) as expected
</code></pre></div> | 1 |
<h2 dir="auto">Cleanest reproduction:</h2>
<p dir="auto">Run in a GPU Google Colaboratory session:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="!pip3 install tensorflow-gpu==1.13.0rc2 numpy==1.15.0
!python3.6 -c 'import tensorflow'"><pre class="notranslate"><code class="notranslate">!pip3 install tensorflow-gpu==1.13.0rc2 numpy==1.15.0
!python3.6 -c 'import tensorflow'
</code></pre></div>
<p dir="auto">However, how I came across the issue:</p>
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>
<p dir="auto">Ubuntu 18.04</p>
</li>
<li>
<p dir="auto">Dell XPS 15 2016 laptop</p>
</li>
<li>
<p dir="auto">installed a binary using pip3 install tensorflow-gpu==1.13.0rc2</p>
</li>
<li>
<p dir="auto">TensorFlow version: 1.13.0rc2</p>
</li>
<li>
<p dir="auto">Python 3.6.5</p>
</li>
<li>
<p dir="auto">virtualenv with python3.6 and pip3</p>
</li>
<li>
<p dir="auto">N/A did not installed from source</p>
</li>
<li>
<p dir="auto">N/A did not compiled from source</p>
</li>
<li>
<p dir="auto">cuda 10.0 / libcudnn7_7.4.2.24-1+cuda10.0_amd64.deb</p>
</li>
<li>
<p dir="auto">GPU model and memory:</p>
<p dir="auto">NVIDIA-SMI 410.79 Driver Version: 410.79 CUDA Version: 10.0<br>
GeForce GTX 960M<br>
91MiB / 2004MiB</p>
</li>
</ul>
<h2 dir="auto">Problem:</h2>
<p dir="auto">Warning when importing tensorflow, only when numpy version is 1.15.0</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/home/herbert/.virtualenvs/actigraph/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
return f(*args, **kwds)
/home/herbert/.virtualenvs/actigraph/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
return f(*args, **kwds)"><pre class="notranslate"><code class="notranslate">/home/herbert/.virtualenvs/actigraph/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
return f(*args, **kwds)
/home/herbert/.virtualenvs/actigraph/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
return f(*args, **kwds)
</code></pre></div>
<h2 dir="auto">Commands to reproduce:</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip3 install tensorflow-gpu==1.13.0rc2 numpy==1.15.0
python3.6 -c 'import tensorflow'"><pre class="notranslate"><code class="notranslate">pip3 install tensorflow-gpu==1.13.0rc2 numpy==1.15.0
python3.6 -c 'import tensorflow'
</code></pre></div>
<h2 dir="auto">Commands to fix:</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip3 install tensorflow-gpu==1.13.0rc2 numpy==1.16.1
python3.6 -c 'import tensorflow'"><pre class="notranslate"><code class="notranslate">pip3 install tensorflow-gpu==1.13.0rc2 numpy==1.16.1
python3.6 -c 'import tensorflow'
</code></pre></div>
<p dir="auto">Or probably, leave the version of numpy out (<code class="notranslate">==1.16.1</code>) and include <code class="notranslate">-U</code> to upgrade to the newest numpy.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip3 install -U tensorflow-gpu==1.13.0rc2 numpy
python3.6 -c 'import tensorflow'"><pre class="notranslate"><code class="notranslate">pip3 install -U tensorflow-gpu==1.13.0rc2 numpy
python3.6 -c 'import tensorflow'
</code></pre></div> | <p dir="auto">If I run the following code: <a href="https://github.com/nunodsousa/tensorflow_matrix_inversion/blob/master/tf_matrix_inversion.ipynb">https://github.com/nunodsousa/tensorflow_matrix_inversion/blob/master/tf_matrix_inversion.ipynb</a> I obtain the inverse of a complex matrix. However, If I reduce 1E-4 times the values of the matrix, the results should be the same, apart of the 1E4 factor. However it returns similar errors to the one found in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="263680176" data-permission-text="Title is private" data-url="https://github.com/tensorflow/tensorflow/issues/13558" data-hovercard-type="issue" data-hovercard-url="/tensorflow/tensorflow/issues/13558/hovercard" href="https://github.com/tensorflow/tensorflow/issues/13558">#13558</a>.<br>
Please go to Stack Overflow for help and support:</p>
<p dir="auto"><a href="https://stackoverflow.com/questions/tagged/tensorflow" rel="nofollow">https://stackoverflow.com/questions/tagged/tensorflow</a></p>
<p dir="auto">If you open a GitHub issue, here is our policy:</p>
<ol dir="auto">
<li>It must be a bug or a feature request.</li>
<li>The form below must be filled out.</li>
<li>It shouldn't be a TensorBoard issue. Those go <a href="https://github.com/tensorflow/tensorboard/issues">here</a>.</li>
</ol>
<hr>
<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>:</li>
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Ubuntu 17.10</li>
<li>**TensorFlow installed from (source or binary): binary</li>
<li>**TensorFlow version (use command below): 1.3</li>
<li>**Python version: 3.6</li>
<li>**CUDA/cuDNN version: 5.5</li>
<li><strong>GPU model and memory</strong>: Nvidia Gforce GTX 1080ti</li>
</ul> | 0 |
<p dir="auto">I want to decode gif by android-gif-drawable, but load picture with glide.<br>
<a href="https://github.com/koral--/android-gif-drawable-eclipse-sample">android-gif-drawable</a> can pass byte array to decode gif and my code is:</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="public void test1(final GifImageView gifImageView) throws IOException {
// String path1 =
// "http://img.newyx.net/news_img/201306/20/1371714170_1812223777.gif";
// test gif url
String path = "http://cdn.duitang.com/uploads/item/201311/20/20131120213622_mJCUy.thumb.600_0.gif";
URL url = new URL(path);
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
conn.setConnectTimeout(5 * 1000);
conn.setRequestMethod("GET");
if (conn.getResponseCode() == HttpStatus.SC_OK) {
InputStream sourceIs = conn.getInputStream();
byte[] b = InputStreamTOByte(sourceIs);
final GifDrawable gifFromStream = new GifDrawable(b);
gifImageView.post(new Runnable() {
@Override
public void run() {
gifImageView.setImageDrawable(gifFromStream);
}
});
}
}
public static byte[] InputStreamTOByte(InputStream in) throws IOException {
ByteArrayOutputStream outStream = new ByteArrayOutputStream();
int BUFFER_SIZE = 1024;
byte[] data = new byte[BUFFER_SIZE];
int count = -1;
while ((count = in.read(data, 0, BUFFER_SIZE)) != -1) {
outStream.write(data, 0, count);
}
data = null;
return outStream.toByteArray();
}"><pre class="notranslate"><span class="pl-k">public</span> <span class="pl-smi">void</span> <span class="pl-s1">test1</span>(<span class="pl-k">final</span> <span class="pl-smi">GifImageView</span> <span class="pl-s1">gifImageView</span>) <span class="pl-k">throws</span> <span class="pl-s1">IOException</span> {
<span class="pl-c">// String path1 =</span>
<span class="pl-c">// "http://img.newyx.net/news_img/201306/20/1371714170_1812223777.gif";</span>
<span class="pl-c">// test gif url</span>
<span class="pl-smi">String</span> <span class="pl-s1">path</span> = <span class="pl-s">"http://cdn.duitang.com/uploads/item/201311/20/20131120213622_mJCUy.thumb.600_0.gif"</span>;
<span class="pl-smi">URL</span> <span class="pl-s1">url</span> = <span class="pl-k">new</span> <span class="pl-smi">URL</span>(<span class="pl-s1">path</span>);
<span class="pl-smi">HttpURLConnection</span> <span class="pl-s1">conn</span> = (<span class="pl-smi">HttpURLConnection</span>) <span class="pl-s1">url</span>.<span class="pl-en">openConnection</span>();
<span class="pl-s1">conn</span>.<span class="pl-en">setConnectTimeout</span>(<span class="pl-c1">5</span> * <span class="pl-c1">1000</span>);
<span class="pl-s1">conn</span>.<span class="pl-en">setRequestMethod</span>(<span class="pl-s">"GET"</span>);
<span class="pl-k">if</span> (<span class="pl-s1">conn</span>.<span class="pl-en">getResponseCode</span>() == <span class="pl-smi">HttpStatus</span>.<span class="pl-c1">SC_OK</span>) {
<span class="pl-smi">InputStream</span> <span class="pl-s1">sourceIs</span> = <span class="pl-s1">conn</span>.<span class="pl-en">getInputStream</span>();
<span class="pl-smi">byte</span>[] <span class="pl-s1">b</span> = <span class="pl-en">InputStreamTOByte</span>(<span class="pl-s1">sourceIs</span>);
<span class="pl-k">final</span> <span class="pl-smi">GifDrawable</span> <span class="pl-s1">gifFromStream</span> = <span class="pl-k">new</span> <span class="pl-smi">GifDrawable</span>(<span class="pl-s1">b</span>);
<span class="pl-s1">gifImageView</span>.<span class="pl-en">post</span>(<span class="pl-k">new</span> <span class="pl-smi">Runnable</span>() {
<span class="pl-c1">@</span><span class="pl-c1">Override</span>
<span class="pl-k">public</span> <span class="pl-smi">void</span> <span class="pl-en">run</span>() {
<span class="pl-s1">gifImageView</span>.<span class="pl-en">setImageDrawable</span>(<span class="pl-s1">gifFromStream</span>);
}
});
}
}
<span class="pl-k">public</span> <span class="pl-k">static</span> <span class="pl-smi">byte</span>[] <span class="pl-s1">InputStreamTOByte</span>(<span class="pl-smi">InputStream</span> <span class="pl-s1">in</span>) <span class="pl-k">throws</span> <span class="pl-s1">IOException</span> {
<span class="pl-smi">ByteArrayOutputStream</span> <span class="pl-s1">outStream</span> = <span class="pl-k">new</span> <span class="pl-smi">ByteArrayOutputStream</span>();
<span class="pl-smi">int</span> <span class="pl-c1">BUFFER_SIZE</span> = <span class="pl-c1">1024</span>;
<span class="pl-smi">byte</span>[] <span class="pl-s1">data</span> = <span class="pl-k">new</span> <span class="pl-smi">byte</span>[<span class="pl-c1">BUFFER_SIZE</span>];
<span class="pl-smi">int</span> <span class="pl-s1">count</span> = -<span class="pl-c1">1</span>;
<span class="pl-k">while</span> ((<span class="pl-s1">count</span> = <span class="pl-s1">in</span>.<span class="pl-en">read</span>(<span class="pl-s1">data</span>, <span class="pl-c1">0</span>, <span class="pl-c1">BUFFER_SIZE</span>)) != -<span class="pl-c1">1</span>) {
<span class="pl-s1">outStream</span>.<span class="pl-en">write</span>(<span class="pl-s1">data</span>, <span class="pl-c1">0</span>, <span class="pl-s1">count</span>);
}
<span class="pl-s1">data</span> = <span class="pl-c1">null</span>;
<span class="pl-k">return</span> <span class="pl-s1">outStream</span>.<span class="pl-en">toByteArray</span>();
}</pre></div>
<p dir="auto">and I use path url to test, it can display normal. Then I use glide to decode the same path url.<br>
My code is this:</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// first
// Glide.with(MainActivity.this).load(path).into(imageView);
// second
Glide.with(MainActivity.this)
.load(path)
.asGif()
.toBytes()
.into(new SimpleTarget<byte[]>() {
@Override
public void onResourceReady(final byte[] resource,
GlideAnimation<? super byte[]> glideAnimation) {
GifDrawable gifFromStream;
try {
gifFromStream = new GifDrawable(resource);
gifImageView.setImageDrawable(gifFromStream);
} catch (IOException e) {
e.printStackTrace();
}
}
});"><pre class="notranslate"><span class="pl-c">// first</span>
<span class="pl-c">// Glide.with(MainActivity.this).load(path).into(imageView);</span>
<span class="pl-c">// second</span>
<span class="pl-smi">Glide</span>.<span class="pl-en">with</span>(<span class="pl-smi">MainActivity</span>.<span class="pl-smi">this</span>)
.<span class="pl-en">load</span>(<span class="pl-s1">path</span>)
.<span class="pl-en">asGif</span>()
.<span class="pl-en">toBytes</span>()
.<span class="pl-en">into</span>(<span class="pl-k">new</span> <span class="pl-smi">SimpleTarget</span><<span class="pl-smi">byte</span>[]>() {
<span class="pl-c1">@</span><span class="pl-c1">Override</span>
<span class="pl-k">public</span> <span class="pl-smi">void</span> <span class="pl-en">onResourceReady</span>(<span class="pl-k">final</span> <span class="pl-smi">byte</span>[] <span class="pl-s1">resource</span>,
<span class="pl-smi">GlideAnimation</span><? <span class="pl-en">super</span> <span class="pl-smi">byte</span>[]> <span class="pl-s1">glideAnimation</span>) {
<span class="pl-smi">GifDrawable</span> <span class="pl-s1">gifFromStream</span>;
<span class="pl-k">try</span> {
<span class="pl-s1">gifFromStream</span> = <span class="pl-k">new</span> <span class="pl-smi">GifDrawable</span>(<span class="pl-s1">resource</span>);
<span class="pl-s1">gifImageView</span>.<span class="pl-en">setImageDrawable</span>(<span class="pl-s1">gifFromStream</span>);
} <span class="pl-k">catch</span> (<span class="pl-smi">IOException</span> <span class="pl-s1">e</span>) {
<span class="pl-s1">e</span>.<span class="pl-en">printStackTrace</span>();
}
}
});</pre></div>
<p dir="auto">No matter the first way or the second way, pictures can't display.</p> | <h2 dir="auto">Idea</h2>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Glide.with(this).load(bitmap).into(imageView);
Glide.with(this).load(drawable).into(imageView);"><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">bitmap</span>).<span class="pl-en">into</span>(<span class="pl-s1">imageView</span>);
<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">drawable</span>).<span class="pl-en">into</span>(<span class="pl-s1">imageView</span>);</pre></div>
<p dir="auto">This looks weird compared to <code class="notranslate">ImageView.setImageBitmap(bitmap)</code>, but if you need animation and error handling (null bitmap), the above could become an easy to use, fire and forget, go-to line instead of duplicating code.<br>
Note: you've already made a wrapper of <code class="notranslate">ImageView#setImageResource</code> and <code class="notranslate">ImageView#setImageUri</code>.</p>
<p dir="auto">Currently they throw</p>
<blockquote>
<p dir="auto">Caused by: java.lang.IllegalArgumentException: Unknown type android.graphics.Bitmap@44759ab8. You must provide a Model of a type for which there is a registered ModelLoader, if you are using a custom model, you must first call Glide#register with a ModelLoaderFactory for your custom model class.<br>
<code class="notranslate">at com.bumptech.glide.RequestManager.loadGeneric(RequestManager.java:382)</code><br>
<code class="notranslate">at com.bumptech.glide.RequestManager.load(RequestManager.java:374)</code></p>
</blockquote>
<h2 dir="auto">Context</h2>
<p dir="auto">This came up when I was trying to display a captured image using Glide (oversimplified code):</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="startActivityForResult(new Intent(MediaStore.ACTION_IMAGE_CAPTURE), Activity.RESULT_FIRST_USER);
public void onActivityResult(int requestCode, int resultCode, Intent data) {
if(requestCode == REQUEST_CODE_GET_PICTURE && resultCode == Activity.RESULT_OK) {
Bitmap bitmap = (Bitmap)data.getExtras().get("data");
Glide.with(this).load(bitmap)/*...*/.into(image);"><pre class="notranslate"><span class="pl-en">startActivityForResult</span>(<span class="pl-k">new</span> <span class="pl-smi">Intent</span>(<span class="pl-smi">MediaStore</span>.<span class="pl-c1">ACTION_IMAGE_CAPTURE</span>), <span class="pl-smi">Activity</span>.<span class="pl-c1">RESULT_FIRST_USER</span>);
<span class="pl-k">public</span> <span class="pl-smi">void</span> <span class="pl-s1">onActivityResult</span>(<span class="pl-smi">int</span> <span class="pl-s1">requestCode</span>, <span class="pl-smi">int</span> <span class="pl-s1">resultCode</span>, <span class="pl-smi">Intent</span> <span class="pl-s1">data</span>) {
<span class="pl-k">if</span>(<span class="pl-s1">requestCode</span> == <span class="pl-c1">REQUEST_CODE_GET_PICTURE</span> && <span class="pl-s1">resultCode</span> == <span class="pl-smi">Activity</span>.<span class="pl-c1">RESULT_OK</span>) {
<span class="pl-smi">Bitmap</span> <span class="pl-s1">bitmap</span> = (<span class="pl-smi">Bitmap</span>)<span class="pl-s1">data</span>.<span class="pl-en">getExtras</span>().<span class="pl-en">get</span>(<span class="pl-s">"data"</span>);
<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">bitmap</span>)<span class="pl-c">/*...*/</span>.<span class="pl-en">into</span>(<span class="pl-s1">image</span>);</pre></div> | 0 |
<p dir="auto">Sometimes it's very useful to search within the node_modules folder for errors and other code.</p>
<p dir="auto">Can there be a search option to search through node_modules folders and other ones that are commonly ignored?</p> | 1 |
|
<p dir="auto"><strong>Elasticsearch version</strong>: 2.3.3</p>
<p dir="auto"><strong>JVM version</strong>: OpenJDK 1.8.0_91</p>
<p dir="auto"><strong>OS version</strong>: Ubuntu 16.04</p>
<p dir="auto"><strong>Description of the problem including expected versus actual behavior</strong>:<br>
Documents are not properly indexed when Elasticsearch is restarted just after bulk request is send.<br>
Bulk request is retried because of <em>connection refused</em> error. Finally random documents are duplicated (same content, different id) in the index.</p>
<p dir="auto"><strong>Steps to reproduce</strong>:</p>
<ol dir="auto">
<li>
<p dir="auto">Start sending 1000 bulk requests with 100 documents each, one after another. First request example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="curl -XPOST 'localhost:9200/_bulk' -d '
{"index":{"_index" : "index1", "_type": "test"}}
{"counter": "1", "package": "1/1000"}
{"index":{"_index" : "index1", "_type": "test"}}
{"counter": "2", "package": "1/1000"}
...
{"index":{"_index" : "index1", "_type": "test"}}
{"counter": "100", "package": "1/1000"}
'"><pre class="notranslate"><code class="notranslate">curl -XPOST 'localhost:9200/_bulk' -d '
{"index":{"_index" : "index1", "_type": "test"}}
{"counter": "1", "package": "1/1000"}
{"index":{"_index" : "index1", "_type": "test"}}
{"counter": "2", "package": "1/1000"}
...
{"index":{"_index" : "index1", "_type": "test"}}
{"counter": "100", "package": "1/1000"}
'
</code></pre></div>
</li>
<li>
<p dir="auto">Restart Elasticsearch just after server starts receiving requests.<br>
<code class="notranslate">sudo service elasticsearch restart</code></p>
</li>
<li>
<p dir="auto">Repeat previous step couple of times.</p>
</li>
<li>
<p dir="auto">If bulk request fails (Connection refused) because of Elasticsearch restart, repeat sending request until it succeed.</p>
</li>
<li>
<p dir="auto">After all bulk requests are sent, index document count is grater then 10000.<br>
<code class="notranslate">curl -XGET http://localhost:9200/index1/_count</code><br>
{"count":<strong>10326</strong>,"_shards":{"total":5,"successful":5,"failed":0}}</p>
</li>
</ol>
<p dir="auto"><strong>Provide logs (if relevant)</strong>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[2016-07-06 15:49:28,441][INFO ][node ] [ubuntu1-node] stopping ...
[2016-07-06 15:49:28,485][WARN ][netty.channel.DefaultChannelPipeline] An exception was thrown by an exception handler.
java.util.concurrent.RejectedExecutionException: Worker has already been shutdown
at org.jboss.netty.channel.socket.nio.AbstractNioSelector.registerTask(AbstractNioSelector.java:120)
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.executeInIoThread(AbstractNioWorker.java:72)
at org.jboss.netty.channel.socket.nio.NioWorker.executeInIoThread(NioWorker.java:36)
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.executeInIoThread(AbstractNioWorker.java:56)
at org.jboss.netty.channel.socket.nio.NioWorker.executeInIoThread(NioWorker.java:36)
at org.jboss.netty.channel.socket.nio.AbstractNioChannelSink.execute(AbstractNioChannelSink.java:34)
at org.jboss.netty.channel.DefaultChannelPipeline.execute(DefaultChannelPipeline.java:636)
at org.jboss.netty.channel.Channels.fireExceptionCaughtLater(Channels.java:496)
at org.jboss.netty.channel.AbstractChannelSink.exceptionCaught(AbstractChannelSink.java:46)
at org.jboss.netty.channel.DefaultChannelPipeline.notifyHandlerException(DefaultChannelPipeline.java:658)
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendDownstream(DefaultChannelPipeline.java:781)
at org.jboss.netty.channel.Channels.write(Channels.java:725)
at org.jboss.netty.handler.codec.oneone.OneToOneEncoder.doEncode(OneToOneEncoder.java:71)
at org.jboss.netty.handler.codec.oneone.OneToOneEncoder.handleDownstream(OneToOneEncoder.java:59)
at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:591)
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendDownstream(DefaultChannelPipeline.java:784)
at org.elasticsearch.http.netty.pipelining.HttpPipeliningHandler.handleDownstream(HttpPipeliningHandler.java:87)
at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:591)
at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:582)
at org.elasticsearch.http.netty.NettyHttpChannel.sendResponse(NettyHttpChannel.java:146)
at org.elasticsearch.rest.action.support.RestResponseListener.processResponse(RestResponseListener.java:43)
at org.elasticsearch.rest.action.support.RestActionListener.onResponse(RestActionListener.java:49)
at org.elasticsearch.action.support.TransportAction$1.onResponse(TransportAction.java:89)
at org.elasticsearch.action.support.TransportAction$1.onResponse(TransportAction.java:85)
at org.elasticsearch.action.bulk.TransportBulkAction$2.finishHim(TransportBulkAction.java:356)
at org.elasticsearch.action.bulk.TransportBulkAction$2.onFailure(TransportBulkAction.java:351)
at org.elasticsearch.action.support.TransportAction$1.onFailure(TransportAction.java:95)
at org.elasticsearch.action.support.replication.TransportReplicationAction$ReroutePhase.finishAsFailed(TransportReplicationAction.java:567)
at org.elasticsearch.action.support.replication.TransportReplicationAction$ReroutePhase$1.handleException(TransportReplicationAction.java:527)
at org.elasticsearch.transport.TransportService$2.run(TransportService.java:206)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[2016-07-06 15:49:28,512][WARN ][transport ] [ubuntu1-node] Transport response handler not found of id [43]
[2016-07-06 15:49:28,863][INFO ][node ] [ubuntu1-node] stopped
[2016-07-06 15:49:28,863][INFO ][node ] [ubuntu1-node] closing ...
[2016-07-06 15:49:28,868][INFO ][node ] [ubuntu1-node] closed"><pre class="notranslate"><code class="notranslate">[2016-07-06 15:49:28,441][INFO ][node ] [ubuntu1-node] stopping ...
[2016-07-06 15:49:28,485][WARN ][netty.channel.DefaultChannelPipeline] An exception was thrown by an exception handler.
java.util.concurrent.RejectedExecutionException: Worker has already been shutdown
at org.jboss.netty.channel.socket.nio.AbstractNioSelector.registerTask(AbstractNioSelector.java:120)
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.executeInIoThread(AbstractNioWorker.java:72)
at org.jboss.netty.channel.socket.nio.NioWorker.executeInIoThread(NioWorker.java:36)
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.executeInIoThread(AbstractNioWorker.java:56)
at org.jboss.netty.channel.socket.nio.NioWorker.executeInIoThread(NioWorker.java:36)
at org.jboss.netty.channel.socket.nio.AbstractNioChannelSink.execute(AbstractNioChannelSink.java:34)
at org.jboss.netty.channel.DefaultChannelPipeline.execute(DefaultChannelPipeline.java:636)
at org.jboss.netty.channel.Channels.fireExceptionCaughtLater(Channels.java:496)
at org.jboss.netty.channel.AbstractChannelSink.exceptionCaught(AbstractChannelSink.java:46)
at org.jboss.netty.channel.DefaultChannelPipeline.notifyHandlerException(DefaultChannelPipeline.java:658)
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendDownstream(DefaultChannelPipeline.java:781)
at org.jboss.netty.channel.Channels.write(Channels.java:725)
at org.jboss.netty.handler.codec.oneone.OneToOneEncoder.doEncode(OneToOneEncoder.java:71)
at org.jboss.netty.handler.codec.oneone.OneToOneEncoder.handleDownstream(OneToOneEncoder.java:59)
at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:591)
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendDownstream(DefaultChannelPipeline.java:784)
at org.elasticsearch.http.netty.pipelining.HttpPipeliningHandler.handleDownstream(HttpPipeliningHandler.java:87)
at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:591)
at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:582)
at org.elasticsearch.http.netty.NettyHttpChannel.sendResponse(NettyHttpChannel.java:146)
at org.elasticsearch.rest.action.support.RestResponseListener.processResponse(RestResponseListener.java:43)
at org.elasticsearch.rest.action.support.RestActionListener.onResponse(RestActionListener.java:49)
at org.elasticsearch.action.support.TransportAction$1.onResponse(TransportAction.java:89)
at org.elasticsearch.action.support.TransportAction$1.onResponse(TransportAction.java:85)
at org.elasticsearch.action.bulk.TransportBulkAction$2.finishHim(TransportBulkAction.java:356)
at org.elasticsearch.action.bulk.TransportBulkAction$2.onFailure(TransportBulkAction.java:351)
at org.elasticsearch.action.support.TransportAction$1.onFailure(TransportAction.java:95)
at org.elasticsearch.action.support.replication.TransportReplicationAction$ReroutePhase.finishAsFailed(TransportReplicationAction.java:567)
at org.elasticsearch.action.support.replication.TransportReplicationAction$ReroutePhase$1.handleException(TransportReplicationAction.java:527)
at org.elasticsearch.transport.TransportService$2.run(TransportService.java:206)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[2016-07-06 15:49:28,512][WARN ][transport ] [ubuntu1-node] Transport response handler not found of id [43]
[2016-07-06 15:49:28,863][INFO ][node ] [ubuntu1-node] stopped
[2016-07-06 15:49:28,863][INFO ][node ] [ubuntu1-node] closing ...
[2016-07-06 15:49:28,868][INFO ][node ] [ubuntu1-node] closed
</code></pre></div> | <p dir="auto">From Binh:</p>
<p dir="auto">“Thank you for reporting this, the plan is to revert back and allow 0 for external versioning. Not sure yet when it will be but likely in the next 1 or 2 releases.”</p>
<p dir="auto">---------- Forwarded message ----------<br>
Hello team - I just switched over to 1.1.0 and changed from VersionType.EXTERNAL to VersionType.EXTERNAL_GTE. Ever since then, we are seeing the error below.</p>
<p dir="auto">Any comments?</p>
<p dir="auto">I looked at ES code and see this newly added line for EXTERNAL_GTE. Does it mean we dont support zero as a valid version number? Our systems use zero as the start version number.</p>
<p dir="auto">Also to add: it seems that even VersionType.EXTERNAL is also broken in the new version (1.1.0) since it now does the validation of input version number and it does not allow a save if the input version number is zero.<br>
Looking for inputs from ES team on how to proceed on this.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" @Override
public boolean validateVersion(long version) {
return version > 0L;
}
org.elasticsearch.action.ActionRequestValidationException: Validation Failed: 1: illegal version value [0] for version type [EXTERNAL_GTE];
at org.elasticsearch.action.ValidateActions.addValidationError(ValidateActions.java:29)
at org.elasticsearch.action.index.IndexRequest.validate(IndexRequest.java:181)
at org.elasticsearch.action.TransportActionNodeProxy.execute(TransportActionNodeProxy.java:63)
at org.elasticsearch.client.transport.support.InternalTransportClient$2.doWithNode(InternalTransportClient.java:109)
at org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:228)
at org.elasticsearch.client.transport.support.InternalTransportClient.execute(InternalTransportClient.java:106)
at org.elasticsearch.client.support.AbstractClient.index(AbstractClient.java:82)
at org.elasticsearch.client.transport.TransportClient.index(TransportClient.java:330)
at org.elasticsearch.action.index.IndexRequestBuilder.doExecute(IndexRequestBuilder.java:314)
at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:85)
at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:59)"><pre class="notranslate"><code class="notranslate"> @Override
public boolean validateVersion(long version) {
return version > 0L;
}
org.elasticsearch.action.ActionRequestValidationException: Validation Failed: 1: illegal version value [0] for version type [EXTERNAL_GTE];
at org.elasticsearch.action.ValidateActions.addValidationError(ValidateActions.java:29)
at org.elasticsearch.action.index.IndexRequest.validate(IndexRequest.java:181)
at org.elasticsearch.action.TransportActionNodeProxy.execute(TransportActionNodeProxy.java:63)
at org.elasticsearch.client.transport.support.InternalTransportClient$2.doWithNode(InternalTransportClient.java:109)
at org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:228)
at org.elasticsearch.client.transport.support.InternalTransportClient.execute(InternalTransportClient.java:106)
at org.elasticsearch.client.support.AbstractClient.index(AbstractClient.java:82)
at org.elasticsearch.client.transport.TransportClient.index(TransportClient.java:330)
at org.elasticsearch.action.index.IndexRequestBuilder.doExecute(IndexRequestBuilder.java:314)
at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:85)
at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:59)
</code></pre></div>
<p dir="auto">-Amit</p> | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import sklearn.tree
import numpy as np
clf = sklearn.tree.DecisionTreeClassifier()
X = np.array([[1],[10]])
y = np.array(['a','b'])
clf = clf.fit(X,y)
X2 = np.array([[1]])
clf.predict(X2)"><pre class="notranslate"><code class="notranslate">import sklearn.tree
import numpy as np
clf = sklearn.tree.DecisionTreeClassifier()
X = np.array([[1],[10]])
y = np.array(['a','b'])
clf = clf.fit(X,y)
X2 = np.array([[1]])
clf.predict(X2)
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [8]: clf.predict(X2)
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-8-74a67b90d96d> in <module>()
----> 1 clf.predict(X2)
/Library/Python/2.7/site-packages/sklearn/tree/tree.pyc in predict(self, X)
336 predictions[:, k] = self.classes_[k].take(np.argmax(P[:, k],
337 axis=1),
--> 338 axis=0)
339 else:
340 predictions = P[:, :, 0]
ValueError: could not convert string to float: a"><pre class="notranslate"><code class="notranslate">In [8]: clf.predict(X2)
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-8-74a67b90d96d> in <module>()
----> 1 clf.predict(X2)
/Library/Python/2.7/site-packages/sklearn/tree/tree.pyc in predict(self, X)
336 predictions[:, k] = self.classes_[k].take(np.argmax(P[:, k],
337 axis=1),
--> 338 axis=0)
339 else:
340 predictions = P[:, :, 0]
ValueError: could not convert string to float: a
</code></pre></div>
<p dir="auto">Interestingly, <code class="notranslate">predict_proba</code> works:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [23]: clf.predict_proba(X2)
Out[23]: array([[ 1., 0.]])"><pre class="notranslate"><code class="notranslate">In [23]: clf.predict_proba(X2)
Out[23]: array([[ 1., 0.]])
</code></pre></div> | <p dir="auto">Update:<br>
I think most people agree now. The estimators should call <code class="notranslate">unique</code> from the utilities (which is a backport of <code class="notranslate">numpy.unique</code>) and save the results in a <code class="notranslate">classes_</code> attribute.<br>
You can look at QDA and LDA for the pattern.</p>
<p dir="auto">To find classes that not yet support this, use the <code class="notranslate">test_common.py</code>.<br>
Just comment out <a href="https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tests/test_common.py#L385">this line</a> in <code class="notranslate">test_classifiers_classes</code>.</p>
<p dir="auto">Once that works, we can use the text of the classes as labels and see where it breaks next ;)<br>
If anyone decides to work on this, have a look at my branch <a href="https://github.com/amueller/scikit-learn/tree/arbitrary_labels">here</a> where I started work.</p> | 1 |
<h3 dir="auto">Description</h3>
<p dir="auto">Incompatible method call to SSL</p>
<h3 dir="auto">Steps to Reproduce</h3>
<ol dir="auto">
<li>Run scrapy</li>
</ol>
<p dir="auto"><strong>Expected behavior:</strong> Loading the tls.py file doesn't crash.</p>
<p dir="auto"><strong>Actual behavior:</strong> Loading the tls.py file crashes.</p>
<p dir="auto"><strong>Reproduces how often:</strong> 100%</p>
<h3 dir="auto">Versions</h3>
<p dir="auto">Scrapy : 2.5.1<br>
lxml : 4.9.1.0<br>
libxml2 : 2.9.14<br>
cssselect : 1.1.0<br>
parsel : 1.6.0<br>
w3lib : 2.0.1<br>
Twisted : 22.8.0<br>
Python : 3.9.14 (main, Sep 6 2022, 23:29:09) - [Clang 13.1.6 (clang-1316.0.21.2.5)]<br>
pyOpenSSL : 22.1.0 (OpenSSL 3.0.5 5 Jul 2022)<br>
cryptography : 38.0.1<br>
Platform : macOS-12.6-x86_64-i386-64bit</p>
<h3 dir="auto">Additional context</h3>
<p dir="auto">File "/Users/nroose/Library/Python/3.9/lib/python/site-packages/scrapy/core/downloader/tls.py", line 23, in <br>
METHOD_SSLv3: SSL.SSLv3_METHOD, # SSL 3 (NOT recommended)<br>
AttributeError: module 'OpenSSL.SSL' has no attribute 'SSLv3_METHOD'</p> | <p dir="auto">I am scraping a web page which has fragment identifiers (on the home page) for same page navigation. To make it clear I have this anchor tag <code class="notranslate"><a href="#idx1">1. Histoire</a></code> and when you click on it you are taken to the 'Histoire' header on the same page. <code class="notranslate"><h2 id="idx1">1. Histoire</h2></code>.</p>
<p dir="auto">Scrapy is following this fragment as <code class="notranslate">https://www.mysite.com/#idx1</code> (or <code class="notranslate">https://www.mysite.com#idx1</code>) and scraping the whole page again. Since this is the home page, it is yielding the same results as if it scraped the home page.</p>
<p dir="auto">This behavior is not repeated for the rest of the fragment identifiers (I have many more). So for this anchor tag (on the same page) the above scenario is not manifested. <code class="notranslate"><a href="#idx2">2. Idées reçues</a></code> -> Do not repeat itself for this.</p>
<p dir="auto">Is this intentional or am I missing something?</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import scrapy
from datetime import datetime
from netlinking.items import NetlinkItem
from urllib.parse import urlparse, urlunparse
class NetlinkingSpider(scrapy.Spider):
name = "netlinking"
referent_netloc = ''
def __init__(self, url=None, *args, **kwargs):
super(NetlinkingSpider, self).__init__(*args, **kwargs)
parsed_uri = urlparse(url)
self.referent_netloc = parsed_uri.netloc
self.referent_netloc = self.referent_netloc.replace('www.', '')
self.allowed_domains = [('%s' % self.referent_netloc)]
self.start_urls = [('%s' % url)]
def parse(self, response):
for anchor in response.css('a'):
netlink = NetlinkItem()
netlink['anchor_text'] = anchor.css('a::text').get()
netlink['referent_website'] = response.request.url
netlink['referent_netloc'] = self.referent_netloc
netlink['target_url'] = anchor.css('a::attr(href)').get()
parsed_target_uri = urlparse(netlink['target_url'])
if parsed_target_uri.netloc.strip() \
and (self.referent_netloc !=
parsed_target_uri.netloc.lower().replace('www.', '')):
netlink['target_website'] = \
'{uri.scheme}://{uri.netloc}/'.format(
uri=parsed_target_uri)
netlink['target_netloc'] = '{uri.netloc}'.format(
uri=parsed_target_uri).replace('www.', '')
netlink['timestamp'] = datetime.now().strftime(
"%Y-%m-%d %H:%M:%S")
yield netlink
#Here I am aware that I am following all links but this problem does not repeat for #idx2
for a in response.css('a'):
yield response.follow(a, callback=self.parse)"><pre class="notranslate"><code class="notranslate">import scrapy
from datetime import datetime
from netlinking.items import NetlinkItem
from urllib.parse import urlparse, urlunparse
class NetlinkingSpider(scrapy.Spider):
name = "netlinking"
referent_netloc = ''
def __init__(self, url=None, *args, **kwargs):
super(NetlinkingSpider, self).__init__(*args, **kwargs)
parsed_uri = urlparse(url)
self.referent_netloc = parsed_uri.netloc
self.referent_netloc = self.referent_netloc.replace('www.', '')
self.allowed_domains = [('%s' % self.referent_netloc)]
self.start_urls = [('%s' % url)]
def parse(self, response):
for anchor in response.css('a'):
netlink = NetlinkItem()
netlink['anchor_text'] = anchor.css('a::text').get()
netlink['referent_website'] = response.request.url
netlink['referent_netloc'] = self.referent_netloc
netlink['target_url'] = anchor.css('a::attr(href)').get()
parsed_target_uri = urlparse(netlink['target_url'])
if parsed_target_uri.netloc.strip() \
and (self.referent_netloc !=
parsed_target_uri.netloc.lower().replace('www.', '')):
netlink['target_website'] = \
'{uri.scheme}://{uri.netloc}/'.format(
uri=parsed_target_uri)
netlink['target_netloc'] = '{uri.netloc}'.format(
uri=parsed_target_uri).replace('www.', '')
netlink['timestamp'] = datetime.now().strftime(
"%Y-%m-%d %H:%M:%S")
yield netlink
#Here I am aware that I am following all links but this problem does not repeat for #idx2
for a in response.css('a'):
yield response.follow(a, callback=self.parse)
</code></pre></div> | 0 |
<h3 dir="auto">Current Behavior:</h3>
<h3 dir="auto">Expected Behavior:</h3>
<h3 dir="auto">Steps To Reproduce:</h3>
<h3 dir="auto">Environment:</h3> | <h3 dir="auto">*Updated* as of 01/15/2021</h3>
<p dir="auto"><strong>Note: Please read <a href="https://github.com/npm/cli/wiki/%22cb()-never-called%3F-Exit-handler-never-called%3F-I'm-having-the-same-problem!%22">this doc</a> before filing a new issue.</strong></p> | 1 |
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#[crate_type = "lib"];
extern mod std;
struct Tree {
version : ~str,
root : ~Node
}
struct Node {
parent : Option<Node>,
childrens : ~[Node]
}
fn parse(in : ~Reader) -> Result<~Tree,~str> {
let out = Err(~"Not implemented yet");
out
}"><pre class="notranslate"><span class="pl-c1">#<span class="pl-kos">[</span>crate_type = <span class="pl-s">"lib"</span><span class="pl-kos">]</span></span><span class="pl-kos">;</span>
<span class="pl-k">extern</span><span class="pl-kos"></span> <span class="pl-k">mod</span> std<span class="pl-kos">;</span>
<span class="pl-k">struct</span> <span class="pl-smi">Tree</span> <span class="pl-kos">{</span>
<span class="pl-c1">version</span> <span class="pl-kos">:</span> ~<span class="pl-smi">str</span><span class="pl-kos">,</span>
<span class="pl-c1">root</span> <span class="pl-kos">:</span> ~<span class="pl-smi">Node</span>
<span class="pl-kos">}</span>
<span class="pl-k">struct</span> <span class="pl-smi">Node</span> <span class="pl-kos">{</span>
<span class="pl-c1">parent</span> <span class="pl-kos">:</span> <span class="pl-smi">Option</span><span class="pl-kos"><</span><span class="pl-smi">Node</span><span class="pl-kos">></span><span class="pl-kos">,</span>
<span class="pl-c1">childrens</span> <span class="pl-kos">:</span> ~<span class="pl-kos">[</span><span class="pl-smi">Node</span><span class="pl-kos">]</span>
<span class="pl-kos">}</span>
<span class="pl-k">fn</span> <span class="pl-en">parse</span><span class="pl-kos">(</span><span class="pl-s1">in</span> <span class="pl-kos">:</span> ~<span class="pl-smi">Reader</span><span class="pl-kos">)</span> -> <span class="pl-smi">Result</span><span class="pl-kos"><</span>~<span class="pl-smi">Tree</span><span class="pl-kos">,</span>~<span class="pl-smi">str</span><span class="pl-kos">></span> <span class="pl-kos">{</span>
<span class="pl-k">let</span> out = <span class="pl-v">Err</span><span class="pl-kos">(</span>~"<span class="pl-v">Not</span> implemented yet"<span class="pl-kos">)</span><span class="pl-kos">;</span>
out
<span class="pl-kos">}</span></pre></div> | <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="enum FingerTree<A> {
Empty,
Single(A),
Deep(Node<A>)
}
struct Node<A> {
count: int,
front: Digit<A>,
inner: ~FingerTree<(A,A)>,
back: Digit<A>
}
struct Digit<A> {
count: int,
content: [Option<A>, ..4]
}
fn FingerTree<A>() -> FingerTree<A> { Empty }"><pre class="notranslate"><span class="pl-k">enum</span> <span class="pl-smi">FingerTree</span><span class="pl-kos"><</span><span class="pl-smi">A</span><span class="pl-kos">></span> <span class="pl-kos">{</span>
<span class="pl-v">Empty</span><span class="pl-kos">,</span>
<span class="pl-v">Single</span><span class="pl-kos">(</span><span class="pl-smi">A</span><span class="pl-kos">)</span><span class="pl-kos">,</span>
<span class="pl-v">Deep</span><span class="pl-kos">(</span><span class="pl-smi">Node</span><span class="pl-kos"><</span><span class="pl-smi">A</span><span class="pl-kos">></span><span class="pl-kos">)</span>
<span class="pl-kos">}</span>
<span class="pl-k">struct</span> <span class="pl-smi">Node</span><span class="pl-kos"><</span><span class="pl-smi">A</span><span class="pl-kos">></span> <span class="pl-kos">{</span>
<span class="pl-c1">count</span><span class="pl-kos">:</span> <span class="pl-smi">int</span><span class="pl-kos">,</span>
<span class="pl-c1">front</span><span class="pl-kos">:</span> <span class="pl-smi">Digit</span><span class="pl-kos"><</span><span class="pl-smi">A</span><span class="pl-kos">></span><span class="pl-kos">,</span>
<span class="pl-c1">inner</span><span class="pl-kos">:</span> ~<span class="pl-smi">FingerTree</span><span class="pl-kos"><</span><span class="pl-kos">(</span><span class="pl-smi">A</span><span class="pl-kos">,</span><span class="pl-smi">A</span><span class="pl-kos">)</span><span class="pl-kos">></span><span class="pl-kos">,</span>
<span class="pl-c1">back</span><span class="pl-kos">:</span> <span class="pl-smi">Digit</span><span class="pl-kos"><</span><span class="pl-smi">A</span><span class="pl-kos">></span>
<span class="pl-kos">}</span>
<span class="pl-k">struct</span> <span class="pl-smi">Digit</span><span class="pl-kos"><</span><span class="pl-smi">A</span><span class="pl-kos">></span> <span class="pl-kos">{</span>
<span class="pl-c1">count</span><span class="pl-kos">:</span> <span class="pl-smi">int</span><span class="pl-kos">,</span>
<span class="pl-c1">content</span><span class="pl-kos">:</span> <span class="pl-kos">[</span><span class="pl-smi">Option</span><span class="pl-kos"><</span><span class="pl-smi">A</span><span class="pl-kos">></span><span class="pl-kos">,</span> ..<span class="pl-c1">4</span><span class="pl-kos">]</span>
<span class="pl-kos">}</span>
<span class="pl-k">fn</span> <span class="pl-v">FingerTree</span><span class="pl-kos"><</span><span class="pl-smi">A</span><span class="pl-kos">></span><span class="pl-kos">(</span><span class="pl-kos">)</span> -> <span class="pl-smi">FingerTree</span><span class="pl-kos"><</span><span class="pl-smi">A</span><span class="pl-kos">></span> <span class="pl-kos">{</span> <span class="pl-v">Empty</span> <span class="pl-kos">}</span></pre></div>
<p dir="auto">Note: <code class="notranslate">inner: ~FingerTree<(A,A)>,</code> seems to be the problematic bit. If I make it <code class="notranslate">inner: ~FingerTree<A>,</code> it will compile.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rust: task 7f01a0105d80 ran out of stack
/usr/local/bin/../lib/librustrt.so(_ZN9rust_task13begin_failureEPKcS1_m+0x4b)[0x7f01a68cf4fb]
/usr/local/bin/../lib/librustrt.so(_ZN9rust_task9new_stackEm+0x158)[0x7f01a68cf9c8]
/usr/local/bin/../lib/librustrt.so(+0x2d0f9)[0x7f01a68e30f9]
/usr/local/bin/../lib/librustrt.so(upcall_new_stack+0x280)[0x7f01a68d3060]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x782792)[0x7f01a7294792]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty14__extensions__10meth_3566210iter_bytes15_abfbbb3dea17df3_05E+0x85)[0x7f01a6ddda35]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2ddcb7)[0x7f01a6defcb7]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2db57d)[0x7f01a6ded57d]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty14fold_sty_to_ty13_f379ae3486733_05E+0xa5)[0x7f01a6df4985]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty19fold_regions_and_ty17_3db05a7d86315db93_05E+0x4cb)[0x7f01a6df668b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2e6c54)[0x7f01a6df8c54]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x112a01)[0x7f01a6c24a01]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2e50ea)[0x7f01a6df70ea]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty19fold_regions_and_ty17_3db05a7d86315db93_05E+0x26a)[0x7f01a6df642a]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2e6c54)[0x7f01a6df8c54]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2e2b64)[0x7f01a6df4b64]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty14fold_sty_to_ty13_f379ae3486733_05E+0x5a)[0x7f01a6df493a]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty19fold_regions_and_ty17_3db05a7d86315db93_05E+0x4cb)[0x7f01a6df668b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2e6c54)[0x7f01a6df8c54]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty5subst17_6886f1198945c8923_05E+0x2fb)[0x7f01a6cc770b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty17lookup_field_type17_20ec4ec279466ae73_05E+0x1bb)[0x7f01a6d24e6b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x30b842)[0x7f01a6e1d842]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x5e1)[0x7f01a6e00311]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
rust: task failed at 'explicit failure', /home/david/rust/src/librustc/rustc.rc:425
/usr/local/bin/../lib/librustrt.so(_ZN9rust_task13begin_failureEPKcS1_m+0x4b)[0x7f01a68cf4fb]
/usr/local/bin/../lib/librustrt.so(+0x2d0f9)[0x7f01a68e30f9]
/usr/local/bin/../lib/librustrt.so(upcall_fail+0x1b0)[0x7f01a68d1cb0]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0xa2dbb)[0x7f01a807ddbb]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0x37b6e)[0x7f01a8012b6e]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0xb34d0)[0x7f01a808e4d0]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN7monitor17_3dc9d53d274031c13_05E+0x29de)[0x7f01a729153e]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x7827fc)[0x7f01a72947fc]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN4main16_2fb85b4a659c4103_05E+0x86)[0x7f01a7294406]
/usr/local/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x24)[0x7f01a68cfd64]
rust: domain main @0xe0f1f0 root task failed
rust: task failed at 'killed', /home/david/rust/src/libcore/task/mod.rs:570
/usr/local/bin/../lib/librustrt.so(_ZN9rust_task13begin_failureEPKcS1_m+0x4b)[0x7f01a68cf4fb]
/usr/local/bin/../lib/librustrt.so(+0x2d0f9)[0x7f01a68e30f9]
/usr/local/bin/../lib/librustrt.so(upcall_fail+0x1b0)[0x7f01a68d1cb0]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0xa2dbb)[0x7f01a807ddbb]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0x37b6e)[0x7f01a8012b6e]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(_ZN4task5yield17_56812fae66173efd3_05E+0xbd)[0x7f01a803fe9d]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0x91c56)[0x7f01a806cc56]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0xb34d0)[0x7f01a808e4d0]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(_ZN7private11weaken_task17_ababfc7d1239606c3_05E+0xd9)[0x7f01a806ca99]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0x9198b)[0x7f01a806c98b]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0x8c563)[0x7f01a8067563]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0x7c29f)[0x7f01a805729f]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0xb34d0)[0x7f01a808e4d0]
/usr/local/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x24)[0x7f01a68cfd64]"><pre class="notranslate"><code class="notranslate">rust: task 7f01a0105d80 ran out of stack
/usr/local/bin/../lib/librustrt.so(_ZN9rust_task13begin_failureEPKcS1_m+0x4b)[0x7f01a68cf4fb]
/usr/local/bin/../lib/librustrt.so(_ZN9rust_task9new_stackEm+0x158)[0x7f01a68cf9c8]
/usr/local/bin/../lib/librustrt.so(+0x2d0f9)[0x7f01a68e30f9]
/usr/local/bin/../lib/librustrt.so(upcall_new_stack+0x280)[0x7f01a68d3060]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x782792)[0x7f01a7294792]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty14__extensions__10meth_3566210iter_bytes15_abfbbb3dea17df3_05E+0x85)[0x7f01a6ddda35]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2ddcb7)[0x7f01a6defcb7]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2db57d)[0x7f01a6ded57d]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty14fold_sty_to_ty13_f379ae3486733_05E+0xa5)[0x7f01a6df4985]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty19fold_regions_and_ty17_3db05a7d86315db93_05E+0x4cb)[0x7f01a6df668b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2e6c54)[0x7f01a6df8c54]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x112a01)[0x7f01a6c24a01]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2e50ea)[0x7f01a6df70ea]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty19fold_regions_and_ty17_3db05a7d86315db93_05E+0x26a)[0x7f01a6df642a]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2e6c54)[0x7f01a6df8c54]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2e2b64)[0x7f01a6df4b64]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty14fold_sty_to_ty13_f379ae3486733_05E+0x5a)[0x7f01a6df493a]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty19fold_regions_and_ty17_3db05a7d86315db93_05E+0x4cb)[0x7f01a6df668b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x2e6c54)[0x7f01a6df8c54]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty5subst17_6886f1198945c8923_05E+0x2fb)[0x7f01a6cc770b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty17lookup_field_type17_20ec4ec279466ae73_05E+0x1bb)[0x7f01a6d24e6b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x30b842)[0x7f01a6e1d842]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x5e1)[0x7f01a6e00311]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x3bd)[0x7f01a6e000ed]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x679)[0x7f01a6e003a9]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN6middle2ty13type_kind_ext17_a99988bff92221c13_05E+0x2fb)[0x7f01a6e0002b]
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
rust: task failed at 'explicit failure', /home/david/rust/src/librustc/rustc.rc:425
/usr/local/bin/../lib/librustrt.so(_ZN9rust_task13begin_failureEPKcS1_m+0x4b)[0x7f01a68cf4fb]
/usr/local/bin/../lib/librustrt.so(+0x2d0f9)[0x7f01a68e30f9]
/usr/local/bin/../lib/librustrt.so(upcall_fail+0x1b0)[0x7f01a68d1cb0]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0xa2dbb)[0x7f01a807ddbb]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0x37b6e)[0x7f01a8012b6e]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0xb34d0)[0x7f01a808e4d0]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN7monitor17_3dc9d53d274031c13_05E+0x29de)[0x7f01a729153e]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(+0x7827fc)[0x7f01a72947fc]
/usr/local/bin/../lib/librustc-c84825241471686d-0.5.so(_ZN4main16_2fb85b4a659c4103_05E+0x86)[0x7f01a7294406]
/usr/local/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x24)[0x7f01a68cfd64]
rust: domain main @0xe0f1f0 root task failed
rust: task failed at 'killed', /home/david/rust/src/libcore/task/mod.rs:570
/usr/local/bin/../lib/librustrt.so(_ZN9rust_task13begin_failureEPKcS1_m+0x4b)[0x7f01a68cf4fb]
/usr/local/bin/../lib/librustrt.so(+0x2d0f9)[0x7f01a68e30f9]
/usr/local/bin/../lib/librustrt.so(upcall_fail+0x1b0)[0x7f01a68d1cb0]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0xa2dbb)[0x7f01a807ddbb]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0x37b6e)[0x7f01a8012b6e]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(_ZN4task5yield17_56812fae66173efd3_05E+0xbd)[0x7f01a803fe9d]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0x91c56)[0x7f01a806cc56]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0xb34d0)[0x7f01a808e4d0]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(_ZN7private11weaken_task17_ababfc7d1239606c3_05E+0xd9)[0x7f01a806ca99]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0x9198b)[0x7f01a806c98b]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0x8c563)[0x7f01a8067563]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0x7c29f)[0x7f01a805729f]
/usr/local/bin/../lib/libcore-c3ca5d77d81b46c1-0.5.so(+0xb34d0)[0x7f01a808e4d0]
/usr/local/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x24)[0x7f01a68cfd64]
</code></pre></div> | 1 |
<p dir="auto">Is there any movement on complete migration to AndroidX? So I could turn off jetifier.</p> | <p dir="auto">First of all thanks for giving this beautiful library !!!!!!</p>
<p dir="auto">I am load image from internal memory, i am using the same path for image i will update the image in particular path. If i am fetch the image through glide it return only old image, how can i solve this, my code is</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Glide.with(mContext)
.load(path)
.asBitmap()
.animate(R.anim.activity_fade_in)
.placeholder(new AsyncColorDrawable(mResources))
.skipMemoryCache(false)
.diskCacheStrategy(DiskCacheStrategy.ALL)
.override(width, height)
.into(new BitmapImageViewTarget(imageView) {
@Override
public void onResourceReady(Bitmap resource, GlideAnimation<? super Bitmap> glideAnimation) {
super.onResourceReady(resource, glideAnimation);
imageView.setVisibility(View.VISIBLE);
imageView.setScaleX(1);
imageView.setScaleY(1);
}
});"><pre class="notranslate"><code class="notranslate"> Glide.with(mContext)
.load(path)
.asBitmap()
.animate(R.anim.activity_fade_in)
.placeholder(new AsyncColorDrawable(mResources))
.skipMemoryCache(false)
.diskCacheStrategy(DiskCacheStrategy.ALL)
.override(width, height)
.into(new BitmapImageViewTarget(imageView) {
@Override
public void onResourceReady(Bitmap resource, GlideAnimation<? super Bitmap> glideAnimation) {
super.onResourceReady(resource, glideAnimation);
imageView.setVisibility(View.VISIBLE);
imageView.setScaleX(1);
imageView.setScaleY(1);
}
});
</code></pre></div> | 0 |
<p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>... Opened big file</li>
<li>... Error Happened<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/9384542/6133929/79b1bc44-b155-11e4-85a6-ec9d5ccee37f.png"><img src="https://cloud.githubusercontent.com/assets/9384542/6133929/79b1bc44-b155-11e4-85a6-ec9d5ccee37f.png" alt="screen shot 2015-02-10 at 18 48 43" style="max-width: 100%;"></a></li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.169.0<br>
<strong>System</strong>: Mac OS X 10.10.1<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Atom can only handle files < 2MB for now.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="At /Users/Archie/Applications/Atom.app/Contents/Resources/app/src/project.js:355
Error: Atom can only handle files < 2MB for now.
at Project.module.exports.Project.buildBuffer (/Users/Archie/Applications/Atom.app/Contents/Resources/app/src/project.js:355:15)
at Project.module.exports.Project.bufferForPath (/Users/Archie/Applications/Atom.app/Contents/Resources/app/src/project.js:332:63)
at Project.module.exports.Project.open (/Users/Archie/Applications/Atom.app/Contents/Resources/app/src/project.js:286:19)
at Workspace.module.exports.Workspace.openUriInPane (/Users/Archie/Applications/Atom.app/Contents/Resources/app/src/workspace.js:485:29)
at Workspace.module.exports.Workspace.open (/Users/Archie/Applications/Atom.app/Contents/Resources/app/src/workspace.js:412:19)
at Ipc.<anonymous> (/Users/Archie/Applications/Atom.app/Contents/Resources/app/src/window-event-handler.js:45:32)
at Ipc.emit (events.js:110:17)
at process.<anonymous> (/Users/Archie/Applications/Atom.app/Contents/Resources/atom/renderer/api/lib/ipc.js:22:29)
at process.emit (events.js:118:17)
"><pre class="notranslate"><code class="notranslate">At /Users/Archie/Applications/Atom.app/Contents/Resources/app/src/project.js:355
Error: Atom can only handle files < 2MB for now.
at Project.module.exports.Project.buildBuffer (/Users/Archie/Applications/Atom.app/Contents/Resources/app/src/project.js:355:15)
at Project.module.exports.Project.bufferForPath (/Users/Archie/Applications/Atom.app/Contents/Resources/app/src/project.js:332:63)
at Project.module.exports.Project.open (/Users/Archie/Applications/Atom.app/Contents/Resources/app/src/project.js:286:19)
at Workspace.module.exports.Workspace.openUriInPane (/Users/Archie/Applications/Atom.app/Contents/Resources/app/src/workspace.js:485:29)
at Workspace.module.exports.Workspace.open (/Users/Archie/Applications/Atom.app/Contents/Resources/app/src/workspace.js:412:19)
at Ipc.<anonymous> (/Users/Archie/Applications/Atom.app/Contents/Resources/app/src/window-event-handler.js:45:32)
at Ipc.emit (events.js:110:17)
at process.<anonymous> (/Users/Archie/Applications/Atom.app/Contents/Resources/atom/renderer/api/lib/ipc.js:22:29)
at process.emit (events.js:118:17)
</code></pre></div>
<h3 dir="auto">Commands</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""><pre class="notranslate"><code class="notranslate"></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="{}"><pre class="notranslate">{}</pre></div>
<h3 dir="auto">Installed Packages</h3>
<div class="highlight highlight-source-coffee notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# User
No installed packages
# Dev
No dev packages"><pre class="notranslate"><span class="pl-c"><span class="pl-c">#</span> User</span>
<span class="pl-en">No</span> <span class="pl-en">installed</span> packages
<span class="pl-c"><span class="pl-c">#</span> Dev</span>
<span class="pl-en">No</span> <span class="pl-en">dev</span> packages</pre></div> | <ol dir="auto">
<li>Be in fullscreen</li>
<li>Be in an editor panel (you have a cursor)</li>
<li>M-tab to another app</li>
<li>M-tab back</li>
</ol>
<p dir="auto">I expect to have my cursor and be focused on the same pane I was when I left. Instead, focus is lost.</p> | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=andriyrosa" rel="nofollow">Andriy Rosa</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9819?redirect=false" rel="nofollow">SPR-9819</a></strong> and commented</p>
<p dir="auto">For each method invocation for not-singleton scope bean<br>
Interceptor got bean from bean-factory by using AbstractBeanFactory.getBean</p>
<p dir="auto">But before getting required bean inside method getBean we have cheeking</p>
<p dir="auto">Object sharedInstance = getSingleton(beanName);<br>
if (sharedInstance != null && args == null) {</p>
<p dir="auto">Inside getSingleton we have synchronized blocks.</p>
<p dir="auto">considering that in high-load project we can have a lot of scoped-beans methods invocations, getSingleton lock all threads, and performance gone to very poor.</p>
<p dir="auto">I'm not very good in spring-core architecture, however by my mean the most obvious solution - it push into args argument of getBean method specific arg, which will show, that we request not singleton bean for sure</p>
<p dir="auto">P.S.: Take my apologies for my bad English.</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 3.1.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="398092384" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/10033" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/10033/hovercard" href="https://github.com/spring-projects/spring-framework/issues/10033">#10033</a> Threads bottlenecking in DefaultSingletonBeanRegistry when using Wicket's <code class="notranslate">@SpringBean</code> annotation for injection (<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="398113127" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/13117" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/13117/hovercard" href="https://github.com/spring-projects/spring-framework/issues/13117">#13117</a> Performance bottleneck and potential thread deadlock in DefaultSingletonBeanRegistry</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398153130" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/14414" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/14414/hovercard" href="https://github.com/spring-projects/spring-framework/issues/14414">#14414</a> AbstractBeanFactory#markBeanAsCreated performance issue due to lock contention</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398159771" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/15302" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/15302/hovercard" href="https://github.com/spring-projects/spring-framework/issues/15302">#15302</a> DefaultSingletonBeanRegistry::getSingleton(String beanName) attempts to create bean when it shouldn't</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398172289" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/16864" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/16864/hovercard" href="https://github.com/spring-projects/spring-framework/issues/16864">#16864</a> Further locking optimizations for the retrieval of non-singleton beans</li>
</ul>
<p dir="auto">0 votes, 5 watchers</p> | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=manifoldronin" rel="nofollow">Jing Xue</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3273?redirect=false" rel="nofollow">SPR-3273</a></strong> and commented</p>
<p dir="auto">After upgrading from 2.0.2 to 2.0.3, I'm getting the following exception during the loading of every context file, because my app doesn't use groovy. I know they are harmless and ignored, but it would be nice if DefaultNamespaceHandlerResolver could just not log the whole stack trace.</p>
<p dir="auto">02:21:58,130 DEBUG [main] org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver - Ignoring handler [org.springframework.scripting.config.LangNamespaceHandler]: problem with class file or dependent class<br>
java.lang.NoClassDefFoundError: org/codehaus/groovy/control/CompilationFailedException<br>
at java.lang.Class.forName0(Native Method)<br>
at java.lang.Class.forName(Class.java:169)<br>
at org.springframework.scripting.config.LangNamespaceHandler.class$(LangNamespaceHandler.java:45)<br>
at org.springframework.scripting.config.LangNamespaceHandler.init(LangNamespaceHandler.java:45)<br>
at org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.initHandlerMappings(DefaultNamespaceHandlerResolver.java:123)<br>
at org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.<init>(DefaultNamespaceHandlerResolver.java:96)<br>
at org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.<init>(DefaultNamespaceHandlerResolver.java:82)<br>
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.createDefaultNamespaceHandlerResolver(XmlBeanDefinitionReader.java:489)<br>
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.createReaderContext(XmlBeanDefinitionReader.java:478)<br>
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:458)<br>
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:353)<br>
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:303)<br>
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:280)<br>
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:131)<br>
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:147)<br>
at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124)<br>
at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92)<br>
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:100)<br>
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:298)<br>
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:241)<br>
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)<br>
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 2.0.3</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="398076154" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/7935" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/7935/hovercard" href="https://github.com/spring-projects/spring-framework/issues/7935">#7935</a> LangNamespaceHandler cannot be registered in DefaultNamespaceHandlerResolver when thrid party library is not found (<em><strong>"duplicates"</strong></em>)</li>
</ul> | 0 |
<p dir="auto"><strong>Version</strong>: 1.184.0<br>
<strong>OS</strong>: OSX<br>
<strong>Problem Description</strong>: I am using the quick file/folder add feature when I use the file explorer right-click functionality to add a new file. When the dialog appears, if, for any reason, I move away from the app, it disappears. On OSX, this can be if I switch applications, three-finger swipe away, etc. Minor, but annoying from a UX perspective.<br>
<strong>Expected</strong>: With most other dialogs, the dialog stays around despite loss of focus of the application.</p>
<p dir="auto"><strong>Steps to Reproduce</strong></p>
<ol dir="auto">
<li>Right click on a folder that is showing in the file navigator.</li>
<li>Chose <em>New File</em></li>
<li>Swipe away/switch away from the app.</li>
<li>Dialog is gone.</li>
</ol> | <p dir="auto">Halp reports:</p>
<ul dir="auto">
<li>support/a3fbafb2d0c011e3855fe03a98b207e5</li>
<li>support/4068a4a4d08f11e39bd83f5315db0b57</li>
</ul>
<p dir="auto">Related Issues</p>
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="28541217" data-permission-text="Title is private" data-url="https://github.com/atom-archive/feedback/issues/22" data-hovercard-type="issue" data-hovercard-url="/atom-archive/feedback/issues/22/hovercard" href="https://github.com/atom-archive/feedback/issues/22">atom-archive/feedback#22</a></li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="33804038" data-permission-text="Title is private" data-url="https://github.com/atom/fuzzy-finder/issues/37" data-hovercard-type="issue" data-hovercard-url="/atom/fuzzy-finder/issues/37/hovercard" href="https://github.com/atom/fuzzy-finder/issues/37">atom/fuzzy-finder#37</a></li>
</ul>
<blockquote>
<p dir="auto">If you have opened up the Command Palette (Command-Shift-P) in Atom v.0.92.0, and then switch to another app, say the Mac OS X Terminal app to run something you've been working on, the Command Palette is gone when you switch back (this is also true of this "Send us feedback" drop-down pane). It would be preferable if, on switching back to the Atom app v.0.92.0, that the Command Palette were still open where you left it.</p>
</blockquote>
<p dir="auto">I've noticed this myself, but never fund it particularly annoying. Also, some other dialogs are affected by this as well, such as the fuzzy finder. Unsure if this is something that's handled on a per-package basis or in Atom core, so opened an issue here. <g-emoji class="g-emoji" alias="pizza" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f355.png">🍕</g-emoji></p>
<ul dir="auto">
<li>It seems that SublimeText doesn't have consistent behavior with these dialogs -- the command palette is closed similar to Atom, but the fuzzy finder is not (it stays open even after the app loses focus).</li>
</ul> | 1 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji>Assign a specific zone for an application window.</h2>
<p dir="auto"><em>What is the expected behavior of the proposed feature? What is the scenario this would be used?</em></p>
<p dir="auto">--- Example for this: Set a zone 1 for Google Chrome, set zone 2 for Terminal, zone 3 for document viewer. On opening the specific app, it should always go to the specific zone unless we override it manually by dragging it.</p>
<p dir="auto">If you'd like to see this feature implemented, add a <g-emoji class="g-emoji" alias="+1" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png">👍</g-emoji> reaction to this post.</p> | <p dir="auto">PowerToys should do its best to look like a system level integration. PowerRename is great but has a UX that doesn't match the OS. This shift would also allow PowerRename to respect darkmode (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="534264663" data-permission-text="Title is private" data-url="https://github.com/microsoft/PowerToys/issues/887" data-hovercard-type="issue" data-hovercard-url="/microsoft/PowerToys/issues/887/hovercard" href="https://github.com/microsoft/PowerToys/issues/887">#887</a>)</p>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/itsmichaelwest/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/itsmichaelwest">@itsmichaelwest</a> did a great <a href="https://twitter.com/itsMichaelWest/status/1203052002248400898" rel="nofollow">mockup on the Twitters</a> of what it could look like.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1462282/70357525-f4539480-182b-11ea-86ab-87151f3d76af.png"><img src="https://user-images.githubusercontent.com/1462282/70357525-f4539480-182b-11ea-86ab-87151f3d76af.png" alt="image" style="max-width: 100%;"></a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1462282/70357559-0b928200-182c-11ea-81d0-b25d88410e9f.jpg"><img src="https://user-images.githubusercontent.com/1462282/70357559-0b928200-182c-11ea-81d0-b25d88410e9f.jpg" alt="ELIZZUZWsAEybmm" style="max-width: 100%;"></a></p>
<p dir="auto">During this upgrade, i suggest we shift the UX to <a href="https://github.com/Microsoft/microsoft-ui-xaml">WinUI3 </a>as well.</p> | 0 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+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%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 in this issue<br>
(If there are none, check this box anyway).</li>
</ul>
<h2 dir="auto">Related Issues and Possible Duplicates</h2>
<h4 dir="auto">Related Issues</h4>
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="556329540" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/5940" data-hovercard-type="issue" data-hovercard-url="/celery/celery/issues/5940/hovercard" href="https://github.com/celery/celery/issues/5940">#5940</a></li>
</ul>
<h4 dir="auto">Possible Duplicates</h4>
<ul dir="auto">
<li>None</li>
</ul>
<h1 dir="auto">Description</h1>
<p dir="auto">In <a href="https://docs.celeryproject.org/en/latest/getting-started/next-steps.html#calling-tasks" rel="nofollow">Calling Tasks</a>:</p>
<blockquote>
<p dir="auto">You can also inspect the exception and traceback if the task raised an exception, in fact result.get() will propagate any errors by default:</p>
</blockquote>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> res = add.delay(2)
>>> res.get(timeout=1)"><pre class="notranslate"><code class="notranslate">>>> res = add.delay(2)
>>> res.get(timeout=1)
</code></pre></div>
<p dir="auto">This example is not working as described because <code class="notranslate">add.delay(2)</code> results in the following error before the user is able to call <code class="notranslate">res.get(timeout=1)</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/abd/python/celery/env/lib/python3.8/site-packages/celery/app/task.py", line 425, in delay
return self.apply_async(args, kwargs)
File "/home/abd/python/celery/env/lib/python3.8/site-packages/celery/app/task.py", line 530, in apply_async
check_arguments(*(args or ()), **(kwargs or {}))
TypeError: add() missing 1 required positional argument: 'y'"><pre class="notranslate"><code class="notranslate">Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/abd/python/celery/env/lib/python3.8/site-packages/celery/app/task.py", line 425, in delay
return self.apply_async(args, kwargs)
File "/home/abd/python/celery/env/lib/python3.8/site-packages/celery/app/task.py", line 530, in apply_async
check_arguments(*(args or ()), **(kwargs or {}))
TypeError: add() missing 1 required positional argument: 'y'
</code></pre></div>
<p dir="auto">I suppose <code class="notranslate">check_arguments()</code> is a new function?</p>
<h1 dir="auto">Suggestions</h1>
<p dir="auto">Change the example from:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> res = add.delay(2)
>>> res.get(timeout=1)"><pre class="notranslate"><code class="notranslate">>>> res = add.delay(2)
>>> res.get(timeout=1)
</code></pre></div>
<p dir="auto">To an integer and string addition:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> res = add.delay(2, '2')
>>> res.get(timeout=1)"><pre class="notranslate"><code class="notranslate">>>> res = add.delay(2, '2')
>>> res.get(timeout=1)
</code></pre></div>
<p dir="auto">This way <code class="notranslate">res = add.delay(2, '2')</code> won't raise <code class="notranslate">TypeError: add() missing 1 required positional argument: 'y'</code>. And <code class="notranslate">res.get(timeout=1)</code> will propagate the following exception:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/abd/python/celery/env/lib/python3.8/site-packages/celery/result.py", line 221, in get
return self.backend.wait_for_pending(
File "/home/abd/python/celery/env/lib/python3.8/site-packages/celery/backends/asynchronous.py", line 195, in wait_for_pending
return result.maybe_throw(callback=callback, propagate=propagate)
File "/home/abd/python/celery/env/lib/python3.8/site-packages/celery/result.py", line 333, in maybe_throw
self.throw(value, self._to_remote_traceback(tb))
File "/home/abd/python/celery/env/lib/python3.8/site-packages/celery/result.py", line 326, in throw
self.on_ready.throw(*args, **kwargs)
File "/home/abd/python/celery/env/lib/python3.8/site-packages/vine/promises.py", line 244, in throw
reraise(type(exc), exc, tb)
File "/home/abd/python/celery/env/lib/python3.8/site-packages/vine/five.py", line 195, in reraise
raise value
TypeError: unsupported operand type(s) for +: 'int' and 'str'"><pre class="notranslate"><code class="notranslate">Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/abd/python/celery/env/lib/python3.8/site-packages/celery/result.py", line 221, in get
return self.backend.wait_for_pending(
File "/home/abd/python/celery/env/lib/python3.8/site-packages/celery/backends/asynchronous.py", line 195, in wait_for_pending
return result.maybe_throw(callback=callback, propagate=propagate)
File "/home/abd/python/celery/env/lib/python3.8/site-packages/celery/result.py", line 333, in maybe_throw
self.throw(value, self._to_remote_traceback(tb))
File "/home/abd/python/celery/env/lib/python3.8/site-packages/celery/result.py", line 326, in throw
self.on_ready.throw(*args, **kwargs)
File "/home/abd/python/celery/env/lib/python3.8/site-packages/vine/promises.py", line 244, in throw
reraise(type(exc), exc, tb)
File "/home/abd/python/celery/env/lib/python3.8/site-packages/vine/five.py", line 195, in reraise
raise value
TypeError: unsupported operand type(s) for +: 'int' and 'str'
</code></pre></div> | <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 checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22">issues list</a><br>
for similar or identical enhancement to an existing feature.</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%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22">pull requests list</a><br>
for existing proposed enhancements.</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 if the same enhancement was already implemented in the<br>
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 in this issue<br>
(If there are none, check this box anyway).</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>
<h1 dir="auto">Brief Summary</h1>
<p dir="auto">We need to remove the AMQP result backend as it was marked as deprecated in 4.0.</p>
<p dir="auto">A deprecation message was printed for our users and therefore we can remove it.</p>
<h1 dir="auto">Design</h1>
<h2 dir="auto">Architectural Considerations</h2>
<p dir="auto">None</p>
<h2 dir="auto">Proposed Behavior</h2>
<p dir="auto">The AMQP result backend will no longer work and an error will be presented to the user.</p>
<h2 dir="auto">Proposed UI/UX</h2>
<p dir="auto">When the backend is initialized, an <code class="notranslate">ImproperlyConfigured</code> exception is raised with the following message:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="The AMQP result backend has been removed in 5.0.
Please use the RPC result backend or choose another result backend.
This message will be removed in 6.0."><pre class="notranslate"><code class="notranslate">The AMQP result backend has been removed in 5.0.
Please use the RPC result backend or choose another result backend.
This message will be removed in 6.0.
</code></pre></div>
<h2 dir="auto">Diagrams</h2>
<p dir="auto">N/A</p>
<h2 dir="auto">Alternatives</h2>
<p dir="auto">None</p> | 0 |
<p dir="auto"><code class="notranslate">choices</code> can be a nested array, there is also a <code class="notranslate">group_by</code> option in <code class="notranslate">entity</code> type, those can be used to group entities in HTML <code class="notranslate">optgroup</code> tags, but this only work for <code class="notranslate">select</code> widgets.</p>
<p dir="auto">Shouldn't this also be applied to <code class="notranslate">checkboxes</code> and <code class="notranslate">radios</code> (with a fieldset and a legend)?</p>
<p dir="auto">Might help for the use case described in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="6286728" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/5286" data-hovercard-type="issue" data-hovercard-url="/symfony/symfony/issues/5286/hovercard" href="https://github.com/symfony/symfony/issues/5286">#5286</a>.</p> | <p dir="auto">When using <code class="notranslate">"expanded" => true</code> on a <code class="notranslate">choice</code> field that contains groups, the default form theme simply renders all radio buttons/checkboxes sequentially, without headings or any other indication of the group structure (at least under Twig).</p>
<p dir="auto">From what I can tell, this issue stems from the fact that the choices in an expanded choice field are written directly from the <code class="notranslate">FormView</code>'s <code class="notranslate">choices</code> variable, which is structured into groups. By contrast, expanded choice fields are represented using a series of checkbox/radio button fields, which are treated as children of the choice field - the problem being that the children are not arranged in any hierarchical structure.</p>
<p dir="auto">The <code class="notranslate">FormView</code> for an expanded choice field does still have a <code class="notranslate">choices</code> variable like that of a collapsed choice field, but currently there is no effective way to match up the <code class="notranslate">ChoiceView</code> object with the corresponding child <code class="notranslate">FormView</code> in the template, so rendering the fields from the <code class="notranslate">choices</code> variable as with a collapsed choice field is not a viable option.</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">max_norm in embedding layer modifies the embedding layer weight in-place which makes it a non-leaf variable. This leads to issues when doing gradient backpropogation.<br>
<strong>Error: RuntimeError: leaf variable has been moved into the graph interior</strong></p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Script to reproduce the behavior:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
import torch
import torch.nn as nn
import numpy as np
class sampleModel(nn.Module):
def __init__(self):
super(sampleModel, self).__init__()
input_layer= nn.Embedding(500, 10, max_norm=1.0)
output_layer = nn.Linear(10, 2)
self.layers = nn.Sequential(input_layer, output_layer)
self.loss_criterion = nn.NLLLoss()
def forward(self, input, labels):
em_x = self.layers[0](input).sum(1)
out = self.layers[1](em_x)
loss = self.loss_criterion(out, labels)
return loss
if __name__ == "__main__":
device = torch.device('cpu')
model = sampleModel().to(device)
data = []
for i in range(0,500):
data.append(np.random.randint(0, 20, size=30))
inputx = torch.LongTensor(data).to(device)
labels = torch.LongTensor( [0]*250 + [1]*250 ).to(device)
loss = model(inputx, labels)
print(loss)
loss.backward()"><pre class="notranslate"><code class="notranslate">
import torch
import torch.nn as nn
import numpy as np
class sampleModel(nn.Module):
def __init__(self):
super(sampleModel, self).__init__()
input_layer= nn.Embedding(500, 10, max_norm=1.0)
output_layer = nn.Linear(10, 2)
self.layers = nn.Sequential(input_layer, output_layer)
self.loss_criterion = nn.NLLLoss()
def forward(self, input, labels):
em_x = self.layers[0](input).sum(1)
out = self.layers[1](em_x)
loss = self.loss_criterion(out, labels)
return loss
if __name__ == "__main__":
device = torch.device('cpu')
model = sampleModel().to(device)
data = []
for i in range(0,500):
data.append(np.random.randint(0, 20, size=30))
inputx = torch.LongTensor(data).to(device)
labels = torch.LongTensor( [0]*250 + [1]*250 ).to(device)
loss = model(inputx, labels)
print(loss)
loss.backward()
</code></pre></div>
<p dir="auto">Stack trace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="File "bug_report_script.py", line 34, in <module>
loss.backward()
File "/data/anaconda/envs/bletchley/lib/python3.6/site-packages/torch/tensor.py", line 118, in backward
torch.autograd.backward(self, gradient, retain_graph, create_graph)
File "/data/anaconda/envs/bletchley/lib/python3.6/site-packages/torch/autograd/__init__.py", line 93, in backward
allow_unreachable=True) # allow_unreachable flag
RuntimeError: leaf variable has been moved into the graph interior"><pre class="notranslate"><code class="notranslate">File "bug_report_script.py", line 34, in <module>
loss.backward()
File "/data/anaconda/envs/bletchley/lib/python3.6/site-packages/torch/tensor.py", line 118, in backward
torch.autograd.backward(self, gradient, retain_graph, create_graph)
File "/data/anaconda/envs/bletchley/lib/python3.6/site-packages/torch/autograd/__init__.py", line 93, in backward
allow_unreachable=True) # allow_unreachable flag
RuntimeError: leaf variable has been moved into the graph interior
</code></pre></div>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto">calculating max_norm should not make the embedding layer weight non leaf variable.</p>
<h2 dir="auto">Environment</h2>
<p dir="auto">PyTorch version: 1.2.0<br>
Is debug build: No<br>
CUDA used to build PyTorch: 10.0.130</p>
<p dir="auto">OS: Ubuntu 16.04.6 LTS<br>
GCC version: (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609<br>
CMake version: version 3.5.1</p>
<p dir="auto">Python version: 3.6<br>
Is CUDA available: Yes<br>
CUDA runtime version: 10.0.130<br>
GPU models and configuration:<br>
GPU 0: Tesla M60<br>
GPU 1: Tesla M60</p>
<p dir="auto">Nvidia driver version: 410.79<br>
cuDNN version: /usr/lib/x86_64-linux-gnu/libcudnn.so.7.4.2</p>
<p dir="auto">Versions of relevant libraries:<br>
[pip] numpy==1.17.2<br>
[pip] torch==1.2.0<br>
[pip] torchvision==0.4.0<br>
[conda] torch 1.2.0 pypi_0 pypi<br>
[conda] torchvision 0.4.0 pypi_0 pypi</p>
<h2 dir="auto">Additional context</h2>
<p dir="auto">Surprisingly, if the device is set to 'cuda', the script runs without error</p>
<p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ezyang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ezyang">@ezyang</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ssnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ssnl">@ssnl</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/albanD/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/albanD">@albanD</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/zou3519/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/zou3519">@zou3519</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/gqchen/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gqchen">@gqchen</a></p> | <p dir="auto">Hi all,</p>
<p dir="auto">So there're some great things about PyTorch, but one of the not-great things is that it uses a mostly-but-not-fully different API than the one used for numpy, theano, and tensorflow. I find myself having to consult a <a href="https://github.com/torch/torch7/wiki/Torch-for-Numpy-users">lookup-table</a> when I want to run familiar commands.</p>
<p dir="auto">Are there any plans to make a numpytorch, where the API matches numpy's as closely as possible?</p>
<p dir="auto">An advantage would be that many functions written for numpy could also be used by pytorch. It would also be nice to be able to call matplotlib functions (plot, imshow, etc) directly with torch variables without having to do any hacking of matplotlib.</p>
<p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ezyang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ezyang">@ezyang</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/gchanan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gchanan">@gchanan</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/zou3519/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/zou3519">@zou3519</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mruberry/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mruberry">@mruberry</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rgommers/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rgommers">@rgommers</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/heitorschueroff/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/heitorschueroff">@heitorschueroff</a></p> | 0 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.5.16</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codepen.io/JosephSilber/pen/KeWjzr" rel="nofollow">https://codepen.io/JosephSilber/pen/KeWjzr</a></p>
<h3 dir="auto">Description</h3>
<p dir="auto">Passing content in a slot causes the component to re-render when the parent re-renders, even if the component's data hasn't changed.</p>
<h3 dir="auto">Steps to reproduce</h3>
<ol dir="auto">
<li>
<p dir="auto">Create a simple component that shows the amount of times it's been rendered:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Vue.component('times-rendered', {
created() {
this.timesRendered = 0
},
render(h) {
return h('div', `Times rendered: ${++this.timesRendered}`)
}
});"><pre class="notranslate"><span class="pl-v">Vue</span><span class="pl-kos">.</span><span class="pl-en">component</span><span class="pl-kos">(</span><span class="pl-s">'times-rendered'</span><span class="pl-kos">,</span> <span class="pl-kos">{</span>
<span class="pl-en">created</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">timesRendered</span> <span class="pl-c1">=</span> <span class="pl-c1">0</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-en">render</span><span class="pl-kos">(</span><span class="pl-s1">h</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">return</span> <span class="pl-s1">h</span><span class="pl-kos">(</span><span class="pl-s">'div'</span><span class="pl-kos">,</span> <span class="pl-s">`Times rendered: <span class="pl-s1"><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">timesRendered</span><span class="pl-kos">}</span></span>`</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>
</li>
<li>
<p dir="auto">Use this component twice. Once with content in the default slot, once without. After the component is mounted, trigger any update to its data:</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<template>
<div>
<div>{{ updateTrigger }}</div>
<times-rendered></times-rendered>
<times-rendered>
Any content in the default slot causes a re-render. Why?
</times-rendered>
</div>
</template>
<script>
export default {
data: () => ({ updateTrigger: false }),
async mounted() {
await this.$nextTick()
this.updateTrigger = true
},
};
</script>"><pre class="notranslate"><span class="pl-kos"><</span><span class="pl-ent">template</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">div</span><span class="pl-kos">></span>{{ updateTrigger }}<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">times-rendered</span><span class="pl-kos">></span><span class="pl-kos"></</span><span class="pl-ent">times-rendered</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">times-rendered</span><span class="pl-kos">></span>
Any content in the default slot causes a re-render. Why?
<span class="pl-kos"></</span><span class="pl-ent">times-rendered</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">template</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">script</span><span class="pl-kos">></span>
<span class="pl-k">export</span> <span class="pl-k">default</span> <span class="pl-kos">{</span>
<span class="pl-en">data</span>: <span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">(</span><span class="pl-kos">{</span> <span class="pl-c1">updateTrigger</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-k">async</span> <span class="pl-en">mounted</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">await</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-en">$nextTick</span><span class="pl-kos">(</span><span class="pl-kos">)</span>
<span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">updateTrigger</span> <span class="pl-c1">=</span> <span class="pl-c1">true</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-kos">}</span><span class="pl-kos">;</span>
<span class="pl-kos"></</span><span class="pl-ent">script</span><span class="pl-kos">></span></pre></div>
</li>
</ol>
<h3 dir="auto">What is expected?</h3>
<p dir="auto">I would expect each instance of the component to only render once.</p>
<h3 dir="auto">What is actually happening?</h3>
<p dir="auto">The component with content in the slot renders twice.</p>
<hr>
<p dir="auto">I'm not actually sure whether this is a bug or a feature request. Maybe this is expected behavior currently. If it is, then I guess this would be better classified as a feature request.</p> | <h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">I have developed some components that can generate large amounts of HTML, and allow content to be added via slot. It appears that if the slot content is updated, the render function is called for the component; however, this seems like something that could be avoided through optimization which would significantly improve the performance of my component in some instances.</p>
<p dir="auto">Is this possible?</p>
<h3 dir="auto">What does the proposed API look like?</h3>
<p dir="auto">Not proposing API changes.</p> | 1 |
<p dir="auto">I'm trying to implement signup/login form.<br>
In the signup page, if user succeeded signing up, Navigator.push method called and login page is pushed.<br>
But it disables focus on TextFormField of login page. What is problem?<br>
Below code is authentication code, just ignore korean words.</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'dart:async';
import 'package:flutter_try/login_page.dart';
final FirebaseAuth _auth = FirebaseAuth.instance;
Future<FirebaseUser> _user;
String email, password;
void login(BuildContext context) {
_auth.signInWithEmailAndPassword(
email: email,
password: email
).then((_){
showDialog(
context: context,
builder: (_) => AlertDialog(
title: Text("로그인에 성공했습니다!"),
content: Text("환영합니다!"),
)
);
}).catchError((e){
showDialog(
context: context,
builder: (_) => AlertDialog(
title: Text("로그인에 실패했습니다ㅠㅠ"),
content: Text("이메일이 존재하지 않거나 비밀번호가 틀립니다!"),
)
);
});
}
void makeUser(BuildContext context) {
_user = _auth.createUserWithEmailAndPassword(
email: email,
password: password
).then((_) async{
showDialog(
context: context,
builder: (_) => AlertDialog(
title: Text("회원가입에 성공하셨습니다!"),
content: Text("로그인 페이지로 이동합니다..."),
)
);
// 회원가입 성공한 뒤 딜레이
await Future.delayed(Duration(milliseconds: 1000));
Navigator.push(context, MaterialPageRoute(builder: (context) => LoginPage()));
}).catchError((e) {
showDialog(
context: context,
builder: (_) => AlertDialog(
title: Text("회원가입에 실패했습니다.!"),
content: Text("이메일이 중복이거나 비밀번호가 6자리 미만입니다!"),
)
);
});
}"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s">'package:firebase_auth/firebase_auth.dart'</span>;
<span class="pl-k">import</span> <span class="pl-s">'package:flutter/material.dart'</span>;
<span class="pl-k">import</span> <span class="pl-s">'dart:async'</span>;
<span class="pl-k">import</span> <span class="pl-s">'package:flutter_try/login_page.dart'</span>;
<span class="pl-k">final</span> <span class="pl-c1">FirebaseAuth</span> _auth <span class="pl-k">=</span> <span class="pl-c1">FirebaseAuth</span>.instance;
<span class="pl-c1">Future</span><<span class="pl-c1">FirebaseUser</span>> _user;
<span class="pl-c1">String</span> email, password;
<span class="pl-k">void</span> <span class="pl-en">login</span>(<span class="pl-c1">BuildContext</span> context) {
_auth.<span class="pl-en">signInWithEmailAndPassword</span>(
email<span class="pl-k">:</span> email,
password<span class="pl-k">:</span> email
).<span class="pl-en">then</span>((_){
<span class="pl-en">showDialog</span>(
context<span class="pl-k">:</span> context,
builder<span class="pl-k">:</span> (_) <span class="pl-k">=></span> <span class="pl-c1">AlertDialog</span>(
title<span class="pl-k">:</span> <span class="pl-c1">Text</span>(<span class="pl-s">"로그인에 성공했습니다!"</span>),
content<span class="pl-k">:</span> <span class="pl-c1">Text</span>(<span class="pl-s">"환영합니다!"</span>),
)
);
}).<span class="pl-en">catchError</span>((e){
<span class="pl-en">showDialog</span>(
context<span class="pl-k">:</span> context,
builder<span class="pl-k">:</span> (_) <span class="pl-k">=></span> <span class="pl-c1">AlertDialog</span>(
title<span class="pl-k">:</span> <span class="pl-c1">Text</span>(<span class="pl-s">"로그인에 실패했습니다ㅠㅠ"</span>),
content<span class="pl-k">:</span> <span class="pl-c1">Text</span>(<span class="pl-s">"이메일이 존재하지 않거나 비밀번호가 틀립니다!"</span>),
)
);
});
}
<span class="pl-k">void</span> <span class="pl-en">makeUser</span>(<span class="pl-c1">BuildContext</span> context) {
_user <span class="pl-k">=</span> _auth.<span class="pl-en">createUserWithEmailAndPassword</span>(
email<span class="pl-k">:</span> email,
password<span class="pl-k">:</span> password
).<span class="pl-en">then</span>((_) <span class="pl-k">async</span>{
<span class="pl-en">showDialog</span>(
context<span class="pl-k">:</span> context,
builder<span class="pl-k">:</span> (_) <span class="pl-k">=></span> <span class="pl-c1">AlertDialog</span>(
title<span class="pl-k">:</span> <span class="pl-c1">Text</span>(<span class="pl-s">"회원가입에 성공하셨습니다!"</span>),
content<span class="pl-k">:</span> <span class="pl-c1">Text</span>(<span class="pl-s">"로그인 페이지로 이동합니다..."</span>),
)
);
<span class="pl-c">// 회원가입 성공한 뒤 딜레이</span>
<span class="pl-k">await</span> <span class="pl-c1">Future</span>.<span class="pl-en">delayed</span>(<span class="pl-c1">Duration</span>(milliseconds<span class="pl-k">:</span> <span class="pl-c1">1000</span>));
<span class="pl-c1">Navigator</span>.<span class="pl-en">push</span>(context, <span class="pl-c1">MaterialPageRoute</span>(builder<span class="pl-k">:</span> (context) <span class="pl-k">=></span> <span class="pl-c1">LoginPage</span>()));
}).<span class="pl-en">catchError</span>((e) {
<span class="pl-en">showDialog</span>(
context<span class="pl-k">:</span> context,
builder<span class="pl-k">:</span> (_) <span class="pl-k">=></span> <span class="pl-c1">AlertDialog</span>(
title<span class="pl-k">:</span> <span class="pl-c1">Text</span>(<span class="pl-s">"회원가입에 실패했습니다.!"</span>),
content<span class="pl-k">:</span> <span class="pl-c1">Text</span>(<span class="pl-s">"이메일이 중복이거나 비밀번호가 6자리 미만입니다!"</span>),
)
);
});
}</pre></div>
<p dir="auto">And below is login page code</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import 'package:flutter/material.dart';
import 'package:flutter_try/resources.dart';
import 'package:flutter_try/signup_page.dart';
import 'package:flutter_try/firebase_authentication.dart';
class LoginPage extends StatelessWidget {
// TextFormField 값을 받아오기 위한 key 설정
GlobalKey<FormState> _formKey = GlobalKey<FormState>();
// 이메일 폼
final _email = TextFormField(
initialValue: "",
keyboardType: TextInputType.emailAddress,
decoration: InputDecoration(
contentPadding: const EdgeInsets.symmetric(vertical: login_padding_vertical, horizontal: login_padding_vertical),
labelText: "이메일을 입력하세요.",
border: OutlineInputBorder(borderRadius: BorderRadius.circular(20.0))
),
validator: (value) => value.isEmpty ? "이메일을 입력하지 않았습니다!" : null,
onSaved: (value) {email = value;},
);
// 비밀번호 폼
final _password = TextFormField(
initialValue: "",
obscureText: true,
decoration: InputDecoration(
contentPadding: const EdgeInsets.symmetric(vertical: login_padding_vertical, horizontal: login_padding_vertical),
labelText: "비밀번호를 입력하세요.",
border: OutlineInputBorder(borderRadius: BorderRadius.circular(20.0))
),
validator: (value) => value.isEmpty ? "비밀번호를 입력하지 않았습니다!" : null,
onSaved: (value) {password = value;},
);
// 로그인 버튼
Widget _login(BuildContext context) {
return RaisedButton(
color: loginButtonColor,
textColor: loginTextColor,
child: Text("로그인"),
onPressed: (){
final FormState form = _formKey.currentState;
if(form.validate()){
form.save();
form.reset();
login(context);
}
}
);
}
// 회원가입 버튼
Widget _signUp(BuildContext context) {
return RaisedButton(
color: signUpButtonColor,
textColor: signUpTextColor,
child: Text("회원가입"),
onPressed: () {
Navigator.push(context, MaterialPageRoute(builder: (context) => SignUp()));
}
);
}
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.white,
body: Center(
child: ListView(
padding: const EdgeInsets.symmetric(horizontal: 20.0),
shrinkWrap: true,
children: <Widget>[
Form(
key: _formKey,
child: Column(
children: <Widget>[
_email,
SizedBox(height: 20.0),
_password,
SizedBox(height: 20.0),
],
),
),
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
_login(context),
SizedBox(width: 20.0),
_signUp(context)
],
)
],
),
),
);
}
}"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s">'package:flutter/material.dart'</span>;
<span class="pl-k">import</span> <span class="pl-s">'package:flutter_try/resources.dart'</span>;
<span class="pl-k">import</span> <span class="pl-s">'package:flutter_try/signup_page.dart'</span>;
<span class="pl-k">import</span> <span class="pl-s">'package:flutter_try/firebase_authentication.dart'</span>;
<span class="pl-k">class</span> <span class="pl-c1">LoginPage</span> <span class="pl-k">extends</span> <span class="pl-c1">StatelessWidget</span> {
<span class="pl-c">// TextFormField 값을 받아오기 위한 key 설정</span>
<span class="pl-c1">GlobalKey</span><<span class="pl-c1">FormState</span>> _formKey <span class="pl-k">=</span> <span class="pl-c1">GlobalKey</span><<span class="pl-c1">FormState</span>>();
<span class="pl-c">// 이메일 폼</span>
<span class="pl-k">final</span> _email <span class="pl-k">=</span> <span class="pl-c1">TextFormField</span>(
initialValue<span class="pl-k">:</span> <span class="pl-s">""</span>,
keyboardType<span class="pl-k">:</span> <span class="pl-c1">TextInputType</span>.emailAddress,
decoration<span class="pl-k">:</span> <span class="pl-c1">InputDecoration</span>(
contentPadding<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">EdgeInsets</span>.<span class="pl-en">symmetric</span>(vertical<span class="pl-k">:</span> login_padding_vertical, horizontal<span class="pl-k">:</span> login_padding_vertical),
labelText<span class="pl-k">:</span> <span class="pl-s">"이메일을 입력하세요."</span>,
border<span class="pl-k">:</span> <span class="pl-c1">OutlineInputBorder</span>(borderRadius<span class="pl-k">:</span> <span class="pl-c1">BorderRadius</span>.<span class="pl-en">circular</span>(<span class="pl-c1">20.0</span>))
),
validator<span class="pl-k">:</span> (value) <span class="pl-k">=></span> value.isEmpty <span class="pl-k">?</span> <span class="pl-s">"이메일을 입력하지 않았습니다!"</span> <span class="pl-k">:</span> <span class="pl-c1">null</span>,
onSaved<span class="pl-k">:</span> (value) {email <span class="pl-k">=</span> value;},
);
<span class="pl-c">// 비밀번호 폼</span>
<span class="pl-k">final</span> _password <span class="pl-k">=</span> <span class="pl-c1">TextFormField</span>(
initialValue<span class="pl-k">:</span> <span class="pl-s">""</span>,
obscureText<span class="pl-k">:</span> <span class="pl-c1">true</span>,
decoration<span class="pl-k">:</span> <span class="pl-c1">InputDecoration</span>(
contentPadding<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">EdgeInsets</span>.<span class="pl-en">symmetric</span>(vertical<span class="pl-k">:</span> login_padding_vertical, horizontal<span class="pl-k">:</span> login_padding_vertical),
labelText<span class="pl-k">:</span> <span class="pl-s">"비밀번호를 입력하세요."</span>,
border<span class="pl-k">:</span> <span class="pl-c1">OutlineInputBorder</span>(borderRadius<span class="pl-k">:</span> <span class="pl-c1">BorderRadius</span>.<span class="pl-en">circular</span>(<span class="pl-c1">20.0</span>))
),
validator<span class="pl-k">:</span> (value) <span class="pl-k">=></span> value.isEmpty <span class="pl-k">?</span> <span class="pl-s">"비밀번호를 입력하지 않았습니다!"</span> <span class="pl-k">:</span> <span class="pl-c1">null</span>,
onSaved<span class="pl-k">:</span> (value) {password <span class="pl-k">=</span> value;},
);
<span class="pl-c">// 로그인 버튼</span>
<span class="pl-c1">Widget</span> <span class="pl-en">_login</span>(<span class="pl-c1">BuildContext</span> context) {
<span class="pl-k">return</span> <span class="pl-c1">RaisedButton</span>(
color<span class="pl-k">:</span> loginButtonColor,
textColor<span class="pl-k">:</span> loginTextColor,
child<span class="pl-k">:</span> <span class="pl-c1">Text</span>(<span class="pl-s">"로그인"</span>),
onPressed<span class="pl-k">:</span> (){
<span class="pl-k">final</span> <span class="pl-c1">FormState</span> form <span class="pl-k">=</span> _formKey.currentState;
<span class="pl-k">if</span>(form.<span class="pl-en">validate</span>()){
form.<span class="pl-en">save</span>();
form.<span class="pl-en">reset</span>();
<span class="pl-en">login</span>(context);
}
}
);
}
<span class="pl-c">// 회원가입 버튼</span>
<span class="pl-c1">Widget</span> <span class="pl-en">_signUp</span>(<span class="pl-c1">BuildContext</span> context) {
<span class="pl-k">return</span> <span class="pl-c1">RaisedButton</span>(
color<span class="pl-k">:</span> signUpButtonColor,
textColor<span class="pl-k">:</span> signUpTextColor,
child<span class="pl-k">:</span> <span class="pl-c1">Text</span>(<span class="pl-s">"회원가입"</span>),
onPressed<span class="pl-k">:</span> () {
<span class="pl-c1">Navigator</span>.<span class="pl-en">push</span>(context, <span class="pl-c1">MaterialPageRoute</span>(builder<span class="pl-k">:</span> (context) <span class="pl-k">=></span> <span class="pl-c1">SignUp</span>()));
}
);
}
<span class="pl-k">@override</span>
<span class="pl-c1">Widget</span> <span class="pl-en">build</span>(<span class="pl-c1">BuildContext</span> context) {
<span class="pl-k">return</span> <span class="pl-c1">Scaffold</span>(
backgroundColor<span class="pl-k">:</span> <span class="pl-c1">Colors</span>.white,
body<span class="pl-k">:</span> <span class="pl-c1">Center</span>(
child<span class="pl-k">:</span> <span class="pl-c1">ListView</span>(
padding<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">EdgeInsets</span>.<span class="pl-en">symmetric</span>(horizontal<span class="pl-k">:</span> <span class="pl-c1">20.0</span>),
shrinkWrap<span class="pl-k">:</span> <span class="pl-c1">true</span>,
children<span class="pl-k">:</span> <span class="pl-k"><</span><span class="pl-c1">Widget</span><span class="pl-k">></span>[
<span class="pl-c1">Form</span>(
key<span class="pl-k">:</span> _formKey,
child<span class="pl-k">:</span> <span class="pl-c1">Column</span>(
children<span class="pl-k">:</span> <span class="pl-k"><</span><span class="pl-c1">Widget</span><span class="pl-k">></span>[
_email,
<span class="pl-c1">SizedBox</span>(height<span class="pl-k">:</span> <span class="pl-c1">20.0</span>),
_password,
<span class="pl-c1">SizedBox</span>(height<span class="pl-k">:</span> <span class="pl-c1">20.0</span>),
],
),
),
<span class="pl-c1">Row</span>(
mainAxisAlignment<span class="pl-k">:</span> <span class="pl-c1">MainAxisAlignment</span>.center,
children<span class="pl-k">:</span> <span class="pl-k"><</span><span class="pl-c1">Widget</span><span class="pl-k">></span>[
<span class="pl-en">_login</span>(context),
<span class="pl-c1">SizedBox</span>(width<span class="pl-k">:</span> <span class="pl-c1">20.0</span>),
<span class="pl-en">_signUp</span>(context)
],
)
],
),
),
);
}
}</pre></div>
<p dir="auto">And lastly, error gif is this.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/35518072/43187987-02eb25d0-902e-11e8-81f7-bf326b59faf3.gif"><img src="https://user-images.githubusercontent.com/35518072/43187987-02eb25d0-902e-11e8-81f7-bf326b59faf3.gif" width="400px" data-animated-image="" style="max-width: 100%;"></a></p> | <h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li>Navigate to search screen.</li>
<li>Enter search term and tap on a result.</li>
<li>Navigate away from search screen.</li>
<li>Return to search screen using the back button.</li>
<li>Search text field becomes unresponsive.</li>
</ol>
<p dir="auto">Reproduced here: <a href="https://gist.github.com/JordanADavies/c7b630681aa81940d254876078a2f7a0">https://gist.github.com/JordanADavies/c7b630681aa81940d254876078a2f7a0</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="flutter doctor -v
[✓] Flutter (Channel beta, v0.9.4, on Mac OS X 10.14.1 18B75, locale en-GB)
• Flutter version 0.9.4 at /Users/jordandavies/Documents/development/flutter
• Framework revision f37c235c32 (5 weeks ago), 2018-09-25 17:45:40 -0400
• Engine revision 74625aed32
• Dart version 2.1.0-dev.5.0.flutter-a2eb050044
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)
• Android SDK at /Users/jordandavies/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
• All Android licenses accepted.
[✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 10.1, Build version 10B61
• ios-deploy 2.0.0
• CocoaPods version 1.5.3
[✓] Android Studio (version 3.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 29.1.1
• Dart plugin version 181.5656
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
[✓] Connected devices (1 available)
• iPhone XR • 4018CC7F-D913-4181-8CF3-C29A87529EA2 • ios • iOS 12.1 (simulator)
• No issues found!"><pre class="notranslate"><code class="notranslate">flutter doctor -v
[✓] Flutter (Channel beta, v0.9.4, on Mac OS X 10.14.1 18B75, locale en-GB)
• Flutter version 0.9.4 at /Users/jordandavies/Documents/development/flutter
• Framework revision f37c235c32 (5 weeks ago), 2018-09-25 17:45:40 -0400
• Engine revision 74625aed32
• Dart version 2.1.0-dev.5.0.flutter-a2eb050044
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)
• Android SDK at /Users/jordandavies/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
• All Android licenses accepted.
[✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 10.1, Build version 10B61
• ios-deploy 2.0.0
• CocoaPods version 1.5.3
[✓] Android Studio (version 3.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 29.1.1
• Dart plugin version 181.5656
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
[✓] Connected devices (1 available)
• iPhone XR • 4018CC7F-D913-4181-8CF3-C29A87529EA2 • ios • iOS 12.1 (simulator)
• No issues found!
</code></pre></div> | 1 |
<p dir="auto">Say I want to write code for io.js, and I want to use ES6 generators. But I also want to use some other features that io.js <a href="http://kangax.github.io/compat-table/es6/#iojs" rel="nofollow">doesn't support yet</a>, like rest parameters and destructuring assignments. Enter Babel.</p>
<p dir="auto">Is there some way I can use Babel to compile my code, but tell it not to compile the generators, just leave them as they are? This way my app would be running real generators natively – the benefits of which are (1) it should be faster, (2) no regenerator/runtime dep, (3) compiled code is more readable, (4) stack traces would be clearer.</p>
<p dir="auto">It would be awesome if there was a way to tell Babel exactly which platform I'm targeting, and it would do only the minimal transformations needed to compile down my ES.next source code for that particular platform, based on knowledge from the <a href="http://kangax.github.io/compat-table/es6/" rel="nofollow">compatibility table</a>.</p> | <p dir="auto">Possibly through a <code class="notranslate">blacklistUserAgent</code> option or something. Would use the kangax compat-table. Important to note that it does not guarantee complete spec compliancy on the vendors end.</p>
<p dir="auto">References:</p>
<ul dir="auto">
<li><a href="https://github.com/kangax/compat-table">https://github.com/kangax/compat-table</a></li>
<li><a href="https://github.com/Fyrd/caniuse">https://github.com/Fyrd/caniuse</a></li>
<li><a href="https://github.com/3rd-Eden/useragent">https://github.com/3rd-Eden/useragent</a></li>
</ul> | 1 |
<p dir="auto">I have seen that you close another issue related to this one about including prompt as an option inside your API to show dialog. I don't know why is the reason to discard this basic function, but I think you should reconsider it because it's a basic feature that make you discard this API or use different API to fulfill your needs.</p>
<p dir="auto">Please, introduce an option to prompt a value to the user in the dialog API.</p>
<p dir="auto">Thx,</p> | <p dir="auto">What is the reason that <code class="notranslate">prompt</code> is <a href="https://github.com/atom/atom-shell/blob/516d46444dc88325b82ae016a9f56d66d247b599/atom/renderer/lib/override.coffee#L53">not supported</a>?</p>
<p dir="auto">How could input box be created?<br>
I see that prompt could be almost like <code class="notranslate">confirm</code>:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="window.confirm = (message, title='') ->
remote = require 'remote'
dialog = remote.require 'dialog'
buttons = ['OK', 'Cancel']
not dialog.showMessageBox remote.getCurrentWindow(), {message, title, buttons}"><pre class="notranslate"><span class="pl-smi">window</span><span class="pl-kos">.</span><span class="pl-c1">confirm</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-s1">message</span><span class="pl-kos">,</span> <span class="pl-s1">title</span><span class="pl-c1">=</span><span class="pl-s">''</span><span class="pl-kos">)</span> <span class="pl-c1">-</span><span class="pl-c1">></span>
<span class="pl-s1">remote</span> <span class="pl-c1">=</span> <span class="pl-en">require</span> <span class="pl-s">'remote'</span>
<span class="pl-s1">dialog</span> <span class="pl-c1">=</span> <span class="pl-s1">remote</span><span class="pl-kos">.</span><span class="pl-c1">require</span><span class="pl-kos"></span> <span class="pl-s">'dialog'</span>
<span class="pl-s1">buttons</span> <span class="pl-c1">=</span> <span class="pl-kos">[</span><span class="pl-s">'OK'</span><span class="pl-kos">,</span> <span class="pl-s">'Cancel'</span><span class="pl-kos">]</span>
<span class="pl-s1">not</span> <span class="pl-s1">dialog</span><span class="pl-kos">.</span><span class="pl-c1">showMessageBox</span> <span class="pl-s1">remote</span><span class="pl-kos">.</span><span class="pl-en">getCurrentWindow</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">,</span> <span class="pl-kos">{</span>message<span class="pl-kos">,</span> title<span class="pl-kos">,</span> buttons<span class="pl-kos">}</span></pre></div>
<p dir="auto">Here is <a href="https://github.com/electron/electron/issues/472#issuecomment-143433593" data-hovercard-type="issue" data-hovercard-url="/electron/electron/issues/472/hovercard">possible solution</a>.</p> | 1 |
<p dir="auto">Currently we use the Rust parts of <a href="https://docs.rs/dprint/0.1.0-alpha/dprint/" rel="nofollow">dprint</a> to power <code class="notranslate">deno fmt</code>, but we utilise <a href="https://prettier.io/" rel="nofollow">prettier</a> for formatting as part of our toolchain.</p>
<p dir="auto">Is suspect this means we would need to create a standalone minimalistic binary that wraps dprint to do the file system bindings.</p>
<p dir="auto">cc/ <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dsherret/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dsherret">@dsherret</a></p> | <p dir="auto">I'd like to implement a <code class="notranslate">Dir</code> class, and functions <code class="notranslate">opendir</code>/<code class="notranslate">opendirSync</code> that construct it. Most of this looks to be easy to implement, but there are some design choices it'd be helpful to get feedback on first. (Rather than implementing things one way, then needing to go back and redo it.)</p>
<p dir="auto">As a reminder, here are some things currently in master:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/** A FileInfo describes a file and is returned by `stat`, `lstat`,
* `statSync`, `lstatSync`. A list of FileInfo is returned by `readdir`,
* `readdirSync`. */
export interface FileInfo {
size: number;
modified: number | null;
accessed: number | null;
created: number | null;
name: string | null; // not populated by stat/lstat, only by readdir
isFile(): boolean;
isDirectory(): boolean;
isSymlink(): boolean;
// rest are Linux/Mac only
dev: number | null;
ino: number | null;
mode: number | null;
nlink: number | null;
uid: number | null;
gid: number | null;
rdev: number | null;
blksize: number | null;
blocks: number | null;
}
export class File
implements
Reader,
SyncReader,
Writer,
SyncWriter,
Seeker,
SyncSeeker,
Closer {
readonly rid: number;
constructor(rid: number);
write(p: Uint8Array): Promise<number>;
writeSync(p: Uint8Array): number;
read(p: Uint8Array): Promise<number | EOF>;
readSync(p: Uint8Array): number | EOF;
seek(offset: number, whence: SeekMode): Promise<number>;
seekSync(offset: number, whence: SeekMode): number;
close(): void;
}"><pre class="notranslate"><code class="notranslate">/** A FileInfo describes a file and is returned by `stat`, `lstat`,
* `statSync`, `lstatSync`. A list of FileInfo is returned by `readdir`,
* `readdirSync`. */
export interface FileInfo {
size: number;
modified: number | null;
accessed: number | null;
created: number | null;
name: string | null; // not populated by stat/lstat, only by readdir
isFile(): boolean;
isDirectory(): boolean;
isSymlink(): boolean;
// rest are Linux/Mac only
dev: number | null;
ino: number | null;
mode: number | null;
nlink: number | null;
uid: number | null;
gid: number | null;
rdev: number | null;
blksize: number | null;
blocks: number | null;
}
export class File
implements
Reader,
SyncReader,
Writer,
SyncWriter,
Seeker,
SyncSeeker,
Closer {
readonly rid: number;
constructor(rid: number);
write(p: Uint8Array): Promise<number>;
writeSync(p: Uint8Array): number;
read(p: Uint8Array): Promise<number | EOF>;
readSync(p: Uint8Array): number | EOF;
seek(offset: number, whence: SeekMode): Promise<number>;
seekSync(offset: number, whence: SeekMode): number;
close(): void;
}
</code></pre></div>
<p dir="auto">PRs I have queued in the <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="566419880" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/4017" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/4017/hovercard" href="https://github.com/denoland/deno/issues/4017">#4017</a> series will propose these changes:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export interface FileInfo {
...
type: FileType | null;
// rest are Linux/Mac only
...
mode: number | null; // masked to 0o7777
}
export enum FileType {
TYPE_UNKNOWN = 14 << 12,
TYPE_REGULAR = 8 << 12,
TYPE_DIRECTORY = 4 << 12,
TYPE_SYMLINK = 10 << 12,
TYPE_SOCKET = 12 << 12,
TYPE_FIFO = 1 << 12,
TYPE_CHARDEV = 2 << 12,
TYPE_BLKDEV = 6 << 12
}
export class File {
...
sync(): void;
datasync(): void;
truncate(len?: number): Promise<void>;
truncateSync(len?: number): void;
chmod(mode: number): Promise<void>;
chmodSync(mode: number): void;
utime(atime: number | Date, mtime: number | Date): Promise<void>;
utimeSync(atime: number | Date, mtime: number | Date): void;
// chown(uid: number, gid: number): Promise<void>;
// chownSync(uid: number, gid: number): void;
stat(): Promise<FileInfo>;
statSync(): FileInfo;
}"><pre class="notranslate"><code class="notranslate">export interface FileInfo {
...
type: FileType | null;
// rest are Linux/Mac only
...
mode: number | null; // masked to 0o7777
}
export enum FileType {
TYPE_UNKNOWN = 14 << 12,
TYPE_REGULAR = 8 << 12,
TYPE_DIRECTORY = 4 << 12,
TYPE_SYMLINK = 10 << 12,
TYPE_SOCKET = 12 << 12,
TYPE_FIFO = 1 << 12,
TYPE_CHARDEV = 2 << 12,
TYPE_BLKDEV = 6 << 12
}
export class File {
...
sync(): void;
datasync(): void;
truncate(len?: number): Promise<void>;
truncateSync(len?: number): void;
chmod(mode: number): Promise<void>;
chmodSync(mode: number): void;
utime(atime: number | Date, mtime: number | Date): Promise<void>;
utimeSync(atime: number | Date, mtime: number | Date): void;
// chown(uid: number, gid: number): Promise<void>;
// chownSync(uid: number, gid: number): void;
stat(): Promise<FileInfo>;
statSync(): FileInfo;
}
</code></pre></div>
<p dir="auto">The <code class="notranslate">chown</code> functions are commented because I haven't implemented them yet, and am not sure whether the machinery is there to let me do so.</p>
<p dir="auto">For <code class="notranslate">opendir</code> and friends, I was thinking something like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export class Dir
implements
Closer {
readonly rid: number;
constructor(rid: number);
close(): void;
chmod(mode: number): Promise<void>;
chmodSync(mode: number): void;
utime(atime: number | Date, mtime: number | Date): Promise<void>;
utimeSync(atime: number | Date, mtime: number | Date): void;
// chown(uid: number, gid: number): Promise<void>;
// chownSync(uid: number, gid: number): void;
stat(): Promise<FileInfo>;
statSync(): FileInfo;
chdir(): void;
readdir(): Promise<FileInfo[]>;
readdirSync(): FileInfo[];
}
function opendir(path: string): Promise<Dir>;
function opendirSync(path: string): Dir;"><pre class="notranslate"><code class="notranslate">export class Dir
implements
Closer {
readonly rid: number;
constructor(rid: number);
close(): void;
chmod(mode: number): Promise<void>;
chmodSync(mode: number): void;
utime(atime: number | Date, mtime: number | Date): Promise<void>;
utimeSync(atime: number | Date, mtime: number | Date): void;
// chown(uid: number, gid: number): Promise<void>;
// chownSync(uid: number, gid: number): void;
stat(): Promise<FileInfo>;
statSync(): FileInfo;
chdir(): void;
readdir(): Promise<FileInfo[]>;
readdirSync(): FileInfo[];
}
function opendir(path: string): Promise<Dir>;
function opendirSync(path: string): Dir;
</code></pre></div>
<p dir="auto">The factory functions (<code class="notranslate">opendir</code>/<code class="notranslate">opendirSync</code>) would throw an error if <code class="notranslate">path</code> didn't refer to a directory. (I'd suggest at the same time <code class="notranslate">open</code> and <code class="notranslate">openSync</code> should be made to throw an error if <code class="notranslate">path</code> <em>did</em> refer to a directory. Though perhaps not if it refers to a other things that are neither directories nor files.) We could use the existing <code class="notranslate">op_open</code> to implement all of these.</p>
<p dir="auto">If that all sounds reasonable, the main strategic questions remaining have to do with <code class="notranslate">readdir</code> and <code class="notranslate">FileInfo</code>.</p>
<ol dir="auto">
<li>
<p dir="auto">Ideally, there'd be a version of <code class="notranslate">std::fs::read_dir</code> in the Rust libs that took a <code class="notranslate">RawFd</code> as argument rather than a <code class="notranslate">Path</code>. And also a tokio-ized version of the same. But sadly there is neither. I tried poking around in <code class="notranslate">libstd/sys/unix/fs.rs</code> in the Rust sources to see how hard this would be to implement. But to get it to compile, I had to keep pulling in duplicates of more and more of the internal machinery of that file. In the end this didn't seem a promising way to go. Plus it would involve lots of calling into the <code class="notranslate">libc</code> crate with <code class="notranslate">unsafe</code> code blocks. (As the Rust std libs must.)</p>
</li>
<li>
<p dir="auto">We could work on getting Rust to include such functionality in their std libs, and even offer them an implementation, but I suspect even if they're open to merging that in the near future it would take a while before it's exposed in a version of Rust we're using.</p>
</li>
<li>
<p dir="auto">We're already using the <code class="notranslate">nix</code> package for some things on the Unix side (Linux/Mac). And they have an interface <code class="notranslate">nix::dir::Dir</code>, which can be constructed using either paths or fds. That looks good for our purposes. (Downsides: it's Unix-only, and also blocking, so we'd have to continue using <code class="notranslate">blocking_json</code> from <code class="notranslate">cli/ops/dispatch_json.rs</code> here, rather than moving to async functions from <code class="notranslate">tokio::fs</code>, as proposed in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="573332164" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/4188" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/4188/hovercard" href="https://github.com/denoland/deno/issues/4188">#4188</a>.) I think this is the most promising way to go.</p>
</li>
<li>
<p dir="auto">Some issues about the <code class="notranslate">nix::dir::Dir</code> implementation though. The iterator over directory entries that it provides is sparser than the one provided by <code class="notranslate">std::fs::read_dir</code> (and its counterpart in <code class="notranslate">tokio::fs</code>). It only provides something like this for each entry:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="file_name(): string;
ino(): number
file_type(): FileTypeEnum | null;"><pre class="notranslate"><code class="notranslate">file_name(): string;
ino(): number
file_type(): FileTypeEnum | null;
</code></pre></div>
<p dir="auto">The <code class="notranslate">file_type</code> information is only populated by <code class="notranslate">nix::dir::Dir</code> if it's available without making an extra <code class="notranslate">lstat</code> system call. (Some Linux filesystems would require that extra call. I don't know which ones.) So what's naturally available to us if we go this way would only be a sparser version of our existing <code class="notranslate">FileInfo</code>. At the same time, it would be more efficient than the <code class="notranslate">std::fs::read_dir</code> version, which goes ahead and does the extra <code class="notranslate">lstat</code> call to fill in the additional fields, which won't always be needed. Of course, we could go ahead and do the same with the results of <code class="notranslate">nix</code>'s directory iterator (using <code class="notranslate">nix::dir::Dir::openat(dirfd, filename, ...)</code>). But that seems wasteful. Why not instead just provide the minimal information, and give the caller the means to retrieve more info if they want it. (Using calls like <code class="notranslate">fstatat</code>, <code class="notranslate">openat</code> etc that are also present in <code class="notranslate">nix</code>. I'm assuming that from a <code class="notranslate">Dir</code> class, our implementation will only have a <code class="notranslate">rid</code> saved from which it can get an open dirfd. It won't have --- and there need not even anymore exist --- a valid path that could be used to reach that directory.)</p>
</li>
<li>
<p dir="auto">If the strategy just sketched seems attractive for <code class="notranslate">opendir(path).readdir()</code>, perhaps we should also consider it for <code class="notranslate">readdir(path)</code>. That is, have this not provide a full <code class="notranslate">FileInfo</code> like one gets from <code class="notranslate">stat</code>/<code class="notranslate">lstat</code>, but a sparser thing like described above.</p>
<p dir="auto">That is in fact what other languages/hosts do in their std libs.</p>
<ul dir="auto">
<li>Node's <code class="notranslate">fs.DirEnt</code> has the fields: <code class="notranslate">name: string|Buffer</code>, <code class="notranslate">isFile(): boolean</code>, <code class="notranslate">isDirectory(): boolean</code>, and so on.</li>
<li>Python's <code class="notranslate">os.DirEntry</code> has the fields <code class="notranslate">name: bytes|str</code>, <code class="notranslate">path: bytes|str</code>, <code class="notranslate">inode()</code>, <code class="notranslate">is_dir(follow_symlinks=False)</code>, <code class="notranslate">is_file(follow_symlinks=False)</code>, <code class="notranslate">is_symlink()</code>, and <code class="notranslate">stat(follow_symlinks=False)</code></li>
<li>Go's <code class="notranslate">os.Readdir</code> returns a list of <code class="notranslate">FileInfo</code> structures, same as is returned by its <code class="notranslate">os.Lstat</code> and <code class="notranslate">os.Stat</code>. But this is somewhat sparser than ours; and they also have the function <code class="notranslate">os.Readdirnames</code> that returns just a list of names.</li>
</ul>
</li>
<li>
<p dir="auto">I'm ignoring in all of this the issues raised in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="577406885" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/4277" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/4277/hovercard" href="https://github.com/denoland/deno/issues/4277">#4277</a> and <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="574053077" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/4218" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/4218/hovercard" href="https://github.com/denoland/deno/issues/4218">#4218</a>, which have to do with whether <code class="notranslate">readdir</code> provides its results all at once or as a stream. The latter seems ultimately desirable, but I don't know how to make the Deno Rust guts save the state needed to implement an iterator. In any case, I think those issues are orthogonal to these.</p>
</li>
</ol> | 0 |
<p dir="auto"><a href="https://github.com/facebook/flow">https://github.com/facebook/flow</a></p>
<p dir="auto">Many of us prefer Flow syntax over Typescript</p> | <p dir="auto">For tracking purposes, please don't work on this without discussing with Ry or myself.</p>
<p dir="auto">Having a public API that is similar to how we perform TypeScript compilation is a good idea. It would allow JS->JS transpilation (e.g. those who need Babel custom plugins or Flow) or other languages (e.g. CoffeeScript).</p>
<p dir="auto">Related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="408619831" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/1738" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/1738/hovercard" href="https://github.com/denoland/deno/issues/1738">#1738</a> and some other work in rationalising the compiler APIs internally, but we should be able to support loading a compiler in a web worker and instructing the privileged side what resources should be sent to that runtime compiler.</p> | 1 |
<p dir="auto">by <strong>Ziyu4Huang</strong>:</p>
<pre class="notranslate">Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1. try on NFS mount disk
2. 8g hello_file01.go ; 8l hello_file01.
3. ./8.out hello_file01.go
code:
package main
import ("io"; "os"; "fmt")
func main() {
println(os.Args[1]);
b,_ := io.ReadFile(os.Args[1]);
fmt.Printf("%s", b);
}
What is the expected output? What do you see instead?
It should print out file content, but return null bytes slice.
What is your $GOOS? $GOARCH?
linux
386
Which revision are you using? (hg identify)
3160c0fad7
Please provide any additional information below.
The code just works fine on local disk, but fail in NFS filesystem.</pre> | <p dir="auto">by <strong>untheoretic</strong>:</p>
<pre class="notranslate">git show
commit f0ff4ae8866610f2fcafd7f1500ab8272fbbebe4
Author: mattn <[email protected]>
Date: Thu Feb 9 18:04:40 2012 +0900
go install github.com/mattn/go-gtk...
# github.com/mattn/go-gtk/gtk
gtk.go: In function ‘_cgo_180a90a506dc_Cfunc_gtk_about_dialog_set_artists’:
gtk.go:1888:2: warning: passing argument 2 of ‘gtk_about_dialog_set_artists’ from
incompatible pointer type [enabled by default]
/usr/include/gtk-2.0/gtk/gtkaboutdialog.h:117:24: note: expected ‘const gchar **’
but argument is of type ‘gchar **’
gtk.go: In function ‘_cgo_180a90a506dc_Cfunc_gtk_about_dialog_set_documenters’:
gtk.go:5565:2: warning: passing argument 2 of ‘gtk_about_dialog_set_documenters’
from incompatible pointer type [enabled by default]
/usr/include/gtk-2.0/gtk/gtkaboutdialog.h:114:24: note: expected ‘const gchar **’
but argument is of type ‘gchar **’
gtk.go: In function ‘_cgo_180a90a506dc_Cfunc_gtk_about_dialog_set_authors’:
gtk.go:10088:2: warning: passing argument 2 of ‘gtk_about_dialog_set_authors’ from
incompatible pointer type [enabled by default]
/usr/include/gtk-2.0/gtk/gtkaboutdialog.h:111:24: note: expected ‘const gchar **’
but argument is of type ‘gchar **’
# github.com/mattn/go-gtk/gtk
/tmp/go-build276977879/github.com/mattn/go-gtk/gtk/_obj/_cgo_gotypes.go:1: ambiguous
selector *_Ctype_GtkProgressBar._
/tmp/go-build276977879/github.com/mattn/go-gtk/gtk/_obj/_cgo_gotypes.go:1: ambiguous
selector _Ctype_GtkProgressBar._
/tmp/go-build276977879/github.com/mattn/go-gtk/gtk/_obj/_cgo_gotypes.go:1: cannot use
&p._ (type *[4]byte) as type *[8]byte in function argument
/tmp/go-build276977879/github.com/mattn/go-gtk/gtk/_obj/_cgo_gotypes.go:1: ambiguous
selector *_Ctype_GtkProgressBar._
/tmp/go-build276977879/github.com/mattn/go-gtk/gtk/_obj/_cgo_gotypes.go:1: ambiguous
selector _Ctype_GtkProgressBar._
/tmp/go-build276977879/github.com/mattn/go-gtk/gtk/_obj/_cgo_gotypes.go:1: ambiguous
selector *_Ctype_GtkProgressBar._
/tmp/go-build276977879/github.com/mattn/go-gtk/gtk/_obj/_cgo_gotypes.go:1: ambiguous
selector _Ctype_GtkProgressBar._
/tmp/go-build276977879/github.com/mattn/go-gtk/gtk/_obj/_cgo_gotypes.go:1: ambiguous
selector *_Ctype_GtkFrame._
/tmp/go-build276977879/github.com/mattn/go-gtk/gtk/_obj/_cgo_gotypes.go:1: ambiguous
selector _Ctype_GtkFrame._
/tmp/go-build276977879/github.com/mattn/go-gtk/gtk/_obj/_cgo_gotypes.go:1: ambiguous
selector *_Ctype_GtkFrame._
/tmp/go-build276977879/github.com/mattn/go-gtk/gtk/_obj/_cgo_gotypes.go:1: too many
errors
bisected to:
dbb174c8796e846c2409d727fbf75caacd629600 is the first bad commit
commit dbb174c8796e846c2409d727fbf75caacd629600
Author: Russ Cox <[email protected]>
Date: Thu Jan 26 16:25:07 2012 -0500
gc, runtime: handle floating point map keys
Fixes <a href="https://golang.org/issue/2609" rel="nofollow">issue #2609</a>.
R=ken2
CC=golang-dev
<a href="http://golang.org/cl/5572069" rel="nofollow">http://golang.org/cl/5572069</a></pre> | 0 |
<ol dir="auto">
<li>right click on folder or file</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 1.0.0<br>
<strong>System</strong>: Win 8.1<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\User\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\User\AppData\Local\atom\app-1.0.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)<br>
at EventEmitter. (C:\Users\User\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\User\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\User\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\User\AppData\Local\atom\app-1.0.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)
at EventEmitter.<anonymous> (C:\Users\User\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\User\AppData\Local\atom\app-1.0.0\resources\atom.asar\renderer\api\lib\remote.js:77:15)
at BrowserWindow.RemoteMemberFunction [as emit] (C:\Users\User\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\User\AppData\Local\atom\app-1.0.0\resources\app.asar\src\context-menu-manager.js:170:31)
at HTMLDocument.<anonymous> (C:\Users\User\AppData\Local\atom\app-1.0.0\resources\app.asar\src\window-event-handler.js:150:33)
at HTMLDocument.handler (C:\Users\User\AppData\Local\atom\app-1.0.0\resources\app.asar\src\space-pen-extensions.js:112:34)
at HTMLDocument.jQuery.event.dispatch (C:\Users\User\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\User\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\User\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\User\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\User\AppData\Local\atom\app-1.0.0\resources\atom.asar\browser\lib\rpc-server.js:116:18)
at EventEmitter.<anonymous> (C:\Users\User\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\User\AppData\Local\atom\app-1.0.0\resources\atom.asar\renderer\api\lib\remote.js:77:15)
at BrowserWindow.RemoteMemberFunction [as emit] (C:\Users\User\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\User\AppData\Local\atom\app-1.0.0\resources\app.asar\src\context-menu-manager.js:170:31)
at HTMLDocument.<anonymous> (C:\Users\User\AppData\Local\atom\app-1.0.0\resources\app.asar\src\window-event-handler.js:150:33)
at HTMLDocument.handler (C:\Users\User\AppData\Local\atom\app-1.0.0\resources\app.asar\src\space-pen-extensions.js:112:34)
at HTMLDocument.jQuery.event.dispatch (C:\Users\User\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\User\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=" -4:24.1.0 core:save (atom-text-editor.editor.is-focused)
2x -4:20.1.0 autoflow:reflow-selection (atom-text-editor.editor.is-focused)
-4:13.1.0 core:backspace (atom-text-editor.editor.is-focused)
-4:12.1.0 core:save (atom-text-editor.editor.is-focused)
-4:10.3.0 core:close (atom-text-editor.editor.is-focused)
-4:06.7.0 core:copy (atom-text-editor.editor.is-focused)
-4:04.4.0 core:paste (atom-text-editor.editor.is-focused)
-4:03.6.0 editor:newline (atom-text-editor.editor.is-focused)
-4:02.5.0 core:save (atom-text-editor.editor.is-focused)
-3:57 core:paste (atom-text-editor.editor.is-focused)
2x -3:56.6.0 editor:newline (atom-text-editor.editor.is-focused)
-3:55.5.0 core:save (atom-text-editor.editor.is-focused)
-3:49.6.0 core:paste (atom-text-editor.editor.is-focused)
2x -3:49.3.0 editor:newline (atom-text-editor.editor.is-focused)
-3:48 core:save (atom-text-editor.editor.is-focused)
4x -3:45.3.0 core:close (atom-text-editor.editor.is-focused)"><pre class="notranslate"><code class="notranslate"> -4:24.1.0 core:save (atom-text-editor.editor.is-focused)
2x -4:20.1.0 autoflow:reflow-selection (atom-text-editor.editor.is-focused)
-4:13.1.0 core:backspace (atom-text-editor.editor.is-focused)
-4:12.1.0 core:save (atom-text-editor.editor.is-focused)
-4:10.3.0 core:close (atom-text-editor.editor.is-focused)
-4:06.7.0 core:copy (atom-text-editor.editor.is-focused)
-4:04.4.0 core:paste (atom-text-editor.editor.is-focused)
-4:03.6.0 editor:newline (atom-text-editor.editor.is-focused)
-4:02.5.0 core:save (atom-text-editor.editor.is-focused)
-3:57 core:paste (atom-text-editor.editor.is-focused)
2x -3:56.6.0 editor:newline (atom-text-editor.editor.is-focused)
-3:55.5.0 core:save (atom-text-editor.editor.is-focused)
-3:49.6.0 core:paste (atom-text-editor.editor.is-focused)
2x -3:49.3.0 editor:newline (atom-text-editor.editor.is-focused)
-3:48 core:save (atom-text-editor.editor.is-focused)
4x -3:45.3.0 core:close (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": {},
"editor": {
"invisibles": {}
}
}"><pre class="notranslate">{
<span class="pl-ent">"core"</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
less-autocompile, v1.0.0
# Dev
No dev packages"><pre class="notranslate"><span class="pl-c"><span class="pl-c">#</span> User</span>
less<span class="pl-k">-</span>autocompile, v1.<span class="pl-ii">0</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> | <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 the following navigation bar:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<div class="navbar navbar-inverse navbar-static-top">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">REALLY BAD!</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li><button class="btn navbar-btn">A</button></li>
</ul>
</div><!--/.nav-collapse -->
</div>"><pre class="notranslate"><code class="notranslate"><div class="navbar navbar-inverse navbar-static-top">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">REALLY BAD!</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li><button class="btn navbar-btn">A</button></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</code></pre></div>
<p dir="auto">see <a href="http://bootply.com/101299" rel="nofollow">http://bootply.com/101299</a> for more examples and my proposed fix.</p>
<p dir="auto">(Note that this was generated using the Bootply template "Basic starter", and removing the <code class="notranslate">container</code> around the <code class="notranslate">div</code>s. (also see <a href="http://getbootstrap.com/components/#navbar-default" rel="nofollow">http://getbootstrap.com/components/#navbar-default</a> ). My example only differs from the documentation example by using <code class="notranslate">navbar-static-top</code>.</p>
<p dir="auto">The error is caused by a negative <code class="notranslate">margin-right</code> for the last <code class="notranslate">ul</code> in the bar. This makes sense if there is container, but none, if there is none (we would need a positive margin instead).</p>
<p dir="auto">I propose setting this margin only if there <em>is</em> a container in the nav (which could be done by adding a simple <code class="notranslate">.container</code> in the corresponding rule).</p>
<p dir="auto">Is this a bug or am I doing something wrong here?</p> | <p dir="auto">The navbar right padding is broken when using navbar-fixed-top with Bootstrap 3.0.3.<br>
Was working fine with Bootstrap 3.0.2.</p>
<p dir="auto">navbar-static-top and navbar-fixed-bottom are probably impacted too.</p>
<p dir="auto">Live example: <a href="http://plnkr.co/edit/zn1Pc0?p=preview" rel="nofollow">http://plnkr.co/edit/zn1Pc0?p=preview</a></p>
<p dir="auto">With navbar-fixed-top:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d88857b2752f9c8c13dc7235ccc85d4c317994d715a6900918d09174f2c0f3ac/687474703a2f2f7333302e706f7374696d672e6f72672f716871743134306b682f53637265656e5f53686f745f323031335f31325f30385f61745f355f33325f30375f504d2e706e67"><img src="https://camo.githubusercontent.com/d88857b2752f9c8c13dc7235ccc85d4c317994d715a6900918d09174f2c0f3ac/687474703a2f2f7333302e706f7374696d672e6f72672f716871743134306b682f53637265656e5f53686f745f323031335f31325f30385f61745f355f33325f30375f504d2e706e67" alt="With navbar-fixed-top" data-canonical-src="http://s30.postimg.org/qhqt140kh/Screen_Shot_2013_12_08_at_5_32_07_PM.png" style="max-width: 100%;"></a></p>
<p dir="auto">Without navbar-fixed-top:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/b9f744b05105f2e81a1bd31025d9ece20d875ef7476f42a813a9f592dcdfe4fd/687474703a2f2f7333302e706f7374696d672e6f72672f796272656d693864642f53637265656e5f53686f745f323031335f31325f30385f61745f355f33325f33305f504d2e706e67"><img src="https://camo.githubusercontent.com/b9f744b05105f2e81a1bd31025d9ece20d875ef7476f42a813a9f592dcdfe4fd/687474703a2f2f7333302e706f7374696d672e6f72672f796272656d693864642f53637265656e5f53686f745f323031335f31325f30385f61745f355f33325f33305f504d2e706e67" alt="Without navbar-fixed-top" data-canonical-src="http://s30.postimg.org/ybremi8dd/Screen_Shot_2013_12_08_at_5_32_30_PM.png" style="max-width: 100%;"></a></p>
<p dir="auto">The issue is most probably related to this commit: <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/twbs/bootstrap/commit/5a0365524d8a190c718bcb4950c423c9bef75bd9/hovercard" href="https://github.com/twbs/bootstrap/commit/5a0365524d8a190c718bcb4950c423c9bef75bd9"><tt>5a03655</tt></a></p>
<p dir="auto">Version 3.0.3 contains <a href="https://github.com/twbs/bootstrap/blob/v3.0.3/less/navbar.less#L80">the following code</a>:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" // Undo the collapse side padding for navbars with containers to ensure
// alignment of right-aligned contents.
.navbar-fixed-top &,
.navbar-static-top &,
.navbar-fixed-bottom & {
padding-left: 0;
padding-right: 0;
}"><pre class="notranslate"> <span class="pl-c">// Undo the collapse side padding for navbars with containers to ensure</span>
<span class="pl-c">// alignment of right-aligned contents.</span>
<span class="pl-kos">.</span><span class="pl-s1">navbar</span><span class="pl-c1">-</span><span class="pl-s1">fixed</span><span class="pl-c1">-</span><span class="pl-s1">top</span> <span class="pl-c1">&</span><span class="pl-kos">,</span>
<span class="pl-kos">.</span><span class="pl-c1">navbar</span><span class="pl-c1">-</span><span class="pl-s1">static</span><span class="pl-c1">-</span><span class="pl-s1">top</span> <span class="pl-c1">&</span><span class="pl-kos">,</span>
<span class="pl-kos">.</span><span class="pl-c1">navbar</span><span class="pl-c1">-</span><span class="pl-s1">fixed</span><span class="pl-c1">-</span><span class="pl-s1">bottom</span> <span class="pl-c1">&</span> <span class="pl-kos">{</span>
<span class="pl-s1">padding</span><span class="pl-c1">-</span><span class="pl-c1">left</span>: <span class="pl-c1">0</span><span class="pl-kos"></span><span class="pl-kos">;</span>
<span class="pl-s1">padding</span><span class="pl-c1">-</span><span class="pl-s1">right</span>: <span class="pl-c1">0</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto">3.0.2 <a href="https://github.com/twbs/bootstrap/blob/v3.0.2/less/navbar.less#L80">does not</a>.</p> | 1 |
<h5 dir="auto">Description of the problem</h5>
<h3 dir="auto">Hi there,</h3>
<p dir="auto">I am currently using WebWorkers to generate large <code class="notranslate">Float32Array</code>'s (size about 128000) and pass them back to the DOM-thread where they are sliced into smaller pieces and set in several different position-attribute-buffers.</p>
<p dir="auto">I only need Two-Dimensional coordiinates <strong>X and Y</strong> for this and <strong>Z is always 0</strong>.</p>
<p dir="auto">So I created the attribute liike this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="// position attribute (2 vertices per point)
geometry.setAttribute('position', new THREE.BufferAttribute(new Float32Array(mySize * 2), 2));"><pre class="notranslate"><code class="notranslate">// position attribute (2 vertices per point)
geometry.setAttribute('position', new THREE.BufferAttribute(new Float32Array(mySize * 2), 2));
</code></pre></div>
<p dir="auto">instead of this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="// position attribute (3 vertices per point)
geometry.setAttribute('position', new THREE.BufferAttribute(new Float32Array(mySize * 3), 3));"><pre class="notranslate"><code class="notranslate">// position attribute (3 vertices per point)
geometry.setAttribute('position', new THREE.BufferAttribute(new Float32Array(mySize * 3), 3));
</code></pre></div>
<p dir="auto">I did this in order to save some overhead (Z) when passing the data from the worker.<br>
Otherwise I would have to process the array manually, which is not really efficient.</p>
<p dir="auto">Using 2 vertices per point seems to work as intended, <strong>BUT</strong> in my case the console it's printing more than 200 of these INFO messages:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[0625/160435.634:INFO:CONSOLE(541)] "THREE.BufferGeometry.computeBoundingSphere(): Computed radius is NaN. The "position" attribute is likely to have NaN values.", source: file:///D:/#####/js/three.min.js (541)"><pre class="notranslate"><code class="notranslate">[0625/160435.634:INFO:CONSOLE(541)] "THREE.BufferGeometry.computeBoundingSphere(): Computed radius is NaN. The "position" attribute is likely to have NaN values.", source: file:///D:/#####/js/three.min.js (541)
</code></pre></div>
<p dir="auto">Since this is blowing up the log files, I didn't find a way to disable it and it seems to work as intended otherwise, I was wondering if this message could be removed.</p>
<p dir="auto">Here is a short fiddle of this: <a href="https://jsfiddle.net/th2zvr9p/" rel="nofollow">https://jsfiddle.net/th2zvr9p/</a></p>
<p dir="auto">Notice how it works the same for either "dimensions" 2 or 3, but it prints the error when using dimension 2.</p>
<p dir="auto">This might be related? <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="309291002" data-permission-text="Title is private" data-url="https://github.com/mrdoob/three.js/issues/13713" data-hovercard-type="pull_request" data-hovercard-url="/mrdoob/three.js/pull/13713/hovercard" href="https://github.com/mrdoob/three.js/pull/13713">#13713</a></p>
<p dir="auto">I'd be glad to provide more help and infos :)</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=""> Latest</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"> All of them</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Chrome (& Engine Framework), but probably all of them are affected?</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Firefox</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Internet Explorer</li>
</ul>
<h5 dir="auto">OS</h5>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> All of them</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Windows</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> 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>
<h5 dir="auto">Hardware Requirements (graphics card, VR Device, ...)</h5>
<p dir="auto">Got a 1080ti, but dont think that matters.</p> | <p dir="auto">For geometries with vec2 positions, the computeBoundingSphere will not work correctly since it always assumes vec3s.</p>
<p dir="auto"></p><div class="Box Box--condensed my-2">
<div class="Box-header f6">
<p class="mb-0 text-bold">
<a href="https://github.com/mrdoob/three.js/blob/f73593b00e3b2c927bb1a3236240cea5597166ec/src/core/BufferGeometry.js#L327-L332">three.js/src/core/BufferGeometry.js</a>
</p>
<p class="mb-0 color-fg-muted">
Lines 327 to 332
in
<a data-pjax="true" class="commit-tease-sha" href="/mrdoob/three.js/commit/f73593b00e3b2c927bb1a3236240cea5597166ec">f73593b</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="L327" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="327"></td>
<td id="LC327" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-k">for</span> <span class="pl-kos">(</span> <span class="pl-k">var</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">il</span> <span class="pl-c1">=</span> <span class="pl-s1">positions</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-s1">il</span><span class="pl-kos">;</span> <span class="pl-s1">i</span> <span class="pl-c1">+=</span> <span class="pl-c1">3</span> <span class="pl-kos">)</span> <span class="pl-kos">{</span> </td>
</tr>
<tr class="border-0">
<td id="L328" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="328"></td>
<td id="LC328" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> </td>
</tr>
<tr class="border-0">
<td id="L329" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="329"></td>
<td id="LC329" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-s1">vector</span><span class="pl-kos">.</span><span class="pl-en">set</span><span class="pl-kos">(</span> <span class="pl-s1">positions</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-s1">positions</span><span class="pl-kos">[</span> <span class="pl-s1">i</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-s1">positions</span><span class="pl-kos">[</span> <span class="pl-s1">i</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-kos">;</span> </td>
</tr>
<tr class="border-0">
<td id="L330" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="330"></td>
<td id="LC330" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-s1">box</span><span class="pl-kos">.</span><span class="pl-en">expandByPoint</span><span class="pl-kos">(</span> <span class="pl-s1">vector</span> <span class="pl-kos">)</span><span class="pl-kos">;</span> </td>
</tr>
<tr class="border-0">
<td id="L331" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="331"></td>
<td id="LC331" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> </td>
</tr>
<tr class="border-0">
<td id="L332" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="332"></td>
<td id="LC332" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-kos">}</span> </td>
</tr>
</tbody></table>
</div>
</div>
<p></p> | 1 |
<p dir="auto">As an exercise, I am currently transforming some class components into FunctionComponent, using the new hook style. But I faced a strange problem: class components can render undefined (and so, will not display anything), stateless function components can render undefined, but if we need the new FunctionComponent to render nothing, it can only return null, and not undefined (same for RefForwardingComponent).</p>
<p dir="auto">I think this is a bug, and it will be annoying as my policy (and I know it is the same in many companies) is to avoid usage of null, and prefer undefined.</p>
<p dir="auto">The correction is trivial, so if you confirm this is an issue, I can make a PR.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/react</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the latest stable version of tsc. <a href="https://www.npmjs.com/package/typescript" rel="nofollow">https://www.npmjs.com/package/typescript</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have a question that is inappropriate for <a href="https://stackoverflow.com/" rel="nofollow">StackOverflow</a>. (Please ask any appropriate questions there).</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> <a href="https://github.com/blog/821-mention-somebody-they-re-notified">Mention</a> the authors (see <code class="notranslate">Definitions by:</code> in <code class="notranslate">index.d.ts</code>) so they can respond.
<ul dir="auto">
<li>Authors: <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/eps1lon/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/eps1lon">@eps1lon</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Jessidhia/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Jessidhia">@Jessidhia</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/johnnyreilly/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/johnnyreilly">@johnnyreilly</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/threepointone/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/threepointone">@threepointone</a> (sorry did not retrieved all authors' git name)</li>
</ul>
</li>
</ul> | <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>. (Please ask any appropriate questions there).</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> <a href="https://github.com/blog/821-mention-somebody-they-re-notified">Mention</a> the authors (see <code class="notranslate">Definitions by:</code> in <code class="notranslate">index.d.ts</code>) so they can respond.
<ul dir="auto">
<li>Authors: <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/gaspard/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gaspard">@gaspard</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vbfox/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vbfox">@vbfox</a></li>
</ul>
</li>
</ul>
<p dir="auto">As mentioned in <a href="https://facebook.github.io/react/docs/conditional-rendering.html#inline-if-with-logical--operator" rel="nofollow">React documentation</a>, a stateless component can return <code class="notranslate">false</code> for empty content. Currently <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts#L312-L313">StatelessComponent</a> is defined as:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface StatelessComponent<P = {}> {
(props: P & { children?: ReactNode }, context?: any): ReactElement<any> | null;"><pre class="notranslate"><span class="pl-k">interface</span> <span class="pl-smi">StatelessComponent</span><span class="pl-c1"><</span><span class="pl-smi">P</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span><span class="pl-kos">}</span><span class="pl-c1">></span> <span class="pl-kos">{</span>
<span class="pl-kos">(</span><span class="pl-s1">props</span>: <span class="pl-smi">P</span> <span class="pl-c1">&</span> <span class="pl-kos">{</span> <span class="pl-c1">children</span>?: <span class="pl-smi">ReactNode</span> <span class="pl-kos">}</span><span class="pl-kos">,</span> <span class="pl-s1">context</span>?: <span class="pl-smi">any</span><span class="pl-kos">)</span>: <span class="pl-smi">ReactElement</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-c1">null</span><span class="pl-kos">;</span><span class="pl-kos"></span></pre></div>
<p dir="auto">whereas <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts#L270-L280">Component</a> has</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Component<P, S> {
constructor(props?: P, context?: any);
// ...snip...
render(): JSX.Element | null | false;"><pre class="notranslate"><span class="pl-k">class</span> <span class="pl-smi">Component</span><span class="pl-c1"><</span><span class="pl-smi">P</span><span class="pl-kos">,</span> <span class="pl-smi">S</span><span class="pl-c1">></span> <span class="pl-kos">{</span>
<span class="pl-c1">constructor</span><span class="pl-kos">(</span><span class="pl-s1">props</span>?: <span class="pl-smi">P</span><span class="pl-kos">,</span> <span class="pl-s1">context</span>?: <span class="pl-smi">any</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-c">// ...snip...</span>
<span class="pl-c1">render</span><span class="pl-kos">(</span><span class="pl-kos">)</span>: <span class="pl-smi">JSX</span><span class="pl-kos">.</span><span class="pl-smi">Element</span> <span class="pl-c1">|</span> <span class="pl-c1">null</span> <span class="pl-c1">|</span> <span class="pl-c1">false</span><span class="pl-kos">;</span><span class="pl-kos"></span></pre></div>
<p dir="auto">Shouldn't these types be the same (including eliminating the ReactElement vs JSX.Element difference)? And to avoid future such issues (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="201343233" data-permission-text="Title is private" data-url="https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14064" data-hovercard-type="issue" data-hovercard-url="/DefinitelyTyped/DefinitelyTyped/issues/14064/hovercard" href="https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14064">#14064</a>, this one) it should probably be a named type, e.g. RenderResult.</p>
<p dir="auto">A search for <code class="notranslate">| null</code> also comes up with <code class="notranslate">ComponentSpec.render</code> which probably should also have the same result type.</p> | 1 |
<p dir="auto">I got some compilation errors when installing numpy with pip3.7 . My compiler version is<br>
gcc version 4.9.2 (Debian 4.9.2-10+deb8u1)</p>
<p dir="auto">numpy/core/src/npysort/radixsort.c.src: In function ‘radixsort_bool’:<br>
numpy/core/src/npysort/radixsort.c.src:112:5: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode<br>
for (npy_intp i = 1; i < num; i++) {<br>
^<br>
numpy/core/src/npysort/radixsort.c.src:112:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code<br>
numpy/core/src/npysort/radixsort.c.src: In function ‘aradixsort_bool’:<br>
numpy/core/src/npysort/radixsort.c.src:202:5: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode<br>
for (npy_intp i = 1; i < num; i++) { ...........</p> | <p dir="auto">When I attempt to build on RHEL 7.3, I get an error unless I manually do</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(numpy-testing-py3) [jfoxrabi@... numpy]$ export CFLAGS=-std=c99"><pre class="notranslate"><code class="notranslate">(numpy-testing-py3) [jfoxrabi@... numpy]$ export CFLAGS=-std=c99
</code></pre></div>
<p dir="auto">Here is my console session without setting the flag (forgive me for using ./runtests.py. I still haven't figured out a better shortcut for getting the log and running the test simultaneously):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(numpy-testing-py3) [jfoxrabi@... numpy]$ echo $CFLAGS
(numpy-testing-py3) [jfoxrabi@... numpy]$ ./runtests.py
Building, see build.log...
... build in progress
Processing numpy/random/mtrand/randint_helpers.pxi.in
Processing numpy/random/mtrand/mtrand.pyx
Cythonizing sources
blas_opt_info:
blas_mkl_info:
customize UnixCCompiler
FOUND:
libraries = ['mkl_rt', 'pthread']
library_dirs = ['/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/lib']
define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]
include_dirs = ['/usr/local/include', '/usr/include', '/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include']
FOUND:
libraries = ['mkl_rt', 'pthread']
library_dirs = ['/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/lib']
define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]
include_dirs = ['/usr/local/include', '/usr/include', '/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include']
non-existing path in 'numpy/distutils': 'site.cfg'
lapack_opt_info:
lapack_mkl_info:
customize UnixCCompiler
FOUND:
libraries = ['mkl_rt', 'pthread']
library_dirs = ['/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/lib']
define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]
include_dirs = ['/usr/local/include', '/usr/include', '/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include']
FOUND:
libraries = ['mkl_rt', 'pthread']
library_dirs = ['/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/lib']
define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]
include_dirs = ['/usr/local/include', '/usr/include', '/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include']
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build/src.linux-x86_64-3.6
creating build/src.linux-x86_64-3.6/numpy
creating build/src.linux-x86_64-3.6/numpy/distutils
building library "npymath" sources
get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']'
customize Gnu95FCompiler
Found executable /home/jfoxrabi/miniconda3/envs/numpy-testing-py3/bin/gfortran
customize Gnu95FCompiler
customize Gnu95FCompiler using config
C compiler: gcc -pthread -B /home/jfoxrabi/miniconda3/envs/numpy-testing-py3/compiler_compat -Wl,--sysroot=/ -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=vla -Werror=nonnull -Werror=pointer-arith -Wlogical-op -Werror=unused-function -fPIC
compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include/python3.6m -c'
gcc: _configtest.c
gcc -pthread -B /home/jfoxrabi/miniconda3/envs/numpy-testing-py3/compiler_compat -Wl,--sysroot=/ _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest.o.d _configtest
C compiler: gcc -pthread -B /home/jfoxrabi/miniconda3/envs/numpy-testing-py3/compiler_compat -Wl,--sysroot=/ -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=vla -Werror=nonnull -Werror=pointer-arith -Wlogical-op -Werror=unused-function -fPIC
compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include/python3.6m -c'
gcc: _configtest.c
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default]
int exp (void);
^
gcc -pthread -B /home/jfoxrabi/miniconda3/envs/numpy-testing-py3/compiler_compat -Wl,--sysroot=/ _configtest.o -o _configtest
/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/compiler_compat/ld: _configtest.o: in function `main':
/home/jfoxrabi/Documents/OTS/numpy/_configtest.c:6: undefined reference to `exp'
collect2: error: ld returned 1 exit status
<... SNIP ...>
numpy/fft/pocketfft.c:2042:3: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (size_t m=0; m<n; ++m)
^
numpy/fft/pocketfft.c: In function ‘rfftblue_forward’:
numpy/fft/pocketfft.c:2054:3: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (size_t m=0; m<n; ++m)
^
numpy/fft/pocketfft.c: In function ‘execute_complex’:
numpy/fft/pocketfft.c:2213:7: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (int i = 0; i < nrepeats; i++) {
^
numpy/fft/pocketfft.c: In function ‘execute_real_forward’:
numpy/fft/pocketfft.c:2246:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (int d=0; d<ndim-1; ++d)
^
numpy/fft/pocketfft.c:2265:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (int i = 0; i < nrepeats; i++) {
^
numpy/fft/pocketfft.c: In function ‘execute_real_backward’:
numpy/fft/pocketfft.c:2310:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (int i = 0; i < nrepeats; i++) {
^
Running from numpy source directory.
/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
error: Command "gcc -pthread -B /home/jfoxrabi/miniconda3/envs/numpy-testing-py3/compiler_compat -Wl,--sysroot=/ -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=vla -Werror=nonnull -Werror=pointer-arith -Wlogical-op -Werror=unused-function -fPIC -Inumpy/core/include -Ibuild/src.linux-x86_64-3.6/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include/python3.6m -Ibuild/src.linux-x86_64-3.6/numpy/core/src/common -Ibuild/src.linux-x86_64-3.6/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.6/numpy/core/src/common -Ibuild/src.linux-x86_64-3.6/numpy/core/src/npymath -c numpy/fft/pocketfft.c -o build/temp.linux-x86_64-3.6/numpy/fft/pocketfft.o -MMD -MF build/temp.linux-x86_64-3.6/numpy/fft/pocketfft.o.d" failed with exit status 1
Build failed!"><pre class="notranslate"><code class="notranslate">(numpy-testing-py3) [jfoxrabi@... numpy]$ echo $CFLAGS
(numpy-testing-py3) [jfoxrabi@... numpy]$ ./runtests.py
Building, see build.log...
... build in progress
Processing numpy/random/mtrand/randint_helpers.pxi.in
Processing numpy/random/mtrand/mtrand.pyx
Cythonizing sources
blas_opt_info:
blas_mkl_info:
customize UnixCCompiler
FOUND:
libraries = ['mkl_rt', 'pthread']
library_dirs = ['/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/lib']
define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]
include_dirs = ['/usr/local/include', '/usr/include', '/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include']
FOUND:
libraries = ['mkl_rt', 'pthread']
library_dirs = ['/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/lib']
define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]
include_dirs = ['/usr/local/include', '/usr/include', '/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include']
non-existing path in 'numpy/distutils': 'site.cfg'
lapack_opt_info:
lapack_mkl_info:
customize UnixCCompiler
FOUND:
libraries = ['mkl_rt', 'pthread']
library_dirs = ['/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/lib']
define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]
include_dirs = ['/usr/local/include', '/usr/include', '/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include']
FOUND:
libraries = ['mkl_rt', 'pthread']
library_dirs = ['/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/lib']
define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]
include_dirs = ['/usr/local/include', '/usr/include', '/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include']
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build/src.linux-x86_64-3.6
creating build/src.linux-x86_64-3.6/numpy
creating build/src.linux-x86_64-3.6/numpy/distutils
building library "npymath" sources
get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']'
customize Gnu95FCompiler
Found executable /home/jfoxrabi/miniconda3/envs/numpy-testing-py3/bin/gfortran
customize Gnu95FCompiler
customize Gnu95FCompiler using config
C compiler: gcc -pthread -B /home/jfoxrabi/miniconda3/envs/numpy-testing-py3/compiler_compat -Wl,--sysroot=/ -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=vla -Werror=nonnull -Werror=pointer-arith -Wlogical-op -Werror=unused-function -fPIC
compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include/python3.6m -c'
gcc: _configtest.c
gcc -pthread -B /home/jfoxrabi/miniconda3/envs/numpy-testing-py3/compiler_compat -Wl,--sysroot=/ _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest.o.d _configtest
C compiler: gcc -pthread -B /home/jfoxrabi/miniconda3/envs/numpy-testing-py3/compiler_compat -Wl,--sysroot=/ -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=vla -Werror=nonnull -Werror=pointer-arith -Wlogical-op -Werror=unused-function -fPIC
compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include/python3.6m -c'
gcc: _configtest.c
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default]
int exp (void);
^
gcc -pthread -B /home/jfoxrabi/miniconda3/envs/numpy-testing-py3/compiler_compat -Wl,--sysroot=/ _configtest.o -o _configtest
/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/compiler_compat/ld: _configtest.o: in function `main':
/home/jfoxrabi/Documents/OTS/numpy/_configtest.c:6: undefined reference to `exp'
collect2: error: ld returned 1 exit status
<... SNIP ...>
numpy/fft/pocketfft.c:2042:3: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (size_t m=0; m<n; ++m)
^
numpy/fft/pocketfft.c: In function ‘rfftblue_forward’:
numpy/fft/pocketfft.c:2054:3: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (size_t m=0; m<n; ++m)
^
numpy/fft/pocketfft.c: In function ‘execute_complex’:
numpy/fft/pocketfft.c:2213:7: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (int i = 0; i < nrepeats; i++) {
^
numpy/fft/pocketfft.c: In function ‘execute_real_forward’:
numpy/fft/pocketfft.c:2246:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (int d=0; d<ndim-1; ++d)
^
numpy/fft/pocketfft.c:2265:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (int i = 0; i < nrepeats; i++) {
^
numpy/fft/pocketfft.c: In function ‘execute_real_backward’:
numpy/fft/pocketfft.c:2310:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (int i = 0; i < nrepeats; i++) {
^
Running from numpy source directory.
/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
error: Command "gcc -pthread -B /home/jfoxrabi/miniconda3/envs/numpy-testing-py3/compiler_compat -Wl,--sysroot=/ -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=vla -Werror=nonnull -Werror=pointer-arith -Wlogical-op -Werror=unused-function -fPIC -Inumpy/core/include -Ibuild/src.linux-x86_64-3.6/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/jfoxrabi/miniconda3/envs/numpy-testing-py3/include/python3.6m -Ibuild/src.linux-x86_64-3.6/numpy/core/src/common -Ibuild/src.linux-x86_64-3.6/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.6/numpy/core/src/common -Ibuild/src.linux-x86_64-3.6/numpy/core/src/npymath -c numpy/fft/pocketfft.c -o build/temp.linux-x86_64-3.6/numpy/fft/pocketfft.o -MMD -MF build/temp.linux-x86_64-3.6/numpy/fft/pocketfft.o.d" failed with exit status 1
Build failed!
</code></pre></div>
<p dir="auto"><a href="https://github.com/numpy/numpy/files/2766190/build.log">Complete failed build.log</a></p>
<p dir="auto">As soon as I set <code class="notranslate">CFLAGS</code>, the build completes and the tests start to run:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(numpy-testing-py3) [jfoxrabi@... numpy]$ export CFLAGS=-std=c99
(numpy-testing-py3) [jfoxrabi@... numpy]$ ./runtests.py
Building, see build.log...
Build OK
NumPy version 1.17.0.dev0+8aedcc0
NumPy relaxed strides checking option: True
.................x...................................................... [ 0%]
........................................................................ [ 1%]
........................................................................ [ 2%]
........................................................................ [ 3%]
......................ssss................................x............s [ 4%]
........................................................................ [ 5%]
........................................................................ [ 6%]
........................................................................ [ 7%]
........................................................................ [ 8%]
........................................................................ [ 9%]
.................................................................sss.... [ 10%]
........................................................................ [ 11%]
...........................s.......................xx........s.......... [ 12%]
<... SNIP ...>"><pre class="notranslate"><code class="notranslate">(numpy-testing-py3) [jfoxrabi@... numpy]$ export CFLAGS=-std=c99
(numpy-testing-py3) [jfoxrabi@... numpy]$ ./runtests.py
Building, see build.log...
Build OK
NumPy version 1.17.0.dev0+8aedcc0
NumPy relaxed strides checking option: True
.................x...................................................... [ 0%]
........................................................................ [ 1%]
........................................................................ [ 2%]
........................................................................ [ 3%]
......................ssss................................x............s [ 4%]
........................................................................ [ 5%]
........................................................................ [ 6%]
........................................................................ [ 7%]
........................................................................ [ 8%]
........................................................................ [ 9%]
.................................................................sss.... [ 10%]
........................................................................ [ 11%]
...........................s.......................xx........s.......... [ 12%]
<... SNIP ...>
</code></pre></div>
<p dir="auto"><a href="https://github.com/numpy/numpy/files/2766210/build.log">Complete successful build.log</a></p>
<p dir="auto">This looks like the <code class="notranslate">-std=c99</code> flag is not being set explicitly somewhere, and my compiler does not assume it.</p>
<p dir="auto">For completeness, I am running in an Anaconda environment (named <code class="notranslate">numpy-testing-py3</code>), running Python 3.6.8, installing numpy commit 8aedcc0129b9fa7e1785aa11779cbc1c1b3d3395 (my branch for <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="312065417" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/10855" data-hovercard-type="pull_request" data-hovercard-url="/numpy/numpy/pull/10855/hovercard" href="https://github.com/numpy/numpy/pull/10855">#10855</a>), which is effectively <code class="notranslate">master</code> at <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/numpy/numpy/commit/49689f7be478fe9a4d33761b080eb6aef3f8f899/hovercard" href="https://github.com/numpy/numpy/commit/49689f7be478fe9a4d33761b080eb6aef3f8f899"><tt>49689f7</tt></a>.</p>
<p dir="auto">I have edited out my hostname, but not the paths or user name because the former are at fairly standard locations, and the latter is publicly available.</p> | 1 |
<p dir="auto">While trying to deploy my angular 2 app using VS2015. There are two errors, at the moment of running webpack, but none errors at the moment of doing a building in vs2015</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\WebApp> cmd /c SET NODE_ENV=development&& webpack -d --color
@@@@@@@@@ USING DEVELOPMENT @@@@@@@@@@@@@@@
clean-webpack-plugin: C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\WebApp\wwwroot\dist has been removed.
clean-webpack-plugin: C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\WebApp\wwwroot\fonts has been removed.
clean-webpack-plugin: C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\WebApp\wwwroot\assets has been removed.
Hash: ab986b13a96ef5707853
Version: webpack 2.1.0-beta.25
Time: 18114ms
Asset Size Chunks Chunk Names
assets/glyphicons-halflings-regular-f4769f.eot 20.1 kB [emitted]
assets/glyphicons-halflings-regular-f72146.svg 109 kB [emitted]
assets/glyphicons-halflings-regular-e18bbf.ttf 45.4 kB [emitted]
assets/glyphicons-halflings-regular-fa2772.woff 23.4 kB [emitted]
assets/glyphicons-halflings-regular-448c34.woff2 18 kB [emitted]
dist/app.bundle.js 8.8 MB 0 [emitted] app
index.html 426 bytes [emitted]
assets/damienbod.jpg 4.85 kB [emitted]
+ 805 hidden modules
ERROR in [default] C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\WebApp\node_modules\typescript\lib\lib.es2015.core.d.ts:17:13
Duplicate identifier 'PropertyKey'.
ERROR in [default] C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\node_modules\@types\core-js\index.d.ts:21:13
Duplicate identifier 'PropertyKey'.
Child html-webpack-plugin for "index.html":
+ 1 hidden modules
Process terminated with code 2."><pre class="notranslate"><code class="notranslate">C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\WebApp> cmd /c SET NODE_ENV=development&& webpack -d --color
@@@@@@@@@ USING DEVELOPMENT @@@@@@@@@@@@@@@
clean-webpack-plugin: C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\WebApp\wwwroot\dist has been removed.
clean-webpack-plugin: C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\WebApp\wwwroot\fonts has been removed.
clean-webpack-plugin: C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\WebApp\wwwroot\assets has been removed.
Hash: ab986b13a96ef5707853
Version: webpack 2.1.0-beta.25
Time: 18114ms
Asset Size Chunks Chunk Names
assets/glyphicons-halflings-regular-f4769f.eot 20.1 kB [emitted]
assets/glyphicons-halflings-regular-f72146.svg 109 kB [emitted]
assets/glyphicons-halflings-regular-e18bbf.ttf 45.4 kB [emitted]
assets/glyphicons-halflings-regular-fa2772.woff 23.4 kB [emitted]
assets/glyphicons-halflings-regular-448c34.woff2 18 kB [emitted]
dist/app.bundle.js 8.8 MB 0 [emitted] app
index.html 426 bytes [emitted]
assets/damienbod.jpg 4.85 kB [emitted]
+ 805 hidden modules
ERROR in [default] C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\WebApp\node_modules\typescript\lib\lib.es2015.core.d.ts:17:13
Duplicate identifier 'PropertyKey'.
ERROR in [default] C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\node_modules\@types\core-js\index.d.ts:21:13
Duplicate identifier 'PropertyKey'.
Child html-webpack-plugin for "index.html":
+ 1 hidden modules
Process terminated with code 2.
</code></pre></div>
<p dir="auto">This issues are not allowing to generate a new build. This is the result showed from the browser side</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Uncaught Error: Module build failed: Error: EPERM: operation not permitted, open 'C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\WebApi\node_modules\webpack\buildin\global.js'
at Error (native)
at Error (native)
at eval (eval at <anonymous> (http://localhost:18678/dist/app.bundle.js:530:1), <anonymous>:1:7)
at Object.<anonymous> (http://localhost:18678/dist/app.bundle.js:530:1)
at __webpack_require__ (http://localhost:18678/dist/app.bundle.js:20:30)
at eval (eval at <anonymous> (http://localhost:18678/dist/app.bundle.js:7659:1), <anonymous>:182:44)
at Object.<anonymous> (http://localhost:18678/dist/app.bundle.js:7659:1)
at __webpack_require__ (http://localhost:18678/dist/app.bundle.js:20:30)
at Object.eval (eval at <anonymous> (http://localhost:18678/dist/app.bundle.js:4799:1), <anonymous>:1:113)
at eval (eval at <anonymous> (http://localhost:18678/dist/app.bundle.js:4799:1), <anonymous>:71:30)
at Object.<anonymous> (http://localhost:18678/dist/app.bundle.js:4799:1)
at __webpack_require__ (http://localhost:18678/dist/app.bundle.js:20:30)
"><pre class="notranslate"><code class="notranslate">Uncaught Error: Module build failed: Error: EPERM: operation not permitted, open 'C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\WebApi\node_modules\webpack\buildin\global.js'
at Error (native)
at Error (native)
at eval (eval at <anonymous> (http://localhost:18678/dist/app.bundle.js:530:1), <anonymous>:1:7)
at Object.<anonymous> (http://localhost:18678/dist/app.bundle.js:530:1)
at __webpack_require__ (http://localhost:18678/dist/app.bundle.js:20:30)
at eval (eval at <anonymous> (http://localhost:18678/dist/app.bundle.js:7659:1), <anonymous>:182:44)
at Object.<anonymous> (http://localhost:18678/dist/app.bundle.js:7659:1)
at __webpack_require__ (http://localhost:18678/dist/app.bundle.js:20:30)
at Object.eval (eval at <anonymous> (http://localhost:18678/dist/app.bundle.js:4799:1), <anonymous>:1:113)
at eval (eval at <anonymous> (http://localhost:18678/dist/app.bundle.js:4799:1), <anonymous>:71:30)
at Object.<anonymous> (http://localhost:18678/dist/app.bundle.js:4799:1)
at __webpack_require__ (http://localhost:18678/dist/app.bundle.js:20:30)
</code></pre></div>
<p dir="auto">Checking within the solution explorer, there is no such buildin/global folder at node_modules/webpack. I open a <a href="http://stackoverflow.com/questions/40731616/webpack-duplicate-identifier-propertykey" rel="nofollow">SO question</a> but since it is something very specific to webpack, I will add it here too. Not sure if its a sum of errors or it is just one. I do not believe webpack creates buildings in node_modules folder <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vs2015/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vs2015">@vs2015</a>.</p>
<p dir="auto">Edit, to add versions:</p>
<p dir="auto">package.json</p>
<p dir="auto">"webpack": "2.1.0-beta.27",<br>
"webpack-dev-server": "^1.16.2"</p>
<p dir="auto">Found some issues related with vs2015 about this, but in my case there is no problems from vs2015 side <a href="http://stackoverflow.com/questions/31322525/typescript-confusing-duplicate-identifier-error-message" rel="nofollow">Similar SO question</a></p> | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">Getting following error message when setting:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" splitChunks: {
cacheGroups: false // <--
}"><pre class="notranslate"> splitChunks: <span class="pl-kos">{</span>
<span class="pl-c1">cacheGroups</span>: <span class="pl-c1">false</span> <span class="pl-c">// <-- </span>
<span class="pl-kos">}</span></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="webpack --mode development --env.node_env=development"><pre class="notranslate"><code class="notranslate">webpack --mode development --env.node_env=development
</code></pre></div>
<blockquote>
<p dir="auto">Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.</p>
<ul dir="auto">
<li>configuration.optimization.splitChunks should be one of these:<br>
false | object { chunks?, minSize?, minChunks?, maxAsyncRequests?, maxInitialRequests?, name?, filename?, automaticNameDelimiter?, cacheGroups? }<br>
-> Optimize duplication and caching by splitting chunks by shared modules and cache group<br>
Details:
<ul dir="auto">
<li>configuration.optimization.splitChunks should be false</li>
<li>configuration.optimization.splitChunks.cacheGroups should be an object.<br>
-> Assign modules to a cache group (modules from different cache groups are tried to keep in separate chunks)<br>
error An unexpected error occurred: "Command failed.<br>
Exit code: 1</li>
</ul>
</li>
</ul>
</blockquote>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong></p>
<p dir="auto">webpack.config.js:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" splitChunks: {
cacheGroups: false
}"><pre class="notranslate"> splitChunks: <span class="pl-kos">{</span>
<span class="pl-c1">cacheGroups</span>: <span class="pl-c1">false</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto"><strong>What is the expected behavior?</strong></p>
<p dir="auto">The SplitChunks interface says:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="cacheGroups?: false | string | ((...args: any[]) => any) | RegExp | { [key: string]: CacheGroupsOptions };"><pre class="notranslate"><code class="notranslate">cacheGroups?: false | string | ((...args: any[]) => any) | RegExp | { [key: string]: CacheGroupsOptions };
</code></pre></div>
<p dir="auto">I would expect no error when setting it to <code class="notranslate">false</code></p>
<p dir="auto"><strong>Other relevant information:</strong></p>
<p dir="auto">webpack version: 4.8.3<br>
Node.js version: v8.10.0<br>
Operating System: Win 10<br>
Additional tools: --</p> | 0 |
<h5 dir="auto">Issue Type:</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">ansible 1.9.3</p>
<h5 dir="auto">Ansible Configuration:</h5>
<p dir="auto">nothing special</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">run from: OS X 10.11<br>
managing: OracleLinux 7.1</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">Playbook with this task fail:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- name: Upgrade
yum: name=* state=latest update_cache=yes"><pre class="notranslate"><code class="notranslate">- name: Upgrade
yum: name=* state=latest update_cache=yes
</code></pre></div>
<h5 dir="auto">Actual Results:</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TASK: [packages-yum | Upgrade] ************************************************
<192.168.x.x> ESTABLISH CONNECTION FOR USER: root
<192.168.x.x> REMOTE_MODULE yum name=* state=latest update_cache=yes
<192.168.x.x> EXEC ssh -C -tt -v -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/Users/wicommander/.ansible/cp/ansible-ssh-%h-%p-%r" -o IdentityFile="/Users/wicommander/.ssh/id_rsa_java" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 192.168.x.x /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1444204659.82-210310868168839 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1444204659.82-210310868168839 && echo $HOME/.ansible/tmp/ansible-tmp-1444204659.82-210310868168839'
<192.168.x.x> PUT /tmp/tmpiCqSFi TO /root/.ansible/tmp/ansible-tmp-1444204659.82-210310868168839/yum
<192.168.x.x> EXEC ssh -C -tt -v -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/Users/wicommander/.ansible/cp/ansible-ssh-%h-%p-%r" -o IdentityFile="/Users/wicommander/.ssh/id_rsa_java" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 192.168.x.x /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python -tt /root/.ansible/tmp/ansible-tmp-1444204659.82-210310868168839/yum; rm -rf /root/.ansible/tmp/ansible-tmp-1444204659.82-210310868168839/ >/dev/null 2>&1'
failed: [ns2] => {"changed": false, "errors": "unexpected state", "failed": true, "results": ""}
msg: we should never get here unless this all failed
FATAL: all hosts have already failed -- aborting"><pre class="notranslate"><code class="notranslate">TASK: [packages-yum | Upgrade] ************************************************
<192.168.x.x> ESTABLISH CONNECTION FOR USER: root
<192.168.x.x> REMOTE_MODULE yum name=* state=latest update_cache=yes
<192.168.x.x> EXEC ssh -C -tt -v -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/Users/wicommander/.ansible/cp/ansible-ssh-%h-%p-%r" -o IdentityFile="/Users/wicommander/.ssh/id_rsa_java" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 192.168.x.x /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1444204659.82-210310868168839 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1444204659.82-210310868168839 && echo $HOME/.ansible/tmp/ansible-tmp-1444204659.82-210310868168839'
<192.168.x.x> PUT /tmp/tmpiCqSFi TO /root/.ansible/tmp/ansible-tmp-1444204659.82-210310868168839/yum
<192.168.x.x> EXEC ssh -C -tt -v -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/Users/wicommander/.ansible/cp/ansible-ssh-%h-%p-%r" -o IdentityFile="/Users/wicommander/.ssh/id_rsa_java" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 192.168.x.x /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python -tt /root/.ansible/tmp/ansible-tmp-1444204659.82-210310868168839/yum; rm -rf /root/.ansible/tmp/ansible-tmp-1444204659.82-210310868168839/ >/dev/null 2>&1'
failed: [ns2] => {"changed": false, "errors": "unexpected state", "failed": true, "results": ""}
msg: we should never get here unless this all failed
FATAL: all hosts have already failed -- aborting
</code></pre></div> | <p dir="auto">Updating YUM packages is broken in Ansible 1.9.3.</p>
<p dir="auto">env:<br>
Ubuntu 15.04 vivid<br>
Ansible version: 1.9.3-1ppa~vivid (deb-src <a href="http://ppa.launchpad.net/ansible/ansible/ubuntu" rel="nofollow">http://ppa.launchpad.net/ansible/ansible/ubuntu</a>)</p>
<p dir="auto">Snippet of my playbook:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="- name: YUM upgrade
yum: name=* state=latest update_cache=yes"><pre class="notranslate">- <span class="pl-ent">name</span>: <span class="pl-s">YUM upgrade</span>
<span class="pl-ent">yum</span>: <span class="pl-s">name=* state=latest update_cache=yes</span></pre></div>
<p dir="auto">Unexpected result:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TASK: [centos | YUM upgrade] **************************************************
failed: [centos_host] => {"changed": false, "errors": "unexpected state", "failed": true, "results": ""}
msg: we should never get here unless this all failed"><pre class="notranslate"><code class="notranslate">TASK: [centos | YUM upgrade] **************************************************
failed: [centos_host] => {"changed": false, "errors": "unexpected state", "failed": true, "results": ""}
msg: we should never get here unless this all failed
</code></pre></div>
<p dir="auto">Debugging showed that the value state is 'latest', which is an expected state.</p>
<p dir="auto">Expected result (was working in 1.9.2):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TASK: [centos | YUM upgrade] **************************************************
ok: [centos_host]"><pre class="notranslate"><code class="notranslate">TASK: [centos | YUM upgrade] **************************************************
ok: [centos_host]
</code></pre></div> | 1 |
<p dir="auto">I get an output like this, why? :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="E
======================================================================
ERROR: Failure: ImportError (No module named scipy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/nose-1.3.0-py2.7.egg/nose/loader.py", line 402, in loadTestsFromName
module = resolve_name(addr.module)
File "/Library/Python/2.7/site-packages/nose-1.3.0-py2.7.egg/nose/util.py", line 311, in resolve_name
module = __import__('.'.join(parts_copy))
File "/Library/Python/2.7/site-packages/sklearn/__init__.py", line 32, in <module>
from .base import clone
File "/Library/Python/2.7/site-packages/sklearn/base.py", line 10, in <module>
from scipy import sparse
ImportError: No module named scipy"><pre class="notranslate"><code class="notranslate">E
======================================================================
ERROR: Failure: ImportError (No module named scipy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/nose-1.3.0-py2.7.egg/nose/loader.py", line 402, in loadTestsFromName
module = resolve_name(addr.module)
File "/Library/Python/2.7/site-packages/nose-1.3.0-py2.7.egg/nose/util.py", line 311, in resolve_name
module = __import__('.'.join(parts_copy))
File "/Library/Python/2.7/site-packages/sklearn/__init__.py", line 32, in <module>
from .base import clone
File "/Library/Python/2.7/site-packages/sklearn/base.py", line 10, in <module>
from scipy import sparse
ImportError: No module named scipy
</code></pre></div>
<hr>
<p dir="auto">Ran 1 test in 0.001s</p>
<p dir="auto">FAILED (errors=1)</p> | <p dir="auto">Not sure if this is properly filed with scikit-learn or pip, but this is what I found. I assumed that pip would install all necessary dependencies upon running</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pip install scikit-learn"><pre class="notranslate">pip install scikit-learn</pre></div>
<p dir="auto">However, pip did not install scipy. This lead to a traceback with a very vague error message from the file sklearn/<strong>init</strong>.py,</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="ImportError: cannot import name __check_build"><pre class="notranslate"><span class="pl-v">ImportError</span>: <span class="pl-s1">cannot</span> <span class="pl-s1">import</span> <span class="pl-s1">name</span> <span class="pl-s1">__check_build</span></pre></div>
<p dir="auto">It seems reasonable that scikit-learn would instead alert the user to the fact that there is a missing dependency, and is not actually installed incorrectly.</p> | 1 |
<h3 dir="auto">Describe the bug</h3>
<p dir="auto">a CTE cannot be aliased multiple times, raise Multiple CTEs with SAME NAME;</p>
<h3 dir="auto">To Reproduce</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from sqlalchemy import Table
from sqlalchemy import MetaData
from sqlalchemy import Column
from sqlalchemy import Float
from sqlalchemy import create_engine
sa_table = Table('district',
MetaData(schema='real_estate'),
Column('price', Float))
# table = select([sa_table.c.price]).cte('not_a', nesting=True)
table = select([sa_table.c.price]).cte('not_a')
sum_table = table.alias('a')
common_table = table.alias('a')
sql = select(
[select([func.sum(sum_table.c.price)]).as_scalar() /
common_table.c.price]
).select_from(common_table)
sql.compile()"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">sqlalchemy</span> <span class="pl-k">import</span> <span class="pl-v">Table</span>
<span class="pl-k">from</span> <span class="pl-s1">sqlalchemy</span> <span class="pl-k">import</span> <span class="pl-v">MetaData</span>
<span class="pl-k">from</span> <span class="pl-s1">sqlalchemy</span> <span class="pl-k">import</span> <span class="pl-v">Column</span>
<span class="pl-k">from</span> <span class="pl-s1">sqlalchemy</span> <span class="pl-k">import</span> <span class="pl-v">Float</span>
<span class="pl-k">from</span> <span class="pl-s1">sqlalchemy</span> <span class="pl-k">import</span> <span class="pl-s1">create_engine</span>
<span class="pl-s1">sa_table</span> <span class="pl-c1">=</span> <span class="pl-v">Table</span>(<span class="pl-s">'district'</span>,
<span class="pl-v">MetaData</span>(<span class="pl-s1">schema</span><span class="pl-c1">=</span><span class="pl-s">'real_estate'</span>),
<span class="pl-v">Column</span>(<span class="pl-s">'price'</span>, <span class="pl-v">Float</span>))
<span class="pl-c"># table = select([sa_table.c.price]).cte('not_a', nesting=True)</span>
<span class="pl-s1">table</span> <span class="pl-c1">=</span> <span class="pl-en">select</span>([<span class="pl-s1">sa_table</span>.<span class="pl-s1">c</span>.<span class="pl-s1">price</span>]).<span class="pl-en">cte</span>(<span class="pl-s">'not_a'</span>)
<span class="pl-s1">sum_table</span> <span class="pl-c1">=</span> <span class="pl-s1">table</span>.<span class="pl-en">alias</span>(<span class="pl-s">'a'</span>)
<span class="pl-s1">common_table</span> <span class="pl-c1">=</span> <span class="pl-s1">table</span>.<span class="pl-en">alias</span>(<span class="pl-s">'a'</span>)
<span class="pl-s1">sql</span> <span class="pl-c1">=</span> <span class="pl-en">select</span>(
[<span class="pl-en">select</span>([<span class="pl-s1">func</span>.<span class="pl-en">sum</span>(<span class="pl-s1">sum_table</span>.<span class="pl-s1">c</span>.<span class="pl-s1">price</span>)]).<span class="pl-en">as_scalar</span>() <span class="pl-c1">/</span>
<span class="pl-s1">common_table</span>.<span class="pl-s1">c</span>.<span class="pl-s1">price</span>]
).<span class="pl-en">select_from</span>(<span class="pl-s1">common_table</span>)
<span class="pl-s1">sql</span>.<span class="pl-en">compile</span>()</pre></div>
<h3 dir="auto">Error</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "<input>", line 1, in <module>
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/elements.py", line 489, in compile
return self._compiler(dialect, **kw)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/elements.py", line 553, in _compiler
return dialect.statement_compiler(dialect, self, **kw)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 765, in __init__
Compiled.__init__(self, dialect, statement, **kwargs)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 454, in __init__
self.string = self.process(self.statement, **compile_kwargs)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 489, in process
return obj._compiler_dispatch(self, **kwargs)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/visitors.py", line 82, in _compiler_dispatch
return meth(self, **kw)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 3263, in visit_select
text = self._compose_select_body(
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 3407, in _compose_select_body
[
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 3408, in <listcomp>
f._compiler_dispatch(
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/visitors.py", line 82, in _compiler_dispatch
return meth(self, **kw)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 2549, in visit_cte
raise exc.CompileError(
sqlalchemy.exc.CompileError: Multiple, unrelated CTEs found with the same name: 'a'```
### Versions
- OS: macOS Big Sur
- Python: 3.8
- SQLAlchemy: 1.3.24 & 1.4.24
- Database: Postgresql
- DBAPI (eg: psycopg, cx_oracle, mysqlclient): psycopg
### Additional context
_No response_"><pre class="notranslate"><code class="notranslate">Traceback (most recent call last):
File "<input>", line 1, in <module>
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/elements.py", line 489, in compile
return self._compiler(dialect, **kw)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/elements.py", line 553, in _compiler
return dialect.statement_compiler(dialect, self, **kw)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 765, in __init__
Compiled.__init__(self, dialect, statement, **kwargs)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 454, in __init__
self.string = self.process(self.statement, **compile_kwargs)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 489, in process
return obj._compiler_dispatch(self, **kwargs)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/visitors.py", line 82, in _compiler_dispatch
return meth(self, **kw)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 3263, in visit_select
text = self._compose_select_body(
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 3407, in _compose_select_body
[
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 3408, in <listcomp>
f._compiler_dispatch(
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/visitors.py", line 82, in _compiler_dispatch
return meth(self, **kw)
File "/Users/zzz/backend/mdt_parser/py_venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py", line 2549, in visit_cte
raise exc.CompileError(
sqlalchemy.exc.CompileError: Multiple, unrelated CTEs found with the same name: 'a'```
### Versions
- OS: macOS Big Sur
- Python: 3.8
- SQLAlchemy: 1.3.24 & 1.4.24
- Database: Postgresql
- DBAPI (eg: psycopg, cx_oracle, mysqlclient): psycopg
### Additional context
_No response_
</code></pre></div> | <p dir="auto"><strong>Migrated issue, originally created by Dobes Vandermeer (<a href="https://github.com/dobesv">@dobesv</a>)</strong></p>
<p dir="auto">I am trying to use the "baked query" pattern to reduce the time spent generating SQL, which currently is quite significant for our app.</p>
<p dir="auto">One thing I can't seem to parameterize using a bindparam, however, is the limit on the query.</p>
<p dir="auto">Although in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="384612604" data-permission-text="Title is private" data-url="https://github.com/sqlalchemy/sqlalchemy/issues/805" data-hovercard-type="issue" data-hovercard-url="/sqlalchemy/sqlalchemy/issues/805/hovercard" href="https://github.com/sqlalchemy/sqlalchemy/issues/805">#805</a> the limit was changed into a bindparam, this doesn't allow me to provide my own bindparam but rather always creates its own bindparam, assuming the limit I procide is a number already.</p>
<p dir="auto">I think that if the places where currently it wraps a numeric limit into a bindparam using sql.literal() it would also check if limit was already a bindparam then it would be good.</p>
<p dir="auto">Here's an example that can be pasted into the test suite:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" def test_select_with_bindparam_limit(self):
"""Does a query allow bindparam for the limit?"""
sess = create_session()
users = []
q1 = sess.query(self.classes.User).order_by(self.classes.User.id).limit(sa.bindparam('n'))
for n in xrange(1,4):
users[:] = q1.params(n=n).all()
assert len(users) == n"><pre class="notranslate"><code class="notranslate"> def test_select_with_bindparam_limit(self):
"""Does a query allow bindparam for the limit?"""
sess = create_session()
users = []
q1 = sess.query(self.classes.User).order_by(self.classes.User.id).limit(sa.bindparam('n'))
for n in xrange(1,4):
users[:] = q1.params(n=n).all()
assert len(users) == n
</code></pre></div> | 0 |
<p dir="auto"><del>insertRow(index?: number): HTMLElement;</del><br>
insertRow(index?: number): <strong>HTMLTableRowElement</strong> ;<br>
<del>insertCell(index?: number): HTMLElement;</del><br>
insertCell(index?: number): <strong>HTMLTableCellElement</strong>;</p>
<p dir="auto">also HTMLTableElement.rows is not a collection of HTMLTableRowElements!?</p>
<p dir="auto">Am I mistaken here?</p> | <p dir="auto">A couple of html table related methods in lib.d.ts return HTMLElement, but they could return a more precise type:</p>
<ul dir="auto">
<li>HTMLTableElement.insertRow should return HTMLTableRowElement instead of HTMLElement</li>
<li>HTMLTableElement.createTHead should return HTMLTableSectionElement instead of HTMLElement</li>
<li>HTMLTableElement.createTBody should return HTMLTableSectionElement instead of HTMLElement</li>
<li>HTMLTableElement.createTFoot should return HTMLTableSectionElement instead of HTMLElement</li>
<li>HTMLTableElement.createCaption should return HTMLTableCaptionElement instead of HTMLElement</li>
<li>HTMLTableSectionElement.insertRow should return HTMLTableRowElement instead of HTMLElement</li>
<li>HTMLTableRowElement.insertCell should return HTMLTableCellElement instead of HTMLElement</li>
</ul> | 1 |
<p dir="auto">There appears to be a regression in <code class="notranslate">scipy.integrate.dblquad</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from scipy.integrate import dblquad
f = lambda y,x,a: a*x*y
dblquad(f, 0, 1, lambda y: 0, lambda y: 1, args=(1,))"><pre class="notranslate"><code class="notranslate">from scipy.integrate import dblquad
f = lambda y,x,a: a*x*y
dblquad(f, 0, 1, lambda y: 0, lambda y: 1, args=(1,))
</code></pre></div>
<p dir="auto">works in 0.17.1, but in 0.18 causes the error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=".../python3.4/site-packages/scipy/integrate/quadpack.py in integrate(self, *args, **kwargs)
747 ind = -(depth + 1)
748 fn_range = self.ranges[ind]
--> 749 low, high = fn_range(*args)
750 fn_opt = self.opts[ind]
751 opt = dict(fn_opt(*args))
TypeError: <lambda>() takes 1 positional argument but 2 were given"><pre class="notranslate"><code class="notranslate">.../python3.4/site-packages/scipy/integrate/quadpack.py in integrate(self, *args, **kwargs)
747 ind = -(depth + 1)
748 fn_range = self.ranges[ind]
--> 749 low, high = fn_range(*args)
750 fn_opt = self.opts[ind]
751 opt = dict(fn_opt(*args))
TypeError: <lambda>() takes 1 positional argument but 2 were given
</code></pre></div>
<p dir="auto">Changing the call to</p>
<p dir="auto"><code class="notranslate">dblquad(lambda y,x,a: 1, 0, 1, lambda x,a: 0, lambda x,a: 1,args=(1,))</code></p>
<p dir="auto">does not fix the problem. Version info:</p>
<p dir="auto">Python 3.4.3 (default, Oct 14 2015, 20:28:29)<br>
Type "copyright", "credits" or "license" for more information.</p>
<p dir="auto">IPython 5.0.0 -- An enhanced Interactive Python.</p>
<p dir="auto">In [3]: print( scipy.<strong>version</strong>)<br>
0.18.0</p> | <p dir="auto">Similar to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="114862272" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/5452" data-hovercard-type="issue" data-hovercard-url="/scipy/scipy/issues/5452/hovercard" href="https://github.com/scipy/scipy/issues/5452">#5452</a>, <code class="notranslate">dblquad</code> fails when called with <code class="notranslate">args</code> because the <code class="notranslate">args</code> get passed to the range function in <code class="notranslate">nquad</code>, even though the range functions are supposed to not have additional arguments (as per the documentation):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> from scipy.integrate import dblquad
>>> g= lambda x: x
>>> h= lambda x: 2 * x
>>> args = 1, 2
>>> func = lambda x0, x1, t0, t1: x0 + x1 + t0 + t1
>>> dblquad(func, 1, 2, g, h, args=args)
TypeError: <lambda>() takes exactly 1 argument (3 given)"><pre class="notranslate"><code class="notranslate">>>> from scipy.integrate import dblquad
>>> g= lambda x: x
>>> h= lambda x: 2 * x
>>> args = 1, 2
>>> func = lambda x0, x1, t0, t1: x0 + x1 + t0 + t1
>>> dblquad(func, 1, 2, g, h, args=args)
TypeError: <lambda>() takes exactly 1 argument (3 given)
</code></pre></div>
<p dir="auto">This example works in <code class="notranslate">0.16.0</code> (the version I have installed) and I think the changes in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="137406553" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/5906" data-hovercard-type="pull_request" data-hovercard-url="/scipy/scipy/pull/5906/hovercard" href="https://github.com/scipy/scipy/pull/5906">#5906</a> are to blame.</p>
<p dir="auto">I would suggest fixing this in a way that restores the old <code class="notranslate">dblquad</code> API. <code class="notranslate">tplquad</code> likely has the same issue, but I haven't checked.</p> | 1 |
<p dir="auto">I am trying to get the <code class="notranslate">route</code> decorator to work with the <code class="notranslate">MethodView</code>.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from flask import Blueprint
from flask.views import MethodView
api = Blueprint("api", __name__)
@api.route("/users")
class UserAPI(MethodView):
def get(self):
pass
def post(self):
pass"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">flask</span> <span class="pl-k">import</span> <span class="pl-v">Blueprint</span>
<span class="pl-k">from</span> <span class="pl-s1">flask</span>.<span class="pl-s1">views</span> <span class="pl-k">import</span> <span class="pl-v">MethodView</span>
<span class="pl-s1">api</span> <span class="pl-c1">=</span> <span class="pl-v">Blueprint</span>(<span class="pl-s">"api"</span>, <span class="pl-s1">__name__</span>)
<span class="pl-en">@<span class="pl-s1">api</span>.<span class="pl-en">route</span>(<span class="pl-s">"/users"</span>)</span>
<span class="pl-k">class</span> <span class="pl-v">UserAPI</span>(<span class="pl-v">MethodView</span>):
<span class="pl-k">def</span> <span class="pl-en">get</span>(<span class="pl-s1">self</span>):
<span class="pl-k">pass</span>
<span class="pl-k">def</span> <span class="pl-en">post</span>(<span class="pl-s1">self</span>):
<span class="pl-k">pass</span></pre></div>
<p dir="auto">I am not sure if this is currently supported but it would be a good plus.</p> | <h3 dir="auto">TL;DR:</h3>
<ul dir="auto">
<li>Being able to use a Blueprint's <code class="notranslate">@pb.route</code> decorator on a <code class="notranslate">MethodView</code> class can help made code more readable</li>
<li>It should be a pretty trivial fix.</li>
<li>I'm working on tests and a merge request right now.</li>
</ul>
<h3 dir="auto">Expected Behavior</h3>
<p dir="auto">Users should be able to combine blueprints with <code class="notranslate">MethodView</code>.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from flask import Blueprint
from flask.views import MethodView
api = Blueprint("api", __name__, url_prefix="/api/v1")
@api.route("/users")
@api.route("/users/<user_id>")
class UserAPI(MethodView):
def get(self, user_id=None):
if user_id is None:
return "list of all users"
else:
return f"just user {user_id}"
def post(self, user_id):
return f"POST {user_id}"
def delete(self, user_id):
return f"DELETE {user_id}"
def put(self, user_id):
return f"PUT {user_id}"
def PATCH(self, user_id):
return f"PATCH {user_id}""><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">flask</span> <span class="pl-k">import</span> <span class="pl-v">Blueprint</span>
<span class="pl-k">from</span> <span class="pl-s1">flask</span>.<span class="pl-s1">views</span> <span class="pl-k">import</span> <span class="pl-v">MethodView</span>
<span class="pl-s1">api</span> <span class="pl-c1">=</span> <span class="pl-v">Blueprint</span>(<span class="pl-s">"api"</span>, <span class="pl-s1">__name__</span>, <span class="pl-s1">url_prefix</span><span class="pl-c1">=</span><span class="pl-s">"/api/v1"</span>)
<span class="pl-en">@<span class="pl-s1">api</span>.<span class="pl-en">route</span>(<span class="pl-s">"/users"</span>)</span>
<span class="pl-en">@<span class="pl-s1">api</span>.<span class="pl-en">route</span>(<span class="pl-s">"/users/<user_id>"</span>)</span>
<span class="pl-k">class</span> <span class="pl-v">UserAPI</span>(<span class="pl-v">MethodView</span>):
<span class="pl-k">def</span> <span class="pl-en">get</span>(<span class="pl-s1">self</span>, <span class="pl-s1">user_id</span><span class="pl-c1">=</span><span class="pl-c1">None</span>):
<span class="pl-k">if</span> <span class="pl-s1">user_id</span> <span class="pl-c1">is</span> <span class="pl-c1">None</span>:
<span class="pl-k">return</span> <span class="pl-s">"list of all users"</span>
<span class="pl-k">else</span>:
<span class="pl-k">return</span> <span class="pl-s">f"just user <span class="pl-s1"><span class="pl-kos">{</span><span class="pl-s1">user_id</span><span class="pl-kos">}</span></span>"</span>
<span class="pl-k">def</span> <span class="pl-en">post</span>(<span class="pl-s1">self</span>, <span class="pl-s1">user_id</span>):
<span class="pl-k">return</span> <span class="pl-s">f"POST <span class="pl-s1"><span class="pl-kos">{</span><span class="pl-s1">user_id</span><span class="pl-kos">}</span></span>"</span>
<span class="pl-k">def</span> <span class="pl-en">delete</span>(<span class="pl-s1">self</span>, <span class="pl-s1">user_id</span>):
<span class="pl-k">return</span> <span class="pl-s">f"DELETE <span class="pl-s1"><span class="pl-kos">{</span><span class="pl-s1">user_id</span><span class="pl-kos">}</span></span>"</span>
<span class="pl-k">def</span> <span class="pl-en">put</span>(<span class="pl-s1">self</span>, <span class="pl-s1">user_id</span>):
<span class="pl-k">return</span> <span class="pl-s">f"PUT <span class="pl-s1"><span class="pl-kos">{</span><span class="pl-s1">user_id</span><span class="pl-kos">}</span></span>"</span>
<span class="pl-k">def</span> <span class="pl-v">PATCH</span>(<span class="pl-s1">self</span>, <span class="pl-s1">user_id</span>):
<span class="pl-k">return</span> <span class="pl-s">f"PATCH <span class="pl-s1"><span class="pl-kos">{</span><span class="pl-s1">user_id</span><span class="pl-kos">}</span></span>"</span></pre></div>
<h3 dir="auto">Actual Behavior</h3>
<p dir="auto">Using a blueprint's <code class="notranslate">@route</code> decorator on a <code class="notranslate">MethodView</code> results in <code class="notranslate">TypeError</code> is raised:</p>
<div class="highlight highlight-text-python-traceback notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py", line 2463, in __call__
return self.wsgi_app(environ, start_response)
File "/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py", line 2449, in wsgi_app
response = self.handle_exception(e)
File "/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py", line 1866, in handle_exception
reraise(exc_type, exc_value, tb)
File "/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/_compat.py", line 39, in reraise
raise value
File "/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py", line 2446, in wsgi_app
response = self.full_dispatch_request()
File "/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py", line 1952, in full_dispatch_request
return self.finalize_request(rv)
File "/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py", line 1967, in finalize_request
response = self.make_response(rv)
File "/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py", line 2130, in make_response
" {rv.__class__.__name__}.".format(rv=rv)
TypeError: The view function did not return a valid response. The return type must be a string, dict, tuple, Response instance, or WSGI callable, but it was a UserAPI."><pre class="notranslate">Traceback (most recent call last):
File <span class="pl-s">"/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py"</span>, line <span class="pl-c1">2463</span>, in <span class="pl-en">__call__</span>
<span class="pl-k">return</span> <span class="pl-c1">self</span>.wsgi_app(environ, start_response)
File <span class="pl-s">"/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py"</span>, line <span class="pl-c1">2449</span>, in <span class="pl-en">wsgi_app</span>
response <span class="pl-k">=</span> <span class="pl-c1">self</span>.handle_exception(e)
File <span class="pl-s">"/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py"</span>, line <span class="pl-c1">1866</span>, in <span class="pl-en">handle_exception</span>
reraise(exc_type, exc_value, tb)
File <span class="pl-s">"/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/_compat.py"</span>, line <span class="pl-c1">39</span>, in <span class="pl-en">reraise</span>
<span class="pl-k">raise</span> value
File <span class="pl-s">"/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py"</span>, line <span class="pl-c1">2446</span>, in <span class="pl-en">wsgi_app</span>
response <span class="pl-k">=</span> <span class="pl-c1">self</span>.full_dispatch_request()
File <span class="pl-s">"/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py"</span>, line <span class="pl-c1">1952</span>, in <span class="pl-en">full_dispatch_request</span>
<span class="pl-k">return</span> <span class="pl-c1">self</span>.finalize_request(rv)
File <span class="pl-s">"/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py"</span>, line <span class="pl-c1">1967</span>, in <span class="pl-en">finalize_request</span>
response <span class="pl-k">=</span> <span class="pl-c1">self</span>.make_response(rv)
File <span class="pl-s">"/c/gitlab/mocvd/sic-inventory/.venv/lib/python3.6/site-packages/flask/app.py"</span>, line <span class="pl-c1">2130</span>, in <span class="pl-en">make_response</span>
<span class="pl-s"><span class="pl-pds">"</span> <span class="pl-c1">{rv.__class__.__name__}</span>.<span class="pl-pds">"</span></span>.format(<span class="pl-v">rv</span><span class="pl-k">=</span>rv)
<span class="pl-en">TypeError</span>: <span class="pl-s">The view function did not return a valid response. The return type must be a string, dict, tuple, Response instance, or WSGI callable, but it was a UserAPI.</span></pre></div>
<p dir="auto">Instead, users need to manually add rules to the app after the fact, which can be hard to read and requires that the <code class="notranslate">app</code> instance be available in the module.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="user_view = UserAPI.as_view('user_api')
app.add_url_rule('/users/', defaults={'user_id': None},
view_func=user_view, methods=['GET',])
app.add_url_rule('/users/', view_func=user_view, methods=['POST',])
app.add_url_rule('/users/<int:user_id>', view_func=user_view,
methods=['GET', 'PUT', 'PATCH', 'DELETE'])"><pre class="notranslate"><span class="pl-s1">user_view</span> <span class="pl-c1">=</span> <span class="pl-v">UserAPI</span>.<span class="pl-en">as_view</span>(<span class="pl-s">'user_api'</span>)
<span class="pl-s1">app</span>.<span class="pl-en">add_url_rule</span>(<span class="pl-s">'/users/'</span>, <span class="pl-s1">defaults</span><span class="pl-c1">=</span>{<span class="pl-s">'user_id'</span>: <span class="pl-c1">None</span>},
<span class="pl-s1">view_func</span><span class="pl-c1">=</span><span class="pl-s1">user_view</span>, <span class="pl-s1">methods</span><span class="pl-c1">=</span>[<span class="pl-s">'GET'</span>,])
<span class="pl-s1">app</span>.<span class="pl-en">add_url_rule</span>(<span class="pl-s">'/users/'</span>, <span class="pl-s1">view_func</span><span class="pl-c1">=</span><span class="pl-s1">user_view</span>, <span class="pl-s1">methods</span><span class="pl-c1">=</span>[<span class="pl-s">'POST'</span>,])
<span class="pl-s1">app</span>.<span class="pl-en">add_url_rule</span>(<span class="pl-s">'/users/<int:user_id>'</span>, <span class="pl-s1">view_func</span><span class="pl-c1">=</span><span class="pl-s1">user_view</span>,
<span class="pl-s1">methods</span><span class="pl-c1">=</span>[<span class="pl-s">'GET'</span>, <span class="pl-s">'PUT'</span>, <span class="pl-s">'PATCH'</span>, <span class="pl-s">'DELETE'</span>])</pre></div>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>Python version: 3.6.8</li>
<li>Flask version: 1.1.1</li>
<li>Werkzeug version: 0.16.0</li>
</ul>
<h3 dir="auto">The Fix</h3>
<p dir="auto">Based on my testing is <em>should</em> be relatively trivial to support this. All that needs to be done is edit <code class="notranslate">Blueprint.route</code>:</p>
<div class="highlight highlight-source-diff notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="diff --git a/src/flask/blueprints.py b/src/flask/blueprints.py
index 8978104d..f6f62dd6 100644
--- a/src/flask/blueprints.py
+++ b/src/flask/blueprints.py
@@ -11,6 +11,8 @@
"""
from functools import update_wrapper
+from .views import MethodViewType
+
from .helpers import _endpoint_from_view_func
from .helpers import _PackageBoundObject
@@ -276,6 +278,11 @@ class Blueprint(_PackageBoundObject):
def decorator(f):
endpoint = options.pop("endpoint", f.__name__)
+
+ # Support decorating MethodView classes
+ if isinstance(f, MethodViewType):
+ f = f.as_view(endpoint)
+
self.add_url_rule(rule, endpoint, f, **options)
return f"><pre class="notranslate"><span class="pl-c1">diff --git a/src/flask/blueprints.py b/src/flask/blueprints.py</span>
index 8978104d..f6f62dd6 100644
<span class="pl-md">--- a/src/flask/blueprints.py</span>
<span class="pl-mi1">+++ b/src/flask/blueprints.py</span>
<span class="pl-mdr">@@ -11,6 +11,8 @@</span>
"""
from functools import update_wrapper
<span class="pl-mi1"><span class="pl-mi1">+</span>from .views import MethodViewType</span>
<span class="pl-mi1"><span class="pl-mi1">+</span></span>
from .helpers import _endpoint_from_view_func
from .helpers import _PackageBoundObject
<span class="pl-mdr">@@ -276,6 +278,11 @@</span> class Blueprint(_PackageBoundObject):
def decorator(f):
endpoint = options.pop("endpoint", f.__name__)
<span class="pl-mi1"><span class="pl-mi1">+</span></span>
<span class="pl-mi1"><span class="pl-mi1">+</span> # Support decorating MethodView classes</span>
<span class="pl-mi1"><span class="pl-mi1">+</span> if isinstance(f, MethodViewType):</span>
<span class="pl-mi1"><span class="pl-mi1">+</span> f = f.as_view(endpoint)</span>
<span class="pl-mi1"><span class="pl-mi1">+</span></span>
self.add_url_rule(rule, endpoint, f, **options)
return f</pre></div>
<p dir="auto"><strong>Note:</strong> I originally saw this feature in the <code class="notranslate">marshmallow-code/flask-smorest</code> library (originally <code class="notranslate">Nobatek/flask-rest-api</code>) <a href="https://github.com/marshmallow-code/flask-smorest/blob/cc618f74abc2035d9f2904efed32cfc3bafad3ab/flask_smorest/blueprint.py#L90">flask_smorest/blueprint.py</a>.<br>
The above code is taken almost verbatim from that library.</p> | 1 |
<p dir="auto">hi, I just use babylon && babel-traverse && babel-generator doing something. but after generating, the result has unicode.</p>
<p dir="auto">Choose one: is this a bug report or feature request?<br>
Bug report</p>
<h2 dir="auto">Input Code</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const fs = require('fs');
const babylon = require('babylon');
const generator = require('babel-generator').default;
const str = `
import React, { Component } from 'react';
class ListBase extends Component {
render() {
return <p title="中国">杭州</p>
}
}
`
function parse(str) {
return babylon.parse(str, {
plugins: ['jsx', 'classProperties'],
sourceType: 'module',
});
}
const ast = parse(str);
const result = generator(ast);
fs.writeFileSync('./new.js', result.code);"><pre class="notranslate"><code class="notranslate">const fs = require('fs');
const babylon = require('babylon');
const generator = require('babel-generator').default;
const str = `
import React, { Component } from 'react';
class ListBase extends Component {
render() {
return <p title="中国">杭州</p>
}
}
`
function parse(str) {
return babylon.parse(str, {
plugins: ['jsx', 'classProperties'],
sourceType: 'module',
});
}
const ast = parse(str);
const result = generator(ast);
fs.writeFileSync('./new.js', result.code);
</code></pre></div>
<h2 dir="auto">Expected Behavior</h2>
<p dir="auto"><code class="notranslate">new.js</code> should be:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import React, { Component } from 'react';
class ListBase extends Component {
render() {
return <p title="中国">杭州</p>
}
}"><pre class="notranslate"><code class="notranslate">import React, { Component } from 'react';
class ListBase extends Component {
render() {
return <p title="中国">杭州</p>
}
}
</code></pre></div>
<h2 dir="auto">Current Behavior</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import React, { Component } from 'react';
class ListBase extends Component {
render() {
return <p title="\u4E2D\u56FD">杭州</p>;
}
}"><pre class="notranslate"><code class="notranslate">import React, { Component } from 'react';
class ListBase extends Component {
render() {
return <p title="\u4E2D\u56FD">杭州</p>;
}
}
</code></pre></div>
<p dir="auto">the property <code class="notranslate">title</code> shoud be <code class="notranslate">中国</code>, but after generating , the result is <code class="notranslate">\u4E2D\u56FD</code></p>
<h2 dir="auto">Your Environment</h2>
<table role="table">
<thead>
<tr>
<th>software</th>
<th>versions</th>
</tr>
</thead>
<tbody>
<tr>
<td>babylon</td>
<td>6.18.0</td>
</tr>
<tr>
<td>babel-generator</td>
<td>6.26.0</td>
</tr>
</tbody>
</table> | <p dir="auto">After <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="175672408" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/4478" data-hovercard-type="pull_request" data-hovercard-url="/babel/babel/pull/4478/hovercard" href="https://github.com/babel/babel/pull/4478">#4478</a> PR I discovered that Cyrillic text inside a jsx tag transpiled to <code class="notranslate">\uXXXX</code>-style escape sequences. This leads to issues in debug and growing output bundle size. But if I have JSXExpression with StringLiteral all works as expected and text stay unescaped.</p>
<h3 dir="auto">Input Code</h3>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<div>
<Foo>Привет</Foo>
<Foo>{"Привет"}</Foo>
</div>"><pre class="notranslate"><span class="pl-c1"><</span><span class="pl-ent">div</span><span class="pl-c1">></span>
<span class="pl-c1"><</span><span class="pl-ent">Foo</span><span class="pl-c1">></span>Привет<span class="pl-c1"><</span><span class="pl-c1">/</span><span class="pl-ent">Foo</span><span class="pl-c1">></span>
<span class="pl-c1"><</span><span class="pl-ent">Foo</span><span class="pl-c1">></span><span class="pl-kos">{</span><span class="pl-s">"Привет"</span><span class="pl-kos">}</span><span class="pl-c1"><</span><span class="pl-c1">/</span><span class="pl-ent">Foo</span><span class="pl-c1">></span>
<span class="pl-c1"><</span><span class="pl-c1">/</span><span class="pl-ent">div</span><span class="pl-c1">></span></pre></div>
<h3 dir="auto">Babel Configuration (.babelrc, package.json, cli command)</h3>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{
"presets": [
"react",
["es2015", { "loose": true, "modules": "commonjs", "spec": true }],
"es2016",
"es2017"
]
}"><pre class="notranslate"><span class="pl-kos">{</span>
<span class="pl-s">"presets"</span>: <span class="pl-kos">[</span>
<span class="pl-s">"react"</span><span class="pl-kos">,</span>
<span class="pl-kos">[</span><span class="pl-s">"es2015"</span><span class="pl-kos">,</span> <span class="pl-kos">{</span> <span class="pl-s">"loose"</span>: <span class="pl-c1">true</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">"spec"</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-s">"es2016"</span><span class="pl-kos">,</span>
<span class="pl-s">"es2017"</span>
<span class="pl-kos">]</span>
<span class="pl-kos">}</span></pre></div>
<h3 dir="auto">Expected Behavior</h3>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="React.createElement(
"div",
null,
React.createElement(
Foo,
null,
"Привет"
),
React.createElement(
Foo,
null,
"Привет"
)
);"><pre class="notranslate"><span class="pl-v">React</span><span class="pl-kos">.</span><span class="pl-en">createElement</span><span class="pl-kos">(</span>
<span class="pl-s">"div"</span><span class="pl-kos">,</span>
<span class="pl-c1">null</span><span class="pl-kos">,</span>
<span class="pl-v">React</span><span class="pl-kos">.</span><span class="pl-en">createElement</span><span class="pl-kos">(</span>
<span class="pl-v">Foo</span><span class="pl-kos">,</span>
<span class="pl-c1">null</span><span class="pl-kos">,</span>
<span class="pl-s">"Привет"</span>
<span class="pl-kos">)</span><span class="pl-kos">,</span>
<span class="pl-v">React</span><span class="pl-kos">.</span><span class="pl-en">createElement</span><span class="pl-kos">(</span>
<span class="pl-v">Foo</span><span class="pl-kos">,</span>
<span class="pl-c1">null</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></pre></div>
<h3 dir="auto">Current Behavior</h3>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="React.createElement(
"div",
null,
React.createElement(
Foo,
null,
"\u041F\u0440\u0438\u0432\u0435\u0442"
),
React.createElement(
Foo,
null,
"Привет"
)
);"><pre class="notranslate"><span class="pl-v">React</span><span class="pl-kos">.</span><span class="pl-en">createElement</span><span class="pl-kos">(</span>
<span class="pl-s">"div"</span><span class="pl-kos">,</span>
<span class="pl-c1">null</span><span class="pl-kos">,</span>
<span class="pl-v">React</span><span class="pl-kos">.</span><span class="pl-en">createElement</span><span class="pl-kos">(</span>
<span class="pl-v">Foo</span><span class="pl-kos">,</span>
<span class="pl-c1">null</span><span class="pl-kos">,</span>
<span class="pl-s">"\u041F\u0440\u0438\u0432\u0435\u0442"</span>
<span class="pl-kos">)</span><span class="pl-kos">,</span>
<span class="pl-v">React</span><span class="pl-kos">.</span><span class="pl-en">createElement</span><span class="pl-kos">(</span>
<span class="pl-v">Foo</span><span class="pl-kos">,</span>
<span class="pl-c1">null</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></pre></div>
<h3 dir="auto">Possible Solution</h3>
<p dir="auto">Add option to disable generating ASCII-safe code or fix escaping behavior.</p>
<h3 dir="auto">Your Environment</h3>
<table role="table">
<thead>
<tr>
<th>software</th>
<th>version</th>
</tr>
</thead>
<tbody>
<tr>
<td>Babel</td>
<td>6.17.0</td>
</tr>
<tr>
<td>node</td>
<td>6.9.1</td>
</tr>
<tr>
<td>npm</td>
<td>3.10.8</td>
</tr>
<tr>
<td>Operating System</td>
<td>OS X 10.12.1</td>
</tr>
</tbody>
</table> | 1 |
<p dir="auto">I started noticing a white trail when resizing the Atom window if a medium-sized file is loaded (or larger). This GIF was made with a file that has 1000 lines and <code class="notranslate">This is a test</code> text in every other line:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/460ca93469509948b83468c9a4d8dc354efc92d6772edd494f079f6e6a9c6a68/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f33383932342f313237353335312f35313661643534652d326466342d313165332d383234302d3533373032616433393165382e676966"><img src="https://camo.githubusercontent.com/460ca93469509948b83468c9a4d8dc354efc92d6772edd494f079f6e6a9c6a68/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f33383932342f313237353335312f35313661643534652d326466342d313165332d383234302d3533373032616433393165382e676966" alt="out" data-animated-image="" data-canonical-src="https://f.cloud.github.com/assets/38924/1275351/516ad54e-2df4-11e3-8240-53702ad391e8.gif" style="max-width: 100%;"></a></p>
<p dir="auto">(sorry for the quality! still learning how to create GIFs)</p>
<p dir="auto">The trail is shown only when the resizing increases the size of the window, not when the size is decreased.</p>
<p dir="auto">Atom version 31.0. OSX 10.8.5</p> | <p dir="auto">This is odd:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/5372770/3281957/b5a09f3a-f4cd-11e3-8b38-3fb11de0811d.gif"><img src="https://cloud.githubusercontent.com/assets/5372770/3281957/b5a09f3a-f4cd-11e3-8b38-3fb11de0811d.gif" alt="md-bug-2" data-animated-image="" style="max-width: 100%;"></a></p>
<p dir="auto">I can't advance by arrow keys towards the end of the line I am in.<br>
I also can't click there or select (my frantic mouse movements are indicating that I'm trying).</p>
<p dir="auto">I'm running:</p>
<ul dir="auto">
<li>OS X 10.9.3</li>
<li>Atom 0.103.0</li>
<li>2 Panes at the same time</li>
<li>softwrap fixed at 80</li>
<li>not sure which other package might be relevant.</li>
</ul>
<p dir="auto">This might be a duplicate/related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="31999057" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/1894" data-hovercard-type="issue" data-hovercard-url="/atom/atom/issues/1894/hovercard" href="https://github.com/atom/atom/issues/1894">#1894</a> and also <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="35685257" data-permission-text="Title is private" data-url="https://github.com/atom/markdown-preview/issues/92" data-hovercard-type="issue" data-hovercard-url="/atom/markdown-preview/issues/92/hovercard" href="https://github.com/atom/markdown-preview/issues/92">atom/markdown-preview#92</a></p> | 0 |
<p dir="auto">Hello,</p>
<p dir="auto">Please add option to visualize line breaks with CRLR or LR as it is done in Notepad++</p>
<p dir="auto">Thank you,<br>
Yuriy</p> | <ol dir="auto">
<li>Install centos 7</li>
<li>Install gnome</li>
<li>start x</li>
<li>open vscode</li>
<li>open a folder</li>
<li>Try to use debug configuration icon to create launch.json<br>
EXPECTED: works<br>
ACTUAL: fails to populate list of available debug adapters.</li>
</ol> | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => 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>
When loading an application using a leading slash and query parameters, the route matcher misbehaves:</p>
<p dir="auto">For the following routes:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="a
a/:userName"><pre class="notranslate"><code class="notranslate">a
a/:userName
</code></pre></div>
<p dir="auto">Requesting 'site.com/a' and ''site.com/a/' both return the correct route <code class="notranslate">a</code><br>
Requesting 'site.com/a?someParam=1' returns the correct route <code class="notranslate">a</code><br>
Requesting 'site.com/a/?someParam=1' returns the route <code class="notranslate">a/:userName</code></p>
<p dir="auto">This is an edge case, as [routerLink] elements handle this correctly, and it is only when loading routes directly that the problem is observed</p>
<p dir="auto"><strong>Expected behavior</strong><br>
Requesting 'site.com/a/?someParam=1' should return the route <code class="notranslate">a</code>, the query parameters shouldn't influence route matching</p>
<p dir="auto"><strong>Minimal reproduction of the problem with instructions</strong><br>
Demo isn't possible through plunkr as direct links are not testable<br>
Create an app with the routes defined above, and load the links directly (this only manifests itself on first loads)</p>
<p dir="auto">EDIT: simplest way to reproduce:</p>
<ul dir="auto">
<li>Clone <a href="https://github.com/angular/angular2-seed">https://github.com/angular/angular2-seed</a></li>
<li>Running:
<ul dir="auto">
<li>load <code class="notranslate">http://localhost:3000/#/home</code> and <code class="notranslate">http://localhost:3000/#/home/</code>, verify both work</li>
<li>load <code class="notranslate">http://localhost:3000/#/home/?test=1</code>, verify a "Cannot match any routes." error is thrown</li>
</ul>
</li>
</ul>
<p dir="auto"><strong>What is the motivation / use case for changing the behavior?</strong></p>
<p dir="auto">This was found when creating email links to account verification. It is an edge case as specified above, but still possible and may have other implications I haven't considered</p>
<p dir="auto"><strong>Please tell us about your environment:</strong></p>
<p dir="auto">Tested using Typescript + WebPack</p>
<ul dir="auto">
<li>
<p dir="auto"><strong>Angular version:</strong> 2.2.X</p>
</li>
<li>
<p dir="auto"><strong>Browser:</strong> Tested on Chrome 54.0.2840.98</p>
</li>
<li>
<p dir="auto"><strong>Language:</strong> TypeScript</p>
</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></p>
<p dir="auto">Query string being is being treated as a path segment for route matching</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="RouterModule.forRoot([
{ path: 'items/all', component: AllItemsComponent }
{ path: 'items/:id/:alias', component: SingleItemComponent }
]);"><pre class="notranslate"><span class="pl-smi">RouterModule</span><span class="pl-kos">.</span><span class="pl-en">forRoot</span><span class="pl-kos">(</span><span class="pl-kos">[</span>
<span class="pl-kos">{</span> <span class="pl-c1">path</span>: <span class="pl-s">'items/all'</span><span class="pl-kos">,</span> <span class="pl-c1">component</span>: <span class="pl-smi">AllItemsComponent</span> <span class="pl-kos">}</span>
<span class="pl-kos">{</span> <span class="pl-c1">path</span>: <span class="pl-s">'items/:id/:alias'</span><span class="pl-kos">,</span> <span class="pl-c1">component</span>: <span class="pl-smi">SingleItemComponent</span> <span class="pl-kos">}</span>
<span class="pl-kos">]</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<ul dir="auto">
<li>Navigating to <code class="notranslate">/items/all?param=x</code> shows AllItemsComponent</li>
<li>Navigating to <code class="notranslate">/items/all/?param=x</code> shows SingleItemComponent</li>
<li>Navigating to <code class="notranslate">/items/all/</code> redirects to <code class="notranslate">/items/all</code></li>
</ul>
<p dir="auto"><strong>Expected/desired behavior</strong></p>
<ul dir="auto">
<li>Navigating to <code class="notranslate">/items/all?param=x</code> shows AllItemsComponent</li>
<li>Navigating to <code class="notranslate">/items/all/?param=x</code> shows AllItemsComponent or redirects to <code class="notranslate">/items/all?param=x</code></li>
</ul>
<p dir="auto">It would be nice if we could provide a regex for matching routes, rather than just a simple path. This could be solved in the back-end but that is very annoying to have to do.</p>
<p dir="auto"><strong>Reproduction of the problem</strong></p>
<p dir="auto">See above - sorry I don't know how to demonstrate this using plnkr since it requires navigating directly to a page.</p>
<p dir="auto"><strong>What is the expected behavior?</strong></p>
<p dir="auto">See above</p>
<p dir="auto"><strong>What is the motivation / use case for changing the behavior?</strong><br>
If <code class="notranslate">/path/</code> behaves the same as <code class="notranslate">/path</code>, then <code class="notranslate">/path/?query</code> should behave the same as <code class="notranslate">/path?query</code></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</li>
<li><strong>Language:</strong> TypeScript 1.8</li>
</ul> | 1 |
<p dir="auto">Entering negative values for the first argument of scipy.special.mathieu_a yields NaN</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from scipy.special import mathieu_a
mathieu_a(-1,1)"><pre class="notranslate"><code class="notranslate">from scipy.special import mathieu_a
mathieu_a(-1,1)
</code></pre></div>
<p dir="auto">Whereas it should be well defined according to Mathematica.<br>
See evaluation of the function at this link:<br>
<a href="http://functions.wolfram.com/webMathematica/FunctionPlotting.jsp?name=MathieuCharacteristicA&ptype=1&r=-1&q=2&type=0&line=0&free=q&xMin=-5&xMax=5" rel="nofollow">http://functions.wolfram.com/webMathematica/FunctionPlotting.jsp?name=MathieuCharacteristicA&ptype=1&r=-1&q=2&type=0&line=0&free=q&xMin=-5&xMax=5</a></p>
<h3 dir="auto">Scipy/Numpy/Python version information:</h3>
1.2.1 1.16.3 sys.version_info(major=3, minor=7, micro=3, releaselevel='final', serial=0) | <p dir="auto">The order parameter in Mathieu functions need not be <a href="http://dlmf.nist.gov/28" rel="nofollow">positive, integer or even complex valued</a>, but that is the only type of input that <code class="notranslate">scipy.special</code> handles without resulting in <code class="notranslate">NaN</code>.</p>
<p dir="auto">Although the GSL implementation is also restricted to integers, it is not restricted to positive integers. This could be easily handled in scipy as well by using the symmetry properties of Mathieu functions.</p>
<p dir="auto">Mathematica handles real and complex order without a problem.</p>
<p dir="auto">Handling real and complex orders requires different algorithms, such as the ones described in <a href="http://dl.acm.org/citation.cfm?doid=1163641.1163646" rel="nofollow">this article</a>, that also includes <code class="notranslate">C++</code> source, although it has a restrictive license.</p> | 1 |
<p dir="auto">Race conditions around bad transaction isolation in FAB results in dups in ab_permission_view.</p>
<p dir="auto">Starting multiple threads at once when kicking off gunicorn leads to the "insert if not exist" logic to misfire. Root cause is bad transaction isolation in FAB.</p>
<div class="highlight highlight-source-sql notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" select c.name as perm_name, b.name as view_menu_name, count(1)
from ab_permission_view a
join ab_view_menu b on b.id = a.view_menu_id
join ab_permission c on c.id = a.permission_id
group by c.name, b.name
having count(1) >1"><pre class="notranslate"> <span class="pl-k">select</span> <span class="pl-c1">c</span>.<span class="pl-c1">name</span> <span class="pl-k">as</span> perm_name, <span class="pl-c1">b</span>.<span class="pl-c1">name</span> <span class="pl-k">as</span> view_menu_name, <span class="pl-c1">count</span>(<span class="pl-c1">1</span>)
<span class="pl-k">from</span> ab_permission_view a
<span class="pl-k">join</span> ab_view_menu b <span class="pl-k">on</span> <span class="pl-c1">b</span>.<span class="pl-c1">id</span> <span class="pl-k">=</span> <span class="pl-c1">a</span>.<span class="pl-c1">view_menu_id</span>
<span class="pl-k">join</span> ab_permission c <span class="pl-k">on</span> <span class="pl-c1">c</span>.<span class="pl-c1">id</span> <span class="pl-k">=</span> <span class="pl-c1">a</span>.<span class="pl-c1">permission_id</span>
<span class="pl-k">group by</span> <span class="pl-c1">c</span>.<span class="pl-c1">name</span>, <span class="pl-c1">b</span>.<span class="pl-c1">name</span>
<span class="pl-k">having</span> <span class="pl-c1">count</span>(<span class="pl-c1">1</span>) <span class="pl-k">></span><span class="pl-c1">1</span></pre></div>
<p dir="auto">Since we know this problem exist, we should make <code class="notranslate">superset init</code> fix this issue and eventually get to prevent it in FAB.</p>
<p dir="auto">Identical <code class="notranslate">permission_view</code> objects essentially need to get merged into roles.</p> | <h2 dir="auto">[SIP] Proposal for Improving Superset’s Python Code Organization</h2>
<h3 dir="auto">Motivation</h3>
<p dir="auto">As I was in the weeds fixing a bunch of Pylint failures, Max and I started going back and forth on this PR: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="533661521" data-permission-text="Title is private" data-url="https://github.com/apache/superset/issues/8777" data-hovercard-type="pull_request" data-hovercard-url="/apache/superset/pull/8777/hovercard" href="https://github.com/apache/superset/pull/8777">#8777</a>, which we ultimately closed. The root cause of that was a lack of shared understanding on the best code structure for Superset going forward. Talking with others at Preset, I realized that the issue was larger than just a new contributor not understanding project practices. Without a shared understanding, we are lacking a cohesive approach towards refactoring Superset - we need a technical North Star for project structure.</p>
<p dir="auto">Preset’s developers met and identified a number of pain points in the existing code base. Here they are, with a bit of color to make the meaning clear:</p>
<ul dir="auto">
<li>Lack of separation of concerns
<ul dir="auto">
<li>There are a number of modules that have grown organically over time to truly massive size. Often these modules contain utility functions, classes of multiple types, and a broad array of other functionality. These modules are very hard to work with.</li>
<li>Business logic is frequently intermixed with display logic, making code reuse more difficult.</li>
<li>The model layer contains a large amount of business logic which has nothing to do with data storage.</li>
</ul>
</li>
<li>Dependency Confusion
<ul dir="auto">
<li>Circular dependency issues crop up regularly with the existing module design</li>
<li>Many modules have implicit dependencies on other modules which requires a specific load order</li>
</ul>
</li>
<li>Lack of Composability
<ul dir="auto">
<li>There’s a substantial amount of app-specific code in shared modules</li>
<li>Views are currently loaded in all contexts, which makes light-weight command line usage (for example) impossible</li>
</ul>
</li>
<li>Deep Class Inheritance
<ul dir="auto">
<li>In some instances, particularly where there is pre-existing inheritance in Flask-AppBuilder, the inheritance chain can be over 10 classes deep. This can make understanding some classes very challenging.</li>
</ul>
</li>
</ul>
<h3 dir="auto">Proposed Change</h3>
<p dir="auto">In order to address these concerns, we’d like to propose a few guiding principles for Python code structure going forward:</p>
<ul dir="auto">
<li>Prefer small, functionally-homogeneous modules with only classes and pure functions in module scope</li>
<li>Separate business logic from display logic
<ul dir="auto">
<li>Keep the view layer lightweight and delegate to business logic objects</li>
<li>To support this work, we’d like to recommend a Command pattern - more on that below</li>
</ul>
</li>
<li>Prefer thin ORM objects
<ul dir="auto">
<li>To support this work, we’d like to recommend introducing Data Access Objects or DAOs to Superset to hold complicated query logic. More on that below.</li>
</ul>
</li>
<li>Keep <code class="notranslate">__init__.py</code> files empty
<ul dir="auto">
<li>This will help cut down on implicit dependencies</li>
</ul>
</li>
<li>Prefer composition over inheritance
<ul dir="auto">
<li>Collaborator objects can be simpler to understand than a deeply-nested class hierarchy.</li>
</ul>
</li>
<li>Organize modules function and back-end objects rather than products
<ul dir="auto">
<li>Prefer:
<ul dir="auto">
<li>Dashboard</li>
<li>Chart</li>
<li>Query</li>
<li>Database</li>
<li>Models</li>
<li>api</li>
</ul>
</li>
<li>Avoid:
<ul dir="auto">
<li>SQL Lab</li>
<li>Explore</li>
</ul>
</li>
</ul>
</li>
</ul>
<h4 dir="auto">New patterns to introduce:</h4>
<h5 dir="auto">Command:</h5>
<p dir="auto">There are multiple patterns named Command, and the one we reference here is most similar to an Alembic migration. Commands perform a single cohesive business operation, have a very small public API, and either entirely succeed or entirely fail. In practice, this requires that database transaction behavior be controlled at the Command level. When possible, commands should be modeled such that they perform a single database transaction. In the case of failure, they raise an exception or return an error code, and it is the responsibility of the caller to translate that into a correct response for a user.</p>
<p dir="auto">Example command:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# This is obviously not a full finished command. The point
# is to illustrate the structure of a command as
# encapsulating a business operation, and illustrate
# a likely public API.
import DashboardDAO from daos.dashboard
class MissingDashboardError(CommandError):
pass
class UpdateFailedError(CommandError):
pass
class InvalidDashboardError(CommandError):
pass
class UpdateDashboardCommand < Command:
def __init__(current_user, dashboard_id, dashboard_properties):
self.actor = current_user
self.dashboard_id = dashboard_id
self.dashboard_properties = dashboard_properties
def run():
self.dashboard = DashboardDAO.find_dashboard(actor, dashboard_id)
if self.dashboard IS NONE:
raise MissingDashboardError("Dashboard could not be found")
if !self._is_dashboard_valid():
raise InvalidDashboardError("Dashboard parameters are invalid.")
update_result = DashboardDAO.update(dashboard, dashboard_properties)
if update_result != True:
raise UpdateFailedError("Dashboard could not be updated.")
def _is_dashboard_valid():
# Check validity of dashboard data before save"><pre class="notranslate"><span class="pl-c"># This is obviously not a full finished command. The point</span>
<span class="pl-c"># is to illustrate the structure of a command as</span>
<span class="pl-c"># encapsulating a business operation, and illustrate</span>
<span class="pl-c"># a likely public API.</span>
<span class="pl-k">import</span> <span class="pl-v">DashboardDAO</span> <span class="pl-s1">from</span> <span class="pl-s1">daos</span>.<span class="pl-s1">dashboard</span>
<span class="pl-k">class</span> <span class="pl-v">MissingDashboardError</span>(<span class="pl-v">CommandError</span>):
<span class="pl-k">pass</span>
<span class="pl-k">class</span> <span class="pl-v">UpdateFailedError</span>(<span class="pl-v">CommandError</span>):
<span class="pl-k">pass</span>
<span class="pl-k">class</span> <span class="pl-v">InvalidDashboardError</span>(<span class="pl-v">CommandError</span>):
<span class="pl-k">pass</span>
<span class="pl-k">class</span> <span class="pl-v">UpdateDashboardCommand</span> <span class="pl-c1"><</span> <span class="pl-v">Command</span>:
<span class="pl-k">def</span> <span class="pl-en">__init__</span>(<span class="pl-s1">current_user</span>, <span class="pl-s1">dashboard_id</span>, <span class="pl-s1">dashboard_properties</span>):
<span class="pl-s1">self</span>.<span class="pl-s1">actor</span> <span class="pl-c1">=</span> <span class="pl-s1">current_user</span>
<span class="pl-s1">self</span>.<span class="pl-s1">dashboard_id</span> <span class="pl-c1">=</span> <span class="pl-s1">dashboard_id</span>
<span class="pl-s1">self</span>.<span class="pl-s1">dashboard_properties</span> <span class="pl-c1">=</span> <span class="pl-s1">dashboard_properties</span>
<span class="pl-k">def</span> <span class="pl-en">run</span>():
<span class="pl-s1">self</span>.<span class="pl-s1">dashboard</span> <span class="pl-c1">=</span> <span class="pl-v">DashboardDAO</span>.<span class="pl-en">find_dashboard</span>(<span class="pl-s1">actor</span>, <span class="pl-s1">dashboard_id</span>)
<span class="pl-k">if</span> <span class="pl-s1">self</span>.<span class="pl-s1">dashboard</span> <span class="pl-v">IS</span> <span class="pl-v">NONE</span>:
<span class="pl-k">raise</span> <span class="pl-v">MissingDashboardError</span>(<span class="pl-s">"Dashboard could not be found"</span>)
<span class="pl-k">if</span> !s<span class="pl-s1">elf</span>.<span class="pl-en">_is_dashboard_valid</span>():
<span class="pl-k">raise</span> <span class="pl-v">InvalidDashboardError</span>(<span class="pl-s">"Dashboard parameters are invalid."</span>)
<span class="pl-s1">update_result</span> <span class="pl-c1">=</span> <span class="pl-v">DashboardDAO</span>.<span class="pl-en">update</span>(<span class="pl-s1">dashboard</span>, <span class="pl-s1">dashboard_properties</span>)
<span class="pl-k">if</span> <span class="pl-s1">update_result</span> <span class="pl-c1">!=</span> <span class="pl-c1">True</span>:
<span class="pl-k">raise</span> <span class="pl-v">UpdateFailedError</span>(<span class="pl-s">"Dashboard could not be updated."</span>)
<span class="pl-k">def</span> <span class="pl-en">_is_dashboard_valid</span>():
<span class="pl-c"># Check validity of dashboard data before save</span></pre></div>
<h5 dir="auto">DAO (Data Access Object):</h5>
<p dir="auto">A DAO in the context of Superset would be an object that would manage the lifecycle of SQLAlchemy models. Custom queries would be implemented in DAOs and then called from Command objects. In comparison to Command objects, DAOs have relatively broad public interfaces. DAOs should not depend on other DAOs to avoid circular dependencies. If results are needed cross-DAO, that should be orchestrated in the Command. Here’s a sample simplified DAO for illustrative purposes:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# This is not a fully finished DAO. The intention
# is to illustrate the public interface of a
# Data Access Object, and how it might interface
# with a SQLAlchemy model.
from superset import db
import DataAccessObject from daos.base
import Dashboard from models.dashboard
class DashboardDAO(DataAccessObject):
@staticmethod
def find_for_update(actor, dashboard_id):
dashboard = db.session.query(Dashboard).filter(id=dashboard_id).one_or_none()
if dashboard
if actor in dashboard.owners:
return dashboard
else
return None
else
return None
@staticmethod
def update(dashboard, dashboard_params):
for key, value in dashboard_params.iteritems():
setattr(dashboard, key, value)
try:
db.session.merge(dashboard)
db.session.commit()
except SQLAlchemyError as e:
logger.error('Failed to update dashboard: ?', e.message)
db.session.rollback()
return False
return True"><pre class="notranslate"><span class="pl-c"># This is not a fully finished DAO. The intention</span>
<span class="pl-c"># is to illustrate the public interface of a </span>
<span class="pl-c"># Data Access Object, and how it might interface</span>
<span class="pl-c"># with a SQLAlchemy model.</span>
<span class="pl-k">from</span> <span class="pl-s1">superset</span> <span class="pl-k">import</span> <span class="pl-s1">db</span>
<span class="pl-k">import</span> <span class="pl-v">DataAccessObject</span> <span class="pl-k">from</span> <span class="pl-s1">daos</span>.<span class="pl-s1">base</span>
<span class="pl-k">import</span> <span class="pl-v">Dashboard</span> <span class="pl-s1">from</span> <span class="pl-s1">models</span>.<span class="pl-s1">dashboard</span>
<span class="pl-k">class</span> <span class="pl-v">DashboardDAO</span>(<span class="pl-v">DataAccessObject</span>):
<span class="pl-en">@<span class="pl-s1">staticmethod</span></span>
<span class="pl-k">def</span> <span class="pl-en">find_for_update</span>(<span class="pl-s1">actor</span>, <span class="pl-s1">dashboard_id</span>):
<span class="pl-s1">dashboard</span> <span class="pl-c1">=</span> <span class="pl-s1">db</span>.<span class="pl-s1">session</span>.<span class="pl-en">query</span>(<span class="pl-v">Dashboard</span>).<span class="pl-en">filter</span>(<span class="pl-s1">id</span><span class="pl-c1">=</span><span class="pl-s1">dashboard_id</span>).<span class="pl-en">one_or_none</span>()
<span class="pl-k">if</span> <span class="pl-s1">dashboard</span>
<span class="pl-k">if</span> <span class="pl-s1">actor</span> <span class="pl-c1">in</span> <span class="pl-s1">dashboard</span>.<span class="pl-s1">owners</span>:
<span class="pl-k">return</span> <span class="pl-s1">dashboard</span>
<span class="pl-k">else</span>
<span class="pl-k">return</span> <span class="pl-c1">None</span>
<span class="pl-s1">else</span>
<span class="pl-k">return</span> <span class="pl-c1">None</span>
<span class="pl-en">@<span class="pl-s1">staticmethod</span></span>
<span class="pl-k">def</span> <span class="pl-en">update</span>(<span class="pl-s1">dashboard</span>, <span class="pl-s1">dashboard_params</span>):
<span class="pl-k">for</span> <span class="pl-s1">key</span>, <span class="pl-s1">value</span> <span class="pl-c1">in</span> <span class="pl-s1">dashboard_params</span>.<span class="pl-en">iteritems</span>():
<span class="pl-en">setattr</span>(<span class="pl-s1">dashboard</span>, <span class="pl-s1">key</span>, <span class="pl-s1">value</span>)
<span class="pl-k">try</span>:
<span class="pl-s1">db</span>.<span class="pl-s1">session</span>.<span class="pl-en">merge</span>(<span class="pl-s1">dashboard</span>)
<span class="pl-s1">db</span>.<span class="pl-s1">session</span>.<span class="pl-en">commit</span>()
<span class="pl-k">except</span> <span class="pl-v">SQLAlchemyError</span> <span class="pl-k">as</span> <span class="pl-s1">e</span>:
<span class="pl-s1">logger</span>.<span class="pl-en">error</span>(<span class="pl-s">'Failed to update dashboard: ?'</span>, <span class="pl-s1">e</span>.<span class="pl-s1">message</span>)
<span class="pl-s1">db</span>.<span class="pl-s1">session</span>.<span class="pl-en">rollback</span>()
<span class="pl-k">return</span> <span class="pl-c1">False</span>
<span class="pl-k">return</span> <span class="pl-c1">True</span></pre></div>
<h4 dir="auto">Proposed example package structure that follows the above principles:</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="superset/dashboards/api.py # Contains FAB and Flask endpoints related to the public API
superset/dashboards/schemas.py # Contains marshmallow schemas used by both the api and view endpoints
superset/dashboards/boot.py # Contains initialization and configuration code for API endpoints, invoked by `create_app()`
superset/dashboards/views.py # Contains FAB and Flask endpoints related to page-refresh views.
superset/dashboards/dao.py
superset/dashboards/commands/add_user.py
superset/dashboards/commands/create.py
superset/dashboards/helpers.py
superset/charts/api.py
superset/charts/daos.py
superset/charts/boot.py
superset/charts/schemas.py
superset/charts/commands/add_to_dashboard.py
superset/charts/commands/create.py
superset/charts/helpers.py
superset/models/chart.py # Models are thin SQLAlchemy objects - they do not implement custom queries or filters. That functionality will be found in the DAO, which manipulates the underlying SQLAlchemy model.
superset/models/dashboard.py"><pre class="notranslate"><code class="notranslate">superset/dashboards/api.py # Contains FAB and Flask endpoints related to the public API
superset/dashboards/schemas.py # Contains marshmallow schemas used by both the api and view endpoints
superset/dashboards/boot.py # Contains initialization and configuration code for API endpoints, invoked by `create_app()`
superset/dashboards/views.py # Contains FAB and Flask endpoints related to page-refresh views.
superset/dashboards/dao.py
superset/dashboards/commands/add_user.py
superset/dashboards/commands/create.py
superset/dashboards/helpers.py
superset/charts/api.py
superset/charts/daos.py
superset/charts/boot.py
superset/charts/schemas.py
superset/charts/commands/add_to_dashboard.py
superset/charts/commands/create.py
superset/charts/helpers.py
superset/models/chart.py # Models are thin SQLAlchemy objects - they do not implement custom queries or filters. That functionality will be found in the DAO, which manipulates the underlying SQLAlchemy model.
superset/models/dashboard.py
</code></pre></div>
<p dir="auto">In this design, all systems related to a specific back-end resource have been grouped under a top-level folder. <code class="notranslate">__init__.py</code> files should be left empty to enable only pulling in the portions of the system necessary for a specific entrypoint (Celery shouldn’t need <code class="notranslate">api.py</code> or <code class="notranslate">views.py</code> for instance)</p>
<h3 dir="auto">New or Changed Public Interfaces</h3>
<p dir="auto">Over time, the internals of Superset will evolve towards the new structure. Public HTTP interfaces will not be likely to change as a result of the above proposal, but code will move and alter to conform. This will impact organizations that apply their own customizations to Superset.</p>
<h3 dir="auto">New dependencies</h3>
<p dir="auto">None</p>
<h3 dir="auto">Migration Plan and Compatibility</h3>
<p dir="auto">Introduce refactors to existing code at a manageable pace to allow organizations relying on Superset internals time to adapt.</p>
<h3 dir="auto">Rejected Alternatives</h3>
<p dir="auto">Preset discussed Service Objects as an alternative to both Commands and DAOs. We felt that Commands provided easier entrypoints for the ports of our application (API endpoints, views, command line invocations, Celery tasks) than Service Objects, and that introducing DAOs as well helped further break down concerns.</p>
<p dir="auto">We also considered structuring top-level folders by function (api, models, etc.) but found this resulted in drastically more Python modules overall without substantially simplifying the question of where code should live.</p>
<h3 dir="auto">Individuals consulted in creating this SIP</h3>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mistercrunch/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mistercrunch">@mistercrunch</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/craig-rueda/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/craig-rueda">@craig-rueda</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dpgaspar/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dpgaspar">@dpgaspar</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/robdiciuccio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/robdiciuccio">@robdiciuccio</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/suddjian/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/suddjian">@suddjian</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nytai/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nytai">@nytai</a></p> | 0 |
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">if the following is defined:</p>
<p dir="auto">parent table:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="members = sqlalchemy.Table(
'members',z3c.zalchemy.metadata,
sqlalchemy.Column('userName', sqlalchemy.String,primary_key = True),
sqlalchemy.Column('firstName', sqlalchemy.Unicode),
sqlalchemy.Column('lastName', sqlalchemy.Unicode),
sqlalchemy.Column('contactEmail', sqlalchemy.Unicode),
sqlalchemy.Column('photo', sqlalchemy.Binary,
sqlalchemy.PassiveDefault("")),
redefine=True
)"><pre class="notranslate"><code class="notranslate">members = sqlalchemy.Table(
'members',z3c.zalchemy.metadata,
sqlalchemy.Column('userName', sqlalchemy.String,primary_key = True),
sqlalchemy.Column('firstName', sqlalchemy.Unicode),
sqlalchemy.Column('lastName', sqlalchemy.Unicode),
sqlalchemy.Column('contactEmail', sqlalchemy.Unicode),
sqlalchemy.Column('photo', sqlalchemy.Binary,
sqlalchemy.PassiveDefault("")),
redefine=True
)
</code></pre></div>
<p dir="auto">parent class mapper:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sqlalchemy.mapper(Member,members,properties={
'_personalAddress':sqlalchemy.relation(AddressInfo,
uselist=False,
backref='__parent__',
cascade="all, delete-orphan",
primaryjoin=sqlalchemy.and_(
members.c.userName==addresses.c.userName,
addresses.c.addressType==1
)),})"><pre class="notranslate"><code class="notranslate">sqlalchemy.mapper(Member,members,properties={
'_personalAddress':sqlalchemy.relation(AddressInfo,
uselist=False,
backref='__parent__',
cascade="all, delete-orphan",
primaryjoin=sqlalchemy.and_(
members.c.userName==addresses.c.userName,
addresses.c.addressType==1
)),})
</code></pre></div>
<p dir="auto">joined table:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="addresses = sqlalchemy.Table(
'addresses',z3c.zalchemy.metadata,
sqlalchemy.Column('userName', sqlalchemy.Unicode,
sqlalchemy.ForeignKey('members.userName'),
primary_key=True,
nullable=False),
sqlalchemy.Column('addressType', sqlalchemy.Integer,
nullable=False,
primary_key=True),
sqlalchemy.Column('organisation', sqlalchemy.Unicode),
sqlalchemy.Column('address', sqlalchemy.Unicode),
sqlalchemy.Column('zipCode', sqlalchemy.Unicode),
sqlalchemy.Column('city', sqlalchemy.Unicode),
sqlalchemy.Column('state', sqlalchemy.Unicode, default=u'AT'),
sqlalchemy.Column('email', sqlalchemy.Unicode),
sqlalchemy.Column('phone', sqlalchemy.Unicode),
sqlalchemy.Column('homePage', sqlalchemy.Unicode),
sqlalchemy.Column('isContact', sqlalchemy.Boolean),
)"><pre class="notranslate"><code class="notranslate">addresses = sqlalchemy.Table(
'addresses',z3c.zalchemy.metadata,
sqlalchemy.Column('userName', sqlalchemy.Unicode,
sqlalchemy.ForeignKey('members.userName'),
primary_key=True,
nullable=False),
sqlalchemy.Column('addressType', sqlalchemy.Integer,
nullable=False,
primary_key=True),
sqlalchemy.Column('organisation', sqlalchemy.Unicode),
sqlalchemy.Column('address', sqlalchemy.Unicode),
sqlalchemy.Column('zipCode', sqlalchemy.Unicode),
sqlalchemy.Column('city', sqlalchemy.Unicode),
sqlalchemy.Column('state', sqlalchemy.Unicode, default=u'AT'),
sqlalchemy.Column('email', sqlalchemy.Unicode),
sqlalchemy.Column('phone', sqlalchemy.Unicode),
sqlalchemy.Column('homePage', sqlalchemy.Unicode),
sqlalchemy.Column('isContact', sqlalchemy.Boolean),
)
</code></pre></div>
<p dir="auto">it results in the following error</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "/Users/bd/zopes/fhvao/lib/python/fhvao/tests.py", line 5, in ?
from fhvao.member import members,Member
File "/Users/bd/zopes/fhvao/lib/python/fhvao/member.py", line 185, in ?
addresses.c.addressType==1
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/__init__.py", line 50, in mapper
return Mapper(class_, table, *args, **params)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/mapper.py", line 253, in __init__
prop.init(key, self)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/mapper.py", line 866, in init
self.do_init(key, parent)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/properties.py", line 215, in do_init
self._find_dependent()
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/properties.py", line 291, in _find_dependent
self.primaryjoin.accept_visitor(visitor)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/sql.py", line 858, in accept_visitor
c.accept_visitor(visitor)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/sql.py", line 947, in accept_visitor
visitor.visit_binary(self)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/properties.py", line 752, in visit_binary
self.func(binary)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/properties.py", line 282, in foo
raise exceptions.ArgumentError("bidirectional dependency not supported...specify foreignkey")
ArgumentError: bidirectional dependency not supported...specify foreignkey"><pre class="notranslate"><code class="notranslate">Traceback (most recent call last):
File "/Users/bd/zopes/fhvao/lib/python/fhvao/tests.py", line 5, in ?
from fhvao.member import members,Member
File "/Users/bd/zopes/fhvao/lib/python/fhvao/member.py", line 185, in ?
addresses.c.addressType==1
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/__init__.py", line 50, in mapper
return Mapper(class_, table, *args, **params)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/mapper.py", line 253, in __init__
prop.init(key, self)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/mapper.py", line 866, in init
self.do_init(key, parent)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/properties.py", line 215, in do_init
self._find_dependent()
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/properties.py", line 291, in _find_dependent
self.primaryjoin.accept_visitor(visitor)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/sql.py", line 858, in accept_visitor
c.accept_visitor(visitor)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/sql.py", line 947, in accept_visitor
visitor.visit_binary(self)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/properties.py", line 752, in visit_binary
self.func(binary)
File "/Users/bd/zopes/fhvao/lib/python/sqlalchemy/orm/properties.py", line 282, in foo
raise exceptions.ArgumentError("bidirectional dependency not supported...specify foreignkey")
ArgumentError: bidirectional dependency not supported...specify foreignkey
</code></pre></div>
<p dir="auto">this only happens if the column in the join is a primary_key in the child table, if you change the code above to:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" sqlalchemy.Column('addressType', sqlalchemy.Integer,
nullable=False,
primary_key=False),"><pre class="notranslate"><code class="notranslate"> sqlalchemy.Column('addressType', sqlalchemy.Integer,
nullable=False,
primary_key=False),
</code></pre></div>
<p dir="auto">it works.</p>
<p dir="auto">a forther question:</p>
<p dir="auto">shouldn't the addressType be set to 1 automatically if i assign an address object to obj._personalAddress which has no addressType specified?</p>
<p dir="auto">Regards, Bernd</p> | <p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto">_find_dependent is looking at the join condition for either side being a primary key but doesnt look for any ForeignKey objects. attached test program fails.</p>
<hr>
<p dir="auto">Attachments: <a href="../wiki/imported_issue_attachments/151/test.py">test.py</a></p> | 1 |
<p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5087454/2020-08-17.txt">2020-08-17.txt</a></p>
<p dir="auto">Version: 1.0.0<br>
OS Version: Microsoft Windows NT 10.0.18362.0<br>
IntPtr Length: 8<br>
x64: True<br>
Date: 08/17/2020 17:35:41<br>
Exception:<br>
System.ObjectDisposedException: Cannot access a disposed object.<br>
Object name: 'Timer'.<br>
at System.Timers.Timer.set_Enabled(Boolean value)<br>
at System.Timers.Timer.Start()<br>
at PowerLauncher.MainWindow.OnVisibilityChanged(Object sender, DependencyPropertyChangedEventArgs e)<br>
at System.Windows.UIElement.RaiseDependencyPropertyChanged(EventPrivateKey key, DependencyPropertyChangedEventArgs args)<br>
at System.Windows.UIElement.OnIsVisibleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)<br>
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)<br>
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)<br>
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)<br>
at System.Windows.UIElement.UpdateIsVisibleCache()<br>
at System.Windows.PresentationSource.RootChanged(Visual oldRoot, Visual newRoot)<br>
at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)<br>
at System.Windows.Interop.HwndSource.set_RootVisual(Visual value)<br>
at System.Windows.Window.SetRootVisual()<br>
at System.Windows.Window.SetRootVisualAndUpdateSTC()<br>
at System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)<br>
at System.Windows.Window.CreateSourceWindow(Boolean duringShow)<br>
at System.Windows.Window.CreateSourceWindowDuringShow()<br>
at System.Windows.Window.SafeCreateWindowDuringShow()<br>
at System.Windows.Window.ShowHelper(Object booleanBox)<br>
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)<br>
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)</p> | <p dir="auto">Popup tells me to give y'all this.</p>
<p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p>
<p dir="auto">Version: 1.0.0<br>
OS Version: Microsoft Windows NT 10.0.19041.0<br>
IntPtr Length: 8<br>
x64: True<br>
Date: 07/31/2020 17:29:59<br>
Exception:<br>
System.ObjectDisposedException: Cannot access a disposed object.<br>
Object name: 'Timer'.<br>
at System.Timers.Timer.set_Enabled(Boolean value)<br>
at System.Timers.Timer.Start()<br>
at PowerLauncher.MainWindow.OnVisibilityChanged(Object sender, DependencyPropertyChangedEventArgs e)<br>
at System.Windows.UIElement.RaiseDependencyPropertyChanged(EventPrivateKey key, DependencyPropertyChangedEventArgs args)<br>
at System.Windows.UIElement.OnIsVisibleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)<br>
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)<br>
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)<br>
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)<br>
at System.Windows.UIElement.UpdateIsVisibleCache()<br>
at System.Windows.PresentationSource.RootChanged(Visual oldRoot, Visual newRoot)<br>
at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)<br>
at System.Windows.Interop.HwndSource.set_RootVisual(Visual value)<br>
at System.Windows.Window.SetRootVisual()<br>
at System.Windows.Window.SetRootVisualAndUpdateSTC()<br>
at System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)<br>
at System.Windows.Window.CreateSourceWindow(Boolean duringShow)<br>
at System.Windows.Window.CreateSourceWindowDuringShow()<br>
at System.Windows.Window.SafeCreateWindowDuringShow()<br>
at System.Windows.Window.ShowHelper(Object booleanBox)<br>
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)<br>
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)</p> | 1 |
<table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>no</td>
</tr>
<tr>
<td>Feature request?</td>
<td>yes</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.*</td>
</tr>
</tbody>
</table>
<p dir="auto">i think the functions from Intl/ResourceBundle should be awailable as twig functions or filter.<br>
like doing "<code class="notranslate"> val | language_name</code>" should do "<code class="notranslate">Intl::getLanguageBundle()->getLanguageName(val)</code>"<br>
I Think Filter is better than Function?</p>
<p dir="auto">but i don't know if they should be added to Symfony/Bridge/Twig, or be an extra bundle.</p>
<p dir="auto">what should it be use for?<br>
like when creating an view of a Model or Entity and you get "de" as value it should be turn it into "German".</p> | <p dir="auto">Tell me if it would be a good idea to add a extension/twig folder, containing a IcuExtension.php with those functions :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="public function getFunctions()
{
return array(
new \Twig_SimpleFunction('languageName', array($this, 'getLanguageName')),
new \Twig_SimpleFunction('scriptName', array($this, 'getScriptName')),
new \Twig_SimpleFunction('countryName', array($this, 'getCountryName')),
);
}
public function getLanguageName($language, $region = null, $displayLocale = null)
{
return Intl::getLanguageBundle()->getLanguageName($language, $region, $displayLocale);
}
public function getScriptName($script, $language = null, $displayLocale = null)
{
return Intl::getLanguageBundle()->getScriptName($script, $language = null, $displayLocale = null);
}
public function getCountryName($country, $displayLocale = null)
{
return Intl::getRegionBundle()->getCountryName($country, $displayLocale = null);
}"><pre class="notranslate"><code class="notranslate">public function getFunctions()
{
return array(
new \Twig_SimpleFunction('languageName', array($this, 'getLanguageName')),
new \Twig_SimpleFunction('scriptName', array($this, 'getScriptName')),
new \Twig_SimpleFunction('countryName', array($this, 'getCountryName')),
);
}
public function getLanguageName($language, $region = null, $displayLocale = null)
{
return Intl::getLanguageBundle()->getLanguageName($language, $region, $displayLocale);
}
public function getScriptName($script, $language = null, $displayLocale = null)
{
return Intl::getLanguageBundle()->getScriptName($script, $language = null, $displayLocale = null);
}
public function getCountryName($country, $displayLocale = null)
{
return Intl::getRegionBundle()->getCountryName($country, $displayLocale = null);
}
</code></pre></div>
<p dir="auto">So we can use them in twig like that for ex</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{{ languageName('en') }}
{{ languageName('en', null, 'de') }}"><pre class="notranslate"><code class="notranslate">{{ languageName('en') }}
{{ languageName('en', null, 'de') }}
</code></pre></div>
<p dir="auto">If it's a good idea, I'll make a PR.</p>
<p dir="auto">K.</p> | 1 |
<p dir="auto">I get this error when start the execution of some optical recognition routines<br>
Tensorflow: 1.0.1<br>
OS: Windows 10 x64<br>
Nvidia cuDNN: 5.1<br>
Nvidia CUDA: 8.0</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="An error occurred while starting the kernel
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library cublas64_80.dll locally
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library cudnn64_5.dll locally
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library cufft64_80.dll locally
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library nvcuda.dll locally
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library curand64_80.dll locally
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:885] Found device 0 with properties:
name: GeForce GTX 670
major: 3 minor: 0 memoryClockRate (GHz) 0.95
pciBusID 0000:01:00.0
Total memory: 4.00GiB
Free memory: 3.36GiB
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:906] DMA: 0
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:916] 0: Y
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:975] Creating TensorFlow device (/gpu:0) ‑> (device: 0, name: GeForce GTX 670, pci bus id: 0000:01:00.0)
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "BestSplits" device_type: "CPU"') for unknown op: BestSplits
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "CountExtremelyRandomStats" device_type: "CPU"') for unknown op: CountExtremelyRandomStats
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "FinishedNodes" device_type: "CPU"') for unknown op: FinishedNodes
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "GrowTree" device_type: "CPU"') for unknown op: GrowTree
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "ReinterpretStringToFloat" device_type: "CPU"') for unknown op: ReinterpretStringToFloat
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "SampleInputs" device_type: "CPU"') for unknown op: SampleInputs
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "ScatterAddNdim" device_type: "CPU"') for unknown op: ScatterAddNdim
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "TopNInsert" device_type: "CPU"') for unknown op: TopNInsert
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "TopNRemove" device_type: "CPU"') for unknown op: TopNRemove
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "TreePredictions" device_type: "CPU"') for unknown op: TreePredictions
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "UpdateFertileSlots" device_type: "CPU"') for unknown op: UpdateFertileSlots
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:975] Creating TensorFlow device (/gpu:0) ‑> (device: 0, name: GeForce GTX 670, pci bus id: 0000:01:00.0)
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:975] Creating TensorFlow device (/gpu:0) ‑> (device: 0, name: GeForce GTX 670, pci bus id: 0000:01:00.0)
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:975] Creating TensorFlow device (/gpu:0) ‑> (device: 0, name: GeForce GTX 670, pci bus id: 0000:01:00.0)
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:975] Creating TensorFlow device (/gpu:0) ‑> (device: 0, name: GeForce GTX 670, pci bus id: 0000:01:00.0)
..."><pre class="notranslate"><code class="notranslate">An error occurred while starting the kernel
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library cublas64_80.dll locally
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library cudnn64_5.dll locally
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library cufft64_80.dll locally
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library nvcuda.dll locally
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library curand64_80.dll locally
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:885] Found device 0 with properties:
name: GeForce GTX 670
major: 3 minor: 0 memoryClockRate (GHz) 0.95
pciBusID 0000:01:00.0
Total memory: 4.00GiB
Free memory: 3.36GiB
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:906] DMA: 0
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:916] 0: Y
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:975] Creating TensorFlow device (/gpu:0) ‑> (device: 0, name: GeForce GTX 670, pci bus id: 0000:01:00.0)
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "BestSplits" device_type: "CPU"') for unknown op: BestSplits
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "CountExtremelyRandomStats" device_type: "CPU"') for unknown op: CountExtremelyRandomStats
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "FinishedNodes" device_type: "CPU"') for unknown op: FinishedNodes
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "GrowTree" device_type: "CPU"') for unknown op: GrowTree
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "ReinterpretStringToFloat" device_type: "CPU"') for unknown op: ReinterpretStringToFloat
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "SampleInputs" device_type: "CPU"') for unknown op: SampleInputs
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "ScatterAddNdim" device_type: "CPU"') for unknown op: ScatterAddNdim
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "TopNInsert" device_type: "CPU"') for unknown op: TopNInsert
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "TopNRemove" device_type: "CPU"') for unknown op: TopNRemove
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "TreePredictions" device_type: "CPU"') for unknown op: TreePredictions
E c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "UpdateFertileSlots" device_type: "CPU"') for unknown op: UpdateFertileSlots
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:975] Creating TensorFlow device (/gpu:0) ‑> (device: 0, name: GeForce GTX 670, pci bus id: 0000:01:00.0)
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:975] Creating TensorFlow device (/gpu:0) ‑> (device: 0, name: GeForce GTX 670, pci bus id: 0000:01:00.0)
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:975] Creating TensorFlow device (/gpu:0) ‑> (device: 0, name: GeForce GTX 670, pci bus id: 0000:01:00.0)
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\core\common_runtime\gpu\gpu_device.cc:975] Creating TensorFlow device (/gpu:0) ‑> (device: 0, name: GeForce GTX 670, pci bus id: 0000:01:00.0)
...
</code></pre></div> | <p dir="auto">NOTE: Only file GitHub issues for bugs and feature requests. All other topics will be closed.</p>
<p dir="auto">For general support from the community, see <a href="https://stackoverflow.com/questions/tagged/tensorflow" rel="nofollow">StackOverflow</a>.<br>
To make bugs and feature requests more easy to find and organize, we close issues that are deemed<br>
out of scope for GitHub Issues and point people to StackOverflow.</p>
<p dir="auto">For bugs or installation issues, please provide the following information.<br>
The more information you provide, the more easily we will be able to offer<br>
help and advice.</p>
<h3 dir="auto">What related GitHub issues or StackOverflow threads have you found by searching the web for your problem?</h3>
<h3 dir="auto">Environment info</h3>
<p dir="auto">Operating System: Windows 10</p>
<p dir="auto">Installed version of CUDA and cuDNN:<br>
(please attach the output of <code class="notranslate">ls -l /path/to/cuda/lib/libcud*</code>):<br>
<code class="notranslate">Cuda compilation tools, release 8.0, V8.0.60</code></p>
<p dir="auto">If installed from binary pip package, provide:<br>
<code class="notranslate">pip install --upgrade tensorflow-gpu</code></p>
<ol dir="auto">
<li>A link to the pip package you installed:</li>
<li>The output from <code class="notranslate">python -c "import tensorflow; print(tensorflow.__version__)"</code>.</li>
</ol>
<p dir="auto">If installed from source, provide</p>
<ol dir="auto">
<li>The commit hash (<code class="notranslate">git rev-parse HEAD</code>)</li>
<li>The output of <code class="notranslate">bazel version</code></li>
</ol>
<h3 dir="auto">If possible, provide a minimal reproducible example (We usually don't have time to read hundreds of lines of your code)</h3>
<p dir="auto">These errors happened every time I tried to import tensorflow package in py35, when all the dependent dlls are loaded <strong>correctly</strong> as follows:<br>
<code class="notranslate">I c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library cublas64_80.dll locally I c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library cudnn64_5.dll locally I c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library cufft64_80.dll locally I c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library nvcuda.dll locally I c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\stream_executor\dso_loader.cc:135] successfully opened CUDA library curand64_80.dll locally</code></p>
<h3 dir="auto">What other attempted solutions have you tried?</h3>
<ol dir="auto">
<li>reinstalled tensorflow and related cuda packages</li>
<li>switch graphic cards</li>
</ol>
<h3 dir="auto">Logs or other output that would be helpful</h3>
<p dir="auto">(If logs are large, please upload as attachment or provide link).<br>
<code class="notranslate">E c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "BestSplits" device_type: "CPU"') for unknown op: BestSplits</code><br>
<code class="notranslate">E c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "CountExtremelyRandomStats" device_type: "CPU"') for unknown op: CountExtremelyRandomStats</code><br>
<code class="notranslate">E c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "FinishedNodes" device_type: "CPU"') for unknown op: FinishedNodes</code><br>
<code class="notranslate">E c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "GrowTree" device_type: "CPU"') for unknown op: GrowTree</code><br>
<code class="notranslate">E c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "ReinterpretStringToFloat" device_type: "CPU"') for unknown op: ReinterpretStringToFloat</code><br>
<code class="notranslate">E c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "SampleInputs" device_type: "CPU"') for unknown op: SampleInputs</code><br>
<code class="notranslate">E c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "ScatterAddNdim" device_type: "CPU"') for unknown op: ScatterAddNdim</code><br>
<code class="notranslate">E c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "TopNInsert" device_type: "CPU"') for unknown op: TopNInsert</code><br>
<code class="notranslate">E c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "TopNRemove" device_type: "CPU"') for unknown op: TopNRemove</code><br>
<code class="notranslate">E c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "TreePredictions" device_type: "CPU"') for unknown op: TreePredictions</code><br>
<code class="notranslate">E c:\tf_jenkins\home\workspace\release-win\device\gpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "UpdateFertileSlots" device_type: "CPU"') for unknown op: UpdateFertileSlots</code></p> | 1 |
<p dir="auto">I'm currently writing a webserver application using hapijs (nodejs). I have a bunch of plugins which I want to write in Typescript. A Hapijs plugin needs a function called <code class="notranslate">register()</code> and an attributes function property with a name and version:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="register(server, options, next) {
}
register.attributes = {
name: 'plugin',
version: '0.1.0'
};"><pre class="notranslate"><span class="pl-en">register</span><span class="pl-kos">(</span><span class="pl-s1">server</span><span class="pl-kos">,</span> <span class="pl-s1">options</span><span class="pl-kos">,</span> <span class="pl-s1">next</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">register</span><span class="pl-kos">.</span><span class="pl-c1">attributes</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span>
<span class="pl-c1">name</span>: <span class="pl-s">'plugin'</span><span class="pl-kos">,</span>
<span class="pl-c1">version</span>: <span class="pl-s">'0.1.0'</span>
<span class="pl-kos">}</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">When I want to compile this code, I always get</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="lib/plugins/plugin.ts(2,5): 2300 Duplicate identifier 'register'.
lib/plugins/plugin.ts(8,12): 2300 Duplicate identifier 'register'."><pre class="notranslate"><code class="notranslate">lib/plugins/plugin.ts(2,5): 2300 Duplicate identifier 'register'.
lib/plugins/plugin.ts(8,12): 2300 Duplicate identifier 'register'.
</code></pre></div>
<p dir="auto">I don't know the specs very well but I'm wondering whether it should be allowed or not?<br>
Edit: <a href="http://hapijs.com/api#plugins" rel="nofollow">hapijs plugin docs</a></p> | <p dir="auto">This used to be on codeplex and I cannot find a reference here.</p>
<p dir="auto"><a href="https://typescript.codeplex.com/workitem/917" rel="nofollow">https://typescript.codeplex.com/workitem/917</a></p>
<p dir="auto">The problem is that I have project.d.ts and lets say that it has a Point class with simple {x,y} properties.</p>
<p dir="auto">project-plugin-coolvector.d.ts might come along tomorrow, and that Plugin JS might add a z property to the existing Point class.</p>
<p dir="auto">If project-plugin-coolvector.d.ts attempts to export a Point class with a z property. You get a duplicate error. I looked at the JQuery plugins example on DT but project.d.ts must contain classes, since Point has a constructor.</p>
<p dir="auto">I see no way of being able to support the direction of the project in this instance.</p> | 0 |
<p dir="auto">When Support on Windows?</p> | <p dir="auto">Rough TODO list:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Make //flutter/snapshotter work on Windows.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Make the <code class="notranslate">flutter</code> command line tool work on Windows.
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Teach the <code class="notranslate">flutter.ps1</code> where to get the Dart SDK and how to bootstrap into Dart.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Teach the tool about Windows as a host platform (e.g., where to find the snapshotter)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Teach the tool how to control Android devices via <code class="notranslate">adb</code> on Windows.</li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Infrastructure for continuously building and testing the Windows toolchain.</li>
</ul>
<hr>
<p dir="auto"><a href="https://github.com/Scorpiion"><img src="https://avatars.githubusercontent.com/u/1047298?v=3" align="left" width="96" height="96" hspace="10" style="max-width: 100%;"></a> <strong>Issue by <a href="https://github.com/Scorpiion">Scorpiion</a></strong><br>
<em>Sunday Aug 23, 2015 at 18:18 GMT</em><br>
<em>Originally opened as <a href="https://github.com/flutter/engine/issues/771">https://github.com/flutter/engine/issues/771</a></em></p>
<hr>
<p dir="auto">I understand that Windows support is not prio 1 atm, but in the future, as a platform for developing Android apps (and maybe iOS apps), would it be possible to add Windows support? I understand that it would be some work, but basically what I'm asking is if it's part of the long term plan or simply ignored on purpose for some reason (other than maybe no devs on the team are using Windows..).</p>
<p dir="auto">Even if I myself only use Linux (close to 10 years Linux only) I think it can be good for the project to support Windows in the long run, at Stackoverflow's latest developer survey Windows developers was still a little bit more that 50% (Mac and Linux at ~21% each):<br>
<a href="http://stackoverflow.com/research/developer-survey-2015#tech-os" rel="nofollow">http://stackoverflow.com/research/developer-survey-2015#tech-os</a></p>
<p dir="auto">The only reference of Windows I could find was this old comment in an old readme:<br>
<a href="https://github.com/domokit/sky_engine/pull/165/files#r35055666">https://github.com/domokit/sky_engine/pull/165/files#r35055666</a></p>
<p dir="auto"><em>And just to be extra clear and avoid any confusion, this issue is about developing Android and iOS apps on Windows, not deploying Sky to Windows Phone.</em></p> | 1 |
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/DanWahlin/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/DanWahlin">@DanWahlin</a> on June 18, 2016 4:39</em></p>
<p dir="auto">I know the API is still being worked on at this point, but I wanted to add my two cents on route parameter access and the APIs after working with them quite a bit lately. Simplifying the overall process could really be helpful. Here's one scenario I'm running into a lot involving parent route parameters that feels much too verbose currently:</p>
<p dir="auto"><strong>Route:</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/customer/2/details"><pre class="notranslate"><code class="notranslate">/customer/2/details
</code></pre></div>
<p dir="auto"><strong>Snapshot API to Get id Route Parameter:</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const id = +this.router.routerState.parent(this.route).snapshot.params['id'];"><pre class="notranslate"><code class="notranslate">const id = +this.router.routerState.parent(this.route).snapshot.params['id'];
</code></pre></div>
<p dir="auto"><strong>Observable API to Get id Route Parameter:</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="this.router.routerState.parent(this.route)
.params
.subscribe(params => {
const id = +params['id'];
//do something with id
this.dataService.getCustomer(id)
.subscribe((customer: ICustomer) => this.customer = customer);
});
//With the code this way I think I'd have to unsubscribe too?"><pre class="notranslate"><code class="notranslate">this.router.routerState.parent(this.route)
.params
.subscribe(params => {
const id = +params['id'];
//do something with id
this.dataService.getCustomer(id)
.subscribe((customer: ICustomer) => this.customer = customer);
});
//With the code this way I think I'd have to unsubscribe too?
</code></pre></div>
<p dir="auto"><strong>Suggested API</strong>:</p>
<p dir="auto">I know that ActivatedRoute doesn't currently have a parent property, but something like the following would really simplify this fairly common scenario (this uses a snapshot rather than an observable):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="//Move up to parent route and grab the id param
const id = +this.route.parent.params['id'];"><pre class="notranslate"><code class="notranslate">//Move up to parent route and grab the id param
const id = +this.route.parent.params['id'];
</code></pre></div>
<p dir="auto">Thanks for all the hard work on the router so far - really like the direction it's going. I just wanted to document a few ideas since the API is still being worked on and I think there are definitely some opportunities to simplify things along the way.</p>
<p dir="auto"><em>Copied from original issue: angular/vladivostok#81</em></p> | <p dir="auto"><strong>I'm submitting a feature request</strong></p>
<p dir="auto">I'm reporting this issue by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/DanWahlin/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/DanWahlin">@DanWahlin</a> that I found in google cache from the old router repository that was deleted when you moved the router to the angular repository. The text is copy pasted from the old issue (<a href="https://github.com/angular/vladivostok/issues/81">https://github.com/angular/vladivostok/issues/81</a>):</p>
<p dir="auto"><em>start of copy paste</em></p>
<hr>
<p dir="auto">I know the API is still being worked on at this point, but I wanted to add my two cents on route parameter access and the APIs after working with them quite a bit lately. Simplifying the overall process could really be helpful. Here's one scenario I'm running into a lot involving parent route parameters that feels much too verbose currently:</p>
<p dir="auto"><strong>Route:</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/customer/2/details"><pre class="notranslate"><code class="notranslate">/customer/2/details
</code></pre></div>
<p dir="auto">Snapshot API to Get id Route Parameter:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const id = +this.router.routerState.parent(this.route).snapshot.params['id'];"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">id</span> <span class="pl-c1">=</span> <span class="pl-c1">+</span><span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">router</span><span class="pl-kos">.</span><span class="pl-c1">routerState</span><span class="pl-kos">.</span><span class="pl-en">parent</span><span class="pl-kos">(</span><span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">route</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-c1">snapshot</span><span class="pl-kos">.</span><span class="pl-c1">params</span><span class="pl-kos">[</span><span class="pl-s">'id'</span><span class="pl-kos">]</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">Observable API to Get id Route Parameter:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="this.router.routerState.parent(this.route)
.params
.subscribe(params => {
const id = +params['id'];
//do something with id
this.dataService.getCustomer(id)
.subscribe((customer: ICustomer) => this.customer = customer);
});
// With the code this way I think I'd have to unsubscribe too?"><pre class="notranslate"><span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">router</span><span class="pl-kos">.</span><span class="pl-c1">routerState</span><span class="pl-kos">.</span><span class="pl-en">parent</span><span class="pl-kos">(</span><span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">route</span><span class="pl-kos">)</span>
<span class="pl-kos">.</span><span class="pl-c1">params</span>
<span class="pl-kos">.</span><span class="pl-en">subscribe</span><span class="pl-kos">(</span><span class="pl-s1">params</span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
<span class="pl-k">const</span> <span class="pl-s1">id</span> <span class="pl-c1">=</span> <span class="pl-c1">+</span><span class="pl-s1">params</span><span class="pl-kos">[</span><span class="pl-s">'id'</span><span class="pl-kos">]</span><span class="pl-kos">;</span>
<span class="pl-c">//do something with id</span>
<span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">dataService</span><span class="pl-kos">.</span><span class="pl-en">getCustomer</span><span class="pl-kos">(</span><span class="pl-s1">id</span><span class="pl-kos">)</span>
<span class="pl-kos">.</span><span class="pl-en">subscribe</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-s1">customer</span>: <span class="pl-smi">ICustomer</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">customer</span> <span class="pl-c1">=</span> <span class="pl-s1">customer</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-c">// With the code this way I think I'd have to unsubscribe too?</span></pre></div>
<p dir="auto">Suggested API:</p>
<p dir="auto">I know that ActivatedRoute doesn't currently have a parent property, but something like the following would really simplify this fairly common scenario (this uses a snapshot rather than an observable):</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// Move up to parent route and grab the id param
const id = +this.route.parent.params['id'];"><pre class="notranslate"><span class="pl-c">// Move up to parent route and grab the id param</span>
<span class="pl-k">const</span> <span class="pl-s1">id</span> <span class="pl-c1">=</span> <span class="pl-c1">+</span><span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">route</span><span class="pl-kos">.</span><span class="pl-c1">parent</span><span class="pl-kos">.</span><span class="pl-c1">params</span><span class="pl-kos">[</span><span class="pl-s">'id'</span><span class="pl-kos">]</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">Thanks for all the hard work on the router so far - really like the direction it's going. I just wanted to document a few ideas since the API is still being worked on and I think there are definitely some opportunities to simplify things along the way.</p>
<hr>
<p dir="auto"><em>end of copy paste</em></p>
<p dir="auto"><strong>What is the motivation / use case for changing the behavior?</strong><br>
It's impossible to find out how to get parent parameters right now. The <code class="notranslate">parent</code> property of <code class="notranslate">routerState</code> is not documented. Without this issue I would never have found out how to do that (Thank you <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/DanWahlin/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/DanWahlin">@DanWahlin</a> !!).<br>
This is such an obvious necessity that it should be simplified or at least documented.<br>
Thanks !</p>
<ul dir="auto">
<li><strong>Angular version:</strong> 2.0.0-rc.3</li>
</ul> | 1 |
<p dir="auto">In React 0.12.0 if you attempt to use this.key inside a react component, it is <code class="notranslate">undefined</code></p>
<p dir="auto">Simple test case here: <a href="http://jsfiddle.net/jg2pd4ob/2/" rel="nofollow">http://jsfiddle.net/jg2pd4ob/2/</a></p>
<p dir="auto">In 0.11.x you could access this value via <code class="notranslate">this.props.key</code> which has been removed.</p> | <p dir="auto">React version: 18.0.0</p>
<p dir="auto">Root Component <code class="notranslate">App.tsx</code></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import React from 'react';
import theme from './theme';
import {ThemeProvider} from '@mui/material/styles';
interface AppProps {
}
const App: React.FC<AppProps> = () => {
console.log("is load");
return (
<ThemeProvider theme={theme}>
<>
Hello world!
</>
</ThemeProvider>
);
}
export default App;"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-smi">React</span> <span class="pl-k">from</span> <span class="pl-s">'react'</span><span class="pl-kos">;</span>
<span class="pl-k">import</span> <span class="pl-s1">theme</span> <span class="pl-k">from</span> <span class="pl-s">'./theme'</span><span class="pl-kos">;</span>
<span class="pl-k">import</span> <span class="pl-kos">{</span><span class="pl-smi">ThemeProvider</span><span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'@mui/material/styles'</span><span class="pl-kos">;</span>
<span class="pl-k">interface</span> <span class="pl-smi">AppProps</span> <span class="pl-kos">{</span>
<span class="pl-kos">}</span>
<span class="pl-k">const</span> <span class="pl-smi">App</span>: <span class="pl-smi">React</span><span class="pl-kos">.</span><span class="pl-smi">FC</span><span class="pl-kos"><</span><span class="pl-smi">AppProps</span><span class="pl-kos">></span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">=></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">"is load"</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">return</span> <span class="pl-kos">(</span>
<span class="pl-kos"><</span><span class="pl-smi">ThemeProvider</span><span class="pl-kos"></span> <span class="pl-s1">theme</span><span class="pl-c1">=</span><span class="pl-kos">{</span>theme<span class="pl-kos">}</span><span class="pl-c1">></span>
<span class="pl-kos"><</span><span class="pl-c1">></span>
<span class="pl-smi">Hello</span><span class="pl-kos"></span> <span class="pl-s1">world</span><span class="pl-c1">!</span>
<span class="pl-c1"><</span><span class="pl-pds"><span class="pl-c1">/</span>></span><span class="pl-c1"></span>
<span class="pl-c1"><</span><span class="pl-pds"><span class="pl-c1">/</span>ThemeProvider></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">export</span> <span class="pl-k">default</span> <span class="pl-smi">App</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">config webpack:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const path = require('path');
module.exports = {
entry: "./src/index.tsx",
output: {
filename: "bundle.js",
path: path.join(__dirname, "./dist")
},
resolve: {
extensions: [
".ts", ".tsx", ".js", ".jsx", ".json"
]
},
devtool: "eval",
module: {
rules: [
{
test: /\.tsx?$/,
use: "babel-loader",
exclude: /node_modules/
},
{
test: /\.css/,
use: [
"style-loader",
"css-loader"
]
}
]
}
}"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">path</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">'path'</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-smi">module</span><span class="pl-kos">.</span><span class="pl-c1">exports</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span>
<span class="pl-c1">entry</span>: <span class="pl-s">"./src/index.tsx"</span><span class="pl-kos">,</span>
<span class="pl-c1">output</span>: <span class="pl-kos">{</span>
<span class="pl-c1">filename</span>: <span class="pl-s">"bundle.js"</span><span class="pl-kos">,</span>
<span class="pl-c1">path</span>: <span class="pl-s1">path</span><span class="pl-kos">.</span><span class="pl-en">join</span><span class="pl-kos">(</span><span class="pl-s1">__dirname</span><span class="pl-kos">,</span> <span class="pl-s">"./dist"</span><span class="pl-kos">)</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-c1">resolve</span>: <span class="pl-kos">{</span>
<span class="pl-c1">extensions</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-s">".js"</span><span class="pl-kos">,</span> <span class="pl-s">".jsx"</span><span class="pl-kos">,</span> <span class="pl-s">".json"</span>
<span class="pl-kos">]</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-c1">devtool</span>: <span class="pl-s">"eval"</span><span class="pl-kos">,</span>
<span class="pl-c1">module</span>: <span class="pl-kos">{</span>
<span class="pl-c1">rules</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>tsx?<span class="pl-cce">$</span><span class="pl-c1">/</span></span><span class="pl-kos">,</span>
<span class="pl-c1">use</span>: <span class="pl-s">"babel-loader"</span><span class="pl-kos">,</span>
<span class="pl-c1">exclude</span>: <span class="pl-pds"><span class="pl-c1">/</span>node_modules<span class="pl-c1">/</span></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>css<span class="pl-c1">/</span></span><span class="pl-kos">,</span>
<span class="pl-c1">use</span>: <span class="pl-kos">[</span>
<span class="pl-s">"style-loader"</span><span class="pl-kos">,</span>
<span class="pl-s">"css-loader"</span>
<span class="pl-kos">]</span>
<span class="pl-kos">}</span>
<span class="pl-kos">]</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto">I've try render root component from <code class="notranslate">index.tsx</code> with:</p>
<div class="highlight highlight-source-tsx notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import * as React from 'react';
import {render} from 'react-dom';
import App from './App'
import "normalize.css";
render(
<App />,
document.querySelector("main")
);"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-c1">*</span> <span class="pl-k">as</span> <span class="pl-smi">React</span> <span class="pl-k">from</span> <span class="pl-s">'react'</span><span class="pl-kos">;</span>
<span class="pl-k">import</span> <span class="pl-kos">{</span><span class="pl-s1">render</span><span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'react-dom'</span><span class="pl-kos">;</span>
<span class="pl-k">import</span> <span class="pl-smi">App</span> <span class="pl-k">from</span> <span class="pl-s">'./App'</span>
<span class="pl-k">import</span> <span class="pl-s">"normalize.css"</span><span class="pl-kos">;</span>
<span class="pl-en">render</span><span class="pl-kos">(</span>
<span class="pl-c1"><</span><span class="pl-smi">App</span> <span class="pl-c1">/</span><span class="pl-c1">></span><span class="pl-kos">,</span>
<span class="pl-smi">document</span><span class="pl-kos">.</span><span class="pl-en">querySelector</span><span class="pl-kos">(</span><span class="pl-s">"main"</span><span class="pl-kos">)</span>
<span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">I've get error at browser console:</p>
<blockquote>
<p dir="auto">Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: <a href="https://reactjs.org/link/switch-to-createroot" rel="nofollow">https://reactjs.org/link/switch-to-createroot</a></p>
</blockquote>
<p dir="auto">Also i've read <a href="https://reactjs.org/link/switch-to-createroot" rel="nofollow">switch-to-createroot</a> and i've try render root component with:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import * as React from 'react';
import {createRoot} from 'react-dom/client';
import App from './App'
import "normalize.css";
const container = document.querySelector("main");
const root = createRoot(container!);
root.render(
<React.StrictMode>
<App />
</React.StrictMode>
);"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-c1">*</span> <span class="pl-k">as</span> <span class="pl-smi">React</span> <span class="pl-k">from</span> <span class="pl-s">'react'</span><span class="pl-kos">;</span>
<span class="pl-k">import</span> <span class="pl-kos">{</span><span class="pl-s1">createRoot</span><span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'react-dom/client'</span><span class="pl-kos">;</span>
<span class="pl-k">import</span> <span class="pl-smi">App</span> <span class="pl-k">from</span> <span class="pl-s">'./App'</span>
<span class="pl-k">import</span> <span class="pl-s">"normalize.css"</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-s1">container</span> <span class="pl-c1">=</span> <span class="pl-smi">document</span><span class="pl-kos">.</span><span class="pl-en">querySelector</span><span class="pl-kos">(</span><span class="pl-s">"main"</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-s1">root</span> <span class="pl-c1">=</span> <span class="pl-en">createRoot</span><span class="pl-kos">(</span><span class="pl-s1">container</span><span class="pl-c1">!</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-s1">root</span><span class="pl-kos">.</span><span class="pl-en">render</span><span class="pl-kos">(</span>
<span class="pl-kos"><</span><span class="pl-smi">React</span><span class="pl-kos">.</span><span class="pl-smi">StrictMode</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-smi">App</span> <span class="pl-c1">/</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-c1">/</span><span class="pl-smi">React</span><span class="pl-kos">.</span><span class="pl-smi">StrictMode</span><span class="pl-kos">></span><span class="pl-s1"></span>
<span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">This work but in my browser console for my <code class="notranslate">App.tsx</code> component now i get two times log <code class="notranslate">is load</code><br>
and if i add local state at component and update state render are duplicate.</p>
<p dir="auto">By going back to the old way of rendering the root component, the problem of multiple renders is solved, but I keep the error message.<br>
How fix it?</p>
<p dir="auto">Browser Microsoft Edge:<br>
<code class="notranslate">Version 100.0.1185.39 (Official build) (64-bit)</code></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": "assets",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:prod": "webpack --config ./webpack.config.js --mode production",
"build:dev": "webpack --config ./webpack.config.js --mode development --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.1",
"@mui/material": "^5.6.1",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.0",
"babel-loader": "^8.2.4",
"css-loader": "^6.7.1",
"normalize.css": "^8.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"style-loader": "^3.3.1",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}
"><pre class="notranslate">{
<span class="pl-ent">"name"</span>: <span class="pl-s"><span class="pl-pds">"</span>assets<span class="pl-pds">"</span></span>,
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>1.0.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"description"</span>: <span class="pl-s"><span class="pl-pds">"</span><span class="pl-pds">"</span></span>,
<span class="pl-ent">"main"</span>: <span class="pl-s"><span class="pl-pds">"</span>index.js<span class="pl-pds">"</span></span>,
<span class="pl-ent">"scripts"</span>: {
<span class="pl-ent">"build:prod"</span>: <span class="pl-s"><span class="pl-pds">"</span>webpack --config ./webpack.config.js --mode production<span class="pl-pds">"</span></span>,
<span class="pl-ent">"build:dev"</span>: <span class="pl-s"><span class="pl-pds">"</span>webpack --config ./webpack.config.js --mode development --watch<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"keywords"</span>: [],
<span class="pl-ent">"author"</span>: <span class="pl-s"><span class="pl-pds">"</span><span class="pl-pds">"</span></span>,
<span class="pl-ent">"license"</span>: <span class="pl-s"><span class="pl-pds">"</span>ISC<span class="pl-pds">"</span></span>,
<span class="pl-ent">"devDependencies"</span>: {
<span class="pl-ent">"@babel/preset-react"</span>: <span class="pl-s"><span class="pl-pds">"</span>^7.16.7<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@babel/preset-typescript"</span>: <span class="pl-s"><span class="pl-pds">"</span>^7.16.7<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@emotion/react"</span>: <span class="pl-s"><span class="pl-pds">"</span>^11.9.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@emotion/styled"</span>: <span class="pl-s"><span class="pl-pds">"</span>^11.8.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@mui/icons-material"</span>: <span class="pl-s"><span class="pl-pds">"</span>^5.6.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@mui/material"</span>: <span class="pl-s"><span class="pl-pds">"</span>^5.6.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@types/react"</span>: <span class="pl-s"><span class="pl-pds">"</span>^18.0.5<span class="pl-pds">"</span></span>,
<span class="pl-ent">"@types/react-dom"</span>: <span class="pl-s"><span class="pl-pds">"</span>^18.0.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"babel-loader"</span>: <span class="pl-s"><span class="pl-pds">"</span>^8.2.4<span class="pl-pds">"</span></span>,
<span class="pl-ent">"css-loader"</span>: <span class="pl-s"><span class="pl-pds">"</span>^6.7.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"normalize.css"</span>: <span class="pl-s"><span class="pl-pds">"</span>^8.0.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"react"</span>: <span class="pl-s"><span class="pl-pds">"</span>^18.0.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"react-dom"</span>: <span class="pl-s"><span class="pl-pds">"</span>^18.0.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"style-loader"</span>: <span class="pl-s"><span class="pl-pds">"</span>^3.3.1<span class="pl-pds">"</span></span>,
<span class="pl-ent">"webpack"</span>: <span class="pl-s"><span class="pl-pds">"</span>^5.72.0<span class="pl-pds">"</span></span>,
<span class="pl-ent">"webpack-cli"</span>: <span class="pl-s"><span class="pl-pds">"</span>^4.9.2<span class="pl-pds">"</span></span>
}
}
</pre></div> | 0 |
<p dir="auto">This is the same issue with <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="20347186" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/5071" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/5071/hovercard" href="https://github.com/pandas-dev/pandas/issues/5071">#5071</a>, but still not solved. :(</p>
<p dir="auto"><code class="notranslate">func</code> in <code class="notranslate">GroupBy.apply(func, *args, **kwargs)[source]</code> have <code class="notranslate">DataFrame</code> as an input, while<br>
<code class="notranslate">func</code> in <code class="notranslate">Rolling.apply(func, args=(), kwargs={})</code> have <code class="notranslate">ndarray</code> as an input.</p>
<p dir="auto"><strong>Is this project still actively working to find solution?</strong></p>
<p dir="auto">Also, it would be better if it support parallel processing.</p>
<h2 dir="auto">Code Sample</h2>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
df = pd.DataFrame({'g':[1,1,1,1,2,2,2,3,3,3,3,3],
'A':[1,4,2,5,3,5,3,2,1,2,3,6],
'B':[1,5,2,3,1,5,7,3,5,2,8,4]})
print(df.groupby('g').apply(lambda x:str(type(x))))
print(df.rolling(3).apply(lambda x:str(type(x))))"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">pandas</span> <span class="pl-k">as</span> <span class="pl-s1">pd</span>
<span class="pl-s1">df</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">DataFrame</span>({<span class="pl-s">'g'</span>:[<span class="pl-c1">1</span>,<span class="pl-c1">1</span>,<span class="pl-c1">1</span>,<span class="pl-c1">1</span>,<span class="pl-c1">2</span>,<span class="pl-c1">2</span>,<span class="pl-c1">2</span>,<span class="pl-c1">3</span>,<span class="pl-c1">3</span>,<span class="pl-c1">3</span>,<span class="pl-c1">3</span>,<span class="pl-c1">3</span>],
<span class="pl-s">'A'</span>:[<span class="pl-c1">1</span>,<span class="pl-c1">4</span>,<span class="pl-c1">2</span>,<span class="pl-c1">5</span>,<span class="pl-c1">3</span>,<span class="pl-c1">5</span>,<span class="pl-c1">3</span>,<span class="pl-c1">2</span>,<span class="pl-c1">1</span>,<span class="pl-c1">2</span>,<span class="pl-c1">3</span>,<span class="pl-c1">6</span>],
<span class="pl-s">'B'</span>:[<span class="pl-c1">1</span>,<span class="pl-c1">5</span>,<span class="pl-c1">2</span>,<span class="pl-c1">3</span>,<span class="pl-c1">1</span>,<span class="pl-c1">5</span>,<span class="pl-c1">7</span>,<span class="pl-c1">3</span>,<span class="pl-c1">5</span>,<span class="pl-c1">2</span>,<span class="pl-c1">8</span>,<span class="pl-c1">4</span>]})
<span class="pl-en">print</span>(<span class="pl-s1">df</span>.<span class="pl-en">groupby</span>(<span class="pl-s">'g'</span>).<span class="pl-en">apply</span>(<span class="pl-k">lambda</span> <span class="pl-s1">x</span>:<span class="pl-en">str</span>(<span class="pl-en">type</span>(<span class="pl-s1">x</span>))))
<span class="pl-en">print</span>(<span class="pl-s1">df</span>.<span class="pl-en">rolling</span>(<span class="pl-c1">3</span>).<span class="pl-en">apply</span>(<span class="pl-k">lambda</span> <span class="pl-s1">x</span>:<span class="pl-en">str</span>(<span class="pl-en">type</span>(<span class="pl-s1">x</span>))))</pre></div>
<div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="g
1 <class 'pandas.core.frame.DataFrame'>
2 <class 'pandas.core.frame.DataFrame'>
3 <class 'pandas.core.frame.DataFrame'>
dtype: object
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-497-2f7f95b2a358> in <module>()
----> 1 df.rolling(3).apply(lambda x:str(type(x)))
~/anaconda3/lib/python3.6/site-packages/pandas/core/window.py in apply(self, func, args, kwargs)
1205 @Appender(_shared_docs['apply'])
1206 def apply(self, func, args=(), kwargs={}):
-> 1207 return super(Rolling, self).apply(func, args=args, kwargs=kwargs)
1208
1209 @Substitution(name='rolling')
~/anaconda3/lib/python3.6/site-packages/pandas/core/window.py in apply(self, func, args, kwargs)
854
855 return self._apply(f, func, args=args, kwargs=kwargs,
--> 856 center=False)
857
858 def sum(self, *args, **kwargs):
~/anaconda3/lib/python3.6/site-packages/pandas/core/window.py in _apply(self, func, name, window, center, check_minp, how, **kwargs)
797 with np.errstate(all='ignore'):
798 if values.ndim > 1:
--> 799 result = np.apply_along_axis(calc, self.axis, values)
800 else:
801 result = calc(values)
~/anaconda3/lib/python3.6/site-packages/numpy/lib/shape_base.py in apply_along_axis(func1d, axis, arr, *args, **kwargs)
130 except StopIteration:
131 raise ValueError('Cannot apply_along_axis when any iteration dimensions are 0')
--> 132 res = asanyarray(func1d(inarr_view[ind0], *args, **kwargs))
133
134 # build a buffer for storing evaluations of func1d.
~/anaconda3/lib/python3.6/site-packages/pandas/core/window.py in calc(x)
793 def calc(x):
794 return func(x, window, min_periods=self.min_periods,
--> 795 closed=self.closed)
796
797 with np.errstate(all='ignore'):
~/anaconda3/lib/python3.6/site-packages/pandas/core/window.py in f(arg, window, min_periods, closed)
851 minp = _use_window(min_periods, window)
852 return _window.roll_generic(arg, window, minp, indexi, closed,
--> 853 offset, func, args, kwargs)
854
855 return self._apply(f, func, args=args, kwargs=kwargs,
pandas/_libs/window.pyx in pandas._libs.window.roll_generic (pandas/_libs/window.c:36065)()
TypeError: must be real number, not str"><pre class="notranslate"><span class="pl-c1">g</span>
<span class="pl-c1">1 <class 'pandas.core.frame.DataFrame'></span>
<span class="pl-c1">2 <class 'pandas.core.frame.DataFrame'></span>
<span class="pl-c1">3 <class 'pandas.core.frame.DataFrame'></span>
<span class="pl-c1">dtype: object</span>
<span class="pl-c1">---------------------------------------------------------------------------</span>
<span class="pl-c1">TypeError Traceback (most recent call last)</span>
<span class="pl-c1"><ipython-input-497-2f7f95b2a358> in <module>()</span>
<span class="pl-c1">----> 1 df.rolling(3).apply(lambda x:str(type(x)))</span>
<span class="pl-c1">~/anaconda3/lib/python3.6/site-packages/pandas/core/window.py in apply(self, func, args, kwargs)</span>
<span class="pl-c1"> 1205 @Appender(_shared_docs['apply'])</span>
<span class="pl-c1"> 1206 def apply(self, func, args=(), kwargs={}):</span>
<span class="pl-c1">-> 1207 return super(Rolling, self).apply(func, args=args, kwargs=kwargs)</span>
<span class="pl-c1"> 1208 </span>
<span class="pl-c1"> 1209 @Substitution(name='rolling')</span>
<span class="pl-c1">~/anaconda3/lib/python3.6/site-packages/pandas/core/window.py in apply(self, func, args, kwargs)</span>
<span class="pl-c1"> 854 </span>
<span class="pl-c1"> 855 return self._apply(f, func, args=args, kwargs=kwargs,</span>
<span class="pl-c1">--> 856 center=False)</span>
<span class="pl-c1"> 857 </span>
<span class="pl-c1"> 858 def sum(self, *args, **kwargs):</span>
<span class="pl-c1">~/anaconda3/lib/python3.6/site-packages/pandas/core/window.py in _apply(self, func, name, window, center, check_minp, how, **kwargs)</span>
<span class="pl-c1"> 797 with np.errstate(all='ignore'):</span>
<span class="pl-c1"> 798 if values.ndim > 1:</span>
<span class="pl-c1">--> 799 result = np.apply_along_axis(calc, self.axis, values)</span>
<span class="pl-c1"> 800 else:</span>
<span class="pl-c1"> 801 result = calc(values)</span>
<span class="pl-c1">~/anaconda3/lib/python3.6/site-packages/numpy/lib/shape_base.py in apply_along_axis(func1d, axis, arr, *args, **kwargs)</span>
<span class="pl-c1"> 130 except StopIteration:</span>
<span class="pl-c1"> 131 raise ValueError('Cannot apply_along_axis when any iteration dimensions are 0')</span>
<span class="pl-c1">--> 132 res = asanyarray(func1d(inarr_view[ind0], *args, **kwargs))</span>
<span class="pl-c1"> 133 </span>
<span class="pl-c1"> 134 # build a buffer for storing evaluations of func1d.</span>
<span class="pl-c1">~/anaconda3/lib/python3.6/site-packages/pandas/core/window.py in calc(x)</span>
<span class="pl-c1"> 793 def calc(x):</span>
<span class="pl-c1"> 794 return func(x, window, min_periods=self.min_periods,</span>
<span class="pl-c1">--> 795 closed=self.closed)</span>
<span class="pl-c1"> 796 </span>
<span class="pl-c1"> 797 with np.errstate(all='ignore'):</span>
<span class="pl-c1">~/anaconda3/lib/python3.6/site-packages/pandas/core/window.py in f(arg, window, min_periods, closed)</span>
<span class="pl-c1"> 851 minp = _use_window(min_periods, window)</span>
<span class="pl-c1"> 852 return _window.roll_generic(arg, window, minp, indexi, closed,</span>
<span class="pl-c1">--> 853 offset, func, args, kwargs)</span>
<span class="pl-c1"> 854 </span>
<span class="pl-c1"> 855 return self._apply(f, func, args=args, kwargs=kwargs,</span>
<span class="pl-c1">pandas/_libs/window.pyx in pandas._libs.window.roll_generic (pandas/_libs/window.c:36065)()</span>
<span class="pl-c1">TypeError: must be real number, not str</span></pre></div> | <p dir="auto">Returning a Series: <a href="http://stackoverflow.com/questions/19121854/using-rolling-apply-on-a-dataframe-object" rel="nofollow">http://stackoverflow.com/questions/19121854/using-rolling-apply-on-a-dataframe-object</a></p>
<p dir="auto">Returning a Scalar: <a href="http://stackoverflow.com/questions/21040766/python-pandas-rolling-apply-two-column-input-into-function/21045831#21045831" rel="nofollow">http://stackoverflow.com/questions/21040766/python-pandas-rolling-apply-two-column-input-into-function/21045831#21045831</a></p> | 1 |
<p dir="auto">See Jenkins job <strong>kubernetes-upgrade-1.0-1.1-gke-step3-e2e-old</strong>'s last few runs.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="07:52:26 Validates MaxPods limit number of pods that are allowed to run. [It]
07:52:26 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/max_pods.go:158
07:52:26
07:52:26 Expected
07:52:26 <[]api.Event | len:0, cap:0>: []
07:52:26 not to be empty
07:52:26
07:52:26 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/max_pods.go:156"><pre class="notranslate"><code class="notranslate">07:52:26 Validates MaxPods limit number of pods that are allowed to run. [It]
07:52:26 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/max_pods.go:158
07:52:26
07:52:26 Expected
07:52:26 <[]api.Event | len:0, cap:0>: []
07:52:26 not to be empty
07:52:26
07:52:26 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/max_pods.go:156
</code></pre></div>
<p dir="auto">The relevant line is <a href="https://github.com/kubernetes/kubernetes/blob/release-1.0/test/e2e/max_pods.go#L156">max_pods.go:156</a>. Note that this is running e2e tests off of the <code class="notranslate">release-1.0</code> branch.</p>
<p dir="auto">It's possible that this is also caused by <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="109904540" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/15123" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/15123/hovercard" href="https://github.com/kubernetes/kubernetes/issues/15123">#15123</a>, but it's not clear to me.</p> | <p dir="auto">This is a problem we're going to run into as we're running 1.0 e2e tests against 1.1 clusters, (which we do because we need to make sure that 1.1 clusters still operate the way 1.0 clusters did). If a test fails, but the failure is due to a bad test rather than a problem in 1.1, what do we do?</p>
<p dir="auto">For example, Services/Nodeport e2es are failing on upgrade due to change in error message. They fail when running 1.0 e2es against a HEAD master (in jobs kubernetes-upgrade-gke-step3-e2e-old and kubernetes-upgrade-gke-step5-e2e-old):</p>
<ul dir="auto">
<li>Kubernetes e2e suite.Services should check NodePort out-of-range</li>
</ul>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Expected
<string>: Service "nodeport-range-test" is invalid: spec.ports[0].nodePort: invalid value '53127', Details: provided port is not in the valid range
to equal
<string>: Service "nodeport-range-test" is invalid: spec.ports[0].nodePort: invalid value '53127': provided port is not in the valid range"><pre class="notranslate"><code class="notranslate">Expected
<string>: Service "nodeport-range-test" is invalid: spec.ports[0].nodePort: invalid value '53127', Details: provided port is not in the valid range
to equal
<string>: Service "nodeport-range-test" is invalid: spec.ports[0].nodePort: invalid value '53127': provided port is not in the valid range
</code></pre></div>
<ul dir="auto">
<li>Kubernetes e2e suite.Services should prevent NodePort collisions</li>
</ul>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Expected
<string>: Service "nodeport-collision2" is invalid: spec.ports[0].nodePort: invalid value '31641', Details: provided port is already allocated
to equal
<string>: Service "nodeport-collision2" is invalid: spec.ports[0].nodePort: invalid value '31641': provided port is already allocated"><pre class="notranslate"><code class="notranslate">Expected
<string>: Service "nodeport-collision2" is invalid: spec.ports[0].nodePort: invalid value '31641', Details: provided port is already allocated
to equal
<string>: Service "nodeport-collision2" is invalid: spec.ports[0].nodePort: invalid value '31641': provided port is already allocated
</code></pre></div>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ixdy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ixdy">@ixdy</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/quinton-hoole/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/quinton-hoole">@quinton-hoole</a> Any ideas about how to fix this? This definitely isn't a regression, but it's probably not a good idea to just disable these tests. My best thought is to cherry-pick the 1.1 test changes into 1.0, and somehow pull these tests HEAD of the 1.0 branch. That's a lot of mucking around though, and I'm not sure it's worth it.</p>
<p dir="auto">For now, I think we should punt on these specific tests until we have a better idea of how widespread this kind of version-skew problem is going to be.</p> | 1 |
<p dir="auto">I created a question on SO: <a href="http://stackoverflow.com/questions/25763600/how-to-patch-collection-using-symfony2-forms-and-rest" rel="nofollow">http://stackoverflow.com/questions/25763600/how-to-patch-collection-using-symfony2-forms-and-rest</a></p>
<p dir="auto">The problem is that when I PATCH the data, the "signature" setting is removed from the "settings" collection. However, if I do the same with any direct field of the "user" entity, PATCH request is handled properly (only the field that is included in the request is being changed, and nothing else is being deleted or set to null).</p>
<p dir="auto">Is it anyhow possible to handle this in case of OneToMany collection (i.e. I want to change only one particular setting or some of them, but not all)?</p> | <p dir="auto">I'm trying to update a form collection item with a PATCH request and or <code class="notranslate">$form->submit($request,false);</code>. Either way, all items are removed from the collection except the new one.</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" echo "Items from the database ------------------------------------";
\Doctrine\Common\Util\Debug::dump($entity->getItems(), 1);
$form->submit($request,false);
echo "Items in the form ------------------------------------";
\Doctrine\Common\Util\Debug::dump($form->get('items')->getData());
echo "updated items ready to save to database";
\Doctrine\Common\Util\Debug::dump($entity->getItems(), 1);"><pre class="notranslate"> <span class="pl-k">echo</span> "<span class="pl-s">Items from the database ------------------------------------</span>";
\<span class="pl-v">Doctrine</span>\<span class="pl-v">Common</span>\<span class="pl-v">Util</span>\<span class="pl-v">Debug</span>::<span class="pl-en">dump</span>(<span class="pl-s1"><span class="pl-c1">$</span>entity</span>-><span class="pl-en">getItems</span>(), <span class="pl-c1">1</span>);
<span class="pl-s1"><span class="pl-c1">$</span>form</span>-><span class="pl-en">submit</span>(<span class="pl-s1"><span class="pl-c1">$</span>request</span>,<span class="pl-c1">false</span>);
<span class="pl-k">echo</span> "<span class="pl-s">Items in the form ------------------------------------</span>";
\<span class="pl-v">Doctrine</span>\<span class="pl-v">Common</span>\<span class="pl-v">Util</span>\<span class="pl-v">Debug</span>::<span class="pl-en">dump</span>(<span class="pl-s1"><span class="pl-c1">$</span>form</span>-><span class="pl-en">get</span>(<span class="pl-s">'items'</span>)-><span class="pl-en">getData</span>());
<span class="pl-k">echo</span> "<span class="pl-s">updated items ready to save to database</span>";
\<span class="pl-v">Doctrine</span>\<span class="pl-v">Common</span>\<span class="pl-v">Util</span>\<span class="pl-v">Debug</span>::<span class="pl-en">dump</span>(<span class="pl-s1"><span class="pl-c1">$</span>entity</span>-><span class="pl-en">getItems</span>(), <span class="pl-c1">1</span>);</pre></div>
<p dir="auto">I submit the form with modifications for item[0] <code class="notranslate">entity[items][0][description]</code> <code class="notranslate">test 1234</code>.<br>
The output dump is shown below.</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Items from the database ------------------------------------
array(2) {
[0]=>
string(29) "CoBo\RecipeBundle\Entity\Item"
[1]=>
string(29) "CoBo\RecipeBundle\Entity\Item"
}
Items in the form ------------------------------------
array(1) {
[0]=>
object(stdClass)#776 (8) {
["__CLASS__"]=>
string(29) "CoBo\RecipeBundle\Entity\Item"
["id"]=>
int(248)
["description"]=>
string(9) "test 1234"
}
}
updated items ready to save to database
array(1) {
[0]=>
string(29) "CoBo\RecipeBundle\Entity\Item"
}"><pre class="notranslate"><span class="pl-v">Items</span> from the database ------------------------------------
<span class="pl-en">array</span>(<span class="pl-c1">2</span>) {
[<span class="pl-c1">0</span>]=>
string(<span class="pl-c1">29</span>) "<span class="pl-s">CoBo\RecipeBundle\Entity\Item</span>"
[<span class="pl-c1">1</span>]=>
string(<span class="pl-c1">29</span>) "<span class="pl-s">CoBo\RecipeBundle\Entity\Item</span>"
}
<span class="pl-v">Items</span> in the form ------------------------------------
<span class="pl-en">array</span>(<span class="pl-c1">1</span>) {
[<span class="pl-c1">0</span>]=>
object(stdClass)<span class="pl-c">#776 (8) {</span>
["<span class="pl-s">__CLASS__</span>"]=>
string(<span class="pl-c1">29</span>) "<span class="pl-s">CoBo\RecipeBundle\Entity\Item</span>"
["<span class="pl-s">id</span>"]=>
int(<span class="pl-c1">248</span>)
["<span class="pl-s">description</span>"]=>
string(<span class="pl-c1">9</span>) "<span class="pl-s">test 1234</span>"
}
}
updated items ready to save to database
array(<span class="pl-c1">1</span>) {
[<span class="pl-c1">0</span>]=>
string(<span class="pl-c1">29</span>) "<span class="pl-s">CoBo\RecipeBundle\Entity\Item</span>"
}</pre></div>
<p dir="auto">As said, item[1] got removed. I'm not quite sure, if this is the expected behaviour, since a PATCH request should not remove items?!</p> | 1 |
<p dir="auto"><a href="http://typescriptlang.org" rel="nofollow">http://typescriptlang.org</a> links to <a href="https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md">https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md</a> but this version does not contain any images. There are only slashes (<code class="notranslate">/</code>) instead.</p>
<p dir="auto">An example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="A typical client would not need to add any additional typing but could just use a community-supplied typing to discover (through statement completion with documentation tips) and verify (through static checking) correct use of the library, as in the following screen shot.
/
Section [3.3](#3.3) provides additional information about object types.
## <a name="1.4"/>1.4 Structural Subtyping"><pre class="notranslate"><code class="notranslate">A typical client would not need to add any additional typing but could just use a community-supplied typing to discover (through statement completion with documentation tips) and verify (through static checking) correct use of the library, as in the following screen shot.
/
Section [3.3](#3.3) provides additional information about object types.
## <a name="1.4"/>1.4 Structural Subtyping
</code></pre></div> | <p dir="auto">At the end of 1.3 section of mark down version of language spec., the spec. says "...as in following screen shot" but there is no screen shot attached.</p> | 1 |
<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: v2.7.6</li>
<li>Operating System version: window10</li>
<li>Java version: 1.8</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<ol dir="auto">
<li>本机存在多个虚拟网卡</li>
<li>采用nacos注册中心,服务提供者配置dubbo.protocol.host之后可以注册本地真实ip但是服务消费者一直找不到这个提供者</li>
<li>禁用虚拟网卡后一切都会好<br>
尝试启动参数也无效<br>
-DDUBBO_IP_TO_BIND和DDUBBO_IP_TO_REGISTRY在idea中vm options 配置都没有效果</li>
</ol> | <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: the last</li>
<li>Operating System version: any</li>
<li>Java version: java8</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<p dir="auto">The EagerThreadPoolExecutor class extends java ThreadPoolExecutor, int ThreadPoolExecutor when invoke runWorker method, it will invoke method afterExecute in try finally block.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" final void runWorker(Worker w) {
Thread wt = Thread.currentThread();
Runnable task = w.firstTask;
w.firstTask = null;
w.unlock(); // allow interrupts
boolean completedAbruptly = true;
try {
while (task != null || (task = getTask()) != null) {
w.lock();
// If pool is stopping, ensure thread is interrupted;
// if not, ensure thread is not interrupted. This
// requires a recheck in second case to deal with
// shutdownNow race while clearing interrupt
if ((runStateAtLeast(ctl.get(), STOP) ||
(Thread.interrupted() &&
runStateAtLeast(ctl.get(), STOP))) &&
!wt.isInterrupted())
wt.interrupt();
try {
beforeExecute(wt, task);
Throwable thrown = null;
try {
task.run();
} catch (RuntimeException x) {
thrown = x; throw x;
} catch (Error x) {
thrown = x; throw x;
} catch (Throwable x) {
thrown = x; throw new Error(x);
} finally {
afterExecute(task, thrown);
}
} finally {
task = null;
w.completedTasks++;
w.unlock();
}
}
completedAbruptly = false;
} finally {
processWorkerExit(w, completedAbruptly);
}
}
"><pre class="notranslate"><code class="notranslate"> final void runWorker(Worker w) {
Thread wt = Thread.currentThread();
Runnable task = w.firstTask;
w.firstTask = null;
w.unlock(); // allow interrupts
boolean completedAbruptly = true;
try {
while (task != null || (task = getTask()) != null) {
w.lock();
// If pool is stopping, ensure thread is interrupted;
// if not, ensure thread is not interrupted. This
// requires a recheck in second case to deal with
// shutdownNow race while clearing interrupt
if ((runStateAtLeast(ctl.get(), STOP) ||
(Thread.interrupted() &&
runStateAtLeast(ctl.get(), STOP))) &&
!wt.isInterrupted())
wt.interrupt();
try {
beforeExecute(wt, task);
Throwable thrown = null;
try {
task.run();
} catch (RuntimeException x) {
thrown = x; throw x;
} catch (Error x) {
thrown = x; throw x;
} catch (Throwable x) {
thrown = x; throw new Error(x);
} finally {
afterExecute(task, thrown);
}
} finally {
task = null;
w.completedTasks++;
w.unlock();
}
}
completedAbruptly = false;
} finally {
processWorkerExit(w, completedAbruptly);
}
}
</code></pre></div>
<p dir="auto">and this method is override in EagerThreadPoolExecutor.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" @Override
protected void afterExecute(Runnable r, Throwable t) {
submittedTaskCount.decrementAndGet();
}"><pre class="notranslate"><code class="notranslate"> @Override
protected void afterExecute(Runnable r, Throwable t) {
submittedTaskCount.decrementAndGet();
}
</code></pre></div>
<p dir="auto">so when use this EagerThreadPoolExecutor and throw a exception but not RejectedExecutionException, it may decrement submittedTaskCount more then one times.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@Override
public void execute(Runnable command) {
if (command == null) {
throw new NullPointerException();
}
// do not increment in method beforeExecute!
submittedTaskCount.incrementAndGet();
try {
super.execute(command);
} catch (RejectedExecutionException rx) {
// retry to offer the task into queue.
final TaskQueue queue = (TaskQueue) super.getQueue();
try {
if (!queue.retryOffer(command, 0, TimeUnit.MILLISECONDS)) {
submittedTaskCount.decrementAndGet();
throw new RejectedExecutionException("Queue capacity is full.", rx);
}
} catch (InterruptedException x) {
submittedTaskCount.decrementAndGet();
throw new RejectedExecutionException(x);
}
} catch (Throwable t) {
// decrease any way
submittedTaskCount.decrementAndGet();
throw t;
}
}"><pre class="notranslate"><code class="notranslate">@Override
public void execute(Runnable command) {
if (command == null) {
throw new NullPointerException();
}
// do not increment in method beforeExecute!
submittedTaskCount.incrementAndGet();
try {
super.execute(command);
} catch (RejectedExecutionException rx) {
// retry to offer the task into queue.
final TaskQueue queue = (TaskQueue) super.getQueue();
try {
if (!queue.retryOffer(command, 0, TimeUnit.MILLISECONDS)) {
submittedTaskCount.decrementAndGet();
throw new RejectedExecutionException("Queue capacity is full.", rx);
}
} catch (InterruptedException x) {
submittedTaskCount.decrementAndGet();
throw new RejectedExecutionException(x);
}
} catch (Throwable t) {
// decrease any way
submittedTaskCount.decrementAndGet();
throw t;
}
}
</code></pre></div>
<p dir="auto">or may be any other reason for it?</p> | 0 |
<ul dir="auto">
<li>Electron version: 1.6.6</li>
<li>Operating system: macOS 10.12.5</li>
</ul>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Package: VSCode
Version: 1.13.0
OS: Mac OS X 10.12.5 (16F73)
Date: Tue Jun 13 17:36:49 GMT+08:00 2017
Operating system: Mac OS X
10.12.5 16F73
CPU: amd64
family 6 model 61 stepping 4
4 CPUs
GPU: UNKNOWN
Crash reason: EXC_BAD_ACCESS / EXC_I386_GPFLT
Crash address: 0x109e2d592
Process uptime: 9196 seconds
Thread 13 (crashed)
0 Electron Framework!<name omitted> [__tree : 1790 + 0x0]
rax = 0x0000000000000001 rdx = 0x0000000000000000
rcx = 0x00007fa25a700760 rbx = 0xb000000000000000
rsi = 0xb000000000000000 rdi = 0x0000608000225688
rbp = 0x000070000c016180 rsp = 0x000070000c016170
r8 = 0x000070000c0162c8 r9 = 0x00007fa25a7007f8
r10 = 0x000000010d506338 r11 = 0xffffffff00000000
r12 = 0x0000000000000000 r13 = 0x000070000c016258
r14 = 0x0000608000225688 r15 = 0x000070000c0162c8
rip = 0x0000000109e2d592
Found by: given as instruction pointer in context
1 Electron Framework!<name omitted> [__tree : 1790 + 0x8]
rbp = 0x000070000c0161a0 rsp = 0x000070000c016190
rip = 0x0000000109e2d59d
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [__tree : 1830 + 0x5]
rbp = 0x000070000c0161c0 rsp = 0x000070000c0161b0
rip = 0x00000001095edd27
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [set : 639 + 0x5]
rbp = 0x000070000c0161d0 rsp = 0x000070000c0161d0
rip = 0x00000001095edccd
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [atom_cert_verifier.cc : 169 + 0x5]
rbp = 0x000070000c016240 rsp = 0x000070000c0161e0
rip = 0x00000001095ec37a
Found by: previous frame's frame pointer
5 Electron Framework!net::SSLClientSocketImpl::DoVerifyCert(int) [ssl_client_socket_impl.cc : 1235 + 0x1b]
rbp = 0x000070000c016340 rsp = 0x000070000c016250
rip = 0x000000010af0d56d
Found by: previous frame's frame pointer
6 Electron Framework!net::SSLClientSocketImpl::DoHandshakeLoop(int) [ssl_client_socket_impl.cc : 1359 + 0x8]
rbp = 0x000070000c0163a0 rsp = 0x000070000c016350
rip = 0x000000010af0b570
Found by: previous frame's frame pointer
7 Electron Framework!net::SSLClientSocketImpl::OnHandshakeIOComplete(int) [ssl_client_socket_impl.cc : 1325 + 0x5]
rbp = 0x000070000c0163e0 rsp = 0x000070000c0163b0
rip = 0x000000010af0d065
Found by: previous frame's frame pointer
8 Electron Framework!net::TCPClientSocket::DidCompleteReadWrite(base::Callback<void (int), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&, int) [callback.h : 64 + 0x2]
rbp = 0x000070000c016460 rsp = 0x000070000c0163f0
rip = 0x000000010af15f53
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [callback.h : 64 + 0x2]
rbp = 0x000070000c016480 rsp = 0x000070000c016470
rip = 0x000000010af1881f
Found by: previous frame's frame pointer
10 Electron Framework!net::SocketPosix::ReadCompleted() [callback.h : 64 + 0x2]
rbp = 0x000070000c0164c0 rsp = 0x000070000c016490
rip = 0x000000010aed4fbb
Found by: previous frame's frame pointer
11 Electron Framework!net::SocketPosix::OnFileCanReadWithoutBlocking(int) [socket_posix.cc : 377 + 0x8]
rbp = 0x000070000c016520 rsp = 0x000070000c0164d0
rip = 0x000000010aed4e47
Found by: previous frame's frame pointer
12 Electron Framework!<name omitted> [message_pump_libevent.cc : 96 + 0x8]
rbp = 0x000070000c0165a0 rsp = 0x000070000c016530
rip = 0x000000010976c2b5
Found by: previous frame's frame pointer
13 Electron Framework!event_base_loop [event.c : 381 + 0x9]
rbp = 0x000070000c016620 rsp = 0x000070000c0165b0
rip = 0x00000001097c3c45
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [message_pump_libevent.cc : 255 + 0xa]
rbp = 0x000070000c016690 rsp = 0x000070000c016630
rip = 0x000000010976c586
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000c0167e0 rsp = 0x000070000c0166a0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
16 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000c016820 rsp = 0x000070000c0167f0
rip = 0x000000010977df33
Found by: previous frame's frame pointer
17 Electron Framework!<name omitted> [browser_thread_impl.cc : 253 + 0x5]
rbp = 0x000070000c016970 rsp = 0x000070000c016830
rip = 0x00000001099dac88
Found by: previous frame's frame pointer
18 Electron Framework!<name omitted> [browser_thread_impl.cc : 288 + 0xb]
rbp = 0x000070000c016e50 rsp = 0x000070000c016980
rip = 0x00000001099dae16
Found by: previous frame's frame pointer
19 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000c016ec0 rsp = 0x000070000c016e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
20 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000c016ef0 rsp = 0x000070000c016ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
21 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000c016f10 rsp = 0x000070000c016f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
22 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000c016f50 rsp = 0x000070000c016f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
23 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000c016f78 rsp = 0x000070000c016f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
24 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000c017028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 0
0 Electron Framework!base::internal::CallbackListBase<base::Callback<void (content::HostZoomMap::ZoomLevelChange const&), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> >::Subscription::~Subscription() [callback_list.h : 85 + 0x0]
rax = 0x000000010d1d1180 rdx = 0x000000010d4d2798
rcx = 0x0782120007821200 rbx = 0x0000608000274340
rsi = 0x0782120000000000 rdi = 0x000060000001d590
rbp = 0x00007fff5963f5b0 rsp = 0x00007fff5963f598
r8 = 0x000000010d4d2790 r9 = 0x00000000007d0244
r10 = 0x000000010d4d2798 r11 = 0xffffffff00000000
r12 = 0x00006000003f4900 r13 = 0x0000000000000000
r14 = 0x000060000001d590 r15 = 0x00007fa257e05d28
rip = 0x000000010960d540
Found by: given as instruction pointer in context
1 Electron Framework!brightray::ZoomLevelDelegate::~ZoomLevelDelegate() [zoom_level_delegate.cc : 62 + 0x5]
rbp = 0x00007fff5963f5c0 rsp = 0x00007fff5963f5c0
rip = 0x00000001096ab669
Found by: previous frame's frame pointer
2 Electron Framework!brightray::ZoomLevelDelegate::~ZoomLevelDelegate() [zoom_level_delegate.cc : 62 + 0x5]
rbp = 0x00007fff5963f5e0 rsp = 0x00007fff5963f5d0
rip = 0x00000001096ab67e
Found by: previous frame's frame pointer
3 Electron Framework!content::HostZoomLevelContext::~HostZoomLevelContext() [memory : 2577 + 0x6]
rbp = 0x00007fff5963f600 rsp = 0x00007fff5963f5f0
rip = 0x0000000109aa841a
Found by: previous frame's frame pointer
4 Electron Framework!content::StoragePartitionImpl::~StoragePartitionImpl() [host_zoom_level_context.h : 54 + 0x8]
rbp = 0x00007fff5963f660 rsp = 0x00007fff5963f610
rip = 0x0000000109cecc88
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [storage_partition_impl.cc : 396 + 0x5]
rbp = 0x00007fff5963f680 rsp = 0x00007fff5963f670
rip = 0x0000000109ceceae
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [memory : 2577 + 0x9]
rbp = 0x00007fff5963f6a0 rsp = 0x00007fff5963f690
rip = 0x0000000109cf18f3
Found by: previous frame's frame pointer
7 Electron Framework!content::StoragePartitionImplMap::~StoragePartitionImplMap() [__tree : 1781 + 0x5]
rbp = 0x00007fff5963f6c0 rsp = 0x00007fff5963f6b0
rip = 0x0000000109cf0341
Found by: previous frame's frame pointer
8 Electron Framework!unsigned long std::__1::__tree<std::__1::__value_type<void const*, std::__1::unique_ptr<base::SupportsUserData::Data, std::__1::default_delete<base::SupportsUserData::Data> > >, std::__1::__map_value_compare<void const*, std::__1::__value_type<void const*, std::__1::unique_ptr<base::SupportsUserData::Data, std::__1::default_delete<base::SupportsUserData::Data> > >, std::__1::less<void const*>, true>, std::__1::allocator<std::__1::__value_type<void const*, std::__1::unique_ptr<base::SupportsUserData::Data, std::__1::default_delete<base::SupportsUserData::Data> > > > >::__erase_unique<void const*>(void const* const&) [memory : 2577 + 0x6]
rbp = 0x00007fff5963f6e0 rsp = 0x00007fff5963f6d0
rip = 0x0000000109792ffb
Found by: previous frame's frame pointer
9 Electron Framework!base::SupportsUserData::RemoveUserData(void const*) [map : 1207 + 0x5]
rbp = 0x00007fff5963f700 rsp = 0x00007fff5963f6f0
rip = 0x0000000109792c79
Found by: previous frame's frame pointer
10 Electron Framework!brightray::BrowserContext::~BrowserContext() [browser_context.cc : 107 + 0x8]
rbp = 0x00007fff5963f740 rsp = 0x00007fff5963f710
rip = 0x000000010968fcb0
Found by: previous frame's frame pointer
11 Electron Framework!atom::AtomBrowserContext::~AtomBrowserContext() [atom_browser_context.cc : 103 + 0x8]
rbp = 0x00007fff5963f760 rsp = 0x00007fff5963f750
rip = 0x00000001095c91ca
Found by: previous frame's frame pointer
12 Electron Framework!atom::AtomBrowserContext::~AtomBrowserContext() [atom_browser_context.cc : 102 + 0x5]
rbp = 0x00007fff5963f770 rsp = 0x00007fff5963f770
rip = 0x00000001095c91d9
Found by: previous frame's frame pointer
13 Electron Framework!atom::AtomBrowserContext::~AtomBrowserContext() [atom_browser_context.cc : 102 + 0x5]
rbp = 0x00007fff5963f790 rsp = 0x00007fff5963f780
rip = 0x00000001095c91fe
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [ref_counted.h : 135 + 0x9]
rbp = 0x00007fff5963f7b0 rsp = 0x00007fff5963f7a0
rip = 0x0000000109586081
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [ref_counted.h : 406 + 0x9]
rbp = 0x00007fff5963f7c0 rsp = 0x00007fff5963f7c0
rip = 0x000000010958605d
Found by: previous frame's frame pointer
16 Electron Framework!scoped_refptr<atom::AtomBrowserContext>::~scoped_refptr() [ref_counted.h : 308 + 0x5]
rbp = 0x00007fff5963f7d0 rsp = 0x00007fff5963f7d0
rip = 0x0000000109586041
Found by: previous frame's frame pointer
17 Electron Framework!scoped_refptr<atom::AtomBrowserContext>::~scoped_refptr() [ref_counted.h : 306 + 0x5]
rbp = 0x00007fff5963f7e0 rsp = 0x00007fff5963f7e0
rip = 0x0000000109582079
Found by: previous frame's frame pointer
18 Electron Framework!atom::api::WebRequest::~WebRequest() [atom_api_web_request.cc : 47 + 0x9]
rbp = 0x00007fff5963f800 rsp = 0x00007fff5963f7f0
rip = 0x00000001095b45e7
Found by: previous frame's frame pointer
19 Electron Framework!atom::api::WebRequest::~WebRequest() [atom_api_web_request.cc : 46 + 0x5]
rbp = 0x00007fff5963f810 rsp = 0x00007fff5963f810
rip = 0x00000001095b4649
Found by: previous frame's frame pointer
20 Electron Framework!atom::api::WebRequest::~WebRequest() [atom_api_web_request.cc : 46 + 0x5]
rbp = 0x00007fff5963f830 rsp = 0x00007fff5963f820
rip = 0x00000001095b466e
Found by: previous frame's frame pointer
21 Electron Framework!<name omitted> [trackable_object.cc : 45 + 0x6]
rbp = 0x00007fff5963f840 rsp = 0x00007fff5963f840
rip = 0x00000001095c3cff
Found by: previous frame's frame pointer
22 Electron Framework!void base::internal::FunctorTraits<void (mate::TrackableObjectBase::*)(), void>::Invoke<base::WeakPtr<mate::TrackableObjectBase> const&>(void (mate::TrackableObjectBase::*)(), base::WeakPtr<mate::TrackableObjectBase> const&&&) [bind_internal.h : 214 + 0x5]
rbp = 0x00007fff5963f860 rsp = 0x00007fff5963f850
rip = 0x00000001095c3f2a
Found by: previous frame's frame pointer
23 Electron Framework!void base::internal::InvokeHelper<true, void>::MakeItSo<void (mate::TrackableObjectBase::* const&)(), base::WeakPtr<mate::TrackableObjectBase> const&>(void (mate::TrackableObjectBase::* const&&&)(), base::WeakPtr<mate::TrackableObjectBase> const&&&) [bind_internal.h : 305 + 0x8]
rbp = 0x00007fff5963f880 rsp = 0x00007fff5963f870
rip = 0x00000001095c3ef8
Found by: previous frame's frame pointer
24 Electron Framework!void base::internal::Invoker<base::internal::BindState<void (mate::TrackableObjectBase::*)(), base::WeakPtr<mate::TrackableObjectBase> >, void ()>::RunImpl<void (mate::TrackableObjectBase::* const&)(), std::__1::tuple<base::WeakPtr<mate::TrackableObjectBase> > const&, 0ul>(void (mate::TrackableObjectBase::* const&&&)(), std::__1::tuple<base::WeakPtr<mate::TrackableObjectBase> > const&&&, base::IndexSequence<0ul>) [bind_internal.h : 361 + 0xb]
rbp = 0x00007fff5963f8a0 rsp = 0x00007fff5963f890
rip = 0x00000001095c3ec4
Found by: previous frame's frame pointer
25 Electron Framework!base::internal::Invoker<base::internal::BindState<void (mate::TrackableObjectBase::*)(), base::WeakPtr<mate::TrackableObjectBase> >, void ()>::Run(base::internal::BindStateBase*) [bind_internal.h : 339 + 0x8]
rbp = 0x00007fff5963f8b0 rsp = 0x00007fff5963f8b0
rip = 0x00000001095c3e84
Found by: previous frame's frame pointer
26 Electron Framework!base::internal::RunMixin<base::Callback<int (), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> >::Run() const [callback.h : 64 + 0x6]
rbp = 0x00007fff5963f8d0 rsp = 0x00007fff5963f8c0
rip = 0x0000000109550ca0
Found by: previous frame's frame pointer
27 Electron Framework!atom::AtomBrowserMainParts::PostMainMessageLoopRun() [atom_browser_main_parts.cc : 222 + 0x5]
rbp = 0x00007fff5963f8f0 rsp = 0x00007fff5963f8e0
rip = 0x00000001095cc23d
Found by: previous frame's frame pointer
28 Electron Framework!content::BrowserMainLoop::ShutdownThreadsAndCleanUp() [browser_main_loop.cc : 1017 + 0x3]
rbp = 0x00007fff5963f9b0 rsp = 0x00007fff5963f900
rip = 0x00000001099ce09c
Found by: previous frame's frame pointer
29 Electron Framework!content::BrowserMainRunnerImpl::Shutdown() [browser_main_runner.cc : 197 + 0x5]
rbp = 0x00007fff5963fa40 rsp = 0x00007fff5963f9c0
rip = 0x00000001099d06af
Found by: previous frame's frame pointer
30 Electron Framework!content::BrowserMain(content::MainFunctionParams const&) [browser_main.cc : 48 + 0x6]
rbp = 0x00007fff5963fa70 rsp = 0x00007fff5963fa50
rip = 0x00000001099c9eb8
Found by: previous frame's frame pointer
31 Electron Framework!content::ContentMainRunnerImpl::Run() [content_main_runner.cc : 774 + 0x8]
rbp = 0x00007fff5963fb30 rsp = 0x00007fff5963fa80
rip = 0x000000010992fbed
Found by: previous frame's frame pointer
32 Electron Framework!content::ContentMain(content::ContentMainParams const&) [content_main.cc : 20 + 0x6]
rbp = 0x00007fff5963fb50 rsp = 0x00007fff5963fb40
rip = 0x000000010992ece6
Found by: previous frame's frame pointer
33 Electron Framework!AtomMain [atom_library_main.mm : 24 + 0x9]
rbp = 0x00007fff5963fbf0 rsp = 0x00007fff5963fb60
rip = 0x000000010953c5c7
Found by: previous frame's frame pointer
34 Electron + 0xf26
rbp = 0x00007fff5963fc10 rsp = 0x00007fff5963fc00
rip = 0x00000001065c0f26
Found by: previous frame's frame pointer
35 libdyld.dylib + 0x5235
rbp = 0x00007fff5963fc20 rsp = 0x00007fff5963fc20
rip = 0x00000001087e2235
Found by: previous frame's frame pointer
Thread 1
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000002800
rcx = 0x00007000067eee08 rbx = 0x0000000000002800
rsi = 0x0000280000002c00 rdi = 0x0000000107652710
rbp = 0x00007000067eeea0 rsp = 0x00007000067eee08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107652710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x00007000067ef000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x00007000067eeeb0 rsp = 0x00007000067eeeb0
rip = 0x00000001068882b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x00007000067eeef0 rsp = 0x00007000067eeec0
rip = 0x000000010687c753
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000067eef10 rsp = 0x00007000067eef00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000067eef50 rsp = 0x00007000067eef20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000067eef78 rsp = 0x00007000067eef60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157660
rsp = 0x00007000067ef028 rip = 0x000000010687c660
Found by: stack scanning
Thread 2
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000002700
rcx = 0x0000700006ff1e08 rbx = 0x0000000000002700
rsi = 0x0000270000002b00 rdi = 0x0000000107652710
rbp = 0x0000700006ff1ea0 rsp = 0x0000700006ff1e08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107652710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700006ff2000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x0000700006ff1eb0 rsp = 0x0000700006ff1eb0
rip = 0x00000001068882b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x0000700006ff1ef0 rsp = 0x0000700006ff1ec0
rip = 0x000000010687c753
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700006ff1f10 rsp = 0x0000700006ff1f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700006ff1f50 rsp = 0x0000700006ff1f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700006ff1f78 rsp = 0x0000700006ff1f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157660
rsp = 0x0000700006ff2028 rip = 0x000000010687c660
Found by: stack scanning
Thread 3
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000002600
rcx = 0x00007000077f4e08 rbx = 0x0000000000002600
rsi = 0x0000260000002a00 rdi = 0x0000000107652710
rbp = 0x00007000077f4ea0 rsp = 0x00007000077f4e08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107652710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x00007000077f5000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x00007000077f4eb0 rsp = 0x00007000077f4eb0
rip = 0x00000001068882b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x00007000077f4ef0 rsp = 0x00007000077f4ec0
rip = 0x000000010687c753
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000077f4f10 rsp = 0x00007000077f4f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000077f4f50 rsp = 0x00007000077f4f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000077f4f78 rsp = 0x00007000077f4f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157660
rsp = 0x00007000077f5028 rip = 0x000000010687c660
Found by: stack scanning
Thread 4
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000002900
rcx = 0x0000700007ff7e08 rbx = 0x0000000000002900
rsi = 0x0000290000002d00 rdi = 0x0000000107652710
rbp = 0x0000700007ff7ea0 rsp = 0x0000700007ff7e08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107652710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700007ff8000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x0000700007ff7eb0 rsp = 0x0000700007ff7eb0
rip = 0x00000001068882b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x0000700007ff7ef0 rsp = 0x0000700007ff7ec0
rip = 0x000000010687c753
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700007ff7f10 rsp = 0x0000700007ff7f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700007ff7f50 rsp = 0x0000700007ff7f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700007ff7f78 rsp = 0x0000700007ff7f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157660
rsp = 0x0000700007ff8028 rip = 0x000000010687c660
Found by: stack scanning
Thread 5
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x00007000087f9dc8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x00007000087f9f40
rbp = 0x00007000087f9e10 rsp = 0x00007000087f9dc8
r8 = 0x0000000000006e03 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x00007000087f9f40 r15 = 0x0000000000006e03
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x00007000087f9e80 rsp = 0x00007000087f9e20
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x00007000087fab70 rsp = 0x00007000087f9e90
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x00007000087fac00 rsp = 0x00007000087fab80
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Foundation + 0x224e2
rbp = 0x00007000087fac40 rsp = 0x00007000087fac10
rip = 0x00007fffcc49d4e2
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 580 + 0x10]
rbp = 0x00007000087fac90 rsp = 0x00007000087fac50
rip = 0x000000010976d65e
Found by: previous frame's frame pointer
6 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x00007000087facc0 rsp = 0x00007000087faca0
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x00007000087fae10 rsp = 0x00007000087facd0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
8 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x00007000087fae50 rsp = 0x00007000087fae20
rip = 0x000000010977df33
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x00007000087faec0 rsp = 0x00007000087fae60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
10 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x00007000087faef0 rsp = 0x00007000087faed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000087faf10 rsp = 0x00007000087faf00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000087faf50 rsp = 0x00007000087faf20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000087faf78 rsp = 0x00007000087faf60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x00007000087fb028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 6
0 libsystem_kernel.dylib + 0x1ad96
rax = 0x000000000200016b rdx = 0x0000000000000000
rcx = 0x0000700008ffdb88 rbx = 0x00007fa257f0c1b0
rsi = 0x00007fa259077a00 rdi = 0x0000000000000012
rbp = 0x0000700008ffdbd0 rsp = 0x0000700008ffdb88
r8 = 0x0000000000000040 r9 = 0x0000000000000000
r10 = 0x00007fa259068e00 r11 = 0x0000000000000246
r12 = 0x00007fa257f0c180 r13 = 0x0000000000000000
r14 = 0x00007fa259068e00 r15 = 0x00007fa257f0c1a0
rip = 0x0000000108936d96
Found by: given as instruction pointer in context
1 Electron Framework!event_base_loop [event.c : 512 + 0x11]
rbp = 0x0000700008ffdc50 rsp = 0x0000700008ffdbe0
rip = 0x00000001097c39ed
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [message_pump_libevent.cc : 245 + 0xa]
rbp = 0x0000700008ffdcc0 rsp = 0x0000700008ffdc60
rip = 0x000000010976c59f
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x0000700008ffde10 rsp = 0x0000700008ffdcd0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
4 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x0000700008ffde50 rsp = 0x0000700008ffde20
rip = 0x000000010977df33
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x0000700008ffdec0 rsp = 0x0000700008ffde60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
6 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700008ffdef0 rsp = 0x0000700008ffded0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700008ffdf10 rsp = 0x0000700008ffdf00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700008ffdf50 rsp = 0x0000700008ffdf20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
9 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700008ffdf78 rsp = 0x0000700008ffdf60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700008ffe028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 7
0 libsystem_kernel.dylib + 0x1b246
rax = 0x0000000002000003 rdx = 0x0000000000000004
rcx = 0x0000700009004d28 rbx = 0x0000000000000004
rsi = 0x0000700009004e94 rdi = 0x000000000000001c
rbp = 0x0000700009004ec0 rsp = 0x0000700009004d28
r8 = 0x0000700009004cf9 r9 = 0x0000000000000012
r10 = 0x0000000000000039 r11 = 0x0000000000000202
r12 = 0x0000000000000000 r13 = 0x0000000000007607
r14 = 0x0000700009004e94 r15 = 0x000060000001b140
rip = 0x0000000108937246
Found by: given as instruction pointer in context
1 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700009004ef0 rsp = 0x0000700009004ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
2 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700009004f10 rsp = 0x0000700009004f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700009004f50 rsp = 0x0000700009004f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700009004f78 rsp = 0x0000700009004f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700009005028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 8
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x00007000098067e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x0000700009806960
rbp = 0x0000700009806830 rsp = 0x00007000098067e8
r8 = 0x0000000000007c03 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x0000700009806960 r15 = 0x0000000000007c03
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x00007000098068a0 rsp = 0x0000700009806840
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x0000700009807590 rsp = 0x00007000098068b0
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x0000700009807620 rsp = 0x00007000098075a0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x0000700009807660 rsp = 0x0000700009807630
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x0000700009807690 rsp = 0x0000700009807670
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x00007000098077e0 rsp = 0x00007000098076a0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x0000700009807820 rsp = 0x00007000098077f0
rip = 0x000000010977df33
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 221 + 0x5]
rbp = 0x0000700009807970 rsp = 0x0000700009807830
rip = 0x00000001099daa08
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 278 + 0xb]
rbp = 0x0000700009807e50 rsp = 0x0000700009807980
rip = 0x00000001099dadcf
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x0000700009807ec0 rsp = 0x0000700009807e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700009807ef0 rsp = 0x0000700009807ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700009807f10 rsp = 0x0000700009807f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700009807f50 rsp = 0x0000700009807f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700009807f78 rsp = 0x0000700009807f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700009808028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 9
0 Electron Framework!<name omitted> [database_tracker.cc : 845 + 0x0]
rax = 0x000060000046ca80 rdx = 0x0000000000000000
rcx = 0x000000010a2f3b50 rbx = 0x000070000a00a398
rsi = 0x000070000a00a560 rdi = 0x00007fa257e05d20
rbp = 0x000070000a00a410 rsp = 0x000070000a00a348
r8 = 0x0000000000000021 r9 = 0x0000000000000001
r10 = 0x00007fa257e0a6f8 r11 = 0xffffffff00000000
r12 = 0x000000010d450050 r13 = 0x000070000a00a548
r14 = 0x000000010cb32859 r15 = 0x00007fa257e0a690
rip = 0x000000010a2f3b50
Found by: given as instruction pointer in context
1 Electron Framework!<name omitted> [message_loop.cc : 413 + 0xf]
rbp = 0x000070000a00a4d0 rsp = 0x000070000a00a420
rip = 0x0000000109769676
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [message_loop.cc : 422 + 0xb]
rbp = 0x000070000a00a4f0 rsp = 0x000070000a00a4e0
rip = 0x000000010976994c
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [message_loop.cc : 515 + 0xb]
rbp = 0x000070000a00a620 rsp = 0x000070000a00a500
rip = 0x0000000109769c93
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [message_pump_libevent.cc : 218 + 0x9]
rbp = 0x000070000a00a690 rsp = 0x000070000a00a630
rip = 0x000000010976c4c5
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000a00a7e0 rsp = 0x000070000a00a6a0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
6 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000a00a820 rsp = 0x000070000a00a7f0
rip = 0x000000010977df33
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [browser_thread_impl.cc : 227 + 0x5]
rbp = 0x000070000a00a970 rsp = 0x000070000a00a830
rip = 0x00000001099daa88
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 280 + 0xb]
rbp = 0x000070000a00ae50 rsp = 0x000070000a00a980
rip = 0x00000001099daddf
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000a00aec0 rsp = 0x000070000a00ae60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
10 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000a00aef0 rsp = 0x000070000a00aed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000a00af10 rsp = 0x000070000a00af00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000a00af50 rsp = 0x000070000a00af20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000a00af78 rsp = 0x000070000a00af60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000a00b028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 10
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000a80c7e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000a80c960
rbp = 0x000070000a80c830 rsp = 0x000070000a80c7e8
r8 = 0x0000000000008703 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000a80c960 r15 = 0x0000000000008703
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000a80c8a0 rsp = 0x000070000a80c840
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000a80d590 rsp = 0x000070000a80c8b0
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000a80d620 rsp = 0x000070000a80d5a0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000a80d660 rsp = 0x000070000a80d630
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000a80d690 rsp = 0x000070000a80d670
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000a80d7e0 rsp = 0x000070000a80d6a0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000a80d820 rsp = 0x000070000a80d7f0
rip = 0x000000010977df33
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 234 + 0x5]
rbp = 0x000070000a80d970 rsp = 0x000070000a80d830
rip = 0x00000001099dab08
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 282 + 0xb]
rbp = 0x000070000a80de50 rsp = 0x000070000a80d980
rip = 0x00000001099dadef
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000a80dec0 rsp = 0x000070000a80de60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000a80def0 rsp = 0x000070000a80ded0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000a80df10 rsp = 0x000070000a80df00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000a80df50 rsp = 0x000070000a80df20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000a80df78 rsp = 0x000070000a80df60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000a80e028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 11
0 libsystem_kernel.dylib + 0x1a3ee
rax = 0x0000000000004b7d rdx = 0x0000000000000000
rcx = 0x000070000b00f2a8 rbx = 0x000000000000000e
rsi = 0x0000000000000000 rdi = 0x0000000000004b7d
rbp = 0x000070000b00f340 rsp = 0x000070000b00f2a8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000000004b7d r13 = 0x000070000b00f6d8
r14 = 0x0000000000004b7d r15 = 0x0000000000000000
rip = 0x00000001089363ee
Found by: given as instruction pointer in context
1 Electron Framework!content::(anonymous namespace)::TerminateOnLauncherThread(std::nullptr_t, base::Process) [child_process_launcher.cc : 368 + 0x8]
rbp = 0x000070000b00f370 rsp = 0x000070000b00f350
rip = 0x0000000109a05951
Found by: previous frame's frame pointer
2 Electron Framework!base::internal::Invoker<base::internal::BindState<void (*)(std::nullptr_t, base::Process), std::nullptr_t, base::internal::PassedWrapper<base::Process> >, void ()>::Run(base::internal::BindStateBase*) [bind_internal.h : 164 + 0x9]
rbp = 0x000070000b00f4d0 rsp = 0x000070000b00f380
rip = 0x0000000109a06403
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [callback.h : 47 + 0x2]
rbp = 0x000070000b00f5a0 rsp = 0x000070000b00f4e0
rip = 0x0000000109795c31
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [message_loop.cc : 413 + 0xf]
rbp = 0x000070000b00f660 rsp = 0x000070000b00f5b0
rip = 0x0000000109769676
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [message_loop.cc : 422 + 0xb]
rbp = 0x000070000b00f680 rsp = 0x000070000b00f670
rip = 0x000000010976994c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 515 + 0xb]
rbp = 0x000070000b00f7b0 rsp = 0x000070000b00f690
rip = 0x0000000109769c93
Found by: previous frame's frame pointer
7 Electron Framework!base::MessagePumpCFRunLoopBase::RunWork() [message_pump_mac.mm : 302 + 0x9]
rbp = 0x000070000b00f7e0 rsp = 0x000070000b00f7c0
rip = 0x000000010976cfdd
Found by: previous frame's frame pointer
8 Electron Framework!base::mac::CallWithEHFrame(void () block_pointer) + 0xa
rbp = 0x000070000b00f7f0 rsp = 0x000070000b00f7f0
rip = 0x0000000109729e8a
Found by: previous frame's frame pointer
9 Electron Framework!base::MessagePumpCFRunLoopBase::RunWorkSource(void*) [message_pump_mac.mm : 278 + 0x5]
rbp = 0x000070000b00f830 rsp = 0x000070000b00f800
rip = 0x000000010976ca54
Found by: previous frame's frame pointer
10 CoreFoundation + 0xa7321
rbp = 0x000070000b00f840 rsp = 0x000070000b00f840
rip = 0x00007fffcaaaa321
Found by: previous frame's frame pointer
11 CoreFoundation + 0x8821d
rbp = 0x000070000b00f8a0 rsp = 0x000070000b00f850
rip = 0x00007fffcaa8b21d
Found by: previous frame's frame pointer
12 CoreFoundation + 0x87716
rbp = 0x000070000b010590 rsp = 0x000070000b00f8b0
rip = 0x00007fffcaa8a716
Found by: previous frame's frame pointer
13 CoreFoundation + 0x87114
rbp = 0x000070000b010620 rsp = 0x000070000b0105a0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
14 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000b010660 rsp = 0x000070000b010630
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
15 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000b010690 rsp = 0x000070000b010670
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
16 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000b0107e0 rsp = 0x000070000b0106a0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
17 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000b010820 rsp = 0x000070000b0107f0
rip = 0x000000010977df33
Found by: previous frame's frame pointer
18 Electron Framework!<name omitted> [browser_thread_impl.cc : 241 + 0x5]
rbp = 0x000070000b010970 rsp = 0x000070000b010830
rip = 0x00000001099dab88
Found by: previous frame's frame pointer
19 Electron Framework!<name omitted> [browser_thread_impl.cc : 284 + 0xb]
rbp = 0x000070000b010e50 rsp = 0x000070000b010980
rip = 0x00000001099dadfc
Found by: previous frame's frame pointer
20 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000b010ec0 rsp = 0x000070000b010e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
21 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000b010ef0 rsp = 0x000070000b010ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
22 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000b010f10 rsp = 0x000070000b010f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
23 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000b010f50 rsp = 0x000070000b010f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
24 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000b010f78 rsp = 0x000070000b010f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
25 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000b011028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 12
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000b8127e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000b812960
rbp = 0x000070000b812830 rsp = 0x000070000b8127e8
r8 = 0x0000000000009903 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000b812960 r15 = 0x0000000000009903
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000b8128a0 rsp = 0x000070000b812840
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000b813590 rsp = 0x000070000b8128b0
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000b813620 rsp = 0x000070000b8135a0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000b813660 rsp = 0x000070000b813630
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000b813690 rsp = 0x000070000b813670
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000b8137e0 rsp = 0x000070000b8136a0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000b813820 rsp = 0x000070000b8137f0
rip = 0x000000010977df33
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 247 + 0x5]
rbp = 0x000070000b813970 rsp = 0x000070000b813830
rip = 0x00000001099dac08
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 286 + 0xb]
rbp = 0x000070000b813e50 rsp = 0x000070000b813980
rip = 0x00000001099dae09
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000b813ec0 rsp = 0x000070000b813e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000b813ef0 rsp = 0x000070000b813ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000b813f10 rsp = 0x000070000b813f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000b813f50 rsp = 0x000070000b813f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000b813f78 rsp = 0x000070000b813f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000b814028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 14
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000c818e18 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000c818f90
rbp = 0x000070000c818e60 rsp = 0x000070000c818e18
r8 = 0x000000000000a403 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000c818f90 r15 = 0x000000000000a403
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000c818ed0 rsp = 0x000070000c818e70
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000c819bc0 rsp = 0x000070000c818ee0
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000c819c50 rsp = 0x000070000c819bd0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000c819c90 rsp = 0x000070000c819c60
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000c819cc0 rsp = 0x000070000c819ca0
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000c819e10 rsp = 0x000070000c819cd0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000c819e50 rsp = 0x000070000c819e20
rip = 0x000000010977df33
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000c819ec0 rsp = 0x000070000c819e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
9 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000c819ef0 rsp = 0x000070000c819ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000c819f10 rsp = 0x000070000c819f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000c819f50 rsp = 0x000070000c819f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000c819f78 rsp = 0x000070000c819f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000c81a028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 15
0 libsystem_kernel.dylib + 0x1b1b6
rax = 0x0000000000000400 rdx = 0x0000000000000000
rcx = 0x000070000d01c328 rbx = 0x000070000d01c420
rsi = 0x00007fa259801000 rdi = 0x0000000000000034
rbp = 0x000070000d01c370 rsp = 0x000070000d01c328
r8 = 0x00007fa259801438 r9 = 0x00000000007d027d
r10 = 0x0000000000034c00 r11 = 0x0000000000000206
r12 = 0x00007fa257e3d910 r13 = 0x0000000000034c00
r14 = 0x00007fa259801000 r15 = 0x0000000000000400
rip = 0x00000001089371b6
Found by: given as instruction pointer in context
1 Electron Framework!readDbPage [sqlite3.c : 17701 + 0x3]
rbp = 0x000070000d01c3a0 rsp = 0x000070000d01c380
rip = 0x000000010a8ebaa8
Found by: previous frame's frame pointer
2 Electron Framework!sqlite3PagerGet [sqlite3.c : 48931 + 0xb]
rbp = 0x000070000d01c410 rsp = 0x000070000d01c3b0
rip = 0x000000010a8c76ca
Found by: previous frame's frame pointer
3 Electron Framework!getAndInitPage [sqlite3.c : 57231 + 0xb]
rbp = 0x000070000d01c450 rsp = 0x000070000d01c420
rip = 0x000000010a909a19
Found by: previous frame's frame pointer
4 Electron Framework!sqlite3BtreeMovetoUnpacked [sqlite3.c : 59997 + 0x8]
rbp = 0x000070000d01c4e0 rsp = 0x000070000d01c460
rip = 0x000000010a906ab8
Found by: previous frame's frame pointer
5 Electron Framework!sqlite3VdbeExec [sqlite3.c : 77823 + 0xc]
rbp = 0x000070000d01c850 rsp = 0x000070000d01c4f0
rip = 0x000000010a8faedf
Found by: previous frame's frame pointer
6 Electron Framework!sqlite3_step [sqlite3.c : 72467 + 0x8]
rbp = 0x000070000d01ca40 rsp = 0x000070000d01c860
rip = 0x000000010a8cb29e
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [statement.cc : 72 + 0x5]
rbp = 0x000070000d01ca80 rsp = 0x000070000d01ca50
rip = 0x000000010a2d0bfd
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [statement.cc : 89 + 0xa]
rbp = 0x000070000d01ca90 rsp = 0x000070000d01ca90
rip = 0x000000010a2d0d0e
Found by: previous frame's frame pointer
9 Electron Framework!content::DOMStorageDatabase::CommitChanges(bool, std::__1::map<std::__1::basic_string<unsigned short, base::string16_char_traits, std::__1::allocator<unsigned short> >, base::NullableString16, std::__1::less<std::__1::basic_string<unsigned short, base::string16_char_traits, std::__1::allocator<unsigned short> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<unsigned short, base::string16_char_traits, std::__1::allocator<unsigned short> > const, base::NullableString16> > > const&) [dom_storage_database.cc : 118 + 0x8]
rbp = 0x000070000d01cb60 rsp = 0x000070000d01caa0
rip = 0x0000000109a4fc7f
Found by: previous frame's frame pointer
10 Electron Framework!content::DOMStorageArea::ShutdownInCommitSequence() [dom_storage_area.cc : 538 + 0x3]
rbp = 0x000070000d01cb90 rsp = 0x000070000d01cb70
rip = 0x0000000109a45ea1
Found by: previous frame's frame pointer
11 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [callback.h : 64 + 0x2]
rbp = 0x000070000d01ce50 rsp = 0x000070000d01cba0
rip = 0x00000001097805a0
Found by: previous frame's frame pointer
12 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x000070000d01ce80 rsp = 0x000070000d01ce60
rip = 0x000000010977fec6
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x000070000d01cec0 rsp = 0x000070000d01ce90
rip = 0x000000010978455d
Found by: previous frame's frame pointer
14 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000d01cef0 rsp = 0x000070000d01ced0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
15 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000d01cf10 rsp = 0x000070000d01cf00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
16 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000d01cf50 rsp = 0x000070000d01cf20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
17 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000d01cf78 rsp = 0x000070000d01cf60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
18 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000d01d028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 16
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000300
rcx = 0x000070000d81fdb8 rbx = 0x0000000000000300
rsi = 0x0000030100000400 rdi = 0x00007fa257d08088
rbp = 0x000070000d81fe50 rsp = 0x000070000d81fdb8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007fa257d08088 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x000070000d820000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!non-virtual thunk to cc::SingleThreadTaskGraphRunner::Run() [single_thread_task_graph_runner.cc : 123 + 0x8]
rbp = 0x000070000d81fe80 rsp = 0x000070000d81fe60
rip = 0x00000001098b2788
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x000070000d81fec0 rsp = 0x000070000d81fe90
rip = 0x000000010978455d
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000d81fef0 rsp = 0x000070000d81fed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000d81ff10 rsp = 0x000070000d81ff00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000d81ff50 rsp = 0x000070000d81ff20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000d81ff78 rsp = 0x000070000d81ff60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000d820028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 17
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000e021e18 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000e021f90
rbp = 0x000070000e021e60 rsp = 0x000070000e021e18
r8 = 0x000000000000b103 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000e021f90 r15 = 0x000000000000b103
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000e021ed0 rsp = 0x000070000e021e70
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000e022bc0 rsp = 0x000070000e021ee0
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000e022c50 rsp = 0x000070000e022bd0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000e022c90 rsp = 0x000070000e022c60
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000e022cc0 rsp = 0x000070000e022ca0
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000e022e10 rsp = 0x000070000e022cd0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000e022e50 rsp = 0x000070000e022e20
rip = 0x000000010977df33
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000e022ec0 rsp = 0x000070000e022e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
9 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000e022ef0 rsp = 0x000070000e022ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000e022f10 rsp = 0x000070000e022f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000e022f50 rsp = 0x000070000e022f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000e022f78 rsp = 0x000070000e022f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000e023028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 18
0 libsystem_kernel.dylib + 0x19eb6
rax = 0x000000000200005d rdx = 0x0000000000000000
rcx = 0x000070000e825e18 rbx = 0x000070000e825ea8
rsi = 0x000070000e825e20 rdi = 0x0000000000000009
rbp = 0x000070000e825ed0 rsp = 0x000070000e825e18
r8 = 0x000070000e825ea8 r9 = 0x00000000007d0200
r10 = 0x0000000000000000 r11 = 0x0000000000000287
r12 = 0x000000010964ae90 r13 = 0x000000000000b803
r14 = 0x000070000e825e20 r15 = 0x0000000000000009
rip = 0x0000000108935eb6
Found by: given as instruction pointer in context
1 Electron Framework!<name omitted> [node_bindings.cc : 293 + 0x9]
rbp = 0x000070000e825ef0 rsp = 0x000070000e825ee0
rip = 0x000000010964aecf
Found by: previous frame's frame pointer
2 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000e825f10 rsp = 0x000070000e825f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000e825f50 rsp = 0x000070000e825f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000e825f78 rsp = 0x000070000e825f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
5 Electron Framework + 0x110e90
rsp = 0x000070000e826028 rip = 0x000000010964ae90
Found by: stack scanning
Thread 19
0 libsystem_kernel.dylib + 0x1234a
rax = 0x0000000000000000 rdx = 0x0000000000000000
rcx = 0x000070000ea30ec8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000ea31040
rbp = 0x000070000ea30f10 rsp = 0x000070000ea30ec8
r8 = 0x0000000000010303 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000ea31040 r15 = 0x0000000000010303
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000ea30f80 rsp = 0x000070000ea30f20
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000ea31c70 rsp = 0x000070000ea30f90
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000ea31d00 rsp = 0x000070000ea31c80
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 AppKit + 0x193f02
rbp = 0x000070000ea31ef0 rsp = 0x000070000ea31d10
rip = 0x00007fffc86d1f02
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000ea31f10 rsp = 0x000070000ea31f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000ea31f50 rsp = 0x000070000ea31f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000ea31f78 rsp = 0x000070000ea31f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
8 AppKit + 0x193e35
rsp = 0x000070000ea32028 rip = 0x00007fffc86d1e35
Found by: stack scanning
Thread 20
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000ea3c068 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000ea3c1e0
rbp = 0x000070000ea3c0b0 rsp = 0x000070000ea3c068
r8 = 0x0000000000011d03 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000ea3c1e0 r15 = 0x0000000000011d03
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000ea3c120 rsp = 0x000070000ea3c0c0
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000ea3ce10 rsp = 0x000070000ea3c130
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000ea3cea0 rsp = 0x000070000ea3ce20
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 CoreFoundation + 0xc6b91
rbp = 0x000070000ea3ced0 rsp = 0x000070000ea3ceb0
rip = 0x00007fffcaac9b91
Found by: previous frame's frame pointer
5 libnode.dylib!uv__cf_loop_runner [fsevents.c : 725 + 0x6]
rbp = 0x000070000ea3cef0 rsp = 0x000070000ea3cee0
rip = 0x000000010688bb26
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000ea3cf10 rsp = 0x000070000ea3cf00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000ea3cf50 rsp = 0x000070000ea3cf20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000ea3cf78 rsp = 0x000070000ea3cf60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
9 libnode.dylib + 0x166ae0
rsp = 0x000070000ea3d028 rip = 0x000000010688bae0
Found by: stack scanning
Thread 21
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000f23edc8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000f23ef40
rbp = 0x000070000f23ee10 rsp = 0x000070000f23edc8
r8 = 0x0000000000012903 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000f23ef40 r15 = 0x0000000000012903
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000f23ee80 rsp = 0x000070000f23ee20
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000f23fb70 rsp = 0x000070000f23ee90
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000f23fc00 rsp = 0x000070000f23fb80
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Foundation + 0x224e2
rbp = 0x000070000f23fc40 rsp = 0x000070000f23fc10
rip = 0x00007fffcc49d4e2
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 580 + 0x10]
rbp = 0x000070000f23fc90 rsp = 0x000070000f23fc50
rip = 0x000000010976d65e
Found by: previous frame's frame pointer
6 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000f23fcc0 rsp = 0x000070000f23fca0
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000f23fe10 rsp = 0x000070000f23fcd0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
8 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000f23fe50 rsp = 0x000070000f23fe20
rip = 0x000000010977df33
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000f23fec0 rsp = 0x000070000f23fe60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
10 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000f23fef0 rsp = 0x000070000f23fed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000f23ff10 rsp = 0x000070000f23ff00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000f23ff50 rsp = 0x000070000f23ff20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000f23ff78 rsp = 0x000070000f23ff60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000f240028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 22
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000029c00
rcx = 0x000070000fa42ac8 rbx = 0x0000000000029c00
rsi = 0x00029c0100029d00 rdi = 0x00007fa257e0a8d8
rbp = 0x000070000fa42b60 rsp = 0x000070000fa42ac8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00007fa257e0a8d8 r13 = 0x0000000000000016
r14 = 0x00029c0100029d00 r15 = 0x0000000000029d00
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x000070000fa42b90 rsp = 0x000070000fa42b70
rip = 0x000000010972dffb
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1083 + 0x13]
rbp = 0x000070000fa42e50 rsp = 0x000070000fa42ba0
rip = 0x00000001097808e1
Found by: previous frame's frame pointer
3 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x000070000fa42e80 rsp = 0x000070000fa42e60
rip = 0x000000010977fec6
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x000070000fa42ec0 rsp = 0x000070000fa42e90
rip = 0x000000010978455d
Found by: previous frame's frame pointer
5 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000fa42ef0 rsp = 0x000070000fa42ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000fa42f10 rsp = 0x000070000fa42f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000fa42f50 rsp = 0x000070000fa42f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000fa42f78 rsp = 0x000070000fa42f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000fa43028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 23
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x0000700010244e18 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x0000700010244f90
rbp = 0x0000700010244e60 rsp = 0x0000700010244e18
r8 = 0x0000000000017003 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x0000700010244f90 r15 = 0x0000000000017003
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x0000700010244ed0 rsp = 0x0000700010244e70
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x0000700010245bc0 rsp = 0x0000700010244ee0
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x0000700010245c50 rsp = 0x0000700010245bd0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x0000700010245c90 rsp = 0x0000700010245c60
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x0000700010245cc0 rsp = 0x0000700010245ca0
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x0000700010245e10 rsp = 0x0000700010245cd0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x0000700010245e50 rsp = 0x0000700010245e20
rip = 0x000000010977df33
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x0000700010245ec0 rsp = 0x0000700010245e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
9 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700010245ef0 rsp = 0x0000700010245ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700010245f10 rsp = 0x0000700010245f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700010245f50 rsp = 0x0000700010245f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700010245f78 rsp = 0x0000700010245f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700010246028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 24
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x00007000102c86e8 rbx = 0x0000000000000000
rsi = 0x0000000000000002 rdi = 0x0000000110b14000
rbp = 0x00007000102c8730 rsp = 0x00007000102c86e8
r8 = 0x000000000000381f r9 = 0x0000000000000000
r10 = 0x0000000000000030 r11 = 0x0000000000000202
r12 = 0x0000000000000030 r13 = 0x0000000000000000
r14 = 0x0000000110b14000 r15 = 0x000000000000381f
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 Electron Framework!crashpad::(anonymous namespace)::MachMessageWithDeadlineInternal(mach_msg_header_t*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) [mach_message.cc : 111 + 0x14]
rbp = 0x00007000102c8780 rsp = 0x00007000102c8740
rip = 0x00000001096b8a23
Found by: previous frame's frame pointer
2 Electron Framework!crashpad::MachMessageWithDeadline(mach_msg_header_t*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) [mach_message.cc : 182 + 0x29]
rbp = 0x00007000102c87d0 rsp = 0x00007000102c8790
rip = 0x00000001096b897c
Found by: previous frame's frame pointer
3 Electron Framework!crashpad::(anonymous namespace)::MachMessageAllocateReceive(crashpad::(anonymous namespace)::MachMessageBuffer*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) [mach_message_server.cc : 104 + 0x1e]
rbp = 0x00007000102c8820 rsp = 0x00007000102c87e0
rip = 0x00000001096b9307
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [mach_message_server.cc : 165 + 0x19]
rbp = 0x00007000102c8d70 rsp = 0x00007000102c8830
rip = 0x00000001096b9068
Found by: previous frame's frame pointer
5 Electron Framework!crashpad::(anonymous namespace)::HandlerStarter::RestartThreadMain(void*) [crashpad_client_mac.cc : 497 + 0x18]
rbp = 0x00007000102c8ef0 rsp = 0x00007000102c8d80
rip = 0x00000001096b2312
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000102c8f10 rsp = 0x00007000102c8f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000102c8f50 rsp = 0x00007000102c8f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000102c8f78 rsp = 0x00007000102c8f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
9 Electron Framework + 0x1782c0
rsp = 0x00007000102c9028 rip = 0x00000001096b22c0
Found by: stack scanning
Thread 25
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000300
rcx = 0x00007000112ceaf8 rbx = 0x0000000000000300
rsi = 0x0000030100000400 rdi = 0x00007fa257e4d348
rbp = 0x00007000112ceb90 rsp = 0x00007000112ceaf8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007fa257e4d348 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x00007000112cf000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1080 + 0xc]
rbp = 0x00007000112cee50 rsp = 0x00007000112ceba0
rip = 0x000000010978081f
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x00007000112cee80 rsp = 0x00007000112cee60
rip = 0x000000010977fec6
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x00007000112ceec0 rsp = 0x00007000112cee90
rip = 0x000000010978455d
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x00007000112ceef0 rsp = 0x00007000112ceed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000112cef10 rsp = 0x00007000112cef00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000112cef50 rsp = 0x00007000112cef20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000112cef78 rsp = 0x00007000112cef60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x00007000112cf028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 26
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000e8a7d98 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000e8a7f10
rbp = 0x000070000e8a7de0 rsp = 0x000070000e8a7d98
r8 = 0x0000000000019913 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000e8a7f10 r15 = 0x0000000000019913
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000e8a7e50 rsp = 0x000070000e8a7df0
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000e8a8b40 rsp = 0x000070000e8a7e60
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000e8a8bd0 rsp = 0x000070000e8a8b50
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 CFNetwork + 0x6734
rbp = 0x000070000e8a8c70 rsp = 0x000070000e8a8be0
rip = 0x000000010807d734
Found by: previous frame's frame pointer
5 Foundation + 0x32b3d
rbp = 0x000070000e8a8ef0 rsp = 0x000070000e8a8c80
rip = 0x00007fffcc4adb3d
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000e8a8f10 rsp = 0x000070000e8a8f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000e8a8f50 rsp = 0x000070000e8a8f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000e8a8f78 rsp = 0x000070000e8a8f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
9 Foundation + 0x32662
rsp = 0x000070000e8a9028 rip = 0x00007fffcc4ad662
Found by: stack scanning
Thread 27
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000200
rcx = 0x00007000113d4d58 rbx = 0x0000000000000200
rsi = 0x0000020100000300 rdi = 0x00007fffe5fdc188
rbp = 0x00007000113d4df0 rsp = 0x00007000113d4d58
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007fffe5fdc188 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x00007000113d5000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 libc++.1.dylib + 0x74cd
rbp = 0x00007000113d4e10 rsp = 0x00007000113d4e00
rip = 0x00007fffded9d4cd
Found by: previous frame's frame pointer
2 JavaScriptCore + 0xb7254c
rbp = 0x00007000113d4e50 rsp = 0x00007000113d4e20
rip = 0x00007fffcda9554c
Found by: previous frame's frame pointer
3 JavaScriptCore + 0xb724cb
rbp = 0x00007000113d4ea0 rsp = 0x00007000113d4e60
rip = 0x00007fffcda954cb
Found by: previous frame's frame pointer
4 JavaScriptCore + 0xb7239d
rbp = 0x00007000113d4ec0 rsp = 0x00007000113d4eb0
rip = 0x00007fffcda9539d
Found by: previous frame's frame pointer
5 JavaScriptCore + 0xb7264d
rbp = 0x00007000113d4ef0 rsp = 0x00007000113d4ed0
rip = 0x00007fffcda9564d
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000113d4f10 rsp = 0x00007000113d4f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000113d4f50 rsp = 0x00007000113d4f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000113d4f78 rsp = 0x00007000113d4f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
9 JavaScriptCore + 0xb725f0
rsp = 0x00007000113d5028 rip = 0x00007fffcda955f0
Found by: stack scanning
Thread 28
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000029c00
rcx = 0x00007000133e0ac8 rbx = 0x0000000000029c00
rsi = 0x00029c0000029e00 rdi = 0x00007fa257e0a8d8
rbp = 0x00007000133e0b60 rsp = 0x00007000133e0ac8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00007fa257e0a8d8 r13 = 0x0000000000000016
r14 = 0x00029c0000029e00 r15 = 0x0000000000029e00
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x00007000133e0b90 rsp = 0x00007000133e0b70
rip = 0x000000010972dffb
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1083 + 0x13]
rbp = 0x00007000133e0e50 rsp = 0x00007000133e0ba0
rip = 0x00000001097808e1
Found by: previous frame's frame pointer
3 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x00007000133e0e80 rsp = 0x00007000133e0e60
rip = 0x000000010977fec6
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x00007000133e0ec0 rsp = 0x00007000133e0e90
rip = 0x000000010978455d
Found by: previous frame's frame pointer
5 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x00007000133e0ef0 rsp = 0x00007000133e0ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000133e0f10 rsp = 0x00007000133e0f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000133e0f50 rsp = 0x00007000133e0f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000133e0f78 rsp = 0x00007000133e0f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x00007000133e1028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 29
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000143400
rcx = 0x0000700014be9c28 rbx = 0x0000000000143400
rsi = 0x0014340000143800 rdi = 0x00006080001c3f38
rbp = 0x0000700014be9cc0 rsp = 0x0000700014be9c28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001c3f38 r13 = 0x0000000000000016
r14 = 0x0014340000143800 r15 = 0x0000000000143800
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700014be9cf0 rsp = 0x0000700014be9cd0
rip = 0x000000010972dffb
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x0000700014be9d90 rsp = 0x0000700014be9d00
rip = 0x00000001097bf569
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x0000700014be9ec0 rsp = 0x0000700014be9da0
rip = 0x00000001097bf9c7
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700014be9ef0 rsp = 0x0000700014be9ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700014be9f10 rsp = 0x0000700014be9f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700014be9f50 rsp = 0x0000700014be9f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700014be9f78 rsp = 0x0000700014be9f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700014bea028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 30
0 libsystem_kernel.dylib + 0x1a44e
rax = 0x0000000002000170 rdx = 0x0000000000000001
rcx = 0x0000700004f629d8 rbx = 0x000000004000005f
rsi = 0x0000700004f62b80 rdi = 0x0000000000000040
rbp = 0x0000700004f62a30 rsp = 0x0000700004f629d8
r8 = 0xffdfffe000000000 r9 = 0x00006000000f76dc
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00000000030020ff r13 = 0x0000700004f63000
r14 = 0x0000000003000000 r15 = 0x0000000000014057
rip = 0x000000010893644e
Found by: given as instruction pointer in context
1 libsystem_pthread.dylib + 0x307d
rbp = 0x0000700004f62a58 rsp = 0x0000700004f62a40
rip = 0x0000000108a7a07d
Found by: previous frame's frame pointer
2 libsystem_pthread.dylib + 0x348e
rsp = 0x0000700004f62a80 rip = 0x0000000108a7a48e
Found by: stack scanning
3 libsystem_pthread.dylib + 0x307d
rsp = 0x0000700004f62ae0 rip = 0x0000000108a7a07d
Found by: stack scanning
4 libdispatch.dylib + 0x1b483
rsp = 0x0000700004f62bf0 rip = 0x000000010878d483
Found by: stack scanning
5 libdispatch.dylib + 0x177db
rsp = 0x0000700004f62c40 rip = 0x00000001087897db
Found by: stack scanning
6 libobjc.A.dylib + 0x1de0e
rsp = 0x0000700004f62c60 rip = 0x00007fffdf927e0e
Found by: stack scanning
7 libobjc.A.dylib + 0x1de0e
rsp = 0x0000700004f62c80 rip = 0x00007fffdf927e0e
Found by: stack scanning
8 libobjc.A.dylib + 0x9901
rsp = 0x0000700004f62cc0 rip = 0x00007fffdf913901
Found by: stack scanning
9 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700004f62d00 rip = 0x00000001089ade2c
Found by: stack scanning
10 libobjc.A.dylib + 0x9629
rsp = 0x0000700004f62d10 rip = 0x00007fffdf913629
Found by: stack scanning
11 libdispatch.dylib + 0x18fc
rsp = 0x0000700004f62d20 rip = 0x00000001087738fc
Found by: stack scanning
12 libdispatch.dylib + 0x179a0
rsp = 0x0000700004f62d40 rip = 0x00000001087899a0
Found by: stack scanning
13 libdispatch.dylib + 0x4a55
rsp = 0x0000700004f62de0 rip = 0x0000000108776a55
Found by: stack scanning
14 QuartzCore + 0x140ce
rsp = 0x0000700004f62e00 rip = 0x00007fffd05b80ce
Found by: stack scanning
15 libdispatch.dylib + 0x38ff
rsp = 0x0000700004f62e90 rip = 0x00000001087758ff
Found by: stack scanning
16 libdispatch.dylib + 0x348c
rsp = 0x0000700004f62ef0 rip = 0x000000010877548c
Found by: stack scanning
17 libsystem_pthread.dylib + 0x3621
rsp = 0x0000700004f62f00 rip = 0x0000000108a7a621
Found by: stack scanning
18 libsystem_pthread.dylib + 0x307d
rsp = 0x0000700004f62f60 rip = 0x0000000108a7a07d
Found by: stack scanning
19 libdispatch.dylib + 0x1aed9
rsp = 0x0000700004f63028 rip = 0x000000010878ced9
Found by: stack scanning
Thread 31
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000143600
rcx = 0x0000700010acbc28 rbx = 0x0000000000143600
rsi = 0x0014360000143a00 rdi = 0x00006080001c3f38
rbp = 0x0000700010acbcc0 rsp = 0x0000700010acbc28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001c3f38 r13 = 0x0000000000000016
r14 = 0x0014360000143a00 r15 = 0x0000000000143a00
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700010acbcf0 rsp = 0x0000700010acbcd0
rip = 0x000000010972dffb
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x0000700010acbd90 rsp = 0x0000700010acbd00
rip = 0x00000001097bf569
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x0000700010acbec0 rsp = 0x0000700010acbda0
rip = 0x00000001097bf9c7
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700010acbef0 rsp = 0x0000700010acbed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700010acbf10 rsp = 0x0000700010acbf00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700010acbf50 rsp = 0x0000700010acbf20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700010acbf78 rsp = 0x0000700010acbf60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700010acc028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 32
0 libsystem_kernel.dylib + 0x1a44e
rax = 0x0000000002000170 rdx = 0x0000000000000000
rcx = 0x0000700004edfef8 rbx = 0x000000004000005f
rsi = 0x0000000000000000 rdi = 0x0000000000000004
rbp = 0x0000700004edff50 rsp = 0x0000700004edfef8
r8 = 0x0000000000000c82 r9 = 0x0000000000000c83
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00000000800020ff r13 = 0x0000700004ee0000
r14 = 0x0000000080000000 r15 = 0x000000000001308f
rip = 0x000000010893644e
Found by: given as instruction pointer in context
1 libsystem_pthread.dylib + 0x307d
rbp = 0x0000700004edff78 rsp = 0x0000700004edff60
rip = 0x0000000108a7a07d
Found by: previous frame's frame pointer
2 libdispatch.dylib + 0x3429
rsp = 0x0000700004ee0028 rip = 0x0000000108775429
Found by: stack scanning
Thread 33
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000143300
rcx = 0x0000700005765c28 rbx = 0x0000000000143300
rsi = 0x0014330000143700 rdi = 0x00006080001c3f38
rbp = 0x0000700005765cc0 rsp = 0x0000700005765c28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001c3f38 r13 = 0x0000000000000016
r14 = 0x0014330000143700 r15 = 0x0000000000143700
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700005765cf0 rsp = 0x0000700005765cd0
rip = 0x000000010972dffb
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x0000700005765d90 rsp = 0x0000700005765d00
rip = 0x00000001097bf569
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x0000700005765ec0 rsp = 0x0000700005765da0
rip = 0x00000001097bf9c7
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700005765ef0 rsp = 0x0000700005765ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700005765f10 rsp = 0x0000700005765f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700005765f50 rsp = 0x0000700005765f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700005765f78 rsp = 0x0000700005765f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700005766028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 34
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000143500
rcx = 0x0000700005f68c28 rbx = 0x0000000000143500
rsi = 0x0014350000143900 rdi = 0x00006080001c3f38
rbp = 0x0000700005f68cc0 rsp = 0x0000700005f68c28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001c3f38 r13 = 0x0000000000000016
r14 = 0x0014350000143900 r15 = 0x0000000000143900
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700005f68cf0 rsp = 0x0000700005f68cd0
rip = 0x000000010972dffb
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x0000700005f68d90 rsp = 0x0000700005f68d00
rip = 0x00000001097bf569
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x0000700005f68ec0 rsp = 0x0000700005f68da0
rip = 0x00000001097bf9c7
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700005f68ef0 rsp = 0x0000700005f68ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700005f68f10 rsp = 0x0000700005f68f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700005f68f50 rsp = 0x0000700005f68f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700005f68f78 rsp = 0x0000700005f68f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700005f69028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 35
0 libsystem_pthread.dylib + 0x3070
rax = 0x0000000002000170 rdx = 0x0000700005f6c000
rcx = 0x0000700005febb80 rbx = 0x000000004000005f
rsi = 0x0000000000021bc3 rdi = 0x0000700005fec000
rbp = 0x0000000000000000 rsp = 0x0000700005feb340
r8 = 0x00000000002e0015 r9 = 0x0000000000000001
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00000000800010ff r13 = 0x0000700005fec000
r14 = 0x0000000080000000 r15 = 0x0000000000021bc3
rip = 0x0000000108a7a070
Found by: given as instruction pointer in context
1 libobjc.A.dylib + 0x9591
rsp = 0x0000700005feb350 rip = 0x00007fffdf913591
Found by: stack scanning
2 libdispatch.dylib + 0x2869
rsp = 0x0000700005feb370 rip = 0x0000000108774869
Found by: stack scanning
3 libdispatch.dylib + 0x177db
rsp = 0x0000700005feb3a0 rip = 0x00000001087897db
Found by: stack scanning
Thread 36
0 libsystem_kernel.dylib + 0x1a44e
rax = 0x0000000002000170 rdx = 0x0000000000000000
rcx = 0x000070000e92bef8 rbx = 0x000000004000005f
rsi = 0x0000000000000000 rdi = 0x0000000000000004
rbp = 0x000070000e92bf50 rsp = 0x000070000e92bef8
r8 = 0x0000000000000040 r9 = 0x0000600000168580
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00000000000010ff r13 = 0x000070000e92c000
r14 = 0x0000000000000000 r15 = 0x000000000002157f
rip = 0x000000010893644e
Found by: given as instruction pointer in context
1 libsystem_pthread.dylib + 0x307d
rbp = 0x000070000e92bf78 rsp = 0x000070000e92bf60
rip = 0x0000000108a7a07d
Found by: previous frame's frame pointer
2 libdispatch.dylib + 0x3429
rsp = 0x000070000e92c028 rip = 0x0000000108775429
Found by: stack scanning
Loaded modules:
0x1065c0000 - 0x1065c0fff Electron 0.0.0.0 (main) (WARNING: No symbols, Electron, 5AC448E8732C3E938EE44B8DEEC0D3C40)
0x1065cb000 - 0x1065e5fff Squirrel 1.0.0.0
0x10660f000 - 0x106672fff ReactiveCocoa 1.0.0.0
0x1066ef000 - 0x106703fff Mantle 1.0.0.0
0x10671e000 - 0x10671ffff libSystem.B.dylib 1238.60.2.0
0x106725000 - 0x1075b1fff libnode.dylib 0.0.0.0
0x107863000 - 0x1078f9fff IOKit 275.0.0.0
0x10793d000 - 0x1079affff libffmpeg.dylib 0.0.0.0
0x107b08000 - 0x107cc9fff AVFoundation 2.0.0.0
0x107e93000 - 0x107f44fff CoreMedia 1.0.0.0
0x107fbf000 - 0x107ffdfff CoreMIDI 69.0.0.0
0x108025000 - 0x10805efff libsandbox.1.dylib 1.0.0.0
0x108077000 - 0x108451fff CFNetwork 811.5.4.0 (WARNING: No symbols, CFNetwork, 4DBF893262863B2387D963615B9958D90)
0x108772000 - 0x1087a3fff libdispatch.dylib 703.50.37.0 (WARNING: No symbols, libdispatch.dylib, 6582BAD6ED273B30B62090B1C5A4AE3C0)
0x1087dd000 - 0x1087e2fff libdyld.dylib 433.5.0.0 (WARNING: No symbols, libdyld.dylib, EC3D88D23D4032748E26362C2D7352C80)
0x1087eb000 - 0x1087ebfff liblaunch.dylib 972.60.2.0
0x1087f3000 - 0x1087f8fff libmacho.dylib 898.0.0.0
0x1087ff000 - 0x108801fff libquarantine.dylib 85.50.1.0
0x108808000 - 0x108895fff libsystem_c.dylib 1158.50.2.0
0x1088bd000 - 0x1088c0fff libsystem_configuration.dylib 888.60.2.0
0x1088c8000 - 0x1088cbfff libsystem_coreservices.dylib 41.4.0.0
0x1088d1000 - 0x1088d7fff libsystem_dnssd.dylib 765.50.9.0
0x1088dd000 - 0x108906fff libsystem_info.dylib 503.50.4.0
0x10891c000 - 0x10893efff libsystem_kernel.dylib 3789.60.24.0 (WARNING: No symbols, libsystem_kernel.dylib, 6E9E485F91F636B7A125AE91DC978BCC0)
0x108956000 - 0x10899dfff libsystem_m.dylib 3121.6.0.0
0x1089aa000 - 0x1089c8fff libsystem_malloc.dylib 116.50.8.0 (WARNING: No symbols, libsystem_malloc.dylib, A3D15F1799A633678C7E4280E8619C950)
0x1089d5000 - 0x108a2efff libsystem_network.dylib 1.0.0.0
0x108a51000 - 0x108a5afff libsystem_networkextension.dylib 1.0.0.0
0x108a66000 - 0x108a6efff libsystem_platform.dylib 126.50.8.0
0x108a77000 - 0x108a81fff libsystem_pthread.dylib 218.60.3.0 (WARNING: No symbols, libsystem_pthread.dylib, B8FB5E20329539E2B5EBB464D1D4B1040)
0x108a8e000 - 0x108a91fff libsystem_sandbox.dylib 592.60.1.0
0x108a98000 - 0x108a99fff libsystem_secinit.dylib 24.50.4.0
0x108a9f000 - 0x108aa6fff libsystem_symptoms.dylib 1.0.0.0
0x108aad000 - 0x108ac0fff libsystem_trace.dylib 518.60.2.0
0x108acf000 - 0x108af8fff libxpc.dylib 972.60.2.0
0x108b18000 - 0x108c65fff libsqlite3.dylib 254.7.0.0
0x108c85000 - 0x108cfffff libnetwork.dylib 1.0.0.0
0x108d3a000 - 0x108d46fff libkxld.dylib 1.0.0.0
0x108d4c000 - 0x108d4ffff ServiceManagement 972.60.2.0
0x108d57000 - 0x108e03fff CoreDisplay 1.0.0.0
0x108e3f000 - 0x1091edfff VideoToolbox 1.0.0.0
0x109243000 - 0x10924afff libMatch.1.dylib 1.0.0.0
0x10924f000 - 0x109268fff libexpat.1.dylib 8.0.0.0
0x1094af000 - 0x1094ecfff dyld 0.0.0.0
0x10953a000 - 0x10d1bafff Electron Framework 0.0.0.0
0x10d800000 - 0x10dd39fff MediaToolbox 1.0.0.0
0x110800000 - 0x110817fff libCGInterfaces.dylib 331.5.0.0
0x1108e0000 - 0x11090afff GLRendererFloat 65535.0.0.0
0x11267c000 - 0x112822fff GLEngine 65535.0.0.0
0x112861000 - 0x112db0fff AppleIntelBDWGraphicsGLDriver 0.0.0.0
0x112fcb000 - 0x11304afff AppleIntelBDWGraphicsMTLDriver 0.0.0.0
0x113131000 - 0x113133fff keymapping.node 0.0.0.0
0x115e34000 - 0x115e4efff csparser 0.0.0.0
0x7fffc56b5000 - 0x7fffc59fafff RawCamera 0.0.0.0
0x7fffc73f3000 - 0x7fffc7495fff AVFAudio 1.0.0.0
0x7fffc7496000 - 0x7fffc755ffff AVKit 1.0.0.0
0x7fffc7560000 - 0x7fffc7560fff Accelerate 4.0.0.0
0x7fffc7579000 - 0x7fffc7a92fff vImage 331.5.0.0
0x7fffc7a93000 - 0x7fffc7c04fff libBLAS.dylib 1.0.0.0
0x7fffc7c05000 - 0x7fffc7c19fff libBNNS.dylib 1.0.0.0
0x7fffc7c1a000 - 0x7fffc8010fff libLAPACK.dylib 1.0.0.0
0x7fffc8011000 - 0x7fffc8027fff libLinearAlgebra.dylib 1.0.0.0
0x7fffc8028000 - 0x7fffc802efff libQuadrature.dylib 1.0.0.0
0x7fffc802f000 - 0x7fffc8043fff libSparseBLAS.dylib 1.0.0.0
0x7fffc8044000 - 0x7fffc81cbfff libvDSP.dylib 600.60.1.0
0x7fffc81cc000 - 0x7fffc827efff libvMisc.dylib 600.60.1.0
0x7fffc827f000 - 0x7fffc827ffff vecLib 600.60.1.0
0x7fffc8280000 - 0x7fffc82bdfff Accounts 0.0.0.0
0x7fffc82be000 - 0x7fffc853dfff AddressBook 1756.20.0.0
0x7fffc853e000 - 0x7fffc9317fff AppKit 1504.83.101.0 (WARNING: No symbols, AppKit, EC7BD195F9E13E43820A5FDD0B2B0B670)
0x7fffc9329000 - 0x7fffc9329fff ApplicationServices 48.0.0.0
0x7fffc932a000 - 0x7fffc9398fff ATS 236.0.0.0
0x7fffc9432000 - 0x7fffc9561fff libFontParser.dylib 1.0.0.0
0x7fffc9562000 - 0x7fffc95acfff libFontRegistry.dylib 1.0.0.0
0x7fffc9609000 - 0x7fffc963cfff libTrueTypeScaler.dylib 1.0.0.0
0x7fffc96a9000 - 0x7fffc9753fff ColorSync 4.7.0.0
0x7fffc9754000 - 0x7fffc97a5fff HIServices 592.1.0.0
0x7fffc97a6000 - 0x7fffc97b5fff LangAnalysis 1.0.0.0
0x7fffc97b6000 - 0x7fffc9803fff PrintCore 491.0.0.0
0x7fffc9804000 - 0x7fffc983ffff QD 302.0.0.0
0x7fffc9840000 - 0x7fffc984bfff SpeechSynthesis 1.0.0.0
0x7fffc984c000 - 0x7fffc9a58fff AudioToolbox 492.0.0.0
0x7fffc9a59000 - 0x7fffc9a59fff AudioUnit 1.0.0.0
0x7fffc9fb6000 - 0x7fffc9fb6fff Carbon 157.0.0.0
0x7fffc9fb7000 - 0x7fffc9fbafff CommonPanels 98.0.0.0
0x7fffc9fbb000 - 0x7fffca2c4fff HIToolbox 857.8.0.0
0x7fffca2c5000 - 0x7fffca2c8fff Help 1.0.0.0
0x7fffca2c9000 - 0x7fffca2cefff ImageCapture 5.0.0.0
0x7fffca2cf000 - 0x7fffca366fff Ink 219.0.0.0
0x7fffca367000 - 0x7fffca381fff OpenScripting 1.0.0.0
0x7fffca382000 - 0x7fffca383fff Print 267.0.0.0
0x7fffca384000 - 0x7fffca386fff SecurityHI 55006.0.0.0
0x7fffca387000 - 0x7fffca38dfff SpeechRecognition 1.0.0.0
0x7fffca38e000 - 0x7fffca46dfff CloudKit 651.14.0.0
0x7fffca46e000 - 0x7fffca46efff Cocoa 22.0.0.0
0x7fffca5b8000 - 0x7fffca645fff CoreAudio 1.0.0.0
0x7fffca646000 - 0x7fffca659fff CoreBluetooth 1.0.0.0
0x7fffca65a000 - 0x7fffca955fff CoreData 754.2.0.0
0x7fffcaa03000 - 0x7fffcae9cfff CoreFoundation 1349.8.0.0 (WARNING: No symbols, CoreFoundation, 09ED473E5DE8307FB55C16F6419236D50)
0x7fffcae9d000 - 0x7fffcb51ffff CoreGraphics 1070.22.0.0
0x7fffcb520000 - 0x7fffcb763fff CoreImage 5.0.0.0
0x7fffcb764000 - 0x7fffcb7c9fff CoreLocation 2101.0.63.0
0x7fffcb87c000 - 0x7fffcb8c7fff CoreMediaIO 1.0.0.0
0x7fffcb8c8000 - 0x7fffcb8c8fff CoreServices 775.19.0.0
0x7fffcb8c9000 - 0x7fffcb91afff AE 712.5.0.0
0x7fffcb91b000 - 0x7fffcbbf6fff CarbonCore 1159.6.0.0
0x7fffcbbf7000 - 0x7fffcbc2afff DictionaryServices 1.0.0.0
0x7fffcbc2b000 - 0x7fffcbc33fff FSEvents 1230.50.1.0
0x7fffcbc34000 - 0x7fffcbda0fff LaunchServices 775.19.0.0
0x7fffcbda1000 - 0x7fffcbe51fff Metadata 1075.40.0.0
0x7fffcbe52000 - 0x7fffcbeb1fff OSServices 775.19.0.0
0x7fffcbeb2000 - 0x7fffcbf22fff SearchKit 200.1.0.0
0x7fffcbf23000 - 0x7fffcbf68fff SharedFileList 38.0.0.0
0x7fffcbff1000 - 0x7fffcc13efff CoreText 1.0.0.0
0x7fffcc13f000 - 0x7fffcc174fff CoreVideo 1.5.0.0
0x7fffcc175000 - 0x7fffcc1e6fff CoreWLAN 1.0.0.0
0x7fffcc219000 - 0x7fffcc224fff DirectoryService 1.0.0.0
0x7fffcc225000 - 0x7fffcc2e3fff DiscRecording 1.0.0.0
0x7fffcc2e4000 - 0x7fffcc2e9fff DiskArbitration 1.0.0.0
0x7fffcc47b000 - 0x7fffcc821fff Foundation 1349.81.0.0 (WARNING: No symbols, Foundation, 730B7944BB4335D5A5469F6CCED4B9F30)
0x7fffcc84d000 - 0x7fffcc87efff GSS 1.0.0.0
0x7fffcc87f000 - 0x7fffcc897fff GameController 1.0.0.0
0x7fffcc93e000 - 0x7fffcc9e1fff IOBluetooth 1.0.0.0
0x7fffcca78000 - 0x7fffcca7efff IOSurface 1.0.0.0
0x7fffcca7f000 - 0x7fffccad0fff ImageCaptureCore 1.0.0.0
0x7fffccad1000 - 0x7fffccc31fff ImageIO 1.0.0.0
0x7fffccc32000 - 0x7fffccc36fff libGIF.dylib 1.0.0.0
0x7fffccc37000 - 0x7fffccd27fff libJP2.dylib 1.0.0.0
0x7fffccd28000 - 0x7fffccd4bfff libJPEG.dylib 1.0.0.0
0x7fffccd4c000 - 0x7fffccd73fff libPng.dylib 1.0.0.0
0x7fffccd74000 - 0x7fffccd76fff libRadiance.dylib 1.0.0.0
0x7fffccd77000 - 0x7fffccdc5fff libTIFF.dylib 1.0.0.0
0x7fffccf23000 - 0x7fffcdb2bfff JavaScriptCore 603.2.4.0 (WARNING: No symbols, JavaScriptCore, FFD3738105F43907BD3174CFC3D7868F0)
0x7fffcdb2c000 - 0x7fffcdb45fff Kerberos 6.0.0.0
0x7fffcdb46000 - 0x7fffcdb7cfff LDAP 2.4.0.0
0x7fffcddce000 - 0x7fffcddd4fff MediaAccessibility 62.0.0.0
0x7fffce324000 - 0x7fffce37ffff Metal 1.0.0.0
0x7fffcec68000 - 0x7fffcec70fff NetFS 1.0.0.0
0x7fffcee47000 - 0x7fffcee4ffff libcldcpuengine.dylib 2.8.5.0
0x7fffcee50000 - 0x7fffcee9efff OpenCL 1.0.0.0
0x7fffcee9f000 - 0x7fffceeb8fff CFOpenDirectory 1.0.0.0
0x7fffceeb9000 - 0x7fffceec4fff OpenDirectory 1.0.0.0
0x7fffceec5000 - 0x7fffceec7fff libCVMSPluginSupport.dylib 1.0.0.0
0x7fffceec8000 - 0x7fffceecbfff libCoreFSCache.dylib 1.0.0.0
0x7fffceecc000 - 0x7fffceed0fff libCoreVMClient.dylib 1.0.0.0
0x7fffceed1000 - 0x7fffceedafff libGFXShared.dylib 1.0.0.0
0x7fffceedb000 - 0x7fffceee6fff libGL.dylib 1.0.0.0
0x7fffceee7000 - 0x7fffcef23fff libGLImage.dylib 1.0.0.0
0x7fffcef24000 - 0x7fffcf09afff libGLProgrammability.dylib 1.0.0.0
0x7fffcf09b000 - 0x7fffcf0dcfff libGLU.dylib 1.0.0.0
0x7fffcfa44000 - 0x7fffcfa52fff OpenGL 1.0.0.0
0x7fffcfaef000 - 0x7fffcfc36fff QTKit 1.0.0.0
0x7fffcfc37000 - 0x7fffcfea1fff ImageKit 1.0.0.0
0x7fffcfea2000 - 0x7fffcff69fff PDFKit 1.0.0.0
0x7fffcff6a000 - 0x7fffd0490fff QuartzComposer 168.0.0.0
0x7fffd0491000 - 0x7fffd04b4fff QuartzFilters 1.0.0.0
0x7fffd04b5000 - 0x7fffd05a2fff QuickLookUI 0.0.0.0
0x7fffd05a3000 - 0x7fffd05a3fff Quartz 1.0.0.0
0x7fffd05a4000 - 0x7fffd07a4fff QuartzCore 1.11.0.0 (WARNING: No symbols, QuartzCore, AB46D60D17A83122800E2A9DA604FCBA0)
0x7fffd07a5000 - 0x7fffd07fafff QuickLook 0.0.0.0
0x7fffd07fb000 - 0x7fffd0810fff SafariServices 603.2.4.0
0x7fffd0d0b000 - 0x7fffd100dfff Security 57740.60.18.0
0x7fffd100e000 - 0x7fffd1083fff SecurityFoundation 55132.50.7.0
0x7fffd1084000 - 0x7fffd10adfff SecurityInterface 55079.50.4.0
0x7fffd1438000 - 0x7fffd14a7fff SystemConfiguration 888.60.2.0
0x7fffd3581000 - 0x7fffd3588fff APFS 1.0.0.0
0x7fffd3cfc000 - 0x7fffd3d17fff AppContainer 1.0.0.0
0x7fffd3d18000 - 0x7fffd3d25fff AppSandbox 1.0.0.0
0x7fffd3d26000 - 0x7fffd3d48fff Apple80211 1.0.0.0
0x7fffd3d49000 - 0x7fffd3d58fff AppleFSCompression 88.50.3.0
0x7fffd3e4d000 - 0x7fffd3ed8fff AppleJPEG 1.0.0.0
0x7fffd3eec000 - 0x7fffd3f07fff ApplePushService 1.0.0.0
0x7fffd3f08000 - 0x7fffd3f10fff AppleSRP 1.0.0.0
0x7fffd3f11000 - 0x7fffd3f14fff AppleSystemInfo 1.0.0.0
0x7fffd3f15000 - 0x7fffd3f67fff AppleVA 1.0.0.0
0x7fffd3f71000 - 0x7fffd3f78fff AssetCacheServices 48.3.0.0
0x7fffd430b000 - 0x7fffd4389fff Backup 1008.5.3.0
0x7fffd43b2000 - 0x7fffd43effff Bom 194.0.0.0
0x7fffd4630000 - 0x7fffd4659fff CacheDelete 1.0.0.0
0x7fffd4a25000 - 0x7fffd4a4cfff CalendarAgentLink 302.2.0.0
0x7fffd5014000 - 0x7fffd503bfff ChunkingLibrary 173.0.0.0
0x7fffd503c000 - 0x7fffd50c8fff CloudDocs 486.29.0.0
0x7fffd5960000 - 0x7fffd5969fff CommonAuth 1.0.0.0
0x7fffd5a30000 - 0x7fffd5a80fff ContactsFoundation 1.0.0.0
0x7fffd5a81000 - 0x7fffd5aa3fff ContactsPersistence 1.0.0.0
0x7fffd5aed000 - 0x7fffd5eccfff CoreAUC 1.0.0.0
0x7fffd5ecd000 - 0x7fffd5efdfff CoreAVCHD 5900.0.0.0
0x7fffd5f98000 - 0x7fffd5fa0fff CoreDaemon 3.0.0.0
0x7fffd60b1000 - 0x7fffd60c1fff CoreEmoji 40.3.3.0
0x7fffd6186000 - 0x7fffd619cfff CoreMediaAuthoring 1.0.0.0
0x7fffd61a3000 - 0x7fffd6233fff CorePDF 1.0.0.0
0x7fffd63fc000 - 0x7fffd642cfff CoreServicesInternal 276.2.0.0
0x7fffd66bd000 - 0x7fffd674cfff CoreSymbolication 62046.0.0.0
0x7fffd674d000 - 0x7fffd688cfff CoreUI 431.3.0.0
0x7fffd688d000 - 0x7fffd695dfff CoreUtils 1.0.0.0
0x7fffd69ad000 - 0x7fffd6a12fff CoreWiFi 1.0.0.0
0x7fffd6a13000 - 0x7fffd6a21fff CrashReporterSupport 827.0.0.0
0x7fffd6a93000 - 0x7fffd6a9dfff DFRFoundation 104.25.0.0
0x7fffd6a9e000 - 0x7fffd6aa2fff DSExternalDisplay 1.0.0.0
0x7fffd6ad8000 - 0x7fffd6b4dfff DataDetectorsCore 539.1.0.0
0x7fffd6b89000 - 0x7fffd6bc8fff DebugSymbols 137.0.0.0
0x7fffd6bc9000 - 0x7fffd6cdafff DesktopServicesPriv 852.5.2.0
0x7fffd6cdf000 - 0x7fffd6db4fff DiskImages 444.50.16.0
0x7fffd6e1d000 - 0x7fffd6e28fff DisplayServices 1.0.0.0
0x7fffd6e6d000 - 0x7fffd6e6ffff EFILogin 1.0.0.0
0x7fffd6fc2000 - 0x7fffd73f3fff FaceCore 3.3.2.0
0x7fffd7431000 - 0x7fffd77c3fff FinderKit 1008.5.3.0
0x7fffd874a000 - 0x7fffd874afff libmetal_timestamp.dylib 0.0.0.0
0x7fffd8757000 - 0x7fffd8762fff libGPUSupportMercury.dylib 1.0.0.0
0x7fffd8a1b000 - 0x7fffd8a37fff GenerationalStorage 267.1.0.0
0x7fffd8a50000 - 0x7fffd9102fff GeoServices 1228.24.9.0
0x7fffd9148000 - 0x7fffd91befff Heimdal 1.0.0.0
0x7fffd97d9000 - 0x7fffd97e0fff IOAccelerator 1.0.0.0
0x7fffd97e2000 - 0x7fffd97f6fff IOPresentment 29.10.0.0
0x7fffd97f7000 - 0x7fffd9819fff IconServices 74.4.0.0
0x7fffd98b5000 - 0x7fffd98c5fff IntlPreferences 216.0.0.0
0x7fffd9900000 - 0x7fffd9ab7fff LanguageModeling 123.2.5.0
0x7fffd9b03000 - 0x7fffd9b07fff LoginUICore 1.0.0.0
0x7fffd9bb3000 - 0x7fffd9c75fff MMCS 385.4.0.0
0x7fffda127000 - 0x7fffda12afff Mangrove 1.0.0.0
0x7fffda203000 - 0x7fffda237fff MediaKit 845.0.0.0
0x7fffda238000 - 0x7fffda398fff MediaRemote 1.0.0.0
0x7fffda399000 - 0x7fffda3b4fff MediaServices 1.0.0.0
0x7fffda3d8000 - 0x7fffda451fff MetalPerformanceShaders 61.4.0.0
0x7fffda5ad000 - 0x7fffda5bafff MobileKeyBag 1.0.0.0
0x7fffda5cb000 - 0x7fffda5f3fff MultitouchSupport 368.16.0.0
0x7fffda6a5000 - 0x7fffda6b0fff NetAuth 1.0.0.0
0x7fffdaafd000 - 0x7fffdaafffff OAuth 25.0.0.0
0x7fffdaf88000 - 0x7fffdafc9fff PerformanceAnalysis 148.3.0.0
0x7fffdb00c000 - 0x7fffdb013fff PhoneNumbers 47.0.0.0
0x7fffdb601000 - 0x7fffdb623fff PlugInKit 1.0.0.0
0x7fffdb676000 - 0x7fffdb6b0fff ProtectedCloudStorage 1.0.0.0
0x7fffdb6b1000 - 0x7fffdb6cbfff ProtocolBuffer 249.1.0.0
0x7fffdb6cc000 - 0x7fffdb6dbfff QuickLookThumbnailing 1.0.0.0
0x7fffdb6e4000 - 0x7fffdb707fff RemoteViewServices 1.0.0.0
0x7fffdc3ce000 - 0x7fffdc3d1fff SecCodeWrapper 1.0.0.0
0x7fffdc460000 - 0x7fffdc4edfff Sharing 696.2.67.0
0x7fffdc50e000 - 0x7fffdc774fff SkyLight 600.0.0.0
0x7fffdc953000 - 0x7fffdc95ffff SpeechRecognitionCore 1.0.0.0
0x7fffdcce9000 - 0x7fffdcd4afff Suggestions 197.0.0.0
0x7fffdd04b000 - 0x7fffdd0bffff Symbolication 62048.1.0.0
0x7fffdd2df000 - 0x7fffdd30bfff SystemAdministration 1.0.0.0
0x7fffdd4fe000 - 0x7fffdd504fff TCC 1.0.0.0
0x7fffdd590000 - 0x7fffdd656fff TextureIO 2.8.0.0
0x7fffdd69f000 - 0x7fffdd6b4fff ToneKit 1.0.0.0
0x7fffdd6b5000 - 0x7fffdd6c3fff ToneLibrary 1.0.0.0
0x7fffdd6ca000 - 0x7fffdd6cbfff TrustEvaluationAgent 28.50.1.0
0x7fffdd6cc000 - 0x7fffdd85cfff UIFoundation 490.7.0.0
0x7fffde32b000 - 0x7fffde3ebfff ViewBridge 1.0.0.0
0x7fffde836000 - 0x7fffde83cfff XPCService 1.0.0.0
0x7fffde889000 - 0x7fffde907fff iLifeMediaBrowser 733.0.0.0
0x7fffde90d000 - 0x7fffde90ffff loginsupport 1.0.0.0
0x7fffde93b000 - 0x7fffde962fff vCard 0.0.0.0
0x7fffde964000 - 0x7fffde97ffff libCRFSuite.dylib 1.0.0.0
0x7fffde980000 - 0x7fffde98bfff libChineseTokenizer.dylib 21.0.0.0
0x7fffde98c000 - 0x7fffdea1cfff libCoreStorage.dylib 1.0.0.0
0x7fffdea1d000 - 0x7fffdea1efff libDiagnosticMessagesClient.dylib 1.0.0.0
0x7fffdea1f000 - 0x7fffdec32fff libFosl_dynamic.dylib 0.0.0.0
0x7fffdec56000 - 0x7fffdec56fff libOpenScriptingUtil.dylib 1.0.0.0
0x7fffdec57000 - 0x7fffdec5bfff libScreenReader.dylib 1.0.0.0
0x7fffdecc9000 - 0x7fffdecf4fff libarchive.2.dylib 9.2.0.0
0x7fffdecf5000 - 0x7fffded71fff libate.dylib 1.12.13.0
0x7fffded75000 - 0x7fffded75fff libauto.dylib 1.0.0.0
0x7fffded76000 - 0x7fffded86fff libbsm.0.dylib 1.0.0.0
0x7fffded87000 - 0x7fffded95fff libbz2.1.0.dylib 1.0.5.0
0x7fffded96000 - 0x7fffdedecfff libc++.1.dylib 307.5.0.0 (WARNING: No symbols, libc++.1.dylib, 0B43BB5DE6EB34648DE9B41AC8ED9D1C0)
0x7fffdeded000 - 0x7fffdee17fff libc++abi.dylib 307.3.0.0
0x7fffdee18000 - 0x7fffdee28fff libcmph.dylib 1.0.0.0
0x7fffdee29000 - 0x7fffdee3ffff libcompression.dylib 1.0.0.0
0x7fffdee40000 - 0x7fffdee40fff libcoretls.dylib 121.50.4.0
0x7fffdee41000 - 0x7fffdee42fff libcoretls_cfhelpers.dylib 121.50.4.0
0x7fffdeefc000 - 0x7fffdefe1fff libcrypto.0.9.8.dylib 0.9.8.0
0x7fffdf173000 - 0x7fffdf17efff libcsfde.dylib 1.0.0.0
0x7fffdf17f000 - 0x7fffdf1d2fff libcups.2.dylib 2.12.0.0
0x7fffdf1d3000 - 0x7fffdf223fff libcurl.4.dylib 9.0.0.0
0x7fffdf224000 - 0x7fffdf22bfff libdscsym.dylib 148.3.0.0
0x7fffdf24d000 - 0x7fffdf24dfff libenergytrace.dylib 1.0.0.0
0x7fffdf25d000 - 0x7fffdf262fff libheimdal-asn1.dylib 1.0.0.0
0x7fffdf263000 - 0x7fffdf355fff libiconv.2.dylib 7.0.0.0
0x7fffdf356000 - 0x7fffdf57bfff libicucore.A.dylib 57.1.0.0
0x7fffdf581000 - 0x7fffdf582fff liblangid.dylib 1.0.0.0
0x7fffdf583000 - 0x7fffdf59cfff liblzma.5.dylib 6.3.0.0
0x7fffdf59d000 - 0x7fffdf5b3fff libmarisa.dylib 1.0.0.0
0x7fffdf5b4000 - 0x7fffdf85cfff libmecabra.dylib 1.0.0.0
0x7fffdf90a000 - 0x7fffdfcdcfff libobjc.A.dylib 228.0.0.0 (WARNING: No symbols, libobjc.A.dylib, DC77AA6EA4E4326D8D7F82D63AA88F990)
0x7fffdfcdd000 - 0x7fffdfcdefff libodfde.dylib 1.0.0.0
0x7fffdfcdf000 - 0x7fffdfce3fff libpam.2.dylib 3.0.0.0
0x7fffdfce4000 - 0x7fffdfd15fff libpcap.A.dylib 1.0.0.0
0x7fffdfd32000 - 0x7fffdfd4efff libresolv.9.dylib 1.0.0.0
0x7fffdfd89000 - 0x7fffdfd9bfff libsasl2.2.dylib 3.15.0.0
0x7fffdfd9c000 - 0x7fffdfd9dfff libspindump.dylib 1.0.0.0
0x7fffdffdc000 - 0x7fffdffdffff libutil.dylib 1.0.0.0
0x7fffdffe0000 - 0x7fffdffedfff libxar.1.dylib 1.3.0.0
0x7fffdffee000 - 0x7fffe00ddfff libxml2.2.dylib 10.9.0.0
0x7fffe00de000 - 0x7fffe0107fff libxslt.1.dylib 3.26.0.0
0x7fffe0108000 - 0x7fffe0119fff libz.1.dylib 1.2.8.0
0x7fffe0128000 - 0x7fffe012cfff libcache.dylib 79.0.0.0
0x7fffe012d000 - 0x7fffe0137fff libcommonCrypto.dylib 60092.50.5.0
0x7fffe0138000 - 0x7fffe013ffff libcompiler_rt.dylib 62.0.0.0
0x7fffe0140000 - 0x7fffe0148fff libcopyfile.dylib 1.0.0.0
0x7fffe0149000 - 0x7fffe01ccfff libcorecrypto.dylib 442.50.19.0
0x7fffe0205000 - 0x7fffe0205fff libkeymgr.dylib 28.0.0.0
0x7fffe021d000 - 0x7fffe021efff libremovefile.dylib 45.0.0.0
0x7fffe021f000 - 0x7fffe0237fff libsystem_asl.dylib 349.50.5.0
0x7fffe0238000 - 0x7fffe0238fff libsystem_blocks.dylib 67.0.0.0
0x7fffe02cf000 - 0x7fffe02e7fff libsystem_coretls.dylib 121.50.4.0
0x7fffe0407000 - 0x7fffe0410fff libsystem_notify.dylib 165.20.1.0
0x7fffe0447000 - 0x7fffe044cfff libunwind.dylib 35.3.0.0"><pre class="notranslate"><code class="notranslate">Package: VSCode
Version: 1.13.0
OS: Mac OS X 10.12.5 (16F73)
Date: Tue Jun 13 17:36:49 GMT+08:00 2017
Operating system: Mac OS X
10.12.5 16F73
CPU: amd64
family 6 model 61 stepping 4
4 CPUs
GPU: UNKNOWN
Crash reason: EXC_BAD_ACCESS / EXC_I386_GPFLT
Crash address: 0x109e2d592
Process uptime: 9196 seconds
Thread 13 (crashed)
0 Electron Framework!<name omitted> [__tree : 1790 + 0x0]
rax = 0x0000000000000001 rdx = 0x0000000000000000
rcx = 0x00007fa25a700760 rbx = 0xb000000000000000
rsi = 0xb000000000000000 rdi = 0x0000608000225688
rbp = 0x000070000c016180 rsp = 0x000070000c016170
r8 = 0x000070000c0162c8 r9 = 0x00007fa25a7007f8
r10 = 0x000000010d506338 r11 = 0xffffffff00000000
r12 = 0x0000000000000000 r13 = 0x000070000c016258
r14 = 0x0000608000225688 r15 = 0x000070000c0162c8
rip = 0x0000000109e2d592
Found by: given as instruction pointer in context
1 Electron Framework!<name omitted> [__tree : 1790 + 0x8]
rbp = 0x000070000c0161a0 rsp = 0x000070000c016190
rip = 0x0000000109e2d59d
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [__tree : 1830 + 0x5]
rbp = 0x000070000c0161c0 rsp = 0x000070000c0161b0
rip = 0x00000001095edd27
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [set : 639 + 0x5]
rbp = 0x000070000c0161d0 rsp = 0x000070000c0161d0
rip = 0x00000001095edccd
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [atom_cert_verifier.cc : 169 + 0x5]
rbp = 0x000070000c016240 rsp = 0x000070000c0161e0
rip = 0x00000001095ec37a
Found by: previous frame's frame pointer
5 Electron Framework!net::SSLClientSocketImpl::DoVerifyCert(int) [ssl_client_socket_impl.cc : 1235 + 0x1b]
rbp = 0x000070000c016340 rsp = 0x000070000c016250
rip = 0x000000010af0d56d
Found by: previous frame's frame pointer
6 Electron Framework!net::SSLClientSocketImpl::DoHandshakeLoop(int) [ssl_client_socket_impl.cc : 1359 + 0x8]
rbp = 0x000070000c0163a0 rsp = 0x000070000c016350
rip = 0x000000010af0b570
Found by: previous frame's frame pointer
7 Electron Framework!net::SSLClientSocketImpl::OnHandshakeIOComplete(int) [ssl_client_socket_impl.cc : 1325 + 0x5]
rbp = 0x000070000c0163e0 rsp = 0x000070000c0163b0
rip = 0x000000010af0d065
Found by: previous frame's frame pointer
8 Electron Framework!net::TCPClientSocket::DidCompleteReadWrite(base::Callback<void (int), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&, int) [callback.h : 64 + 0x2]
rbp = 0x000070000c016460 rsp = 0x000070000c0163f0
rip = 0x000000010af15f53
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [callback.h : 64 + 0x2]
rbp = 0x000070000c016480 rsp = 0x000070000c016470
rip = 0x000000010af1881f
Found by: previous frame's frame pointer
10 Electron Framework!net::SocketPosix::ReadCompleted() [callback.h : 64 + 0x2]
rbp = 0x000070000c0164c0 rsp = 0x000070000c016490
rip = 0x000000010aed4fbb
Found by: previous frame's frame pointer
11 Electron Framework!net::SocketPosix::OnFileCanReadWithoutBlocking(int) [socket_posix.cc : 377 + 0x8]
rbp = 0x000070000c016520 rsp = 0x000070000c0164d0
rip = 0x000000010aed4e47
Found by: previous frame's frame pointer
12 Electron Framework!<name omitted> [message_pump_libevent.cc : 96 + 0x8]
rbp = 0x000070000c0165a0 rsp = 0x000070000c016530
rip = 0x000000010976c2b5
Found by: previous frame's frame pointer
13 Electron Framework!event_base_loop [event.c : 381 + 0x9]
rbp = 0x000070000c016620 rsp = 0x000070000c0165b0
rip = 0x00000001097c3c45
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [message_pump_libevent.cc : 255 + 0xa]
rbp = 0x000070000c016690 rsp = 0x000070000c016630
rip = 0x000000010976c586
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000c0167e0 rsp = 0x000070000c0166a0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
16 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000c016820 rsp = 0x000070000c0167f0
rip = 0x000000010977df33
Found by: previous frame's frame pointer
17 Electron Framework!<name omitted> [browser_thread_impl.cc : 253 + 0x5]
rbp = 0x000070000c016970 rsp = 0x000070000c016830
rip = 0x00000001099dac88
Found by: previous frame's frame pointer
18 Electron Framework!<name omitted> [browser_thread_impl.cc : 288 + 0xb]
rbp = 0x000070000c016e50 rsp = 0x000070000c016980
rip = 0x00000001099dae16
Found by: previous frame's frame pointer
19 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000c016ec0 rsp = 0x000070000c016e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
20 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000c016ef0 rsp = 0x000070000c016ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
21 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000c016f10 rsp = 0x000070000c016f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
22 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000c016f50 rsp = 0x000070000c016f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
23 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000c016f78 rsp = 0x000070000c016f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
24 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000c017028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 0
0 Electron Framework!base::internal::CallbackListBase<base::Callback<void (content::HostZoomMap::ZoomLevelChange const&), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> >::Subscription::~Subscription() [callback_list.h : 85 + 0x0]
rax = 0x000000010d1d1180 rdx = 0x000000010d4d2798
rcx = 0x0782120007821200 rbx = 0x0000608000274340
rsi = 0x0782120000000000 rdi = 0x000060000001d590
rbp = 0x00007fff5963f5b0 rsp = 0x00007fff5963f598
r8 = 0x000000010d4d2790 r9 = 0x00000000007d0244
r10 = 0x000000010d4d2798 r11 = 0xffffffff00000000
r12 = 0x00006000003f4900 r13 = 0x0000000000000000
r14 = 0x000060000001d590 r15 = 0x00007fa257e05d28
rip = 0x000000010960d540
Found by: given as instruction pointer in context
1 Electron Framework!brightray::ZoomLevelDelegate::~ZoomLevelDelegate() [zoom_level_delegate.cc : 62 + 0x5]
rbp = 0x00007fff5963f5c0 rsp = 0x00007fff5963f5c0
rip = 0x00000001096ab669
Found by: previous frame's frame pointer
2 Electron Framework!brightray::ZoomLevelDelegate::~ZoomLevelDelegate() [zoom_level_delegate.cc : 62 + 0x5]
rbp = 0x00007fff5963f5e0 rsp = 0x00007fff5963f5d0
rip = 0x00000001096ab67e
Found by: previous frame's frame pointer
3 Electron Framework!content::HostZoomLevelContext::~HostZoomLevelContext() [memory : 2577 + 0x6]
rbp = 0x00007fff5963f600 rsp = 0x00007fff5963f5f0
rip = 0x0000000109aa841a
Found by: previous frame's frame pointer
4 Electron Framework!content::StoragePartitionImpl::~StoragePartitionImpl() [host_zoom_level_context.h : 54 + 0x8]
rbp = 0x00007fff5963f660 rsp = 0x00007fff5963f610
rip = 0x0000000109cecc88
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [storage_partition_impl.cc : 396 + 0x5]
rbp = 0x00007fff5963f680 rsp = 0x00007fff5963f670
rip = 0x0000000109ceceae
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [memory : 2577 + 0x9]
rbp = 0x00007fff5963f6a0 rsp = 0x00007fff5963f690
rip = 0x0000000109cf18f3
Found by: previous frame's frame pointer
7 Electron Framework!content::StoragePartitionImplMap::~StoragePartitionImplMap() [__tree : 1781 + 0x5]
rbp = 0x00007fff5963f6c0 rsp = 0x00007fff5963f6b0
rip = 0x0000000109cf0341
Found by: previous frame's frame pointer
8 Electron Framework!unsigned long std::__1::__tree<std::__1::__value_type<void const*, std::__1::unique_ptr<base::SupportsUserData::Data, std::__1::default_delete<base::SupportsUserData::Data> > >, std::__1::__map_value_compare<void const*, std::__1::__value_type<void const*, std::__1::unique_ptr<base::SupportsUserData::Data, std::__1::default_delete<base::SupportsUserData::Data> > >, std::__1::less<void const*>, true>, std::__1::allocator<std::__1::__value_type<void const*, std::__1::unique_ptr<base::SupportsUserData::Data, std::__1::default_delete<base::SupportsUserData::Data> > > > >::__erase_unique<void const*>(void const* const&) [memory : 2577 + 0x6]
rbp = 0x00007fff5963f6e0 rsp = 0x00007fff5963f6d0
rip = 0x0000000109792ffb
Found by: previous frame's frame pointer
9 Electron Framework!base::SupportsUserData::RemoveUserData(void const*) [map : 1207 + 0x5]
rbp = 0x00007fff5963f700 rsp = 0x00007fff5963f6f0
rip = 0x0000000109792c79
Found by: previous frame's frame pointer
10 Electron Framework!brightray::BrowserContext::~BrowserContext() [browser_context.cc : 107 + 0x8]
rbp = 0x00007fff5963f740 rsp = 0x00007fff5963f710
rip = 0x000000010968fcb0
Found by: previous frame's frame pointer
11 Electron Framework!atom::AtomBrowserContext::~AtomBrowserContext() [atom_browser_context.cc : 103 + 0x8]
rbp = 0x00007fff5963f760 rsp = 0x00007fff5963f750
rip = 0x00000001095c91ca
Found by: previous frame's frame pointer
12 Electron Framework!atom::AtomBrowserContext::~AtomBrowserContext() [atom_browser_context.cc : 102 + 0x5]
rbp = 0x00007fff5963f770 rsp = 0x00007fff5963f770
rip = 0x00000001095c91d9
Found by: previous frame's frame pointer
13 Electron Framework!atom::AtomBrowserContext::~AtomBrowserContext() [atom_browser_context.cc : 102 + 0x5]
rbp = 0x00007fff5963f790 rsp = 0x00007fff5963f780
rip = 0x00000001095c91fe
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [ref_counted.h : 135 + 0x9]
rbp = 0x00007fff5963f7b0 rsp = 0x00007fff5963f7a0
rip = 0x0000000109586081
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [ref_counted.h : 406 + 0x9]
rbp = 0x00007fff5963f7c0 rsp = 0x00007fff5963f7c0
rip = 0x000000010958605d
Found by: previous frame's frame pointer
16 Electron Framework!scoped_refptr<atom::AtomBrowserContext>::~scoped_refptr() [ref_counted.h : 308 + 0x5]
rbp = 0x00007fff5963f7d0 rsp = 0x00007fff5963f7d0
rip = 0x0000000109586041
Found by: previous frame's frame pointer
17 Electron Framework!scoped_refptr<atom::AtomBrowserContext>::~scoped_refptr() [ref_counted.h : 306 + 0x5]
rbp = 0x00007fff5963f7e0 rsp = 0x00007fff5963f7e0
rip = 0x0000000109582079
Found by: previous frame's frame pointer
18 Electron Framework!atom::api::WebRequest::~WebRequest() [atom_api_web_request.cc : 47 + 0x9]
rbp = 0x00007fff5963f800 rsp = 0x00007fff5963f7f0
rip = 0x00000001095b45e7
Found by: previous frame's frame pointer
19 Electron Framework!atom::api::WebRequest::~WebRequest() [atom_api_web_request.cc : 46 + 0x5]
rbp = 0x00007fff5963f810 rsp = 0x00007fff5963f810
rip = 0x00000001095b4649
Found by: previous frame's frame pointer
20 Electron Framework!atom::api::WebRequest::~WebRequest() [atom_api_web_request.cc : 46 + 0x5]
rbp = 0x00007fff5963f830 rsp = 0x00007fff5963f820
rip = 0x00000001095b466e
Found by: previous frame's frame pointer
21 Electron Framework!<name omitted> [trackable_object.cc : 45 + 0x6]
rbp = 0x00007fff5963f840 rsp = 0x00007fff5963f840
rip = 0x00000001095c3cff
Found by: previous frame's frame pointer
22 Electron Framework!void base::internal::FunctorTraits<void (mate::TrackableObjectBase::*)(), void>::Invoke<base::WeakPtr<mate::TrackableObjectBase> const&>(void (mate::TrackableObjectBase::*)(), base::WeakPtr<mate::TrackableObjectBase> const&&&) [bind_internal.h : 214 + 0x5]
rbp = 0x00007fff5963f860 rsp = 0x00007fff5963f850
rip = 0x00000001095c3f2a
Found by: previous frame's frame pointer
23 Electron Framework!void base::internal::InvokeHelper<true, void>::MakeItSo<void (mate::TrackableObjectBase::* const&)(), base::WeakPtr<mate::TrackableObjectBase> const&>(void (mate::TrackableObjectBase::* const&&&)(), base::WeakPtr<mate::TrackableObjectBase> const&&&) [bind_internal.h : 305 + 0x8]
rbp = 0x00007fff5963f880 rsp = 0x00007fff5963f870
rip = 0x00000001095c3ef8
Found by: previous frame's frame pointer
24 Electron Framework!void base::internal::Invoker<base::internal::BindState<void (mate::TrackableObjectBase::*)(), base::WeakPtr<mate::TrackableObjectBase> >, void ()>::RunImpl<void (mate::TrackableObjectBase::* const&)(), std::__1::tuple<base::WeakPtr<mate::TrackableObjectBase> > const&, 0ul>(void (mate::TrackableObjectBase::* const&&&)(), std::__1::tuple<base::WeakPtr<mate::TrackableObjectBase> > const&&&, base::IndexSequence<0ul>) [bind_internal.h : 361 + 0xb]
rbp = 0x00007fff5963f8a0 rsp = 0x00007fff5963f890
rip = 0x00000001095c3ec4
Found by: previous frame's frame pointer
25 Electron Framework!base::internal::Invoker<base::internal::BindState<void (mate::TrackableObjectBase::*)(), base::WeakPtr<mate::TrackableObjectBase> >, void ()>::Run(base::internal::BindStateBase*) [bind_internal.h : 339 + 0x8]
rbp = 0x00007fff5963f8b0 rsp = 0x00007fff5963f8b0
rip = 0x00000001095c3e84
Found by: previous frame's frame pointer
26 Electron Framework!base::internal::RunMixin<base::Callback<int (), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> >::Run() const [callback.h : 64 + 0x6]
rbp = 0x00007fff5963f8d0 rsp = 0x00007fff5963f8c0
rip = 0x0000000109550ca0
Found by: previous frame's frame pointer
27 Electron Framework!atom::AtomBrowserMainParts::PostMainMessageLoopRun() [atom_browser_main_parts.cc : 222 + 0x5]
rbp = 0x00007fff5963f8f0 rsp = 0x00007fff5963f8e0
rip = 0x00000001095cc23d
Found by: previous frame's frame pointer
28 Electron Framework!content::BrowserMainLoop::ShutdownThreadsAndCleanUp() [browser_main_loop.cc : 1017 + 0x3]
rbp = 0x00007fff5963f9b0 rsp = 0x00007fff5963f900
rip = 0x00000001099ce09c
Found by: previous frame's frame pointer
29 Electron Framework!content::BrowserMainRunnerImpl::Shutdown() [browser_main_runner.cc : 197 + 0x5]
rbp = 0x00007fff5963fa40 rsp = 0x00007fff5963f9c0
rip = 0x00000001099d06af
Found by: previous frame's frame pointer
30 Electron Framework!content::BrowserMain(content::MainFunctionParams const&) [browser_main.cc : 48 + 0x6]
rbp = 0x00007fff5963fa70 rsp = 0x00007fff5963fa50
rip = 0x00000001099c9eb8
Found by: previous frame's frame pointer
31 Electron Framework!content::ContentMainRunnerImpl::Run() [content_main_runner.cc : 774 + 0x8]
rbp = 0x00007fff5963fb30 rsp = 0x00007fff5963fa80
rip = 0x000000010992fbed
Found by: previous frame's frame pointer
32 Electron Framework!content::ContentMain(content::ContentMainParams const&) [content_main.cc : 20 + 0x6]
rbp = 0x00007fff5963fb50 rsp = 0x00007fff5963fb40
rip = 0x000000010992ece6
Found by: previous frame's frame pointer
33 Electron Framework!AtomMain [atom_library_main.mm : 24 + 0x9]
rbp = 0x00007fff5963fbf0 rsp = 0x00007fff5963fb60
rip = 0x000000010953c5c7
Found by: previous frame's frame pointer
34 Electron + 0xf26
rbp = 0x00007fff5963fc10 rsp = 0x00007fff5963fc00
rip = 0x00000001065c0f26
Found by: previous frame's frame pointer
35 libdyld.dylib + 0x5235
rbp = 0x00007fff5963fc20 rsp = 0x00007fff5963fc20
rip = 0x00000001087e2235
Found by: previous frame's frame pointer
Thread 1
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000002800
rcx = 0x00007000067eee08 rbx = 0x0000000000002800
rsi = 0x0000280000002c00 rdi = 0x0000000107652710
rbp = 0x00007000067eeea0 rsp = 0x00007000067eee08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107652710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x00007000067ef000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x00007000067eeeb0 rsp = 0x00007000067eeeb0
rip = 0x00000001068882b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x00007000067eeef0 rsp = 0x00007000067eeec0
rip = 0x000000010687c753
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000067eef10 rsp = 0x00007000067eef00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000067eef50 rsp = 0x00007000067eef20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000067eef78 rsp = 0x00007000067eef60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157660
rsp = 0x00007000067ef028 rip = 0x000000010687c660
Found by: stack scanning
Thread 2
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000002700
rcx = 0x0000700006ff1e08 rbx = 0x0000000000002700
rsi = 0x0000270000002b00 rdi = 0x0000000107652710
rbp = 0x0000700006ff1ea0 rsp = 0x0000700006ff1e08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107652710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700006ff2000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x0000700006ff1eb0 rsp = 0x0000700006ff1eb0
rip = 0x00000001068882b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x0000700006ff1ef0 rsp = 0x0000700006ff1ec0
rip = 0x000000010687c753
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700006ff1f10 rsp = 0x0000700006ff1f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700006ff1f50 rsp = 0x0000700006ff1f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700006ff1f78 rsp = 0x0000700006ff1f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157660
rsp = 0x0000700006ff2028 rip = 0x000000010687c660
Found by: stack scanning
Thread 3
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000002600
rcx = 0x00007000077f4e08 rbx = 0x0000000000002600
rsi = 0x0000260000002a00 rdi = 0x0000000107652710
rbp = 0x00007000077f4ea0 rsp = 0x00007000077f4e08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107652710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x00007000077f5000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x00007000077f4eb0 rsp = 0x00007000077f4eb0
rip = 0x00000001068882b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x00007000077f4ef0 rsp = 0x00007000077f4ec0
rip = 0x000000010687c753
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000077f4f10 rsp = 0x00007000077f4f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000077f4f50 rsp = 0x00007000077f4f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000077f4f78 rsp = 0x00007000077f4f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157660
rsp = 0x00007000077f5028 rip = 0x000000010687c660
Found by: stack scanning
Thread 4
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000002900
rcx = 0x0000700007ff7e08 rbx = 0x0000000000002900
rsi = 0x0000290000002d00 rdi = 0x0000000107652710
rbp = 0x0000700007ff7ea0 rsp = 0x0000700007ff7e08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107652710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700007ff8000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x0000700007ff7eb0 rsp = 0x0000700007ff7eb0
rip = 0x00000001068882b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x0000700007ff7ef0 rsp = 0x0000700007ff7ec0
rip = 0x000000010687c753
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700007ff7f10 rsp = 0x0000700007ff7f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700007ff7f50 rsp = 0x0000700007ff7f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700007ff7f78 rsp = 0x0000700007ff7f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157660
rsp = 0x0000700007ff8028 rip = 0x000000010687c660
Found by: stack scanning
Thread 5
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x00007000087f9dc8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x00007000087f9f40
rbp = 0x00007000087f9e10 rsp = 0x00007000087f9dc8
r8 = 0x0000000000006e03 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x00007000087f9f40 r15 = 0x0000000000006e03
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x00007000087f9e80 rsp = 0x00007000087f9e20
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x00007000087fab70 rsp = 0x00007000087f9e90
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x00007000087fac00 rsp = 0x00007000087fab80
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Foundation + 0x224e2
rbp = 0x00007000087fac40 rsp = 0x00007000087fac10
rip = 0x00007fffcc49d4e2
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 580 + 0x10]
rbp = 0x00007000087fac90 rsp = 0x00007000087fac50
rip = 0x000000010976d65e
Found by: previous frame's frame pointer
6 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x00007000087facc0 rsp = 0x00007000087faca0
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x00007000087fae10 rsp = 0x00007000087facd0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
8 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x00007000087fae50 rsp = 0x00007000087fae20
rip = 0x000000010977df33
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x00007000087faec0 rsp = 0x00007000087fae60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
10 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x00007000087faef0 rsp = 0x00007000087faed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000087faf10 rsp = 0x00007000087faf00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000087faf50 rsp = 0x00007000087faf20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000087faf78 rsp = 0x00007000087faf60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x00007000087fb028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 6
0 libsystem_kernel.dylib + 0x1ad96
rax = 0x000000000200016b rdx = 0x0000000000000000
rcx = 0x0000700008ffdb88 rbx = 0x00007fa257f0c1b0
rsi = 0x00007fa259077a00 rdi = 0x0000000000000012
rbp = 0x0000700008ffdbd0 rsp = 0x0000700008ffdb88
r8 = 0x0000000000000040 r9 = 0x0000000000000000
r10 = 0x00007fa259068e00 r11 = 0x0000000000000246
r12 = 0x00007fa257f0c180 r13 = 0x0000000000000000
r14 = 0x00007fa259068e00 r15 = 0x00007fa257f0c1a0
rip = 0x0000000108936d96
Found by: given as instruction pointer in context
1 Electron Framework!event_base_loop [event.c : 512 + 0x11]
rbp = 0x0000700008ffdc50 rsp = 0x0000700008ffdbe0
rip = 0x00000001097c39ed
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [message_pump_libevent.cc : 245 + 0xa]
rbp = 0x0000700008ffdcc0 rsp = 0x0000700008ffdc60
rip = 0x000000010976c59f
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x0000700008ffde10 rsp = 0x0000700008ffdcd0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
4 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x0000700008ffde50 rsp = 0x0000700008ffde20
rip = 0x000000010977df33
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x0000700008ffdec0 rsp = 0x0000700008ffde60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
6 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700008ffdef0 rsp = 0x0000700008ffded0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700008ffdf10 rsp = 0x0000700008ffdf00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700008ffdf50 rsp = 0x0000700008ffdf20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
9 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700008ffdf78 rsp = 0x0000700008ffdf60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700008ffe028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 7
0 libsystem_kernel.dylib + 0x1b246
rax = 0x0000000002000003 rdx = 0x0000000000000004
rcx = 0x0000700009004d28 rbx = 0x0000000000000004
rsi = 0x0000700009004e94 rdi = 0x000000000000001c
rbp = 0x0000700009004ec0 rsp = 0x0000700009004d28
r8 = 0x0000700009004cf9 r9 = 0x0000000000000012
r10 = 0x0000000000000039 r11 = 0x0000000000000202
r12 = 0x0000000000000000 r13 = 0x0000000000007607
r14 = 0x0000700009004e94 r15 = 0x000060000001b140
rip = 0x0000000108937246
Found by: given as instruction pointer in context
1 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700009004ef0 rsp = 0x0000700009004ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
2 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700009004f10 rsp = 0x0000700009004f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700009004f50 rsp = 0x0000700009004f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700009004f78 rsp = 0x0000700009004f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700009005028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 8
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x00007000098067e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x0000700009806960
rbp = 0x0000700009806830 rsp = 0x00007000098067e8
r8 = 0x0000000000007c03 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x0000700009806960 r15 = 0x0000000000007c03
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x00007000098068a0 rsp = 0x0000700009806840
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x0000700009807590 rsp = 0x00007000098068b0
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x0000700009807620 rsp = 0x00007000098075a0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x0000700009807660 rsp = 0x0000700009807630
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x0000700009807690 rsp = 0x0000700009807670
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x00007000098077e0 rsp = 0x00007000098076a0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x0000700009807820 rsp = 0x00007000098077f0
rip = 0x000000010977df33
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 221 + 0x5]
rbp = 0x0000700009807970 rsp = 0x0000700009807830
rip = 0x00000001099daa08
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 278 + 0xb]
rbp = 0x0000700009807e50 rsp = 0x0000700009807980
rip = 0x00000001099dadcf
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x0000700009807ec0 rsp = 0x0000700009807e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700009807ef0 rsp = 0x0000700009807ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700009807f10 rsp = 0x0000700009807f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700009807f50 rsp = 0x0000700009807f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700009807f78 rsp = 0x0000700009807f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700009808028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 9
0 Electron Framework!<name omitted> [database_tracker.cc : 845 + 0x0]
rax = 0x000060000046ca80 rdx = 0x0000000000000000
rcx = 0x000000010a2f3b50 rbx = 0x000070000a00a398
rsi = 0x000070000a00a560 rdi = 0x00007fa257e05d20
rbp = 0x000070000a00a410 rsp = 0x000070000a00a348
r8 = 0x0000000000000021 r9 = 0x0000000000000001
r10 = 0x00007fa257e0a6f8 r11 = 0xffffffff00000000
r12 = 0x000000010d450050 r13 = 0x000070000a00a548
r14 = 0x000000010cb32859 r15 = 0x00007fa257e0a690
rip = 0x000000010a2f3b50
Found by: given as instruction pointer in context
1 Electron Framework!<name omitted> [message_loop.cc : 413 + 0xf]
rbp = 0x000070000a00a4d0 rsp = 0x000070000a00a420
rip = 0x0000000109769676
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [message_loop.cc : 422 + 0xb]
rbp = 0x000070000a00a4f0 rsp = 0x000070000a00a4e0
rip = 0x000000010976994c
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [message_loop.cc : 515 + 0xb]
rbp = 0x000070000a00a620 rsp = 0x000070000a00a500
rip = 0x0000000109769c93
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [message_pump_libevent.cc : 218 + 0x9]
rbp = 0x000070000a00a690 rsp = 0x000070000a00a630
rip = 0x000000010976c4c5
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000a00a7e0 rsp = 0x000070000a00a6a0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
6 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000a00a820 rsp = 0x000070000a00a7f0
rip = 0x000000010977df33
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [browser_thread_impl.cc : 227 + 0x5]
rbp = 0x000070000a00a970 rsp = 0x000070000a00a830
rip = 0x00000001099daa88
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 280 + 0xb]
rbp = 0x000070000a00ae50 rsp = 0x000070000a00a980
rip = 0x00000001099daddf
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000a00aec0 rsp = 0x000070000a00ae60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
10 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000a00aef0 rsp = 0x000070000a00aed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000a00af10 rsp = 0x000070000a00af00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000a00af50 rsp = 0x000070000a00af20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000a00af78 rsp = 0x000070000a00af60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000a00b028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 10
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000a80c7e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000a80c960
rbp = 0x000070000a80c830 rsp = 0x000070000a80c7e8
r8 = 0x0000000000008703 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000a80c960 r15 = 0x0000000000008703
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000a80c8a0 rsp = 0x000070000a80c840
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000a80d590 rsp = 0x000070000a80c8b0
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000a80d620 rsp = 0x000070000a80d5a0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000a80d660 rsp = 0x000070000a80d630
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000a80d690 rsp = 0x000070000a80d670
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000a80d7e0 rsp = 0x000070000a80d6a0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000a80d820 rsp = 0x000070000a80d7f0
rip = 0x000000010977df33
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 234 + 0x5]
rbp = 0x000070000a80d970 rsp = 0x000070000a80d830
rip = 0x00000001099dab08
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 282 + 0xb]
rbp = 0x000070000a80de50 rsp = 0x000070000a80d980
rip = 0x00000001099dadef
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000a80dec0 rsp = 0x000070000a80de60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000a80def0 rsp = 0x000070000a80ded0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000a80df10 rsp = 0x000070000a80df00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000a80df50 rsp = 0x000070000a80df20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000a80df78 rsp = 0x000070000a80df60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000a80e028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 11
0 libsystem_kernel.dylib + 0x1a3ee
rax = 0x0000000000004b7d rdx = 0x0000000000000000
rcx = 0x000070000b00f2a8 rbx = 0x000000000000000e
rsi = 0x0000000000000000 rdi = 0x0000000000004b7d
rbp = 0x000070000b00f340 rsp = 0x000070000b00f2a8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000000004b7d r13 = 0x000070000b00f6d8
r14 = 0x0000000000004b7d r15 = 0x0000000000000000
rip = 0x00000001089363ee
Found by: given as instruction pointer in context
1 Electron Framework!content::(anonymous namespace)::TerminateOnLauncherThread(std::nullptr_t, base::Process) [child_process_launcher.cc : 368 + 0x8]
rbp = 0x000070000b00f370 rsp = 0x000070000b00f350
rip = 0x0000000109a05951
Found by: previous frame's frame pointer
2 Electron Framework!base::internal::Invoker<base::internal::BindState<void (*)(std::nullptr_t, base::Process), std::nullptr_t, base::internal::PassedWrapper<base::Process> >, void ()>::Run(base::internal::BindStateBase*) [bind_internal.h : 164 + 0x9]
rbp = 0x000070000b00f4d0 rsp = 0x000070000b00f380
rip = 0x0000000109a06403
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [callback.h : 47 + 0x2]
rbp = 0x000070000b00f5a0 rsp = 0x000070000b00f4e0
rip = 0x0000000109795c31
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [message_loop.cc : 413 + 0xf]
rbp = 0x000070000b00f660 rsp = 0x000070000b00f5b0
rip = 0x0000000109769676
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [message_loop.cc : 422 + 0xb]
rbp = 0x000070000b00f680 rsp = 0x000070000b00f670
rip = 0x000000010976994c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 515 + 0xb]
rbp = 0x000070000b00f7b0 rsp = 0x000070000b00f690
rip = 0x0000000109769c93
Found by: previous frame's frame pointer
7 Electron Framework!base::MessagePumpCFRunLoopBase::RunWork() [message_pump_mac.mm : 302 + 0x9]
rbp = 0x000070000b00f7e0 rsp = 0x000070000b00f7c0
rip = 0x000000010976cfdd
Found by: previous frame's frame pointer
8 Electron Framework!base::mac::CallWithEHFrame(void () block_pointer) + 0xa
rbp = 0x000070000b00f7f0 rsp = 0x000070000b00f7f0
rip = 0x0000000109729e8a
Found by: previous frame's frame pointer
9 Electron Framework!base::MessagePumpCFRunLoopBase::RunWorkSource(void*) [message_pump_mac.mm : 278 + 0x5]
rbp = 0x000070000b00f830 rsp = 0x000070000b00f800
rip = 0x000000010976ca54
Found by: previous frame's frame pointer
10 CoreFoundation + 0xa7321
rbp = 0x000070000b00f840 rsp = 0x000070000b00f840
rip = 0x00007fffcaaaa321
Found by: previous frame's frame pointer
11 CoreFoundation + 0x8821d
rbp = 0x000070000b00f8a0 rsp = 0x000070000b00f850
rip = 0x00007fffcaa8b21d
Found by: previous frame's frame pointer
12 CoreFoundation + 0x87716
rbp = 0x000070000b010590 rsp = 0x000070000b00f8b0
rip = 0x00007fffcaa8a716
Found by: previous frame's frame pointer
13 CoreFoundation + 0x87114
rbp = 0x000070000b010620 rsp = 0x000070000b0105a0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
14 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000b010660 rsp = 0x000070000b010630
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
15 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000b010690 rsp = 0x000070000b010670
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
16 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000b0107e0 rsp = 0x000070000b0106a0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
17 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000b010820 rsp = 0x000070000b0107f0
rip = 0x000000010977df33
Found by: previous frame's frame pointer
18 Electron Framework!<name omitted> [browser_thread_impl.cc : 241 + 0x5]
rbp = 0x000070000b010970 rsp = 0x000070000b010830
rip = 0x00000001099dab88
Found by: previous frame's frame pointer
19 Electron Framework!<name omitted> [browser_thread_impl.cc : 284 + 0xb]
rbp = 0x000070000b010e50 rsp = 0x000070000b010980
rip = 0x00000001099dadfc
Found by: previous frame's frame pointer
20 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000b010ec0 rsp = 0x000070000b010e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
21 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000b010ef0 rsp = 0x000070000b010ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
22 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000b010f10 rsp = 0x000070000b010f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
23 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000b010f50 rsp = 0x000070000b010f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
24 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000b010f78 rsp = 0x000070000b010f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
25 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000b011028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 12
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000b8127e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000b812960
rbp = 0x000070000b812830 rsp = 0x000070000b8127e8
r8 = 0x0000000000009903 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000b812960 r15 = 0x0000000000009903
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000b8128a0 rsp = 0x000070000b812840
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000b813590 rsp = 0x000070000b8128b0
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000b813620 rsp = 0x000070000b8135a0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000b813660 rsp = 0x000070000b813630
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000b813690 rsp = 0x000070000b813670
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000b8137e0 rsp = 0x000070000b8136a0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000b813820 rsp = 0x000070000b8137f0
rip = 0x000000010977df33
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 247 + 0x5]
rbp = 0x000070000b813970 rsp = 0x000070000b813830
rip = 0x00000001099dac08
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 286 + 0xb]
rbp = 0x000070000b813e50 rsp = 0x000070000b813980
rip = 0x00000001099dae09
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000b813ec0 rsp = 0x000070000b813e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000b813ef0 rsp = 0x000070000b813ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000b813f10 rsp = 0x000070000b813f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000b813f50 rsp = 0x000070000b813f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000b813f78 rsp = 0x000070000b813f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000b814028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 14
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000c818e18 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000c818f90
rbp = 0x000070000c818e60 rsp = 0x000070000c818e18
r8 = 0x000000000000a403 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000c818f90 r15 = 0x000000000000a403
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000c818ed0 rsp = 0x000070000c818e70
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000c819bc0 rsp = 0x000070000c818ee0
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000c819c50 rsp = 0x000070000c819bd0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000c819c90 rsp = 0x000070000c819c60
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000c819cc0 rsp = 0x000070000c819ca0
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000c819e10 rsp = 0x000070000c819cd0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000c819e50 rsp = 0x000070000c819e20
rip = 0x000000010977df33
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000c819ec0 rsp = 0x000070000c819e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
9 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000c819ef0 rsp = 0x000070000c819ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000c819f10 rsp = 0x000070000c819f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000c819f50 rsp = 0x000070000c819f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000c819f78 rsp = 0x000070000c819f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000c81a028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 15
0 libsystem_kernel.dylib + 0x1b1b6
rax = 0x0000000000000400 rdx = 0x0000000000000000
rcx = 0x000070000d01c328 rbx = 0x000070000d01c420
rsi = 0x00007fa259801000 rdi = 0x0000000000000034
rbp = 0x000070000d01c370 rsp = 0x000070000d01c328
r8 = 0x00007fa259801438 r9 = 0x00000000007d027d
r10 = 0x0000000000034c00 r11 = 0x0000000000000206
r12 = 0x00007fa257e3d910 r13 = 0x0000000000034c00
r14 = 0x00007fa259801000 r15 = 0x0000000000000400
rip = 0x00000001089371b6
Found by: given as instruction pointer in context
1 Electron Framework!readDbPage [sqlite3.c : 17701 + 0x3]
rbp = 0x000070000d01c3a0 rsp = 0x000070000d01c380
rip = 0x000000010a8ebaa8
Found by: previous frame's frame pointer
2 Electron Framework!sqlite3PagerGet [sqlite3.c : 48931 + 0xb]
rbp = 0x000070000d01c410 rsp = 0x000070000d01c3b0
rip = 0x000000010a8c76ca
Found by: previous frame's frame pointer
3 Electron Framework!getAndInitPage [sqlite3.c : 57231 + 0xb]
rbp = 0x000070000d01c450 rsp = 0x000070000d01c420
rip = 0x000000010a909a19
Found by: previous frame's frame pointer
4 Electron Framework!sqlite3BtreeMovetoUnpacked [sqlite3.c : 59997 + 0x8]
rbp = 0x000070000d01c4e0 rsp = 0x000070000d01c460
rip = 0x000000010a906ab8
Found by: previous frame's frame pointer
5 Electron Framework!sqlite3VdbeExec [sqlite3.c : 77823 + 0xc]
rbp = 0x000070000d01c850 rsp = 0x000070000d01c4f0
rip = 0x000000010a8faedf
Found by: previous frame's frame pointer
6 Electron Framework!sqlite3_step [sqlite3.c : 72467 + 0x8]
rbp = 0x000070000d01ca40 rsp = 0x000070000d01c860
rip = 0x000000010a8cb29e
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [statement.cc : 72 + 0x5]
rbp = 0x000070000d01ca80 rsp = 0x000070000d01ca50
rip = 0x000000010a2d0bfd
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [statement.cc : 89 + 0xa]
rbp = 0x000070000d01ca90 rsp = 0x000070000d01ca90
rip = 0x000000010a2d0d0e
Found by: previous frame's frame pointer
9 Electron Framework!content::DOMStorageDatabase::CommitChanges(bool, std::__1::map<std::__1::basic_string<unsigned short, base::string16_char_traits, std::__1::allocator<unsigned short> >, base::NullableString16, std::__1::less<std::__1::basic_string<unsigned short, base::string16_char_traits, std::__1::allocator<unsigned short> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<unsigned short, base::string16_char_traits, std::__1::allocator<unsigned short> > const, base::NullableString16> > > const&) [dom_storage_database.cc : 118 + 0x8]
rbp = 0x000070000d01cb60 rsp = 0x000070000d01caa0
rip = 0x0000000109a4fc7f
Found by: previous frame's frame pointer
10 Electron Framework!content::DOMStorageArea::ShutdownInCommitSequence() [dom_storage_area.cc : 538 + 0x3]
rbp = 0x000070000d01cb90 rsp = 0x000070000d01cb70
rip = 0x0000000109a45ea1
Found by: previous frame's frame pointer
11 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [callback.h : 64 + 0x2]
rbp = 0x000070000d01ce50 rsp = 0x000070000d01cba0
rip = 0x00000001097805a0
Found by: previous frame's frame pointer
12 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x000070000d01ce80 rsp = 0x000070000d01ce60
rip = 0x000000010977fec6
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x000070000d01cec0 rsp = 0x000070000d01ce90
rip = 0x000000010978455d
Found by: previous frame's frame pointer
14 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000d01cef0 rsp = 0x000070000d01ced0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
15 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000d01cf10 rsp = 0x000070000d01cf00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
16 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000d01cf50 rsp = 0x000070000d01cf20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
17 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000d01cf78 rsp = 0x000070000d01cf60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
18 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000d01d028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 16
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000300
rcx = 0x000070000d81fdb8 rbx = 0x0000000000000300
rsi = 0x0000030100000400 rdi = 0x00007fa257d08088
rbp = 0x000070000d81fe50 rsp = 0x000070000d81fdb8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007fa257d08088 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x000070000d820000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!non-virtual thunk to cc::SingleThreadTaskGraphRunner::Run() [single_thread_task_graph_runner.cc : 123 + 0x8]
rbp = 0x000070000d81fe80 rsp = 0x000070000d81fe60
rip = 0x00000001098b2788
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x000070000d81fec0 rsp = 0x000070000d81fe90
rip = 0x000000010978455d
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000d81fef0 rsp = 0x000070000d81fed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000d81ff10 rsp = 0x000070000d81ff00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000d81ff50 rsp = 0x000070000d81ff20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000d81ff78 rsp = 0x000070000d81ff60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000d820028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 17
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000e021e18 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000e021f90
rbp = 0x000070000e021e60 rsp = 0x000070000e021e18
r8 = 0x000000000000b103 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000e021f90 r15 = 0x000000000000b103
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000e021ed0 rsp = 0x000070000e021e70
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000e022bc0 rsp = 0x000070000e021ee0
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000e022c50 rsp = 0x000070000e022bd0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000e022c90 rsp = 0x000070000e022c60
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000e022cc0 rsp = 0x000070000e022ca0
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000e022e10 rsp = 0x000070000e022cd0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000e022e50 rsp = 0x000070000e022e20
rip = 0x000000010977df33
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000e022ec0 rsp = 0x000070000e022e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
9 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000e022ef0 rsp = 0x000070000e022ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000e022f10 rsp = 0x000070000e022f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000e022f50 rsp = 0x000070000e022f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000e022f78 rsp = 0x000070000e022f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000e023028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 18
0 libsystem_kernel.dylib + 0x19eb6
rax = 0x000000000200005d rdx = 0x0000000000000000
rcx = 0x000070000e825e18 rbx = 0x000070000e825ea8
rsi = 0x000070000e825e20 rdi = 0x0000000000000009
rbp = 0x000070000e825ed0 rsp = 0x000070000e825e18
r8 = 0x000070000e825ea8 r9 = 0x00000000007d0200
r10 = 0x0000000000000000 r11 = 0x0000000000000287
r12 = 0x000000010964ae90 r13 = 0x000000000000b803
r14 = 0x000070000e825e20 r15 = 0x0000000000000009
rip = 0x0000000108935eb6
Found by: given as instruction pointer in context
1 Electron Framework!<name omitted> [node_bindings.cc : 293 + 0x9]
rbp = 0x000070000e825ef0 rsp = 0x000070000e825ee0
rip = 0x000000010964aecf
Found by: previous frame's frame pointer
2 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000e825f10 rsp = 0x000070000e825f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000e825f50 rsp = 0x000070000e825f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000e825f78 rsp = 0x000070000e825f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
5 Electron Framework + 0x110e90
rsp = 0x000070000e826028 rip = 0x000000010964ae90
Found by: stack scanning
Thread 19
0 libsystem_kernel.dylib + 0x1234a
rax = 0x0000000000000000 rdx = 0x0000000000000000
rcx = 0x000070000ea30ec8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000ea31040
rbp = 0x000070000ea30f10 rsp = 0x000070000ea30ec8
r8 = 0x0000000000010303 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000ea31040 r15 = 0x0000000000010303
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000ea30f80 rsp = 0x000070000ea30f20
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000ea31c70 rsp = 0x000070000ea30f90
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000ea31d00 rsp = 0x000070000ea31c80
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 AppKit + 0x193f02
rbp = 0x000070000ea31ef0 rsp = 0x000070000ea31d10
rip = 0x00007fffc86d1f02
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000ea31f10 rsp = 0x000070000ea31f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000ea31f50 rsp = 0x000070000ea31f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000ea31f78 rsp = 0x000070000ea31f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
8 AppKit + 0x193e35
rsp = 0x000070000ea32028 rip = 0x00007fffc86d1e35
Found by: stack scanning
Thread 20
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000ea3c068 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000ea3c1e0
rbp = 0x000070000ea3c0b0 rsp = 0x000070000ea3c068
r8 = 0x0000000000011d03 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000ea3c1e0 r15 = 0x0000000000011d03
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000ea3c120 rsp = 0x000070000ea3c0c0
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000ea3ce10 rsp = 0x000070000ea3c130
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000ea3cea0 rsp = 0x000070000ea3ce20
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 CoreFoundation + 0xc6b91
rbp = 0x000070000ea3ced0 rsp = 0x000070000ea3ceb0
rip = 0x00007fffcaac9b91
Found by: previous frame's frame pointer
5 libnode.dylib!uv__cf_loop_runner [fsevents.c : 725 + 0x6]
rbp = 0x000070000ea3cef0 rsp = 0x000070000ea3cee0
rip = 0x000000010688bb26
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000ea3cf10 rsp = 0x000070000ea3cf00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000ea3cf50 rsp = 0x000070000ea3cf20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000ea3cf78 rsp = 0x000070000ea3cf60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
9 libnode.dylib + 0x166ae0
rsp = 0x000070000ea3d028 rip = 0x000000010688bae0
Found by: stack scanning
Thread 21
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000f23edc8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000f23ef40
rbp = 0x000070000f23ee10 rsp = 0x000070000f23edc8
r8 = 0x0000000000012903 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000f23ef40 r15 = 0x0000000000012903
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000f23ee80 rsp = 0x000070000f23ee20
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000f23fb70 rsp = 0x000070000f23ee90
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000f23fc00 rsp = 0x000070000f23fb80
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Foundation + 0x224e2
rbp = 0x000070000f23fc40 rsp = 0x000070000f23fc10
rip = 0x00007fffcc49d4e2
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 580 + 0x10]
rbp = 0x000070000f23fc90 rsp = 0x000070000f23fc50
rip = 0x000000010976d65e
Found by: previous frame's frame pointer
6 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000f23fcc0 rsp = 0x000070000f23fca0
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000f23fe10 rsp = 0x000070000f23fcd0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
8 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000f23fe50 rsp = 0x000070000f23fe20
rip = 0x000000010977df33
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000f23fec0 rsp = 0x000070000f23fe60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
10 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000f23fef0 rsp = 0x000070000f23fed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000f23ff10 rsp = 0x000070000f23ff00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000f23ff50 rsp = 0x000070000f23ff20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000f23ff78 rsp = 0x000070000f23ff60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000f240028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 22
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000029c00
rcx = 0x000070000fa42ac8 rbx = 0x0000000000029c00
rsi = 0x00029c0100029d00 rdi = 0x00007fa257e0a8d8
rbp = 0x000070000fa42b60 rsp = 0x000070000fa42ac8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00007fa257e0a8d8 r13 = 0x0000000000000016
r14 = 0x00029c0100029d00 r15 = 0x0000000000029d00
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x000070000fa42b90 rsp = 0x000070000fa42b70
rip = 0x000000010972dffb
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1083 + 0x13]
rbp = 0x000070000fa42e50 rsp = 0x000070000fa42ba0
rip = 0x00000001097808e1
Found by: previous frame's frame pointer
3 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x000070000fa42e80 rsp = 0x000070000fa42e60
rip = 0x000000010977fec6
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x000070000fa42ec0 rsp = 0x000070000fa42e90
rip = 0x000000010978455d
Found by: previous frame's frame pointer
5 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000fa42ef0 rsp = 0x000070000fa42ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000fa42f10 rsp = 0x000070000fa42f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000fa42f50 rsp = 0x000070000fa42f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000fa42f78 rsp = 0x000070000fa42f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000fa43028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 23
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x0000700010244e18 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x0000700010244f90
rbp = 0x0000700010244e60 rsp = 0x0000700010244e18
r8 = 0x0000000000017003 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x0000700010244f90 r15 = 0x0000000000017003
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x0000700010244ed0 rsp = 0x0000700010244e70
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x0000700010245bc0 rsp = 0x0000700010244ee0
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x0000700010245c50 rsp = 0x0000700010245bd0
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x0000700010245c90 rsp = 0x0000700010245c60
rip = 0x000000010976d3bf
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x0000700010245cc0 rsp = 0x0000700010245ca0
rip = 0x000000010976ce9c
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x0000700010245e10 rsp = 0x0000700010245cd0
rip = 0x00000001097693de
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x0000700010245e50 rsp = 0x0000700010245e20
rip = 0x000000010977df33
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x0000700010245ec0 rsp = 0x0000700010245e60
rip = 0x0000000109796892
Found by: previous frame's frame pointer
9 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700010245ef0 rsp = 0x0000700010245ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700010245f10 rsp = 0x0000700010245f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700010245f50 rsp = 0x0000700010245f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700010245f78 rsp = 0x0000700010245f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700010246028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 24
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x00007000102c86e8 rbx = 0x0000000000000000
rsi = 0x0000000000000002 rdi = 0x0000000110b14000
rbp = 0x00007000102c8730 rsp = 0x00007000102c86e8
r8 = 0x000000000000381f r9 = 0x0000000000000000
r10 = 0x0000000000000030 r11 = 0x0000000000000202
r12 = 0x0000000000000030 r13 = 0x0000000000000000
r14 = 0x0000000110b14000 r15 = 0x000000000000381f
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 Electron Framework!crashpad::(anonymous namespace)::MachMessageWithDeadlineInternal(mach_msg_header_t*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) [mach_message.cc : 111 + 0x14]
rbp = 0x00007000102c8780 rsp = 0x00007000102c8740
rip = 0x00000001096b8a23
Found by: previous frame's frame pointer
2 Electron Framework!crashpad::MachMessageWithDeadline(mach_msg_header_t*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) [mach_message.cc : 182 + 0x29]
rbp = 0x00007000102c87d0 rsp = 0x00007000102c8790
rip = 0x00000001096b897c
Found by: previous frame's frame pointer
3 Electron Framework!crashpad::(anonymous namespace)::MachMessageAllocateReceive(crashpad::(anonymous namespace)::MachMessageBuffer*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) [mach_message_server.cc : 104 + 0x1e]
rbp = 0x00007000102c8820 rsp = 0x00007000102c87e0
rip = 0x00000001096b9307
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [mach_message_server.cc : 165 + 0x19]
rbp = 0x00007000102c8d70 rsp = 0x00007000102c8830
rip = 0x00000001096b9068
Found by: previous frame's frame pointer
5 Electron Framework!crashpad::(anonymous namespace)::HandlerStarter::RestartThreadMain(void*) [crashpad_client_mac.cc : 497 + 0x18]
rbp = 0x00007000102c8ef0 rsp = 0x00007000102c8d80
rip = 0x00000001096b2312
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000102c8f10 rsp = 0x00007000102c8f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000102c8f50 rsp = 0x00007000102c8f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000102c8f78 rsp = 0x00007000102c8f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
9 Electron Framework + 0x1782c0
rsp = 0x00007000102c9028 rip = 0x00000001096b22c0
Found by: stack scanning
Thread 25
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000300
rcx = 0x00007000112ceaf8 rbx = 0x0000000000000300
rsi = 0x0000030100000400 rdi = 0x00007fa257e4d348
rbp = 0x00007000112ceb90 rsp = 0x00007000112ceaf8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007fa257e4d348 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x00007000112cf000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1080 + 0xc]
rbp = 0x00007000112cee50 rsp = 0x00007000112ceba0
rip = 0x000000010978081f
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x00007000112cee80 rsp = 0x00007000112cee60
rip = 0x000000010977fec6
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x00007000112ceec0 rsp = 0x00007000112cee90
rip = 0x000000010978455d
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x00007000112ceef0 rsp = 0x00007000112ceed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000112cef10 rsp = 0x00007000112cef00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000112cef50 rsp = 0x00007000112cef20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000112cef78 rsp = 0x00007000112cef60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x00007000112cf028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 26
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000e8a7d98 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000e8a7f10
rbp = 0x000070000e8a7de0 rsp = 0x000070000e8a7d98
r8 = 0x0000000000019913 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000e8a7f10 r15 = 0x0000000000019913
rip = 0x000000010892e34a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000e8a7e50 rsp = 0x000070000e8a7df0
rip = 0x00007fffcaa8b434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000e8a8b40 rsp = 0x000070000e8a7e60
rip = 0x00007fffcaa8a8c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000e8a8bd0 rsp = 0x000070000e8a8b50
rip = 0x00007fffcaa8a114
Found by: previous frame's frame pointer
4 CFNetwork + 0x6734
rbp = 0x000070000e8a8c70 rsp = 0x000070000e8a8be0
rip = 0x000000010807d734
Found by: previous frame's frame pointer
5 Foundation + 0x32b3d
rbp = 0x000070000e8a8ef0 rsp = 0x000070000e8a8c80
rip = 0x00007fffcc4adb3d
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000e8a8f10 rsp = 0x000070000e8a8f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000e8a8f50 rsp = 0x000070000e8a8f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000e8a8f78 rsp = 0x000070000e8a8f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
9 Foundation + 0x32662
rsp = 0x000070000e8a9028 rip = 0x00007fffcc4ad662
Found by: stack scanning
Thread 27
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000200
rcx = 0x00007000113d4d58 rbx = 0x0000000000000200
rsi = 0x0000020100000300 rdi = 0x00007fffe5fdc188
rbp = 0x00007000113d4df0 rsp = 0x00007000113d4d58
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007fffe5fdc188 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x00007000113d5000
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 libc++.1.dylib + 0x74cd
rbp = 0x00007000113d4e10 rsp = 0x00007000113d4e00
rip = 0x00007fffded9d4cd
Found by: previous frame's frame pointer
2 JavaScriptCore + 0xb7254c
rbp = 0x00007000113d4e50 rsp = 0x00007000113d4e20
rip = 0x00007fffcda9554c
Found by: previous frame's frame pointer
3 JavaScriptCore + 0xb724cb
rbp = 0x00007000113d4ea0 rsp = 0x00007000113d4e60
rip = 0x00007fffcda954cb
Found by: previous frame's frame pointer
4 JavaScriptCore + 0xb7239d
rbp = 0x00007000113d4ec0 rsp = 0x00007000113d4eb0
rip = 0x00007fffcda9539d
Found by: previous frame's frame pointer
5 JavaScriptCore + 0xb7264d
rbp = 0x00007000113d4ef0 rsp = 0x00007000113d4ed0
rip = 0x00007fffcda9564d
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000113d4f10 rsp = 0x00007000113d4f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000113d4f50 rsp = 0x00007000113d4f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000113d4f78 rsp = 0x00007000113d4f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
9 JavaScriptCore + 0xb725f0
rsp = 0x00007000113d5028 rip = 0x00007fffcda955f0
Found by: stack scanning
Thread 28
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000029c00
rcx = 0x00007000133e0ac8 rbx = 0x0000000000029c00
rsi = 0x00029c0000029e00 rdi = 0x00007fa257e0a8d8
rbp = 0x00007000133e0b60 rsp = 0x00007000133e0ac8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00007fa257e0a8d8 r13 = 0x0000000000000016
r14 = 0x00029c0000029e00 r15 = 0x0000000000029e00
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x00007000133e0b90 rsp = 0x00007000133e0b70
rip = 0x000000010972dffb
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1083 + 0x13]
rbp = 0x00007000133e0e50 rsp = 0x00007000133e0ba0
rip = 0x00000001097808e1
Found by: previous frame's frame pointer
3 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x00007000133e0e80 rsp = 0x00007000133e0e60
rip = 0x000000010977fec6
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x00007000133e0ec0 rsp = 0x00007000133e0e90
rip = 0x000000010978455d
Found by: previous frame's frame pointer
5 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x00007000133e0ef0 rsp = 0x00007000133e0ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000133e0f10 rsp = 0x00007000133e0f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000133e0f50 rsp = 0x00007000133e0f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000133e0f78 rsp = 0x00007000133e0f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x00007000133e1028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 29
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000143400
rcx = 0x0000700014be9c28 rbx = 0x0000000000143400
rsi = 0x0014340000143800 rdi = 0x00006080001c3f38
rbp = 0x0000700014be9cc0 rsp = 0x0000700014be9c28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001c3f38 r13 = 0x0000000000000016
r14 = 0x0014340000143800 r15 = 0x0000000000143800
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700014be9cf0 rsp = 0x0000700014be9cd0
rip = 0x000000010972dffb
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x0000700014be9d90 rsp = 0x0000700014be9d00
rip = 0x00000001097bf569
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x0000700014be9ec0 rsp = 0x0000700014be9da0
rip = 0x00000001097bf9c7
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700014be9ef0 rsp = 0x0000700014be9ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700014be9f10 rsp = 0x0000700014be9f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700014be9f50 rsp = 0x0000700014be9f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700014be9f78 rsp = 0x0000700014be9f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700014bea028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 30
0 libsystem_kernel.dylib + 0x1a44e
rax = 0x0000000002000170 rdx = 0x0000000000000001
rcx = 0x0000700004f629d8 rbx = 0x000000004000005f
rsi = 0x0000700004f62b80 rdi = 0x0000000000000040
rbp = 0x0000700004f62a30 rsp = 0x0000700004f629d8
r8 = 0xffdfffe000000000 r9 = 0x00006000000f76dc
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00000000030020ff r13 = 0x0000700004f63000
r14 = 0x0000000003000000 r15 = 0x0000000000014057
rip = 0x000000010893644e
Found by: given as instruction pointer in context
1 libsystem_pthread.dylib + 0x307d
rbp = 0x0000700004f62a58 rsp = 0x0000700004f62a40
rip = 0x0000000108a7a07d
Found by: previous frame's frame pointer
2 libsystem_pthread.dylib + 0x348e
rsp = 0x0000700004f62a80 rip = 0x0000000108a7a48e
Found by: stack scanning
3 libsystem_pthread.dylib + 0x307d
rsp = 0x0000700004f62ae0 rip = 0x0000000108a7a07d
Found by: stack scanning
4 libdispatch.dylib + 0x1b483
rsp = 0x0000700004f62bf0 rip = 0x000000010878d483
Found by: stack scanning
5 libdispatch.dylib + 0x177db
rsp = 0x0000700004f62c40 rip = 0x00000001087897db
Found by: stack scanning
6 libobjc.A.dylib + 0x1de0e
rsp = 0x0000700004f62c60 rip = 0x00007fffdf927e0e
Found by: stack scanning
7 libobjc.A.dylib + 0x1de0e
rsp = 0x0000700004f62c80 rip = 0x00007fffdf927e0e
Found by: stack scanning
8 libobjc.A.dylib + 0x9901
rsp = 0x0000700004f62cc0 rip = 0x00007fffdf913901
Found by: stack scanning
9 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700004f62d00 rip = 0x00000001089ade2c
Found by: stack scanning
10 libobjc.A.dylib + 0x9629
rsp = 0x0000700004f62d10 rip = 0x00007fffdf913629
Found by: stack scanning
11 libdispatch.dylib + 0x18fc
rsp = 0x0000700004f62d20 rip = 0x00000001087738fc
Found by: stack scanning
12 libdispatch.dylib + 0x179a0
rsp = 0x0000700004f62d40 rip = 0x00000001087899a0
Found by: stack scanning
13 libdispatch.dylib + 0x4a55
rsp = 0x0000700004f62de0 rip = 0x0000000108776a55
Found by: stack scanning
14 QuartzCore + 0x140ce
rsp = 0x0000700004f62e00 rip = 0x00007fffd05b80ce
Found by: stack scanning
15 libdispatch.dylib + 0x38ff
rsp = 0x0000700004f62e90 rip = 0x00000001087758ff
Found by: stack scanning
16 libdispatch.dylib + 0x348c
rsp = 0x0000700004f62ef0 rip = 0x000000010877548c
Found by: stack scanning
17 libsystem_pthread.dylib + 0x3621
rsp = 0x0000700004f62f00 rip = 0x0000000108a7a621
Found by: stack scanning
18 libsystem_pthread.dylib + 0x307d
rsp = 0x0000700004f62f60 rip = 0x0000000108a7a07d
Found by: stack scanning
19 libdispatch.dylib + 0x1aed9
rsp = 0x0000700004f63028 rip = 0x000000010878ced9
Found by: stack scanning
Thread 31
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000143600
rcx = 0x0000700010acbc28 rbx = 0x0000000000143600
rsi = 0x0014360000143a00 rdi = 0x00006080001c3f38
rbp = 0x0000700010acbcc0 rsp = 0x0000700010acbc28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001c3f38 r13 = 0x0000000000000016
r14 = 0x0014360000143a00 r15 = 0x0000000000143a00
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700010acbcf0 rsp = 0x0000700010acbcd0
rip = 0x000000010972dffb
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x0000700010acbd90 rsp = 0x0000700010acbd00
rip = 0x00000001097bf569
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x0000700010acbec0 rsp = 0x0000700010acbda0
rip = 0x00000001097bf9c7
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700010acbef0 rsp = 0x0000700010acbed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700010acbf10 rsp = 0x0000700010acbf00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700010acbf50 rsp = 0x0000700010acbf20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700010acbf78 rsp = 0x0000700010acbf60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700010acc028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 32
0 libsystem_kernel.dylib + 0x1a44e
rax = 0x0000000002000170 rdx = 0x0000000000000000
rcx = 0x0000700004edfef8 rbx = 0x000000004000005f
rsi = 0x0000000000000000 rdi = 0x0000000000000004
rbp = 0x0000700004edff50 rsp = 0x0000700004edfef8
r8 = 0x0000000000000c82 r9 = 0x0000000000000c83
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00000000800020ff r13 = 0x0000700004ee0000
r14 = 0x0000000080000000 r15 = 0x000000000001308f
rip = 0x000000010893644e
Found by: given as instruction pointer in context
1 libsystem_pthread.dylib + 0x307d
rbp = 0x0000700004edff78 rsp = 0x0000700004edff60
rip = 0x0000000108a7a07d
Found by: previous frame's frame pointer
2 libdispatch.dylib + 0x3429
rsp = 0x0000700004ee0028 rip = 0x0000000108775429
Found by: stack scanning
Thread 33
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000143300
rcx = 0x0000700005765c28 rbx = 0x0000000000143300
rsi = 0x0014330000143700 rdi = 0x00006080001c3f38
rbp = 0x0000700005765cc0 rsp = 0x0000700005765c28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001c3f38 r13 = 0x0000000000000016
r14 = 0x0014330000143700 r15 = 0x0000000000143700
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700005765cf0 rsp = 0x0000700005765cd0
rip = 0x000000010972dffb
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x0000700005765d90 rsp = 0x0000700005765d00
rip = 0x00000001097bf569
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x0000700005765ec0 rsp = 0x0000700005765da0
rip = 0x00000001097bf9c7
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700005765ef0 rsp = 0x0000700005765ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700005765f10 rsp = 0x0000700005765f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700005765f50 rsp = 0x0000700005765f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700005765f78 rsp = 0x0000700005765f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700005766028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 34
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000143500
rcx = 0x0000700005f68c28 rbx = 0x0000000000143500
rsi = 0x0014350000143900 rdi = 0x00006080001c3f38
rbp = 0x0000700005f68cc0 rsp = 0x0000700005f68c28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001c3f38 r13 = 0x0000000000000016
r14 = 0x0014350000143900 r15 = 0x0000000000143900
rip = 0x0000000108935bf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700005f68cf0 rsp = 0x0000700005f68cd0
rip = 0x000000010972dffb
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x0000700005f68d90 rsp = 0x0000700005f68d00
rip = 0x00000001097bf569
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x0000700005f68ec0 rsp = 0x0000700005f68da0
rip = 0x00000001097bf9c7
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700005f68ef0 rsp = 0x0000700005f68ed0
rip = 0x0000000109773fc7
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700005f68f10 rsp = 0x0000700005f68f00
rip = 0x0000000108a7a93b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700005f68f50 rsp = 0x0000700005f68f20
rip = 0x0000000108a7a887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700005f68f78 rsp = 0x0000700005f68f60
rip = 0x0000000108a7a08d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700005f69028 rip = 0x0000000109773f70
Found by: stack scanning
Thread 35
0 libsystem_pthread.dylib + 0x3070
rax = 0x0000000002000170 rdx = 0x0000700005f6c000
rcx = 0x0000700005febb80 rbx = 0x000000004000005f
rsi = 0x0000000000021bc3 rdi = 0x0000700005fec000
rbp = 0x0000000000000000 rsp = 0x0000700005feb340
r8 = 0x00000000002e0015 r9 = 0x0000000000000001
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00000000800010ff r13 = 0x0000700005fec000
r14 = 0x0000000080000000 r15 = 0x0000000000021bc3
rip = 0x0000000108a7a070
Found by: given as instruction pointer in context
1 libobjc.A.dylib + 0x9591
rsp = 0x0000700005feb350 rip = 0x00007fffdf913591
Found by: stack scanning
2 libdispatch.dylib + 0x2869
rsp = 0x0000700005feb370 rip = 0x0000000108774869
Found by: stack scanning
3 libdispatch.dylib + 0x177db
rsp = 0x0000700005feb3a0 rip = 0x00000001087897db
Found by: stack scanning
Thread 36
0 libsystem_kernel.dylib + 0x1a44e
rax = 0x0000000002000170 rdx = 0x0000000000000000
rcx = 0x000070000e92bef8 rbx = 0x000000004000005f
rsi = 0x0000000000000000 rdi = 0x0000000000000004
rbp = 0x000070000e92bf50 rsp = 0x000070000e92bef8
r8 = 0x0000000000000040 r9 = 0x0000600000168580
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00000000000010ff r13 = 0x000070000e92c000
r14 = 0x0000000000000000 r15 = 0x000000000002157f
rip = 0x000000010893644e
Found by: given as instruction pointer in context
1 libsystem_pthread.dylib + 0x307d
rbp = 0x000070000e92bf78 rsp = 0x000070000e92bf60
rip = 0x0000000108a7a07d
Found by: previous frame's frame pointer
2 libdispatch.dylib + 0x3429
rsp = 0x000070000e92c028 rip = 0x0000000108775429
Found by: stack scanning
Loaded modules:
0x1065c0000 - 0x1065c0fff Electron 0.0.0.0 (main) (WARNING: No symbols, Electron, 5AC448E8732C3E938EE44B8DEEC0D3C40)
0x1065cb000 - 0x1065e5fff Squirrel 1.0.0.0
0x10660f000 - 0x106672fff ReactiveCocoa 1.0.0.0
0x1066ef000 - 0x106703fff Mantle 1.0.0.0
0x10671e000 - 0x10671ffff libSystem.B.dylib 1238.60.2.0
0x106725000 - 0x1075b1fff libnode.dylib 0.0.0.0
0x107863000 - 0x1078f9fff IOKit 275.0.0.0
0x10793d000 - 0x1079affff libffmpeg.dylib 0.0.0.0
0x107b08000 - 0x107cc9fff AVFoundation 2.0.0.0
0x107e93000 - 0x107f44fff CoreMedia 1.0.0.0
0x107fbf000 - 0x107ffdfff CoreMIDI 69.0.0.0
0x108025000 - 0x10805efff libsandbox.1.dylib 1.0.0.0
0x108077000 - 0x108451fff CFNetwork 811.5.4.0 (WARNING: No symbols, CFNetwork, 4DBF893262863B2387D963615B9958D90)
0x108772000 - 0x1087a3fff libdispatch.dylib 703.50.37.0 (WARNING: No symbols, libdispatch.dylib, 6582BAD6ED273B30B62090B1C5A4AE3C0)
0x1087dd000 - 0x1087e2fff libdyld.dylib 433.5.0.0 (WARNING: No symbols, libdyld.dylib, EC3D88D23D4032748E26362C2D7352C80)
0x1087eb000 - 0x1087ebfff liblaunch.dylib 972.60.2.0
0x1087f3000 - 0x1087f8fff libmacho.dylib 898.0.0.0
0x1087ff000 - 0x108801fff libquarantine.dylib 85.50.1.0
0x108808000 - 0x108895fff libsystem_c.dylib 1158.50.2.0
0x1088bd000 - 0x1088c0fff libsystem_configuration.dylib 888.60.2.0
0x1088c8000 - 0x1088cbfff libsystem_coreservices.dylib 41.4.0.0
0x1088d1000 - 0x1088d7fff libsystem_dnssd.dylib 765.50.9.0
0x1088dd000 - 0x108906fff libsystem_info.dylib 503.50.4.0
0x10891c000 - 0x10893efff libsystem_kernel.dylib 3789.60.24.0 (WARNING: No symbols, libsystem_kernel.dylib, 6E9E485F91F636B7A125AE91DC978BCC0)
0x108956000 - 0x10899dfff libsystem_m.dylib 3121.6.0.0
0x1089aa000 - 0x1089c8fff libsystem_malloc.dylib 116.50.8.0 (WARNING: No symbols, libsystem_malloc.dylib, A3D15F1799A633678C7E4280E8619C950)
0x1089d5000 - 0x108a2efff libsystem_network.dylib 1.0.0.0
0x108a51000 - 0x108a5afff libsystem_networkextension.dylib 1.0.0.0
0x108a66000 - 0x108a6efff libsystem_platform.dylib 126.50.8.0
0x108a77000 - 0x108a81fff libsystem_pthread.dylib 218.60.3.0 (WARNING: No symbols, libsystem_pthread.dylib, B8FB5E20329539E2B5EBB464D1D4B1040)
0x108a8e000 - 0x108a91fff libsystem_sandbox.dylib 592.60.1.0
0x108a98000 - 0x108a99fff libsystem_secinit.dylib 24.50.4.0
0x108a9f000 - 0x108aa6fff libsystem_symptoms.dylib 1.0.0.0
0x108aad000 - 0x108ac0fff libsystem_trace.dylib 518.60.2.0
0x108acf000 - 0x108af8fff libxpc.dylib 972.60.2.0
0x108b18000 - 0x108c65fff libsqlite3.dylib 254.7.0.0
0x108c85000 - 0x108cfffff libnetwork.dylib 1.0.0.0
0x108d3a000 - 0x108d46fff libkxld.dylib 1.0.0.0
0x108d4c000 - 0x108d4ffff ServiceManagement 972.60.2.0
0x108d57000 - 0x108e03fff CoreDisplay 1.0.0.0
0x108e3f000 - 0x1091edfff VideoToolbox 1.0.0.0
0x109243000 - 0x10924afff libMatch.1.dylib 1.0.0.0
0x10924f000 - 0x109268fff libexpat.1.dylib 8.0.0.0
0x1094af000 - 0x1094ecfff dyld 0.0.0.0
0x10953a000 - 0x10d1bafff Electron Framework 0.0.0.0
0x10d800000 - 0x10dd39fff MediaToolbox 1.0.0.0
0x110800000 - 0x110817fff libCGInterfaces.dylib 331.5.0.0
0x1108e0000 - 0x11090afff GLRendererFloat 65535.0.0.0
0x11267c000 - 0x112822fff GLEngine 65535.0.0.0
0x112861000 - 0x112db0fff AppleIntelBDWGraphicsGLDriver 0.0.0.0
0x112fcb000 - 0x11304afff AppleIntelBDWGraphicsMTLDriver 0.0.0.0
0x113131000 - 0x113133fff keymapping.node 0.0.0.0
0x115e34000 - 0x115e4efff csparser 0.0.0.0
0x7fffc56b5000 - 0x7fffc59fafff RawCamera 0.0.0.0
0x7fffc73f3000 - 0x7fffc7495fff AVFAudio 1.0.0.0
0x7fffc7496000 - 0x7fffc755ffff AVKit 1.0.0.0
0x7fffc7560000 - 0x7fffc7560fff Accelerate 4.0.0.0
0x7fffc7579000 - 0x7fffc7a92fff vImage 331.5.0.0
0x7fffc7a93000 - 0x7fffc7c04fff libBLAS.dylib 1.0.0.0
0x7fffc7c05000 - 0x7fffc7c19fff libBNNS.dylib 1.0.0.0
0x7fffc7c1a000 - 0x7fffc8010fff libLAPACK.dylib 1.0.0.0
0x7fffc8011000 - 0x7fffc8027fff libLinearAlgebra.dylib 1.0.0.0
0x7fffc8028000 - 0x7fffc802efff libQuadrature.dylib 1.0.0.0
0x7fffc802f000 - 0x7fffc8043fff libSparseBLAS.dylib 1.0.0.0
0x7fffc8044000 - 0x7fffc81cbfff libvDSP.dylib 600.60.1.0
0x7fffc81cc000 - 0x7fffc827efff libvMisc.dylib 600.60.1.0
0x7fffc827f000 - 0x7fffc827ffff vecLib 600.60.1.0
0x7fffc8280000 - 0x7fffc82bdfff Accounts 0.0.0.0
0x7fffc82be000 - 0x7fffc853dfff AddressBook 1756.20.0.0
0x7fffc853e000 - 0x7fffc9317fff AppKit 1504.83.101.0 (WARNING: No symbols, AppKit, EC7BD195F9E13E43820A5FDD0B2B0B670)
0x7fffc9329000 - 0x7fffc9329fff ApplicationServices 48.0.0.0
0x7fffc932a000 - 0x7fffc9398fff ATS 236.0.0.0
0x7fffc9432000 - 0x7fffc9561fff libFontParser.dylib 1.0.0.0
0x7fffc9562000 - 0x7fffc95acfff libFontRegistry.dylib 1.0.0.0
0x7fffc9609000 - 0x7fffc963cfff libTrueTypeScaler.dylib 1.0.0.0
0x7fffc96a9000 - 0x7fffc9753fff ColorSync 4.7.0.0
0x7fffc9754000 - 0x7fffc97a5fff HIServices 592.1.0.0
0x7fffc97a6000 - 0x7fffc97b5fff LangAnalysis 1.0.0.0
0x7fffc97b6000 - 0x7fffc9803fff PrintCore 491.0.0.0
0x7fffc9804000 - 0x7fffc983ffff QD 302.0.0.0
0x7fffc9840000 - 0x7fffc984bfff SpeechSynthesis 1.0.0.0
0x7fffc984c000 - 0x7fffc9a58fff AudioToolbox 492.0.0.0
0x7fffc9a59000 - 0x7fffc9a59fff AudioUnit 1.0.0.0
0x7fffc9fb6000 - 0x7fffc9fb6fff Carbon 157.0.0.0
0x7fffc9fb7000 - 0x7fffc9fbafff CommonPanels 98.0.0.0
0x7fffc9fbb000 - 0x7fffca2c4fff HIToolbox 857.8.0.0
0x7fffca2c5000 - 0x7fffca2c8fff Help 1.0.0.0
0x7fffca2c9000 - 0x7fffca2cefff ImageCapture 5.0.0.0
0x7fffca2cf000 - 0x7fffca366fff Ink 219.0.0.0
0x7fffca367000 - 0x7fffca381fff OpenScripting 1.0.0.0
0x7fffca382000 - 0x7fffca383fff Print 267.0.0.0
0x7fffca384000 - 0x7fffca386fff SecurityHI 55006.0.0.0
0x7fffca387000 - 0x7fffca38dfff SpeechRecognition 1.0.0.0
0x7fffca38e000 - 0x7fffca46dfff CloudKit 651.14.0.0
0x7fffca46e000 - 0x7fffca46efff Cocoa 22.0.0.0
0x7fffca5b8000 - 0x7fffca645fff CoreAudio 1.0.0.0
0x7fffca646000 - 0x7fffca659fff CoreBluetooth 1.0.0.0
0x7fffca65a000 - 0x7fffca955fff CoreData 754.2.0.0
0x7fffcaa03000 - 0x7fffcae9cfff CoreFoundation 1349.8.0.0 (WARNING: No symbols, CoreFoundation, 09ED473E5DE8307FB55C16F6419236D50)
0x7fffcae9d000 - 0x7fffcb51ffff CoreGraphics 1070.22.0.0
0x7fffcb520000 - 0x7fffcb763fff CoreImage 5.0.0.0
0x7fffcb764000 - 0x7fffcb7c9fff CoreLocation 2101.0.63.0
0x7fffcb87c000 - 0x7fffcb8c7fff CoreMediaIO 1.0.0.0
0x7fffcb8c8000 - 0x7fffcb8c8fff CoreServices 775.19.0.0
0x7fffcb8c9000 - 0x7fffcb91afff AE 712.5.0.0
0x7fffcb91b000 - 0x7fffcbbf6fff CarbonCore 1159.6.0.0
0x7fffcbbf7000 - 0x7fffcbc2afff DictionaryServices 1.0.0.0
0x7fffcbc2b000 - 0x7fffcbc33fff FSEvents 1230.50.1.0
0x7fffcbc34000 - 0x7fffcbda0fff LaunchServices 775.19.0.0
0x7fffcbda1000 - 0x7fffcbe51fff Metadata 1075.40.0.0
0x7fffcbe52000 - 0x7fffcbeb1fff OSServices 775.19.0.0
0x7fffcbeb2000 - 0x7fffcbf22fff SearchKit 200.1.0.0
0x7fffcbf23000 - 0x7fffcbf68fff SharedFileList 38.0.0.0
0x7fffcbff1000 - 0x7fffcc13efff CoreText 1.0.0.0
0x7fffcc13f000 - 0x7fffcc174fff CoreVideo 1.5.0.0
0x7fffcc175000 - 0x7fffcc1e6fff CoreWLAN 1.0.0.0
0x7fffcc219000 - 0x7fffcc224fff DirectoryService 1.0.0.0
0x7fffcc225000 - 0x7fffcc2e3fff DiscRecording 1.0.0.0
0x7fffcc2e4000 - 0x7fffcc2e9fff DiskArbitration 1.0.0.0
0x7fffcc47b000 - 0x7fffcc821fff Foundation 1349.81.0.0 (WARNING: No symbols, Foundation, 730B7944BB4335D5A5469F6CCED4B9F30)
0x7fffcc84d000 - 0x7fffcc87efff GSS 1.0.0.0
0x7fffcc87f000 - 0x7fffcc897fff GameController 1.0.0.0
0x7fffcc93e000 - 0x7fffcc9e1fff IOBluetooth 1.0.0.0
0x7fffcca78000 - 0x7fffcca7efff IOSurface 1.0.0.0
0x7fffcca7f000 - 0x7fffccad0fff ImageCaptureCore 1.0.0.0
0x7fffccad1000 - 0x7fffccc31fff ImageIO 1.0.0.0
0x7fffccc32000 - 0x7fffccc36fff libGIF.dylib 1.0.0.0
0x7fffccc37000 - 0x7fffccd27fff libJP2.dylib 1.0.0.0
0x7fffccd28000 - 0x7fffccd4bfff libJPEG.dylib 1.0.0.0
0x7fffccd4c000 - 0x7fffccd73fff libPng.dylib 1.0.0.0
0x7fffccd74000 - 0x7fffccd76fff libRadiance.dylib 1.0.0.0
0x7fffccd77000 - 0x7fffccdc5fff libTIFF.dylib 1.0.0.0
0x7fffccf23000 - 0x7fffcdb2bfff JavaScriptCore 603.2.4.0 (WARNING: No symbols, JavaScriptCore, FFD3738105F43907BD3174CFC3D7868F0)
0x7fffcdb2c000 - 0x7fffcdb45fff Kerberos 6.0.0.0
0x7fffcdb46000 - 0x7fffcdb7cfff LDAP 2.4.0.0
0x7fffcddce000 - 0x7fffcddd4fff MediaAccessibility 62.0.0.0
0x7fffce324000 - 0x7fffce37ffff Metal 1.0.0.0
0x7fffcec68000 - 0x7fffcec70fff NetFS 1.0.0.0
0x7fffcee47000 - 0x7fffcee4ffff libcldcpuengine.dylib 2.8.5.0
0x7fffcee50000 - 0x7fffcee9efff OpenCL 1.0.0.0
0x7fffcee9f000 - 0x7fffceeb8fff CFOpenDirectory 1.0.0.0
0x7fffceeb9000 - 0x7fffceec4fff OpenDirectory 1.0.0.0
0x7fffceec5000 - 0x7fffceec7fff libCVMSPluginSupport.dylib 1.0.0.0
0x7fffceec8000 - 0x7fffceecbfff libCoreFSCache.dylib 1.0.0.0
0x7fffceecc000 - 0x7fffceed0fff libCoreVMClient.dylib 1.0.0.0
0x7fffceed1000 - 0x7fffceedafff libGFXShared.dylib 1.0.0.0
0x7fffceedb000 - 0x7fffceee6fff libGL.dylib 1.0.0.0
0x7fffceee7000 - 0x7fffcef23fff libGLImage.dylib 1.0.0.0
0x7fffcef24000 - 0x7fffcf09afff libGLProgrammability.dylib 1.0.0.0
0x7fffcf09b000 - 0x7fffcf0dcfff libGLU.dylib 1.0.0.0
0x7fffcfa44000 - 0x7fffcfa52fff OpenGL 1.0.0.0
0x7fffcfaef000 - 0x7fffcfc36fff QTKit 1.0.0.0
0x7fffcfc37000 - 0x7fffcfea1fff ImageKit 1.0.0.0
0x7fffcfea2000 - 0x7fffcff69fff PDFKit 1.0.0.0
0x7fffcff6a000 - 0x7fffd0490fff QuartzComposer 168.0.0.0
0x7fffd0491000 - 0x7fffd04b4fff QuartzFilters 1.0.0.0
0x7fffd04b5000 - 0x7fffd05a2fff QuickLookUI 0.0.0.0
0x7fffd05a3000 - 0x7fffd05a3fff Quartz 1.0.0.0
0x7fffd05a4000 - 0x7fffd07a4fff QuartzCore 1.11.0.0 (WARNING: No symbols, QuartzCore, AB46D60D17A83122800E2A9DA604FCBA0)
0x7fffd07a5000 - 0x7fffd07fafff QuickLook 0.0.0.0
0x7fffd07fb000 - 0x7fffd0810fff SafariServices 603.2.4.0
0x7fffd0d0b000 - 0x7fffd100dfff Security 57740.60.18.0
0x7fffd100e000 - 0x7fffd1083fff SecurityFoundation 55132.50.7.0
0x7fffd1084000 - 0x7fffd10adfff SecurityInterface 55079.50.4.0
0x7fffd1438000 - 0x7fffd14a7fff SystemConfiguration 888.60.2.0
0x7fffd3581000 - 0x7fffd3588fff APFS 1.0.0.0
0x7fffd3cfc000 - 0x7fffd3d17fff AppContainer 1.0.0.0
0x7fffd3d18000 - 0x7fffd3d25fff AppSandbox 1.0.0.0
0x7fffd3d26000 - 0x7fffd3d48fff Apple80211 1.0.0.0
0x7fffd3d49000 - 0x7fffd3d58fff AppleFSCompression 88.50.3.0
0x7fffd3e4d000 - 0x7fffd3ed8fff AppleJPEG 1.0.0.0
0x7fffd3eec000 - 0x7fffd3f07fff ApplePushService 1.0.0.0
0x7fffd3f08000 - 0x7fffd3f10fff AppleSRP 1.0.0.0
0x7fffd3f11000 - 0x7fffd3f14fff AppleSystemInfo 1.0.0.0
0x7fffd3f15000 - 0x7fffd3f67fff AppleVA 1.0.0.0
0x7fffd3f71000 - 0x7fffd3f78fff AssetCacheServices 48.3.0.0
0x7fffd430b000 - 0x7fffd4389fff Backup 1008.5.3.0
0x7fffd43b2000 - 0x7fffd43effff Bom 194.0.0.0
0x7fffd4630000 - 0x7fffd4659fff CacheDelete 1.0.0.0
0x7fffd4a25000 - 0x7fffd4a4cfff CalendarAgentLink 302.2.0.0
0x7fffd5014000 - 0x7fffd503bfff ChunkingLibrary 173.0.0.0
0x7fffd503c000 - 0x7fffd50c8fff CloudDocs 486.29.0.0
0x7fffd5960000 - 0x7fffd5969fff CommonAuth 1.0.0.0
0x7fffd5a30000 - 0x7fffd5a80fff ContactsFoundation 1.0.0.0
0x7fffd5a81000 - 0x7fffd5aa3fff ContactsPersistence 1.0.0.0
0x7fffd5aed000 - 0x7fffd5eccfff CoreAUC 1.0.0.0
0x7fffd5ecd000 - 0x7fffd5efdfff CoreAVCHD 5900.0.0.0
0x7fffd5f98000 - 0x7fffd5fa0fff CoreDaemon 3.0.0.0
0x7fffd60b1000 - 0x7fffd60c1fff CoreEmoji 40.3.3.0
0x7fffd6186000 - 0x7fffd619cfff CoreMediaAuthoring 1.0.0.0
0x7fffd61a3000 - 0x7fffd6233fff CorePDF 1.0.0.0
0x7fffd63fc000 - 0x7fffd642cfff CoreServicesInternal 276.2.0.0
0x7fffd66bd000 - 0x7fffd674cfff CoreSymbolication 62046.0.0.0
0x7fffd674d000 - 0x7fffd688cfff CoreUI 431.3.0.0
0x7fffd688d000 - 0x7fffd695dfff CoreUtils 1.0.0.0
0x7fffd69ad000 - 0x7fffd6a12fff CoreWiFi 1.0.0.0
0x7fffd6a13000 - 0x7fffd6a21fff CrashReporterSupport 827.0.0.0
0x7fffd6a93000 - 0x7fffd6a9dfff DFRFoundation 104.25.0.0
0x7fffd6a9e000 - 0x7fffd6aa2fff DSExternalDisplay 1.0.0.0
0x7fffd6ad8000 - 0x7fffd6b4dfff DataDetectorsCore 539.1.0.0
0x7fffd6b89000 - 0x7fffd6bc8fff DebugSymbols 137.0.0.0
0x7fffd6bc9000 - 0x7fffd6cdafff DesktopServicesPriv 852.5.2.0
0x7fffd6cdf000 - 0x7fffd6db4fff DiskImages 444.50.16.0
0x7fffd6e1d000 - 0x7fffd6e28fff DisplayServices 1.0.0.0
0x7fffd6e6d000 - 0x7fffd6e6ffff EFILogin 1.0.0.0
0x7fffd6fc2000 - 0x7fffd73f3fff FaceCore 3.3.2.0
0x7fffd7431000 - 0x7fffd77c3fff FinderKit 1008.5.3.0
0x7fffd874a000 - 0x7fffd874afff libmetal_timestamp.dylib 0.0.0.0
0x7fffd8757000 - 0x7fffd8762fff libGPUSupportMercury.dylib 1.0.0.0
0x7fffd8a1b000 - 0x7fffd8a37fff GenerationalStorage 267.1.0.0
0x7fffd8a50000 - 0x7fffd9102fff GeoServices 1228.24.9.0
0x7fffd9148000 - 0x7fffd91befff Heimdal 1.0.0.0
0x7fffd97d9000 - 0x7fffd97e0fff IOAccelerator 1.0.0.0
0x7fffd97e2000 - 0x7fffd97f6fff IOPresentment 29.10.0.0
0x7fffd97f7000 - 0x7fffd9819fff IconServices 74.4.0.0
0x7fffd98b5000 - 0x7fffd98c5fff IntlPreferences 216.0.0.0
0x7fffd9900000 - 0x7fffd9ab7fff LanguageModeling 123.2.5.0
0x7fffd9b03000 - 0x7fffd9b07fff LoginUICore 1.0.0.0
0x7fffd9bb3000 - 0x7fffd9c75fff MMCS 385.4.0.0
0x7fffda127000 - 0x7fffda12afff Mangrove 1.0.0.0
0x7fffda203000 - 0x7fffda237fff MediaKit 845.0.0.0
0x7fffda238000 - 0x7fffda398fff MediaRemote 1.0.0.0
0x7fffda399000 - 0x7fffda3b4fff MediaServices 1.0.0.0
0x7fffda3d8000 - 0x7fffda451fff MetalPerformanceShaders 61.4.0.0
0x7fffda5ad000 - 0x7fffda5bafff MobileKeyBag 1.0.0.0
0x7fffda5cb000 - 0x7fffda5f3fff MultitouchSupport 368.16.0.0
0x7fffda6a5000 - 0x7fffda6b0fff NetAuth 1.0.0.0
0x7fffdaafd000 - 0x7fffdaafffff OAuth 25.0.0.0
0x7fffdaf88000 - 0x7fffdafc9fff PerformanceAnalysis 148.3.0.0
0x7fffdb00c000 - 0x7fffdb013fff PhoneNumbers 47.0.0.0
0x7fffdb601000 - 0x7fffdb623fff PlugInKit 1.0.0.0
0x7fffdb676000 - 0x7fffdb6b0fff ProtectedCloudStorage 1.0.0.0
0x7fffdb6b1000 - 0x7fffdb6cbfff ProtocolBuffer 249.1.0.0
0x7fffdb6cc000 - 0x7fffdb6dbfff QuickLookThumbnailing 1.0.0.0
0x7fffdb6e4000 - 0x7fffdb707fff RemoteViewServices 1.0.0.0
0x7fffdc3ce000 - 0x7fffdc3d1fff SecCodeWrapper 1.0.0.0
0x7fffdc460000 - 0x7fffdc4edfff Sharing 696.2.67.0
0x7fffdc50e000 - 0x7fffdc774fff SkyLight 600.0.0.0
0x7fffdc953000 - 0x7fffdc95ffff SpeechRecognitionCore 1.0.0.0
0x7fffdcce9000 - 0x7fffdcd4afff Suggestions 197.0.0.0
0x7fffdd04b000 - 0x7fffdd0bffff Symbolication 62048.1.0.0
0x7fffdd2df000 - 0x7fffdd30bfff SystemAdministration 1.0.0.0
0x7fffdd4fe000 - 0x7fffdd504fff TCC 1.0.0.0
0x7fffdd590000 - 0x7fffdd656fff TextureIO 2.8.0.0
0x7fffdd69f000 - 0x7fffdd6b4fff ToneKit 1.0.0.0
0x7fffdd6b5000 - 0x7fffdd6c3fff ToneLibrary 1.0.0.0
0x7fffdd6ca000 - 0x7fffdd6cbfff TrustEvaluationAgent 28.50.1.0
0x7fffdd6cc000 - 0x7fffdd85cfff UIFoundation 490.7.0.0
0x7fffde32b000 - 0x7fffde3ebfff ViewBridge 1.0.0.0
0x7fffde836000 - 0x7fffde83cfff XPCService 1.0.0.0
0x7fffde889000 - 0x7fffde907fff iLifeMediaBrowser 733.0.0.0
0x7fffde90d000 - 0x7fffde90ffff loginsupport 1.0.0.0
0x7fffde93b000 - 0x7fffde962fff vCard 0.0.0.0
0x7fffde964000 - 0x7fffde97ffff libCRFSuite.dylib 1.0.0.0
0x7fffde980000 - 0x7fffde98bfff libChineseTokenizer.dylib 21.0.0.0
0x7fffde98c000 - 0x7fffdea1cfff libCoreStorage.dylib 1.0.0.0
0x7fffdea1d000 - 0x7fffdea1efff libDiagnosticMessagesClient.dylib 1.0.0.0
0x7fffdea1f000 - 0x7fffdec32fff libFosl_dynamic.dylib 0.0.0.0
0x7fffdec56000 - 0x7fffdec56fff libOpenScriptingUtil.dylib 1.0.0.0
0x7fffdec57000 - 0x7fffdec5bfff libScreenReader.dylib 1.0.0.0
0x7fffdecc9000 - 0x7fffdecf4fff libarchive.2.dylib 9.2.0.0
0x7fffdecf5000 - 0x7fffded71fff libate.dylib 1.12.13.0
0x7fffded75000 - 0x7fffded75fff libauto.dylib 1.0.0.0
0x7fffded76000 - 0x7fffded86fff libbsm.0.dylib 1.0.0.0
0x7fffded87000 - 0x7fffded95fff libbz2.1.0.dylib 1.0.5.0
0x7fffded96000 - 0x7fffdedecfff libc++.1.dylib 307.5.0.0 (WARNING: No symbols, libc++.1.dylib, 0B43BB5DE6EB34648DE9B41AC8ED9D1C0)
0x7fffdeded000 - 0x7fffdee17fff libc++abi.dylib 307.3.0.0
0x7fffdee18000 - 0x7fffdee28fff libcmph.dylib 1.0.0.0
0x7fffdee29000 - 0x7fffdee3ffff libcompression.dylib 1.0.0.0
0x7fffdee40000 - 0x7fffdee40fff libcoretls.dylib 121.50.4.0
0x7fffdee41000 - 0x7fffdee42fff libcoretls_cfhelpers.dylib 121.50.4.0
0x7fffdeefc000 - 0x7fffdefe1fff libcrypto.0.9.8.dylib 0.9.8.0
0x7fffdf173000 - 0x7fffdf17efff libcsfde.dylib 1.0.0.0
0x7fffdf17f000 - 0x7fffdf1d2fff libcups.2.dylib 2.12.0.0
0x7fffdf1d3000 - 0x7fffdf223fff libcurl.4.dylib 9.0.0.0
0x7fffdf224000 - 0x7fffdf22bfff libdscsym.dylib 148.3.0.0
0x7fffdf24d000 - 0x7fffdf24dfff libenergytrace.dylib 1.0.0.0
0x7fffdf25d000 - 0x7fffdf262fff libheimdal-asn1.dylib 1.0.0.0
0x7fffdf263000 - 0x7fffdf355fff libiconv.2.dylib 7.0.0.0
0x7fffdf356000 - 0x7fffdf57bfff libicucore.A.dylib 57.1.0.0
0x7fffdf581000 - 0x7fffdf582fff liblangid.dylib 1.0.0.0
0x7fffdf583000 - 0x7fffdf59cfff liblzma.5.dylib 6.3.0.0
0x7fffdf59d000 - 0x7fffdf5b3fff libmarisa.dylib 1.0.0.0
0x7fffdf5b4000 - 0x7fffdf85cfff libmecabra.dylib 1.0.0.0
0x7fffdf90a000 - 0x7fffdfcdcfff libobjc.A.dylib 228.0.0.0 (WARNING: No symbols, libobjc.A.dylib, DC77AA6EA4E4326D8D7F82D63AA88F990)
0x7fffdfcdd000 - 0x7fffdfcdefff libodfde.dylib 1.0.0.0
0x7fffdfcdf000 - 0x7fffdfce3fff libpam.2.dylib 3.0.0.0
0x7fffdfce4000 - 0x7fffdfd15fff libpcap.A.dylib 1.0.0.0
0x7fffdfd32000 - 0x7fffdfd4efff libresolv.9.dylib 1.0.0.0
0x7fffdfd89000 - 0x7fffdfd9bfff libsasl2.2.dylib 3.15.0.0
0x7fffdfd9c000 - 0x7fffdfd9dfff libspindump.dylib 1.0.0.0
0x7fffdffdc000 - 0x7fffdffdffff libutil.dylib 1.0.0.0
0x7fffdffe0000 - 0x7fffdffedfff libxar.1.dylib 1.3.0.0
0x7fffdffee000 - 0x7fffe00ddfff libxml2.2.dylib 10.9.0.0
0x7fffe00de000 - 0x7fffe0107fff libxslt.1.dylib 3.26.0.0
0x7fffe0108000 - 0x7fffe0119fff libz.1.dylib 1.2.8.0
0x7fffe0128000 - 0x7fffe012cfff libcache.dylib 79.0.0.0
0x7fffe012d000 - 0x7fffe0137fff libcommonCrypto.dylib 60092.50.5.0
0x7fffe0138000 - 0x7fffe013ffff libcompiler_rt.dylib 62.0.0.0
0x7fffe0140000 - 0x7fffe0148fff libcopyfile.dylib 1.0.0.0
0x7fffe0149000 - 0x7fffe01ccfff libcorecrypto.dylib 442.50.19.0
0x7fffe0205000 - 0x7fffe0205fff libkeymgr.dylib 28.0.0.0
0x7fffe021d000 - 0x7fffe021efff libremovefile.dylib 45.0.0.0
0x7fffe021f000 - 0x7fffe0237fff libsystem_asl.dylib 349.50.5.0
0x7fffe0238000 - 0x7fffe0238fff libsystem_blocks.dylib 67.0.0.0
0x7fffe02cf000 - 0x7fffe02e7fff libsystem_coretls.dylib 121.50.4.0
0x7fffe0407000 - 0x7fffe0410fff libsystem_notify.dylib 165.20.1.0
0x7fffe0447000 - 0x7fffe044cfff libunwind.dylib 35.3.0.0
</code></pre></div>
<p dir="auto">Traceback: <a href="https://rink.hockeyapp.net/manage/apps/524957/app_versions/2/crash_reasons/172592843?type=overview" rel="nofollow">https://rink.hockeyapp.net/manage/apps/524957/app_versions/2/crash_reasons/172592843?type=overview</a></p> | <ul dir="auto">
<li>Electron version: 1.7.1</li>
<li>Operating system: Windows / Mac</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">no crash on quit</p>
<h3 dir="auto">Actual behavior</h3>
<p dir="auto">Crash on app quit</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Thread 23 Crashed:: Chrome_IOThread
0 com.github.electron.framework 0x000000010e3761f2 std::__1::__tree<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::destroy(std::__1::__tree_node<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void*>*) + 18 (__tree:1828)
1 com.github.electron.framework 0x000000010dac0047 std::__1::__tree<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::clear() + 23 (__tree:1831)
2 com.github.electron.framework 0x000000010dabffed atom::AtomCTDelegate::ClearCTExcludedHostsList() + 13 (atom_ct_delegate.cc:23)
3 com.github.electron.framework 0x000000010dabe69a atom::AtomCertVerifier::Verify(net::CertVerifier::RequestParams const&, net::CRLSet*, net::CertVerifyResult*, base::Callback<void (int), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&, std::__1::unique_ptr<net::CertVerifier::Request, std::__1::default_delete<net::CertVerifier::Request> >*, net::NetLogWithSource const&) + 58 (atom_cert_verifier.cc:170)
4 com.github.electron.framework 0x000000010f5104fa net::SSLClientSocketImpl::DoVerifyCert(int) + 586 (ssl_client_socket_impl.cc:1273)
5 com.github.electron.framework 0x000000010f50e3a0 net::SSLClientSocketImpl::DoHandshakeLoop(int) + 160 (ssl_client_socket_impl.cc:1404)
6 com.github.electron.framework 0x000000010f50ffd5 net::SSLClientSocketImpl::OnHandshakeIOComplete(int) + 21 (ssl_client_socket_impl.cc:1370)
7 com.github.electron.framework 0x000000010f5192e3 net::TCPClientSocket::DidCompleteRead(base::Callback<void (int), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&, int) + 115 (tcp_client_socket.cc:357)
8 com.github.electron.framework 0x000000010f51c09f net::TCPSocketPosix::ReadCompleted(scoped_refptr<net::IOBuffer> const&, base::Callback<void (int), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&, int) + 31 (tcp_socket_posix.cc:590)
9 com.github.electron.framework 0x000000010f4d972f net::SocketPosix::ReadCompleted() + 207 (socket_posix.cc:465)
10 com.github.electron.framework 0x000000010f4d9626 net::SocketPosix::OnFileCanReadWithoutBlocking(int) + 310 (trace_event.h:1033)
11 com.github.electron.framework 0x000000010dc4c8b7 base::MessagePumpLibevent::OnLibeventNotification(int, short, void*) + 215 (message_pump_libevent.cc:341)
12 com.github.electron.framework 0x000000010dcb7e85 event_base_loop + 1205 (event.c:521)
13 com.github.electron.framework 0x000000010dc4cadf base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) + 127 (message_pump_libevent.cc:224)
14 com.github.electron.framework 0x000000010dc498ee base::MessageLoop::RunHandler() + 94 (message_loop.cc:388)
15 com.github.electron.framework 0x000000010dc634f3 base::RunLoop::Run() + 115 (run_loop.cc:38)
16 com.github.electron.framework 0x000000010ded33d8 content::BrowserThreadImpl::IOThreadRun(base::RunLoop*) + 24 (browser_thread_impl.cc:278)
17 com.github.electron.framework 0x000000010ded3566 content::BrowserThreadImpl::Run(base::RunLoop*) + 294 (browser_thread_impl.cc:312)
18 com.github.electron.framework 0x000000010dc83c59 base::Thread::ThreadMain() + 393 (thread.cc:336)
19 com.github.electron.framework 0x000000010dc57a87 base::(anonymous namespace)::ThreadFunc(void*) + 87 (platform_thread_posix.cc:73)
20 libsystem_pthread.dylib 0x00007fff8344c99d _pthread_body + 131
21 libsystem_pthread.dylib 0x00007fff8344c91a _pthread_start + 168
22 libsystem_pthread.dylib 0x00007fff8344a351 thread_start + 13"><pre class="notranslate"><code class="notranslate">Thread 23 Crashed:: Chrome_IOThread
0 com.github.electron.framework 0x000000010e3761f2 std::__1::__tree<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::destroy(std::__1::__tree_node<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void*>*) + 18 (__tree:1828)
1 com.github.electron.framework 0x000000010dac0047 std::__1::__tree<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::clear() + 23 (__tree:1831)
2 com.github.electron.framework 0x000000010dabffed atom::AtomCTDelegate::ClearCTExcludedHostsList() + 13 (atom_ct_delegate.cc:23)
3 com.github.electron.framework 0x000000010dabe69a atom::AtomCertVerifier::Verify(net::CertVerifier::RequestParams const&, net::CRLSet*, net::CertVerifyResult*, base::Callback<void (int), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&, std::__1::unique_ptr<net::CertVerifier::Request, std::__1::default_delete<net::CertVerifier::Request> >*, net::NetLogWithSource const&) + 58 (atom_cert_verifier.cc:170)
4 com.github.electron.framework 0x000000010f5104fa net::SSLClientSocketImpl::DoVerifyCert(int) + 586 (ssl_client_socket_impl.cc:1273)
5 com.github.electron.framework 0x000000010f50e3a0 net::SSLClientSocketImpl::DoHandshakeLoop(int) + 160 (ssl_client_socket_impl.cc:1404)
6 com.github.electron.framework 0x000000010f50ffd5 net::SSLClientSocketImpl::OnHandshakeIOComplete(int) + 21 (ssl_client_socket_impl.cc:1370)
7 com.github.electron.framework 0x000000010f5192e3 net::TCPClientSocket::DidCompleteRead(base::Callback<void (int), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&, int) + 115 (tcp_client_socket.cc:357)
8 com.github.electron.framework 0x000000010f51c09f net::TCPSocketPosix::ReadCompleted(scoped_refptr<net::IOBuffer> const&, base::Callback<void (int), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&, int) + 31 (tcp_socket_posix.cc:590)
9 com.github.electron.framework 0x000000010f4d972f net::SocketPosix::ReadCompleted() + 207 (socket_posix.cc:465)
10 com.github.electron.framework 0x000000010f4d9626 net::SocketPosix::OnFileCanReadWithoutBlocking(int) + 310 (trace_event.h:1033)
11 com.github.electron.framework 0x000000010dc4c8b7 base::MessagePumpLibevent::OnLibeventNotification(int, short, void*) + 215 (message_pump_libevent.cc:341)
12 com.github.electron.framework 0x000000010dcb7e85 event_base_loop + 1205 (event.c:521)
13 com.github.electron.framework 0x000000010dc4cadf base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) + 127 (message_pump_libevent.cc:224)
14 com.github.electron.framework 0x000000010dc498ee base::MessageLoop::RunHandler() + 94 (message_loop.cc:388)
15 com.github.electron.framework 0x000000010dc634f3 base::RunLoop::Run() + 115 (run_loop.cc:38)
16 com.github.electron.framework 0x000000010ded33d8 content::BrowserThreadImpl::IOThreadRun(base::RunLoop*) + 24 (browser_thread_impl.cc:278)
17 com.github.electron.framework 0x000000010ded3566 content::BrowserThreadImpl::Run(base::RunLoop*) + 294 (browser_thread_impl.cc:312)
18 com.github.electron.framework 0x000000010dc83c59 base::Thread::ThreadMain() + 393 (thread.cc:336)
19 com.github.electron.framework 0x000000010dc57a87 base::(anonymous namespace)::ThreadFunc(void*) + 87 (platform_thread_posix.cc:73)
20 libsystem_pthread.dylib 0x00007fff8344c99d _pthread_body + 131
21 libsystem_pthread.dylib 0x00007fff8344c91a _pthread_start + 168
22 libsystem_pthread.dylib 0x00007fff8344a351 thread_start + 13
</code></pre></div>
<h3 dir="auto">How to reproduce</h3>
<p dir="auto">No consistent repro. May be happening after <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="183384139" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/7651" data-hovercard-type="pull_request" data-hovercard-url="/electron/electron/pull/7651/hovercard" href="https://github.com/electron/electron/pull/7651">#7651</a></p>
<p dir="auto">cc: <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kevinsawicki/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kevinsawicki">@kevinsawicki</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/deepak1556/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/deepak1556">@deepak1556</a></p> | 1 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/63006358959b10bf09245b2c287b31ae98bf1c17a13010315bf4df8a2fb81ce7/687474703a2f2f692e696d6775722e636f6d2f4e5052795479422e706e67"><img src="https://camo.githubusercontent.com/63006358959b10bf09245b2c287b31ae98bf1c17a13010315bf4df8a2fb81ce7/687474703a2f2f692e696d6775722e636f6d2f4e5052795479422e706e67" alt="IMG" data-canonical-src="http://i.imgur.com/NPRyTyB.png" style="max-width: 100%;"></a></p>
<p dir="auto">Happens whenever I open a new file. Version is 0.178.0.</p> | <p dir="auto">Most noticeable in the tree view, resizing it, scrolling, etc. makes it redraw and go away.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/671378/5666877/fe272bc4-9717-11e4-9d81-c6f737e03def.png"><img src="https://cloud.githubusercontent.com/assets/671378/5666877/fe272bc4-9717-11e4-9d81-c6f737e03def.png" alt="screen shot 2015-01-07 at 2 47 31 pm" style="max-width: 100%;"></a></p>
<p dir="auto">/cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/zcbenz/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/zcbenz">@zcbenz</a> Any ideas on this one?</p> | 1 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto"><code class="notranslate">flutter run</code> in examples/flutter_gallery</p>
<h2 dir="auto">Flutter Doctor</h2>
<p dir="auto">Paste the output of running <code class="notranslate">flutter doctor</code> here.</p>
<p dir="auto">[✓] Flutter (on Mac OS X 10.12.5 16F73, locale en-US, channel master)<br>
• Flutter at /Users/rmacnak/Flutter/flutter<br>
• Framework revision 69679be528 (6 days ago), 2017-07-05 13:01:40 -0700<br>
• Engine revision <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/flutter/flutter/commit/8ad1576f2711b069341756c014924d3aedbb47a8/hovercard" href="https://github.com/flutter/flutter/commit/8ad1576f2711b069341756c014924d3aedbb47a8"><tt>8ad1576</tt></a><br>
• Tools Dart version 1.25.0-dev.4.0</p>
<p dir="auto">[✓] Android toolchain - develop for Android devices (Android SDK 25.0.3)<br>
• Android SDK at /Users/rmacnak/Library/Android/sdk<br>
• Platform android-25, build-tools 25.0.3<br>
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java<br>
• Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)</p>
<p dir="auto">[✓] iOS toolchain - develop for iOS devices (Xcode 8.3.3)<br>
• Xcode at /Applications/Xcode.app/Contents/Developer<br>
• Xcode 8.3.3, Build version 8E3004b<br>
• ios-deploy 1.9.1<br>
• CocoaPods version 1.2.1</p>
<p dir="auto">[✓] Android Studio (version 2.3)<br>
• Android Studio at /Applications/Android Studio.app/Contents<br>
• Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)</p>
<p dir="auto">[✓] Connected devices<br>
• iPod touch • f73d01ae6367fbc7b50cad846bbc5735098c3276 • ios • iOS 10.3.2</p> | <h2 dir="auto">Steps to Reproduce</h2>
<ul dir="auto">
<li>Create empty flutter app using Android Studio 3.1.4</li>
<li>Create KitKat API 19 emulator (x86 image)</li>
<li>Run empty flutter app</li>
</ul>
<h2 dir="auto">Logs</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="D/dalvikvm( 3286): Trying to load lib /data/app-lib/com.nik.flutterapp-1/libflutter.so 0x9d007938
D/dalvikvm( 3286): Added shared lib /data/app-lib/com.nik.flutterapp-1/libflutter.so 0x9d007938
I/dalvikvm( 3286): Could not find method android.view.Window.setStatusBarColor, referenced from method io.flutter.app.FlutterActivityDelegate.onCreate
W/dalvikvm( 3286): VFY: unable to resolve virtual method 164: Landroid/view/Window;.setStatusBarColor (I)V
D/dalvikvm( 3286): VFY: replacing opcode 0x6e at 0x0015
W/dalvikvm( 3286): VFY: unable to find class referenced in signature (Landroid/view/WindowInsets;)
I/dalvikvm( 3286): Could not find method android.view.WindowInsets.getSystemWindowInsetTop, referenced from method io.flutter.view.FlutterView.onApplyWindowInsets
W/dalvikvm( 3286): VFY: unable to resolve virtual method 168: Landroid/view/WindowInsets;.getSystemWindowInsetTop ()I
D/dalvikvm( 3286): VFY: replacing opcode 0x6e at 0x0003
I/dalvikvm( 3286): Could not find method io.flutter.view.FlutterView.requestUnbufferedDispatch, referenced from method io.flutter.view.FlutterView.onTouchEvent
W/dalvikvm( 3286): VFY: unable to resolve virtual method 803: Lio/flutter/view/FlutterView;.requestUnbufferedDispatch (Landroid/view/MotionEvent;)V
D/dalvikvm( 3286): VFY: replacing opcode 0x6e at 0x000f
F/libc ( 3286): Fatal signal 8 (SIGFPE) at 0xb7742ac8 (code=1), thread 3286 (.nik.flutterapp)
I/DEBUG ( 1168): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1168): Build fingerprint: 'generic_x86/google_sdk_x86/generic_x86:4.4.2/KK/4729339:eng/test-keys'
I/DEBUG ( 1168): Revision: '0'
I/DEBUG ( 1168): pid: 3286, tid: 3286, name: .nik.flutterapp >>> com.nik.flutterapp <<<
I/DEBUG ( 1168): signal 8 (SIGFPE), code -6 (SI_TKILL), fault addr 00000cd6
I/DEBUG ( 1168): eax 0f518be3 ebx b775bfe4 ecx 0000005f edx 00000000
I/DEBUG ( 1168): esi 00000000 edi b7738004
I/DEBUG ( 1168): xcs 00000073 xds 0000007b xes 0000007b xfs 00000000 xss 0000007b
I/DEBUG ( 1168): eip b7742ac8 ebp b645fe70 esp bfbd1020 flags 00010246
E/Corkscrew( 1168): unrecognized dwarf lower part encoding: 0x96
I/DEBUG ( 1168):
I/DEBUG ( 1168): backtrace:
I/DEBUG ( 1168): #00 pc 00006ac8 /system/bin/linker (__dl__Z19dlsym_linear_lookupPKcPP6soinfoS2_+216)
I/DEBUG ( 1168): #01 pc 00001265 /system/bin/linker (__dl_dlsym+325)
I/DEBUG ( 1168): #02 pc 000983a4 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): #03 pc 000bba4f /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): #04 pc 000bb404 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): #05 pc 000bb7ae /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): #06 pc 000bcd69 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): #07 pc 009f7f2c /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168):
I/DEBUG ( 1168): stack:
I/DEBUG ( 1168): bfbd0fe0 00000000
I/DEBUG ( 1168): bfbd0fe4 00000001
I/DEBUG ( 1168): bfbd0fe8 00002749
I/DEBUG ( 1168): bfbd0fec b767bef9 /system/lib/libc.so (pthread_mutex_unlock+25)
I/DEBUG ( 1168): bfbd0ff0 00000000
I/DEBUG ( 1168): bfbd0ff4 00000000
I/DEBUG ( 1168): bfbd0ff8 b767bd29 /system/lib/libc.so (pthread_mutex_lock+9)
I/DEBUG ( 1168): bfbd0ffc b7709fcc /system/lib/libc.so
I/DEBUG ( 1168): bfbd1000 00000000
I/DEBUG ( 1168): bfbd1004 b7d58c60 [heap]
I/DEBUG ( 1168): bfbd1008 00000010
I/DEBUG ( 1168): bfbd100c b767bef9 /system/lib/libc.so (pthread_mutex_unlock+25)
I/DEBUG ( 1168): bfbd1010 b770e800
I/DEBUG ( 1168): bfbd1014 054e0887
I/DEBUG ( 1168): bfbd1018 b767bd29 /system/lib/libc.so (pthread_mutex_lock+9)
I/DEBUG ( 1168): bfbd101c b7742b11 /system/bin/linker (__dl__Z19dlsym_linear_lookupPKcPP6soinfoS2_+289)
I/DEBUG ( 1168): #00 bfbd1020 b51f6009 /system/lib/libRScpp.so
I/DEBUG ( 1168): bfbd1024 8b6b8010 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd1028 00000311
I/DEBUG ( 1168): bfbd102c b7752b06 /system/bin/linker (__dl_pthread_mutex_lock+198)
I/DEBUG ( 1168): bfbd1030 00000000
I/DEBUG ( 1168): bfbd1034 00008000
I/DEBUG ( 1168): bfbd1038 b767bd29 /system/lib/libc.so (pthread_mutex_lock+9)
I/DEBUG ( 1168): bfbd103c b7709fcc /system/lib/libc.so
I/DEBUG ( 1168): bfbd1040 00000000
I/DEBUG ( 1168): bfbd1044 00000000
I/DEBUG ( 1168): bfbd1048 0f518be3
I/DEBUG ( 1168): bfbd104c b7756590 /system/bin/linker
I/DEBUG ( 1168): bfbd1050 b770e800
I/DEBUG ( 1168): bfbd1054 b7d57e30 [heap]
I/DEBUG ( 1168): bfbd1058 b77429f9 /system/bin/linker (__dl__Z19dlsym_linear_lookupPKcPP6soinfoS2_+9)
I/DEBUG ( 1168): bfbd105c b775bfe4 /system/bin/linker
I/DEBUG ( 1168): ........ ........
I/DEBUG ( 1168): #01 bfbd1070 8b6b8010 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd1074 bfbd108c [stack]
I/DEBUG ( 1168): bfbd1078 00000000
I/DEBUG ( 1168): bfbd107c b7709fcc /system/lib/libc.so
I/DEBUG ( 1168): bfbd1080 b7d58c40 [heap]
I/DEBUG ( 1168): bfbd1084 b7d58c40 [heap]
I/DEBUG ( 1168): bfbd1088 bfbd10d8 [stack]
I/DEBUG ( 1168): bfbd108c 00000000
I/DEBUG ( 1168): bfbd1090 0000000c
I/DEBUG ( 1168): bfbd1094 bfbd1130 [stack]
I/DEBUG ( 1168): bfbd1098 bfbd1108 [stack]
I/DEBUG ( 1168): bfbd109c 8bcd6aac /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10a0 bfbd1130 [stack]
I/DEBUG ( 1168): bfbd10a4 b7d58c40 [heap]
I/DEBUG ( 1168): bfbd10a8 bfbd10d8 [stack]
I/DEBUG ( 1168): bfbd10ac 8ad113a5 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): #02 bfbd10b0 ffffffff
I/DEBUG ( 1168): bfbd10b4 8b6b8010 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10b8 8bcd6aac /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10bc 8ad1138d /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10c0 0000000c
I/DEBUG ( 1168): bfbd10c4 b767b196 /system/lib/libc.so (malloc+6)
I/DEBUG ( 1168): bfbd10c8 8bcd6aac /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10cc 8b6a1caa /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10d0 0000000c
I/DEBUG ( 1168): bfbd10d4 8bcd6aac /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10d8 bfbd1108 [stack]
I/DEBUG ( 1168): bfbd10dc 8ad34a50 /data/app-lib/com.nik.flutterapp-1/libflutter.so
D/Zygote ( 1171): Process 3286 terminated by signal (8)"><pre class="notranslate"><code class="notranslate">D/dalvikvm( 3286): Trying to load lib /data/app-lib/com.nik.flutterapp-1/libflutter.so 0x9d007938
D/dalvikvm( 3286): Added shared lib /data/app-lib/com.nik.flutterapp-1/libflutter.so 0x9d007938
I/dalvikvm( 3286): Could not find method android.view.Window.setStatusBarColor, referenced from method io.flutter.app.FlutterActivityDelegate.onCreate
W/dalvikvm( 3286): VFY: unable to resolve virtual method 164: Landroid/view/Window;.setStatusBarColor (I)V
D/dalvikvm( 3286): VFY: replacing opcode 0x6e at 0x0015
W/dalvikvm( 3286): VFY: unable to find class referenced in signature (Landroid/view/WindowInsets;)
I/dalvikvm( 3286): Could not find method android.view.WindowInsets.getSystemWindowInsetTop, referenced from method io.flutter.view.FlutterView.onApplyWindowInsets
W/dalvikvm( 3286): VFY: unable to resolve virtual method 168: Landroid/view/WindowInsets;.getSystemWindowInsetTop ()I
D/dalvikvm( 3286): VFY: replacing opcode 0x6e at 0x0003
I/dalvikvm( 3286): Could not find method io.flutter.view.FlutterView.requestUnbufferedDispatch, referenced from method io.flutter.view.FlutterView.onTouchEvent
W/dalvikvm( 3286): VFY: unable to resolve virtual method 803: Lio/flutter/view/FlutterView;.requestUnbufferedDispatch (Landroid/view/MotionEvent;)V
D/dalvikvm( 3286): VFY: replacing opcode 0x6e at 0x000f
F/libc ( 3286): Fatal signal 8 (SIGFPE) at 0xb7742ac8 (code=1), thread 3286 (.nik.flutterapp)
I/DEBUG ( 1168): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1168): Build fingerprint: 'generic_x86/google_sdk_x86/generic_x86:4.4.2/KK/4729339:eng/test-keys'
I/DEBUG ( 1168): Revision: '0'
I/DEBUG ( 1168): pid: 3286, tid: 3286, name: .nik.flutterapp >>> com.nik.flutterapp <<<
I/DEBUG ( 1168): signal 8 (SIGFPE), code -6 (SI_TKILL), fault addr 00000cd6
I/DEBUG ( 1168): eax 0f518be3 ebx b775bfe4 ecx 0000005f edx 00000000
I/DEBUG ( 1168): esi 00000000 edi b7738004
I/DEBUG ( 1168): xcs 00000073 xds 0000007b xes 0000007b xfs 00000000 xss 0000007b
I/DEBUG ( 1168): eip b7742ac8 ebp b645fe70 esp bfbd1020 flags 00010246
E/Corkscrew( 1168): unrecognized dwarf lower part encoding: 0x96
I/DEBUG ( 1168):
I/DEBUG ( 1168): backtrace:
I/DEBUG ( 1168): #00 pc 00006ac8 /system/bin/linker (__dl__Z19dlsym_linear_lookupPKcPP6soinfoS2_+216)
I/DEBUG ( 1168): #01 pc 00001265 /system/bin/linker (__dl_dlsym+325)
I/DEBUG ( 1168): #02 pc 000983a4 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): #03 pc 000bba4f /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): #04 pc 000bb404 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): #05 pc 000bb7ae /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): #06 pc 000bcd69 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): #07 pc 009f7f2c /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168):
I/DEBUG ( 1168): stack:
I/DEBUG ( 1168): bfbd0fe0 00000000
I/DEBUG ( 1168): bfbd0fe4 00000001
I/DEBUG ( 1168): bfbd0fe8 00002749
I/DEBUG ( 1168): bfbd0fec b767bef9 /system/lib/libc.so (pthread_mutex_unlock+25)
I/DEBUG ( 1168): bfbd0ff0 00000000
I/DEBUG ( 1168): bfbd0ff4 00000000
I/DEBUG ( 1168): bfbd0ff8 b767bd29 /system/lib/libc.so (pthread_mutex_lock+9)
I/DEBUG ( 1168): bfbd0ffc b7709fcc /system/lib/libc.so
I/DEBUG ( 1168): bfbd1000 00000000
I/DEBUG ( 1168): bfbd1004 b7d58c60 [heap]
I/DEBUG ( 1168): bfbd1008 00000010
I/DEBUG ( 1168): bfbd100c b767bef9 /system/lib/libc.so (pthread_mutex_unlock+25)
I/DEBUG ( 1168): bfbd1010 b770e800
I/DEBUG ( 1168): bfbd1014 054e0887
I/DEBUG ( 1168): bfbd1018 b767bd29 /system/lib/libc.so (pthread_mutex_lock+9)
I/DEBUG ( 1168): bfbd101c b7742b11 /system/bin/linker (__dl__Z19dlsym_linear_lookupPKcPP6soinfoS2_+289)
I/DEBUG ( 1168): #00 bfbd1020 b51f6009 /system/lib/libRScpp.so
I/DEBUG ( 1168): bfbd1024 8b6b8010 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd1028 00000311
I/DEBUG ( 1168): bfbd102c b7752b06 /system/bin/linker (__dl_pthread_mutex_lock+198)
I/DEBUG ( 1168): bfbd1030 00000000
I/DEBUG ( 1168): bfbd1034 00008000
I/DEBUG ( 1168): bfbd1038 b767bd29 /system/lib/libc.so (pthread_mutex_lock+9)
I/DEBUG ( 1168): bfbd103c b7709fcc /system/lib/libc.so
I/DEBUG ( 1168): bfbd1040 00000000
I/DEBUG ( 1168): bfbd1044 00000000
I/DEBUG ( 1168): bfbd1048 0f518be3
I/DEBUG ( 1168): bfbd104c b7756590 /system/bin/linker
I/DEBUG ( 1168): bfbd1050 b770e800
I/DEBUG ( 1168): bfbd1054 b7d57e30 [heap]
I/DEBUG ( 1168): bfbd1058 b77429f9 /system/bin/linker (__dl__Z19dlsym_linear_lookupPKcPP6soinfoS2_+9)
I/DEBUG ( 1168): bfbd105c b775bfe4 /system/bin/linker
I/DEBUG ( 1168): ........ ........
I/DEBUG ( 1168): #01 bfbd1070 8b6b8010 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd1074 bfbd108c [stack]
I/DEBUG ( 1168): bfbd1078 00000000
I/DEBUG ( 1168): bfbd107c b7709fcc /system/lib/libc.so
I/DEBUG ( 1168): bfbd1080 b7d58c40 [heap]
I/DEBUG ( 1168): bfbd1084 b7d58c40 [heap]
I/DEBUG ( 1168): bfbd1088 bfbd10d8 [stack]
I/DEBUG ( 1168): bfbd108c 00000000
I/DEBUG ( 1168): bfbd1090 0000000c
I/DEBUG ( 1168): bfbd1094 bfbd1130 [stack]
I/DEBUG ( 1168): bfbd1098 bfbd1108 [stack]
I/DEBUG ( 1168): bfbd109c 8bcd6aac /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10a0 bfbd1130 [stack]
I/DEBUG ( 1168): bfbd10a4 b7d58c40 [heap]
I/DEBUG ( 1168): bfbd10a8 bfbd10d8 [stack]
I/DEBUG ( 1168): bfbd10ac 8ad113a5 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): #02 bfbd10b0 ffffffff
I/DEBUG ( 1168): bfbd10b4 8b6b8010 /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10b8 8bcd6aac /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10bc 8ad1138d /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10c0 0000000c
I/DEBUG ( 1168): bfbd10c4 b767b196 /system/lib/libc.so (malloc+6)
I/DEBUG ( 1168): bfbd10c8 8bcd6aac /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10cc 8b6a1caa /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10d0 0000000c
I/DEBUG ( 1168): bfbd10d4 8bcd6aac /data/app-lib/com.nik.flutterapp-1/libflutter.so
I/DEBUG ( 1168): bfbd10d8 bfbd1108 [stack]
I/DEBUG ( 1168): bfbd10dc 8ad34a50 /data/app-lib/com.nik.flutterapp-1/libflutter.so
D/Zygote ( 1171): Process 3286 terminated by signal (8)
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.5.1, on Mac OS X 10.13.6 17G65, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.1)
[✓] iOS toolchain - develop for iOS devices (Xcode 9.4.1)
[✓] Android Studio (version 3.1)
[✓] Connected devices (1 available)"><pre class="notranslate"><code class="notranslate">Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.5.1, on Mac OS X 10.13.6 17G65, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.1)
[✓] iOS toolchain - develop for iOS devices (Xcode 9.4.1)
[✓] Android Studio (version 3.1)
[✓] Connected devices (1 available)
</code></pre></div> | 0 |
<p dir="auto">This does have some overlap to issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3196901" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/1939" data-hovercard-type="issue" data-hovercard-url="/twbs/bootstrap/issues/1939/hovercard" href="https://github.com/twbs/bootstrap/issues/1939">#1939</a>, but I'm targeting the overall use case for forms. It's fairly common to update a form with error messages using js or to display some error messages after an unsuccessful submission. Some errors might target a field, while other might be global in nature. See the following jsfiddle for examples:</p>
<p dir="auto"><a href="http://jsfiddle.net/HFzQv/" rel="nofollow">http://jsfiddle.net/HFzQv/</a></p>
<p dir="auto">The first form displayed has a form-level error message (not isolated to a certain field). One way to markup/style that would be for it to be an <code class="notranslate">.alert</code>, but I'm not certain if that is the correct usage and/or if you guys might have another approach in mind for this.</p>
<p dir="auto">The second form shows a field in an error state with an error message for the field just before the field's <code class="notranslate">.help-block</code> providing general help on filling out the field. It seems like the error message for the field should stand out; as it is now, it seems lost along with the other text. Thoughts? (this is the part that is also addressed by <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3196901" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/1939" data-hovercard-type="issue" data-hovercard-url="/twbs/bootstrap/issues/1939/hovercard" href="https://github.com/twbs/bootstrap/issues/1939">#1939</a>)</p> | <p dir="auto">When a form is styled with form control states (<a href="http://twitter.github.com/bootstrap/base-css.html?#forms">http://twitter.github.com/bootstrap/base-css.html?#forms</a>, scroll down a little), all help texts (both help-inline and help-block) take their styling from the control state (error, warning, etc).</p>
<p dir="auto">However, the example fails to take regular help text into account.</p>
<p dir="auto">With the current version of Bootstrap, any help text within a control-group with a state class is styled as if it is part of the error message, which is wrong. The help text should be styled as what it is, a help text. The underlying issue here of course is that the messages are using the classes for help.</p>
<p dir="auto">I made a small demo of the official Bootstrap example with added help-block p's with regular help text. I hope this illustrates the problem:</p>
<p dir="auto"><a href="http://jsfiddle.net/TE7HK/1/" rel="nofollow">http://jsfiddle.net/TE7HK/1/</a> (same goes for help-inline)</p>
<p dir="auto">I see two possible solutions.</p>
<ol dir="auto">
<li>Make a difference between help-inline/help-block and message-inline/message-block. Messages are styled like help texts, but take their colors from a surrounding control-group.error class. This would break compatibility with 2.0.0 as far as colors go, but not the actual display of items. Also, it would introduce 2 new classes (message-inline, message-block).</li>
<li>Add the option to define a help-block and help-inline with an extra class "help", which makes them unaffected by surrounding error, warning, etc.</li>
</ol>
<p dir="auto">e.g.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<p class="help-block">I will take the color from my control state. If there isn't any, I'll be styled like help.</p>
<p class="help-block help">You won't see mee turn red because of an error!</p>
<p class="help-block error">I will always be displayed as an error text, regardless of the control state.</p>"><pre class="notranslate"><code class="notranslate"><p class="help-block">I will take the color from my control state. If there isn't any, I'll be styled like help.</p>
<p class="help-block help">You won't see mee turn red because of an error!</p>
<p class="help-block error">I will always be displayed as an error text, regardless of the control state.</p>
</code></pre></div>
<p dir="auto">After writing this up, I'm in favor of solution <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1446398" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/2" data-hovercard-type="issue" data-hovercard-url="/twbs/bootstrap/issues/2/hovercard" href="https://github.com/twbs/bootstrap/issues/2">#2</a>.</p> | 1 |
<p dir="auto">After updating to version 0.201.0, keyboard shortcuts, which are displayed next to the commands when going through the command palette (Ctrl+Shift+P), have a white font on a bright background.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/4437458/7814052/db0f7a1e-03bf-11e5-947c-57376b8c9001.png"><img src="https://cloud.githubusercontent.com/assets/4437458/7814052/db0f7a1e-03bf-11e5-947c-57376b8c9001.png" alt="command_palette2" style="max-width: 100%;"></a></p>
<p dir="auto">I think the font colour should be black instead.<br>
I use the webupd8 PPA ppa:webupd8team/atom on Ubuntu 14.04</p>
<p dir="auto">This issue can be worked around by using a dark UI theme. But with UI themes "One Light" and "Atom Light" the text is pretty much unreadable.</p> | <p dir="auto">Since the Bootstrap update with Atom Version 0.201.0 the keybindings displayed in the Command Palette are not readable anymore when using a light UI theme like One Light or Atom Light.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/176818/7784782/33eb840c-0172-11e5-90c9-43073e3c26a7.png"><img src="https://cloud.githubusercontent.com/assets/176818/7784782/33eb840c-0172-11e5-90c9-43073e3c26a7.png" alt="onelightkeybindings" style="max-width: 100%;"></a><br>
The new bootstrap now sets a white color for the <code class="notranslate">kbd</code> tag.</p> | 1 |
<p dir="auto">Gives an error while trying to add checked to first radio and checkbox<br>
Syntax error, unrecognized expression<br>
Syntax error, unrecognized expression</p>
<p dir="auto">code for form</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<form action="/submit-cat-photo">
<label><input type='radio' name='indoor-outdoor' checked> Indoor</label>
<label><input type='radio' name='indoor-outdoor'> Outdoor</label>
<br>
<label><input type='checkbox' name='personality' checked> Loving</label>
<label><input type='checkbox' name='personality'> Lazy</label>
<label><input type='checkbox' name='personality'> Crazy</label>
<br>
<input type='text' placeholder='cat photo URL' required>
<button type='submit'>Submit</button>
</form>"><pre class="notranslate"><code class="notranslate"><form action="/submit-cat-photo">
<label><input type='radio' name='indoor-outdoor' checked> Indoor</label>
<label><input type='radio' name='indoor-outdoor'> Outdoor</label>
<br>
<label><input type='checkbox' name='personality' checked> Loving</label>
<label><input type='checkbox' name='personality'> Lazy</label>
<label><input type='checkbox' name='personality'> Crazy</label>
<br>
<input type='text' placeholder='cat photo URL' required>
<button type='submit'>Submit</button>
</form>
</code></pre></div> | <p dir="auto">This issue is to track Syntax error popping up in the challenges.</p> | 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">main</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> This has already been asked to the <a href="https://github.com/celery/celery/discussions">discussions forum</a> first.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br>
<a href="https://docs.celeryq.dev/en/main/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/main">commit log</a><br>
to find out if the bug was already fixed in the main branch.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all related issues and possible duplicate issues<br>
in this issue (If there are none, check this box anyway).</li>
</ul>
<h2 dir="auto">Mandatory Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br>
(if you are not able to do this, then at least specify the Celery<br>
version affected).</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">main</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"> 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>
<p dir="auto">it was first reported in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3826927" data-permission-text="Title is private" data-url="https://github.com/celery/celery/discussions/7255" data-hovercard-type="discussion" data-hovercard-url="/celery/celery/discussions/7255/hovercard" href="https://github.com/celery/celery/discussions/7255">#7255</a></p>
<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>: 5.2.7</p>
<p dir="auto">software -> celery:5.2.7 (dawn-chorus) kombu:5.2.4 py:3.10.10<br>
billiard:3.6.4.0 py-amqp:5.1.1<br>
platform -> system:Linux arch:64bit<br>
kernel version:4.19.24-7.34.cbp.al7.x86_64 imp:CPython<br>
loader -> celery.loaders.default.Loader<br>
settings -> transport:amqp results:disabled</p>
<p dir="auto">deprecated_settings: None</p>
<details>
<summary><b><code class="notranslate">celery report</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="software -> celery:5.2.7 (dawn-chorus) kombu:5.2.4 py:3.10.10
billiard:3.6.4.0 redis:3.5.3
platform -> system:Linux arch:64bit
kernel version:4.19.24-7.34.cbp.al7.x86_64 imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:redis results:disabled
deprecated_settings: None
CELERY_BROKER_URL: 'redis://:********@dongtai-redis:6379/0'
CELERY_RESULT_EXPIRES: 600
CELERY_WORKER_TASK_LOG_FORMAT: '%(message)s'
CELERY_WORKER_LOG_FORMAT: '%(message)s'
CELERY_TASK_EAGER_PROPAGATES: True
CELERY_WORKER_REDIRECT_STDOUTS: True
CELERY_WORKER_REDIRECT_STDOUTS_LEVEL: 'ERROR'
CELERY_WORKER_MAX_TASKS_PER_CHILD: 5000
CELERY_TASK_SOFT_TIME_LIMIT: 3600
CELERY_TASK_REJECT_ON_WORKER_LOST: True
task_queues: [<unbound Queue dongtai-method-pool-scan -> <unbound Exchange dongtai-method-pool-scan(direct)> -> dongtai-method-pool-scan>,
<unbound Queue dongtai-replay-vul-scan -> <unbound Exchange dongtai-replay-vul-scan(direct)> -> dongtai-replay-vul-scan>,
<unbound Queue dongtai-sca-task -> <unbound Exchange dongtai-sca-task(direct)> -> dongtai-sca-task>,
<unbound Queue dongtai-function-flush-data -> <unbound Exchange dongtai-function-flush-data(direct)> -> dongtai-function-flush-data>,
<unbound Queue dongtai-es-save-task -> <unbound Exchange dongtai-es-save-task(direct)> -> dongtai-es-save-task>,
<unbound Queue dongtai-method-pool-try-to-bind-method-pool -> <unbound Exchange dongtai-method-pool-try-to-bind-method-pool(direct)> -> dongtai-method-pool-try-to-bind-method-pool>,
<unbound Queue dongtai-method-pool-judge_propagator -> <unbound Exchange dongtai-method-pool-judge_propagator(direct)> -> dongtai-method-pool-judge_propagator>,
<unbound Queue judge-and-append-stack-generic -> <unbound Exchange judge-and-append-stack-generic(direct)> -> judge-and-append-stack-generic>,
<unbound Queue dongtai-method-pool-update-chains -> <unbound Exchange dongtai-method-pool-update-chains(direct)> -> dongtai-method-pool-update-chains>,
<unbound Queue dongtai-export-report-task -> <unbound Exchange dongtai-export-report-task(direct)> -> dongtai-export-report-task>,
<unbound Queue dongtai-vul-notify-task -> <unbound Exchange dongtai-vul-notify-task(direct)> -> dongtai-vul-notify-task>,
<unbound Queue dongtai-vul-webhook-task -> <unbound Exchange dongtai-vul-webhook-task(direct)> -> dongtai-vul-webhook-task>,
<unbound Queue dongtai-asset-vul-notify-task -> <unbound Exchange dongtai-asset-vul-notify-task(direct)> -> dongtai-asset-vul-notify-task>,
<unbound Queue dongtai-method-pool-recheck -> <unbound Exchange dongtai-method-pool-recheck(direct)> -> dongtai-method-pool-recheck>,
<unbound Queue dongtai-periodic-task -> <unbound Exchange dongtai-periodic-task(direct)> -> dongtai-periodic-task>]
task_serializer: 'json'
result_serializer: 'json'
accept_content: ['json']
task_ignore_result: True
task_acks_late: True
task_acks_on_failure_or_timeout: True
broker_connection_retry_on_startup: False
broker_connection_max_retries: 0
broker_pool_limit: 1000
task_routes: {
'dongtai_common.utils.es.handle_batch_save': { 'exchange': 'dongtai-es-save-task',
'routing_key': '********'},
'dongtai_common.utils.es.handle_save': { 'exchange': 'dongtai-es-save-task',
'routing_key': '********'},
'dongtai_conf.plugin.plug_request_chains.try_to_bind_method_pool': { 'exchange': 'dongtai-method-pool-try-to-bind-method-pool',
'routing_key': '********'},
'dongtai_conf.plugin.plug_request_chains.update_chains': { 'exchange': 'dongtai-method-pool-update-chains',
'routing_key': '********'},
'dongtai_engine.chain_propagator_tasks.judge_propagator': { 'exchange': 'dongtai-method-pool-judge_propagator',
'routing_key': '********'},
'dongtai_engine.chain_tasks.judge_and_append_stack_generic': { 'exchange': 'judge-and-append-stack-generic',
'routing_key': '********'},
'dongtai_engine.elatic_search.data_correction': { 'exchange': 'dongtai-es-save-task',
'routing_key': '********'},
'dongtai_engine.plugins.data_clean': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_engine.preheat.function_flush': { 'exchange': 'dongtai-function-flush-data',
'routing_key': '********'},
'dongtai_engine.preheat.function_preheat': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_engine.signals.handlers.notify_controler.consume_notify_list': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_engine.signals.handlers.notify_controler.send_asset_vul_notify': { 'exchange': 'dongtai-asset-vul-notify-task',
'routing_key': '********'},
'dongtai_engine.signals.handlers.notify_controler.send_vul_notify': { 'exchange': 'dongtai-vul-notify-task',
'routing_key': '********'},
'dongtai_engine.signals.handlers.notify_controler.web_hook_app_task': { 'exchange': 'dongtai-vul-webhook-task',
'routing_key': '********'},
'dongtai_engine.tasks.clear_error_log': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_engine.tasks.export_report': { 'exchange': 'dongtai-export-report-task',
'routing_key': '********'},
'dongtai_engine.tasks.heartbeat': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_engine.tasks.search_vul_from_method_pool': { 'exchange': 'dongtai-method-pool-scan',
'routing_key': '********'},
'dongtai_engine.tasks.search_vul_from_replay_method_pool': { 'exchange': 'dongtai-replay-vul-scan',
'routing_key': '********'},
'dongtai_engine.tasks.update_agent_status': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_engine.tasks.vul_recheck': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_web.dongtai_sca.scan.utils.update_one_sca': { 'exchange': 'dongtai-sca-task',
'routing_key': '********'},
'dongtai_web.views.new_recheck.recheck': { 'exchange': 'dongtai-method-pool-recheck',
'routing_key': '********'}}
CELERY_ENABLE_UTC: False
timezone: 'Asia/Shanghai'
DJANGO_CELERY_BEAT_TZ_AWARE: False
CELERY_BEAT_SCHEDULER: 'django_celery_beat.schedulers:DatabaseScheduler'
"><pre class="notranslate"><code class="notranslate">software -> celery:5.2.7 (dawn-chorus) kombu:5.2.4 py:3.10.10
billiard:3.6.4.0 redis:3.5.3
platform -> system:Linux arch:64bit
kernel version:4.19.24-7.34.cbp.al7.x86_64 imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:redis results:disabled
deprecated_settings: None
CELERY_BROKER_URL: 'redis://:********@dongtai-redis:6379/0'
CELERY_RESULT_EXPIRES: 600
CELERY_WORKER_TASK_LOG_FORMAT: '%(message)s'
CELERY_WORKER_LOG_FORMAT: '%(message)s'
CELERY_TASK_EAGER_PROPAGATES: True
CELERY_WORKER_REDIRECT_STDOUTS: True
CELERY_WORKER_REDIRECT_STDOUTS_LEVEL: 'ERROR'
CELERY_WORKER_MAX_TASKS_PER_CHILD: 5000
CELERY_TASK_SOFT_TIME_LIMIT: 3600
CELERY_TASK_REJECT_ON_WORKER_LOST: True
task_queues: [<unbound Queue dongtai-method-pool-scan -> <unbound Exchange dongtai-method-pool-scan(direct)> -> dongtai-method-pool-scan>,
<unbound Queue dongtai-replay-vul-scan -> <unbound Exchange dongtai-replay-vul-scan(direct)> -> dongtai-replay-vul-scan>,
<unbound Queue dongtai-sca-task -> <unbound Exchange dongtai-sca-task(direct)> -> dongtai-sca-task>,
<unbound Queue dongtai-function-flush-data -> <unbound Exchange dongtai-function-flush-data(direct)> -> dongtai-function-flush-data>,
<unbound Queue dongtai-es-save-task -> <unbound Exchange dongtai-es-save-task(direct)> -> dongtai-es-save-task>,
<unbound Queue dongtai-method-pool-try-to-bind-method-pool -> <unbound Exchange dongtai-method-pool-try-to-bind-method-pool(direct)> -> dongtai-method-pool-try-to-bind-method-pool>,
<unbound Queue dongtai-method-pool-judge_propagator -> <unbound Exchange dongtai-method-pool-judge_propagator(direct)> -> dongtai-method-pool-judge_propagator>,
<unbound Queue judge-and-append-stack-generic -> <unbound Exchange judge-and-append-stack-generic(direct)> -> judge-and-append-stack-generic>,
<unbound Queue dongtai-method-pool-update-chains -> <unbound Exchange dongtai-method-pool-update-chains(direct)> -> dongtai-method-pool-update-chains>,
<unbound Queue dongtai-export-report-task -> <unbound Exchange dongtai-export-report-task(direct)> -> dongtai-export-report-task>,
<unbound Queue dongtai-vul-notify-task -> <unbound Exchange dongtai-vul-notify-task(direct)> -> dongtai-vul-notify-task>,
<unbound Queue dongtai-vul-webhook-task -> <unbound Exchange dongtai-vul-webhook-task(direct)> -> dongtai-vul-webhook-task>,
<unbound Queue dongtai-asset-vul-notify-task -> <unbound Exchange dongtai-asset-vul-notify-task(direct)> -> dongtai-asset-vul-notify-task>,
<unbound Queue dongtai-method-pool-recheck -> <unbound Exchange dongtai-method-pool-recheck(direct)> -> dongtai-method-pool-recheck>,
<unbound Queue dongtai-periodic-task -> <unbound Exchange dongtai-periodic-task(direct)> -> dongtai-periodic-task>]
task_serializer: 'json'
result_serializer: 'json'
accept_content: ['json']
task_ignore_result: True
task_acks_late: True
task_acks_on_failure_or_timeout: True
broker_connection_retry_on_startup: False
broker_connection_max_retries: 0
broker_pool_limit: 1000
task_routes: {
'dongtai_common.utils.es.handle_batch_save': { 'exchange': 'dongtai-es-save-task',
'routing_key': '********'},
'dongtai_common.utils.es.handle_save': { 'exchange': 'dongtai-es-save-task',
'routing_key': '********'},
'dongtai_conf.plugin.plug_request_chains.try_to_bind_method_pool': { 'exchange': 'dongtai-method-pool-try-to-bind-method-pool',
'routing_key': '********'},
'dongtai_conf.plugin.plug_request_chains.update_chains': { 'exchange': 'dongtai-method-pool-update-chains',
'routing_key': '********'},
'dongtai_engine.chain_propagator_tasks.judge_propagator': { 'exchange': 'dongtai-method-pool-judge_propagator',
'routing_key': '********'},
'dongtai_engine.chain_tasks.judge_and_append_stack_generic': { 'exchange': 'judge-and-append-stack-generic',
'routing_key': '********'},
'dongtai_engine.elatic_search.data_correction': { 'exchange': 'dongtai-es-save-task',
'routing_key': '********'},
'dongtai_engine.plugins.data_clean': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_engine.preheat.function_flush': { 'exchange': 'dongtai-function-flush-data',
'routing_key': '********'},
'dongtai_engine.preheat.function_preheat': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_engine.signals.handlers.notify_controler.consume_notify_list': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_engine.signals.handlers.notify_controler.send_asset_vul_notify': { 'exchange': 'dongtai-asset-vul-notify-task',
'routing_key': '********'},
'dongtai_engine.signals.handlers.notify_controler.send_vul_notify': { 'exchange': 'dongtai-vul-notify-task',
'routing_key': '********'},
'dongtai_engine.signals.handlers.notify_controler.web_hook_app_task': { 'exchange': 'dongtai-vul-webhook-task',
'routing_key': '********'},
'dongtai_engine.tasks.clear_error_log': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_engine.tasks.export_report': { 'exchange': 'dongtai-export-report-task',
'routing_key': '********'},
'dongtai_engine.tasks.heartbeat': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_engine.tasks.search_vul_from_method_pool': { 'exchange': 'dongtai-method-pool-scan',
'routing_key': '********'},
'dongtai_engine.tasks.search_vul_from_replay_method_pool': { 'exchange': 'dongtai-replay-vul-scan',
'routing_key': '********'},
'dongtai_engine.tasks.update_agent_status': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_engine.tasks.vul_recheck': { 'exchange': 'dongtai-periodic-task',
'routing_key': '********'},
'dongtai_web.dongtai_sca.scan.utils.update_one_sca': { 'exchange': 'dongtai-sca-task',
'routing_key': '********'},
'dongtai_web.views.new_recheck.recheck': { 'exchange': 'dongtai-method-pool-recheck',
'routing_key': '********'}}
CELERY_ENABLE_UTC: False
timezone: 'Asia/Shanghai'
DJANGO_CELERY_BEAT_TZ_AWARE: False
CELERY_BEAT_SCHEDULER: 'django_celery_beat.schedulers:DatabaseScheduler'
</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.10.10</li>
<li><strong>Minimal Celery Version</strong>: 5.2.7</li>
<li><strong>Minimal Kombu Version</strong>: 5.2.4</li>
<li><strong>Minimal Broker Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Version</strong>: N/A or Unknown</li>
<li><strong>Minimal OS and/or Kernel Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Broker Client Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Client Version</strong>: N/A or Unknown</li>
</ul>
<h3 dir="auto">Python Packages</h3>
<details>
<summary><b><code class="notranslate">pip freeze</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="aliyun-python-sdk-core==2.13.36
aliyun-python-sdk-core-v3==2.13.33
aliyun-python-sdk-kms==2.16.0
amqp==5.1.1
asgiref==3.6.0
asyncio-gevent==0.2.1
attrs==22.2.0
billiard==3.6.4.0
boto3==1.24.59
boto3-stubs==1.26.90
botocore==1.27.91
botocore-stubs==1.29.90
celery==5.2.7
certifi==2022.12.7
cffi==1.15.1
chardet==4.0.0
click==8.1.3
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.2.0
crcmod==1.7
cryptography==39.0.1
ddt==1.6.0
defusedxml==0.7.1
diff-match-patch==20200713
distlib==0.3.6
Django==3.2.18
django-celery-beat==2.2.0
django-cors-headers==3.14.0
django-cprofile-middleware==1.0.5
django-elasticsearch-dsl==7.2.2
django-filter==22.1
django-import-export==2.5.0
django-mock-queries==2.1.7
django-modeltranslation==0.17.7
django-ranged-response==0.2.0
django-redis==5.2.0
django-rest-framework-proxy==1.6.0
django-simple-captcha==0.5.17
django-stubs==1.15.0
django-stubs-ext==0.7.0
django-timezone-field==4.2.3
django-utils==0.0.2
django-utils-six==2.0
django-xff==1.3.0
djangorestframework==3.12.4
djangorestframework-stubs==1.9.1
docxcompose==1.3.4
docxtpl==0.16.0
drf-spectacular==0.22.1
elasticsearch==7.17.7
elasticsearch-dsl==7.4.1
et-xmlfile==1.1.0
filelock==3.10.0
gevent==21.12.0
greenlet==1.1.3.post0
id-validator==1.0.20
idna==2.10
inflection==0.5.1
Jinja2==3.1.2
jmespath==0.10.0
jq==1.3.0
jsonlog==4.0.0
jsonschema==4.17.0
kombu==5.2.4
lxml==4.9.1
MarkupPy==1.14
MarkupSafe==2.1.2
mock==5.0.1
model-bakery==1.10.1
mypy==1.0.1
mypy-extensions==1.0.0
mysqlclient==2.1.1
numpy==1.24.2
odfpy==1.4.1
openpyxl==3.0.9
oss2==2.13.1
packaging==21.3
pep8==1.7.1
Pillow==9.3.0
pipenv==2023.2.18
platformdirs==3.1.1
prompt-toolkit==3.0.38
pycparser==2.21
pycryptodome==3.17
pycryptodomex==3.14.1
PyMySQL==1.0.2
pyparsing==3.0.9
pyre2==0.3.6
pyrsistent==0.19.1
python-crontab==2.7.1
python-dateutil==2.8.2
python-docx==0.8.11
python-json-logger==2.0.7
pytz==2022.6
PyYAML==6.0
redis==3.5.3
requests==2.25.1
result==0.8.0
s3transfer==0.6.0
simhash==2.1.2
six==1.15.0
sqlparse==0.4.3
tablib==3.3.0
tomli==2.0.1
types-awscrt==0.16.12
types-PyMySQL==1.0.19.5
types-pyOpenSSL==23.0.0.4
types-pytz==2022.7.1.2
types-PyYAML==6.0.12.8
types-redis==4.5.1.5
types-requests==2.28.11.15
types-s3transfer==0.6.0.post5
types-urllib3==1.26.25.8
typing_extensions==4.5.0
uritemplate==4.1.1
urllib3==1.26.5
uWSGI==2.0.21
uwsgitop==0.11
vine==5.0.0
virtualenv==20.21.0
virtualenv-clone==0.5.7
wcwidth==0.2.6
xlrd==2.0.1
xlwt==1.3.0
zope.event==4.6
zope.interface==5.5.2"><pre class="notranslate"><code class="notranslate">aliyun-python-sdk-core==2.13.36
aliyun-python-sdk-core-v3==2.13.33
aliyun-python-sdk-kms==2.16.0
amqp==5.1.1
asgiref==3.6.0
asyncio-gevent==0.2.1
attrs==22.2.0
billiard==3.6.4.0
boto3==1.24.59
boto3-stubs==1.26.90
botocore==1.27.91
botocore-stubs==1.29.90
celery==5.2.7
certifi==2022.12.7
cffi==1.15.1
chardet==4.0.0
click==8.1.3
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.2.0
crcmod==1.7
cryptography==39.0.1
ddt==1.6.0
defusedxml==0.7.1
diff-match-patch==20200713
distlib==0.3.6
Django==3.2.18
django-celery-beat==2.2.0
django-cors-headers==3.14.0
django-cprofile-middleware==1.0.5
django-elasticsearch-dsl==7.2.2
django-filter==22.1
django-import-export==2.5.0
django-mock-queries==2.1.7
django-modeltranslation==0.17.7
django-ranged-response==0.2.0
django-redis==5.2.0
django-rest-framework-proxy==1.6.0
django-simple-captcha==0.5.17
django-stubs==1.15.0
django-stubs-ext==0.7.0
django-timezone-field==4.2.3
django-utils==0.0.2
django-utils-six==2.0
django-xff==1.3.0
djangorestframework==3.12.4
djangorestframework-stubs==1.9.1
docxcompose==1.3.4
docxtpl==0.16.0
drf-spectacular==0.22.1
elasticsearch==7.17.7
elasticsearch-dsl==7.4.1
et-xmlfile==1.1.0
filelock==3.10.0
gevent==21.12.0
greenlet==1.1.3.post0
id-validator==1.0.20
idna==2.10
inflection==0.5.1
Jinja2==3.1.2
jmespath==0.10.0
jq==1.3.0
jsonlog==4.0.0
jsonschema==4.17.0
kombu==5.2.4
lxml==4.9.1
MarkupPy==1.14
MarkupSafe==2.1.2
mock==5.0.1
model-bakery==1.10.1
mypy==1.0.1
mypy-extensions==1.0.0
mysqlclient==2.1.1
numpy==1.24.2
odfpy==1.4.1
openpyxl==3.0.9
oss2==2.13.1
packaging==21.3
pep8==1.7.1
Pillow==9.3.0
pipenv==2023.2.18
platformdirs==3.1.1
prompt-toolkit==3.0.38
pycparser==2.21
pycryptodome==3.17
pycryptodomex==3.14.1
PyMySQL==1.0.2
pyparsing==3.0.9
pyre2==0.3.6
pyrsistent==0.19.1
python-crontab==2.7.1
python-dateutil==2.8.2
python-docx==0.8.11
python-json-logger==2.0.7
pytz==2022.6
PyYAML==6.0
redis==3.5.3
requests==2.25.1
result==0.8.0
s3transfer==0.6.0
simhash==2.1.2
six==1.15.0
sqlparse==0.4.3
tablib==3.3.0
tomli==2.0.1
types-awscrt==0.16.12
types-PyMySQL==1.0.19.5
types-pyOpenSSL==23.0.0.4
types-pytz==2022.7.1.2
types-PyYAML==6.0.12.8
types-redis==4.5.1.5
types-requests==2.28.11.15
types-s3transfer==0.6.0.post5
types-urllib3==1.26.25.8
typing_extensions==4.5.0
uritemplate==4.1.1
urllib3==1.26.5
uWSGI==2.0.21
uwsgitop==0.11
vine==5.0.0
virtualenv==20.21.0
virtualenv-clone==0.5.7
wcwidth==0.2.6
xlrd==2.0.1
xlwt==1.3.0
zope.event==4.6
zope.interface==5.5.2
</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="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function.apply_async(expires=datetime.now() +timedelta(hours=3),)"><pre class="notranslate"><code class="notranslate">function.apply_async(expires=datetime.now() +timedelta(hours=3),)
</code></pre></div>
<p dir="auto">then use</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="self.retry(exc=e, countdown=delay)"><pre class="notranslate"><code class="notranslate">self.retry(exc=e, countdown=delay)
</code></pre></div>
<p dir="auto"></p>
</details>
<h1 dir="auto">Expected Behavior</h1>
<p dir="auto">Perform retries without error.</p>
<h1 dir="auto">Actual Behavior</h1>
<p dir="auto">2023-03-16T17:21:20.663973<br>
<class 'str'><br>
2023-03-16T17:21:20.663973<br>
<class 'str'><br>
Task dongtai_engine.tasks.search_vul_from_method_pool[8df36afe-850e-4698-ab3c-cd59900b3381] reject requeue=False: '<' not supported between instances of 'str' and 'int'<br>
Traceback (most recent call last):<br>
File "/opt/dongtai/dongtai_engine/tasks.py", line 242, in search_vul_from_method_pool<br>
raise RetryableException(f'漏洞检测方法池 {method_pool_sign} 不存在,重试第 {tries} 次')<br>
dongtai_engine.tasks.RetryableException: 漏洞检测方法池 832a71cc504f47ad9c7ebccff2d838ea 不存在,重试第 1 次</p>
<p dir="auto">During handling of the above exception, another exception occurred:</p>
<p dir="auto">Traceback (most recent call last):<br>
File "/usr/local/lib/python3.10/site-packages/celery/app/task.py", line 734, in retry<br>
S.apply_async()<br>
File "/usr/local/lib/python3.10/site-packages/celery/canvas.py", line 219, in apply_async<br>
return _apply(args, kwargs, **options)<br>
File "/usr/local/lib/python3.10/site-packages/celery/app/task.py", line 575, in apply_async<br>
return app.send_task(<br>
File "/usr/local/lib/python3.10/site-packages/celery/app/base.py", line 744, in send_task<br>
if expires_s < 0:<br>
TypeError: '<' not supported between instances of 'str' and 'int'</p>
<p dir="auto">During handling of the above exception, another exception occurred:</p>
<p dir="auto">Traceback (most recent call last):<br>
File "/usr/local/lib/python3.10/site-packages/celery/app/trace.py", line 451, in trace_task<br>
R = retval = fun(*args, **kwargs)<br>
File "/usr/local/lib/python3.10/site-packages/celery/app/trace.py", line 734, in <strong>protected_call</strong><br>
return self.run(*args, **kwargs)<br>
File "/opt/dongtai/dongtai_engine/tasks.py", line 272, in search_vul_from_method_pool<br>
self.retry(exc=e, countdown=delay)<br>
File "/usr/local/lib/python3.10/site-packages/celery/app/task.py", line 736, in retry<br>
raise Reject(exc, requeue=False)<br>
celery.exceptions.Reject: (TypeError("'<' not supported between instances of 'str' and 'int'"), False)</p> | <p dir="auto">I'm wondering if we can ditch the prefork pool and use subprocesses that communicate using pipes. Possibly even stdin/stdout.<br>
Would that resolve a lot of the limitations of preforking such as running threads inside the master celery process and running other subprocesses?<br>
What are the limitations of such design?</p> | 0 |
<h3 dir="auto">Environment info</h3>
<p dir="auto">Operating System: Ubuntu 14.04 LTS 64-bit</p>
<p dir="auto">Installed version of CUDA and cuDNN: none</p>
<p dir="auto">If installed from source, provide</p>
<ol dir="auto">
<li>The commit hash (<code class="notranslate">git rev-parse HEAD</code>): <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/tensorflow/tensorflow/commit/fc9162975e52978d3af38549b570cc3cc5f0ab66/hovercard" href="https://github.com/tensorflow/tensorflow/commit/fc9162975e52978d3af38549b570cc3cc5f0ab66"><tt>fc91629</tt></a></li>
<li>The output of <code class="notranslate">bazel version</code></li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Build label: 0.3.0
Build target: bazel-out/local-fastbuild/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
Build time: Fri Jun 10 11:38:23 2016 (1465558703)
Build timestamp: 1465558703
Build timestamp as int: 1465558703"><pre class="notranslate"><code class="notranslate">Build label: 0.3.0
Build target: bazel-out/local-fastbuild/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
Build time: Fri Jun 10 11:38:23 2016 (1465558703)
Build timestamp: 1465558703
Build timestamp as int: 1465558703
</code></pre></div>
<h3 dir="auto">Steps to reproduce</h3>
<ol dir="auto">
<li>Copy the IPython Notebook for Assignment 6 of Udacity's deep learning course (<a href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/udacity/6_lstm.ipynb">here</a>)</li>
<li>Change <code class="notranslate">saved_sample_output = tf.Variable(tf.zeros([1, num_nodes]))</code> to <code class="notranslate">saved_sample_output = tf.Variable(tf.zeros([1, num_nodes]), name="saved_sample_output")</code></li>
<li>Modify the code like so:</li>
</ol>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="with tf.Session(graph=graph) as session:
tf.initialize_all_variables().run()
print('Initialized')
mean_loss = 0
# code omitted (no changes)
# new code below:
saver = tf.train.Saver(tf.all_variables())
saver.save(session, '/home/me/Documents/checkpoint.ckpt', write_meta_graph=False)
tf.train.write_graph(graph.as_graph_def(), '/home/me/Documents', 'graph.pb')"><pre class="notranslate"><span class="pl-k">with</span> <span class="pl-s1">tf</span>.<span class="pl-v">Session</span>(<span class="pl-s1">graph</span><span class="pl-c1">=</span><span class="pl-s1">graph</span>) <span class="pl-k">as</span> <span class="pl-s1">session</span>:
<span class="pl-s1">tf</span>.<span class="pl-en">initialize_all_variables</span>().<span class="pl-en">run</span>()
<span class="pl-en">print</span>(<span class="pl-s">'Initialized'</span>)
<span class="pl-s1">mean_loss</span> <span class="pl-c1">=</span> <span class="pl-c1">0</span>
<span class="pl-c"># code omitted (no changes)</span>
<span class="pl-c"># new code below:</span>
<span class="pl-s1">saver</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-s1">train</span>.<span class="pl-v">Saver</span>(<span class="pl-s1">tf</span>.<span class="pl-en">all_variables</span>())
<span class="pl-s1">saver</span>.<span class="pl-en">save</span>(<span class="pl-s1">session</span>, <span class="pl-s">'/home/me/Documents/checkpoint.ckpt'</span>, <span class="pl-s1">write_meta_graph</span><span class="pl-c1">=</span><span class="pl-c1">False</span>)
<span class="pl-s1">tf</span>.<span class="pl-s1">train</span>.<span class="pl-en">write_graph</span>(<span class="pl-s1">graph</span>.<span class="pl-en">as_graph_def</span>(), <span class="pl-s">'/home/me/Documents'</span>, <span class="pl-s">'graph.pb'</span>)</pre></div>
<ol dir="auto">
<li>Run.</li>
<li>Verify that <code class="notranslate">checkpoint.ckpt</code> and <code class="notranslate">graph.pb</code> have been successfully created in the directory.</li>
<li>In the tensorflow source directory, run:</li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="bazel build tensorflow/python/tools:freeze_graph && bazel-bin/tensorflow/python/tools/freeze_graph --input_graph=/home/me/Documents/graph.pb --input_checkpoint=/home/me/Documents/checkpoint.ckpt --output_graph=/home/me/Documents/frozen_graph.pb --output_node_names=saved_sample_output"><pre class="notranslate"><code class="notranslate">bazel build tensorflow/python/tools:freeze_graph && bazel-bin/tensorflow/python/tools/freeze_graph --input_graph=/home/me/Documents/graph.pb --input_checkpoint=/home/me/Documents/checkpoint.ckpt --output_graph=/home/me/Documents/frozen_graph.pb --output_node_names=saved_sample_output
</code></pre></div>
<h3 dir="auto">What have you tried?</h3>
<p dir="auto">Checked the <code class="notranslate">graph.pb</code> file to make sure that node had actually been named properly. Seems like it was:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# other stuff
node {
name: "saved_sample_output"
op: "Variable"
attr {
key: "container"
value {
s: ""
}
}
attr {
key: "dtype"
value {
type: DT_FLOAT
}
}
attr {
key: "shape"
value {
shape {
dim {
size: 1
}
dim {
size: 64
}
}
}
}
attr {
key: "shared_name"
value {
s: ""
}
}
}
# etc."><pre class="notranslate"><code class="notranslate"># other stuff
node {
name: "saved_sample_output"
op: "Variable"
attr {
key: "container"
value {
s: ""
}
}
attr {
key: "dtype"
value {
type: DT_FLOAT
}
}
attr {
key: "shape"
value {
shape {
dim {
size: 1
}
dim {
size: 64
}
}
}
}
attr {
key: "shared_name"
value {
s: ""
}
}
}
# etc.
</code></pre></div>
<p dir="auto">I'm pretty much stumped with this one since <a href="https://stackoverflow.com/questions/38958662/tensorflow-what-are-the-output-node-names-for-freeze-graph-py-in-the-model-wi" rel="nofollow">this</a> issue on StackOverflow says to pass in a name parameter for the node you want, which is what I did, to no avail (even without the name parameter, it still gave the same error).<br>
<strong>Edit:</strong> Got freeze_graph to run successfully with the <code class="notranslate">sample_prediction</code> node (changed <code class="notranslate">sample_prediction = tf.nn.softmax(tf.nn.xw_plus_b(sample_output, w, b))</code> to <code class="notranslate">sample_prediction = tf.nn.softmax(tf.nn.xw_plus_b(sample_output, w, b), name="sample_prediction")</code>). However, I still haven't figured out why that worked, and this didn't.</p>
<h3 dir="auto">Logs or other output that would be helpful</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "/home/me/tf_m/tensorflow/bazel-bin/tensorflow/python/tools/freeze_graph.runfiles/org_tensorflow/tensorflow/python/tools/freeze_graph.py", line 134, in <module>
tf.app.run()
File "/home/me/tf_m/tensorflow/bazel-bin/tensorflow/python/tools/freeze_graph.runfiles/org_tensorflow/tensorflow/python/platform/app.py", line 30, in run
sys.exit(main(sys.argv))
File "/home/me/tf_m/tensorflow/bazel-bin/tensorflow/python/tools/freeze_graph.runfiles/org_tensorflow/tensorflow/python/tools/freeze_graph.py", line 131, in main
FLAGS.output_graph, FLAGS.clear_devices, FLAGS.initializer_nodes)
File "/home/me/tf_m/tensorflow/bazel-bin/tensorflow/python/tools/freeze_graph.runfiles/org_tensorflow/tensorflow/python/tools/freeze_graph.py", line 120, in freeze_graph
sess, input_graph_def, output_node_names.split(","))
File "/home/me/tf_m/tensorflow/bazel-bin/tensorflow/python/tools/freeze_graph.runfiles/org_tensorflow/tensorflow/python/framework/graph_util.py", line 232, in convert_variables_to_constants
inference_graph = extract_sub_graph(input_graph_def, output_node_names)
File "/home/me/tf_m/tensorflow/bazel-bin/tensorflow/python/tools/freeze_graph.runfiles/org_tensorflow/tensorflow/python/framework/graph_util.py", line 156, in extract_sub_graph
assert d in name_to_node_map, "%s is not in graph" % d
AssertionError: saved_sample_output is not in graph"><pre class="notranslate"><code class="notranslate">Traceback (most recent call last):
File "/home/me/tf_m/tensorflow/bazel-bin/tensorflow/python/tools/freeze_graph.runfiles/org_tensorflow/tensorflow/python/tools/freeze_graph.py", line 134, in <module>
tf.app.run()
File "/home/me/tf_m/tensorflow/bazel-bin/tensorflow/python/tools/freeze_graph.runfiles/org_tensorflow/tensorflow/python/platform/app.py", line 30, in run
sys.exit(main(sys.argv))
File "/home/me/tf_m/tensorflow/bazel-bin/tensorflow/python/tools/freeze_graph.runfiles/org_tensorflow/tensorflow/python/tools/freeze_graph.py", line 131, in main
FLAGS.output_graph, FLAGS.clear_devices, FLAGS.initializer_nodes)
File "/home/me/tf_m/tensorflow/bazel-bin/tensorflow/python/tools/freeze_graph.runfiles/org_tensorflow/tensorflow/python/tools/freeze_graph.py", line 120, in freeze_graph
sess, input_graph_def, output_node_names.split(","))
File "/home/me/tf_m/tensorflow/bazel-bin/tensorflow/python/tools/freeze_graph.runfiles/org_tensorflow/tensorflow/python/framework/graph_util.py", line 232, in convert_variables_to_constants
inference_graph = extract_sub_graph(input_graph_def, output_node_names)
File "/home/me/tf_m/tensorflow/bazel-bin/tensorflow/python/tools/freeze_graph.runfiles/org_tensorflow/tensorflow/python/framework/graph_util.py", line 156, in extract_sub_graph
assert d in name_to_node_map, "%s is not in graph" % d
AssertionError: saved_sample_output is not in graph
</code></pre></div> | <p dir="auto">When a conv2d operator has a stride greater than the kernel size, the following error is thrown:<br>
<code class="notranslate">ValueError: ('stride must be less than or equal to filter size', 'stride: [2x2] filter: [Dimension(1)xDimension(1)]')</code><br>
This makes implementing the 1x1 convolutions used to reduce spatial resolution in several papers (MSRA 2015 among others) awkward. Also, a convolution with stride greater than kernel size may be unusual but is it still well defined. Fixing this may be as simple as removing this assertion.<br>
Thanks to everyone who developed TensorFlow, it's a fascinating tool.</p> | 0 |
<p dir="auto">When creating a default Vite project with TypeScript, importing local modules does not work.<br>
Below is a simple example when installing Vite, then Playwright, and adding an import to the test file. cause a 'Cannot find module' error. No tests are found in this case by the runner.</p>
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [1.32.2]</li>
<li>Operating System: [Windows 10]</li>
<li>Browser: [All,]</li>
</ul>
<h3 dir="auto">Source code</h3>
<p dir="auto"><strong>Link to the GitHub repository with the repro</strong><br>
<a href="https://github.com/apisarev/pw-test">https://github.com/apisarev/pw-test</a></p>
<p dir="auto"><strong>Steps</strong></p>
<p dir="auto">Run <code class="notranslate">npx playwright test</code> with the repo</p>
<p dir="auto">OR</p>
<ol dir="auto">
<li><code class="notranslate">npm create vite@latest pw-test -- --template vanilla-ts</code></li>
<li><code class="notranslate">cd pw-test</code></li>
<li><code class="notranslate">npm install</code></li>
<li><code class="notranslate">npm init playwright@latest</code> // With default parameters</li>
<li><code class="notranslate">npx playwright tes</code>t // All good</li>
<li>Add file tests/utisl.ts: <code class="notranslate">export const testValue = 1;</code></li>
<li>import and use it in tests/example.spec.ts:</li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import { test, expect } from '@playwright/test';
import { testValue } from './utils';
test('has title', async ({ page }) => {
console.log(testValue);
// the rest of the code"><pre class="notranslate"><code class="notranslate">import { test, expect } from '@playwright/test';
import { testValue } from './utils';
test('has title', async ({ page }) => {
console.log(testValue);
// the rest of the code
</code></pre></div>
<ol start="8" dir="auto">
<li><code class="notranslate">npx playwright test</code></li>
</ol>
<p dir="auto"><strong>Expected</strong></p>
<p dir="auto">Running 6 tests using 4 workers<br>
6 passed</p>
<p dir="auto"><strong>Actual</strong></p>
<p dir="auto">Cannot find module '...\pw-test\tests\utils'<br>
Error: No tests found</p> | <p dir="auto"><strong>Context:</strong></p>
<ul dir="auto">
<li>SvelteKit 1.0</li>
<li>Windows 11</li>
<li>Playwright 1.28.1 (comes with SvelteKit 1.0)</li>
</ul>
<h1 dir="auto">Code Snippet</h1>
<p dir="auto"><strong>tests/tests.ts</strong></p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import { expect, test } from '@playwright/test';
import { my_module } from './utils';
test('index page has expected h1', async ({ page }) => {
console.log(my_module);
await page.goto('/');
expect(await page.textContent('h1')).toBe('Welcome to SvelteKit');
});"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-kos">{</span> <span class="pl-s1">expect</span><span class="pl-kos">,</span> <span class="pl-s1">test</span> <span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'@playwright/test'</span><span class="pl-kos">;</span>
<span class="pl-k">import</span> <span class="pl-kos">{</span> <span class="pl-s1">my_module</span> <span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'./utils'</span><span class="pl-kos">;</span>
<span class="pl-en">test</span><span class="pl-kos">(</span><span class="pl-s">'index page has expected h1'</span><span class="pl-kos">,</span> <span class="pl-k">async</span> <span class="pl-kos">(</span><span class="pl-kos">{</span> page <span class="pl-kos">}</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
<span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s1">my_module</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">await</span> <span class="pl-s1">page</span><span class="pl-kos">.</span><span class="pl-en">goto</span><span class="pl-kos">(</span><span class="pl-s">'/'</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-en">expect</span><span class="pl-kos">(</span><span class="pl-k">await</span> <span class="pl-s1">page</span><span class="pl-kos">.</span><span class="pl-en">textContent</span><span class="pl-kos">(</span><span class="pl-s">'h1'</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">toBe</span><span class="pl-kos">(</span><span class="pl-s">'Welcome to SvelteKit'</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>tests/utils.ts</strong></p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export const my_module = 'testing buddy!';"><pre class="notranslate"><span class="pl-k">export</span> <span class="pl-k">const</span> <span class="pl-s1">my_module</span> <span class="pl-c1">=</span> <span class="pl-s">'testing buddy!'</span><span class="pl-kos">;</span></pre></div>
<p dir="auto"><strong>Describe the bug</strong></p>
<p dir="auto">I run <code class="notranslate">npm run test</code> and I get this error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Error: Cannot find module 'C:\web projects\testing-import\tests\utils'
imported from C:\web projects\testing-import\tests\test.ts"><pre class="notranslate"><code class="notranslate">Error: Cannot find module 'C:\web projects\testing-import\tests\utils'
imported from C:\web projects\testing-import\tests\test.ts
</code></pre></div>
<p dir="auto">This is a brand new SvelteKit project with Playwright. All I did was add those two files. I created a repo regardless:</p>
<p dir="auto"><a href="https://github.com/jdgamble555/testing-import">https://github.com/jdgamble555/testing-import</a></p>
<p dir="auto">Playwright is supposed to support Typescript <a href="https://playwright.dev/docs/test-typescript" rel="nofollow">out-of-the-box</a>.</p>
<p dir="auto">How can I get a basic TS import working?</p>
<p dir="auto">J</p>
<hr>
<p dir="auto">I also am not using any fancy TS Module alias etc... just basic importing.</p> | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop" rel="nofollow">Rossen Stoyanchev</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8694?redirect=false" rel="nofollow">SPR-8694</a></strong> and commented</p>
<p dir="auto">This issue was pointed out in a comment by Doug Breaux under <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398113213" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/13131" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/13131/hovercard" href="https://github.com/spring-projects/spring-framework/issues/13131">#13131</a>:</p>
<p dir="auto"><a href="https://jira.springsource.org/browse/SPR-8485?focusedCommentId=67922&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-67922" rel="nofollow">https://jira.springsource.org/browse/SPR-8485?focusedCommentId=67922&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-67922</a></p>
<p dir="auto">The InputTag always renders type="text". Since type is not declared as an attribute in spring-forms.tld when the type attribute is added (e.g. type="email") it gets rendered a second time. Browsers seem to deal with it, hence the current priority of "Minor".</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 3.0.6</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="398113213" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/13131" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/13131/hovercard" href="https://github.com/spring-projects/spring-framework/issues/13131">#13131</a> Spring MVC form binding tags for new HTML5 form field types would be nice</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/c290a4e68a288fa9734a7d87258b5e0bfb4bff03/hovercard" href="https://github.com/spring-projects/spring-framework/commit/c290a4e68a288fa9734a7d87258b5e0bfb4bff03"><tt>c290a4e</tt></a></p>
<p dir="auto">1 votes, 5 watchers</p> | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer" rel="nofollow">Dave Syer</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8404?redirect=false" rel="nofollow">SPR-8404</a></strong> and commented</p>
<p dir="auto">Please undeprecate XmlBeanFactory. It's only a few lines of code, so not a big deal to keep it I would have thought. It's really useful for testing, and those few lines have to be duplicated, plus I never remember how to do it.</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 3.1 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="398184403" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/18064" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/18064/hovercard" href="https://github.com/spring-projects/spring-framework/issues/18064">#18064</a> Revisit remaining XmlBeanFactory usage in reference documentation</li>
</ul> | 0 |
<h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">Works fine in 1.6.3, broken in Ansible 1.7.0</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">OSX Mavericks 10.9.4</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">Running an unrachive task with a .tgz file with hundreds of files in it is unusably slow or possibly broken in Ansible 1.7.0. Looking at top on the remote system, I see the task finishes after a few seconds. However on my master the ansible Python process's CPU usage hits 100%. I ran it a few times and only waited a few minutes each time, but this tasks only takes a few seconds in 1.6.3.</p>
<h5 dir="auto">Steps To Reproduce:</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- name: unpack sources
unarchive: src={{ appfile_Location }}/{{ appfile }} dest={{ root_path }} copy=no"><pre class="notranslate"><code class="notranslate">- name: unpack sources
unarchive: src={{ appfile_Location }}/{{ appfile }} dest={{ root_path }} copy=no
</code></pre></div>
<p dir="auto">Where <code class="notranslate">src</code> is a .tgz file with hundreds of files.</p>
<h5 dir="auto">Expected Results:</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TASK: [ ... | unpack sources] *****
...
Copying '/webapps/mathprojects/server/copa/users/static/fonts/LightLight.woff'\n\n265 static files copied to '/webapps/mathprojects/server/static'."}"><pre class="notranslate"><code class="notranslate">TASK: [ ... | unpack sources] *****
...
Copying '/webapps/mathprojects/server/copa/users/static/fonts/LightLight.woff'\n\n265 static files copied to '/webapps/mathprojects/server/static'."}
</code></pre></div>
<h5 dir="auto">Actual Results:</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TASK: [ ... | unpack sources] *****"><pre class="notranslate"><code class="notranslate">TASK: [ ... | unpack sources] *****
</code></pre></div>
<p dir="auto">^^^ ansible hangs here and master CPU process hits 100% for a long time.</p> | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">devel branch HEAD</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Ubuntu 14.04 and OSX</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">Unarchive task seems to hang.<br>
Looking at a process listing, the tar command finishes, and then the ansible task process stays pegged at 100% CPU</p>
<h5 dir="auto">Steps To Reproduce:</h5>
<ol dir="auto">
<li>Create large tar archive.<br>
(Listing of our tar file contents: <a href="https://gist.github.com/leth/bc059d52be90b1ef9e14">https://gist.github.com/leth/bc059d52be90b1ef9e14</a> )</li>
<li>unarchive tar using ansible</li>
<li>Watch</li>
</ol>
<h5 dir="auto">Expected Results:</h5>
<p dir="auto">I'd expect this to complete within reasonable time</p>
<h5 dir="auto">Actual Results:</h5>
<p dir="auto">This task does not ever seem to complete</p> | 1 |
<p dir="auto">JSX code for me that works on Node 5.11 is failing with Node 6. It appears to be a problem with the Acorn module Webpack is relying on.</p>
<blockquote>
<p dir="auto">ERROR in ./src/index.js<br>
Module parse failed: c:\code\app\src\index.js Unexpected token (17:2)<br>
You may need an appropriate loader to handle this file type.<br>
SyntaxError: Unexpected token (17:2)<br>
at Parser.pp.raise (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:920:13)<br>
at Parser.pp.unexpected (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:1483:8)<br>
at Parser.pp.parseExprAtom (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:330:12)<br>
at Parser.pp.parseExprSubscripts (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:225:19)<br>
at Parser.pp.parseMaybeUnary (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:204:17)<br>
at Parser.pp.parseExprOps (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:151:19)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="at Parser.pp.parseMaybeConditional (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:133:19)
at Parser.pp.parseMaybeAssign (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:110:19)
at Parser.pp.parseExprList (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:657:23)
at Parser.pp.parseSubscripts (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:249:29)"><pre class="notranslate"><code class="notranslate">at Parser.pp.parseMaybeConditional (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:133:19)
at Parser.pp.parseMaybeAssign (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:110:19)
at Parser.pp.parseExprList (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:657:23)
at Parser.pp.parseSubscripts (C:\code\canopy-app\node_modules\webpack\node_modules\acorn\dist\acorn.js:249:29)
</code></pre></div>
<p dir="auto">@ multi main</p>
</blockquote>
<p dir="auto">Extra info:</p>
<p dir="auto">Webpack version: 1.13.0</p>
<p dir="auto">Referenced Acorn version within Webpack's node_modules: 3.1.0</p>
<p dir="auto">Chunk of code the parser is choking on:</p>
<p dir="auto"><code class="notranslate">render( <Root />, document.getElementById('root') );</code></p>
<p dir="auto">It seems to just choke on basic JSX syntax. However, if I downgrade Node back to 5.11 it works as it should.</p> | <p dir="auto">In reference to <a href="https://github.com/webpack/webpack/issues/9802#issuecomment-696014390" data-hovercard-type="issue" data-hovercard-url="/webpack/webpack/issues/9802/hovercard">this</a></p>
<h2 dir="auto">Current behavior</h2>
<p dir="auto">Same module found in multiple chunks</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/13101565/93846566-c0c4f680-fce7-11ea-9a11-1f3ac87af119.png"><img width="1792" alt="Screen Shot 2020-09-22 at 3 24 44 pm" src="https://user-images.githubusercontent.com/13101565/93846566-c0c4f680-fce7-11ea-9a11-1f3ac87af119.png" style="max-width: 100%;"></a></p>
<h2 dir="auto">Steps to reproduce:</h2>
<p dir="auto"><a href="https://github.com/mustafawm/wp-splitchunks-issue">This repo</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="npm i
npm run build"><pre class="notranslate"><code class="notranslate">npm i
npm run build
</code></pre></div>
<p dir="auto"><code class="notranslate"><Map /></code> is used in different places (lazy-loaded in some).</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// App.tsx
const AuthenticatedApp = lazyLoad(() => import('./Authenticated'));
const UnAuthenticatedApp = lazyLoad(() => import('./UnAuthenticated'));
export default function AppRoutes() {
const random = Math.random() * 10;
// if authed
if (random < 6) {
return <AuthenticatedApp />;
}
return <UnAuthenticatedApp />;
}"><pre class="notranslate"><span class="pl-c">// App.tsx</span>
<span class="pl-k">const</span> <span class="pl-v">AuthenticatedApp</span> <span class="pl-c1">=</span> <span class="pl-en">lazyLoad</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-k">import</span><span class="pl-kos">(</span><span class="pl-s">'./Authenticated'</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-v">UnAuthenticatedApp</span> <span class="pl-c1">=</span> <span class="pl-en">lazyLoad</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-k">import</span><span class="pl-kos">(</span><span class="pl-s">'./UnAuthenticated'</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-k">function</span> <span class="pl-v">AppRoutes</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">random</span> <span class="pl-c1">=</span> <span class="pl-v">Math</span><span class="pl-kos">.</span><span class="pl-en">random</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">*</span> <span class="pl-c1">10</span><span class="pl-kos">;</span>
<span class="pl-c">// if authed</span>
<span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-s1">random</span> <span class="pl-c1"><</span> <span class="pl-c1">6</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">return</span> <span class="pl-c1"><</span><span class="pl-v">AuthenticatedApp</span> <span class="pl-c1">/</span><span class="pl-c1">></span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">return</span> <span class="pl-c1"><</span><span class="pl-v">UnAuthenticatedApp</span> <span class="pl-c1">/</span><span class="pl-c1">></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="// Authenticated.tsx
const MapUsed1 = lazyLoad(() => import('app/MapUsed1'));
const MapUsed2 = lazyLoad(() => import('app/MapUsed2'));
export default function AuthenticatedRoutes() {
return (
<Routes>
<Route path="profile" element={<MapUsed1 />} />
<Route path="send" element={<MapUsed2 />} />
</Routes>
);
}"><pre class="notranslate"><span class="pl-c">// Authenticated.tsx</span>
<span class="pl-k">const</span> <span class="pl-v">MapUsed1</span> <span class="pl-c1">=</span> <span class="pl-en">lazyLoad</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-k">import</span><span class="pl-kos">(</span><span class="pl-s">'app/MapUsed1'</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-v">MapUsed2</span> <span class="pl-c1">=</span> <span class="pl-en">lazyLoad</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-k">import</span><span class="pl-kos">(</span><span class="pl-s">'app/MapUsed2'</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-k">function</span> <span class="pl-v">AuthenticatedRoutes</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">return</span> <span class="pl-kos">(</span>
<span class="pl-c1"><</span><span class="pl-ent">Routes</span><span class="pl-c1">></span>
<span class="pl-c1"><</span><span class="pl-ent">Route</span> <span class="pl-c1">path</span><span class="pl-c1">=</span><span class="pl-s">"profile"</span> <span class="pl-c1">element</span><span class="pl-c1">=</span><span class="pl-kos">{</span><span class="pl-c1"><</span><span class="pl-v">MapUsed1</span> <span class="pl-c1">/</span><span class="pl-c1">></span><span class="pl-kos">}</span> <span class="pl-c1">/</span><span class="pl-c1">></span>
<span class="pl-c1"><</span><span class="pl-ent">Route</span> <span class="pl-c1">path</span><span class="pl-c1">=</span><span class="pl-s">"send"</span> <span class="pl-c1">element</span><span class="pl-c1">=</span><span class="pl-kos">{</span><span class="pl-c1"><</span><span class="pl-v">MapUsed2</span> <span class="pl-c1">/</span><span class="pl-c1">></span><span class="pl-kos">}</span> <span class="pl-c1">/</span><span class="pl-c1">></span>
<span class="pl-c1"><</span><span class="pl-c1">/</span><span class="pl-ent">Routes</span><span class="pl-c1">></span>
<span class="pl-kos">)</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="// UnAuthed.tsx
export default function UnauthenticatedRoutes() {
return (
<Routes>
<Route path="signup" element={<MapUsed3 />} />
</Routes>
);
}"><pre class="notranslate"><span class="pl-c">// UnAuthed.tsx</span>
<span class="pl-k">export</span> <span class="pl-k">default</span> <span class="pl-k">function</span> <span class="pl-v">UnauthenticatedRoutes</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">return</span> <span class="pl-kos">(</span>
<span class="pl-c1"><</span><span class="pl-ent">Routes</span><span class="pl-c1">></span>
<span class="pl-c1"><</span><span class="pl-ent">Route</span> <span class="pl-c1">path</span><span class="pl-c1">=</span><span class="pl-s">"signup"</span> <span class="pl-c1">element</span><span class="pl-c1">=</span><span class="pl-kos">{</span><span class="pl-c1"><</span><span class="pl-ent">MapUsed3</span> <span class="pl-c1">/</span><span class="pl-c1">></span><span class="pl-kos">}</span> <span class="pl-c1">/</span><span class="pl-c1">></span>
<span class="pl-c1"><</span><span class="pl-c1">/</span><span class="pl-ent">Routes</span><span class="pl-c1">></span>
<span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span></pre></div>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto">one chunk containing <code class="notranslate">leaflet</code></p>
<p dir="auto">webpack version: 5.0.0-rc.0<br>
Node.js version: 14.7.0<br>
Operating System: MacOS</p>
<p dir="auto"><em>Sorry if the repo is not very well-organized. I stripped out the codebase I'm working on to get a reproduceable repo.</em></p> | 0 |
<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 <a href="https://www.github.com/electron/electron/issues">issue tracker</a> for a feature request that matches the one I want to file, without success.</li>
</ul>
<h3 dir="auto">Electron Version</h3>
<p dir="auto">Slack Version 4.15.0 5d7680b5e4c7d0ab1f4315edae52ef1f7e74f8bd@1620079581 (Production)</p>
<h3 dir="auto">What operating system are you using?</h3>
<p dir="auto">macOS</p>
<h3 dir="auto">Operating System Version</h3>
<p dir="auto">MacOS 10.13.6</p>
<h3 dir="auto">What arch are you using?</h3>
<p dir="auto">x64</p>
<h3 dir="auto">Last Known Working Electron version</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Expected Behavior</h3>
<p dir="auto">Electron stores caches in system caches folder as to avoid those files being backed up by TimeMachine</p>
<h3 dir="auto">Actual Behavior</h3>
<p dir="auto">Electron stores caches in ApplicationSupport causing tens of gigabytes of wasted backup per application</p>
<h3 dir="auto">Testcase Gist URL</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Additional Information</h3>
<p dir="auto">Electron should store caches in /Users//Library/Caches// instead of /Users//Library/ApplicationSupport//Cache</p> | <ul dir="auto">
<li>Electron version: 1.3.9 (via Atom 1.12.6) and unknown (via Slack 2.3.2)</li>
<li>Operating system: Linux</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">Files stored by Electron on behalf of electron apps, should follow the XDG Base Directory specification and place only config files in $XDG_CONFIG_HOME/ (default ~/.config/). cache and data files should be placed in XDG_CACHE_HOME (default: ~/.cache) and XDG_DATA_HOME (default: ~/.local/share) respectively.</p>
<p dir="auto"><a href="https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html" rel="nofollow">https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html</a></p>
<h3 dir="auto">Actual behavior</h3>
<p dir="auto">As seen in Atom and Slack on Linux, they leave non-config files in ~/.config/Atom and ~/.config/Slack/ in particular, they leave folders such as "databases", "GPUCache", "Cache", "logs", and "Local Storage". Atom mention this as an Electron issue in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="99784635" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/8281" data-hovercard-type="issue" data-hovercard-url="/atom/atom/issues/8281/hovercard" href="https://github.com/atom/atom/issues/8281">atom/atom#8281</a> ("where electron stores it's files").</p>
<p dir="auto">Could still be it's not Electron's fault that the apps store non-config files in these locations, but hopefully you know more than me here.</p> | 1 |
<p dir="auto">I attempt to implement naive RBM/DBN through tensorflow's python API.<br>
The functionality is easy to implement if you don't care about computational performance.</p>
<p dir="auto">For now, I've tried many alternatives solutions and find it difficult to implement with high performance since there's no way to cache the intermediate tensor result.</p>
<p dir="auto">While lacking of the ability to cache the intermediate result, there will be too much memory migrate from GPU to RAM or vice versa (say I'm using GPU) if I want to do something through intermediate result.</p>
<p dir="auto">Here's part of my code to illustrate my meaning.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" import tensorflow as tf
alpha = .01
mnist = input_data.read_data_sets("MNIST_data/", one_hot=True)
trX, trY, teX, teY = mnist.train.images, mnist.train.labels,\
mnist.test.images, mnist.test.labels
W = tf.Variable(tf.random_normal([784, 100]), name="weights")
hb = tf.Variable(tf.zeros([100]), name="hbias")
vb = tf.Variable(tf.zeros([784]), name="vbias")
v0 = tf.placeholder("float", [None, 784])
h0 = tf.nn.sigmoid(tf.matmul(v0, W) + hb)
h0 = sample_prob(h0)
v1 = tf.nn.sigmoid(tf.matmul(h0, tf.transpose(W)) + vb)
v1 = sample_prob(v1)
h1 = tf.nn.sigmoid(tf.matmul(v1, W) + hb)
pg = tf.matmul(tf.transpose(v0), h0)
ng = tf.matmul(tf.transpose(v1), h1)
dW = (pg - ng) / tf.to_float(tf.shape(v0)[0])
dhb = tf.reduce_mean(h0 - h1, 0)
dvb = tf.reduce_mean(v0 - v1, 0)
update_W_op = W.assign_add(alpha * dW)
update_hb_op = hb.assign_add(alpha * dhb)
update_vb_op = vb.assign_add(alpha * dvb)
with tf.Session() as sess:
sess.run(tf.initialize_all_variables())
for _ in range(10):
for start, end in zip(
range(0, 50000, 100), range(100, 50000, 100)):
X = trX[start:end]
# sess.run([dW, dhb, dvb, h1], feed_dict={v0: X})
# sess.run(h1, feed_dict={v0: X})
# sess.run(dW)
# sess.run(dhb)
# sess.run(dvb)
# _W = sess.run(update_W_op)
# _hb = sess.run(update_hb_op)
# _vb = sess.run(update_vb_op)
[_W, _hb, _vb] = sess.run([update_W_op, update_hb_op, update_vb_op], feed_dict={v0: X})"><pre class="notranslate"> <span class="pl-k">import</span> <span class="pl-s1">tensorflow</span> <span class="pl-k">as</span> <span class="pl-s1">tf</span>
<span class="pl-s1">alpha</span> <span class="pl-c1">=</span> <span class="pl-c1">.01</span>
<span class="pl-s1">mnist</span> <span class="pl-c1">=</span> <span class="pl-s1">input_data</span>.<span class="pl-en">read_data_sets</span>(<span class="pl-s">"MNIST_data/"</span>, <span class="pl-s1">one_hot</span><span class="pl-c1">=</span><span class="pl-c1">True</span>)
<span class="pl-s1">trX</span>, <span class="pl-s1">trY</span>, <span class="pl-s1">teX</span>, <span class="pl-s1">teY</span> <span class="pl-c1">=</span> <span class="pl-s1">mnist</span>.<span class="pl-s1">train</span>.<span class="pl-s1">images</span>, <span class="pl-s1">mnist</span>.<span class="pl-s1">train</span>.<span class="pl-s1">labels</span>,\
<span class="pl-s1">mnist</span>.<span class="pl-s1">test</span>.<span class="pl-s1">images</span>, <span class="pl-s1">mnist</span>.<span class="pl-s1">test</span>.<span class="pl-s1">labels</span>
<span class="pl-v">W</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-v">Variable</span>(<span class="pl-s1">tf</span>.<span class="pl-en">random_normal</span>([<span class="pl-c1">784</span>, <span class="pl-c1">100</span>]), <span class="pl-s1">name</span><span class="pl-c1">=</span><span class="pl-s">"weights"</span>)
<span class="pl-s1">hb</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-v">Variable</span>(<span class="pl-s1">tf</span>.<span class="pl-en">zeros</span>([<span class="pl-c1">100</span>]), <span class="pl-s1">name</span><span class="pl-c1">=</span><span class="pl-s">"hbias"</span>)
<span class="pl-s1">vb</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-v">Variable</span>(<span class="pl-s1">tf</span>.<span class="pl-en">zeros</span>([<span class="pl-c1">784</span>]), <span class="pl-s1">name</span><span class="pl-c1">=</span><span class="pl-s">"vbias"</span>)
<span class="pl-s1">v0</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-en">placeholder</span>(<span class="pl-s">"float"</span>, [<span class="pl-c1">None</span>, <span class="pl-c1">784</span>])
<span class="pl-s1">h0</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-s1">nn</span>.<span class="pl-en">sigmoid</span>(<span class="pl-s1">tf</span>.<span class="pl-en">matmul</span>(<span class="pl-s1">v0</span>, <span class="pl-v">W</span>) <span class="pl-c1">+</span> <span class="pl-s1">hb</span>)
<span class="pl-s1">h0</span> <span class="pl-c1">=</span> <span class="pl-en">sample_prob</span>(<span class="pl-s1">h0</span>)
<span class="pl-s1">v1</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-s1">nn</span>.<span class="pl-en">sigmoid</span>(<span class="pl-s1">tf</span>.<span class="pl-en">matmul</span>(<span class="pl-s1">h0</span>, <span class="pl-s1">tf</span>.<span class="pl-en">transpose</span>(<span class="pl-v">W</span>)) <span class="pl-c1">+</span> <span class="pl-s1">vb</span>)
<span class="pl-s1">v1</span> <span class="pl-c1">=</span> <span class="pl-en">sample_prob</span>(<span class="pl-s1">v1</span>)
<span class="pl-s1">h1</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-s1">nn</span>.<span class="pl-en">sigmoid</span>(<span class="pl-s1">tf</span>.<span class="pl-en">matmul</span>(<span class="pl-s1">v1</span>, <span class="pl-v">W</span>) <span class="pl-c1">+</span> <span class="pl-s1">hb</span>)
<span class="pl-s1">pg</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-en">matmul</span>(<span class="pl-s1">tf</span>.<span class="pl-en">transpose</span>(<span class="pl-s1">v0</span>), <span class="pl-s1">h0</span>)
<span class="pl-s1">ng</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-en">matmul</span>(<span class="pl-s1">tf</span>.<span class="pl-en">transpose</span>(<span class="pl-s1">v1</span>), <span class="pl-s1">h1</span>)
<span class="pl-s1">dW</span> <span class="pl-c1">=</span> (<span class="pl-s1">pg</span> <span class="pl-c1">-</span> <span class="pl-s1">ng</span>) <span class="pl-c1">/</span> <span class="pl-s1">tf</span>.<span class="pl-en">to_float</span>(<span class="pl-s1">tf</span>.<span class="pl-en">shape</span>(<span class="pl-s1">v0</span>)[<span class="pl-c1">0</span>])
<span class="pl-s1">dhb</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-en">reduce_mean</span>(<span class="pl-s1">h0</span> <span class="pl-c1">-</span> <span class="pl-s1">h1</span>, <span class="pl-c1">0</span>)
<span class="pl-s1">dvb</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-en">reduce_mean</span>(<span class="pl-s1">v0</span> <span class="pl-c1">-</span> <span class="pl-s1">v1</span>, <span class="pl-c1">0</span>)
<span class="pl-s1">update_W_op</span> <span class="pl-c1">=</span> <span class="pl-v">W</span>.<span class="pl-en">assign_add</span>(<span class="pl-s1">alpha</span> <span class="pl-c1">*</span> <span class="pl-s1">dW</span>)
<span class="pl-s1">update_hb_op</span> <span class="pl-c1">=</span> <span class="pl-s1">hb</span>.<span class="pl-en">assign_add</span>(<span class="pl-s1">alpha</span> <span class="pl-c1">*</span> <span class="pl-s1">dhb</span>)
<span class="pl-s1">update_vb_op</span> <span class="pl-c1">=</span> <span class="pl-s1">vb</span>.<span class="pl-en">assign_add</span>(<span class="pl-s1">alpha</span> <span class="pl-c1">*</span> <span class="pl-s1">dvb</span>)
<span class="pl-k">with</span> <span class="pl-s1">tf</span>.<span class="pl-v">Session</span>() <span class="pl-k">as</span> <span class="pl-s1">sess</span>:
<span class="pl-s1">sess</span>.<span class="pl-en">run</span>(<span class="pl-s1">tf</span>.<span class="pl-en">initialize_all_variables</span>())
<span class="pl-k">for</span> <span class="pl-s1">_</span> <span class="pl-c1">in</span> <span class="pl-en">range</span>(<span class="pl-c1">10</span>):
<span class="pl-k">for</span> <span class="pl-s1">start</span>, <span class="pl-s1">end</span> <span class="pl-c1">in</span> <span class="pl-en">zip</span>(
<span class="pl-en">range</span>(<span class="pl-c1">0</span>, <span class="pl-c1">50000</span>, <span class="pl-c1">100</span>), <span class="pl-en">range</span>(<span class="pl-c1">100</span>, <span class="pl-c1">50000</span>, <span class="pl-c1">100</span>)):
<span class="pl-v">X</span> <span class="pl-c1">=</span> <span class="pl-s1">trX</span>[<span class="pl-s1">start</span>:<span class="pl-s1">end</span>]
<span class="pl-c"># sess.run([dW, dhb, dvb, h1], feed_dict={v0: X})</span>
<span class="pl-c"># sess.run(h1, feed_dict={v0: X})</span>
<span class="pl-c"># sess.run(dW)</span>
<span class="pl-c"># sess.run(dhb)</span>
<span class="pl-c"># sess.run(dvb)</span>
<span class="pl-c"># _W = sess.run(update_W_op)</span>
<span class="pl-c"># _hb = sess.run(update_hb_op)</span>
<span class="pl-c"># _vb = sess.run(update_vb_op)</span>
[<span class="pl-s1">_W</span>, <span class="pl-s1">_hb</span>, <span class="pl-s1">_vb</span>] <span class="pl-c1">=</span> <span class="pl-s1">sess</span>.<span class="pl-en">run</span>([<span class="pl-s1">update_W_op</span>, <span class="pl-s1">update_hb_op</span>, <span class="pl-s1">update_vb_op</span>], <span class="pl-s1">feed_dict</span><span class="pl-c1">=</span>{<span class="pl-s1">v0</span>: <span class="pl-v">X</span>})</pre></div>
<p dir="auto">This is the most efficient way I could think out. But, there's no way to optimize the progress by calculating <code class="notranslate">[_W, _hb, _vb]</code> with the aid of intermediate result <code class="notranslate">pg, ng, h0, h1, v0, v1</code>. It's obvious that here comes so much duplicated but useless extra computation.<br>
If feed <code class="notranslate">v0</code> with <code class="notranslate">X</code> once, the follower <code class="notranslate">Tensor</code> need the former <code class="notranslate">Tensor</code>.<br>
<code class="notranslate">h0</code> needs <code class="notranslate">v0</code>, <strong>so needs <code class="notranslate">X</code></strong><br>
<code class="notranslate">v1</code> needs <code class="notranslate">h0</code>, <strong>so needs <code class="notranslate">X</code></strong><br>
<code class="notranslate">h1</code> needs <code class="notranslate">v1</code>, <strong>so needs <code class="notranslate">X</code></strong><br>
......<br>
<code class="notranslate">update_W_op</code> needs <code class="notranslate">dW</code>, <strong>so needs <code class="notranslate">X</code></strong><br>
<code class="notranslate">update_hb_op</code> needs <code class="notranslate">dhb</code>, <strong>so needs <code class="notranslate">X</code></strong><br>
<code class="notranslate">update_vb_op</code> needs <code class="notranslate">dvb</code>, <strong>so needs <code class="notranslate">X</code></strong></p>
<p dir="auto">Since there's no way to cache the intermediate result, you can only get one <code class="notranslate">Tensor</code> result for one <code class="notranslate">computation</code>. There's no way to avoid the duplication computation and <code class="notranslate">X</code> memory migration cost.</p>
<p dir="auto">I was wondering if there's a property of <code class="notranslate">Tensor</code> say <code class="notranslate">cached = False</code>, we could set it to <code class="notranslate">True</code> manually. And when intermediate cached result is enough to go on, we need not to feed data in, and just using intermediate cache to compute. If you want to flush the cache, just feed in the new data into the placeholder. But for now, if the graph contains <strong>placeholder</strong> in the path, the data must be feed in specifically.</p>
<p dir="auto">For example, if the cache is enabled.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="h0.cached = True
h1.cached = True
v0.cached = True
v1.cached = True
sess.run(h1, feed_dict={v0: X})
sess.run([update_W_op, update_hb_op, update_vb_op]) # using cache h0,h1,v0,v1 is enough to compute the three update without X fed in."><pre class="notranslate"><span class="pl-s1">h0</span>.<span class="pl-s1">cached</span> <span class="pl-c1">=</span> <span class="pl-c1">True</span>
<span class="pl-s1">h1</span>.<span class="pl-s1">cached</span> <span class="pl-c1">=</span> <span class="pl-c1">True</span>
<span class="pl-s1">v0</span>.<span class="pl-s1">cached</span> <span class="pl-c1">=</span> <span class="pl-c1">True</span>
<span class="pl-s1">v1</span>.<span class="pl-s1">cached</span> <span class="pl-c1">=</span> <span class="pl-c1">True</span>
<span class="pl-s1">sess</span>.<span class="pl-en">run</span>(<span class="pl-s1">h1</span>, <span class="pl-s1">feed_dict</span><span class="pl-c1">=</span>{<span class="pl-s1">v0</span>: <span class="pl-v">X</span>})
<span class="pl-s1">sess</span>.<span class="pl-en">run</span>([<span class="pl-s1">update_W_op</span>, <span class="pl-s1">update_hb_op</span>, <span class="pl-s1">update_vb_op</span>]) <span class="pl-c"># using cache h0,h1,v0,v1 is enough to compute the three update without X fed in.</span></pre></div> | <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>: Yes</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Fedora 27</li>
<li><strong>TensorFlow installed from (source or binary)</strong>: Source</li>
<li><strong>TensorFlow version (use command below)</strong>: v1.8.0-rc1-909-g968addadfd 1.8.0-rc1</li>
<li><strong>Python version</strong>: 3.6m</li>
<li><strong>Bazel version (if compiling from source)</strong>: 0.12.0</li>
<li><strong>GCC/Compiler version (if compiling from source)</strong>: 6.4</li>
<li><strong>CUDA/cuDNN version</strong>: 9.1/7.1</li>
<li><strong>GPU model and memory</strong>: GTX 1080 8GB</li>
<li><strong>Exact command to reproduce</strong>:</li>
</ul>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="include Makefile.config
TF_INC = `$(PYTHON) -W ignore -c 'import tensorflow as tf; print(tf.sysconfig.get_include())'`
TF_CFLAGS = `$(PYTHON) -W ignore -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_compile_flags()))'`
TF_LFLAGS = `$(PYTHON) -W ignore -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_link_flags()))'`
CUDA_INC = $(CUDA_HOME)/../
GPUCC = nvcc -ccbin=$(CXX)
CFLAGS = -std=c++11 $(TF_CFLAGS) -I. -I$(CUDA_INC) -I$(TF_INC)
GPUCFLAGS = -c
LFLAGS = $(ODFLAGS) -pthread -fopenmp -shared -fPIC $(TF_LFLAGS)
GPULFLAGS = -x cu -Xcompiler "$(CFLAGS) $(LFLAGS)" --expt-relaxed-constexpr
GPUDEF = -DGOOGLE_CUDA=1
CGPUFLAGS = -lcuda
SRC = cart_hex_interpol.cc
GPUSRC = cart_hex_interpol.cu.cc
SRC_O = cart_hex_interpol.o
GPUSRC_O = cart_hex_interpol.cu.o
LIB = cart_hex_interpol.so
all: gpu
default: gpu
cpu:
$(CXX) $(CFLAGS) $(SRC) $(LFLAGS) -o $(LIB)
gpu:
$(GPUCC) $(GPUDEF) $(CFLAGS) $(GPUCFLAGS) $(GPUSRC) $(GPULFLAGS) -o $(GPUSRC_O)
$(CXX) $(GPUDEF) $(CFLAGS) $(SRC) $(GPUSRC_O) $(LFLAGS) $(CGPUFLAGS) -o $(LIB)
clean:
rm -f $(SRC_O) $(GPUSRC_O) $(LIB)"><pre class="notranslate"><code class="notranslate">include Makefile.config
TF_INC = `$(PYTHON) -W ignore -c 'import tensorflow as tf; print(tf.sysconfig.get_include())'`
TF_CFLAGS = `$(PYTHON) -W ignore -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_compile_flags()))'`
TF_LFLAGS = `$(PYTHON) -W ignore -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_link_flags()))'`
CUDA_INC = $(CUDA_HOME)/../
GPUCC = nvcc -ccbin=$(CXX)
CFLAGS = -std=c++11 $(TF_CFLAGS) -I. -I$(CUDA_INC) -I$(TF_INC)
GPUCFLAGS = -c
LFLAGS = $(ODFLAGS) -pthread -fopenmp -shared -fPIC $(TF_LFLAGS)
GPULFLAGS = -x cu -Xcompiler "$(CFLAGS) $(LFLAGS)" --expt-relaxed-constexpr
GPUDEF = -DGOOGLE_CUDA=1
CGPUFLAGS = -lcuda
SRC = cart_hex_interpol.cc
GPUSRC = cart_hex_interpol.cu.cc
SRC_O = cart_hex_interpol.o
GPUSRC_O = cart_hex_interpol.cu.o
LIB = cart_hex_interpol.so
all: gpu
default: gpu
cpu:
$(CXX) $(CFLAGS) $(SRC) $(LFLAGS) -o $(LIB)
gpu:
$(GPUCC) $(GPUDEF) $(CFLAGS) $(GPUCFLAGS) $(GPUSRC) $(GPULFLAGS) -o $(GPUSRC_O)
$(CXX) $(GPUDEF) $(CFLAGS) $(SRC) $(GPUSRC_O) $(LFLAGS) $(CGPUFLAGS) -o $(LIB)
clean:
rm -f $(SRC_O) $(GPUSRC_O) $(LIB)
</code></pre></div>
<h3 dir="auto">Describe the problem</h3>
<p dir="auto">When compiling a custom TensorFlow operator using a Makefile and including CUDA/GPU code, the compilation fails due to missing <code class="notranslate">fatal error: tensorflow/compiler/xla/statusor.h: No such file or directory</code>. The files are missing in <code class="notranslate">/usr/local/lib/python3.6/site-packages/tensorflow/</code> because the headers do not get installed during installation of the wheel package for TensorFlow.<br>
A temporary fix is to copy the headers from source:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo mkdir /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/compiler/
sudo mkdir /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/compiler/xla
sudo cp tensorflow/compiler/xla/*.h /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/compiler/xla/"><pre class="notranslate"><code class="notranslate">sudo mkdir /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/compiler/
sudo mkdir /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/compiler/xla
sudo cp tensorflow/compiler/xla/*.h /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/compiler/xla/
</code></pre></div>
<p dir="auto">This issue was not present in TensorFlow 1.5, but must have been introduced since then. Compiling with or without XLA makes no difference.</p>
<h3 dir="auto">Source code / logs</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="make gpu -j2
nvcc -ccbin=/usr/local/gcc-6.4/bin/g++-6.4 -DGOOGLE_CUDA=1 -std=c++11 `python3 -W ignore -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_compile_flags()))'` -I. -I/usr/local/cuda/../ -I`python3 -W ignore -c 'import tensorflow as tf; print(tf.sysconfig.get_include())'` -c cart_hex_interpol.cu.cc -x cu -Xcompiler "-std=c++11 `python3 -W ignore -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_compile_flags()))'` -I. -I/usr/local/cuda/../ -I`python3 -W ignore -c 'import tensorflow as tf; print(tf.sysconfig.get_include())'` -O3 -pthread -fopenmp -shared -fPIC `python3 -W ignore -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_link_flags()))'`" --expt-relaxed-constexpr -o cart_hex_interpol.cu.o
In file included from /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/stream_executor/dso_loader.h:26:0,
from /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/core/platform/stream_executor.h:26,
from /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/core/util/cuda_launch_config.h:27,
from /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/core/util/cuda_kernel_helper.h:22,
from cart_hex_interpol.cu.cc:5:
/usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/stream_executor/lib/statusor.h:21:46: fatal error: tensorflow/compiler/xla/statusor.h: No such file or directory
#include "tensorflow/compiler/xla/statusor.h"
"><pre class="notranslate"><code class="notranslate">make gpu -j2
nvcc -ccbin=/usr/local/gcc-6.4/bin/g++-6.4 -DGOOGLE_CUDA=1 -std=c++11 `python3 -W ignore -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_compile_flags()))'` -I. -I/usr/local/cuda/../ -I`python3 -W ignore -c 'import tensorflow as tf; print(tf.sysconfig.get_include())'` -c cart_hex_interpol.cu.cc -x cu -Xcompiler "-std=c++11 `python3 -W ignore -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_compile_flags()))'` -I. -I/usr/local/cuda/../ -I`python3 -W ignore -c 'import tensorflow as tf; print(tf.sysconfig.get_include())'` -O3 -pthread -fopenmp -shared -fPIC `python3 -W ignore -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_link_flags()))'`" --expt-relaxed-constexpr -o cart_hex_interpol.cu.o
In file included from /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/stream_executor/dso_loader.h:26:0,
from /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/core/platform/stream_executor.h:26,
from /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/core/util/cuda_launch_config.h:27,
from /usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/core/util/cuda_kernel_helper.h:22,
from cart_hex_interpol.cu.cc:5:
/usr/local/lib/python3.6/site-packages/tensorflow/include/tensorflow/stream_executor/lib/statusor.h:21:46: fatal error: tensorflow/compiler/xla/statusor.h: No such file or directory
#include "tensorflow/compiler/xla/statusor.h"
</code></pre></div> | 0 |
<p dir="auto">UnicodeDecodeError occurred when accessing an item assigned from another numpy array item. I dont know if this is made by design</p>
<h3 dir="auto">Reproducing code example:</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> import numpy as np
>>> strA = np.array([('aa', 2),('bb', 4)], dtype=[('c1', 'U2'), ('c2', 'i4')])
>>> strA['c1'][0]
'aa'
>>> strA['c1'] = strA['c1'][0]
>>> strA['c1'][0]
UnicodeDecodeError: 'utf-32-le' codec can't decode bytes in position 0-3: code point not in range(0x110000)"><pre class="notranslate"><span class="pl-c1">>></span><span class="pl-c1">></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-c1">>></span><span class="pl-c1">></span> <span class="pl-s1">strA</span> <span class="pl-c1">=</span> <span class="pl-s1">np</span>.<span class="pl-en">array</span>([(<span class="pl-s">'aa'</span>, <span class="pl-c1">2</span>),(<span class="pl-s">'bb'</span>, <span class="pl-c1">4</span>)], <span class="pl-s1">dtype</span><span class="pl-c1">=</span>[(<span class="pl-s">'c1'</span>, <span class="pl-s">'U2'</span>), (<span class="pl-s">'c2'</span>, <span class="pl-s">'i4'</span>)])
<span class="pl-c1">>></span><span class="pl-c1">></span> <span class="pl-s1">strA</span>[<span class="pl-s">'c1'</span>][<span class="pl-c1">0</span>]
<span class="pl-s">'aa'</span>
<span class="pl-c1">>></span><span class="pl-c1">></span> <span class="pl-s1">strA</span>[<span class="pl-s">'c1'</span>] <span class="pl-c1">=</span> <span class="pl-s1">strA</span>[<span class="pl-s">'c1'</span>][<span class="pl-c1">0</span>]
<span class="pl-c1">>></span><span class="pl-c1">></span> <span class="pl-s1">strA</span>[<span class="pl-s">'c1'</span>][<span class="pl-c1">0</span>]
<span class="pl-v">UnicodeDecodeError</span>: <span class="pl-s">'utf-32-le'</span> <span class="pl-s1">codec</span> <span class="pl-s1">can</span>'<span class="pl-s1">t</span> <span class="pl-s1">decode</span> <span class="pl-s1">bytes</span> <span class="pl-c1">in</span> <span class="pl-s1">position</span> <span class="pl-c1">0</span><span class="pl-c1">-</span><span class="pl-c1">3</span>: <span class="pl-s1">code</span> <span class="pl-s1">point</span> <span class="pl-c1">not</span> <span class="pl-c1">in</span> <span class="pl-en">range</span>(<span class="pl-c1">0x110000</span>)</pre></div>
<h3 dir="auto">Error message:</h3>
<p dir="auto">UnicodeDecodeError: 'utf-32-le' codec can't decode bytes in position 0-3: code point not in range(0x110000)</p>
<h3 dir="auto">Numpy/Python version information:</h3>
<p dir="auto">python 3.6.5<br>
numpy 1.14.3 and 1.15.4</p> | <h3 dir="auto">Describe the issue:</h3>
<p dir="auto">When I call <code class="notranslate">np.find_common_type</code> with multiple identical <code class="notranslate">datetime64</code> types, I would expect to get the same type back, since all the inputs are identical. Instead, I always get <code class="notranslate">dtype('O')</code>.</p>
<h3 dir="auto">Reproduce the code example:</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np
dt = np.dtype('datetime64[ns]')
dt1 = np.find_common_type([dt], [])
# this works; both dtype('<M8')
assert dt1 == dt
dt2 = np.find_common_type([dt, dt], [])
# this fails; dt2 is dtype('O')
assert dt2 == dt"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">numpy</span> <span class="pl-k">as</span> <span class="pl-s1">np</span>
<span class="pl-s1">dt</span> <span class="pl-c1">=</span> <span class="pl-s1">np</span>.<span class="pl-en">dtype</span>(<span class="pl-s">'datetime64[ns]'</span>)
<span class="pl-s1">dt1</span> <span class="pl-c1">=</span> <span class="pl-s1">np</span>.<span class="pl-en">find_common_type</span>([<span class="pl-s1">dt</span>], [])
<span class="pl-c"># this works; both dtype('<M8')</span>
<span class="pl-k">assert</span> <span class="pl-s1">dt1</span> <span class="pl-c1">==</span> <span class="pl-s1">dt</span>
<span class="pl-s1">dt2</span> <span class="pl-c1">=</span> <span class="pl-s1">np</span>.<span class="pl-en">find_common_type</span>([<span class="pl-s1">dt</span>, <span class="pl-s1">dt</span>], [])
<span class="pl-c"># this fails; dt2 is dtype('O')</span>
<span class="pl-k">assert</span> <span class="pl-s1">dt2</span> <span class="pl-c1">==</span> <span class="pl-s1">dt</span></pre></div>
<h3 dir="auto">Error message:</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">NumPy/Python version information:</h3>
<p dir="auto">1.21.2 3.9.9 | packaged by conda-forge | (main, Dec 20 2021, 02:41:37)<br>
[Clang 11.1.0 ]</p> | 0 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> This has already been asked to the <a href="https://groups.google.com/forum/#!forum/celery-users" rel="nofollow">discussion group</a> first.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have read the relevant section in the<br>
<a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contribution guide</a><br>
on reporting bugs.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Bug+Report%22+-label%3A%22Category%3A+Documentation%22">issues list</a><br>
for similar or identical bug reports.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the <a href="https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22PR+Type%3A+Bugfix%22+-label%3A%22Category%3A+Documentation%22">pull requests list</a><br>
for existing proposed fixes.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the <a href="https://github.com/celery/celery/commits/master">commit log</a><br>
to find out if the bug was already fixed in the master branch.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have included all related issues and possible duplicate issues<br>
in this issue (If there are none, check this box anyway).</li>
</ul>
<h2 dir="auto">Mandatory Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br>
(if you are not able to do this, then at least specify the Celery<br>
version affected).</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have included the contents of <code class="notranslate">pip freeze</code> in the issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have included all the versions of all the external dependencies required<br>
to reproduce this bug.</li>
</ul>
<h2 dir="auto">Optional Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one Python version<br>
and/or implementation.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one message broker and/or<br>
result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one version of the message<br>
broker and/or result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one operating system.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one workers pool.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue with autoscaling, retries,<br>
ETA/Countdown & rate limits disabled.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue after downgrading<br>
and/or upgrading Celery and its dependencies.</li>
</ul>
<h2 dir="auto">Related Issues and Possible Duplicates</h2>
<h4 dir="auto">Related Issues</h4>
<ul dir="auto">
<li>None</li>
</ul>
<h4 dir="auto">Possible Duplicates</h4>
<ul dir="auto">
<li>None</li>
</ul>
<h2 dir="auto">Environment & Settings</h2>
<p dir="auto"><strong>Celery version</strong>: celery:5.1.0b1 (singularity)</p>
<details>
<summary><b><code class="notranslate">celery report</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="software -> celery:5.1.0b1 (singularity) kombu:5.1.0b1 py:3.9.2
billiard:3.6.4.0 py-amqp:5.0.6
platform -> system:Darwin arch:64bit
kernel version:20.3.0 imp:CPython
loader -> celery.loaders.default.Loader
settings -> transport:amqp results:disabled
backend: 'amqp://guest:********@test//'
broker: 'redis://test/'
deprecated_settings: None"><pre class="notranslate"><code class="notranslate">software -> celery:5.1.0b1 (singularity) kombu:5.1.0b1 py:3.9.2
billiard:3.6.4.0 py-amqp:5.0.6
platform -> system:Darwin arch:64bit
kernel version:20.3.0 imp:CPython
loader -> celery.loaders.default.Loader
settings -> transport:amqp results:disabled
backend: 'amqp://guest:********@test//'
broker: 'redis://test/'
deprecated_settings: None
</code></pre></div>
<p dir="auto"></p>
</details>
<h1 dir="auto">Steps to Reproduce</h1>
<h2 dir="auto">Required Dependencies</h2>
<ul dir="auto">
<li><strong>Minimal Python Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Celery Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Kombu Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Broker Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Version</strong>: N/A or Unknown</li>
<li><strong>Minimal OS and/or Kernel Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Broker Client Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Client Version</strong>: N/A or Unknown</li>
</ul>
<h3 dir="auto">Python Packages</h3>
<details>
<summary><b><code class="notranslate">pip freeze</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""><pre class="notranslate"><code class="notranslate"></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">config_from_object work correctly.</p>
<h1 dir="auto">Actual Behavior</h1>
<p dir="auto">I want to use config_from_object to load my configurations from a python module, but it seems not work, and get the output:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/18317103/114701303-36acb000-9d55-11eb-8dc6-82f86885cddc.png"><img src="https://user-images.githubusercontent.com/18317103/114701303-36acb000-9d55-11eb-8dc6-82f86885cddc.png" alt="image" style="max-width: 100%;"></a><br>
I define broker and backend in celeryconfig.py:<br>
backend = 'amqp://guest:guest@test//'. # test is hostname, == 127.0.0.1<br>
broker = 'redis://test/'</p>
<p dir="auto">It works fine if I give the broker and backend directly while define celery instance.</p> | <h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> This has already been asked to the <a href="https://groups.google.com/forum/#!forum/celery-users" rel="nofollow">discussion group</a> first.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br>
<a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contribution guide</a><br>
on reporting bugs.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Bug+Report%22+-label%3A%22Category%3A+Documentation%22">issues list</a><br>
for similar or identical bug reports.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22PR+Type%3A+Bugfix%22+-label%3A%22Category%3A+Documentation%22">pull requests list</a><br>
for existing proposed fixes.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/commits/master">commit log</a><br>
to find out if the bug was already fixed in the master branch.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all related issues and possible duplicate issues<br>
in this issue (If there are none, check this box anyway).</li>
</ul>
<h2 dir="auto">Mandatory Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br>
(if you are not able to do this, then at least specify the Celery<br>
version affected).</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the contents of <code class="notranslate">pip freeze</code> in the issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all the versions of all the external dependencies required<br>
to reproduce this bug.</li>
</ul>
<h2 dir="auto">Optional Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one Python version<br>
and/or implementation.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one message broker and/or<br>
result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one version of the message<br>
broker and/or result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one operating system.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one workers pool.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue with autoscaling, retries,<br>
ETA/Countdown & rate limits disabled.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue after downgrading<br>
and/or upgrading Celery and its dependencies.</li>
</ul>
<h2 dir="auto">Related Issues and Possible Duplicates</h2>
<h4 dir="auto">Related Issues</h4>
<ul dir="auto">
<li>None</li>
</ul>
<h4 dir="auto">Possible Duplicates</h4>
<ul dir="auto">
<li>None</li>
</ul>
<h2 dir="auto">Environment & Settings</h2>
<p dir="auto"><strong>Celery version</strong>: 5.0.4 (singularity)</p>
<details>
<summary><b><code class="notranslate">celery report</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="software -> celery:5.0.4 (singularity) kombu:5.0.2 py:3.9.0
billiard:3.6.3.0 py-amqp:5.0.2
platform -> system:Linux arch:64bit, ELF
kernel version:5.9.12-arch1-1 imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:amqp results:redis://:**@****:6379/10
broker_url: 'amqp://**:********@*****:5672/**'
result_backend: 'redis://:********@*****:6379/10'
deprecated_settings: None"><pre class="notranslate"><code class="notranslate">software -> celery:5.0.4 (singularity) kombu:5.0.2 py:3.9.0
billiard:3.6.3.0 py-amqp:5.0.2
platform -> system:Linux arch:64bit, ELF
kernel version:5.9.12-arch1-1 imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:amqp results:redis://:**@****:6379/10
broker_url: 'amqp://**:********@*****:5672/**'
result_backend: 'redis://:********@*****:6379/10'
deprecated_settings: None
</code></pre></div>
<p dir="auto"></p>
</details>
<h1 dir="auto">Steps to Reproduce</h1>
<h2 dir="auto">Required Dependencies</h2>
<ul dir="auto">
<li><strong>Minimal Python Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Celery Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Kombu Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Broker Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Version</strong>: N/A or Unknown</li>
<li><strong>Minimal OS and/or Kernel Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Broker Client Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Client Version</strong>: N/A or Unknown</li>
</ul>
<h3 dir="auto">Python Packages</h3>
<details>
<summary><b><code class="notranslate">pip freeze</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="amqp==5.0.2
billiard==3.6.3.0
celery @ git+https://github.com/celery/celery.git@420e3931a63538bd225ef57916deccf53cbcb57a // == master, tried also 5.0.4
click==7.1.2
click-didyoumean==0.0.3
click-plugins==1.1.1
click-repl==0.1.6
kombu==5.0.2
prompt-toolkit==3.0.8
pytz==2020.4
redis==3.5.3
six==1.15.0
vine==5.0.0
wcwidth==0.2.5"><pre class="notranslate"><code class="notranslate">amqp==5.0.2
billiard==3.6.3.0
celery @ git+https://github.com/celery/celery.git@420e3931a63538bd225ef57916deccf53cbcb57a // == master, tried also 5.0.4
click==7.1.2
click-didyoumean==0.0.3
click-plugins==1.1.1
click-repl==0.1.6
kombu==5.0.2
prompt-toolkit==3.0.8
pytz==2020.4
redis==3.5.3
six==1.15.0
vine==5.0.0
wcwidth==0.2.5
</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="#!/usr/bin/env python3
from celery import Celery
app = Celery(
'tasks',
broker='amqp://user:***@**:5672/**',
backend='redis://:**@**:6379/1',
)
@app.task(ignore_result=False)
def test(*args, **kwargs):
return 'x' * 536870911 # 512MB"><pre class="notranslate"><span class="pl-c">#!/usr/bin/env python3</span>
<span class="pl-k">from</span> <span class="pl-s1">celery</span> <span class="pl-k">import</span> <span class="pl-v">Celery</span>
<span class="pl-s1">app</span> <span class="pl-c1">=</span> <span class="pl-v">Celery</span>(
<span class="pl-s">'tasks'</span>,
<span class="pl-s1">broker</span><span class="pl-c1">=</span><span class="pl-s">'amqp://user:***@**:5672/**'</span>,
<span class="pl-s1">backend</span><span class="pl-c1">=</span><span class="pl-s">'redis://:**@**:6379/1'</span>,
)
<span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-en">task</span>(<span class="pl-s1">ignore_result</span><span class="pl-c1">=</span><span class="pl-c1">False</span>)</span>
<span class="pl-k">def</span> <span class="pl-en">test</span>(<span class="pl-c1">*</span><span class="pl-s1">args</span>, <span class="pl-c1">**</span><span class="pl-s1">kwargs</span>):
<span class="pl-k">return</span> <span class="pl-s">'x'</span> <span class="pl-c1">*</span> <span class="pl-c1">536870911</span> <span class="pl-c"># 512MB</span></pre></div>
<p dir="auto"></p>
</details>
<h1 dir="auto">Expected Behavior</h1>
<p dir="auto">I'd except an exception or error. There is no point in retrying storing result to Redis when it simply never fits there. String limit is 512 MB.</p>
<p dir="auto">I could check size of the data I'm returning in task. However, Celery adds additional metadata to my result so I do not know to what size should I limit my result.</p>
<h1 dir="auto">Actual Behavior</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[2020-12-09 08:38:52,786: ERROR/ForkPoolWorker-8] Connection to Redis lost: Retry (0/20) now.
[2020-12-09 08:38:53,328: ERROR/ForkPoolWorker-8] Connection to Redis lost: Retry (1/20) in 1.00 second.
[2020-12-09 08:38:54,940: ERROR/ForkPoolWorker-8] Connection to Redis lost: Retry (2/20) in 1.00 second.
[2020-12-09 08:38:56,547: ERROR/ForkPoolWorker-8] Connection to Redis lost: Retry (3/20) in 1.00 second.
.... and so on"><pre class="notranslate"><code class="notranslate">[2020-12-09 08:38:52,786: ERROR/ForkPoolWorker-8] Connection to Redis lost: Retry (0/20) now.
[2020-12-09 08:38:53,328: ERROR/ForkPoolWorker-8] Connection to Redis lost: Retry (1/20) in 1.00 second.
[2020-12-09 08:38:54,940: ERROR/ForkPoolWorker-8] Connection to Redis lost: Retry (2/20) in 1.00 second.
[2020-12-09 08:38:56,547: ERROR/ForkPoolWorker-8] Connection to Redis lost: Retry (3/20) in 1.00 second.
.... and so on
</code></pre></div>
<p dir="auto">Redis fails with the following error when you try to set string larger than 512 MB:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="raise ConnectionError("Error %s while writing to socket. %s." %
redis.exceptions.ConnectionError: Error 32 while writing to socket. Broken pipe."><pre class="notranslate"><code class="notranslate">raise ConnectionError("Error %s while writing to socket. %s." %
redis.exceptions.ConnectionError: Error 32 while writing to socket. Broken pipe.
</code></pre></div>
<p dir="auto">Tried via another script with direct Redis connection. This says nothing about input size therefore I think value size should be checked before sending data to Redis.</p> | 0 |
<p dir="auto">I've created and downloaded a custom bootstrap.min.css from here <a href="http://getbootstrap.com/customize/" rel="nofollow">http://getbootstrap.com/customize/</a>, excluding glyphicons,<br>
It seems that the class fade in this custom css does not have the opacity set so when I call a modal using fade class the underlying page turns black.<br>
If I use the default bootstrap.min.css fade works normally.</p> | <p dir="auto">Hi!</p>
<p dir="auto">I just generated a customized version and the modal background is totally black (I also generated a version without any change to be sure it wasn't me that caused that):</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/7c884cd09470c8345f0304ad6c0a9768a9b9ad1b1cf415c28d5eb6df1beb82ab/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f353238373238352f313030393333382f66653335323434612d306233362d313165332d393531332d3962363637663362646665652e706e67"><img src="https://camo.githubusercontent.com/7c884cd09470c8345f0304ad6c0a9768a9b9ad1b1cf415c28d5eb6df1beb82ab/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f353238373238352f313030393333382f66653335323434612d306233362d313165332d393531332d3962363637663362646665652e706e67" alt="image" data-canonical-src="https://f.cloud.github.com/assets/5287285/1009338/fe35244a-0b36-11e3-9513-9b667f3bdfee.png" style="max-width: 100%;"></a></p>
<p dir="auto">The download link on the home page does have transparency:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/c35f738d5bc9c495c9e5c3e792a7c2a713e064f7ba536da495ecd6830f696e96/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f353238373238352f313030393335332f33396635313138342d306233372d313165332d383231622d3263396365363830626339352e706e67"><img src="https://camo.githubusercontent.com/c35f738d5bc9c495c9e5c3e792a7c2a713e064f7ba536da495ecd6830f696e96/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f353238373238352f313030393335332f33396635313138342d306233372d313165332d383231622d3263396365363830626339352e706e67" alt="image" data-canonical-src="https://f.cloud.github.com/assets/5287285/1009353/39f51184-0b37-11e3-821b-2c9ce680bc95.png" style="max-width: 100%;"></a></p> | 1 |
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/andy-ms/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/andy-ms">@andy-ms</a> there are way too many of those logs</p> | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the latest <code class="notranslate">azuremobileservicesclient/index.d.ts</code> file in this repo and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the latest stable version of tsc. <a href="https://www.npmjs.com/package/typescript" rel="nofollow">https://www.npmjs.com/package/typescript</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have a question that is inappropriate for <a href="https://stackoverflow.com/" rel="nofollow">StackOverflow</a>. (Please ask any appropriate questions there).</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I want to talk about <code class="notranslate">azuremobileservicesclient/index.d.ts</code>.
<ul dir="auto">
<li>The authors of that type definition are cc/ <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dmorosinotto/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dmorosinotto">@dmorosinotto</a></li>
</ul>
</li>
</ul>
<p dir="auto">I am struggling to use the Microsoft Azure Mobile Services SDK in a TypeScript project, so I was <a href="http://stackoverflow.com/questions/36813024/npm-modules-arent-showing-up-in-emca2015-js-imports" rel="nofollow">recommended</a> to install the typings definition referenced above. However, doing so hasn't solved the issue, and when I investigate thedefinition index.d.ts file, it has a whole load of duplicate identifier warnings, see below:</p>
<p dir="auto"><a href="http://i.stack.imgur.com/Z3Mfm.png" rel="nofollow"><img src="https://camo.githubusercontent.com/712fb2b96d824d4bb67adbfb8f4ffd904c8beff27e3d6ea9587056acb61814c9/687474703a2f2f692e737461636b2e696d6775722e636f6d2f5a334d666d2e706e67" alt="enter image description here" data-canonical-src="http://i.stack.imgur.com/Z3Mfm.png" style="max-width: 100%;"></a></p> | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1521" rel="nofollow">http://projects.scipy.org/scipy/ticket/1521</a> on 2011-09-16 by trac user SteveDoyle, assigned to unknown.</em></p>
<p dir="auto">Running the following program will always return an exit code of 0.</p>
<p dir="auto">import sys<br>
import scipy.interpolate as si<br>
sys.exit(2)</p>
<p dir="auto">This bug is probably similar ticket <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="13651552" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/1840" data-hovercard-type="issue" data-hovercard-url="/scipy/scipy/issues/1840/hovercard" href="https://github.com/scipy/scipy/issues/1840">gh-1840</a>.</p>
<p dir="auto">I'm using scipy 0.7.1 with Python 2.6 on a Windows 7, 64-bit system.</p> | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1314" rel="nofollow">http://projects.scipy.org/scipy/ticket/1314</a> on 2010-10-18 by trac user markMiscavage, assigned to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wnbell/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wnbell">@wnbell</a>.</em></p>
<p dir="auto">I have this bug in a larger program but I've narrowed it down to a script consisting of just :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import sys
import scipy.sparse.sparsetools
sys.exit("EXIT")"><pre class="notranslate"><code class="notranslate">import sys
import scipy.sparse.sparsetools
sys.exit("EXIT")
</code></pre></div>
<p dir="auto">This will always exit with code 0. It seems it is the .pyd files in the sparsetools folder that are the source of this problem. I have the same problem in both 0.7.1 and 0.8.0 builds of scipy. I am using python 2.6 on a Windows 7 - 64 bit system.</p> | 1 |
<p dir="auto">The <code class="notranslate">_msearch</code> API currently doesn't allow you to specify a timeout parameter in the header of each request.</p>
<p dir="auto">This is problematic given that long running queries can easily swamp an ES node.</p>
<p dir="auto">Recommend that we add timeout to the API which is specified per request in milliseconds for consistency with the timeout parameter for the <code class="notranslate">search</code> API:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{"timeout": 100}
{"query": ...}
{"timeout": 50}
{"query": ...}
..."><pre class="notranslate"><code class="notranslate">{"timeout": 100}
{"query": ...}
{"timeout": 50}
{"query": ...}
...
</code></pre></div>
<p dir="auto">Happy to contribute here but not sure where to start.</p>
<p dir="auto">Thoughts?</p> | <p dir="auto">The <code class="notranslate">_msearch</code> API doesn't accept the same header parameters than <code class="notranslate">_search</code>'s query parameters.<br>
For instance <code class="notranslate">version</code> is both valid in the search body and query parameters for <code class="notranslate">_search</code>, but is ignored in the query parameters and header in <code class="notranslate">_msearch</code>.</p>
<p dir="auto"><code class="notranslate">MultiSearchRequest.add()</code> should rely on <code class="notranslate">RestSearchAction.parseSearchSource()</code> or even <code class="notranslate">RestSearchAction.parseSearchRequest()</code> to parse the subrequests, for maximum compatibility.</p>
<p dir="auto">IMHO, a clean bulk API should use the header parameters as query parameters on the target endpoint, which would imply that they keep in sync no matter the code changes in the target endpoints.</p> | 1 |
<p dir="auto">I'm experiencing a rather random segmentation fault in Julia 1.7.1 running a script using Plots.jl on a macOS Apple Silicon machine. I'm not sure where to start to isolate the problem.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="signal (11): Segmentation fault: 11
in expression starting at /Users/gong/GitHub/covid19/plot_covid19.jl:95
^ at ./math.jl:0 [inlined]
bounding_order_of_magnitude at /Users/gong/.julia/packages/PlotUtils/xekml/src/ticks.jl:11
optimize_ticks_typed at /Users/gong/.julia/packages/PlotUtils/xekml/src/ticks.jl:197
unknown function (ip: 0x1167d539b)
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#optimize_ticks#42 at /Users/gong/.julia/packages/PlotUtils/xekml/src/ticks.jl:154
optimize_ticks##kw at /Users/gong/.julia/packages/PlotUtils/xekml/src/ticks.jl:152
unknown function (ip: 0x1167d13f7)
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
optimal_ticks_and_labels at /Users/gong/.julia/packages/Plots/9C6z9/src/axes.jl:170
unknown function (ip: 0x1167d0423)
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
do_apply at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
get_ticks at /Users/gong/.julia/packages/Plots/9C6z9/src/axes.jl:320
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#get_ticks#95 at /Users/gong/.julia/packages/Plots/9C6z9/src/axes.jl:241
get_ticks at /Users/gong/.julia/packages/Plots/9C6z9/src/axes.jl:224 [inlined]
tick_padding at /Users/gong/.julia/packages/Plots/9C6z9/src/backends.jl:78
_update_min_padding! at /Users/gong/.julia/packages/Plots/9C6z9/src/backends.jl:108
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
iterate at ./generator.jl:47 [inlined]
_collect at ./array.jl:744
collect_similar at ./array.jl:653 [inlined]
map at ./abstractarray.jl:2849 [inlined]
_update_min_padding! at /Users/gong/.julia/packages/Plots/9C6z9/src/layouts.jl:290
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
iterate at ./generator.jl:47 [inlined]
_collect at ./array.jl:744
collect_similar at ./array.jl:653 [inlined]
map at ./abstractarray.jl:2849 [inlined]
_update_min_padding! at /Users/gong/.julia/packages/Plots/9C6z9/src/layouts.jl:290
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
prepare_output at /Users/gong/.julia/packages/Plots/9C6z9/src/plot.jl:224
show at /Users/gong/.julia/packages/Plots/9C6z9/src/output.jl:213 [inlined]
html at /Users/gong/.julia/packages/Plots/9C6z9/src/output.jl:63
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
savefig at /Users/gong/.julia/packages/Plots/9C6z9/src/output.jl:123
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
do_call at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval_body at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_interpret_toplevel_thunk at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_in at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval at ./boot.jl:373 [inlined]
include_string at ./loading.jl:1196
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
_include at ./loading.jl:1253
include at ./client.jl:451 [inlined]
top-level scope at ./timing.jl:220
jl_toplevel_eval_flex at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_in at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval at ./boot.jl:373 [inlined]
include_string at ./loading.jl:1196
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
_include at ./loading.jl:1253
include at ./client.jl:451
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
do_call at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval_body at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_interpret_toplevel_thunk at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_in at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval at ./boot.jl:373 [inlined]
eval_user_input at /Users/sabae/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:150
repl_backend_loop at /Users/sabae/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:244
start_repl_backend at /Users/sabae/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:229
#run_repl#47 at /Users/sabae/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:362
run_repl at /Users/sabae/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:349
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#930 at ./client.jl:394
jfptr_YY.930_29470 at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/sys.dylib (unknown line)
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_f__call_latest at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#invokelatest#2 at ./essentials.jl:716 [inlined]
invokelatest at ./essentials.jl:714 [inlined]
run_main_repl at ./client.jl:379
exec_options at ./client.jl:309
_start at ./client.jl:495
jl_sysimg_fvars_base at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/sys.dylib (unknown line)
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
true_main at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_repl_entrypoint at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
Allocations: 168653373 (Pool: 168534659; Big: 118714); GC: 95"><pre class="notranslate"><code class="notranslate">signal (11): Segmentation fault: 11
in expression starting at /Users/gong/GitHub/covid19/plot_covid19.jl:95
^ at ./math.jl:0 [inlined]
bounding_order_of_magnitude at /Users/gong/.julia/packages/PlotUtils/xekml/src/ticks.jl:11
optimize_ticks_typed at /Users/gong/.julia/packages/PlotUtils/xekml/src/ticks.jl:197
unknown function (ip: 0x1167d539b)
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#optimize_ticks#42 at /Users/gong/.julia/packages/PlotUtils/xekml/src/ticks.jl:154
optimize_ticks##kw at /Users/gong/.julia/packages/PlotUtils/xekml/src/ticks.jl:152
unknown function (ip: 0x1167d13f7)
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
optimal_ticks_and_labels at /Users/gong/.julia/packages/Plots/9C6z9/src/axes.jl:170
unknown function (ip: 0x1167d0423)
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
do_apply at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
get_ticks at /Users/gong/.julia/packages/Plots/9C6z9/src/axes.jl:320
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#get_ticks#95 at /Users/gong/.julia/packages/Plots/9C6z9/src/axes.jl:241
get_ticks at /Users/gong/.julia/packages/Plots/9C6z9/src/axes.jl:224 [inlined]
tick_padding at /Users/gong/.julia/packages/Plots/9C6z9/src/backends.jl:78
_update_min_padding! at /Users/gong/.julia/packages/Plots/9C6z9/src/backends.jl:108
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
iterate at ./generator.jl:47 [inlined]
_collect at ./array.jl:744
collect_similar at ./array.jl:653 [inlined]
map at ./abstractarray.jl:2849 [inlined]
_update_min_padding! at /Users/gong/.julia/packages/Plots/9C6z9/src/layouts.jl:290
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
iterate at ./generator.jl:47 [inlined]
_collect at ./array.jl:744
collect_similar at ./array.jl:653 [inlined]
map at ./abstractarray.jl:2849 [inlined]
_update_min_padding! at /Users/gong/.julia/packages/Plots/9C6z9/src/layouts.jl:290
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
prepare_output at /Users/gong/.julia/packages/Plots/9C6z9/src/plot.jl:224
show at /Users/gong/.julia/packages/Plots/9C6z9/src/output.jl:213 [inlined]
html at /Users/gong/.julia/packages/Plots/9C6z9/src/output.jl:63
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
savefig at /Users/gong/.julia/packages/Plots/9C6z9/src/output.jl:123
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
do_call at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval_body at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_interpret_toplevel_thunk at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_in at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval at ./boot.jl:373 [inlined]
include_string at ./loading.jl:1196
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
_include at ./loading.jl:1253
include at ./client.jl:451 [inlined]
top-level scope at ./timing.jl:220
jl_toplevel_eval_flex at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_in at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval at ./boot.jl:373 [inlined]
include_string at ./loading.jl:1196
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
_include at ./loading.jl:1253
include at ./client.jl:451
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
do_call at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval_body at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_interpret_toplevel_thunk at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_in at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval at ./boot.jl:373 [inlined]
eval_user_input at /Users/sabae/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:150
repl_backend_loop at /Users/sabae/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:244
start_repl_backend at /Users/sabae/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:229
#run_repl#47 at /Users/sabae/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:362
run_repl at /Users/sabae/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:349
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#930 at ./client.jl:394
jfptr_YY.930_29470 at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/sys.dylib (unknown line)
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_f__call_latest at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#invokelatest#2 at ./essentials.jl:716 [inlined]
invokelatest at ./essentials.jl:714 [inlined]
run_main_repl at ./client.jl:379
exec_options at ./client.jl:309
_start at ./client.jl:495
jl_sysimg_fvars_base at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/sys.dylib (unknown line)
jl_apply_generic at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
true_main at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_repl_entrypoint at /Applications/Julia-1.7.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
Allocations: 168653373 (Pool: 168534659; Big: 118714); GC: 95
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> versioninfo()
Julia Version 1.7.1
Commit ac5cc99908 (2021-12-22 19:35 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin21.2.0)
CPU: Apple M1 Pro
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, cyclone)"><pre class="notranslate"><code class="notranslate">julia> versioninfo()
Julia Version 1.7.1
Commit ac5cc99908 (2021-12-22 19:35 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin21.2.0)
CPU: Apple M1 Pro
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, cyclone)
</code></pre></div> | <p dir="auto">I can reproduce it reliably, and have tracked it down to what seems like an ARM code generation bug.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> versioninfo()
Julia Version 1.7.0
Commit 3bf9d17731 (2021-11-30 12:12 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin21.1.0)
CPU: Apple M1 Max
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, cyclone)
julia> using WGLMakie
julia> fig=Figure()
julia> ax1 = Axis(fig[1, 1])
signal (11): Segmentation fault: 11
in expression starting at REPL[3]:1
^ at ./math.jl:0 [inlined]
bounding_order_of_magnitude at /Users/tlb/.julia/packages/PlotUtils/VgXdq/src/ticks.jl:14
optimize_ticks_typed at /Users/tlb/.julia/packages/PlotUtils/VgXdq/src/ticks.jl:161
#optimize_ticks#42 at /Users/tlb/.julia/packages/PlotUtils/VgXdq/src/ticks.jl:139 [inlined]
optimize_ticks##kw at /Users/tlb/.julia/packages/PlotUtils/VgXdq/src/ticks.jl:138 [inlined]
get_tickvalues at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/ticklocators/wilkinson.jl:21 [inlined]
get_tickvalues at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/ticklocators/wilkinson.jl:17 [inlined]
get_tickvalues at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/lineaxis.jl:459
get_ticks at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/lineaxis.jl:453
unknown function (ip: 0x12e27c4cb)
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#191 at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/lineaxis.jl:187
unknown function (ip: 0x12e26d457)
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
do_apply at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#lift#61 at /Users/tlb/.julia/packages/Makie/gQOQF/src/interaction/nodes.jl:13
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
do_apply at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
lift at /Users/tlb/.julia/packages/Makie/gQOQF/src/interaction/nodes.jl:10
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#LineAxis#181 at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/lineaxis.jl:185
Type##kw at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/lineaxis.jl:3
unknown function (ip: 0x12e1e945b)
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#layoutable#251 at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables/axis.jl:211
layoutable at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables/axis.jl:10 [inlined]
#_layoutable#11 at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables.jl:69 [inlined]
_layoutable at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables.jl:69 [inlined]
#_layoutable#10 at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables.jl:64
_layoutable at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables.jl:60 [inlined]
#_#9 at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables.jl:49 [inlined]
Layoutable at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables.jl:49
unknown function (ip: 0x12e1492d7)
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
do_call at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval_body at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_interpret_toplevel_thunk at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_in at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval at ./boot.jl:373 [inlined]
eval_user_input at /Users/administrator/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:150
repl_backend_loop at /Users/administrator/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:244
start_repl_backend at /Users/administrator/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:229
#run_repl#47 at /Users/administrator/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:362
run_repl at /Users/administrator/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:349
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#930 at ./client.jl:394
jfptr_YY.930_43775 at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/sys.dylib (unknown line)
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_f__call_latest at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#invokelatest#2 at ./essentials.jl:716 [inlined]
invokelatest at ./essentials.jl:714 [inlined]
run_main_repl at ./client.jl:379
exec_options at ./client.jl:309
_start at ./client.jl:495
jl_sysimg_fvars_base at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/sys.dylib (unknown line)
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
true_main at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_repl_entrypoint at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
Allocations: 163411336 (Pool: 163378481; Big: 32855); GC: 91"><pre class="notranslate"><code class="notranslate">julia> versioninfo()
Julia Version 1.7.0
Commit 3bf9d17731 (2021-11-30 12:12 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin21.1.0)
CPU: Apple M1 Max
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, cyclone)
julia> using WGLMakie
julia> fig=Figure()
julia> ax1 = Axis(fig[1, 1])
signal (11): Segmentation fault: 11
in expression starting at REPL[3]:1
^ at ./math.jl:0 [inlined]
bounding_order_of_magnitude at /Users/tlb/.julia/packages/PlotUtils/VgXdq/src/ticks.jl:14
optimize_ticks_typed at /Users/tlb/.julia/packages/PlotUtils/VgXdq/src/ticks.jl:161
#optimize_ticks#42 at /Users/tlb/.julia/packages/PlotUtils/VgXdq/src/ticks.jl:139 [inlined]
optimize_ticks##kw at /Users/tlb/.julia/packages/PlotUtils/VgXdq/src/ticks.jl:138 [inlined]
get_tickvalues at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/ticklocators/wilkinson.jl:21 [inlined]
get_tickvalues at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/ticklocators/wilkinson.jl:17 [inlined]
get_tickvalues at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/lineaxis.jl:459
get_ticks at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/lineaxis.jl:453
unknown function (ip: 0x12e27c4cb)
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#191 at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/lineaxis.jl:187
unknown function (ip: 0x12e26d457)
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
do_apply at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#lift#61 at /Users/tlb/.julia/packages/Makie/gQOQF/src/interaction/nodes.jl:13
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
do_apply at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
lift at /Users/tlb/.julia/packages/Makie/gQOQF/src/interaction/nodes.jl:10
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#LineAxis#181 at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/lineaxis.jl:185
Type##kw at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/lineaxis.jl:3
unknown function (ip: 0x12e1e945b)
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#layoutable#251 at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables/axis.jl:211
layoutable at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables/axis.jl:10 [inlined]
#_layoutable#11 at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables.jl:69 [inlined]
_layoutable at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables.jl:69 [inlined]
#_layoutable#10 at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables.jl:64
_layoutable at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables.jl:60 [inlined]
#_#9 at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables.jl:49 [inlined]
Layoutable at /Users/tlb/.julia/packages/Makie/gQOQF/src/makielayout/layoutables.jl:49
unknown function (ip: 0x12e1492d7)
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
do_call at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval_body at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_interpret_toplevel_thunk at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_flex at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_toplevel_eval_in at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
eval at ./boot.jl:373 [inlined]
eval_user_input at /Users/administrator/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:150
repl_backend_loop at /Users/administrator/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:244
start_repl_backend at /Users/administrator/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:229
#run_repl#47 at /Users/administrator/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:362
run_repl at /Users/administrator/src/julia/usr/share/julia/stdlib/v1.7/REPL/src/REPL.jl:349
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#930 at ./client.jl:394
jfptr_YY.930_43775 at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/sys.dylib (unknown line)
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_f__call_latest at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
#invokelatest#2 at ./essentials.jl:716 [inlined]
invokelatest at ./essentials.jl:714 [inlined]
run_main_repl at ./client.jl:379
exec_options at ./client.jl:309
_start at ./client.jl:495
jl_sysimg_fvars_base at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/sys.dylib (unknown line)
jl_apply_generic at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
true_main at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
jl_repl_entrypoint at /Applications/Julia-1.7arm.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.7.dylib (unknown line)
Allocations: 163411336 (Pool: 163378481; Big: 32855); GC: 91
</code></pre></div>
<p dir="auto">The line where it's crashing is:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" while xspan < base^a * one_dt"><pre class="notranslate"> <span class="pl-k">while</span> xspan <span class="pl-k"><</span> base<span class="pl-k">^</span>a <span class="pl-k">*</span> one_dt</pre></div>
<p dir="auto">Looking with lldb, it's segfaulting on an <code class="notranslate">ldrb</code> instruction (marked with a <code class="notranslate">-></code> below). The base address in <code class="notranslate">x19</code> derives from an <code class="notranslate">adrp</code> instruction, so it's some kind of immediate data relative to the PC.</p>
<p dir="auto">Segfault is <code class="notranslate">error: memory read failed for 0xee4e2400</code>.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" 0x10fc9f878: stp d13, d12, [sp, #-0x70]!
0x10fc9f87c: stp d11, d10, [sp, #0x10]
0x10fc9f880: stp d9, d8, [sp, #0x20]
0x10fc9f884: stp x24, x23, [sp, #0x30]
0x10fc9f888: stp x22, x21, [sp, #0x40]
0x10fc9f88c: stp x20, x19, [sp, #0x50]
0x10fc9f890: stp x29, x30, [sp, #0x60]
0x10fc9f894: mov.16b v8, v1
0x10fc9f898: mov.16b v9, v0
0x10fc9f89c: fmul d10, d1, d1
0x10fc9f8a0: fmul d11, d10, d1
0x10fc9f8a4: fmov d0, #1.00000000
0x10fc9f8a8: mov w8, #0x3
0x10fc9f8ac: adrp x20, 0
0x10fc9f8b0: ldr x20, [x20, #0xa80]
0x10fc9f8b4: adrp x19, -137149
0x10fc9f8b8: add x19, x19, #0x410 ; =0x410
0x10fc9f8bc: fdiv d12, d0, d1
0x10fc9f8c0: b 0x10fc9f8d4
0x10fc9f8c4: mov.16b v0, v8
0x10fc9f8c8: fcmp d0, d9
0x10fc9f8cc: mov x8, x22
0x10fc9f8d0: b.le 0x10fc9f920
0x10fc9f8d4: sub x22, x8, #0x1 ; =0x1
0x10fc9f8d8: cmp x22, #0x4 ; =0x4
0x10fc9f8dc: b.hi 0x10fc9f8fc
0x10fc9f8e0: adr x8, #-0x1c
-> 0x10fc9f8e4: ldrb w9, [x19, x22]
0x10fc9f8e8: add x8, x8, x9, lsl #2
0x10fc9f8ec: fmov d0, #1.00000000
0x10fc9f8f0: br x8
0x10fc9f8f4: mov.16b v0, v12
0x10fc9f8f8: b 0x10fc9f8c8
0x10fc9f8fc: sub x8, x8, #0x2 ; =0x2
0x10fc9f900: scvtf d1, x8
0x10fc9f904: mov.16b v0, v8
0x10fc9f908: blr x20
0x10fc9f90c: b 0x10fc9f8c8
0x10fc9f910: mov.16b v0, v10
0x10fc9f914: b 0x10fc9f8c8
0x10fc9f918: mov.16b v0, v11
0x10fc9f91c: b 0x10fc9f8c8
0x10fc9f920: mov x19, #0x0
0x10fc9f924: sub x21, x22, #0x1 ; =0x1"><pre class="notranslate"><code class="notranslate"> 0x10fc9f878: stp d13, d12, [sp, #-0x70]!
0x10fc9f87c: stp d11, d10, [sp, #0x10]
0x10fc9f880: stp d9, d8, [sp, #0x20]
0x10fc9f884: stp x24, x23, [sp, #0x30]
0x10fc9f888: stp x22, x21, [sp, #0x40]
0x10fc9f88c: stp x20, x19, [sp, #0x50]
0x10fc9f890: stp x29, x30, [sp, #0x60]
0x10fc9f894: mov.16b v8, v1
0x10fc9f898: mov.16b v9, v0
0x10fc9f89c: fmul d10, d1, d1
0x10fc9f8a0: fmul d11, d10, d1
0x10fc9f8a4: fmov d0, #1.00000000
0x10fc9f8a8: mov w8, #0x3
0x10fc9f8ac: adrp x20, 0
0x10fc9f8b0: ldr x20, [x20, #0xa80]
0x10fc9f8b4: adrp x19, -137149
0x10fc9f8b8: add x19, x19, #0x410 ; =0x410
0x10fc9f8bc: fdiv d12, d0, d1
0x10fc9f8c0: b 0x10fc9f8d4
0x10fc9f8c4: mov.16b v0, v8
0x10fc9f8c8: fcmp d0, d9
0x10fc9f8cc: mov x8, x22
0x10fc9f8d0: b.le 0x10fc9f920
0x10fc9f8d4: sub x22, x8, #0x1 ; =0x1
0x10fc9f8d8: cmp x22, #0x4 ; =0x4
0x10fc9f8dc: b.hi 0x10fc9f8fc
0x10fc9f8e0: adr x8, #-0x1c
-> 0x10fc9f8e4: ldrb w9, [x19, x22]
0x10fc9f8e8: add x8, x8, x9, lsl #2
0x10fc9f8ec: fmov d0, #1.00000000
0x10fc9f8f0: br x8
0x10fc9f8f4: mov.16b v0, v12
0x10fc9f8f8: b 0x10fc9f8c8
0x10fc9f8fc: sub x8, x8, #0x2 ; =0x2
0x10fc9f900: scvtf d1, x8
0x10fc9f904: mov.16b v0, v8
0x10fc9f908: blr x20
0x10fc9f90c: b 0x10fc9f8c8
0x10fc9f910: mov.16b v0, v10
0x10fc9f914: b 0x10fc9f8c8
0x10fc9f918: mov.16b v0, v11
0x10fc9f91c: b 0x10fc9f8c8
0x10fc9f920: mov x19, #0x0
0x10fc9f924: sub x21, x22, #0x1 ; =0x1
</code></pre></div>
<p dir="auto">I can see the calculation of <code class="notranslate">x19</code> seems to be as instructed (the <code class="notranslate">-137149</code> below is the argument to the <code class="notranslate">adrp</code> instruction). The <code class="notranslate">adrp</code> instruction masks the bottom 11 bits of the PC and adds its operand shifted left 12 bits.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(lldb) reg read x19
x19 = 0x00000000ee4e2410
(lldb) p/x (0x000000010fc9f8e4 & ~0xfff) + 0x1000*(-137149) + 0x410
(long) $9 = 0x00000000ee4e2410
"><pre class="notranslate"><code class="notranslate">(lldb) reg read x19
x19 = 0x00000000ee4e2410
(lldb) p/x (0x000000010fc9f8e4 & ~0xfff) + 0x1000*(-137149) + 0x410
(long) $9 = 0x00000000ee4e2410
</code></pre></div>
<p dir="auto">And <code class="notranslate">x22</code> is <code class="notranslate">2</code>. But <code class="notranslate">-137149 * 4096</code> seems like a strangely large offset! It's well outside the current code segment:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(lldb) reg read pc
pc = 0x000000010fc9f8e4
(lldb) mem region 0x000000010fc9f8e4
[0x000000010f99c000-0x000000010fd9c000) r-x"><pre class="notranslate"><code class="notranslate">(lldb) reg read pc
pc = 0x000000010fc9f8e4
(lldb) mem region 0x000000010fc9f8e4
[0x000000010f99c000-0x000000010fd9c000) r-x
</code></pre></div>
<p dir="auto">Thus, I suspect an error in ARM code generation for fetching PC-relative data.</p> | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=martin.probst" rel="nofollow">Martin Probst</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4630?redirect=false" rel="nofollow">SPR-4630</a></strong> and commented</p>
<p dir="auto">When a MethodInvokingJob scheduled by Quartz throws an exception, the error is logged twice, once at WARN level by the MethodInvokingJob wrapper, and once at INFO by Quartz.</p>
<p dir="auto">This is because the MethodInvokingJob catches all exceptions thrown by the invoked method (InvocationTargetExceptions), and then re-throws them as JobExecutionExceptions. Quartz apparently considers those to be "expected exceptions" that are used for scheduling purposes, and as such they are only logged as INFO.</p>
<p dir="auto">Spring's MethodInvokingJob should probably find out if the thrown exceptions was a runtime exception, and re-throw it, and simply wrap checked exceptions in an appropriate RuntimeException and rethrow them. JobExecutionExceptions are apparently reserved for other purposes.</p>
<p dir="auto">Also, you should probably not log an exception that you are re-throwing anyways, that only gives duplicate log entries, making a potential problem harder to find.</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 2.0.8, 2.5.1</p>
<p dir="auto"><strong>Backported to:</strong> <a href="https://github.com/spring-projects/spring-framework/milestone/46?closed=1">2.0.9</a></p> | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=costin" rel="nofollow">Costin Leau</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6844?redirect=false" rel="nofollow">SPR-6844</a></strong> and commented</p>
<p dir="auto">The code path for annotation-based servlet and portlet controllers has some "hot spots" that could be improved.</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/16200/patch.diff" rel="nofollow">patch.diff</a> (<em>6.54 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="398108426" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/12359" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/12359/hovercard" href="https://github.com/spring-projects/spring-framework/issues/12359">#12359</a> improve the process of finding actual methods for servlet and portlet handlers (<em><strong>"is duplicated by"</strong></em>)</li>
</ul> | 0 |
<h3 dir="auto">Description</h3>
<h4 dir="auto">Background</h4>
<p dir="auto">The new Dynamic Task Mapping feature adds the attribute <code class="notranslate">map_index</code> to the <code class="notranslate">TaskInstance</code> class. When viewing information for a single mapped task instance, you must select based on this <code class="notranslate">map_index</code>, e.g. an integer value <code class="notranslate">0</code>, <code class="notranslate">1</code>, <code class="notranslate">2</code>, ... <code class="notranslate">n</code>.</p>
<p dir="auto">However, task instances can be mapped based on an iterable data type using the <code class="notranslate">.expand()</code> - using a slightly modified <a href="https://airflow.apache.org/docs/apache-airflow/2.3.0/concepts/dynamic-task-mapping.html#simple-mapping" rel="nofollow">Airflow Simple Mapping example</a>, on a list:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="added_values = add_one.expand(x=['truck', 'car', 'bicycle'])"><pre class="notranslate"><code class="notranslate">added_values = add_one.expand(x=['truck', 'car', 'bicycle'])
</code></pre></div>
<p dir="auto">It is a challenge to view the log for the task instance <code class="notranslate">add_one</code> that used the input <code class="notranslate">'truck'</code>. In the UI, there is no indication of the element at that index, only the index. In practice, you must click through <strong>all</strong> task instances <code class="notranslate">[0, 1, 2]</code> to find the truck log.</p>
<h4 dir="auto">Proposal</h4>
<ul dir="auto">
<li>Parameter for <code class="notranslate">TaskInstance</code> that maps <code class="notranslate">map_index</code> to a value with meaning i.e. the list element at index <code class="notranslate">map_index</code></li>
<li>UI updated to show list element, if parameter is provided</li>
</ul>
<h3 dir="auto">Use case/motivation</h3>
<p dir="auto">I would like the UI to indicate the input element value for each mapped task instance, not the index <code class="notranslate">map_index</code>. This will make it easier to navigate mapped task instances.</p>
<h3 dir="auto">Related issues</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Are you willing to submit a PR?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Yes I am willing to submit a PR!</li>
</ul>
<h3 dir="auto">Code of Conduct</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I agree to follow this project's <a href="https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a></li>
</ul> | <h3 dir="auto">Description</h3>
<p dir="auto">Airflow currently exposes <code class="notranslate">map_index</code> to the user as a way of distinguishing between tasks in an expansion. The index is unlikely to be meaningful to the user. They probably have their own label for this action. I'm requesting that we allow them to add that label.</p>
<p dir="auto">To see the problem, consider a dag that sends email to a list of users which is generated at runtime:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="with DAG(...) as dag:
@dag.task
def get_account_status():
return [
{
"NAME": "Wintermute",
"EMAIL": "[email protected]",
"STATUS": "active",
},
{
"NAME": "Hojo",
"EMAIL": "[email protected]",
"STATUS": "delinquent",
},
]
BashOperator.partial(
task_id="send_email",
bash_command=dedent(
"""
cat <<- EOF | tee | mailx -s "your account" $EMAIL
Dear $NAME,
Your account status is $STATUS.
EOF
"""
),
).expand(env=get_account_status())"><pre class="notranslate"><span class="pl-k">with</span> <span class="pl-v">DAG</span>(...) <span class="pl-k">as</span> <span class="pl-s1">dag</span>:
<span class="pl-en">@<span class="pl-s1">dag</span>.<span class="pl-s1">task</span></span>
<span class="pl-k">def</span> <span class="pl-en">get_account_status</span>():
<span class="pl-k">return</span> [
{
<span class="pl-s">"NAME"</span>: <span class="pl-s">"Wintermute"</span>,
<span class="pl-s">"EMAIL"</span>: <span class="pl-s">"[email protected]"</span>,
<span class="pl-s">"STATUS"</span>: <span class="pl-s">"active"</span>,
},
{
<span class="pl-s">"NAME"</span>: <span class="pl-s">"Hojo"</span>,
<span class="pl-s">"EMAIL"</span>: <span class="pl-s">"[email protected]"</span>,
<span class="pl-s">"STATUS"</span>: <span class="pl-s">"delinquent"</span>,
},
]
<span class="pl-v">BashOperator</span>.<span class="pl-en">partial</span>(
<span class="pl-s1">task_id</span><span class="pl-c1">=</span><span class="pl-s">"send_email"</span>,
<span class="pl-s1">bash_command</span><span class="pl-c1">=</span><span class="pl-en">dedent</span>(
<span class="pl-s">"""</span>
<span class="pl-s"> cat <<- EOF | tee | mailx -s "your account" $EMAIL</span>
<span class="pl-s"> Dear $NAME,</span>
<span class="pl-s"> Your account status is $STATUS.</span>
<span class="pl-s"> EOF</span>
<span class="pl-s"> """</span>
),
).<span class="pl-en">expand</span>(<span class="pl-s1">env</span><span class="pl-c1">=</span><span class="pl-en">get_account_status</span>())</pre></div>
<p dir="auto">Notice that in the grid view, it's not obvious which task goes with which user:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/5834582/163418431-3180a29d-b9c0-4bbc-9a80-05ad5e4f34e7.png"><img width="1106" alt="Screen Shot 2022-04-14 at 8 56 09 AM" src="https://user-images.githubusercontent.com/5834582/163418431-3180a29d-b9c0-4bbc-9a80-05ad5e4f34e7.png" style="max-width: 100%;"></a></p>
<h3 dir="auto">Use case/motivation</h3>
<p dir="auto">I'd like to be able to explicitly assign a name to each expanded task, that way I can later go look at the right one. I would like this name to be used (when available) anywhere that the user interacts with the expanded task.</p>
<p dir="auto">In cases where the user provides no names, perhaps we can generate some. For instance, this expansion generates four instances.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="BashOperator.partial(task_id="greet").expand(
bash_command=["echo hello $USER", "echo goodbye $USER"],
env=[{"USER": "foo"}, {"USER": "bar"}],
)"><pre class="notranslate"><span class="pl-v">BashOperator</span>.<span class="pl-en">partial</span>(<span class="pl-s1">task_id</span><span class="pl-c1">=</span><span class="pl-s">"greet"</span>).<span class="pl-en">expand</span>(
<span class="pl-s1">bash_command</span><span class="pl-c1">=</span>[<span class="pl-s">"echo hello $USER"</span>, <span class="pl-s">"echo goodbye $USER"</span>],
<span class="pl-s1">env</span><span class="pl-c1">=</span>[{<span class="pl-s">"USER"</span>: <span class="pl-s">"foo"</span>}, {<span class="pl-s">"USER"</span>: <span class="pl-s">"bar"</span>}],
)</pre></div>
<p dir="auto">The friendliest way would be to use the requested feature name each task:</p>
<ul dir="auto">
<li><code class="notranslate">hi_foo</code></li>
<li><code class="notranslate">hi_bar</code></li>
<li><code class="notranslate">bye_foo</code></li>
<li><code class="notranslate">bye_bar</code></li>
</ul>
<p dir="auto">As it is, the user will see:</p>
<ul dir="auto">
<li><code class="notranslate">1</code></li>
<li><code class="notranslate">2</code></li>
<li><code class="notranslate">3</code></li>
<li><code class="notranslate">4</code></li>
</ul>
<p dir="auto">But if the user doesn't give names, maybe we should generate some names for them:</p>
<ul dir="auto">
<li><code class="notranslate">bash_command_1_env_1</code></li>
<li><code class="notranslate">bash_command_1_env_2</code></li>
<li><code class="notranslate">bash_command_2_env_1</code></li>
<li><code class="notranslate">bash_command_2_env_2</code></li>
</ul>
<p dir="auto">I don't know. I'm creating this issue so we have a place to discuss it.</p>
<h3 dir="auto">Related issues</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Are you willing to submit a PR?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Yes I am willing to submit a PR!</li>
</ul>
<h3 dir="auto">Code of Conduct</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I agree to follow this project's <a href="https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a></li>
</ul> | 1 |
<p dir="auto">Currently there is no way to force printing into landscape. This means I have to offer my users portrait/landscape choice in the UI so I can render my print output for the correct size and then hope the user goes into their printer settings after printing has been triggered to choose landscape there too.</p> | <ul dir="auto">
<li>Electron version: 1.4.5</li>
<li>Operating system: All</li>
</ul>
<p dir="auto">1- There are only 2 options when it comes to print: silent and printBackground, there are plenty more options, like margins, copies, etc in the print window (Ctrl+P), that could be sent using <em>webContents.print()</em></p>
<p dir="auto">2- Access to print queue, to know if the printer is printing</p> | 1 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.2.1</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">When I try to backfill using <code class="notranslate">airflow dags backfill ...</code>, the 'Run' shows running but the tasks are stuck in scheduled state forever.</p>
<ol dir="auto">
<li>Code for DAG to reproduce the problem</li>
</ol>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import time
from datetime import timedelta
import pendulum
from airflow import DAG
from airflow.decorators import task
from airflow.models.dag import dag
from airflow.operators.bash import BashOperator
from airflow.operators.dummy import DummyOperator
from airflow.operators.python import PythonOperator
default_args = {
'owner': 'airflow',
'depends_on_past': False,
'email': ['[email protected]'],
'email_on_failure': True,
'email_on_retry': False,
'retries': 2,
'retry_delay': timedelta(minutes=5),
}
def get_execution_date(**kwargs):
ds = kwargs['ds']
print(ds)
with DAG(
'test_dag_2',
default_args=default_args,
description='Testing dag',
start_date=pendulum.datetime(2022, 4, 2, tz='UTC'),
schedule_interval="@hourly", max_active_runs=5, concurrency=10,
) as dag:
t1 = BashOperator(
task_id='task_1',
depends_on_past=False,
bash_command='sleep 5'
)
t2 = PythonOperator(
task_id='get_execution_date',
python_callable=get_execution_date
)
t1 >> t2"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">time</span>
<span class="pl-k">from</span> <span class="pl-s1">datetime</span> <span class="pl-k">import</span> <span class="pl-s1">timedelta</span>
<span class="pl-k">import</span> <span class="pl-s1">pendulum</span>
<span class="pl-k">from</span> <span class="pl-s1">airflow</span> <span class="pl-k">import</span> <span class="pl-v">DAG</span>
<span class="pl-k">from</span> <span class="pl-s1">airflow</span>.<span class="pl-s1">decorators</span> <span class="pl-k">import</span> <span class="pl-s1">task</span>
<span class="pl-k">from</span> <span class="pl-s1">airflow</span>.<span class="pl-s1">models</span>.<span class="pl-s1">dag</span> <span class="pl-k">import</span> <span class="pl-s1">dag</span>
<span class="pl-k">from</span> <span class="pl-s1">airflow</span>.<span class="pl-s1">operators</span>.<span class="pl-s1">bash</span> <span class="pl-k">import</span> <span class="pl-v">BashOperator</span>
<span class="pl-k">from</span> <span class="pl-s1">airflow</span>.<span class="pl-s1">operators</span>.<span class="pl-s1">dummy</span> <span class="pl-k">import</span> <span class="pl-v">DummyOperator</span>
<span class="pl-k">from</span> <span class="pl-s1">airflow</span>.<span class="pl-s1">operators</span>.<span class="pl-s1">python</span> <span class="pl-k">import</span> <span class="pl-v">PythonOperator</span>
<span class="pl-s1">default_args</span> <span class="pl-c1">=</span> {
<span class="pl-s">'owner'</span>: <span class="pl-s">'airflow'</span>,
<span class="pl-s">'depends_on_past'</span>: <span class="pl-c1">False</span>,
<span class="pl-s">'email'</span>: [<span class="pl-s">'[email protected]'</span>],
<span class="pl-s">'email_on_failure'</span>: <span class="pl-c1">True</span>,
<span class="pl-s">'email_on_retry'</span>: <span class="pl-c1">False</span>,
<span class="pl-s">'retries'</span>: <span class="pl-c1">2</span>,
<span class="pl-s">'retry_delay'</span>: <span class="pl-en">timedelta</span>(<span class="pl-s1">minutes</span><span class="pl-c1">=</span><span class="pl-c1">5</span>),
}
<span class="pl-k">def</span> <span class="pl-en">get_execution_date</span>(<span class="pl-c1">**</span><span class="pl-s1">kwargs</span>):
<span class="pl-s1">ds</span> <span class="pl-c1">=</span> <span class="pl-s1">kwargs</span>[<span class="pl-s">'ds'</span>]
<span class="pl-en">print</span>(<span class="pl-s1">ds</span>)
<span class="pl-k">with</span> <span class="pl-v">DAG</span>(
<span class="pl-s">'test_dag_2'</span>,
<span class="pl-s1">default_args</span><span class="pl-c1">=</span><span class="pl-s1">default_args</span>,
<span class="pl-s1">description</span><span class="pl-c1">=</span><span class="pl-s">'Testing dag'</span>,
<span class="pl-s1">start_date</span><span class="pl-c1">=</span><span class="pl-s1">pendulum</span>.<span class="pl-en">datetime</span>(<span class="pl-c1">2022</span>, <span class="pl-c1">4</span>, <span class="pl-c1">2</span>, <span class="pl-s1">tz</span><span class="pl-c1">=</span><span class="pl-s">'UTC'</span>),
<span class="pl-s1">schedule_interval</span><span class="pl-c1">=</span><span class="pl-s">"@hourly"</span>, <span class="pl-s1">max_active_runs</span><span class="pl-c1">=</span><span class="pl-c1">5</span>, <span class="pl-s1">concurrency</span><span class="pl-c1">=</span><span class="pl-c1">10</span>,
) <span class="pl-k">as</span> <span class="pl-s1">dag</span>:
<span class="pl-s1">t1</span> <span class="pl-c1">=</span> <span class="pl-v">BashOperator</span>(
<span class="pl-s1">task_id</span><span class="pl-c1">=</span><span class="pl-s">'task_1'</span>,
<span class="pl-s1">depends_on_past</span><span class="pl-c1">=</span><span class="pl-c1">False</span>,
<span class="pl-s1">bash_command</span><span class="pl-c1">=</span><span class="pl-s">'sleep 5'</span>
)
<span class="pl-s1">t2</span> <span class="pl-c1">=</span> <span class="pl-v">PythonOperator</span>(
<span class="pl-s1">task_id</span><span class="pl-c1">=</span><span class="pl-s">'get_execution_date'</span>,
<span class="pl-s1">python_callable</span><span class="pl-c1">=</span><span class="pl-s1">get_execution_date</span>
)
<span class="pl-s1">t1</span> <span class="pl-c1">>></span> <span class="pl-s1">t2</span></pre></div>
<ol start="2" dir="auto">
<li>Airflow backfill CLI</li>
</ol>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ airflow dags backfill --subdir /opt/airflow/dags/repo --reset-dagruns -s "2022-03-01 01:00:00" -e "2022-03-02 01:00:00" test_dag_2"><pre class="notranslate">$ airflow dags backfill --subdir /opt/airflow/dags/repo --reset-dagruns -s <span class="pl-s"><span class="pl-pds">"</span>2022-03-01 01:00:00<span class="pl-pds">"</span></span> -e <span class="pl-s"><span class="pl-pds">"</span>2022-03-02 01:00:00<span class="pl-pds">"</span></span> test_dag_2</pre></div>
<ol start="3" dir="auto">
<li>Result</li>
</ol>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/36870121/168201159-fcdf7640-2bf9-428f-849e-25f18dd2b504.png"><img width="472" alt="image" src="https://user-images.githubusercontent.com/36870121/168201159-fcdf7640-2bf9-428f-849e-25f18dd2b504.png" style="max-width: 100%;"></a></p>
<ol start="4" dir="auto">
<li>Discussion<br>
The 'Run' shows running but the tasks are stuck in scheduled state forever.<br>
Here are some variants what I have checked. (but still have this issue.)</li>
</ol>
<ul dir="auto">
<li>max_active_runs, concurrency</li>
<li>-x option for backfill command</li>
<li>--subdir option for backfill command</li>
<li>--reset-dagruns for backfill command</li>
<li>schedule_interval to <code class="notranslate">None</code> and <code class="notranslate">@once</code></li>
<li>Restart the Airflow scheduler pods.</li>
<li><strong>Upgrade Airflow version to 2.3.0.</strong></li>
</ul>
<ol start="5" dir="auto">
<li>Related issue<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="781406229" data-permission-text="Title is private" data-url="https://github.com/apache/airflow/issues/13542" data-hovercard-type="issue" data-hovercard-url="/apache/airflow/issues/13542/hovercard" href="https://github.com/apache/airflow/issues/13542">#13542</a></li>
</ol>
<h3 dir="auto">What you think should happen instead</h3>
<p dir="auto">The backfill jobs should successfully done from the past.</p>
<h3 dir="auto">How to reproduce</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Operating System</h3>
<p dir="auto">CentOS Linux release 7.9.2009 (Core)</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<p dir="auto">apache-airflow-providers-amazon 3.3.0<br>
apache-airflow-providers-celery 2.1.0<br>
apache-airflow-providers-cncf-kubernetes 3.0.2<br>
apache-airflow-providers-docker 2.6.0<br>
apache-airflow-providers-elasticsearch 3.0.3<br>
apache-airflow-providers-ftp 2.1.2<br>
apache-airflow-providers-grpc 2.0.4<br>
apache-airflow-providers-hashicorp 2.2.0<br>
apache-airflow-providers-http 2.0.2<br>
apache-airflow-providers-imap 2.2.3<br>
apache-airflow-providers-postgres 4.1.0<br>
apache-airflow-providers-redis 2.0.4<br>
apache-airflow-providers-sendgrid 2.0.4<br>
apache-airflow-providers-sftp 2.6.0<br>
apache-airflow-providers-slack 4.2.3<br>
apache-airflow-providers-sqlite 2.1.3<br>
apache-airflow-providers-ssh 2.4.3</p>
<h3 dir="auto">Deployment</h3>
<p dir="auto">Official Apache Airflow Helm Chart</p>
<h3 dir="auto">Deployment details</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Anything else</h3>
<p dir="auto">Here are some logs from scheduler pod, found kubernetes_executor try to delete worker pod.</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="[2022-05-13 02:48:08,417] {kubernetes_executor.py:147} INFO - Event: testdag2task1.34ae944f04ee4a18a65f559163ca0d1a had an event of type MODIFIED
[2022-05-13 02:48:08,417] {kubernetes_executor.py:206} INFO - Event: testdag2task1.34ae944f04ee4a18a65f559163ca0d1a Succeeded
[2022-05-13 02:48:08,423] {kubernetes_executor.py:147} INFO - Event: testdag2task1.34ae944f04ee4a18a65f559163ca0d1a had an event of type DELETED
[2022-05-13 02:48:08,423] {kubernetes_executor.py:206} INFO - Event: testdag2task1.34ae944f04ee4a18a65f559163ca0d1a Succeeded
[2022-05-13 02:48:08,497] {backfill_job.py:397} INFO - [backfill progress] | finished run 0 of 25 | tasks waiting: 5 | succeeded: 0 | running: 5| failed: 0 | skipped: 0 | deadlocked: 0 | not ready: 5
[2022-05-13 02:48:13,390] {kubernetes_executor.py:375} INFO - Attempting to finish pod; pod_id: testdag2task1.34ae944f04ee4a18a65f559163ca0d1a; state: None; annotations: {'dag_id': 'test_dag_2', 'task_id': 'task_1', 'execution_date': None, 'run_id': 'backfill__2022-03-03T02:00:00+00:00', 'try_number': '1'}
[2022-05-13 02:48:13,391] {kubernetes_executor.py:375} INFO - Attempting to finish pod; pod_id: testdag2task1.34ae944f04ee4a18a65f559163ca0d1a; state: None; annotations: {'dag_id': 'test_dag_2', 'task_id': 'task_1', 'execution_date': None, 'run_id': 'backfill__2022-03-03T02:00:00+00:00', 'try_number': '1'}
[2022-05-13 02:48:13,392] {kubernetes_executor.py:576} INFO - Changing state of (TaskInstanceKey(dag_id='test_dag_2', task_id='task_1', run_id='backfill__2022-03-03T02:00:00+00:00', try_number=1), None, 'testdag2task1.34ae944f04ee4a18a65f559163ca0d1a', 'jutopia-chlee-test-chlee-backfill-test', '3559062271') to None
[2022-05-13 02:48:13,396] {kubernetes_executor.py:661} INFO - Deleted pod: TaskInstanceKey(dag_id='test_dag_2', task_id='task_1', run_id='backfill__2022-03-03T02:00:00+00:00', try_number=1) in namespace jutopia-chlee-test-chlee-backfill-test"><pre class="notranslate">[2022-05-13 02:48:08,417] {kubernetes_executor.py:147} INFO - Event: testdag2task1.34ae944f04ee4a18a65f559163ca0d1a had an event of <span class="pl-c1">type</span> MODIFIED
[2022-05-13 02:48:08,417] {kubernetes_executor.py:206} INFO - Event: testdag2task1.34ae944f04ee4a18a65f559163ca0d1a Succeeded
[2022-05-13 02:48:08,423] {kubernetes_executor.py:147} INFO - Event: testdag2task1.34ae944f04ee4a18a65f559163ca0d1a had an event of <span class="pl-c1">type</span> DELETED
[2022-05-13 02:48:08,423] {kubernetes_executor.py:206} INFO - Event: testdag2task1.34ae944f04ee4a18a65f559163ca0d1a Succeeded
[2022-05-13 02:48:08,497] {backfill_job.py:397} INFO - [backfill progress] <span class="pl-k">|</span> finished run 0 of 25 <span class="pl-k">|</span> tasks waiting: 5 <span class="pl-k">|</span> succeeded: 0 <span class="pl-k">|</span> running: 5<span class="pl-k">|</span> failed: 0 <span class="pl-k">|</span> skipped: 0 <span class="pl-k">|</span> deadlocked: 0 <span class="pl-k">|</span> not ready: 5
[2022-05-13 02:48:13,390] {kubernetes_executor.py:375} INFO - Attempting to finish pod<span class="pl-k">;</span> pod_id: testdag2task1.34ae944f04ee4a18a65f559163ca0d1a<span class="pl-k">;</span> state: None<span class="pl-k">;</span> annotations: {<span class="pl-s"><span class="pl-pds">'</span>dag_id<span class="pl-pds">'</span></span>: <span class="pl-s"><span class="pl-pds">'</span>test_dag_2<span class="pl-pds">'</span></span>, <span class="pl-s"><span class="pl-pds">'</span>task_id<span class="pl-pds">'</span></span>: <span class="pl-s"><span class="pl-pds">'</span>task_1<span class="pl-pds">'</span></span>, <span class="pl-s"><span class="pl-pds">'</span>execution_date<span class="pl-pds">'</span></span>: None, <span class="pl-s"><span class="pl-pds">'</span>run_id<span class="pl-pds">'</span></span>: <span class="pl-s"><span class="pl-pds">'</span>backfill__2022-03-03T02:00:00+00:00<span class="pl-pds">'</span></span>, <span class="pl-s"><span class="pl-pds">'</span>try_number<span class="pl-pds">'</span></span>: <span class="pl-s"><span class="pl-pds">'</span>1<span class="pl-pds">'</span></span>}
[2022-05-13 02:48:13,391] {kubernetes_executor.py:375} INFO - Attempting to finish pod<span class="pl-k">;</span> pod_id: testdag2task1.34ae944f04ee4a18a65f559163ca0d1a<span class="pl-k">;</span> state: None<span class="pl-k">;</span> annotations: {<span class="pl-s"><span class="pl-pds">'</span>dag_id<span class="pl-pds">'</span></span>: <span class="pl-s"><span class="pl-pds">'</span>test_dag_2<span class="pl-pds">'</span></span>, <span class="pl-s"><span class="pl-pds">'</span>task_id<span class="pl-pds">'</span></span>: <span class="pl-s"><span class="pl-pds">'</span>task_1<span class="pl-pds">'</span></span>, <span class="pl-s"><span class="pl-pds">'</span>execution_date<span class="pl-pds">'</span></span>: None, <span class="pl-s"><span class="pl-pds">'</span>run_id<span class="pl-pds">'</span></span>: <span class="pl-s"><span class="pl-pds">'</span>backfill__2022-03-03T02:00:00+00:00<span class="pl-pds">'</span></span>, <span class="pl-s"><span class="pl-pds">'</span>try_number<span class="pl-pds">'</span></span>: <span class="pl-s"><span class="pl-pds">'</span>1<span class="pl-pds">'</span></span>}
[2022-05-13 02:48:13,392] {kubernetes_executor.py:576} INFO - Changing state of (TaskInstanceKey(dag_id=<span class="pl-s"><span class="pl-pds">'</span>test_dag_2<span class="pl-pds">'</span></span>, task_id=<span class="pl-s"><span class="pl-pds">'</span>task_1<span class="pl-pds">'</span></span>, run_id=<span class="pl-s"><span class="pl-pds">'</span>backfill__2022-03-03T02:00:00+00:00<span class="pl-pds">'</span></span>, try_number=1), None, <span class="pl-s"><span class="pl-pds">'</span>testdag2task1.34ae944f04ee4a18a65f559163ca0d1a<span class="pl-pds">'</span></span>, <span class="pl-s"><span class="pl-pds">'</span>jutopia-chlee-test-chlee-backfill-test<span class="pl-pds">'</span></span>, <span class="pl-s"><span class="pl-pds">'</span>3559062271<span class="pl-pds">'</span></span>) to None
[2022-05-13 02:48:13,396] {kubernetes_executor.py:661} INFO - Deleted pod: TaskInstanceKey(dag_id=<span class="pl-s"><span class="pl-pds">'</span>test_dag_2<span class="pl-pds">'</span></span>, task_id=<span class="pl-s"><span class="pl-pds">'</span>task_1<span class="pl-pds">'</span></span>, run_id=<span class="pl-s"><span class="pl-pds">'</span>backfill__2022-03-03T02:00:00+00:00<span class="pl-pds">'</span></span>, try_number=1) <span class="pl-k">in</span> namespace jutopia-chlee-test-chlee-backfill-test</pre></div>
<h3 dir="auto">Are you willing to submit PR?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Yes I am willing to submit a PR!</li>
</ul>
<h3 dir="auto">Code of Conduct</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I agree to follow this project's <a href="https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a></li>
</ul> | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">Other Airflow 2 version (please specify below)</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">I am using airlfow 2.3.2 on EKS 1.22, the airflow service on EKS was launched by making minor modifications in official helm chart regarding replicas and resources. It is observed that the memory utilization by scheduler pod keeps on increasing as age of scheduler pod increases. Also this is observed when all dags are paused and nothing is running on airlfow. Different versions(config changes) of official helm chat was used to spin different airflow services in the EKS cluster where this issue was observed.</p>
<h3 dir="auto">What you think should happen instead</h3>
<p dir="auto">This shouldn't have happened, the memory should have remain almost same. The increase in memory made the replicas to increase over few days as replication was setup based on memory utilisation even though there was no changes in the env itself and it was serving any traffic.</p>
<h3 dir="auto">How to reproduce</h3>
<p dir="auto">Should be able to reproduce by using official airflow helm-chart of 2.3.2 on AWS EKS 1.22</p>
<h3 dir="auto">Operating System</h3>
<p dir="auto">PRETTY_NAME=“Debian GNU/Linux 11 (bullseye)” NAME=“Debian GNU/Linux” VERSION_ID=“11” VERSION=“11 (bullseye)” VERSION_CODENAME=bullseye ID=debian</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Deployment</h3>
<p dir="auto">Official Apache Airflow Helm Chart</p>
<h3 dir="auto">Deployment details</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Anything else</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Are you willing to submit PR?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Yes I am willing to submit a PR!</li>
</ul>
<h3 dir="auto">Code of Conduct</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I agree to follow this project's <a href="https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a></li>
</ul> | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.