id
int64 393k
2.82B
| repo
stringclasses 68
values | title
stringlengths 1
936
| body
stringlengths 0
256k
β | labels
stringlengths 2
508
| priority
stringclasses 3
values | severity
stringclasses 3
values |
---|---|---|---|---|---|---|
346,267,257 | go | cmd/go: add a facility to peek into the module cache | cc: @rsc @bcmills @suzmue @ianthehat
To work with modules, a tool like goimports should be aware of the set of modules in the module cache. Then, it could suggest packages that haven't been required in go.mod or imported by a package or its deps. At the least, it should be able to list the latest version of each module in the user's module cache. (And if `GOPROXY` is set, it should be able to list the latest version of the modules served by the proxy.)
Currently there doesn't seem to be a way for a tool like goimports to suggest packages outside the transitive module dependencies of the current module without guessing the module cache directory (which is changing: [golang.org/cl/126755](golang.org/cl/126755)) and then crawling through the directories. It seems like the directory layout may be stable but finding the directory is a bit dodgy. And we'd need to handle `goproxy` manually too.
go/packages has been using `go list` to find metadata about packages, so ideally we could use `go list` or maybe `go mod` to get at this information. But maybe there's a better way to get at it. | NeedsDecision,FeatureRequest,modules | low | Major |
346,273,111 | go | cmd/go: add support for "contains:" patterns to go list | cc @rsc @bcmills @suzmue @ianthehat
`go/packages.Load` allows users to supply contains:<filepath> as a pattern argument. All other patterns supplied to `Load` are accepted by `go list` and it would be helpful if contains: could be also. That would allow `go/packages.Load` to always make a single `go list` call.
go list contains:<file> would list the packages containing the given file. This is an operation that tools commonly need, and have approximated in the past by determining the directory of the package. | NeedsInvestigation,FeatureRequest | low | Minor |
346,294,304 | TypeScript | In JS, bogus noImplicitAny error on some this-property assignments | Discovered while looking at the puppeteer user test:
```js
class EmulationManager {
constructor() {
this._emulatingMobile = false;
}
/**
* @param {boolean} viewport
*/
emulateViewport(viewport) {
if (this._emulatingMobile !== viewport)
return true;
this._emulatingMobile = viewport;
}
}
```
**Expected behavior:**
No error with noImplicitAny, and `this._emulatingMobile: boolean`.
**Actual behavior:**
Error on `this._emulatingMobile = false`, "implicitly has type 'any' because it is referenced directly or indirectly in its own initialiser, and `this.emulatingMobile: any`. | Bug,checkJs | low | Critical |
346,305,048 | youtube-dl | Support for questod.co.uk | ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`)
- Use the *Preview* tab to see what your issue will actually look like
---
### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2018.07.29*. If it's not, read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) and update. Issues with outdated version will be rejected.
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2018.07.29**
### Before submitting an *issue* make sure you have:
- [x] At least skimmed through the [README](https://github.com/rg3/youtube-dl/blob/master/README.md), **most notably** the [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](https://github.com/rg3/youtube-dl#bugs) sections
- [x] [Searched](https://github.com/rg3/youtube-dl/search?type=Issues) the bugtracker for similar issues including closed ones
- [x] Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser
### What is the purpose of your *issue*?
- [ ] Bug report (encountered problems with youtube-dl)
- [x] Site support request (request for adding support for a new site)
- [x] Feature request (request for a new functionality)
- [ ] Question
- [ ] Other
---
### The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your *issue*
---
### If the purpose of this *issue* is a *bug report*, *site support request* or you are not completely sure provide the full verbose output as follows:
Add the `-v` flag to **your command line** you run youtube-dl with (`youtube-dl -v <your command line>`), copy the **whole** output and insert it here. It should look similar to one below (replace it with **your** log inserted between triple ```):
```
michael@Caprica:~$ ./youtube-dl -v https://www.questod.co.uk/show/katie-price-my-crazy-life/video/everything-changes/EHD_210703B
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://www.questod.co.uk/show/katie-price-my-crazy-life/video/everything-changes/EHD_210703B']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.07.29
[debug] Python version 2.7.15rc1 (CPython) - Linux-4.4.0-17134-Microsoft-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: ffmpeg 3.4.2-2, ffprobe 3.4.2-2
[debug] Proxy map: {}
[generic] EHD_210703B: Requesting header
WARNING: Falling back on generic information extractor.
[generic] EHD_210703B: Downloading webpage
[generic] EHD_210703B: Extracting information
ERROR: Unsupported URL: https://www.questod.co.uk/show/katie-price-my-crazy-life/video/everything-changes/EHD_210703B
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/extractor/generic.py", line 2299, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
File "./youtube-dl/youtube_dl/compat.py", line 2542, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
File "./youtube-dl/youtube_dl/compat.py", line 2531, in _XML
parser.feed(text)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1659, in feed
self._raiseerror(v)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1523, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 5, column 58
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 502, in extract
ie_result = self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/generic.py", line 3259, in _real_extract
raise UnsupportedError(url)
UnsupportedError: Unsupported URL: https://www.questod.co.uk/show/katie-price-my-crazy-life/video/everything-changes/EHD_210703B
...
<end of log>
```
---
### If the purpose of this *issue* is a *site support request* please provide all kinds of example URLs support for which should be included (replace following example URLs by **yours**):
- Single video: https://www.questod.co.uk/show/katie-price-my-crazy-life/video/everything-changes/EHD_210703B
Note that **youtube-dl does not support sites dedicated to [copyright infringement](https://github.com/rg3/youtube-dl#can-you-add-support-for-this-anime-video-site-or-site-which-shows-current-movies-for-free)**. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
---
### Description of your *issue*, suggested solution and other information
Quest have launched a new site. It's brightcove video so should in theory be supported but because they are loading the video in a reactjs pop up thingy I think youtube-dl is missing it. I can't work out how to get direct to the video file so it would be great if it was added natively.
| geo-restricted | low | Critical |
346,340,393 | go | cmd/go: cache hit takes too long on a test that opens many files | ### What version of Go are you using (`go version`)?
go1.10.2
### Does this issue reproduce with the latest release?
Yes.
```
ijt$ time go1.11beta1 test .
ok github.com/google/go-cloud/wire/internal/wire 38.037s
real 1m10.576s
user 1m22.899s
sys 0m52.377s
ijt$ time go1.11beta1 test .
ok github.com/google/go-cloud/wire/internal/wire (cached)
real 0m30.822s
user 0m11.384s
sys 0m20.135s
```
### What operating system and processor architecture are you using (`go env`)?
```
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/issactrotts/Library/Caches/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/issactrotts/gopath"
GORACE=""
GOROOT="/Users/issactrotts/homebrew/Cellar/go/1.10.2/libexec"
GOTMPDIR=""
GOTOOLDIR="/Users/issactrotts/homebrew/Cellar/go/1.10.2/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/9z/3vhqmj_j18v6vsk1q2jr486r001n0v/T/go-build330802734=/tmp/go-build -gno-record-gcc-switches -fno-common"
```
### What did you do?
```
m=github.com/google/go-cloud
go get $m
cd $(go list -f '{{.Dir}}' $m)
cd wire/internal/wire
# Run tests once.
time go test -v .
# Run tests again. This time the result is cached, but it still takes over 30s on a 2015 Macbook pro laptop.
time go test -v .
```
### What did you expect to see?
The second test run should have taken under 1s since nothing changed.
### What did you see instead?
It took over 30s.
@zombiezen suggested that the slowness arises from the wire tests opening many packages under `$GOROOT` for type checking, making `go test` spend a lot of time checking their hashes when deciding whether there is a cache hit.
| help wanted,ToolSpeed,NeedsInvestigation,GoCommand | medium | Critical |
346,344,105 | pytorch | [Caffe2] Implementing CoordConv layer | ## Issue description
I am trying to implement a CoordConv layer (https://arxiv.org/pdf/1807.03247.pdf) in caffe2 but I am having problems to concatenate a Tensor due to shape mismatch.
The CoordConv layer consist in concatenating the input blob with two tensors with values ranging from -1 to 1 (that specify the x,y coordinates) followed by a Conv layer.
What is the best approach to create those vectors? As the input blob size will change every time (both dimensions and batch size), it needs to be generated at runtime. For example, if the input blob is 2x256x10x10 (NCHW), I want to generate two vectors of 2x1x10x10 and concatenate them so the output is 2x258x10x10
I have unsuccessfully tried to generate the vectors using GivenTensorFill() and ResizeLike().
Can this be implemented by combining already existing layers? Or it is required to implement a new layer? Has anybody implemented the layer?
Thanks | caffe2 | low | Minor |
346,371,963 | rust | Type Inference not working when indexing with Into<usize> types | I have an `enum Dim { X, Y, Z }` that I've implemented `Into<usize>` for, so I can use it instead of `0, 1, 2`, but I get type inference errors when using it. I've narrowed it down to this playground example.
If you change the last line to `let c: i32 = a[i.into()];` then it gives an error about not knowing the type for `i.into()`, despite there only being one type that it can be?
I can use `a[i as usize]` which works fine for this case, but not sure why using `.into()` breaks things so badly.
```rust
enum I {
X,
Y,
Z,
}
impl Into<usize> for I {
fn into(self) -> usize {
0
}
}
fn main() {
let a = vec![1i32, 2, 3];
let i = I::X;
let c = a[0];
let c = a[i.into()];
}
```
([Playground](https://play.rust-lang.org/?gist=18753b8ff389cd1838c897d05ae682d7&version=stable&mode=debug&edition=2015))
Errors:
```
Compiling playground v0.0.1 (file:///playground)
error[E0282]: type annotations needed
--> src/main.rs:17:9
|
17 | let c = a[i.into()];
| ^
| |
| cannot infer type for `_`
| consider giving `c` a type
error: aborting due to previous error
For more information about this error, try `rustc --explain E0282`.
error: Could not compile `playground`.
To learn more, run the command again with --verbose.
``` | T-lang,T-compiler,A-inference | low | Critical |
346,380,733 | TypeScript | Preserve union type name within larger union | **TypeScript Version:** 3.1.0-dev.20180731
**Code**
```ts
type Value =
| { kind: "number", n: number }
| { kind: "string", s: string };
function f(value: Value | undefined): void {}
f(undefined);
```
**Expected behavior:**
Quick info on `f` shows `function f(value: Value | undefined): void`
**Actual behavior:**
Quick info shows:
```ts
function f(value: {
kind: "number";
n: number;
} | {
kind: "string";
s: string;
} | undefined): void
```
**Related Issues:** #14662 | Suggestion,In Discussion,Domain: Type Display | low | Minor |
346,403,773 | godot | Add eyedropper cursor shape | I don't know if Windows and macOS have it, but cursor themes in GNU/Linux do have an eyedropper cursor shape (at least the ones I tested). | enhancement,topic:core | low | Minor |
346,425,258 | go | crypto/x509: reduce memory usage when parsing system root certs? | I noticed that loading the x509 system roots and parsing their certificates on Linux takes 526kB of memory.
(by making an HTTPS request for the side-effect of loading them: https://play.golang.org/p/re1rB_Ui1nS then hitting pprof)
I suspect have common subfields that might be able to share memory? Or does our super transparent representation preclude that?
GitHub won't let me upload an SVG, so:
<img width="843" alt="screen shot 2018-07-31 at 7 30 03 pm" src="https://user-images.githubusercontent.com/2621/43497688-46da6728-94f8-11e8-96e1-0ad5d1d26f43.png">
/cc @FiloSottile | Performance,NeedsInvestigation | low | Minor |
346,435,795 | go | x/tools: suggest sets of build constraints that cover all files in a package | https://golang.org/cl/12703044 added `AllTags` to `*go/build.Package` so that "[t]ools scanning packages can use this to decide how many variants there are and what they are."
Since it's often necessary to invoke `go list` rather than use `go/build` directly, I think the same reasoning applies for adding it to `go list`. | NeedsDecision,FeatureRequest | low | Major |
346,444,035 | go | runtime: append is slower than make+assignments for small slices with known length | ### What version of Go are you using (`go version`)?
go1.10.3 linux/amd64
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture are you using (`go env`)?
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/opennota/.cache/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/opennota/gocode"
GORACE=""
GOROOT="/home/opennota/go"
GOTMPDIR=""
GOTOOLDIR="/home/opennota/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build289966161=/tmp/go-build -gno-record-gcc-switches"
### What did you do?
https://play.golang.org/p/e34FVX-sqQx
`go test -bench=.`
### What did you expect to see?
The ns/op numbers in the two tests are close.
### What did you see instead?
append is 24% slower:
```
BenchmarkAppend-4 20000000 89.9 ns/op
BenchmarkMakeAssign-4 20000000 73.1 ns/op
``` | Performance,NeedsInvestigation,compiler/runtime | low | Critical |
346,449,635 | node | [async_hooks] - A possible bug or requirement of clarity? Perhaps another hook needed? | * **Version**: 10.7.0
* **Platform**: OSX
> **Note:** Sorry this got so long but I think it does help to illustrate the flow and process that brought this issue up! Please bare with me as I do feel this may be part of a larger issue at this point?
**Update:** Added a repro [async_hooks_repro](https://github.com/bradennapier/async_hooks_repro)
Hey Guys!
So I am playing with `async_hooks` and definitely some powerful stuff here! It's a bit hard to grasp at first and seems fairly prone to potential problems for people using it to cause memory leaks and such.
I think one source of that is that the `destroy` is called when the garbage collector actually collects a given resource while the `after` doesn't fire for many things. This seems like it will lead towards confusion and people likely causing larger problems in their applications that may be difficult to see (with the garbage collector which is notoriously difficult to troubleshoot - no complaints there though, understand fully).
I was wondering if it makes sense to have another hook for `complete` which is similar to `after` but is guaranteed to fire once the asynchronous task itself has finished its job. This may not be possible for whatever reason but it does seem to fit better with how it feels it should operate.
To illustrate, just want to show what my experience as I was trying to grasp what was going on was as it may help to hear from avg user that doesn't necessarily understand the intimate details of the gc may approach this.
---
## The Project
So in order to learn this, I wanted to build what most others already have built for the most part and make sure I understood the overall flow of everything. Basically a replacement for the node-continuation library.
Essentially a way to create an asynchronous state that is available for the length of a scope regardless of asynchronous calls made in-between.
I have a couple general goals:
- Allow "contexts" (namespace) to be created which are used to capture the state throughout a lifecycle.
- Enable the created hooks only when we have a running asynchronous context
- Disable the created hooks as soon as we are no longer executing
## Test Code
I ended up adding logs (using fs.writeSync) to each hook to see where and when things occur so I could grasp the exact flow. My test code for a simple example here looks like this:
```javascript
const ctx = require('./dist').default;
const log = require('./dist/log').default;
function fn() {
// outputs using fs.writeSync(1, message)
log(`
Context State: ${JSON.stringify(ctx.get('foo').state())}
`);
}
ctx.run('foo', () => {
ctx.get('foo').set('myvar', 'value3');
setTimeout(fn);
});
```
In this simple example it works exactly as I'd expect, outputting the following:
```javascript
[ENABLING HOOKS]
[START]: Context Base EID: 5
1533096660930 | [INIT] | Timeout | asyncId 6 | trigger: 5
1533096660930 | [INIT] | TIMERWRAP | asyncId 7 | trigger: 5
Context State: {"root":5,"myvar":"value3"}
1533096660931 | [AFTER] | asyncId 6
1533096660931 | [AFTER] | asyncId 7
1533096660931 | [DESTROY] | asyncId 6 | remaining 1 | ids left: 7
1533096660931 | [DESTROY] | asyncId 7 | remaining 0 | ids left:
[DISABLING HOOKS]
```
> In case there is confusion, the "state" value includes whatever is set on it and a key "root" which saves the root eid that started the context.
### Where it gets tricky
This may be less of an issue than I'm worried about, but where I started to run into confusion was when other things started going on within the example. For example, if I add a timeout outside of the entire context/hooks process, now we run into a larger issue:
> **Note:** This is where I actually solved the problem but the solution is so subtle and it is very hard to understand exactly what was happening here. I think it likely still should have better handling in some way so that leaks are not so simple to occur.
So my issue came in when I then wanted to embed a call to run within another call to run. When I would do this, each time I ended up with a memory leak situation where a single value was never calling `after`, `promiseResolve`, or `destroy`.
#### Script
```javascript
function fn() {
// outputs using fs.writeSync(1, message)
log(`
Context State: ${JSON.stringify(ctx.get('foo').state())}
`);
}
ctx.run('foo', () => {
ctx.get('foo').set('myvar', 'value1');
setTimeout(fn);
ctx.run('foo', () => {
ctx.get('foo').set('myvar', 'value2');
setTimeout(fn);
});
});
setTimeout(() => {
console.log(`${String(Date.now())} | EVALUATION COMPLETED`);
}, 8000);
```
#### Outputs
```javascript
[ENABLING HOOKS]
[START]: Context Base EID: 5
1533098775911 | [INIT] | Timeout | asyncId 6 | trigger: 5
1533098775911 | [INIT] | TIMERWRAP | asyncId 7 | trigger: 5
1533098775911 | [INIT] | PROMISE | asyncId 8 | trigger: 5
1533098775911 | [INIT] | PROMISE | asyncId 9 | trigger: 5
[START]: Context Base EID: 10
1533098775912 | [INIT] | Timeout | asyncId 11 | trigger: 10
1533098775912 | [AFTER] | asyncId 10
1533098775912 | [DESTROY] | asyncId 10 | remaining 6 | ids left: 5, 6, 7, 8, 9, 11
1533098775912 | [RESOLVE] | asyncId 9
1533098775912 | [DESTROY] | asyncId 9 | remaining 5 | ids left: 5, 6, 7, 8, 11
1533098775912 | [AFTER] | asyncId 5
1533098775912 | [DESTROY] | asyncId 5 | remaining 4 | ids left: 6, 7, 8, 11
Context State: {"root":5,"myvar":"value1"}
1533098775913 | [AFTER] | asyncId 6
1533098775913 | [DESTROY] | asyncId 6 | remaining 3 | ids left: 7, 8, 11
Context State: {"root":10,"myvar":"value2"}
1533098775913 | [AFTER] | asyncId 11
1533098775913 | [DESTROY] | asyncId 11 | remaining 2 | ids left: 7, 8
1533098775913 | [AFTER] | asyncId 7
1533098775913 | [DESTROY] | asyncId 7 | remaining 1 | ids left: 8
1533098783913 | EVALUATION COMPLETED
```
So here we seem to have a problem. A promise (asyncId 8) is never being handled by our hooks. In order to evaluate further, I ended up saving id 8 during init to global and later logging it so it wouldn't be caught by console.log and it ended up showing that there is a Promise that is never resolved, it remains pending forever.
What is weird and I still don't fully grasp, is that the problem was with an `async function` which actually really wasn't using any async features (my original hope was that `.run()` would return a promise outside of the asynchronous context - but that proved pointless.
Still, this tiny little problem would cause memory leaks that 99% of people probably would never be aware existed.
So `ctx.run(...args)` looked like this:
```javascript
export async function runInContext(contextID, fn, ...args) {
const context = AsyncContexts.get(contextID) || createAsyncContext(contextID);
const runner = new ContextRoot(context, fn);
runner.run(args);
}
export default Object.freeze({
create: createAsyncContext,
get: getContext,
run: runInContext,
});
```
This is the promise that will remain pending forever (async id 8). This is a really odd place in my mind for the problem to be happening - I would imagine that this promise would be resolved immediately after the 3 lines shown are completed. The functions that it calls do complete within a millisecond so the entire body of `runInContext` absolutely is finished right away.
### In Summary
Just wanted to say thanks, I know it got long but I actually feel this is either part of a larger bug or might help me understand what about the gc would cause this type of thing. We have ongoing issues with gc issues freezing up a larger application that I have been brought on to help and the problem seems largely due to Promises as well so I am wondering if there is a quirk about them and the gc that I am not fully grasping that could help in both areas here.
Anyway, by just making `runInContext` a function instead of `async function` it appears to work as expected for the most part:
```javascript
[ENABLING HOOKS]
[START]: Context Base EID: 5
1533099546996 | [INIT] | Timeout | asyncId 6 | trigger: 5
1533099546997 | [INIT] | TIMERWRAP | asyncId 7 | trigger: 5
[START]: Context Base EID: 8
1533099546997 | [INIT] | Timeout | asyncId 9 | trigger: 8
1533099546997 | [AFTER] | asyncId 8
1533099546997 | [DESTROY] | asyncId 8 | remaining 4 | ids left: 5, 6, 7, 9
1533099546997 | [AFTER] | asyncId 5
1533099546997 | [DESTROY] | asyncId 5 | remaining 3 | ids left: 6, 7, 9
Context State: {"root":5,"myvar":"value1"}
1533099546998 | [AFTER] | asyncId 6
1533099546998 | [DESTROY] | asyncId 6 | remaining 2 | ids left: 7, 9
Context State: {"root":8,"myvar":"value2"}
1533099546998 | [AFTER] | asyncId 9
1533099546998 | [DESTROY] | asyncId 9 | remaining 1 | ids left: 7
1533099546998 | [AFTER] | asyncId 7
1533099546998 | [DESTROY] | asyncId 7 | remaining 0 | ids left:
[DISABLING HOOKS]
1533099554997 | EVALUATION COMPLETED
```
| discuss,async_hooks | low | Critical |
346,510,888 | rust | Properly document and explain opt-levels s and z | These opt-levels have been stabilized in #50265. If I'm not mistaken, `rustc -C help` still outputs this:
```
-C opt-level=val -- optimize with possible levels 0-3, s, or z
```
So not very helpful at all. I think there should be a better explanation for `rustc -C help` (also for levels 0 -- 3). [The rustc guide](https://github.com/rust-lang/rust/blob/master/src/doc/rustc/src/codegen-options/index.md#opt-level) has some information, but it's rather hidden.
I'd also suggest to change the current one-line-per-option layout of `-Z help` and `-C help`. Currently it discourages people to add more useful information if they have to crank it into one line. Why not something like:
```
-C debuginfo=val
Debug info emission level, 0 = no debug info, 1 = line tables only, 2 = full debug
info with variable and type information. And more information here. Lorem ipsum
dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt
ut labore et dolore magna aliquyam erat, sed diam voluatua. At vero eos et accusam
et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata
sanctus est Lorem ipsum dolor sit amet.
-C opt-level=val
Optimize with possible levels 0-3, s, or z. And more information here. Lorem ipsum
dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt
ut labore et dolore magna aliquyam erat, sed diam voluatua. At vero eos et accusam
et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata
sanctus est Lorem ipsum dolor sit amet.
```
Or something like that. | C-enhancement,P-medium,T-compiler,A-docs,C-optimization | low | Critical |
346,587,946 | neovim | :terminal : normal-mode editing for shell prompt | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: NVIM v0.3.1
- Vim (version: ) behaves differently? no.
- Operating system/version: Arch linux
- Terminal name/version: Alacritty/0.1.0
- `$TERM`: xterm-256color
### Steps to reproduce using `nvim -u NORC`
```
nvim -u NORC +terminal
In the terminal mode go into insert mode, write something.
Go back into normal mode(still in terminal) try to change or delete
the search terms.
```
### Actual behaviour
cannot make changes, 'modifiable' is off
### Expected behaviour
do whatever would normally happen to text whenever you use cw, D, dw etc.
----
I could probably solve this by just setting the buffer modifiable, but is there some problems with this since this is the default behavior? is there a preferred way of doing this? And how do i apply it only to the terminal buffer and nothing else all the time?
Thanks. | enhancement,terminal | medium | Major |
346,630,893 | pytorch | [Caffe2] MNIST Tutorial LMDB Error "Cannot open db" | ## Issue description
I am trying to learn Caffe2, and am trying to run through the tutorials. For the MNIST tutorial (located here: https://github.com/caffe2/tutorials/blob/master/MNIST.ipynb), I am seeing an error when executing the line `workspace.RunNetOnce(train_model.param_init_net)`. I get:
```
RuntimeError: [enforce fail at db.h:190] db_. Cannot open db: /Users/205314/caffe2_notebooks/tutorial_data/mnist/mnist-train-nchw-lmdb of type lmdb Error from operator:
output: "dbreader_/Users/205314/caffe2_notebooks/tutorial_data/mnist/mnist-train-nchw-lmdb" name: "" type: "CreateDB" arg { name: "db" s: "/Users/205314/caffe2_notebooks/tutorial_data/mnist/mnist-train-nchw-lmdb" } arg { name: "db_type" s: "lmdb" }
```
This is for an unmodified MNIST.ipynb notebook. I have confirmed there are data.mdb and lock.mdb files in the following path: `/Users/205314/caffe2_notebooks/tutorial_data/mnist/mnist-train-nchw-lmdb`. In the past, I have also tried all four combinations of using the MLP vs LeNet models and loading data by brew.db_input vs model.TensorProtosDBInput - none of these combos work.
I've seen other posts on this issue such as:
- https://github.com/caffe2/caffe2/issues/1074
- https://github.com/caffe2/caffe2/issues/2282
- https://github.com/pytorch/pytorch/issues/9736
- https://github.com/pytorch/pytorch/issues/7807
- https://github.com/caffe2/tutorials/issues/7
But most of these issues were either older, posted by those who built from source or had different environment variables otherwise, or were posted in the caffe2 repo before the source was merged into pytorch. Most also did not have resolutions.
I really want to use Caffe2 for an upcoming research project I'm doing, but am having quite a hard time getting these tutorials to run so that I can have confidence I'll be able to learn the platform and create and train my own models. I've read fantastic things about Caffe2/Pytorch, but I'm beginning to worry if it's a little young or the documentation isn't robust enough for a new guy like me (the learning process is going to be a large part of my endeavor, so tutorials like this are **very** helpful when they work). If anyone can help get me back on track and moving forward with Caffe2 that would be stellar! Thanks.
## Code example
You can download and run the code in a Jupyter Notebook exactly as I'm running it: https://github.com/caffe2/tutorials/blob/master/MNIST.ipynb
## System Info
Please copy and paste the output from our
[environment collection script]
N/A. I've only installed Caffe2 via conda. So the output of this script is just:
```
Traceback (most recent call last):
File "collect_env.py", line 11, in <module>
import torch
ModuleNotFoundError: No module named 'torch'
```
- PyTorch or Caffe2: Caffe2
- How you installed PyTorch (conda, pip, source): Conda pre-built binaries according to these instructions: https://caffe2.ai/docs/getting-started.html?platform=mac&configuration=prebuilt
- Build command you used (if compiling from source): N/A
- OS: Mac OS 10.13.6
- PyTorch version: N/A
- Python version: 3.5.6
- CUDA/cuDNN version: N/A (have not elected to use GPU yet)
- GPU models and configuration: N/A
- GCC version (if compiling from source): N/A
- CMake version: ? (N/A but I've seen others with this issue describe fixing it this way, but those folks built from source)
- Versions of any other relevant libraries: lmdb version 0.94 (installed into Conda environment via pip since the Anaconda package is out of date), conda version 4.5.8, Caffe2 pre-built binary version "0.8.dev" and build "py36_2018.07.20" (from Anaconda)
| caffe2 | medium | Critical |
346,637,260 | go | doc/install: define minimum supported VCS versions | `cmd/go` shells out to version control binaries to implement `go get`.
[doc/install](https://tip.golang.org/doc/install) currently declares minimum supported OS versions for FreeBSD, macOS, and Windows, but only a minimum kernel version for Linux. Those requirements do not imply any particular version of the supported version control binaries, and those versions do matter in practice: in particular, `git` accrued a large number of flags in between 2.7 and 2.18 (https://github.com/golang/go/issues/26653).
We should be explicit about which versions are supported for use with the `go` command.
(CC: @rsc @ianlancetaylor @bradfitz @myitcv @rogpeppe @trashhalo) | Documentation,Proposal,Proposal-Accepted | medium | Critical |
346,737,468 | go | x/text/unicode/norm: reduce init-time memory usage | The golang.org/x/text/unicode/norm package allocs 21.47kB in its init function, regardless of whether the package is ever used.
We should do it lazily, as done in e.g. https://go-review.googlesource.com/c/net/+/127275 and https://go-review.googlesource.com/c/go/+/127075
This would help people who explicitly import it (or import it via golang.org/x/net/http2), as then the std-vendored copy would not need to also allocate the 20KB.
Perhaps some of those tables should be const strings, too, so the linker can put it in read-only sections. Then we can slice into it at runtime to get integers out.
/cc @mpvl | Performance,help wanted,NeedsFix | low | Major |
346,762,409 | vscode | Slow when editing a file with very long lines | Issue Type: <b>Performance Issue</b>
### Steps to reproduce
1. Open any text file with longer lines (more than 10k characters).
2. Try to edit the line (remove or add characters in between).
### Observations
- The cursor movement is extremely slow and character updates take place after a long time.
- The same behaviour is observed when Word Wrap is on.
- Gives a warning sometimes
> Tokenization is skipped for lines longer than 20k characters for performance reasons.
### System Information
VS Code version: Code 1.25.1 (1dfc5e557209371715f655691b1235b6b26a06be, 2018-07-11T15:33:29.235Z)
OS version: Darwin x64 17.7.0 | bug,freeze-slow-crash-leak,verification-found,tokenization | low | Major |
346,772,733 | flutter | Document relationship between AutomaticKeepAliveClientMixin and addAutomaticKeepAlives | ## Steps to Reproduce
1. Create an app that contains a list view, and add StatefulWidgets as children for this list view. For example:
```dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return new MaterialApp(
home: Scaffold(
body: ListView(
children: List.generate(50, (index) => MyStatefulWidget(index)),
),
),
);
}
}
class MyStatefulWidget extends StatefulWidget {
final int index;
MyStatefulWidget(this.index);
@override
_MyStatefulWidgetState createState() => _MyStatefulWidgetState();
}
class _MyStatefulWidgetState extends State<MyStatefulWidget> {
@override
void initState() {
print('initState called for ${widget.index}');
super.initState();
}
@override
Widget build(BuildContext context) {
return ListTile(
title: Text('hello ${widget.index}'),
);
}
}
```
2. Start the app, and scroll down, you will see "initState called for ... " for more and more indices as you scroll down, which is the normal behaviour.
3. Then, scroll up, you will see initState called for ... " for entries where initState has already been called.
This causes a problem, because we might be doing some expensive operations in initState. This has also caused me significant problems where the StatefulWidget was actually a FutureBuilder
## Logs
flutter run logs:
```
[ +20 ms] [/home/aalhamali/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +19 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/beta
[ ] [/home/aalhamali/flutter/] git rev-parse --abbrev-ref HEAD
[ +4 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] beta
[ ] [/home/aalhamali/flutter/] git ls-remote --get-url origin
[ +3 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] [/home/aalhamali/flutter/] git log -n 1 --pretty=format:%H
[ +3 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] c7ea3ca377e909469c68f2ab878a5bc53d3cf66b
[ ] [/home/aalhamali/flutter/] git log -n 1 --pretty=format:%ar
[ +4 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] 9 weeks ago
[ ] [/home/aalhamali/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +5 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v0.5.1-0-gc7ea3ca
[ +96 ms] /home/aalhamali/Android/Sdk/platform-tools/adb devices -l
[ +3 ms] Exit code 0 from: /home/aalhamali/Android/Sdk/platform-tools/adb devices -l
[ ] List of devices attached
emulator-5554 device product:sdk_gphone_x86_64 model:Android_SDK_built_for_x86_64 device:generic_x86_64 transport_id:22
[ +114 ms] /home/aalhamali/Android/Sdk/platform-tools/adb -s emulator-5554 shell getprop
[ +23 ms] ro.hardware = ranchu
[ +11 ms] Using hardware rendering with device Android SDK built for x86 64. If you get graphics artifacts, consider enabling software rendering with "--enable-software-rendering".
[ +376 ms] Launching lib/main.dart on Android SDK built for x86 64 in debug mode...
[ +3 ms] Initializing gradle...
[ +4 ms] Using gradle from /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/android/gradlew.
[ +42 ms] /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/android/gradlew -v
[ +454 ms]
------------------------------------------------------------
Gradle 4.1
------------------------------------------------------------
Build time: 2017-08-07 14:38:48 UTC
Revision: 941559e020f6c357ebb08d5c67acdb858a3defc2
Groovy: 2.4.11
Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015
JVM: 1.8.0_152-release (JetBrains s.r.o 25.152-b01)
OS: Linux 4.15.0-29-generic amd64
[ ] Resolving dependencies...
[ ] [android/] /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/android/gradlew app:properties
[ +611 ms] :app:properties
------------------------------------------------------------
Project :app
------------------------------------------------------------
allprojects: [project ':app']
android: com.android.build.gradle.AppExtension_Decorated@4e696df2
androidDependencies: task ':app:androidDependencies'
ant: org.gradle.api.internal.project.DefaultAntBuilder@1b96381
antBuilderFactory: org.gradle.api.internal.project.DefaultAntBuilderFactory@1ff3ce56
archivesBaseName: app
artifacts: org.gradle.api.internal.artifacts.dsl.DefaultArtifactHandler_Decorated@55d17c36
asDynamicObject: DynamicObject for project ':app'
assemble: task ':app:assemble'
assembleAndroidTest: task ':app:assembleAndroidTest'
assembleDebug: task ':app:assembleDebug'
assembleDebugAndroidTest: task ':app:assembleDebugAndroidTest'
assembleDebugUnitTest: task ':app:assembleDebugUnitTest'
assembleProfile: task ':app:assembleProfile'
assembleProfileUnitTest: task ':app:assembleProfileUnitTest'
assembleRelease: task ':app:assembleRelease'
assembleReleaseUnitTest: task ':app:assembleReleaseUnitTest'
baseClassLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@50d29d83
buildDependents: task ':app:buildDependents'
buildDir: /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/build/app
buildFile: /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/android/app/build.gradle
buildNeeded: task ':app:buildNeeded'
buildOutputs: BaseVariantOutput container
buildScriptSource: org.gradle.groovy.scripts.UriScriptSource@1abd4973
buildscript: org.gradle.api.internal.initialization.DefaultScriptHandler@1bbdb50c
bundleAppClassesDebug: task ':app:bundleAppClassesDebug'
bundleAppClassesDebugAndroidTest: task ':app:bundleAppClassesDebugAndroidTest'
bundleAppClassesDebugUnitTest: task ':app:bundleAppClassesDebugUnitTest'
bundleAppClassesProfile: task ':app:bundleAppClassesProfile'
bundleAppClassesProfileUnitTest: task ':app:bundleAppClassesProfileUnitTest'
bundleAppClassesRelease: task ':app:bundleAppClassesRelease'
bundleAppClassesReleaseUnitTest: task ':app:bundleAppClassesReleaseUnitTest'
check: task ':app:check'
checkDebugManifest: task ':app:checkDebugManifest'
checkProfileManifest: task ':app:checkProfileManifest'
checkReleaseManifest: task ':app:checkReleaseManifest'
childProjects: {}
class: class org.gradle.api.internal.project.DefaultProject_Decorated
classLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@45d35a81
cleanBuildCache: task ':app:cleanBuildCache'
compileDebugAidl: task ':app:compileDebugAidl'
compileDebugAndroidTestAidl: task ':app:compileDebugAndroidTestAidl'
compileDebugAndroidTestJavaWithJavac: task ':app:compileDebugAndroidTestJavaWithJavac'
compileDebugAndroidTestNdk: task ':app:compileDebugAndroidTestNdk'
compileDebugAndroidTestRenderscript: task ':app:compileDebugAndroidTestRenderscript'
compileDebugAndroidTestShaders: task ':app:compileDebugAndroidTestShaders'
compileDebugAndroidTestSources: task ':app:compileDebugAndroidTestSources'
compileDebugJavaWithJavac: task ':app:compileDebugJavaWithJavac'
compileDebugNdk: task ':app:compileDebugNdk'
compileDebugRenderscript: task ':app:compileDebugRenderscript'
compileDebugShaders: task ':app:compileDebugShaders'
compileDebugSources: task ':app:compileDebugSources'
compileDebugUnitTestJavaWithJavac: task ':app:compileDebugUnitTestJavaWithJavac'
compileDebugUnitTestSources: task ':app:compileDebugUnitTestSources'
compileLint: task ':app:compileLint'
compileProfileAidl: task ':app:compileProfileAidl'
compileProfileJavaWithJavac: task ':app:compileProfileJavaWithJavac'
compileProfileNdk: task ':app:compileProfileNdk'
compileProfileRenderscript: task ':app:compileProfileRenderscript'
compileProfileShaders: task ':app:compileProfileShaders'
compileProfileSources: task ':app:compileProfileSources'
compileProfileUnitTestJavaWithJavac: task ':app:compileProfileUnitTestJavaWithJavac'
compileProfileUnitTestSources: task ':app:compileProfileUnitTestSources'
compileReleaseAidl: task ':app:compileReleaseAidl'
compileReleaseJavaWithJavac: task ':app:compileReleaseJavaWithJavac'
compileReleaseNdk: task ':app:compileReleaseNdk'
compileReleaseRenderscript: task ':app:compileReleaseRenderscript'
compileReleaseShaders: task ':app:compileReleaseShaders'
compileReleaseSources: task ':app:compileReleaseSources'
compileReleaseUnitTestJavaWithJavac: task ':app:compileReleaseUnitTestJavaWithJavac'
compileReleaseUnitTestSources: task ':app:compileReleaseUnitTestSources'
components: SoftwareComponentInternal set
configurationActions: org.gradle.configuration.project.DefaultProjectConfigurationActionContainer@1a9f93d
configurationTargetIdentifier: org.gradle.configuration.ConfigurationTargetIdentifier$1@71afceaa
configurations: configuration container
connectedAndroidTest: task ':app:connectedAndroidTest'
connectedCheck: task ':app:connectedCheck'
connectedDebugAndroidTest: task ':app:connectedDebugAndroidTest'
consumeConfigAttr: task ':app:consumeConfigAttr'
convention: org.gradle.api.internal.plugins.DefaultConvention@7cc0046
copyFlutterAssetsDebug: task ':app:copyFlutterAssetsDebug'
copyFlutterAssetsProfile: task ':app:copyFlutterAssetsProfile'
copyFlutterAssetsRelease: task ':app:copyFlutterAssetsRelease'
createDebugCompatibleScreenManifests: task ':app:createDebugCompatibleScreenManifests'
createProfileCompatibleScreenManifests: task ':app:createProfileCompatibleScreenManifests'
createReleaseCompatibleScreenManifests: task ':app:createReleaseCompatibleScreenManifests'
defaultArtifacts: org.gradle.api.internal.plugins.DefaultArtifactPublicationSet_Decorated@5894556c
defaultTasks: []
deferredProjectConfiguration: org.gradle.api.internal.project.DeferredProjectConfiguration@163a2f52
dependencies: org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@19ef79a1
depth: 1
description: null
deviceAndroidTest: task ':app:deviceAndroidTest'
deviceCheck: task ':app:deviceCheck'
displayName: project ':app'
distsDir: /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/build/app/distributions
distsDirName: distributions
docsDir: /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/build/app/docs
docsDirName: docs
ext: org.gradle.api.internal.plugins.DefaultExtraPropertiesExtension@7e4694ea
extensions: org.gradle.api.internal.plugins.DefaultConvention@7cc0046
extractProguardFiles: task ':app:extractProguardFiles'
fileOperations: org.gradle.api.internal.file.DefaultFileOperations@483817b
fileResolver: org.gradle.api.internal.file.BaseDirFileResolver@43847e06
flutter: FlutterExtension_Decorated@214425a6
flutterBuildDebug: task ':app:flutterBuildDebug'
flutterBuildProfile: task ':app:flutterBuildProfile'
flutterBuildRelease: task ':app:flutterBuildRelease'
flutterBuildX86Jar: task ':app:flutterBuildX86Jar'
generateDebugAndroidTestAssets: task ':app:generateDebugAndroidTestAssets'
generateDebugAndroidTestBuildConfig: task ':app:generateDebugAndroidTestBuildConfig'
generateDebugAndroidTestResValues: task ':app:generateDebugAndroidTestResValues'
generateDebugAndroidTestResources: task ':app:generateDebugAndroidTestResources'
generateDebugAndroidTestSources: task ':app:generateDebugAndroidTestSources'
generateDebugAssets: task ':app:generateDebugAssets'
generateDebugBuildConfig: task ':app:generateDebugBuildConfig'
generateDebugResValues: task ':app:generateDebugResValues'
generateDebugResources: task ':app:generateDebugResources'
generateDebugSources: task ':app:generateDebugSources'
generateProfileAssets: task ':app:generateProfileAssets'
generateProfileBuildConfig: task ':app:generateProfileBuildConfig'
generateProfileResValues: task ':app:generateProfileResValues'
generateProfileResources: task ':app:generateProfileResources'
generateProfileSources: task ':app:generateProfileSources'
generateReleaseAssets: task ':app:generateReleaseAssets'
generateReleaseBuildConfig: task ':app:generateReleaseBuildConfig'
generateReleaseResValues: task ':app:generateReleaseResValues'
generateReleaseResources: task ':app:generateReleaseResources'
generateReleaseSources: task ':app:generateReleaseSources'
gradle: build 'android'
group: android
identityPath: :app
inheritedScope: org.gradle.api.internal.ExtensibleDynamicObject$InheritedDynamicObject@6b6f14a0
installDebug: task ':app:installDebug'
installDebugAndroidTest: task ':app:installDebugAndroidTest'
installProfile: task ':app:installProfile'
installRelease: task ':app:installRelease'
javaPreCompileDebug: task ':app:javaPreCompileDebug'
javaPreCompileDebugAndroidTest: task ':app:javaPreCompileDebugAndroidTest'
javaPreCompileDebugUnitTest: task ':app:javaPreCompileDebugUnitTest'
javaPreCompileProfile: task ':app:javaPreCompileProfile'
javaPreCompileProfileUnitTest: task ':app:javaPreCompileProfileUnitTest'
javaPreCompileRelease: task ':app:javaPreCompileRelease'
javaPreCompileReleaseUnitTest: task ':app:javaPreCompileReleaseUnitTest'
layout: org.gradle.api.internal.file.DefaultProjectLayout@73ffc8ef
libsDir: /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/build/app/libs
libsDirName: libs
lint: task ':app:lint'
lintDebug: task ':app:lintDebug'
lintProfile: task ':app:lintProfile'
lintRelease: task ':app:lintRelease'
lintVitalRelease: task ':app:lintVitalRelease'
logger: org.gradle.internal.logging.slf4j.OutputEventListenerBackedLogger@2150e2e7
logging: org.gradle.internal.logging.services.DefaultLoggingManager@13ebfcd8
mergeDebugAndroidTestAssets: task ':app:mergeDebugAndroidTestAssets'
mergeDebugAndroidTestJniLibFolders: task ':app:mergeDebugAndroidTestJniLibFolders'
mergeDebugAndroidTestResources: task ':app:mergeDebugAndroidTestResources'
mergeDebugAndroidTestShaders: task ':app:mergeDebugAndroidTestShaders'
mergeDebugAssets: task ':app:mergeDebugAssets'
mergeDebugJniLibFolders: task ':app:mergeDebugJniLibFolders'
mergeDebugResources: task ':app:mergeDebugResources'
mergeDebugShaders: task ':app:mergeDebugShaders'
mergeProfileAssets: task ':app:mergeProfileAssets'
mergeProfileJniLibFolders: task ':app:mergeProfileJniLibFolders'
mergeProfileResources: task ':app:mergeProfileResources'
mergeProfileShaders: task ':app:mergeProfileShaders'
mergeReleaseAssets: task ':app:mergeReleaseAssets'
mergeReleaseJniLibFolders: task ':app:mergeReleaseJniLibFolders'
mergeReleaseResources: task ':app:mergeReleaseResources'
mergeReleaseShaders: task ':app:mergeReleaseShaders'
mockableAndroidJar: task ':app:mockableAndroidJar'
modelRegistry: org.gradle.model.internal.registry.DefaultModelRegistry@13028216
modelSchemaStore: org.gradle.model.internal.manage.schema.extract.DefaultModelSchemaStore@50472f87
module: org.gradle.api.internal.artifacts.ProjectBackedModule@613c10a
name: app
normalization: org.gradle.normalization.internal.DefaultInputNormalizationHandler_Decorated@db4ec2
objects: org.gradle.api.internal.model.DefaultObjectFactory@bfdbb53
org.gradle.jvmargs: -Xmx1536M
packageDebug: task ':app:packageDebug'
packageDebugAndroidTest: task ':app:packageDebugAndroidTest'
packageProfile: task ':app:packageProfile'
packageRelease: task ':app:packageRelease'
parent: root project 'android'
parentIdentifier: root project 'android'
path: :app
platformAttrExtractor: task ':app:platformAttrExtractor'
pluginManager: org.gradle.api.internal.plugins.DefaultPluginManager_Decorated@dee5686
plugins: [org.gradle.api.plugins.HelpTasksPlugin@2f3ea5ee, com.android.build.gradle.api.AndroidBasePlugin@3282e15e, org.gradle.language.base.plugins.LifecycleBasePlugin@3ed14b2a, org.gradle.api.plugins.BasePlugin@29d8d5f5, org.gradle.api.plugins.ReportingBasePlugin@20bea66, org.gradle.platform.base.plugins.ComponentBasePlugin@3b65f40e, org.gradle.language.base.plugins.LanguageBasePlugin@666071de, org.gradle.platform.base.plugins.BinaryBasePlugin@7e106e1e, org.gradle.api.plugins.JavaBasePlugin@31691863, com.android.build.gradle.internal.coverage.JacocoPlugin@250d6b78, com.android.build.gradle.AppPlugin@12283b9f, FlutterPlugin@548faee0]
preBuild: task ':app:preBuild'
preDebugAndroidTestBuild: task ':app:preDebugAndroidTestBuild'
preDebugBuild: task ':app:preDebugBuild'
preDebugUnitTestBuild: task ':app:preDebugUnitTestBuild'
preProfileBuild: task ':app:preProfileBuild'
preProfileUnitTestBuild: task ':app:preProfileUnitTestBuild'
preReleaseBuild: task ':app:preReleaseBuild'
preReleaseUnitTestBuild: task ':app:preReleaseUnitTestBuild'
prepareLintJar: task ':app:prepareLintJar'
processDebugAndroidTestJavaRes: task ':app:processDebugAndroidTestJavaRes'
processDebugAndroidTestManifest: task ':app:processDebugAndroidTestManifest'
processDebugAndroidTestResources: task ':app:processDebugAndroidTestResources'
processDebugJavaRes: task ':app:processDebugJavaRes'
processDebugManifest: task ':app:processDebugManifest'
processDebugResources: task ':app:processDebugResources'
processDebugUnitTestJavaRes: task ':app:processDebugUnitTestJavaRes'
processOperations: org.gradle.api.internal.file.DefaultFileOperations@483817b
processProfileJavaRes: task ':app:processProfileJavaRes'
processProfileManifest: task ':app:processProfileManifest'
processProfileResources: task ':app:processProfileResources'
processProfileUnitTestJavaRes: task ':app:processProfileUnitTestJavaRes'
processReleaseJavaRes: task ':app:processReleaseJavaRes'
processReleaseManifest: task ':app:processReleaseManifest'
processReleaseResources: task ':app:processReleaseResources'
processReleaseUnitTestJavaRes: task ':app:processReleaseUnitTestJavaRes'
project: project ':app'
projectConfigurator: org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator@41af66df
projectDir: /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/android/app
projectEvaluationBroadcaster: ProjectEvaluationListener broadcast
projectEvaluator: org.gradle.configuration.project.LifecycleProjectEvaluator@463a4ece
projectPath: :app
projectRegistry: org.gradle.api.internal.project.DefaultProjectRegistry@1ccda595
properties: {...}
providers: org.gradle.api.internal.provider.DefaultProviderFactory@11ab92e3
reporting: org.gradle.api.reporting.ReportingExtension_Decorated@63e88aec
reportsDir: /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/build/app/reports
repositories: repository container
resolveConfigAttr: task ':app:resolveConfigAttr'
resources: org.gradle.api.internal.resources.DefaultResourceHandler@594b91d0
rootDir: /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/android
rootProject: root project 'android'
scriptHandlerFactory: org.gradle.api.internal.initialization.DefaultScriptHandlerFactory@4d13f809
scriptPluginFactory: org.gradle.configuration.ScriptPluginFactorySelector@3c030d33
serviceRegistryFactory: org.gradle.internal.service.scopes.ProjectScopeServices$4@1b1b5fb5
services: ProjectScopeServices
signingReport: task ':app:signingReport'
sourceCompatibility: 1.8
sourceSets: SourceSet container
splitsDiscoveryTaskDebug: task ':app:splitsDiscoveryTaskDebug'
splitsDiscoveryTaskDebugAndroidTest: task ':app:splitsDiscoveryTaskDebugAndroidTest'
splitsDiscoveryTaskProfile: task ':app:splitsDiscoveryTaskProfile'
splitsDiscoveryTaskRelease: task ':app:splitsDiscoveryTaskRelease'
standardOutputCapture: org.gradle.internal.logging.services.DefaultLoggingManager@13ebfcd8
state: project state 'EXECUTED'
status: integration
subprojects: []
targetCompatibility: 1.8
tasks: task set
test: task ':app:test'
testDebugUnitTest: task ':app:testDebugUnitTest'
testProfileUnitTest: task ':app:testProfileUnitTest'
testReleaseUnitTest: task ':app:testReleaseUnitTest'
testReportDir: /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/build/app/reports/tests
testReportDirName: tests
testResultsDir: /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/build/app/test-results
testResultsDirName: test-results
transformClassesWithDexBuilderForDebug: task ':app:transformClassesWithDexBuilderForDebug'
transformClassesWithDexBuilderForDebugAndroidTest: task ':app:transformClassesWithDexBuilderForDebugAndroidTest'
transformClassesWithDexBuilderForProfile: task ':app:transformClassesWithDexBuilderForProfile'
transformClassesWithPreDexForRelease: task ':app:transformClassesWithPreDexForRelease'
transformDexArchiveWithDexMergerForDebug: task ':app:transformDexArchiveWithDexMergerForDebug'
transformDexArchiveWithDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithDexMergerForDebugAndroidTest'
transformDexArchiveWithDexMergerForProfile: task ':app:transformDexArchiveWithDexMergerForProfile'
transformDexArchiveWithExternalLibsDexMergerForDebug: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'
transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest'
transformDexArchiveWithExternalLibsDexMergerForProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForProfile'
transformDexWithDexForRelease: task ':app:transformDexWithDexForRelease'
transformNativeLibsWithMergeJniLibsForDebug: task ':app:transformNativeLibsWithMergeJniLibsForDebug'
transformNativeLibsWithMergeJniLibsForDebugAndroidTest: task ':app:transformNativeLibsWithMergeJniLibsForDebugAndroidTest'
transformNativeLibsWithMergeJniLibsForProfile: task ':app:transformNativeLibsWithMergeJniLibsForProfile'
transformNativeLibsWithMergeJniLibsForRelease: task ':app:transformNativeLibsWithMergeJniLibsForRelease'
transformResourcesWithMergeJavaResForDebug: task ':app:transformResourcesWithMergeJavaResForDebug'
transformResourcesWithMergeJavaResForDebugAndroidTest: task ':app:transformResourcesWithMergeJavaResForDebugAndroidTest'
transformResourcesWithMergeJavaResForDebugUnitTest: task ':app:transformResourcesWithMergeJavaResForDebugUnitTest'
transformResourcesWithMergeJavaResForProfile: task ':app:transformResourcesWithMergeJavaResForProfile'
transformResourcesWithMergeJavaResForProfileUnitTest: task ':app:transformResourcesWithMergeJavaResForProfileUnitTest'
transformResourcesWithMergeJavaResForRelease: task ':app:transformResourcesWithMergeJavaResForRelease'
transformResourcesWithMergeJavaResForReleaseUnitTest: task ':app:transformResourcesWithMergeJavaResForReleaseUnitTest'
uninstallAll: task ':app:uninstallAll'
uninstallDebug: task ':app:uninstallDebug'
uninstallDebugAndroidTest: task ':app:uninstallDebugAndroidTest'
uninstallProfile: task ':app:uninstallProfile'
uninstallRelease: task ':app:uninstallRelease'
validateSigningDebug: task ':app:validateSigningDebug'
validateSigningDebugAndroidTest: task ':app:validateSigningDebugAndroidTest'
validateSigningProfile: task ':app:validateSigningProfile'
validateSigningRelease: task ':app:validateSigningRelease'
version: unspecified
writeDebugApplicationId: task ':app:writeDebugApplicationId'
writeProfileApplicationId: task ':app:writeProfileApplicationId'
writeReleaseApplicationId: task ':app:writeReleaseApplicationId'
BUILD SUCCESSFUL in 0s
1 actionable task: 1 executed
[ +3 ms] /home/aalhamali/Android/Sdk/build-tools/28.0.1/aapt dump badging build/app/outputs/apk/app.apk
[ +5 ms] Exit code 0 from: /home/aalhamali/Android/Sdk/build-tools/28.0.1/aapt dump badging build/app/outputs/apk/app.apk
[ ] package: name='com.saugo360.flutterapp' versionCode='1' versionName='1.0'
sdkVersion:'16'
targetSdkVersion:'27'
uses-permission: name='android.permission.INTERNET'
application-label:'flutter_app'
application-icon-160:'res/mipmap-mdpi-v4/ic_launcher.png'
application-icon-240:'res/mipmap-hdpi-v4/ic_launcher.png'
application-icon-320:'res/mipmap-xhdpi-v4/ic_launcher.png'
application-icon-480:'res/mipmap-xxhdpi-v4/ic_launcher.png'
application-icon-640:'res/mipmap-xxxhdpi-v4/ic_launcher.png'
application: label='flutter_app' icon='res/mipmap-mdpi-v4/ic_launcher.png'
application-debuggable
launchable-activity: name='com.saugo360.flutterapp.MainActivity' label='' icon=''
feature-group: label=''
uses-feature: name='android.hardware.faketouch'
uses-implied-feature: name='android.hardware.faketouch' reason='default feature for all apps'
main
supports-screens: 'small' 'normal' 'large' 'xlarge'
supports-any-density: 'true'
locales: '--_--'
densities: '160' '240' '320' '480' '640'
native-code: 'armeabi-v7a' 'x86' 'x86_64'
[ +3 ms] /home/aalhamali/Android/Sdk/platform-tools/adb -s emulator-5554 logcat -v time -t 1
[ +34 ms] Exit code 0 from: /home/aalhamali/Android/Sdk/platform-tools/adb -s emulator-5554 logcat -v time -t 1
[ ] --------- beginning of main
08-02 00:11:42.472 W/android.os.Debug( 1824): failed to get memory consumption info: -1
[ +2 ms] /home/aalhamali/Android/Sdk/platform-tools/adb -s emulator-5554 logcat -v time
[ +226 ms] DependencyChecker: /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/lib/main.dart is newer than 2018-08-01 23:49:27.439
[ +2 ms] /home/aalhamali/Android/Sdk/platform-tools/adb version
[ +10 ms] Android Debug Bridge version 1.0.40
Version 4797878
Installed as /home/aalhamali/Android/Sdk/platform-tools/adb
[ +4 ms] /home/aalhamali/Android/Sdk/platform-tools/adb start-server
[ +45 ms] Building APK
[ +4 ms] Running 'gradlew assembleDebug'...
[ +1 ms] [android/] /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/android/gradlew -Ptarget=/home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/lib/main.dart -Ppreview-dart-2=true -Pfilesystem-scheme=org-dartlang-root assembleDebug
[ +646 ms] :app:preBuild UP-TO-DATE
[ ] :app:preDebugBuild UP-TO-DATE
[ ] :app:compileDebugAidl UP-TO-DATE
[ +7 ms] :app:compileDebugRenderscript UP-TO-DATE
[ +30 ms] :app:flutterBuildX86Jar UP-TO-DATE
[ ] :app:checkDebugManifest UP-TO-DATE
[ ] :app:generateDebugBuildConfig UP-TO-DATE
[ ] :app:prepareLintJar UP-TO-DATE
[ +10 ms] :app:cleanMergeDebugAssets
[+3254 ms] :app:flutterBuildDebug
[ ] :app:mergeDebugShaders UP-TO-DATE
[ ] :app:compileDebugShaders UP-TO-DATE
[ ] :app:generateDebugAssets UP-TO-DATE
[ ] :app:mergeDebugAssets
[ +80 ms] :app:copyFlutterAssetsDebug
[ ] :app:generateDebugResValues UP-TO-DATE
[ ] :app:generateDebugResources UP-TO-DATE
[ ] :app:mergeDebugResources UP-TO-DATE
[ ] :app:createDebugCompatibleScreenManifests UP-TO-DATE
[ +9 ms] :app:processDebugManifest UP-TO-DATE
[ ] :app:splitsDiscoveryTaskDebug UP-TO-DATE
[ ] :app:processDebugResources UP-TO-DATE
[ +2 ms] :app:generateDebugSources UP-TO-DATE
[ ] :app:javaPreCompileDebug UP-TO-DATE
[ ] :app:compileDebugJavaWithJavac UP-TO-DATE
[ ] :app:compileDebugNdk NO-SOURCE
[ ] :app:compileDebugSources UP-TO-DATE
[ +56 ms] :app:transformClassesWithDexBuilderForDebug UP-TO-DATE
[ ] :app:transformDexArchiveWithExternalLibsDexMergerForDebug UP-TO-DATE
[ ] :app:transformDexArchiveWithDexMergerForDebug UP-TO-DATE
[ ] :app:mergeDebugJniLibFolders UP-TO-DATE
[ ] :app:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[ ] :app:processDebugJavaRes NO-SOURCE
[ ] :app:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[ ] :app:validateSigningDebug
[+1826 ms] :app:packageDebug
[ ] :app:assembleDebug
[ +1 ms] BUILD SUCCESSFUL in 5s
[ ] 29 actionable tasks: 6 executed, 23 up-to-date
[ +363 ms] calculateSha: /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/build/app/outputs/apk/app.apk
[ +349 ms] Built build/app/outputs/apk/debug/app-debug.apk.
[ ] /home/aalhamali/Android/Sdk/build-tools/28.0.1/aapt dump badging build/app/outputs/apk/app.apk
[ +6 ms] Exit code 0 from: /home/aalhamali/Android/Sdk/build-tools/28.0.1/aapt dump badging build/app/outputs/apk/app.apk
[ ] package: name='com.saugo360.flutterapp' versionCode='1' versionName='1.0'
sdkVersion:'16'
targetSdkVersion:'27'
uses-permission: name='android.permission.INTERNET'
application-label:'flutter_app'
application-icon-160:'res/mipmap-mdpi-v4/ic_launcher.png'
application-icon-240:'res/mipmap-hdpi-v4/ic_launcher.png'
application-icon-320:'res/mipmap-xhdpi-v4/ic_launcher.png'
application-icon-480:'res/mipmap-xxhdpi-v4/ic_launcher.png'
application-icon-640:'res/mipmap-xxxhdpi-v4/ic_launcher.png'
application: label='flutter_app' icon='res/mipmap-mdpi-v4/ic_launcher.png'
application-debuggable
launchable-activity: name='com.saugo360.flutterapp.MainActivity' label='' icon=''
feature-group: label=''
uses-feature: name='android.hardware.faketouch'
uses-implied-feature: name='android.hardware.faketouch' reason='default feature for all apps'
main
supports-screens: 'small' 'normal' 'large' 'xlarge'
supports-any-density: 'true'
locales: '--_--'
densities: '160' '240' '320' '480' '640'
native-code: 'armeabi-v7a' 'x86' 'x86_64'
[ ] Stopping app 'app.apk' on Android SDK built for x86 64.
[ ] /home/aalhamali/Android/Sdk/platform-tools/adb -s emulator-5554 shell am force-stop com.saugo360.flutterapp
[ +45 ms] /home/aalhamali/Android/Sdk/platform-tools/adb -s emulator-5554 shell pm list packages com.saugo360.flutterapp
[ +41 ms] package:com.saugo360.flutterapp
[ +1 ms] /home/aalhamali/Android/Sdk/platform-tools/adb -s emulator-5554 shell cat /data/local/tmp/sky.com.saugo360.flutterapp.sha1
[ +16 ms] 12bf78f484e30f906e70f144cfac9d3e0137bd37
[ ] Installing APK.
[ +1 ms] /home/aalhamali/Android/Sdk/platform-tools/adb version
[ +17 ms] Android Debug Bridge version 1.0.40
Version 4797878
Installed as /home/aalhamali/Android/Sdk/platform-tools/adb
[ +1 ms] /home/aalhamali/Android/Sdk/platform-tools/adb start-server
[ +12 ms] Installing build/app/outputs/apk/app.apk...
[ ] /home/aalhamali/Android/Sdk/platform-tools/adb -s emulator-5554 install -r build/app/outputs/apk/app.apk
[ +745 ms] Success
[ ] /home/aalhamali/Android/Sdk/platform-tools/adb -s emulator-5554 shell echo -n e7cea2b88136cbf1e3d23c2ef0e74710752f1a11 > /data/local/tmp/sky.com.saugo360.flutterapp.sha1
[ +35 ms] Android SDK built for x86 64 startApp
[ +2 ms] /home/aalhamali/Android/Sdk/platform-tools/adb -s emulator-5554 shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true --ez enable-dart-profiling true --ez enable-checked-mode true com.saugo360.flutterapp/com.saugo360.flutterapp.MainActivity
[ +87 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.saugo360.flutterapp/.MainActivity (has extras) }
[ ] Waiting for observatory port to be available...
[ +655 ms] Observatory URL on device: http://127.0.0.1:43459/
[ +4 ms] /home/aalhamali/Android/Sdk/platform-tools/adb -s emulator-5554 forward tcp:8102 tcp:43459
[ +6 ms] Forwarded host port 8102 to device port 43459 for Observatory
[ +3 ms] Connecting to service protocol: http://127.0.0.1:8102/
[ +100 ms] Successfully connected to service protocol: http://127.0.0.1:8102/
[ +1 ms] getVM: {}
[ +5 ms] Waiting for Flutter view
[ +429 ms] I/FlutterActivityDelegate(24020): onResume setting current activity to this
[ +344 ms] I/flutter (24020): initState called for 0
[ +40 ms] I/flutter (24020): initState called for 1
[ +185 ms] Waiting for Flutter view
[+1000 ms] Waiting for Flutter view
[+1001 ms] Waiting for Flutter view
[ +609 ms] I/flutter (24020): initState called for 2
[ +13 ms] I/flutter (24020): initState called for 3
[ +4 ms] I/flutter (24020): initState called for 4
[ +12 ms] I/flutter (24020): initState called for 5
[ +2 ms] I/flutter (24020): initState called for 6
[ +2 ms] I/flutter (24020): initState called for 7
[ +8 ms] I/flutter (24020): initState called for 8
[ ] I/flutter (24020): initState called for 9
[ +4 ms] I/flutter (24020): initState called for 10
[ +11 ms] I/flutter (24020): initState called for 11
[ +8 ms] I/flutter (24020): initState called for 12
[ +5 ms] I/flutter (24020): initState called for 13
[ +4 ms] I/flutter (24020): initState called for 14
[ +1 ms] I/flutter (24020): initState called for 15
[ +2 ms] I/flutter (24020): initState called for 16
[ +309 ms] Waiting for Flutter view
[+1004 ms] DevFS: Creating new filesystem on the device (null)
[ +1 ms] _createDevFS: {fsName: flutter_app}
[ +15 ms] DevFS: Created new filesystem on the device (file:///data/user/0/com.saugo360.flutterapp/cache/flutter_appMTJORT/flutter_app/)
[ +1 ms] Updating assets
[ +170 ms] Syncing files to device Android SDK built for x86 64...
[ +2 ms] DevFS: Starting sync from LocalDirectory: '/home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app'
[ ] Scanning project files
[ +2 ms] Scanning package files
[ +60 ms] Scanning asset files
[ ] Scanning for deleted files
[ +8 ms] Compiling dart to kernel with 416 updated files
[ +2 ms] /home/aalhamali/flutter/bin/cache/dart-sdk/bin/dart /home/aalhamali/flutter/bin/cache/artifacts/engine/linux-x64/frontend_server.dart.snapshot --sdk-root /home/aalhamali/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --strong --target=flutter --output-dill build/app.dill --packages /home/aalhamali/AndroidStudioProjects/flutter_pagewise/flutter_app/.packages --filesystem-scheme org-dartlang-root
[+1068 ms] I/flutter (24020): initState called for 17
[ +97 ms] I/flutter (24020): initState called for 18
[ +52 ms] I/flutter (24020): initState called for 19
[ +67 ms] I/flutter (24020): initState called for 20
[ +100 ms] I/flutter (24020): initState called for 21
[ +50 ms] I/flutter (24020): initState called for 22
[ +134 ms] I/flutter (24020): initState called for 23
[ +893 ms] I/flutter (24020): initState called for 24
[ +136 ms] I/flutter (24020): initState called for 25
[ +115 ms] I/flutter (24020): initState called for 26
[ +136 ms] I/flutter (24020): initState called for 27
[ +372 ms] Updating files
[ +628 ms] I/flutter (24020): initState called for 28
[ +52 ms] DevFS: Sync finished
[ ] Synced 0.8MB.
[ +2 ms] π₯ To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".
[ ] An Observatory debugger and profiler on Android SDK built for x86 64 is available at: http://127.0.0.1:8102/
[ ] For a more detailed help message, press "h". To quit, press "q".
[ +55 ms] I/flutter (24020): initState called for 29
[ +184 ms] I/flutter (24020): initState called for 30
[+1440 ms] I/flutter (24020): initState called for 8
[ +33 ms] I/flutter (24020): initState called for 7
[ +17 ms] I/flutter (24020): initState called for 6
[ +33 ms] I/flutter (24020): initState called for 5
[ +33 ms] I/flutter (24020): initState called for 4
[ +17 ms] I/flutter (24020): initState called for 3
[ +16 ms] I/flutter (24020): initState called for 2
[ +17 ms] I/flutter (24020): initState called for 1
[ +32 ms] I/flutter (24020): initState called for 0
```
Analyze Output:
```
Analyzing flutter_app...
No issues found! (ran in 0.9s)
```
Flutter doctor
```
[β] Flutter (Channel beta, v0.5.1, on Linux, locale en_US.UTF-8)
β’ Flutter version 0.5.1 at /home/aalhamali/flutter
β’ Framework revision c7ea3ca377 (9 weeks ago), 2018-05-29 21:07:33 +0200
β’ Engine revision 1ed25ca7b7
β’ Dart version 2.0.0-dev.58.0.flutter-f981f09760
[β] Android toolchain - develop for Android devices (Android SDK 28.0.1)
β’ Android SDK at /home/aalhamali/Android/Sdk
β’ Android NDK location not configured (optional; useful for native profiling support)
β’ Platform android-28, build-tools 28.0.1
β’ Java binary at: /opt/android-studio/jre/bin/java
β’ Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01)
β’ All Android licenses accepted.
[β] Android Studio (version 3.1)
β’ Android Studio at /opt/android-studio
β’ Flutter plugin version 26.0.1
β’ Dart plugin version 173.4700
β’ Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01)
[β] Connected devices (1 available)
β’ Android SDK built for x86 64 β’ emulator-5554 β’ android-x64 β’ Android 9 (API 28) (emulator)
β’ No issues found!
```
| framework,d: api docs,P2,team-framework,triaged-framework | low | Critical |
346,772,833 | rust | Long compile times due to initialization of large struct | <short summary of the bug>
I tried fixing erlepereira/x11-rs#90 with [this patch](https://github.com/fintelia/x11-rs/commit/7d6ee99a5482f3cd5b2eaa1a1402e36ec22111a0) that directly instantiates some (very) large structs via a macro. Unfortunately this change caused compile times to drastically increase. Before a build took only a few seconds, but now a debug build takes 40+ seconds and my attempt to do a release build has been going for ~30 minutes~ over an hour.
[~/git/x11-rs/x11-dl$ cargo rustc -- -Z time-passes](https://pastebin.com/DXfRdxkD)
[~/git/x11-rs/x11-dl$ cargo rustc --release -- -Z time-passes](https://pastebin.com/NyVfxSVQ) (incomplete log output, killed after producing no further output for an hour.)
## Meta
rustc --version --verbose:
```
rustc 1.29.0-nightly (e94df4acb 2018-07-31)
binary: rustc
commit-hash: e94df4acb4c3f42fdc224a7164b63a99240add1e
commit-date: 2018-07-31
host: x86_64-unknown-linux-gnu
release: 1.29.0-nightly
LLVM version: 7.0
``` | A-LLVM,I-compiletime,T-compiler,C-bug | low | Critical |
346,785,335 | TypeScript | Return type inference error with async functions and Promise.reject() | **TypeScript Version:** 3.0.1
**Code**
```ts
async function often() {
if (false) {
return Promise.reject();
}
// code
}
let sometimes = often();
sometimes = Promise.resolve();
```
**Actual behavior:**
error TS2322: Type 'Promise<void>' is not assignable to type 'Promise<never>'.
**Playground Link:** [here](https://www.typescriptlang.org/play/?#src=%0D%0Aasync%20function%20often()%20%7B%0D%0A%20%20%20%20if%20(false)%20%7B%0D%0A%20%20%20%20%20%20%20%20return%20Promise.reject()%3B%0D%0A%20%20%20%20%7D%0D%0A%20%20%20%20%2F%2F%20code%0D%0A%7D%0D%0A%0D%0Alet%20sometimes%20%3D%20often()%3B%0D%0Asometimes%20%3D%20Promise.resolve()%3B%0D%0A) | Bug | low | Critical |
346,805,149 | go | proposal: encoding/xml: add RawXML token | I have recently been experimenting with writing an XML encoder that (given a struct or other similar type) emits `xml.Token`'s instead of bytes. In doing so I discovered that some XML could be encoded using structs that cannot currently be encoded using the `"Encoder".EncodeToken` method and that I couldn't finish my project without occasionally switching over to the struct based API. There is currently no equivalent in the SAX-like API for the `,innerxml` tag on struct fields. This is useful as it both lets us encode invalid XML (which is unfortunately quite common, and it may be desirable to let Go's encoder work with broken XML encoders and decoders in the wild), and lets us encode pre-escaped XML without accidentally double-escaping (eg. if we know we already have valid XML such as `&` we can prevent it from being turned into `&amp;`).
This is similar in spirit to the known safe types in the `html/template` package (eg. [`HTML`] or [`JS`]).
[`HTML`]: https://golang.org/pkg/html/template/#HTML
[`JS`]: https://golang.org/pkg/html/template/#JS
Proposal: https://golang.org/design/26756-rawxml-token | Proposal,Proposal-Hold | medium | Critical |
346,896,399 | TypeScript | No related error spans return for type assignment mismatch | <!-- π¨ STOP π¨ π¦π§π’π£ π¨ πΊπ»πΆπ· π¨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ: https://github.com/Microsoft/TypeScript/wiki/FAQ
Please fill in the *entire* template below.
-->
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.1.0-dev.20180802
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
- relatedInformation
- related diagnostics
**Code**
For the ts:
```ts
let b: number = 1
b = ''
```
**Expected behavior:**
`relatedInformation` is returned on the assignment of `b = ''` (#25030)
**Actual behavior:**
No `relatedInformation`
**Playground Link:** <!-- A link to a TypeScript Playground "Share" link which demonstrates this behavior -->
**Related Issues:** <!-- Did you find other bugs that looked similar? --> | Suggestion,Domain: Related Error Spans,Experience Enhancement | low | Critical |
346,901,370 | flutter | Material: Overflow action in AppBar should be narrower | 
| framework,f: material design,a: fidelity,c: proposal,P2,team-design,triaged-design | low | Minor |
346,915,104 | pytorch | error when building caffe2 from source with gcc 7 & cuda gcc 5.5 | The error is:
```
/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(127): error: argument of type "void *" is incompatible with parameter of type "const long long *"
/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(136): error: argument of type "void *" is incompatible with parameter of type "const int *"
/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(145): error: argument of type "void *" is incompatible with parameter of type "const long long *"
/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(153): error: argument of type "void *" is incompatible with parameter of type "const int *"
...etc
```
I build caffe2 in ubuntu 18.04 with gcc 7. And I add ```-DCUDA_HOST_COMPILER=/usr/bin/gcc-5``` flag when I run ```build_anaconda.sh```
I think this error is caused by gcc 5.5, but I do not know how to install gcc5.5 in ubuntu 18.04.
I find a [same issue](https://github.com/tensorflow/tensorflow/issues/10220). | caffe2 | low | Critical |
346,919,649 | gin | gin-gonic Middleware Unable to set Header | I am trying to create middlware for gin-gonic that automatically adds a UUID for tracing purposes as a Header to all incoming requests, if one does not already exist. The code is below. However I'm having an issue where c.Header() does not seem to set the header. I have tried it with c.Writer.Header().Set() as well and it still always displays an empty header.
Looking at various other examples of similar functionality suggests what I'm trying to do should work perfectly fine.
What stupid thing have I done/missing?
```
func Trace() gin.HandlerFunc {
return func(c *gin.Context) {
val := c.GetHeader(RequestHeaderName)
if val == "" {
log.Info("Missing Trace ID - start of chain")
val = uuid.New().String()
log.Infof("Setting Trace Header: %v", val)
c.Header(RequestHeaderName, val)
}
log.Infof("Trace Header: %v", c.GetHeader(RequestHeaderName))
c.Next()
}
}
``` | question | low | Major |
346,953,850 | godot | Control's Rect Clip Content doesn't rotate when the control is rotated | ___
***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.*
___
<!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
v. 3.0.5
**OS/device including version:**
Windows
**Issue description:**
I'm trying to use **Control** node's Rect "Clip Content" to mask it's content with simple rectangle. While Control node is not rotated - Clip Content works fine. But when I rotate Control node - clipping occurs on bounding box of Control node. Expected to be rotated with control node.
**Steps to reproduce:**

**Minimal reproduction project:**
[GodotGame.zip](https://github.com/godotengine/godot/files/2253099/GodotGame.zip)
| bug,discussion,topic:rendering,confirmed,topic:gui,topic:2d | low | Critical |
347,002,064 | godot | "Always Close Output On Stop" ignored on error | Godot, 64-bit, 3.06.stable.official.8314054
Windows 10 Home, 64-bit, Version 1803, Build 17134.165
In a project that has an error, when I click stop the output window always closes. This happens regardless of how Editor Settings/Run/Output/Always Close Output On Stop is set.
If the project has no error, the setting is respected as normal.
To reproduce:
1) Load example project
2) Set Editor Settings/Run/Output/Always Close Output On Stop to false
3) Open the output window
4) Click run
5) Click stop
6) The output window will close, ignoring the setting
This is especially annoying because when there's an error is exactly when I want to see the output the most. :)
Thanks for everything you do!
[Bug Test.zip](https://github.com/godotengine/godot/files/2253563/Bug.Test.zip)
| bug,topic:editor,usability | low | Critical |
347,046,897 | go | x/text/message: better documentation for catalog | The documentation for this package could be clearer with regard to how catalogs should be used.
Specifically:
* the default catalog is empty.
* how to populate the default catalog (is there a standard way of doing this?)
* document that the default fallback language is English.
Repo commit: b0f49b06765e38644f97dff880167326a7ab0391 | Documentation,NeedsInvestigation | low | Major |
347,061,346 | pytorch | torch.utils.data.random_split() returns dataset index as tensor |
## Issue description
`torch.utils.data.random_split()` returns the index of the datapoint (idx) as a tensor rather than a float which messes up the `__getitem__()` routine of the dataset
## Code example
```
class AntsDataset(Dataset):
def __init__(self, root_dir, csv_file, transform=None):
self.rotations = pd.read_csv(csv_file,header=None)
self.root_dir = root_dir
self.transform = transform
def __len__(self):
return len(self.rotations)
def __getitem__(self, idx):
import ipdb; ipdb.set_trace()
img_name = os.path.join(self.root_dir,
self.rotations.iloc[idx, 0])
image = plt.imread(img_name,format='RGB')
rotation = self.rotations.iloc[idx, 1].astype('float')
if self.transform is not None:
image=self.transform(image)
return (image, rotation)
ants_dataset=AntsDataset(ants1_root_dir, ants1_rot_file,
transform=transforms.Compose([transforms.ToTensor()]))
dataloader=torch.utils.data.DataLoader(ants_dataset,
batch_size=10, shuffle=True)
train_length=int(0.7* len(ants_dataset))
test_length=len(ants_dataset)-train_length
train_dataset,test_dataset=torch.utils.data.random_split(ants_dataset,(train_length,test_length))
dataloader_train=torch.utils.data.DataLoader(train_dataset,
batch_size=10, shuffle=True)
for batch_idx, (data,rotations) in enumerate(ants_dataset):
print(rotations)
TypeError Traceback (most recent call last)
<ipython-input-101-f629e71651de> in <module>()
1 dataloader_train=torch.utils.data.DataLoader(train_dataset,
2 batch_size=10, shuffle=True)
----> 3 for batch_idx, (data,rotations) in enumerate(dataloader_train):
4 print(rotations)
~/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/utils/data/dataloader.py in __next__(self)
312 if self.num_workers == 0: # same-process loading
313 indices = next(self.sample_iter) # may raise StopIteration
--> 314 batch = self.collate_fn([self.dataset[i] for i in indices])
315 if self.pin_memory:
316 batch = pin_memory_batch(batch)
~/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/utils/data/dataloader.py in <listcomp>(.0)
312 if self.num_workers == 0: # same-process loading
313 indices = next(self.sample_iter) # may raise StopIteration
--> 314 batch = self.collate_fn([self.dataset[i] for i in indices])
315 if self.pin_memory:
316 batch = pin_memory_batch(batch)
~/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/utils/data/dataset.py in __getitem__(self, idx)
101
102 def __getitem__(self, idx):
--> 103 return self.dataset[self.indices[idx]]
104
105 def __len__(self):
<ipython-input-95-f56aceeb246b> in __getitem__(self, idx)
19 def __getitem__(self, idx):
20 img_name = os.path.join(self.root_dir,
---> 21 self.rotations.iloc[idx, 0])
22 image = plt.imread(img_name,format='RGB')
23 rotation = self.rotations.iloc[idx, 1].astype('float')
~/anaconda3/envs/pytorch/lib/python3.6/site-packages/pandas/core/indexing.py in __getitem__(self, key)
1470 except (KeyError, IndexError):
1471 pass
-> 1472 return self._getitem_tuple(key)
1473 else:
1474 # we by definition only have the 0th axis
~/anaconda3/envs/pytorch/lib/python3.6/site-packages/pandas/core/indexing.py in _getitem_tuple(self, tup)
2011 def _getitem_tuple(self, tup):
2012
-> 2013 self._has_valid_tuple(tup)
2014 try:
2015 return self._getitem_lowerdim(tup)
~/anaconda3/envs/pytorch/lib/python3.6/site-packages/pandas/core/indexing.py in _has_valid_tuple(self, key)
220 raise IndexingError('Too many indexers')
221 try:
--> 222 self._validate_key(k, i)
223 except ValueError:
224 raise ValueError("Location based indexing can only have "
~/anaconda3/envs/pytorch/lib/python3.6/site-packages/pandas/core/indexing.py in _validate_key(self, key, axis)
1965 l = len(self.obj._get_axis(axis))
1966
-> 1967 if len(arr) and (arr.max() >= l or arr.min() < -l):
1968 raise IndexError("positional indexers are out-of-bounds")
1969 else:
TypeError: len() of unsized object```
## System Info
PyTorch version: 0.4.1
Is debug build: No
CUDA used to build PyTorch: None
OS: Mac OSX 10.13.6
GCC version: Could not collect
CMake version: Could not collect
Python version: 3.6
Is CUDA available: No
CUDA runtime version: No CUDA
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
Versions of relevant libraries:
[pip] Could not collect
[conda] torch 0.4.1 <pip>
[conda] torchvision 0.2.1 <pip>
cc @SsnL @VitalyFedyunin @ejguan @jlin27 @mruberry | module: docs,module: dataloader,triaged | low | Critical |
347,090,090 | go | net/http: no way to set Fetch options when making outgoing http calls with js/wasm | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version devel +c814ac44c0 Thu Jul 19 21:30:27 2018 +0000 darwin/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
GOARCH="wasm"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="js"
GOPATH="/Users/eginez/repos/goland"
GOPROXY=""
GORACE=""
GOROOT="/Users/eginez/repos/go"
GOTMPDIR=""
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/pm/tlg5p5nx4vj3s05h4rfsv3t40000gn/T/go-build136489492=/tmp/go-build -gno-record-gcc-switches -fno-common"
### What did you do?
The native http client, maps to the `fetch()` api. With the current client it is impossible to set additional options as supported by the fetch call, see: https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch.
### What did you expect to see?
A way to specify options for the fetch call
| Thinking,help wanted,FeatureRequest,arch-wasm | medium | Critical |
347,120,206 | pytorch | build error | ## Issue description
Failed to build the caffe2
## Code example
CMake 3.11.3
## System Info
- Caffe2:
******** Summary ********
General:
CMake version : 3.11.3
CMake command : C:/Program Files/CMake/bin/cmake.exe
Git version : v0.1.11-9628-gf908b2b91-dirty
System : Windows
C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
C++ compiler version : 19.0.24215.1
BLAS : Eigen
CXX flags : /DWIN32 /D_WINDOWS /W3 /GR /EHsc -DONNX_NAMESPACE=onnx_c2 /MP /bigobj
Build type : Release
Compile definitions :
CMAKE_PREFIX_PATH :
CMAKE_INSTALL_PREFIX : C:/dev/pytorch/build/install
BUILD_CAFFE2 : ON
BUILD_ATEN : OFF
BUILD_BINARY : ON
BUILD_CUSTOM_PROTOBUF : ON
Link local protobuf : ON
BUILD_DOCS : OFF
BUILD_PYTHON : OFF
BUILD_SHARED_LIBS : ON
BUILD_TEST : OFF
USE_ASAN : OFF
USE_ATEN : OFF
USE_CUDA : ON
CUDA static link : OFF
USE_CUDNN : ON
CUDA version : 8.0
cuDNN version : 7.0.5
CUDA root directory : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0
CUDA library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/lib/x64/cuda.lib
cudart library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/lib/x64/cudart_static.lib
cublas library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/lib/x64/cublas.lib;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/lib/x64/cublas_device.lib
cufft library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/lib/x64/cufft.lib
curand library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/lib/x64/curand.lib
cuDNN library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/lib/x64/cudnn.lib
nvrtc : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/lib/x64/nvrtc.lib
CUDA include path : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/include
NVCC executable : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/bin/nvcc.exe
CUDA host compiler : $(VCInstallDir)bin
USE_TENSORRT : OFF
USE_ROCM : OFF
USE_EIGEN_FOR_BLAS : ON
USE_FFMPEG : OFF
USE_GFLAGS : ON
USE_GLOG : ON
USE_GLOO : OFF
USE_LEVELDB : OFF
USE_LITE_PROTO : OFF
USE_LMDB : OFF
USE_METAL : OFF
USE_MKL :
USE_MOBILE_OPENGL : OFF
USE_MPI : OFF
USE_NCCL : OFF
USE_NERVANA_GPU : OFF
USE_NNPACK : OFF
USE_OBSERVERS : OFF
USE_OPENCL : OFF
USE_OPENCV : OFF
USE_OPENMP : OFF
USE_PROF : OFF
USE_REDIS : OFF
USE_ROCKSDB : OFF
USE_ZMQ : OFF
Public Dependencies : Threads::Threads;gflags;glog::glog
Private Dependencies : cpuinfo;onnxifi_loader
Configuring done
Generating done
| caffe2 | low | Critical |
347,122,778 | go | x/playground: fails to run program importing every package | Here's a program that empty imports every std package:
https://play.golang.org/p/AgKFdQv1pDV
It runs fine locally on linux/amd64 (13MB binary, 344KB heap alloc), but fails to even compile on the playground.
I get:
```
.dynsym: missing Go type information for global symbol: size 60
go.link.addmoduledata: relocation target runtime.addmoduledata not defined
_cgo_notify_runtime_init_done: relocation target x_cgo_notify_runtime_init_done not defined
_cgo_thread_start: relocation target x_cgo_thread_start not defined
runtime.cgo_yield: relocation target _cgo_yield not defined
.dynsym: relocation target _cgo_topofstack not defined
go.link.addmoduledatainit: phase error: addr=0x74db81 but sym=0x0 type=29
```
/cc @andybons @ianlancetaylor | NeedsInvestigation | low | Critical |
347,127,890 | pytorch | [Feature request] Batch eig/symeig functions (for small matrices, with CUDA) | **Proposed** - add `torch.geevj` and `torch.syevj` calls, which hook into cuSolver's jacobi-based eigensolvers. These functions could operate on matrices or batches of matrices (that are smaller than 32x32).
**Long** - there are two issues:
- For small matrices (e.g. <32x32 matrices), `eig` and `symeig` are much slower for cuda matrices than cpu matrices.
- It would be useful to run `eig`/`symeig` on batches of (small) matrices.
```
In [8]: %timeit ac.symeig() # CUDA 32x32 matrix
19.1 ms Β± 840 Β΅s per loop (mean Β± std. dev. of 7 runs, 100 loops each)
In [9]: %timeit a.symeig() # CPU 32x32 matrix
40.8 Β΅s Β± 672 ns per loop (mean Β± std. dev. of 7 runs, 10000 loops each)
```
cuSolver has Jacobi-based eigensolvers (`geevj` and `syevj`), and batched versions of these solvers as well. They are faster for small/medium sized matrices. The only limitation of these functions is that the batched version of `geevj` and `syevj` only operate on matrices smaller than 32x32.
It would be nice to have calls in torch (`torch.geevj` and `torch.syevj`) that hook into these functions.
cc/ @jacobrgardner @Balandat @darbour
cc @vincentqb @vishwakftw @jianyuh @nikitaved @pearu @mruberry @heitorschueroff | triaged,module: batching,module: linear algebra,function request | low | Major |
347,136,188 | go | all: reduce init-time CPU & memory usage | Tracking bug to reduce init-time CPU & memory usage.
Previously:
https://go-review.googlesource.com/c/go/+/127075 - html: lazily populate Unescape tables
https://go-review.googlesource.com/c/net/+/127275 - http2/hpack: lazily build huffman table on first use
Open:
#26752 - x/text/unicode/norm: reduce init-time memory usage
The program https://play.golang.org/p/9ervXCWzV_z is useful to find offenders:
```
$ go build all.go
$ GODEBUG=memprofilerate=1 ./all
346768
$ go tool pprof /tmp/all.mem.prof
(pprof) top 50
Showing nodes accounting for 286.24kB, 88.87% of 322.09kB total
Dropped 228 nodes (cum <= 1.61kB)
Showing top 50 nodes out of 133
flat flat% sum% cum cum%
37.03kB 11.50% 11.50% 37.03kB 11.50% runtime.procresize
32kB 9.94% 21.43% 32kB 9.94% hash/crc64.makeSlicingBy8Table
21.39kB 6.64% 28.07% 21.39kB 6.64% vendor/golang_org/x/text/unicode/norm.init
19.98kB 6.20% 34.28% 19.98kB 6.20% strings.NewReplacer
18.95kB 5.88% 40.16% 18.97kB 5.89% encoding/xml.init
12.17kB 3.78% 43.94% 12.17kB 3.78% unicode.init
10.92kB 3.39% 47.33% 10.92kB 3.39% regexp/syntax.appendRange
10.61kB 3.29% 50.63% 10.61kB 3.29% vendor/golang_org/x/net/http2/hpack.(*headerFieldTable).addEntry (inline)
10.38kB 3.22% 53.85% 12.62kB 3.92% sync.(*Map).LoadOrStore
9.38kB 2.91% 56.76% 9.38kB 2.91% runtime.malg
9.17kB 2.85% 59.61% 9.22kB 2.86% html/template.init
8.70kB 2.70% 62.31% 69.47kB 21.57% net/http.init
6.84kB 2.12% 64.43% 6.84kB 2.12% regexp/syntax.(*compiler).inst (inline)
6.12kB 1.90% 66.34% 13.12kB 4.07% runtime.allocm
5.25kB 1.63% 67.97% 5.25kB 1.63% math/rand.NewSource
5.06kB 1.57% 69.54% 5.47kB 1.70% net/http.init.0
4.03kB 1.25% 70.79% 4.22kB 1.31% net/http.init.2
3.94kB 1.22% 72.01% 3.95kB 1.23% debug/dwarf.init
3.72kB 1.15% 73.17% 3.72kB 1.15% errors.New
3.62kB 1.13% 74.29% 12.13kB 3.77% encoding/gob.validUserType
3.62kB 1.13% 75.42% 3.62kB 1.13% regexp/syntax.init
2.91kB 0.9% 76.32% 2.91kB 0.9% go/types.(*Scope).Insert
2.70kB 0.84% 77.16% 26.97kB 8.37% encoding/gob.init
2.69kB 0.83% 77.99% 2.69kB 0.83% flag.(*FlagSet).Var
2.59kB 0.81% 78.80% 2.59kB 0.81% net/mail.init.0
2.25kB 0.7% 79.50% 2.25kB 0.7% compress/flate.(*huffmanEncoder).generate
2.25kB 0.7% 80.20% 2.25kB 0.7% net/textproto.init.0
2.09kB 0.65% 80.85% 2.09kB 0.65% image/jpeg.(*huffmanLUT).init
1.89kB 0.59% 81.43% 1.89kB 0.59% compress/flate.newHuffmanEncoder
1.80kB 0.56% 81.99% 1.80kB 0.56% go/types.NewTypeName
1.77kB 0.55% 82.54% 1.77kB 0.55% text/template/parse.(*Tree).newText (inline)
1.75kB 0.54% 83.08% 4.38kB 1.36% runtime.mcommoninit
1.66kB 0.51% 83.60% 8.84kB 2.74% go/types.init
1.64kB 0.51% 84.11% 28.67kB 8.90% go/doc.init
1.59kB 0.49% 84.60% 3.57kB 1.11% encoding/gob.bootstrapType
1.55kB 0.48% 85.08% 2.98kB 0.93% net.init
1.39kB 0.43% 85.51% 32.34kB 10.04% go/build.init
1.17kB 0.36% 85.88% 3.09kB 0.96% text/template.init
1.16kB 0.36% 86.24% 3.55kB 1.10% encoding/gob.newTypeObject
1.06kB 0.33% 86.57% 14.55kB 4.52% encoding/gob.RegisterName
1.02kB 0.32% 86.88% 4.57kB 1.42% encoding/gob.buildTypeInfo
0.94kB 0.29% 87.17% 21.06kB 6.54% regexp.compile
0.91kB 0.28% 87.45% 16.88kB 5.24% encoding/gob.init.1
0.75kB 0.23% 87.69% 1.84kB 0.57% html/template.New
0.69kB 0.21% 87.90% 2.13kB 0.66% reflect.(*rtype).ptrTo
0.67kB 0.21% 88.11% 7.20kB 2.24% crypto/tls.init
0.67kB 0.21% 88.32% 22.42kB 6.96% vendor/golang_org/x/net/http/httpguts.init
0.61kB 0.19% 88.51% 14.49kB 4.50% archive/tar.init
0.61kB 0.19% 88.70% 5.40kB 1.68% net/http/pprof.init
0.56kB 0.17% 88.87% 7.81kB 2.43% runtime.systemstack
(pprof) top --cum 50
Showing nodes accounting for 222.77kB, 69.16% of 322.09kB total
Dropped 228 nodes (cum <= 1.61kB)
Showing top 50 nodes out of 133
flat flat% sum% cum cum%
0.09kB 0.029% 0.029% 268.74kB 83.44% runtime.main
0 0% 0.029% 266.68kB 82.80% main.init
0 0% 0.029% 70.38kB 21.85% expvar.init
8.70kB 2.70% 2.73% 69.47kB 21.57% net/http.init
0 0% 2.73% 37.41kB 11.61% runtime.rt0_go
37.03kB 11.50% 14.23% 37.03kB 11.50% runtime.procresize
0 0% 14.23% 37.03kB 11.50% runtime.schedinit
1.39kB 0.43% 14.66% 32.34kB 10.04% go/build.init
0 0% 14.66% 32kB 9.94% hash/crc64.init
32kB 9.94% 24.60% 32kB 9.94% hash/crc64.makeSlicingBy8Table
1.64kB 0.51% 25.10% 28.67kB 8.90% go/doc.init
2.70kB 0.84% 25.94% 26.97kB 8.37% encoding/gob.init
0.67kB 0.21% 26.15% 22.42kB 6.96% vendor/golang_org/x/net/http/httpguts.init
0 0% 26.15% 21.75kB 6.75% vendor/golang_org/x/net/idna.init
21.39kB 6.64% 32.79% 21.39kB 6.64% vendor/golang_org/x/text/unicode/norm.init
0 0% 32.79% 21.06kB 6.54% regexp.Compile
0 0% 32.79% 21.06kB 6.54% regexp.MustCompile
0.94kB 0.29% 33.09% 21.06kB 6.54% regexp.compile
19.98kB 6.20% 39.29% 19.98kB 6.20% strings.NewReplacer
18.95kB 5.88% 45.17% 18.97kB 5.89% encoding/xml.init
0.91kB 0.28% 45.46% 16.88kB 5.24% encoding/gob.init.1
0 0% 45.46% 14.55kB 4.52% encoding/gob.Register
1.06kB 0.33% 45.79% 14.55kB 4.52% encoding/gob.RegisterName
0 0% 45.79% 14.55kB 4.52% encoding/gob.registerBasics
0.61kB 0.19% 45.97% 14.49kB 4.50% archive/tar.init
0 0% 45.97% 13.70kB 4.25% fmt.init
6.12kB 1.90% 47.88% 13.12kB 4.07% runtime.allocm
0 0% 47.88% 12.72kB 3.95% regexp/syntax.Parse
10.38kB 3.22% 51.10% 12.62kB 3.92% sync.(*Map).LoadOrStore
0 0% 51.10% 12.17kB 3.78% reflect.init
12.17kB 3.78% 54.88% 12.17kB 3.78% unicode.init
0 0% 54.88% 12.13kB 3.77% encoding/gob.userType
3.62kB 1.13% 56.00% 12.13kB 3.77% encoding/gob.validUserType
0 0% 56.00% 11.94kB 3.71% runtime.mstart
0 0% 56.00% 11.50kB 3.57% regexp/syntax.(*parser).parseClass
0 0% 56.00% 11.25kB 3.49% runtime.newm
10.92kB 3.39% 59.39% 10.92kB 3.39% regexp/syntax.appendRange
0 0% 59.39% 10.81kB 3.36% vendor/golang_org/x/net/http2/hpack.init
0.05kB 0.015% 59.41% 10.75kB 3.34% vendor/golang_org/x/net/http2/hpack.newStaticTable
10.61kB 3.29% 62.70% 10.61kB 3.29% vendor/golang_org/x/net/http2/hpack.(*headerFieldTable).addEntry (inline)
0 0% 62.70% 10.50kB 3.26% regexp/syntax.(*parser).parseUnicodeClass
0 0% 62.70% 10.50kB 3.26% regexp/syntax.appendTable
9.38kB 2.91% 65.61% 9.38kB 2.91% runtime.malg
9.17kB 2.85% 68.46% 9.22kB 2.86% html/template.init
0 0% 68.46% 9.05kB 2.81% go/importer.init
0 0% 68.46% 9.05kB 2.81% go/internal/gccgoimporter.init
1.66kB 0.51% 68.97% 8.84kB 2.74% go/types.init
0.05kB 0.015% 68.99% 8.80kB 2.73% mime/multipart.init
0.56kB 0.17% 69.16% 7.81kB 2.43% runtime.systemstack
0 0% 69.16% 7.69kB 2.39% html/template.(*Template).Parse
``` | Performance,help wanted | medium | Critical |
347,149,537 | pytorch | [Caffe2] Modelling using Ops instead of Helper Functions | Hi all,
how could I do the LeNet model using only Ops instead of helper functiones like below?
```
from caffe2.python import model_helper, brew
m= model_helper.ModelHelper(name="train_net")
#LeNet model
conv1 = brew.conv(m, 'data', 'conv1', dim_in=1, dim_out=20, kernel=5)
pool1 = brew.max_pool(m, conv1, 'pool1', kernel=2, stride=2)
conv2 = brew.conv(m, pool1, 'conv2', dim_in=20, dim_out=50, kernel=5)
pool2 = brew.max_pool(m, conv2, 'pool2', kernel=2, stride=2)
fc3 = brew.fc(m, pool2, 'fc3', dim_in=50 * 4 * 4, dim_out=500)
relu = brew.relu(m, fc3, fc3)
pred = brew.fc(m, relu, 'pred', 500, 10)
softmax = brew.softmax(m, pred, 'softmax')
```
From the Ops catalogue, I know that the corresponding fc layer and pred are:
```
from caffe2.python import model_helper
m = model_helper.ModelHelper(name="train_net")
weight = m.param_init_net.XavierFill([], 'fc_w', shape=[10, 100])
bias = m.param_init_net.ConstantFill([], 'fc_b', shape=[10, ])
#LeNet model
#conv1 = m.net.Conv
#pool1 = m.net.MaxPool
#conv2 = m.net.Conv
#pool2 = m.net.MaxPool
fc3 = m.net.FC(["data", "fc_w", "fc_b"], "fc3")
#relu = m.net.Relu
pred = m.net.Relu(relu, "pred")
#softmax = m.net.Softmax
```
How should I set the **ConvPoolOpBase** operator (mentioned in the catalogue) which provides the stride and kernel size, or the padsβ sizes in each direction for Conv and MaxPool layers?
https://caffe2.ai/docs/operators-catalogue.html#conv | caffe2 | low | Minor |
347,177,135 | terminal | new lines created below tmux after reducing the bash window | **Please fill out the below information:**
* Your Windows build number: Version 10.0.17134 Build 17134
* What you're doing and what's happening:
- Open a WSL
- launch tmux by executing : tmux (having the normal tmux layout, with the green bar at the bottom) :

- Reduce the window
- Re-open the window
=> From this point, there is an extra line below the green bar and I can type on it, also the first line on the top (the prompt) isn't visible anymore.

* What's wrong / what should be happening instead:
Reducing / expanding the windows shouldn't create this "extra line" below the tmux green bottom bar.
It seems that the whole display is moved 1 line ahead.
| Product-Conhost,Area-VT,Issue-Bug | low | Minor |
347,192,552 | go | x/build: observability using distributed tracing and metrics | I am coming here from https://groups.google.com/forum/#!msg/golang-dev/MdwFiAx5-PU/UiUvY-8_DwAJ
The OpenCensus project https://opencensus.io/ provides observability into distributed systems(monoliths and microservices alike) by providing mechanisms to record traces and metrics. Those signals help provide insight into the states of a distributed system.
I presented a talk about OpenCensus at GoSF on 18th July 2018(about 3 weeks ago) and I posted the accompanying slides here https://cdn.rawgit.com/orijtech/talks/master/2018/07/18/gosf/gosf.htm#1 or better https://github.com/orijtech/talks/blob/master/2018/07/18/gosf/gosf.slide for the Go present slide
### The value of it
Traces can help give play-by-play action/visibility into the state of sampled requests e.g. we can see that invoking `os/exec` took this long while fetching metadata from Google Cloud Storage took this long https://cdn.rawgit.com/orijtech/talks/master/2018/07/18/gosf/gosf.htm#14
The metrics that are collected are useful to actively check the health of the system e.g. send alerts to the `x/build` authors when a trybot run takes say 8 minutes or when overall the p99th latency hits 10 minutes.
### Maintenance and technical debt
In regards to maintenance, the OpenCensus Go implementation https://github.com/census-instrumentation/opencensus-go implements the tracer, metrics, and we just use the packages to instrument our code e.g excerpted from my slides https://cdn.rawgit.com/orijtech/talks/master/2018/07/18/gosf/gosf.htm#13
```go
func search(w http.ResponseWriter, r *http.Request) {
ctx, span := trace.StartSpan(r.Context(), "Search")
defer span.End()
// Use the context and the rest of the code goes below
_ = ctx
}
```
To extract out data, we just need to add an "exporter"/liason-to-our-backend of choice in a main function for example to send traces to Stackdriver
```go
package main
import (
"log"
"contrib.go.opencensus.io/exporter/stackdriver"
"go.opencensus.io/trace"
)
func main() {
sd, err := stackdriver.NewExporter(stackdriver.Options{ProjectID: "census-demos"})
if err != nil {
log.Fatalf("Failed to register Stackdriver Trace exporter: %v", err)
}
trace.RegisterExporter(sd)
}
```
Maintenance work is detached from the Go project, since the OpenCensus project is staffed already with collaborators from a wide range of companies. The Go project only needs to import the respective libraries, start and stop traces as well as record metrics and finally create exporters of the desired backend e.g. Prometheus, Zipkin, AWS X-Ray, Jaeger, Stackdriver Tracing and Monitoring, SignalFx etc.
### Next steps
I finally got some dev cycles this quarter to help work on improving our build system but I also would be delighted to delegate/work with people in the community too -- hence why I am filing this right now.
/cc @basvanbeek @ramonza @bogdandrutu @rakyll @kevinburke | Builders,FeatureRequest | low | Critical |
347,209,830 | flutter | Allow usage of system-wide `gradle` for Android builds | There should be an option to use the system-wide gradle instead of the one installed by flutter. There could also be an option to entirely disable using the gradle wrapper. | c: new feature,tool,t: gradle,P3,team-tool,triaged-tool | low | Minor |
347,218,621 | rust | Mention `;` when not expecting statement and finding one in the context of a macro | In a macro context that defines `$rename:stmt`, the parser autoinserts a `;` at the end, but the diagnostic message doesn't mention this:
```
error: expected unsuffixed literal or identifier, found "string-equal";
-->
|
521 | #[serde(rename = $rename)]
| ^^^^^^
...
535 | / match_func_impl! {
536 | | StringEqual = "string-equal"
537 | | }
| |_- in this macro invocation
error: aborting due to previous error
``` | C-enhancement,A-diagnostics,P-low,A-macros,T-compiler,D-papercut | low | Critical |
347,221,063 | vscode | API to retrieve a dimensions from a given Terminal instance | VS Live Share extension needs to know current dimensions of a terminal and also to get notified when they're getting changed.
Consider adding a new API to get read-only access to a terminal renderer associated with given terminal instance. | feature-request,api,api-finalization,terminal-layout | low | Major |
347,263,060 | rust | Procedural macro attributes can't be applied to struct fields | Given the simple program:
```rust
#![feature(rust_2018_preview)]
extern crate demo_macros;
use demo_macros::nop;
#[nop]
pub struct Foo {
#[nop]
pub foo_field: u32,
}
#[nop]
impl Foo {
#[nop]
pub fn foo_fn() {}
}
```
And the corresponding definition of the `#[nop]` attribute:
```rust
#![feature(rust_2018_preview)]
extern crate proc_macro;
use proc_macro::TokenStream;
#[proc_macro_attribute]
pub fn nop(_args: TokenStream, input: TokenStream) -> TokenStream {
return input;
}
```
Attempting to compile this results in the error:
```
error[E0658]: The attribute `nop` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> src/lib.rs:7:3
|
7 | #[nop]
| ^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
error: aborting due to previous error
```
The problem is the `#[nop]` attribute on `foo_field`. If it's removed, the library compiles fine. I believe this is incorrect and that the code should compile as-is. The `#[nop]` macro can be applied to `foo_fn` just fine; it seems wrong that it doesn't work with `foo_field`.
Rust version: `rustc --version`: `rustc 1.29.0-nightly (97085f9fb 2018-08-01)`
Please let me know if there's anything I can do to be of assistance.
Here's a bash script that fully reproduces the issue:
```bash
#!/bin/bash
cargo +nightly new --lib demo_macros
cat >> demo_macros/Cargo.toml << EOF
[lib]
proc-macro = true
EOF
cat >| demo_macros/src/lib.rs << EOF
#![feature(rust_2018_preview)]
extern crate proc_macro;
use proc_macro::TokenStream;
#[proc_macro_attribute]
pub fn nop(_args: TokenStream, input: TokenStream) -> TokenStream {
return input;
}
EOF
cargo +nightly init --lib .
echo 'demo_macros = { path = "demo_macros" }' >> Cargo.toml
cat >| src/lib.rs << EOF
#![feature(rust_2018_preview)]
extern crate demo_macros;
use demo_macros::nop;
#[nop]
pub struct Foo {
#[nop]
pub foo_field: u32,
}
#[nop]
impl Foo {
#[nop]
pub fn foo_fn() {}
}
EOF
cargo +nightly build
``` | A-macros,T-lang | low | Critical |
347,266,424 | rust | LNK1189 "library limit of 65535 obj exceeded" building rustc | Edit: This happened again after deleting `\build\x86_64-pc-windows-msvc\stage*`, so now I'm more concerned than I was before.
I pulled master today, ran `x.py test --stage 1 --incremental src\test\codegen`, and got the following:
<details>
<summary>(click to expand log of x.py failure)</summary>
```text
Compiling rustc_data_structures v0.0.0 (file:///C:/src/rust/src/librustc_data_structures)
Compiling arena v0.0.0 (file:///C:/src/rust/src/libarena)
Compiling syntax_pos v0.0.0 (file:///C:/src/rust/src/libsyntax_pos)
Compiling rustc_errors v0.0.0 (file:///C:/src/rust/src/librustc_errors)
Compiling proc_macro v0.0.0 (file:///C:/src/rust/src/libproc_macro)
Compiling syntax_ext v0.0.0 (file:///C:/src/rust/src/libsyntax_ext)
β[0mβ[1mβ[38;5;9merrorβ[0mβ[0mβ[1mβ[38;5;15m: linking with `C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\a
md64\link.exe` failed: exit code: 1189β[0m
β[0m β[0mβ[0mβ[1mβ[38;5;14m|β[0m
β[0m β[0mβ[0mβ[1mβ[38;5;14m= β[0mβ[0mβ[1mβ[38;5;15mnoteβ[0mβ[0m: "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0
\\VC\\BIN\\amd64\\link.exe" "/NOLOGO" "/NXCOMPAT" "/LIBPATH:C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-sysroot
\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-wind
ows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.105kzptf4tvh97em.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\
stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1106l4i518jfqbr9.rcgu.o" "C:\\src\\rust\\bui
ld\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.11fwh4mghbw6zpsw
.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef922
1b87d44b05e.128zqirqk8sc27d0.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc
\\release\\deps\\rustc-ef9221b87d44b05e.129k1a6ob7r8lals.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-r
ustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.136emkpqrx0vx2g0.rcgu.o" "C:\\src\\rust\\build\\x86_
64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.13k54ymtaa328ook.rcgu.o"
"C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b
05e.14jrn4pvij3rhip7.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\releas
e\\deps\\rustc-ef9221b87d44b05e.154c0qm6wu5wtu0l.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x8
6_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.158wz1xuz2s5vbhj.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-wi
ndows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.15kq92zzbmxot4k9.rcgu.o" "C:\\sr
c\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.16rt
1s76yp4uy23u.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\
\rustc-ef9221b87d44b05e.16u6js6g0l3k1ic6.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-
windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.17d3wd7i80lq3upz.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-ms
vc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.17gnvg3qy12njuq7.rcgu.o" "C:\\src\\rust\
\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.17mx8nk4re7c
7o80.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-e
f9221b87d44b05e.182ogbnsm1owgkeu.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-
msvc\\release\\deps\\rustc-ef9221b87d44b05e.18trxj6u9hfyk7zl.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stag
e0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.18zccvwi7l11o95c.rcgu.o" "C:\\src\\rust\\build\\
x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.19g3skoww3r3fmmu.rcg
u.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87
d44b05e.19q8gcbpiuugh7mx.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\re
lease\\deps\\rustc-ef9221b87d44b05e.1a0jhzkk7buwpwta.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc
\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1ai456qujb75tfyk.rcgu.o" "C:\\src\\rust\\build\\x86_64-p
c-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1arg9ho6wh0ny4st.rcgu.o" "C:
\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.
1ary1qs98vk75n8a.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\d
eps\\rustc-ef9221b87d44b05e.1audvei89fdl3xic.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64
-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1b5jevkdl6960tjq.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-window
s-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1bbhlkj36fzoi3rh.rcgu.o" "C:\\src\\r
ust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1bjnoefg
72vkbl7w.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rus
tc-ef9221b87d44b05e.1bkf8oinnypxcpf8.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-wind
ows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1c2poynqcn9ewu5j.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\
stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1cajpyd76ttwus3c.rcgu.o" "C:\\src\\rust\\bui
ld\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1cuziaf38ec264ib
.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef922
1b87d44b05e.1dq10yn5bb1sb58e.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc
\\release\\deps\\rustc-ef9221b87d44b05e.1e698527iprj2v8f.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-r
ustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1feqe1phh8zjv6is.rcgu.o" "C:\\src\\rust\\build\\x86_
64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1fqu47yxopzc7apu.rcgu.o"
"C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b
05e.1g09ax2lgregrqsm.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\releas
e\\deps\\rustc-ef9221b87d44b05e.1gim71h9inyaa66w.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x8
6_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1h0tah146jscwm83.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-wi
ndows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1h30adg988onhviz.rcgu.o" "C:\\sr
c\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1i4j
yjk3gxvvvngj.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\
\rustc-ef9221b87d44b05e.1iafx8zxfbo7x8ob.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-
windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1im38lueib99jsk0.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-ms
vc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1iwgiqxjafx0k9hq.rcgu.o" "C:\\src\\rust\
\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1iwja381y0af
auw0.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-e
f9221b87d44b05e.1k0owuz1b66imsgx.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-
msvc\\release\\deps\\rustc-ef9221b87d44b05e.1k7hddlccpio84u8.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stag
e0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1k81t48n2xo33oor.rcgu.o" "C:\\src\\rust\\build\\
x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1kduva7sc7em934m.rcg
u.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87
d44b05e.1lex42scdtozrg97.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\re
lease\\deps\\rustc-ef9221b87d44b05e.1muvu7n3dst9shj9.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc
\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1mvmz58owquyropc.rcgu.o" "C:\\src\\rust\\build\\x86_64-p
c-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1nhfx28ncca4tqrv.rcgu.o" "C:
\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.
1o5gyssk56afhh4e.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\d
eps\\rustc-ef9221b87d44b05e.1oef4n0p815o5fso.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64
-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1of1fpgep744hp2s.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-window
s-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1p2hontz0wvhv7oz.rcgu.o" "C:\\src\\r
ust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1qg3k3ps
x6qcekkp.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rus
tc-ef9221b87d44b05e.1qgkol5825vgonki.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-wind
ows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1qmge7478021qoby.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\
stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1qnwa19drfrssh4b.rcgu.o" "C:\\src\\rust\\bui
ld\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1r1uq8vh510wk7wf
.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef922
1b87d44b05e.1rl1mzy8yba1bunm.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc
\\release\\deps\\rustc-ef9221b87d44b05e.1rnt618l5epcaf5a.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-r
ustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1s3socv0drccut20.rcgu.o" "C:\\src\\rust\\build\\x86_
64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1shhdeb46rra01ao.rcgu.o"
"C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b
05e.1so8plj2quogsfe8.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\releas
e\\deps\\rustc-ef9221b87d44b05e.1t9e7uhjg9y8xi8.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86
_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1tm9kjtpt0vcg75a.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-win
dows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1uwsqdvw6cwr3blk.rcgu.o" "C:\\src
\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1v0dx
dygyv5ur2eq.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\
rustc-ef9221b87d44b05e.1vxwa0yojp5jiilm.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-w
indows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1wai1l07btc9coof.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msv
c\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1y8g3wpjx3uo133t.rcgu.o" "C:\\src\\rust\\
build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1ybk6m9xvvp6f
g4i.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef
9221b87d44b05e.1yh6lvhzhsagamup.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-m
svc\\release\\deps\\rustc-ef9221b87d44b05e.1yv86uhwt1kgu1wz.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage
0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1zbjrdvjmbi5h1wh.rcgu.o" "C:\\src\\rust\\build\\x
86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.1zwd8n7bcl3vhvvh.rcgu
.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d
44b05e.2086chr0s0766l8r.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\rel
ease\\deps\\rustc-ef9221b87d44b05e.20eu1yxxz0hcriyw.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\
\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.20lsq1q2nzpw6rew.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc
-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.20zkut6c788i3fj0.rcgu.o" "C:\
\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2
1088pxctw4467q4.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\de
ps\\rustc-ef9221b87d44b05e.213jmemf5vt368lc.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-
pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.217w4j2gr7mcqrjb.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows
-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.21zjrshzvpdfc3jt.rcgu.o" "C:\\src\\ru
st\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.22520au1v
5ytx6gs.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rust
c-ef9221b87d44b05e.22r39gxx259d8xq8.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windo
ws-msvc\\release\\deps\\rustc-ef9221b87d44b05e.23hk82s4f3017smu.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\s
tage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.23v21kwj68d2d7u7.rcgu.o" "C:\\src\\rust\\buil
d\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.246um4i5ppgfb9dm.
rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221
b87d44b05e.260q6wjrq80wqhus.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\
\release\\deps\\rustc-ef9221b87d44b05e.26f68asyk1eao8ti.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-ru
stc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.26vv2knp2dwheoj4.rcgu.o" "C:\\src\\rust\\build\\x86_6
4-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.28djrldwmr2qim4p.rcgu.o"
"C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b0
5e.28l3hk1ejbbxyxfw.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release
\\deps\\rustc-ef9221b87d44b05e.29dsxrjvpd62mwjm.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86
_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.29mftxvx4gw7ifkd.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-win
dows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.29sbbd91oqeng4ng.rcgu.o" "C:\\src
\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.29y2m
ua9qoj10ld1.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\
rustc-ef9221b87d44b05e.2ax4xa5xumnhfnah.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-w
indows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2b3sjggqq9ctvhwu.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msv
c\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2c2ib84xyseoxvnj.rcgu.o" "C:\\src\\rust\\
build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2ctzjzjfamwyo
m6r.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef
9221b87d44b05e.2cxbgsds6t27x34m.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-m
svc\\release\\deps\\rustc-ef9221b87d44b05e.2cxms18t3uyqz3of.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage
0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2dbk55k9vyoty71s.rcgu.o" "C:\\src\\rust\\build\\x
86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2eg6ow8mfvmgezrr.rcgu
.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d
44b05e.2elrolga6ysjt19k.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\rel
ease\\deps\\rustc-ef9221b87d44b05e.2f9h3i1hd1adoq8h.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\
\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2fken9eeju7oloq5.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc
-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2ft5qdspr8lucjwn.rcgu.o" "C:\
\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2
fxo5sp16qerhu6a.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\de
ps\\rustc-ef9221b87d44b05e.2gvld823sr4qd4sv.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-
pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2hjcvi80tuz2lfm7.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows
-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2i6z53gec9eqy4bf.rcgu.o" "C:\\src\\ru
st\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2ikcjf1b4
s47rb2i.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rust
c-ef9221b87d44b05e.2il2u0r2fah3jnx0.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windo
ws-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2iswr0peso4m9yr9.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\s
tage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2j3e9sf8j2g0c0o8.rcgu.o" "C:\\src\\rust\\buil
d\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2ji37grk1gdiikg3.
rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221
b87d44b05e.2jkwbcctp9brsavm.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\
\release\\deps\\rustc-ef9221b87d44b05e.2jqywn86b2gsqohu.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-ru
stc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2k31r2l8tyf6rgb7.rcgu.o" "C:\\src\\rust\\build\\x86_6
4-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2lrqjurf39ho2hsf.rcgu.o"
"C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b0
5e.2m4cvv69uwentwix.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release
\\deps\\rustc-ef9221b87d44b05e.2nr40k3vdg594pop.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86
_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2o8k22aixgfq0wrt.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-win
dows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2oqs7sq9nqo0pq1x.rcgu.o" "C:\\src
\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2ovbg
ouk7gybtmf1.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\
rustc-ef9221b87d44b05e.2oztrx0oelkp7e0o.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-w
indows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2qc3e0ag4zn89w99.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msv
c\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2qi4r1i3qm6vdo5d.rcgu.o" "C:\\src\\rust\\
build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2r64v40re5cyy
61g.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef
9221b87d44b05e.2r82puffnvvb8iic.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-m
svc\\release\\deps\\rustc-ef9221b87d44b05e.2r82xrmbei57camm.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage
0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2r9b30yhy4qysz35.rcgu.o" "C:\\src\\rust\\build\\x
86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2rf91tl3344pubq3.rcgu
.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d
44b05e.2rfy56njq6kz5evk.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\rel
ease\\deps\\rustc-ef9221b87d44b05e.2s428xo4k2eun5n.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\
x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2sdkmf5ifm3nq52m.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-
windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2sxy6ecqj0bcql91.rcgu.o" "C:\\
src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2u
obunv4hggsxz3w.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\dep
s\\rustc-ef9221b87d44b05e.2w6xsa2hbi53xhak.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-p
c-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2watpdvoqj09z0p2.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-
msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2wyasxl3o6ja2l65.rcgu.o" "C:\\src\\rus
t\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2xefv0e0d4
zkmw2u.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc
-ef9221b87d44b05e.2xmcep716cl4wr2j.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-window
s-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2xxmzaqa21lqai9k.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\st
age0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2y70djmvhhfty62i.rcgu.o" "C:\\src\\rust\\build
\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.2y8z4i9yh8zip76r.r
cgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b
87d44b05e.3174m3ii80xi5g6m.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\
release\\deps\\rustc-ef9221b87d44b05e.31e3o0ukf1nnjztr.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rus
tc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.31lvopylkf4w6b4o.rcgu.o" "C:\\src\\rust\\build\\x86_64
-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.31q1p51gxc0r5b6h.rcgu.o" "
C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05
e.32809c91bwy6yzs3.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\
\deps\\rustc-ef9221b87d44b05e.32gpme29sckp6r2.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_6
4-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.33g2skqacvrolye0.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windo
ws-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.33wh5imgaec50fb6.rcgu.o" "C:\\src\\
rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.34alyw1
1d5eyhc0d.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\ru
stc-ef9221b87d44b05e.34rq6w1npy9wcsnp.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-win
dows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.34zeoycyb91go8q7.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\
\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3555tptbmdto6ls.rcgu.o" "C:\\src\\rust\\bui
ld\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.35kvo9oss8q9e381
.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef922
1b87d44b05e.35vj1buwpgncn09z.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc
\\release\\deps\\rustc-ef9221b87d44b05e.35w06virtifmvrcr.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-r
ustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.36ffuvw3771n05ax.rcgu.o" "C:\\src\\rust\\build\\x86_
64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.371dla82fgy358l4.rcgu.o"
"C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b
05e.37kug13j242kmyzz.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\releas
e\\deps\\rustc-ef9221b87d44b05e.37mlohf6zkunulz3.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x8
6_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.37t2tguhfhanyt64.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-wi
ndows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.37vuvxqfsc7i1ee6.rcgu.o" "C:\\sr
c\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.37wh
wrwwbxhu8gqp.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\
\rustc-ef9221b87d44b05e.389gqvd92uhsn0x8.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-
windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.38ps4pa181wsnsy9.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-ms
vc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.38sxji4d9eab1thl.rcgu.o" "C:\\src\\rust\
\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.390kw51trqa9
zsae.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-e
f9221b87d44b05e.390qsk8nc6f6xjnk.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-
msvc\\release\\deps\\rustc-ef9221b87d44b05e.39wt7j1dvemv58pw.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stag
e0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3avfq1azdzczzrjw.rcgu.o" "C:\\src\\rust\\build\\
x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3ay48oqx8aqtiu56.rcg
u.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87
d44b05e.3ayaeypdcro9d6yk.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\re
lease\\deps\\rustc-ef9221b87d44b05e.3ayzxgkgmt9riytc.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc
\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3bj0gz68nnxqgkrt.rcgu.o" "C:\\src\\rust\\build\\x86_64-p
c-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3brycwxlteete75j.rcgu.o" "C:
\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.
3cwr0fqzd2upxqbn.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\d
eps\\rustc-ef9221b87d44b05e.3dbjz5fyulwyddhq.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64
-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3eia6gqe8x13c8ff.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-window
s-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3fdk6724c9cqqrp5.rcgu.o" "C:\\src\\r
ust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3fnzd32u
0fi30wc2.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rus
tc-ef9221b87d44b05e.3gi68cbeenx9qnrd.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-wind
ows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3h63r8uyokgtabts.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\
stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3hc9fchdir0kh8rh.rcgu.o" "C:\\src\\rust\\bui
ld\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3hu2yoocnziugr13
.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef922
1b87d44b05e.3hz16199rgukvkhl.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc
\\release\\deps\\rustc-ef9221b87d44b05e.3ig3aoybkxukdkdo.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-r
ustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3j302dqgoi32p7wq.rcgu.o" "C:\\src\\rust\\build\\x86_
64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3jogpv9e9ys986p3.rcgu.o"
"C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b
05e.3jp62vowr7o5bahm.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\releas
e\\deps\\rustc-ef9221b87d44b05e.3jr559tnwe0y226a.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x8
6_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3kgx1dg85pg0ffi7.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-wi
ndows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3ksopj7bv4ovguv9.rcgu.o" "C:\\sr
c\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3ldk
0i2zxftngav8.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\
\rustc-ef9221b87d44b05e.3lqbww7af930iyhs.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-
windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3mak346t9cxrqkc0.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-ms
vc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3mfhv6gjqysclrar.rcgu.o" "C:\\src\\rust\
\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3mts35nu1jh2
02w6.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-e
f9221b87d44b05e.3n21xjuq3hxn0q53.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-
msvc\\release\\deps\\rustc-ef9221b87d44b05e.3n9g7h5bzjuzxwgn.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stag
e0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3om5spz7620bs8rz.rcgu.o" "C:\\src\\rust\\build\\
x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3oqznv5oym7l3m4e.rcg
u.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87
d44b05e.3p3hqbbm43tqg0t3.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\re
lease\\deps\\rustc-ef9221b87d44b05e.3pa6z2jaw087b8i3.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc
\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3q0p8rf3m2rs0z81.rcgu.o" "C:\\src\\rust\\build\\x86_64-p
c-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3qps7ovaf1fyn1l1.rcgu.o" "C:
\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.
3qs1ckdt1jjn5kc4.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\d
eps\\rustc-ef9221b87d44b05e.3qsakwi1iu713f1i.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64
-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3qw0f4r71zfhdb17.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-window
s-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3r774shob2ft8t26.rcgu.o" "C:\\src\\r
ust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3r9vkypu
r61hjyzi.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rus
tc-ef9221b87d44b05e.3rxpjdngj5jblfut.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-wind
ows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3sic1rhv5rtypzi9.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\
stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3tg9viiikm33ib2d.rcgu.o" "C:\\src\\rust\\bui
ld\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3trgym2gpksftuv.
rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221
b87d44b05e.3uwzx7438zh5kjw1.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\
\release\\deps\\rustc-ef9221b87d44b05e.3vgsrbphqreyspki.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-ru
stc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3w20kpn5mt26fvk3.rcgu.o" "C:\\src\\rust\\build\\x86_6
4-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3wta9ctgdrpkmlpr.rcgu.o"
"C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b0
5e.3x30hii5tmsmz4x4.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release
\\deps\\rustc-ef9221b87d44b05e.3x9zb9n1ywdfef9d.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86
_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3xjdrnqeglel9uu3.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-win
dows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3xuveqygdg3npdgq.rcgu.o" "C:\\src
\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3ysg6
02ly0el3m63.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\
rustc-ef9221b87d44b05e.3ysly018ioc7twky.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-w
indows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3yw8ur9ydtzrjjnn.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msv
c\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.3z1komjwj3l5r22l.rcgu.o" "C:\\src\\rust\\
build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.400dz2d5x2zwu
r2d.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef
9221b87d44b05e.40ffz2w4zix8xpxs.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-m
svc\\release\\deps\\rustc-ef9221b87d44b05e.40mv2bo8bxf7ur21.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage
0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.40pf36q4wih5c46e.rcgu.o" "C:\\src\\rust\\build\\x
86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.419rpk7wco3lt2pi.rcgu
.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d
44b05e.41fixqnk8ludukca.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\rel
ease\\deps\\rustc-ef9221b87d44b05e.420epqmgbxdsnp32.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\
\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.43v6g0y2xsxoggnt.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc
-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.44bwf4kjt15d5exu.rcgu.o" "C:\
\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4
4i4igkm5w62m2lh.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\de
ps\\rustc-ef9221b87d44b05e.44omwg0amzefzx6h.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-
pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.44x0qispfgewdxta.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows
-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4541rp67v5p6edgn.rcgu.o" "C:\\src\\ru
st\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.457gv4l75
q4mkwl4.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rust
c-ef9221b87d44b05e.459r1lhwrqpk3w3p.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windo
ws-msvc\\release\\deps\\rustc-ef9221b87d44b05e.45f2ih71goi43xs3.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\s
tage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.45pc7c65foh9i35f.rcgu.o" "C:\\src\\rust\\buil
d\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.45rif7hrs0yfvcfm.
rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221
b87d44b05e.45vkprw0g2e9qr66.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\
\release\\deps\\rustc-ef9221b87d44b05e.4628glcbm38kjjln.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-ru
stc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.46i9nbnf49yscb6a.rcgu.o" "C:\\src\\rust\\build\\x86_6
4-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.46jqf7d1pvke6nv5.rcgu.o"
"C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b0
5e.46qplodfbsycx8xw.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release
\\deps\\rustc-ef9221b87d44b05e.47cb1es74r19utbt.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86
_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.47cj51efmt6826vx.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-win
dows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.47dmeythx51bwf96.rcgu.o" "C:\\src
\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.47dqc
amjlp23ma80.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\
rustc-ef9221b87d44b05e.47fr3emswmlcqf6a.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-w
indows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.47w80ih1emr8lmg0.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msv
c\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.480hpshgywj47djc.rcgu.o" "C:\\src\\rust\\
build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.48mie5ly69rz7
ok7.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef
9221b87d44b05e.48p66ff19suwf2g7.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-m
svc\\release\\deps\\rustc-ef9221b87d44b05e.49a7n47po4ttqjl7.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage
0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.49jo6ly24194d6f5.rcgu.o" "C:\\src\\rust\\build\\x
86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.49lx1q7cxvpykyv0.rcgu
.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d
44b05e.4a0tx1457476f55a.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\rel
ease\\deps\\rustc-ef9221b87d44b05e.4a2tvyvq5cuxzdjb.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\
\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4a6dgwgsyclvnmy1.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc
-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4aco8niiorhr2aju.rcgu.o" "C:\
\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4
b2khkunx66ixpfa.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\de
ps\\rustc-ef9221b87d44b05e.4b6l3e4j3h0vw7m9.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-
pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4b8ptp1vn215jmoe.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows
-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4brwxiorhmgsb6oc.rcgu.o" "C:\\src\\ru
st\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4c0uxwdkf
iei5pln.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rust
c-ef9221b87d44b05e.4cuohswq6oj7xm1h.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windo
ws-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4d7wpm0so204443o.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\s
tage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4d9z2ns3ejuzs638.rcgu.o" "C:\\src\\rust\\buil
d\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4ebyw5qq98owo0qb.
rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221
b87d44b05e.4ezmh1vbs95c5ack.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\
\release\\deps\\rustc-ef9221b87d44b05e.4f3p3qjhfbre704q.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-ru
stc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4f8ze6qa67y89pit.rcgu.o" "C:\\src\\rust\\build\\x86_6
4-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4fgom4yzr7znz6ei.rcgu.o"
"C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b0
5e.4g4m3v5x9045spb3.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release
\\deps\\rustc-ef9221b87d44b05e.4g9d2l1o6z3up4l9.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86
_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4g9ryqlwffzuswri.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-win
dows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4grw3eji6dlvi762.rcgu.o" "C:\\src
\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4h97r
8vsismbg5n1.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\
rustc-ef9221b87d44b05e.4jdnq7xfjeka1bt.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-wi
ndows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4jejct8xoh06h4jo.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc
\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4jfrjd66eptj1mvf.rcgu.o" "C:\\src\\rust\\b
uild\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4jlbrq1li1zlq9
3z.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9
221b87d44b05e.4klz7kyd1yjy5093.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-ms
vc\\release\\deps\\rustc-ef9221b87d44b05e.4kolytxxc07cuhfl.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0
-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4lnmvw0yjclbhb1.rcgu.o" "C:\\src\\rust\\build\\x86
_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4nhfzl2sc6rmhv5e.rcgu.o
" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44
b05e.4nlprjk7iey1xbfl.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\relea
se\\deps\\rustc-ef9221b87d44b05e.4ntnit2mtbbuvip7.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x
86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4o93o7edgoqnbrs0.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-w
indows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4pgtjui6hehovylj.rcgu.o" "C:\\s
rc\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4pm
agaiis87zudfe.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps
\\rustc-ef9221b87d44b05e.4q8kd7y30p9rak6c.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc
-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4qt68d2t1vb646dk.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-m
svc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4s4dvvix1vn2ndot.rcgu.o" "C:\\src\\rust
\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4s7ohpv8h3u
klyv7.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-
ef9221b87d44b05e.4sffsggopzbu6jfr.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows
-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4sjv8z2am8hsmq8c.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\sta
ge0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4svk522rd27yz7cm.rcgu.o" "C:\\src\\rust\\build\
\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4sw9hz7i7fiueihz.rc
gu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b8
7d44b05e.4t3qnscok62y43nb.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\r
elease\\deps\\rustc-ef9221b87d44b05e.4tunxs0z0ko3w67j.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rust
c\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4tvamov10j3oa5g2.rcgu.o" "C:\\src\\rust\\build\\x86_64-
pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4uk3xi0iinyc1udl.rcgu.o" "C
:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e
.4urt71wxu0csld11.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\
deps\\rustc-ef9221b87d44b05e.4v3703fv67ohy35g.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_6
4-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4vpm58r7et2aywj7.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windo
ws-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4w13t8gy8kt2jef2.rcgu.o" "C:\\src\\
rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4w1o0vt
dbaxehifn.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\ru
stc-ef9221b87d44b05e.4wgroz73eenb5ehz.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-win
dows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4wpscii05fbd4j1i.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\
\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4wxegqupcscs2lot.rcgu.o" "C:\\src\\rust\\bu
ild\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4xieg5ha8lsuait
q.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef92
21b87d44b05e.4xk1s2kp9624k2i7.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msv
c\\release\\deps\\rustc-ef9221b87d44b05e.4y6gar0dd8m5fpof.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-
rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4ybye971cqflgun6.rcgu.o" "C:\\src\\rust\\build\\x86
_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4yh8x2b62dcih00t.rcgu.o
" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44
b05e.4ypvbwho0bu5tnww.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\relea
se\\deps\\rustc-ef9221b87d44b05e.4yqx2gk9pd7v4e2j.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x
86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4z1pusfpe113zet9.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-w
indows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.4zmz4drymt3f7x1y.rcgu.o" "C:\\s
rc\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.511
7yku8f6wgkpu1.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps
\\rustc-ef9221b87d44b05e.51fpy5zjki32la64.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc
-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.5205e1onhko1v9bb.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-m
svc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.529xwy0qztnozpsu.rcgu.o" "C:\\src\\rust
\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.52nbojgg5cg
6s628.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-
ef9221b87d44b05e.52nce4t7uyaqw3rp.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows
-msvc\\release\\deps\\rustc-ef9221b87d44b05e.54gvn9lyam4wqnds.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\sta
ge0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.54zbxlata238g2xa.rcgu.o" "C:\\src\\rust\\build\
\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.555ytspkl0r12t3r.rc
gu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b8
7d44b05e.55ezy8i7h0n87k30.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\r
elease\\deps\\rustc-ef9221b87d44b05e.55jgpssxtm228x0y.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rust
c\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.55nc9ycksi1a4ulz.rcgu.o" "C:\\src\\rust\\build\\x86_64-
pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.568yxsxzceskjmxw.rcgu.o" "C
:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e
.56bnph1fxjvmjtpf.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\
deps\\rustc-ef9221b87d44b05e.56dly8q07ws8ucdq.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_6
4-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.56noqnsno2m683um.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windo
ws-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.56ss5qg9dnyaprju.rcgu.o" "C:\\src\\
rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.56wjcsi
47ne51anh.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\ru
stc-ef9221b87d44b05e.572bgozz9kcwe4zq.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-win
dows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.59g8z4aw9ixnfslj.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\
\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.59yymqav1d6tk4vc.rcgu.o" "C:\\src\\rust\\bu
ild\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.5acnvj6bs3k1me7
p.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef92
21b87d44b05e.5aitey9ozg7hi5vd.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msv
c\\release\\deps\\rustc-ef9221b87d44b05e.5bmbszjzgkrtcxb3.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-
rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.5bs68avucc87uauy.rcgu.o" "C:\\src\\rust\\build\\x86
_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.5bwbh16juhxrw0t1.rcgu.o
" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44
b05e.5d38fswqqh5fjkqs.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\relea
se\\deps\\rustc-ef9221b87d44b05e.5ddfk42xx4gdcr6l.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x
86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.5e5jalznp6ja5dy0.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-w
indows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.5e9yeempy5v6n3h9.rcgu.o" "C:\\s
rc\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.5ek
8e1v5wgra6gj4.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps
\\rustc-ef9221b87d44b05e.5g5dbae99jslj8bc.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc
-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.5g6af946dgsoj4mb.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-m
svc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.612ecyg64dzunjj.rcgu.o" "C:\\src\\rust\
\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.63mmpc50mjcb
0lb.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef
9221b87d44b05e.6t2gqhoet6vzz2i.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-ms
vc\\release\\deps\\rustc-ef9221b87d44b05e.7d9s3sj1ysulg8i.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-
rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.87jm79y8cuz2c9b.rcgu.o" "C:\\src\\rust\\build\\x86_
64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.8sr4fscx8iqwpod.rcgu.o"
"C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b0
5e.8xzrsc1ux72v29j.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\
\deps\\rustc-ef9221b87d44b05e.957xpzp0pnh7yra.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_6
4-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.990hhoujnl7mz04.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-window
s-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.99dtslbc8dlenvz.rcgu.o" "C:\\src\\ru
st\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.9elsx31vb
4it187.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc
-ef9221b87d44b05e.9fcb3syd3ne5k0n.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows
-msvc\\release\\deps\\rustc-ef9221b87d44b05e.9gfmorjh7av5y01.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stag
e0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.9ib3mcp83dxyw7h.rcgu.o" "C:\\src\\rust\\build\\x
86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.acskkxmgort7pwb.rcgu.
o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d4
4b05e.apzna5yr6ggudzg.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\relea
se\\deps\\rustc-ef9221b87d44b05e.badco1nf4werykc.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x8
6_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.bb0xmbhkqudd8yj.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-win
dows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.c6lbtaiefvx3wya.rcgu.o" "C:\\src\
\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.doar5i
fe0jn9b6h.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\ru
stc-ef9221b87d44b05e.e19kx9t7xhzajfl.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-wind
ows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.f8vah902tlrdjgq.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\s
tage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.g0d2rgguha1dzfq.rcgu.o" "C:\\src\\rust\\build
\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.g22g4lxcb8mogkb.rc
gu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b8
7d44b05e.gon14xphovlcp6p.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\re
lease\\deps\\rustc-ef9221b87d44b05e.gxafxe59vs6t35p.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\
\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.h0ohn6ef72o50sz.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-
windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.hh5i9xtro0rg8ez.rcgu.o" "C:\\s
rc\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.i67
tnfizssn5yng.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\
\rustc-ef9221b87d44b05e.idzesne19fay6r7.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-w
indows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.k1fzkp2t2jx8k9p.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc
\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.kdyyh7lew1fmfo1.rcgu.o" "C:\\src\\rust\\bu
ild\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.m2754j7cysd66io
.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef922
1b87d44b05e.ma2p8046vhf7r6a.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\
\release\\deps\\rustc-ef9221b87d44b05e.ms8ohuh9x6ia0ef.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rus
tc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.mz7vgmcf23rofcc.rcgu.o" "C:\\src\\rust\\build\\x86_64-
pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.n7ynxtqdobjgjjo.rcgu.o" "C:
\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.
n847vnkjamrby94.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\de
ps\\rustc-ef9221b87d44b05e.ndaav8ufv4egbho.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-p
c-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.nnob4r69bpx9yqj.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-m
svc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.o7qx6d4h1puacut.rcgu.o" "C:\\src\\rust\
\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.o8q8ndyts4ff
siy.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef
9221b87d44b05e.of58tuh35olk15g.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-ms
vc\\release\\deps\\rustc-ef9221b87d44b05e.qa1ohymkbd5hzqc.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-
rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.qkdbz4fooy00pux.rcgu.o" "C:\\src\\rust\\build\\x86_
64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.ql4e97qrzy4566s.rcgu.o"
"C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b0
5e.r5omkko2zyx5xap.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\
\deps\\rustc-ef9221b87d44b05e.sfzobtc06omd27x.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_6
4-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.sh2iq6nn7g4bys9.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-window
s-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.t8j3xx5r2ulxyuz.rcgu.o" "C:\\src\\ru
st\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.t9sft0w84
zv7d3f.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc
-ef9221b87d44b05e.tcz17sd1r3lf405.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows
-msvc\\release\\deps\\rustc-ef9221b87d44b05e.tdqrc6w35cvt6dr.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stag
e0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.tjq9oninq85b8w9.rcgu.o" "C:\\src\\rust\\build\\x
86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.u2a1rf1jkiygwqt.rcgu.
o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d4
4b05e.v6ozwtpojmqfurc.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\relea
se\\deps\\rustc-ef9221b87d44b05e.vj4ze6hy0kuln2x.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x8
6_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.vmnzg11hrtizzf5.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-win
dows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.w8cl0ejldokwytx.rcgu.o" "C:\\src\
\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.wdr3z1
utegixq78.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\ru
stc-ef9221b87d44b05e.wpq687fablfmy22.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-wind
ows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.xa5bfvpz2kc7orx.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\s
tage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.xuja4p7deh30yww.rcgu.o" "C:\\src\\rust\\build
\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.y59gqzrtb7kmvus.rc
gu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b8
7d44b05e.yd4cvlym72b9ozf.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\re
lease\\deps\\rustc-ef9221b87d44b05e.yxehzl9xjhzqozo.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\
\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.z27i5dgwcn26yzs.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-
windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.z87a6xfjv2k0rcx.rcgu.o" "C:\\s
rc\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.z9o
x7biyn1otfln.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\
\rustc-ef9221b87d44b05e.zvx7w1d8ipftmpp.rcgu.o" "/OUT:C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64
-pc-windows-msvc\\release\\deps\\rustc-ef9221b87d44b05e.dll" "/DEF:C:\\Users\\swmc\\AppData\\Local\\Temp\\rustcbgBl1r\\l
ib.def" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221
b87d44b05e.crate.metadata.rcgu.o" "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\r
elease\\deps\\rustc-ef9221b87d44b05e.crate.allocator.rcgu.o" "/OPT:REF,ICF" "/DEBUG" "/LIBPATH:C:\\src\\rust\\build\\x86
_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps" "/LIBPATH:C:\\src\\rust\\build\\x86_64-pc-wind
ows-msvc\\stage0-rustc\\release\\deps" "/LIBPATH:C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-w
indows-msvc\\release\\build\\miniz-sys-feb82a4f90b7cefc\\out" "/LIBPATH:C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\st
age0-sysroot\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "psapi.lib" "/LIBPATH:C:\\src\\rust\\build\\x86_64-pc-windows-m
svc\\stage0-sysroot\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "test-585595340dab3265.dll.lib" "/LIBPATH:C:\\src\\rust\
\build\\x86_64-pc-windows-msvc\\stage0-sysroot\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "term-189420a1852d8ea7.dll.li
b" "C:\\Users\\swmc\\AppData\\Local\\Temp\\rustcbgBl1r\\libflate2-245ea84a38711e94.rlib" "C:\\Users\\swmc\\AppData\\Loca
l\\Temp\\rustcbgBl1r\\libminiz_sys-a18cd46864b3a2a7.rlib" "C:\\Users\\swmc\\AppData\\Local\\Temp\\rustcbgBl1r\\libbacktr
ace-87781417bee768f3.rlib" "C:\\Users\\swmc\\AppData\\Local\\Temp\\rustcbgBl1r\\librustc_demangle-5317e4eb8c48b180.rlib"
"C:\\Users\\swmc\\AppData\\Local\\Temp\\rustcbgBl1r\\librustc_apfloat-d5833690e3db85c8.rlib" "C:\\Users\\swmc\\AppData\
\Local\\Temp\\rustcbgBl1r\\libchalk_engine-50e65b014e45850c.rlib" "C:\\Users\\swmc\\AppData\\Local\\Temp\\rustcbgBl1r\\l
ibchalk_macros-e491536646b55a74.rlib" "C:\\Users\\swmc\\AppData\\Local\\Temp\\rustcbgBl1r\\liblazy_static-ce9c7fccb62262
02.rlib" "/LIBPATH:C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps" "p
roc_macro-803181844a24c0ac.dll.lib" "C:\\Users\\swmc\\AppData\\Local\\Temp\\rustcbgBl1r\\libjobserver-4599aaedb321e878.r
lib" "/LIBPATH:C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps" "synta
x-65954e2afb111716.dll.lib" "/LIBPATH:C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc
\\release\\deps" "rustc_errors-a4edb13c624f34f1.dll.lib" "/LIBPATH:C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-
rustc\\x86_64-pc-windows-msvc\\release\\deps" "syntax_pos-3df205d397fcb2f5.dll.lib" "/LIBPATH:C:\\src\\rust\\build\\x86_
64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps" "rustc_target-e7c3662e92c05a60.dll.lib" "C:\\Us
ers\\swmc\\AppData\\Local\\Temp\\rustcbgBl1r\\libpolonius_engine-08ef0e4e925066c1.rlib" "C:\\Users\\swmc\\AppData\\Local
\\Temp\\rustcbgBl1r\\libdatafrog-c7335cea776ae17e.rlib" "/LIBPATH:C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-r
ustc\\x86_64-pc-windows-msvc\\release\\deps" "graphviz-db86bd770298d525.dll.lib" "/LIBPATH:C:\\src\\rust\\build\\x86_64-
pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps" "fmt_macros-1333653dc3930ab7.dll.lib" "/LIBPATH:C:
\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps" "arena-e376886fb11d8a96
.dll.lib" "/LIBPATH:C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps" "
rustc_data_structures-ce429d5b7e341c67.dll.lib" "/LIBPATH:C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x8
6_64-pc-windows-msvc\\release\\deps" "rustc_cratesio_shim-4450624846d5871b.dll.lib" "/LIBPATH:C:\\src\\rust\\build\\x86_
64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps" "serialize-bf6e25158d6fcbd8.dll.lib" "/LIBPATH:
C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-sysroot\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "std-d64fb11a1f
4dd817.dll.lib" "C:\\Users\\swmc\\AppData\\Local\\Temp\\rustcbgBl1r\\libcompiler_builtins-47089dfc22826977.rlib" "kernel
32.lib" "advapi32.lib" "credui.lib" "dbghelp.lib" "gdi32.lib" "kernel32.lib" "msimg32.lib" "opengl32.lib" "secur32.lib"
"setupapi.lib" "user32.lib" "winspool.lib" "advapi32.lib" "ws2_32.lib" "userenv.lib" "shell32.lib" "libcmt.lib" "/DLL" "
/IMPLIB:C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc-ef9221b
87d44b05e.dll.lib"β[0m
β[0m β[0mβ[0mβ[1mβ[38;5;14m= β[0mβ[0mβ[1mβ[38;5;15mnoteβ[0mβ[0m: LINK : fatal error LNK1189: library limit of 65535 obj
β[0m exceeded
β[0m β[0m
β[0mβ[1mβ[38;5;9merrorβ[0mβ[0mβ[1mβ[38;5;15m: aborting due to previous errorβ[0m
error: Could not compile `rustc`.
Caused by:
process didn't exit successfully: `C:\src\rust\build\bootstrap/debug/rustc --crate-name rustc librustc\lib.rs --error-
format json --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=2 -C metadata=ef9221b87d44b05e -C ext
ra-filename=-ef9221b87d44b05e --out-dir C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\rel
ease\deps --target x86_64-pc-windows-msvc -C incremental=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc
-windows-msvc\release\incremental -L dependency=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-
msvc\release\deps -L dependency=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\release\deps --extern arena=C:\src
\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\arena-e376886fb11d8a96.dll --extern
backtrace=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\libbacktrace-8778141
7bee768f3.rlib --extern bitflags=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\de
ps\libbitflags-811636330e25aed1.rlib --extern byteorder=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-
windows-msvc\release\deps\libbyteorder-b10d732373284e21.rlib --extern chalk_engine=C:\src\rust\build\x86_64-pc-windows-m
svc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\libchalk_engine-50e65b014e45850c.rlib --extern flate2=C:\src\rust\b
uild\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\libflate2-245ea84a38711e94.rlib --extern fm
t_macros=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\fmt_macros-1333653dc3
930ab7.dll --extern graphviz=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\g
raphviz-db86bd770298d525.dll --extern jobserver=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-
msvc\release\deps\libjobserver-4599aaedb321e878.rlib --extern lazy_static=C:\src\rust\build\x86_64-pc-windows-msvc\stage
0-rustc\x86_64-pc-windows-msvc\release\deps\liblazy_static-aeb0f07e429922a2.rlib --extern log=C:\src\rust\build\x86_64-p
c-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\liblog-5a2e36991f83e859.rlib --extern parking_lot=C:\src
\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\libparking_lot-33a74651e5e68bd2.rlib
--extern polonius_engine=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\libp
olonius_engine-08ef0e4e925066c1.rlib --extern proc_macro=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc
-windows-msvc\release\deps\proc_macro-803181844a24c0ac.dll --extern rustc_rayon=C:\src\rust\build\x86_64-pc-windows-msvc
\stage0-rustc\x86_64-pc-windows-msvc\release\deps\librustc_rayon-fd82e6c82b1118a6.rlib --extern rustc_rayon_core=C:\src\
rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\librustc_rayon_core-12bf1d95912b1d17.
rlib --extern rustc_apfloat=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\li
brustc_apfloat-d5833690e3db85c8.rlib --extern rustc_data_structures=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rust
c\x86_64-pc-windows-msvc\release\deps\rustc_data_structures-ce429d5b7e341c67.dll --extern rustc_errors=C:\src\rust\build
\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\rustc_errors-a4edb13c624f34f1.dll --extern rust
c_target=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\rustc_target-e7c3662e
92c05a60.dll --extern scoped_tls=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\de
ps\libscoped_tls-fb0a2e2801cc263f.rlib --extern serialize=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-p
c-windows-msvc\release\deps\serialize-bf6e25158d6fcbd8.dll --extern serialize=C:\src\rust\build\x86_64-pc-windows-msvc\s
tage0-rustc\x86_64-pc-windows-msvc\release\deps\libserialize-bf6e25158d6fcbd8.rlib --extern syntax=C:\src\rust\build\x86
_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\syntax-65954e2afb111716.dll --extern syntax_pos=C:\
src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\syntax_pos-3df205d397fcb2f5.dll -
-extern tempfile=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\deps\libtempfile-f
918c4f2420e16f3.rlib -L native=C:\src\rust\build\x86_64-pc-windows-msvc\stage0-rustc\x86_64-pc-windows-msvc\release\buil
d\miniz-sys-feb82a4f90b7cefc\out` (exit code: 1)
command did not execute successfully: "C:\\src\\rust\\build\\x86_64-pc-windows-msvc\\stage0\\bin\\cargo.exe" "build" "--
target" "x86_64-pc-windows-msvc" "-j" "4" "--release" "--features" "" "--manifest-path" "C:\\src\\rust\\src/rustc/Cargo.
toml" "--message-format" "json"
expected success, got: exit code: 101
thread 'main' panicked at 'cargo must succeed', bootstrap\compile.rs:1118:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.
failed to run: C:\src\rust\build\bootstrap\debug\bootstrap test --stage 1 --incremental src\test\codegen
Build completed unsuccessfully in 0:07:38
```
</details>
Maybe some bad interaction with the updated bootstrap compiler? | A-linkage,A-codegen,P-medium,P-high,T-compiler,O-windows-msvc,E-help-wanted,A-incr-comp,C-bug,WG-incr-comp,E-needs-design | high | Critical |
347,275,706 | TypeScript | Forward compatible type definitions regarding compiler warnings | ## Search Terms
forward compatibility, experimental features, forward compatible, undeclared types, new browser features, warning undeclared overloads
## Suggestion
Currently if a TypeScript `.d.ts` file contains a function overload with an unknown type it doesn't discard the type but rather treats it like there was an overload that produces `any` as the return type.
This is more easily demonstrated with an example:
```js
// plus.js
function plus(x, y) {
return x + y
}
```
```ts
// plus.d.ts
export default function plus(a: number, b: number): number
// Forward compatible definition that should be ignored by older
// versions of TypeScript that don't recognise it or by
// consumers using a "target"/"lib" that isn't "esnext" (or whatever version
// bigint eventually ends up in)
export default function plus(a: bigint, b: bigint): bigint
export default function plus(a: string, b: string): string
```
Now if we use the function like so:
```js
const value = plus({}, {})
```
Will produce different results based on if the `--lib`/`--target` supports `bigint or not.
In a world that does support BigInt we will get a warning: `Argument of type '{}' is not assignable to parameter of type 'string'` which means if people are in the future world then it behaves just fine. But if they use it in a non future world then no warning is issued and the type of `value` is inferred to be `any`.
NOTE: The fact `bigint` is used here isn't really important it was just a simple example to write, this applies to any differences between needed target of the `d.ts` file and target of the consumer.
## Use Cases
The main use case is for libraries that wish to be forward compatible with types that might not be configured in `--lib`/`--target` by feature detection (or by just working in the case of the example).
## Examples
I'm not sure what would be the best way of supporting this, probably another flag like `--warnings-ignore-unrecognized-overloads` or something along those lines.
Alternatively it could also be syntax powered e.g. the above example could become something like this:
```js
export default function plus(a: number, b: number): number
export default function plus(a: string, b: string): string
supports bigint {
export default function plus(a: bigint, b: bigint): bigint
}
```
---
Some additional non-bigint examples using the `supports` example syntax to show examples of where automatic upgrading could happen:
```ts
export default function sum(iterable: Iterable<number>): number
supports AsyncIterable {
export default function sum(
asyncIterable: AsyncIterable<number>,
): Promise<number>
}
```
```ts
export default function findElements(node: Element): Array<Element>
supports ShadowRoot {
export default function findElements(shadowRoot: ShadowRoot): Array<Element>
}
```
```ts
export default function render(canvas: HTMLCanvasElement): void
supports OffscreenCanvas {
export default function render(canvas: OffscreenCanvas): void
}
```
## Checklist
My suggestion meets these guidelines:
* [β] This wouldn't be a breaking change in existing TypeScript / JavaScript code
* [β] This wouldn't change the runtime behavior of existing JavaScript code
* [β] This could be implemented without emitting different JS based on the types of the expressions
* [β] This isn't a runtime feature (e.g. new expression-level syntax)
| Suggestion,Needs Proposal | low | Minor |
347,301,097 | rust | Lint to use existential type when types mismatched on anonymized types(impl Trait) | code snippet from @oli-obk 's slices in https://www.youtube.com/watch?v=ippwMSMLD5Q
```rust
use std::fmt::Display;
fn foo() -> impl Display {
42
}
fn bar() -> impl Display {
99
}
fn main() {
let mut x = foo();
x = bar();
}
```
error:
```
error[E0308]: mismatched types
--> src/main.rs:14:9
|
14 | x = bar();
| ^^^^^ expected anonymized type, found a different anonymized type
|
= note: expected type `impl std::fmt::Display` (anonymized type)
found type `impl std::fmt::Display` (anonymized type)
``` | C-enhancement,A-diagnostics,T-compiler | low | Critical |
347,313,841 | rust | Tracking issue for comparing raw pointers in constants | Comparing raw pointers in constants is forbidden (hard error) in const contexts.
The `const_compare_raw_pointers` feature gate enables the `guaranteed_eq` and `guaranteed_ne` methods on raw pointers. The root problem with pointer comparisons at compile time is that in many cases we can't know for sure whether two pointers are equal or inequal. While it's fairly obvious that a pointer to a `static` and a local variable won't be equal, we can't ever tell whether two local variables are equal (their memory may alias at runtime) or whether any pointer is equal to a specific integer. In order to make it obvious that there is a discrepancy between runtime and compile-time, the `guaranteed_*` methods only return `true` when we can be sure that two things are (in)equal. At runtime these methods just return the result of the actual pointer comparison.
This permits `const fn` to do performance optimization tricks like the one done in slice comparison (if length is equal and pointer is equal, don't compare the slice contents, just return that it's equal).
Since we aren't sure yet what the semantics of functions that return different values at runtime and at compile-time are, we'll keep this function unstable until we've had that discussion.
### Unresolved questions
* should `guaranteed_eq` return an `Option<bool>` to allow the caller to know whether they got unclear results? What would the use-case for this be? | T-lang,B-unstable,C-tracking-issue,A-const-eval,S-tracking-design-concerns,S-tracking-needs-summary | low | Critical |
347,353,731 | rust | checked_mul<i128> is slower than expected | checked_mul\<i128> is 200x slower than a normal multiply
checked_mul\<u128> is 10x slower than a normal multiply
Toolchain version according to rustup:
```
active toolchain
----------------
nightly-x86_64-unknown-linux-gnu (default)
rustc 1.30.0-nightly (7e8ca9f8b 2018-08-03)
```
benchmark:
```rust
#![feature(test)]
extern crate rand;
extern crate test;
extern crate trading_engine_rust;
use self::test::{black_box, Bencher};
#[bench]
fn plain_mul_i128(b: &mut Bencher) {
// multiply two "random" vectors of length 100 to defeat the optimizer
let left: Vec<i128> = (0..100).collect();
let right: Vec<i128> = (1..101).collect();
b.iter(||{
for (left, right) in left.iter().zip(right.iter()) {
black_box(left * right);
}
});
}
#[bench]
fn plain_mul_u128(b: &mut Bencher) {
let left: Vec<u128> = (0..100).collect();
let right: Vec<u128> = (1..101).collect();
b.iter(||{
for (left, right) in left.iter().zip(right.iter()) {
black_box(left * right);
}
});
}
#[bench]
fn plain_mul_i64(b: &mut Bencher) {
let left: Vec<i64> = (0..100).collect();
let right: Vec<i64> = (1..101).collect();
b.iter(||{
for (left, right) in left.iter().zip(right.iter()) {
black_box(left * right);
}
});
}
#[bench]
fn checked_mul_i128(b: &mut Bencher) {
let left: Vec<i128> = (0..100).collect();
let right: Vec<i128> = (1..101).collect();
b.iter(||{
for (left, right) in left.iter().zip(right.iter()) {
black_box(i128::checked_mul(*left, *right).unwrap());
}
});
}
#[bench]
fn checked_mul_u128(b: &mut Bencher) {
let left: Vec<u128> = (0..100).collect();
let right: Vec<u128> = (1..101).collect();
b.iter(||{
for (left, right) in left.iter().zip(right.iter()) {
black_box(u128::checked_mul(*left, *right).unwrap());
}
});
}
#[bench]
fn checked_mul_i64(b: &mut Bencher) {
let left: Vec<i64> = (0..100).collect();
let right: Vec<i64> = (1..101).collect();
b.iter(||{
for (left, right) in left.iter().zip(right.iter()) {
black_box(i64::checked_mul(*left, *right).unwrap());
}
});
}
```
Sample benchmark output:
```
running 6 tests
test checked_mul_i128 ... bench: 27,858 ns/iter (+/- 3,258)
test checked_mul_i64 ... bench: 69 ns/iter (+/- 21)
test checked_mul_u128 ... bench: 1,548 ns/iter (+/- 221)
test plain_mul_i128 ... bench: 158 ns/iter (+/- 25)
test plain_mul_i64 ... bench: 71 ns/iter (+/- 3)
test plain_mul_u128 ... bench: 156 ns/iter (+/- 12)
``` | A-LLVM,I-slow,T-compiler | low | Major |
347,354,201 | flutter | Server Side Layout Definition | I'm thinking of dynamic layouts, which customer can change the layout of their application whenever they want to.
So I thought of a "**layout definition protocol**" using **json**.
The problem is with the **reflection support in flutter**.
LDP example
```
Map decodedJson = {
"cname": "Text",
"args": [
"hello"
]
};
dynamic node;
if (decodedJson["cname"] == "Text") {
String content = decodedJson["args"][0];
node = new Text(content );
}
```
**Can you suggest better techniques other than code generation?**
example generated code:
```
ClassesTable = {
"Text": _$Text
};
class _$Text {
static Text build(j) {
String data = j["args"][0];
TextStyle style = _$TextStyle.build(j);
TextDirection textDirection = _$TextDirection.build(j);
...
return new Text(
data,
style: style,
textDirection: textDirection,
...
);
}
}
```
| c: new feature,framework,would be a good package,P3,team-framework,triaged-framework | low | Minor |
347,402,935 | TypeScript | Compiler API allow custom options in parseCommandLine/ConfigFile | ## Search Terms
parser options compiler api
## Suggestion
Add a way to pass additional custom options to the CLI Parser.
## Use Cases
We currently work on a tool transpiling Typescript to Lua.
This works by doing the type checking via the compiler API.
And then transpiling the AST to Lua instead of JS.
We want the user to pass typecheck options via CLI or a tsconfig file. Currently we do that by using `parseCommandLine` and `readConfigFile`/`parseJsonConfigFileContent ` which are both exposed by the compiler API. That way the user can use the Lua compiler in the same way he uses tsc.
The issue is that its hard to add custom options into the parse process because parseCommandLine reports an error if an option is invalid. Currently we just ignore errors if they were cause by our custom options but its not a really clean workaround. Same issue for `parseJsonConfigFileContent` for a workaround there we currently add the options outside `compilerOptions{}` e.g:
```
{
"luaTarget": "5.1",
"compilerOptions": {...}
}
```
This also is not real ideal for us.
We don't really want to write our own parser for all tsc options or use some 3rdparty CLI parser in addition to using parseCommandLine.
We also don't really want to use our own typescript fork.
### Implementation
It would be ideal if we could just pass our own optionDeclarations based on `const optionDeclarations: CommandLineOption[]` or `OptionNameMap` to parseCommandLine and parseJsonConfigFileContent.
One possible way to to this is add a optional parameter to these function that contains an OptionMap and instead of getting the options via getOptionMap / getOptionFromMap that passed parameter would be used.
This would require to merge the additional options with the default options before passing them to the function. An alternative could be that the parameter only gets the additional options and merging is done inside the parser function, that way optionDeclarations would not need to be exposed.
In addition soem option related const/functions/enums might need to be expose.
TL;DR this could be implemented without changing any functionality and only refactoring `commandLineParser.ts` a bit (EDIT: actually I think it would require a lot of refactoring).
I can also provide you with a PR.
## Examples
What we currently do:
https://github.com/Perryvw/TypescriptToLua/blob/master/src/CommandLineParser.ts
We could basically replace most of that with:
```
let typescriptToLuaOptions: OptionNameMap = {
// our custom options
}
let commandLine = ts.parseCommandLine(args, typescriptToLuaOptions);
```
## Checklist
My suggestion meets these guidelines:
* [x] This wouldn't be a breaking change in existing TypeScript / JavaScript code
* [x] This wouldn't change the runtime behavior of existing JavaScript code
* [x] This could be implemented without emitting different JS based on the types of the expressions
* [x] This isn't a runtime feature (e.g. new expression-level syntax)
| Suggestion,Awaiting More Feedback | low | Critical |
347,402,976 | go | crypto/cipher: BlockMode and HSMs | I am a maintainer of a Go package which provides access to keys held in PKCS#11 HSMs to Go programs, using (as far as possible) native Go crypto APIs.
For asymmetric keys, this was a pleasant experience. It was straightforward to expose ECDSA keys via [crypto.Signer](https://golang.org/pkg/crypto/#Signer). The interface was obviously designed with HSMs in mind (and we appreciate the thought l-)
Currently I am adding support for symmetric keys. This can be made to work but certain operations are very slow, due to a mismatch between the PKCS#11 API and the Go [crypto/cipher](https://golang.org/pkg/crypto/cipher) APIs.
Specifically, to efficiently perform 'bulk' crypto operations, the PKCS#11 API requires a sequence of three calls:
1. `C_EncryptInit`
2. `C_EncryptUpdate` (any number of times)
3. `C_EncryptFinal`
Even if the mode in question does not produce any ciphertext in the call to `C_EncryptFinal`, it is necessary to call it in order to release resources.
However, `cipher.Block` and `cipher.BlockMode` provide no way for the caller to signal that they are finished. Essentially they lack a `Close` method. So an implementation of either of these interfaces that uses an HSM is not possible.
It is possible, of course, for a `cipher.Block` to encrypt a single block and clean up after itself (and this is what I've done). However using such an implementation from [cipher.NewCBCEncrypter](https://golang.org/pkg/crypto/cipher/#NewCBCEncrypter) can be _hundreds_ of times slower than an idiomatic PKCS#11-aware implementation.
My questions/requests in this issue are:
1. Is there any possibility of adding `Close()` methods to the existing `cipher.Block` and `cipher.BlockMode` interfaces?
2. Failing that is there any way for an implementation to detect that its object is no longer referenced and the underlying resources can be released? i.e. something analogous to, or attacking the same problem as, a C# finalizer?
See https://github.com/thalesignite/crypto11/issues/6 for additional information, although I believe I've captured everything relevant above.
### What version of Go are you using (`go version`)?
`go version go1.10.3 linux/amd64`
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
```
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/rjk/.cache/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/rjk/go"
GORACE=""
GOROOT="/usr/local/go"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build914934708=/tmp/go-build -gno-record-gcc-switches"
``` | NeedsInvestigation | low | Critical |
347,403,564 | angular | Angular converts schema.org properties to lower case when loading a component via router-outlet | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
This is my first issue so please let me know if there is anything missing.
## I'm submitting a...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
[ ] Other... Please describe:
</code></pre>
## Current behavior
In Angular, when trying to use schema.org properties (via RDFa or Microdata) as component selectors, the attribute values get converted to lowercase. For example, if I want to markup a product and write
`selector: 'section[vocab="http://schema.org/"][typeof="Product"]'`,
The code that gets rendered is the following:
`<section typeof="product" vocab="http://schema.org/" _nghost-c1="">`
The problem occurs only when loading a component via `<router-outlet>`.
## Expected behavior
The attribute values should stay uppercase.
## Minimal reproduction of the problem with instructions
<!--
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
https://stackblitz.com or similar (you can use this template as a starting point: https://stackblitz.com/fork/angular-gitter).
-->
1. Create an app with routing and some component behind a route.
2. Create a `<router-outlet>` in the `<app-root>` and configure a route to your component
3. Change the component selector to a schema.org definition, for example `'section[vocab="http://schema.org/"][typeof="Product"]'`
4. Open the route and look in the inspector to see the rendered source code
## What is the motivation / use case for changing the behavior?
Altough the Google "Structured Data Testing Tool" recognises the schema types, some other linters do not. To my knowledge, the schemas "http://schema.org/Product" and"http://schema.org/product" are not the same and should not be handled that way.
## Environment
<pre><code>
Angular version: 6.1.1
<!-- Check whether this is still an issue in the most recent Angular version -->
Browser:
- [x] Chrome (desktop) version 68
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [x] Firefox version 61
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [x] Edge version 40
For Tooling issues:
- Node version: XX <!-- run `node --version` -->
- Platform: Windows<!-- Mac, Linux, Windows -->
Others:
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
Occurs only when using the routing module.
</code></pre>
| type: bug/fix,freq1: low,area: core,state: confirmed,core: dynamic view creation,P4 | low | Critical |
347,405,049 | TypeScript | Replace any by unknown in definition files | Since the new `unknown` type was added, it makes sense to replace a lot (if not all) usage of `any` in the definition files with `unknown`. For example:
```typescript
Array.isArray(a: unknown): a is unknown[];
JSON.parse(a: string): unknown;
```
However, this change will cause many errors in projects currently using the fact that the returned types are not type-checked. This means that the change could be controversial. | Suggestion,Awaiting More Feedback | high | Critical |
347,411,824 | TypeScript | Further improve mapped type support for tuples and arrays (almost complete Promisify<T> inside!) | Now that #26063 is merged (which is great BTW), I was toying around with an alternate solution to https://github.com/Microsoft/TypeScript/issues/1360 or https://github.com/Microsoft/TypeScript/issues/25717. The basic idea is to take the parameter list of a NodeJS callback style API as a tuple and generate two other types from it:
**1. The type of the last item in the tuple, which can currently be achieved doing this:**
```ts
// Helper type to drop the first item in a tuple, i.e. reduce its size by 1
type Drop1<T extends any[]> = ((...args: T) => void) extends ((a1: any, ...rest: infer R) => void) ? R : never;
type TakeLast<
T extends any[],
// Create a tuple which is 1 item shorter than T and determine its length
L1 extends number = Drop1<T>["length"],
// use that length to access the last index of T
> = T[L1];
// Example:
type Foo = TakeLast<[1, 5, 7, 8, 9, string]>; // string
```
**2. The type of all items in the tuple BUT the last.**
This one is tricky and isn't working 100% yet. The basic idea is to work with the reduced tuple again and compare indizes with the original tuple:
```ts
type MapTuples<T1 extends any[], T2 extends any[]> = { [K in keyof T1]: K extends keyof T2 ? T1[K] : never };
type Bar = MapTuples<[1, 2, 3], [4, 5]>; // [1, 2, never]
type Baz = MapTuples<[1, 2], [3, 4, 5]>; // [1, 2]
```
As you can see, when `T1` is longer than `T2`, the extra elements get converted to `never`. In comparison we can use this trick to erase properties from objects, which does not work here. As a result, when we use the following types to try and drop the last argument from a parameter list
```ts
type DropLast<
T extends any[],
MinusOne extends any[] = Drop1<T>,
> = MapTuples<T, MinusOne>;
// DropLast<[1, 2, 3]> is [1, 2, never]
// Returns the params of a function as a tuple
type Params<F extends (...args: any[]) => void> = F extends ((...args: infer TFArgs) => any) ? TFArgs : never;
// creates a function type with one less argument than the given one
type DropLastArg<
F extends (...args: any[]) => void,
FArgs extends any[] = Params<F>,
RArgs extends any[] = DropLast<FArgs> // ** ERROR **
> = (...args: RArgs) => void;
```
the last argument is still present, but now has type `never`
```ts
type F1 = DropLastArg<(arg1: number, arg2: string, arg3: boolean) => void>;
// F1 is (arg1: number, arg2: string, arg3: never) => void
```
In addition, the mapped tuple type is no longer recognized as a tuple `[Symbol.iterator()] is missing in type MapTuples<...>`, so we have to force RArgs to be one
```ts
type ForceTuple<T> = T extends any[] ? T : any[];
type DropLastArg<
F extends (...args: any[]) => void,
FArgs extends any[] = Params<F>,
RArgs extends any[] = ForceTuple<DropLast<FArgs>>
> = (...args: RArgs) => void;
```
but now `F1` has type `(...args: any[]) => void` because we lost the type information.
However with a few changes, we can get closer to the desired result:
```ts
// notice how we now Map from T1 to T2
type MapTuples<T1 extends any[], T2 extends any[]> = { [K in keyof T1]: K extends keyof T2 ? T2[K] : never };
// MapTuples<[1, 2], [4, 5, 6]> is [4, 5]
type DropLast<
T extends any[],
// create a tuple that is 1 shorter than T
MinusOne extends any[] = Drop1<T>,
// and map the entries to the ones at the corresponding indizes in T
> = MapTuples<MinusOne, T>;
// DropLast<[1, 2, 3]> is [1, 2] :)
type F1 = DropLastArg<(arg1: number, arg2: string, arg3: boolean) => void>;
// F1 is (arg2: number, arg3: string) => void
```
Notice how F1 has the correct argument types, but the names are off by one!
## Suggestion
So in conclusion I'd like to see some more improvements to mapped tuples, specifically:
* the ability to remove items from them and
* complex mapped tuples to still be recognized as tuples.
## Use Cases
A BIG usecase is typing NodeJS callback-style APIs, which I came very close to type using this:
```ts
type Drop1<T extends any[]> = ((...args: T) => void) extends ((a1: any, ...rest: infer R) => void) ? R : never;
type TakeLast<
T extends any[],
// Create a tuple which is 1 item shorter than T and determine its length
L1 extends number = Drop1<T>["length"],
// use that length to access the last index of T
> = T[L1];
type MapTuples<T1 extends any[], T2 extends any[]> = { [K in keyof T1]: K extends keyof T2 ? T2[K] : never };
type DropLast<
T extends any[],
// create a tuple that is 1 shorter than T
MinusOne extends any[] = Drop1<T>,
// and keep only the entries with a corresponding index in T
> = MapTuples<MinusOne, T>;
type Params<F extends (...args: any[]) => void> = F extends ((...args: infer TFArgs) => any) ? TFArgs : never;
type ForceTuple<T> = T extends any[] ? T : any[];
type ForceFunction<T> = T extends ((...args: any[]) => any) ? T : ((...args: any[]) => any);
type Promisify<
F extends (...args: any[]) => void,
// Extract the argument types
FArgs extends any[] = Params<F>,
// Infer the arguments for the promisified version
PromiseArgs extends any[] = ForceTuple<DropLast<FArgs>>,
// Parse the callback args
CallbackArgs extends any[] = Params<ForceFunction<TakeLast<FArgs>>>,
CallbackLength = LengthOf<CallbackArgs>,
TError = CallbackArgs[0],
// And extract the return value
TResult = 1 extends CallbackLength ? void : CallbackArgs[1]
> = (...args: PromiseArgs) => Promise<TResult>;
```
## Examples
```ts
type F1 = (arg1: number, arg2: string, c: (err: Error, ret: boolean) => void) => void;
type F1Async = Promisify<F1>;
// F1Async is (arg2: number, c: string) => Promise<boolean>; (YAY!)
```
## Checklist
My suggestion meets these guidelines:
* [x] This wouldn't be a breaking change in existing TypeScript / JavaScript code
* [x] This wouldn't change the runtime behavior of existing JavaScript code
* [x] This could be implemented without emitting different JS based on the types of the expressions
* [x] This isn't a runtime feature (e.g. new expression-level syntax)
| Suggestion,In Discussion | low | Critical |
347,450,129 | go | cmd/go: cache not invalidated if testdata files are changed while the test is running | I was editing `cmd/go/testdata/mod_test.txt` for #26722, and saw an unexpected `(cached)` test result.
I run tests pretty aggressively while editing, so I suspect that I saved the file while a previous test run was in progress. We appear to have cached the result based on the contents of the `testdata` directory after the run completed, not the contents at the start of the run.
```
~/go/src$ go test cmd/go -run=TestScript
ok cmd/go (cached)
~/go/src$ GODEBUG=gocacheverify=1 go test cmd/go -run=TestScript
go test proxy starting
go test proxy running at GOPROXY=http://127.0.0.1:38657/mod
go proxy: no archive w.1 v1.2.0
go proxy: no archive x.1 v1.0.0
go proxy: no archive z.1 v1.2.0
go proxy: no archive golang.org/x/text/language 14c0d48
go proxy: no archive golang.org/x/text/language 14c0d48
go proxy: no archive golang.org/x/text/language 14c0d48
go proxy: no archive golang.org/x/text/foo 14c0d48
go proxy: no archive sub.1 v1.0.0
go proxy: no archive badsub.1 v1.0.0
go proxy: no archive versioned.1 v1.0.0
go proxy: no archive versioned.1 v1.1.0
--- FAIL: TestScript (0.00s)
--- FAIL: TestScript/mod_test (1.28s)
script_test.go:150:
# A test in the module's root package should work. (1.107s)
# A test with the "_test" suffix in the module root should also work. (0.171s)
> cd ../b/
$WORK/gopath/src/b
> go test
[stderr]
build github.com/user/b_test: cannot find module for path github.com/user/b_test
[exit status 1]
FAIL: testdata/script/mod_test.txt:10: unexpected command failure
FAIL
FAIL cmd/go 9.231s
~/go/src$ go test cmd/go -run=TestScript
ok cmd/go (cached)
~/go/src$ go version
go version devel +fc1a18c452 Fri Aug 3 11:36:32 2018 -0400 linux/amd64
``` | NeedsInvestigation | low | Critical |
347,507,745 | pytorch | [Caffe2] Build failure on Ubuntu 16.04 | ## Issue description
Provide a short description.
When I follow the directions on https://tech.amikelive.com/node-706/comprehensive-guide-installing-caffe2-with-gpu-support-by-building-from-source-on-ubuntu-16-04/
I got some targeting missing complain when I did "cmake .."
The build failed with the info:
```
"/usr/bin/ld: cannot find -lopencv_dep_cudart
/usr/bin/ld: cannot find -lQt5::Core
/usr/bin/ld: cannot find -lQt5::Gui
/usr/bin/ld: cannot find -lQt5::Widgets
/usr/bin/ld: cannot find -lQt5::Test
/usr/bin/ld: cannot find -lQt5::Concurrent
/usr/bin/ld: cannot find -lQt5::OpenGL
collect2: error: ld returned 1 exit status
caffe2/CMakeFiles/caffe2.dir/build.make:9819: recipe for target 'lib/libcaffe2.so' failed
make[2]: *** [lib/libcaffe2.so] Error 1
CMakeFiles/Makefile2:1352: recipe for target 'caffe2/CMakeFiles/caffe2.dir/all' failed
make[1]: *** [caffe2/CMakeFiles/caffe2.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2 "
```
```
-- The CXX compiler identification is GNU 5.5.0
-- The C compiler identification is GNU 5.5.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/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/bin/cc
-- Check for working C compiler: /usr/bin/cc -- 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
-- Build type not set - defaulting to Release
-- Performing Test CAFFE2_LONG_IS_INT32_OR_64
-- Performing Test CAFFE2_LONG_IS_INT32_OR_64 - Success
-- Does not need to define long separately.
-- 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 - Success
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success
-- Current compiler supports avx2 extention. Will build perfkernels.
-- 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:/home/zhll/caffe2-pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
-- Found Git: /usr/bin/git (found version "2.7.4")
-- The BLAS backend of choice:Eigen
-- Brace yourself, we are building NNPACK
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Found PythonInterp: /usr/bin/python (found version "2.7.12")
-- Check if compiler accepts -pthread [310/1856]
-- Check if compiler accepts -pthread - yes
-- Caffe2: Cannot find gflags automatically. Using legacy find.
-- Found gflags: /usr/include
-- Caffe2: Found gflags (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libgflags.so)
-- Caffe2: Cannot find glog automatically. Using legacy find.
-- Found glog: /usr/include
-- Caffe2: Found glog (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libglog.so)
-- Found LMDB: /usr/include
-- Found lmdb (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/liblmdb.so)
-- Found LevelDB: /usr/include
-- Found LevelDB (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libleveldb.so)
-- Found Snappy: /usr/include
-- Found Snappy (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libsnappy.so)
-- Found Numa: /usr/include
-- Found Numa (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so)
-- Found CUDA: /usr/local/cuda-8.0 (found suitable exact version "8.0")
-- OpenCV found (/usr/local/share/OpenCV)
-- Found system Eigen at /usr/include/eigen3
Python 2.7.12
-- Setting Python's include dir to /usr/include/python2.7 from distutils.sysconfig
-- Setting Python's library to /usr/lib/python2.7
-- Found PythonInterp: /usr/bin/python (found suitable version "2.7.12", minimum required is "2.7")
-- Found PythonLibs: /usr/lib/python2.7 (found suitable version "2.7.12", minimum required is "2.7")
-- Found NumPy: /home/zhll/.local/lib/python2.7/site-packages/numpy/core/include (found version "1.15.0")
-- NumPy ver. 1.15.0 found (include: /home/zhll/.local/lib/python2.7/site-packages/numpy/core/include)
-- Could NOT find pybind11 (missing: pybind11_INCLUDE_DIR)
-- Found MPI_C: /usr/lib/openmpi/lib/libmpi.so (found version "3.0")
-- Found MPI_CXX: /usr/lib/openmpi/lib/libmpi_cxx.so (found version "3.0")
-- Found MPI: TRUE (found version "3.0")
-- MPI support found
-- MPI compile flags: -pthread
-- MPI include path: /usr/lib/openmpi/include/openmpi/opal/mca/event/libevent2021/libevent/usr/lib/openmpi/include/openmpi/opal/mca/event/libevent2021/
libevent/include/usr/lib/openmpi/include/openmpi/usr/lib/openmpi/include
-- MPI LINK flags path: -Wl,-rpath -Wl,/usr/lib/openmpi/lib -Wl,--enable-new-dtags -pthread
-- MPI libraries: /usr/lib/openmpi/lib/libmpi_cxx.so/usr/lib/openmpi/lib/libmpi.so
CMake Warning at cmake/Dependencies.cmake:434 (message):
OpenMPI found, but it is not built with CUDA support.
Call Stack (most recent call first):
CMakeLists.txt:184 (include)
-- Found CUDA: /usr/local/cuda-8.0 (found suitable version "8.0", minimum required is "7.0")
-- Caffe2: CUDA detected: 8.0
-- Caffe2: CUDA nvcc is: /usr/local/cuda-8.0/bin/nvcc
-- Caffe2: CUDA toolkit directory: /usr/local/cuda-8.0
-- Caffe2: Header version is: 8.0
-- Found CUDNN: /usr/local/cuda-8.0/include
-- Found cuDNN: v7.1.4 (include: /usr/local/cuda-8.0/include, library: /usr/local/cuda-8.0/lib64/libcudnn.so)
-- Autodetected CUDA architecture(s): 5.2
-- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52
-- Found NCCL: /usr/include
-- Determining NCCL version from the header file: /usr/include/nccl.h
-- NCCL_MAJOR_VERSION: 2
-- Found NCCL (include: /usr/include, library: /usr/lib/libnccl.so)
-- Could NOT find CUB (missing: CUB_INCLUDE_DIR)
-- Could NOT find Gloo (missing: Gloo_INCLUDE_DIR Gloo_LIBRARY)
-- MPI include path: /usr/lib/openmpi/include/openmpi/opal/mca/event/libevent2021/libevent/usr/lib/openmpi/include/openmpi/opal/mca/event/libevent2021/
libevent/include/usr/lib/openmpi/include/openmpi/usr/lib/openmpi/include
-- MPI libraries: /usr/lib/openmpi/lib/libmpi_cxx.so/usr/lib/openmpi/lib/libmpi.so
-- CUDA detected: 8.0
-- Found libcuda: /usr/lib/x86_64-linux-gnu/libcuda.so
-- Found libnvrtc: /usr/local/cuda-8.0/lib64/libnvrtc.so
-- Determining NCCL version from the header file: /usr/include/nccl.h
-- NCCL_MAJOR_VERSION: 2
-- Found NCCL (include: /usr/include, library: /usr/lib/libnccl.so)
CMake Warning at cmake/Dependencies.cmake:661 (message):
mobile opengl is only used in android or ios builds.
Call Stack (most recent call first):
CMakeLists.txt:184 (include)
CMake Warning at cmake/Dependencies.cmake:737 (message):
Metal is only used in ios builds.
Call Stack (most recent call first):
CMakeLists.txt:184 (include)
-- GCC 5.5.0: Adding gcc and gcc_s libs to link line
-- Include NCCL operators
-- Excluding ideep operators as we are not using ideep
-- Including image processing operators
-- Excluding video processing operators due to no opencv
-- Excluding mkl operators as we are not using mkl
-- Include Observer library
-- Using lib/python2.7/dist-packages as python relative installation path
-- Automatically generating missing __init__.py files.
CMake Warning at CMakeLists.txt:352 (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.
--
-- ******** Summary ********
-- General:
-- CMake version : 3.10.2
-- CMake command : /usr/local/bin/cmake
-- Git version : v0.1.11-9687-gf77b62c
-- System : Linux
-- C++ compiler : /usr/bin/c++
-- C++ compiler version : 5.5.0
-- BLAS : Eigen
-- CXX flags : -fvisibility-inlines-hidden -rdynamic -DONNX_NAMESPACE=onnx_c2 -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
-- Build type : Release
-- Compile definitions :
-- CMAKE_PREFIX_PATH :
-- CMAKE_INSTALL_PREFIX : /usr/local
--
-- BUILD_CAFFE2 : ON
-- BUILD_ATEN : OFF
-- BUILD_BINARY : ON
-- BUILD_CUSTOM_PROTOBUF : ON
-- Link local protobuf : ON
-- BUILD_DOCS : OFF
-- BUILD_PYTHON : ON
-- Python version : 2.7.12
-- Python executable : /usr/bin/python
-- Pythonlibs version : 2.7.12
-- Python library : /usr/lib/python2.7
-- Python includes : /usr/include/python2.7
-- Python site-packages: lib/python2.7/dist-packages
-- BUILD_SHARED_LIBS : ON
-- BUILD_TEST : OFF
-- USE_ASAN : OFF
-- USE_ATEN : OFF
-- USE_CUDA : ON
-- CUDA static link : OFF
-- USE_CUDNN : ON
-- CUDA version : 8.0
-- cuDNN version : 7.1.4
-- CUDA root directory : /usr/local/cuda-8.0
-- CUDA library : /usr/lib/x86_64-linux-gnu/libcuda.so
-- cudart library : /usr/local/cuda-8.0/lib64/libcudart_static.a;-pthread;dl;/usr/lib/x86_64-linux-gnu/librt.so
-- cublas library : /usr/local/cuda-8.0/lib64/libcublas.so;/usr/local/cuda-8.0/lib64/libcublas_device.a
-- cufft library : /usr/local/cuda-8.0/lib64/libcufft.so
-- curand library : /usr/local/cuda-8.0/lib64/libcurand.so
-- cuDNN library : /usr/local/cuda-8.0/lib64/libcudnn.so
-- nvrtc : /usr/local/cuda-8.0/lib64/libnvrtc.so
-- CUDA include path : /usr/local/cuda-8.0/include
-- NVCC executable : /usr/local/cuda-8.0/bin/nvcc
-- CUDA host compiler : /usr/bin/cc
-- USE_TENSORRT : OFF
-- USE_ROCM : OFF
-- USE_EIGEN_FOR_BLAS : ON
-- USE_FFMPEG : OFF
-- USE_GFLAGS : ON
-- USE_GLOG : ON
-- USE_GLOO : ON
-- USE_GLOO_IBVERBS : OFF
-- USE_LEVELDB : ON
-- LevelDB version : 1.18
-- Snappy version : 1.1.3
-- USE_LITE_PROTO : OFF
-- USE_LMDB : ON
-- LMDB version : 0.9.17
-- USE_METAL : OFF
-- USE_MKL :
-- USE_MOBILE_OPENGL : OFF
-- USE_MPI : ON
-- USE_NCCL : ON
-- USE_SYSTEM_NCCL : OFF
-- USE_NERVANA_GPU : OFF
-- USE_NNPACK : ON
-- USE_OBSERVERS : ON
-- USE_OPENCL : OFF
-- USE_OPENCV : ON
-- OpenCV version : 2.4.13
-- USE_OPENMP : OFF
-- USE_PROF : OFF
-- USE_REDIS : OFF
-- USE_ROCKSDB : OFF
-- USE_ZMQ : OFF
-- Public Dependencies : Threads::Threads;gflags;glog::glog
-- Private Dependencies : nnpack;cpuinfo;/usr/lib/x86_64-linux-gnu/liblmdb.so;/usr/lib/x86_64-linux-gnu/libleveldb.so;/usr/lib/x86_64-linux-gnu/libsn
appy.so;/usr/lib/x86_64-linux-gnu/libnuma.so;opencv_core;opencv_highgui;opencv_imgproc;/usr/lib/openmpi/lib/libmpi_cxx.so;/usr/lib/openmpi/lib/libmpi.s
o;gloo;onnxifi_loader;gcc_s;gcc;dl
-- Configuring done
CMake Error at caffe2/CMakeLists.txt:210 (add_library):
Target "caffe2" links to target "Qt5::Core" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?
CMake Error at caffe2/CMakeLists.txt:210 (add_library):
Target "caffe2" links to target "Qt5::Gui" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?
CMake Error at caffe2/CMakeLists.txt:210 (add_library):
Target "caffe2" links to target "Qt5::Widgets" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
CMake Error at caffe2/CMakeLists.txt:210 (add_library):
Target "caffe2" links to target "Qt5::Test" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?
CMake Error at caffe2/CMakeLists.txt:210 (add_library):
Target "caffe2" links to target "Qt5::Concurrent" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
CMake Error at caffe2/CMakeLists.txt:210 (add_library):
Target "caffe2" links to target "Qt5::OpenGL" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?
CMake Error at cmake/public/utils.cmake:103 (add_executable):
Target "make_image_db" links to target "Qt5::Core" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
binaries/CMakeLists.txt:44 (caffe2_binary_target)
CMake Error at cmake/public/utils.cmake:103 (add_executable):
Target "make_image_db" links to target "Qt5::Gui" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
binaries/CMakeLists.txt:44 (caffe2_binary_target)
CMake Error at cmake/public/utils.cmake:103 (add_executable):
Target "make_image_db" links to target "Qt5::Widgets" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
binaries/CMakeLists.txt:44 (caffe2_binary_target)
CMake Error at cmake/public/utils.cmake:103 (add_executable):
Target "make_image_db" links to target "Qt5::Test" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
binaries/CMakeLists.txt:44 (caffe2_binary_target)
CMake Error at cmake/public/utils.cmake:103 (add_executable):
Target "make_image_db" links to target "Qt5::Concurrent" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
binaries/CMakeLists.txt:44 (caffe2_binary_target)
CMake Error at cmake/public/utils.cmake:103 (add_executable):
Target "make_image_db" links to target "Qt5::OpenGL" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
binaries/CMakeLists.txt:44 (caffe2_binary_target)
CMake Error at cmake/public/utils.cmake:103 (add_executable):
Target "convert_encoded_to_raw_leveldb" links to target "Qt5::Core" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
binaries/CMakeLists.txt:37 (caffe2_binary_target)
CMake Error at cmake/public/utils.cmake:103 (add_executable):
Target "convert_encoded_to_raw_leveldb" links to target "Qt5::Gui" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
binaries/CMakeLists.txt:37 (caffe2_binary_target)
CMake Error at cmake/public/utils.cmake:103 (add_executable):
Target "convert_encoded_to_raw_leveldb" links to target "Qt5::Widgets" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
binaries/CMakeLists.txt:37 (caffe2_binary_target)
CMake Error at cmake/public/utils.cmake:103 (add_executable):
Target "convert_encoded_to_raw_leveldb" links to target "Qt5::Test" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
binaries/CMakeLists.txt:37 (caffe2_binary_target)
CMake Error at cmake/public/utils.cmake:103 (add_executable):
Target "convert_encoded_to_raw_leveldb" links to target "Qt5::Concurrent"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
binaries/CMakeLists.txt:37 (caffe2_binary_target)
CMake Error at cmake/public/utils.cmake:103 (add_executable):
Target "convert_encoded_to_raw_leveldb" links to target "Qt5::OpenGL" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
binaries/CMakeLists.txt:37 (caffe2_binary_target)
CMake Error at caffe2/CMakeLists.txt:210 (add_library):
Target "caffe2" links to target "Qt5::Core" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?
CMake Error at caffe2/CMakeLists.txt:210 (add_library):
Target "caffe2" links to target "Qt5::Gui" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?
CMake Error at caffe2/CMakeLists.txt:210 (add_library):
Target "caffe2" links to target "Qt5::Widgets" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
CMake Error at caffe2/CMakeLists.txt:210 (add_library):
Target "caffe2" links to target "Qt5::Test" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?
CMake Error at caffe2/CMakeLists.txt:210 (add_library):
Target "caffe2" links to target "Qt5::Concurrent" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
CMake Error at caffe2/CMakeLists.txt:210 (add_library):
Target "caffe2" links to target "Qt5::OpenGL" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?
-- Generating done
-- Build files have been written to: /home/zhll/caffe2-pytorch/build
``` | caffe2 | low | Critical |
347,549,711 | go | x/build: add Fedora builder | We have a Debian-sid builder. Also add Fedora?
Would've helped with https://go-review.googlesource.com/c/go/+/127895 (for #26369)
| help wanted,Builders,FeatureRequest,new-builder | low | Major |
347,552,251 | rust | Allow destructuring parameters in trait function declarations | The current syntax rules do not allow for trait functions to destructure parameters:
```
#![allow(unused)]
// This works
fn foo((x, y): (i32, i32)) {
}
trait Bar {
// This does not work
fn bar((x, y): (i32, i32));
}
```
[Playground](https://play.rust-lang.org/?gist=ce092e0146354cbbf09319117a706761&version=stable&mode=debug&edition=2015)
Compiling the above outputs this:
```
error: expected one of `)` or `,`, found `:`
--> src/main.rs:7:18
|
7 | fn bar((x, y): (i32, i32));
| ^ expected one of `)` or `,` here
error: expected one of `!`, `&&`, `&`, `(`, `)`, `*`, `<`, `?`, `[`, `_`, `dyn`, `extern`, `fn`, `for`, `impl`, `unsafe`, or lifetime, found `:`
--> src/main.rs:7:18
|
7 | fn bar((x, y): (i32, i32));
| ^ expected one of 17 possible tokens here
error[E0601]: `main` function not found in crate `playground`
|
= note: consider adding a `main` function to `src/main.rs`
```
The destructuring of trait function parameters should be allowed for consistency and readability. | C-feature-request | low | Critical |
347,559,848 | rust | MetaItem fails to parse global paths | ```rust
#[my_attr(::foo::bar)]
```
Does not parse as a `MetaItemKind::List` if the first element begins with a `::`. If you remove the leading `::` it parses correctly. | A-attributes,A-parser,T-compiler,C-bug | low | Minor |
347,590,196 | pytorch | [Caffe2] AVX not enabled for pytorch/caffe2 | ## Issue description
1. pytorch's CMakeLists.txt and change Line 113
option(USE_NATIVE_ARCH "Use -march=native" ON)
2. Source code compilation of pytorch
export CMAKE_PREFIX_PATH=/Users/llv23/miniconda3
MACOSX_DEPLOYMENT_TARGET=10.13 CC=clang CXX=clang++ python setup.py install
also try with
cmake -DUSE_NATIVE_ARCH=ON ..
make install
3. run
python caffe2/python/examples/char_rnn.py --train_data shakespeare.txt
Orlando:examples llv23$ python char_rnn.py --train_data shakespeare.txt
If you are using homebrew leveldb on a Mac OS, you might see an error warning you that malloc_zone_unregister() failed. This is not a caffe2 issue but is due to the homebrew leveldb having an incompatible memory allocator. It does not affect usage.
E0804 13:32:58.712774 2730062720 init_intrinsics_check.cc:43] CPU feature avx is present on your machine, but the Caffe2 binary is not compiled with it. It means you may not get the full speed of your CPU.
E0804 13:32:58.713579 2730062720 init_intrinsics_check.cc:43] CPU feature avx2 is present on your machine, but the Caffe2 binary is not compiled with it. It means you may not get the full speed of your CPU.
E0804 13:32:58.713604 2730062720 init_intrinsics_check.cc:43] CPU feature fma is present on your machine, but the Caffe2 binary is not compiled with it. It means you may not get the full speed of your CPU.
Input has 62 characters. Total input size: 99993
DEBUG:char_rnn:Start training
DEBUG:char_rnn:Training model
Characters Per Second: 3381
Iterations Per Second: 135
---------- Iteration 500 ----------
Both 2 cases, I meet with warning:
0804 13:32:58.712774 2730062720 init_intrinsics_check.cc:43] **CPU feature avx is present on your machine, but the Caffe2 binary is not compiled with it**. It means you may not get the full speed of your CPU.
## System Info
Orlando:utils llv23$ python collect_env.py
Collecting environment information...
PyTorch version: 0.5.0a0+ed86405
Is debug build: No
CUDA used to build PyTorch: 9.2
OS: Mac OSX 10.13.6
GCC version: Could not collect
CMake version: version 3.11.3
Python version: 3.6
Is CUDA available: Yes
CUDA runtime version: 9.2.148
GPU models and configuration: Could not collect
Nvidia driver version: Could not collect
cuDNN version: Probably one of the following:
/usr/local/cuda/lib/libcudnn.7.dylib
/usr/local/cuda/lib/libcudnn.dylib
/usr/local/cuda/lib/libcudnn_static.a
Versions of relevant libraries:
[pip] Could not collect
[conda] pytorch 0.4.0 py36_cuda0.0_cudnn0.0_1 pytorch
[conda] torch 0.5.0a0+ed86405 <pip>
[conda] torch 0.5.0a0+1b9d599 <pip>
[conda] torchvision 0.2.1 py36_1 pytorch
| caffe2 | low | Critical |
347,604,982 | godot | Line edits in settings config dialog resets cursor position on save. | **Godot version:**
3.1-dev
**OS/device including version:**
Fedora 28 64-bit
**Issue description:**
When typing into a line edit in the settings editor (such as "exec_flags" for external editor) and pause, the settings config dialog will call _settings_save and rebuild the UI causing the cursor to start at position 0. So, either type your thing very fast or prepare to be very annoyed.
**Steps to reproduce:**
Editor Settings -> Text Editor -> External type into exec_flags and wait for 1.5s.
** More info **
In 3.0.6 this is not the behaviour, perhaps because it only saves on close instead of on the 1.5 timeout? I much prefer save on close anyway, but if you have save every 1.5 seconds it's not a very good idea to rebuild the UI tree from scratch and updating it because it resets user interaction with the controls (such as cursor position while editing line text).
I also saw there was commented code for "ok" and "cancel" buttons, that sounds like a good idea to have for the settings. | bug,topic:editor,usability | low | Major |
347,609,694 | flutter | Text/TextSpan superscript on top (like HTML ruby tag) for phonetic pronunciations | <!-- Thank you for using Flutter!
Please check out our documentation first:
* https://flutter.io/
* https://docs.flutter.io/
If you can't find the answer there, please consider asking a question on
the Stack Overflow Web site:
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
Please don't file a GitHub issue for support requests. GitHub issues are
for tracking defects in the product. If you file a bug asking for help, we
will consider this a request for a documentation update.
-->
A ruby annotation in HTML:
```
<ruby>
ζΌ’ <rt> γγ’Λ </rt>
</ruby>
```
will produce a text that has a small text on top of it. Like this:

[see more](https://www.w3schools.com/tags/tag_ruby.asp)
Basically, I need to display a paragraph that contains some words like this.
How can I archive this with Flutter?
| c: new feature,framework,engine,a: typography,P2,team-engine,triaged-engine | low | Critical |
347,647,550 | flutter | fit: BoxFit.cover : gets applied to FadeInImage's placeholder | when i use fit: BoxFit.cover in FadeInImage.assetNetwork the BoxFit.cover gets applied to the image and the placeholder is that an Intended behaviour? Is it possible to apply it only to the image and not to the placeholder?
Flutter (Channel beta, v0.5.1, on Mac OS X 10.13.6 17G65, locale en-US) | c: new feature,framework,P2,team-framework,triaged-framework | low | Major |
347,651,597 | godot | Calling base `_init` yields confusing error | Godot 3.0.6
Windows 10 64 bits
```gdscript
class Test:
func _init(a, b, c, d):
print("Test ", a, b, c, d)
class TestDerived extends Test:
func _init(a, b, c, d):
._init(a, b, c, d)
print("TestDerived ", a, b, c, d)
```
Try instancing `TestDerived`, it will fail at calling the base `_init`:
```
SCRIPT ERROR: TestDerived._init: Invalid call to function '_init'. Expected 4 arguments.
```
EDIT
just saw that I'm supposed to use this instead:
http://docs.godotengine.org/en/3.0/getting_started/scripting/gdscript/gdscript_basics.html#class-constructor
Not sure why GDScript works in such a specific way for `_init`, but the error I got is very confusing.
| enhancement,topic:gdscript,usability | low | Critical |
347,654,420 | neovim | teardown: race between options setup and exit_event | Sometimes the asan CI job fails like this (e.g. [here](https://github.com/neovim/neovim/pull/7813#issuecomment-380949586) and [here](https://github.com/neovim/neovim/pull/8088#issuecomment-376312511)):
```
= =================================================================
= ==16820==ERROR: AddressSanitizer: SEGV on unknown address 0x000001baab50 (pc 0x00000044f3a1 bp 0x000000000001 sp 0x7fff7ddb6a60 T0)
= #4 0xfbfae4 in xfree /home/travis/build/neovim/neovim/build/../src/nvim/memory.c:134:3
= #5 0x120e948 in free_string_option /home/travis/build/neovim/neovim/build/../src/nvim/option.c:2207:5
= #6 0x120de3d in free_all_options /home/travis/build/neovim/neovim/build/../src/nvim/option.c:923:9
= #7 0xfc2441 in free_all_mem /home/travis/build/neovim/neovim/build/../src/nvim/memory.c:622:3
= #8 0x12bbe6c in mch_exit /home/travis/build/neovim/neovim/build/../src/nvim/os_unix.c:153:3
= #9 0x1092cc3 in exit_event /home/travis/build/neovim/neovim/build/../src/nvim/msgpack_rpc/channel.c:542:5
= #10 0xa6b2d3 in multiqueue_process_events /home/travis/build/neovim/neovim/build/../src/nvim/event/multiqueue.c:150:7
= #11 0xa64e2f in loop_poll_events /home/travis/build/neovim/neovim/build/../src/nvim/event/loop.c:65:3
= #12 0x12a4ec0 in os_breakcheck /home/travis/build/neovim/neovim/build/../src/nvim/os/input.c:162:5
...
= #18 0x1379f20 in vim_regexec_both /home/travis/build/neovim/neovim/build/../src/nvim/regexp.c:7250:16
= #19 0x137ac07 in vim_regexec_nl /home/travis/build/neovim/neovim/build/../src/nvim/regexp.c:7302:10
= #20 0x910f2b in f_split /home/travis/build/neovim/neovim/build/../src/nvim/eval.c:15673:17
...
= #41 0xcf8ff6 in apply_autocmds /home/travis/build/neovim/neovim/build/../src/nvim/fileio.c:6576:10
= #42 0x1168c78 in normal_check_text_changed
...
= #46 0xea98a2 in main /home/travis/build/neovim/neovim/build/../src/nvim/main.c:566:3
```
Possible cause:
- `free_all_options` is free'ing something before it was alloc'd.
- ~~Options init isn't complete?~~ (No: init completed, `main.c` reached `normal_enter()`)
- stdio RPC channel was closed (so `rpc_close` schedules `exit_event`)
- was this because the client died from a invalid message?
- `exit_event` is scheduled on `main_loop.fast_events`.
- would `main_loop.events` defer it? (**Edit:** yes, but it leads to hangs: https://github.com/neovim/neovim/pull/8814#issue-206215384)
- Or do we need something like `stuffReadbuff(":qall!\n")`? | bug,test,event-loop | low | Critical |
347,679,028 | go | runtime: defer/recover support in race detector | Hi Go Devs,
I've noticed a strange memory leak when running my Go program with the [Race Detector](https://golang.org/doc/articles/race_detector.html). The program is an ad-hit tracker, it receives data from RabbitMQ and writes them down to the database. When there are errors in the DB, the program leaks memory (the RES mem usage grows unchecked until the machine runs out of RAM).
Run the program (below) with and without the -race detector to see the difference.
### What version of Go are you using (`go version`)?
go version go1.10.3 linux/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
````
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/adil/.cache/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/adil/go"
GORACE=""
GOROOT="/snap/go/2130"
GOTMPDIR=""
GOTOOLDIR="/snap/go/2130/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build049513405=/tmp/go-build -gno-record-gcc-switches"
````
### What did you do?
Run this program without the race detector:
````
> go build -o race experimental/rabbitmqmemoryleak.go && ./race
````
Observe the memory usage in `top`. It should flatline. Then, run it with the -race detector
````
> go build -race -o race experimental/rabbitmqmemoryleak.go && ./race
````
The memory usage grows unchecked.
````
package main
import (
"database/sql"
"log"
"github.com/go-errors/errors"
_ "github.com/lib/pq"
"github.com/streadway/amqp"
)
// This program demonstrates a memory leak in Go's built-in race detector.
// You will need RabbitMQ and Postgres installed on your machine.
// First, run the program like this:
// > go build -o race experimental/rabbitmqmemoryleak.go && ./race
// Observe the 'RES' memory in `top`. It should level after a bit
//
// Then, run the program like this:
// > go build -race -o race experimental/rabbitmqmemoryleak.go && ./race
// Watch as RAM usage counts unchecked
// Strangely running `go run -race experimental/rabbitmqmemoryleak.go` does not leak memory.
func main() {
var err error
conn, err := amqp.Dial("amqp://guest:guest@localhost:5672")
if err != nil {
log.Fatal(err)
}
defer conn.Close()
channel, err := conn.Channel()
if err != nil {
log.Fatal(err)
}
defer channel.Close()
queue := "testing-memory-leak"
// 1. Create the queue
var args amqp.Table
_, err = channel.QueueDeclare(queue, false, true, false, false, args)
defer channel.QueueDelete(queue, false, false, true)
// 2. Fill in messages
cnt := 100000
log.Printf("Inserting %d messages", cnt)
for index := 0; index < cnt; index++ {
msg := `{"date":"2018-07-17 08:44:30.202358+02","campaignID":18275,"affiliateSiteID":70002,"materialID":969206,"referenceID":0,"referenceHash":null,"referenceName":null,"isUnique":true,"merchantCommission":"0","affiliateCommission":"0","IP":"37.74.164.6","postImpressionHash":"0ebdd4720ef7eba5f09a84b8c68367c6","universalFingerprintHash":"c47e486da2ff1a4695b1499052b09807","pushToDynamoDB":true,"timestamp":"1531809870","handlerType":"impression","host":"snipped","pid":7962,"userAgentID":null,"userAgentHash":"08ac6aeb466ccd8f05ad37a144afe0f8","userAgentName":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","requestHash":"29c2363878fee77174d0b1e2491ea93b"}`
err := channel.Publish("", queue, true, false, amqp.Publishing{ContentType: "application/json", Body: []byte(msg), DeliveryMode: 2})
if err != nil {
log.Panic(err)
}
}
log.Printf("Done")
pgb, err := sql.Open("postgres", "host=localhost user=user password=pass dbname=db sslmode=disable")
if err != nil {
log.Fatal(err)
}
defer pgb.Close()
// 2. Listen on the messages
forever := make(chan bool)
for i := 0; i < 10; i++ {
go handler(queue, pgb)
}
<-forever
}
func handler(queue string, pgb *sql.DB) {
conn, err := amqp.Dial("amqp://guest:guest@localhost:5672")
if err != nil {
log.Fatal(err)
}
channel, err := conn.Channel()
if err != nil {
log.Fatal(err)
}
for {
message, ok, err := channel.Get(queue, false)
if err != nil {
log.Fatal(err)
}
if !ok {
continue
}
log.Printf("%+v", message)
err = someErroneousSQLTransaction(pgb)
if err != nil {
log.Printf("ERROR: %s", err)
message.Nack(false, true)
} else {
message.Ack(false)
}
}
}
func someErroneousSQLTransaction(pgb *sql.DB) error {
refTx, err := pgb.Begin()
if err != nil {
return errors.Wrap(err, 0)
}
defer func() {
if err != nil {
refTx.Rollback()
} else {
refTx.Commit()
}
}()
_, err = refTx.Exec(`set transaction isolation level repeatable read`)
if err != nil {
return err
}
var referenceID int64
switch err = pgb.QueryRow(`SELECT "ID" FROM public.blah LIMIT 1`).Scan(&referenceID); err {
case sql.ErrNoRows:
break
case nil:
break
default:
return err
}
return nil
}
````
### What did you expect to see?
Flatline memory usage, as measured with `top` when running with -race. I expect it to take more memory to maintain internal data structures, but it should flatline at some point.
### What did you see instead?
Constantly growing RES mem usage in `top`.
Strangely running `go run -race experimental/rabbitmqmemoryleak.go` does not leak memory.
| RaceDetector,NeedsInvestigation | medium | Critical |
347,687,366 | rust | Generalize StableHashingContext as a trait | ### Background
PR #52475 improves the infinite loop detection algorithm during compile time evaluation, the algorithm relies on `HashStable` to detect whether two evaluation contexts are potentially identical as an optimization to avoid unnecessarily cloning the entire evaluation context.
### The Problem
The current implementation of `HashStable` throughout the compiler relies on a hashing context represented by `StableHashingContext`. This context however provides no way to resolve `AllocId`s to `Allocations`, so the implementation of `HashStable` for `AllocId` relies on the
[global `TyCtxt::alloc_map`](https://github.com/rust-lang/rust/blob/master/src/librustc/ich/impls_ty.rs#L420), thus bypassing the current transient allocations in `Memory`. This has the inconvenient side effect of increasing the probability of hash conflicts, thus increasing the probability of unnecessarily cloning the evaluation context.
### The Solution
@oli-obk [suggested](https://github.com/rust-lang/rust/pull/52626#issuecomment-408854349) `StableHashingContext` could be generalized as a trait that could be implemented for `Memory`, which would provide a way to directly resolve `AllocId`s. | C-enhancement,T-compiler,A-const-eval | low | Minor |
347,706,970 | youtube-dl | VVVVID not supported anymore | ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`)
- Use the *Preview* tab to see what your issue will actually look like
---
### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2018.08.04*. If it's not, read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) and update. Issues with outdated version will be rejected.
- [x] I've **verified** and **I assure** that I'm running youtube-dl **2018.08.04**
### Before submitting an *issue* make sure you have:
- [x] At least skimmed through the [README](https://github.com/rg3/youtube-dl/blob/master/README.md), **most notably** the [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](https://github.com/rg3/youtube-dl#bugs) sections
- [x] [Searched](https://github.com/rg3/youtube-dl/search?type=Issues) the bugtracker for similar issues including closed ones
- [x] Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser
### What is the purpose of your *issue*?
- [ ] Bug report (encountered problems with youtube-dl)
- [x] Site support request (request for adding support for a new site)
- [ ] Feature request (request for a new functionality)
- [x] Question
- [x] Other
---
### The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your *issue*
---
### If the purpose of this *issue* is a *bug report*, *site support request* or you are not completely sure provide the full verbose output as follows:
Add the `-v` flag to **your command line** you run youtube-dl with (`youtube-dl -v <your command line>`), copy the **whole** output and insert it here. It should look similar to one below (replace it with **your** log inserted between triple ```):
```
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.vvvvid.it/#!channel/0/You/464834/video/cowboy-bebop-asteroid-blues-e01']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2018.08.04
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.17134
[debug] exe versions: ffmpeg N-91407-g3c4af577aa, ffprobe N-91407-g3c4af577aa
[debug] Proxy map: {}
[generic] cowboy-bebop-asteroid-blues-e01: Requesting header
WARNING: Falling back on generic information extractor.
[generic] cowboy-bebop-asteroid-blues-e01: Downloading webpage
[generic] cowboy-bebop-asteroid-blues-e01: Extracting information
ERROR: Unsupported URL: https://www.vvvvid.it/#!channel/0/You/464834/video/cowboy-bebop-asteroid-blues-e01
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpckoq891b\build\youtube_dl\YoutubeDL.py", line 792, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpckoq891b\build\youtube_dl\extractor\common.py", line 502, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpckoq891b\build\youtube_dl\extractor\generic.py", line 3274, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.vvvvid.it/#!channel/0/You/464834/video/cowboy-bebop-asteroid-blues-e01
```
---
---
### Description of your *issue*, suggested solution and other information
The site VVVVID is in the list of supported sites but I can't download from it.
But seems that it's not supported anymore.
Could this issue be solved?
| geo-restricted | low | Critical |
347,710,891 | flutter | Material Stepper navigation customization | There's no way to manipulate the "Continue" and "Cancel" buttons in Material Stepper. If the developer want to control Stepper navigation in another way, it's not possible to turn the default navigation on/off nor to hook into Continue and Cancel buttons to control its behavior.
I did a patch for a specific project, where I wanted to completely hide the buttons, but I'm wondering if it would be better to add more advanced controls, like letting it show both buttons or just one, and making this possible inside each Step, instead of making it default on or off for the Stepper.
This could work together with horizontal implementation and buttons customization mentioned in #11133
Any thoughts on this? | c: new feature,framework,f: material design,P3,team-design,triaged-design | low | Minor |
347,723,931 | go | x/build/cmd/gopherbot: add author to issue notification comments | gopherbot generates the "CL mentions this issue" issue comments:
https://github.com/golang/build/blob/4639cd3919e4243a672a11a56543004bf1778326/cmd/gopherbot/gopherbot.go#L811
It currently includes a link to the CL and the CL title. It'd be nice if it also included the CL author's name or handle. Maybe: "Change `<link>` by `<author>` mentions this issue: `<title>`".
| help wanted,Builders,NeedsFix,FeatureRequest | low | Major |
347,735,729 | rust | Segfault in rustc while cross-compiling core | I'm trying to compile the kernel code from [japaric/nvptx](https://github.com/japaric/nvptx) to PTX. This requires cross-compiling the `core` crate. When I run the command to do this, `rustc` crashes with a segfault. I'm using `cargo-xbuild` because `xargo` doesn't seem to work anymore.
` cargo xbuild --target nvptx64-nvidia-cuda.json --verbose`
Output:
```
Compiling core v0.0.0 (file:///home/brook/.rustup/toolchains/nightly-2018-04-10-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libcore)
Running `rustc --crate-name core /home/brook/.rustup/toolchains/nightly-2018-04-10-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libcore/lib.rs --crate-type lib --emit=dep-info,link -C opt-level=3 --sysroot /mnt/c/Users/Brook/workspace/nvptx/kernel/target/sysroot -Z force-unstable-if-unmarked -C metadata=4bb3cbb45694acfc -C extra-filename=-4bb3cbb45694acfc --out-dir /tmp/xargo.pCW5tJxxVfmO/target/nvptx64-nvidia-cuda/release/deps --target /mnt/c/Users/Brook/workspace/nvptx/kernel/nvptx64-nvidia-cuda.json -C incremental=/tmp/xargo.pCW5tJxxVfmO/target/nvptx64-nvidia-cuda/release/incremental -L dependency=/tmp/xargo.pCW5tJxxVfmO/target/nvptx64-nvidia-cuda/release/deps -L dependency=/tmp/xargo.pCW5tJxxVfmO/target/release/deps`
error: Could not compile `core`.
Caused by:
process didn't exit successfully: `rustc --crate-name core /home/brook/.rustup/toolchains/nightly-2018-04-10-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libcore/lib.rs --crate-type lib --emit=dep-info,link -C opt-level=3 --sysroot /mnt/c/Users/Brook/workspace/nvptx/kernel/target/sysroot -Z force-unstable-if-unmarked -C metadata=4bb3cbb45694acfc -C extra-filename=-4bb3cbb45694acfc --out-dir /tmp/xargo.pCW5tJxxVfmO/target/nvptx64-nvidia-cuda/release/deps --target /mnt/c/Users/Brook/workspace/nvptx/kernel/nvptx64-nvidia-cuda.json -C incremental=/tmp/xargo.pCW5tJxxVfmO/target/nvptx64-nvidia-cuda/release/incremental -L dependency=/tmp/xargo.pCW5tJxxVfmO/target/nvptx64-nvidia-cuda/release/deps -L dependency=/tmp/xargo.pCW5tJxxVfmO/target/release/deps` (signal: 11, SIGSEGV: invalid memory reference)
error: `"cargo" "rustc" "-p" "core" "--release" "--manifest-path" "/tmp/xargo.pCW5tJxxVfmO/Cargo.toml" "--target" "nvptx64-nvidia-cuda.json" "-v" "--" "--sysroot" "/mnt/c/Users/Brook/workspace/nvptx/kernel/target/sysroot" "-Z" "force-unstable-if-unmarked"` failed with exit code: Some(101)
note: run with `RUST_BACKTRACE=1` for a backtrace
```
The important bit is: `(signal: 11, SIGSEGV: invalid memory reference)`. I've tried this under Windows, WSL and MINGW (as well as a second machine running Arch Linux), it's completely consistent.
Version: `cargo 1.29.0-nightly (15433e8cc 2018-08-02)` (I have also seen a similar crash with 2018-04-04).
I've tried to build a version of rustc with debug symbols so that I could collect more information, but have been unable to get a working build. | I-crash,T-compiler,O-NVPTX,C-bug | low | Critical |
347,814,382 | scrcpy | Ninja build fails when server build folder is globally overriden | There is possibility to set build directory for gradle projects globally so build artifacts may be stored in other place. (see project.buildDir from https://docs.gradle.org/current/userguide/writing_build_scripts.html). As result path to server apk file in server/scripts/build-wrapper.sh script is invalid.
Reproduction
1. Set global build dir for gradle (in init.gradle)
```
def configProject(p, buildDir) {
p.buildDir = "${buildDir}/${p.name}"
p.subprojects { s ->
configProject(s, "${p.buildDir}")
}
}
def buildDir = 'YOUR_BUILD_PATH'
if (!buildDir?.trim()) {
buildDir = "build"
}
gradle.projectsLoaded {
if (ext.has("group")) {
buildDir += "/${ext.group}"
}
configProject(rootProject, buildDir)
}
```
2. Run ninja build and observe
I know that this is not typical user case but still should be handled. | build | low | Minor |
347,817,395 | pytorch | [Caffe2] I don't knw whether GPU support is right, is there something wrong with Hypothesis? | ## Issue description
I install Caffe2 based on the website:
https://caffe2.ai/docs/getting-started.html?platform=ubuntu&configuration=compile
After command 'sudo make install -j20' is finished, i type:
cd ~ && python -c 'from caffe2.python import core' 2>/dev/null && echo "Success" || echo "Failure"
Then, the result is 'Sucess'.
After that, i want to know whether GPU support is right ,i type command:
python caffe2/python/operator_test/activation_ops_test.py
Then, theresult is :

------------------------------------------------------------------------------------------------------------
[Here is the txt version]
pascal@rog:~/pytorch$ python caffe2/python/operator_test/activation_ops_test.py
/home/pascal/pytorch/build/caffe2/python/hypothesis_test_util.py:75: HypothesisDeprecationWarning:
The min_satisfying_examples setting has been deprecated and disabled, due to
overlap with the filter_too_much healthcheck and poor interaction with the
max_examples setting.
verbosity=hypothesis.Verbosity.verbose))
/home/pascal/pytorch/build/caffe2/python/hypothesis_test_util.py:84: HypothesisDeprecationWarning:
The min_satisfying_examples setting has been deprecated and disabled, due to
overlap with the filter_too_much healthcheck and poor interaction with the
max_examples setting.
verbosity=hypothesis.Verbosity.verbose))
/home/pascal/pytorch/build/caffe2/python/hypothesis_test_util.py:92: HypothesisDeprecationWarning:
The min_satisfying_examples setting has been deprecated and disabled, due to
overlap with the filter_too_much healthcheck and poor interaction with the
max_examples setting.
verbosity=hypothesis.Verbosity.verbose))
----------------------------------------------------------------------------------------------------
It looks like warningsοΌ Do my caffe2 have GPU support? I'm quite curious.
My **- hypothesis** version is 3.66.26 , when i change it to 3.40.0, nothing happended.
Nothing was printed. So do i have GPU support?
- Caffe2,Build from source
Do everything on the website: https://caffe2.ai/docs/getting-started.html?platform=ubuntu&configuration=compile
- OS: Ubuntu 16.04
- PyTorch version: The newest one
- Python version: Anaconda 3.6.5
- CUDA/cuDNN version: 9.2.88, 7.1.4
- GPU models and configuration: GTX1080ti * 2
- GCC version (if compiling from source):6.4.0
- CMake version: 3.5.1
- Versions of any other relevant libraries: OpenCV 3.4.0
**- hypothesis 3.66.26** | caffe2 | low | Critical |
347,825,275 | rust | noalias is not enough | Somebody on the internet (https://blog.dend.ro/rust-and-the-case-of-the-redundant-comparison/) complained that something like this:
```rust
fn vec_clear(x: &mut i32) {
if *x != 0 {
*x = 0;
}
}
```
generates a conditional store:
```asm
cmpl $0, (%rdi)
je .LBB0_2
movl $0, (%rdi)
.LBB0_2:
retq
```
on `x86_64` instead of just an unconditional store `movl $0, (%rdi); retq`.
Taking a look at the optimized LLVM-IR:
```llvm
define void @vec_clear(i32* noalias nocapture dereferenceable(4) %x) {
start:
%0 = load i32, i32* %x, align 4
%1 = icmp eq i32 %0, 0
br i1 %1, label %bb2, label %bb1
bb1:
store i32 0, i32* %x, align 4
br label %bb2
bb2:
ret void
}
```
shows the issue.
The LLVM-IR generated by rustc is loosing critical information. It marks `i32*` as `noalias`, which means, that no other pointers _in `vec_clear`'s scope_ will alias it. However, outside `vec_clear` scope, other pointers are allowed to alias that memory. That is, if `*x` is zero, other threads could be concurrently reading the memory and if LLVM would generate an unconditional store here, that would introduce a data-race, which means that this optimization is not safe on the LLVM-IR generated by rustc. OTOH, &mut i32` means that the pointer has unique access to the memory, that is, no other pointer can access the memory behind it as long as that pointer is alive. Therefore, transforming the code to an unconditional store does not introduce a data-race.
Therefore, _I think_ that `noalias` is not enough to perform this optimization and that we would need something stronger for LLVM to be able to perform it.
---
This also shows that `&mut T` is stronger than C's `restrict` keyword. | A-LLVM,I-slow,C-enhancement,A-codegen,T-compiler,C-optimization | low | Major |
347,833,192 | pytorch | [Caffe 2] How to access/remove Blobs from Workspace? | I'm using the Python version of Caffe2 (inside the docker image caffe2/caffe2:snapshot-py2-cuda9.0-cudnn7-ubuntu16.04).
I loaded a pre-trained ResNet50 from models into Workspace and I would like to re-train it on my own dataset.
In order to do that, I need to remove/modify some layers -- how do I do it via Python API? I'm not interested in the FetchBlob() method which returns a numpy array, I'd like to get a BlobReference object, referring to a particular Blob loaded into the workspace and be able to play with it.
I see that the C++ Workspace class has methods RemoveBlob() and GetBlob(), which are absent in the Python version. I find it hard to believe that the only way to do this in Python is by direct modification of the protobuf files.
Thanks in advance. | caffe2 | low | Minor |
347,957,059 | kubernetes | Allow setting of Hostname also when PodSpec.HostNetwork is true | **Is this a BUG REPORT or FEATURE REQUEST?**:
/kind feature
**What happened**:
Based on the [Documentation](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#podspec-v1-core)
> Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value.
The "system-defined value" seems to be - according to my observations - the podName when `hostNetwork` is false and the the hostname of the host if `hostNetwork` is true. (Also why this difference? Anyway, lets continue)
I have a Pod with `hostNetwork` set to true and defined an explicit hostname in `PodSpec.Hostname`. The created Containers don't have this hostname.
**What you expected to happen**:
The Pod obtaines the hostname defined in `PodSpec.Hostname`.
**How to reproduce it (as minimally and precisely as possible)**:
`nano -w etcd-pod.yaml`
```yaml
apiVersion: v1
kind: Pod
metadata:
name: 'etcd-7'
spec:
hostNetwork: true
hostname: 'etcd-7'
containers:
- name: 'etcd-7'
image: ubuntu:16.04 # for simplicity
```
`kubectl create -f etcd-pod.yaml`
`kubectl exec -ti etcd-7 -- hostname`
should return etcd-7, but outputs minion-123456
Real World Example (single master node created with kubeadm):
```
:~$ kubectl --context=mgmt-test/admin -n kube-system exec -ti kube-proxy-rmfpq -- hostname # with hostnetwork
k8s-testing-2
:~$ kubectl --context=mgmt-test/admin -n kube-system exec -ti tiller-deploy-5c688d5f9b-mpzft -- hostname # without hostnetwork
tiller-deploy-5c688d5f9b-mpzft
```
**Anything else we need to know?**:
The code [explicitly excludes the case with hostnetwork](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_sandbox.go#L85) and is from 2 years ago.
In CRI, when `hostNetwork` is set to true, the call comes without any hostname information:
```
&RunPodSandboxRequest{
...
Name:etcd-7,
...
Hostname:,
...
}" t=2018-08-06T12:39:40+0000
```
and also no information about the host (the CRI implementation would have to find it out itself). *But this request ist not about the CRI interface, just mentioning followups.*
**Environment**:
- Kubernetes version (use `kubectl version`): 1.11.1 both client & server
- Cloud provider or hardware configuration: *unrelated*
- OS (e.g. from /etc/os-release): *unrelated*
- Kernel (e.g. `uname -a`): *unrelated*
- Install tools: *unrelated*
- Others: CRI Interface affected and maybe DNS affected
I can easily provide a patch/PR, but I assume this case has a reason we probably need to discuss about.
**Proposal**
- If `PodSpec.Hostname` is **set**, the pod obtains that hostname also when `hostNetwork` is set to true (The writer of the PodSpec knows what he wants to do).
- If `PodSpec.Hostname` is **not set**, the result should stay the same (So we don't break anything) | sig/network,sig/node,kind/feature,help wanted,triage/accepted | medium | Critical |
347,972,972 | electron | The `app.relaunch()` API is confusing | **Is your feature request related to a problem? Please describe.**
It's confusing that you first have to do `app.relaunch()` and then `app.quit()` or `app.exit()`, since `relaunch()` makes you think it will, you know, relaunch.
**Describe the solution you'd like**
It should be made more clear that you're only changing the state, not doing the actual action of relaunching.
Something like:
```js
app.setRelaunch();
```
And then in the next major version, you could deprecate `app.relaunch()`, and then some major versions later, reintroduce `app.relaunch()`, but as a shortcut for:
```js
app.setRelaunch();
app.quit();
```
Where it actually does what you expect.
**Describe alternatives you've considered**
Alternatively, make `app.relaunch()` relaunch right away and accept an option whether it should `quit` or `exit`. | enhancement :sparkles: | low | Major |
348,017,718 | You-Dont-Know-JS | ToPrimitive Abstract operation clarification | ## Book: Types & Grammar
### Chapter 4: Coercion
**ToString** subchapter says:
"But as shown earlier, if an object has its own toString() method on it, and you use that object in a string-like way, its toString() will automatically be called, and the string result of that call will be used instead.
Note: The way an object is coerced to a string technically goes through the ToPrimitive abstract operation (ES5 spec, section 9.1), but those nuanced details are covered in more detail in the ToNumber section later in this chapter, so we will skip over them here."
**ToNumber** subchapter says:
"To convert to this primitive value equivalent, the ToPrimitive abstract operation (ES5 spec, section 9.1) will consult the value (using the internal DefaultValue operation -- ES5 spec, section 8.12.8) in question to see if it has a valueOf() method. If valueOf() is available and it returns a primitive value, that value is used for the coercion. If not, but toString() is available, it will provide the value for the coercion."
At this point, what if I use this object like a string?
```javascript
var obj = {
valueOf : function valueOf() {
return "valueOf"
},
toString : function toString() {
return "toString"
}
}
"hi " + obj;
```
**ToString** subchapter let me think that toString() method will be called, but **ToNumber** subchapter is clearer and I understand that toValue() method, if it exist, will be called instead of toString() method.
And that's what happens:
```javascript
"hi " + obj; // "hi valueOf"
```
Now let's move on to the **Explicitly: Strings <--> Numbers** (sub?)subchaper where you can read:
"String(..) coerces from any other value to a primitive string value, using the rules of the ToString operation discussed earlier."
This is not completely true, because:
```javascript
String(obj);
```
will output "toString", ignoring valueOf() method.
So, the sentence I reported from **Explicitly: Strings <--> Numbers** (sub?)subchaper caused me to expect the same behaviour explained into **ToString** subchapter with **ToNumber** subchapter reference.
I'm not an expert, I'm studying JS using your books so interpret ES5 standard is quite hard for me, but it seems that the [DefaultValue]] internal method of an Object is called with an hint (String/Number) and that hint specifies if valueOf() metod has to be ignored. By default the hint is Number, so maybe a statement like:
```javascript
"hi " + obj;
```
won't set that hint to String, as it seems to do:
```javascript
String(obj);
```
It could be that ES6 changed this behaviour? Maybe before ES6 the previous instructions led to the same result. | for second edition | medium | Minor |
348,025,785 | go | x/sys/windows/registry: way to get ACL | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
Go 1.10.3
### Does this issue reproduce with the latest release?
### What operating system and processor architecture are you using (`go env`)?
GOHOSTARCH=amd64
GOHOSTOS=windows
### What did you do?
Using registry package to access the registry keys, values and their ACLs
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
### What did you expect to see?
NA
### What did you see instead?
NA
| help wanted,OS-Windows,NeedsInvestigation,FeatureRequest | low | Critical |
348,032,383 | go | cmd/go: pass information on incompatible versions to consuming modules | Consider the following case where you have an app with a dependency on a module (modA) that has a dependency on another module (modB).
App --> modA --> modB
modB is released with a bug. For the examples sake, the bug causes goroutines to not be garbage collected and the number to continue to grow. This bug has been experienced in a real world application.
The developer of modA realizes this bug exists and sets the minimum version to the last stable release that does not contain the bug.
The developer of the App decides to update the dependencies to the latest releases (e.g., `go get -u ./...`). Alternatively, the apps developer could import a second dependency (modC) that also depends on modB but at the latest release because they did not catch the bug. Some bugs don't show up on tests but rather in long running situations which is why I choose the goroutine example.
There is currently no way for the author of modA to pass along information that modB has a bad releases. We need a way to communicate that information for those periods where that release is in the wild and one to use.
Existing tools like glide and dep let you say not to use a release. This is idea shows up in most other languages dependency management as well (e.g., `!=1.2.3`).
An idea was suggested, rather quickly and off the cuff, by @rsc to setup a web service to hold the information on buggy versions that should not be used. There are a few constraints that make this idea difficult:
* Who can post details on what versions of what tools are incompatible? There is an opportunity to troll through manipulation of the data
* How is access handled when packages can be hosted by VCS and you can't always count on GitHub
* There is an information leakage problem where data on the dependencies of a proprietary app could be leaked to this services host. For example, a rival to Google is working on an app but leaking the dependencies they use to Google as a host of the service which gives lots of detail. We shouldn't have a case where data is leaked like that
This is a problem because of two things:
* When not vendoring you lose the ability to easily diff the changes to dependencies
* A mass number of developers never really check the changes to their dependencies when they pull in updates
* A bug like this could be easily missed when updating, even for the trained eye, which I posit few will do
How will the Go toolchain handle this situation?
| NeedsInvestigation,modules | medium | Critical |
348,033,596 | TypeScript | Setting noErrorTruncation to false truncates inferred type of variables/functions; which are not errors | <!-- π¨ STOP π¨ π¦π§π’π£ π¨ πΊπ»πΆπ· π¨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ: https://github.com/Microsoft/TypeScript/wiki/FAQ
Please fill in the *entire* template below.
-->
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.0.1
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** noErrorTruncation
In TS 2.9, if `noErrorTruncation` is unset, or set to `false`, hovering the cursor over an identifier for type inference in VS code would bring up a tooltip with the inferred type.
In TS 3.0, if `noErrorTruncation` is unset, or set to `false`, the tooltip with the inferred type will be truncated with ellipsis.
**Code**
TS 2.9, with `noErrorTruncation : false`
```ts
/*snip*/
__canAccept: {
page?: string | number | null | undefined;
itemsPerPage?: string | number | null | undefined;
};
}
```
TS 3.0 with `noErrorTruncation : false`
```ts
/*snip*/
__canAccept: {
...;
};
}
```
**Expected behavior:**
`noErrorTruncation` is about truncating errors.
The tooltips displaying inferred types aren't errors, and should not be affected by this flag.
**Actual behavior:**
`noErrorTruncation` affects tooltips displaying inferred types.
-----
If anyone else is having this problem, just go to your `tsconfig.json`, add the following line,
```json
"noErrorTruncation": true,
```
and restart VS code (or your editor of choice) | Bug | high | Critical |
348,051,866 | react | Support cross-renderer portals | Currently `createPortal` only works within the current renderer.
This means that if you want to embed one renderer into another (e.g. `react-art` in `react-dom`), your only option is to do an imperative render in a commit-time hook like `componentDidMount` or `componentDidUpdate` of the outer renderer's component. In fact that's exactly how `react-art` works today.
With this approach, nested renderers like `react-art` can't read the context of the outer renderers (https://github.com/facebook/react/issues/12796). Similarly, we can't time-slice updates in inner renderers because we only update the inner container at the host renderer's commit time.
At the time we originally discussed portals we wanted to make them work across renderers. So that you could do something like
```js
<div>
<Portal to={ReactART}>
<surface>
<rect />
</surface>
</Portal>
</div>
```
But it's not super clear how this should work because renderers can bundle incompatible Fiber implementations. Whose implementation takes charge?
We'll want to figure something out eventually. For now I'm filing this for future reference. | Type: Feature Request,Type: Big Picture,Component: Reconciler,React Core Team | medium | Critical |
348,060,849 | TypeScript | Conditional type doesn't narrow primitive types | <!-- π¨ STOP π¨ π¦π§π’π£ π¨ πΊπ»πΆπ· π¨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ: https://github.com/Microsoft/TypeScript/wiki/FAQ
Please fill in the *entire* template below.
-->
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.1.0-dev.201xxxxx
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
**Code**
```ts
type OnlyNumber<T extends number> = T
type ToNumber<T extends number | string> =
T extends string ? undefined : OnlyNumber<T>
```
**Expected behavior:**
No errors
**Actual behavior:**
Error:
```
index.ts:37:47 - error TS2344: Type 'T' does not satisfy the constraint 'number'.
Type 'string | number' is not assignable to type 'number'.
Type 'string' is not assignable to type 'number'.
37 T extends string ? undefined : OnlyNumber<T>
```
**Playground Link:** https://www.typescriptlang.org/play/#src=type%20OnlyNumber%3CT%20extends%20number%3E%20%3D%20T%0D%0A%0D%0Atype%20ToNumber%3CT%20extends%20number%20%7C%20string%3E%20%3D%0D%0A%20%20%20%20T%20extends%20string%20%3F%20undefined%20%3A%20OnlyNumber%3CT%3E%0D%0A
**Related Issues:** <!-- Did you find other bugs that looked similar? -->
| Suggestion,In Discussion | low | Critical |
348,070,759 | You-Dont-Know-JS | Wrong reference | ## Book: Types & Grammar
### Chapter 4: Coercion
**ToNumber** subchapter says:
"ToNumber for a string value essentially works for the most part like the rules/syntax for numeric literals (see Chapter 3)."
But **Numeric Syntax** is explayned in the Chapter 2, not in the Chapter 3. | for second edition | medium | Minor |
348,074,954 | godot | NodePath export for children node crashes the debugger without any information | **Godot version:**

**OS/device including version:**
Windows
**Issue description:**
When exporting a NodePath in a node then assigning a children to it in the inspector, if the children also exported a NodePath and we assigned the parent node to that field
>> Using get_node(node_path) in the parent will fail.
**Steps to reproduce:**
1. Create a scene
2. Create a node
3. Attatch a script
```
export(NodePath) onready var node
func _ready():
\tnode = get_node(node)
```
4. Create a child to the node
5. Assign the child in the node field of the parrent
6. attach the same script as above to the child
7. assign the parent to the field
8. insert breakpoint just before get_node in parent
9. run debugger -> notice debugger crash with
```
drivers\windows\stream_peer_tcp_winsock.cpp:203 - Server disconnected!
```
[Test.zip](https://github.com/godotengine/godot/files/2264026/Test.zip)
| bug,topic:editor,confirmed | low | Critical |
348,091,467 | TypeScript | Proposal: Partial Type Argument Inference | After exploring the concept in #23696, we've come to the conclusion that implicitly making type arguments available by name would unnecessarily expose previously unobservable implementation details. As such, I'll be breaking that proposal down into two parts. One is just the partial inference (which is here), which can stand on its own, as discussed in #20122 and #10571.
To recap, partial type argument inference is the idea that some number of type arguments in a type argument list may be provided, while others are elided and fulfilled via inference using the rest. Specifically, in #10571 a number of different syntax proposals will brought forward:
For the following examples, assume we have a
```ts
declare foo<A,B,C>(): [A, B, C];
```
# Variant 1 - elided entries
```ts
foo<,,string>(); // returns [{}, {}, string]
```
This is the most terse option, as simply the lack of inputs implies inference sites. This would almost seem to logically follow from how not providing a list also causes inference to occur at all sites. This does have issues, however: specifying a final parameter as needing inference would require a trailing `,` in the list (something we currently explicitly disallow), and lists could very easily become confusing, as a `,` is very easy to skip over.
# Variant 2 - Sigil marker
```ts
foo<*, *, string>(); // returns [{}, {}, string]
```
As the second most terse option, this also has appeal; however I think it also fails on a few points. First, `*` is non-obvious what it means; it implies a "wildcard" of some kind, but in the context of types that could mean an inferred type, a bound, or an existential. Second, as a single-character sigil, we're unlikely to meaningfully provide completions for it even though it is contextually relevant. Finally, we're considering other work to do with existentials and generated type parameters in the future which we'd like to be able to use the `*` as an indicator for.
# Variant 3 - Keyword marker
a. `auto`
```ts
foo<auto, auto, string>(); // returns [{}, {}, string]
```
b. `infer`
```ts
foo<infer, infer, string>(); // returns [{}, {}, string]
```
Neither of these are as terse as the others, but both are still likely substantially shorter than providing the entire list of types by hand in situations where partial inference is desired. Of the two keywords, `auto` may be shorter, but currently carries no meaning within the language. `infer` on the other hand is _already_ used for marking inference positions within conditional types. The `infer` method was explored in #22368, however was taken much father - almost fully replicating the arbitrary placement and naming the operator affords within conditional types.
In the end, I'm advocating for variant 3b - the `infer` placeholder, with none of the extra features afforded in #22368 (we can always add them later if there is demand). | Suggestion,Needs Proposal | high | Critical |
348,094,638 | rust | hits llvm assertion "Cannot start a running timer" when timing passes | build config:
````diff
--- config.toml.example 2018-08-06 21:33:10.482203459 +0200
+++ config.toml 2018-08-06 21:33:07.098838544 +0200
@@ -25,7 +25,7 @@
#release-debuginfo = false
# Indicates whether the LLVM assertions are enabled or not
-#assertions = false
+assertions = true
# Indicates whether ccache is used when building LLVM
#ccache = false
@@ -253,7 +253,7 @@
# Whether or not debug assertions are enabled for the compiler and standard
# library. Also enables compilation of debug! and trace! logging macros.
-#debug-assertions = false
+debug-assertions = true
# Whether or not debuginfo is emitted
#debuginfo = false
````
I built llvm with assertions enabled and debug assertions.
When building projects with ````RUSTFLAGS="-Ztime-passes -Ztime-llvm-passes"```` I often hit an assertion:
````
rustc: /home/matthias/RUST/rust_build/src/llvm/lib/Support/Timer.cpp:135: void llvm::Timer::startTimer(): Assertion `!Running && "Cannot start a running timer"' failed.
time: 0.125; rss: 142MB LTO passes
error: Could not compile `num-traits`.
warning: build failed, waiting for other jobs to finish...
time: 0.039; rss: 142MB codegen passes [build_script_build1-efc1c31eeff815f1eaec24de83c99086.rs]
time: 0.322; rss: 147MB LTO passes
time: 0.102; rss: 148MB LTO passes
rustc: /home/matthias/RUST/rust_build/src/llvm/lib/Support/Timer.cpp:135: void llvm::Timer::startTimer(): Assertion `!Running && "Cannot start a running timer"' failed.
error: Could not compile `version_check`.
warning: build failed, waiting for other jobs to finish...
time: 0.103; rss: 143MB LTO passes
time: 0.032; rss: 143MB LTO passes
rustc: /home/matthias/RUST/rust_build/src/llvm/lib/Support/Timer.cpp:135: void llvm::Timer::startTimer(): Assertion `!Running && "Cannot start a running timer"' failed.
error: Could not compile `num-integer`.
````
https://github.com/rust-lang/llvm/blob/rust-llvm-release-7-0-0-v2/lib/Support/Timer.cpp#L135
It looks like the assertion is triggered by one of the ````-Ztime-passes -Ztime-llvm-passes```` flags
| A-LLVM,T-compiler | low | Critical |
348,108,072 | flutter | Would like a way to have an isolate which does not provide `dart:io` | customer:dream has asked for the ability to launch an isolate without providing it access to dart:io.
Similarly @sbaranov mentions that if we ever implement https://github.com/flutter/flutter/issues/14330 for iOS, that may also require such a boundary to comply with store guidelines. | c: new feature,engine,dependency: dart,customer: dream (g3),P2,team-engine,triaged-engine | low | Minor |
348,184,688 | rust | rustdoc disregards job limit | When running doctests (via `cargo doc` or `cargo test`) rustdoc will compile each doctest separately, keeping a queue of compilation jobs. Maximum size of the queue seems to be limited to the number of CPUs in the system, but there seems to be no way to adjust that via command line or other configuration (`--jobs N` is ignored, for example).
This is particularly nasty on my laptop with 8 CPUs and only 8 GB of RAM that are quickly consumed by eight linkers running in parallel with all other stuff. Lying to rustdoc about CPU count by hooking sysconf() helps as a workaround, but this is hardly an elegant solution. | T-rustdoc,A-libtest,A-doctests | low | Major |
348,278,556 | nvm | Recommend to autoremove | I suggest to add a feature similar to autoremove from apt-get.
On install of a new version it could suggest to run autoremove. When doing so it should ask what Node.js versions should be removed e.g., all but the latest of each major; all but the latest; all but versions below the current default.
Besides that it would be great to also add a option to the installer to auto remove the last minor / patch version on installing a newer version. | feature requests | low | Minor |
348,302,636 | pytorch | [feature request] Runtime warning for inappropriate labels (among others) | While you can get an exception when passing integers where floats are required, I believe there are no checks that actually make sure that you are using the expected **values** within your tensors. In turn, this makes tracking problems in your models a bit more challenging.
For instance, when using [`nn.CosineEmbeddingLoss`](https://pytorch.org/docs/stable/nn.html#torch.nn.CosineEmbeddingLoss), that asks for `target` to take either `1` or `-1`, nothing stops you from providing something else and experiencing weird model behaviour when the method silently interpretes it in its own way.
For example:
```
criterion = torch.nn.CosineEmbeddingLoss()
vec1 = torch.tensor([[1., 2., 3.]])
vec2 = torch.tensor([[1., 2., 3.]])
loss1 = criterion(a, b, torch.tensor([1.])) # returns 0
loss2 = criterion(a, b, torch.tensor([0.])) # returns 0
loss3 = criterion(a, b, torch.tensor([-0.5])) # returns 0
loss4 = criterion(a, b, torch.tensor([-0.99])) # returns 0
loss5 = criterion(a, b, torch.tensor([-1.])) # returns 1
```
To give an anecdote, I thought that the method takes `0` and `1` instead of `-1` and `1` and the rest is a long debugging history. :)
## System Info
PyTorch version: 0.4.0
Is debug build: No
CUDA used to build PyTorch: 8.0.61
OS: Ubuntu 16.04.3 LTS
GCC version: (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609
CMake version: version 3.5.1
Python version: 3.5
Is CUDA available: Yes
CUDA runtime version: Could not collect
GPU models and configuration:
GPU 0: GeForce GTX 1080
GPU 1: GeForce GTX 1080
Nvidia driver version: 390.30
cuDNN version: Probably one of the following:
/usr/local/cuda-8.0/targets/x86_64-linux/lib/libcudnn.so.5.1.5
/usr/local/cuda-8.0/targets/x86_64-linux/lib/libcudnn.so.6.0.21
/usr/local/cuda-8.0/targets/x86_64-linux/lib/libcudnn_static.a
Versions of relevant libraries:
[pip3] numpy (1.14.1)
[pip3] torch (0.4.0)
[pip3] torchtext (0.2.3)
[pip3] torchvision (0.2.1)
[conda] Could not collect
cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser | module: loss,module: error checking,triaged | low | Critical |
348,304,004 | go | proposal: x/crypto/ssh: new callbacks to Config and error type | ### What version of Go are you using (`go version`)?
1.9.4 (but it doesn't matter, this isn't in the stdlib yet)
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture are you using (`go env`)?
Doesn't matter.
### What did you do?
I'm trying to get more info from SSH servers, and the API of x/crypto/ssh is not very friendly.
1. I can only list acceptable crypto algorithms, not find out which the remote end support. One reason for wanting this is that I want to check *all* host keys, but the `HostKeyCallback` is only called for the negotiated one. The error message includes all algorithms remote end supports, but it's not programmatically extractable.
2. No good way to reject host key *and know that's why `Dial` failed*.
### What did you expect to see?
1. `Config.Remote{Ciphers,KeyExchanges,MACs}` callbacks
2. Being able to identify the error returned by `ClientConfig.HostKeyCallback` so that I know it failed because I wanted it to.
### What did you see instead?
API with deficiencies.
### Suggested improvements
1. Add `Remote{Ciphers,KeyExchanges,MACs}` callbacks to `type Config`
2. Add type `HostKeyError`, wrapping the error returned from the callback. | Proposal,Proposal-Crypto | low | Critical |
348,309,905 | rust | Unused trait bound with lifetime causes compile error | ## Summary
### What happens
* Unused trait bound causes compile error.
+ In non-(3c) case, `Into::<Arc<B>>::into()` is completely unused, but `&'a B: Into<Arc<B>>` causes compile error.
+ I think this may be a compiler issue.
* With either of these small modifications, they successfully compile.
+ Changing `&a B: Into<Arc<B>>` to `for<'b> &'b B: Into<Arc<B>>`.
+ Changing `&self` to `&'a self` (or `wrap: &OwnedWrap<B>` to `wrap: &'a OwnedWrap<B>`).
### Expected behavior
* Unused trait bound does not cause compile error.
* With `where B: 'a + ToOwned + ?Sized, &'a B: Into<Arc<B>>`,
`let b: &B = owned.borrow();` successfully compiles.
+ I think `let b: &B = owned.borrow();` does not require `b` to outlive lifetime of `&self` nor `'a`,
so it should not be error.
+ `owned.borrow().into()` might be error though, but I think it is OK because `owned.borrow()` does not outlive `'a` but `Into<Arc<B>>` requires `'a &B`.
## Meta
* Compiler version: 1.28.0 (stable)
## Code to reproduce
### Simplified cases 1: in impl
Basic code: https://play.rust-lang.org/?gist=40cb0fa71f3bd32091fbc3e144db2de1&version=stable&mode=debug&edition=2015
* error
+ [(1a-2a-3a)](https://play.rust-lang.org/?gist=40cb0fa71f3bd32091fbc3e144db2de1&version=stable&mode=debug&edition=2015)
+ [(1a-2a-3c)](https://play.rust-lang.org/?gist=a84952cfc70e90b715c2fd988c289fe5&version=stable&mode=debug&edition=2015)
* success
+ [(1a-2b-3a)](https://play.rust-lang.org/?gist=8580e01db6f3376f46b091ba91e23334&version=stable&mode=debug&edition=2015)
+ [(1a-2b-3b)](https://play.rust-lang.org/?gist=f0d26a7b0552e3409dc122d82adb37d7&version=stable&mode=debug&edition=2015)
+ [(1a-2b-3c)](https://play.rust-lang.org/?gist=4a26d538074cb7f5d8b174718be5120d&version=stable&mode=debug&edition=2015)
+ [(1b-2a-3a)](https://play.rust-lang.org/?gist=478d6a6871decf303d3a3ddc6d71a920&version=stable&mode=debug&edition=2015)
+ [(1b-2a-3b)](https://play.rust-lang.org/?gist=ef3e72d0063a547e8f37a58f400c588a&version=stable&mode=debug&edition=2015)
+ [(1b-2a-3c)](https://play.rust-lang.org/?gist=153ec65bf83f5a9b64f17d3f59eace95&version=stable&mode=debug&edition=2015)
+ [(1b-2b-3a)](https://play.rust-lang.org/?gist=99f3bfc45e08f14bd9a48053a9a0329b&version=stable&mode=debug&edition=2015)
+ [(1b-2b-3b)](https://play.rust-lang.org/?gist=88f575113591395593c1974378a4e2da&version=stable&mode=debug&edition=2015)
+ [(1b-2b-3c)](https://play.rust-lang.org/?gist=d341d369cbd70b4003c28b16cb5b16fe&version=stable&mode=debug&edition=2015)
* intermediate
+ [(1a-2a-3b)](https://play.rust-lang.org/?gist=49512f2650dab965c3cb808c5f5adc5b&version=stable&mode=debug&edition=2015)
- Compiles without NLL, but fails to compile with NLL.
- I filed the difference as another issue. See #53151.
```rust
//#![feature(nll)]
use std::borrow::Borrow;
use std::sync::Arc;
struct OwnedWrap<B: ToOwned + ?Sized>(<B as ToOwned>::Owned);
impl<'a, B> OwnedWrap<B>
where
B: 'a + ToOwned + ?Sized,
&'a B: Into<Arc<B>>, // (1a) does not compile.
//for<'b> &'b B: Into<Arc<B>>, // (1b) successfully compiles.
{
pub fn to_arc(&self) -> Arc<B> { // (2a) does not compile.
//pub fn to_shared(&'a self) -> Arc<B> { // (2b) `successfully compiles.
let OwnedWrap(ref owned) = *self;
let b: &B = owned.borrow(); // (3a) does not compile.
//let _: &B = owned.borrow(); // (3b) error with NLL, compiles without NLL.
//owned.borrow().into() // (3c) What I want to do.
unimplemented!() // comment in when using 3c.
}
}
fn main() {}
```
Error for (1a-2a-3a) without NLL:
```
Compiling playground v0.0.1 (file:///playground)
error[E0495]: cannot infer an appropriate lifetime for pattern due to conflicting requirements
--> src/main.rs:16:23
|
16 | let OwnedWrap(ref owned) = *self;
| ^^^^^^^^^
|
note: first, the lifetime cannot outlive the anonymous lifetime #1 defined on the method body at 14:5...
--> src/main.rs:14:5
|
14 | / pub fn to_arc(&self) -> Arc<B> { // (2a) does not compile.
15 | | //pub fn to_shared(&'a self) -> Arc<B> { // (2b) `successfully compiles.
16 | | let OwnedWrap(ref owned) = *self;
17 | | let b: &B = owned.borrow(); // (3a) does not compile.
... |
21 | | unimplemented!() // comment in when using 3c.
22 | | }
| |_____^
note: ...so that reference does not outlive borrowed content
--> src/main.rs:16:23
|
16 | let OwnedWrap(ref owned) = *self;
| ^^^^^^^^^
note: but, the lifetime must be valid for the lifetime 'a as defined on the impl at 8:1...
--> src/main.rs:8:1
|
8 | / impl<'a, B> OwnedWrap<B>
9 | | where
10 | | B: 'a + ToOwned + ?Sized,
11 | | &'a B: Into<Arc<B>>, // (1a) does not compile.
... |
22 | | }
23 | | }
| |_^
= note: ...so that the types are compatible:
expected std::marker::Sized
found std::marker::Sized
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
error: Could not compile `playground`.
```
Error for (1a2a-3a) with NLL:
```
Compiling playground v0.0.1 (file:///playground)
warning: unused variable: `b`
--> src/main.rs:17:13
|
17 | let b: &B = owned.borrow(); // (3a) does not compile.
| ^ help: consider using `_b` instead
|
= note: #[warn(unused_variables)] on by default
error: unsatisfied lifetime constraints
--> src/main.rs:17:21
|
8 | impl<'a, B> OwnedWrap<B>
| -- lifetime `'a` defined here
...
14 | pub fn to_arc(&self) -> Arc<B> { // (2a) does not compile.
| - let's call the lifetime of this reference `'1`
...
17 | let b: &B = owned.borrow(); // (3a) does not compile.
| ^^^^^^^^^^^^^^ requires that `'1` must outlive `'a`
error: aborting due to previous error
error: Could not compile `playground`.
```
### Simplified cases 2: toplevel fn
Basic code: https://play.rust-lang.org/?gist=649f1a00835b68d4b51ef4a78a5ac857&version=stable&mode=debug&edition=2015
* error
+ [(1a-2a-3a)](https://play.rust-lang.org/?gist=649f1a00835b68d4b51ef4a78a5ac857&version=stable&mode=debug&edition=2015)
+ [(1a-2a-3c)](https://play.rust-lang.org/?gist=b78e9efa43378b31516f24d4a086c019&version=stable&mode=debug&edition=2015)
* success
+ [(1a-2b-3a)](https://play.rust-lang.org/?gist=3724d4a9dab3766058205d4d02c90551&version=stable&mode=debug&edition=2015)
+ [(1a-2b-3b)](https://play.rust-lang.org/?gist=c5626d3ce41dd45ee9a054fad4742a8f&version=stable&mode=debug&edition=2015)
+ [(1a-2b-3c)](https://play.rust-lang.org/?gist=9a29cee74978f19db85c47118d6923b5&version=stable&mode=debug&edition=2015)
+ [(1b-2a-3a)](https://play.rust-lang.org/?gist=836f203fd40be5479ee88c5b3dda01b2&version=stable&mode=debug&edition=2015)
+ [(1b-2a-3b)](https://play.rust-lang.org/?gist=a5b8399be501b3997a5374e263baba61&version=stable&mode=debug&edition=2015)
+ [(1b-2a-3c)](https://play.rust-lang.org/?gist=24f32e715adc916c8e48128418e63225&version=stable&mode=debug&edition=2015)
+ [(1b-2b-3a)](https://play.rust-lang.org/?gist=608735af16df8b30cde89797db546fd5&version=stable&mode=debug&edition=2015)
+ [(1b-2b-3b)](https://play.rust-lang.org/?gist=51168e483c7a5fe6fe06db9ccbbc4a60&version=stable&mode=debug&edition=2015)
+ [(1b-2b-3c)](https://play.rust-lang.org/?gist=e839d72c8906e64c13e5e3a2125b62e4&version=stable&mode=debug&edition=2015)
* intermediate
+ [(1a-2a-3b)](https://play.rust-lang.org/?gist=0ba71d2ee8ab9306953d3ebe02d9d11d&version=stable&mode=debug&edition=2015)
- Compiles without NLL, but fails to compile with NLL.
- I filed the difference as another issue. See #53151.
```rust
//#![feature(nll)]
use std::borrow::Borrow;
use std::sync::Arc;
struct OwnedWrap<B: ToOwned + ?Sized>(<B as ToOwned>::Owned);
fn to_arc<'a, B>(wrap: &OwnedWrap<B>) -> Arc<B> // (2a) does not compile.
//fn to_arc<'a, B>(wrap: &'a OwnedWrap<B>) -> Arc<B> // (2b) successfully compiles.
where
B: 'a + ToOwned + ?Sized,
&'a B: Into<Arc<B>>, // (1a) does not compile.
//for<'b> &'b B: Into<Arc<B>>, // (1b) successfully compiles.
{
let OwnedWrap(ref owned) = wrap;
let b: &B = owned.borrow(); // (3a) does not compile.
//let _: &B = owned.borrow(); // (3b) error with NLL, compiles without NLL.
//owned.borrow().into() // (3c) What I want to do.
unimplemented!() // comment out when using 3c.
}
fn main() {}
```
### FYI: What I've wanted to do
This code is more meaningful than simplified cases.
https://play.rust-lang.org/?gist=2b304fda2af1102dff60b72b5681a945&version=nightly&mode=debug&edition=2015
| A-trait-system,T-compiler | low | Critical |
348,336,871 | TypeScript | createProgram calls host.getSourceFile multiple times | <!-- π¨ STOP π¨ π¦π§π’π£ π¨ πΊπ»πΆπ· π¨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ: https://github.com/Microsoft/TypeScript/wiki/FAQ
Please fill in the *entire* template below.
-->
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.1.0-dev.20180807
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
**Repro**
```ts
declare let oldProgram: ts.Program;
const originalHost = ts.createCompilerHost(true);
const host = {
... originalHost,
getSourceFile(fileName, ...args) {
console.log(fileName);
return originalHost.getSoruceFile(fileName, ...args);
}
const newProgram = ts.createProgram(oldProgram.getRootFileNames(), oldProgram.getCompilerOptions(), host, oldProgram);
```
**Expected behavior:**
Each fileName is logged once.
**Actual behavior:**
If `structureIsReused !== Completely` fileNames are logged twice: one time from `tryReuseStructureFromOldProgram` and another time from `findSourceFile`. That means these SourceFiles are requested multiple times. This is especially a problem with the default CompilerHost which has no caching. It therefore reads and parses each file multiple times, but only the last one is actually used.
| Docs | low | Critical |
348,342,334 | TypeScript | Refactor "move to function in module scope" moves function past the following variable declaration | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.1.0-dev.20180807
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** refactor function module
**Code**
```ts
import "fs";
function foo() {
const bar = 1; // select this line
}
let flag = false;
function doSomethingWithFlag() {
}
```
1. select the line with the comment
2. choose "extract to function in module scope"
**Expected behavior:**
```ts
import "fs";
function newFunction() {
return 1;
}
function foo() {
const bar = newFunction();
}
let flag = false;
function doSomethingWithFlag() {
}
```
or
```ts
import "fs";
function foo() {
const bar = newFunction();
}
function newFunction() {
return 1;
}
let flag = false;
function doSomethingWithFlag() {
}
```
**Actual behavior:**
```ts
import "fs";
function foo() {
const bar = newFunction();
}
let flag = false;
function newFunction() {
return 1;
}
function doSomethingWithFlag() {
}
``` | Bug,Help Wanted,Domain: Refactorings | low | Major |
348,408,710 | pytorch | [Caffe2] ConvPoolOpBase operator | Hello all,
can you please provide an example showing **how to set the ConvPoolOpBase operator** (which provides the stride and kernel size, or the pads' sizes in each direction) to be able to use the MaxPool and Conv operators for network modelling? It would be nice to have a reference for it since I haven't found any example.
I am interested in **modelling networks** using **only operators** and **not any helper functions**.
| caffe2 | low | Minor |
348,428,683 | TypeScript | In JS, extra circular reference errors when referring to a missing property on `module` | I think this error is wrong, a result of #26236 combined with (probably) #25732. Here's a repro based on lodash:
```
var freeModule = module.nodeType;
var Buffer = module.nodeType ? root.Buffer : undefined;
/**
* Creates a clone of `buffer`.
*
* @private
* @param {Buffer} buffer The buffer to clone.
* @param {boolean} [isDeep] Specify a deep clone.
* @returns {Buffer} Returns the cloned buffer.
*/
function cloneBuffer(buffer, isDeep) {
}
module.exports = cloneBuffer;
```
**Expected behavior:**
No error on either type reference to Buffer in a param tag.
**Actual behavior:**
Error on both, and both say they have a circular reference error. | Bug | low | Critical |
348,445,342 | angular | Calling platformBrowserDynamic a second time silently ignores extraProviders | ## I'm submitting a...
<pre><code>
[x] Bug report
</code></pre>
## Current behavior
```js
platformBrowserDynamic().bootstrapModule(ModuleOne);
platformBrowserDynamic([
{
provide: 'myValue',
useValue: 'something',
}
]).bootstrapModule(ModuleTwo)
```
Both applications are bootstrapped but `'myValue'` is not available to `ModuleTwo`.
You wouldn't write code like this in a single file but it may happen that independent code both calls `platformBrowserDynamic()`.
## Expected behavior
Either
- Make the `extraProviders` available to the bootstrapped module
- Or throw an error saying you cannot call this function twice
- Or throw an error that calling it twice must have the same arguments.
## What is the motivation / use case for changing the behavior?
The issue is hard to debug. Existing code can be broken by newly added independent code if that new code calls `platformBrowserDynamic()` earlier.
## Environment
Angular version: 6.1.1
Browser: not browser-specific
| hotlist: error messages,freq1: low,area: core,core: di,core: bootstrap,type: confusing,P5 | low | Critical |
348,453,027 | flutter | Multiple GlobalKey error hard to debug | Having the same GlobalKey appear in multiple places in the tree currently throws an error like
```
flutter: The following assertion was thrown building DefaultTextStyle(inherit: true, color:
flutter: WidgetX
flutter: Multiple widgets used the same GlobalKey.
flutter: The key [GlobalKey#206b5] was used by multiple widgets. The parents of those widgets were different
flutter: widgets that both had the following description:
flutter: WidgetX
flutter: A GlobalKey can only be specified on one widget at a time in the widget tree.
```
Which describes what the problem is but not why it occurred or how to fix it (if you're developing in a part of an app and don't own the whole app and this issue is caused somewhere by an ancestor).
We should print 2 the ancestry chains to help with diagnosis. | framework,a: debugging,c: proposal,a: error message,P2,team-framework,triaged-framework | low | Critical |
348,480,646 | TypeScript | Class method autocompletions not working properly on class with mixins | _From @Floriferous on August 6, 2018 20:25_
When composing a class together through mixins, the intellisense autocompletion does not work properly:
```js
// @flow
/* eslint-env mocha */
import { expect } from 'chai';
import { compose } from 'recompose';
class RootCalculator {
constructor() {
this.initializer = 2;
}
add(a: number, b: number): number {
return a + b;
}
returnVarParent() {
return this.var;
}
return2(): number {
return 2;
}
parentFunc() {
return this.childFunc();
}
}
const withCalc2 = (SuperClass = class {}) =>
class extends SuperClass {
constructor() {
super();
this.initializer = this.initializer * 2;
}
increment(a: number): number {
return a + 1;
}
setVar(value): void {
this.var = value;
}
};
const withCalc3 = SuperClass =>
class extends SuperClass {
constructor() {
super();
this.initializer = this.initializer + 1;
}
multiply(a: number, b: number): number {
return a * b;
}
returnVarChild(): void {
return this.var;
}
return2(): number {
return -2;
}
childFunc() {
return 'it works';
}
};
const UberClass = compose(
withCalc3,
withCalc2,
)(RootCalculator);
const calculator = new UberClass();
calculator. // Wait for autocomplete, it can't find the class methods, or suggests them after plenty of other stuff
```
<img width="534" alt="screen shot 2018-08-06 at 22 24 33" src="https://user-images.githubusercontent.com/10428082/43739208-888aef5c-99c7-11e8-9676-6002140072d2.png">
_Copied from original issue: Microsoft/vscode#55910_ | Bug | low | Major |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.