text1
stringlengths 0
536k
| text2
stringlengths 0
536k
| label
int64 0
1
|
---|---|---|
<p dir="auto">Hello,</p>
<p dir="auto">I faced this issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="151262308" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/24829" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/24829/hovercard" href="https://github.com/kubernetes/kubernetes/issues/24829">#24829</a> with DNS, and it ended up being a problem with my <strong>ServiceAccount</strong> <code class="notranslate">secret</code> token that was <strong>invalid</strong>.</p>
<p dir="auto">I had 3 secrets in my <code class="notranslate">kube-system</code> <strong>ServiceAccount</strong> for some reason.</p>
<p dir="auto">I understand that when <code class="notranslate">secrets</code> are deleted, a new token is generated and associated with the <strong>ServiceAccount</strong>.</p>
<p dir="auto">I just don't understand how I ended up with 3 secrets, and how one (maybe 2?) was invalid.</p>
<ul dir="auto">
<li>How are secrets invalidated?</li>
<li>How are they created besides when there are none? Is it on <code class="notranslate">apiserver</code> start? on <code class="notranslate">kubelet</code> start?</li>
<li>It's obviously possible to have multiple tokens for a service account, but how can this happen automatically?</li>
</ul>
<p dir="auto">When invalidated, shouldn't these automatically generated tokens also be automatically removed from the <strong>ServiceAccount</strong>?</p>
<p dir="auto">Thanks</p> | <p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.): bo</p>
<p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.): etcd</p>
<p dir="auto"><strong>What happened</strong>:</p>
<ol dir="auto">
<li>I ran etcd in container, without binding its ports to the host.</li>
<li>I started k8s local cluster (<code class="notranslate">./hack/local-up-cluster.sh</code>)</li>
<li>Error <code class="notranslate">etcd appears to already be running...</code></li>
</ol>
<p dir="auto"><strong>What you expected to happen</strong>:</p>
<p dir="auto">I expect that <code class="notranslate">local-up-cluster.sh</code> will allow to run containerized instances of etcd which don't bring any conflict to the k8s etcd instance. Why? Because for some external software which is intended to run alongside Kubernetes (i.e. Calico) it's recommended to run separate etcd. I'm also working on the external runtime service, which will be running its own etcd instance.</p> | 0 |
<p dir="auto">This is needed for compatibility with <code class="notranslate">histogram</code>, which deprecated <code class="notranslate">normed</code> in favor of <code class="notranslate">density</code>.</p> | <h3 dir="auto">Reproducing code example:</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ python3 -c 'print(1.0<1.0+1.0j)'
Traceback (most recent call last):
File "<string>", line 1, in <module>
TypeError: '<' not supported between instances of 'float' and 'complex'
$ python3 -c 'import numpy; print(1.0<numpy.complex64(1.0+1.0j))'
True
$ python3 -c 'import numpy; print(1.0<numpy.complex64(1.0-1.0j))'
False"><pre class="notranslate"><code class="notranslate">$ python3 -c 'print(1.0<1.0+1.0j)'
Traceback (most recent call last):
File "<string>", line 1, in <module>
TypeError: '<' not supported between instances of 'float' and 'complex'
$ python3 -c 'import numpy; print(1.0<numpy.complex64(1.0+1.0j))'
True
$ python3 -c 'import numpy; print(1.0<numpy.complex64(1.0-1.0j))'
False
</code></pre></div>
<h3 dir="auto">NumPy/Python version information:</h3>
<p dir="auto">1.17.4 3.8.5 (default, May 27 2021, 13:30:53)<br>
[GCC 9.3.0]</p>
<p dir="auto">The bare python implementation throws an error, as it should. The behavior of the numpy.complex64 class shows behavior that is inconsistent with that, doesn't make sense mathematically, and doesn't seem to be documented anywhere. It appears to be doing a lexicographic comparison of real and imaginary parts. It should throw a type error instead. Since the present behavior does not seem to be defined anywhere, nobody should be depending on the undefined behavior, and fixing it should not cause problems.</p> | 0 |
<p dir="auto"><strong>What is the current behavior?</strong><br>
Using <code class="notranslate">.stopPropagation</code> in an <code class="notranslate">onFocus</code> event on a textarea or its parent causes the cursor to disappear or render at an incorrect location in Firefox.</p>
<p dir="auto">You can see the vanishing cursor <a href="https://jsfiddle.net/aq59me3d/3/" rel="nofollow">at this fiddle</a>. There are no issues on Chrome and Edge, but FireFox 50.1.0 has this problem. In my full app, the cursor doesn't vanish but rather moves elsewhere (italics are placeholder text):</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2739312/21473053/83e67f52-cac5-11e6-8b6c-1e1f98289bb6.png"><img width="118" alt="2016-12-25" src="https://cloud.githubusercontent.com/assets/2739312/21473053/83e67f52-cac5-11e6-8b6c-1e1f98289bb6.png" style="max-width: 100%;"></a></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2739312/21473058/a0e1f168-cac5-11e6-872e-70d8e6d83c93.png"><img width="88" alt="2016-12-25 1" src="https://cloud.githubusercontent.com/assets/2739312/21473058/a0e1f168-cac5-11e6-872e-70d8e6d83c93.png" style="max-width: 100%;"></a></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2739312/21473055/8836dc5a-cac5-11e6-8adc-4edb65763104.png"><img width="66" alt="2016-12-25 2" src="https://cloud.githubusercontent.com/assets/2739312/21473055/8836dc5a-cac5-11e6-8adc-4edb65763104.png" style="max-width: 100%;"></a></p>
<p dir="auto">I have not reproduced this behavior in the fiddle.</p>
<p dir="auto"><strong>What is the expected behavior?</strong><br>
It's hard to say what the expected behavior is, since the real <code class="notranslate">focus</code> event does not bubble. <a href="https://jsfiddle.net/axacmxfv/" rel="nofollow">Here</a>'s a fiddle to show that the cursor position is not affected when the event is stopped in a vanilla-JS environment.</p>
<p dir="auto"><strong>Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?</strong><br>
The fiddle shows the issue with <code class="notranslate">15.4.1</code> on FF (on Windows 10). I saw the same issue on <code class="notranslate">15.3</code>.</p>
<p dir="auto"><strong>Why stopPropagation</strong><br>
Before I get eaten alive for using this, I'll just say that having a non-bubbling focus event simplifies one of the interactions I'm setting up. Specifically, my app has a bunch of widgets that can be marked active. When a user clicks into a field in the widget, that widget should be marked active. However, widgets can be nested in other widgets, in which only the inner-most widget should be marked active.</p> | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
Bug</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
When the onFocus event handler of an element calls stopPropagation, the cursor of the element as well as the selection is not shown in Firefox 54.0.1 64 Bit.</p>
<p dir="auto"><strong>Steps to reproduce</strong><br>
Create an element and call stopPropation() in the onFocus event handler.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="handleOnFocus(e) {
e.stopPropagation();
}
render() {
return <input onFocus={this.handleOnFocus} type="text" />;
}"><pre class="notranslate"><code class="notranslate">handleOnFocus(e) {
e.stopPropagation();
}
render() {
return <input onFocus={this.handleOnFocus} type="text" />;
}
</code></pre></div>
<p dir="auto"><a href="https://jsfiddle.net/y36vcoLb/1/" rel="nofollow">JSFiddle</a></p>
<p dir="auto"><strong>What is the expected behavior?</strong><br>
Expected is that the cursor and the selection of text is visible in the element, as seen in Chrome 58 64-Bit and Edge 38.</p>
<p dir="auto"><strong>Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?</strong><br>
I have seen this issue in React 15.5.4 and 15.6.1 in Firefox 54.0.1 64-Bit on Windows 10</p> | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>Dubbo version: 2.7.9-SNAPSHOT</li>
<li>Operating System version: Mac OS X</li>
<li>Java version: jdk1.8.0_211</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<ol dir="auto">
<li><a href="http://dubbo.apache.org/zh-cn/docs/dev/design.html" rel="nofollow">http://dubbo.apache.org/zh-cn/docs/dev/design.html</a></li>
</ol>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/39361661/93200956-1565f000-f783-11ea-8899-fb87ab879b85.png"><img width="1114" alt="image" src="https://user-images.githubusercontent.com/39361661/93200956-1565f000-f783-11ea-8899-fb87ab879b85.png" style="max-width: 100%;"></a></p>
<h3 dir="auto">Expected Result</h3>
<p dir="auto">Consumer 调用经过的第一个 filter 未处理缓存相关的 filter.在调试中发现在 loadBalance 之后才进行 cacheFilter 的过滤.</p>
<h3 dir="auto">Actual Result</h3>
<p dir="auto">猜测是未更新文档.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Just put your stack trace here!"><pre class="notranslate"><code class="notranslate">Just put your stack trace here!
</code></pre></div>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/39361661/93201288-90c7a180-f783-11ea-9e6c-7fd062408664.png"><img src="https://user-images.githubusercontent.com/39361661/93201288-90c7a180-f783-11ea-9e6c-7fd062408664.png" alt="截屏2020-09-15 下午3 13 33" style="max-width: 100%;"></a></p> | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>Dubbo version: 2.7.4.1</li>
<li>Operating System version: �centos 6.8</li>
<li>Java version: 1.8</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<p dir="auto">使用dubbo 2.7.4.1进行dubbo泛化同步调用,相比使用dubbo 2.6.2进行dubbo泛化同步调用,2.7.4.1的QPS大概是2.6.2的60%,配置相同,只是高版本某些命名空间不同,是还有什么配置吗?</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="public class DubboProxyService {
private final Map<String, ApplicationConfig> APPLICATION_CONFIG_MAP = new ConcurrentHashMap<>();
private final Map<String, List<RegistryConfig>> REGISTRY_CONFIG_MAP = new ConcurrentHashMap<>();
private final List<String> DUBBO_LOADBALANCE_LIST = new ArrayList<String>() {{
// com.alibaba.dubbo.rpc.cluster.loadbalance.RandomLoadBalance
add("random");
// com.alibaba.dubbo.rpc.cluster.loadbalance.RoundRobinLoadBalance
add("roundrobin");
// com.alibaba.dubbo.rpc.cluster.loadbalance.LeastActiveLoadBalance
add("leastactive");
// com.alibaba.dubbo.rpc.cluster.loadbalance.ConsistentHashLoadBalance
add("consistenthash");
}};
private final Splitter DUBBO_REGISTRIES_SPLITTER = Splitter.on(",").omitEmptyStrings().trimResults();
public Object genericInvoker(final Map<String, Object> paramMap, final DubboSelectorHandle dubboSelectorHandle, final DubboRuleHandler dubboRuleHandler) {
ReferenceConfig<GenericService> reference = buildReferenceConfig(dubboSelectorHandle, dubboRuleHandler, paramMap.get(Constants.DUBBO_INTERFACE_NAME).toString());
ReferenceConfigCache configCache = ReferenceConfigCache.getCache();
GenericService genericService;
try {
genericService = configCache.get(reference);
if (Objects.isNull(genericService)) {
configCache.destroy(reference);
throw new RuntimeException("dubbo genericService has exception");
}
} catch (NullPointerException e) {
configCache.destroy(reference);
log.error("DubboProxyService genericInvoker configCache fail, paramMap={}, cause={}", paramMap, Throwables.getStackTraceAsString(e));
throw new RuntimeException(e.getMessage());
}
Pair<String[], Object[]> pair = buildParameter(paramMap);
try {
//log.info(JsonUtils.toJson(paramMap));
return genericService.$invoke(paramMap.get(Constants.DUBBO_METHOD).toString(), pair.getLeft(), pair.getRight());
} catch (GenericException e) {
log.error("DubboProxyService genericInvoker $invoke fail, paramMap={}, cause={}", paramMap, Throwables.getStackTraceAsString(e));
throw new RuntimeException(e.getMessage());
}
}
private ReferenceConfig<GenericService> buildReferenceConfig(DubboSelectorHandle selectorHandle, DubboRuleHandler ruleHandler, String interfaceName) {
String appName = selectorHandle.getAppName();
ReferenceConfig<GenericService> reference = new ReferenceConfig<>();
reference.setGeneric(true);
reference.setApplication(APPLICATION_CONFIG_MAP.computeIfAbsent(appName, f -> new ApplicationConfig(appName)));
reference.setRegistries(REGISTRY_CONFIG_MAP.computeIfAbsent(appName,
f -> StreamSupport.stream(Optional.of(selectorHandle.getRegistry())
.map(DUBBO_REGISTRIES_SPLITTER::split)
.get().spliterator(), false)
.map(s -> "zookeeper://" + s)
.map(RegistryConfig::new)
.collect(Collectors.toList())));
reference.setInterface(interfaceName);
Optional.ofNullable(ruleHandler).map(DubboRuleHandler::getTimeout).ifPresent(reference::setTimeout);
Optional.ofNullable(ruleHandler).map(DubboRuleHandler::getRetries).ifPresent(reference::setRetries);
Optional.of(selectorHandle).map(DubboSelectorHandle::getProtocol).ifPresent(s -> {
if (!Strings.isNullOrEmpty(s)) {
reference.setProtocol(s);
}
});
Optional.ofNullable(ruleHandler).map(DubboRuleHandler::getVersion).ifPresent(s -> {
if (!Strings.isNullOrEmpty(s)) {
reference.setVersion(s);
}
});
Optional.ofNullable(ruleHandler).map(DubboRuleHandler::getGroup).ifPresent(s -> {
if (!Strings.isNullOrEmpty(s)) {
reference.setGroup(s);
}
});
Optional.ofNullable(ruleHandler).map(DubboRuleHandler::getLoadBalance).ifPresent(s -> {
if (DUBBO_LOADBALANCE_LIST.contains(s)) {
reference.setLoadbalance(s);
}
});
//reference.setCluster("issFailover");
reference.setClient("netty4");
return reference;
}
private Pair<String[], Object[]> buildParameter(Map<String, Object> paramMap) {
List<String> parameterTypes = new ArrayList<>();
List<Object> args = new ArrayList<>();
if (paramMap.containsKey(Constants.DUBBO_PARAM_CLASS)) {
List<String> clazz = GsonUtils.getInstance().fromList(paramMap.get(Constants.DUBBO_PARAM_CLASS).toString(), String.class);
AtomicBoolean hasList = new AtomicBoolean(false);
clazz.forEach(c -> {
parameterTypes.add(c);
if (List.class.getName().equals(c)) {
hasList.set(true);
}
});
if (hasList.get()) {
String classParams = paramMap.get(Constants.DUBBO_CLASS_PARAMS).toString();
List<Map> params = GsonUtils.getInstance().toListMap(classParams);
args.add(params);
} else {
String classParams = paramMap.get(Constants.DUBBO_CLASS_PARAMS).toString();
args.addAll(GsonUtils.getInstance().fromJson(classParams, List.class));
}
}
if (paramMap.containsKey(Constants.DUBBO_GENERIC_PARAMS) && !"null".equals(paramMap.get(Constants.DUBBO_GENERIC_PARAMS).toString())) {
Map<String, Object> map = GsonUtils.getInstance().toObjectMap(paramMap.get(Constants.DUBBO_GENERIC_PARAMS).toString());
map.forEach((k, v) -> {
if (v instanceof JsonArray) {
List<String> arg = GsonUtils.getInstance().fromList(v.toString(), String.class);
arg.forEach(a -> {
parameterTypes.add(k);
args.add(a);
});
} else {
parameterTypes.add(k);
args.add(v);
}
});
}
return Pair.of(parameterTypes.toArray(new String[0]), args.toArray());
}
}"><pre class="notranslate"><span class="pl-k">public</span> <span class="pl-k">class</span> <span class="pl-smi">DubboProxyService</span> {
<span class="pl-k">private</span> <span class="pl-k">final</span> <span class="pl-smi">Map</span><<span class="pl-smi">String</span>, <span class="pl-smi">ApplicationConfig</span>> <span class="pl-c1">APPLICATION_CONFIG_MAP</span> = <span class="pl-k">new</span> <span class="pl-smi">ConcurrentHashMap</span><>();
<span class="pl-k">private</span> <span class="pl-k">final</span> <span class="pl-smi">Map</span><<span class="pl-smi">String</span>, <span class="pl-smi">List</span><<span class="pl-smi">RegistryConfig</span>>> <span class="pl-c1">REGISTRY_CONFIG_MAP</span> = <span class="pl-k">new</span> <span class="pl-smi">ConcurrentHashMap</span><>();
<span class="pl-k">private</span> <span class="pl-k">final</span> <span class="pl-smi">List</span><<span class="pl-smi">String</span>> <span class="pl-c1">DUBBO_LOADBALANCE_LIST</span> = <span class="pl-k">new</span> <span class="pl-smi">ArrayList</span><<span class="pl-smi">String</span>>() {{
<span class="pl-c">// com.alibaba.dubbo.rpc.cluster.loadbalance.RandomLoadBalance</span>
<span class="pl-en">add</span>(<span class="pl-s">"random"</span>);
<span class="pl-c">// com.alibaba.dubbo.rpc.cluster.loadbalance.RoundRobinLoadBalance</span>
<span class="pl-en">add</span>(<span class="pl-s">"roundrobin"</span>);
<span class="pl-c">// com.alibaba.dubbo.rpc.cluster.loadbalance.LeastActiveLoadBalance</span>
<span class="pl-en">add</span>(<span class="pl-s">"leastactive"</span>);
<span class="pl-c">// com.alibaba.dubbo.rpc.cluster.loadbalance.ConsistentHashLoadBalance</span>
<span class="pl-en">add</span>(<span class="pl-s">"consistenthash"</span>);
}};
<span class="pl-k">private</span> <span class="pl-k">final</span> <span class="pl-smi">Splitter</span> <span class="pl-c1">DUBBO_REGISTRIES_SPLITTER</span> = <span class="pl-smi">Splitter</span>.<span class="pl-en">on</span>(<span class="pl-s">","</span>).<span class="pl-en">omitEmptyStrings</span>().<span class="pl-en">trimResults</span>();
<span class="pl-k">public</span> <span class="pl-smi">Object</span> <span class="pl-en">genericInvoker</span>(<span class="pl-k">final</span> <span class="pl-smi">Map</span><<span class="pl-smi">String</span>, <span class="pl-smi">Object</span>> <span class="pl-s1">paramMap</span>, <span class="pl-k">final</span> <span class="pl-smi">DubboSelectorHandle</span> <span class="pl-s1">dubboSelectorHandle</span>, <span class="pl-k">final</span> <span class="pl-smi">DubboRuleHandler</span> <span class="pl-s1">dubboRuleHandler</span>) {
<span class="pl-smi">ReferenceConfig</span><<span class="pl-smi">GenericService</span>> <span class="pl-s1">reference</span> = <span class="pl-en">buildReferenceConfig</span>(<span class="pl-s1">dubboSelectorHandle</span>, <span class="pl-s1">dubboRuleHandler</span>, <span class="pl-s1">paramMap</span>.<span class="pl-en">get</span>(<span class="pl-smi">Constants</span>.<span class="pl-c1">DUBBO_INTERFACE_NAME</span>).<span class="pl-en">toString</span>());
<span class="pl-smi">ReferenceConfigCache</span> <span class="pl-s1">configCache</span> = <span class="pl-smi">ReferenceConfigCache</span>.<span class="pl-en">getCache</span>();
<span class="pl-smi">GenericService</span> <span class="pl-s1">genericService</span>;
<span class="pl-k">try</span> {
<span class="pl-s1">genericService</span> = <span class="pl-s1">configCache</span>.<span class="pl-en">get</span>(<span class="pl-s1">reference</span>);
<span class="pl-k">if</span> (<span class="pl-smi">Objects</span>.<span class="pl-en">isNull</span>(<span class="pl-s1">genericService</span>)) {
<span class="pl-s1">configCache</span>.<span class="pl-en">destroy</span>(<span class="pl-s1">reference</span>);
<span class="pl-k">throw</span> <span class="pl-k">new</span> <span class="pl-smi">RuntimeException</span>(<span class="pl-s">"dubbo genericService has exception"</span>);
}
} <span class="pl-k">catch</span> (<span class="pl-smi">NullPointerException</span> <span class="pl-s1">e</span>) {
<span class="pl-s1">configCache</span>.<span class="pl-en">destroy</span>(<span class="pl-s1">reference</span>);
<span class="pl-s1">log</span>.<span class="pl-en">error</span>(<span class="pl-s">"DubboProxyService genericInvoker configCache fail, paramMap={}, cause={}"</span>, <span class="pl-s1">paramMap</span>, <span class="pl-smi">Throwables</span>.<span class="pl-en">getStackTraceAsString</span>(<span class="pl-s1">e</span>));
<span class="pl-k">throw</span> <span class="pl-k">new</span> <span class="pl-smi">RuntimeException</span>(<span class="pl-s1">e</span>.<span class="pl-en">getMessage</span>());
}
<span class="pl-smi">Pair</span><<span class="pl-smi">String</span>[], <span class="pl-smi">Object</span>[]> <span class="pl-s1">pair</span> = <span class="pl-en">buildParameter</span>(<span class="pl-s1">paramMap</span>);
<span class="pl-k">try</span> {
<span class="pl-c">//log.info(JsonUtils.toJson(paramMap));</span>
<span class="pl-k">return</span> <span class="pl-s1">genericService</span>.<span class="pl-en">$invoke</span>(<span class="pl-s1">paramMap</span>.<span class="pl-en">get</span>(<span class="pl-smi">Constants</span>.<span class="pl-c1">DUBBO_METHOD</span>).<span class="pl-en">toString</span>(), <span class="pl-s1">pair</span>.<span class="pl-en">getLeft</span>(), <span class="pl-s1">pair</span>.<span class="pl-en">getRight</span>());
} <span class="pl-k">catch</span> (<span class="pl-smi">GenericException</span> <span class="pl-s1">e</span>) {
<span class="pl-s1">log</span>.<span class="pl-en">error</span>(<span class="pl-s">"DubboProxyService genericInvoker $invoke fail, paramMap={}, cause={}"</span>, <span class="pl-s1">paramMap</span>, <span class="pl-smi">Throwables</span>.<span class="pl-en">getStackTraceAsString</span>(<span class="pl-s1">e</span>));
<span class="pl-k">throw</span> <span class="pl-k">new</span> <span class="pl-smi">RuntimeException</span>(<span class="pl-s1">e</span>.<span class="pl-en">getMessage</span>());
}
}
<span class="pl-k">private</span> <span class="pl-smi">ReferenceConfig</span><<span class="pl-smi">GenericService</span>> <span class="pl-en">buildReferenceConfig</span>(<span class="pl-smi">DubboSelectorHandle</span> <span class="pl-s1">selectorHandle</span>, <span class="pl-smi">DubboRuleHandler</span> <span class="pl-s1">ruleHandler</span>, <span class="pl-smi">String</span> <span class="pl-s1">interfaceName</span>) {
<span class="pl-smi">String</span> <span class="pl-s1">appName</span> = <span class="pl-s1">selectorHandle</span>.<span class="pl-en">getAppName</span>();
<span class="pl-smi">ReferenceConfig</span><<span class="pl-smi">GenericService</span>> <span class="pl-s1">reference</span> = <span class="pl-k">new</span> <span class="pl-smi">ReferenceConfig</span><>();
<span class="pl-s1">reference</span>.<span class="pl-en">setGeneric</span>(<span class="pl-c1">true</span>);
<span class="pl-s1">reference</span>.<span class="pl-en">setApplication</span>(<span class="pl-smi">APPLICATION_CONFIG_MAP</span>.<span class="pl-en">computeIfAbsent</span>(<span class="pl-s1">appName</span>, <span class="pl-s1">f</span> -> <span class="pl-k">new</span> <span class="pl-smi">ApplicationConfig</span>(<span class="pl-s1">appName</span>)));
<span class="pl-s1">reference</span>.<span class="pl-en">setRegistries</span>(<span class="pl-smi">REGISTRY_CONFIG_MAP</span>.<span class="pl-en">computeIfAbsent</span>(<span class="pl-s1">appName</span>,
<span class="pl-s1">f</span> -> <span class="pl-smi">StreamSupport</span>.<span class="pl-en">stream</span>(<span class="pl-smi">Optional</span>.<span class="pl-en">of</span>(<span class="pl-s1">selectorHandle</span>.<span class="pl-en">getRegistry</span>())
.<span class="pl-en">map</span>(<span class="pl-smi">DUBBO_REGISTRIES_SPLITTER</span>::<span class="pl-s1">split</span>)
.<span class="pl-en">get</span>().<span class="pl-en">spliterator</span>(), <span class="pl-c1">false</span>)
.<span class="pl-en">map</span>(<span class="pl-s1">s</span> -> <span class="pl-s">"zookeeper://"</span> + <span class="pl-s1">s</span>)
.<span class="pl-en">map</span>(<span class="pl-smi">RegistryConfig</span>::<span class="pl-k">new</span>)
.<span class="pl-en">collect</span>(<span class="pl-smi">Collectors</span>.<span class="pl-en">toList</span>())));
<span class="pl-s1">reference</span>.<span class="pl-en">setInterface</span>(<span class="pl-s1">interfaceName</span>);
<span class="pl-smi">Optional</span>.<span class="pl-en">ofNullable</span>(<span class="pl-s1">ruleHandler</span>).<span class="pl-en">map</span>(<span class="pl-smi">DubboRuleHandler</span>::<span class="pl-s1">getTimeout</span>).<span class="pl-en">ifPresent</span>(<span class="pl-s1">reference</span>::<span class="pl-s1">setTimeout</span>);
<span class="pl-smi">Optional</span>.<span class="pl-en">ofNullable</span>(<span class="pl-s1">ruleHandler</span>).<span class="pl-en">map</span>(<span class="pl-smi">DubboRuleHandler</span>::<span class="pl-s1">getRetries</span>).<span class="pl-en">ifPresent</span>(<span class="pl-s1">reference</span>::<span class="pl-s1">setRetries</span>);
<span class="pl-smi">Optional</span>.<span class="pl-en">of</span>(<span class="pl-s1">selectorHandle</span>).<span class="pl-en">map</span>(<span class="pl-smi">DubboSelectorHandle</span>::<span class="pl-s1">getProtocol</span>).<span class="pl-en">ifPresent</span>(<span class="pl-s1">s</span> -> {
<span class="pl-k">if</span> (!<span class="pl-smi">Strings</span>.<span class="pl-en">isNullOrEmpty</span>(<span class="pl-s1">s</span>)) {
<span class="pl-s1">reference</span>.<span class="pl-en">setProtocol</span>(<span class="pl-s1">s</span>);
}
});
<span class="pl-smi">Optional</span>.<span class="pl-en">ofNullable</span>(<span class="pl-s1">ruleHandler</span>).<span class="pl-en">map</span>(<span class="pl-smi">DubboRuleHandler</span>::<span class="pl-s1">getVersion</span>).<span class="pl-en">ifPresent</span>(<span class="pl-s1">s</span> -> {
<span class="pl-k">if</span> (!<span class="pl-smi">Strings</span>.<span class="pl-en">isNullOrEmpty</span>(<span class="pl-s1">s</span>)) {
<span class="pl-s1">reference</span>.<span class="pl-en">setVersion</span>(<span class="pl-s1">s</span>);
}
});
<span class="pl-smi">Optional</span>.<span class="pl-en">ofNullable</span>(<span class="pl-s1">ruleHandler</span>).<span class="pl-en">map</span>(<span class="pl-smi">DubboRuleHandler</span>::<span class="pl-s1">getGroup</span>).<span class="pl-en">ifPresent</span>(<span class="pl-s1">s</span> -> {
<span class="pl-k">if</span> (!<span class="pl-smi">Strings</span>.<span class="pl-en">isNullOrEmpty</span>(<span class="pl-s1">s</span>)) {
<span class="pl-s1">reference</span>.<span class="pl-en">setGroup</span>(<span class="pl-s1">s</span>);
}
});
<span class="pl-smi">Optional</span>.<span class="pl-en">ofNullable</span>(<span class="pl-s1">ruleHandler</span>).<span class="pl-en">map</span>(<span class="pl-smi">DubboRuleHandler</span>::<span class="pl-s1">getLoadBalance</span>).<span class="pl-en">ifPresent</span>(<span class="pl-s1">s</span> -> {
<span class="pl-k">if</span> (<span class="pl-smi">DUBBO_LOADBALANCE_LIST</span>.<span class="pl-en">contains</span>(<span class="pl-s1">s</span>)) {
<span class="pl-s1">reference</span>.<span class="pl-en">setLoadbalance</span>(<span class="pl-s1">s</span>);
}
});
<span class="pl-c">//reference.setCluster("issFailover");</span>
<span class="pl-s1">reference</span>.<span class="pl-en">setClient</span>(<span class="pl-s">"netty4"</span>);
<span class="pl-k">return</span> <span class="pl-s1">reference</span>;
}
<span class="pl-k">private</span> <span class="pl-smi">Pair</span><<span class="pl-smi">String</span>[], <span class="pl-smi">Object</span>[]> <span class="pl-en">buildParameter</span>(<span class="pl-smi">Map</span><<span class="pl-smi">String</span>, <span class="pl-smi">Object</span>> <span class="pl-s1">paramMap</span>) {
<span class="pl-smi">List</span><<span class="pl-smi">String</span>> <span class="pl-s1">parameterTypes</span> = <span class="pl-k">new</span> <span class="pl-smi">ArrayList</span><>();
<span class="pl-smi">List</span><<span class="pl-smi">Object</span>> <span class="pl-s1">args</span> = <span class="pl-k">new</span> <span class="pl-smi">ArrayList</span><>();
<span class="pl-k">if</span> (<span class="pl-s1">paramMap</span>.<span class="pl-en">containsKey</span>(<span class="pl-smi">Constants</span>.<span class="pl-c1">DUBBO_PARAM_CLASS</span>)) {
<span class="pl-smi">List</span><<span class="pl-smi">String</span>> <span class="pl-s1">clazz</span> = <span class="pl-smi">GsonUtils</span>.<span class="pl-en">getInstance</span>().<span class="pl-en">fromList</span>(<span class="pl-s1">paramMap</span>.<span class="pl-en">get</span>(<span class="pl-smi">Constants</span>.<span class="pl-c1">DUBBO_PARAM_CLASS</span>).<span class="pl-en">toString</span>(), <span class="pl-smi">String</span>.<span class="pl-k">class</span>);
<span class="pl-smi">AtomicBoolean</span> <span class="pl-s1">hasList</span> = <span class="pl-k">new</span> <span class="pl-smi">AtomicBoolean</span>(<span class="pl-c1">false</span>);
<span class="pl-s1">clazz</span>.<span class="pl-en">forEach</span>(<span class="pl-s1">c</span> -> {
<span class="pl-s1">parameterTypes</span>.<span class="pl-en">add</span>(<span class="pl-s1">c</span>);
<span class="pl-k">if</span> (<span class="pl-smi">List</span>.<span class="pl-k">class</span>.<span class="pl-en">getName</span>().<span class="pl-en">equals</span>(<span class="pl-s1">c</span>)) {
<span class="pl-s1">hasList</span>.<span class="pl-en">set</span>(<span class="pl-c1">true</span>);
}
});
<span class="pl-k">if</span> (<span class="pl-s1">hasList</span>.<span class="pl-en">get</span>()) {
<span class="pl-smi">String</span> <span class="pl-s1">classParams</span> = <span class="pl-s1">paramMap</span>.<span class="pl-en">get</span>(<span class="pl-smi">Constants</span>.<span class="pl-c1">DUBBO_CLASS_PARAMS</span>).<span class="pl-en">toString</span>();
<span class="pl-smi">List</span><<span class="pl-smi">Map</span>> <span class="pl-s1">params</span> = <span class="pl-smi">GsonUtils</span>.<span class="pl-en">getInstance</span>().<span class="pl-en">toListMap</span>(<span class="pl-s1">classParams</span>);
<span class="pl-s1">args</span>.<span class="pl-en">add</span>(<span class="pl-s1">params</span>);
} <span class="pl-k">else</span> {
<span class="pl-smi">String</span> <span class="pl-s1">classParams</span> = <span class="pl-s1">paramMap</span>.<span class="pl-en">get</span>(<span class="pl-smi">Constants</span>.<span class="pl-c1">DUBBO_CLASS_PARAMS</span>).<span class="pl-en">toString</span>();
<span class="pl-s1">args</span>.<span class="pl-en">addAll</span>(<span class="pl-smi">GsonUtils</span>.<span class="pl-en">getInstance</span>().<span class="pl-en">fromJson</span>(<span class="pl-s1">classParams</span>, <span class="pl-smi">List</span>.<span class="pl-k">class</span>));
}
}
<span class="pl-k">if</span> (<span class="pl-s1">paramMap</span>.<span class="pl-en">containsKey</span>(<span class="pl-smi">Constants</span>.<span class="pl-c1">DUBBO_GENERIC_PARAMS</span>) && !<span class="pl-s">"null"</span>.<span class="pl-en">equals</span>(<span class="pl-s1">paramMap</span>.<span class="pl-en">get</span>(<span class="pl-smi">Constants</span>.<span class="pl-c1">DUBBO_GENERIC_PARAMS</span>).<span class="pl-en">toString</span>())) {
<span class="pl-smi">Map</span><<span class="pl-smi">String</span>, <span class="pl-smi">Object</span>> <span class="pl-s1">map</span> = <span class="pl-smi">GsonUtils</span>.<span class="pl-en">getInstance</span>().<span class="pl-en">toObjectMap</span>(<span class="pl-s1">paramMap</span>.<span class="pl-en">get</span>(<span class="pl-smi">Constants</span>.<span class="pl-c1">DUBBO_GENERIC_PARAMS</span>).<span class="pl-en">toString</span>());
<span class="pl-s1">map</span>.<span class="pl-en">forEach</span>((<span class="pl-s1">k</span>, <span class="pl-s1">v</span>) -> {
<span class="pl-k">if</span> (<span class="pl-s1">v</span> <span class="pl-k">instanceof</span> <span class="pl-smi">JsonArray</span>) {
<span class="pl-smi">List</span><<span class="pl-smi">String</span>> <span class="pl-s1">arg</span> = <span class="pl-smi">GsonUtils</span>.<span class="pl-en">getInstance</span>().<span class="pl-en">fromList</span>(<span class="pl-s1">v</span>.<span class="pl-en">toString</span>(), <span class="pl-smi">String</span>.<span class="pl-k">class</span>);
<span class="pl-s1">arg</span>.<span class="pl-en">forEach</span>(<span class="pl-s1">a</span> -> {
<span class="pl-s1">parameterTypes</span>.<span class="pl-en">add</span>(<span class="pl-s1">k</span>);
<span class="pl-s1">args</span>.<span class="pl-en">add</span>(<span class="pl-s1">a</span>);
});
} <span class="pl-k">else</span> {
<span class="pl-s1">parameterTypes</span>.<span class="pl-en">add</span>(<span class="pl-s1">k</span>);
<span class="pl-s1">args</span>.<span class="pl-en">add</span>(<span class="pl-s1">v</span>);
}
});
}
<span class="pl-k">return</span> <span class="pl-smi">Pair</span>.<span class="pl-en">of</span>(<span class="pl-s1">parameterTypes</span>.<span class="pl-en">toArray</span>(<span class="pl-k">new</span> <span class="pl-smi">String</span>[<span class="pl-c1">0</span>]), <span class="pl-s1">args</span>.<span class="pl-en">toArray</span>());
}
}</pre></div>
<h3 dir="auto">Expected Result</h3>
<p dir="auto">dubbo 2.7.4.1进行泛化同步调用时,性能不弱于2.6.2</p>
<h3 dir="auto">Actual Result</h3>
<p dir="auto">�dubbo 2.7.4.1 进行泛化同步调用时,性能大副弱于2.6.2</p>
<p dir="auto">If there is an exception, please attach the exception trace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Just put your stack trace here!"><pre class="notranslate"><code class="notranslate">Just put your stack trace here!
</code></pre></div> | 0 |
<pre class="notranslate">1. What is a short input program that triggers the error?
package pkg
type A interface{}
type B interface{}
func F(a A) {
control := make(chan B)
control <- a
}
2. What is the full compiler output?
example.go:8: internal compiler error: syslook: can't find runtime.convE2E
Please file a bug report including a short program that triggers the error.
<a href="http://code.google.com/p/go/issues/entry?template=compilerbug" rel="nofollow">http://code.google.com/p/go/issues/entry?template=compilerbug</a>
3. What version of the compiler are you using? (Run it with the -V flag.)
6g version release.r56 7666
4. Notes?
This clearly is an invalid program, but its error message needs some love.</pre> | <p dir="auto">by <strong><a href="mailto:[email protected]">[email protected]</a></strong>:</p>
<pre class="notranslate">There is a bug in the RPC server that causes an infinite loop (with infinite error
messages on the console) if there is an error condition on the socket. This bug
triggers routinely on Windows, but it can also happen on Linux. Here is a sample code
which reproduces the problem.
Bug verified on Go r60.1 and Go weekly.2011-09-21
Run "./bug server" in one window and "./bug client" in another. The
server will infinite loop and print the following message forever:
2011/09/29 12:27:34 rpc: rpc: server cannot decode request: invalid character '{'
looking for beginning of object key string
2011/09/29 12:27:34 rpc: rpc: server cannot decode request: invalid character '{'
looking for beginning of object key string
2011/09/29 12:27:34 rpc: rpc: server cannot decode request: invalid character '{'
looking for beginning of object key string
2011/09/29 12:27:34 rpc: rpc: server cannot decode request: invalid character '{'
looking for beginning of object key string
...
/////////// bug.go /////////////
package main
import "os"
import "net"
import "rpc"
import "rpc/jsonrpc"
import "fmt"
func handleErr(who string, err os.Error) bool {
if (err != nil) {
fmt.Fprintln(os.Stderr, who, err)
return true
}
return false
}
type BugRequest struct {
Foo int
}
type RPCMethods struct{}
func (RPCMethods) Method(req *BugRequest, resp *string) os.Error {
*resp = "Hello"
return nil
}
func serve() {
li, err := net.Listen("tcp", ":5432")
if (handleErr("listen:", err)) {
return
}
rpcserver := rpc.NewServer()
err = rpcserver.Register(RPCMethods{})
fmt.Println("listening on port 5432")
for {
conn, err := li.Accept()
if handleErr("accept:", err) {
return
}
go rpcserver.ServeCodec(jsonrpc.NewServerCodec(conn))
}
rpcserver.Accept(li)
}
func client() os.Error {
sock, err := net.Dial("tcp", "localhost:5432")
if (handleErr("rpc.Dial:", err)) {
return err
}
cli := jsonrpc.NewClient(sock)
var resp string
err = cli.Call("RPCMethods.Method", BugRequest{}, &resp)
fmt.Println(resp)
// add some junk to the socket -- triggers bug
sock.Write([]byte { 123, 123, 123, 123})
sock.Close()
return nil
}
func main() {
switch(os.Args[1]) {
case "server":
serve()
case "client":
client()
}
}</pre> | 0 |
<p dir="auto">The source of the problem is <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="412876962" data-permission-text="Title is private" data-url="https://github.com/JuliaData/DataFrames.jl/issues/1730" data-hovercard-type="issue" data-hovercard-url="/JuliaData/DataFrames.jl/issues/1730/hovercard" href="https://github.com/JuliaData/DataFrames.jl/issues/1730">JuliaData/DataFrames.jl#1730</a>.</p>
<p dir="auto">Here is a MWE:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> using Statistics
julia> function get_stats(col::AbstractVector, stats::AbstractVector{Symbol})
if :q25 in stats || :median in stats || :q75 in stats
try quantile(col, [.25, .5, .75]) catch end
end
if :min in stats || :max in stats
try extrema(col) catch end
end
if :mean in stats || :std in stats
m = try mean(col) catch end
end
if :std in stats
try std(col, mean=m) catch end
end
end
get_stats (generic function with 1 method)
julia> get_stats(Int[], [:min])
Unreachable reached at 000000001F2D2ED9"><pre class="notranslate"><code class="notranslate">julia> using Statistics
julia> function get_stats(col::AbstractVector, stats::AbstractVector{Symbol})
if :q25 in stats || :median in stats || :q75 in stats
try quantile(col, [.25, .5, .75]) catch end
end
if :min in stats || :max in stats
try extrema(col) catch end
end
if :mean in stats || :std in stats
m = try mean(col) catch end
end
if :std in stats
try std(col, mean=m) catch end
end
end
get_stats (generic function with 1 method)
julia> get_stats(Int[], [:min])
Unreachable reached at 000000001F2D2ED9
</code></pre></div>
<p dir="auto">The problem seems with the use of <code class="notranslate">m</code> in <code class="notranslate">std</code>. If we write <code class="notranslate">try std(col) catch end</code> not to use <code class="notranslate">m</code> the problem stops to be present.</p>
<p dir="auto">Strangely removing other <code class="notranslate">if</code>s also kills the problem. Note that the part of the code that causes the problem is not even executed as we pass <code class="notranslate">[:min]</code> as the second kewyord argument.</p>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/JeffBezanson/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/JeffBezanson">@JeffBezanson</a> I know that there are many "Unreachable reached" issues, but I could not find one that is exactly the same (but maybe it is a duplicate).</p> | <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> function f()
try
g()
finally
end
end
g() = (_true ? error() : _true ? 0 : false)
_true = true;
julia> f()
Unreachable reached at 0x7f230c0f6e20
signal (4): Illegal instruction
in expression starting at no file:0
f at ./REPL[1]:3"><pre class="notranslate">julia<span class="pl-k">></span> <span class="pl-k">function</span> <span class="pl-en">f</span>()
<span class="pl-k">try</span>
<span class="pl-c1">g</span>()
<span class="pl-k">finally</span>
<span class="pl-k">end</span>
<span class="pl-k">end</span>
<span class="pl-en">g</span>() <span class="pl-k">=</span> (_true <span class="pl-k">?</span> <span class="pl-c1">error</span>() <span class="pl-k">:</span> _true <span class="pl-k">?</span> <span class="pl-c1">0</span> <span class="pl-k">:</span> <span class="pl-c1">false</span>)
_true <span class="pl-k">=</span> <span class="pl-c1">true</span>;
julia<span class="pl-k">></span> <span class="pl-c1">f</span>()
Unreachable reached at <span class="pl-c1">0x7f230c0f6e20</span>
signal (<span class="pl-c1">4</span>)<span class="pl-k">:</span> Illegal instruction
in expression starting at no file<span class="pl-k">:</span><span class="pl-c1">0</span>
f at <span class="pl-k">./</span>REPL[<span class="pl-c1">1</span>]<span class="pl-k">:</span><span class="pl-c1">3</span></pre></div>
<p dir="auto">It looks like we might be trying to look at the type of value before noticing that it is undef. The Julia IR seems OK, so I think the issue is probably with the order of events we're emitting in codegen.</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> @code_typed f()
CodeInfo(
@ REPL[1]:2 within `f'
1 ── $(Expr(:enter, #9))
2 ── %2 = ϒ (false)::Bool
│ %3 = ϒ (#undef)::MaybeUndef(Union{})
│ @ REPL[1]:3 within `f'
│ ┌ @ REPL[1]:7 within `g'
└───│ goto #4 if not Main._true
3 ──│ invoke Main.error()::Union{}
└───│ $(Expr(:unreachable))::Union{}
4 ┄─│ goto #6 if not Main._true
5 ──│ goto #7
6 ──│ goto #7
┘
7 ┄─ %10 = φ (#5 => 0, #6 => false)::Union{Bool, Int64}
│ %11 = ϒ (true)::Bool
│ %12 = ϒ (%10)::Union{Bool, Int64}
└─── $(Expr(:leave, 1))
8 ── goto #11
9 ┄─ %15 = φᶜ (%2, %11)::Bool
│ %16 = φᶜ (%3, %12)::MaybeUndef(Union{Bool, Int64})
└─── $(Expr(:leave, 1))
10 ─ %18 = $(Expr(:the_exception))::Any
@ REPL[1]:5 within `f'
11 ┄ %19 = φ (#8 => false, #10 => true)::Bool
│ %20 = φ (#8 => false, #10 => true)::Bool
│ %21 = φ (#8 => #undef, #10 => %18)::MaybeUndef(Any)
│ %22 = φ (#8 => true, #10 => %15)::Bool
│ %23 = φ (#8 => %10, #10 => %16)::MaybeUndef(Union{Bool, Int64})
└─── goto #13 if not %19
12 ─ $(Expr(:throw_undef_if_not, Symbol("#temp#"), :(%20)))::Any
│ $(Expr(:foreigncall, :(:jl_rethrow_other), Union{}, svec(Any), :(:ccall), 1, :(%21)))::Union{}
└─── $(Expr(:unreachable))::Union{}
13 ┄ $(Expr(:throw_undef_if_not, Symbol("#temp#"), :(%22)))::Any
└─── return %23
) => Union{Bool, Int64}
julia> code_llvm(f, (), optimize=false, raw=true)"><pre class="notranslate">julia<span class="pl-k">></span> <span class="pl-c1">@code_typed</span> <span class="pl-c1">f</span>()
<span class="pl-c1">CodeInfo</span>(
@ REPL[<span class="pl-c1">1</span>]<span class="pl-k">:</span><span class="pl-c1">2</span> within <span class="pl-s"><span class="pl-pds">`</span>f'</span>
<span class="pl-s">1 ── $(Expr(:enter, #9))</span>
<span class="pl-s">2 ── %2 = ϒ (false)::Bool</span>
<span class="pl-s">│ %3 = ϒ (#undef)::MaybeUndef(Union{})</span>
<span class="pl-s">│ @ REPL[1]:3 within <span class="pl-pds">`</span><span class="pl-c1">f</span></span><span class="pl-s"><span class="pl-pds">'</span></span>
<span class="pl-s">│ ┌ @ REPL[1]:7 within `g<span class="pl-pds">'</span></span>
└───│ goto <span class="pl-c"><span class="pl-c">#</span>4 if not Main._true</span>
<span class="pl-c1">3</span> ──│ invoke Main<span class="pl-k">.</span><span class="pl-c1">error</span>()<span class="pl-k">::</span><span class="pl-c1">Union{}</span>
└───│ <span class="pl-k">$</span>(<span class="pl-c1">Expr</span>(<span class="pl-c1">:unreachable</span>))<span class="pl-k">::</span><span class="pl-c1">Union{}</span>
<span class="pl-c1">4</span> ┄─│ goto <span class="pl-c"><span class="pl-c">#</span>6 if not Main._true</span>
<span class="pl-c1">5</span> ──│ goto <span class="pl-c"><span class="pl-c">#</span>7</span>
<span class="pl-c1">6</span> ──│ goto <span class="pl-c"><span class="pl-c">#</span>7</span>
┘
<span class="pl-c1">7</span> ┄─ <span class="pl-k">%</span><span class="pl-c1">10</span> <span class="pl-k">=</span> φ (<span class="pl-c"><span class="pl-c">#</span>5 => 0, #6 => false)::Union{Bool, Int64}</span>
│ <span class="pl-k">%</span><span class="pl-c1">11</span> <span class="pl-k">=</span> ϒ (<span class="pl-c1">true</span>)<span class="pl-k">::</span><span class="pl-c1">Bool</span>
│ <span class="pl-k">%</span><span class="pl-c1">12</span> <span class="pl-k">=</span> ϒ (<span class="pl-k">%</span><span class="pl-c1">10</span>)<span class="pl-k">::</span><span class="pl-c1">Union{Bool, Int64}</span>
└─── <span class="pl-k">$</span>(<span class="pl-c1">Expr</span>(<span class="pl-c1">:leave</span>, <span class="pl-c1">1</span>))
<span class="pl-c1">8</span> ── goto <span class="pl-c"><span class="pl-c">#</span>11</span>
<span class="pl-c1">9</span> ┄─ <span class="pl-k">%</span><span class="pl-c1">15</span> <span class="pl-k">=</span> φᶜ (<span class="pl-k">%</span><span class="pl-c1">2</span>, <span class="pl-k">%</span><span class="pl-c1">11</span>)<span class="pl-k">::</span><span class="pl-c1">Bool</span>
│ <span class="pl-k">%</span><span class="pl-c1">16</span> <span class="pl-k">=</span> φᶜ (<span class="pl-k">%</span><span class="pl-c1">3</span>, <span class="pl-k">%</span><span class="pl-c1">12</span>)<span class="pl-k">::</span><span class="pl-c1">MaybeUndef</span>(Union{Bool, Int64})
└─── <span class="pl-k">$</span>(<span class="pl-c1">Expr</span>(<span class="pl-c1">:leave</span>, <span class="pl-c1">1</span>))
<span class="pl-c1">10</span> ─ <span class="pl-k">%</span><span class="pl-c1">18</span> <span class="pl-k">=</span> <span class="pl-k">$</span>(<span class="pl-c1">Expr</span>(<span class="pl-c1">:the_exception</span>))<span class="pl-k">::</span><span class="pl-c1">Any</span>
@ REPL[<span class="pl-c1">1</span>]<span class="pl-k">:</span><span class="pl-c1">5</span> within <span class="pl-s"><span class="pl-pds">`</span>f'</span>
<span class="pl-s">11 ┄ %19 = φ (#8 => false, #10 => true)::Bool</span>
<span class="pl-s">│ %20 = φ (#8 => false, #10 => true)::Bool</span>
<span class="pl-s">│ %21 = φ (#8 => #undef, #10 => %18)::MaybeUndef(Any)</span>
<span class="pl-s">│ %22 = φ (#8 => true, #10 => %15)::Bool</span>
<span class="pl-s">│ %23 = φ (#8 => %10, #10 => %16)::MaybeUndef(Union{Bool, Int64})</span>
<span class="pl-s">└─── goto #13 if not %19</span>
<span class="pl-s">12 ─ $(Expr(:throw_undef_if_not, Symbol("#temp#"), :(%20)))::Any</span>
<span class="pl-s">│ $(Expr(:foreigncall, :(:jl_rethrow_other), Union{}, svec(Any), :(:ccall), 1, :(%21)))::Union{}</span>
<span class="pl-s">└─── $(Expr(:unreachable))::Union{}</span>
<span class="pl-s">13 ┄ $(Expr(:throw_undef_if_not, Symbol("#temp#"), :(%22)))::Any</span>
<span class="pl-s">└─── return %23</span>
<span class="pl-s">) => Union{Bool, Int64}</span>
<span class="pl-s"></span>
<span class="pl-s">julia> code_llvm(f, (), optimize=false, raw=true)</span></pre></div>
<div class="highlight highlight-source-llvm notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="; @ REPL[1]:2 within `f'
; Function Attrs: sspstrong
define { %jl_value_t addrspace(10)*, i8 } @julia_f_-1320222489([8 x i8]* noalias nocapture align 8 dereferenceable(8)) #0 !dbg !5 {
top:
%phic1 = alloca [8 x i8], align 8
%1 = alloca i8
%2 = alloca [8 x i8], align 8
%3 = alloca [8 x i8], align 8
%4 = alloca [8 x i8], align 8
%5 = alloca [8 x i8], align 8
%6 = alloca i8
%7 = alloca [8 x i8], align 8
%8 = call %jl_value_t*** @julia.ptls_states()
%9 = bitcast %jl_value_t*** %8 to %jl_value_t addrspace(10)**
%10 = getelementptr inbounds %jl_value_t addrspace(10)*, %jl_value_t addrspace(10)** %9, i64 3
%11 = bitcast %jl_value_t addrspace(10)** %10 to i64**
%12 = load i64*, i64** %11, !tbaa !14, !invariant.load !4
%phic = alloca i8
br label %L1
L1: ; preds = %top
%13 = call i32 @julia.except_enter() #2, !dbg !17
%14 = icmp eq i32 %13, 0, !dbg !17
br i1 %14, label %try, label %L15, !dbg !17
L2: ; preds = %try
store volatile i8 0, i8* %phic, !dbg !17, !tbaa !18
; @ REPL[1]:3 within `f'
; ┌ @ REPL[1]:7 within `g'
%15 = load %jl_value_t addrspace(10)*, %jl_value_t addrspace(10)** getelementptr inbounds (%jl_value_t addrspace(10)*, %jl_value_t addrspace(10)** inttoptr (i64 140078970203504 to %jl_value_t addrspace(10)**), i64 1), !dbg !20, !tbaa !24
%16 = call %jl_value_t addrspace(10)* @julia.typeof(%jl_value_t addrspace(10)* %15), !dbg !20
%17 = icmp eq %jl_value_t addrspace(10)* %16, addrspacecast (%jl_value_t* inttoptr (i64 140078954810224 to %jl_value_t*) to %jl_value_t addrspace(10)*), !dbg !20
br i1 %17, label %pass, label %fail, !dbg !20
L5: ; preds = %pass
%18 = call cc37 nonnull %jl_value_t addrspace(10)* bitcast (%jl_value_t addrspace(10)* (%jl_value_t addrspace(10)*, %jl_value_t addrspace(10)**, i32)* @japi1_error_-1320222516 to %jl_value_t addrspace(10)* (%jl_value_t addrspace(10)*)*)(%jl_value_t addrspace(10)* addrspacecast (%jl_value_t* inttoptr (i64 140079083230080 to %jl_value_t*) to %jl_value_t addrspace(10)*)), !dbg !20
call void @llvm.trap(), !dbg !20
unreachable, !dbg !20
L7: ; preds = %pass
%19 = load %jl_value_t addrspace(10)*, %jl_value_t addrspace(10)** getelementptr inbounds (%jl_value_t addrspace(10)*, %jl_value_t addrspace(10)** inttoptr (i64 140078970203504 to %jl_value_t addrspace(10)**), i64 1), !dbg !20, !tbaa !24
%20 = call %jl_value_t addrspace(10)* @julia.typeof(%jl_value_t addrspace(10)* %19), !dbg !20
%21 = icmp eq %jl_value_t addrspace(10)* %20, addrspacecast (%jl_value_t* inttoptr (i64 140078954810224 to %jl_value_t*) to %jl_value_t addrspace(10)*), !dbg !20
br i1 %21, label %pass3, label %fail2, !dbg !20
L8: ; preds = %pass3
%22 = bitcast [8 x i8]* %2 to i8*, !dbg !20
call void @llvm.lifetime.start.p0i8(i64 -1, i8* %22), !dbg !20
%23 = bitcast [8 x i8]* %2 to i64*, !dbg !20
store i64 0, i64* %23, !dbg !20
br label %L10, !dbg !20
L9: ; preds = %pass3
%24 = bitcast [8 x i8]* %2 to i8*, !dbg !20
call void @llvm.lifetime.start.p0i8(i64 -1, i8* %24), !dbg !20
%25 = bitcast [8 x i8]* %2 to i8*, !dbg !20
store i8 0, i8* %25, !dbg !20
br label %L10, !dbg !20
L10: ; preds = %L9, %L8
%tindex_phi = phi i8 [ 2, %L8 ], [ 1, %L9 ]
%ptr_phi = phi %jl_value_t addrspace(10)* [ null, %L8 ], [ null, %L9 ]
; ┘
%26 = and i8 %tindex_phi, -128, !dbg !23
%27 = icmp ne i8 %26, 0, !dbg !23
%28 = bitcast [8 x i8]* %3 to i8*, !dbg !23
%29 = bitcast [8 x i8]* %2 to i8*, !dbg !23
call void @llvm.memcpy.p0i8.p0i8.i64(i8* %28, i8* %29, i64 8, i32 1, i1 false), !dbg !23
%30 = bitcast [8 x i8]* %2 to i8*, !dbg !23
call void @llvm.lifetime.end.p0i8(i64 -1, i8* %30), !dbg !23
%31 = addrspacecast [8 x i8]* %3 to [8 x i8] addrspace(11)*, !dbg !23
%32 = bitcast [8 x i8] addrspace(11)* %31 to i8 addrspace(11)*, !dbg !23
%33 = addrspacecast %jl_value_t addrspace(10)* %ptr_phi to %jl_value_t addrspace(11)*, !dbg !23
%34 = bitcast %jl_value_t addrspace(11)* %33 to i8 addrspace(11)*, !dbg !23
%35 = select i1 %27, i8 addrspace(11)* %34, i8 addrspace(11)* %32, !dbg !23
store volatile i8 1, i8* %phic, !dbg !23, !tbaa !18
%36 = and i8 %tindex_phi, 127, !dbg !23
store volatile i8 %36, i8* %1, !dbg !23
store [8 x i8] undef, [8 x i8]* %phic1, !dbg !23
%37 = and i8 %tindex_phi, 127, !dbg !23
%38 = bitcast [8 x i8]* %phic1 to i8*, !dbg !23
switch i8 %37, label %union_move_skip [
i8 1, label %union_move
i8 2, label %union_move4
], !dbg !23
L15: ; preds = %L1
%39 = load volatile i8, i8* %phic, !dbg !23
store i8 %39, i8* %6, !dbg !23
%40 = load volatile [8 x i8], [8 x i8]* %phic1, !dbg !23
store [8 x i8] %40, [8 x i8]* %7, !dbg !23
%41 = load volatile i8, i8* %1, !dbg !23
call void @jl_pop_handler(i32 1), !dbg !23
%42 = bitcast %jl_value_t*** %8 to %jl_value_t addrspace(10)**, !dbg !23
%jl_exception_in_transit = getelementptr inbounds %jl_value_t addrspace(10)*, %jl_value_t addrspace(10)** %42, i32 2, !dbg !23
%43 = load volatile %jl_value_t addrspace(10)*, %jl_value_t addrspace(10)** %jl_exception_in_transit, !dbg !23
%44 = load i8, i8* %6, !dbg !23, !tbaa !18, !range !27
%45 = bitcast [8 x i8]* %4 to i8*, !dbg !23
call void @llvm.lifetime.start.p0i8(i64 -1, i8* %45), !dbg !23
store [8 x i8] undef, [8 x i8]* %4, !dbg !23
%46 = and i8 %41, 127, !dbg !23
%47 = bitcast [8 x i8]* %7 to i8*, !dbg !23
%48 = bitcast [8 x i8]* %4 to i8*, !dbg !23
switch i8 %46, label %union_move_skip21 [
i8 1, label %union_move23
i8 2, label %union_move24
], !dbg !23
L19: ; preds = %post_union_move22, %post_union_move18
%value_phi = phi i8 [ 0, %post_union_move18 ], [ 1, %post_union_move22 ]
%value_phi5 = phi i8 [ 0, %post_union_move18 ], [ 1, %post_union_move22 ]
%value_phi6 = phi %jl_value_t addrspace(10)* [ null, %post_union_move18 ], [ %43, %post_union_move22 ]
%value_phi7 = phi i8 [ 1, %post_union_move18 ], [ %44, %post_union_move22 ]
%tindex_phi8 = phi i8 [ %tindex_phi, %post_union_move18 ], [ %41, %post_union_move22 ]
%ptr_phi9 = phi %jl_value_t addrspace(10)* [ %ptr_phi, %post_union_move18 ], [ null, %post_union_move22 ]
; @ REPL[1]:5 within `f'
%49 = and i8 %tindex_phi8, -128, !dbg !28
%50 = icmp ne i8 %49, 0, !dbg !28
%51 = bitcast [8 x i8]* %5 to i8*, !dbg !28
%52 = bitcast [8 x i8]* %4 to i8*, !dbg !28
call void @llvm.memcpy.p0i8.p0i8.i64(i8* %51, i8* %52, i64 8, i32 1, i1 false), !dbg !28
%53 = bitcast [8 x i8]* %4 to i8*, !dbg !28
call void @llvm.lifetime.end.p0i8(i64 -1, i8* %53), !dbg !28
%54 = addrspacecast [8 x i8]* %5 to [8 x i8] addrspace(11)*, !dbg !28
%55 = bitcast [8 x i8] addrspace(11)* %54 to i8 addrspace(11)*, !dbg !28
%56 = addrspacecast %jl_value_t addrspace(10)* %ptr_phi9 to %jl_value_t addrspace(11)*, !dbg !28
%57 = bitcast %jl_value_t addrspace(11)* %56 to i8 addrspace(11)*, !dbg !28
%58 = select i1 %50, i8 addrspace(11)* %57, i8 addrspace(11)* %55, !dbg !28
%59 = trunc i8 %value_phi to i1, !dbg !28
%60 = xor i1 %59, true, !dbg !28
br i1 %60, label %L28, label %L25, !dbg !28
L25: ; preds = %L19
%61 = trunc i8 %value_phi5 to i1, !dbg !28
br i1 %61, label %ok, label %err, !dbg !28
L28: ; preds = %L19
%62 = trunc i8 %value_phi7 to i1, !dbg !28
br i1 %62, label %ok12, label %err11, !dbg !28
try: ; preds = %L1
; @ REPL[1]:2 within `f'
br label %L2, !dbg !17
fail: ; preds = %L2
; @ REPL[1]:3 within `f'
; ┌ @ REPL[1]:7 within `g'
%63 = addrspacecast %jl_value_t addrspace(10)* %15 to %jl_value_t addrspace(12)*, !dbg !20
call void @jl_type_error_rt(i8* inttoptr (i64 94024374789440 to i8*), i8* inttoptr (i64 94024373073152 to i8*), %jl_value_t addrspace(10)* addrspacecast (%jl_value_t* inttoptr (i64 140078954810224 to %jl_value_t*) to %jl_value_t addrspace(10)*), %jl_value_t addrspace(12)* %63), !dbg !20
unreachable, !dbg !20
pass: ; preds = %L2
%64 = icmp eq %jl_value_t addrspace(10)* %15, addrspacecast (%jl_value_t* inttoptr (i64 140078952779280 to %jl_value_t*) to %jl_value_t addrspace(10)*), !dbg !20
br i1 %64, label %L7, label %L5, !dbg !20
after_noret: ; No predecessors!
unreachable, !dbg !20
fail2: ; preds = %L7
%65 = addrspacecast %jl_value_t addrspace(10)* %19 to %jl_value_t addrspace(12)*, !dbg !20
call void @jl_type_error_rt(i8* inttoptr (i64 94024374789440 to i8*), i8* inttoptr (i64 94024373073152 to i8*), %jl_value_t addrspace(10)* addrspacecast (%jl_value_t* inttoptr (i64 140078954810224 to %jl_value_t*) to %jl_value_t addrspace(10)*), %jl_value_t addrspace(12)* %65), !dbg !20
unreachable, !dbg !20
pass3: ; preds = %L7
%66 = icmp eq %jl_value_t addrspace(10)* %19, addrspacecast (%jl_value_t* inttoptr (i64 140078952779280 to %jl_value_t*) to %jl_value_t addrspace(10)*), !dbg !20
br i1 %66, label %L9, label %L8, !dbg !20
union_move_skip: ; preds = %L10
; ┘
br label %post_union_move, !dbg !23
post_union_move: ; preds = %union_move_skip, %union_move4, %union_move
call void @jl_pop_handler(i32 1), !dbg !23
%67 = bitcast [8 x i8]* %4 to i8*, !dbg !23
call void @llvm.lifetime.start.p0i8(i64 -1, i8* %67), !dbg !23
%68 = and i8 %tindex_phi, -128, !dbg !23
%69 = icmp ne i8 %68, 0, !dbg !23
store [8 x i8] undef, [8 x i8]* %4, !dbg !23
%70 = and i8 %tindex_phi, 127, !dbg !23
%71 = select i1 %69, i8 0, i8 %70, !dbg !23
%72 = bitcast [8 x i8]* %4 to i8*, !dbg !23
switch i8 %71, label %union_move_skip17 [
i8 1, label %union_move19
i8 2, label %union_move20
], !dbg !23
union_move: ; preds = %L10
%73 = load volatile i8, i8 addrspace(11)* %35, align 1, !dbg !23, !tbaa !18
store volatile i8 %73, i8* %38, align 1, !dbg !23, !tbaa !18
br label %post_union_move, !dbg !23
union_move4: ; preds = %L10
call void @llvm.memcpy.p0i8.p11i8.i64(i8* %38, i8 addrspace(11)* %35, i64 8, i32 8, i1 true), !dbg !23, !tbaa !18
br label %post_union_move, !dbg !23
err: ; preds = %L25
; @ REPL[1]:5 within `f'
call void @jl_undefined_var_error(%jl_value_t addrspace(12)* addrspacecast (%jl_value_t* inttoptr (i64 140078952786872 to %jl_value_t*) to %jl_value_t addrspace(12)*)), !dbg !28
unreachable, !dbg !28
ok: ; preds = %L25
call void inttoptr (i64 140079250202488 to void (%jl_value_t addrspace(10)*)*)(%jl_value_t addrspace(10)* %value_phi6) #4, !dbg !28
call void @llvm.trap(), !dbg !28
unreachable, !dbg !28
after_noret10: ; No predecessors!
unreachable, !dbg !28
err11: ; preds = %L28
call void @jl_undefined_var_error(%jl_value_t addrspace(12)* addrspacecast (%jl_value_t* inttoptr (i64 140078952786872 to %jl_value_t*) to %jl_value_t addrspace(12)*)), !dbg !28
unreachable, !dbg !28
ok12: ; preds = %L28
%74 = and i8 %tindex_phi8, -128, !dbg !28
%75 = icmp ne i8 %74, 0, !dbg !28
%76 = select i1 %75, %jl_value_t addrspace(10)* %ptr_phi9, %jl_value_t addrspace(10)* addrspacecast (%jl_value_t* null to %jl_value_t addrspace(10)*), !dbg !28
%77 = insertvalue { %jl_value_t addrspace(10)*, i8 } undef, %jl_value_t addrspace(10)* %76, 0, !dbg !28
%78 = insertvalue { %jl_value_t addrspace(10)*, i8 } %77, i8 %tindex_phi8, 1, !dbg !28
%79 = and i8 %tindex_phi8, 127, !dbg !28
%80 = select i1 %75, i8 0, i8 %79, !dbg !28
%81 = bitcast [8 x i8]* %0 to i8*, !dbg !28
switch i8 %80, label %union_move_skip13 [
i8 1, label %union_move15
i8 2, label %union_move16
], !dbg !28
union_move_skip13: ; preds = %ok12
br label %post_union_move14, !dbg !28
post_union_move14: ; preds = %union_move_skip13, %union_move16, %union_move15
ret { %jl_value_t addrspace(10)*, i8 } %78, !dbg !28
union_move15: ; preds = %ok12
%82 = load i8, i8 addrspace(11)* %58, align 1, !dbg !28, !tbaa !18
store i8 %82, i8* %81, align 1, !dbg !28
br label %post_union_move14, !dbg !28
union_move16: ; preds = %ok12
call void @llvm.memcpy.p0i8.p11i8.i64(i8* %81, i8 addrspace(11)* %58, i64 8, i32 8, i1 false), !dbg !28
br label %post_union_move14, !dbg !28
union_move_skip17: ; preds = %post_union_move
; @ REPL[1]:3 within `f'
br label %post_union_move18, !dbg !23
post_union_move18: ; preds = %union_move_skip17, %union_move20, %union_move19
br label %L19, !dbg !23
union_move19: ; preds = %post_union_move
%83 = load i8, i8 addrspace(11)* %35, align 1, !dbg !23, !tbaa !18
store i8 %83, i8* %72, align 1, !dbg !23, !tbaa !29
br label %post_union_move18, !dbg !23
union_move20: ; preds = %post_union_move
call void @llvm.memcpy.p0i8.p11i8.i64(i8* %72, i8 addrspace(11)* %35, i64 8, i32 8, i1 false), !dbg !23
br label %post_union_move18, !dbg !23
union_move_skip21: ; preds = %L15
call void @llvm.trap(), !dbg !23
unreachable, !dbg !23
post_union_move22: ; preds = %union_move24, %union_move23
br label %L19, !dbg !23
union_move23: ; preds = %L15
%84 = load i8, i8* %47, align 1, !dbg !23, !tbaa !18
store i8 %84, i8* %48, align 1, !dbg !23, !tbaa !29
br label %post_union_move22, !dbg !23
union_move24: ; preds = %L15
call void @llvm.memcpy.p0i8.p0i8.i64(i8* %48, i8* %47, i64 8, i32 8, i1 false), !dbg !23
br label %post_union_move22, !dbg !23
}"><pre class="notranslate"><span class="pl-c">; @ REPL[1]:2 within `f'</span>
<span class="pl-c">; Function Attrs: sspstrong</span>
<span class="pl-k">define</span> { <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*, <span class="pl-k">i8</span> } <span class="pl-c1">@julia_f_-1320222489</span>([<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-k">noalias</span> <span class="pl-k">nocapture</span> <span class="pl-k">align</span> <span class="pl-c1">8</span> <span class="pl-k">dereferenceable</span>(<span class="pl-c1">8</span>)) #<span class="pl-c1">0</span> <span class="pl-v">!dbg</span> <span class="pl-v">!5</span> {
top:
<span class="pl-c1">%phic1</span> = <span class="pl-k">alloca</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>], <span class="pl-k">align</span> <span class="pl-c1">8</span>
<span class="pl-c1">%1</span> = <span class="pl-k">alloca</span> <span class="pl-k">i8</span>
<span class="pl-c1">%2</span> = <span class="pl-k">alloca</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>], <span class="pl-k">align</span> <span class="pl-c1">8</span>
<span class="pl-c1">%3</span> = <span class="pl-k">alloca</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>], <span class="pl-k">align</span> <span class="pl-c1">8</span>
<span class="pl-c1">%4</span> = <span class="pl-k">alloca</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>], <span class="pl-k">align</span> <span class="pl-c1">8</span>
<span class="pl-c1">%5</span> = <span class="pl-k">alloca</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>], <span class="pl-k">align</span> <span class="pl-c1">8</span>
<span class="pl-c1">%6</span> = <span class="pl-k">alloca</span> <span class="pl-k">i8</span>
<span class="pl-c1">%7</span> = <span class="pl-k">alloca</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>], <span class="pl-k">align</span> <span class="pl-c1">8</span>
<span class="pl-c1">%8</span> = <span class="pl-k">call</span> <span class="pl-k">%jl_value_t***</span> <span class="pl-c1">@julia.ptls_states</span>()
<span class="pl-c1">%9</span> = <span class="pl-k">bitcast</span> <span class="pl-k">%jl_value_t***</span> <span class="pl-c1">%8</span> <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)**
<span class="pl-c1">%10</span> = <span class="pl-k">getelementptr</span> <span class="pl-k">inbounds</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*, <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)** <span class="pl-c1">%9</span>, <span class="pl-k">i64</span> <span class="pl-c1">3</span>
<span class="pl-c1">%11</span> = <span class="pl-k">bitcast</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)** <span class="pl-c1">%10</span> <span class="pl-k">to</span> <span class="pl-k">i64**</span>
<span class="pl-c1">%12</span> = <span class="pl-k">load</span> <span class="pl-k">i64*</span>, <span class="pl-k">i64**</span> <span class="pl-c1">%11</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!14</span>, <span class="pl-v">!invariant.load</span> <span class="pl-v">!4</span>
<span class="pl-c1">%phic</span> = <span class="pl-k">alloca</span> <span class="pl-k">i8</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%L1</span>
L1: <span class="pl-c">; preds = %top</span>
<span class="pl-c1">%13</span> = <span class="pl-k">call</span> <span class="pl-k">i32</span> <span class="pl-c1">@julia.except_enter</span>() #<span class="pl-c1">2</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!17</span>
<span class="pl-c1">%14</span> = <span class="pl-k">icmp</span> <span class="pl-k">eq</span> <span class="pl-k">i32</span> <span class="pl-c1">%13</span>, <span class="pl-c1">0</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!17</span>
<span class="pl-k">br</span> <span class="pl-k">i1</span> <span class="pl-c1">%14</span>, <span class="pl-k">label</span> <span class="pl-c1">%try</span>, <span class="pl-k">label</span> <span class="pl-c1">%L15</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!17</span>
L2: <span class="pl-c">; preds = %try</span>
<span class="pl-k">store</span> <span class="pl-k">volatile</span> <span class="pl-k">i8</span> <span class="pl-c1">0</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%phic</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!17</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!18</span>
<span class="pl-c">; @ REPL[1]:3 within `f'</span>
<span class="pl-c">; ┌ @ REPL[1]:7 within `g'</span>
<span class="pl-c1">%15</span> = <span class="pl-k">load</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*, <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)** <span class="pl-k">getelementptr</span> <span class="pl-k">inbounds</span> (<span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*, <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)** <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">140078970203504</span> <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)**), <span class="pl-k">i64</span> <span class="pl-c1">1</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!24</span>
<span class="pl-c1">%16</span> = <span class="pl-k">call</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">@julia.typeof</span>(<span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">%15</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-c1">%17</span> = <span class="pl-k">icmp</span> <span class="pl-k">eq</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">%16</span>, addrspacecast (<span class="pl-k">%jl_value_t*</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">140078954810224</span> <span class="pl-k">to</span> <span class="pl-k">%jl_value_t*</span>) <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">br</span> <span class="pl-k">i1</span> <span class="pl-c1">%17</span>, <span class="pl-k">label</span> <span class="pl-c1">%pass</span>, <span class="pl-k">label</span> <span class="pl-c1">%fail</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
L5: <span class="pl-c">; preds = %pass</span>
<span class="pl-c1">%18</span> = <span class="pl-k">call</span> cc37 <span class="pl-k">nonnull</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-k">bitcast</span> (<span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* (<span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*, <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)**, <span class="pl-k">i32</span>)* <span class="pl-c1">@japi1_error_-1320222516</span> <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* (<span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*)*)(<span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* addrspacecast (<span class="pl-k">%jl_value_t*</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">140079083230080</span> <span class="pl-k">to</span> <span class="pl-k">%jl_value_t*</span>) <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*)), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.trap</span>(), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">unreachable</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
L7: <span class="pl-c">; preds = %pass</span>
<span class="pl-c1">%19</span> = <span class="pl-k">load</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*, <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)** <span class="pl-k">getelementptr</span> <span class="pl-k">inbounds</span> (<span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*, <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)** <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">140078970203504</span> <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)**), <span class="pl-k">i64</span> <span class="pl-c1">1</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!24</span>
<span class="pl-c1">%20</span> = <span class="pl-k">call</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">@julia.typeof</span>(<span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">%19</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-c1">%21</span> = <span class="pl-k">icmp</span> <span class="pl-k">eq</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">%20</span>, addrspacecast (<span class="pl-k">%jl_value_t*</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">140078954810224</span> <span class="pl-k">to</span> <span class="pl-k">%jl_value_t*</span>) <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">br</span> <span class="pl-k">i1</span> <span class="pl-c1">%21</span>, <span class="pl-k">label</span> <span class="pl-c1">%pass3</span>, <span class="pl-k">label</span> <span class="pl-c1">%fail2</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
L8: <span class="pl-c">; preds = %pass3</span>
<span class="pl-c1">%22</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%2</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.lifetime.start.p0i8</span>(<span class="pl-k">i64</span> -<span class="pl-c1">1</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%22</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-c1">%23</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%2</span> <span class="pl-k">to</span> <span class="pl-k">i64*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">store</span> <span class="pl-k">i64</span> <span class="pl-c1">0</span>, <span class="pl-k">i64*</span> <span class="pl-c1">%23</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%L10</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
L9: <span class="pl-c">; preds = %pass3</span>
<span class="pl-c1">%24</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%2</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.lifetime.start.p0i8</span>(<span class="pl-k">i64</span> -<span class="pl-c1">1</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%24</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-c1">%25</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%2</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">store</span> <span class="pl-k">i8</span> <span class="pl-c1">0</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%25</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%L10</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
L10: <span class="pl-c">; preds = %L9, %L8</span>
<span class="pl-c1">%tindex_phi</span> = <span class="pl-k">phi</span> <span class="pl-k">i8</span> [ <span class="pl-c1">2</span>, <span class="pl-c1">%L8</span> ], [ <span class="pl-c1">1</span>, <span class="pl-c1">%L9</span> ]
<span class="pl-c1">%ptr_phi</span> = <span class="pl-k">phi</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* [ <span class="pl-k">null</span>, <span class="pl-c1">%L8</span> ], [ <span class="pl-k">null</span>, <span class="pl-c1">%L9</span> ]
<span class="pl-c">; ┘</span>
<span class="pl-c1">%26</span> = <span class="pl-k">and</span> <span class="pl-k">i8</span> <span class="pl-c1">%tindex_phi</span>, -<span class="pl-c1">128</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%27</span> = <span class="pl-k">icmp</span> <span class="pl-k">ne</span> <span class="pl-k">i8</span> <span class="pl-c1">%26</span>, <span class="pl-c1">0</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%28</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%3</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%29</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%2</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.memcpy.p0i8.p0i8.i64</span>(<span class="pl-k">i8*</span> <span class="pl-c1">%28</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%29</span>, <span class="pl-k">i64</span> <span class="pl-c1">8</span>, <span class="pl-k">i32</span> <span class="pl-c1">1</span>, <span class="pl-k">i1</span> <span class="pl-k">false</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%30</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%2</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.lifetime.end.p0i8</span>(<span class="pl-k">i64</span> -<span class="pl-c1">1</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%30</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%31</span> = addrspacecast [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%3</span> <span class="pl-k">to</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>] <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)*, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%32</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>] <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%31</span> <span class="pl-k">to</span> <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)*, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%33</span> = addrspacecast <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">%ptr_phi</span> <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)*, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%34</span> = <span class="pl-k">bitcast</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%33</span> <span class="pl-k">to</span> <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)*, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%35</span> = <span class="pl-k">select</span> <span class="pl-k">i1</span> <span class="pl-c1">%27</span>, <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%34</span>, <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%32</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">store</span> <span class="pl-k">volatile</span> <span class="pl-k">i8</span> <span class="pl-c1">1</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%phic</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!18</span>
<span class="pl-c1">%36</span> = <span class="pl-k">and</span> <span class="pl-k">i8</span> <span class="pl-c1">%tindex_phi</span>, <span class="pl-c1">127</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">store</span> <span class="pl-k">volatile</span> <span class="pl-k">i8</span> <span class="pl-c1">%36</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">store</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>] <span class="pl-k">undef</span>, [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%phic1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%37</span> = <span class="pl-k">and</span> <span class="pl-k">i8</span> <span class="pl-c1">%tindex_phi</span>, <span class="pl-c1">127</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%38</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%phic1</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">switch</span> <span class="pl-k">i8</span> <span class="pl-c1">%37</span>, <span class="pl-k">label</span> <span class="pl-c1">%union_move_skip</span> [
<span class="pl-k">i8</span> <span class="pl-c1">1</span>, <span class="pl-k">label</span> <span class="pl-c1">%union_move</span>
<span class="pl-k">i8</span> <span class="pl-c1">2</span>, <span class="pl-k">label</span> <span class="pl-c1">%union_move4</span>
], <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
L15: <span class="pl-c">; preds = %L1</span>
<span class="pl-c1">%39</span> = <span class="pl-k">load</span> <span class="pl-k">volatile</span> <span class="pl-k">i8</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%phic</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">store</span> <span class="pl-k">i8</span> <span class="pl-c1">%39</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%6</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%40</span> = <span class="pl-k">load</span> <span class="pl-k">volatile</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>], [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%phic1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">store</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>] <span class="pl-c1">%40</span>, [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%7</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%41</span> = <span class="pl-k">load</span> <span class="pl-k">volatile</span> <span class="pl-k">i8</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@jl_pop_handler</span>(<span class="pl-k">i32</span> <span class="pl-c1">1</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%42</span> = <span class="pl-k">bitcast</span> <span class="pl-k">%jl_value_t***</span> <span class="pl-c1">%8</span> <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)**, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%jl_exception_in_transit</span> = <span class="pl-k">getelementptr</span> <span class="pl-k">inbounds</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*, <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)** <span class="pl-c1">%42</span>, <span class="pl-k">i32</span> <span class="pl-c1">2</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%43</span> = <span class="pl-k">load</span> <span class="pl-k">volatile</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*, <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)** <span class="pl-c1">%jl_exception_in_transit</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%44</span> = <span class="pl-k">load</span> <span class="pl-k">i8</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%6</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!18</span>, <span class="pl-v">!range</span> <span class="pl-v">!27</span>
<span class="pl-c1">%45</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%4</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.lifetime.start.p0i8</span>(<span class="pl-k">i64</span> -<span class="pl-c1">1</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%45</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">store</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>] <span class="pl-k">undef</span>, [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%4</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%46</span> = <span class="pl-k">and</span> <span class="pl-k">i8</span> <span class="pl-c1">%41</span>, <span class="pl-c1">127</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%47</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%7</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%48</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%4</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">switch</span> <span class="pl-k">i8</span> <span class="pl-c1">%46</span>, <span class="pl-k">label</span> <span class="pl-c1">%union_move_skip21</span> [
<span class="pl-k">i8</span> <span class="pl-c1">1</span>, <span class="pl-k">label</span> <span class="pl-c1">%union_move23</span>
<span class="pl-k">i8</span> <span class="pl-c1">2</span>, <span class="pl-k">label</span> <span class="pl-c1">%union_move24</span>
], <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
L19: <span class="pl-c">; preds = %post_union_move22, %post_union_move18</span>
<span class="pl-c1">%value_phi</span> = <span class="pl-k">phi</span> <span class="pl-k">i8</span> [ <span class="pl-c1">0</span>, <span class="pl-c1">%post_union_move18</span> ], [ <span class="pl-c1">1</span>, <span class="pl-c1">%post_union_move22</span> ]
<span class="pl-c1">%value_phi5</span> = <span class="pl-k">phi</span> <span class="pl-k">i8</span> [ <span class="pl-c1">0</span>, <span class="pl-c1">%post_union_move18</span> ], [ <span class="pl-c1">1</span>, <span class="pl-c1">%post_union_move22</span> ]
<span class="pl-c1">%value_phi6</span> = <span class="pl-k">phi</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* [ <span class="pl-k">null</span>, <span class="pl-c1">%post_union_move18</span> ], [ <span class="pl-c1">%43</span>, <span class="pl-c1">%post_union_move22</span> ]
<span class="pl-c1">%value_phi7</span> = <span class="pl-k">phi</span> <span class="pl-k">i8</span> [ <span class="pl-c1">1</span>, <span class="pl-c1">%post_union_move18</span> ], [ <span class="pl-c1">%44</span>, <span class="pl-c1">%post_union_move22</span> ]
<span class="pl-c1">%tindex_phi8</span> = <span class="pl-k">phi</span> <span class="pl-k">i8</span> [ <span class="pl-c1">%tindex_phi</span>, <span class="pl-c1">%post_union_move18</span> ], [ <span class="pl-c1">%41</span>, <span class="pl-c1">%post_union_move22</span> ]
<span class="pl-c1">%ptr_phi9</span> = <span class="pl-k">phi</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* [ <span class="pl-c1">%ptr_phi</span>, <span class="pl-c1">%post_union_move18</span> ], [ <span class="pl-k">null</span>, <span class="pl-c1">%post_union_move22</span> ]
<span class="pl-c">; @ REPL[1]:5 within `f'</span>
<span class="pl-c1">%49</span> = <span class="pl-k">and</span> <span class="pl-k">i8</span> <span class="pl-c1">%tindex_phi8</span>, -<span class="pl-c1">128</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%50</span> = <span class="pl-k">icmp</span> <span class="pl-k">ne</span> <span class="pl-k">i8</span> <span class="pl-c1">%49</span>, <span class="pl-c1">0</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%51</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%5</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%52</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%4</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.memcpy.p0i8.p0i8.i64</span>(<span class="pl-k">i8*</span> <span class="pl-c1">%51</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%52</span>, <span class="pl-k">i64</span> <span class="pl-c1">8</span>, <span class="pl-k">i32</span> <span class="pl-c1">1</span>, <span class="pl-k">i1</span> <span class="pl-k">false</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%53</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%4</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.lifetime.end.p0i8</span>(<span class="pl-k">i64</span> -<span class="pl-c1">1</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%53</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%54</span> = addrspacecast [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%5</span> <span class="pl-k">to</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>] <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)*, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%55</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>] <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%54</span> <span class="pl-k">to</span> <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)*, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%56</span> = addrspacecast <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">%ptr_phi9</span> <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)*, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%57</span> = <span class="pl-k">bitcast</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%56</span> <span class="pl-k">to</span> <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)*, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%58</span> = <span class="pl-k">select</span> <span class="pl-k">i1</span> <span class="pl-c1">%50</span>, <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%57</span>, <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%55</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%59</span> = <span class="pl-k">trunc</span> <span class="pl-k">i8</span> <span class="pl-c1">%value_phi</span> <span class="pl-k">to</span> <span class="pl-k">i1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%60</span> = <span class="pl-k">xor</span> <span class="pl-k">i1</span> <span class="pl-c1">%59</span>, <span class="pl-k">true</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-k">br</span> <span class="pl-k">i1</span> <span class="pl-c1">%60</span>, <span class="pl-k">label</span> <span class="pl-c1">%L28</span>, <span class="pl-k">label</span> <span class="pl-c1">%L25</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
L25: <span class="pl-c">; preds = %L19</span>
<span class="pl-c1">%61</span> = <span class="pl-k">trunc</span> <span class="pl-k">i8</span> <span class="pl-c1">%value_phi5</span> <span class="pl-k">to</span> <span class="pl-k">i1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-k">br</span> <span class="pl-k">i1</span> <span class="pl-c1">%61</span>, <span class="pl-k">label</span> <span class="pl-c1">%ok</span>, <span class="pl-k">label</span> <span class="pl-c1">%err</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
L28: <span class="pl-c">; preds = %L19</span>
<span class="pl-c1">%62</span> = <span class="pl-k">trunc</span> <span class="pl-k">i8</span> <span class="pl-c1">%value_phi7</span> <span class="pl-k">to</span> <span class="pl-k">i1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-k">br</span> <span class="pl-k">i1</span> <span class="pl-c1">%62</span>, <span class="pl-k">label</span> <span class="pl-c1">%ok12</span>, <span class="pl-k">label</span> <span class="pl-c1">%err11</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
try: <span class="pl-c">; preds = %L1</span>
<span class="pl-c">; @ REPL[1]:2 within `f'</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%L2</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!17</span>
fail: <span class="pl-c">; preds = %L2</span>
<span class="pl-c">; @ REPL[1]:3 within `f'</span>
<span class="pl-c">; ┌ @ REPL[1]:7 within `g'</span>
<span class="pl-c1">%63</span> = addrspacecast <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">%15</span> <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">12</span>)*, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@jl_type_error_rt</span>(<span class="pl-k">i8*</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">94024374789440</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>), <span class="pl-k">i8*</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">94024373073152</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>), <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* addrspacecast (<span class="pl-k">%jl_value_t*</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">140078954810224</span> <span class="pl-k">to</span> <span class="pl-k">%jl_value_t*</span>) <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*), <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">12</span>)* <span class="pl-c1">%63</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">unreachable</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
pass: <span class="pl-c">; preds = %L2</span>
<span class="pl-c1">%64</span> = <span class="pl-k">icmp</span> <span class="pl-k">eq</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">%15</span>, addrspacecast (<span class="pl-k">%jl_value_t*</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">140078952779280</span> <span class="pl-k">to</span> <span class="pl-k">%jl_value_t*</span>) <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">br</span> <span class="pl-k">i1</span> <span class="pl-c1">%64</span>, <span class="pl-k">label</span> <span class="pl-c1">%L7</span>, <span class="pl-k">label</span> <span class="pl-c1">%L5</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
after_noret: <span class="pl-c">; No predecessors!</span>
<span class="pl-k">unreachable</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
fail2: <span class="pl-c">; preds = %L7</span>
<span class="pl-c1">%65</span> = addrspacecast <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">%19</span> <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">12</span>)*, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@jl_type_error_rt</span>(<span class="pl-k">i8*</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">94024374789440</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>), <span class="pl-k">i8*</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">94024373073152</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>), <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* addrspacecast (<span class="pl-k">%jl_value_t*</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">140078954810224</span> <span class="pl-k">to</span> <span class="pl-k">%jl_value_t*</span>) <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*), <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">12</span>)* <span class="pl-c1">%65</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">unreachable</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
pass3: <span class="pl-c">; preds = %L7</span>
<span class="pl-c1">%66</span> = <span class="pl-k">icmp</span> <span class="pl-k">eq</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">%19</span>, addrspacecast (<span class="pl-k">%jl_value_t*</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">140078952779280</span> <span class="pl-k">to</span> <span class="pl-k">%jl_value_t*</span>) <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*), <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
<span class="pl-k">br</span> <span class="pl-k">i1</span> <span class="pl-c1">%66</span>, <span class="pl-k">label</span> <span class="pl-c1">%L9</span>, <span class="pl-k">label</span> <span class="pl-c1">%L8</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!20</span>
union_move_skip: <span class="pl-c">; preds = %L10</span>
<span class="pl-c">; ┘</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%post_union_move</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
post_union_move: <span class="pl-c">; preds = %union_move_skip, %union_move4, %union_move</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@jl_pop_handler</span>(<span class="pl-k">i32</span> <span class="pl-c1">1</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%67</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%4</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.lifetime.start.p0i8</span>(<span class="pl-k">i64</span> -<span class="pl-c1">1</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%67</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%68</span> = <span class="pl-k">and</span> <span class="pl-k">i8</span> <span class="pl-c1">%tindex_phi</span>, -<span class="pl-c1">128</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%69</span> = <span class="pl-k">icmp</span> <span class="pl-k">ne</span> <span class="pl-k">i8</span> <span class="pl-c1">%68</span>, <span class="pl-c1">0</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">store</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>] <span class="pl-k">undef</span>, [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%4</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%70</span> = <span class="pl-k">and</span> <span class="pl-k">i8</span> <span class="pl-c1">%tindex_phi</span>, <span class="pl-c1">127</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%71</span> = <span class="pl-k">select</span> <span class="pl-k">i1</span> <span class="pl-c1">%69</span>, <span class="pl-k">i8</span> <span class="pl-c1">0</span>, <span class="pl-k">i8</span> <span class="pl-c1">%70</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-c1">%72</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%4</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">switch</span> <span class="pl-k">i8</span> <span class="pl-c1">%71</span>, <span class="pl-k">label</span> <span class="pl-c1">%union_move_skip17</span> [
<span class="pl-k">i8</span> <span class="pl-c1">1</span>, <span class="pl-k">label</span> <span class="pl-c1">%union_move19</span>
<span class="pl-k">i8</span> <span class="pl-c1">2</span>, <span class="pl-k">label</span> <span class="pl-c1">%union_move20</span>
], <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
union_move: <span class="pl-c">; preds = %L10</span>
<span class="pl-c1">%73</span> = <span class="pl-k">load</span> <span class="pl-k">volatile</span> <span class="pl-k">i8</span>, <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%35</span>, <span class="pl-k">align</span> <span class="pl-c1">1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!18</span>
<span class="pl-k">store</span> <span class="pl-k">volatile</span> <span class="pl-k">i8</span> <span class="pl-c1">%73</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%38</span>, <span class="pl-k">align</span> <span class="pl-c1">1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!18</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%post_union_move</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
union_move4: <span class="pl-c">; preds = %L10</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.memcpy.p0i8.p11i8.i64</span>(<span class="pl-k">i8*</span> <span class="pl-c1">%38</span>, <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%35</span>, <span class="pl-k">i64</span> <span class="pl-c1">8</span>, <span class="pl-k">i32</span> <span class="pl-c1">8</span>, <span class="pl-k">i1</span> <span class="pl-k">true</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!18</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%post_union_move</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
err: <span class="pl-c">; preds = %L25</span>
<span class="pl-c">; @ REPL[1]:5 within `f'</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@jl_undefined_var_error</span>(<span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">12</span>)* addrspacecast (<span class="pl-k">%jl_value_t*</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">140078952786872</span> <span class="pl-k">to</span> <span class="pl-k">%jl_value_t*</span>) <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">12</span>)*)), <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-k">unreachable</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
ok: <span class="pl-c">; preds = %L25</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">140079250202488</span> <span class="pl-k">to</span> <span class="pl-k">void</span> (<span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*)*)(<span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">%value_phi6</span>) #<span class="pl-c1">4</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.trap</span>(), <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-k">unreachable</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
after_noret10: <span class="pl-c">; No predecessors!</span>
<span class="pl-k">unreachable</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
err11: <span class="pl-c">; preds = %L28</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@jl_undefined_var_error</span>(<span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">12</span>)* addrspacecast (<span class="pl-k">%jl_value_t*</span> <span class="pl-k">inttoptr</span> (<span class="pl-k">i64</span> <span class="pl-c1">140078952786872</span> <span class="pl-k">to</span> <span class="pl-k">%jl_value_t*</span>) <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">12</span>)*)), <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-k">unreachable</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
ok12: <span class="pl-c">; preds = %L28</span>
<span class="pl-c1">%74</span> = <span class="pl-k">and</span> <span class="pl-k">i8</span> <span class="pl-c1">%tindex_phi8</span>, -<span class="pl-c1">128</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%75</span> = <span class="pl-k">icmp</span> <span class="pl-k">ne</span> <span class="pl-k">i8</span> <span class="pl-c1">%74</span>, <span class="pl-c1">0</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%76</span> = <span class="pl-k">select</span> <span class="pl-k">i1</span> <span class="pl-c1">%75</span>, <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">%ptr_phi9</span>, <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* addrspacecast (<span class="pl-k">%jl_value_t*</span> <span class="pl-k">null</span> <span class="pl-k">to</span> <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*), <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%77</span> = <span class="pl-k">insertvalue</span> { <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*, <span class="pl-k">i8</span> } <span class="pl-k">undef</span>, <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)* <span class="pl-c1">%76</span>, <span class="pl-c1">0</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%78</span> = <span class="pl-k">insertvalue</span> { <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*, <span class="pl-k">i8</span> } <span class="pl-c1">%77</span>, <span class="pl-k">i8</span> <span class="pl-c1">%tindex_phi8</span>, <span class="pl-c1">1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%79</span> = <span class="pl-k">and</span> <span class="pl-k">i8</span> <span class="pl-c1">%tindex_phi8</span>, <span class="pl-c1">127</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%80</span> = <span class="pl-k">select</span> <span class="pl-k">i1</span> <span class="pl-c1">%75</span>, <span class="pl-k">i8</span> <span class="pl-c1">0</span>, <span class="pl-k">i8</span> <span class="pl-c1">%79</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-c1">%81</span> = <span class="pl-k">bitcast</span> [<span class="pl-c1">8</span> x <span class="pl-k">i8</span>]* <span class="pl-c1">%0</span> <span class="pl-k">to</span> <span class="pl-k">i8*</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-k">switch</span> <span class="pl-k">i8</span> <span class="pl-c1">%80</span>, <span class="pl-k">label</span> <span class="pl-c1">%union_move_skip13</span> [
<span class="pl-k">i8</span> <span class="pl-c1">1</span>, <span class="pl-k">label</span> <span class="pl-c1">%union_move15</span>
<span class="pl-k">i8</span> <span class="pl-c1">2</span>, <span class="pl-k">label</span> <span class="pl-c1">%union_move16</span>
], <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
union_move_skip13: <span class="pl-c">; preds = %ok12</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%post_union_move14</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
post_union_move14: <span class="pl-c">; preds = %union_move_skip13, %union_move16, %union_move15</span>
<span class="pl-k">ret</span> { <span class="pl-c1">%jl_value_t</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">10</span>)*, <span class="pl-k">i8</span> } <span class="pl-c1">%78</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
union_move15: <span class="pl-c">; preds = %ok12</span>
<span class="pl-c1">%82</span> = <span class="pl-k">load</span> <span class="pl-k">i8</span>, <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%58</span>, <span class="pl-k">align</span> <span class="pl-c1">1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!18</span>
<span class="pl-k">store</span> <span class="pl-k">i8</span> <span class="pl-c1">%82</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%81</span>, <span class="pl-k">align</span> <span class="pl-c1">1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%post_union_move14</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
union_move16: <span class="pl-c">; preds = %ok12</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.memcpy.p0i8.p11i8.i64</span>(<span class="pl-k">i8*</span> <span class="pl-c1">%81</span>, <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%58</span>, <span class="pl-k">i64</span> <span class="pl-c1">8</span>, <span class="pl-k">i32</span> <span class="pl-c1">8</span>, <span class="pl-k">i1</span> <span class="pl-k">false</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%post_union_move14</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!28</span>
union_move_skip17: <span class="pl-c">; preds = %post_union_move</span>
<span class="pl-c">; @ REPL[1]:3 within `f'</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%post_union_move18</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
post_union_move18: <span class="pl-c">; preds = %union_move_skip17, %union_move20, %union_move19</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%L19</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
union_move19: <span class="pl-c">; preds = %post_union_move</span>
<span class="pl-c1">%83</span> = <span class="pl-k">load</span> <span class="pl-k">i8</span>, <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%35</span>, <span class="pl-k">align</span> <span class="pl-c1">1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!18</span>
<span class="pl-k">store</span> <span class="pl-k">i8</span> <span class="pl-c1">%83</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%72</span>, <span class="pl-k">align</span> <span class="pl-c1">1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!29</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%post_union_move18</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
union_move20: <span class="pl-c">; preds = %post_union_move</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.memcpy.p0i8.p11i8.i64</span>(<span class="pl-k">i8*</span> <span class="pl-c1">%72</span>, <span class="pl-k">i8</span> <span class="pl-k">addrspace</span>(<span class="pl-c1">11</span>)* <span class="pl-c1">%35</span>, <span class="pl-k">i64</span> <span class="pl-c1">8</span>, <span class="pl-k">i32</span> <span class="pl-c1">8</span>, <span class="pl-k">i1</span> <span class="pl-k">false</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%post_union_move18</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
union_move_skip21: <span class="pl-c">; preds = %L15</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.trap</span>(), <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">unreachable</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
post_union_move22: <span class="pl-c">; preds = %union_move24, %union_move23</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%L19</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
union_move23: <span class="pl-c">; preds = %L15</span>
<span class="pl-c1">%84</span> = <span class="pl-k">load</span> <span class="pl-k">i8</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%47</span>, <span class="pl-k">align</span> <span class="pl-c1">1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!18</span>
<span class="pl-k">store</span> <span class="pl-k">i8</span> <span class="pl-c1">%84</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%48</span>, <span class="pl-k">align</span> <span class="pl-c1">1</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>, <span class="pl-v">!tbaa</span> <span class="pl-v">!29</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%post_union_move22</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
union_move24: <span class="pl-c">; preds = %L15</span>
<span class="pl-k">call</span> <span class="pl-k">void</span> <span class="pl-c1">@llvm.memcpy.p0i8.p0i8.i64</span>(<span class="pl-k">i8*</span> <span class="pl-c1">%48</span>, <span class="pl-k">i8*</span> <span class="pl-c1">%47</span>, <span class="pl-k">i64</span> <span class="pl-c1">8</span>, <span class="pl-k">i32</span> <span class="pl-c1">8</span>, <span class="pl-k">i1</span> <span class="pl-k">false</span>), <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
<span class="pl-k">br</span> <span class="pl-k">label</span> <span class="pl-c1">%post_union_move22</span>, <span class="pl-v">!dbg</span> <span class="pl-v">!23</span>
}</pre></div> | 1 |
<h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">Allow the users to switch tabs easily like in Edge or other applications that allow multiple tabs. It will be very helpful to be able to switch tabs. This is possible in many linux terminals and helps with activity management, where the user drags the tabs that have long lasting processes to the end.<br>
Following image describes the feature:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d1f132f301fa8f6d8b77eac7fba4e55ce0f74ed07f320dbc54b873aa97247d81/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f654d7346587572506a65624f31373030616d2f67697068792e676966"><img src="https://camo.githubusercontent.com/d1f132f301fa8f6d8b77eac7fba4e55ce0f74ed07f320dbc54b873aa97247d81/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f654d7346587572506a65624f31373030616d2f67697068792e676966" alt="Tab Switching Demonstration" data-animated-image="" data-canonical-src="https://media.giphy.com/media/eMsFXurPjebO1700am/giphy.gif" style="max-width: 100%;"></a></p>
<h1 dir="auto">Proposed technical implementation details (optional)</h1>
<p dir="auto">When there is a mouse down event on a tab and the the mouse key is left, then allow the user to switch tabs when mouse is moved. GIF image attached for demonstration.</p> | <p dir="auto">Ctrl+Tab allows you to move forward through open tabs. I'd like an option that works like Alt+Tab so I can just press Ctrl+Tab once to go to a previous tab and Ctrl+Tab a second time to go back to the current tab.</p> | 1 |
<p dir="auto">I have old versio 0.7.20 and I open XML file<br>
I can use RMB (Right Mouse button) to "Format Code" for easy reading.</p>
<p dir="auto">But after I update to 0.10.2 that is not possible anymore.</p> | <p dir="auto">before the update I could use alt+shift+f to code format an xml file. After the update this no longer works (using windows version 0.10.1)</p> | 1 |
<p dir="auto">Symfony choice fields with <code class="notranslate">expanded</code> set to <code class="notranslate">true</code> don’t render the selected option correctly when the value in the underlying entity is <code class="notranslate">false</code>.</p>
<p dir="auto">This affects Symfony 2.7.</p>
<h2 dir="auto">Steps to reproduce</h2>
<p dir="auto">Create the following entity:</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Foo
{
public $bar = false;
}"><pre class="notranslate"><span class="pl-k">class</span> <span class="pl-v">Foo</span>
{
<span class="pl-k">public</span> <span class="pl-c1"><span class="pl-c1">$</span>bar</span> = <span class="pl-c1">false</span>;
}</pre></div>
<p dir="auto">Create the following form:</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$form = $this->createFormBuilder(new Foo())
->add('bar', 'choice', array(
'choices' => array(
1 => 'Yes', // boolean `true` and `false` as keys also exhibit the same problem
0 => 'No',
),
'expanded' => true,
))
->getForm()
;
return $this->render('AppBundle::form.html.twig', array(
'form' => $form->createView(),
));"><pre class="notranslate"><span class="pl-s1"><span class="pl-c1">$</span>form</span> = <span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-en">createFormBuilder</span>(<span class="pl-k">new</span> <span class="pl-v">Foo</span>())
-><span class="pl-en">add</span>(<span class="pl-s">'bar'</span>, <span class="pl-s">'choice'</span>, <span class="pl-en">array</span>(
<span class="pl-s">'choices'</span> => <span class="pl-en">array</span>(
<span class="pl-c1">1</span> => <span class="pl-s">'Yes'</span>, <span class="pl-c">// boolean `true` and `false` as keys also exhibit the same problem</span>
<span class="pl-c1">0</span> => <span class="pl-s">'No'</span>,
),
<span class="pl-s">'expanded'</span> => <span class="pl-c1">true</span>,
))
-><span class="pl-en">getForm</span>()
;
<span class="pl-k">return</span> <span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-en">render</span>(<span class="pl-s">'AppBundle::form.html.twig'</span>, <span class="pl-en">array</span>(
<span class="pl-s">'form'</span> => <span class="pl-s1"><span class="pl-c1">$</span>form</span>-><span class="pl-en">createView</span>(),
));</pre></div>
<p dir="auto">Create the following template:</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{{ form_start(form) }}
{{ form_widget(form.bar) }}
{{ form_end(form) }}"><pre class="notranslate">{{ form_start(form) }}
{{ form_widget(form.bar) }}
{{ form_end(form) }}</pre></div>
<p dir="auto">Expected result: the “no” radio button to be checked.<br>
Actual result: none of the checkboxes are checked.</p>
<p dir="auto">Changing the value of <code class="notranslate">Foo::$bar</code> to <code class="notranslate">true</code> makes the “yes” radio button correctly render in its selected state.</p>
<p dir="auto">When the <code class="notranslate">expanded</code> option on the choice field is changed to <code class="notranslate">false</code>, an HTML <code class="notranslate">select</code> menu is correctly rendered with the “no” option selected.</p>
<p dir="auto">The exact same effect can be observed when the keys in the <code class="notranslate">choices</code> array are boolean <code class="notranslate">true</code> and <code class="notranslate">false</code> instead of <code class="notranslate">1</code> and <code class="notranslate">0</code>.</p> | <p dir="auto">I have a form with the following code:</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$form = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\ChoiceType', null, array(
'multiple' => false,
'expanded' => false,
'choices' => array(
'label a' => false,
'label b' => true,
),
'choices_as_values' => true,
));"><pre class="notranslate"><span class="pl-s1"><span class="pl-c1">$</span>form</span> = <span class="pl-s1"><span class="pl-c1">$</span><span class="pl-smi">this</span></span>-><span class="pl-c1">factory</span>-><span class="pl-en">create</span>(<span class="pl-s">'Symfony\Component\Form\Extension\Core\Type\ChoiceType'</span>, <span class="pl-c1">null</span>, <span class="pl-en">array</span>(
<span class="pl-s">'multiple'</span> => <span class="pl-c1">false</span>,
<span class="pl-s">'expanded'</span> => <span class="pl-c1">false</span>,
<span class="pl-s">'choices'</span> => <span class="pl-en">array</span>(
<span class="pl-s">'label a'</span> => <span class="pl-c1">false</span>,
<span class="pl-s">'label b'</span> => <span class="pl-c1">true</span>,
),
<span class="pl-s">'choices_as_values'</span> => <span class="pl-c1">true</span>,
));</pre></div>
<p dir="auto">When submitting the form, none of the two radio buttons are selected, i.e. the values are lost.</p>
<p dir="auto">I've written a unit test for it in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/imphil/symfony/commit/71a59b79fe2afb5db1fd5e5e28f46b52b7e961cd/hovercard" href="https://github.com/imphil/symfony/commit/71a59b79fe2afb5db1fd5e5e28f46b52b7e961cd">imphil@<tt>71a59b7</tt></a></p>
<p dir="auto">Currently it fails with</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="There were 2 failures:
1) Symfony\Component\Form\Tests\Extension\Core\Type\ChoiceTypeTest::testSubmitSingleExpandedBooleanValueFalse
Failed asserting that false is identical to '0'.
/home/philipp/src/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php:354
2) Symfony\Component\Form\Tests\Extension\Core\Type\ChoiceTypeTest::testSubmitSingleExpandedBooleanValueTrue
Failed asserting that true is identical to '1'.
/home/philipp/src/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php:373"><pre class="notranslate"><code class="notranslate">There were 2 failures:
1) Symfony\Component\Form\Tests\Extension\Core\Type\ChoiceTypeTest::testSubmitSingleExpandedBooleanValueFalse
Failed asserting that false is identical to '0'.
/home/philipp/src/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php:354
2) Symfony\Component\Form\Tests\Extension\Core\Type\ChoiceTypeTest::testSubmitSingleExpandedBooleanValueTrue
Failed asserting that true is identical to '1'.
/home/philipp/src/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php:373
</code></pre></div>
<p dir="auto">The problem only happens with boolean values and expanded=true. It seems that a proper conversion to the view data is missing. Unfortunately I have no idea about the inner workings of Symfony -- maybe someone with a bit more experience can have a look?</p>
<p dir="auto">(This seems to be similar to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="85524044" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/14877" data-hovercard-type="issue" data-hovercard-url="/symfony/symfony/issues/14877/hovercard" href="https://github.com/symfony/symfony/issues/14877">#14877</a>, but maybe not exactly the same, so I didn't want to hijack that issue.)</p> | 1 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
from decimal import Decimal
df = pd.DataFrame({'id': [1], 'x': [1], 'y': [Decimal(1)]})
df.groupby('id')[['x', 'y']].sum()
# x
# id
# 1 1"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">pandas</span> <span class="pl-k">as</span> <span class="pl-s1">pd</span>
<span class="pl-k">from</span> <span class="pl-s1">decimal</span> <span class="pl-k">import</span> <span class="pl-v">Decimal</span>
<span class="pl-s1">df</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">DataFrame</span>({<span class="pl-s">'id'</span>: [<span class="pl-c1">1</span>], <span class="pl-s">'x'</span>: [<span class="pl-c1">1</span>], <span class="pl-s">'y'</span>: [<span class="pl-v">Decimal</span>(<span class="pl-c1">1</span>)]})
<span class="pl-s1">df</span>.<span class="pl-en">groupby</span>(<span class="pl-s">'id'</span>)[[<span class="pl-s">'x'</span>, <span class="pl-s">'y'</span>]].<span class="pl-en">sum</span>()
<span class="pl-c"># x</span>
<span class="pl-c"># id </span>
<span class="pl-c"># 1 1</span></pre></div>
<h4 dir="auto">Problem description</h4>
<p dir="auto">I unknowingly encountered the feature described <a href="http://pandas.pydata.org/pandas-docs/stable/groupby.html#automatic-exclusion-of-nuisance-columns" rel="nofollow">here</a> when running the above code. While I see how this can be a useful feature, it's a nuisance not knowing that it happened and that I can't disable it. I feel that in the case of doing a groupby on explicitly selected columns <code class="notranslate">groupby(...)[COLS]</code>, it should not drop any columns and let whatever errors that occur raise. I also think that a warning could be added and/or an option to disable the feature.</p>
<h4 dir="auto">Expected Output</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# x y
# id
# 1 1 1"><pre class="notranslate"><code class="notranslate"># x y
# id
# 1 1 1
</code></pre></div>
<h4 dir="auto">Output of <code class="notranslate">pd.show_versions()</code></h4>
<details>
<h2 dir="auto">INSTALLED VERSIONS</h2>
<p dir="auto">commit: None<br>
python: 3.6.2.final.0<br>
python-bits: 64<br>
OS: Linux<br>
OS-release: 3.10.0-327.10.1.el7.x86_64<br>
machine: x86_64<br>
processor: x86_64<br>
byteorder: little<br>
LC_ALL: None<br>
LANG: None<br>
LOCALE: None.None<br>
pandas: 0.22.0<br>
pytest: 3.2.1<br>
pip: 9.0.1<br>
setuptools: 36.4.0<br>
Cython: 0.28.1<br>
numpy: 1.13.1<br>
scipy: None<br>
pyarrow: None<br>
xarray: None<br>
IPython: 6.1.0<br>
sphinx: None<br>
patsy: None<br>
dateutil: 2.6.1<br>
pytz: 2017.2<br>
blosc: None<br>
bottleneck: None<br>
tables: None<br>
numexpr: None<br>
feather: None<br>
matplotlib: None<br>
openpyxl: None<br>
xlrd: None<br>
xlwt: None<br>
xlsxwriter: None<br>
lxml: None<br>
bs4: None<br>
html5lib: 0.9999999<br>
sqlalchemy: 1.1.13<br>
pymysql: None<br>
psycopg2: 2.7.1 (dt dec pq3 ext lo64)<br>
jinja2: 2.10<br>
s3fs: None<br>
fastparquet: None<br>
pandas_gbq: None<br>
pandas_datareader: None</p>
</details> | <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> import pandas as pd
>>> pd.CategoricalIndex(['a', 'b'], categories=['a', 'b']).equals(
... pd.CategoricalIndex(['a', 'b'], categories=['b', 'a']))
False"><pre class="notranslate"><span class="pl-c1">>></span><span class="pl-c1">></span> <span class="pl-k">import</span> <span class="pl-s1">pandas</span> <span class="pl-k">as</span> <span class="pl-s1">pd</span>
<span class="pl-c1">>></span><span class="pl-c1">></span> <span class="pl-s1">pd</span>.<span class="pl-v">CategoricalIndex</span>([<span class="pl-s">'a'</span>, <span class="pl-s">'b'</span>], <span class="pl-s1">categories</span><span class="pl-c1">=</span>[<span class="pl-s">'a'</span>, <span class="pl-s">'b'</span>]).<span class="pl-en">equals</span>(
... <span class="pl-s1">pd</span>.<span class="pl-v">CategoricalIndex</span>([<span class="pl-s">'a'</span>, <span class="pl-s">'b'</span>], <span class="pl-s1">categories</span><span class="pl-c1">=</span>[<span class="pl-s">'b'</span>, <span class="pl-s">'a'</span>]))
<span class="pl-c1">False</span></pre></div>
<p dir="auto">I fixed this for regular Categoricals in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="228286594" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/16339" data-hovercard-type="pull_request" data-hovercard-url="/pandas-dev/pandas/pull/16339/hovercard" href="https://github.com/pandas-dev/pandas/pull/16339">#16339</a>, but that didn't affect CategoricalIndex.equals. Do we want <code class="notranslate">.equals</code> to ignore order when <code class="notranslate">ordered=False</code> on both (I think we do)?</p>
<p dir="auto">Discovered during my CategoricalDtype refactor, which does fix it so that order is ignored when <code class="notranslate">order=False</code>.</p> | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected Behavior</h2>
<p dir="auto">I should be able to use <code class="notranslate">withData</code> from the <a href="https://github.com/zeit/next.js/tree/5.0.0/examples/with-apollo">with-apollo example</a> and <code class="notranslate">translate</code> from react-i18next HoCs together.</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">I've been using Apollo as per the <a href="https://github.com/zeit/next.js/tree/5.0.0/examples/with-apollo">with-apollo example</a> quite happily for some time and I'm now trying to integrate <a href="https://github.com/zeit/next.js/tree/5.0.0/examples/with-i18next">with-i18n</a>. Unfortunately I think there may be issues with combining the two approaches. I'm receiving the following error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Cannot read property 'options' of undefined
TypeError: Cannot read property 'options' of undefined
...
at new I18n node_modules/react-i18next/dist/commonjs/I18n.js:56:20"><pre class="notranslate"><code class="notranslate">Cannot read property 'options' of undefined
TypeError: Cannot read property 'options' of undefined
...
at new I18n node_modules/react-i18next/dist/commonjs/I18n.js:56:20
</code></pre></div>
<p dir="auto">It seems i18n isn't being initialised correctly (hence options of undefined (the i18n instance)), or is being overridden, perhaps because of the usage of <code class="notranslate">getInitialProps</code> in <code class="notranslate">withData.js</code>?</p>
<p dir="auto">Has anyone managed to get Next.JS, Apollo and i18n working together? Any working examples?</p>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<ol dir="auto">
<li>Follow the steps to setup <a href="https://github.com/zeit/next.js/tree/5.0.0/examples/with-apollo">with-apollo example</a> and <a href="https://github.com/zeit/next.js/tree/5.0.0/examples/with-i18next">with-i18n</a></li>
<li>Create a page which is wrapped in <code class="notranslate">translate</code> from react-i18next and <code class="notranslate">withData</code> from the with-apollo example.</li>
<li>See error.</li>
</ol>
<h2 dir="auto">Context</h2>
<p dir="auto">I'm trying to integrate react-i18next into my current next/apollo setup.</p>
<h2 dir="auto">Your Environment</h2>
<table role="table">
<thead>
<tr>
<th>Tech</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>next</td>
<td>5.0.0</td>
</tr>
<tr>
<td>node</td>
<td>8.9.4</td>
</tr>
<tr>
<td>OS</td>
<td>macOS High Sierra</td>
</tr>
<tr>
<td>browser</td>
<td>Chrome</td>
</tr>
<tr>
<td>etc</td>
<td></td>
</tr>
</tbody>
</table> | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected Behavior</h2>
<p dir="auto">I can host a Next.js app on a GitHub Pages.</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">As far as I have digged into the issue, we can't host a Next.js app on a GitHub Pages because of the location of the hosting: <code class="notranslate">http://username.github.io/project-name/</code>. It would be working perfectly if we had<code class="notranslate">http://project-name.github.io/</code>.</p>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<p dir="auto">Humm. I'm not sure it's relevant. I can provide something if it help. I noticed the issue with <a href="http://oliviertassinari.github.io/react-swipeable-views/" rel="nofollow">http://oliviertassinari.github.io/react-swipeable-views/</a>.</p>
<h2 dir="auto">Context</h2>
<p dir="auto"><a href="https://github.com/zeit/next.js/wiki/Deploying-a-Next.js-app-into-GitHub-Pages">Deploying a Next.js app into GitHub Pages</a> guide is misleading. It's not possible as far as I know.</p>
<h2 dir="auto">Your Environment</h2>
<table role="table">
<thead>
<tr>
<th>Tech</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>next</td>
<td>4.1.4</td>
</tr>
</tbody>
</table> | 0 |
<p dir="auto">I've taken a project I was working on from the 1.5 beta, and simply switched from CommonJS modules to System. I now seem to be getting the title error on startup which suggests something is perhaps amiss in the output?</p>
<p dir="auto">I've not managed to create a small reproduction yet, but here are the TS and JS for the code file which SystemJS is complaining about:</p>
<p dir="auto">alert.ts</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import { StandardDialog } from '../standard/standard';
export interface AlertDialogOptions {
/**
* The text to display on the 'OK' button. Defaults to 'OK'.
*/
okText?: string;
}
export class AlertDialog extends StandardDialog {
// Constructor
constructor(text: string, opts?: AlertDialogOptions) {
const content = $("<p>").text(text);
const okText = (opts && opts.okText) ? opts.okText : "OK";
super({
content: content,
buttons: [
{ text: okText, primary: true, click: () => this._ok_click() }
]
});
this.el.classList.add("alert-dialog");
}
// Event Handlers
private _ok_click(): void {
this.close();
}
// Static Methods
/**
* Shows an Alert dialog. Returns a promise that will resolve when the OK button is clicked
* @param text the text to be displayed
* @param opts any non-default options
*/
public static show(text: string, opts?: AlertDialogOptions): Promise<void> {
const dlg = new AlertDialog(text, opts);
return dlg.show();
}
}"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-kos">{</span> <span class="pl-smi">StandardDialog</span> <span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'../standard/standard'</span><span class="pl-kos">;</span>
<span class="pl-k">export</span> <span class="pl-k">interface</span> <span class="pl-smi">AlertDialogOptions</span> <span class="pl-kos">{</span>
<span class="pl-c">/**</span>
<span class="pl-c"> * The text to display on the 'OK' button. Defaults to 'OK'.</span>
<span class="pl-c"> */</span>
<span class="pl-c1">okText</span>?: <span class="pl-smi">string</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">export</span> <span class="pl-k">class</span> <span class="pl-smi">AlertDialog</span> <span class="pl-k">extends</span> <span class="pl-smi">StandardDialog</span> <span class="pl-kos">{</span>
<span class="pl-c">// Constructor</span>
<span class="pl-en">constructor</span><span class="pl-kos">(</span><span class="pl-s1">text</span>: <span class="pl-smi">string</span><span class="pl-kos">,</span> <span class="pl-s1">opts</span>?: <span class="pl-smi">AlertDialogOptions</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">const</span> <span class="pl-s1">content</span> <span class="pl-c1">=</span> <span class="pl-en">$</span><span class="pl-kos">(</span><span class="pl-s">"<p>"</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">text</span><span class="pl-kos">(</span><span class="pl-s1">text</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-s1">okText</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-s1">opts</span> <span class="pl-c1">&&</span> <span class="pl-s1">opts</span><span class="pl-kos">.</span><span class="pl-c1">okText</span><span class="pl-kos">)</span> ? <span class="pl-s1">opts</span><span class="pl-kos">.</span><span class="pl-c1">okText</span> : <span class="pl-s">"OK"</span><span class="pl-kos">;</span>
<span class="pl-smi">super</span><span class="pl-kos">(</span><span class="pl-kos">{</span>
<span class="pl-c1">content</span>: <span class="pl-s1">content</span><span class="pl-kos">,</span>
<span class="pl-c1">buttons</span>: <span class="pl-kos">[</span>
<span class="pl-kos">{</span> <span class="pl-c1">text</span>: <span class="pl-s1">okText</span><span class="pl-kos">,</span> <span class="pl-c1">primary</span>: <span class="pl-c1">true</span><span class="pl-kos">,</span> <span class="pl-en">click</span>: <span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-en">_ok_click</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">}</span>
<span class="pl-kos">]</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">el</span><span class="pl-kos">.</span><span class="pl-c1">classList</span><span class="pl-kos">.</span><span class="pl-en">add</span><span class="pl-kos">(</span><span class="pl-s">"alert-dialog"</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-c">// Event Handlers</span>
<span class="pl-k">private</span> <span class="pl-en">_ok_click</span><span class="pl-kos">(</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span> <span class="pl-kos">{</span>
<span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-en">close</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-c">// Static Methods</span>
<span class="pl-c">/**</span>
<span class="pl-c"> * Shows an Alert dialog. Returns a promise that will resolve when the OK button is clicked</span>
<span class="pl-c"> * <span class="pl-k">@param</span> text the text to be displayed</span>
<span class="pl-c"> * <span class="pl-k">@param</span> opts any non-default options</span>
<span class="pl-c"> */</span>
<span class="pl-k">public</span> <span class="pl-k">static</span> <span class="pl-en">show</span><span class="pl-kos">(</span><span class="pl-s1">text</span>: <span class="pl-smi">string</span><span class="pl-kos">,</span> <span class="pl-s1">opts</span>?: <span class="pl-smi">AlertDialogOptions</span><span class="pl-kos">)</span>: <span class="pl-smi">Promise</span><span class="pl-kos"><</span><span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">></span> <span class="pl-kos">{</span>
<span class="pl-k">const</span> <span class="pl-s1">dlg</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-smi">AlertDialog</span><span class="pl-kos">(</span><span class="pl-s1">text</span><span class="pl-kos">,</span> <span class="pl-s1">opts</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">return</span> <span class="pl-s1">dlg</span><span class="pl-kos">.</span><span class="pl-en">show</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto">alert.js</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
__.prototype = b.prototype;
d.prototype = new __();
};System.register(['../standard/standard'], function(exports_1) {
var standard_1;
var AlertDialog;
return {
setters:[
function (_standard_1) {
standard_1 = _standard_1;
}],
execute: function() {
AlertDialog = (function (_super) {
__extends(AlertDialog, _super);
// Constructor
function AlertDialog(text, opts) {
var _this = this;
var content = $("<p>").text(text);
var okText = (opts && opts.okText) ? opts.okText : "OK";
_super.call(this, {
content: content,
buttons: [
{ text: okText, primary: true, click: function () { return _this._ok_click(); } }
]
});
this.el.classList.add("alert-dialog");
}
// Event Handlers
AlertDialog.prototype._ok_click = function () {
this.close();
};
// Static Methods
/**
* Shows an Alert dialog. Returns a promise that will resolve when the OK button is clicked
* @param text the text to be displayed
* @param opts any non-default options
*/
AlertDialog.show = function (text, opts) {
var dlg = new AlertDialog(text, opts);
return dlg.show();
};
return AlertDialog;
})(standard_1.StandardDialog);
exports_1("AlertDialog", AlertDialog);
}
}
});
//# sourceMappingURL=alert.js.map"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-s1">__extends</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-smi">this</span> <span class="pl-c1">&&</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">__extends</span><span class="pl-kos">)</span> <span class="pl-c1">||</span> <span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-s1">d</span><span class="pl-kos">,</span> <span class="pl-s1">b</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">for</span> <span class="pl-kos">(</span><span class="pl-k">var</span> <span class="pl-s1">p</span> <span class="pl-k">in</span> <span class="pl-s1">b</span><span class="pl-kos">)</span> <span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-s1">b</span><span class="pl-kos">.</span><span class="pl-en">hasOwnProperty</span><span class="pl-kos">(</span><span class="pl-s1">p</span><span class="pl-kos">)</span><span class="pl-kos">)</span> <span class="pl-s1">d</span><span class="pl-kos">[</span><span class="pl-s1">p</span><span class="pl-kos">]</span> <span class="pl-c1">=</span> <span class="pl-s1">b</span><span class="pl-kos">[</span><span class="pl-s1">p</span><span class="pl-kos">]</span><span class="pl-kos">;</span>
<span class="pl-k">function</span> <span class="pl-c1">__</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">constructor</span> <span class="pl-c1">=</span> <span class="pl-s1">d</span><span class="pl-kos">;</span> <span class="pl-kos">}</span>
<span class="pl-c1">__</span><span class="pl-kos">.</span><span class="pl-c1">prototype</span> <span class="pl-c1">=</span> <span class="pl-s1">b</span><span class="pl-kos">.</span><span class="pl-c1">prototype</span><span class="pl-kos">;</span>
<span class="pl-s1">d</span><span class="pl-kos">.</span><span class="pl-c1">prototype</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">__</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">;</span><span class="pl-v">System</span><span class="pl-kos">.</span><span class="pl-en">register</span><span class="pl-kos">(</span><span class="pl-kos">[</span><span class="pl-s">'../standard/standard'</span><span class="pl-kos">]</span><span class="pl-kos">,</span> <span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-s1">exports_1</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">var</span> <span class="pl-s1">standard_1</span><span class="pl-kos">;</span>
<span class="pl-k">var</span> <span class="pl-v">AlertDialog</span><span class="pl-kos">;</span>
<span class="pl-k">return</span> <span class="pl-kos">{</span>
<span class="pl-c1">setters</span>:<span class="pl-kos">[</span>
<span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-s1">_standard_1</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">standard_1</span> <span class="pl-c1">=</span> <span class="pl-s1">_standard_1</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">]</span><span class="pl-kos">,</span>
<span class="pl-en">execute</span>: <span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-v">AlertDialog</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-s1">_super</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">__extends</span><span class="pl-kos">(</span><span class="pl-v">AlertDialog</span><span class="pl-kos">,</span> <span class="pl-s1">_super</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-c">// Constructor</span>
<span class="pl-k">function</span> <span class="pl-v">AlertDialog</span><span class="pl-kos">(</span><span class="pl-s1">text</span><span class="pl-kos">,</span> <span class="pl-s1">opts</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">var</span> <span class="pl-s1">_this</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">;</span>
<span class="pl-k">var</span> <span class="pl-s1">content</span> <span class="pl-c1">=</span> <span class="pl-en">$</span><span class="pl-kos">(</span><span class="pl-s">"<p>"</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">text</span><span class="pl-kos">(</span><span class="pl-s1">text</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">var</span> <span class="pl-s1">okText</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-s1">opts</span> <span class="pl-c1">&&</span> <span class="pl-s1">opts</span><span class="pl-kos">.</span><span class="pl-c1">okText</span><span class="pl-kos">)</span> ? <span class="pl-s1">opts</span><span class="pl-kos">.</span><span class="pl-c1">okText</span> : <span class="pl-s">"OK"</span><span class="pl-kos">;</span>
<span class="pl-s1">_super</span><span class="pl-kos">.</span><span class="pl-en">call</span><span class="pl-kos">(</span><span class="pl-smi">this</span><span class="pl-kos">,</span> <span class="pl-kos">{</span>
<span class="pl-c1">content</span>: <span class="pl-s1">content</span><span class="pl-kos">,</span>
<span class="pl-c1">buttons</span>: <span class="pl-kos">[</span>
<span class="pl-kos">{</span> <span class="pl-c1">text</span>: <span class="pl-s1">okText</span><span class="pl-kos">,</span> <span class="pl-c1">primary</span>: <span class="pl-c1">true</span><span class="pl-kos">,</span> <span class="pl-en">click</span>: <span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-k">return</span> <span class="pl-s1">_this</span><span class="pl-kos">.</span><span class="pl-en">_ok_click</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span> <span class="pl-kos">}</span>
<span class="pl-kos">]</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">el</span><span class="pl-kos">.</span><span class="pl-c1">classList</span><span class="pl-kos">.</span><span class="pl-en">add</span><span class="pl-kos">(</span><span class="pl-s">"alert-dialog"</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-c">// Event Handlers</span>
<span class="pl-v">AlertDialog</span><span class="pl-kos">.</span><span class="pl-c1">prototype</span><span class="pl-kos">.</span><span class="pl-en">_ok_click</span> <span class="pl-c1">=</span> <span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-en">close</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">;</span>
<span class="pl-c">// Static Methods</span>
<span class="pl-c">/**</span>
<span class="pl-c"> * Shows an Alert dialog. Returns a promise that will resolve when the OK button is clicked</span>
<span class="pl-c"> * <span class="pl-k">@param</span> text the text to be displayed</span>
<span class="pl-c"> * <span class="pl-k">@param</span> opts any non-default options</span>
<span class="pl-c"> */</span>
<span class="pl-v">AlertDialog</span><span class="pl-kos">.</span><span class="pl-en">show</span> <span class="pl-c1">=</span> <span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-s1">text</span><span class="pl-kos">,</span> <span class="pl-s1">opts</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">var</span> <span class="pl-s1">dlg</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-v">AlertDialog</span><span class="pl-kos">(</span><span class="pl-s1">text</span><span class="pl-kos">,</span> <span class="pl-s1">opts</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">return</span> <span class="pl-s1">dlg</span><span class="pl-kos">.</span><span class="pl-en">show</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">;</span>
<span class="pl-k">return</span> <span class="pl-v">AlertDialog</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">(</span><span class="pl-s1">standard_1</span><span class="pl-kos">.</span><span class="pl-c1">StandardDialog</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-s1">exports_1</span><span class="pl-kos">(</span><span class="pl-s">"AlertDialog"</span><span class="pl-kos">,</span> <span class="pl-v">AlertDialog</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-c">//# sourceMappingURL=alert.js.map</span></pre></div>
<p dir="auto">Console:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Uncaught TypeError: Multiple anonymous System.register calls in the same module file.
Uncaught (in promise) Uncaught TypeError: Multiple anonymous System.register calls in the same module file.
Evaluating http://localhost:4544/src/ui/dialogs/common/alert.js
Error loading http://localhost:4544/src/startup.js"><pre class="notranslate"><code class="notranslate">Uncaught TypeError: Multiple anonymous System.register calls in the same module file.
Uncaught (in promise) Uncaught TypeError: Multiple anonymous System.register calls in the same module file.
Evaluating http://localhost:4544/src/ui/dialogs/common/alert.js
Error loading http://localhost:4544/src/startup.js
</code></pre></div>
<p dir="auto">Hope this is helpful. I'll try to find a way to reproduce with a smaller set of code if it isn't.</p>
<p dir="auto">EDIT: btw, I did some searching around the issue before posting and noticed a few things said about bundles. Just to be clear, I'm not using bundles at the moment.</p> | <p dir="auto">Using this contrived example again,</p>
<p dir="auto">Export file with super class:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/// foo.ts
export class Foo {
a: string;
}"><pre class="notranslate"><span class="pl-c">/// foo.ts</span>
<span class="pl-k">export</span> <span class="pl-k">class</span> <span class="pl-smi">Foo</span> <span class="pl-kos">{</span>
<span class="pl-c1">a</span>: <span class="pl-smi">string</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto">Import file with sub class:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/// bar.ts
import {Foo} from './foo';
export class Bar extends Foo {
b: string;
}"><pre class="notranslate"><span class="pl-c">/// bar.ts</span>
<span class="pl-k">import</span> <span class="pl-kos">{</span><span class="pl-smi">Foo</span><span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'./foo'</span><span class="pl-kos">;</span>
<span class="pl-k">export</span> <span class="pl-k">class</span> <span class="pl-smi">Bar</span> <span class="pl-k">extends</span> <span class="pl-smi">Foo</span> <span class="pl-kos">{</span>
<span class="pl-c1">b</span>: <span class="pl-smi">string</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto">System.register format output:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/// bar.js
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
__.prototype = b.prototype;
d.prototype = new __();
};System.register(['./foo'], function(exports_1) {
var foo_1;
var Bar;
return {
setters:[
function (_foo_1) {
foo_1 = _foo_1;
}],
execute: function() {
Bar = (function (_super) {
__extends(Bar, _super);
function Bar() {
_super.apply(this, arguments);
}
return Bar;
})(foo_1.Foo);
exports_1("Bar", Bar);
}
}
});"><pre class="notranslate"><span class="pl-c">/// bar.js</span>
<span class="pl-k">var</span> <span class="pl-s1">__extends</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-smi">this</span> <span class="pl-c1">&&</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">__extends</span><span class="pl-kos">)</span> <span class="pl-c1">||</span> <span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-s1">d</span><span class="pl-kos">,</span> <span class="pl-s1">b</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">for</span> <span class="pl-kos">(</span><span class="pl-k">var</span> <span class="pl-s1">p</span> <span class="pl-k">in</span> <span class="pl-s1">b</span><span class="pl-kos">)</span> <span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-s1">b</span><span class="pl-kos">.</span><span class="pl-en">hasOwnProperty</span><span class="pl-kos">(</span><span class="pl-s1">p</span><span class="pl-kos">)</span><span class="pl-kos">)</span> <span class="pl-s1">d</span><span class="pl-kos">[</span><span class="pl-s1">p</span><span class="pl-kos">]</span> <span class="pl-c1">=</span> <span class="pl-s1">b</span><span class="pl-kos">[</span><span class="pl-s1">p</span><span class="pl-kos">]</span><span class="pl-kos">;</span>
<span class="pl-k">function</span> <span class="pl-c1">__</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">constructor</span> <span class="pl-c1">=</span> <span class="pl-s1">d</span><span class="pl-kos">;</span> <span class="pl-kos">}</span>
<span class="pl-c1">__</span><span class="pl-kos">.</span><span class="pl-c1">prototype</span> <span class="pl-c1">=</span> <span class="pl-s1">b</span><span class="pl-kos">.</span><span class="pl-c1">prototype</span><span class="pl-kos">;</span>
<span class="pl-s1">d</span><span class="pl-kos">.</span><span class="pl-c1">prototype</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">__</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">;</span><span class="pl-v">System</span><span class="pl-kos">.</span><span class="pl-en">register</span><span class="pl-kos">(</span><span class="pl-kos">[</span><span class="pl-s">'./foo'</span><span class="pl-kos">]</span><span class="pl-kos">,</span> <span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-s1">exports_1</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">var</span> <span class="pl-s1">foo_1</span><span class="pl-kos">;</span>
<span class="pl-k">var</span> <span class="pl-v">Bar</span><span class="pl-kos">;</span>
<span class="pl-k">return</span> <span class="pl-kos">{</span>
<span class="pl-c1">setters</span>:<span class="pl-kos">[</span>
<span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-s1">_foo_1</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">foo_1</span> <span class="pl-c1">=</span> <span class="pl-s1">_foo_1</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">]</span><span class="pl-kos">,</span>
<span class="pl-en">execute</span>: <span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-v">Bar</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-s1">_super</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">__extends</span><span class="pl-kos">(</span><span class="pl-v">Bar</span><span class="pl-kos">,</span> <span class="pl-s1">_super</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">function</span> <span class="pl-v">Bar</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">_super</span><span class="pl-kos">.</span><span class="pl-en">apply</span><span class="pl-kos">(</span><span class="pl-smi">this</span><span class="pl-kos">,</span> <span class="pl-smi">arguments</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">return</span> <span class="pl-v">Bar</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">(</span><span class="pl-s1">foo_1</span><span class="pl-kos">.</span><span class="pl-c1">Foo</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-s1">exports_1</span><span class="pl-kos">(</span><span class="pl-s">"Bar"</span><span class="pl-kos">,</span> <span class="pl-v">Bar</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">The output of System.register contains no namespace. This is not valid System.register bundle format output. When we bundle our files, our bundle will be broken with this output. To adhere to proper bundle format, the output would need to be:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/// bar.js
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
__.prototype = b.prototype;
d.prototype = new __();
};System.register('bar', ['./foo'], function(exports_1) {
var foo_1;
var Bar;
return {
setters:[
function (_foo_1) {
foo_1 = _foo_1;
}],
execute: function() {
Bar = (function (_super) {
__extends(Bar, _super);
function Bar() {
_super.apply(this, arguments);
}
return Bar;
})(foo_1.Foo);
exports_1("Bar", Bar);
}
}
});"><pre class="notranslate"><span class="pl-c">/// bar.js</span>
<span class="pl-k">var</span> <span class="pl-s1">__extends</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-smi">this</span> <span class="pl-c1">&&</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">__extends</span><span class="pl-kos">)</span> <span class="pl-c1">||</span> <span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-s1">d</span><span class="pl-kos">,</span> <span class="pl-s1">b</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">for</span> <span class="pl-kos">(</span><span class="pl-k">var</span> <span class="pl-s1">p</span> <span class="pl-k">in</span> <span class="pl-s1">b</span><span class="pl-kos">)</span> <span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-s1">b</span><span class="pl-kos">.</span><span class="pl-en">hasOwnProperty</span><span class="pl-kos">(</span><span class="pl-s1">p</span><span class="pl-kos">)</span><span class="pl-kos">)</span> <span class="pl-s1">d</span><span class="pl-kos">[</span><span class="pl-s1">p</span><span class="pl-kos">]</span> <span class="pl-c1">=</span> <span class="pl-s1">b</span><span class="pl-kos">[</span><span class="pl-s1">p</span><span class="pl-kos">]</span><span class="pl-kos">;</span>
<span class="pl-k">function</span> <span class="pl-c1">__</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">constructor</span> <span class="pl-c1">=</span> <span class="pl-s1">d</span><span class="pl-kos">;</span> <span class="pl-kos">}</span>
<span class="pl-c1">__</span><span class="pl-kos">.</span><span class="pl-c1">prototype</span> <span class="pl-c1">=</span> <span class="pl-s1">b</span><span class="pl-kos">.</span><span class="pl-c1">prototype</span><span class="pl-kos">;</span>
<span class="pl-s1">d</span><span class="pl-kos">.</span><span class="pl-c1">prototype</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">__</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">;</span><span class="pl-v">System</span><span class="pl-kos">.</span><span class="pl-en">register</span><span class="pl-kos">(</span><span class="pl-s">'bar'</span><span class="pl-kos">,</span> <span class="pl-kos">[</span><span class="pl-s">'./foo'</span><span class="pl-kos">]</span><span class="pl-kos">,</span> <span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-s1">exports_1</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">var</span> <span class="pl-s1">foo_1</span><span class="pl-kos">;</span>
<span class="pl-k">var</span> <span class="pl-v">Bar</span><span class="pl-kos">;</span>
<span class="pl-k">return</span> <span class="pl-kos">{</span>
<span class="pl-c1">setters</span>:<span class="pl-kos">[</span>
<span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-s1">_foo_1</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">foo_1</span> <span class="pl-c1">=</span> <span class="pl-s1">_foo_1</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">]</span><span class="pl-kos">,</span>
<span class="pl-en">execute</span>: <span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-v">Bar</span> <span class="pl-c1">=</span> <span class="pl-kos">(</span><span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-s1">_super</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">__extends</span><span class="pl-kos">(</span><span class="pl-v">Bar</span><span class="pl-kos">,</span> <span class="pl-s1">_super</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">function</span> <span class="pl-v">Bar</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">_super</span><span class="pl-kos">.</span><span class="pl-en">apply</span><span class="pl-kos">(</span><span class="pl-smi">this</span><span class="pl-kos">,</span> <span class="pl-smi">arguments</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">return</span> <span class="pl-v">Bar</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">(</span><span class="pl-s1">foo_1</span><span class="pl-kos">.</span><span class="pl-c1">Foo</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-s1">exports_1</span><span class="pl-kos">(</span><span class="pl-s">"Bar"</span><span class="pl-kos">,</span> <span class="pl-v">Bar</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">Notice that the System.register call now has a namespace which matches the name of the file.<br>
This would help Angular out a lot.</p>
<p dir="auto">Thanks for all the hard work guys!</p> | 1 |
<p dir="auto">Under some circumstances, <code class="notranslate">trace</code> returns a scalar on a 3-D masked array, even though it should return a vector. It appears to be related to the mask, as illustrated below.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [326]: Z = numpy.ma.empty((2, 2, 2), dtype="<f4")
In [327]: trace(Z, 1, 2)
Out[327]:
masked_array(data = [ 0. 0.],
mask = False,
fill_value = 1e+20)
In [328]: Z.mask = zeros_like(Z)
In [329]: trace(Z, 1, 2)
Out[329]: 0.0 # oops, that should have been [0., 0.]
In [330]: trace(Z.data, 1, 2)
Out[330]: array([ 0., 0.], dtype=float32)"><pre class="notranslate"><code class="notranslate">In [326]: Z = numpy.ma.empty((2, 2, 2), dtype="<f4")
In [327]: trace(Z, 1, 2)
Out[327]:
masked_array(data = [ 0. 0.],
mask = False,
fill_value = 1e+20)
In [328]: Z.mask = zeros_like(Z)
In [329]: trace(Z, 1, 2)
Out[329]: 0.0 # oops, that should have been [0., 0.]
In [330]: trace(Z.data, 1, 2)
Out[330]: array([ 0., 0.], dtype=float32)
</code></pre></div> | <p dir="auto">When <code class="notranslate">column_stack</code>ing two arrays, the dtype of the result is the dtype of the input arrays (if they are are the same). However, if the endianness of the input array is not the system endianness, it is not respected.</p>
<p dir="auto">MWE:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy
a = numpy.array([1, 2, 3], dtype="i4")
b = numpy.array([1, 2, 3], dtype="i4")
c = numpy.column_stack([a, b])
print(a.dtype) # int32 okay
print(b.dtype) # int32 okay
print(c.dtype) # int32 okay
print()
a = numpy.array([1, 2, 3], dtype="=i4")
b = numpy.array([1, 2, 3], dtype="=i4")
c = numpy.column_stack([a, b])
print(a.dtype) # int32 okay
print(b.dtype) # int32 okay
print(c.dtype) # int32 okay
print()
a = numpy.array([1, 2, 3], dtype="<i4")
b = numpy.array([1, 2, 3], dtype="<i4")
c = numpy.column_stack([a, b])
print(a.dtype) # int32 okay
print(b.dtype) # int32 okay
print(c.dtype) # int32 okay
print()
a = numpy.array([1, 2, 3], dtype=">i4")
b = numpy.array([1, 2, 3], dtype=">i4")
c = numpy.column_stack([a, b])
print(a.dtype) # >i4 okay
print(b.dtype) # >i4 okay
print(c.dtype) # int32 WRONG
print()"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">numpy</span>
<span class="pl-s1">a</span> <span class="pl-c1">=</span> <span class="pl-s1">numpy</span>.<span class="pl-en">array</span>([<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">"i4"</span>)
<span class="pl-s1">b</span> <span class="pl-c1">=</span> <span class="pl-s1">numpy</span>.<span class="pl-en">array</span>([<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">"i4"</span>)
<span class="pl-s1">c</span> <span class="pl-c1">=</span> <span class="pl-s1">numpy</span>.<span class="pl-en">column_stack</span>([<span class="pl-s1">a</span>, <span class="pl-s1">b</span>])
<span class="pl-en">print</span>(<span class="pl-s1">a</span>.<span class="pl-s1">dtype</span>) <span class="pl-c"># int32 okay</span>
<span class="pl-en">print</span>(<span class="pl-s1">b</span>.<span class="pl-s1">dtype</span>) <span class="pl-c"># int32 okay</span>
<span class="pl-en">print</span>(<span class="pl-s1">c</span>.<span class="pl-s1">dtype</span>) <span class="pl-c"># int32 okay</span>
<span class="pl-en">print</span>()
<span class="pl-s1">a</span> <span class="pl-c1">=</span> <span class="pl-s1">numpy</span>.<span class="pl-en">array</span>([<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">"=i4"</span>)
<span class="pl-s1">b</span> <span class="pl-c1">=</span> <span class="pl-s1">numpy</span>.<span class="pl-en">array</span>([<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">"=i4"</span>)
<span class="pl-s1">c</span> <span class="pl-c1">=</span> <span class="pl-s1">numpy</span>.<span class="pl-en">column_stack</span>([<span class="pl-s1">a</span>, <span class="pl-s1">b</span>])
<span class="pl-en">print</span>(<span class="pl-s1">a</span>.<span class="pl-s1">dtype</span>) <span class="pl-c"># int32 okay</span>
<span class="pl-en">print</span>(<span class="pl-s1">b</span>.<span class="pl-s1">dtype</span>) <span class="pl-c"># int32 okay</span>
<span class="pl-en">print</span>(<span class="pl-s1">c</span>.<span class="pl-s1">dtype</span>) <span class="pl-c"># int32 okay</span>
<span class="pl-en">print</span>()
<span class="pl-s1">a</span> <span class="pl-c1">=</span> <span class="pl-s1">numpy</span>.<span class="pl-en">array</span>([<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">"<i4"</span>)
<span class="pl-s1">b</span> <span class="pl-c1">=</span> <span class="pl-s1">numpy</span>.<span class="pl-en">array</span>([<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">"<i4"</span>)
<span class="pl-s1">c</span> <span class="pl-c1">=</span> <span class="pl-s1">numpy</span>.<span class="pl-en">column_stack</span>([<span class="pl-s1">a</span>, <span class="pl-s1">b</span>])
<span class="pl-en">print</span>(<span class="pl-s1">a</span>.<span class="pl-s1">dtype</span>) <span class="pl-c"># int32 okay</span>
<span class="pl-en">print</span>(<span class="pl-s1">b</span>.<span class="pl-s1">dtype</span>) <span class="pl-c"># int32 okay</span>
<span class="pl-en">print</span>(<span class="pl-s1">c</span>.<span class="pl-s1">dtype</span>) <span class="pl-c"># int32 okay</span>
<span class="pl-en">print</span>()
<span class="pl-s1">a</span> <span class="pl-c1">=</span> <span class="pl-s1">numpy</span>.<span class="pl-en">array</span>([<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">">i4"</span>)
<span class="pl-s1">b</span> <span class="pl-c1">=</span> <span class="pl-s1">numpy</span>.<span class="pl-en">array</span>([<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">">i4"</span>)
<span class="pl-s1">c</span> <span class="pl-c1">=</span> <span class="pl-s1">numpy</span>.<span class="pl-en">column_stack</span>([<span class="pl-s1">a</span>, <span class="pl-s1">b</span>])
<span class="pl-en">print</span>(<span class="pl-s1">a</span>.<span class="pl-s1">dtype</span>) <span class="pl-c"># >i4 okay</span>
<span class="pl-en">print</span>(<span class="pl-s1">b</span>.<span class="pl-s1">dtype</span>) <span class="pl-c"># >i4 okay</span>
<span class="pl-en">print</span>(<span class="pl-s1">c</span>.<span class="pl-s1">dtype</span>) <span class="pl-c"># int32 WRONG</span>
<span class="pl-en">print</span>()</pre></div>
<p dir="auto"><em>Edit</em>:<br>
Even more obvious:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy
a = numpy.array([1, 2, 3], dtype=">i4")
print(a.dtype) # >i4
print((+a).dtype) # int32 !"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">numpy</span>
<span class="pl-s1">a</span> <span class="pl-c1">=</span> <span class="pl-s1">numpy</span>.<span class="pl-en">array</span>([<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">">i4"</span>)
<span class="pl-en">print</span>(<span class="pl-s1">a</span>.<span class="pl-s1">dtype</span>) <span class="pl-c"># >i4</span>
<span class="pl-en">print</span>((<span class="pl-c1">+</span><span class="pl-s1">a</span>).<span class="pl-s1">dtype</span>) <span class="pl-c"># int32 !</span></pre></div> | 0 |
<p dir="auto">Right now it doesn't seem possible to opening multiple project folders in the same window which imho is a bit constraining. If you are working on modular modern projects it's a must have to be productive.</p> | <p dir="auto">Programs typically offer .tar.gz packages instead of zips on Linux.</p> | 0 |
<p dir="auto">Please attach a small application (ideally just one main.dart file-> Normal start up app</p>
<p dir="auto"><a href="https://gist.github.com/moesaeed/48a805de81b262ab9cb759413799ea86#file-main-dart">https://gist.github.com/moesaeed/48a805de81b262ab9cb759413799ea86#file-main-dart</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Launching lib/main.dart on iPhone X in debug mode...
Starting Xcode build...
Xcode build done.
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
In file included from /Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.m:5:
/Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.h:8:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
Could not build the application for the simulator.
Error launching application on iPhone X."><pre class="notranslate"><code class="notranslate">Launching lib/main.dart on iPhone X in debug mode...
Starting Xcode build...
Xcode build done.
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
In file included from /Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.m:5:
/Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.h:8:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
Could not build the application for the simulator.
Error launching application on iPhone X.
</code></pre></div>
<h2 dir="auto">Logs</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Last login: Fri Jun 22 21:44:25 on ttys000
APPs-MacBook-Pro:hello app$ flutter run --verbose
[ +41 ms] [/Users/app/documents/flutter/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +39 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/master
[ ] [/Users/app/documents/flutter/flutter/] git rev-parse --abbrev-ref HEAD
[ +9 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] master
[ ] [/Users/app/documents/flutter/flutter/] git ls-remote --get-url origin
[ +11 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] [/Users/app/documents/flutter/flutter/] git log -n 1 --pretty=format:%H
[ +10 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] a7ba7b4b6220eee199adcdb6c3ebb013de6e93cd
[ ] [/Users/app/documents/flutter/flutter/] git log -n 1 --pretty=format:%ar
[ +11 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] 33 minutes ago
[ +1 ms] [/Users/app/documents/flutter/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +26 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v0.5.5-54-ga7ba7b4b6
[ +137 ms] /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[ +133 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[ ] 3.0
[ +124 ms] /Users/app/Library/Android/sdk/platform-tools/adb devices -l
[ +13 ms] Exit code 0 from: /Users/app/Library/Android/sdk/platform-tools/adb devices -l
[ ] List of devices attached
[ +6 ms] idevice_id -h
[ +687 ms] /usr/bin/xcrun simctl list --json devices
[+1543 ms] Launching lib/main.dart on iPhone X in debug mode...
[ +2 ms] /usr/bin/defaults read /Users/app/Desktop/flutter_apps/hello/ios/Runner/Info CFBundleIdentifier
[ +138 ms] Exit code 0 from: /usr/bin/defaults read /Users/app/Desktop/flutter_apps/hello/ios/Runner/Info CFBundleIdentifier
[ ] $(PRODUCT_BUNDLE_IDENTIFIER)
[ ] [ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/app/Desktop/flutter_apps/hello/ios/Runner.xcodeproj -target Runner -showBuildSettings
[+2062 ms] Exit code 0 from: /usr/bin/xcodebuild -project /Users/app/Desktop/flutter_apps/hello/ios/Runner.xcodeproj -target Runner -showBuildSettings
[ ] Build settings for action build and target Runner:
ACTION = build
AD_HOC_CODE_SIGNING_ALLOWED = NO
ALTERNATE_GROUP = staff
ALTERNATE_MODE = u+w,go-w,a+rX
ALTERNATE_OWNER = app
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ALWAYS_SEARCH_USER_PATHS = NO
ALWAYS_USE_SEPARATE_HEADERMAPS = NO
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
APPLE_INTERNAL_DIR = /AppleInternal
APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
APPLICATION_EXTENSION_API_ONLY = NO
APPLY_RULES_IN_COPY_FILES = NO
ARCHS = armv7 arm64
ARCHS_STANDARD = armv7 arm64
ARCHS_STANDARD_32_64_BIT = armv7 arm64
ARCHS_STANDARD_32_BIT = armv7
ARCHS_STANDARD_64_BIT = arm64
ARCHS_STANDARD_INCLUDING_64_BIT = armv7 arm64
ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator
BITCODE_GENERATION_MODE = marker
BUILD_ACTIVE_RESOURCES_ONLY = NO
BUILD_COMPONENTS = headers build
BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios
BUILD_ROOT = /Users/app/Desktop/flutter_apps/hello/build/ios
BUILD_STYLE =
BUILD_VARIANTS = normal
BUILT_PRODUCTS_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos
CACHE_ROOT = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
CCHROOT = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
CHMOD = /bin/chmod
CHOWN = /usr/sbin/chown
CLANG_ANALYZER_NONNULL = YES
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
CLANG_ENABLE_MODULES = YES
CLANG_ENABLE_OBJC_ARC = YES
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
CLANG_WARN_BOOL_CONVERSION = YES
CLANG_WARN_COMMA = YES
CLANG_WARN_CONSTANT_CONVERSION = YES
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
CLANG_WARN_EMPTY_BODY = YES
CLANG_WARN_ENUM_CONVERSION = YES
CLANG_WARN_INFINITE_RECURSION = YES
CLANG_WARN_INT_CONVERSION = YES
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
CLANG_WARN_STRICT_PROTOTYPES = YES
CLANG_WARN_SUSPICIOUS_MOVE = YES
CLANG_WARN_UNREACHABLE_CODE = YES
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
CLASS_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/JavaClasses
CLEAN_PRECOMPS = YES
CLONE_HEADERS = NO
CODESIGNING_FOLDER_PATH = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos/Runner.app
CODE_SIGNING_ALLOWED = YES
CODE_SIGNING_REQUIRED = YES
CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
CODE_SIGN_IDENTITY = iPhone Developer
COLOR_DIAGNOSTICS = NO
COMBINE_HIDPI_IMAGES = NO
COMPILER_INDEX_STORE_ENABLE = Default
COMPOSITE_SDK_DIRS = /Users/app/Desktop/flutter_apps/hello/build/ios/CompositeSDKs
COMPRESS_PNG_FILES = YES
CONFIGURATION = Release
CONFIGURATION_BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos
CONFIGURATION_TEMP_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos
CONTENTS_FOLDER_PATH = Runner.app
COPYING_PRESERVES_HFS_DATA = NO
COPY_HEADERS_RUN_UNIFDEF = NO
COPY_PHASE_STRIP = NO
COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator11.2
CP = /bin/cp
CREATE_INFOPLIST_SECTION_IN_BINARY = NO
CURRENT_ARCH = arm64
CURRENT_PROJECT_VERSION = 1
CURRENT_VARIANT = normal
DEAD_CODE_STRIPPING = YES
DEBUGGING_SYMBOLS = YES
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
DEFINES_MODULE = NO
DEPLOYMENT_LOCATION = NO
DEPLOYMENT_POSTPROCESSING = NO
DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min
DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min=
DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2
DERIVED_FILES_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DERIVED_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DERIVED_SOURCES_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
DEVELOPMENT_LANGUAGE = English
DOCUMENTATION_FOLDER_PATH = Runner.app/English.lproj/Documentation
DO_HEADER_SCANNING_IN_JAM = NO
DSTROOT = /tmp/Runner.dst
DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
DWARF_DSYM_FILE_NAME = Runner.app.dSYM
DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
DWARF_DSYM_FOLDER_PATH = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos
EFFECTIVE_PLATFORM_NAME = -iphoneos
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
EMBEDDED_PROFILE_NAME = embedded.mobileprovision
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
ENABLE_BITCODE = NO
ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
ENABLE_HEADER_DEPENDENCIES = YES
ENABLE_NS_ASSERTIONS = NO
ENABLE_ON_DEMAND_RESOURCES = YES
ENABLE_STRICT_OBJC_MSGSEND = YES
ENABLE_TESTABILITY = NO
ENTITLEMENTS_ALLOWED = YES
ENTITLEMENTS_REQUIRED = YES
EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj
EXECUTABLES_FOLDER_PATH = Runner.app/Executables
EXECUTABLE_FOLDER_PATH = Runner.app
EXECUTABLE_NAME = Runner
EXECUTABLE_PATH = Runner.app/Runner
EXPANDED_CODE_SIGN_IDENTITY =
EXPANDED_CODE_SIGN_IDENTITY_NAME =
EXPANDED_PROVISIONING_PROFILE =
FILE_LIST = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList
FIXED_FILES_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/FixedFiles
FLUTTER_APPLICATION_PATH = /Users/app/Desktop/flutter_apps/hello
FLUTTER_BUILD_DIR = build
FLUTTER_BUILD_MODE = debug
FLUTTER_BUILD_NAME = 1.0.0
FLUTTER_BUILD_NUMBER = 1
FLUTTER_FRAMEWORK_DIR = /Users/app/Documents/Flutter/flutter/bin/cache/artifacts/engine/ios
FLUTTER_ROOT = /Users/app/Documents/Flutter/flutter
FLUTTER_TARGET = lib/main.dart
FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
FRAMEWORK_FLAG_PREFIX = -framework
FRAMEWORK_SEARCH_PATHS = /Users/app/Desktop/flutter_apps/hello/ios/Flutter
FRAMEWORK_VERSION = A
FULL_PRODUCT_NAME = Runner.app
GCC3_VERSION = 3.3
GCC_C_LANGUAGE_STANDARD = gnu99
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
GCC_NO_COMMON_BLOCKS = YES
GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
GCC_SYMBOLS_PRIVATE_EXTERN = YES
GCC_THUMB_SUPPORT = YES
GCC_TREAT_WARNINGS_AS_ERRORS = NO
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
GCC_WARN_UNDECLARED_SELECTOR = YES
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_VARIABLE = YES
GENERATE_MASTER_OBJECT_FILE = NO
GENERATE_PKGINFO_FILE = YES
GENERATE_PROFILING_CODE = NO
GENERATE_TEXT_BASED_STUBS = NO
GID = 20
GROUP = staff
HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
HEADERMAP_USES_VFS = NO
HIDE_BITCODE_SYMBOLS = YES
HOME = /Users/app
ICONV = /usr/bin/iconv
INFOPLIST_EXPAND_BUILD_SETTINGS = YES
INFOPLIST_FILE = Runner/Info.plist
INFOPLIST_OUTPUT_FORMAT = binary
INFOPLIST_PATH = Runner.app/Info.plist
INFOPLIST_PREPROCESS = NO
INFOSTRINGS_PATH = Runner.app/English.lproj/InfoPlist.strings
INLINE_PRIVATE_FRAMEWORKS = NO
INSTALLHDRS_COPY_PHASE = NO
INSTALLHDRS_SCRIPT_PHASE = NO
INSTALL_DIR = /tmp/Runner.dst/Applications
INSTALL_GROUP = staff
INSTALL_MODE_FLAG = u+w,go-w,a+rX
INSTALL_OWNER = app
INSTALL_PATH = /Applications
INSTALL_ROOT = /tmp/Runner.dst
IPHONEOS_DEPLOYMENT_TARGET = 8.0
JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
JAVA_ARCHIVE_CLASSES = YES
JAVA_ARCHIVE_TYPE = JAR
JAVA_COMPILER = /usr/bin/javac
JAVA_FOLDER_PATH = Runner.app/Java
JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
JAVA_JAR_FLAGS = cv
JAVA_SOURCE_SUBDIR = .
JAVA_USE_DEPENDENCIES = YES
JAVA_ZIP_FLAGS = -urg
JIKES_DEFAULT_FLAGS = +E +OLDCSO
KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
KEEP_PRIVATE_EXTERNS = NO
LD_DEPENDENCY_INFO_FILE = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
LD_GENERATE_MAP_FILE = NO
LD_MAP_FILE_PATH = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
LD_NO_PIE = NO
LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks
LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
LEX = lex
LIBRARY_FLAG_NOSPACE = YES
LIBRARY_FLAG_PREFIX = -l
LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
LIBRARY_SEARCH_PATHS = /Users/app/Desktop/flutter_apps/hello/ios/Flutter
LINKER_DISPLAYS_MANGLED_NAMES = NO
LINK_FILE_LIST_normal_arm64 =
LINK_FILE_LIST_normal_armv7 =
LINK_WITH_STANDARD_LIBRARIES = YES
LOCALIZABLE_CONTENT_DIR =
LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/English.lproj
LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
LOCAL_APPS_DIR = /Applications
LOCAL_DEVELOPER_DIR = /Library/Developer
LOCAL_LIBRARY_DIR = /Library
LOCROOT =
LOCSYMROOT =
MACH_O_TYPE = mh_execute
MAC_OS_X_PRODUCT_BUILD_VERSION = 16G1212
MAC_OS_X_VERSION_ACTUAL = 101206
MAC_OS_X_VERSION_MAJOR = 101200
MAC_OS_X_VERSION_MINOR = 1206
METAL_LIBRARY_FILE_BASE = default
METAL_LIBRARY_OUTPUT_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos/Runner.app
MODULE_CACHE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/ModuleCache
MTL_ENABLE_DEBUG_INFO = NO
NATIVE_ARCH = armv7
NATIVE_ARCH_32_BIT = i386
NATIVE_ARCH_64_BIT = x86_64
NATIVE_ARCH_ACTUAL = x86_64
NO_COMMON = YES
OBJECT_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects
OBJECT_FILE_DIR_normal = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal
OBJROOT = /Users/app/Desktop/flutter_apps/hello/build/ios
ONLY_ACTIVE_ARCH = NO
OS = MACOS
OSAC = /usr/bin/osacompile
PACKAGE_TYPE = com.apple.package-type.wrapper.application
PASCAL_STRINGS = YES
PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin
PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms
PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
PFE_FILE_C_DIALECTS = objective-c
PKGINFO_FILE_PATH = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/PkgInfo
PKGINFO_PATH = Runner.app/PkgInfo
PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
PLATFORM_DISPLAY_NAME = iOS
PLATFORM_NAME = iphoneos
PLATFORM_PREFERRED_ARCH = arm64
PLATFORM_PRODUCT_BUILD_VERSION = 15C107
PLIST_FILE_OUTPUT_FORMAT = binary
PLUGINS_FOLDER_PATH = Runner.app/PlugIns
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
PRECOMP_DESTINATION_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
PRODUCT_BUNDLE_IDENTIFIER = com.example.hello
PRODUCT_MODULE_NAME = Runner
PRODUCT_NAME = Runner
PRODUCT_SETTINGS_PATH = /Users/app/Desktop/flutter_apps/hello/ios/Runner/Info.plist
PRODUCT_TYPE = com.apple.product-type.application
PROFILING_CODE = NO
PROJECT = Runner
PROJECT_DERIVED_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/DerivedSources
PROJECT_DIR = /Users/app/Desktop/flutter_apps/hello/ios
PROJECT_FILE_PATH = /Users/app/Desktop/flutter_apps/hello/ios/Runner.xcodeproj
PROJECT_NAME = Runner
PROJECT_TEMP_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build
PROJECT_TEMP_ROOT = /Users/app/Desktop/flutter_apps/hello/build/ios
PROVISIONING_PROFILE_REQUIRED = YES
PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
REMOVE_CVS_FROM_RESOURCES = YES
REMOVE_GIT_FROM_RESOURCES = YES
REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
REMOVE_HG_FROM_RESOURCES = YES
REMOVE_SVN_FROM_RESOURCES = YES
RESOURCE_RULES_REQUIRED = YES
REZ_COLLECTOR_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources
REZ_OBJECTS_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources/Objects
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
SCRIPTS_FOLDER_PATH = Runner.app/Scripts
SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk
SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk
SDK_DIR_iphoneos11_2 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk
SDK_NAME = iphoneos11.2
SDK_NAMES = iphoneos11.2
SDK_PRODUCT_BUILD_VERSION = 15C107
SDK_VERSION = 11.2
SDK_VERSION_ACTUAL = 110200
SDK_VERSION_MAJOR = 110000
SDK_VERSION_MINOR = 200
SED = /usr/bin/sed
SEPARATE_STRIP = NO
SEPARATE_SYMBOL_EDIT = NO
SET_DIR_MODE_OWNER_GROUP = YES
SET_FILE_MODE_OWNER_GROUP = NO
SHALLOW_BUNDLE = YES
SHARED_DERIVED_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos/DerivedSources
SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
SHARED_PRECOMPS_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/SharedPrecompiledHeaders
SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
SKIP_INSTALL = NO
SOURCE_ROOT = /Users/app/Desktop/flutter_apps/hello/ios
SRCROOT = /Users/app/Desktop/flutter_apps/hello/ios
STRINGS_FILE_OUTPUT_ENCODING = binary
STRIP_BITCODE_FROM_COPIED_FILES = YES
STRIP_INSTALLED_PRODUCT = YES
STRIP_STYLE = all
STRIP_SWIFT_SYMBOLS = YES
SUPPORTED_DEVICE_FAMILIES = 1,2
SUPPORTED_PLATFORMS = iphonesimulator iphoneos
SUPPORTS_TEXT_BASED_API = NO
SWIFT_PLATFORM_TARGET_PREFIX = ios
SYMROOT = /Users/app/Desktop/flutter_apps/hello/build/ios
SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
SYSTEM_APPS_DIR = /Applications
SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
SYSTEM_DEMOS_DIR = /Applications/Extras
SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
SYSTEM_LIBRARY_DIR = /System/Library
TAPI_VERIFY_MODE = ErrorsOnly
TARGETED_DEVICE_FAMILY = 1,2
TARGETNAME = Runner
TARGET_BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos
TARGET_NAME = Runner
TARGET_TEMP_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_FILES_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_ROOT = /Users/app/Desktop/flutter_apps/hello/build/ios
TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
UID = 501
UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
UNSTRIPPED_PRODUCT = NO
USER = app
USER_APPS_DIR = /Users/app/Applications
USER_LIBRARY_DIR = /Users/app/Library
USE_DYNAMIC_NO_PIC = YES
USE_HEADERMAP = YES
USE_HEADER_SYMLINKS = NO
VALIDATE_PRODUCT = YES
VALID_ARCHS = arm64 armv7 armv7s
VERBOSE_PBXCP = NO
VERSIONING_SYSTEM = apple-generic
VERSIONPLIST_PATH = Runner.app/version.plist
VERSION_INFO_BUILDER = app
VERSION_INFO_FILE = Runner_vers.c
VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-1"
WRAPPER_EXTENSION = app
WRAPPER_NAME = Runner.app
WRAPPER_SUFFIX = .app
WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
XCODE_PRODUCT_BUILD_VERSION = 9C40b
XCODE_VERSION_ACTUAL = 0920
XCODE_VERSION_MAJOR = 0900
XCODE_VERSION_MINOR = 0920
XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
YACC = yacc
arch = arm64
variant = normal
[ +20 ms] Building Runner.app for 299227A1-9087-42EA-8604-89556763DAEF.
[ +10 ms] /Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin/dart /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --strong --target=flutter --no-link-platform --incremental --packages /Users/app/Desktop/flutter_apps/hello/.packages --output-dill build/app.dill --depfile build/snapshot_blob.bin.d /Users/app/Desktop/flutter_apps/hello/lib/main.dart
[ +1 ms] script /dev/null /usr/bin/log stream --style syslog --predicate processImagePath CONTAINS "299227A1-9087-42EA-8604-89556763DAEF"
[ +42 ms] [DEVICE LOG] Filtering the log data using "processImagePath CONTAINS "299227A1-9087-42EA-8604-89556763DAEF""
[ +8 ms] [DEVICE LOG] Timestamp (process)[PID]
[+3924 ms] Building bundle
[ ] Writing asset files to build/flutter_assets
[ +56 ms] Wrote build/flutter_assets
[ +1 ms] /usr/bin/xcrun simctl get_app_container 299227A1-9087-42EA-8604-89556763DAEF com.example.hello
[ ] /usr/bin/killall Runner
[ +277 ms] python -c import six
[ +77 ms] [ios/] /usr/bin/xcodebuild -list
[+1436 ms] Exit code 0 from: /usr/bin/xcodebuild -list
[ ] Information about project "Runner":
Targets:
Runner
Build Configurations:
Debug
Release
If no build configuration is specified and -scheme is not passed then "Release" is used.
Schemes:
Runner
[ +2 ms] Trying to resolve native pub services.
[ +3 ms] Looking for YAML at 'pubspec.yaml'
[ +1 ms] No services specified in the manifest
[ ] Found 0 service definition(s).
[ +2 ms] Copying service frameworks to '/Users/app/Desktop/flutter_apps/hello/ios/Frameworks'.
[ +1 ms] Creating service definitions manifest at 'ios/ServiceDefinitions.json'
[ +15 ms] mkfifo /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
[ +9 ms] Exit code 0 from: mkfifo /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
[ +2 ms] Starting Xcode build...
[ +2 ms] [ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios -sdk iphonesimulator -arch x86_64 SCRIPT_OUTPUT_STREAM_FILE=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
[+1395 ms] ├─Assembling Flutter resources...
[+1524 ms] └─Compiling, linking and signing...
[ +272 ms] Build settings from command line:
ARCHS = x86_64
BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
SDKROOT = iphonesimulator11.2
VERBOSE_SCRIPT_LOGGING = YES
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
PhaseScriptExecution Run\ Script /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
cd /Users/app/Desktop/flutter_apps/hello/ios
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=YES
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=app
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS=x86_64
export ARCHS_STANDARD="i386 x86_64"
export ARCHS_STANDARD_32_64_BIT="i386 x86_64"
export ARCHS_STANDARD_32_BIT=i386
export ARCHS_STANDARD_64_BIT=x86_64
export ARCHS_STANDARD_INCLUDING_64_BIT="i386 x86_64"
export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64"
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=YES
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios
export BUILD_ROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export CACHE_ROOT=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
export CCHROOT=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_ANALYZER_NONNULL=YES
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
export CLANG_CXX_LIBRARY=libc++
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_COMMA=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
export CLANG_WARN_STRICT_PROTOTYPES=YES
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
export CODE_SIGNING_ALLOWED=YES
export CODE_SIGNING_REQUIRED=YES
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext
export CODE_SIGN_IDENTITY=-
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMMAND_MODE=legacy
export COMPILER_INDEX_STORE_ENABLE=Default
export COMPOSITE_SDK_DIRS=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export CONFIGURATION_TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator
export CONTENTS_FOLDER_PATH=Runner.app
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos
export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk
export CORRESPONDING_DEVICE_SDK_NAME=iphoneos11.2
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=x86_64
export CURRENT_PROJECT_VERSION=1
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mios-simulator-version-min
export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-mios-simulator-version-min=
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2"
export DERIVED_FILES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export DERIVED_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DOCUMENTATION_FOLDER_PATH=Runner.app/English.lproj/Documentation
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/Runner.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=Runner.app.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export EFFECTIVE_PLATFORM_NAME=-iphonesimulator
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_BITCODE=NO
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_ON_DEMAND_RESOURCES=YES
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=YES
export ENTITLEMENTS_REQUIRED=YES
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
export EXECUTABLES_FOLDER_PATH=Runner.app/Executables
export EXECUTABLE_FOLDER_PATH=Runner.app
export EXECUTABLE_NAME=Runner
export EXECUTABLE_PATH=Runner.app/Runner
export EXPANDED_CODE_SIGN_IDENTITY=-
export EXPANDED_CODE_SIGN_IDENTITY_NAME=-
export EXPANDED_PROVISIONING_PROFILE=
export FILE_LIST=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles
export FLUTTER_APPLICATION_PATH=/Users/app/Desktop/flutter_apps/hello
export FLUTTER_BUILD_DIR=build
export FLUTTER_BUILD_MODE=debug
export FLUTTER_BUILD_NAME=1.0.0
export FLUTTER_BUILD_NUMBER=1
export FLUTTER_FRAMEWORK_DIR=/Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios
export FLUTTER_ROOT=/Users/app/documents/flutter/flutter
export FLUTTER_TARGET=/Users/app/Desktop/flutter_apps/hello/lib/main.dart
export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator /Users/app/Desktop/flutter_apps/hello/ios/Flutter"
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=Runner.app
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu99
export GCC_DYNAMIC_NO_PIC=NO
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_OBJC_LEGACY_DISPATCH=YES
export GCC_OPTIMIZATION_LEVEL=0
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 "
export GCC_SYMBOLS_PRIVATE_EXTERN=NO
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=YES
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include "
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/app
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=Runner/Info.plist
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PATH=Runner.app/Info.plist
export INFOPLIST_PREPROCESS=NO
export INFOSTRINGS_PATH=Runner.app/English.lproj/InfoPlist.strings
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/Runner.dst/Applications
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=app
export INSTALL_PATH=/Applications
export INSTALL_ROOT=/tmp/Runner.dst
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=Runner.app/Java
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-LinkMap-normal-x86_64.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks"
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator /Users/app/Desktop/flutter_apps/hello/ios/Flutter"
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_x86_64=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LOCALIZABLE_CONTENT_DIR=
export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/English.lproj
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=
export LOCSYMROOT=
export MACH_O_TYPE=mh_execute
export MAC_OS_X_PRODUCT_BUILD_VERSION=16G1212
export MAC_OS_X_VERSION_ACTUAL=101206
export MAC_OS_X_VERSION_MAJOR=101200
export MAC_OS_X_VERSION_MINOR=1206
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
export MODULE_CACHE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache
export MTL_ENABLE_DEBUG_INFO=YES
export NATIVE_ARCH=i386
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJC_ABI_VERSION=2
export OBJECT_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects
export OBJECT_FILE_DIR_normal=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal
export OBJROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=YES
export OS=MACOS
export OSAC=/usr/bin/osacompile
export PACKAGE_TYPE=com.apple.package-type.wrapper.application
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist
export PFE_FILE_C_DIALECTS=objective-c
export PKGINFO_FILE_PATH=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo
export PKGINFO_PATH=Runner.app/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
export PLATFORM_DISPLAY_NAME="iOS Simulator"
export PLATFORM_NAME=iphonesimulator
export PLATFORM_PREFERRED_ARCH=x86_64
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PREVIEW_DART_2=true
export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=com.example.hello
export PRODUCT_MODULE_NAME=Runner
export PRODUCT_NAME=Runner
export PRODUCT_SETTINGS_PATH=/Users/app/Desktop/flutter_apps/hello/ios/Runner/Info.plist
export PRODUCT_TYPE=com.apple.product-type.application
export PROFILING_CODE=NO
export PROJECT=Runner
export PROJECT_DERIVED_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/DerivedSources
export PROJECT_DIR=/Users/app/Desktop/flutter_apps/hello/ios
export PROJECT_FILE_PATH=/Users/app/Desktop/flutter_apps/hello/ios/Runner.xcodeproj
export PROJECT_NAME=Runner
export PROJECT_TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build
export PROJECT_TEMP_ROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export REZ_COLLECTOR_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator "
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=Runner.app/Scripts
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_STREAM_FILE=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
export SDK_DIR_iphonesimulator11_2=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
export SDK_NAME=iphonesimulator11.2
export SDK_NAMES=iphonesimulator11.2
export SDK_PRODUCT_BUILD_VERSION=15C107
export SDK_VERSION=11.2
export SDK_VERSION_ACTUAL=110200
export SDK_VERSION_MAJOR=110000
export SDK_VERSION_MINOR=200
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=YES
export SHARED_DERIVED_FILE_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
export SHARED_PRECOMPS_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/PrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
export SKIP_INSTALL=NO
export SOURCE_ROOT=/Users/app/Desktop/flutter_apps/hello/ios
export SRCROOT=/Users/app/Desktop/flutter_apps/hello/ios
export STRINGS_FILE_OUTPUT_ENCODING=binary
export STRIP_BITCODE_FROM_COPIED_FILES=NO
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_STYLE=all
export STRIP_SWIFT_SYMBOLS=YES
export SUPPORTED_DEVICE_FAMILIES=1,2
export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export SYMROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Products
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TAPI_VERIFY_MODE=ErrorsOnly
export TARGETED_DEVICE_FAMILY=1,2
export TARGETNAME=Runner
export TARGET_BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export TARGET_DEVICE_IDENTIFIER="dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder"
export TARGET_NAME=Runner
export TARGET_TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_FILES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_ROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export UID=501
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
export UNSTRIPPED_PRODUCT=NO
export USER=app
export USER_APPS_DIR=/Users/app/Applications
export USER_LIBRARY_DIR=/Users/app/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export VALIDATE_PRODUCT=NO
export VALID_ARCHS="i386 x86_64"
export VERBOSE_PBXCP=NO
export VERBOSE_SCRIPT_LOGGING=YES
export VERSIONING_SYSTEM=apple-generic
export VERSIONPLIST_PATH=Runner.app/version.plist
export VERSION_INFO_BUILDER=app
export VERSION_INFO_FILE=Runner_vers.c
export VERSION_INFO_STRING="\"@(#)PROGRAM:Runner PROJECT:Runner-1\""
export WRAPPER_EXTENSION=app
export WRAPPER_NAME=Runner.app
export WRAPPER_SUFFIX=.app
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=9C40b
export XCODE_VERSION_ACTUAL=0920
export XCODE_VERSION_MAJOR=0900
export XCODE_VERSION_MINOR=0920
export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
export YACC=yacc
export arch=x86_64
export variant=normal
/bin/sh -c /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
♦ mkdir -p -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter
♦ rm -rf -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/Flutter.framework
♦ rm -rf -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/App.framework
♦ cp -r -- /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework /Users/app/Desktop/flutter_apps/hello/ios/Flutter
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/Flutter.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterAppDelegate.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterBinaryMessenger.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterChannels.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterCodecs.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterDartProject.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterHeadlessDartRunner.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterMacros.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterNavigationController.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterPlugin.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterPluginAppLifeCycleDelegate.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterTexture.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterViewController.h: Too many levels of symbolic links
♦ find /Users/app/Desktop/flutter_apps/hello/ios/Flutter/Flutter.framework -type f -exec chmod a-w {} ;
♦ mkdir -p -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/App.framework
♦ eval
♦ cp -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/AppFrameworkInfo.plist /Users/app/Desktop/flutter_apps/hello/ios/Flutter/App.framework/Info.plist
♦ /Users/app/documents/flutter/flutter/bin/flutter --suppress-analytics --verbose build bundle --target-platform=ios --target=/Users/app/Desktop/flutter_apps/hello/lib/main.dart --snapshot=build/snapshot_blob.bin --debug --depfile=build/snapshot_blob.bin.d --asset-dir=/Users/app/Desktop/flutter_apps/hello/ios/Flutter/flutter_assets --preview-dart-2
[ +11 ms] [/Users/app/documents/flutter/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +44 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/master
[ ] [/Users/app/documents/flutter/flutter/] git rev-parse --abbrev-ref HEAD
[ +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] master
[ ] [/Users/app/documents/flutter/flutter/] git ls-remote --get-url origin
[ +7 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] [/Users/app/documents/flutter/flutter/] git log -n 1 --pretty=format:%H
[ +24 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] a7ba7b4b6220eee199adcdb6c3ebb013de6e93cd
[ ] [/Users/app/documents/flutter/flutter/] git log -n 1 --pretty=format:%ar
[ +8 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] 33 minutes ago
[ ] [/Users/app/documents/flutter/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +97 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v0.5.5-54-ga7ba7b4b6
[ +545 ms] Skipping kernel compilation. Fingerprint match.
[ +218 ms] Building bundle
[ +1 ms] Writing asset files to /Users/app/Desktop/flutter_apps/hello/ios/Flutter/flutter_assets
[ +82 ms] Wrote /Users/app/Desktop/flutter_apps/hello/ios/Flutter/flutter_assets
[ +11 ms] "flutter bundle" took 730ms.
Project /Users/app/Desktop/flutter_apps/hello built and packaged successfully.
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/app/Desktop/flutter_apps/hello/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Index/DataStore -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -I/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -F/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator -F/Users/app/Desktop/flutter_apps/hello/ios/Flutter -MMD -MT dependencies -MF /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d --serialize-diagnostics /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.dia -c /Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.m -o /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o
In file included from /Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.m:5:
/Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.h:8:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o Runner/AppDelegate.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/app/Desktop/flutter_apps/hello/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Index/DataStore -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -I/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -F/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator -F/Users/app/Desktop/flutter_apps/hello/ios/Flutter -MMD -MT dependencies -MF /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.d --serialize-diagnostics /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.dia -c /Users/app/Desktop/flutter_apps/hello/ios/Runner/AppDelegate.m -o /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o
In file included from /Users/app/Desktop/flutter_apps/hello/ios/Runner/AppDelegate.m:1:
/Users/app/Desktop/flutter_apps/hello/ios/Runner/AppDelegate.h:1:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.o Runner/main.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/app/Desktop/flutter_apps/hello/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Index/DataStore -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -I/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -F/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator -F/Users/app/Desktop/flutter_apps/hello/ios/Flutter -MMD -MT dependencies -MF /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.dia -c /Users/app/Desktop/flutter_apps/hello/ios/Runner/main.m -o /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.o
/Users/app/Desktop/flutter_apps/hello/ios/Runner/main.m:1:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
** BUILD FAILED **
The following build commands failed:
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
[ +13 ms] Xcode build done.
[ ] [ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios -sdk iphonesimulator -arch x86_64 SCRIPT_OUTPUT_STREAM_FILE=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout -showBuildSettings
[+1191 ms] Exit code 0 from: /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios -sdk iphonesimulator -arch x86_64 SCRIPT_OUTPUT_STREAM_FILE=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout -showBuildSettings
[ ] Build settings from command line:
ARCHS = x86_64
BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
SDKROOT = iphonesimulator11.2
VERBOSE_SCRIPT_LOGGING = YES
Build settings for action build and target Runner:
ACTION = build
AD_HOC_CODE_SIGNING_ALLOWED = YES
ALTERNATE_GROUP = staff
ALTERNATE_MODE = u+w,go-w,a+rX
ALTERNATE_OWNER = app
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ALWAYS_SEARCH_USER_PATHS = NO
ALWAYS_USE_SEPARATE_HEADERMAPS = NO
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
APPLE_INTERNAL_DIR = /AppleInternal
APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
APPLICATION_EXTENSION_API_ONLY = NO
APPLY_RULES_IN_COPY_FILES = NO
ARCHS = x86_64
ARCHS_STANDARD = i386 x86_64
ARCHS_STANDARD_32_64_BIT = i386 x86_64
ARCHS_STANDARD_32_BIT = i386
ARCHS_STANDARD_64_BIT = x86_64
ARCHS_STANDARD_INCLUDING_64_BIT = i386 x86_64
ARCHS_UNIVERSAL_IPHONE_OS = i386 x86_64
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator
BITCODE_GENERATION_MODE = marker
BUILD_ACTIVE_RESOURCES_ONLY = NO
BUILD_COMPONENTS = headers build
BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios
BUILD_ROOT = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Products
BUILD_STYLE =
BUILD_VARIANTS = normal
BUILT_PRODUCTS_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
CACHE_ROOT = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
CCHROOT = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
CHMOD = /bin/chmod
CHOWN = /usr/sbin/chown
CLANG_ANALYZER_NONNULL = YES
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
CLANG_ENABLE_MODULES = YES
CLANG_ENABLE_OBJC_ARC = YES
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
CLANG_WARN_BOOL_CONVERSION = YES
CLANG_WARN_COMMA = YES
CLANG_WARN_CONSTANT_CONVERSION = YES
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
CLANG_WARN_EMPTY_BODY = YES
CLANG_WARN_ENUM_CONVERSION = YES
CLANG_WARN_INFINITE_RECURSION = YES
CLANG_WARN_INT_CONVERSION = YES
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
CLANG_WARN_STRICT_PROTOTYPES = YES
CLANG_WARN_SUSPICIOUS_MOVE = YES
CLANG_WARN_UNREACHABLE_CODE = YES
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
CLASS_FILE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses
CLEAN_PRECOMPS = YES
CLONE_HEADERS = NO
CODESIGNING_FOLDER_PATH = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
CODE_SIGNING_ALLOWED = YES
CODE_SIGNING_REQUIRED = YES
CODE_SIGN_CONTEXT_CLASS = XCiPhoneSimulatorCodeSignContext
CODE_SIGN_IDENTITY = -
COLOR_DIAGNOSTICS = NO
COMBINE_HIDPI_IMAGES = NO
COMPILER_INDEX_STORE_ENABLE = Default
COMPOSITE_SDK_DIRS = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/CompositeSDKs
COMPRESS_PNG_FILES = YES
CONFIGURATION = Debug
CONFIGURATION_BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
CONFIGURATION_TEMP_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator
CONTENTS_FOLDER_PATH = Runner.app
COPYING_PRESERVES_HFS_DATA = NO
COPY_HEADERS_RUN_UNIFDEF = NO
COPY_PHASE_STRIP = NO
COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
CORRESPONDING_DEVICE_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
CORRESPONDING_DEVICE_PLATFORM_NAME = iphoneos
CORRESPONDING_DEVICE_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk
CORRESPONDING_DEVICE_SDK_NAME = iphoneos11.2
CP = /bin/cp
CREATE_INFOPLIST_SECTION_IN_BINARY = NO
CURRENT_ARCH = x86_64
CURRENT_PROJECT_VERSION = 1
CURRENT_VARIANT = normal
DEAD_CODE_STRIPPING = YES
DEBUGGING_SYMBOLS = YES
DEBUG_INFORMATION_FORMAT = dwarf
DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
DEFINES_MODULE = NO
DEPLOYMENT_LOCATION = NO
DEPLOYMENT_POSTPROCESSING = NO
DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_CLANG_FLAG_NAME = mios-simulator-version-min
DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -mios-simulator-version-min=
DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2
DERIVED_FILES_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
DERIVED_FILE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
DERIVED_SOURCES_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
DEVELOPMENT_LANGUAGE = English
DOCUMENTATION_FOLDER_PATH = Runner.app/English.lproj/Documentation
DO_HEADER_SCANNING_IN_JAM = NO
DSTROOT = /tmp/Runner.dst
DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
DWARF_DSYM_FILE_NAME = Runner.app.dSYM
DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
DWARF_DSYM_FOLDER_PATH = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
EFFECTIVE_PLATFORM_NAME = -iphonesimulator
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
ENABLE_BITCODE = NO
ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
ENABLE_HEADER_DEPENDENCIES = YES
ENABLE_ON_DEMAND_RESOURCES = YES
ENABLE_STRICT_OBJC_MSGSEND = YES
ENABLE_TESTABILITY = YES
ENTITLEMENTS_REQUIRED = YES
EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj
EXECUTABLES_FOLDER_PATH = Runner.app/Executables
EXECUTABLE_FOLDER_PATH = Runner.app
EXECUTABLE_NAME = Runner
EXECUTABLE_PATH = Runner.app/Runner
EXPANDED_CODE_SIGN_IDENTITY =
EXPANDED_CODE_SIGN_IDENTITY_NAME =
EXPANDED_PROVISIONING_PROFILE =
FILE_LIST = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList
FIXED_FILES_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles
FLUTTER_APPLICATION_PATH = /Users/app/Desktop/flutter_apps/hello
FLUTTER_BUILD_DIR = build
FLUTTER_BUILD_MODE = debug
FLUTTER_BUILD_NAME = 1.0.0
FLUTTER_BUILD_NUMBER = 1
FLUTTER_FRAMEWORK_DIR = /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios
FLUTTER_ROOT = /Users/app/documents/flutter/flutter
FLUTTER_TARGET = /Users/app/Desktop/flutter_apps/hello/lib/main.dart
FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
FRAMEWORK_FLAG_PREFIX = -framework
FRAMEWORK_SEARCH_PATHS = /Users/app/Desktop/flutter_apps/hello/ios/Flutter
FRAMEWORK_VERSION = A
FULL_PRODUCT_NAME = Runner.app
GCC3_VERSION = 3.3
GCC_C_LANGUAGE_STANDARD = gnu99
GCC_DYNAMIC_NO_PIC = NO
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
GCC_NO_COMMON_BLOCKS = YES
GCC_OBJC_LEGACY_DISPATCH = YES
GCC_OPTIMIZATION_LEVEL = 0
GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1
GCC_SYMBOLS_PRIVATE_EXTERN = NO
GCC_TREAT_WARNINGS_AS_ERRORS = NO
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
GCC_WARN_UNDECLARED_SELECTOR = YES
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_VARIABLE = YES
GENERATE_MASTER_OBJECT_FILE = NO
GENERATE_PKGINFO_FILE = YES
GENERATE_PROFILING_CODE = NO
GENERATE_TEXT_BASED_STUBS = NO
GID = 20
GROUP = staff
HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
HEADERMAP_USES_VFS = NO
HIDE_BITCODE_SYMBOLS = YES
HOME = /Users/app
ICONV = /usr/bin/iconv
INFOPLIST_EXPAND_BUILD_SETTINGS = YES
INFOPLIST_FILE = Runner/Info.plist
INFOPLIST_OUTPUT_FORMAT = binary
INFOPLIST_PATH = Runner.app/Info.plist
INFOPLIST_PREPROCESS = NO
INFOSTRINGS_PATH = Runner.app/English.lproj/InfoPlist.strings
INLINE_PRIVATE_FRAMEWORKS = NO
INSTALLHDRS_COPY_PHASE = NO
INSTALLHDRS_SCRIPT_PHASE = NO
INSTALL_DIR = /tmp/Runner.dst/Applications
INSTALL_GROUP = staff
INSTALL_MODE_FLAG = u+w,go-w,a+rX
INSTALL_OWNER = app
INSTALL_PATH = /Applications
INSTALL_ROOT = /tmp/Runner.dst
IPHONEOS_DEPLOYMENT_TARGET = 8.0
JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
JAVA_ARCHIVE_CLASSES = YES
JAVA_ARCHIVE_TYPE = JAR
JAVA_COMPILER = /usr/bin/javac
JAVA_FOLDER_PATH = Runner.app/Java
JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
JAVA_JAR_FLAGS = cv
JAVA_SOURCE_SUBDIR = .
JAVA_USE_DEPENDENCIES = YES
JAVA_ZIP_FLAGS = -urg
JIKES_DEFAULT_FLAGS = +E +OLDCSO
KEEP_PRIVATE_EXTERNS = NO
LD_DEPENDENCY_INFO_FILE = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat
LD_GENERATE_MAP_FILE = NO
LD_MAP_FILE_PATH = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-LinkMap-normal-x86_64.txt
LD_NO_PIE = NO
LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks
LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
LEX = lex
LIBRARY_FLAG_NOSPACE = YES
LIBRARY_FLAG_PREFIX = -l
LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
LIBRARY_SEARCH_PATHS = /Users/app/Desktop/flutter_apps/hello/ios/Flutter
LINKER_DISPLAYS_MANGLED_NAMES = NO
LINK_FILE_LIST_normal_x86_64 =
LINK_WITH_STANDARD_LIBRARIES = YES
LOCALIZABLE_CONTENT_DIR =
LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/English.lproj
LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
LOCAL_APPS_DIR = /Applications
LOCAL_DEVELOPER_DIR = /Library/Developer
LOCAL_LIBRARY_DIR = /Library
LOCROOT =
LOCSYMROOT =
MACH_O_TYPE = mh_execute
MAC_OS_X_PRODUCT_BUILD_VERSION = 16G1212
MAC_OS_X_VERSION_ACTUAL = 101206
MAC_OS_X_VERSION_MAJOR = 101200
MAC_OS_X_VERSION_MINOR = 1206
METAL_LIBRARY_FILE_BASE = default
METAL_LIBRARY_OUTPUT_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
MODULE_CACHE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/ModuleCache
MTL_ENABLE_DEBUG_INFO = YES
NATIVE_ARCH = i386
NATIVE_ARCH_32_BIT = i386
NATIVE_ARCH_64_BIT = x86_64
NATIVE_ARCH_ACTUAL = x86_64
NO_COMMON = YES
OBJC_ABI_VERSION = 2
OBJECT_FILE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects
OBJECT_FILE_DIR_normal = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal
OBJROOT = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
ONLY_ACTIVE_ARCH = YES
OS = MACOS
OSAC = /usr/bin/osacompile
PACKAGE_TYPE = com.apple.package-type.wrapper.application
PASCAL_STRINGS = YES
PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin
PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms
PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
PFE_FILE_C_DIALECTS = objective-c
PKGINFO_FILE_PATH = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo
PKGINFO_PATH = Runner.app/PkgInfo
PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
PLATFORM_DISPLAY_NAME = iOS Simulator
PLATFORM_NAME = iphonesimulator
PLATFORM_PREFERRED_ARCH = x86_64
PLIST_FILE_OUTPUT_FORMAT = binary
PLUGINS_FOLDER_PATH = Runner.app/PlugIns
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
PRECOMP_DESTINATION_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
PREVIEW_DART_2 = true
PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
PRODUCT_BUNDLE_IDENTIFIER = com.example.hello
PRODUCT_MODULE_NAME = Runner
PRODUCT_NAME = Runner
PRODUCT_SETTINGS_PATH = /Users/app/Desktop/flutter_apps/hello/ios/Runner/Info.plist
PRODUCT_TYPE = com.apple.product-type.application
PROFILING_CODE = NO
PROJECT = Runner
PROJECT_DERIVED_FILE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/DerivedSources
PROJECT_DIR = /Users/app/Desktop/flutter_apps/hello/ios
PROJECT_FILE_PATH = /Users/app/Desktop/flutter_apps/hello/ios/Runner.xcodeproj
PROJECT_NAME = Runner
PROJECT_TEMP_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build
PROJECT_TEMP_ROOT = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
REMOVE_CVS_FROM_RESOURCES = YES
REMOVE_GIT_FROM_RESOURCES = YES
REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
REMOVE_HG_FROM_RESOURCES = YES
REMOVE_SVN_FROM_RESOURCES = YES
REZ_COLLECTOR_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources
REZ_OBJECTS_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
SCRIPTS_FOLDER_PATH = Runner.app/Scripts
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
SDK_DIR_iphonesimulator11_2 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
SDK_NAME = iphonesimulator11.2
SDK_NAMES = iphonesimulator11.2
SDK_PRODUCT_BUILD_VERSION = 15C107
SDK_VERSION = 11.2
SDK_VERSION_ACTUAL = 110200
SDK_VERSION_MAJOR = 110000
SDK_VERSION_MINOR = 200
SED = /usr/bin/sed
SEPARATE_STRIP = NO
SEPARATE_SYMBOL_EDIT = NO
SET_DIR_MODE_OWNER_GROUP = YES
SET_FILE_MODE_OWNER_GROUP = NO
SHALLOW_BUNDLE = YES
SHARED_DERIVED_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/DerivedSources
SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
SHARED_PRECOMPS_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/PrecompiledHeaders
SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
SKIP_INSTALL = NO
SOURCE_ROOT = /Users/app/Desktop/flutter_apps/hello/ios
SRCROOT = /Users/app/Desktop/flutter_apps/hello/ios
STRINGS_FILE_OUTPUT_ENCODING = binary
STRIP_BITCODE_FROM_COPIED_FILES = NO
STRIP_INSTALLED_PRODUCT = YES
STRIP_STYLE = all
STRIP_SWIFT_SYMBOLS = YES
SUPPORTED_DEVICE_FAMILIES = 1,2
SUPPORTED_PLATFORMS = iphonesimulator iphoneos
SUPPORTS_TEXT_BASED_API = NO
SWIFT_PLATFORM_TARGET_PREFIX = ios
SYMROOT = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Products
SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
SYSTEM_APPS_DIR = /Applications
SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
SYSTEM_DEMOS_DIR = /Applications/Extras
SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
SYSTEM_LIBRARY_DIR = /System/Library
TAPI_VERIFY_MODE = ErrorsOnly
TARGETED_DEVICE_FAMILY = 1,2
TARGETNAME = Runner
TARGET_BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
TARGET_NAME = Runner
TARGET_TEMP_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
TEMP_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
TEMP_FILES_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
TEMP_FILE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
TEMP_ROOT = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
UID = 501
UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
UNSTRIPPED_PRODUCT = NO
USER = app
USER_APPS_DIR = /Users/app/Applications
USER_LIBRARY_DIR = /Users/app/Library
USE_DYNAMIC_NO_PIC = YES
USE_HEADERMAP = YES
USE_HEADER_SYMLINKS = NO
VALIDATE_PRODUCT = NO
VALID_ARCHS = i386 x86_64
VERBOSE_PBXCP = NO
VERBOSE_SCRIPT_LOGGING = YES
VERSIONING_SYSTEM = apple-generic
VERSIONPLIST_PATH = Runner.app/version.plist
VERSION_INFO_BUILDER = app
VERSION_INFO_FILE = Runner_vers.c
VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-1"
WRAPPER_EXTENSION = app
WRAPPER_NAME = Runner.app
WRAPPER_SUFFIX = .app
WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
XCODE_PRODUCT_BUILD_VERSION = 9C40b
XCODE_VERSION_ACTUAL = 0920
XCODE_VERSION_MAJOR = 0900
XCODE_VERSION_MINOR = 0920
XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
YACC = yacc
arch = x86_64
variant = normal
[ +4 ms] Failed to build iOS app
[ ] Error output from Xcode build:
↳
[ ] ** BUILD FAILED **
The following build commands failed:
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
[ ] Xcode's output:
↳
[ ] Build settings from command line:
ARCHS = x86_64
BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
SDKROOT = iphonesimulator11.2
VERBOSE_SCRIPT_LOGGING = YES
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
PhaseScriptExecution Run\ Script /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
cd /Users/app/Desktop/flutter_apps/hello/ios
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=YES
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=app
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS=x86_64
export ARCHS_STANDARD="i386 x86_64"
export ARCHS_STANDARD_32_64_BIT="i386 x86_64"
export ARCHS_STANDARD_32_BIT=i386
export ARCHS_STANDARD_64_BIT=x86_64
export ARCHS_STANDARD_INCLUDING_64_BIT="i386 x86_64"
export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64"
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=YES
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios
export BUILD_ROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export CACHE_ROOT=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
export CCHROOT=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_ANALYZER_NONNULL=YES
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
export CLANG_CXX_LIBRARY=libc++
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_COMMA=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
export CLANG_WARN_STRICT_PROTOTYPES=YES
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
export CODE_SIGNING_ALLOWED=YES
export CODE_SIGNING_REQUIRED=YES
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext
export CODE_SIGN_IDENTITY=-
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMMAND_MODE=legacy
export COMPILER_INDEX_STORE_ENABLE=Default
export COMPOSITE_SDK_DIRS=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export CONFIGURATION_TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator
export CONTENTS_FOLDER_PATH=Runner.app
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos
export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk
export CORRESPONDING_DEVICE_SDK_NAME=iphoneos11.2
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=x86_64
export CURRENT_PROJECT_VERSION=1
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mios-simulator-version-min
export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-mios-simulator-version-min=
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2"
export DERIVED_FILES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export DERIVED_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DOCUMENTATION_FOLDER_PATH=Runner.app/English.lproj/Documentation
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/Runner.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=Runner.app.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export EFFECTIVE_PLATFORM_NAME=-iphonesimulator
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_BITCODE=NO
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_ON_DEMAND_RESOURCES=YES
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=YES
export ENTITLEMENTS_REQUIRED=YES
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
export EXECUTABLES_FOLDER_PATH=Runner.app/Executables
export EXECUTABLE_FOLDER_PATH=Runner.app
export EXECUTABLE_NAME=Runner
export EXECUTABLE_PATH=Runner.app/Runner
export EXPANDED_CODE_SIGN_IDENTITY=-
export EXPANDED_CODE_SIGN_IDENTITY_NAME=-
export EXPANDED_PROVISIONING_PROFILE=
export FILE_LIST=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles
export FLUTTER_APPLICATION_PATH=/Users/app/Desktop/flutter_apps/hello
export FLUTTER_BUILD_DIR=build
export FLUTTER_BUILD_MODE=debug
export FLUTTER_BUILD_NAME=1.0.0
export FLUTTER_BUILD_NUMBER=1
export FLUTTER_FRAMEWORK_DIR=/Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios
export FLUTTER_ROOT=/Users/app/documents/flutter/flutter
export FLUTTER_TARGET=/Users/app/Desktop/flutter_apps/hello/lib/main.dart
export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator /Users/app/Desktop/flutter_apps/hello/ios/Flutter"
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=Runner.app
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu99
export GCC_DYNAMIC_NO_PIC=NO
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_OBJC_LEGACY_DISPATCH=YES
export GCC_OPTIMIZATION_LEVEL=0
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 "
export GCC_SYMBOLS_PRIVATE_EXTERN=NO
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=YES
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include "
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/app
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=Runner/Info.plist
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PATH=Runner.app/Info.plist
export INFOPLIST_PREPROCESS=NO
export INFOSTRINGS_PATH=Runner.app/English.lproj/InfoPlist.strings
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/Runner.dst/Applications
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=app
export INSTALL_PATH=/Applications
export INSTALL_ROOT=/tmp/Runner.dst
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=Runner.app/Java
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-LinkMap-normal-x86_64.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks"
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator /Users/app/Desktop/flutter_apps/hello/ios/Flutter"
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_x86_64=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LOCALIZABLE_CONTENT_DIR=
export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/English.lproj
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=
export LOCSYMROOT=
export MACH_O_TYPE=mh_execute
export MAC_OS_X_PRODUCT_BUILD_VERSION=16G1212
export MAC_OS_X_VERSION_ACTUAL=101206
export MAC_OS_X_VERSION_MAJOR=101200
export MAC_OS_X_VERSION_MINOR=1206
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
export MODULE_CACHE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache
export MTL_ENABLE_DEBUG_INFO=YES
export NATIVE_ARCH=i386
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJC_ABI_VERSION=2
export OBJECT_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects
export OBJECT_FILE_DIR_normal=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal
export OBJROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=YES
export OS=MACOS
export OSAC=/usr/bin/osacompile
export PACKAGE_TYPE=com.apple.package-type.wrapper.application
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist
export PFE_FILE_C_DIALECTS=objective-c
export PKGINFO_FILE_PATH=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo
export PKGINFO_PATH=Runner.app/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
export PLATFORM_DISPLAY_NAME="iOS Simulator"
export PLATFORM_NAME=iphonesimulator
export PLATFORM_PREFERRED_ARCH=x86_64
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PREVIEW_DART_2=true
export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=com.example.hello
export PRODUCT_MODULE_NAME=Runner
export PRODUCT_NAME=Runner
export PRODUCT_SETTINGS_PATH=/Users/app/Desktop/flutter_apps/hello/ios/Runner/Info.plist
export PRODUCT_TYPE=com.apple.product-type.application
export PROFILING_CODE=NO
export PROJECT=Runner
export PROJECT_DERIVED_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/DerivedSources
export PROJECT_DIR=/Users/app/Desktop/flutter_apps/hello/ios
export PROJECT_FILE_PATH=/Users/app/Desktop/flutter_apps/hello/ios/Runner.xcodeproj
export PROJECT_NAME=Runner
export PROJECT_TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build
export PROJECT_TEMP_ROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export REZ_COLLECTOR_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator "
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=Runner.app/Scripts
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_STREAM_FILE=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
export SDK_DIR_iphonesimulator11_2=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
export SDK_NAME=iphonesimulator11.2
export SDK_NAMES=iphonesimulator11.2
export SDK_PRODUCT_BUILD_VERSION=15C107
export SDK_VERSION=11.2
export SDK_VERSION_ACTUAL=110200
export SDK_VERSION_MAJOR=110000
export SDK_VERSION_MINOR=200
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=YES
export SHARED_DERIVED_FILE_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
export SHARED_PRECOMPS_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/PrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
export SKIP_INSTALL=NO
export SOURCE_ROOT=/Users/app/Desktop/flutter_apps/hello/ios
export SRCROOT=/Users/app/Desktop/flutter_apps/hello/ios
export STRINGS_FILE_OUTPUT_ENCODING=binary
export STRIP_BITCODE_FROM_COPIED_FILES=NO
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_STYLE=all
export STRIP_SWIFT_SYMBOLS=YES
export SUPPORTED_DEVICE_FAMILIES=1,2
export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export SYMROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Products
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TAPI_VERIFY_MODE=ErrorsOnly
export TARGETED_DEVICE_FAMILY=1,2
export TARGETNAME=Runner
export TARGET_BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export TARGET_DEVICE_IDENTIFIER="dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder"
export TARGET_NAME=Runner
export TARGET_TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_FILES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_ROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export UID=501
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
export UNSTRIPPED_PRODUCT=NO
export USER=app
export USER_APPS_DIR=/Users/app/Applications
export USER_LIBRARY_DIR=/Users/app/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export VALIDATE_PRODUCT=NO
export VALID_ARCHS="i386 x86_64"
export VERBOSE_PBXCP=NO
export VERBOSE_SCRIPT_LOGGING=YES
export VERSIONING_SYSTEM=apple-generic
export VERSIONPLIST_PATH=Runner.app/version.plist
export VERSION_INFO_BUILDER=app
export VERSION_INFO_FILE=Runner_vers.c
export VERSION_INFO_STRING="\"@(#)PROGRAM:Runner PROJECT:Runner-1\""
export WRAPPER_EXTENSION=app
export WRAPPER_NAME=Runner.app
export WRAPPER_SUFFIX=.app
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=9C40b
export XCODE_VERSION_ACTUAL=0920
export XCODE_VERSION_MAJOR=0900
export XCODE_VERSION_MINOR=0920
export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
export YACC=yacc
export arch=x86_64
export variant=normal
/bin/sh -c /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
♦ mkdir -p -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter
♦ rm -rf -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/Flutter.framework
♦ rm -rf -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/App.framework
♦ cp -r -- /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework /Users/app/Desktop/flutter_apps/hello/ios/Flutter
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/Flutter.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterAppDelegate.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterBinaryMessenger.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterChannels.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterCodecs.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterDartProject.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterHeadlessDartRunner.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterMacros.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterNavigationController.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterPlugin.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterPluginAppLifeCycleDelegate.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterTexture.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterViewController.h: Too many levels of symbolic links
♦ find /Users/app/Desktop/flutter_apps/hello/ios/Flutter/Flutter.framework -type f -exec chmod a-w {} ;
♦ mkdir -p -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/App.framework
♦ eval
♦ cp -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/AppFrameworkInfo.plist /Users/app/Desktop/flutter_apps/hello/ios/Flutter/App.framework/Info.plist
♦ /Users/app/documents/flutter/flutter/bin/flutter --suppress-analytics --verbose build bundle --target-platform=ios --target=/Users/app/Desktop/flutter_apps/hello/lib/main.dart --snapshot=build/snapshot_blob.bin --debug --depfile=build/snapshot_blob.bin.d --asset-dir=/Users/app/Desktop/flutter_apps/hello/ios/Flutter/flutter_assets --preview-dart-2
[ +11 ms] [/Users/app/documents/flutter/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +44 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/master
[ ] [/Users/app/documents/flutter/flutter/] git rev-parse --abbrev-ref HEAD
[ +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] master
[ ] [/Users/app/documents/flutter/flutter/] git ls-remote --get-url origin
[ +7 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] [/Users/app/documents/flutter/flutter/] git log -n 1 --pretty=format:%H
[ +24 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] a7ba7b4b6220eee199adcdb6c3ebb013de6e93cd
[ ] [/Users/app/documents/flutter/flutter/] git log -n 1 --pretty=format:%ar
[ +8 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] 33 minutes ago
[ ] [/Users/app/documents/flutter/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +97 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v0.5.5-54-ga7ba7b4b6
[ +545 ms] Skipping kernel compilation. Fingerprint match.
[ +218 ms] Building bundle
[ +1 ms] Writing asset files to /Users/app/Desktop/flutter_apps/hello/ios/Flutter/flutter_assets
[ +82 ms] Wrote /Users/app/Desktop/flutter_apps/hello/ios/Flutter/flutter_assets
[ +11 ms] "flutter bundle" took 730ms.
Project /Users/app/Desktop/flutter_apps/hello built and packaged successfully.
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/app/Desktop/flutter_apps/hello/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Index/DataStore -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -I/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -F/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator -F/Users/app/Desktop/flutter_apps/hello/ios/Flutter -MMD -MT dependencies -MF /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d --serialize-diagnostics /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.dia -c /Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.m -o /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o
In file included from /Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.m:5:
/Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.h:8:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o Runner/AppDelegate.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/app/Desktop/flutter_apps/hello/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Index/DataStore -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -I/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -F/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator -F/Users/app/Desktop/flutter_apps/hello/ios/Flutter -MMD -MT dependencies -MF /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.d --serialize-diagnostics /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.dia -c /Users/app/Desktop/flutter_apps/hello/ios/Runner/AppDelegate.m -o /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o
In file included from /Users/app/Desktop/flutter_apps/hello/ios/Runner/AppDelegate.m:1:
/Users/app/Desktop/flutter_apps/hello/ios/Runner/AppDelegate.h:1:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.o Runner/main.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/app/Desktop/flutter_apps/hello/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Index/DataStore -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -I/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -F/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator -F/Users/app/Desktop/flutter_apps/hello/ios/Flutter -MMD -MT dependencies -MF /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.dia -c /Users/app/Desktop/flutter_apps/hello/ios/Runner/main.m -o /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.o
/Users/app/Desktop/flutter_apps/hello/ios/Runner/main.m:1:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
[ +9 ms] Could not build the application for the simulator.
[ +1 ms] Error launching application on iPhone X.
[ +5 ms] "flutter run" took 15,119ms.
#0 throwToolExit (package:flutter_tools/src/base/common.dart:28)
#1 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:407)
<asynchronous suspension>
#2 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:347)
#3 _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/dart:async/async_patch.dart:77)
#4 _rootRunUnary (dart:async/zone.dart:1134)
#5 _CustomZone.runUnary (dart:async/zone.dart:1031)
#6 _FutureListener.handleValue (dart:async/future_impl.dart:129)
#7 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:638)
#8 Future._propagateToListeners (dart:async/future_impl.dart:667)
#9 Future._complete (dart:async/future_impl.dart:472)
#10 _SyncCompleter.complete (dart:async/future_impl.dart:51)
#11 _AsyncAwaitCompleter.complete (dart:async-patch/dart:async/async_patch.dart:28)
#12 _completeOnAsyncReturn (dart:async-patch/dart:async/async_patch.dart:292)
#13 RunCommand.usageValues (package:flutter_tools/src/commands/run.dart:212)
#14 _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/dart:async/async_patch.dart:77)
#15 _rootRunUnary (dart:async/zone.dart:1134)
#16 _CustomZone.runUnary (dart:async/zone.dart:1031)
#17 _FutureListener.handleValue (dart:async/future_impl.dart:129)
#18 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:638)
#19 Future._propagateToListeners (dart:async/future_impl.dart:667)
#20 Future._complete (dart:async/future_impl.dart:472)
#21 _SyncCompleter.complete (dart:async/future_impl.dart:51)
#22 _AsyncAwaitCompleter.complete.<anonymous closure> (dart:async-patch/dart:async/async_patch.dart:33)
#23 _rootRun (dart:async/zone.dart:1126)
#24 _CustomZone.run (dart:async/zone.dart:1023)
#25 _CustomZone.bindCallback.<anonymous closure> (dart:async/zone.dart:949)
#26 _microtaskLoop (dart:async/schedule_microtask.dart:41)
#27 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50)
#28 _runPendingImmediateCallback (dart:isolate-patch/dart:isolate/isolate_patch.dart:113)
#29 _RawReceivePortImpl._handleMessage (dart:isolate-patch/dart:isolate/isolate_patch.dart:166)
APPs-MacBook-Pro:hello app$ "><pre class="notranslate"><code class="notranslate">Last login: Fri Jun 22 21:44:25 on ttys000
APPs-MacBook-Pro:hello app$ flutter run --verbose
[ +41 ms] [/Users/app/documents/flutter/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +39 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/master
[ ] [/Users/app/documents/flutter/flutter/] git rev-parse --abbrev-ref HEAD
[ +9 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] master
[ ] [/Users/app/documents/flutter/flutter/] git ls-remote --get-url origin
[ +11 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] [/Users/app/documents/flutter/flutter/] git log -n 1 --pretty=format:%H
[ +10 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] a7ba7b4b6220eee199adcdb6c3ebb013de6e93cd
[ ] [/Users/app/documents/flutter/flutter/] git log -n 1 --pretty=format:%ar
[ +11 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] 33 minutes ago
[ +1 ms] [/Users/app/documents/flutter/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +26 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v0.5.5-54-ga7ba7b4b6
[ +137 ms] /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[ +133 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[ ] 3.0
[ +124 ms] /Users/app/Library/Android/sdk/platform-tools/adb devices -l
[ +13 ms] Exit code 0 from: /Users/app/Library/Android/sdk/platform-tools/adb devices -l
[ ] List of devices attached
[ +6 ms] idevice_id -h
[ +687 ms] /usr/bin/xcrun simctl list --json devices
[+1543 ms] Launching lib/main.dart on iPhone X in debug mode...
[ +2 ms] /usr/bin/defaults read /Users/app/Desktop/flutter_apps/hello/ios/Runner/Info CFBundleIdentifier
[ +138 ms] Exit code 0 from: /usr/bin/defaults read /Users/app/Desktop/flutter_apps/hello/ios/Runner/Info CFBundleIdentifier
[ ] $(PRODUCT_BUNDLE_IDENTIFIER)
[ ] [ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/app/Desktop/flutter_apps/hello/ios/Runner.xcodeproj -target Runner -showBuildSettings
[+2062 ms] Exit code 0 from: /usr/bin/xcodebuild -project /Users/app/Desktop/flutter_apps/hello/ios/Runner.xcodeproj -target Runner -showBuildSettings
[ ] Build settings for action build and target Runner:
ACTION = build
AD_HOC_CODE_SIGNING_ALLOWED = NO
ALTERNATE_GROUP = staff
ALTERNATE_MODE = u+w,go-w,a+rX
ALTERNATE_OWNER = app
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ALWAYS_SEARCH_USER_PATHS = NO
ALWAYS_USE_SEPARATE_HEADERMAPS = NO
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
APPLE_INTERNAL_DIR = /AppleInternal
APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
APPLICATION_EXTENSION_API_ONLY = NO
APPLY_RULES_IN_COPY_FILES = NO
ARCHS = armv7 arm64
ARCHS_STANDARD = armv7 arm64
ARCHS_STANDARD_32_64_BIT = armv7 arm64
ARCHS_STANDARD_32_BIT = armv7
ARCHS_STANDARD_64_BIT = arm64
ARCHS_STANDARD_INCLUDING_64_BIT = armv7 arm64
ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator
BITCODE_GENERATION_MODE = marker
BUILD_ACTIVE_RESOURCES_ONLY = NO
BUILD_COMPONENTS = headers build
BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios
BUILD_ROOT = /Users/app/Desktop/flutter_apps/hello/build/ios
BUILD_STYLE =
BUILD_VARIANTS = normal
BUILT_PRODUCTS_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos
CACHE_ROOT = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
CCHROOT = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
CHMOD = /bin/chmod
CHOWN = /usr/sbin/chown
CLANG_ANALYZER_NONNULL = YES
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
CLANG_ENABLE_MODULES = YES
CLANG_ENABLE_OBJC_ARC = YES
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
CLANG_WARN_BOOL_CONVERSION = YES
CLANG_WARN_COMMA = YES
CLANG_WARN_CONSTANT_CONVERSION = YES
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
CLANG_WARN_EMPTY_BODY = YES
CLANG_WARN_ENUM_CONVERSION = YES
CLANG_WARN_INFINITE_RECURSION = YES
CLANG_WARN_INT_CONVERSION = YES
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
CLANG_WARN_STRICT_PROTOTYPES = YES
CLANG_WARN_SUSPICIOUS_MOVE = YES
CLANG_WARN_UNREACHABLE_CODE = YES
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
CLASS_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/JavaClasses
CLEAN_PRECOMPS = YES
CLONE_HEADERS = NO
CODESIGNING_FOLDER_PATH = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos/Runner.app
CODE_SIGNING_ALLOWED = YES
CODE_SIGNING_REQUIRED = YES
CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
CODE_SIGN_IDENTITY = iPhone Developer
COLOR_DIAGNOSTICS = NO
COMBINE_HIDPI_IMAGES = NO
COMPILER_INDEX_STORE_ENABLE = Default
COMPOSITE_SDK_DIRS = /Users/app/Desktop/flutter_apps/hello/build/ios/CompositeSDKs
COMPRESS_PNG_FILES = YES
CONFIGURATION = Release
CONFIGURATION_BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos
CONFIGURATION_TEMP_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos
CONTENTS_FOLDER_PATH = Runner.app
COPYING_PRESERVES_HFS_DATA = NO
COPY_HEADERS_RUN_UNIFDEF = NO
COPY_PHASE_STRIP = NO
COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator11.2
CP = /bin/cp
CREATE_INFOPLIST_SECTION_IN_BINARY = NO
CURRENT_ARCH = arm64
CURRENT_PROJECT_VERSION = 1
CURRENT_VARIANT = normal
DEAD_CODE_STRIPPING = YES
DEBUGGING_SYMBOLS = YES
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
DEFINES_MODULE = NO
DEPLOYMENT_LOCATION = NO
DEPLOYMENT_POSTPROCESSING = NO
DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min
DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min=
DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2
DERIVED_FILES_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DERIVED_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DERIVED_SOURCES_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
DEVELOPMENT_LANGUAGE = English
DOCUMENTATION_FOLDER_PATH = Runner.app/English.lproj/Documentation
DO_HEADER_SCANNING_IN_JAM = NO
DSTROOT = /tmp/Runner.dst
DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
DWARF_DSYM_FILE_NAME = Runner.app.dSYM
DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
DWARF_DSYM_FOLDER_PATH = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos
EFFECTIVE_PLATFORM_NAME = -iphoneos
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
EMBEDDED_PROFILE_NAME = embedded.mobileprovision
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
ENABLE_BITCODE = NO
ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
ENABLE_HEADER_DEPENDENCIES = YES
ENABLE_NS_ASSERTIONS = NO
ENABLE_ON_DEMAND_RESOURCES = YES
ENABLE_STRICT_OBJC_MSGSEND = YES
ENABLE_TESTABILITY = NO
ENTITLEMENTS_ALLOWED = YES
ENTITLEMENTS_REQUIRED = YES
EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj
EXECUTABLES_FOLDER_PATH = Runner.app/Executables
EXECUTABLE_FOLDER_PATH = Runner.app
EXECUTABLE_NAME = Runner
EXECUTABLE_PATH = Runner.app/Runner
EXPANDED_CODE_SIGN_IDENTITY =
EXPANDED_CODE_SIGN_IDENTITY_NAME =
EXPANDED_PROVISIONING_PROFILE =
FILE_LIST = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList
FIXED_FILES_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/FixedFiles
FLUTTER_APPLICATION_PATH = /Users/app/Desktop/flutter_apps/hello
FLUTTER_BUILD_DIR = build
FLUTTER_BUILD_MODE = debug
FLUTTER_BUILD_NAME = 1.0.0
FLUTTER_BUILD_NUMBER = 1
FLUTTER_FRAMEWORK_DIR = /Users/app/Documents/Flutter/flutter/bin/cache/artifacts/engine/ios
FLUTTER_ROOT = /Users/app/Documents/Flutter/flutter
FLUTTER_TARGET = lib/main.dart
FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
FRAMEWORK_FLAG_PREFIX = -framework
FRAMEWORK_SEARCH_PATHS = /Users/app/Desktop/flutter_apps/hello/ios/Flutter
FRAMEWORK_VERSION = A
FULL_PRODUCT_NAME = Runner.app
GCC3_VERSION = 3.3
GCC_C_LANGUAGE_STANDARD = gnu99
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
GCC_NO_COMMON_BLOCKS = YES
GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
GCC_SYMBOLS_PRIVATE_EXTERN = YES
GCC_THUMB_SUPPORT = YES
GCC_TREAT_WARNINGS_AS_ERRORS = NO
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
GCC_WARN_UNDECLARED_SELECTOR = YES
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_VARIABLE = YES
GENERATE_MASTER_OBJECT_FILE = NO
GENERATE_PKGINFO_FILE = YES
GENERATE_PROFILING_CODE = NO
GENERATE_TEXT_BASED_STUBS = NO
GID = 20
GROUP = staff
HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
HEADERMAP_USES_VFS = NO
HIDE_BITCODE_SYMBOLS = YES
HOME = /Users/app
ICONV = /usr/bin/iconv
INFOPLIST_EXPAND_BUILD_SETTINGS = YES
INFOPLIST_FILE = Runner/Info.plist
INFOPLIST_OUTPUT_FORMAT = binary
INFOPLIST_PATH = Runner.app/Info.plist
INFOPLIST_PREPROCESS = NO
INFOSTRINGS_PATH = Runner.app/English.lproj/InfoPlist.strings
INLINE_PRIVATE_FRAMEWORKS = NO
INSTALLHDRS_COPY_PHASE = NO
INSTALLHDRS_SCRIPT_PHASE = NO
INSTALL_DIR = /tmp/Runner.dst/Applications
INSTALL_GROUP = staff
INSTALL_MODE_FLAG = u+w,go-w,a+rX
INSTALL_OWNER = app
INSTALL_PATH = /Applications
INSTALL_ROOT = /tmp/Runner.dst
IPHONEOS_DEPLOYMENT_TARGET = 8.0
JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
JAVA_ARCHIVE_CLASSES = YES
JAVA_ARCHIVE_TYPE = JAR
JAVA_COMPILER = /usr/bin/javac
JAVA_FOLDER_PATH = Runner.app/Java
JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
JAVA_JAR_FLAGS = cv
JAVA_SOURCE_SUBDIR = .
JAVA_USE_DEPENDENCIES = YES
JAVA_ZIP_FLAGS = -urg
JIKES_DEFAULT_FLAGS = +E +OLDCSO
KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
KEEP_PRIVATE_EXTERNS = NO
LD_DEPENDENCY_INFO_FILE = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
LD_GENERATE_MAP_FILE = NO
LD_MAP_FILE_PATH = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
LD_NO_PIE = NO
LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks
LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
LEX = lex
LIBRARY_FLAG_NOSPACE = YES
LIBRARY_FLAG_PREFIX = -l
LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
LIBRARY_SEARCH_PATHS = /Users/app/Desktop/flutter_apps/hello/ios/Flutter
LINKER_DISPLAYS_MANGLED_NAMES = NO
LINK_FILE_LIST_normal_arm64 =
LINK_FILE_LIST_normal_armv7 =
LINK_WITH_STANDARD_LIBRARIES = YES
LOCALIZABLE_CONTENT_DIR =
LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/English.lproj
LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
LOCAL_APPS_DIR = /Applications
LOCAL_DEVELOPER_DIR = /Library/Developer
LOCAL_LIBRARY_DIR = /Library
LOCROOT =
LOCSYMROOT =
MACH_O_TYPE = mh_execute
MAC_OS_X_PRODUCT_BUILD_VERSION = 16G1212
MAC_OS_X_VERSION_ACTUAL = 101206
MAC_OS_X_VERSION_MAJOR = 101200
MAC_OS_X_VERSION_MINOR = 1206
METAL_LIBRARY_FILE_BASE = default
METAL_LIBRARY_OUTPUT_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos/Runner.app
MODULE_CACHE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/ModuleCache
MTL_ENABLE_DEBUG_INFO = NO
NATIVE_ARCH = armv7
NATIVE_ARCH_32_BIT = i386
NATIVE_ARCH_64_BIT = x86_64
NATIVE_ARCH_ACTUAL = x86_64
NO_COMMON = YES
OBJECT_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects
OBJECT_FILE_DIR_normal = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal
OBJROOT = /Users/app/Desktop/flutter_apps/hello/build/ios
ONLY_ACTIVE_ARCH = NO
OS = MACOS
OSAC = /usr/bin/osacompile
PACKAGE_TYPE = com.apple.package-type.wrapper.application
PASCAL_STRINGS = YES
PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin
PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms
PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
PFE_FILE_C_DIALECTS = objective-c
PKGINFO_FILE_PATH = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/PkgInfo
PKGINFO_PATH = Runner.app/PkgInfo
PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
PLATFORM_DISPLAY_NAME = iOS
PLATFORM_NAME = iphoneos
PLATFORM_PREFERRED_ARCH = arm64
PLATFORM_PRODUCT_BUILD_VERSION = 15C107
PLIST_FILE_OUTPUT_FORMAT = binary
PLUGINS_FOLDER_PATH = Runner.app/PlugIns
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
PRECOMP_DESTINATION_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
PRODUCT_BUNDLE_IDENTIFIER = com.example.hello
PRODUCT_MODULE_NAME = Runner
PRODUCT_NAME = Runner
PRODUCT_SETTINGS_PATH = /Users/app/Desktop/flutter_apps/hello/ios/Runner/Info.plist
PRODUCT_TYPE = com.apple.product-type.application
PROFILING_CODE = NO
PROJECT = Runner
PROJECT_DERIVED_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/DerivedSources
PROJECT_DIR = /Users/app/Desktop/flutter_apps/hello/ios
PROJECT_FILE_PATH = /Users/app/Desktop/flutter_apps/hello/ios/Runner.xcodeproj
PROJECT_NAME = Runner
PROJECT_TEMP_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build
PROJECT_TEMP_ROOT = /Users/app/Desktop/flutter_apps/hello/build/ios
PROVISIONING_PROFILE_REQUIRED = YES
PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
REMOVE_CVS_FROM_RESOURCES = YES
REMOVE_GIT_FROM_RESOURCES = YES
REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
REMOVE_HG_FROM_RESOURCES = YES
REMOVE_SVN_FROM_RESOURCES = YES
RESOURCE_RULES_REQUIRED = YES
REZ_COLLECTOR_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources
REZ_OBJECTS_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources/Objects
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
SCRIPTS_FOLDER_PATH = Runner.app/Scripts
SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk
SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk
SDK_DIR_iphoneos11_2 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk
SDK_NAME = iphoneos11.2
SDK_NAMES = iphoneos11.2
SDK_PRODUCT_BUILD_VERSION = 15C107
SDK_VERSION = 11.2
SDK_VERSION_ACTUAL = 110200
SDK_VERSION_MAJOR = 110000
SDK_VERSION_MINOR = 200
SED = /usr/bin/sed
SEPARATE_STRIP = NO
SEPARATE_SYMBOL_EDIT = NO
SET_DIR_MODE_OWNER_GROUP = YES
SET_FILE_MODE_OWNER_GROUP = NO
SHALLOW_BUNDLE = YES
SHARED_DERIVED_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos/DerivedSources
SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
SHARED_PRECOMPS_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/SharedPrecompiledHeaders
SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
SKIP_INSTALL = NO
SOURCE_ROOT = /Users/app/Desktop/flutter_apps/hello/ios
SRCROOT = /Users/app/Desktop/flutter_apps/hello/ios
STRINGS_FILE_OUTPUT_ENCODING = binary
STRIP_BITCODE_FROM_COPIED_FILES = YES
STRIP_INSTALLED_PRODUCT = YES
STRIP_STYLE = all
STRIP_SWIFT_SYMBOLS = YES
SUPPORTED_DEVICE_FAMILIES = 1,2
SUPPORTED_PLATFORMS = iphonesimulator iphoneos
SUPPORTS_TEXT_BASED_API = NO
SWIFT_PLATFORM_TARGET_PREFIX = ios
SYMROOT = /Users/app/Desktop/flutter_apps/hello/build/ios
SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
SYSTEM_APPS_DIR = /Applications
SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
SYSTEM_DEMOS_DIR = /Applications/Extras
SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
SYSTEM_LIBRARY_DIR = /System/Library
TAPI_VERIFY_MODE = ErrorsOnly
TARGETED_DEVICE_FAMILY = 1,2
TARGETNAME = Runner
TARGET_BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Release-iphoneos
TARGET_NAME = Runner
TARGET_TEMP_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_FILES_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_ROOT = /Users/app/Desktop/flutter_apps/hello/build/ios
TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
UID = 501
UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
UNSTRIPPED_PRODUCT = NO
USER = app
USER_APPS_DIR = /Users/app/Applications
USER_LIBRARY_DIR = /Users/app/Library
USE_DYNAMIC_NO_PIC = YES
USE_HEADERMAP = YES
USE_HEADER_SYMLINKS = NO
VALIDATE_PRODUCT = YES
VALID_ARCHS = arm64 armv7 armv7s
VERBOSE_PBXCP = NO
VERSIONING_SYSTEM = apple-generic
VERSIONPLIST_PATH = Runner.app/version.plist
VERSION_INFO_BUILDER = app
VERSION_INFO_FILE = Runner_vers.c
VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-1"
WRAPPER_EXTENSION = app
WRAPPER_NAME = Runner.app
WRAPPER_SUFFIX = .app
WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
XCODE_PRODUCT_BUILD_VERSION = 9C40b
XCODE_VERSION_ACTUAL = 0920
XCODE_VERSION_MAJOR = 0900
XCODE_VERSION_MINOR = 0920
XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
YACC = yacc
arch = arm64
variant = normal
[ +20 ms] Building Runner.app for 299227A1-9087-42EA-8604-89556763DAEF.
[ +10 ms] /Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin/dart /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --strong --target=flutter --no-link-platform --incremental --packages /Users/app/Desktop/flutter_apps/hello/.packages --output-dill build/app.dill --depfile build/snapshot_blob.bin.d /Users/app/Desktop/flutter_apps/hello/lib/main.dart
[ +1 ms] script /dev/null /usr/bin/log stream --style syslog --predicate processImagePath CONTAINS "299227A1-9087-42EA-8604-89556763DAEF"
[ +42 ms] [DEVICE LOG] Filtering the log data using "processImagePath CONTAINS "299227A1-9087-42EA-8604-89556763DAEF""
[ +8 ms] [DEVICE LOG] Timestamp (process)[PID]
[+3924 ms] Building bundle
[ ] Writing asset files to build/flutter_assets
[ +56 ms] Wrote build/flutter_assets
[ +1 ms] /usr/bin/xcrun simctl get_app_container 299227A1-9087-42EA-8604-89556763DAEF com.example.hello
[ ] /usr/bin/killall Runner
[ +277 ms] python -c import six
[ +77 ms] [ios/] /usr/bin/xcodebuild -list
[+1436 ms] Exit code 0 from: /usr/bin/xcodebuild -list
[ ] Information about project "Runner":
Targets:
Runner
Build Configurations:
Debug
Release
If no build configuration is specified and -scheme is not passed then "Release" is used.
Schemes:
Runner
[ +2 ms] Trying to resolve native pub services.
[ +3 ms] Looking for YAML at 'pubspec.yaml'
[ +1 ms] No services specified in the manifest
[ ] Found 0 service definition(s).
[ +2 ms] Copying service frameworks to '/Users/app/Desktop/flutter_apps/hello/ios/Frameworks'.
[ +1 ms] Creating service definitions manifest at 'ios/ServiceDefinitions.json'
[ +15 ms] mkfifo /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
[ +9 ms] Exit code 0 from: mkfifo /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
[ +2 ms] Starting Xcode build...
[ +2 ms] [ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios -sdk iphonesimulator -arch x86_64 SCRIPT_OUTPUT_STREAM_FILE=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
[+1395 ms] ├─Assembling Flutter resources...
[+1524 ms] └─Compiling, linking and signing...
[ +272 ms] Build settings from command line:
ARCHS = x86_64
BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
SDKROOT = iphonesimulator11.2
VERBOSE_SCRIPT_LOGGING = YES
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
PhaseScriptExecution Run\ Script /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
cd /Users/app/Desktop/flutter_apps/hello/ios
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=YES
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=app
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS=x86_64
export ARCHS_STANDARD="i386 x86_64"
export ARCHS_STANDARD_32_64_BIT="i386 x86_64"
export ARCHS_STANDARD_32_BIT=i386
export ARCHS_STANDARD_64_BIT=x86_64
export ARCHS_STANDARD_INCLUDING_64_BIT="i386 x86_64"
export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64"
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=YES
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios
export BUILD_ROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export CACHE_ROOT=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
export CCHROOT=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_ANALYZER_NONNULL=YES
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
export CLANG_CXX_LIBRARY=libc++
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_COMMA=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
export CLANG_WARN_STRICT_PROTOTYPES=YES
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
export CODE_SIGNING_ALLOWED=YES
export CODE_SIGNING_REQUIRED=YES
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext
export CODE_SIGN_IDENTITY=-
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMMAND_MODE=legacy
export COMPILER_INDEX_STORE_ENABLE=Default
export COMPOSITE_SDK_DIRS=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export CONFIGURATION_TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator
export CONTENTS_FOLDER_PATH=Runner.app
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos
export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk
export CORRESPONDING_DEVICE_SDK_NAME=iphoneos11.2
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=x86_64
export CURRENT_PROJECT_VERSION=1
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mios-simulator-version-min
export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-mios-simulator-version-min=
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2"
export DERIVED_FILES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export DERIVED_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DOCUMENTATION_FOLDER_PATH=Runner.app/English.lproj/Documentation
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/Runner.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=Runner.app.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export EFFECTIVE_PLATFORM_NAME=-iphonesimulator
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_BITCODE=NO
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_ON_DEMAND_RESOURCES=YES
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=YES
export ENTITLEMENTS_REQUIRED=YES
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
export EXECUTABLES_FOLDER_PATH=Runner.app/Executables
export EXECUTABLE_FOLDER_PATH=Runner.app
export EXECUTABLE_NAME=Runner
export EXECUTABLE_PATH=Runner.app/Runner
export EXPANDED_CODE_SIGN_IDENTITY=-
export EXPANDED_CODE_SIGN_IDENTITY_NAME=-
export EXPANDED_PROVISIONING_PROFILE=
export FILE_LIST=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles
export FLUTTER_APPLICATION_PATH=/Users/app/Desktop/flutter_apps/hello
export FLUTTER_BUILD_DIR=build
export FLUTTER_BUILD_MODE=debug
export FLUTTER_BUILD_NAME=1.0.0
export FLUTTER_BUILD_NUMBER=1
export FLUTTER_FRAMEWORK_DIR=/Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios
export FLUTTER_ROOT=/Users/app/documents/flutter/flutter
export FLUTTER_TARGET=/Users/app/Desktop/flutter_apps/hello/lib/main.dart
export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator /Users/app/Desktop/flutter_apps/hello/ios/Flutter"
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=Runner.app
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu99
export GCC_DYNAMIC_NO_PIC=NO
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_OBJC_LEGACY_DISPATCH=YES
export GCC_OPTIMIZATION_LEVEL=0
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 "
export GCC_SYMBOLS_PRIVATE_EXTERN=NO
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=YES
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include "
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/app
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=Runner/Info.plist
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PATH=Runner.app/Info.plist
export INFOPLIST_PREPROCESS=NO
export INFOSTRINGS_PATH=Runner.app/English.lproj/InfoPlist.strings
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/Runner.dst/Applications
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=app
export INSTALL_PATH=/Applications
export INSTALL_ROOT=/tmp/Runner.dst
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=Runner.app/Java
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-LinkMap-normal-x86_64.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks"
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator /Users/app/Desktop/flutter_apps/hello/ios/Flutter"
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_x86_64=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LOCALIZABLE_CONTENT_DIR=
export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/English.lproj
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=
export LOCSYMROOT=
export MACH_O_TYPE=mh_execute
export MAC_OS_X_PRODUCT_BUILD_VERSION=16G1212
export MAC_OS_X_VERSION_ACTUAL=101206
export MAC_OS_X_VERSION_MAJOR=101200
export MAC_OS_X_VERSION_MINOR=1206
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
export MODULE_CACHE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache
export MTL_ENABLE_DEBUG_INFO=YES
export NATIVE_ARCH=i386
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJC_ABI_VERSION=2
export OBJECT_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects
export OBJECT_FILE_DIR_normal=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal
export OBJROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=YES
export OS=MACOS
export OSAC=/usr/bin/osacompile
export PACKAGE_TYPE=com.apple.package-type.wrapper.application
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist
export PFE_FILE_C_DIALECTS=objective-c
export PKGINFO_FILE_PATH=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo
export PKGINFO_PATH=Runner.app/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
export PLATFORM_DISPLAY_NAME="iOS Simulator"
export PLATFORM_NAME=iphonesimulator
export PLATFORM_PREFERRED_ARCH=x86_64
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PREVIEW_DART_2=true
export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=com.example.hello
export PRODUCT_MODULE_NAME=Runner
export PRODUCT_NAME=Runner
export PRODUCT_SETTINGS_PATH=/Users/app/Desktop/flutter_apps/hello/ios/Runner/Info.plist
export PRODUCT_TYPE=com.apple.product-type.application
export PROFILING_CODE=NO
export PROJECT=Runner
export PROJECT_DERIVED_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/DerivedSources
export PROJECT_DIR=/Users/app/Desktop/flutter_apps/hello/ios
export PROJECT_FILE_PATH=/Users/app/Desktop/flutter_apps/hello/ios/Runner.xcodeproj
export PROJECT_NAME=Runner
export PROJECT_TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build
export PROJECT_TEMP_ROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export REZ_COLLECTOR_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator "
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=Runner.app/Scripts
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_STREAM_FILE=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
export SDK_DIR_iphonesimulator11_2=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
export SDK_NAME=iphonesimulator11.2
export SDK_NAMES=iphonesimulator11.2
export SDK_PRODUCT_BUILD_VERSION=15C107
export SDK_VERSION=11.2
export SDK_VERSION_ACTUAL=110200
export SDK_VERSION_MAJOR=110000
export SDK_VERSION_MINOR=200
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=YES
export SHARED_DERIVED_FILE_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
export SHARED_PRECOMPS_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/PrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
export SKIP_INSTALL=NO
export SOURCE_ROOT=/Users/app/Desktop/flutter_apps/hello/ios
export SRCROOT=/Users/app/Desktop/flutter_apps/hello/ios
export STRINGS_FILE_OUTPUT_ENCODING=binary
export STRIP_BITCODE_FROM_COPIED_FILES=NO
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_STYLE=all
export STRIP_SWIFT_SYMBOLS=YES
export SUPPORTED_DEVICE_FAMILIES=1,2
export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export SYMROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Products
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TAPI_VERIFY_MODE=ErrorsOnly
export TARGETED_DEVICE_FAMILY=1,2
export TARGETNAME=Runner
export TARGET_BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export TARGET_DEVICE_IDENTIFIER="dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder"
export TARGET_NAME=Runner
export TARGET_TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_FILES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_ROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export UID=501
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
export UNSTRIPPED_PRODUCT=NO
export USER=app
export USER_APPS_DIR=/Users/app/Applications
export USER_LIBRARY_DIR=/Users/app/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export VALIDATE_PRODUCT=NO
export VALID_ARCHS="i386 x86_64"
export VERBOSE_PBXCP=NO
export VERBOSE_SCRIPT_LOGGING=YES
export VERSIONING_SYSTEM=apple-generic
export VERSIONPLIST_PATH=Runner.app/version.plist
export VERSION_INFO_BUILDER=app
export VERSION_INFO_FILE=Runner_vers.c
export VERSION_INFO_STRING="\"@(#)PROGRAM:Runner PROJECT:Runner-1\""
export WRAPPER_EXTENSION=app
export WRAPPER_NAME=Runner.app
export WRAPPER_SUFFIX=.app
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=9C40b
export XCODE_VERSION_ACTUAL=0920
export XCODE_VERSION_MAJOR=0900
export XCODE_VERSION_MINOR=0920
export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
export YACC=yacc
export arch=x86_64
export variant=normal
/bin/sh -c /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
♦ mkdir -p -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter
♦ rm -rf -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/Flutter.framework
♦ rm -rf -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/App.framework
♦ cp -r -- /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework /Users/app/Desktop/flutter_apps/hello/ios/Flutter
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/Flutter.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterAppDelegate.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterBinaryMessenger.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterChannels.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterCodecs.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterDartProject.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterHeadlessDartRunner.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterMacros.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterNavigationController.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterPlugin.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterPluginAppLifeCycleDelegate.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterTexture.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterViewController.h: Too many levels of symbolic links
♦ find /Users/app/Desktop/flutter_apps/hello/ios/Flutter/Flutter.framework -type f -exec chmod a-w {} ;
♦ mkdir -p -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/App.framework
♦ eval
♦ cp -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/AppFrameworkInfo.plist /Users/app/Desktop/flutter_apps/hello/ios/Flutter/App.framework/Info.plist
♦ /Users/app/documents/flutter/flutter/bin/flutter --suppress-analytics --verbose build bundle --target-platform=ios --target=/Users/app/Desktop/flutter_apps/hello/lib/main.dart --snapshot=build/snapshot_blob.bin --debug --depfile=build/snapshot_blob.bin.d --asset-dir=/Users/app/Desktop/flutter_apps/hello/ios/Flutter/flutter_assets --preview-dart-2
[ +11 ms] [/Users/app/documents/flutter/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +44 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/master
[ ] [/Users/app/documents/flutter/flutter/] git rev-parse --abbrev-ref HEAD
[ +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] master
[ ] [/Users/app/documents/flutter/flutter/] git ls-remote --get-url origin
[ +7 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] [/Users/app/documents/flutter/flutter/] git log -n 1 --pretty=format:%H
[ +24 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] a7ba7b4b6220eee199adcdb6c3ebb013de6e93cd
[ ] [/Users/app/documents/flutter/flutter/] git log -n 1 --pretty=format:%ar
[ +8 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] 33 minutes ago
[ ] [/Users/app/documents/flutter/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +97 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v0.5.5-54-ga7ba7b4b6
[ +545 ms] Skipping kernel compilation. Fingerprint match.
[ +218 ms] Building bundle
[ +1 ms] Writing asset files to /Users/app/Desktop/flutter_apps/hello/ios/Flutter/flutter_assets
[ +82 ms] Wrote /Users/app/Desktop/flutter_apps/hello/ios/Flutter/flutter_assets
[ +11 ms] "flutter bundle" took 730ms.
Project /Users/app/Desktop/flutter_apps/hello built and packaged successfully.
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/app/Desktop/flutter_apps/hello/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Index/DataStore -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -I/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -F/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator -F/Users/app/Desktop/flutter_apps/hello/ios/Flutter -MMD -MT dependencies -MF /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d --serialize-diagnostics /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.dia -c /Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.m -o /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o
In file included from /Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.m:5:
/Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.h:8:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o Runner/AppDelegate.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/app/Desktop/flutter_apps/hello/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Index/DataStore -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -I/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -F/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator -F/Users/app/Desktop/flutter_apps/hello/ios/Flutter -MMD -MT dependencies -MF /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.d --serialize-diagnostics /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.dia -c /Users/app/Desktop/flutter_apps/hello/ios/Runner/AppDelegate.m -o /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o
In file included from /Users/app/Desktop/flutter_apps/hello/ios/Runner/AppDelegate.m:1:
/Users/app/Desktop/flutter_apps/hello/ios/Runner/AppDelegate.h:1:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.o Runner/main.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/app/Desktop/flutter_apps/hello/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Index/DataStore -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -I/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -F/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator -F/Users/app/Desktop/flutter_apps/hello/ios/Flutter -MMD -MT dependencies -MF /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.dia -c /Users/app/Desktop/flutter_apps/hello/ios/Runner/main.m -o /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.o
/Users/app/Desktop/flutter_apps/hello/ios/Runner/main.m:1:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
** BUILD FAILED **
The following build commands failed:
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
[ +13 ms] Xcode build done.
[ ] [ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios -sdk iphonesimulator -arch x86_64 SCRIPT_OUTPUT_STREAM_FILE=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout -showBuildSettings
[+1191 ms] Exit code 0 from: /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios -sdk iphonesimulator -arch x86_64 SCRIPT_OUTPUT_STREAM_FILE=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout -showBuildSettings
[ ] Build settings from command line:
ARCHS = x86_64
BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
SDKROOT = iphonesimulator11.2
VERBOSE_SCRIPT_LOGGING = YES
Build settings for action build and target Runner:
ACTION = build
AD_HOC_CODE_SIGNING_ALLOWED = YES
ALTERNATE_GROUP = staff
ALTERNATE_MODE = u+w,go-w,a+rX
ALTERNATE_OWNER = app
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ALWAYS_SEARCH_USER_PATHS = NO
ALWAYS_USE_SEPARATE_HEADERMAPS = NO
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
APPLE_INTERNAL_DIR = /AppleInternal
APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
APPLICATION_EXTENSION_API_ONLY = NO
APPLY_RULES_IN_COPY_FILES = NO
ARCHS = x86_64
ARCHS_STANDARD = i386 x86_64
ARCHS_STANDARD_32_64_BIT = i386 x86_64
ARCHS_STANDARD_32_BIT = i386
ARCHS_STANDARD_64_BIT = x86_64
ARCHS_STANDARD_INCLUDING_64_BIT = i386 x86_64
ARCHS_UNIVERSAL_IPHONE_OS = i386 x86_64
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator
BITCODE_GENERATION_MODE = marker
BUILD_ACTIVE_RESOURCES_ONLY = NO
BUILD_COMPONENTS = headers build
BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios
BUILD_ROOT = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Products
BUILD_STYLE =
BUILD_VARIANTS = normal
BUILT_PRODUCTS_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
CACHE_ROOT = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
CCHROOT = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
CHMOD = /bin/chmod
CHOWN = /usr/sbin/chown
CLANG_ANALYZER_NONNULL = YES
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
CLANG_ENABLE_MODULES = YES
CLANG_ENABLE_OBJC_ARC = YES
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
CLANG_WARN_BOOL_CONVERSION = YES
CLANG_WARN_COMMA = YES
CLANG_WARN_CONSTANT_CONVERSION = YES
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
CLANG_WARN_EMPTY_BODY = YES
CLANG_WARN_ENUM_CONVERSION = YES
CLANG_WARN_INFINITE_RECURSION = YES
CLANG_WARN_INT_CONVERSION = YES
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
CLANG_WARN_STRICT_PROTOTYPES = YES
CLANG_WARN_SUSPICIOUS_MOVE = YES
CLANG_WARN_UNREACHABLE_CODE = YES
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
CLASS_FILE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses
CLEAN_PRECOMPS = YES
CLONE_HEADERS = NO
CODESIGNING_FOLDER_PATH = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
CODE_SIGNING_ALLOWED = YES
CODE_SIGNING_REQUIRED = YES
CODE_SIGN_CONTEXT_CLASS = XCiPhoneSimulatorCodeSignContext
CODE_SIGN_IDENTITY = -
COLOR_DIAGNOSTICS = NO
COMBINE_HIDPI_IMAGES = NO
COMPILER_INDEX_STORE_ENABLE = Default
COMPOSITE_SDK_DIRS = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/CompositeSDKs
COMPRESS_PNG_FILES = YES
CONFIGURATION = Debug
CONFIGURATION_BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
CONFIGURATION_TEMP_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator
CONTENTS_FOLDER_PATH = Runner.app
COPYING_PRESERVES_HFS_DATA = NO
COPY_HEADERS_RUN_UNIFDEF = NO
COPY_PHASE_STRIP = NO
COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
CORRESPONDING_DEVICE_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
CORRESPONDING_DEVICE_PLATFORM_NAME = iphoneos
CORRESPONDING_DEVICE_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk
CORRESPONDING_DEVICE_SDK_NAME = iphoneos11.2
CP = /bin/cp
CREATE_INFOPLIST_SECTION_IN_BINARY = NO
CURRENT_ARCH = x86_64
CURRENT_PROJECT_VERSION = 1
CURRENT_VARIANT = normal
DEAD_CODE_STRIPPING = YES
DEBUGGING_SYMBOLS = YES
DEBUG_INFORMATION_FORMAT = dwarf
DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
DEFINES_MODULE = NO
DEPLOYMENT_LOCATION = NO
DEPLOYMENT_POSTPROCESSING = NO
DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_CLANG_FLAG_NAME = mios-simulator-version-min
DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -mios-simulator-version-min=
DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2
DERIVED_FILES_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
DERIVED_FILE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
DERIVED_SOURCES_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
DEVELOPMENT_LANGUAGE = English
DOCUMENTATION_FOLDER_PATH = Runner.app/English.lproj/Documentation
DO_HEADER_SCANNING_IN_JAM = NO
DSTROOT = /tmp/Runner.dst
DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
DWARF_DSYM_FILE_NAME = Runner.app.dSYM
DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
DWARF_DSYM_FOLDER_PATH = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
EFFECTIVE_PLATFORM_NAME = -iphonesimulator
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
ENABLE_BITCODE = NO
ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
ENABLE_HEADER_DEPENDENCIES = YES
ENABLE_ON_DEMAND_RESOURCES = YES
ENABLE_STRICT_OBJC_MSGSEND = YES
ENABLE_TESTABILITY = YES
ENTITLEMENTS_REQUIRED = YES
EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj
EXECUTABLES_FOLDER_PATH = Runner.app/Executables
EXECUTABLE_FOLDER_PATH = Runner.app
EXECUTABLE_NAME = Runner
EXECUTABLE_PATH = Runner.app/Runner
EXPANDED_CODE_SIGN_IDENTITY =
EXPANDED_CODE_SIGN_IDENTITY_NAME =
EXPANDED_PROVISIONING_PROFILE =
FILE_LIST = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList
FIXED_FILES_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles
FLUTTER_APPLICATION_PATH = /Users/app/Desktop/flutter_apps/hello
FLUTTER_BUILD_DIR = build
FLUTTER_BUILD_MODE = debug
FLUTTER_BUILD_NAME = 1.0.0
FLUTTER_BUILD_NUMBER = 1
FLUTTER_FRAMEWORK_DIR = /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios
FLUTTER_ROOT = /Users/app/documents/flutter/flutter
FLUTTER_TARGET = /Users/app/Desktop/flutter_apps/hello/lib/main.dart
FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
FRAMEWORK_FLAG_PREFIX = -framework
FRAMEWORK_SEARCH_PATHS = /Users/app/Desktop/flutter_apps/hello/ios/Flutter
FRAMEWORK_VERSION = A
FULL_PRODUCT_NAME = Runner.app
GCC3_VERSION = 3.3
GCC_C_LANGUAGE_STANDARD = gnu99
GCC_DYNAMIC_NO_PIC = NO
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
GCC_NO_COMMON_BLOCKS = YES
GCC_OBJC_LEGACY_DISPATCH = YES
GCC_OPTIMIZATION_LEVEL = 0
GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1
GCC_SYMBOLS_PRIVATE_EXTERN = NO
GCC_TREAT_WARNINGS_AS_ERRORS = NO
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
GCC_WARN_UNDECLARED_SELECTOR = YES
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_VARIABLE = YES
GENERATE_MASTER_OBJECT_FILE = NO
GENERATE_PKGINFO_FILE = YES
GENERATE_PROFILING_CODE = NO
GENERATE_TEXT_BASED_STUBS = NO
GID = 20
GROUP = staff
HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
HEADERMAP_USES_VFS = NO
HIDE_BITCODE_SYMBOLS = YES
HOME = /Users/app
ICONV = /usr/bin/iconv
INFOPLIST_EXPAND_BUILD_SETTINGS = YES
INFOPLIST_FILE = Runner/Info.plist
INFOPLIST_OUTPUT_FORMAT = binary
INFOPLIST_PATH = Runner.app/Info.plist
INFOPLIST_PREPROCESS = NO
INFOSTRINGS_PATH = Runner.app/English.lproj/InfoPlist.strings
INLINE_PRIVATE_FRAMEWORKS = NO
INSTALLHDRS_COPY_PHASE = NO
INSTALLHDRS_SCRIPT_PHASE = NO
INSTALL_DIR = /tmp/Runner.dst/Applications
INSTALL_GROUP = staff
INSTALL_MODE_FLAG = u+w,go-w,a+rX
INSTALL_OWNER = app
INSTALL_PATH = /Applications
INSTALL_ROOT = /tmp/Runner.dst
IPHONEOS_DEPLOYMENT_TARGET = 8.0
JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
JAVA_ARCHIVE_CLASSES = YES
JAVA_ARCHIVE_TYPE = JAR
JAVA_COMPILER = /usr/bin/javac
JAVA_FOLDER_PATH = Runner.app/Java
JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
JAVA_JAR_FLAGS = cv
JAVA_SOURCE_SUBDIR = .
JAVA_USE_DEPENDENCIES = YES
JAVA_ZIP_FLAGS = -urg
JIKES_DEFAULT_FLAGS = +E +OLDCSO
KEEP_PRIVATE_EXTERNS = NO
LD_DEPENDENCY_INFO_FILE = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat
LD_GENERATE_MAP_FILE = NO
LD_MAP_FILE_PATH = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-LinkMap-normal-x86_64.txt
LD_NO_PIE = NO
LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks
LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
LEX = lex
LIBRARY_FLAG_NOSPACE = YES
LIBRARY_FLAG_PREFIX = -l
LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
LIBRARY_SEARCH_PATHS = /Users/app/Desktop/flutter_apps/hello/ios/Flutter
LINKER_DISPLAYS_MANGLED_NAMES = NO
LINK_FILE_LIST_normal_x86_64 =
LINK_WITH_STANDARD_LIBRARIES = YES
LOCALIZABLE_CONTENT_DIR =
LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/English.lproj
LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
LOCAL_APPS_DIR = /Applications
LOCAL_DEVELOPER_DIR = /Library/Developer
LOCAL_LIBRARY_DIR = /Library
LOCROOT =
LOCSYMROOT =
MACH_O_TYPE = mh_execute
MAC_OS_X_PRODUCT_BUILD_VERSION = 16G1212
MAC_OS_X_VERSION_ACTUAL = 101206
MAC_OS_X_VERSION_MAJOR = 101200
MAC_OS_X_VERSION_MINOR = 1206
METAL_LIBRARY_FILE_BASE = default
METAL_LIBRARY_OUTPUT_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
MODULE_CACHE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/ModuleCache
MTL_ENABLE_DEBUG_INFO = YES
NATIVE_ARCH = i386
NATIVE_ARCH_32_BIT = i386
NATIVE_ARCH_64_BIT = x86_64
NATIVE_ARCH_ACTUAL = x86_64
NO_COMMON = YES
OBJC_ABI_VERSION = 2
OBJECT_FILE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects
OBJECT_FILE_DIR_normal = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal
OBJROOT = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
ONLY_ACTIVE_ARCH = YES
OS = MACOS
OSAC = /usr/bin/osacompile
PACKAGE_TYPE = com.apple.package-type.wrapper.application
PASCAL_STRINGS = YES
PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin
PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms
PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
PFE_FILE_C_DIALECTS = objective-c
PKGINFO_FILE_PATH = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo
PKGINFO_PATH = Runner.app/PkgInfo
PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
PLATFORM_DISPLAY_NAME = iOS Simulator
PLATFORM_NAME = iphonesimulator
PLATFORM_PREFERRED_ARCH = x86_64
PLIST_FILE_OUTPUT_FORMAT = binary
PLUGINS_FOLDER_PATH = Runner.app/PlugIns
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
PRECOMP_DESTINATION_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
PREVIEW_DART_2 = true
PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
PRODUCT_BUNDLE_IDENTIFIER = com.example.hello
PRODUCT_MODULE_NAME = Runner
PRODUCT_NAME = Runner
PRODUCT_SETTINGS_PATH = /Users/app/Desktop/flutter_apps/hello/ios/Runner/Info.plist
PRODUCT_TYPE = com.apple.product-type.application
PROFILING_CODE = NO
PROJECT = Runner
PROJECT_DERIVED_FILE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/DerivedSources
PROJECT_DIR = /Users/app/Desktop/flutter_apps/hello/ios
PROJECT_FILE_PATH = /Users/app/Desktop/flutter_apps/hello/ios/Runner.xcodeproj
PROJECT_NAME = Runner
PROJECT_TEMP_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build
PROJECT_TEMP_ROOT = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
REMOVE_CVS_FROM_RESOURCES = YES
REMOVE_GIT_FROM_RESOURCES = YES
REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
REMOVE_HG_FROM_RESOURCES = YES
REMOVE_SVN_FROM_RESOURCES = YES
REZ_COLLECTOR_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources
REZ_OBJECTS_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
SCRIPTS_FOLDER_PATH = Runner.app/Scripts
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
SDK_DIR_iphonesimulator11_2 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
SDK_NAME = iphonesimulator11.2
SDK_NAMES = iphonesimulator11.2
SDK_PRODUCT_BUILD_VERSION = 15C107
SDK_VERSION = 11.2
SDK_VERSION_ACTUAL = 110200
SDK_VERSION_MAJOR = 110000
SDK_VERSION_MINOR = 200
SED = /usr/bin/sed
SEPARATE_STRIP = NO
SEPARATE_SYMBOL_EDIT = NO
SET_DIR_MODE_OWNER_GROUP = YES
SET_FILE_MODE_OWNER_GROUP = NO
SHALLOW_BUNDLE = YES
SHARED_DERIVED_FILE_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/DerivedSources
SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
SHARED_PRECOMPS_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/PrecompiledHeaders
SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
SKIP_INSTALL = NO
SOURCE_ROOT = /Users/app/Desktop/flutter_apps/hello/ios
SRCROOT = /Users/app/Desktop/flutter_apps/hello/ios
STRINGS_FILE_OUTPUT_ENCODING = binary
STRIP_BITCODE_FROM_COPIED_FILES = NO
STRIP_INSTALLED_PRODUCT = YES
STRIP_STYLE = all
STRIP_SWIFT_SYMBOLS = YES
SUPPORTED_DEVICE_FAMILIES = 1,2
SUPPORTED_PLATFORMS = iphonesimulator iphoneos
SUPPORTS_TEXT_BASED_API = NO
SWIFT_PLATFORM_TARGET_PREFIX = ios
SYMROOT = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Products
SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
SYSTEM_APPS_DIR = /Applications
SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
SYSTEM_DEMOS_DIR = /Applications/Extras
SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
SYSTEM_LIBRARY_DIR = /System/Library
TAPI_VERIFY_MODE = ErrorsOnly
TARGETED_DEVICE_FAMILY = 1,2
TARGETNAME = Runner
TARGET_BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
TARGET_NAME = Runner
TARGET_TEMP_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
TEMP_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
TEMP_FILES_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
TEMP_FILE_DIR = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
TEMP_ROOT = /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
UID = 501
UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
UNSTRIPPED_PRODUCT = NO
USER = app
USER_APPS_DIR = /Users/app/Applications
USER_LIBRARY_DIR = /Users/app/Library
USE_DYNAMIC_NO_PIC = YES
USE_HEADERMAP = YES
USE_HEADER_SYMLINKS = NO
VALIDATE_PRODUCT = NO
VALID_ARCHS = i386 x86_64
VERBOSE_PBXCP = NO
VERBOSE_SCRIPT_LOGGING = YES
VERSIONING_SYSTEM = apple-generic
VERSIONPLIST_PATH = Runner.app/version.plist
VERSION_INFO_BUILDER = app
VERSION_INFO_FILE = Runner_vers.c
VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-1"
WRAPPER_EXTENSION = app
WRAPPER_NAME = Runner.app
WRAPPER_SUFFIX = .app
WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
XCODE_PRODUCT_BUILD_VERSION = 9C40b
XCODE_VERSION_ACTUAL = 0920
XCODE_VERSION_MAJOR = 0900
XCODE_VERSION_MINOR = 0920
XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
YACC = yacc
arch = x86_64
variant = normal
[ +4 ms] Failed to build iOS app
[ ] Error output from Xcode build:
↳
[ ] ** BUILD FAILED **
The following build commands failed:
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
[ ] Xcode's output:
↳
[ ] Build settings from command line:
ARCHS = x86_64
BUILD_DIR = /Users/app/Desktop/flutter_apps/hello/build/ios
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
SDKROOT = iphonesimulator11.2
VERBOSE_SCRIPT_LOGGING = YES
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
PhaseScriptExecution Run\ Script /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
cd /Users/app/Desktop/flutter_apps/hello/ios
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=YES
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=app
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS=x86_64
export ARCHS_STANDARD="i386 x86_64"
export ARCHS_STANDARD_32_64_BIT="i386 x86_64"
export ARCHS_STANDARD_32_BIT=i386
export ARCHS_STANDARD_64_BIT=x86_64
export ARCHS_STANDARD_INCLUDING_64_BIT="i386 x86_64"
export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64"
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=YES
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios
export BUILD_ROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export CACHE_ROOT=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
export CCHROOT=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_ANALYZER_NONNULL=YES
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
export CLANG_CXX_LIBRARY=libc++
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_COMMA=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
export CLANG_WARN_STRICT_PROTOTYPES=YES
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
export CODE_SIGNING_ALLOWED=YES
export CODE_SIGNING_REQUIRED=YES
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext
export CODE_SIGN_IDENTITY=-
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMMAND_MODE=legacy
export COMPILER_INDEX_STORE_ENABLE=Default
export COMPOSITE_SDK_DIRS=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export CONFIGURATION_TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator
export CONTENTS_FOLDER_PATH=Runner.app
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos
export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk
export CORRESPONDING_DEVICE_SDK_NAME=iphoneos11.2
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=x86_64
export CURRENT_PROJECT_VERSION=1
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mios-simulator-version-min
export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-mios-simulator-version-min=
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2"
export DERIVED_FILES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export DERIVED_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DOCUMENTATION_FOLDER_PATH=Runner.app/English.lproj/Documentation
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/Runner.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=Runner.app.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export EFFECTIVE_PLATFORM_NAME=-iphonesimulator
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_BITCODE=NO
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_ON_DEMAND_RESOURCES=YES
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=YES
export ENTITLEMENTS_REQUIRED=YES
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
export EXECUTABLES_FOLDER_PATH=Runner.app/Executables
export EXECUTABLE_FOLDER_PATH=Runner.app
export EXECUTABLE_NAME=Runner
export EXECUTABLE_PATH=Runner.app/Runner
export EXPANDED_CODE_SIGN_IDENTITY=-
export EXPANDED_CODE_SIGN_IDENTITY_NAME=-
export EXPANDED_PROVISIONING_PROFILE=
export FILE_LIST=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles
export FLUTTER_APPLICATION_PATH=/Users/app/Desktop/flutter_apps/hello
export FLUTTER_BUILD_DIR=build
export FLUTTER_BUILD_MODE=debug
export FLUTTER_BUILD_NAME=1.0.0
export FLUTTER_BUILD_NUMBER=1
export FLUTTER_FRAMEWORK_DIR=/Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios
export FLUTTER_ROOT=/Users/app/documents/flutter/flutter
export FLUTTER_TARGET=/Users/app/Desktop/flutter_apps/hello/lib/main.dart
export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator /Users/app/Desktop/flutter_apps/hello/ios/Flutter"
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=Runner.app
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu99
export GCC_DYNAMIC_NO_PIC=NO
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_OBJC_LEGACY_DISPATCH=YES
export GCC_OPTIMIZATION_LEVEL=0
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 "
export GCC_SYMBOLS_PRIVATE_EXTERN=NO
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=YES
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include "
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/app
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=Runner/Info.plist
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PATH=Runner.app/Info.plist
export INFOPLIST_PREPROCESS=NO
export INFOSTRINGS_PATH=Runner.app/English.lproj/InfoPlist.strings
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/Runner.dst/Applications
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=app
export INSTALL_PATH=/Applications
export INSTALL_ROOT=/tmp/Runner.dst
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=Runner.app/Java
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-LinkMap-normal-x86_64.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks"
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator /Users/app/Desktop/flutter_apps/hello/ios/Flutter"
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_x86_64=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LOCALIZABLE_CONTENT_DIR=
export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/English.lproj
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=
export LOCSYMROOT=
export MACH_O_TYPE=mh_execute
export MAC_OS_X_PRODUCT_BUILD_VERSION=16G1212
export MAC_OS_X_VERSION_ACTUAL=101206
export MAC_OS_X_VERSION_MAJOR=101200
export MAC_OS_X_VERSION_MINOR=1206
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/Runner.app
export MODULE_CACHE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache
export MTL_ENABLE_DEBUG_INFO=YES
export NATIVE_ARCH=i386
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJC_ABI_VERSION=2
export OBJECT_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects
export OBJECT_FILE_DIR_normal=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal
export OBJROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=YES
export OS=MACOS
export OSAC=/usr/bin/osacompile
export PACKAGE_TYPE=com.apple.package-type.wrapper.application
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist
export PFE_FILE_C_DIALECTS=objective-c
export PKGINFO_FILE_PATH=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo
export PKGINFO_PATH=Runner.app/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
export PLATFORM_DISPLAY_NAME="iOS Simulator"
export PLATFORM_NAME=iphonesimulator
export PLATFORM_PREFERRED_ARCH=x86_64
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PREVIEW_DART_2=true
export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=com.example.hello
export PRODUCT_MODULE_NAME=Runner
export PRODUCT_NAME=Runner
export PRODUCT_SETTINGS_PATH=/Users/app/Desktop/flutter_apps/hello/ios/Runner/Info.plist
export PRODUCT_TYPE=com.apple.product-type.application
export PROFILING_CODE=NO
export PROJECT=Runner
export PROJECT_DERIVED_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/DerivedSources
export PROJECT_DIR=/Users/app/Desktop/flutter_apps/hello/ios
export PROJECT_FILE_PATH=/Users/app/Desktop/flutter_apps/hello/ios/Runner.xcodeproj
export PROJECT_NAME=Runner
export PROJECT_TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build
export PROJECT_TEMP_ROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export REZ_COLLECTOR_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator "
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=Runner.app/Scripts
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_STREAM_FILE=/var/folders/kf/3cpvgr2j4kjf5z2pds29zjzw0000gn/T/flutter_build_log_pipe3yOtyF/pipe_to_stdout
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
export SDK_DIR_iphonesimulator11_2=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
export SDK_NAME=iphonesimulator11.2
export SDK_NAMES=iphonesimulator11.2
export SDK_PRODUCT_BUILD_VERSION=15C107
export SDK_VERSION=11.2
export SDK_VERSION_ACTUAL=110200
export SDK_VERSION_MAJOR=110000
export SDK_VERSION_MINOR=200
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=YES
export SHARED_DERIVED_FILE_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
export SHARED_PRECOMPS_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/PrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
export SKIP_INSTALL=NO
export SOURCE_ROOT=/Users/app/Desktop/flutter_apps/hello/ios
export SRCROOT=/Users/app/Desktop/flutter_apps/hello/ios
export STRINGS_FILE_OUTPUT_ENCODING=binary
export STRIP_BITCODE_FROM_COPIED_FILES=NO
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_STYLE=all
export STRIP_SWIFT_SYMBOLS=YES
export SUPPORTED_DEVICE_FAMILIES=1,2
export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export SYMROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Products
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TAPI_VERIFY_MODE=ErrorsOnly
export TARGETED_DEVICE_FAMILY=1,2
export TARGETNAME=Runner
export TARGET_BUILD_DIR=/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator
export TARGET_DEVICE_IDENTIFIER="dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder"
export TARGET_NAME=Runner
export TARGET_TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_FILES_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_FILE_DIR=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_ROOT=/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export UID=501
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
export UNSTRIPPED_PRODUCT=NO
export USER=app
export USER_APPS_DIR=/Users/app/Applications
export USER_LIBRARY_DIR=/Users/app/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export VALIDATE_PRODUCT=NO
export VALID_ARCHS="i386 x86_64"
export VERBOSE_PBXCP=NO
export VERBOSE_SCRIPT_LOGGING=YES
export VERSIONING_SYSTEM=apple-generic
export VERSIONPLIST_PATH=Runner.app/version.plist
export VERSION_INFO_BUILDER=app
export VERSION_INFO_FILE=Runner_vers.c
export VERSION_INFO_STRING="\"@(#)PROGRAM:Runner PROJECT:Runner-1\""
export WRAPPER_EXTENSION=app
export WRAPPER_NAME=Runner.app
export WRAPPER_SUFFIX=.app
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=9C40b
export XCODE_VERSION_ACTUAL=0920
export XCODE_VERSION_MAJOR=0900
export XCODE_VERSION_MINOR=0920
export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
export YACC=yacc
export arch=x86_64
export variant=normal
/bin/sh -c /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
♦ mkdir -p -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter
♦ rm -rf -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/Flutter.framework
♦ rm -rf -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/App.framework
♦ cp -r -- /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework /Users/app/Desktop/flutter_apps/hello/ios/Flutter
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/Flutter.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterAppDelegate.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterBinaryMessenger.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterChannels.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterCodecs.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterDartProject.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterHeadlessDartRunner.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterMacros.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterNavigationController.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterPlugin.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterPluginAppLifeCycleDelegate.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterTexture.h: Too many levels of symbolic links
cp: /Users/app/documents/flutter/flutter/bin/cache/artifacts/engine/ios/Flutter.framework/Headers/FlutterViewController.h: Too many levels of symbolic links
♦ find /Users/app/Desktop/flutter_apps/hello/ios/Flutter/Flutter.framework -type f -exec chmod a-w {} ;
♦ mkdir -p -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/App.framework
♦ eval
♦ cp -- /Users/app/Desktop/flutter_apps/hello/ios/Flutter/AppFrameworkInfo.plist /Users/app/Desktop/flutter_apps/hello/ios/Flutter/App.framework/Info.plist
♦ /Users/app/documents/flutter/flutter/bin/flutter --suppress-analytics --verbose build bundle --target-platform=ios --target=/Users/app/Desktop/flutter_apps/hello/lib/main.dart --snapshot=build/snapshot_blob.bin --debug --depfile=build/snapshot_blob.bin.d --asset-dir=/Users/app/Desktop/flutter_apps/hello/ios/Flutter/flutter_assets --preview-dart-2
[ +11 ms] [/Users/app/documents/flutter/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +44 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/master
[ ] [/Users/app/documents/flutter/flutter/] git rev-parse --abbrev-ref HEAD
[ +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] master
[ ] [/Users/app/documents/flutter/flutter/] git ls-remote --get-url origin
[ +7 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ ] [/Users/app/documents/flutter/flutter/] git log -n 1 --pretty=format:%H
[ +24 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[ ] a7ba7b4b6220eee199adcdb6c3ebb013de6e93cd
[ ] [/Users/app/documents/flutter/flutter/] git log -n 1 --pretty=format:%ar
[ +8 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[ ] 33 minutes ago
[ ] [/Users/app/documents/flutter/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +97 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v0.5.5-54-ga7ba7b4b6
[ +545 ms] Skipping kernel compilation. Fingerprint match.
[ +218 ms] Building bundle
[ +1 ms] Writing asset files to /Users/app/Desktop/flutter_apps/hello/ios/Flutter/flutter_assets
[ +82 ms] Wrote /Users/app/Desktop/flutter_apps/hello/ios/Flutter/flutter_assets
[ +11 ms] "flutter bundle" took 730ms.
Project /Users/app/Desktop/flutter_apps/hello built and packaged successfully.
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/app/Desktop/flutter_apps/hello/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Index/DataStore -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -I/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -F/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator -F/Users/app/Desktop/flutter_apps/hello/ios/Flutter -MMD -MT dependencies -MF /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d --serialize-diagnostics /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.dia -c /Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.m -o /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o
In file included from /Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.m:5:
/Users/app/Desktop/flutter_apps/hello/ios/Runner/GeneratedPluginRegistrant.h:8:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o Runner/AppDelegate.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/app/Desktop/flutter_apps/hello/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Index/DataStore -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -I/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -F/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator -F/Users/app/Desktop/flutter_apps/hello/ios/Flutter -MMD -MT dependencies -MF /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.d --serialize-diagnostics /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.dia -c /Users/app/Desktop/flutter_apps/hello/ios/Runner/AppDelegate.m -o /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o
In file included from /Users/app/Desktop/flutter_apps/hello/ios/Runner/AppDelegate.m:1:
/Users/app/Desktop/flutter_apps/hello/ios/Runner/AppDelegate.h:1:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
CompileC /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.o Runner/main.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/app/Desktop/flutter_apps/hello/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:Users/app/documents/flutter/flutter/bin/cache/dart-sdk/bin:Users/app/documents/flutter/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/app/documents/flutter/flutter/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/app/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Index/DataStore -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap -iquote /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -I/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator/include -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -I/Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -F/Users/app/Desktop/flutter_apps/hello/build/ios/Debug-iphonesimulator -F/Users/app/Desktop/flutter_apps/hello/ios/Flutter -MMD -MT dependencies -MF /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.dia -c /Users/app/Desktop/flutter_apps/hello/ios/Runner/main.m -o /Users/app/Library/Developer/Xcode/DerivedData/Runner-eibyryruxxukonbktfgxmdtgldrb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/main.o
/Users/app/Desktop/flutter_apps/hello/ios/Runner/main.m:1:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
[ +9 ms] Could not build the application for the simulator.
[ +1 ms] Error launching application on iPhone X.
[ +5 ms] "flutter run" took 15,119ms.
#0 throwToolExit (package:flutter_tools/src/base/common.dart:28)
#1 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:407)
<asynchronous suspension>
#2 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:347)
#3 _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/dart:async/async_patch.dart:77)
#4 _rootRunUnary (dart:async/zone.dart:1134)
#5 _CustomZone.runUnary (dart:async/zone.dart:1031)
#6 _FutureListener.handleValue (dart:async/future_impl.dart:129)
#7 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:638)
#8 Future._propagateToListeners (dart:async/future_impl.dart:667)
#9 Future._complete (dart:async/future_impl.dart:472)
#10 _SyncCompleter.complete (dart:async/future_impl.dart:51)
#11 _AsyncAwaitCompleter.complete (dart:async-patch/dart:async/async_patch.dart:28)
#12 _completeOnAsyncReturn (dart:async-patch/dart:async/async_patch.dart:292)
#13 RunCommand.usageValues (package:flutter_tools/src/commands/run.dart:212)
#14 _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/dart:async/async_patch.dart:77)
#15 _rootRunUnary (dart:async/zone.dart:1134)
#16 _CustomZone.runUnary (dart:async/zone.dart:1031)
#17 _FutureListener.handleValue (dart:async/future_impl.dart:129)
#18 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:638)
#19 Future._propagateToListeners (dart:async/future_impl.dart:667)
#20 Future._complete (dart:async/future_impl.dart:472)
#21 _SyncCompleter.complete (dart:async/future_impl.dart:51)
#22 _AsyncAwaitCompleter.complete.<anonymous closure> (dart:async-patch/dart:async/async_patch.dart:33)
#23 _rootRun (dart:async/zone.dart:1126)
#24 _CustomZone.run (dart:async/zone.dart:1023)
#25 _CustomZone.bindCallback.<anonymous closure> (dart:async/zone.dart:949)
#26 _microtaskLoop (dart:async/schedule_microtask.dart:41)
#27 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50)
#28 _runPendingImmediateCallback (dart:isolate-patch/dart:isolate/isolate_patch.dart:113)
#29 _RawReceivePortImpl._handleMessage (dart:isolate-patch/dart:isolate/isolate_patch.dart:166)
APPs-MacBook-Pro:hello app$
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="APPs-MacBook-Pro:hello app$ flutter doctor -v
[✓] Flutter (Channel master, v0.5.6-pre.54, on Mac OS X 10.12.6 16G1212, locale en-US)
• Flutter version 0.5.6-pre.54 at /Users/app/documents/flutter/flutter
• Framework revision a7ba7b4b62 (37 minutes ago), 2018-06-22 20:14:28 +0200
• Engine revision 549c855e89
• Dart version 2.0.0-dev.63.0.flutter-4c9689c1d2
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
• Android SDK at /Users/app/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-27, build-tools 27.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b08)
• All Android licenses accepted.
[✓] iOS toolchain - develop for iOS devices (Xcode 9.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 9.2, Build version 9C40b
• ios-deploy 1.9.2
• CocoaPods version 1.5.0
[✓] Android Studio (version 3.0)
• Android Studio at /Applications/Android Studio.app/Contents
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b08)
[✓] IntelliJ IDEA Community Edition (version 2017.3.5)
• IntelliJ at /Applications/IntelliJ IDEA CE.app
• Flutter plugin version 25.0.1
• Dart plugin version 173.4700
[✓] Connected devices (1 available)
• iPhone X • 299227A1-9087-42EA-8604-89556763DAEF • ios • iOS 11.2 (simulator)
• No issues found!
APPs-MacBook-Pro:hello app$
"><pre class="notranslate"><code class="notranslate">APPs-MacBook-Pro:hello app$ flutter doctor -v
[✓] Flutter (Channel master, v0.5.6-pre.54, on Mac OS X 10.12.6 16G1212, locale en-US)
• Flutter version 0.5.6-pre.54 at /Users/app/documents/flutter/flutter
• Framework revision a7ba7b4b62 (37 minutes ago), 2018-06-22 20:14:28 +0200
• Engine revision 549c855e89
• Dart version 2.0.0-dev.63.0.flutter-4c9689c1d2
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
• Android SDK at /Users/app/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-27, build-tools 27.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b08)
• All Android licenses accepted.
[✓] iOS toolchain - develop for iOS devices (Xcode 9.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 9.2, Build version 9C40b
• ios-deploy 1.9.2
• CocoaPods version 1.5.0
[✓] Android Studio (version 3.0)
• Android Studio at /Applications/Android Studio.app/Contents
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b08)
[✓] IntelliJ IDEA Community Edition (version 2017.3.5)
• IntelliJ at /Applications/IntelliJ IDEA CE.app
• Flutter plugin version 25.0.1
• Dart plugin version 173.4700
[✓] Connected devices (1 available)
• iPhone X • 299227A1-9087-42EA-8604-89556763DAEF • ios • iOS 11.2 (simulator)
• No issues found!
APPs-MacBook-Pro:hello app$
</code></pre></div> | <p dir="auto">Loading and displaying images using Image.file gets slow and causes a crash when there are more than a few images.</p>
<p dir="auto">This originated from a <a href="https://stackoverflow.com/questions/52212087/fastest-way-to-display-100-or-more-images-in-flutter" rel="nofollow">stackoverflow </a> question I was looking at. I've seen questions previously about network images where they do things like not specifying the height so that an infinite amount of images are loaded all at once, and that causes a crash but can be fixed by using fixed sizes for the images. So I thought I'd try implementing this while being careful about that sort of thing. When I implemented it, I saw the same as the person asking the question - the images start loading and then the app crashes after about 25.</p>
<p dir="auto">I'm only worrying about android for now which is why I hardcoded the _photoDir.</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import 'dart:async';
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:simple_permissions/simple_permissions.dart';
final Directory _photoDir = new Directory('/storage/emulated/0/DCIM/Camera');
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(home: Home());
}
}
class Home extends StatefulWidget {
@override
HomeState createState() {
return new HomeState();
}
}
class HomeState extends State<Home> {
Future<bool> _permissionCheck;
Future<bool> _checkPermission() {
return SimplePermissions.checkPermission(Permission.ReadExternalStorage);
}
Future<bool> _requestPemission() async {
return SimplePermissions.requestPermission(Permission.ReadExternalStorage);
}
@override
void initState() {
_permissionCheck = (() async {
bool hasPermission = await _checkPermission();
if (!hasPermission) {
hasPermission = await _requestPemission();
}
return hasPermission;
})();
}
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(),
body: FutureBuilder(
future: _permissionCheck,
builder: (context, status) {
if (status.connectionState == ConnectionState.done) {
if (status.data) {
print("Permission was granted");
return ImageGrid(directory: _photoDir);
} else {
return Center(
child: Column(
children: [
Text("Read permission was denied, so can't read pictures. Try again by pressing below."),
FlatButton(
child: Text("Request Permission"),
onPressed: () {
setState(() {
_permissionCheck = _requestPemission();
});
},
)
],
),
);
}
} else {
return new Center(
child: Text("Requesting permissions."),
);
}
},
),
);
}
}
class ImageGrid extends StatelessWidget {
final Directory directory;
const ImageGrid({Key key, this.directory}) : super(key: key);
@override
Widget build(BuildContext context) {
Stopwatch watch = new Stopwatch()..start();
var imageList =
directory.listSync().map((item) => item.path).where((item) => item.endsWith(".jpg")).toList(growable: false);
print("Time to load: ${watch.elapsed}, Image list: $imageList");
return GridView.builder(
itemCount: imageList.length,
gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(crossAxisCount: 3, childAspectRatio: 4.0 / 3.0),
itemBuilder: (context, index) {
print("Loading image with index $index");
return Image.file(
File(imageList[index]),
fit: BoxFit.cover,
);
},
);
}
}
"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s">'dart:async'</span>;
<span class="pl-k">import</span> <span class="pl-s">'dart:io'</span>;
<span class="pl-k">import</span> <span class="pl-s">'package:flutter/material.dart'</span>;
<span class="pl-k">import</span> <span class="pl-s">'package:simple_permissions/simple_permissions.dart'</span>;
<span class="pl-k">final</span> <span class="pl-c1">Directory</span> _photoDir <span class="pl-k">=</span> <span class="pl-k">new</span> <span class="pl-c1">Directory</span>(<span class="pl-s">'/storage/emulated/0/DCIM/Camera'</span>);
<span class="pl-k">void</span> <span class="pl-en">main</span>() <span class="pl-k">=></span> <span class="pl-en">runApp</span>(<span class="pl-c1">MyApp</span>());
<span class="pl-k">class</span> <span class="pl-c1">MyApp</span> <span class="pl-k">extends</span> <span class="pl-c1">StatelessWidget</span> {
<span class="pl-k">@override</span>
<span class="pl-c1">Widget</span> <span class="pl-en">build</span>(<span class="pl-c1">BuildContext</span> context) {
<span class="pl-k">return</span> <span class="pl-c1">MaterialApp</span>(home<span class="pl-k">:</span> <span class="pl-c1">Home</span>());
}
}
<span class="pl-k">class</span> <span class="pl-c1">Home</span> <span class="pl-k">extends</span> <span class="pl-c1">StatefulWidget</span> {
<span class="pl-k">@override</span>
<span class="pl-c1">HomeState</span> <span class="pl-en">createState</span>() {
<span class="pl-k">return</span> <span class="pl-k">new</span> <span class="pl-c1">HomeState</span>();
}
}
<span class="pl-k">class</span> <span class="pl-c1">HomeState</span> <span class="pl-k">extends</span> <span class="pl-c1">State</span><<span class="pl-c1">Home</span>> {
<span class="pl-c1">Future</span><<span class="pl-c1">bool</span>> _permissionCheck;
<span class="pl-c1">Future</span><<span class="pl-c1">bool</span>> <span class="pl-en">_checkPermission</span>() {
<span class="pl-k">return</span> <span class="pl-c1">SimplePermissions</span>.<span class="pl-en">checkPermission</span>(<span class="pl-c1">Permission</span>.<span class="pl-c1">ReadExternalStorage</span>);
}
<span class="pl-c1">Future</span><<span class="pl-c1">bool</span>> <span class="pl-en">_requestPemission</span>() <span class="pl-k">async</span> {
<span class="pl-k">return</span> <span class="pl-c1">SimplePermissions</span>.<span class="pl-en">requestPermission</span>(<span class="pl-c1">Permission</span>.<span class="pl-c1">ReadExternalStorage</span>);
}
<span class="pl-k">@override</span>
<span class="pl-k">void</span> <span class="pl-en">initState</span>() {
_permissionCheck <span class="pl-k">=</span> (() <span class="pl-k">async</span> {
<span class="pl-c1">bool</span> hasPermission <span class="pl-k">=</span> <span class="pl-k">await</span> <span class="pl-en">_checkPermission</span>();
<span class="pl-k">if</span> (<span class="pl-k">!</span>hasPermission) {
hasPermission <span class="pl-k">=</span> <span class="pl-k">await</span> <span class="pl-en">_requestPemission</span>();
}
<span class="pl-k">return</span> hasPermission;
})();
}
<span class="pl-k">@override</span>
<span class="pl-c1">Widget</span> <span class="pl-en">build</span>(<span class="pl-c1">BuildContext</span> context) {
<span class="pl-k">return</span> <span class="pl-c1">Scaffold</span>(
appBar<span class="pl-k">:</span> <span class="pl-c1">AppBar</span>(),
body<span class="pl-k">:</span> <span class="pl-c1">FutureBuilder</span>(
future<span class="pl-k">:</span> _permissionCheck,
builder<span class="pl-k">:</span> (context, status) {
<span class="pl-k">if</span> (status.connectionState <span class="pl-k">==</span> <span class="pl-c1">ConnectionState</span>.done) {
<span class="pl-k">if</span> (status.data) {
<span class="pl-en">print</span>(<span class="pl-s">"Permission was granted"</span>);
<span class="pl-k">return</span> <span class="pl-c1">ImageGrid</span>(directory<span class="pl-k">:</span> _photoDir);
} <span class="pl-k">else</span> {
<span class="pl-k">return</span> <span class="pl-c1">Center</span>(
child<span class="pl-k">:</span> <span class="pl-c1">Column</span>(
children<span class="pl-k">:</span> [
<span class="pl-c1">Text</span>(<span class="pl-s">"Read permission was denied, so can't read pictures. Try again by pressing below."</span>),
<span class="pl-c1">FlatButton</span>(
child<span class="pl-k">:</span> <span class="pl-c1">Text</span>(<span class="pl-s">"Request Permission"</span>),
onPressed<span class="pl-k">:</span> () {
<span class="pl-en">setState</span>(() {
_permissionCheck <span class="pl-k">=</span> <span class="pl-en">_requestPemission</span>();
});
},
)
],
),
);
}
} <span class="pl-k">else</span> {
<span class="pl-k">return</span> <span class="pl-k">new</span> <span class="pl-c1">Center</span>(
child<span class="pl-k">:</span> <span class="pl-c1">Text</span>(<span class="pl-s">"Requesting permissions."</span>),
);
}
},
),
);
}
}
<span class="pl-k">class</span> <span class="pl-c1">ImageGrid</span> <span class="pl-k">extends</span> <span class="pl-c1">StatelessWidget</span> {
<span class="pl-k">final</span> <span class="pl-c1">Directory</span> directory;
<span class="pl-k">const</span> <span class="pl-c1">ImageGrid</span>({<span class="pl-c1">Key</span> key, <span class="pl-c1">this</span>.directory}) <span class="pl-k">:</span> <span class="pl-c1">super</span>(key<span class="pl-k">:</span> key);
<span class="pl-k">@override</span>
<span class="pl-c1">Widget</span> <span class="pl-en">build</span>(<span class="pl-c1">BuildContext</span> context) {
<span class="pl-c1">Stopwatch</span> watch <span class="pl-k">=</span> <span class="pl-k">new</span> <span class="pl-c1">Stopwatch</span>()..<span class="pl-en">start</span>();
<span class="pl-k">var</span> imageList <span class="pl-k">=</span>
directory.<span class="pl-en">listSync</span>().<span class="pl-en">map</span>((item) <span class="pl-k">=></span> item.path).<span class="pl-en">where</span>((item) <span class="pl-k">=></span> item.<span class="pl-en">endsWith</span>(<span class="pl-s">".jpg"</span>)).<span class="pl-en">toList</span>(growable<span class="pl-k">:</span> <span class="pl-c1">false</span>);
<span class="pl-en">print</span>(<span class="pl-s">"Time to load: <span class="pl-s">${<span class="pl-v">watch</span>.<span class="pl-v">elapsed</span>}</span>, Image list: $<span class="pl-v">imageList</span>"</span>);
<span class="pl-k">return</span> <span class="pl-c1">GridView</span>.<span class="pl-en">builder</span>(
itemCount<span class="pl-k">:</span> imageList.length,
gridDelegate<span class="pl-k">:</span> <span class="pl-c1">SliverGridDelegateWithFixedCrossAxisCount</span>(crossAxisCount<span class="pl-k">:</span> <span class="pl-c1">3</span>, childAspectRatio<span class="pl-k">:</span> <span class="pl-c1">4.0</span> <span class="pl-k">/</span> <span class="pl-c1">3.0</span>),
itemBuilder<span class="pl-k">:</span> (context, index) {
<span class="pl-en">print</span>(<span class="pl-s">"Loading image with index $<span class="pl-v">index</span>"</span>);
<span class="pl-k">return</span> <span class="pl-c1">Image</span>.<span class="pl-en">file</span>(
<span class="pl-c1">File</span>(imageList[index]),
fit<span class="pl-k">:</span> <span class="pl-c1">BoxFit</span>.cover,
);
},
);
}
}
</pre></div>
<p dir="auto">There was no real exception thrown on the android or flutter side of things that made much sense, but here's the log:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="09-07 14:00:42.853 4741-4855/? I/ActivityManager: Start proc 20910:com.android.defcontainer/u0a8 for service com.android.defcontainer/.DefaultContainerService
09-07 14:00:42.945 20363-20363/? I/Finsky: [1] com.google.android.finsky.verifier.impl.PackageVerificationReceiver.onReceive(7): Verification requested, id = 156
09-07 14:00:42.975 20363-20363/? E/Finsky: [1] com.google.android.finsky.verifier.impl.VerifyPerSourceInstallationConsentInstallTask.b(87): Package name null is not an installed package
09-07 14:00:43.140 20363-20474/? W/Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
09-07 14:00:43.472 19667-20895/? I/EventLogSendingHelper: Sending log events.
09-07 14:00:45.820 20363-20474/? I/Finsky: [1559] com.google.android.finsky.foregroundcoordinator.impl.c.a(12): Task 7 requested foreground
09-07 14:00:45.822 20363-20474/? I/Finsky: [1559] com.google.android.finsky.foregroundcoordinator.impl.c.a(19): Not entering foreground
09-07 14:00:45.918 20363-20363/? I/Finsky: [1] com.google.android.finsky.verifier.impl.dl.a(6): Blacklist last update time: 1536089954862
09-07 14:00:45.993 19803-20660/? W/native: commandlineflags.cc:1511 Ignoring RegisterValidateFunction() for flag pointer 0x7f69ca2e28: no flag found at that address
09-07 14:00:46.604 20363-20470/? I/Finsky: [1555] com.google.android.finsky.verifier.impl.el.b(5): Verification id=156 response=0
09-07 14:00:46.621 20363-20474/? I/Finsky: [1559] com.google.android.finsky.verifier.impl.VerifyPerSourceInstallationConsentInstallTask.a(18): PSIC verification started with installer uid: 2000 package name: null, originating uid: -1
09-07 14:00:46.628 20363-20363/? I/Finsky: [1] com.google.android.finsky.verifier.impl.fb.c(160): Verifying id=156, result=1
09-07 14:00:46.653 20910-20920/? D/DefContainer: Copying /data/local/tmp/app.apk to base.apk
09-07 14:00:46.792 20363-20363/? I/Finsky: [1] com.google.android.finsky.verifier.impl.fb.c(173): Verification complete: id=156, package_name=com.stackoverflow.rmtmckenzie.imagepick
09-07 14:00:48.410 4741-6415/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 126]
09-07 14:00:48.591 4741-4855/? I/PackageManager.DexOptimizer: Running dexopt (dex2oat) on: /data/app/vmdl984305041.tmp/base.apk pkg=com.stackoverflow.rmtmckenzie.imagepick isa=arm64 vmSafeMode=false debuggable=true oatDir = /data/app/vmdl984305041.tmp/oat bootComplete=true
09-07 14:00:48.769 19803-20932/? I/Authzen: [DeviceStateSyncManager] The server is in sync with current state. Nothing to do
09-07 14:00:48.793 20936-20936/? I/dex2oat: /system/bin/dex2oat -j2 --debuggable
09-07 14:00:50.835 20936-20936/? I/dex2oat: dex2oat took 2.042s (threads: 2) arena alloc=167KB java alloc=2MB native alloc=8MB free=2MB
09-07 14:00:50.857 4741-4845/? I/ActivityManager: Force stopping com.stackoverflow.rmtmckenzie.imagepick appid=10199 user=-1: uninstall pkg
09-07 14:00:50.919 3767-3767/? E/QCALOG: [MessageQ] ProcessNewMessage: [LOWI-SERVER] unknown deliver target [OS-Agent]
09-07 14:00:50.965 4741-4855/? I/PackageManager: Package com.stackoverflow.rmtmckenzie.imagepick codePath changed from /data/app/com.stackoverflow.rmtmckenzie.imagepick-2 to /data/app/com.stackoverflow.rmtmckenzie.imagepick-1; Retaining data and using new
09-07 14:00:50.966 4741-4855/? W/PackageManager: Code path for com.stackoverflow.rmtmckenzie.imagepick changing from /data/app/com.stackoverflow.rmtmckenzie.imagepick-2 to /data/app/com.stackoverflow.rmtmckenzie.imagepick-1
09-07 14:00:50.966 4741-4845/? I/ActivityManager: Force stopping com.stackoverflow.rmtmckenzie.imagepick appid=10199 user=-1: replace pkg
09-07 14:00:50.967 4741-4855/? W/PackageManager: Resource path for com.stackoverflow.rmtmckenzie.imagepick changing from /data/app/com.stackoverflow.rmtmckenzie.imagepick-2 to /data/app/com.stackoverflow.rmtmckenzie.imagepick-1
09-07 14:00:51.184 4741-4855/? W/Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
09-07 14:00:51.185 4741-4855/? I/art: Starting a blocking GC Explicit
09-07 14:00:51.349 4741-4855/? I/art: Explicit concurrent mark sweep GC freed 59825(3MB) AllocSpace objects, 13(244KB) LOS objects, 33% free, 31MB/46MB, paused 2.145ms total 163.004ms
09-07 14:00:51.362 4741-4855/? W/PackageManager: Couldn't remove dex file for package: at location /data/app/com.stackoverflow.rmtmckenzie.imagepick-2/base.apk, retcode=-1
09-07 14:00:51.363 4741-4855/? I/ActivityManager: Force stopping com.stackoverflow.rmtmckenzie.imagepick appid=10199 user=0: pkg removed
09-07 14:00:51.369 4741-4741/? D/JobSchedulerService: Receieved: android.intent.action.PACKAGE_REMOVED
09-07 14:00:51.375 20902-20902/? I/art: System.exit called, status: 0
09-07 14:00:51.376 20902-20902/? I/AndroidRuntime: VM exiting with result code 0.
09-07 14:00:51.408 4741-8505/? I/ActivityManager: Start proc 20942:com.android.musicfx/u0a23 for broadcast com.android.musicfx/.Compatibility$Receiver
09-07 14:00:51.415 4741-8504/? W/ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=19803, uid=10013 that is not exported from uid 10060
09-07 14:00:51.418 4741-6415/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 126]
09-07 14:00:51.418 4741-9530/? W/ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=19803, uid=10013 that is not exported from uid 10060
09-07 14:00:51.422 7051-7051/? D/CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_REMOVED
09-07 14:00:51.426 4741-7049/? W/ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=19803, uid=10013 that is not exported from uid 10060
09-07 14:00:51.476 4741-6388/? I/InputReader: Reconfiguring input devices. changes=0x00000010
09-07 14:00:51.477 7051-7051/? D/CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_ADDED
09-07 14:00:51.478 4741-6388/? I/InputReader: Reconfiguring input devices. changes=0x00000010
09-07 14:00:51.478 7051-7051/? D/CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_REPLACED
09-07 14:00:51.479 7051-7051/? D/CarrierServiceBindHelper: mHandler: 3
mHandler: 3
09-07 14:00:51.480 4741-6388/? I/InputReader: Reconfiguring input devices. changes=0x00000010
09-07 14:00:51.480 7051-7051/? D/CarrierServiceBindHelper: mHandler: 3
09-07 14:00:51.480 7051-7051/? D/CarrierConfigLoader: mHandler: 9 phoneId: 0
09-07 14:00:51.503 20942-20942/? W/System: ClassLoader referenced unknown path: /system/priv-app/MusicFX/lib/arm64
09-07 14:00:51.523 4741-7142/? I/ActivityManager: Start proc 20961:com.android.keychain/1000 for broadcast com.android.keychain/.KeyChainBroadcastReceiver
09-07 14:00:51.595 20961-20961/? W/System: ClassLoader referenced unknown path: /system/app/KeyChain/lib/arm64
09-07 14:00:51.600 20961-20961/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1221 android.content.ContextWrapper.startService:581 android.content.ContextWrapper.startService:581 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:2725
09-07 14:00:51.863 20973-20973/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
09-07 14:00:51.867 20973-20973/? D/AndroidRuntime: CheckJNI is OFF
09-07 14:00:51.891 20973-20973/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
09-07 14:00:51.920 20973-20973/? I/Radio-JNI: register_android_hardware_Radio DONE
09-07 14:00:51.936 20973-20973/? D/AndroidRuntime: Calling main entry com.android.commands.am.Am
09-07 14:00:51.939 4741-9531/? I/ActivityManager: START u0 {act=android.intent.action.RUN flg=0x30000000 cmp=com.stackoverflow.rmtmckenzie.imagepick/.MainActivity (has extras)} from uid 2000 on display 0
09-07 14:00:51.950 20973-20973/? D/AndroidRuntime: Shutting down VM
09-07 14:00:51.961 20983-20983/? I/art: Late-enabling -Xcheck:jni
09-07 14:00:51.966 4741-7074/? I/ActivityManager: Start proc 20983:com.stackoverflow.rmtmckenzie.imagepick/u0a199 for activity com.stackoverflow.rmtmckenzie.imagepick/.MainActivity
09-07 14:00:52.053 19667-20842/? I/PBSessionCacheImpl: Deleted sessionId[86497917085255134] from persistence.
09-07 14:00:52.072 19667-19667/? W/SearchServiceCore: Abort, client detached.
09-07 14:00:52.075 19667-19667/? I/MicroDetector: Keeping mic open: false
09-07 14:00:52.082 19667-20857/? I/DeviceStateChecker: DeviceStateChecker cancelled
09-07 14:00:52.083 19667-20858/? I/MicroRecognitionRunner: Stopping hotword detection.
09-07 14:00:52.084 19667-20842/? I/AudioController: internalShutdown
09-07 14:00:52.100 19667-20841/? E/AudioRecord-JNI: Error -4 during AudioRecord native read
09-07 14:00:52.152 3740-20863/? D/audio_hw_primary: disable_audio_route: reset and update mixer path: audio-record
09-07 14:00:52.153 3740-20863/? D/audio_hw_primary: disable_snd_device: snd_device(63: voice-rec-mic)
09-07 14:00:52.158 3740-20863/? I/soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x3f of type 1 for Event 0
09-07 14:00:52.158 3740-20863/? D/sound_trigger_platform: platform_stdev_check_and_update_concurrency: concurrency active 0, tx 0, rx 0, concurrency session_allowed 1
09-07 14:00:52.160 3740-6132/? I/SoundTriggerHwService::Module: void android::SoundTriggerHwService::Module::onCallbackEvent(const android::sp<android::SoundTriggerHwService::CallbackEvent>&) mClient == 0
09-07 14:00:52.162 19667-20842/? I/MicrophoneInputStream: mic_close SR : 16000 CC : 16 SO : 1999
09-07 14:00:52.166 19667-20856/? I/MicroRecognitionRunner: Detection finished
09-07 14:00:52.411 20363-20363/? I/Finsky: [1] com.google.android.finsky.scheduler.ba.<init>(18): Resetting scheduler db
09-07 14:00:52.547 20363-20363/? I/Finsky: [1] com.google.android.finsky.p2p.c.b(20): Frosting ID looked up on UI thread. Caller should move to a background thread.
09-07 14:00:52.618 4741-9530/? I/ActivityManager: Start proc 21007:com.google.android.partnersetup/u0a19 for broadcast com.google.android.partnersetup/.RlzPingBroadcastReceiver
09-07 14:00:52.659 20363-20363/? I/Finsky: [1] com.google.android.finsky.p2p.d.run(3): Wrote row to frosting DB: 824
09-07 14:00:52.756 21007-21007/? W/System: ClassLoader referenced unknown path: /system/priv-app/GooglePartnerSetup/lib/arm64
09-07 14:00:52.980 20983-20983/com.stackoverflow.rmtmckenzie.imagepick I/Adreno: QUALCOMM build : 63c06b2, I8366cd0437
Build Date : 12/06/15
OpenGL ES Shader Compiler Version: XE031.05.13.02
Local Branch : mybranch17112971
Remote Branch : quic/LA.BF64.1.2.9_v2
Remote Branch : NONE
Reconstruct Branch : NOTHING
09-07 14:00:53.023 20363-20363/? I/Finsky: [1] com.google.android.finsky.wear.eg.a(15): Do not start WearSupportService due to Wear service optimization
09-07 14:00:53.034 20363-20363/? I/Finsky: [1] com.google.android.finsky.p2p.c.b(20): Frosting ID looked up on UI thread. Caller should move to a background thread.
09-07 14:00:53.112 19803-21006/? I/Auth: [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
09-07 14:00:53.161 19803-21006/? I/Auth: [SupervisedAccountIntentOperation] This operation is disabled
09-07 14:00:53.133 20363-20363/? I/Finsky: [1] com.google.android.finsky.p2p.d.run(3): Wrote row to frosting DB: 825
09-07 14:00:53.183 20363-20363/? I/Finsky: [1] com.google.android.finsky.externalreferrer.b.run(6): Package state data is missing for com.stackoverflow.rmtmckenzie.imagepick
09-07 14:00:53.432 19803-20932/? I/ChromeSync: [Sync,SyncIntentOperation] Handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.stackoverflow.rmtmckenzie.imagepick flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }.
09-07 14:00:53.442 19667-19667/? I/RunnerModule: Event Bus thread is disabled
09-07 14:00:53.442 19667-19667/? I/SearchServiceCore: Event Bus thread is disabled; marking main thread as EventBus
09-07 14:00:53.454 20983-21041/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Observatory listening on http://127.0.0.1:48647/
09-07 14:00:53.602 6423-6423/? W/Binder_5: type=1400 audit(0.0:9220): avc: denied { ioctl } for path="socket:[6992929]" dev="sockfs" ino=6992929 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
type=1400 audit(0.0:9221): avc: denied { ioctl } for path="socket:[6992929]" dev="sockfs" ino=6992929 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
09-07 14:00:53.611 20983-21052/com.stackoverflow.rmtmckenzie.imagepick D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
09-07 14:00:53.625 19803-21050/? I/FontsPackageChangeOp: Package com.stackoverflow.rmtmckenzie.imagepick has no metadata
09-07 14:00:53.606 6423-6423/? W/Binder_5: type=1400 audit(0.0:9222): avc: denied { ioctl } for path="socket:[6990210]" dev="sockfs" ino=6990210 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
type=1400 audit(0.0:9223): avc: denied { ioctl } for path="socket:[6990210]" dev="sockfs" ino=6990210 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
09-07 14:00:53.622 7049-7049/? W/Binder_8: type=1400 audit(0.0:9224): avc: denied { ioctl } for path="socket:[6992933]" dev="sockfs" ino=6992933 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
type=1400 audit(0.0:9225): avc: denied { ioctl } for path="socket:[6992933]" dev="sockfs" ino=6992933 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-07 14:00:53.649 20983-21052/com.stackoverflow.rmtmckenzie.imagepick I/OpenGLRenderer: Initialized EGL, version 1.4
09-07 14:00:53.884 19803-21004/? I/PeopleDatabaseHelper: cleanUpNonGplusAccounts done.
09-07 14:00:53.996 9531-9531/? W/Binder_10: type=1400 audit(0.0:9226): avc: denied { ioctl } for path="socket:[6991981]" dev="sockfs" ino=6991981 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
type=1400 audit(0.0:9227): avc: denied { ioctl } for path="socket:[6991981]" dev="sockfs" ino=6991981 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-07 14:00:53.999 7047-7047/? W/Binder_7: type=1400 audit(0.0:9228): avc: denied { ioctl } for path="socket:[6991980]" dev="sockfs" ino=6991980 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
type=1400 audit(0.0:9229): avc: denied { ioctl } for path="socket:[6991980]" dev="sockfs" ino=6991980 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-07 14:00:53.991 19803-19829/? I/Using %s flags by metho: regular
09-07 14:00:54.011 4741-4850/? I/ActivityManager: Displayed com.stackoverflow.rmtmckenzie.imagepick/.MainActivity: +2s53ms
09-07 14:00:54.135 19803-20486/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
09-07 14:00:54.139 19803-20660/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
09-07 14:00:54.419 19803-19830/? I/Icing: Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
09-07 14:00:54.529 19803-19830/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
09-07 14:00:54.605 20983-20983/com.stackoverflow.rmtmckenzie.imagepick I/SimplePermission: Checking permission : android.permission.READ_EXTERNAL_STORAGE
09-07 14:00:54.705 19803-20278/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
09-07 14:00:54.705 19803-20486/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
09-07 14:00:54.779 19803-19829/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
09-07 14:00:54.798 19803-19829/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
09-07 14:00:55.267 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Permission was granted
09-07 14:00:55.321 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Time to load: 0:00:00.030019, Image list: [/storage/emulated/0/DCIM/Camera/IMG_20180907_122952.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122953.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122953_1.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122954.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122954_1.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122955.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122956.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122956_1.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122957.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122959.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122959_1.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_123000.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_123001.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_123002.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_123003.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_123004.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_123005.jpg, /st
09-07 14:00:55.480 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 0
09-07 14:00:55.545 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 1
09-07 14:00:55.551 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 2
09-07 14:00:55.555 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 3
09-07 14:00:55.559 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 4
09-07 14:00:55.563 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 5
09-07 14:00:55.566 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 6
09-07 14:00:55.570 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 7
09-07 14:00:55.575 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 8
09-07 14:00:55.579 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 9
09-07 14:00:55.581 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 10
09-07 14:00:55.585 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 11
09-07 14:00:55.588 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 12
09-07 14:00:55.591 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 13
09-07 14:00:55.595 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 14
09-07 14:00:55.598 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 15
09-07 14:00:55.601 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 16
09-07 14:00:55.605 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 17
09-07 14:00:55.608 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 18
09-07 14:00:55.611 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 19
09-07 14:00:55.615 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 20
09-07 14:00:55.615 19803-19829/? I/Icing: Indexing com.google.android.gms-apps from com.google.android.gms
09-07 14:00:55.618 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 21
09-07 14:00:55.621 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 22
09-07 14:00:55.624 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 23
09-07 14:00:55.627 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 24
09-07 14:00:55.630 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 25
09-07 14:00:55.633 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 26
09-07 14:00:55.701 19803-19829/? I/Icing: Indexing done com.google.android.gms-apps
09-07 14:00:55.844 19803-19829/? I/Icing: Indexing com.google.android.gms-apps from com.google.android.gms
09-07 14:00:55.847 19803-19829/? I/Icing: Indexing done com.google.android.gms-apps
09-07 14:00:55.850 19803-19829/? I/Icing: Indexing com.google.android.gms-internal.3p:MobileApplication from com.google.android.gms
09-07 14:00:55.894 19803-19829/? I/Icing: Indexing com.google.android.gms-internal.3p:Photograph from com.google.android.gms
09-07 14:00:55.936 19803-19829/? I/Icing: Indexing done com.google.android.gms-internal.3p:MobileApplication
09-07 14:00:55.943 19803-19829/? I/Icing: Indexing com.google.android.gms-internal.3p:MusicRecording from com.google.android.gms
09-07 14:00:55.981 19803-19829/? I/Icing: Indexing done com.google.android.gms-internal.3p:Photograph
09-07 14:00:55.994 19803-19829/? I/Icing: Indexing done com.google.android.gms-internal.3p:MusicRecording
09-07 14:01:01.639 20363-20390/? I/Finsky: [1523] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@eea3289[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
09-07 14:01:01.640 20363-20390/? I/Finsky: [1523] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@413728e[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
09-07 14:01:02.093 370-370/? I/ServiceManager: service 'AtCmdFwd' died
09-07 14:01:02.101 4741-7047/? I/ActivityManager: Process com.qualcomm.telephony (pid 19765) has died
09-07 14:01:02.102 4741-7047/? W/ActivityManager: Scheduling restart of crashed service com.qualcomm.atfwd/.AtFwdService in 1000ms
09-07 14:01:02.112 4741-8506/? I/ActivityManager: Process com.koushikdutta.mirror (pid 19780) has died
09-07 14:01:02.113 4741-8506/? W/ActivityManager: Scheduling restart of crashed service com.koushikdutta.mirror/.ScreencrastDisplayProviderService in 10990ms
09-07 14:01:02.115 4741-4834/? I/ActivityManager: Process com.qualcomm.qcrilmsgtunnel (pid 19633) has died
09-07 14:01:02.116 4741-4834/? W/ActivityManager: Scheduling restart of crashed service com.qualcomm.qcrilmsgtunnel/.QcrilMsgTunnelService in 20987ms
09-07 14:01:02.766 4741-4833/? I/ActivityManager: Process com.android.chrome (pid 20303) has died
09-07 14:01:02.778 4741-9530/? I/ActivityManager: Process android.process.media (pid 20127) has died
09-07 14:01:02.798 4741-4834/? I/ActivityManager: Process com.google.android.apps.nbu.files (pid 20077) has died
09-07 14:01:03.122 4741-4845/? I/ActivityManager: Start proc 21133:com.qualcomm.telephony/1000 for service com.qualcomm.atfwd/.AtFwdService
09-07 14:01:03.275 21133-21133/? W/System: ClassLoader referenced unknown path: /system/app/atfwd/lib/arm64
09-07 14:01:03.285 21133-21133/? D/AtFwdService: onCreate method
09-07 14:01:03.286 21133-21133/? I/AtFwdService: Instantiate AtCmdFwd Service
09-07 14:01:03.319 21133-21145/? D/AtCkpdCmdHandler: De-queing command
09-07 14:01:03.589 4741-8506/? I/ActivityManager: Process com.google.android.gm (pid 20522) has died
09-07 14:01:04.233 4741-7049/? I/ActivityManager: Process com.google.android.apps.messaging:rcs (pid 20502) has died
09-07 14:01:04.307 4741-8505/? I/ActivityManager: Process com.google.android.videos (pid 20317) has died
09-07 14:01:04.310 4741-9531/? I/ActivityManager: Process com.android.keychain (pid 20961) has died
09-07 14:01:04.312 369-369/? E/lowmemorykiller: Error writing /proc/20363/oom_score_adj; errno=22
09-07 14:01:04.313 369-369/? E/lowmemorykiller: Error writing /proc/20910/oom_score_adj; errno=22
09-07 14:01:04.313 4741-9531/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
09-07 14:01:04.313 369-369/? E/lowmemorykiller: Error writing /proc/20489/oom_score_adj; errno=22
09-07 14:01:04.314 369-369/? E/lowmemorykiller: Error writing /proc/20578/oom_score_adj; errno=22
09-07 14:01:04.352 4741-9531/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
09-07 14:01:04.353 4741-9531/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
09-07 14:01:04.355 4741-7049/? I/ActivityManager: Process com.android.musicfx (pid 20942) has died
09-07 14:01:04.357 369-369/? E/lowmemorykiller: Error writing /proc/20363/oom_score_adj; errno=22
09-07 14:01:04.357 4741-7049/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
09-07 14:01:04.358 369-369/? E/lowmemorykiller: Error opening /proc/20910/oom_score_adj; errno=2
Error writing /proc/20489/oom_score_adj; errno=22
09-07 14:01:04.358 4741-6529/? I/ActivityManager: Process com.android.defcontainer (pid 20910) has died
09-07 14:01:04.360 369-369/? E/lowmemorykiller: Error writing /proc/20333/oom_score_adj; errno=22
09-07 14:01:04.361 4741-6529/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
09-07 14:01:04.361 369-369/? E/lowmemorykiller: Error opening /proc/20578/oom_score_adj; errno=2
09-07 14:01:04.362 4741-7047/? I/ActivityManager: Process com.google.process.gapps (pid 20578) has died
09-07 14:01:04.363 4741-8504/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=381, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@14b97f4)
09-07 14:01:04.364 369-369/? E/lowmemorykiller: Error writing /proc/20363/oom_score_adj; errno=22
Error opening /proc/21007/oom_score_adj; errno=2
09-07 14:01:04.365 369-369/? E/lowmemorykiller: Error writing /proc/20333/oom_score_adj; errno=22
Error writing /proc/20489/oom_score_adj; errno=22
09-07 14:01:04.366 4741-6517/? I/ActivityManager: Process com.google.android.partnersetup (pid 21007) has died
09-07 14:01:04.368 369-369/? E/lowmemorykiller: Error writing /proc/20333/oom_score_adj; errno=22
09-07 14:01:04.369 19643-19643/? I/MemoryTrimmer: Trimming objects from memory, since app is in the background.
09-07 14:01:04.378 4741-6415/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=381, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
09-07 14:01:04.387 4741-8505/? I/ActivityManager: Process com.android.vending (pid 20363) has died
09-07 14:01:04.388 369-369/? E/lowmemorykiller: Error writing /proc/20333/oom_score_adj; errno=22
09-07 14:01:04.389 369-369/? E/lowmemorykiller: Error writing /proc/20489/oom_score_adj; errno=22
09-07 14:01:04.403 4741-6761/? I/ActivityManager: Process android.process.acore (pid 20398) has died
09-07 14:01:04.406 369-369/? E/lowmemorykiller: Error writing /proc/20333/oom_score_adj; errno=22
09-07 14:01:04.406 4741-6761/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
09-07 14:01:04.407 369-369/? E/lowmemorykiller: Error writing /proc/20489/oom_score_adj; errno=22
09-07 14:01:04.423 4741-6415/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=381, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
09-07 14:01:04.425 4741-6529/? I/ActivityManager: Process com.google.android.music:main (pid 20489) has died
09-07 14:01:04.437 4741-6761/? I/ActivityManager: Process com.google.android.apps.messaging (pid 20333) has died
09-07 14:01:07.146 370-370/? I/ServiceManager: service 'AtCmdFwd' died
09-07 14:01:07.151 4741-7074/? I/ActivityManager: Process com.qualcomm.telephony (pid 21133) has died
09-07 14:01:07.153 4741-7074/? W/ActivityManager: Scheduling restart of crashed service com.qualcomm.atfwd/.AtFwdService in 25950ms
09-07 14:01:07.155 4741-7047/? I/ActivityManager: Process com.google.process.gapps (pid 19699) has died
09-07 14:01:07.156 369-369/? E/lowmemorykiller: Error writing /proc/19803/oom_score_adj; errno=22
09-07 14:01:07.173 4741-8505/? I/ActivityManager: Process com.google.android.gms (pid 19803) has died
09-07 14:01:07.174 4741-8505/? W/ActivityManager: Scheduling restart of crashed service com.google.android.gms/.cast.service.CastPersistentService in 35929ms
09-07 14:01:07.192 4741-6414/? D/WifiService: Client connection lost with reason: 4
09-07 14:01:07.192 4741-6517/? E/WifiService: Multicaster binderDied
09-07 14:01:07.235 4741-7054/? I/ActivityManager: Process com.google.android.googlequicksearchbox (pid 19643) has died
09-07 14:01:07.237 369-369/? E/lowmemorykiller: Error writing /proc/19667/oom_score_adj; errno=22
09-07 14:01:07.237 4741-4741/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 112)
09-07 14:01:07.240 4741-6414/? D/WifiService: Client connection lost with reason: 4
09-07 14:01:07.240 4741-4833/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=380, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@343b1d)
09-07 14:01:07.241 4741-6415/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=380, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
09-07 14:01:07.255 4741-6387/? W/InputDispatcher: channel '2f1e3b2 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL (server)' ~ Consumer closed input channel or an error occurred. events=0x9
09-07 14:01:07.256 4741-6387/? E/InputDispatcher: channel '2f1e3b2 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL (server)' ~ Channel is unrecoverably broken and will be disposed!
09-07 14:01:07.273 4741-7047/? D/GraphicsStats: Buffer count: 3
09-07 14:01:07.316 4741-6415/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=380, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
09-07 14:01:07.321 4741-4834/? I/WindowState: WIN DEATH: Window{2f1e3b2 u0 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL}
09-07 14:01:07.337 4741-7054/? W/ActivityManager: Exception when unbinding service com.google.android.googlequicksearchbox/com.google.android.apps.gsa.nowoverlayservice.DrawerOverlayService
android.os.DeadObjectException
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:956)
at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1874)
at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:2237)
at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:15565)
at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:4573)
at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:4736)
at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1330)
at android.os.BinderProxy.sendDeathNotice(Binder.java:558)
09-07 14:01:07.339 4741-4834/? W/InputDispatcher: Attempted to unregister already unregistered input channel '2f1e3b2 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL (server)'
09-07 14:01:07.340 369-369/? E/lowmemorykiller: Error opening /proc/19667/oom_score_adj; errno=2
09-07 14:01:07.339 4741-4741/? W/InputMethodManagerService: Session failed to close due to remote exception
android.os.DeadObjectException
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:305)
at com.android.server.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:1599)
at com.android.server.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:1590)
at com.android.server.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:1616)
at com.android.server.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:1635)
at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1228)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1242)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at com.android.server.SystemServer.run(SystemServer.java:283)
at com.android.server.SystemServer.main(SystemServer.java:168)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
09-07 14:01:07.343 4741-7004/? I/ActivityManager: Process com.google.android.googlequicksearchbox:search (pid 19667) has died
09-07 14:01:07.344 4741-7004/? W/ActivityManager: Scheduling restart of crashed service com.google.android.googlequicksearchbox/com.google.android.apps.gsa.search.core.service.SearchService in 45759ms
09-07 14:01:07.346 4741-8504/? I/ActivityManager: Process com.google.android.inputmethod.latin (pid 18498) has died
09-07 14:01:07.347 4741-8504/? W/ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 55755ms
09-07 14:01:07.350 4741-8505/? I/ActivityManager: Process com.google.android.apps.photos (pid 20067) has died
09-07 14:01:07.359 4741-4741/? W/InputMethodManagerService: Session failed to close due to remote exception
android.os.DeadObjectException
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:305)
at com.android.server.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:1599)
at com.android.server.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:1590)
at com.android.server.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:1616)
at com.android.server.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:1635)
at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1228)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1242)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at com.android.server.SystemServer.run(SystemServer.java:283)
at com.android.server.SystemServer.main(SystemServer.java:168)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
09-07 14:01:07.362 4741-4741/? W/InputMethodManagerService: Session failed to close due to remote exception
android.os.DeadObjectException
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:305)
at com.android.server.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:1599)
at com.android.server.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:1590)
at com.android.server.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:1616)
at com.android.server.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:1635)
at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1228)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1242)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at com.android.server.SystemServer.run(SystemServer.java:283)
at com.android.server.SystemServer.main(SystemServer.java:168)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
09-07 14:01:14.805 4741-6387/? W/InputDispatcher: channel '60c6d2c com.stackoverflow.rmtmckenzie.imagepick/com.stackoverflow.rmtmckenzie.imagepick.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
09-07 14:01:14.806 4741-6387/? E/InputDispatcher: channel '60c6d2c com.stackoverflow.rmtmckenzie.imagepick/com.stackoverflow.rmtmckenzie.imagepick.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
09-07 14:01:14.944 4741-8505/? I/WindowState: WIN DEATH: Window{60c6d2c u0 com.stackoverflow.rmtmckenzie.imagepick/com.stackoverflow.rmtmckenzie.imagepick.MainActivity}
09-07 14:01:14.946 4741-8505/? W/InputDispatcher: Attempted to unregister already unregistered input channel '60c6d2c com.stackoverflow.rmtmckenzie.imagepick/com.stackoverflow.rmtmckenzie.imagepick.MainActivity (server)'
09-07 14:01:14.946 4741-8506/? D/GraphicsStats: Buffer count: 2
09-07 14:01:14.957 4741-8505/? W/WindowManager: Force-removing child win Window{5ae3192 u0 SurfaceView} from container Window{60c6d2c u0 com.stackoverflow.rmtmckenzie.imagepick/com.stackoverflow.rmtmckenzie.imagepick.MainActivity}
09-07 14:01:15.022 371-371/? W/SurfaceFlinger: couldn't log to binary event log: overflow.
09-07 14:01:15.041 4741-6529/? W/WindowManager: Failed looking up window
java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@89613f5 does not exist
at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8725)
at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8716)
at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1209)
at android.os.BinderProxy.sendDeathNotice(Binder.java:558)
09-07 14:01:15.042 4741-6529/? I/WindowState: WIN DEATH: null"><pre lang="log" class="notranslate"><code class="notranslate">09-07 14:00:42.853 4741-4855/? I/ActivityManager: Start proc 20910:com.android.defcontainer/u0a8 for service com.android.defcontainer/.DefaultContainerService
09-07 14:00:42.945 20363-20363/? I/Finsky: [1] com.google.android.finsky.verifier.impl.PackageVerificationReceiver.onReceive(7): Verification requested, id = 156
09-07 14:00:42.975 20363-20363/? E/Finsky: [1] com.google.android.finsky.verifier.impl.VerifyPerSourceInstallationConsentInstallTask.b(87): Package name null is not an installed package
09-07 14:00:43.140 20363-20474/? W/Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
09-07 14:00:43.472 19667-20895/? I/EventLogSendingHelper: Sending log events.
09-07 14:00:45.820 20363-20474/? I/Finsky: [1559] com.google.android.finsky.foregroundcoordinator.impl.c.a(12): Task 7 requested foreground
09-07 14:00:45.822 20363-20474/? I/Finsky: [1559] com.google.android.finsky.foregroundcoordinator.impl.c.a(19): Not entering foreground
09-07 14:00:45.918 20363-20363/? I/Finsky: [1] com.google.android.finsky.verifier.impl.dl.a(6): Blacklist last update time: 1536089954862
09-07 14:00:45.993 19803-20660/? W/native: commandlineflags.cc:1511 Ignoring RegisterValidateFunction() for flag pointer 0x7f69ca2e28: no flag found at that address
09-07 14:00:46.604 20363-20470/? I/Finsky: [1555] com.google.android.finsky.verifier.impl.el.b(5): Verification id=156 response=0
09-07 14:00:46.621 20363-20474/? I/Finsky: [1559] com.google.android.finsky.verifier.impl.VerifyPerSourceInstallationConsentInstallTask.a(18): PSIC verification started with installer uid: 2000 package name: null, originating uid: -1
09-07 14:00:46.628 20363-20363/? I/Finsky: [1] com.google.android.finsky.verifier.impl.fb.c(160): Verifying id=156, result=1
09-07 14:00:46.653 20910-20920/? D/DefContainer: Copying /data/local/tmp/app.apk to base.apk
09-07 14:00:46.792 20363-20363/? I/Finsky: [1] com.google.android.finsky.verifier.impl.fb.c(173): Verification complete: id=156, package_name=com.stackoverflow.rmtmckenzie.imagepick
09-07 14:00:48.410 4741-6415/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 126]
09-07 14:00:48.591 4741-4855/? I/PackageManager.DexOptimizer: Running dexopt (dex2oat) on: /data/app/vmdl984305041.tmp/base.apk pkg=com.stackoverflow.rmtmckenzie.imagepick isa=arm64 vmSafeMode=false debuggable=true oatDir = /data/app/vmdl984305041.tmp/oat bootComplete=true
09-07 14:00:48.769 19803-20932/? I/Authzen: [DeviceStateSyncManager] The server is in sync with current state. Nothing to do
09-07 14:00:48.793 20936-20936/? I/dex2oat: /system/bin/dex2oat -j2 --debuggable
09-07 14:00:50.835 20936-20936/? I/dex2oat: dex2oat took 2.042s (threads: 2) arena alloc=167KB java alloc=2MB native alloc=8MB free=2MB
09-07 14:00:50.857 4741-4845/? I/ActivityManager: Force stopping com.stackoverflow.rmtmckenzie.imagepick appid=10199 user=-1: uninstall pkg
09-07 14:00:50.919 3767-3767/? E/QCALOG: [MessageQ] ProcessNewMessage: [LOWI-SERVER] unknown deliver target [OS-Agent]
09-07 14:00:50.965 4741-4855/? I/PackageManager: Package com.stackoverflow.rmtmckenzie.imagepick codePath changed from /data/app/com.stackoverflow.rmtmckenzie.imagepick-2 to /data/app/com.stackoverflow.rmtmckenzie.imagepick-1; Retaining data and using new
09-07 14:00:50.966 4741-4855/? W/PackageManager: Code path for com.stackoverflow.rmtmckenzie.imagepick changing from /data/app/com.stackoverflow.rmtmckenzie.imagepick-2 to /data/app/com.stackoverflow.rmtmckenzie.imagepick-1
09-07 14:00:50.966 4741-4845/? I/ActivityManager: Force stopping com.stackoverflow.rmtmckenzie.imagepick appid=10199 user=-1: replace pkg
09-07 14:00:50.967 4741-4855/? W/PackageManager: Resource path for com.stackoverflow.rmtmckenzie.imagepick changing from /data/app/com.stackoverflow.rmtmckenzie.imagepick-2 to /data/app/com.stackoverflow.rmtmckenzie.imagepick-1
09-07 14:00:51.184 4741-4855/? W/Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
09-07 14:00:51.185 4741-4855/? I/art: Starting a blocking GC Explicit
09-07 14:00:51.349 4741-4855/? I/art: Explicit concurrent mark sweep GC freed 59825(3MB) AllocSpace objects, 13(244KB) LOS objects, 33% free, 31MB/46MB, paused 2.145ms total 163.004ms
09-07 14:00:51.362 4741-4855/? W/PackageManager: Couldn't remove dex file for package: at location /data/app/com.stackoverflow.rmtmckenzie.imagepick-2/base.apk, retcode=-1
09-07 14:00:51.363 4741-4855/? I/ActivityManager: Force stopping com.stackoverflow.rmtmckenzie.imagepick appid=10199 user=0: pkg removed
09-07 14:00:51.369 4741-4741/? D/JobSchedulerService: Receieved: android.intent.action.PACKAGE_REMOVED
09-07 14:00:51.375 20902-20902/? I/art: System.exit called, status: 0
09-07 14:00:51.376 20902-20902/? I/AndroidRuntime: VM exiting with result code 0.
09-07 14:00:51.408 4741-8505/? I/ActivityManager: Start proc 20942:com.android.musicfx/u0a23 for broadcast com.android.musicfx/.Compatibility$Receiver
09-07 14:00:51.415 4741-8504/? W/ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=19803, uid=10013 that is not exported from uid 10060
09-07 14:00:51.418 4741-6415/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 126]
09-07 14:00:51.418 4741-9530/? W/ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=19803, uid=10013 that is not exported from uid 10060
09-07 14:00:51.422 7051-7051/? D/CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_REMOVED
09-07 14:00:51.426 4741-7049/? W/ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=19803, uid=10013 that is not exported from uid 10060
09-07 14:00:51.476 4741-6388/? I/InputReader: Reconfiguring input devices. changes=0x00000010
09-07 14:00:51.477 7051-7051/? D/CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_ADDED
09-07 14:00:51.478 4741-6388/? I/InputReader: Reconfiguring input devices. changes=0x00000010
09-07 14:00:51.478 7051-7051/? D/CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_REPLACED
09-07 14:00:51.479 7051-7051/? D/CarrierServiceBindHelper: mHandler: 3
mHandler: 3
09-07 14:00:51.480 4741-6388/? I/InputReader: Reconfiguring input devices. changes=0x00000010
09-07 14:00:51.480 7051-7051/? D/CarrierServiceBindHelper: mHandler: 3
09-07 14:00:51.480 7051-7051/? D/CarrierConfigLoader: mHandler: 9 phoneId: 0
09-07 14:00:51.503 20942-20942/? W/System: ClassLoader referenced unknown path: /system/priv-app/MusicFX/lib/arm64
09-07 14:00:51.523 4741-7142/? I/ActivityManager: Start proc 20961:com.android.keychain/1000 for broadcast com.android.keychain/.KeyChainBroadcastReceiver
09-07 14:00:51.595 20961-20961/? W/System: ClassLoader referenced unknown path: /system/app/KeyChain/lib/arm64
09-07 14:00:51.600 20961-20961/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1221 android.content.ContextWrapper.startService:581 android.content.ContextWrapper.startService:581 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:2725
09-07 14:00:51.863 20973-20973/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
09-07 14:00:51.867 20973-20973/? D/AndroidRuntime: CheckJNI is OFF
09-07 14:00:51.891 20973-20973/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
09-07 14:00:51.920 20973-20973/? I/Radio-JNI: register_android_hardware_Radio DONE
09-07 14:00:51.936 20973-20973/? D/AndroidRuntime: Calling main entry com.android.commands.am.Am
09-07 14:00:51.939 4741-9531/? I/ActivityManager: START u0 {act=android.intent.action.RUN flg=0x30000000 cmp=com.stackoverflow.rmtmckenzie.imagepick/.MainActivity (has extras)} from uid 2000 on display 0
09-07 14:00:51.950 20973-20973/? D/AndroidRuntime: Shutting down VM
09-07 14:00:51.961 20983-20983/? I/art: Late-enabling -Xcheck:jni
09-07 14:00:51.966 4741-7074/? I/ActivityManager: Start proc 20983:com.stackoverflow.rmtmckenzie.imagepick/u0a199 for activity com.stackoverflow.rmtmckenzie.imagepick/.MainActivity
09-07 14:00:52.053 19667-20842/? I/PBSessionCacheImpl: Deleted sessionId[86497917085255134] from persistence.
09-07 14:00:52.072 19667-19667/? W/SearchServiceCore: Abort, client detached.
09-07 14:00:52.075 19667-19667/? I/MicroDetector: Keeping mic open: false
09-07 14:00:52.082 19667-20857/? I/DeviceStateChecker: DeviceStateChecker cancelled
09-07 14:00:52.083 19667-20858/? I/MicroRecognitionRunner: Stopping hotword detection.
09-07 14:00:52.084 19667-20842/? I/AudioController: internalShutdown
09-07 14:00:52.100 19667-20841/? E/AudioRecord-JNI: Error -4 during AudioRecord native read
09-07 14:00:52.152 3740-20863/? D/audio_hw_primary: disable_audio_route: reset and update mixer path: audio-record
09-07 14:00:52.153 3740-20863/? D/audio_hw_primary: disable_snd_device: snd_device(63: voice-rec-mic)
09-07 14:00:52.158 3740-20863/? I/soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x3f of type 1 for Event 0
09-07 14:00:52.158 3740-20863/? D/sound_trigger_platform: platform_stdev_check_and_update_concurrency: concurrency active 0, tx 0, rx 0, concurrency session_allowed 1
09-07 14:00:52.160 3740-6132/? I/SoundTriggerHwService::Module: void android::SoundTriggerHwService::Module::onCallbackEvent(const android::sp<android::SoundTriggerHwService::CallbackEvent>&) mClient == 0
09-07 14:00:52.162 19667-20842/? I/MicrophoneInputStream: mic_close SR : 16000 CC : 16 SO : 1999
09-07 14:00:52.166 19667-20856/? I/MicroRecognitionRunner: Detection finished
09-07 14:00:52.411 20363-20363/? I/Finsky: [1] com.google.android.finsky.scheduler.ba.<init>(18): Resetting scheduler db
09-07 14:00:52.547 20363-20363/? I/Finsky: [1] com.google.android.finsky.p2p.c.b(20): Frosting ID looked up on UI thread. Caller should move to a background thread.
09-07 14:00:52.618 4741-9530/? I/ActivityManager: Start proc 21007:com.google.android.partnersetup/u0a19 for broadcast com.google.android.partnersetup/.RlzPingBroadcastReceiver
09-07 14:00:52.659 20363-20363/? I/Finsky: [1] com.google.android.finsky.p2p.d.run(3): Wrote row to frosting DB: 824
09-07 14:00:52.756 21007-21007/? W/System: ClassLoader referenced unknown path: /system/priv-app/GooglePartnerSetup/lib/arm64
09-07 14:00:52.980 20983-20983/com.stackoverflow.rmtmckenzie.imagepick I/Adreno: QUALCOMM build : 63c06b2, I8366cd0437
Build Date : 12/06/15
OpenGL ES Shader Compiler Version: XE031.05.13.02
Local Branch : mybranch17112971
Remote Branch : quic/LA.BF64.1.2.9_v2
Remote Branch : NONE
Reconstruct Branch : NOTHING
09-07 14:00:53.023 20363-20363/? I/Finsky: [1] com.google.android.finsky.wear.eg.a(15): Do not start WearSupportService due to Wear service optimization
09-07 14:00:53.034 20363-20363/? I/Finsky: [1] com.google.android.finsky.p2p.c.b(20): Frosting ID looked up on UI thread. Caller should move to a background thread.
09-07 14:00:53.112 19803-21006/? I/Auth: [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
09-07 14:00:53.161 19803-21006/? I/Auth: [SupervisedAccountIntentOperation] This operation is disabled
09-07 14:00:53.133 20363-20363/? I/Finsky: [1] com.google.android.finsky.p2p.d.run(3): Wrote row to frosting DB: 825
09-07 14:00:53.183 20363-20363/? I/Finsky: [1] com.google.android.finsky.externalreferrer.b.run(6): Package state data is missing for com.stackoverflow.rmtmckenzie.imagepick
09-07 14:00:53.432 19803-20932/? I/ChromeSync: [Sync,SyncIntentOperation] Handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.stackoverflow.rmtmckenzie.imagepick flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }.
09-07 14:00:53.442 19667-19667/? I/RunnerModule: Event Bus thread is disabled
09-07 14:00:53.442 19667-19667/? I/SearchServiceCore: Event Bus thread is disabled; marking main thread as EventBus
09-07 14:00:53.454 20983-21041/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Observatory listening on http://127.0.0.1:48647/
09-07 14:00:53.602 6423-6423/? W/Binder_5: type=1400 audit(0.0:9220): avc: denied { ioctl } for path="socket:[6992929]" dev="sockfs" ino=6992929 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
type=1400 audit(0.0:9221): avc: denied { ioctl } for path="socket:[6992929]" dev="sockfs" ino=6992929 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
09-07 14:00:53.611 20983-21052/com.stackoverflow.rmtmckenzie.imagepick D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
09-07 14:00:53.625 19803-21050/? I/FontsPackageChangeOp: Package com.stackoverflow.rmtmckenzie.imagepick has no metadata
09-07 14:00:53.606 6423-6423/? W/Binder_5: type=1400 audit(0.0:9222): avc: denied { ioctl } for path="socket:[6990210]" dev="sockfs" ino=6990210 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
type=1400 audit(0.0:9223): avc: denied { ioctl } for path="socket:[6990210]" dev="sockfs" ino=6990210 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
09-07 14:00:53.622 7049-7049/? W/Binder_8: type=1400 audit(0.0:9224): avc: denied { ioctl } for path="socket:[6992933]" dev="sockfs" ino=6992933 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
type=1400 audit(0.0:9225): avc: denied { ioctl } for path="socket:[6992933]" dev="sockfs" ino=6992933 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-07 14:00:53.649 20983-21052/com.stackoverflow.rmtmckenzie.imagepick I/OpenGLRenderer: Initialized EGL, version 1.4
09-07 14:00:53.884 19803-21004/? I/PeopleDatabaseHelper: cleanUpNonGplusAccounts done.
09-07 14:00:53.996 9531-9531/? W/Binder_10: type=1400 audit(0.0:9226): avc: denied { ioctl } for path="socket:[6991981]" dev="sockfs" ino=6991981 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
type=1400 audit(0.0:9227): avc: denied { ioctl } for path="socket:[6991981]" dev="sockfs" ino=6991981 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-07 14:00:53.999 7047-7047/? W/Binder_7: type=1400 audit(0.0:9228): avc: denied { ioctl } for path="socket:[6991980]" dev="sockfs" ino=6991980 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
type=1400 audit(0.0:9229): avc: denied { ioctl } for path="socket:[6991980]" dev="sockfs" ino=6991980 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-07 14:00:53.991 19803-19829/? I/Using %s flags by metho: regular
09-07 14:00:54.011 4741-4850/? I/ActivityManager: Displayed com.stackoverflow.rmtmckenzie.imagepick/.MainActivity: +2s53ms
09-07 14:00:54.135 19803-20486/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
09-07 14:00:54.139 19803-20660/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
09-07 14:00:54.419 19803-19830/? I/Icing: Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
09-07 14:00:54.529 19803-19830/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
09-07 14:00:54.605 20983-20983/com.stackoverflow.rmtmckenzie.imagepick I/SimplePermission: Checking permission : android.permission.READ_EXTERNAL_STORAGE
09-07 14:00:54.705 19803-20278/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
09-07 14:00:54.705 19803-20486/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
09-07 14:00:54.779 19803-19829/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
09-07 14:00:54.798 19803-19829/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
09-07 14:00:55.267 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Permission was granted
09-07 14:00:55.321 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Time to load: 0:00:00.030019, Image list: [/storage/emulated/0/DCIM/Camera/IMG_20180907_122952.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122953.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122953_1.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122954.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122954_1.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122955.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122956.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122956_1.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122957.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122959.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_122959_1.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_123000.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_123001.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_123002.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_123003.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_123004.jpg, /storage/emulated/0/DCIM/Camera/IMG_20180907_123005.jpg, /st
09-07 14:00:55.480 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 0
09-07 14:00:55.545 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 1
09-07 14:00:55.551 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 2
09-07 14:00:55.555 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 3
09-07 14:00:55.559 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 4
09-07 14:00:55.563 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 5
09-07 14:00:55.566 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 6
09-07 14:00:55.570 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 7
09-07 14:00:55.575 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 8
09-07 14:00:55.579 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 9
09-07 14:00:55.581 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 10
09-07 14:00:55.585 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 11
09-07 14:00:55.588 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 12
09-07 14:00:55.591 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 13
09-07 14:00:55.595 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 14
09-07 14:00:55.598 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 15
09-07 14:00:55.601 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 16
09-07 14:00:55.605 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 17
09-07 14:00:55.608 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 18
09-07 14:00:55.611 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 19
09-07 14:00:55.615 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 20
09-07 14:00:55.615 19803-19829/? I/Icing: Indexing com.google.android.gms-apps from com.google.android.gms
09-07 14:00:55.618 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 21
09-07 14:00:55.621 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 22
09-07 14:00:55.624 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 23
09-07 14:00:55.627 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 24
09-07 14:00:55.630 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 25
09-07 14:00:55.633 20983-21024/com.stackoverflow.rmtmckenzie.imagepick I/flutter: Loading image with index 26
09-07 14:00:55.701 19803-19829/? I/Icing: Indexing done com.google.android.gms-apps
09-07 14:00:55.844 19803-19829/? I/Icing: Indexing com.google.android.gms-apps from com.google.android.gms
09-07 14:00:55.847 19803-19829/? I/Icing: Indexing done com.google.android.gms-apps
09-07 14:00:55.850 19803-19829/? I/Icing: Indexing com.google.android.gms-internal.3p:MobileApplication from com.google.android.gms
09-07 14:00:55.894 19803-19829/? I/Icing: Indexing com.google.android.gms-internal.3p:Photograph from com.google.android.gms
09-07 14:00:55.936 19803-19829/? I/Icing: Indexing done com.google.android.gms-internal.3p:MobileApplication
09-07 14:00:55.943 19803-19829/? I/Icing: Indexing com.google.android.gms-internal.3p:MusicRecording from com.google.android.gms
09-07 14:00:55.981 19803-19829/? I/Icing: Indexing done com.google.android.gms-internal.3p:Photograph
09-07 14:00:55.994 19803-19829/? I/Icing: Indexing done com.google.android.gms-internal.3p:MusicRecording
09-07 14:01:01.639 20363-20390/? I/Finsky: [1523] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@eea3289[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
09-07 14:01:01.640 20363-20390/? I/Finsky: [1523] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@413728e[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
09-07 14:01:02.093 370-370/? I/ServiceManager: service 'AtCmdFwd' died
09-07 14:01:02.101 4741-7047/? I/ActivityManager: Process com.qualcomm.telephony (pid 19765) has died
09-07 14:01:02.102 4741-7047/? W/ActivityManager: Scheduling restart of crashed service com.qualcomm.atfwd/.AtFwdService in 1000ms
09-07 14:01:02.112 4741-8506/? I/ActivityManager: Process com.koushikdutta.mirror (pid 19780) has died
09-07 14:01:02.113 4741-8506/? W/ActivityManager: Scheduling restart of crashed service com.koushikdutta.mirror/.ScreencrastDisplayProviderService in 10990ms
09-07 14:01:02.115 4741-4834/? I/ActivityManager: Process com.qualcomm.qcrilmsgtunnel (pid 19633) has died
09-07 14:01:02.116 4741-4834/? W/ActivityManager: Scheduling restart of crashed service com.qualcomm.qcrilmsgtunnel/.QcrilMsgTunnelService in 20987ms
09-07 14:01:02.766 4741-4833/? I/ActivityManager: Process com.android.chrome (pid 20303) has died
09-07 14:01:02.778 4741-9530/? I/ActivityManager: Process android.process.media (pid 20127) has died
09-07 14:01:02.798 4741-4834/? I/ActivityManager: Process com.google.android.apps.nbu.files (pid 20077) has died
09-07 14:01:03.122 4741-4845/? I/ActivityManager: Start proc 21133:com.qualcomm.telephony/1000 for service com.qualcomm.atfwd/.AtFwdService
09-07 14:01:03.275 21133-21133/? W/System: ClassLoader referenced unknown path: /system/app/atfwd/lib/arm64
09-07 14:01:03.285 21133-21133/? D/AtFwdService: onCreate method
09-07 14:01:03.286 21133-21133/? I/AtFwdService: Instantiate AtCmdFwd Service
09-07 14:01:03.319 21133-21145/? D/AtCkpdCmdHandler: De-queing command
09-07 14:01:03.589 4741-8506/? I/ActivityManager: Process com.google.android.gm (pid 20522) has died
09-07 14:01:04.233 4741-7049/? I/ActivityManager: Process com.google.android.apps.messaging:rcs (pid 20502) has died
09-07 14:01:04.307 4741-8505/? I/ActivityManager: Process com.google.android.videos (pid 20317) has died
09-07 14:01:04.310 4741-9531/? I/ActivityManager: Process com.android.keychain (pid 20961) has died
09-07 14:01:04.312 369-369/? E/lowmemorykiller: Error writing /proc/20363/oom_score_adj; errno=22
09-07 14:01:04.313 369-369/? E/lowmemorykiller: Error writing /proc/20910/oom_score_adj; errno=22
09-07 14:01:04.313 4741-9531/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
09-07 14:01:04.313 369-369/? E/lowmemorykiller: Error writing /proc/20489/oom_score_adj; errno=22
09-07 14:01:04.314 369-369/? E/lowmemorykiller: Error writing /proc/20578/oom_score_adj; errno=22
09-07 14:01:04.352 4741-9531/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
09-07 14:01:04.353 4741-9531/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
09-07 14:01:04.355 4741-7049/? I/ActivityManager: Process com.android.musicfx (pid 20942) has died
09-07 14:01:04.357 369-369/? E/lowmemorykiller: Error writing /proc/20363/oom_score_adj; errno=22
09-07 14:01:04.357 4741-7049/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
09-07 14:01:04.358 369-369/? E/lowmemorykiller: Error opening /proc/20910/oom_score_adj; errno=2
Error writing /proc/20489/oom_score_adj; errno=22
09-07 14:01:04.358 4741-6529/? I/ActivityManager: Process com.android.defcontainer (pid 20910) has died
09-07 14:01:04.360 369-369/? E/lowmemorykiller: Error writing /proc/20333/oom_score_adj; errno=22
09-07 14:01:04.361 4741-6529/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
09-07 14:01:04.361 369-369/? E/lowmemorykiller: Error opening /proc/20578/oom_score_adj; errno=2
09-07 14:01:04.362 4741-7047/? I/ActivityManager: Process com.google.process.gapps (pid 20578) has died
09-07 14:01:04.363 4741-8504/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=381, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@14b97f4)
09-07 14:01:04.364 369-369/? E/lowmemorykiller: Error writing /proc/20363/oom_score_adj; errno=22
Error opening /proc/21007/oom_score_adj; errno=2
09-07 14:01:04.365 369-369/? E/lowmemorykiller: Error writing /proc/20333/oom_score_adj; errno=22
Error writing /proc/20489/oom_score_adj; errno=22
09-07 14:01:04.366 4741-6517/? I/ActivityManager: Process com.google.android.partnersetup (pid 21007) has died
09-07 14:01:04.368 369-369/? E/lowmemorykiller: Error writing /proc/20333/oom_score_adj; errno=22
09-07 14:01:04.369 19643-19643/? I/MemoryTrimmer: Trimming objects from memory, since app is in the background.
09-07 14:01:04.378 4741-6415/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=381, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
09-07 14:01:04.387 4741-8505/? I/ActivityManager: Process com.android.vending (pid 20363) has died
09-07 14:01:04.388 369-369/? E/lowmemorykiller: Error writing /proc/20333/oom_score_adj; errno=22
09-07 14:01:04.389 369-369/? E/lowmemorykiller: Error writing /proc/20489/oom_score_adj; errno=22
09-07 14:01:04.403 4741-6761/? I/ActivityManager: Process android.process.acore (pid 20398) has died
09-07 14:01:04.406 369-369/? E/lowmemorykiller: Error writing /proc/20333/oom_score_adj; errno=22
09-07 14:01:04.406 4741-6761/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
09-07 14:01:04.407 369-369/? E/lowmemorykiller: Error writing /proc/20489/oom_score_adj; errno=22
09-07 14:01:04.423 4741-6415/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=381, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
09-07 14:01:04.425 4741-6529/? I/ActivityManager: Process com.google.android.music:main (pid 20489) has died
09-07 14:01:04.437 4741-6761/? I/ActivityManager: Process com.google.android.apps.messaging (pid 20333) has died
09-07 14:01:07.146 370-370/? I/ServiceManager: service 'AtCmdFwd' died
09-07 14:01:07.151 4741-7074/? I/ActivityManager: Process com.qualcomm.telephony (pid 21133) has died
09-07 14:01:07.153 4741-7074/? W/ActivityManager: Scheduling restart of crashed service com.qualcomm.atfwd/.AtFwdService in 25950ms
09-07 14:01:07.155 4741-7047/? I/ActivityManager: Process com.google.process.gapps (pid 19699) has died
09-07 14:01:07.156 369-369/? E/lowmemorykiller: Error writing /proc/19803/oom_score_adj; errno=22
09-07 14:01:07.173 4741-8505/? I/ActivityManager: Process com.google.android.gms (pid 19803) has died
09-07 14:01:07.174 4741-8505/? W/ActivityManager: Scheduling restart of crashed service com.google.android.gms/.cast.service.CastPersistentService in 35929ms
09-07 14:01:07.192 4741-6414/? D/WifiService: Client connection lost with reason: 4
09-07 14:01:07.192 4741-6517/? E/WifiService: Multicaster binderDied
09-07 14:01:07.235 4741-7054/? I/ActivityManager: Process com.google.android.googlequicksearchbox (pid 19643) has died
09-07 14:01:07.237 369-369/? E/lowmemorykiller: Error writing /proc/19667/oom_score_adj; errno=22
09-07 14:01:07.237 4741-4741/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 112)
09-07 14:01:07.240 4741-6414/? D/WifiService: Client connection lost with reason: 4
09-07 14:01:07.240 4741-4833/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=380, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@343b1d)
09-07 14:01:07.241 4741-6415/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=380, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
09-07 14:01:07.255 4741-6387/? W/InputDispatcher: channel '2f1e3b2 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL (server)' ~ Consumer closed input channel or an error occurred. events=0x9
09-07 14:01:07.256 4741-6387/? E/InputDispatcher: channel '2f1e3b2 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL (server)' ~ Channel is unrecoverably broken and will be disposed!
09-07 14:01:07.273 4741-7047/? D/GraphicsStats: Buffer count: 3
09-07 14:01:07.316 4741-6415/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=380, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
09-07 14:01:07.321 4741-4834/? I/WindowState: WIN DEATH: Window{2f1e3b2 u0 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL}
09-07 14:01:07.337 4741-7054/? W/ActivityManager: Exception when unbinding service com.google.android.googlequicksearchbox/com.google.android.apps.gsa.nowoverlayservice.DrawerOverlayService
android.os.DeadObjectException
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:956)
at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1874)
at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:2237)
at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:15565)
at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:4573)
at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:4736)
at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1330)
at android.os.BinderProxy.sendDeathNotice(Binder.java:558)
09-07 14:01:07.339 4741-4834/? W/InputDispatcher: Attempted to unregister already unregistered input channel '2f1e3b2 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL (server)'
09-07 14:01:07.340 369-369/? E/lowmemorykiller: Error opening /proc/19667/oom_score_adj; errno=2
09-07 14:01:07.339 4741-4741/? W/InputMethodManagerService: Session failed to close due to remote exception
android.os.DeadObjectException
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:305)
at com.android.server.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:1599)
at com.android.server.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:1590)
at com.android.server.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:1616)
at com.android.server.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:1635)
at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1228)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1242)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at com.android.server.SystemServer.run(SystemServer.java:283)
at com.android.server.SystemServer.main(SystemServer.java:168)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
09-07 14:01:07.343 4741-7004/? I/ActivityManager: Process com.google.android.googlequicksearchbox:search (pid 19667) has died
09-07 14:01:07.344 4741-7004/? W/ActivityManager: Scheduling restart of crashed service com.google.android.googlequicksearchbox/com.google.android.apps.gsa.search.core.service.SearchService in 45759ms
09-07 14:01:07.346 4741-8504/? I/ActivityManager: Process com.google.android.inputmethod.latin (pid 18498) has died
09-07 14:01:07.347 4741-8504/? W/ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 55755ms
09-07 14:01:07.350 4741-8505/? I/ActivityManager: Process com.google.android.apps.photos (pid 20067) has died
09-07 14:01:07.359 4741-4741/? W/InputMethodManagerService: Session failed to close due to remote exception
android.os.DeadObjectException
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:305)
at com.android.server.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:1599)
at com.android.server.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:1590)
at com.android.server.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:1616)
at com.android.server.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:1635)
at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1228)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1242)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at com.android.server.SystemServer.run(SystemServer.java:283)
at com.android.server.SystemServer.main(SystemServer.java:168)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
09-07 14:01:07.362 4741-4741/? W/InputMethodManagerService: Session failed to close due to remote exception
android.os.DeadObjectException
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:305)
at com.android.server.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:1599)
at com.android.server.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:1590)
at com.android.server.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:1616)
at com.android.server.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:1635)
at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1228)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1242)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at com.android.server.SystemServer.run(SystemServer.java:283)
at com.android.server.SystemServer.main(SystemServer.java:168)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
09-07 14:01:14.805 4741-6387/? W/InputDispatcher: channel '60c6d2c com.stackoverflow.rmtmckenzie.imagepick/com.stackoverflow.rmtmckenzie.imagepick.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
09-07 14:01:14.806 4741-6387/? E/InputDispatcher: channel '60c6d2c com.stackoverflow.rmtmckenzie.imagepick/com.stackoverflow.rmtmckenzie.imagepick.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
09-07 14:01:14.944 4741-8505/? I/WindowState: WIN DEATH: Window{60c6d2c u0 com.stackoverflow.rmtmckenzie.imagepick/com.stackoverflow.rmtmckenzie.imagepick.MainActivity}
09-07 14:01:14.946 4741-8505/? W/InputDispatcher: Attempted to unregister already unregistered input channel '60c6d2c com.stackoverflow.rmtmckenzie.imagepick/com.stackoverflow.rmtmckenzie.imagepick.MainActivity (server)'
09-07 14:01:14.946 4741-8506/? D/GraphicsStats: Buffer count: 2
09-07 14:01:14.957 4741-8505/? W/WindowManager: Force-removing child win Window{5ae3192 u0 SurfaceView} from container Window{60c6d2c u0 com.stackoverflow.rmtmckenzie.imagepick/com.stackoverflow.rmtmckenzie.imagepick.MainActivity}
09-07 14:01:15.022 371-371/? W/SurfaceFlinger: couldn't log to binary event log: overflow.
09-07 14:01:15.041 4741-6529/? W/WindowManager: Failed looking up window
java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@89613f5 does not exist
at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8725)
at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8716)
at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1209)
at android.os.BinderProxy.sendDeathNotice(Binder.java:558)
09-07 14:01:15.042 4741-6529/? I/WindowState: WIN DEATH: null
</code></pre></div>
<p dir="auto">I assume what's going on is that because so many large image files are being loaded, the application is running out of memory (the log does have some oom sort of stuff in it) . 30 or so 12mp images takes about 90mb of space for the .jpg files, then decoded they'll be a lot larger.... but it seems to me that since they're only showing as small images on the screen, the entire images don't need to be kept in memory.</p>
<p dir="auto">I was under the impression that Image (ImageProvider -> FileImage) does some caching under the hood to optimize based on the image's displayed size, but I could easily be mistaken. If it doesn't, it might be something to consider.</p>
<p dir="auto">This might be a duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="143049008" data-permission-text="Title is private" data-url="https://github.com/flutter/flutter/issues/2848" data-hovercard-type="issue" data-hovercard-url="/flutter/flutter/issues/2848/hovercard" href="https://github.com/flutter/flutter/issues/2848">#2848</a> although much more serious as it causes a crash with no clear exception.</p>
<p dir="auto">If a software implementation is the recommended solution to this (it would be fairly simple to write something using the image package's copyResize and storing the results), that should be documented as I'm sure that the person on SO won't be the last who tries to implement an image gallery.</p> | 0 |
<p dir="auto">Sometimes, Japanese file (UTF-8) gets garbled.<br>
Maybe that arises when I replace strings that contains Japanese charactors.</p>
<p dir="auto">ref:<br>
<a href="http://yogoma.hatenablog.com/entry/2015/04/20/043907" rel="nofollow">http://yogoma.hatenablog.com/entry/2015/04/20/043907</a> (JP)</p>
<p dir="auto">"���"</p> | <p dir="auto">sometimes a chinese-char become '���',(as we all know that in charset utf-8, a chinese-char need 3 byte )</p> | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">in the following schema:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="+-------------------------------------------*
| people (abstract) --- has a --- car |
| ^ ^ ^ |
| | | | |
| engineers managers offroad |
| |
+-------------------------------------------+"><pre class="notranslate"><code class="notranslate">+-------------------------------------------*
| people (abstract) --- has a --- car |
| ^ ^ ^ |
| | | | |
| engineers managers offroad |
| |
+-------------------------------------------+
</code></pre></div>
<p dir="auto">you define a ploymorphic car_mapper for car and offroad<br>
you define a polymorphic people_mapper for engineers and managers with a property 'car' relation(car_mapper)</p>
<p dir="auto">after clearing the session, if you query a Person and you retrieve his car property (person.car), the object returned is wrong but the reference to the car (person.car_id) is right.<br>
see attached test case</p>
<hr>
<p dir="auto">Attachments: <a href="../wiki/imported_issue_attachments/493/493.py">493.py</a></p> | <p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">I could not find a way to do that and I think it's an enhancement request.</p>
<p dir="auto">Would be really nice to have a way to cast between classes. I mean, when you have Person and Employee classes, for example (where Employee is a subclasse of Person), would be great to create an Employee based on a previous saved Person.</p>
<p dir="auto">Today, if you try to do:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> # myPerson = a Person object from database
>>> myPerson.__class__ = Employee
>>> myPerson.working = True
>>> session.save(myPerson)
>>> session.flush()"><pre class="notranslate"><code class="notranslate">>>> # myPerson = a Person object from database
>>> myPerson.__class__ = Employee
>>> myPerson.working = True
>>> session.save(myPerson)
>>> session.flush()
</code></pre></div>
<p dir="auto">you would get an identity change Exception:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Can't change the identity of instance Employee@-0x4873a7d4 in session (existing identity: (<class '__main__.Person'>, (1,), None); new identity: (<class '__main__.Employee'>, (1,), None))"><pre class="notranslate"><code class="notranslate">Can't change the identity of instance Employee@-0x4873a7d4 in session (existing identity: (<class '__main__.Person'>, (1,), None); new identity: (<class '__main__.Employee'>, (1,), None))
</code></pre></div>
<p dir="auto">(see attached script for details)</p>
<p dir="auto">Would be possible to do something like this?</p>
<hr>
<p dir="auto">Attachments: <a href="../wiki/imported_issue_attachments/648/modified_teste.py">modified_teste.py</a> | <a href="../wiki/imported_issue_attachments/648/sqlalchemy_cast.2.patch">sqlalchemy_cast.2.patch</a> | <a href="../wiki/imported_issue_attachments/648/sqlalchemy_cast.patch">sqlalchemy_cast.patch</a> | <a href="../wiki/imported_issue_attachments/648/teste.py">teste.py</a></p> | 0 |
<p dir="auto">If you have a question or would like help and support, please ask at our<br>
<a href="https://discuss.pytorch.org/" rel="nofollow">forums</a>.</p>
<p dir="auto">If you are submitting a feature request, please preface the title with [feature request].<br>
If you are submitting a bug report, please fill in the following details.</p>
<h2 dir="auto">Issue description</h2>
<p dir="auto">I've built pytorch from source after <code class="notranslate">git checkout v0.4.1</code>, however, the version is 0.5.0.<br>
Tag v0.4.1 leads to 0.5.0a0</p>
<h2 dir="auto">Code example</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> import torch
>>> torch.__version__
'0.5.0a0+a24163a'"><pre class="notranslate"><code class="notranslate">>>> import torch
>>> torch.__version__
'0.5.0a0+a24163a'
</code></pre></div>
<h2 dir="auto">System Info</h2>
<p dir="auto">Collecting environment information...<br>
PyTorch version: 0.5.0a0+a24163a<br>
Is debug build: No<br>
CUDA used to build PyTorch: 9.2.148</p>
<p dir="auto">OS: Ubuntu 18.04.1 LTS<br>
GCC version: (Ubuntu 7.3.0-16ubuntu3) 7.3.0<br>
CMake version: version 3.11.1</p>
<p dir="auto">Python version: 3.6<br>
Is CUDA available: Yes<br>
CUDA runtime version: 9.2.148<br>
GPU models and configuration: GPU 0: GeForce GTX 1070 Ti<br>
Nvidia driver version: 396.37<br>
cuDNN version: Probably one of the following:<br>
/usr/local/cuda-9.2/lib64/libcudnn.so.7.2.1<br>
/usr/local/cuda-9.2/lib64/libcudnn_static.a</p>
<p dir="auto">Versions of relevant libraries:<br>
[pip] Could not collect<br>
[conda] magma-cuda90 2.3.0 1 pytorch<br>
[conda] torch 0.5.0a0+a24163a </p> | <h2 dir="auto">Issue description</h2>
<p dir="auto">The <code class="notranslate">__version__</code> provided by Pytorch is wrong</p>
<p dir="auto">See <a href="https://github.com/pytorch/pytorch/blob/v0.4.1/setup.py#L246">this line</a></p> | 1 |
<p dir="auto">The following simple example shows an issues with zero values when calling <code class="notranslate">loglog</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import matplotlib.pyplot as plt
nu = [1e2, 1e3, 1e4, 1e5, 1e6, 1e7]
fnu = [1, 1e-30, 1e-45, 0., 0., 0.]
fig = plt.figure()
ax = fig.add_subplot(1,1,1)
ax.loglog(nu, fnu, color='blue')
fig.savefig('mpl.png')"><pre class="notranslate"><code class="notranslate">import matplotlib.pyplot as plt
nu = [1e2, 1e3, 1e4, 1e5, 1e6, 1e7]
fnu = [1, 1e-30, 1e-45, 0., 0., 0.]
fig = plt.figure()
ax = fig.add_subplot(1,1,1)
ax.loglog(nu, fnu, color='blue')
fig.savefig('mpl.png')
</code></pre></div>
<p dir="auto">The output is:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/314716/5959827/8d0677cc-a7d1-11e4-8cd3-7227dee4a37a.png"><img src="https://cloud.githubusercontent.com/assets/314716/5959827/8d0677cc-a7d1-11e4-8cd3-7227dee4a37a.png" alt="mpl" style="max-width: 100%;"></a></p>
<p dir="auto">Of course, zero is undefined in log space, but I don't understand why it defaults to plotting a value of 0.1 instead. Doing:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fnu = [1, 1e-30, 1e-45, np.nan, np.nan, np.nan]"><pre class="notranslate"><code class="notranslate">fnu = [1, 1e-30, 1e-45, np.nan, np.nan, np.nan]
</code></pre></div>
<p dir="auto">Does the right thing on the other hand. So maybe the best solution is to replace 0 values by np.nan inside <code class="notranslate">loglog</code>?</p>
<p dir="auto">I am using matplotlib 1.5.x with Python 3.4.</p> | <p dir="auto">Consider the following test code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from numpy import *
from matplotlib.pyplot import *
x = arange(-10,10)
y = (1.0 - 1.0/(x**2+1))**20
figure()
semilogy(x, y, "-o")
grid(True)
savefig("test.png")"><pre class="notranslate"><code class="notranslate">from numpy import *
from matplotlib.pyplot import *
x = arange(-10,10)
y = (1.0 - 1.0/(x**2+1))**20
figure()
semilogy(x, y, "-o")
grid(True)
savefig("test.png")
</code></pre></div>
<p dir="auto">Correct Plot (the value y=0 at x=0 is masked out from y-log plot):<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1503544/5724453/e65db9e4-9b4b-11e4-9766-c9196fc32c42.png"><img src="https://cloud.githubusercontent.com/assets/1503544/5724453/e65db9e4-9b4b-11e4-9766-c9196fc32c42.png" alt="test_good" style="max-width: 100%;"></a></p>
<p dir="auto">Wrong Plot (spurious point at x=0 with y=1e-1):<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1503544/5724445/e1b47da6-9b4b-11e4-98da-34fe5cbf778e.png"><img src="https://cloud.githubusercontent.com/assets/1503544/5724445/e1b47da6-9b4b-11e4-98da-34fe5cbf778e.png" alt="test_wrong" style="max-width: 100%;"></a></p>
<p dir="auto">A <code class="notranslate">git bisect</code> tells me that:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="91725d8665975de9a26d631445ab1448b0391e1a is the first bad commit
commit 91725d8665975de9a26d631445ab1448b0391e1a
Author: Joel B. Mohler <[email protected]>
Date: Thu Aug 21 10:43:28 2014 -0400
use _fast_from_codes_and_verts in transform code"><pre class="notranslate"><code class="notranslate">91725d8665975de9a26d631445ab1448b0391e1a is the first bad commit
commit 91725d8665975de9a26d631445ab1448b0391e1a
Author: Joel B. Mohler <[email protected]>
Date: Thu Aug 21 10:43:28 2014 -0400
use _fast_from_codes_and_verts in transform code
</code></pre></div>
<p dir="auto">The commit diff introduces the use of <code class="notranslate">_fast_from_codes_and_verts</code>,<br>
so the issue is probably somewhere deeper inside this function.</p> | 1 |
<p dir="auto">Hi, below is the code I am using, POM along with fixtures. Please suggest the best way that I can change the viewport to fullscreen</p>
<p dir="auto">//basepage.fixtures.ts<br>
import MicrosoftLoginPage from '../pages/microsoftlogin.page'<br>
import {test as basetest} from '@playwright/test'<br>
import SBReactAppLoginPage from '../pages/SBReactApp/login.page';<br>
import SBReactAppHomePage from '../pages/SBReactApp/Home.page';</p>
<p dir="auto">const test = basetest.extend<{<br>
microsoftLoginPage : MicrosoftLoginPage;<br>
sbReactAppLoginPage : SBReactAppLoginPage;<br>
sbReactAppHomePage :SBReactAppHomePage;<br>
}>({</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="microsoftLoginPage:async ({page},use) => {
await use(new MicrosoftLoginPage(page));
},
sbReactAppLoginPage:async ({page},use) => {
await use(new SBReactAppLoginPage(page));
},
sbReactAppHomePage:async ({page},use) => {
await use(new SBReactAppHomePage(page));
}"><pre class="notranslate"><code class="notranslate">microsoftLoginPage:async ({page},use) => {
await use(new MicrosoftLoginPage(page));
},
sbReactAppLoginPage:async ({page},use) => {
await use(new SBReactAppLoginPage(page));
},
sbReactAppHomePage:async ({page},use) => {
await use(new SBReactAppHomePage(page));
}
</code></pre></div>
<p dir="auto">})</p>
<p dir="auto">export default test;<br>
export const expect = test</p>
<p dir="auto">//microsoftlogin.page.ts<br>
import {expect, Locator, Page} from '@playwright/test'</p>
<p dir="auto">export default class MicrosoftLoginPage{<br>
private page: Page;<br>
btnSBlogin: Locator ;<br>
txtusername: Locator;<br>
txtpassword: Locator;<br>
btnnext: Locator;<br>
btnsignin: Locator;<br>
btnNo: Locator;<br>
constructor(page: Page) {<br>
this.page=page;<br>
this.btnSBlogin= this.page.locator('[data-testid="loginbtn"]')<br>
this.txtusername =this.page.locator('[aria-label="someone\<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/example/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/example">@example</a>\.com"]')<br>
this.txtpassword = this.page.locator('[placeholder="Password"]')<br>
this.btnnext = this.page.locator('text=Next')<br>
this.btnsignin =this.page.locator('text=Sign in')<br>
this.btnNo = this.page.locator('text=No')<br>
}</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="public async PerformLogin(username: string, password: string){
//await this.btnSBlogin.click();
await this.txtusername.fill(username);
expect.soft(this.txtusername).toBeVisible();
await this.btnnext.click();
await this.txtpassword.click();
await this.txtpassword.fill(await password);
await this.btnsignin.click();
await this.btnNo.click()
}"><pre class="notranslate"><code class="notranslate">public async PerformLogin(username: string, password: string){
//await this.btnSBlogin.click();
await this.txtusername.fill(username);
expect.soft(this.txtusername).toBeVisible();
await this.btnnext.click();
await this.txtpassword.click();
await this.txtpassword.fill(await password);
await this.btnsignin.click();
await this.btnNo.click()
}
</code></pre></div>
<p dir="auto">}</p>
<p dir="auto">//uivalidations.cons.spec.ts<br>
import test, { expect } from "../../../fixtures/basepage.fixtures"<br>
test.describe('Salesbeacon app UI validation2 with consolidated user',()=>{<br>
test.beforeEach(async({microsoftLoginPage,page,sbReactAppLoginPage,sbReactAppHomePage})=>{<br>
await sbReactAppLoginPage.login(microsoftLoginPage,page,sbReactAppLoginPage,sbReactAppHomePage);<br>
})<br>
test.only('Dashboard Validation <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/smoke/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/smoke">@smoke</a>',async ({page,sbReactAppHomePage})=>{<br>
await test.step('Validation of landing page',async()=>{<br>
expect.soft(page.url(),'Landing Page URL validation').toEqual('<a href="https://www.xyz.com/" rel="nofollow">https://www.xyz.com/</a>');<br>
await sbReactAppHomePage.selectRollcall('Aug-FY21');<br>
});<br>
await test.step('validation of visual page',async ()=>{<br>
expect.soft( await page.screenshot({fullPage:true}),'Visual comparision of Dashboard with full page').toMatchSnapshot('landingpage.png',{threshold:0.3});<br>
});<br>
})<br>
});</p>
<p dir="auto">Thanks in advance.</p> | <p dir="auto">How to launch browser.newContext() or browser.newPage() in fullscreen ? There is no way to pass full-screen via options while calling browser.newContext(options).</p> | 1 |
<p dir="auto">An error is raised when making a numpy array consisting of numpy arrays with ndim > 1 with different sizes.</p>
<h3 dir="auto">Reproducing code example:</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np
b = np.array([np.array([[1],
[1],
[1]]), np.array([[1, 2],
[1, 2],
[1, 2]]), np.array([[1, 2, 3],
[1, 2, 3],
[1, 2, 3]]), np.array([[1, 2, 3, 4],
[1, 2, 3, 4],
[1, 2, 3, 4]])], dtype=object)"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">numpy</span> <span class="pl-k">as</span> <span class="pl-s1">np</span>
<span class="pl-s1">b</span> <span class="pl-c1">=</span> <span class="pl-s1">np</span>.<span class="pl-en">array</span>([<span class="pl-s1">np</span>.<span class="pl-en">array</span>([[<span class="pl-c1">1</span>],
[<span class="pl-c1">1</span>],
[<span class="pl-c1">1</span>]]), <span class="pl-s1">np</span>.<span class="pl-en">array</span>([[<span class="pl-c1">1</span>, <span class="pl-c1">2</span>],
[<span class="pl-c1">1</span>, <span class="pl-c1">2</span>],
[<span class="pl-c1">1</span>, <span class="pl-c1">2</span>]]), <span class="pl-s1">np</span>.<span class="pl-en">array</span>([[<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>],
[<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>],
[<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>]]), <span class="pl-s1">np</span>.<span class="pl-en">array</span>([[<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>, <span class="pl-c1">4</span>],
[<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>, <span class="pl-c1">4</span>],
[<span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>, <span class="pl-c1">4</span>]])], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s1">object</span>)</pre></div>
<h3 dir="auto">Error message:</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ValueError: could not broadcast input array from shape (3,1) into shape (3,)"><pre class="notranslate"><code class="notranslate">ValueError: could not broadcast input array from shape (3,1) into shape (3,)
</code></pre></div>
<h3 dir="auto">NumPy/Python version information:</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="1.21.0 3.8.5 (default, Sep 4 2020, 07:30:14)
[GCC 7.3.0]"><pre class="notranslate"><code class="notranslate">1.21.0 3.8.5 (default, Sep 4 2020, 07:30:14)
[GCC 7.3.0]
</code></pre></div> | <p dir="auto">This behavior is a little confusing:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> np.asarray([np.zeros((10, 3)), np.zeros(10)])
VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating
ValueError: could not broadcast input array from shape (10,3) into shape (10)"><pre class="notranslate"><span class="pl-c1">>></span><span class="pl-c1">></span> <span class="pl-s1">np</span>.<span class="pl-en">asarray</span>([<span class="pl-s1">np</span>.<span class="pl-en">zeros</span>((<span class="pl-c1">10</span>, <span class="pl-c1">3</span>)), <span class="pl-s1">np</span>.<span class="pl-en">zeros</span>(<span class="pl-c1">10</span>)])
<span class="pl-v">VisibleDeprecationWarning</span>: <span class="pl-v">Creating</span> <span class="pl-s1">an</span> <span class="pl-s1">ndarray</span> <span class="pl-k">from</span> <span class="pl-s1">ragged</span> <span class="pl-s1">nested</span> <span class="pl-en">sequences</span> (<span class="pl-s1">which</span> <span class="pl-c1">is</span> <span class="pl-s1">a</span> <span class="pl-s1">list</span><span class="pl-c1">-</span><span class="pl-s1">or</span><span class="pl-c1">-</span><span class="pl-s1">tuple</span> <span class="pl-s1">of</span> <span class="pl-s1">lists</span><span class="pl-c1">-</span><span class="pl-s1">or</span><span class="pl-c1">-</span><span class="pl-s1">tuples</span><span class="pl-c1">-</span><span class="pl-s1">or</span> <span class="pl-s1">ndarrays</span> <span class="pl-k">with</span> <span class="pl-s1">different</span> <span class="pl-s1">lengths</span> <span class="pl-c1">or</span> <span class="pl-s1">shapes</span>) <span class="pl-c1">is</span> <span class="pl-s1">deprecated</span>. <span class="pl-v">If</span> <span class="pl-s1">you</span> <span class="pl-s1">meant</span> <span class="pl-s1">to</span> <span class="pl-s1">do</span> <span class="pl-s1">this</span>, <span class="pl-s1">you</span> <span class="pl-s1">must</span> <span class="pl-s1">specify</span> <span class="pl-s">'dtype=object'</span> <span class="pl-s1">when</span> <span class="pl-s1">creating</span>
<span class="pl-v">ValueError</span>: <span class="pl-s1">could</span> <span class="pl-c1">not</span> <span class="pl-s1">broadcast</span> <span class="pl-s1">input</span> <span class="pl-s1">array</span> <span class="pl-k">from</span> <span class="pl-en">shape</span> (<span class="pl-c1">10</span>,<span class="pl-c1">3</span>) <span class="pl-s1">into</span> <span class="pl-en">shape</span> (<span class="pl-c1">10</span>)</pre></div>
<p dir="auto">since I still get an error even if I provide <code class="notranslate">dtype=object</code>:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> np.asarray([np.zeros((10, 3)), np.zeros(10)], dtype=object)
ValueError: could not broadcast input array from shape (10,3) into shape (10)"><pre class="notranslate"><span class="pl-c1">>></span><span class="pl-c1">></span> <span class="pl-s1">np</span>.<span class="pl-en">asarray</span>([<span class="pl-s1">np</span>.<span class="pl-en">zeros</span>((<span class="pl-c1">10</span>, <span class="pl-c1">3</span>)), <span class="pl-s1">np</span>.<span class="pl-en">zeros</span>(<span class="pl-c1">10</span>)], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s1">object</span>)
<span class="pl-v">ValueError</span>: <span class="pl-s1">could</span> <span class="pl-c1">not</span> <span class="pl-s1">broadcast</span> <span class="pl-s1">input</span> <span class="pl-s1">array</span> <span class="pl-k">from</span> <span class="pl-en">shape</span> (<span class="pl-c1">10</span>,<span class="pl-c1">3</span>) <span class="pl-s1">into</span> <span class="pl-en">shape</span> (<span class="pl-c1">10</span>)</pre></div>
<p dir="auto"><del>In my mind, the behavior most consistent with other ragged arrrays here would be to return an array of shape <code class="notranslate">(2, 10)</code> of dtype object, where some element are <code class="notranslate">np.float64</code> and others are objects arrays.</del></p>
<p dir="auto">At any rate, it would be nice to skip the deprecation here and/or emit a more helpful message.</p> | 1 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/648" rel="nofollow">http://projects.scipy.org/numpy/ticket/648</a> on 2008-01-21 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chanley/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chanley">@chanley</a>, assigned to unknown.</em></p>
<p dir="auto">The following will cause a bus error on a big endian machine (Solaris 10 Sun in this case):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="> Python 2.5.1 (r251:54863, Jun 29 2007, 15:29:55) [C] on sunos5
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import numpy
>>>> o = numpy.ndarray(shape=3,dtype=[('SEGMENT', '|S4'), ('SPEC_FOUND', '|i1')])
>>>> o1 = o.getfield(numpy.dtype('|S4'),0)
>>>> print o1[0]
> UXÐ
>>>> print o1[1]
> 4
>>>> print o1[2]
> NT
>>>> print o1
> Bus error (core dumped)"><pre class="notranslate"><code class="notranslate">> Python 2.5.1 (r251:54863, Jun 29 2007, 15:29:55) [C] on sunos5
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import numpy
>>>> o = numpy.ndarray(shape=3,dtype=[('SEGMENT', '|S4'), ('SPEC_FOUND', '|i1')])
>>>> o1 = o.getfield(numpy.dtype('|S4'),0)
>>>> print o1[0]
> UXÐ
>>>> print o1[1]
> 4
>>>> print o1[2]
> NT
>>>> print o1
> Bus error (core dumped)
</code></pre></div>
<p dir="auto">There are no issues on Linux or Mac OS X Intel based systems.</p>
<p dir="auto">This example was done on the latest svn version of numpy (r1.0.5.dev47360).</p> | <p dir="auto">np.percentile claims to function with the <code class="notranslate">q</code> argument (the percentiles to calculate) being either a scalar or an array_like. However, the initial lines of code do:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="if q == 0:
return a.min(axis=axis, out=out)
elif q == 100:
return a.max(axis=axis, out=out)"><pre class="notranslate"><code class="notranslate">if q == 0:
return a.min(axis=axis, out=out)
elif q == 100:
return a.max(axis=axis, out=out)
</code></pre></div>
<p dir="auto">which of course breaks with a "truth value of array undefined" exception if <code class="notranslate">q</code> is in fact an ndarray.</p>
<p dir="auto"><code class="notranslate">q</code> isn't converted to an array before usage, so if it's passed as a list value, these checks don't cause an exception, but only because of the sketchiness of Python's built-in equality testing. I've gotten a report of a crash in the <code class="notranslate">_compute_qth_percentile</code> function that seems to be due to the lack of coercion.</p> | 0 |
<p dir="auto">If you do <code class="notranslate">make install</code> with previous installed versions, multiple copies of all the libraries get left in (for me) <code class="notranslate">/usr/local/lib/rustc/x86_64-apple-darwin/lib</code>. Then the next time you try building something with the installed rustc, it'll promptly fail with <code class="notranslate">error: multiple matching crates for core</code></p> | <p dir="auto">It was disabled in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="50301165" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/19362" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/19362/hovercard" href="https://github.com/rust-lang/rust/pull/19362">#19362</a>. It'd be good to have it back one way or another.</p> | 0 |
<p dir="auto">/Users/jra/bin/gomobile: type github.com/kellydunn/golang-geo.Point not defined in package package marshrutme ("github.com/jeffallen/marshrutme")</p>
<p dir="auto">"in package package" is because the error is "in package %s", with %s filled by a types.Package, which has a String() method that puts "package" on the front.</p>
<p dir="auto">There are several occurrences of "in package" in gengo.go that probably all need fixing.</p> | <p dir="auto">by <strong><a href="mailto:[email protected]">[email protected]</a></strong>:</p>
<pre class="notranslate">The example should be pretty self-explanatory: <a href="http://play.golang.org/p/u5_eyPkjNs" rel="nofollow">http://play.golang.org/p/u5_eyPkjNs</a>
Happens on go1.1 installed via gvm on Ubuntu 12.04 as well as on play.golang.org</pre> | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/apache/incubator-dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>Dubbo version: 2.5.10</li>
<li>Operating System version: win7</li>
<li>Java version: 1.8</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<ol dir="auto">
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/configuration/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/configuration">@configuration</a> to construct three protocol use "dubbo", "rmi","coustom"</li>
<li>use <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/service/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/service">@service</a> to define a serviceImpl and set protocol={"dubbo"}</li>
<li>this service register for 3 times. it is different when use xml.</li>
</ol>
<p dir="auto">Pls. provide [GitHub address] to reproduce this issue.</p>
<h3 dir="auto">only dubbo protocol will effective</h3>
<p dir="auto">What do you expected from the above steps?</p>
<h3 dir="auto">actual three protocol effective</h3>
<p dir="auto">What actually happens?</p>
<p dir="auto">If there is an exception, please attach the exception trace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Just put your stack trace here!"><pre class="notranslate"><code class="notranslate">Just put your stack trace here!
</code></pre></div> | <p dir="auto">现在的版本能支持服务跨组调用吗?(2.6.0上试过不行)</p>
<ul dir="auto">
<li>provider group A<br>
<code class="notranslate"><dubbo:registry protocol="zookeeper" address="192.168.50.130:2181" check="false" group="A"/> <dubbo:service interface="com.alibaba.dubbo.demo.DemoService" ref="demoService"/></code></li>
<li>consumer group B<br>
<code class="notranslate"><dubbo:registry protocol="zookeeper" address="192.168.50.130:2181" check="false" group="B"/> <dubbo:reference id="demoService" check="false" interface="com.alibaba.dubbo.demo.DemoService" group="A"/></code></li>
</ul> | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=ramnivas" rel="nofollow">Ramnivas Laddad</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4306?redirect=false" rel="nofollow">SPR-4306</a></strong> and commented</p>
<p dir="auto">Currently, the base aspect for domain object dependency injection -- AbstractBeanConfigurerAspect -- is not really capable of doing many interesting things that its subaspect AnnotationBeanConfigurerAspect does. Especially important capability is injecting dependencies after deserialization. This precludes users from creating useful subaspect of AbstractBeanConfigurerAspect unless they duplicate the functionality in AnnotationBeanConfigurerAspect. This, in turn, precludes some interesting possibilities such as:</p>
<ul dir="auto">
<li>Injecting dependencies based on user-specific annotations.</li>
<li>Injecting based on user-specified interfaces (e.g. Injecting MailServer for objects implementing MailClient).</li>
<li>User specified configuration strategy (that can bypass Spring's reflection based strategy).</li>
</ul>
<p dir="auto">While making backwards compatible changes is ideal in some respect, it is probably going to end up making the design too complex (already we have some complexities such as non-abstract pointcut that must be overriden). So perhaps a better choice is to:</p>
<ol dir="auto">
<li>Create a new aspect, say, AbstractDependencyInjectionAspect with consideration for all things mentioned above.</li>
<li>Deprecate AbstractBeanConfigurerAspect.<br>
This shouldn't be a real issue for any existing users as their subaspects of AbstractDependencyInjectionAspect, if any, will continue to work the same way.</li>
<li>Refactor AnnotationBeanConfigurerAspect to extend AbstractDependencyInjectionAspect.<br>
Since AnnotationBeanConfigurerAspect is a concrete aspect (which cannot be extended further), there is no issue with user extensions to it. Further, most (all?) Spring users use this aspect to aop:spring-configured/ or context:spring-configured/ anyway, making internal details umimportant to them.</li>
</ol>
<hr>
<p dir="auto"><strong>Issue Links:</strong></p>
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398084313" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/8980" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/8980/hovercard" href="https://github.com/spring-projects/spring-framework/issues/8980">#8980</a> Deserialization not reinjecting for <code class="notranslate">@Configurable</code> with preConstruction</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398084334" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/8981" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/8981/hovercard" href="https://github.com/spring-projects/spring-framework/issues/8981">#8981</a> Repeated configuration for <code class="notranslate">@Configurable</code> with preConstruction</li>
</ul> | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=baronludwig" rel="nofollow">Marc Ludwig</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6121?redirect=false" rel="nofollow">SPR-6121</a></strong> and commented</p>
<h4 dir="auto">Overview</h4>
<p dir="auto">We have a large number of unit/integration tests that assert behavior within our system and rely upon injection of dependencies into configurable domain objects.</p>
<p dir="auto">These tests all work when executed individually; however, when executed within a suite (either through the IDE or Ant) certain tests fail as dependencies have not been injected into the <code class="notranslate">@Configurable</code> objects. We have also seen dependencies that were configured for test <em>X</em> being injected into test <em>Y</em> rather than the dependencies for test <em>Y</em>; but I have no test case for this.</p>
<hr>
<h4 dir="auto">Steps to Reproduce</h4>
<p dir="auto">I have created a set of three tests -- tests 1 and 3 are basically identical. If these are executed in a suite the third test will fail as the dependency is not injected into the <code class="notranslate">@Configurable</code> object even though it is available to the test. This only occurs if test 2 is a Spring test.</p>
<p dir="auto">See attached zip file.</p>
<hr>
<h4 dir="auto">Further Resources</h4>
<ul dir="auto">
<li><a href="http://www.javacodegeeks.com/2014/04/spring-test-context-caching-aspectj-transactional-ehcache-pain.html" rel="nofollow">Spring Test Context Caching + AspectJ @Transactional + Ehcache pain</a> blog by Java Code Geeks</li>
</ul>
<hr>
<p dir="auto"><strong>Affects:</strong> 2.5.6, 3.0.5</p>
<p dir="auto"><strong>Reference URL:</strong> <a href="http://forum.springsource.org/showthread.php?t=77980" rel="nofollow">http://forum.springsource.org/showthread.php?t=77980</a></p>
<p dir="auto"><strong>Attachments:</strong></p>
<ul dir="auto">
<li><a href="https://jira.spring.io/secure/attachment/15724/springtest.zip" rel="nofollow">springtest.zip</a> (<em>3.15 MB</em>)</li>
</ul>
<p dir="auto"><strong>Issue Links:</strong></p>
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398165009" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/15989" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/15989/hovercard" href="https://github.com/spring-projects/spring-framework/issues/15989">#15989</a> SpringContexts not properly closed after test-class is finished (<em><strong>"is duplicated by"</strong></em>)</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398099177" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/11019" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/11019/hovercard" href="https://github.com/spring-projects/spring-framework/issues/11019">#11019</a> TestContext framework should support one AspectJ instance per ApplicationContext</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398174513" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/17123" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/17123/hovercard" href="https://github.com/spring-projects/spring-framework/issues/17123">#17123</a> AnnotationTransactionAspect retains reference to JpaTransactionManager from closed context</li>
</ul>
<p dir="auto">11 votes, 14 watchers</p> | 0 |
<p dir="auto">The option <code class="notranslate">app.conf.worker_pool</code> is not honored. As I've been requested in previous issues to follow the template, I will try to.</p>
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> This has already been asked to the <a href="https://groups.google.com/forum/#!forum/celery-users" rel="nofollow">discussion group</a> first: I didn't ask. This is a super easily reproducible bug, and I <code class="notranslate">git bisect</code> to identify the commit responsible.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br>
<a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contribution guide</a><br>
on reporting bugs.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Bug+Report%22+-label%3A%22Category%3A+Documentation%22">issues list</a><br>
for similar or identical bug reports.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22PR+Type%3A+Bugfix%22+-label%3A%22Category%3A+Documentation%22">pull requests list</a><br>
for existing proposed fixes.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/commits/master">commit log</a><br>
to find out if the bug was already fixed in the master branch.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all related issues and possible duplicate issues<br>
in this issue (If there are none, check this box anyway).</li>
</ul>
<h2 dir="auto">Mandatory Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br>
(if you are not able to do this, then at least specify the Celery<br>
version affected).</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the contents of <code class="notranslate">pip freeze</code> in the issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all the versions of all the external dependencies required<br>
to reproduce this bug.</li>
</ul>
<h4 dir="auto">Related Issues</h4>
<ul dir="auto">
<li>None</li>
</ul>
<h4 dir="auto">Possible Duplicates</h4>
<ul dir="auto">
<li>None</li>
</ul>
<h2 dir="auto">Environment & Settings</h2>
<p dir="auto">5.0.5 (singularity)</p>
<details>
<summary><b><code class="notranslate">celery report</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="software -> celery:5.0.5 (singularity) kombu:5.0.2 py:3.8.2
billiard:3.6.3.0 py-amqp:5.0.5
platform -> system:Linux arch:64bit, ELF
kernel version:4.19.121-linuxkit imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:amqp results:disabled
deprecated_settings: None
worker_concurrency: 1
worker_pool: 'solo'"><pre class="notranslate"><code class="notranslate">software -> celery:5.0.5 (singularity) kombu:5.0.2 py:3.8.2
billiard:3.6.3.0 py-amqp:5.0.5
platform -> system:Linux arch:64bit, ELF
kernel version:4.19.121-linuxkit imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:amqp results:disabled
deprecated_settings: None
worker_concurrency: 1
worker_pool: 'solo'
</code></pre></div>
<p dir="auto"></p>
</details>
<h1 dir="auto">Steps to Reproduce</h1>
<h2 dir="auto">Required Dependencies</h2>
<ul dir="auto">
<li><strong>Minimal Python Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Celery Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Kombu Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Broker Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Version</strong>: N/A or Unknown</li>
<li><strong>Minimal OS and/or Kernel Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Broker Client Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Client Version</strong>: N/A or Unknown</li>
</ul>
<h3 dir="auto">Python Packages</h3>
<details>
<summary><b><code class="notranslate">pip freeze</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="amqp 5.0.5
billiard 3.6.3.0
celery 5.0.5 /tmp/celery
click 7.1.2
click-didyoumean 0.0.3
click-plugins 1.1.1
click-repl 0.1.6
kombu 5.0.2
pip 21.0.1
prompt-toolkit 3.0.18
pytz 2021.1
setuptools 54.1.2
six 1.15.0
vine 5.0.0
wcwidth 0.2.5
wheel 0.36.2"><pre class="notranslate"><code class="notranslate">amqp 5.0.5
billiard 3.6.3.0
celery 5.0.5 /tmp/celery
click 7.1.2
click-didyoumean 0.0.3
click-plugins 1.1.1
click-repl 0.1.6
kombu 5.0.2
pip 21.0.1
prompt-toolkit 3.0.18
pytz 2021.1
setuptools 54.1.2
six 1.15.0
vine 5.0.0
wcwidth 0.2.5
wheel 0.36.2
</code></pre></div>
<p dir="auto"></p>
</details>
<h3 dir="auto">Other Dependencies</h3>
<details>
<p dir="auto">
N/A
</p>
</details>
<h2 dir="auto">Minimally Reproducible Test Case</h2>
<details>
<p dir="auto">
</p><div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from celery import Celery
app = Celery(
'worker',
)
app.conf.update(
worker_concurrency=1,
worker_pool='solo',
)"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">celery</span> <span class="pl-k">import</span> <span class="pl-v">Celery</span>
<span class="pl-s1">app</span> <span class="pl-c1">=</span> <span class="pl-v">Celery</span>(
<span class="pl-s">'worker'</span>,
)
<span class="pl-s1">app</span>.<span class="pl-s1">conf</span>.<span class="pl-en">update</span>(
<span class="pl-s1">worker_concurrency</span><span class="pl-c1">=</span><span class="pl-c1">1</span>,
<span class="pl-s1">worker_pool</span><span class="pl-c1">=</span><span class="pl-s">'solo'</span>,
)</pre></div>
<p dir="auto"></p>
</details>
<h1 dir="auto">Expected Behavior</h1>
<p dir="auto">The banner displayed by <code class="notranslate">celery -A worker worker</code> should contain <code class="notranslate">concurrency: 1 (solo)</code></p>
<h1 dir="auto">Actual Behavior</h1>
<p dir="auto">The banner contains <code class="notranslate">concurrency: 1 (prefork)</code>. The parameter <code class="notranslate">worker_concurrency</code> is honored, but <code class="notranslate">worker_pool</code> is ignored.</p>
<p dir="auto">The problem apparently comes from <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/celery/celery/commit/01651d2f5d9ad20dfb9812d92831510147974b23/hovercard" href="https://github.com/celery/celery/commit/01651d2f5d9ad20dfb9812d92831510147974b23"><tt>01651d2</tt></a></p> | <h2 dir="auto">Checklist</h2>
<p dir="auto">I'm <code class="notranslate">pip</code> installing Celery from <code class="notranslate">master</code>.</p>
<h2 dir="auto">Steps to reproduce</h2>
<p dir="auto">Submit a task to an SQS broker and verify that there are 1 messages available and 0 messages "in flight" (total messages: 1). Launch a worker connected to that broker and now verify that there are 0 messages available and 1 messages "in flight" (total messages: 1). Shutdown the worker before the task completes (via Ctrl + C). The task will then be resubmitted with the following message:</p>
<p dir="auto"><code class="notranslate">Restoring 1 unacknowledged message(s).</code></p>
<p dir="auto">Verify that the total number of messages in SQS is now 2 (1 available and 1 "in flight").</p>
<p dir="auto">Repeat.</p>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto">I expect the total number of messages in the SQS broker to remain constant, as is the behavior I observe when I perform the repro with a Redis broker.</p>
<h2 dir="auto">Actual behavior</h2>
<p dir="auto">Messages are duplicated, which can cause the queue to grow in an unbounded way.</p>
<p dir="auto">Adding to this, I have long-running tasks (~45 min) and notice that I quite frequently see this error message</p>
<p dir="auto"><code class="notranslate">[INFO] botocore.vendored.requests.packages.urllib3.connectionpool: Resetting dropped connection: sqs.us-west-2.amazonaws.com</code></p>
<p dir="auto">in conjunction with <code class="notranslate">Restoring N unacknowledged messages.</code></p>
<p dir="auto">It seems that dying SQS connections are causing workers to restart, which is in turn causing my queue to grow. (FYI: overnight, it grew from ~10 jobs to 13,000 because of this behavior when running a cluster of ~20 machines)</p> | 0 |
<p dir="auto">You can only avoid having your constant call backs to google analytics or atom.io servers described as something other than spyware when you ask the user first if they would like you to turn on these features.</p>
<p dir="auto">Your access to google analytics should only be enabled with the "send anonymous statistics to improve product" button, as most half decent non-spyware applications do.</p>
<p dir="auto">Your access to atom.io to check for updates should only be enabled with the "automatically check for updates on startup" button, as is done by most reasonably sane applications.</p>
<p dir="auto">Asking users to edit your <em>coffee script</em> in order to disable is not a valid response.</p> | <p dir="auto">You need to leave the metrics disabled by default and then at least ask users, first time they activate the editor, whether they would allow it to be enabled.</p>
<p dir="auto">I for one will not allow spyware to run on my box, hence I disable or remove such applications, but Atom doesn't provide a clue in the application, so if someone haven't seen the FAQ, they don't know.</p>
<p dir="auto">This is a problem because Atom is then collecting data WITHOUT consent, even if it is in the FAQ and even if the user has downloaded the application.</p>
<p dir="auto">Besides, I find the whole concept of tracking users with the excuse of collecting useful data ridiculous!</p>
<p dir="auto">In the entire history of Open Source this has never been needed and users are extremely helpful in sharing information, data, and reports about bugs, how they use the application, and other stuff.</p>
<p dir="auto">The metrics package in Atom should to be removed from the default install, and then you can leave the package for anyone who want to install it by himself from the installation menu. Or as suggested, leave it OFF at first.</p>
<p dir="auto">Another important point is that Atom is NOT simply collecting statistical data! If that where the case there certainly is no need to create a SHA1 of each installation MAC address. That is NOT collecting statistical data, that is specific and individual surveillance, which is unacceptable.</p> | 1 |
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/lchccieurope/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/lchccieurope">@lchccieurope</a> on 2016-05-20T08:57:50Z</p>
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">pam_limits</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.0.2.0
config file =
configured module search path = Default w/o overrides"><pre class="notranslate"><code class="notranslate">ansible 2.0.2.0
config file =
configured module search path = Default w/o overrides
</code></pre></div>
<h5 dir="auto">CONFIGURATION</h5>
<p dir="auto">none</p>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">Controller: MacOSX 10.11.5<br>
Target: CentOS/7</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">pam_limits misformats comments, first comment has no "#" (and not even space) prefix, third comment is indented twice.</p>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- pam_limits: domain={{item.domain}} limit_type={{item.limit_type}} limit_item={{item.limit_item}} value={{item.value}} comment={{item.comment}}
with_items:
- { domain: 'user1', limit_type: 'soft', limit_item: 'nofile', value: '4096', comment: 'Comment 1' }
- { domain: 'user2', limit_type: 'soft', limit_item: 'nofile', value: '4096', comment: 'Comment 2' }
- { domain: 'user3', limit_type: 'soft', limit_item: 'nofile', value: '4096', comment: 'Comment 3' }"><pre class="notranslate"><code class="notranslate">- pam_limits: domain={{item.domain}} limit_type={{item.limit_type}} limit_item={{item.limit_item}} value={{item.value}} comment={{item.comment}}
with_items:
- { domain: 'user1', limit_type: 'soft', limit_item: 'nofile', value: '4096', comment: 'Comment 1' }
- { domain: 'user2', limit_type: 'soft', limit_item: 'nofile', value: '4096', comment: 'Comment 2' }
- { domain: 'user3', limit_type: 'soft', limit_item: 'nofile', value: '4096', comment: 'Comment 3' }
</code></pre></div>
<h5 dir="auto">EXPECTED RESULTS</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="user1 soft nofile 4096 #Comment 1
user2 soft nofile 4096 #Comment 2
user3 soft nofile 4096 #Comment 3
# End of file"><pre class="notranslate"><code class="notranslate">user1 soft nofile 4096 #Comment 1
user2 soft nofile 4096 #Comment 2
user3 soft nofile 4096 #Comment 3
# End of file
</code></pre></div>
<h5 dir="auto">ACTUAL RESULTS</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# End of file
user1 soft nofile 4096Comment 1
user2 soft nofile 4096 #Comment 2
user3 soft nofile 4096 # #Comment 3"><pre class="notranslate"><code class="notranslate"># End of file
user1 soft nofile 4096Comment 1
user2 soft nofile 4096 #Comment 2
user3 soft nofile 4096 # #Comment 3
</code></pre></div>
<p dir="auto">Copied from original issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="155916560" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible-modules-extras/issues/2264" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible-modules-extras/issues/2264/hovercard" href="https://github.com/ansible/ansible-modules-extras/issues/2264">ansible/ansible-modules-extras#2264</a></p> | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">pam_limits</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.3.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.13 (default, May 10 2017, 20:04:28) [GCC 6.3.1 20161221 (Red Hat 6.3.1-1)]
"><pre class="notranslate"><code class="notranslate">ansible 2.3.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.13 (default, May 10 2017, 20:04:28) [GCC 6.3.1 20161221 (Red Hat 6.3.1-1)]
</code></pre></div>
<h5 dir="auto">CONFIGURATION</h5>
<p dir="auto">Default</p>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">Ansible host : Fedora 25<br>
Ansible target : Centos 7.3 (Vagrant centos/7 image)</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">pam_limits breaks limits.conf file if comment is used, making any subsequent pam_limits change fail.</p>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<ul dir="auto">
<li>Run the below playbook.<br>
The behaviour was discovered in Vagrant controlled Virtualbox VM.</li>
</ul>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="---
- name: Deploy
hosts: all
become: true
become_user: root
vars:
user1_limits:
- { domain: user1, type: soft, name: nofile, value: 1024, comment: User1 }
- { domain: user1, type: hard, name: nofile, value: 65536, comment: User1 }
- { domain: user1, type: soft, name: nproc, value: 2047, comment: User1 }
- { domain: user1, type: hard, name: nproc, value: 16384, comment: User1 }
- { domain: user1, type: soft, name: stack, value: 10240, comment: User1 }
- { domain: user1, type: hard, name: stack, value: 32768, comment: User1 }
tasks:
- name: set user limits
pam_limits:
limit_item: "{{ item.name }}"
limit_type: "{{ item.type }}"
value: "{{ item.value }}"
domain: "{{ item.domain }}"
comment: "{{ item.comment }}"
with_items: "{{ user1_limits }}""><pre class="notranslate">---
- <span class="pl-ent">name</span>: <span class="pl-s">Deploy</span>
<span class="pl-ent">hosts</span>: <span class="pl-s">all</span>
<span class="pl-ent">become</span>: <span class="pl-c1">true</span>
<span class="pl-ent">become_user</span>: <span class="pl-s">root</span>
<span class="pl-ent">vars</span>:
<span class="pl-ent">user1_limits</span>:
- <span class="pl-s">{ domain: user1, type: soft, name: nofile, value: 1024, comment: User1 }</span>
- <span class="pl-s">{ domain: user1, type: hard, name: nofile, value: 65536, comment: User1 }</span>
- <span class="pl-s">{ domain: user1, type: soft, name: nproc, value: 2047, comment: User1 }</span>
- <span class="pl-s">{ domain: user1, type: hard, name: nproc, value: 16384, comment: User1 }</span>
- <span class="pl-s">{ domain: user1, type: soft, name: stack, value: 10240, comment: User1 }</span>
- <span class="pl-s">{ domain: user1, type: hard, name: stack, value: 32768, comment: User1 }</span>
<span class="pl-ent">tasks</span>:
- <span class="pl-ent">name</span>: <span class="pl-s">set user limits</span>
<span class="pl-ent">pam_limits</span>:
<span class="pl-ent">limit_item</span>: <span class="pl-s"><span class="pl-pds">"</span>{{ item.name }}<span class="pl-pds">"</span></span>
<span class="pl-ent">limit_type</span>: <span class="pl-s"><span class="pl-pds">"</span>{{ item.type }}<span class="pl-pds">"</span></span>
<span class="pl-ent">value</span>: <span class="pl-s"><span class="pl-pds">"</span>{{ item.value }}<span class="pl-pds">"</span></span>
<span class="pl-ent">domain</span>: <span class="pl-s"><span class="pl-pds">"</span>{{ item.domain }}<span class="pl-pds">"</span></span>
<span class="pl-ent">comment</span>: <span class="pl-s"><span class="pl-pds">"</span>{{ item.comment }}<span class="pl-pds">"</span></span>
<span class="pl-ent">with_items</span>: <span class="pl-s"><span class="pl-pds">"</span>{{ user1_limits }}<span class="pl-pds">"</span></span></pre></div>
<h5 dir="auto">EXPECTED RESULTS</h5>
<p dir="auto">limits set with comments in limits.conf file :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[...]
user1 soft nofile 1024 # User1
user1 hard nofile 65536 # User1
user1 soft nproc 2047 # User1
user1 hard nproc 16384 # User1
user1 soft stack 10240 # User1
user1 hard stack 32768 # User1"><pre class="notranslate"><code class="notranslate">[...]
user1 soft nofile 1024 # User1
user1 hard nofile 65536 # User1
user1 soft nproc 2047 # User1
user1 hard nproc 16384 # User1
user1 soft stack 10240 # User1
user1 hard stack 32768 # User1
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="PLAY [Deploy] ******************************************************************
TASK [Gathering Facts] *********************************************************
ok: [default]
TASK [set user limits] *******************************************************
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'soft', u'name': u'nofile', u'value': 1024})
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'hard', u'name': u'nofile', u'value': 65536})
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'soft', u'name': u'nproc', u'value': 2047})
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'hard', u'name': u'nproc', u'value': 16384})
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'soft', u'name': u'stack', u'value': 10240})
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'hard', u'name': u'stack', u'value': 32768})
PLAY RECAP *********************************************************************
default : ok=2 changed=1 unreachable=0 failed=0"><pre class="notranslate"><code class="notranslate">PLAY [Deploy] ******************************************************************
TASK [Gathering Facts] *********************************************************
ok: [default]
TASK [set user limits] *******************************************************
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'soft', u'name': u'nofile', u'value': 1024})
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'hard', u'name': u'nofile', u'value': 65536})
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'soft', u'name': u'nproc', u'value': 2047})
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'hard', u'name': u'nproc', u'value': 16384})
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'soft', u'name': u'stack', u'value': 10240})
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'hard', u'name': u'stack', u'value': 32768})
PLAY RECAP *********************************************************************
default : ok=2 changed=1 unreachable=0 failed=0
</code></pre></div>
<h5 dir="auto">ACTUAL RESULTS</h5>
<p dir="auto">Limits are not set at all, apart from first limit in first playbook run.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="user1 soft nofile 1024User1"><pre class="notranslate"><code class="notranslate">user1 soft nofile 1024User1
</code></pre></div>
<p dir="auto">If comment contains "#" itself, behaviour changes to :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="user1 hard nofile 65536 ## User1
user1 soft nproc 2047 # ## User1
user1 hard nproc 16384 # # ## User1
user1 soft stack 10240 # # # ## User1
user1 hard stack 32768 # # # # ## User1"><pre class="notranslate"><code class="notranslate">user1 hard nofile 65536 ## User1
user1 soft nproc 2047 # ## User1
user1 hard nproc 16384 # # ## User1
user1 soft stack 10240 # # # ## User1
user1 hard stack 32768 # # # # ## User1
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="PLAY [Deploy] ******************************************************************
TASK [Gathering Facts] *********************************************************
ok: [default]
TASK [set user limits] *******************************************************
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'soft', u'name': u'nofile', u'value': 1024})
failed: [default] (item={u'comment': u'User1', u'domain': u'user1', u'type': u'hard', u'name': u'nofile', u'value': 65536}) => {"failed": true, "item": {"comment": "User1", "domain": "user1", "name": "nofile", "type": "hard", "value": 65536}, "msg": "Invalid configuration of '/etc/security/limits.conf'. Current value of nofile is unsupported."}
failed: [default] (item={u'comment': u'User1', u'domain': u'user1', u'type': u'soft', u'name': u'nproc', u'value': 2047}) => {"failed": true, "item": {"comment": "User1", "domain": "user1", "name": "nproc", "type": "soft", "value": 2047}, "msg": "Invalid configuration of '/etc/security/limits.conf'. Current value of nofile is unsupported."}
failed: [default] (item={u'comment': u'User1', u'domain': u'user1', u'type': u'hard', u'name': u'nproc', u'value': 16384}) => {"failed": true, "item": {"comment": "User1", "domain": "user1", "name": "nproc", "type": "hard", "value": 16384}, "msg": "Invalid configuration of '/etc/security/limits.conf'. Current value of nofile is unsupported."}
failed: [default] (item={u'comment': u'User1', u'domain': u'user1', u'type': u'soft', u'name': u'stack', u'value': 10240}) => {"failed": true, "item": {"comment": "User1", "domain": "user1", "name": "stack", "type": "soft", "value": 10240}, "msg": "Invalid configuration of '/etc/security/limits.conf'. Current value of nofile is unsupported."}
failed: [default] (item={u'comment': u'User1', u'domain': u'user1', u'type': u'hard', u'name': u'stack', u'value': 32768}) => {"failed": true, "item": {"comment": "User1", "domain": "user1", "name": "stack", "type": "hard", "value": 32768}, "msg": "Invalid configuration of '/etc/security/limits.conf'. Current value of nofile is unsupported."}
PLAY RECAP *********************************************************************
default : ok=1 changed=0 unreachable=0 failed=1"><pre class="notranslate"><code class="notranslate">PLAY [Deploy] ******************************************************************
TASK [Gathering Facts] *********************************************************
ok: [default]
TASK [set user limits] *******************************************************
changed: [default] => (item={u'comment': u'User1', u'domain': u'user1', u'type': u'soft', u'name': u'nofile', u'value': 1024})
failed: [default] (item={u'comment': u'User1', u'domain': u'user1', u'type': u'hard', u'name': u'nofile', u'value': 65536}) => {"failed": true, "item": {"comment": "User1", "domain": "user1", "name": "nofile", "type": "hard", "value": 65536}, "msg": "Invalid configuration of '/etc/security/limits.conf'. Current value of nofile is unsupported."}
failed: [default] (item={u'comment': u'User1', u'domain': u'user1', u'type': u'soft', u'name': u'nproc', u'value': 2047}) => {"failed": true, "item": {"comment": "User1", "domain": "user1", "name": "nproc", "type": "soft", "value": 2047}, "msg": "Invalid configuration of '/etc/security/limits.conf'. Current value of nofile is unsupported."}
failed: [default] (item={u'comment': u'User1', u'domain': u'user1', u'type': u'hard', u'name': u'nproc', u'value': 16384}) => {"failed": true, "item": {"comment": "User1", "domain": "user1", "name": "nproc", "type": "hard", "value": 16384}, "msg": "Invalid configuration of '/etc/security/limits.conf'. Current value of nofile is unsupported."}
failed: [default] (item={u'comment': u'User1', u'domain': u'user1', u'type': u'soft', u'name': u'stack', u'value': 10240}) => {"failed": true, "item": {"comment": "User1", "domain": "user1", "name": "stack", "type": "soft", "value": 10240}, "msg": "Invalid configuration of '/etc/security/limits.conf'. Current value of nofile is unsupported."}
failed: [default] (item={u'comment': u'User1', u'domain': u'user1', u'type': u'hard', u'name': u'stack', u'value': 32768}) => {"failed": true, "item": {"comment": "User1", "domain": "user1", "name": "stack", "type": "hard", "value": 32768}, "msg": "Invalid configuration of '/etc/security/limits.conf'. Current value of nofile is unsupported."}
PLAY RECAP *********************************************************************
default : ok=1 changed=0 unreachable=0 failed=1
</code></pre></div> | 1 |
<p dir="auto">Feels like when we are doing changes in <code class="notranslate">std</code> that a whole build of Deno plus the full test suite of Deno is unnecessary for validating a change to <code class="notranslate">std</code> and we should consider some mechanism to only test <code class="notranslate">std</code> potentially against a prebuilt version of Deno.</p> | <p dir="auto">for discussion and tracking, i'll put together a PR.</p>
<p dir="auto">Currently, even for a small change in std the entire 20 minute long build process is run. This would enable fixes to std to be tested much quicker.</p>
<p dir="auto">This is related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="615175377" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/5179" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/5179/hovercard" href="https://github.com/denoland/deno/issues/5179">#5179</a> .</p> | 1 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.5.0</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">Prior to Azure provider 5.0.0, <code class="notranslate">WasbHook.get_file</code> only required three arguments (<code class="notranslate">file_path</code>, <code class="notranslate">container_name</code>, and <code class="notranslate">blob_name</code>), but now two additional parameters - <code class="notranslate">length</code> and <code class="notranslate">offset</code> - are required by the underlying <code class="notranslate">WasbHook.download</code> method. However the underlying <a href="https://learn.microsoft.com/en-us/python/api/azure-storage-blob/azure.storage.blob.blobclient?view=azure-python#azure-storage-blob-blobclient-download-blob" rel="nofollow"><code class="notranslate">BlobClient.download_blob</code> method</a> has <code class="notranslate">length</code> and <code class="notranslate">offset</code> as optional.</p>
<h3 dir="auto">What you think should happen instead</h3>
<p dir="auto"><code class="notranslate">length</code> and <code class="notranslate">offset</code> should continue to be optional in <code class="notranslate">WasbHook.download</code> (and therefore <code class="notranslate">WasbHook.get_file</code>).</p>
<h3 dir="auto">How to reproduce</h3>
<p dir="auto">Call <code class="notranslate">WasbHook.get_file</code> with only the initial three arguments (<code class="notranslate">file_path</code>, <code class="notranslate">container_name</code>, and <code class="notranslate">blob_name</code>).</p>
<h3 dir="auto">Operating System</h3>
<p dir="auto">Debian Slim</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<p dir="auto"><code class="notranslate">apache-airflow-providers-microsoft-azure==5.0.0</code></p>
<h3 dir="auto">Deployment</h3>
<p dir="auto">Astronomer</p>
<h3 dir="auto">Deployment details</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Anything else</h3>
<p dir="auto">Just wanted to say I really love your issue submission form.</p>
<h3 dir="auto">Are you willing to submit PR?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Yes I am willing to submit a PR!</li>
</ul>
<h3 dir="auto">Code of Conduct</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I agree to follow this project's <a href="https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a></li>
</ul> | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.5.0</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">The Azure WASB log task handler is no longer working.</p>
<h3 dir="auto">What you think should happen instead</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">How to reproduce</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Operating System</h3>
<p dir="auto">Linux</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<p dir="auto">apache-airflow-providers-microsoft-azure==5.0.0</p>
<h3 dir="auto">Deployment</h3>
<p dir="auto">Official Apache Airflow Helm Chart</p>
<h3 dir="auto">Deployment details</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Anything else</h3>
<p dir="auto">This is a regression from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1323410852" data-permission-text="Title is private" data-url="https://github.com/apache/airflow/issues/25426" data-hovercard-type="pull_request" data-hovercard-url="/apache/airflow/pull/25426/hovercard" href="https://github.com/apache/airflow/pull/25426">#25426</a>:</p>
<p dir="auto">The <code class="notranslate">download</code> method now requires <code class="notranslate">offset</code> and <code class="notranslate">length</code> arguments, but these are not provided from the task handler code.</p>
<h3 dir="auto">Are you willing to submit PR?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Yes I am willing to submit a PR!</li>
</ul>
<h3 dir="auto">Code of Conduct</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I agree to follow this project's <a href="https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a></li>
</ul> | 1 |
<p dir="auto">I am using the Drawer component in the nav bar with the MenuIcon. In earlier releases, this worked as expected. When the MenuIcon was clicked, the Drawer would open, and clicking on any of the Drawer items, or outside the Drawer would close the Drawer. However, with the latest release, I notice that once the Drawer opens, if I click anywhere to close the drawer, the MenuIcon component gets highlighted. I have to click once again on the page to get it back to normal.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<p dir="auto">Live preview of my code is at <a href="https://codesandbox.io/s/github/scarescrow/react-resource-center/" rel="nofollow">here</a></p>
<p dir="auto">Even though it is not appearing on the live demo, I see it on my machine.<br>
Screenshots are present <a href="https://image.ibb.co/j1zJyk/qwe.png" rel="nofollow">here</a></p>
<h2 dir="auto">Your Environment</h2>
<table role="table">
<thead>
<tr>
<th>Tech</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>Material-UI</td>
<td>1.0.0-beta.10</td>
</tr>
<tr>
<td>React</td>
<td>15.6.1</td>
</tr>
<tr>
<td>browser</td>
<td>Tested both on Chrome and Firefox</td>
</tr>
<tr>
<td>OS</td>
<td>Windows 2008 Server R2</td>
</tr>
</tbody>
</table> | <p dir="auto">In some folders in the project there are places where there are different modules and their types/tests which reside in the same folder.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Context</h2>
<p dir="auto">I think that following the <a href="https://github.com/wearehive/project-guidelines">project-guidlines</a> project's view on <a href="https://github.com/wearehive/project-guidelines#structure-and-naming">folder structure and naming</a> will help with faster navigation of different modules. A good example is the <a href="https://github.com/callemall/material-ui/tree/v1-beta/src/styles">styles folder</a> where all the modules and their types and tests are in the same folder, making it hard to navigate through.</p> | 0 |
<p dir="auto">While sitting with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/stefanv/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/stefanv">@stefanv</a> last week we discussed (and then <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/stefanv/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/stefanv">@stefanv</a> started implementing) sparse array classes that use the same code as the existing matrix classes, but instead satisfy the ndarray interface (only up to two dimensions). For example slicing out rows would result in 1d arrays rather than 2d matrices, the <code class="notranslate">*</code> operator means elementwise multiply rather than matrix multiply, etc..</p>
<p dir="auto">This would be valuable for a number of communities and, in particular, anyone trying to use sparse arrays and numpy arrays interchangably, as happens in Pandas, Scikit-Learn, and Dask.array.</p>
<p dir="auto">I thought I'd raise this issue to track this work (and also to subtly prod <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/stefanv/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/stefanv">@stefanv</a>).</p>
<p dir="auto">Also cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/NelleV/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/NelleV">@NelleV</a> and <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/njsmith/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/njsmith">@njsmith</a></p> | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> M = sp.csr_matrix((np.array([-2, 4]), np.array([0, 0]), np.array([0, 2])))
>>> M.A
array([[2]])
>>> (M > 1).A
array([[False]], dtype=bool)"><pre class="notranslate"><code class="notranslate">>>> M = sp.csr_matrix((np.array([-2, 4]), np.array([0, 0]), np.array([0, 2])))
>>> M.A
array([[2]])
>>> (M > 1).A
array([[False]], dtype=bool)
</code></pre></div>
<p dir="auto">I haven't analysed where the failure occurs, but there is apparently no test for this case at present, as <code class="notranslate">TestCSRNonCanonical.test_gt</code> passes.</p> | 0 |
<h4 dir="auto">Binary Agents</h4>
<p dir="auto"><a href="https://www.freecodecamp.com/challenges/binary-agents" rel="nofollow">https://www.freecodecamp.com/challenges/binary-agents</a></p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">One of the help links that's suppose to direct to Mozilla documentation on String.charCodeAt() instead points to <a href="https://www.freecodecamp.com/challenges/undefined" rel="nofollow">https://www.freecodecamp.com/challenges/undefined</a></p>
<h4 dir="auto">Browser Information</h4>
<ul dir="auto">
<li>Browser Name, Version: Chrome</li>
<li>Operating System: OS X</li>
<li>Mobile, Desktop, or Tablet: Desktop</li>
</ul> | <p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/caesars-cipher" rel="nofollow">Caesars Cipher</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Firefox/45.0</code>.<br>
Please describe how to reproduce this issue, and include links to screenshots if possible.</p>
<p dir="auto">My code:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="
function rot13(str) { // LBH QVQ VG!
return str;
}
// Change the inputs below to test
rot13("SERR PBQR PNZC");
"><pre class="notranslate"><span class="pl-k">function</span> <span class="pl-en">rot13</span><span class="pl-kos">(</span><span class="pl-s1">str</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-c">// LBH QVQ VG!</span>
<span class="pl-k">return</span> <span class="pl-s1">str</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-c">// Change the inputs below to test</span>
<span class="pl-en">rot13</span><span class="pl-kos">(</span><span class="pl-s">"SERR PBQR PNZC"</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">The issue is not within the code, actually... It is on the challenge's explanation page.<br>
It seems that the link to "String.charCodeAt()" is broken.</p>
<p dir="auto">I think it should be the following:<br>
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/charCodeAt" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/charCodeAt</a></p>
<p dir="auto">Stay well<br>
DR</p> | 1 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">My import dependency tree looks like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- main app
- components library
- antd"><pre class="notranslate"><code class="notranslate">- main app
- components library
- antd
</code></pre></div>
<p dir="auto">The components library is built with <code class="notranslate">next/babel</code>. When running a production build, I get the following error:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/9904569/70392087-d2275700-1990-11ea-89d8-55c3da46a1f7.png"><img width="584" alt="Screen Shot 2019-12-08 at 8 00 22 AM" src="https://user-images.githubusercontent.com/9904569/70392087-d2275700-1990-11ea-89d8-55c3da46a1f7.png" style="max-width: 100%;"></a></p>
<p dir="auto">I used this as a reference to build my next config: <a href="https://github.com/zeit/next.js/tree/canary/examples/with-ant-design-less">https://github.com/zeit/next.js/tree/canary/examples/with-ant-design-less</a></p>
<p dir="auto">Everything works fine until I include the components repo (I can use antd in the main app without a problem). Any idea how to work around this issue?</p>
<p dir="auto">I imagine directly including the components library in the next config would work, but I'm not sure how exactly to do this with the next/babel preset.</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Steps to reproduce the behavior, please provide code snippets or a repository:</p>
<ol dir="auto">
<li>Clone <a href="https://github.com/zeit/next.js/tree/canary/examples/with-ant-design-less">https://github.com/zeit/next.js/tree/canary/examples/with-ant-design-less</a></li>
<li>Include any library that has a dependency on antd</li>
<li>Run next build</li>
</ol>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto">The build works.</p> | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">I'm trying to add wix-style-react plugin inside my NextJS project but I'm unable to build. Inside their <a href="https://github.com/wix/wix-style-react">documentation</a>, they say they use Stylable, SASS and CSS Modules.</p>
<p dir="auto">When I install the plugin and build, I get the following error :</p>
<blockquote>
<p dir="auto">Module parse failed: Unexpected character '@' (1:0)<br>
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See <a href="https://webpack.js.org/concepts#loaders" rel="nofollow">https://webpack.js.org/concepts#loaders</a><br>
<a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/import/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/import">@import</a> '../common';</p>
</blockquote>
<p dir="auto">I tried both following methods :</p>
<ol dir="auto">
<li>Using <a class="issue-link js-issue-link notranslate" rel="noopener noreferrer nofollow" href="https://linear.app/vercel/issue/NEXT-sass">next-sass</a> inside my <code class="notranslate">next.config.js</code></li>
</ol>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// next.config.js
const withSass = require('@zeit/next-sass')
module.exports = withSass({
cssModules: true
})"><pre class="notranslate"><span class="pl-c">// next.config.js</span>
<span class="pl-k">const</span> <span class="pl-s1">withSass</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">'@zeit/next-sass'</span><span class="pl-kos">)</span>
<span class="pl-smi">module</span><span class="pl-kos">.</span><span class="pl-c1">exports</span> <span class="pl-c1">=</span> <span class="pl-s1">withSass</span><span class="pl-kos">(</span><span class="pl-kos">{</span>
<span class="pl-c1">cssModules</span>: <span class="pl-c1">true</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span></pre></div>
<p dir="auto">This way I got another error warning me about a .css file</p>
<blockquote>
<p dir="auto">Module parse failed: Unexpected token (1:0)<br>
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See <a href="https://webpack.js.org/concepts#loaders" rel="nofollow">https://webpack.js.org/concepts#loaders</a><br>
.root {<br>
| display: inline-block;<br>
| text-overflow: ellipsis;</p>
</blockquote>
<ol start="2" dir="auto">
<li>Using <a class="issue-link js-issue-link notranslate" rel="noopener noreferrer nofollow" href="https://linear.app/vercel/issue/NEXT-css">next-css</a> in combination with <a class="issue-link js-issue-link notranslate" rel="noopener noreferrer nofollow" href="https://linear.app/vercel/issue/NEXT-sass">next-sass</a></li>
</ol>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// next.config.js
const withSass = require('@zeit/next-sass')
const withCss = require('@zeit/next-css')
module.exports = withCss(
withSass({
cssModules: true,
})
)"><pre class="notranslate"><span class="pl-c">// next.config.js</span>
<span class="pl-k">const</span> <span class="pl-s1">withSass</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">'@zeit/next-sass'</span><span class="pl-kos">)</span>
<span class="pl-k">const</span> <span class="pl-s1">withCss</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">'@zeit/next-css'</span><span class="pl-kos">)</span>
<span class="pl-smi">module</span><span class="pl-kos">.</span><span class="pl-c1">exports</span> <span class="pl-c1">=</span> <span class="pl-s1">withCss</span><span class="pl-kos">(</span>
<span class="pl-s1">withSass</span><span class="pl-kos">(</span><span class="pl-kos">{</span>
<span class="pl-c1">cssModules</span>: <span class="pl-c1">true</span><span class="pl-kos">,</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span>
<span class="pl-kos">)</span></pre></div>
<p dir="auto">With this config, I get again the same error as with no config</p>
<h2 dir="auto">To Reproduce</h2>
<ol dir="auto">
<li>Create a new blank project with <code class="notranslate">create-next-app</code></li>
<li>Install the module <code class="notranslate">yarn add wix-style-react</code></li>
<li>Build <code class="notranslate">yarn build</code></li>
</ol>
<h2 dir="auto">System information</h2>
<ul dir="auto">
<li>OS: macOS</li>
<li>Version of Next.js: 9.1.4</li>
</ul> | 1 |
<h5 dir="auto">Issue Type:</h5>
<p dir="auto">Fancy Corner Case Bug</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">Introduced in current devel as well as 1.8.2 and up.<br>
In the 1.8 tree, the bug was introduced by <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/4cd87ec93ec1f5266e5afaaa8e6734d642284afe/hovercard" href="https://github.com/ansible/ansible/commit/4cd87ec93ec1f5266e5afaaa8e6734d642284afe"><tt>4cd87ec</tt></a></p>
<p dir="auto">Note that while the bug is unrelated, this "faulty" commit is the same as for <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="51405872" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/9753" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/9753/hovercard" href="https://github.com/ansible/ansible/issues/9753">#9753</a></p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">N/A (tested on Ubuntu 14.04)</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">Using a key pointing to a variable, that itself is defined as another variable construct, in combination with group_by, the resulting key (probably that subvar) is onlky calculated once for the first host, so all hosts are put in the same group.</p>
<h5 dir="auto">Steps To Reproduce:</h5>
<p dir="auto">Create an inventory <code class="notranslate">hosts</code> file with some hosts where the first three chars point to a datacenter:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="dc1-ch1-bl1
dc2-ch1-bl2
dc1-ch1-bl3
dc2-ch1-bl4
dc2-ch1-bl5 "><pre class="notranslate"><code class="notranslate">dc1-ch1-bl1
dc2-ch1-bl2
dc1-ch1-bl3
dc2-ch1-bl4
dc2-ch1-bl5
</code></pre></div>
<p dir="auto">and provide this variable in <code class="notranslate">group_vars/all.yml</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="datacenter: '{{ inventory_hostname[:3] }}'"><pre class="notranslate"><code class="notranslate">datacenter: '{{ inventory_hostname[:3] }}'
</code></pre></div>
<p dir="auto">Test with the commmand<br>
<code class="notranslate">ansible all -i hosts -c local -m group_by -a key={{datacenter}}</code></p>
<p dir="auto">Also change the <em>first</em> host in the inventory file from <code class="notranslate">dc1-ch1-bl1</code> to <code class="notranslate">dc2-ch1-bl1</code> and observe the difference.</p>
<h5 dir="auto">Expected Results:</h5>
<p dir="auto">Works with ansible release1.8.1 <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/ad675235e2f65a0ed464f57a5c5b65553f09e8bb/hovercard" href="https://github.com/ansible/ansible/commit/ad675235e2f65a0ed464f57a5c5b65553f09e8bb"><tt>ad67523</tt></a> last updated 2014/12/02 10:53:48 (GMT +200):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ansible all -i hosts -c local -m group_by -a key={{datacenter}}
dc1-ch1-bl1 | success >> {
"changed": true,
"groups": {
"dc1": [
"dc1-ch1-bl1",
"dc1-ch1-bl3"
],
"dc2": [
"dc2-ch1-bl2",
"dc2-ch1-bl4",
"dc2-ch1-bl5"
]
}
}"><pre class="notranslate"><code class="notranslate">$ ansible all -i hosts -c local -m group_by -a key={{datacenter}}
dc1-ch1-bl1 | success >> {
"changed": true,
"groups": {
"dc1": [
"dc1-ch1-bl1",
"dc1-ch1-bl3"
],
"dc2": [
"dc2-ch1-bl2",
"dc2-ch1-bl4",
"dc2-ch1-bl5"
]
}
}
</code></pre></div>
<h5 dir="auto">Actual Results:</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="dc1-ch1-bl1 | success >> {
"changed": true,
"groups": {
"dc1": [
"dc1-ch1-bl1",
"dc2-ch1-bl2",
"dc1-ch1-bl3",
"dc2-ch1-bl4",
"dc2-ch1-bl5"
]
}
}"><pre class="notranslate"><code class="notranslate">dc1-ch1-bl1 | success >> {
"changed": true,
"groups": {
"dc1": [
"dc1-ch1-bl1",
"dc2-ch1-bl2",
"dc1-ch1-bl3",
"dc2-ch1-bl4",
"dc2-ch1-bl5"
]
}
}
</code></pre></div>
<p dir="auto">or after changing the <em>first</em> host in the inventory file from <code class="notranslate">dc1-ch1-bl1</code> to <code class="notranslate">dc2-ch1-bl1</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="dc2-ch1-bl1 | success >> {
"changed": true,
"groups": {
"dc2": [
"dc2-ch1-bl1",
"dc2-ch1-bl2",
"dc1-ch1-bl3",
"dc2-ch1-bl4",
"dc2-ch1-bl5"
]
}
}"><pre class="notranslate"><code class="notranslate">dc2-ch1-bl1 | success >> {
"changed": true,
"groups": {
"dc2": [
"dc2-ch1-bl1",
"dc2-ch1-bl2",
"dc1-ch1-bl3",
"dc2-ch1-bl4",
"dc2-ch1-bl5"
]
}
}
</code></pre></div> | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">ansible 1.5.4</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Ubuntu 12.04 x64 running Ansible, managing 13.10 x64 hosts</p>
<h5 dir="auto">Summary:</h5>
<ul dir="auto">
<li>Attempting to use 'group_by:' with 'when:'.</li>
<li>Two hosts; one in group <em><strong>dbnodes</strong></em>, one in group <em><strong>webnodes</strong></em>, both also a member of ec2_hosts.</li>
<li>One host satisfies the when clause, one does not.</li>
<li>Flipping group membership doesn't flip which host is grouped...just skips the task altogether.</li>
</ul>
<h5 dir="auto">Steps To Reproduce:</h5>
<p dir="auto">See gist: <a href="https://gist.github.com/mark-casey/11386608">https://gist.github.com/mark-casey/11386608</a><br>
One provided inventory works for me, one doesn't.</p>
<h5 dir="auto">Expected Results:</h5>
<p dir="auto">The host which is a member of 'dbnodes' should be added to the 'Debian' group, for either of the two inventory files provided.</p>
<h5 dir="auto">Actual Results:</h5>
<p dir="auto">One of the inventory files sees no hosts added to the 'Debian' group.</p>
<p dir="auto">Also interesting, either of the two inventories will work if you entirely remove the ec2_hosts group and change site.yml's play to use this host selector instead:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" hosts: dbnodes:webnodes"><pre class="notranslate"><code class="notranslate"> hosts: dbnodes:webnodes
</code></pre></div> | 1 |
<table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>yes/no</td>
</tr>
<tr>
<td>RFC?</td>
<td>yes/no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.4.7</td>
</tr>
</tbody>
</table>
<p dir="auto">I have a Symfony 3.4 project and code from an old project (SF 2.1) - I want to migrade the code from the old project to the new one. In none of these both projects exists any service.</p>
<p dir="auto">By running <code class="notranslate">php bin/console</code> I get the error <code class="notranslate">Circular reference detected for service "routing.loader", path: "routing.loader".</code> -> nothing works.</p>
<p dir="auto">Exception trace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Symfony\Component\DependencyInjection\Container->get() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php:56
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:363
Symfony\Component\Routing\Router->getGeneratorDumperInstance() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:328
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure}() at n/a:n/a
call_user_func() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php:43
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:336
Symfony\Component\Routing\Router->getGenerator() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:240
Symfony\Component\Routing\Router->generate() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:1444
ContainerYqoe0c9\appDevDebugProjectContainer->getDebug_FileLinkFormatterService() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:1009
ContainerYqoe0c9\appDevDebugProjectContainer->getTwigService() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/getAssetic_AssetManagerService.php:21
require() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:840
ContainerYqoe0c9\appDevDebugProjectContainer->load() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/getRouting_LoaderService.php:46
require() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:840
ContainerYqoe0c9\appDevDebugProjectContainer->load() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:304
Symfony\Component\DependencyInjection\Container->get() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php:56
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:363
Symfony\Component\Routing\Router->getGeneratorDumperInstance() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:328
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure}() at n/a:n/a
call_user_func() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php:43
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:336
Symfony\Component\Routing\Router->getGenerator() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:240
Symfony\Component\Routing\Router->generate() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:1444
ContainerYqoe0c9\appDevDebugProjectContainer->getDebug_FileLinkFormatterService() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:1292
ContainerYqoe0c9\appDevDebugProjectContainer->getDebug_DebugHandlersListenerService() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:1365
ContainerYqoe0c9\appDevDebugProjectContainer->ContainerYqoe0c9\{closure}() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61
Symfony\Component\EventDispatcher\EventDispatcher->getListeners() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128
Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->getListeners() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:250
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:134
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:961
Symfony\Component\Console\Application->doRunCommand() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:86
Symfony\Bundle\FrameworkBundle\Console\Application->doRunCommand() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:248
Symfony\Component\Console\Application->doRun() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:74
Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:148
Symfony\Component\Console\Application->run() at /private/var/www/html/treeconsult/test/bin/console:27"><pre class="notranslate"><code class="notranslate"> Symfony\Component\DependencyInjection\Container->get() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php:56
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:363
Symfony\Component\Routing\Router->getGeneratorDumperInstance() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:328
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure}() at n/a:n/a
call_user_func() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php:43
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:336
Symfony\Component\Routing\Router->getGenerator() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:240
Symfony\Component\Routing\Router->generate() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:1444
ContainerYqoe0c9\appDevDebugProjectContainer->getDebug_FileLinkFormatterService() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:1009
ContainerYqoe0c9\appDevDebugProjectContainer->getTwigService() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/getAssetic_AssetManagerService.php:21
require() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:840
ContainerYqoe0c9\appDevDebugProjectContainer->load() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/getRouting_LoaderService.php:46
require() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:840
ContainerYqoe0c9\appDevDebugProjectContainer->load() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:304
Symfony\Component\DependencyInjection\Container->get() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php:56
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:363
Symfony\Component\Routing\Router->getGeneratorDumperInstance() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:328
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure}() at n/a:n/a
call_user_func() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php:43
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:336
Symfony\Component\Routing\Router->getGenerator() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:240
Symfony\Component\Routing\Router->generate() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:1444
ContainerYqoe0c9\appDevDebugProjectContainer->getDebug_FileLinkFormatterService() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:1292
ContainerYqoe0c9\appDevDebugProjectContainer->getDebug_DebugHandlersListenerService() at /private/var/www/html/treeconsult/test/var/cache/dev/ContainerYqoe0c9/appDevDebugProjectContainer.php:1365
ContainerYqoe0c9\appDevDebugProjectContainer->ContainerYqoe0c9\{closure}() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61
Symfony\Component\EventDispatcher\EventDispatcher->getListeners() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128
Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->getListeners() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:250
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:134
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:961
Symfony\Component\Console\Application->doRunCommand() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:86
Symfony\Bundle\FrameworkBundle\Console\Application->doRunCommand() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:248
Symfony\Component\Console\Application->doRun() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:74
Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /private/var/www/html/treeconsult/test/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:148
Symfony\Component\Console\Application->run() at /private/var/www/html/treeconsult/test/bin/console:27
</code></pre></div>
<p dir="auto">Installed packages (<code class="notranslate">composer info</code>):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="composer/ca-bundle 1.1.1 Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.
doctrine/annotations v1.6.0 Docblock Annotations Parser
doctrine/cache v1.7.1 Caching library offering an object-oriented API for many cache backends
doctrine/collections v1.5.0 Collections Abstraction library
doctrine/common v2.8.1 Common Library for Doctrine projects
doctrine/dbal v2.7.0 Database Abstraction Layer
doctrine/doctrine-bundle 1.8.1 Symfony DoctrineBundle
doctrine/doctrine-cache-bundle 1.3.3 Symfony Bundle for Doctrine Cache
doctrine/inflector v1.3.0 Common String Manipulations with regard to casing and singular/plural rules.
doctrine/instantiator 1.1.0 A small, lightweight utility to instantiate objects in PHP without invoking their constructors
doctrine/lexer v1.0.1 Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
doctrine/orm v2.6.1 Object-Relational-Mapper for PHP
fig/link-util 1.0.0 Common utility implementations for HTTP links
friendsofsymfony/user-bundle v2.1.2 Symfony FOSUserBundle
incenteev/composer-parameter-handler v2.1.3 Composer script handling your ignored parameter file
jdorn/sql-formatter v1.2.17 a PHP SQL highlighting library
kriswallsmith/assetic v1.4.0 Asset Management for PHP
monolog/monolog 1.23.0 Sends your logs to files, sockets, inboxes, databases and various web services
paragonie/random_compat v2.0.11 PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
psr/cache 1.0.1 Common interface for caching libraries
psr/container 1.0.0 Common Container Interface (PHP FIG PSR-11)
psr/link 1.0.0 Common interfaces for HTTP links
psr/log 1.0.2 Common interface for logging libraries
psr/simple-cache 1.0.1 Common interfaces for simple caching
sensio/distribution-bundle v5.0.21 Base bundle for Symfony Distributions
sensio/framework-extra-bundle v5.1.6 This bundle provides a way to configure your controllers with annotations
sensio/generator-bundle v3.1.7 This bundle generates code for you
sensiolabs/security-checker v4.1.8 A security checker for your composer.lock
swiftmailer/swiftmailer v5.4.9 Swiftmailer, free feature-rich PHP mailer
symfony/assetic-bundle v2.8.2 Integrates Assetic into Symfony2
symfony/monolog-bundle v3.2.0 Symfony MonologBundle
symfony/phpunit-bridge v3.4.7 Symfony PHPUnit Bridge
symfony/polyfill-apcu v1.7.0 Symfony polyfill backporting apcu_* functions to lower PHP versions
symfony/polyfill-intl-icu v1.7.0 Symfony polyfill for intl's ICU-related data and classes
symfony/polyfill-mbstring v1.7.0 Symfony polyfill for the Mbstring extension
symfony/polyfill-php56 v1.7.0 Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions
symfony/polyfill-php70 v1.7.0 Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions
symfony/polyfill-util v1.7.0 Symfony utilities for portability of PHP codes
symfony/swiftmailer-bundle v2.6.7 Symfony SwiftmailerBundle
symfony/symfony v3.4.7 The Symfony PHP framework
twig/twig v2.4.8 Twig, the flexible, fast, and secure template language for PHP"><pre class="notranslate"><code class="notranslate">composer/ca-bundle 1.1.1 Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.
doctrine/annotations v1.6.0 Docblock Annotations Parser
doctrine/cache v1.7.1 Caching library offering an object-oriented API for many cache backends
doctrine/collections v1.5.0 Collections Abstraction library
doctrine/common v2.8.1 Common Library for Doctrine projects
doctrine/dbal v2.7.0 Database Abstraction Layer
doctrine/doctrine-bundle 1.8.1 Symfony DoctrineBundle
doctrine/doctrine-cache-bundle 1.3.3 Symfony Bundle for Doctrine Cache
doctrine/inflector v1.3.0 Common String Manipulations with regard to casing and singular/plural rules.
doctrine/instantiator 1.1.0 A small, lightweight utility to instantiate objects in PHP without invoking their constructors
doctrine/lexer v1.0.1 Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
doctrine/orm v2.6.1 Object-Relational-Mapper for PHP
fig/link-util 1.0.0 Common utility implementations for HTTP links
friendsofsymfony/user-bundle v2.1.2 Symfony FOSUserBundle
incenteev/composer-parameter-handler v2.1.3 Composer script handling your ignored parameter file
jdorn/sql-formatter v1.2.17 a PHP SQL highlighting library
kriswallsmith/assetic v1.4.0 Asset Management for PHP
monolog/monolog 1.23.0 Sends your logs to files, sockets, inboxes, databases and various web services
paragonie/random_compat v2.0.11 PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
psr/cache 1.0.1 Common interface for caching libraries
psr/container 1.0.0 Common Container Interface (PHP FIG PSR-11)
psr/link 1.0.0 Common interfaces for HTTP links
psr/log 1.0.2 Common interface for logging libraries
psr/simple-cache 1.0.1 Common interfaces for simple caching
sensio/distribution-bundle v5.0.21 Base bundle for Symfony Distributions
sensio/framework-extra-bundle v5.1.6 This bundle provides a way to configure your controllers with annotations
sensio/generator-bundle v3.1.7 This bundle generates code for you
sensiolabs/security-checker v4.1.8 A security checker for your composer.lock
swiftmailer/swiftmailer v5.4.9 Swiftmailer, free feature-rich PHP mailer
symfony/assetic-bundle v2.8.2 Integrates Assetic into Symfony2
symfony/monolog-bundle v3.2.0 Symfony MonologBundle
symfony/phpunit-bridge v3.4.7 Symfony PHPUnit Bridge
symfony/polyfill-apcu v1.7.0 Symfony polyfill backporting apcu_* functions to lower PHP versions
symfony/polyfill-intl-icu v1.7.0 Symfony polyfill for intl's ICU-related data and classes
symfony/polyfill-mbstring v1.7.0 Symfony polyfill for the Mbstring extension
symfony/polyfill-php56 v1.7.0 Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions
symfony/polyfill-php70 v1.7.0 Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions
symfony/polyfill-util v1.7.0 Symfony utilities for portability of PHP codes
symfony/swiftmailer-bundle v2.6.7 Symfony SwiftmailerBundle
symfony/symfony v3.4.7 The Symfony PHP framework
twig/twig v2.4.8 Twig, the flexible, fast, and secure template language for PHP
</code></pre></div>
<p dir="auto">Any ideas how to fix it? Thanks!</p> | <table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>yes</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.4.7</td>
</tr>
</tbody>
</table>
<p dir="auto">after <code class="notranslate">composer up</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" [RuntimeException]
An error occurred when executing the "'cache:clear --no-warmup'" command:
In Container.php line 297:
Circular reference detected for service "routing.loader", path: "routing.loader"."><pre class="notranslate"><code class="notranslate"> [RuntimeException]
An error occurred when executing the "'cache:clear --no-warmup'" command:
In Container.php line 297:
Circular reference detected for service "routing.loader", path: "routing.loader".
</code></pre></div> | 1 |
<p dir="auto">See this issue for more details, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="82101402" data-permission-text="Title is private" data-url="https://github.com/TypeStrong/atom-typescript/issues/365" data-hovercard-type="issue" data-hovercard-url="/TypeStrong/atom-typescript/issues/365/hovercard" href="https://github.com/TypeStrong/atom-typescript/issues/365">TypeStrong/atom-typescript#365</a></p> | <p dir="auto">Soon after the new settings view was included, I noticed this odd item:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/835148/5810676/3dce3714-a018-11e4-980e-30126bab9d21.png"><img src="https://cloud.githubusercontent.com/assets/835148/5810676/3dce3714-a018-11e4-980e-30126bab9d21.png" alt="screen shot 2015-01-19 at 2 40 11 pm" style="max-width: 100%;"></a></p>
<p dir="auto">Which seems to be related to autoprefixer package. See also <a href="https://discuss.atom.io/t/whats-this-bin-package/14355/7" rel="nofollow">https://discuss.atom.io/t/whats-this-bin-package/14355/7</a> for the initial thread.</p> | 1 |
<p dir="auto">by <strong>vivaneon</strong>:</p>
<pre class="notranslate">What is the expected output? What do you see instead?
--- cd ../misc/cgo/stdio
rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test
_testmain.go hello fib chain run.out
cgo file.go
could not determine kind of name for C.CString
could not determine kind of name for C.puts
could not determine kind of name for C.fflushstdout
could not determine kind of name for C.free
failed to interpret gcc output:
cc1: warnings being treated as errors
cgo-test: In function ‘f’:
cgo-test:0: erreur: déclaration sans effet
cgo-test:1: erreur: déclaration sans effet
cgo-test:2: erreur: déclaration sans effet
cgo-test:3: erreur: déclaration sans effet
What is your $GOOS? $GOARCH?
Linux and amd64
Which revision are you sync'ed to? (hg log -l 1)
hg log -l 1
changeset: 4015:cb140bac9ab0
tag: tip
user: Russ Cox <[email protected]>
date: Thu Nov 12 14:55:26 2009 -0800
summary: test/run: unset GREP_OPTIONS
Please provide any additional information below.
Even if i get this compilation error, binaries have been compiled, but i
thought some items are missing.</pre> | <p dir="auto">by <strong>robert.hencke</strong>:</p>
<pre class="notranslate">This is peculiar, but I was able to get someone else to reproduce this.
What steps will reproduce the problem?
1. Open the cgo life example ($GOROOT/misc/cgo/life)
2. Open life.go
a. Change //export GoStart to //export Aaa
b. Change //export GoWait to //export Bb
3. Open c-life.c
a. Change GoStart_return to Aaa_return
b. Change calls to GoStart to Aaa
c. Change calls to GoWait to Bb
4. make life && ./life
What's really strange is that if you change 'Aaa' to 'Aa', above, everything works
perfectly.
What is the expected output?
life game board, as usual
What do you see instead?
dyld: Symbol not found: __cgoexp_Bb
Referenced from: /Users/roberthencke/go/pkg/darwin_amd64/cgo_life.so
Expected in: flat namespace
in /Users/roberthencke/go/pkg/darwin_amd64/cgo_life.so
Trace/BPT trap
Which compiler are you using (5g, 6g, 8g, gccgo)?
6g (cgo)
Which operating system are you using?
Mac OS X 10.6 (amd64)
Which revision are you using? (hg identify)
de6031d05339+ tip</pre> | 0 |
<p dir="auto">The folder test_plugin/, while showing an example, is not mentioned anywhere in the manual, and is not easy to find (since the name does not indicate it also being an example)</p>
<p dir="auto">This could be a good first issue.</p> | <p dir="auto">Currently the runtime API would support the compiler option of <code class="notranslate">lib</code>, but it would fail in most scenarios where if a lib is included that isn't inlined into the TypeScript compiler. For example <code class="notranslate">lib: [ "esnext", "dom" ]</code> would fail, because <code class="notranslate">lib.dom.d.ts</code> is not inlined into the compiler.</p>
<p dir="auto">We should support attempting to externally fetch libs when requested by the runtime compiler APIs, so we don't have to bake these in, but end users would be able to compile against a different set of libs.</p> | 0 |
<p dir="auto">also while installing other packages the search becomes unresponsive, as do the install buttons on other search results.</p> | <p dir="auto">See: <a href="https://discuss.atom.io/t/terrible-bug-update-all-packages-freeze-my-machine/17106" rel="nofollow">https://discuss.atom.io/t/terrible-bug-update-all-packages-freeze-my-machine/17106</a></p>
<p dir="auto">I assume that Atom trying to update 120 packages at once consumed too many resources?</p> | 1 |
<p dir="auto">DaemonRestart Scheduler should continue assigning pods to nodes across restart<br>
is failing with some kind of ssh error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:256
Expected error:
<*errors.errorString | 0xc208525a90>: {
s: "error getting SSH client to [email protected]:22: 'ssh: handshake failed: ssh: unable to authenticate, attempted methods [publickey none], no supported methods remain'",
}
error getting SSH client to [email protected]:22: 'ssh: handshake failed: ssh: unable to authenticate, attempted methods [publickey none], no supported methods remain'
not to have occurred"><pre class="notranslate"><code class="notranslate">/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:256
Expected error:
<*errors.errorString | 0xc208525a90>: {
s: "error getting SSH client to [email protected]:22: 'ssh: handshake failed: ssh: unable to authenticate, attempted methods [publickey none], no supported methods remain'",
}
error getting SSH client to [email protected]:22: 'ssh: handshake failed: ssh: unable to authenticate, attempted methods [publickey none], no supported methods remain'
not to have occurred
</code></pre></div>
<p dir="auto">DaemonRestart Kubelet should not restart containers across restart<br>
is failing like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="09:25:08 DaemonRestart
09:25:08 Kubelet should not restart containers across restart
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:275
09:25:08 [BeforeEach] DaemonRestart
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:205
09:25:08 STEP: Skipping test, which is not implemented for gke
09:25:08 [It] Kubelet should not restart containers across restart
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:275
09:25:08 [AfterEach] DaemonRestart
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:211
09:25:08
09:25:08 •! Panic [0.001 seconds]
09:25:08 DaemonRestart
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:276
09:25:08 Kubelet should not restart containers across restart [It]
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:275
09:25:08
09:25:08 Test Panicked
09:25:08 runtime error: invalid memory address or nil pointer dereference
09:25:08 /usr/src/go/src/runtime/panic.go:387
09:25:08
09:25:08 Full Stack Trace
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/pkg/client/unversioned/nodes.go:67 (0x69fba3)
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:1253 (0x4ca09a)
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:259 (0x51fe56)
09:25:08 /go/src/k8s.io/kubernetes/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/runner.go:109 (0xbab825)
09:25:08 /usr/src/go/src/testing/testing.go:447 (0x460b0f)
09:25:08 /usr/src/go/src/runtime/asm_amd64.s:2232 (0x440671)"><pre class="notranslate"><code class="notranslate">09:25:08 DaemonRestart
09:25:08 Kubelet should not restart containers across restart
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:275
09:25:08 [BeforeEach] DaemonRestart
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:205
09:25:08 STEP: Skipping test, which is not implemented for gke
09:25:08 [It] Kubelet should not restart containers across restart
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:275
09:25:08 [AfterEach] DaemonRestart
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:211
09:25:08
09:25:08 •! Panic [0.001 seconds]
09:25:08 DaemonRestart
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:276
09:25:08 Kubelet should not restart containers across restart [It]
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:275
09:25:08
09:25:08 Test Panicked
09:25:08 runtime error: invalid memory address or nil pointer dereference
09:25:08 /usr/src/go/src/runtime/panic.go:387
09:25:08
09:25:08 Full Stack Trace
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/pkg/client/unversioned/nodes.go:67 (0x69fba3)
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:1253 (0x4ca09a)
09:25:08 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:259 (0x51fe56)
09:25:08 /go/src/k8s.io/kubernetes/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/runner.go:109 (0xbab825)
09:25:08 /usr/src/go/src/testing/testing.go:447 (0x460b0f)
09:25:08 /usr/src/go/src/runtime/asm_amd64.s:2232 (0x440671)
</code></pre></div>
<p dir="auto">Sample failures:</p>
<p dir="auto"><a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8655/" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8655/</a><br>
<a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8656/" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8656/</a><br>
<a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8657/" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8657/</a><br>
<a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8658/" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8658/</a><br>
<a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8659/" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8659/</a><br>
<a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8660/" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8660/</a><br>
<a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8661/" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8661/</a><br>
<a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8662/" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8662/</a><br>
<a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8663/" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/8663/</a></p>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mikedanese/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mikedanese">@mikedanese</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/brendandburns/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/brendandburns">@brendandburns</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/zmerlynn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/zmerlynn">@zmerlynn</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/roberthbailey/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/roberthbailey">@roberthbailey</a><br>
we're not seeing these failures in the GCE runs of this test AFAICT</p> | <p dir="auto">The test is in flaky suite and no one seems to care. We need an owner for this test.</p>
<p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wojtek-t/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wojtek-t">@wojtek-t</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/davidopp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/davidopp">@davidopp</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ixdy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ixdy">@ixdy</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mikedanese/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mikedanese">@mikedanese</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/quinton-hoole/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/quinton-hoole">@quinton-hoole</a></p>
<p dir="auto">Last failure log:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:278 Nov 26 03:25:57.460: RcManager created/deleted pods after restart [2015-11-26 03:25:16.775576085 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-yuzjn Phase Running Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.326844194 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jwxpg Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.379404066 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-9ts1x Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:41.93934037 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-ynst4 Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:41.951709324 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-ynst4 Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.321323343 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-9ts1x Phase Pending Host [2015-11-26 03:25:38.42322019 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-575re Phase Pending Host [2015-11-26 03:25:40.869486693 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-575re Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:42.523489077 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-575re Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.319163368 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jm7zt Phase Pending Host [2015-11-26 03:25:38.354714318 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jwxpg Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.462898056 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-ynst4 Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:41.928146952 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-kgn3f Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:42.066522845 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-cs8hq Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:42.078296897 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-cs8hq Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:45.31246032 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-chu1j Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.309458862 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-m4vh5 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:38.383460818 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-zh1r7 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:16.775602748 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-yvo1o Phase Running Host e2e-flaky-minion-zprd [2015-11-26 03:25:38.437579768 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-575re Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.475785078 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-575re Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.724975474 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-dxzyf Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:42.860209179 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-m4vh5 Phase Running Host e2e-flaky-minion-zprd [2015-11-26 03:25:38.451727263 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-ynst4 Phase Pending Host [2015-11-26 03:25:38.508389581 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-dxzyf Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:45.318291471 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-chu1j Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.358318412 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-zh1r7 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:42.084430361 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-cs8hq Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:45.115230633 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-chu1j Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:42.040842918 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-zh1r7 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:43.124743053 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-9ts1x Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:16.775473034 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-chu1j Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:16.775495546 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-diedr Phase Running Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.421746375 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-kgn3f Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.492462125 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-ynst4 Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.502379621 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-dxzyf Phase Pending Host [2015-11-26 03:25:41.912051713 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-kgn3f Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:42.05492754 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-zh1r7 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:38.304511407 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jwxpg Phase Pending Host [2015-11-26 03:25:44.31217349 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-dxzyf Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:16.775443563 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-1cg0h Phase Running Host e2e-flaky-minion-zprd [2015-11-26 03:25:16.775458239 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-2d2yv Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:16.775531086 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-vdu88 Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.337678073 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-cs8hq Phase Pending Host [2015-11-26 03:25:38.421721822 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-9ts1x Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:41.019190004 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-9ts1x Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:42.048059537 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-zh1r7 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:38.341308949 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-m4vh5 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:41.951725731 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-ynst4 Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:44.519906884 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-dxzyf Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.319197645 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-zh1r7 Phase Pending Host [2015-11-26 03:25:16.775427596 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-118w8 Phase Running Host e2e-flaky-minion-gtsf [2015-11-26 03:25:16.775514759 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-uf5ix Phase Running Host e2e-flaky-minion-zprd [2015-11-26 03:25:38.319422668 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-kgn3f Phase Pending Host [2015-11-26 03:25:38.365060848 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-kgn3f Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:41.923586597 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-kgn3f Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:43.725212376 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jm7zt Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.299112367 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-m4vh5 Phase Pending Host [2015-11-26 03:25:38.344468969 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jm7zt Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.434080106 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-cs8hq Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:16.775400914 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-0zj63 Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.369821246 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jm7zt Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.393348625 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-cs8hq Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:44.513737053 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-dxzyf Phase Pending Host e2e-flaky-minion-xrmh "><pre class="notranslate"><code class="notranslate">/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:278 Nov 26 03:25:57.460: RcManager created/deleted pods after restart [2015-11-26 03:25:16.775576085 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-yuzjn Phase Running Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.326844194 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jwxpg Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.379404066 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-9ts1x Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:41.93934037 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-ynst4 Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:41.951709324 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-ynst4 Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.321323343 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-9ts1x Phase Pending Host [2015-11-26 03:25:38.42322019 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-575re Phase Pending Host [2015-11-26 03:25:40.869486693 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-575re Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:42.523489077 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-575re Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.319163368 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jm7zt Phase Pending Host [2015-11-26 03:25:38.354714318 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jwxpg Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.462898056 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-ynst4 Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:41.928146952 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-kgn3f Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:42.066522845 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-cs8hq Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:42.078296897 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-cs8hq Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:45.31246032 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-chu1j Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.309458862 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-m4vh5 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:38.383460818 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-zh1r7 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:16.775602748 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-yvo1o Phase Running Host e2e-flaky-minion-zprd [2015-11-26 03:25:38.437579768 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-575re Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.475785078 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-575re Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.724975474 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-dxzyf Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:42.860209179 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-m4vh5 Phase Running Host e2e-flaky-minion-zprd [2015-11-26 03:25:38.451727263 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-ynst4 Phase Pending Host [2015-11-26 03:25:38.508389581 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-dxzyf Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:45.318291471 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-chu1j Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.358318412 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-zh1r7 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:42.084430361 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-cs8hq Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:45.115230633 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-chu1j Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:42.040842918 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-zh1r7 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:43.124743053 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-9ts1x Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:16.775473034 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-chu1j Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:16.775495546 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-diedr Phase Running Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.421746375 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-kgn3f Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.492462125 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-ynst4 Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:38.502379621 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-dxzyf Phase Pending Host [2015-11-26 03:25:41.912051713 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-kgn3f Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:42.05492754 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-zh1r7 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:38.304511407 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jwxpg Phase Pending Host [2015-11-26 03:25:44.31217349 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-dxzyf Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:16.775443563 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-1cg0h Phase Running Host e2e-flaky-minion-zprd [2015-11-26 03:25:16.775458239 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-2d2yv Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:16.775531086 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-vdu88 Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.337678073 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-cs8hq Phase Pending Host [2015-11-26 03:25:38.421721822 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-9ts1x Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:41.019190004 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-9ts1x Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:42.048059537 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-zh1r7 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:38.341308949 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-m4vh5 Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:41.951725731 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-ynst4 Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:44.519906884 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-dxzyf Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.319197645 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-zh1r7 Phase Pending Host [2015-11-26 03:25:16.775427596 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-118w8 Phase Running Host e2e-flaky-minion-gtsf [2015-11-26 03:25:16.775514759 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-uf5ix Phase Running Host e2e-flaky-minion-zprd [2015-11-26 03:25:38.319422668 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-kgn3f Phase Pending Host [2015-11-26 03:25:38.365060848 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-kgn3f Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:41.923586597 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-kgn3f Phase Pending Host e2e-flaky-minion-gtsf [2015-11-26 03:25:43.725212376 -0800 PST] DEL: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jm7zt Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.299112367 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-m4vh5 Phase Pending Host [2015-11-26 03:25:38.344468969 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jm7zt Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.434080106 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-cs8hq Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:16.775400914 -0800 PST] ADD: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-0zj63 Phase Running Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.369821246 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-jm7zt Phase Pending Host e2e-flaky-minion-xrmh [2015-11-26 03:25:38.393348625 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-cs8hq Phase Pending Host e2e-flaky-minion-zprd [2015-11-26 03:25:44.513737053 -0800 PST] UPDATE: daemonrestart10-24d0f510-9430-11e5-9e6c-42010af01555-dxzyf Phase Pending Host e2e-flaky-minion-xrmh
</code></pre></div> | 1 |
<ul class="contains-task-list">
<li><strong>I'm submitting a ...</strong></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> bug report</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> feature request</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> support request => Please do not submit support request here, see note at the top of this template.</li>
</ul>
<p dir="auto"><strong>Current behavior</strong></p>
<p dir="auto"><code class="notranslate"><script></code> and <code class="notranslate"><style></code> tags are stripped from templates, but they are listed in the DOM element registry as supported, complete with DOM properties, etc.: <a href="https://github.com/angular/angular/blob/master/modules/%40angular/compiler/src/schema/dom_element_schema_registry.ts">https://github.com/angular/angular/blob/master/modules/%40angular/compiler/src/schema/dom_element_schema_registry.ts</a></p>
<p dir="auto"><strong>Expected/desired behavior</strong></p>
<p dir="auto">They should be at least removed from the registry. Even better, they could be marked as forbidden in the registry so that it's clear that they don't fall in the 'unknown' tag category.</p>
<p dir="auto"><strong>Angular version:</strong> GitHub repo, master branch</p>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mprobst/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mprobst">@mprobst</a> advised me to CC <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tbosch/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tbosch">@tbosch</a> and <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mhevery/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mhevery">@mhevery</a> for this issue, thanks for taking a look at it!</p> | <h2 dir="auto">I'm submitting a...</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
[x] Bug report
[x] Feature request"><pre class="notranslate"><code class="notranslate">
[x] Bug report
[x] Feature request
</code></pre></div>
<h2 dir="auto">Background</h2>
<p dir="auto">Imagine you have the following webcomponent:</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<expression>
<script type='text/plain'>
If(var1 < var2,
Sum([Field 1])
,
Sum([Field 2])
)
</script>
</expression>"><pre class="notranslate"><span class="pl-kos"><</span><span class="pl-ent">expression</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">script</span> <span class="pl-c1">type</span>='<span class="pl-s">text/plain</span>'<span class="pl-kos">></span>
<span class="pl-v">If</span><span class="pl-kos">(</span><span class="pl-s1">var1</span> <span class="pl-c1"><</span> <span class="pl-s1">var2</span><span class="pl-kos">,</span>
<span class="pl-v">Sum</span><span class="pl-kos">(</span><span class="pl-kos">[</span><span class="pl-v">Field</span> <span class="pl-c1">1</span><span class="pl-kos">]</span><span class="pl-kos">)</span>
<span class="pl-kos">,</span>
<span class="pl-v">Sum</span><span class="pl-kos">(</span><span class="pl-kos">[</span><span class="pl-v">Field</span> <span class="pl-c1">2</span><span class="pl-kos">]</span><span class="pl-kos">)</span>
<span class="pl-kos">)</span>
<span class="pl-kos"></</span><span class="pl-ent">script</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">expression</span><span class="pl-kos">></span></pre></div>
<p dir="auto">The component reads the text inside the script tag and sends it to a server which evaluates the result.</p>
<p dir="auto">The webcomponent should be embedded in an Angular App. It is no Angular component and should just rendered as is.</p>
<p dir="auto">It has to contain a script tag because <code class="notranslate">'text/plain'</code> allows it not to be parsed as HTML and like this, it is possible for expressions to contain characters like <code class="notranslate"><</code> as in <code class="notranslate">var1 < var2</code> without being recognized as the beginning of a html tag.</p>
<h2 dir="auto">Current behavior</h2>
<p dir="auto">Angular deletes all script tags inside templates, also those with text/plain. I read, that this is because you shouldn't mix JavaScript with Angular Templates, but this is just plain text.</p>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto"><code class="notranslate"><script type="text/plain"</code> should not be deleted. It is the only way to integrate text without having to escape all html characters.</p>
<h2 dir="auto">Minimal reproduction of the problem with instructions</h2>
<p dir="auto">Insert the following code into a template and see if it will be deleted.</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<script type='text/plain'>
If(var1 < var2,
Sum([Field 1])
,
Sum([Field 2])
)
</script>"><pre class="notranslate"><span class="pl-kos"><</span><span class="pl-ent">script</span> <span class="pl-c1">type</span>='<span class="pl-s">text/plain</span>'<span class="pl-kos">></span>
<span class="pl-v">If</span><span class="pl-kos">(</span><span class="pl-s1">var1</span> <span class="pl-c1"><</span> <span class="pl-s1">var2</span><span class="pl-kos">,</span>
<span class="pl-v">Sum</span><span class="pl-kos">(</span><span class="pl-kos">[</span><span class="pl-v">Field</span> <span class="pl-c1">1</span><span class="pl-kos">]</span><span class="pl-kos">)</span>
<span class="pl-kos">,</span>
<span class="pl-v">Sum</span><span class="pl-kos">(</span><span class="pl-kos">[</span><span class="pl-v">Field</span> <span class="pl-c1">2</span><span class="pl-kos">]</span><span class="pl-kos">)</span>
<span class="pl-kos">)</span>
<span class="pl-kos"></</span><span class="pl-ent">script</span><span class="pl-kos">></span></pre></div>
<h2 dir="auto">What is the motivation / use case for changing the behavior?</h2>
<p dir="auto">If <code class="notranslate"><script type="text/plain"</code> would not be deleted it is possible to insert everything which is not html without having to escape it. HTML 5 supports it and as far as I know there is no alternative. Also it isn't a security vulnerability.</p>
<h2 dir="auto">Environment</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
Angular version: 6.1.0
Browser:
- [x] Chrome (desktop) version 69"><pre class="notranslate"><code class="notranslate">
Angular version: 6.1.0
Browser:
- [x] Chrome (desktop) version 69
</code></pre></div> | 1 |
<p dir="auto">Firstly, show the code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="km = joblib.load(filename)
cluster_labels = km.predict(X)
silhouette_avg = silhouette_score(X, cluster_labels)
# Compute the silhouette scores for each sample
sample_silhouette_values = silhouette_samples(X, cluster_labels)"><pre class="notranslate"><code class="notranslate">km = joblib.load(filename)
cluster_labels = km.predict(X)
silhouette_avg = silhouette_score(X, cluster_labels)
# Compute the silhouette scores for each sample
sample_silhouette_values = silhouette_samples(X, cluster_labels)
</code></pre></div>
<p dir="auto">‘km’ is the model that I trained using training data. see details:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="km = KMeans(n_clusters=num_k, init='k-means++', max_iter=300, n_init=1, verbose=False)
km.fit(X)"><pre class="notranslate"><code class="notranslate">km = KMeans(n_clusters=num_k, init='k-means++', max_iter=300, n_init=1, verbose=False)
km.fit(X)
</code></pre></div>
<p dir="auto">When the amount of X less than 30 thousands rows, both of silhouette_score and silhouette_samples are OK and can get expected results. But when the amount of X more than 100 thousands, the program crashed and get "Segmentation fault (core dumped)". See the detail error information:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "test19_statistic_silhouette_score.py", line 87, in <module> out()
File "test19_statistic_silhouette_score.py", line 63, in out sample_silhouette_values = silhouette_samples(X, cluster_labels)
File "/home/supermicro/.local/lib/python2.7/site-packages/sklearn/metrics/cluster/unsupervised.py", line 153, in silhouette_samples
distances = pairwise_distances(X, metric=metric, **kwds)
File "/home/supermicro/.local/lib/python2.7/site-packages/sklearn/metrics/pairwise.py", line 1112, in pairwise_distances
return _parallel_pairwise(X, Y, func, n_jobs, **kwds)
File "/home/supermicro/.local/lib/python2.7/site-packages/sklearn/metrics/pairwise.py", line 962, in _parallel_pairwise
return func(X, Y, **kwds)
File "/home/supermicro/.local/lib/python2.7/site-packages/sklearn/metrics/pairwise.py", line 207, in euclidean_distances
distances = safe_sparse_dot(X, Y.T, dense_output=True)
File "/home/supermicro/.local/lib/python2.7/site-packages/sklearn/utils/extmath.py", line 178, in safe_sparse_dot
ret = a * b
File "/usr/lib/python2.7/dist-packages/scipy/sparse/base.py", line 303, in __mul__
return self._mul_sparse_matrix(other)
File "/usr/lib/python2.7/dist-packages/scipy/sparse/compressed.py", line 528, in _mul_sparse_matrix
return self.__class__((data,indices,indptr),shape=(M,N))
File "/usr/lib/python2.7/dist-packages/scipy/sparse/compressed.py", line 84, in __init__
self.check_format(full_check=False)
File "/usr/lib/python2.7/dist-packages/scipy/sparse/compressed.py", line 144, in check_format raise ValueError("Last value of index pointer should be less than "
ValueError: Last value of index pointer should be less than the size of index and data arrays
*** Error in `python': munmap_chunk(): invalid pointer: 0x00007f9249d68010 ***
Aborted (core dumped)"><pre class="notranslate"><code class="notranslate">Traceback (most recent call last):
File "test19_statistic_silhouette_score.py", line 87, in <module> out()
File "test19_statistic_silhouette_score.py", line 63, in out sample_silhouette_values = silhouette_samples(X, cluster_labels)
File "/home/supermicro/.local/lib/python2.7/site-packages/sklearn/metrics/cluster/unsupervised.py", line 153, in silhouette_samples
distances = pairwise_distances(X, metric=metric, **kwds)
File "/home/supermicro/.local/lib/python2.7/site-packages/sklearn/metrics/pairwise.py", line 1112, in pairwise_distances
return _parallel_pairwise(X, Y, func, n_jobs, **kwds)
File "/home/supermicro/.local/lib/python2.7/site-packages/sklearn/metrics/pairwise.py", line 962, in _parallel_pairwise
return func(X, Y, **kwds)
File "/home/supermicro/.local/lib/python2.7/site-packages/sklearn/metrics/pairwise.py", line 207, in euclidean_distances
distances = safe_sparse_dot(X, Y.T, dense_output=True)
File "/home/supermicro/.local/lib/python2.7/site-packages/sklearn/utils/extmath.py", line 178, in safe_sparse_dot
ret = a * b
File "/usr/lib/python2.7/dist-packages/scipy/sparse/base.py", line 303, in __mul__
return self._mul_sparse_matrix(other)
File "/usr/lib/python2.7/dist-packages/scipy/sparse/compressed.py", line 528, in _mul_sparse_matrix
return self.__class__((data,indices,indptr),shape=(M,N))
File "/usr/lib/python2.7/dist-packages/scipy/sparse/compressed.py", line 84, in __init__
self.check_format(full_check=False)
File "/usr/lib/python2.7/dist-packages/scipy/sparse/compressed.py", line 144, in check_format raise ValueError("Last value of index pointer should be less than "
ValueError: Last value of index pointer should be less than the size of index and data arrays
*** Error in `python': munmap_chunk(): invalid pointer: 0x00007f9249d68010 ***
Aborted (core dumped)
</code></pre></div> | <p dir="auto">With scikit-learn 0.15.2, numpy 1.9.1, python 2.7.8 (on OS X), the following code segfaults:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy
import sklearn.cluster
numpy.random.seed(1)
X = numpy.random.random((50000, 100))
model = sklearn.cluster.KMeans(n_clusters=3, random_state=1)
model.fit_predict(X)
print sklearn.metrics.silhouette_score(X, model.labels_, metric='euclidean')"><pre class="notranslate"><code class="notranslate">import numpy
import sklearn.cluster
numpy.random.seed(1)
X = numpy.random.random((50000, 100))
model = sklearn.cluster.KMeans(n_clusters=3, random_state=1)
model.fit_predict(X)
print sklearn.metrics.silhouette_score(X, model.labels_, metric='euclidean')
</code></pre></div>
<p dir="auto">Results in:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Segmentation fault: 11"><pre class="notranslate"><code class="notranslate">Segmentation fault: 11
</code></pre></div>
<p dir="auto">Dropping the rows down to 30000, and the above completes fine. Dropping rows to 40000, and the script takes a very long amount of time, but didn't appear to segfault.</p> | 1 |
<p dir="auto">paramiko has a helper class SSHConfig() which can read in ~/.ssh/config.<br>
This might be helpful if special configuration is done to hop to a second<br>
host, hardcode ports or other special configuration, so that the config does<br>
not need to get duplicated for ansible.</p>
<p dir="auto">best regards,</p>
<p dir="auto">Florian La Roche</p> | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">Introduced in v2.0.0-0.3.beta1, bug not present in v2.0.0-0.2.alpha2.</p>
<h5 dir="auto">Ansible Configuration:</h5>
<p dir="auto">in ansible.cfg, use a directory as inventory</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="inventory = hosts/"><pre class="notranslate"><code class="notranslate">inventory = hosts/
</code></pre></div>
<p dir="auto">Debian Jessie.</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">I've configured 2 host files in hosts/ directory: hosts/a and hosts/b. Both contains groups, and one host is configured into 2 groups in 2 host files, with one host var for each.</p>
<p dir="auto">hosts/a :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[groupA]
test datacenter=PA3"><pre class="notranslate"><code class="notranslate">[groupA]
test datacenter=PA3
</code></pre></div>
<p dir="auto">hosts/b :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[groupB]
test bay=202"><pre class="notranslate"><code class="notranslate">[groupB]
test bay=202
</code></pre></div>
<p dir="auto">playbook test.yml:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- name: TEST
hosts: test
gather_facts: yes
tasks:
- name: debug
debug: var=hostvars[inventory_hostname].datacenter
ignore_errors: True
- name: debug
debug: var=hostvars[inventory_hostname].bay
ignore_errors: True"><pre class="notranslate"><code class="notranslate">- name: TEST
hosts: test
gather_facts: yes
tasks:
- name: debug
debug: var=hostvars[inventory_hostname].datacenter
ignore_errors: True
- name: debug
debug: var=hostvars[inventory_hostname].bay
ignore_errors: True
</code></pre></div>
<p dir="auto">With Ansible v1.9 or previous to v2.0.0-0.3.beta1, both host vars are accessible, but since this version only one random host vars (datacenter or bay) is accessible.</p>
<p dir="auto">Tried with both hash_behaviour merge and replace.</p>
<h5 dir="auto">Expected Results:</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="PLAY [TEST] ********************************************************************
TASK [setup] *******************************************************************
ok: [test]
TASK [debug] *******************************************************************
ok: [test] => {
"changed": false,
"hostvars[inventory_hostname].datacenter": "PA3"
}
TASK [debug] *******************************************************************
ok: [test] => {
"changed": false,
"hostvars[inventory_hostname].bay": "202"
}
PLAY RECAP *********************************************************************
test : ok=3 changed=0 unreachable=0 failed=0
"><pre class="notranslate"><code class="notranslate">PLAY [TEST] ********************************************************************
TASK [setup] *******************************************************************
ok: [test]
TASK [debug] *******************************************************************
ok: [test] => {
"changed": false,
"hostvars[inventory_hostname].datacenter": "PA3"
}
TASK [debug] *******************************************************************
ok: [test] => {
"changed": false,
"hostvars[inventory_hostname].bay": "202"
}
PLAY RECAP *********************************************************************
test : ok=3 changed=0 unreachable=0 failed=0
</code></pre></div>
<h5 dir="auto">Actual Results:</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="PLAY [TEST] ********************************************************************
TASK [setup] *******************************************************************
ok: [test]
TASK [debug] *******************************************************************
ok: [test] => {
"changed": false,
"hostvars[inventory_hostname].datacenter": "PA3"
}
TASK [debug] *******************************************************************
fatal: [test]: FAILED! => {"failed": true, "msg": "ERROR! 'dict object' has no attribute 'bay'"}
...ignoring
PLAY RECAP *********************************************************************
test : ok=3 changed=0 unreachable=0 failed=0
"><pre class="notranslate"><code class="notranslate">PLAY [TEST] ********************************************************************
TASK [setup] *******************************************************************
ok: [test]
TASK [debug] *******************************************************************
ok: [test] => {
"changed": false,
"hostvars[inventory_hostname].datacenter": "PA3"
}
TASK [debug] *******************************************************************
fatal: [test]: FAILED! => {"failed": true, "msg": "ERROR! 'dict object' has no attribute 'bay'"}
...ignoring
PLAY RECAP *********************************************************************
test : ok=3 changed=0 unreachable=0 failed=0
</code></pre></div> | 0 |
<h1 dir="auto">* Electron version: v0.3.75</h1>
<ul dir="auto">
<li>Operating system:win7 x64</li>
</ul>
<p dir="auto">example:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/11253729/14663322/51d51b32-06f2-11e6-888f-c92c6b639e60.png"><img src="https://cloud.githubusercontent.com/assets/11253729/14663322/51d51b32-06f2-11e6-888f-c92c6b639e60.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">then i change the html in the span through javascript</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/11253729/14663343/92d6d468-06f2-11e6-8c0f-5498e1e48610.png"><img src="https://cloud.githubusercontent.com/assets/11253729/14663343/92d6d468-06f2-11e6-8c0f-5498e1e48610.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">when the frame equal true,it's normal,but the frame equal false,then</p>
<p dir="auto">0,1,2 they are show...</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/11253729/14663354/b4a56794-06f2-11e6-84c5-9e1efd90cebb.png"><img src="https://cloud.githubusercontent.com/assets/11253729/14663354/b4a56794-06f2-11e6-84c5-9e1efd90cebb.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">there is another example about form file upload</p>
<p dir="auto">before select the file :</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/11253729/14663334/7938d830-06f2-11e6-9a7f-d5239d9a3cd1.png"><img src="https://cloud.githubusercontent.com/assets/11253729/14663334/7938d830-06f2-11e6-9a7f-d5239d9a3cd1.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">after select the file:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/11253729/14663337/7d5ca2e8-06f2-11e6-8613-03b26efb323c.png"><img src="https://cloud.githubusercontent.com/assets/11253729/14663337/7d5ca2e8-06f2-11e6-8613-03b26efb323c.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">so,i think it is a bug,and this cause that i can't choose electron to ,plase development</p> | <p dir="auto">Found this issue on a project, tested against the electron-quick-start and found the problem still exists.</p>
<p dir="auto">Simply adding "frame: false" to the new BrowserWindow() call will cause it.</p>
<ul dir="auto">
<li>Electron version: 0.37.5</li>
<li>Operating system: Windows</li>
</ul>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/5051169/14453254/a38c177c-008b-11e6-9e80-97c6a95c816e.PNG"><img src="https://cloud.githubusercontent.com/assets/5051169/14453254/a38c177c-008b-11e6-9e80-97c6a95c816e.PNG" alt="capture" style="max-width: 100%;"></a></p> | 1 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# Your code here
import pandas as pd
df =pd.read_excel('Financial Sample1.xlsx')
print (df)"><pre class="notranslate"><span class="pl-c"># Your code here</span>
<span class="pl-k">import</span> <span class="pl-s1">pandas</span> <span class="pl-k">as</span> <span class="pl-s1">pd</span>
<span class="pl-s1">df</span> <span class="pl-c1">=</span><span class="pl-s1">pd</span>.<span class="pl-en">read_excel</span>(<span class="pl-s">'Financial Sample1.xlsx'</span>)
<span class="pl-en">print</span> (<span class="pl-s1">df</span>)</pre></div>
<h4 dir="auto">Problem description</h4>
<p dir="auto">I have already posted my issue before. The read_excel function is not able to read the excel sheet is only reading a part of the cells which has more than 45 characters in it. for example if the excel cell has the data : " this is github and i am posting an issue here about pandas so i want the solution" then it reads as follows: "his is github and i am posting an issue here about pandas . . . ". so the data in the cells which has lot of characters is getting trimmed.<br>
<a href="https://github.com/pandas-dev/pandas/files/2107655/sample.xlsx">sample.xlsx</a>.</p>
<p dir="auto">I am attaching the excel file which i used for extracting data in which many cells have data more than 45 characters.</p>
<p dir="auto">[this should explain <strong>why</strong> the current behaviour is a problem and why the expected output is a better solution.]</p>
<p dir="auto"><strong>Note</strong>: We receive a lot of issues on our GitHub tracker, so it is very possible that your issue has been posted before. Please check first before submitting so that we do not have to handle and close duplicates!</p>
<p dir="auto"><strong>Note</strong>: Many problems can be resolved by simply upgrading <code class="notranslate">pandas</code> to the latest version. Before submitting, please check if that solution works for you. If possible, you may want to check if <code class="notranslate">master</code> addresses this issue, but that is not necessary.</p>
<p dir="auto">For documentation-related issues, you can check the latest versions of the docs on <code class="notranslate">master</code> here:</p>
<p dir="auto"><a href="https://pandas-docs.github.io/pandas-docs-travis/" rel="nofollow">https://pandas-docs.github.io/pandas-docs-travis/</a></p>
<p dir="auto">If the issue has not been resolved there, go ahead and file it in the issue tracker.</p>
<h4 dir="auto">Expected Output</h4>
<h4 dir="auto">Output of <code class="notranslate">pd.show_versions()</code></h4>
<details>
<p dir="auto">[paste the output of <code class="notranslate">pd.show_versions()</code> here below this line]</p>
</details> | <p dir="auto">we need to make the API's more explicit/consistent.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="create_table
delete_table
table_exists"><pre class="notranslate"><code class="notranslate">create_table
delete_table
table_exists
</code></pre></div>
<p dir="auto">should these be</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="table_create
table_delete
table_exists"><pre class="notranslate"><code class="notranslate">table_create
table_delete
table_exists
</code></pre></div>
<p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/parthea/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/parthea">@parthea</a></p> | 0 |
<p dir="auto">This code example</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<label [class.has-error]="!username.valid">
<div>Login</div>
<input type="text" ngControl="username" #username="ngForm" class="form-control" placeholder="Login" required/>
</label>"><pre class="notranslate"><code class="notranslate"><label [class.has-error]="!username.valid">
<div>Login</div>
<input type="text" ngControl="username" #username="ngForm" class="form-control" placeholder="Login" required/>
</label>
</code></pre></div>
<p dir="auto">Error: Uncaught (in promise): No provider for ControlContainer! (NgControlName -> ControlContainer)</p>
<p dir="auto">but when i use</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ngClass]="{'has-error':!username.valid}""><pre class="notranslate"><code class="notranslate">[ngClass]="{'has-error':!username.valid}"
</code></pre></div>
<p dir="auto">or simply add ngClass</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ngClass] [class.has-error]="!username.valid""><pre class="notranslate"><code class="notranslate">[ngClass] [class.has-error]="!username.valid"
</code></pre></div>
<p dir="auto">works as expected, but in docs no any word about ngClass requirement</p> | <p dir="auto">I've come across a really weird error right after upgrading to Beta 1: Every time I drop a <code class="notranslate">[class.whatever]</code> or any other attribute binding within a nested DOM element wrapped by a <code class="notranslate">ngForm</code> element I get the infamous <code class="notranslate">No provider for ControlContainer! (NgControlName -> ControlContainer)</code> exception.</p>
<p dir="auto">I've put together a tiny sample component to replicate the error:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import { bootstrap } from 'angular2/platform/browser';
import { Component } from 'angular2/core';
import { FormBuilder, ControlGroup, Control, Validators, FORM_PROVIDERS, FORM_DIRECTIVES } from 'angular2/common';
@Component({
selector: 'test-form',
directives: [FORM_DIRECTIVES],
template: `
<form [ngFormModel]="testForm">
<p *ngIf="!testControl.valid">Form is empty and hence not valid</p>
<!-- This little guy below will make Angular 2 complain -->
<div [class.error]="!testControl.valid">
<input type="text" ngControl="testControl">
</div>
</form>
`
})
class TestForm {
testForm: ControlGroup;
testControl: Control;
constructor(private formBuilder: FormBuilder) {
this.testControl = new Control('', Validators.required);
this.testForm = this.formBuilder.group({
testControl: this.testControl
});
}
}
bootstrap(TestForm, [FORM_PROVIDERS]);"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-kos">{</span> <span class="pl-s1">bootstrap</span> <span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'angular2/platform/browser'</span><span class="pl-kos">;</span>
<span class="pl-k">import</span> <span class="pl-kos">{</span> <span class="pl-v">Component</span> <span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'angular2/core'</span><span class="pl-kos">;</span>
<span class="pl-k">import</span> <span class="pl-kos">{</span> <span class="pl-v">FormBuilder</span><span class="pl-kos">,</span> <span class="pl-v">ControlGroup</span><span class="pl-kos">,</span> <span class="pl-v">Control</span><span class="pl-kos">,</span> <span class="pl-v">Validators</span><span class="pl-kos">,</span> <span class="pl-c1">FORM_PROVIDERS</span><span class="pl-kos">,</span> <span class="pl-c1">FORM_DIRECTIVES</span> <span class="pl-kos">}</span> <span class="pl-k">from</span> <span class="pl-s">'angular2/common'</span><span class="pl-kos">;</span>
@<span class="pl-v">Component</span><span class="pl-kos">(</span><span class="pl-kos">{</span>
<span class="pl-c1">selector</span>: <span class="pl-s">'test-form'</span><span class="pl-kos">,</span>
<span class="pl-c1">directives</span>: <span class="pl-kos">[</span><span class="pl-c1">FORM_DIRECTIVES</span><span class="pl-kos">]</span><span class="pl-kos">,</span>
<span class="pl-c1">template</span>: <span class="pl-s">`</span>
<span class="pl-s"> <form [ngFormModel]="testForm"></span>
<span class="pl-s"> <p *ngIf="!testControl.valid">Form is empty and hence not valid</p></span>
<span class="pl-s"></span>
<span class="pl-s"> <!-- This little guy below will make Angular 2 complain --></span>
<span class="pl-s"> <div [class.error]="!testControl.valid"></span>
<span class="pl-s"> <input type="text" ngControl="testControl"></span>
<span class="pl-s"> </div></span>
<span class="pl-s"></span>
<span class="pl-s"> </form></span>
<span class="pl-s"> `</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span>
<span class="pl-k">class</span> <span class="pl-v">TestForm</span> <span class="pl-kos">{</span>
<span class="pl-c1">testForm</span>: <span class="pl-c1">ControlGroup</span><span class="pl-kos">;</span>
<span class="pl-c1">testControl</span>: <span class="pl-v">Control</span><span class="pl-kos">;</span>
<span class="pl-en">constructor</span><span class="pl-kos">(</span><span class="pl-s1">private</span> <span class="pl-s1">formBuilder</span>: <span class="pl-v">FormBuilder</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">testControl</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-v">Control</span><span class="pl-kos">(</span><span class="pl-s">''</span><span class="pl-kos">,</span> <span class="pl-v">Validators</span><span class="pl-kos">.</span><span class="pl-c1">required</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">testForm</span> <span class="pl-c1">=</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">formBuilder</span><span class="pl-kos">.</span><span class="pl-en">group</span><span class="pl-kos">(</span><span class="pl-kos">{</span>
<span class="pl-c1">testControl</span>: <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">testControl</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-en">bootstrap</span><span class="pl-kos">(</span><span class="pl-v">TestForm</span><span class="pl-kos">,</span> <span class="pl-kos">[</span><span class="pl-c1">FORM_PROVIDERS</span><span class="pl-kos">]</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">Apparently this only occurs when attaching class or attribute bindings to nested elements. Whenever I bind class names by means of <code class="notranslate">ngClass</code> instead, the issue simply does not occur.</p> | 1 |
<h4 dir="auto">Challenge Name</h4>
<p dir="auto">Any challenge, <strong>both beta and production</strong></p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">The exact same code works in Chrome but not in Firefox. In Firefox, the output just above the tests says that the tests were completed, but tests that had to be run in the iframed phone-view never passes.</p>
<p dir="auto">According to this message from the console, there's some problem with CSP which prevents some tests from running properly.<br>
<code class="notranslate">Content Security Policy: Directive ‘frame-src’ has been deprecated. Please use directive ‘child-src’ instead.</code></p>
<p dir="auto">According to <a href="https://stackoverflow.com/questions/30023608/how-to-use-frame-src-and-child-src-in-firefox-and-other-browsers" rel="nofollow">This Stack Overflow-thread</a>, the spec for CSP in iframes is confusing at the moment.</p>
<p dir="auto">I guess we either should use the, according to the SO-thread above, now deprecated <code class="notranslate">child-src</code> <em>temporarily</em> until Firefox implements the new spec with <code class="notranslate">frame-src</code> again.</p>
<p dir="auto">Alternatively, we drop firefox support temporarily and hope they fix this soon.</p>
<p dir="auto"><a class="team-mention js-team-mention notranslate" data-error-text="Failed to load team members" data-id="1720971" data-permission-text="Team members are private" data-url="/orgs/freeCodeCamp/teams/moderators/members" data-hovercard-type="team" data-hovercard-url="/orgs/freeCodeCamp/teams/moderators/hovercard" href="https://github.com/orgs/freeCodeCamp/teams/moderators">@freeCodeCamp/moderators</a> Any ideas on how to solve this?</p>
<h4 dir="auto">Browser Information</h4>
<ul dir="auto">
<li>Browser Name, Version: Firefox 50.1.0</li>
<li>Operating System: Ubuntu 16.04</li>
<li>Mobile, Desktop, or Tablet: Desktop</li>
</ul>
<h4 dir="auto">Your Code</h4>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" <style>
h2 {
color: blue;
}
</style>
<h2>CatPhotoApp</h2>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>"><pre class="notranslate"> <span class="pl-kos"><</span><span class="pl-ent">style</span><span class="pl-kos">></span>
<span class="pl-ent">h2</span> {
<span class="pl-c1">color</span><span class="pl-kos">:</span> blue;
}
<span class="pl-kos"></</span><span class="pl-ent">style</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">h2</span><span class="pl-kos">></span>CatPhotoApp<span class="pl-kos"></</span><span class="pl-ent">h2</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">p</span><span class="pl-kos">></span>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.<span class="pl-kos"></</span><span class="pl-ent">p</span><span class="pl-kos">></span></pre></div>
<h4 dir="auto">Screenshot</h4>
<p dir="auto">Notice the error message in the console at the bottom of the screen.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/6125097/22141335/d8fa6f2c-def1-11e6-9f27-c15141124836.png"><img src="https://cloud.githubusercontent.com/assets/6125097/22141335/d8fa6f2c-def1-11e6-9f27-c15141124836.png" alt="firefox-csp-bug" style="max-width: 100%;"></a></p>
<p dir="auto">The exact same code works just fine in the latest version of Chrome for Ubuntu 16.04.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/6125097/22141383/1cbad45e-def2-11e6-8f57-62581b33a6c8.png"><img src="https://cloud.githubusercontent.com/assets/6125097/22141383/1cbad45e-def2-11e6-8f57-62581b33a6c8.png" alt="chrome-firefox-csp-bug" style="max-width: 100%;"></a></p> | <p dir="auto">Trying to complete lessons, but code is becoming unmanageable:</p>
<ul dir="auto">
<li>flags auto duplicate themselves, so instead of <code class="notranslate"><p></code> I get <code class="notranslate"><pp></code></li>
<li>same with content, <code class="notranslate">hello</code> paragraph becomes <code class="notranslate">hello world hello world</code></li>
<li>it is undeleteable as every time I move the cursor it repeats again.</li>
</ul>
<h4 dir="auto">Browser Information</h4>
<ul dir="auto">
<li>Mozilla Firefox for Mobile, Version 44 (I believe)</li>
<li>Android 5.1.1</li>
</ul>
<h4 dir="auto">Your Code</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="If relevant(it's not)"><pre lang="html5" class="notranslate"><code class="notranslate">If relevant(it's not)
</code></pre></div>
<h4 dir="auto">Screenshot</h4>
<p dir="auto">Edited format for readability ~ <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raisedadead/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raisedadead">@raisedadead</a></p> | 0 |
<h3 dir="auto">Problem</h3>
<p dir="auto">I'm trying to create a plot which "zooms in" on a subset of a large dataset (I am plotting the entire dataset because it's much more convenient than clipping the underlying dataset). I can do this pretty easily for the x-axis with ax.set_xlim(), because I know what the x-limits of my data should be. However, I don't know what the y-limits should be, and I can't use ax.set_ymargin() because it computes the y-margin for the <em>entire</em> dataset, not the zoomed portion of the dataset. I don't know ahead of time what the min/max values of my dataset will be, so I'm stuck.</p>
<h3 dir="auto">Proposed Solution</h3>
<p dir="auto">Add an option to ax.set_ymargin specifying a subset of the x-data range over which to apply the margin. For example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ax.set_ymargin(0.1, xlim=(0, 1))"><pre class="notranslate"><code class="notranslate">ax.set_ymargin(0.1, xlim=(0, 1))
</code></pre></div>
<p dir="auto">would "zoom in" in y on the portion of the data that exists in the x-range [0, 1], and apply a 10% margin to the data that exists over that range.</p> | <p dir="auto">I filed a matplotlib bug report via GitHub: When x-axis limits are overridden via <code class="notranslate">pyplot.xlim</code>, the default y-axis limits may no longer be sensible. If limits are overridden for one axis, new limits should be calculated for the remaining axes. The image at the following URL demonstrates the problem:</p>
<p dir="auto"><a href="http://phillipmfeldman.org/Python/axis_scaling_bug.png" rel="nofollow">http://phillipmfeldman.org/Python/axis_scaling_bug.png</a></p>
<p dir="auto">Phillip</p> | 1 |
<p dir="auto">The ReactTransistionGroup assumes that children should be prepended to their siblings when inserted into the parent. I think we should add an optional prop that allows configuration to prepend or append children. I have working code I can submit a pull request I just wanted to make sure I wasn't missing something.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="childrenToRender.push(React.cloneElement(
this.props.childFactory(child),
{ref: key, key: key}
));"><pre class="notranslate"><code class="notranslate">childrenToRender.push(React.cloneElement(
this.props.childFactory(child),
{ref: key, key: key}
));
</code></pre></div>
<p dir="auto"><a href="https://github.com/facebook/react/blob/master/src/addons/transitions/ReactTransitionGroup.js#L215-L218">https://github.com/facebook/react/blob/master/src/addons/transitions/ReactTransitionGroup.js#L215-L218</a></p> | <p dir="auto">In ReactTransitionGroup given a dynamic array of children e.g. first <code class="notranslate">['A', 'B']</code> then <code class="notranslate">['B', 'C']</code> while ReactTransitionGroup holds on to the exiting DOM nodes we see <code class="notranslate">['A', 'B', 'C']</code> in the DOM before <code class="notranslate">done()</code> is called. Then we see <code class="notranslate">['B', 'C']</code>. This is all fine. However if we then transition to an entirely new array <code class="notranslate">['D']</code> in the DOM we see <code class="notranslate">['D', 'B', 'C']</code> instead of <code class="notranslate">['B', 'C', 'D']</code>.</p>
<p dir="auto">See the following fiddle: <a href="https://jsfiddle.net/92he8jge/1/" rel="nofollow">https://jsfiddle.net/92he8jge/1/</a></p>
<p dir="auto">This seems to be because in <code class="notranslate">ReactTransitionGroup</code> next child mappings are merged with previous child mappings in that order. This is probably fine in most cases but it would be great if we could control the order.</p>
<p dir="auto">I've got a version of this working locally by adding an <code class="notranslate">appendNextChildMapping</code> prop of type boolean which defaults to false. I'd be happy to turn this into a PR. Or perhaps there is another way to achieve this that I'm missing?</p>
<p dir="auto"><strong>EDIT</strong>: Looking at this some more, it's not clear to me if how it currently works is actually intended behaviour.<br>
<a href="https://github.com/facebook/react/blob/master/src/addons/transitions/ReactTransitionChildMapping.js#L90">https://github.com/facebook/react/blob/master/src/addons/transitions/ReactTransitionChildMapping.js#L90</a><br>
It looks from this comment like it is in fact trying to add the new item after the existing ones but that the object is not preserving intended source order? Is this a bug in the implementation of <code class="notranslate">mergeChildMappings</code>?</p> | 1 |
<p dir="auto">Summary.</p>
<p dir="auto">When REQUESTS_CA_BUNDLE has been set as an environment variable, the verify property in a requests.Session() will always be ignored.</p>
<h2 dir="auto">Expected Result</h2>
<p dir="auto">requests.Session always uses REQUESTS_CA_BUNDLE unless a certificate bundle has been assigned</p>
<h2 dir="auto">Actual Result</h2>
<p dir="auto">requests.Session always uses REQUESTS_CA_BUNDLE and overides any certificate bundle set on the Session object.</p>
<h2 dir="auto">Reproduction Steps</h2>
<p dir="auto"><code class="notranslate">REQUESTS_CA_BUNDLE="/lib/python3.6/site-packages/pip/_vendor/certifi/cacert.pem"</code></p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import requests
s = requests.Session()
s.verify = "/non_existing_bundle"
s.get("https://google.com")"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">requests</span>
<span class="pl-s1">s</span> <span class="pl-c1">=</span> <span class="pl-s1">requests</span>.<span class="pl-v">Session</span>()
<span class="pl-s1">s</span>.<span class="pl-s1">verify</span> <span class="pl-c1">=</span> <span class="pl-s">"/non_existing_bundle"</span>
<span class="pl-s1">s</span>.<span class="pl-en">get</span>(<span class="pl-s">"https://google.com"</span>)</pre></div>
<p dir="auto">Expected result:<br>
<code class="notranslate">OSError: Could not find a suitable TLS CA certificate bundle, invalid path: /non_existing_bundle</code></p>
<p dir="auto">Actual result:<br>
<code class="notranslate"><Response [200]></code></p>
<h2 dir="auto">System Information</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ python -m requests.help"><pre class="notranslate"><code class="notranslate">$ python -m requests.help
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
"chardet": {
"version": "3.0.4"
},
"cryptography": {
"version": ""
},
"idna": {
"version": ""
},
"implementation": {
"name": "CPython",
"version": "3.6.4"
},
"platform": {
"release": "3.10.0-693.11.6.el7.x86_64",
"system": "Linux"
},
"pyOpenSSL": {
"openssl_version": "",
"version": null
},
"requests": {
"version": "2.18.4"
},
"system_ssl": {
"version": "100020bf"
},
"urllib3": {
"version": "1.22"
},
"using_pyopenssl": false
}"><pre class="notranslate"><code class="notranslate">{
"chardet": {
"version": "3.0.4"
},
"cryptography": {
"version": ""
},
"idna": {
"version": ""
},
"implementation": {
"name": "CPython",
"version": "3.6.4"
},
"platform": {
"release": "3.10.0-693.11.6.el7.x86_64",
"system": "Linux"
},
"pyOpenSSL": {
"openssl_version": "",
"version": null
},
"requests": {
"version": "2.18.4"
},
"system_ssl": {
"version": "100020bf"
},
"urllib3": {
"version": "1.22"
},
"using_pyopenssl": false
}
</code></pre></div>
<p dir="auto">Not sure if this is a bug, but I now need to unset the environment variable first before I can use a different certificate bundle in a session object or use the following workaround.</p>
<p dir="auto">sessions.py:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" #if verify is True or verify is None:
if verify is True or verify is None and not isinstance(self.verify, str):
verify = (os.environ.get('REQUESTS_CA_BUNDLE') or
os.environ.get('CURL_CA_BUNDLE'))"><pre class="notranslate"><code class="notranslate"> #if verify is True or verify is None:
if verify is True or verify is None and not isinstance(self.verify, str):
verify = (os.environ.get('REQUESTS_CA_BUNDLE') or
os.environ.get('CURL_CA_BUNDLE'))
</code></pre></div> | <p dir="auto">One would expect that when the caller explicitly asks to make unverified requests, then the <code class="notranslate">REQUESTS_CA_BUNDLE</code> environment variable doesn't affect it. The reality is different, however.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import os
import requests
os.environ['REQUESTS_CA_BUNDLE'] = 'asd.pem' # Must be an existing file
r = requests.get('https://self-signed.badssl.com/', verify=False)
print(r)
# Prints: <Response [200]>
session = requests.Session()
session.verify = False
r = session.get('https://self-signed.badssl.com/')
print(r)
# Fails: requests.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">os</span>
<span class="pl-k">import</span> <span class="pl-s1">requests</span>
<span class="pl-s1">os</span>.<span class="pl-s1">environ</span>[<span class="pl-s">'REQUESTS_CA_BUNDLE'</span>] <span class="pl-c1">=</span> <span class="pl-s">'asd.pem'</span> <span class="pl-c"># Must be an existing file</span>
<span class="pl-s1">r</span> <span class="pl-c1">=</span> <span class="pl-s1">requests</span>.<span class="pl-en">get</span>(<span class="pl-s">'https://self-signed.badssl.com/'</span>, <span class="pl-s1">verify</span><span class="pl-c1">=</span><span class="pl-c1">False</span>)
<span class="pl-en">print</span>(<span class="pl-s1">r</span>)
<span class="pl-c"># Prints: <Response [200]></span>
<span class="pl-s1">session</span> <span class="pl-c1">=</span> <span class="pl-s1">requests</span>.<span class="pl-v">Session</span>()
<span class="pl-s1">session</span>.<span class="pl-s1">verify</span> <span class="pl-c1">=</span> <span class="pl-c1">False</span>
<span class="pl-s1">r</span> <span class="pl-c1">=</span> <span class="pl-s1">session</span>.<span class="pl-en">get</span>(<span class="pl-s">'https://self-signed.badssl.com/'</span>)
<span class="pl-en">print</span>(<span class="pl-s1">r</span>)
<span class="pl-c"># Fails: requests.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)</span></pre></div> | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-assignment-with-minus-equals#?solution=var%20a%20%3D%2011%3B%0Avar%20b%20%3D%209%3B%0Avar%20c%20%3D%203%3B%0A%0A%2F%2F%20Only%20modify%20code%20below%20this%20line%0A%0Aa%20-%3D%206%3B%0Ab%20-%3D%2015%3B%0Ac%20-%3D%201%3B%0A%0A%0A" rel="nofollow">Waypoint: Assignment with Minus Equals</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36</code>.<br>
Please describe how to reproduce this issue, and include links to screenshots if possible.</p>
<p dir="auto">My code:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var a = 11;
var b = 9;
var c = 3;
// Only modify code below this line
a -= 6;
b -= 15;
c -= 1;
"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-s1">a</span> <span class="pl-c1">=</span> <span class="pl-c1">11</span><span class="pl-kos">;</span>
<span class="pl-k">var</span> <span class="pl-s1">b</span> <span class="pl-c1">=</span> <span class="pl-c1">9</span><span class="pl-kos">;</span>
<span class="pl-k">var</span> <span class="pl-s1">c</span> <span class="pl-c1">=</span> <span class="pl-c1">3</span><span class="pl-kos">;</span>
<span class="pl-c">// Only modify code below this line</span>
<span class="pl-s1">a</span> <span class="pl-c1">-=</span> <span class="pl-c1">6</span><span class="pl-kos">;</span>
<span class="pl-s1">b</span> <span class="pl-c1">-=</span> <span class="pl-c1">15</span><span class="pl-kos">;</span>
<span class="pl-s1">c</span> <span class="pl-c1">-=</span> <span class="pl-c1">1</span><span class="pl-kos">;</span>
</pre></div>
<p dir="auto">The code and test is okay, but where the result of the test is shown, c is shown to have a value of '2' instead of just 2, making the result seem like it's a string when it's most definitely a number.</p> | <p dir="auto">Thanks to Thad for reporting. His words:</p>
<p dir="auto">I have a question about the code output area. I'm referring to the area just under the Reset, Help and Bug buttons on the left side of the page at FCC. It seems that there was a change to how that functions in the past few days.</p>
<p dir="auto">In the past, when it was dictated that an array should show up in the code output area, it was displayed just like an array...["Split", "me", "into", "an", "array"]. Now, since the change a few days ago, it displays like...Split, me, into, an, array. I've attached a screenshot.</p>
<p dir="auto">Is this the desired output or is it a bug? If it's the desired output, it doesn't seem very useful. If the answer is supposed to be an array, it's reasonable to expect to see an array (not just the array items) displayed there.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/713ee0d4234e2bd029568de6fd74fcbe909efe43d51cef8c9f232b4ab305459c/68747470733a2f2f7777772e657665726e6f74652e636f6d2f6c2f41715470354d4a64433146506d34575f756a6f5041626649496f6c6f5a383068347467422f696d6167652e706e67"><img src="https://camo.githubusercontent.com/713ee0d4234e2bd029568de6fd74fcbe909efe43d51cef8c9f232b4ab305459c/68747470733a2f2f7777772e657665726e6f74652e636f6d2f6c2f41715470354d4a64433146506d34575f756a6f5041626649496f6c6f5a383068347467422f696d6167652e706e67" alt="" data-canonical-src="https://www.evernote.com/l/AqTp5MJdC1FPm4W_ujoPAbfIIoloZ80h4tgB/image.png" style="max-width: 100%;"></a></p> | 1 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">When upgrade to v9.0.7. <code class="notranslate">css-loader</code> throw an API schema error. It won't happens in v9.0.6. Seems <code class="notranslate">minimize</code> has been removed from the options of <code class="notranslate">css-loader</code> (see <a href="https://github.com/webpack-contrib/css-loader#options">here</a>)</p>
<h2 dir="auto">To Reproduce</h2>
<ol dir="auto">
<li>yarn upgrade next.js@^9.0.7</li>
<li>yarn dev</li>
</ol>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto">app compiled success</p>
<h2 dir="auto">Screenshots</h2>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/21308003/65852364-7cc73c00-e388-11e9-8e96-b8be76838e24.png"><img width="984" alt="螢幕快照 2019-09-30 下午1 40 57" src="https://user-images.githubusercontent.com/21308003/65852364-7cc73c00-e388-11e9-8e96-b8be76838e24.png" style="max-width: 100%;"></a></p>
<h2 dir="auto">System information</h2>
<ul dir="auto">
<li>OS: macOS</li>
<li>Browser: chrome</li>
<li>Version of Next.js: 9.0.7</li>
</ul> | <p dir="auto">I did correct by document and I import ./style.scss file in my js file<br>
but i have this error i asked in stackoverflow but i dont get answer<br>
please help me to fix it</p>
<p dir="auto">package.json<br>
dependencies{<br>
"@zeit/next-sass": "^1.0.1",<br>
"next": "^9.0.6",<br>
"node-sass": "^4.12.0",<br>
"react": "^16.9.0",<br>
"react-dom": "^16.9.0",<br>
}</p>
<p dir="auto">next.config.js</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const withSass = require('@zeit/next-sass')
module.exports = withSass({
/* config options here */
})"><pre class="notranslate"><code class="notranslate">const withSass = require('@zeit/next-sass')
module.exports = withSass({
/* config options here */
})
</code></pre></div>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/36788573/65492086-30c65400-debd-11e9-9c54-a000558fbb2c.png"><img src="https://user-images.githubusercontent.com/36788573/65492086-30c65400-debd-11e9-9c54-a000558fbb2c.png" alt="Screenshot (247)" style="max-width: 100%;"></a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/36788573/65492087-30c65400-debd-11e9-9481-5335444db2a4.png"><img src="https://user-images.githubusercontent.com/36788573/65492087-30c65400-debd-11e9-9481-5335444db2a4.png" alt="Screenshot (248)" style="max-width: 100%;"></a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/36788573/65492089-315eea80-debd-11e9-9cab-ebf70295ac3e.png"><img src="https://user-images.githubusercontent.com/36788573/65492089-315eea80-debd-11e9-9cab-ebf70295ac3e.png" alt="Screenshot (246)" style="max-width: 100%;"></a></p> | 1 |
<h3 dir="auto">Is there an existing issue for this?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the existing issues</li>
</ul>
<h3 dir="auto">Current Behavior</h3>
<p dir="auto">High CPU usage with no sign of stopping.</p>
<h3 dir="auto">Expected Behavior</h3>
<p dir="auto">The package gets installed.</p>
<h3 dir="auto">Steps To Reproduce</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="npm install brettz9/rollup-plugin-postprocess#update --save-dev"><pre class="notranslate"><code class="notranslate">npm install brettz9/rollup-plugin-postprocess#update --save-dev
</code></pre></div>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>OS: macOS 10.15.7 (19H524)</li>
<li>Node: v16.9.1</li>
<li>npm: 7.23.0</li>
</ul> | <h3 dir="auto">Is there an existing issue for this?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the existing issues</li>
</ul>
<h3 dir="auto">Current Behavior</h3>
<p dir="auto">Running <code class="notranslate">npm install</code> in my repository without a <code class="notranslate">package-lock.json</code> file enters an infinite loop inside npm for a dependency in a workspace.</p>
<details>
<summary>Looping part of the logs with `--loglevel silly`</summary>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="npm timing idealTree:node_modules/@nivo/core Completed in 6ms
npm timing idealTree:node_modules/@nivo/recompose Completed in 1ms
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.0
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep node_modules/@nivo/scatterplot [email protected] OK for: @nivo/[email protected] want: ^0.5.2
npm sill placeDep ROOT [email protected] REPLACE for: [email protected] want: ^0.14.9 || ^15.3.0 || ^16.0.0
npm sill timing Tried to end timer that doesn't exist: idealTree:#root
npm sill placeDep ROOT @nivo/[email protected] OK for: [email protected] want: ^0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT [email protected] OK for: @nivo/[email protected] want: >= 15.5.10 < 16.0.0
npm timing idealTree:ws Completed in 6ms
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.0
npm sill placeDep ROOT @react-spring/[email protected] OK for: @nivo/[email protected] want: 9.1.2
npm sill placeDep ROOT [email protected] OK for: @react-spring/[email protected] want: >=16.8
npm sill placeDep ROOT [email protected] REPLACE for: [email protected] want: 17.0.2
npm timing idealTree:node_modules/@nivo/core Completed in 6ms
npm timing idealTree:node_modules/@nivo/recompose Completed in 0ms
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.0
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep node_modules/@nivo/scatterplot [email protected] OK for: @nivo/[email protected] want: ^0.5.2
npm sill placeDep ROOT [email protected] REPLACE for: [email protected] want: ^0.14.9 || ^15.3.0 || ^16.0.0
npm sill timing Tried to end timer that doesn't exist: idealTree:#root
npm sill placeDep ROOT @nivo/[email protected] OK for: [email protected] want: ^0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT [email protected] OK for: @nivo/[email protected] want: >= 15.5.10 < 16.0.0
npm timing idealTree:ws Completed in 7ms
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.0
npm sill placeDep ROOT @react-spring/[email protected] OK for: @nivo/[email protected] want: 9.1.2
npm sill placeDep ROOT [email protected] OK for: @react-spring/[email protected] want: >=16.8
npm sill placeDep ROOT [email protected] REPLACE for: [email protected] want: 17.0.2
npm timing idealTree:node_modules/@nivo/core Completed in 6ms
npm timing idealTree:node_modules/@nivo/recompose Completed in 0ms
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.0
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep node_modules/@nivo/scatterplot [email protected] OK for: @nivo/[email protected] want: ^0.5.2
npm sill placeDep ROOT [email protected] REPLACE for: [email protected] want: ^0.14.9 || ^15.3.0 || ^16.0.0
npm sill timing Tried to end timer that doesn't exist: idealTree:#root
npm sill placeDep ROOT @nivo/[email protected] OK for: [email protected] want: ^0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT [email protected] OK for: @nivo/[email protected] want: >= 15.5.10 < 16.0.0
npm timing idealTree:ws Completed in 25ms
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.0
npm sill placeDep ROOT @react-spring/[email protected] OK for: @nivo/[email protected] want: 9.1.2
npm sill placeDep ROOT [email protected] OK for: @react-spring/[email protected] want: >=16.8
npm sill placeDep ROOT [email protected] REPLACE for: [email protected] want: 17.0.2
npm timing idealTree:node_modules/@nivo/core Completed in 17ms
npm timing idealTree:node_modules/@nivo/recompose Completed in 0ms"><pre class="notranslate"><code class="notranslate">npm timing idealTree:node_modules/@nivo/core Completed in 6ms
npm timing idealTree:node_modules/@nivo/recompose Completed in 1ms
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.0
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep node_modules/@nivo/scatterplot [email protected] OK for: @nivo/[email protected] want: ^0.5.2
npm sill placeDep ROOT [email protected] REPLACE for: [email protected] want: ^0.14.9 || ^15.3.0 || ^16.0.0
npm sill timing Tried to end timer that doesn't exist: idealTree:#root
npm sill placeDep ROOT @nivo/[email protected] OK for: [email protected] want: ^0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT [email protected] OK for: @nivo/[email protected] want: >= 15.5.10 < 16.0.0
npm timing idealTree:ws Completed in 6ms
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.0
npm sill placeDep ROOT @react-spring/[email protected] OK for: @nivo/[email protected] want: 9.1.2
npm sill placeDep ROOT [email protected] OK for: @react-spring/[email protected] want: >=16.8
npm sill placeDep ROOT [email protected] REPLACE for: [email protected] want: 17.0.2
npm timing idealTree:node_modules/@nivo/core Completed in 6ms
npm timing idealTree:node_modules/@nivo/recompose Completed in 0ms
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.0
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep node_modules/@nivo/scatterplot [email protected] OK for: @nivo/[email protected] want: ^0.5.2
npm sill placeDep ROOT [email protected] REPLACE for: [email protected] want: ^0.14.9 || ^15.3.0 || ^16.0.0
npm sill timing Tried to end timer that doesn't exist: idealTree:#root
npm sill placeDep ROOT @nivo/[email protected] OK for: [email protected] want: ^0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT [email protected] OK for: @nivo/[email protected] want: >= 15.5.10 < 16.0.0
npm timing idealTree:ws Completed in 7ms
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.0
npm sill placeDep ROOT @react-spring/[email protected] OK for: @nivo/[email protected] want: 9.1.2
npm sill placeDep ROOT [email protected] OK for: @react-spring/[email protected] want: >=16.8
npm sill placeDep ROOT [email protected] REPLACE for: [email protected] want: 17.0.2
npm timing idealTree:node_modules/@nivo/core Completed in 6ms
npm timing idealTree:node_modules/@nivo/recompose Completed in 0ms
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.0
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep node_modules/@nivo/scatterplot [email protected] OK for: @nivo/[email protected] want: ^0.5.2
npm sill placeDep ROOT [email protected] REPLACE for: [email protected] want: ^0.14.9 || ^15.3.0 || ^16.0.0
npm sill timing Tried to end timer that doesn't exist: idealTree:#root
npm sill placeDep ROOT @nivo/[email protected] OK for: [email protected] want: ^0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.1
npm sill placeDep ROOT [email protected] OK for: @nivo/[email protected] want: >= 15.5.10 < 16.0.0
npm timing idealTree:ws Completed in 25ms
npm sill placeDep ROOT @nivo/[email protected] OK for: @nivo/[email protected] want: 0.70.0
npm sill placeDep ROOT @react-spring/[email protected] OK for: @nivo/[email protected] want: 9.1.2
npm sill placeDep ROOT [email protected] OK for: @react-spring/[email protected] want: >=16.8
npm sill placeDep ROOT [email protected] REPLACE for: [email protected] want: 17.0.2
npm timing idealTree:node_modules/@nivo/core Completed in 17ms
npm timing idealTree:node_modules/@nivo/recompose Completed in 0ms
</code></pre></div>
</details>
<h3 dir="auto">Expected Behavior</h3>
<p dir="auto">It should finish to install without errors. The behavior is correct if the dependency is not in a workspace.</p>
<h3 dir="auto">Steps To Reproduce</h3>
<ol dir="auto">
<li><code class="notranslate">git clone https://github.com/targos/npm-repro-infinite-loop.git</code></li>
<li><code class="notranslate">cd npm-repro-infinite-loop</code></li>
<li><code class="notranslate">npm install</code></li>
</ol>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>OS: Windows 10, CentOS 8</li>
<li>Node: 16.3.0</li>
<li>npm: 7.16.0</li>
</ul> | 1 |
<h3 dir="auto">Problem</h3>
<p dir="auto"><code class="notranslate">plt.scatter</code> accepts both singular and plural forms of the <code class="notranslate">linewidth(s)</code> and <code class="notranslate">edgecolor(s)</code> attributes. The plural forms are documented in the function signature, but the singular forms actually take precedence if both are specified.</p>
<p dir="auto">This adds some complexity for downstream libraries and confusion for their users (cf. <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="767380920" data-permission-text="Title is private" data-url="https://github.com/mwaskom/seaborn/issues/2384" data-hovercard-type="issue" data-hovercard-url="/mwaskom/seaborn/issues/2384/hovercard" href="https://github.com/mwaskom/seaborn/issues/2384">mwaskom/seaborn#2384</a>).</p>
<h3 dir="auto">Proposed Solution</h3>
<p dir="auto">Small change: Matplotlib could raise when both the singular and plural forms are specified.</p>
<p dir="auto">Larger change: I will confess that I don't know why the plural forms of the kwargs exist. If there's not a strong reason for the duplication, perhaps they could be deprecated, or at least "formally discouraged"?</p>
<h3 dir="auto">Additional context and prior art</h3>
<p dir="auto">Scatter does a lot of argument checking on the <code class="notranslate">c</code>/<code class="notranslate">color</code> parameters (too much at times, <g-emoji class="g-emoji" alias="wink" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f609.png">😉</g-emoji>), so there's some local precedence for a lot of handholding. On the other hand, matplotlib generally doesn't raise when both long- and short-forms of kwargs are given <code class="notranslate">e.g. </code>edgecolor<code class="notranslate">and</code>ec`).</p> | <p dir="auto">Potentially related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="108381825" data-permission-text="Title is private" data-url="https://github.com/matplotlib/matplotlib/issues/5143" data-hovercard-type="issue" data-hovercard-url="/matplotlib/matplotlib/issues/5143/hovercard" href="https://github.com/matplotlib/matplotlib/issues/5143">#5143</a> or <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="14519327" data-permission-text="Title is private" data-url="https://github.com/matplotlib/matplotlib/issues/2025" data-hovercard-type="issue" data-hovercard-url="/matplotlib/matplotlib/issues/2025/hovercard" href="https://github.com/matplotlib/matplotlib/issues/2025">#2025</a>?</p>
<p dir="auto">Using Homebrew on OS X 10.10.5, i installed <code class="notranslate">homebrew/dupes/tcl-tk</code>, uninstalled and reinstalled <code class="notranslate">python3</code>, then tried to rebuild matplotlib against the newer Python and Tk with <code class="notranslate">pip3 install --no-binary :all: matplotlib</code>. (Note that since I do not have root access to this computer, my Homebrew installation is under <code class="notranslate">$HOME</code>.)</p>
<p dir="auto">When I try to start the <code class="notranslate">embedding_in_tk.py</code> <a href="http://matplotlib.org/examples/user_interfaces/embedding_in_tk.html" rel="nofollow">example</a>, I get the following errors:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ python3 embedding_in_tk.py
objc[5671]: Class TKApplication is implemented in both /Users/jlong/opt/tcl-tk/lib/libtk8.6.dylib and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
objc[5671]: Class TKMenu is implemented in both /Users/jlong/opt/tcl-tk/lib/libtk8.6.dylib and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
objc[5671]: Class TKContentView is implemented in both /Users/jlong/opt/tcl-tk/lib/libtk8.6.dylib and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
objc[5671]: Class TKWindow is implemented in both /Users/jlong/opt/tcl-tk/lib/libtk8.6.dylib and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
Traceback (most recent call last):
File "/Users/jlong/homebrew/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/matplotlib/backends/tkagg.py", line 22, in blit
id(data), colormode, id(bbox_array))
_tkinter.TclError: invalid command name "PyAggImagePhoto"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "embedding_in_tk.py", line 34, in <module>
canvas.show()
File "/Users/jlong/homebrew/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/matplotlib/backends/backend_tkagg.py", line 355, in draw
tkagg.blit(self._tkphoto, self.renderer._renderer, colormode=2)
File "/Users/jlong/homebrew/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/matplotlib/backends/tkagg.py", line 30, in blit
id(data), colormode, id(bbox_array))
_tkinter.TclError"><pre class="notranslate"><code class="notranslate">$ python3 embedding_in_tk.py
objc[5671]: Class TKApplication is implemented in both /Users/jlong/opt/tcl-tk/lib/libtk8.6.dylib and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
objc[5671]: Class TKMenu is implemented in both /Users/jlong/opt/tcl-tk/lib/libtk8.6.dylib and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
objc[5671]: Class TKContentView is implemented in both /Users/jlong/opt/tcl-tk/lib/libtk8.6.dylib and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
objc[5671]: Class TKWindow is implemented in both /Users/jlong/opt/tcl-tk/lib/libtk8.6.dylib and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
Traceback (most recent call last):
File "/Users/jlong/homebrew/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/matplotlib/backends/tkagg.py", line 22, in blit
id(data), colormode, id(bbox_array))
_tkinter.TclError: invalid command name "PyAggImagePhoto"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "embedding_in_tk.py", line 34, in <module>
canvas.show()
File "/Users/jlong/homebrew/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/matplotlib/backends/backend_tkagg.py", line 355, in draw
tkagg.blit(self._tkphoto, self.renderer._renderer, colormode=2)
File "/Users/jlong/homebrew/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/matplotlib/backends/tkagg.py", line 30, in blit
id(data), colormode, id(bbox_array))
_tkinter.TclError
</code></pre></div>
<p dir="auto">Running <code class="notranslate">otool -L</code> on the compiled <code class="notranslate">_tkagg</code> extension shows it using the system's Tcl/Tk instead of Homebrew's:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ otool -L /Users/jlong/homebrew/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/matplotlib/backends/_tkagg.cpython-35m-darwin.so
/Users/jlong/homebrew/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/matplotlib/backends/_tkagg.cpython-35m-darwin.so:
/System/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl (compatibility version 8.5.0, current version 8.5.9)
/System/Library/Frameworks/Tk.framework/Versions/8.5/Tk (compatibility version 8.5.0, current version 8.5.9)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)"><pre class="notranslate"><code class="notranslate">$ otool -L /Users/jlong/homebrew/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/matplotlib/backends/_tkagg.cpython-35m-darwin.so
/Users/jlong/homebrew/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/matplotlib/backends/_tkagg.cpython-35m-darwin.so:
/System/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl (compatibility version 8.5.0, current version 8.5.9)
/System/Library/Frameworks/Tk.framework/Versions/8.5/Tk (compatibility version 8.5.0, current version 8.5.9)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)
</code></pre></div>
<p dir="auto">So, my question is, am I missing a necessary flag to install matplotlib from source on a Mac with this particular combination of circumstances? Is there a way to tell it to use the Homebrew Tcl/Tk?</p>
<p dir="auto">(Oddly enough, I'm only building my own Tcl/Tk to solve <em>another</em> issue: <a href="http://sourceforge.net/p/tktoolkit/bugs/2966/" rel="nofollow">http://sourceforge.net/p/tktoolkit/bugs/2966/</a> <a href="http://bugs.python.org/issue10731" rel="nofollow">http://bugs.python.org/issue10731</a>)</p> | 0 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas
cyrillic_filename = "./файл_1.csv"
# 'c' engine fails:
df = pandas.read_csv(cyrillic_filename, engine="c", encoding="cp1251")
---------------------------------------------------------------------------
OSError Traceback (most recent call last)
<ipython-input-18-9cb08141730c> in <module>()
2
3 cyrillic_filename = "./файл_1.csv"
----> 4 df = pandas.read_csv(cyrillic_filename , engine="c", encoding="cp1251")
d:\0_dev\services\protocol_sort\venv\lib\site-packages\pandas\io\parsers.py in parser_f(filepath_or_buffer, sep, delimiter, header, names, index_col, usecols, squeeze, prefix, mangle_dupe_cols, dtype, engine, converters, true_values, false_values, skipinitialspace, skiprows, nrows, na_values, keep_default_na, na_filter, verbose, skip_blank_lines, parse_dates, infer_datetime_format, keep_date_col, date_parser, dayfirst, iterator, chunksize, compression, thousands, decimal, lineterminator, quotechar, quoting, escapechar, comment, encoding, dialect, tupleize_cols, error_bad_lines, warn_bad_lines, skipfooter, skip_footer, doublequote, delim_whitespace, as_recarray, compact_ints, use_unsigned, low_memory, buffer_lines, memory_map, float_precision)
653 skip_blank_lines=skip_blank_lines)
654
--> 655 return _read(filepath_or_buffer, kwds)
656
657 parser_f.__name__ = name
d:\0_dev\services\protocol_sort\venv\lib\site-packages\pandas\io\parsers.py in _read(filepath_or_buffer, kwds)
403
404 # Create the parser.
--> 405 parser = TextFileReader(filepath_or_buffer, **kwds)
406
407 if chunksize or iterator:
d:\0_dev\services\protocol_sort\venv\lib\site-packages\pandas\io\parsers.py in __init__(self, f, engine, **kwds)
762 self.options['has_index_names'] = kwds['has_index_names']
763
--> 764 self._make_engine(self.engine)
765
766 def close(self):
d:\0_dev\services\protocol_sort\venv\lib\site-packages\pandas\io\parsers.py in _make_engine(self, engine)
983 def _make_engine(self, engine='c'):
984 if engine == 'c':
--> 985 self._engine = CParserWrapper(self.f, **self.options)
986 else:
987 if engine == 'python':
d:\0_dev\services\protocol_sort\venv\lib\site-packages\pandas\io\parsers.py in __init__(self, src, **kwds)
1603 kwds['allow_leading_cols'] = self.index_col is not False
1604
-> 1605 self._reader = parsers.TextReader(src, **kwds)
1606
1607 # XXX
pandas\_libs\parsers.pyx in pandas._libs.parsers.TextReader.__cinit__ (pandas\_libs\parsers.c:4209)()
pandas\_libs\parsers.pyx in pandas._libs.parsers.TextReader._setup_parser_source (pandas\_libs\parsers.c:8895)()
OSError: Initializing from file failed
# 'python' engine work:
df = pandas.read_csv(cyrillic_filename, engine="python", encoding="cp1251")
df.size
>>172440
# 'c' engine works if filename can be encoded to utf-8
latin_filename = "./file_1.csv"
df = pandas.read_csv(latin_filename, engine="c", encoding="cp1251")
df.size
>>172440"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">pandas</span>
<span class="pl-s1">cyrillic_filename</span> <span class="pl-c1">=</span> <span class="pl-s">"./файл_1.csv"</span>
<span class="pl-c"># 'c' engine fails:</span>
<span class="pl-s1">df</span> <span class="pl-c1">=</span> <span class="pl-s1">pandas</span>.<span class="pl-en">read_csv</span>(<span class="pl-s1">cyrillic_filename</span>, <span class="pl-s1">engine</span><span class="pl-c1">=</span><span class="pl-s">"c"</span>, <span class="pl-s1">encoding</span><span class="pl-c1">=</span><span class="pl-s">"cp1251"</span>)
<span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span>
<span class="pl-v">OSError</span> <span class="pl-v">Traceback</span> (<span class="pl-s1">most</span> <span class="pl-s1">recent</span> <span class="pl-s1">call</span> <span class="pl-s1">last</span>)
<span class="pl-c1"><</span><span class="pl-s1">ipython</span><span class="pl-c1">-</span><span class="pl-s1">input</span><span class="pl-c1">-</span><span class="pl-c1">18</span><span class="pl-c1">-</span><span class="pl-c1">9</span><span class="pl-s1">cb08141730c</span><span class="pl-c1">></span> <span class="pl-s1">in</span> <span class="pl-c1"><</span><span class="pl-s1">module</span><span class="pl-c1">></span>()
<span class="pl-c1">2</span>
<span class="pl-c1">3</span> <span class="pl-s1">cyrillic_filename</span> <span class="pl-c1">=</span> <span class="pl-s">"./файл_1.csv"</span>
<span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">></span> <span class="pl-c1">4</span> <span class="pl-s1">df</span> <span class="pl-c1">=</span> <span class="pl-s1">pandas</span>.<span class="pl-en">read_csv</span>(<span class="pl-s1">cyrillic_filename</span> , <span class="pl-s1">engine</span><span class="pl-c1">=</span><span class="pl-s">"c"</span>, <span class="pl-s1">encoding</span><span class="pl-c1">=</span><span class="pl-s">"cp1251"</span>)
<span class="pl-s1">d</span>:\0<span class="pl-s1">_dev</span>\s<span class="pl-s1">ervices</span>\p<span class="pl-s1">rotocol_sort</span>\v<span class="pl-s1">env</span>\l<span class="pl-s1">ib</span>\s<span class="pl-s1">ite</span><span class="pl-c1">-</span><span class="pl-s1">packages</span>\p<span class="pl-s1">andas</span>\i<span class="pl-s1">o</span>\p<span class="pl-s1">arsers</span>.<span class="pl-s1">py</span> <span class="pl-c1">in</span> <span class="pl-en">parser_f</span>(<span class="pl-s1">filepath_or_buffer</span>, <span class="pl-s1">sep</span>, <span class="pl-s1">delimiter</span>, <span class="pl-s1">header</span>, <span class="pl-s1">names</span>, <span class="pl-s1">index_col</span>, <span class="pl-s1">usecols</span>, <span class="pl-s1">squeeze</span>, <span class="pl-s1">prefix</span>, <span class="pl-s1">mangle_dupe_cols</span>, <span class="pl-s1">dtype</span>, <span class="pl-s1">engine</span>, <span class="pl-s1">converters</span>, <span class="pl-s1">true_values</span>, <span class="pl-s1">false_values</span>, <span class="pl-s1">skipinitialspace</span>, <span class="pl-s1">skiprows</span>, <span class="pl-s1">nrows</span>, <span class="pl-s1">na_values</span>, <span class="pl-s1">keep_default_na</span>, <span class="pl-s1">na_filter</span>, <span class="pl-s1">verbose</span>, <span class="pl-s1">skip_blank_lines</span>, <span class="pl-s1">parse_dates</span>, <span class="pl-s1">infer_datetime_format</span>, <span class="pl-s1">keep_date_col</span>, <span class="pl-s1">date_parser</span>, <span class="pl-s1">dayfirst</span>, <span class="pl-s1">iterator</span>, <span class="pl-s1">chunksize</span>, <span class="pl-s1">compression</span>, <span class="pl-s1">thousands</span>, <span class="pl-s1">decimal</span>, <span class="pl-s1">lineterminator</span>, <span class="pl-s1">quotechar</span>, <span class="pl-s1">quoting</span>, <span class="pl-s1">escapechar</span>, <span class="pl-s1">comment</span>, <span class="pl-s1">encoding</span>, <span class="pl-s1">dialect</span>, <span class="pl-s1">tupleize_cols</span>, <span class="pl-s1">error_bad_lines</span>, <span class="pl-s1">warn_bad_lines</span>, <span class="pl-s1">skipfooter</span>, <span class="pl-s1">skip_footer</span>, <span class="pl-s1">doublequote</span>, <span class="pl-s1">delim_whitespace</span>, <span class="pl-s1">as_recarray</span>, <span class="pl-s1">compact_ints</span>, <span class="pl-s1">use_unsigned</span>, <span class="pl-s1">low_memory</span>, <span class="pl-s1">buffer_lines</span>, <span class="pl-s1">memory_map</span>, <span class="pl-s1">float_precision</span>)
<span class="pl-c1">653</span> <span class="pl-s1">skip_blank_lines</span><span class="pl-c1">=</span><span class="pl-s1">skip_blank_lines</span>)
<span class="pl-c1">654</span>
<span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">></span> <span class="pl-c1">655</span> <span class="pl-s1">return</span> <span class="pl-en">_read</span>(<span class="pl-s1">filepath_or_buffer</span>, <span class="pl-s1">kwds</span>)
<span class="pl-c1">656</span>
<span class="pl-c1">657</span> <span class="pl-s1">parser_f</span>.<span class="pl-s1">__name__</span> <span class="pl-c1">=</span> <span class="pl-s1">name</span>
<span class="pl-s1">d</span>:\0<span class="pl-s1">_dev</span>\s<span class="pl-s1">ervices</span>\p<span class="pl-s1">rotocol_sort</span>\v<span class="pl-s1">env</span>\l<span class="pl-s1">ib</span>\s<span class="pl-s1">ite</span><span class="pl-c1">-</span><span class="pl-s1">packages</span>\p<span class="pl-s1">andas</span>\i<span class="pl-s1">o</span>\p<span class="pl-s1">arsers</span>.<span class="pl-s1">py</span> <span class="pl-c1">in</span> <span class="pl-en">_read</span>(<span class="pl-s1">filepath_or_buffer</span>, <span class="pl-s1">kwds</span>)
<span class="pl-c1">403</span>
<span class="pl-c1">404</span> <span class="pl-c"># Create the parser.</span>
<span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">></span> <span class="pl-c1">405</span> <span class="pl-s1">parser</span> <span class="pl-c1">=</span> <span class="pl-v">TextFileReader</span>(<span class="pl-s1">filepath_or_buffer</span>, <span class="pl-c1">**</span><span class="pl-s1">kwds</span>)
<span class="pl-c1">406</span>
<span class="pl-c1">407</span> <span class="pl-k">if</span> <span class="pl-s1">chunksize</span> <span class="pl-c1">or</span> <span class="pl-s1">iterator</span>:
<span class="pl-s1">d</span>:\0<span class="pl-s1">_dev</span>\s<span class="pl-s1">ervices</span>\p<span class="pl-s1">rotocol_sort</span>\v<span class="pl-s1">env</span>\l<span class="pl-s1">ib</span>\s<span class="pl-s1">ite</span><span class="pl-c1">-</span><span class="pl-s1">packages</span>\p<span class="pl-s1">andas</span>\i<span class="pl-s1">o</span>\p<span class="pl-s1">arsers</span>.<span class="pl-s1">py</span> <span class="pl-c1">in</span> <span class="pl-en">__init__</span>(<span class="pl-s1">self</span>, <span class="pl-s1">f</span>, <span class="pl-s1">engine</span>, <span class="pl-c1">**</span><span class="pl-s1">kwds</span>)
<span class="pl-c1">762</span> <span class="pl-s1">self</span>.<span class="pl-s1">options</span>[<span class="pl-s">'has_index_names'</span>] <span class="pl-c1">=</span> <span class="pl-s1">kwds</span>[<span class="pl-s">'has_index_names'</span>]
<span class="pl-c1">763</span>
<span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">></span> <span class="pl-c1">764</span> <span class="pl-s1">self</span>.<span class="pl-en">_make_engine</span>(<span class="pl-s1">self</span>.<span class="pl-s1">engine</span>)
<span class="pl-c1">765</span>
<span class="pl-c1">766</span> <span class="pl-s1">def</span> <span class="pl-en">close</span>(<span class="pl-s1">self</span>):
<span class="pl-s1">d</span>:\0<span class="pl-s1">_dev</span>\s<span class="pl-s1">ervices</span>\p<span class="pl-s1">rotocol_sort</span>\v<span class="pl-s1">env</span>\l<span class="pl-s1">ib</span>\s<span class="pl-s1">ite</span><span class="pl-c1">-</span><span class="pl-s1">packages</span>\p<span class="pl-s1">andas</span>\i<span class="pl-s1">o</span>\p<span class="pl-s1">arsers</span>.<span class="pl-s1">py</span> <span class="pl-c1">in</span> <span class="pl-en">_make_engine</span>(<span class="pl-s1">self</span>, <span class="pl-s1">engine</span>)
<span class="pl-c1">983</span> <span class="pl-s1">def</span> <span class="pl-en">_make_engine</span>(<span class="pl-s1">self</span>, <span class="pl-s1">engine</span><span class="pl-c1">=</span><span class="pl-s">'c'</span>):
<span class="pl-c1">984</span> <span class="pl-k">if</span> <span class="pl-s1">engine</span> <span class="pl-c1">==</span> <span class="pl-s">'c'</span>:
<span class="pl-c1">-</span><span class="pl-c1">-</span><span class="pl-c1">></span> <span class="pl-c1">985</span> <span class="pl-s1">self</span>.<span class="pl-s1">_engine</span> <span class="pl-c1">=</span> <span class="pl-v">CParserWrapper</span>(<span class="pl-s1">self</span>.<span class="pl-s1">f</span>, <span class="pl-c1">**</span><span class="pl-s1">self</span>.<span class="pl-s1">options</span>)
<span class="pl-c1">986</span> <span class="pl-k">else</span>:
<span class="pl-c1">987</span> <span class="pl-k">if</span> <span class="pl-s1">engine</span> <span class="pl-c1">==</span> <span class="pl-s">'python'</span>:
<span class="pl-s1">d</span>:\0<span class="pl-s1">_dev</span>\s<span class="pl-s1">ervices</span>\p<span class="pl-s1">rotocol_sort</span>\v<span class="pl-s1">env</span>\l<span class="pl-s1">ib</span>\s<span class="pl-s1">ite</span><span class="pl-c1">-</span><span class="pl-s1">packages</span>\p<span class="pl-s1">andas</span>\i<span class="pl-s1">o</span>\p<span class="pl-s1">arsers</span>.<span class="pl-s1">py</span> <span class="pl-c1">in</span> <span class="pl-en">__init__</span>(<span class="pl-s1">self</span>, <span class="pl-s1">src</span>, <span class="pl-c1">**</span><span class="pl-s1">kwds</span>)
<span class="pl-c1">1603</span> <span class="pl-s1">kwds</span>[<span class="pl-s">'allow_leading_cols'</span>] <span class="pl-c1">=</span> <span class="pl-s1">self</span>.<span class="pl-s1">index_col</span> <span class="pl-c1">is</span> <span class="pl-c1">not</span> <span class="pl-c1">False</span>
<span class="pl-c1">1604</span>
<span class="pl-c1">-</span><span class="pl-c1">></span> <span class="pl-c1">1605</span> <span class="pl-s1">self</span>.<span class="pl-s1">_reader</span> <span class="pl-c1">=</span> <span class="pl-s1">parsers</span>.<span class="pl-v">TextReader</span>(<span class="pl-s1">src</span>, <span class="pl-c1">**</span><span class="pl-s1">kwds</span>)
<span class="pl-c1">1606</span>
<span class="pl-c1">1607</span> <span class="pl-c"># XXX</span>
<span class="pl-s1">pandas</span>\_<span class="pl-s1">libs</span>\p<span class="pl-s1">arsers</span>.<span class="pl-s1">pyx</span> <span class="pl-c1">in</span> <span class="pl-s1">pandas</span>.<span class="pl-s1">_libs</span>.<span class="pl-s1">parsers</span>.<span class="pl-v">TextReader</span>.<span class="pl-en">__cinit__</span> (<span class="pl-s1">pandas</span>\_<span class="pl-s1">libs</span>\p<span class="pl-s1">arsers</span>.<span class="pl-s1">c</span>:<span class="pl-c1">4209</span>)()
<span class="pl-s1">pandas</span>\_<span class="pl-s1">libs</span>\p<span class="pl-s1">arsers</span>.<span class="pl-s1">pyx</span> <span class="pl-c1">in</span> <span class="pl-s1">pandas</span>.<span class="pl-s1">_libs</span>.<span class="pl-s1">parsers</span>.<span class="pl-v">TextReader</span>.<span class="pl-en">_setup_parser_source</span> (<span class="pl-s1">pandas</span>\_<span class="pl-s1">libs</span>\p<span class="pl-s1">arsers</span>.<span class="pl-s1">c</span>:<span class="pl-c1">8895</span>)()
<span class="pl-v">OSError</span>: <span class="pl-v">Initializing</span> <span class="pl-k">from</span> <span class="pl-s1">file</span> <span class="pl-s1">failed</span>
<span class="pl-c"># 'python' engine work:</span>
<span class="pl-s1">df</span> <span class="pl-c1">=</span> <span class="pl-s1">pandas</span>.<span class="pl-en">read_csv</span>(<span class="pl-s1">cyrillic_filename</span>, <span class="pl-s1">engine</span><span class="pl-c1">=</span><span class="pl-s">"python"</span>, <span class="pl-s1">encoding</span><span class="pl-c1">=</span><span class="pl-s">"cp1251"</span>)
<span class="pl-s1">df</span>.<span class="pl-s1">size</span>
<span class="pl-c1">>></span><span class="pl-c1">172440</span>
<span class="pl-c"># 'c' engine works if filename can be encoded to utf-8</span>
<span class="pl-s1">latin_filename</span> <span class="pl-c1">=</span> <span class="pl-s">"./file_1.csv"</span>
<span class="pl-s1">df</span> <span class="pl-c1">=</span> <span class="pl-s1">pandas</span>.<span class="pl-en">read_csv</span>(<span class="pl-s1">latin_filename</span>, <span class="pl-s1">engine</span><span class="pl-c1">=</span><span class="pl-s">"c"</span>, <span class="pl-s1">encoding</span><span class="pl-c1">=</span><span class="pl-s">"cp1251"</span>)
<span class="pl-s1">df</span>.<span class="pl-s1">size</span>
<span class="pl-c1">>></span><span class="pl-c1">172440</span></pre></div>
<h4 dir="auto">Problem description</h4>
<p dir="auto">The 'c' engine should read the files with non-UTF-8 filenames</p>
<h4 dir="auto">Expected Output</h4>
<p dir="auto">File content readed into dataframe</p>
<h4 dir="auto">Output of <code class="notranslate">pd.show_versions()</code></h4>
<h2 dir="auto">INSTALLED VERSIONS</h2>
<p dir="auto">commit: None<br>
python: 3.6.1.final.0<br>
python-bits: 32<br>
OS: Windows<br>
OS-release: 7<br>
machine: AMD64<br>
processor: Intel64 Family 6 Model 42 Stepping 7, GenuineIntel<br>
byteorder: little<br>
LC_ALL: None<br>
LANG: None<br>
LOCALE: None.None</p>
<p dir="auto">pandas: 0.20.3<br>
pytest: None<br>
pip: 9.0.1<br>
setuptools: 28.8.0<br>
Cython: None<br>
numpy: 1.13.2<br>
scipy: 0.19.1<br>
xarray: None<br>
IPython: 6.2.1<br>
sphinx: None<br>
patsy: None<br>
dateutil: 2.6.1<br>
pytz: 2017.2<br>
blosc: None<br>
bottleneck: None<br>
tables: None<br>
numexpr: None<br>
feather: None<br>
matplotlib: None<br>
openpyxl: 2.4.8<br>
xlrd: None<br>
xlwt: None<br>
xlsxwriter: None<br>
lxml: 4.0.0<br>
bs4: None<br>
html5lib: 1.0b10<br>
sqlalchemy: None<br>
pymysql: None<br>
psycopg2: None<br>
jinja2: 2.9.6<br>
s3fs: None<br>
pandas_gbq: None<br>
pandas_datareader: None<br>
None</p> | <h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<p dir="auto"><code class="notranslate">test.txt</code> and <code class="notranslate">test_é.txt</code> are the same file, only the name change:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pd.read_csv('test.txt')
Out[3]:
1 1 1
0 1 1 1
1 1 1 1
pd.read_csv('test_é.txt')
Traceback (most recent call last):
File "<ipython-input-4-fd67679d1d17>", line 1, in <module>
pd.read_csv('test_é.txt')
File "d:\app\python36\lib\site-packages\pandas\io\parsers.py", line 646, in parser_f
return _read(filepath_or_buffer, kwds)
File "d:\app\python36\lib\site-packages\pandas\io\parsers.py", line 389, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "d:\app\python36\lib\site-packages\pandas\io\parsers.py", line 730, in __init__
self._make_engine(self.engine)
File "d:\app\python36\lib\site-packages\pandas\io\parsers.py", line 923, in _make_engine
self._engine = CParserWrapper(self.f, **self.options)
File "d:\app\python36\lib\site-packages\pandas\io\parsers.py", line 1390, in __init__
self._reader = _parser.TextReader(src, **kwds)
File "pandas\parser.pyx", line 373, in pandas.parser.TextReader.__cinit__ (pandas\parser.c:4184)
File "pandas\parser.pyx", line 669, in pandas.parser.TextReader._setup_parser_source (pandas\parser.c:8471)
OSError: Initializing from file failed
"><pre class="notranslate"><span class="pl-s1">pd</span>.<span class="pl-en">read_csv</span>(<span class="pl-s">'test.txt'</span>)
<span class="pl-v">Out</span>[<span class="pl-c1">3</span>]:
<span class="pl-c1">1</span> <span class="pl-c1">1</span> <span class="pl-c1">1</span>
<span class="pl-c1">0</span> <span class="pl-c1">1</span> <span class="pl-c1">1</span> <span class="pl-c1">1</span>
<span class="pl-c1">1</span> <span class="pl-c1">1</span> <span class="pl-c1">1</span> <span class="pl-c1">1</span>
<span class="pl-s1">pd</span>.<span class="pl-en">read_csv</span>(<span class="pl-s">'test_é.txt'</span>)
<span class="pl-v">Traceback</span> (<span class="pl-s1">most</span> <span class="pl-s1">recent</span> <span class="pl-s1">call</span> <span class="pl-s1">last</span>):
<span class="pl-v">File</span> <span class="pl-s">"<ipython-input-4-fd67679d1d17>"</span>, <span class="pl-s1">line</span> <span class="pl-c1">1</span>, <span class="pl-s1">in</span> <span class="pl-c1"><</span><span class="pl-s1">module</span><span class="pl-c1">></span>
<span class="pl-s1">pd</span>.<span class="pl-en">read_csv</span>(<span class="pl-s">'test_é.txt'</span>)
<span class="pl-v">File</span> <span class="pl-s">"d:<span class="pl-cce">\a</span>pp\python36\lib\site-packages\pandas\io\parsers.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">646</span>, <span class="pl-s1">in</span> <span class="pl-s1">parser_f</span>
<span class="pl-k">return</span> <span class="pl-en">_read</span>(<span class="pl-s1">filepath_or_buffer</span>, <span class="pl-s1">kwds</span>)
<span class="pl-v">File</span> <span class="pl-s">"d:<span class="pl-cce">\a</span>pp\python36\lib\site-packages\pandas\io\parsers.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">389</span>, <span class="pl-s1">in</span> <span class="pl-s1">_read</span>
<span class="pl-s1">parser</span> <span class="pl-c1">=</span> <span class="pl-v">TextFileReader</span>(<span class="pl-s1">filepath_or_buffer</span>, <span class="pl-c1">**</span><span class="pl-s1">kwds</span>)
<span class="pl-v">File</span> <span class="pl-s">"d:<span class="pl-cce">\a</span>pp\python36\lib\site-packages\pandas\io\parsers.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">730</span>, <span class="pl-s1">in</span> <span class="pl-s1">__init__</span>
<span class="pl-s1">self</span>.<span class="pl-en">_make_engine</span>(<span class="pl-s1">self</span>.<span class="pl-s1">engine</span>)
<span class="pl-v">File</span> <span class="pl-s">"d:<span class="pl-cce">\a</span>pp\python36\lib\site-packages\pandas\io\parsers.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">923</span>, <span class="pl-s1">in</span> <span class="pl-s1">_make_engine</span>
<span class="pl-s1">self</span>.<span class="pl-s1">_engine</span> <span class="pl-c1">=</span> <span class="pl-v">CParserWrapper</span>(<span class="pl-s1">self</span>.<span class="pl-s1">f</span>, <span class="pl-c1">**</span><span class="pl-s1">self</span>.<span class="pl-s1">options</span>)
<span class="pl-v">File</span> <span class="pl-s">"d:<span class="pl-cce">\a</span>pp\python36\lib\site-packages\pandas\io\parsers.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">1390</span>, <span class="pl-s1">in</span> <span class="pl-s1">__init__</span>
<span class="pl-s1">self</span>.<span class="pl-s1">_reader</span> <span class="pl-c1">=</span> <span class="pl-s1">_parser</span>.<span class="pl-v">TextReader</span>(<span class="pl-s1">src</span>, <span class="pl-c1">**</span><span class="pl-s1">kwds</span>)
<span class="pl-v">File</span> <span class="pl-s">"pandas\parser.pyx"</span>, <span class="pl-s1">line</span> <span class="pl-c1">373</span>, <span class="pl-s1">in</span> <span class="pl-s1">pandas</span>.<span class="pl-s1">parser</span>.<span class="pl-v">TextReader</span>.<span class="pl-en">__cinit__</span> (<span class="pl-s1">pandas</span>\p<span class="pl-s1">arser</span>.<span class="pl-s1">c</span>:<span class="pl-c1">4184</span>)
<span class="pl-v">File</span> <span class="pl-s">"pandas\parser.pyx"</span>, <span class="pl-s1">line</span> <span class="pl-c1">669</span>, <span class="pl-s1">in</span> <span class="pl-s1">pandas</span>.<span class="pl-s1">parser</span>.<span class="pl-v">TextReader</span>.<span class="pl-en">_setup_parser_source</span> (<span class="pl-s1">pandas</span>\p<span class="pl-s1">arser</span>.<span class="pl-s1">c</span>:<span class="pl-c1">8471</span>)
<span class="pl-v">OSError</span>: <span class="pl-v">Initializing</span> <span class="pl-k">from</span> <span class="pl-s1">file</span> <span class="pl-s1">failed</span></pre></div>
<h4 dir="auto">Problem description</h4>
<p dir="auto">Pandas return OSError when trying to read a file with accents in file path.</p>
<p dir="auto">The problem is new (Since I upgraded to Python 3.6 and Pandas 0.19.2)</p>
<h4 dir="auto">Output of <code class="notranslate">pd.show_versions()</code></h4>
<details>
<h2 dir="auto">INSTALLED VERSIONS</h2>
<p dir="auto">commit: None<br>
python: 3.6.0.final.0<br>
python-bits: 64<br>
OS: Windows<br>
OS-release: 7<br>
machine: AMD64<br>
processor: Intel64 Family 6 Model 94 Stepping 3, GenuineIntel<br>
byteorder: little<br>
LC_ALL: None<br>
LANG: fr<br>
LOCALE: None.None</p>
<p dir="auto">pandas: 0.19.2<br>
nose: None<br>
pip: 9.0.1<br>
setuptools: 32.3.1<br>
Cython: 0.25.2<br>
numpy: 1.11.3<br>
scipy: 0.18.1<br>
statsmodels: None<br>
xarray: None<br>
IPython: 5.1.0<br>
sphinx: 1.5.1<br>
patsy: None<br>
dateutil: 2.6.0<br>
pytz: 2016.10<br>
blosc: None<br>
bottleneck: 1.2.0<br>
tables: None<br>
numexpr: 2.6.1<br>
matplotlib: 1.5.3<br>
openpyxl: None<br>
xlrd: None<br>
xlwt: None<br>
xlsxwriter: None<br>
lxml: None<br>
bs4: None<br>
html5lib: 0.999999999<br>
httplib2: None<br>
apiclient: None<br>
sqlalchemy: 1.1.4<br>
pymysql: None<br>
psycopg2: None<br>
jinja2: 2.9.3<br>
boto: None<br>
pandas_datareader: None</p>
</details> | 1 |
<p dir="auto">Hi, allow me to ask for a question about Tensorflow feature:</p>
<p dir="auto">Firstly, I uses the nearly-latest Tensorflow version v1.10 and the system has NCCL 2.0 installed.</p>
<p dir="auto">As is known that NCCL 2.0 has already supported Cross-Node multiple GPU training with fully NCCL management, but I found that Tensorflow benchmark script doesn't support NCCL in Tensorflow distributed mode, and it said NCCL mode is only allowed and designed for in single-node mode, so I don't know whether it is not supported by Tensorflow engine, or just not supported by the Tensorflow benchmark script? If it is just not implemented by the Tensorflow benchmark script, is there documentation or example to enable Distributed Tensorflow to use NCCL 2.0 to manage cross-node Multi GPUs? Thanks.</p>
<p dir="auto">The official Tensorflow benchmark:<br>
<a href="https://github.com/tensorflow/benchmarks">https://github.com/tensorflow/benchmarks</a></p> | <p dir="auto">I have built tensorflow from scratch for the Knights Landing and it seems to give only 4-5images/sec. Can someone give a procedure to run these standard benchmarks?</p> | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.1</li>
<li>Operating System / Platform => Ubuntu 16.04 64Bit</li>
<li>Compiler => gcc 5.4.0</li>
<li>TensorFlow => 1.4.0</li>
<li>Model => faster_rcnn_resnet50_coco <a href="http://download.tensorflow.org/models/object_detection/faster_rcnn_resnet50_coco_2018_01_28.tar.gz" rel="nofollow">http://download.tensorflow.org/models/object_detection/faster_rcnn_resnet50_coco_2018_01_28.tar.gz</a></li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I have trained the original model on myself image set with the form of VOC2007.<br>
But when I try to load the frozen model in Tensorflow into OpenCV, the following error persists.</p>
<h5 dir="auto">Steps to reproduce</h5>
<p dir="auto">Loading the frozen graphs</p>
<p dir="auto"><code class="notranslate">cvNet = cv.dnn.readNetFromTensorflow('./output_inference_graph/trans_graph.pb', './output_inference_graph/graph.pbtxt')</code></p>
<p dir="auto">I get the error</p>
<p dir="auto"><code class="notranslate">OpenCV(3.4.1) Error: Unspecified error (Input layer not found: FirstStageFeatureExtractor/resnet_v1_50/resnet_v1_50/conv1/BatchNorm/FusedBatchNorm) in connect, file /io/opencv/modules/dnn/src/tensorflow/tf_importer.cpp, line 553 Traceback (most recent call last): File "detect_opencv_tensorflow_2.py", line 3, in <module> cvNet = cv.dnn.readNetFromTensorflow('./output_inference_graph/trans_graph.pb', './output_inference_graph/graph.pbtxt') cv2.error: OpenCV(3.4.1) /io/opencv/modules/dnn/src/tensorflow/tf_importer.cpp:553: error: (-2) Input layer not found: FirstStageFeatureExtractor/resnet_v1_50/resnet_v1_50/conv1/BatchNorm/FusedBatchNorm in function connect</code></p> | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4 installed with pip</li>
<li>Operating System / Platform => Ubuntu 16.04</li>
<li>Python => Python 3.5.2</li>
<li>Tensorflow => 1.5</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I'm trying to load in a pretrained MobileNet model from tensorflow.python.keras.applications. However I'm running into problems importing the model into dnn using cv2.dnn.readNetFromTensorflow(frozen_graph, pb_txt)</p>
<p dir="auto">I followed some of the steps described in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="267169120" data-permission-text="Title is private" data-url="https://github.com/opencv/opencv/issues/9894" data-hovercard-type="issue" data-hovercard-url="/opencv/opencv/issues/9894/hovercard" href="https://github.com/opencv/opencv/issues/9894">#9894</a> in addition to some of the other ones decribed by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dkurt/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dkurt">@dkurt</a> in various posts.</p>
<h5 dir="auto">General Steps</h5>
<ul dir="auto">
<li>load in MobileNet from tensorflow.python.keras.applications</li>
<li>Freeze the graph</li>
<li>Save the frozen graph as a .pb file</li>
<li>optimize the graph for inference using the optimize_for_inference tool provided by tensorflow</li>
<li>Remove the constant nodes using a function provided by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dkurt/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dkurt">@dkurt</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="267169120" data-permission-text="Title is private" data-url="https://github.com/opencv/opencv/issues/9894" data-hovercard-type="issue" data-hovercard-url="/opencv/opencv/issues/9894/hovercard" href="https://github.com/opencv/opencv/issues/9894">#9894</a> to make a .pbtxt</li>
<li>Modify the .pbtxt I can modify the RELU layers to be RELU6 instead of a RELU layer stacked with minimum and maxmium layers (since these are not supported by opencv)</li>
<li>Try to load in the .pb and .pbtxt using readNetFromTensorflow</li>
</ul>
<p dir="auto">The issue stems that when I use the code to generate a .pbtxt file to remove const nodes that openv doesn't use. Specifically it deletes some of the input constants being fed into some of my Fused Batch Normalization layers i.e.<br>
OpenCV Error: Unspecified error (Input layer not found: conv1_bn/FusedBatchNorm) in connect, file /root/opencv/modules/dnn/src/tensorflow/tf_importer.cpp, line 553<br>
Traceback (most recent call last):<br>
File "/opt/PyCharm/helpers/pydev/pydevd.py", line 1596, in <br>
globals = debugger.run(setup['file'], None, None, is_module)<br>
File "/opt/PyCharm/helpers/pydev/pydevd.py", line 974, in run<br>
pydev_imports.execfile(file, globals, locals) # execute the script<br>
File "/opt/PyCharm/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile<br>
exec(compile(contents+"\n", file, 'exec'), glob, loc)<br>
File "/home/dl_docker_user/opencv_dnn_wrapper/main.py", line 38, in <br>
net = cv2.dnn.readNetFromTensorflow(frozen_graph, pb_txt)<br>
cv2.error: /root/opencv/modules/dnn/src/tensorflow/tf_importer.cpp:553: error: (-2) Input layer not found: conv1_bn/FusedBatchNorm in function connect</p>
<h5 dir="auto">Steps to reproduce</h5>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="def freeze_session(session, keep_var_names=None, output_names=None, clear_devices=True):
graph = session.graph
with graph.as_default():
freeze_var_names = list(set(v.op.name for v in tf.global_variables()).difference(keep_var_names or []))
output_names = output_names or []
output_names += [v.op.name for v in tf.global_variables()]
input_graph_def = graph.as_graph_def()
if clear_devices:
for node in input_graph_def.node:
node.device = ""
frozen_graph = convert_variables_to_constants(session, input_graph_def,
output_names, freeze_var_names)
return frozen_graph
from tensorflow.python.keras.applications import MobileNet
from tensorflow.python.keras import backend as K
import tensorflow as tf
from tensorflow.python.framework import graph_util, graph_io
K.set_learning_phase(False)
model = MobileNet(input_shape=(224, 224, 3), weights='mobilenet_1_0_224_tf.h5', include_top=True)
pred_node_names = [None]
pred = [None]
for i in range(1):
pred_node_names[i] = "output_node" + str(i)
pred[i] = tf.identity(model.outputs[i], name=pred_node_names[i])
sess = K.get_session()
frozen_graph = freeze_session(sess, output_names=["output_node0"])
graph_io.write_graph(frozen_graph, ".", "model.pb", as_text=False)"><pre class="notranslate"><span class="pl-k">def</span> <span class="pl-en">freeze_session</span>(<span class="pl-s1">session</span>, <span class="pl-s1">keep_var_names</span><span class="pl-c1">=</span><span class="pl-c1">None</span>, <span class="pl-s1">output_names</span><span class="pl-c1">=</span><span class="pl-c1">None</span>, <span class="pl-s1">clear_devices</span><span class="pl-c1">=</span><span class="pl-c1">True</span>):
<span class="pl-s1">graph</span> <span class="pl-c1">=</span> <span class="pl-s1">session</span>.<span class="pl-s1">graph</span>
<span class="pl-k">with</span> <span class="pl-s1">graph</span>.<span class="pl-en">as_default</span>():
<span class="pl-s1">freeze_var_names</span> <span class="pl-c1">=</span> <span class="pl-en">list</span>(<span class="pl-en">set</span>(<span class="pl-s1">v</span>.<span class="pl-s1">op</span>.<span class="pl-s1">name</span> <span class="pl-k">for</span> <span class="pl-s1">v</span> <span class="pl-c1">in</span> <span class="pl-s1">tf</span>.<span class="pl-en">global_variables</span>()).<span class="pl-en">difference</span>(<span class="pl-s1">keep_var_names</span> <span class="pl-c1">or</span> []))
<span class="pl-s1">output_names</span> <span class="pl-c1">=</span> <span class="pl-s1">output_names</span> <span class="pl-c1">or</span> []
<span class="pl-s1">output_names</span> <span class="pl-c1">+=</span> [<span class="pl-s1">v</span>.<span class="pl-s1">op</span>.<span class="pl-s1">name</span> <span class="pl-k">for</span> <span class="pl-s1">v</span> <span class="pl-c1">in</span> <span class="pl-s1">tf</span>.<span class="pl-en">global_variables</span>()]
<span class="pl-s1">input_graph_def</span> <span class="pl-c1">=</span> <span class="pl-s1">graph</span>.<span class="pl-en">as_graph_def</span>()
<span class="pl-k">if</span> <span class="pl-s1">clear_devices</span>:
<span class="pl-k">for</span> <span class="pl-s1">node</span> <span class="pl-c1">in</span> <span class="pl-s1">input_graph_def</span>.<span class="pl-s1">node</span>:
<span class="pl-s1">node</span>.<span class="pl-s1">device</span> <span class="pl-c1">=</span> <span class="pl-s">""</span>
<span class="pl-s1">frozen_graph</span> <span class="pl-c1">=</span> <span class="pl-en">convert_variables_to_constants</span>(<span class="pl-s1">session</span>, <span class="pl-s1">input_graph_def</span>,
<span class="pl-s1">output_names</span>, <span class="pl-s1">freeze_var_names</span>)
<span class="pl-k">return</span> <span class="pl-s1">frozen_graph</span>
<span class="pl-k">from</span> <span class="pl-s1">tensorflow</span>.<span class="pl-s1">python</span>.<span class="pl-s1">keras</span>.<span class="pl-s1">applications</span> <span class="pl-k">import</span> <span class="pl-v">MobileNet</span>
<span class="pl-k">from</span> <span class="pl-s1">tensorflow</span>.<span class="pl-s1">python</span>.<span class="pl-s1">keras</span> <span class="pl-k">import</span> <span class="pl-s1">backend</span> <span class="pl-k">as</span> <span class="pl-v">K</span>
<span class="pl-k">import</span> <span class="pl-s1">tensorflow</span> <span class="pl-k">as</span> <span class="pl-s1">tf</span>
<span class="pl-k">from</span> <span class="pl-s1">tensorflow</span>.<span class="pl-s1">python</span>.<span class="pl-s1">framework</span> <span class="pl-k">import</span> <span class="pl-s1">graph_util</span>, <span class="pl-s1">graph_io</span>
<span class="pl-v">K</span>.<span class="pl-en">set_learning_phase</span>(<span class="pl-c1">False</span>)
<span class="pl-s1">model</span> <span class="pl-c1">=</span> <span class="pl-v">MobileNet</span>(<span class="pl-s1">input_shape</span><span class="pl-c1">=</span>(<span class="pl-c1">224</span>, <span class="pl-c1">224</span>, <span class="pl-c1">3</span>), <span class="pl-s1">weights</span><span class="pl-c1">=</span><span class="pl-s">'mobilenet_1_0_224_tf.h5'</span>, <span class="pl-s1">include_top</span><span class="pl-c1">=</span><span class="pl-c1">True</span>)
<span class="pl-s1">pred_node_names</span> <span class="pl-c1">=</span> [<span class="pl-c1">None</span>]
<span class="pl-s1">pred</span> <span class="pl-c1">=</span> [<span class="pl-c1">None</span>]
<span class="pl-k">for</span> <span class="pl-s1">i</span> <span class="pl-c1">in</span> <span class="pl-en">range</span>(<span class="pl-c1">1</span>):
<span class="pl-s1">pred_node_names</span>[<span class="pl-s1">i</span>] <span class="pl-c1">=</span> <span class="pl-s">"output_node"</span> <span class="pl-c1">+</span> <span class="pl-en">str</span>(<span class="pl-s1">i</span>)
<span class="pl-s1">pred</span>[<span class="pl-s1">i</span>] <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-en">identity</span>(<span class="pl-s1">model</span>.<span class="pl-s1">outputs</span>[<span class="pl-s1">i</span>], <span class="pl-s1">name</span><span class="pl-c1">=</span><span class="pl-s1">pred_node_names</span>[<span class="pl-s1">i</span>])
<span class="pl-s1">sess</span> <span class="pl-c1">=</span> <span class="pl-v">K</span>.<span class="pl-en">get_session</span>()
<span class="pl-s1">frozen_graph</span> <span class="pl-c1">=</span> <span class="pl-en">freeze_session</span>(<span class="pl-s1">sess</span>, <span class="pl-s1">output_names</span><span class="pl-c1">=</span>[<span class="pl-s">"output_node0"</span>])
<span class="pl-s1">graph_io</span>.<span class="pl-en">write_graph</span>(<span class="pl-s1">frozen_graph</span>, <span class="pl-s">"."</span>, <span class="pl-s">"model.pb"</span>, <span class="pl-s1">as_text</span><span class="pl-c1">=</span><span class="pl-c1">False</span>)</pre></div>
<p dir="auto">Then I used the optimize for inference tool provided by tensorflow</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="python /usr/local/lib/python3.5/dist-packages/tensorflow/python/tools/optimize_for_inference.py --input model.pb --output opt_model.pb --input_names input_1 --output_names output_node0 --frozen_graph True"><pre class="notranslate"><code class="notranslate">python /usr/local/lib/python3.5/dist-packages/tensorflow/python/tools/optimize_for_inference.py --input model.pb --output opt_model.pb --input_names input_1 --output_names output_node0 --frozen_graph True
</code></pre></div>
<p dir="auto">Then I create the .pbtxt file using</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="def create_pbtxt_compatible_with_opencv(pb_path, pbtxt_path):
import tensorflow as tf
# Read the graph.
with tf.gfile.FastGFile(pb_path, 'rb') as f:
graph_def = tf.GraphDef()
graph_def.ParseFromString(f.read())
# Remove Const nodes.
for i in reversed(range(len(graph_def.node))):
if graph_def.node[i].op == 'Const':
del graph_def.node[i]
for attr in ['T', 'data_format', 'Tshape', 'N', 'Tidx', 'Tdim',
'use_cudnn_on_gpu', 'Index', 'Tperm', 'is_training',
'Tpaddings']:
if attr in graph_def.node[i].attr:
del graph_def.node[i].attr[attr]
# Save as text.
tf.train.write_graph(graph_def, "", pbtxt_path, as_text=True)"><pre class="notranslate"><span class="pl-k">def</span> <span class="pl-en">create_pbtxt_compatible_with_opencv</span>(<span class="pl-s1">pb_path</span>, <span class="pl-s1">pbtxt_path</span>):
<span class="pl-k">import</span> <span class="pl-s1">tensorflow</span> <span class="pl-k">as</span> <span class="pl-s1">tf</span>
<span class="pl-c"># Read the graph.</span>
<span class="pl-k">with</span> <span class="pl-s1">tf</span>.<span class="pl-s1">gfile</span>.<span class="pl-v">FastGFile</span>(<span class="pl-s1">pb_path</span>, <span class="pl-s">'rb'</span>) <span class="pl-k">as</span> <span class="pl-s1">f</span>:
<span class="pl-s1">graph_def</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-v">GraphDef</span>()
<span class="pl-s1">graph_def</span>.<span class="pl-v">ParseFromString</span>(<span class="pl-s1">f</span>.<span class="pl-en">read</span>())
<span class="pl-c"># Remove Const nodes.</span>
<span class="pl-k">for</span> <span class="pl-s1">i</span> <span class="pl-c1">in</span> <span class="pl-en">reversed</span>(<span class="pl-en">range</span>(<span class="pl-en">len</span>(<span class="pl-s1">graph_def</span>.<span class="pl-s1">node</span>))):
<span class="pl-k">if</span> <span class="pl-s1">graph_def</span>.<span class="pl-s1">node</span>[<span class="pl-s1">i</span>].<span class="pl-s1">op</span> <span class="pl-c1">==</span> <span class="pl-s">'Const'</span>:
<span class="pl-k">del</span> <span class="pl-s1">graph_def</span>.<span class="pl-s1">node</span>[<span class="pl-s1">i</span>]
<span class="pl-k">for</span> <span class="pl-s1">attr</span> <span class="pl-c1">in</span> [<span class="pl-s">'T'</span>, <span class="pl-s">'data_format'</span>, <span class="pl-s">'Tshape'</span>, <span class="pl-s">'N'</span>, <span class="pl-s">'Tidx'</span>, <span class="pl-s">'Tdim'</span>,
<span class="pl-s">'use_cudnn_on_gpu'</span>, <span class="pl-s">'Index'</span>, <span class="pl-s">'Tperm'</span>, <span class="pl-s">'is_training'</span>,
<span class="pl-s">'Tpaddings'</span>]:
<span class="pl-k">if</span> <span class="pl-s1">attr</span> <span class="pl-c1">in</span> <span class="pl-s1">graph_def</span>.<span class="pl-s1">node</span>[<span class="pl-s1">i</span>].<span class="pl-s1">attr</span>:
<span class="pl-k">del</span> <span class="pl-s1">graph_def</span>.<span class="pl-s1">node</span>[<span class="pl-s1">i</span>].<span class="pl-s1">attr</span>[<span class="pl-s1">attr</span>]
<span class="pl-c"># Save as text.</span>
<span class="pl-s1">tf</span>.<span class="pl-s1">train</span>.<span class="pl-en">write_graph</span>(<span class="pl-s1">graph_def</span>, <span class="pl-s">""</span>, <span class="pl-s1">pbtxt_path</span>, <span class="pl-s1">as_text</span><span class="pl-c1">=</span><span class="pl-c1">True</span>)</pre></div>
<p dir="auto">Lastly, I use this dnn call on the .pb and .pbtxt files</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="frozen_graph = "opt_model.pb"
I've also attached the pbtxt file for reference. Note I'm aware I need to replace the RELU functions followed by min and max with a relu6 layer instead. Thanks for the help!
[opt_model_pbtxt.txt](https://github.com/opencv/opencv/files/1725401/opt_model_pbtxt.txt)
pb_txt = "opt_model.pbtxt"
net = cv2.dnn.readNetFromTensorflow(frozen_graph, pb_txt)"><pre class="notranslate"><span class="pl-s1">frozen_graph</span> <span class="pl-c1">=</span> <span class="pl-s">"opt_model.pb"</span>
<span class="pl-v">I</span><span class="pl-s">'ve also attached the pbtxt file for reference. Note I'</span><span class="pl-s1">m</span> <span class="pl-s1">aware</span> <span class="pl-v">I</span> <span class="pl-s1">need</span> <span class="pl-s1">to</span> <span class="pl-s1">replace</span> <span class="pl-s1">the</span> <span class="pl-v">RELU</span> <span class="pl-s1">functions</span> <span class="pl-s1">followed</span> <span class="pl-s1">by</span> <span class="pl-s1">min</span> <span class="pl-c1">and</span> <span class="pl-s1">max</span> <span class="pl-s1">with</span> <span class="pl-s1">a</span> <span class="pl-s1">relu6</span> <span class="pl-s1">layer</span> <span class="pl-s1">instead</span>. <span class="pl-v">Thanks</span> <span class="pl-s1">for</span> <span class="pl-s1">the</span> <span class="pl-s1">help</span>!
[<span class="pl-s1">opt_model_pbtxt</span>.<span class="pl-s1">txt</span>](<span class="pl-s1">https</span>:<span class="pl-c1">//</span><span class="pl-s1">github</span>.<span class="pl-s1">com</span><span class="pl-c1">/</span><span class="pl-s1">opencv</span><span class="pl-c1">/</span><span class="pl-s1">opencv</span><span class="pl-c1">/</span><span class="pl-s1">files</span><span class="pl-c1">/</span><span class="pl-c1">1725401</span><span class="pl-c1">/</span><span class="pl-s1">opt_model_pbtxt</span>.<span class="pl-s1">txt</span>)
<span class="pl-s1">pb_txt</span> <span class="pl-c1">=</span> <span class="pl-s">"opt_model.pbtxt"</span>
<span class="pl-s1">net</span> <span class="pl-c1">=</span> <span class="pl-s1">cv2</span>.<span class="pl-s1">dnn</span>.<span class="pl-en">readNetFromTensorflow</span>(<span class="pl-s1">frozen_graph</span>, <span class="pl-s1">pb_txt</span>)</pre></div>
<p dir="auto">Resulting in,<br>
OpenCV Error: Unspecified error (Input layer not found: conv1_bn/FusedBatchNorm) in connect, file /root/opencv/modules/dnn/src/tensorflow/tf_importer.cpp, line 553<br>
Traceback (most recent call last):<br>
File "/opt/PyCharm/helpers/pydev/pydevd.py", line 1596, in <br>
globals = debugger.run(setup['file'], None, None, is_module)<br>
File "/opt/PyCharm/helpers/pydev/pydevd.py", line 974, in run<br>
pydev_imports.execfile(file, globals, locals) # execute the script<br>
File "/opt/PyCharm/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile<br>
exec(compile(contents+"\n", file, 'exec'), glob, loc)<br>
File "/home/dl_docker_user/opencv_dnn_wrapper/main.py", line 38, in <br>
net = cv2.dnn.readNetFromTensorflow(frozen_graph, pb_txt)<br>
cv2.error: /root/opencv/modules/dnn/src/tensorflow/tf_importer.cpp:553: error: (-2) Input layer not found: conv1_bn/FusedBatchNorm in function connect</p> | 1 |
<ul dir="auto">
<li>
<p dir="auto">OpenCV = >3.4.1```</p>
</li>
<li>
<p dir="auto">Operating System / Platform => Windows 64 Bit</p>
</li>
<li>
<p dir="auto">Compiler => Visual Studio [2017]</p>
</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I have used the Facenet code to train a model and get .ckpt and .meta files. (<a href="https://github.com/davidsandberg/facenet">https://github.com/davidsandberg/facenet</a>). I used freeze_graph.py from tensorflow to get a .pb file from this, and then used the steps here (<a href="https://medium.com/@dibyaranjan.sathua/how-to-use-tensorflow-graph-with-opencv-dnn-module-3bbeeb4920c5" rel="nofollow">https://medium.com/@dibyaranjan.sathua/how-to-use-tensorflow-graph-with-opencv-dnn-module-3bbeeb4920c5</a>) to optimize the model.<br>
Now I've tried calling it in tf_inception.cpp from CV dnn samples, just to see if model would load.</p>
<p dir="auto">My model throws error as</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="batch_join/fifo_queue:FIFOQueueV2
shared_name:[ ]
shapes:[ ]
container:[ ]
component_types:[ ]
capacity:[ ]
OpenCV(3.4.1) Error: Unspecified error (Unknown layer type FIFOQueueV2 in op batch_join/fifo_queue) in cv::dnn::experimental_dnn_v4::`anonymous-namespace'::TFImporter::populateNet, file C:\build\master_winpack-build-win64-vc14\opencv\modules\dnn\src\tensorflow\tf_importer.cpp, line 1582
"><pre class="notranslate"><code class="notranslate">batch_join/fifo_queue:FIFOQueueV2
shared_name:[ ]
shapes:[ ]
container:[ ]
component_types:[ ]
capacity:[ ]
OpenCV(3.4.1) Error: Unspecified error (Unknown layer type FIFOQueueV2 in op batch_join/fifo_queue) in cv::dnn::experimental_dnn_v4::`anonymous-namespace'::TFImporter::populateNet, file C:\build\master_winpack-build-win64-vc14\opencv\modules\dnn\src\tensorflow\tf_importer.cpp, line 1582
</code></pre></div>
<p dir="auto">How do I solve this?</p>
<p dir="auto">=> Is it because the training code has FIFOQueueV2 as part of input pipeline, and CV doesn't recognize it?<br>
=> Am I using the wrong .cpp file to call model?<br>
=> would there be something wrong with my .pb file?</p>
<p dir="auto">thanks!</p> | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.1</li>
<li>Operating System / Platform => Windows 64 Bit</li>
<li>Compiler => Visual Studio 2015</li>
</ul>
<h5 dir="auto">description</h5>
<p dir="auto">I'm using the tf_importer.cpp to import a tensorflow pb frozen model. However, I get an error during populating to the Net class variable:</p>
<p dir="auto">batch/fifo_queue:FIFOQueueV2<br>
container:[ ]<br>
component_types:[ ]<br>
shapes:[ ]<br>
capacity:[ ]<br>
shared_name:[ ]<br>
OpenCV Error: Unspecified error (Unknown layer type FIFOQueueV2 in op batch/fifo_queue) in cv::dnn::experimental_dnn_v1::`anonymous-namespace'::TFImporter::populateNet, file ......\source\modules\dnn\src\tensorflow\tf_importer.cpp, line 735</p>
<p dir="auto">Is there a way I can add this layer type into tf_importer.cpp? Or how could I remove this as this is not used in the network any longer after training.</p>
<p dir="auto">thanks</p> | 1 |
<p dir="auto">The <code class="notranslate">DataFrame</code> constructor supports numpy's ndarray of primitive type, recarray (or structured array) or a masked array of simple type. It breaks when given a masked recarray:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> a = np.ma.mrecords.fromrecords([(1,2)], names=['a', 'b'], mask=False)
>>> pandas.DataFrame(a)
...
TypeError: cannot perform reduce with flexible type"><pre class="notranslate"><span class="pl-c1">>></span><span class="pl-c1">></span> <span class="pl-s1">a</span> <span class="pl-c1">=</span> <span class="pl-s1">np</span>.<span class="pl-s1">ma</span>.<span class="pl-s1">mrecords</span>.<span class="pl-en">fromrecords</span>([(<span class="pl-c1">1</span>,<span class="pl-c1">2</span>)], <span class="pl-s1">names</span><span class="pl-c1">=</span>[<span class="pl-s">'a'</span>, <span class="pl-s">'b'</span>], <span class="pl-s1">mask</span><span class="pl-c1">=</span><span class="pl-c1">False</span>)
<span class="pl-c1">>></span><span class="pl-c1">></span> <span class="pl-s1">pandas</span>.<span class="pl-v">DataFrame</span>(<span class="pl-s1">a</span>)
...
<span class="pl-v">TypeError</span>: <span class="pl-s1">cannot</span> <span class="pl-s1">perform</span> <span class="pl-s1">reduce</span> <span class="pl-k">with</span> <span class="pl-s1">flexible</span> <span class="pl-s1">type</span></pre></div>
<p dir="auto">Tested at latest public release and HEAD.</p> | <p dir="auto">as it stands</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [24]: tuples = [(randint(10), randint(10)) for _ in range(10)]
In [25]: mi = MultiIndex.from_tuples(tuples)
In [26]: df = DataFrame(index=mi, columns=mi)"><pre class="notranslate"><code class="notranslate">In [24]: tuples = [(randint(10), randint(10)) for _ in range(10)]
In [25]: mi = MultiIndex.from_tuples(tuples)
In [26]: df = DataFrame(index=mi, columns=mi)
</code></pre></div>
<p dir="auto">fails, whereas single level indexes work fine</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [27]: df = DataFrame(index=range(10), columns=range(10))
In [28]: df
Out[28]:
0 1 2 3 4 5 6 7 8 9
0 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
1 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
2 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
3 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
4 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
5 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
6 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
7 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
8 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
9 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN"><pre class="notranslate"><code class="notranslate">In [27]: df = DataFrame(index=range(10), columns=range(10))
In [28]: df
Out[28]:
0 1 2 3 4 5 6 7 8 9
0 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
1 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
2 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
3 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
4 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
5 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
6 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
7 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
8 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
9 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
</code></pre></div> | 0 |
<p dir="auto">When the animation is done between placeholder and new image then the placeholder is stretched during the animation. Please do only the fade animation without modifying the imagesize.</p> | <p dir="auto"><strong>Glide Version/Integration library (if any)</strong>: 3.5.2<br>
<strong>Device/Android Version</strong>: S4/4.4<br>
<strong>Issue details/Repro steps</strong>: Load a different sized thumbnail and image, or placeholder and image and note the result:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2906988/6538023/e027582a-c45c-11e4-8758-abb9d7a67c69.gif"><img src="https://cloud.githubusercontent.com/assets/2906988/6538023/e027582a-c45c-11e4-8758-abb9d7a67c69.gif" alt="demo" data-animated-image="" style="max-width: 100%;"></a></p>
<p dir="auto"><strong>Glide load line</strong>:</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Delay extends UnitTransformation {
private final int sleepTime;
public Delay(int sleepTime) { this.sleepTime = sleepTime; }
@Override public Resource transform(Resource resource, int outWidth, int outHeight) {
try { Thread.sleep(sleepTime); } catch (InterruptedException ex) {}
return super.transform(resource, outWidth, outHeight);
}
}
@Override protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
final ImageView image = new ImageView(this);
setContentView(image);
// Saved as R.drawable.placeholder
String placeholder = "http://placehold.it/300x500/eedddd.png&text=PLACEHOLDER";
// Square image
String thumb = "http://placehold.it/300x300/eeeedd.png&text=THUMB";
// Wide image
final String full = "http://placehold.it/300x100/eedddd.png&text=FULL";
// Prepared request with unimportant clutter
final DrawableRequestBuilder<String> req = Glide
.with(this)
.fromString()
.diskCacheStrategy(DiskCacheStrategy.SOURCE) // disable network delay for demo
.skipMemoryCache(true) // make sure transform runs for demo
.crossFade(2000) // default, just stretch time for noticability
;
req.clone()
.thumbnail(req.clone()
.transform(new Delay(500)) // wait a little
.load(thumb)
)
.transform(new Delay(1000)) // wait before going from thumbnail to image
//.dontAnimate() // solves the problem
.load(full)
.into(image);
image.setOnClickListener(new OnClickListener() {
@Override public void onClick(View v) {
req.clone()
.load(full)
.placeholder(R.drawable.placeholder)
.transform(new Delay(1000))
//.animate(R.anim.abc_fade_in) // also solves the problem
.into(image);
}
});"><pre class="notranslate"><span class="pl-k">class</span> <span class="pl-smi">Delay</span> <span class="pl-k">extends</span> <span class="pl-smi">UnitTransformation</span> {
<span class="pl-k">private</span> <span class="pl-k">final</span> <span class="pl-smi">int</span> <span class="pl-s1">sleepTime</span>;
<span class="pl-k">public</span> <span class="pl-smi">Delay</span>(<span class="pl-smi">int</span> <span class="pl-s1">sleepTime</span>) { <span class="pl-smi">this</span>.<span class="pl-s1">sleepTime</span> = <span class="pl-s1">sleepTime</span>; }
<span class="pl-c1">@</span><span class="pl-c1">Override</span> <span class="pl-k">public</span> <span class="pl-smi">Resource</span> <span class="pl-en">transform</span>(<span class="pl-smi">Resource</span> <span class="pl-s1">resource</span>, <span class="pl-smi">int</span> <span class="pl-s1">outWidth</span>, <span class="pl-smi">int</span> <span class="pl-s1">outHeight</span>) {
<span class="pl-k">try</span> { <span class="pl-smi">Thread</span>.<span class="pl-en">sleep</span>(<span class="pl-s1">sleepTime</span>); } <span class="pl-k">catch</span> (<span class="pl-smi">InterruptedException</span> <span class="pl-s1">ex</span>) {}
<span class="pl-k">return</span> <span class="pl-en">super</span>.<span class="pl-en">transform</span>(<span class="pl-s1">resource</span>, <span class="pl-s1">outWidth</span>, <span class="pl-s1">outHeight</span>);
}
}
<span class="pl-c1">@</span><span class="pl-c1">Override</span> <span class="pl-k">protected</span> <span class="pl-smi">void</span> <span class="pl-s1">onCreate</span>(<span class="pl-smi">Bundle</span> <span class="pl-s1">savedInstanceState</span>) {
<span class="pl-en">super</span>.<span class="pl-en">onCreate</span>(<span class="pl-s1">savedInstanceState</span>);
<span class="pl-k">final</span> <span class="pl-smi">ImageView</span> <span class="pl-s1">image</span> = <span class="pl-k">new</span> <span class="pl-smi">ImageView</span>(<span class="pl-smi">this</span>);
<span class="pl-en">setContentView</span>(<span class="pl-s1">image</span>);
<span class="pl-c">// Saved as R.drawable.placeholder</span>
<span class="pl-smi">String</span> <span class="pl-s1">placeholder</span> = <span class="pl-s">"http://placehold.it/300x500/eedddd.png&text=PLACEHOLDER"</span>;
<span class="pl-c">// Square image</span>
<span class="pl-smi">String</span> <span class="pl-s1">thumb</span> = <span class="pl-s">"http://placehold.it/300x300/eeeedd.png&text=THUMB"</span>;
<span class="pl-c">// Wide image</span>
<span class="pl-k">final</span> <span class="pl-smi">String</span> <span class="pl-s1">full</span> = <span class="pl-s">"http://placehold.it/300x100/eedddd.png&text=FULL"</span>;
<span class="pl-c">// Prepared request with unimportant clutter</span>
<span class="pl-k">final</span> <span class="pl-smi">DrawableRequestBuilder</span><<span class="pl-smi">String</span>> <span class="pl-s1">req</span> = <span class="pl-smi">Glide</span>
.<span class="pl-en">with</span>(<span class="pl-smi">this</span>)
.<span class="pl-en">fromString</span>()
.<span class="pl-en">diskCacheStrategy</span>(<span class="pl-smi">DiskCacheStrategy</span>.<span class="pl-c1">SOURCE</span>) <span class="pl-c">// disable network delay for demo</span>
.<span class="pl-en">skipMemoryCache</span>(<span class="pl-c1">true</span>) <span class="pl-c">// make sure transform runs for demo</span>
.<span class="pl-en">crossFade</span>(<span class="pl-c1">2000</span>) <span class="pl-c">// default, just stretch time for noticability</span>
;
<span class="pl-s1">req</span>.<span class="pl-en">clone</span>()
.<span class="pl-en">thumbnail</span>(<span class="pl-s1">req</span>.<span class="pl-en">clone</span>()
.<span class="pl-en">transform</span>(<span class="pl-k">new</span> <span class="pl-smi">Delay</span>(<span class="pl-c1">500</span>)) <span class="pl-c">// wait a little</span>
.<span class="pl-en">load</span>(<span class="pl-s1">thumb</span>)
)
.<span class="pl-en">transform</span>(<span class="pl-k">new</span> <span class="pl-smi">Delay</span>(<span class="pl-c1">1000</span>)) <span class="pl-c">// wait before going from thumbnail to image</span>
<span class="pl-c">//.dontAnimate() // solves the problem</span>
.<span class="pl-en">load</span>(<span class="pl-s1">full</span>)
.<span class="pl-en">into</span>(<span class="pl-s1">image</span>);
<span class="pl-s1">image</span>.<span class="pl-en">setOnClickListener</span>(<span class="pl-k">new</span> <span class="pl-smi">OnClickListener</span>() {
<span class="pl-c1">@</span><span class="pl-c1">Override</span> <span class="pl-k">public</span> <span class="pl-smi">void</span> <span class="pl-en">onClick</span>(<span class="pl-smi">View</span> <span class="pl-s1">v</span>) {
<span class="pl-s1">req</span>.<span class="pl-en">clone</span>()
.<span class="pl-en">load</span>(<span class="pl-s1">full</span>)
.<span class="pl-en">placeholder</span>(<span class="pl-smi">R</span>.<span class="pl-s1">drawable</span>.<span class="pl-s1">placeholder</span>)
.<span class="pl-en">transform</span>(<span class="pl-k">new</span> <span class="pl-smi">Delay</span>(<span class="pl-c1">1000</span>))
<span class="pl-c">//.animate(R.anim.abc_fade_in) // also solves the problem</span>
.<span class="pl-en">into</span>(<span class="pl-s1">image</span>);
}
});</pre></div>
<p dir="auto">By removing all the delaying parts, the end result is better, but the now the thumbnail is messed up:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2906988/6538022/e0252d02-c45c-11e4-82a6-6f13f3a215af.gif"><img src="https://cloud.githubusercontent.com/assets/2906988/6538022/e0252d02-c45c-11e4-82a6-6f13f3a215af.gif" alt="demo3" data-animated-image="" style="max-width: 100%;"></a></p> | 1 |
<p dir="auto">the following will now fail due to <code class="notranslate">.col-xs-12</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@import 'twitter/bootstrap';
.test {
.text-center;
.text-uppercase;
.col-xs-12;
}"><pre class="notranslate"><code class="notranslate">@import 'twitter/bootstrap';
.test {
.text-center;
.text-uppercase;
.col-xs-12;
}
</code></pre></div>
<p dir="auto">here is a test app: <a href="https://github.com/allenwlee/test-less-rails-bootstrap">https://github.com/allenwlee/test-less-rails-bootstrap</a></p> | <p dir="auto">Hello everyone</p>
<p dir="auto">I found out that the following code won't work in the LESS package of Bootstrap v3.2.0.</p>
<div class="highlight highlight-source-sass notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=".main-col {
&:extend(.col-md-16 all);
border-right: 1px solid lighten(@gray, 33%);
padding-right: 40px !important;
}
.sidebar-col {
&:extend(.col-md-6 all);
padding-left: 40px !important;
}"><pre class="notranslate"><span class="pl-e">.main-col</span> {
<span class="pl-k">&</span>:extend(<span class="pl-e">.col-md-16</span> all)<span class="pl-ii">;</span>
<span class="pl-c1"><span class="pl-c1">border-right</span></span>: <span class="pl-c1">1<span class="pl-k">px</span></span> <span class="pl-c1">solid</span> <span class="pl-c1">lighten</span>(@<span class="pl-c1">gray</span>, <span class="pl-c1">33<span class="pl-k">%</span></span>)<span class="pl-ii">;</span>
<span class="pl-c1"><span class="pl-c1">padding-right</span></span>: <span class="pl-c1">40<span class="pl-k">px</span></span> !<span class="pl-smi">important</span><span class="pl-ii">;</span>
}
<span class="pl-e">.sidebar-col</span> {
<span class="pl-k">&</span>:extend(<span class="pl-e">.col-md-6</span> all)<span class="pl-ii">;</span>
<span class="pl-c1"><span class="pl-c1">padding-left</span></span>: <span class="pl-c1">40<span class="pl-k">px</span></span> !<span class="pl-smi">important</span><span class="pl-ii">;</span>
}</pre></div>
<p dir="auto">The classes are just not getting extended. There is no error message. I have tested it with less.js.</p>
<p dir="auto">Any suggestions?</p>
<p dir="auto">Thank you in advance.</p> | 1 |
<p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.): "lock is held by" "has not yet expired"</p>
<hr>
<p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one): BUG REPORT</p>
<p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>):<br>
tested on 1.3.5</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.0", GitCommit:"283137936a498aed572ee22af6774b6fb6e9fd94", GitTreeState:"clean", BuildDate:"2016-07-01T19:26:38Z", GoVersion:"go1.6.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.5+coreos.1", GitCommit:"4fc64a21f8a593d97b75296acd1e979391518b28", GitTreeState:"clean", BuildDate:"2016-08-22T17:15:28Z", GoVersion:"go1.6.2", Compiler:"gc", Platform:"linux/amd64"}"><pre class="notranslate"><code class="notranslate">Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.0", GitCommit:"283137936a498aed572ee22af6774b6fb6e9fd94", GitTreeState:"clean", BuildDate:"2016-07-01T19:26:38Z", GoVersion:"go1.6.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.5+coreos.1", GitCommit:"4fc64a21f8a593d97b75296acd1e979391518b28", GitTreeState:"clean", BuildDate:"2016-08-22T17:15:28Z", GoVersion:"go1.6.2", Compiler:"gc", Platform:"linux/amd64"}
</code></pre></div>
<p dir="auto">and 1.3.8 (upgraded today)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.0", GitCommit:"283137936a498aed572ee22af6774b6fb6e9fd94", GitTreeState:"clean", BuildDate:"2016-07-01T19:26:38Z", GoVersion:"go1.6.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.8+coreos.1", GitCommit:"6b29caf6507ce9989984720212fd3e3341069e06", GitTreeState:"clean", BuildDate:"2016-09-30T16:54:50Z", GoVersion:"go1.6.2", Compiler:"gc", Platform:"linux/amd64"}"><pre class="notranslate"><code class="notranslate">Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.0", GitCommit:"283137936a498aed572ee22af6774b6fb6e9fd94", GitTreeState:"clean", BuildDate:"2016-07-01T19:26:38Z", GoVersion:"go1.6.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.8+coreos.1", GitCommit:"6b29caf6507ce9989984720212fd3e3341069e06", GitTreeState:"clean", BuildDate:"2016-09-30T16:54:50Z", GoVersion:"go1.6.2", Compiler:"gc", Platform:"linux/amd64"}
</code></pre></div>
<p dir="auto"><strong>Environment</strong>:</p>
<ul dir="auto">
<li>Hardware: vmware guest</li>
<li>OS: CoreOs 1122.2.0</li>
<li>kernel: 4.7.0-coreos</li>
<li>masters: 3</li>
</ul>
<p dir="auto">/etc/kubernetes/manifests/kube-scheduler.yaml looks like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="apiVersion: v1
kind: Pod
metadata:
name: kube-scheduler
namespace: kube-system
labels:
app: kube-scheduler
spec:
hostNetwork: true
containers:
- name: kube-scheduler
image: quay.io/coreos/hyperkube:v1.3.5_coreos.1
command:
- /hyperkube
- scheduler
- --master=http://127.0.0.1:8080
- --leader-elect=true
- --v=2
livenessProbe:
httpGet:
host: 127.0.0.1
path: /healthz
port: 10251
initialDelaySeconds: 15
timeoutSeconds: 1"><pre class="notranslate"><code class="notranslate">apiVersion: v1
kind: Pod
metadata:
name: kube-scheduler
namespace: kube-system
labels:
app: kube-scheduler
spec:
hostNetwork: true
containers:
- name: kube-scheduler
image: quay.io/coreos/hyperkube:v1.3.5_coreos.1
command:
- /hyperkube
- scheduler
- --master=http://127.0.0.1:8080
- --leader-elect=true
- --v=2
livenessProbe:
httpGet:
host: 127.0.0.1
path: /healthz
port: 10251
initialDelaySeconds: 15
timeoutSeconds: 1
</code></pre></div>
<p dir="auto">/etc/kubernetes/manifests/kube-controller-manager.yaml looks like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="apiVersion: v1
kind: Pod
metadata:
name: kube-controller-manager
namespace: kube-system
labels:
app: kube-controller-manager
spec:
hostNetwork: true
containers:
- name: kube-controller-manager
image: quay.io/coreos/hyperkube:v1.3.5_coreos.1
command:
- /hyperkube
- controller-manager
- --master=http://127.0.0.1:8080
- --leader-elect=true
- --service-account-private-key-file=/etc/kubernetes/ssl/apiserver-key.pem
- --root-ca-file=/etc/kubernetes/ssl/ca.pem
- --v=2
livenessProbe:
httpGet:
host: 127.0.0.1
path: /healthz
port: 10252
initialDelaySeconds: 15
timeoutSeconds: 1
volumeMounts:
- mountPath: /etc/kubernetes/ssl
name: ssl-certs-kubernetes
readOnly: true
- mountPath: /etc/ssl/certs
name: ssl-certs-host
readOnly: true
volumes:
- hostPath:
path: /etc/kubernetes/ssl
name: ssl-certs-kubernetes
- hostPath:
path: /usr/share/ca-certificates
name: ssl-certs-host
"><pre class="notranslate"><code class="notranslate">apiVersion: v1
kind: Pod
metadata:
name: kube-controller-manager
namespace: kube-system
labels:
app: kube-controller-manager
spec:
hostNetwork: true
containers:
- name: kube-controller-manager
image: quay.io/coreos/hyperkube:v1.3.5_coreos.1
command:
- /hyperkube
- controller-manager
- --master=http://127.0.0.1:8080
- --leader-elect=true
- --service-account-private-key-file=/etc/kubernetes/ssl/apiserver-key.pem
- --root-ca-file=/etc/kubernetes/ssl/ca.pem
- --v=2
livenessProbe:
httpGet:
host: 127.0.0.1
path: /healthz
port: 10252
initialDelaySeconds: 15
timeoutSeconds: 1
volumeMounts:
- mountPath: /etc/kubernetes/ssl
name: ssl-certs-kubernetes
readOnly: true
- mountPath: /etc/ssl/certs
name: ssl-certs-host
readOnly: true
volumes:
- hostPath:
path: /etc/kubernetes/ssl
name: ssl-certs-kubernetes
- hostPath:
path: /usr/share/ca-certificates
name: ssl-certs-host
</code></pre></div>
<p dir="auto"><strong>What happened</strong>:</p>
<p dir="auto">The logs from kube-scheduler and kube-controller-manager are spamming with:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="I1012 07:13:30.700862 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:33.263266 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:36.944429 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:40.486944 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:44.772153 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:47.186971 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:49.914362 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:52.353564 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:56.181010 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:59.263994 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:03.553559 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:06.325838 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:10.595729 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:13.347343 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:17.330717 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:21.505816 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:23.950507 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:26.892771 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:30.914393 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:34.408769 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:38.544271 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:40.645166 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:43.919125 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:47.663210 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:51.768576 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:55.748494 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:00.116892 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:03.489400 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:06.465890 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:09.703411 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:13.463524 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:15.607621 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:17.896426 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:22.087427 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:26.217274 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:30.269665 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:33.637867 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:36.712575 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:40.783867 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:44.372188 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:47.605168 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:50.434502 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:53.216699 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:57.015595 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:59.152636 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:16:01.301530 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired"><pre class="notranslate"><code class="notranslate">I1012 07:13:30.700862 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:33.263266 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:36.944429 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:40.486944 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:44.772153 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:47.186971 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:49.914362 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:52.353564 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:56.181010 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:13:59.263994 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:03.553559 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:06.325838 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:10.595729 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:13.347343 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:17.330717 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:21.505816 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:23.950507 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:26.892771 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:30.914393 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:34.408769 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:38.544271 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:40.645166 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:43.919125 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:47.663210 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:51.768576 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:14:55.748494 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:00.116892 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:03.489400 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:06.465890 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:09.703411 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:13.463524 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:15.607621 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:17.896426 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:22.087427 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:26.217274 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:30.269665 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:33.637867 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:36.712575 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:40.783867 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:44.372188 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:47.605168 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:50.434502 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:53.216699 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:57.015595 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:15:59.152636 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
I1012 07:16:01.301530 1 leaderelection.go:296] lock is held by utv-kube03 and has not yet expired
</code></pre></div>
<p dir="auto">The node holding the lock only logs this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="I1012 07:27:20.982437 1 leaderelection.go:215] sucessfully acquired lease kube-system/kube-scheduler"><pre class="notranslate"><code class="notranslate">I1012 07:27:20.982437 1 leaderelection.go:215] sucessfully acquired lease kube-system/kube-scheduler
</code></pre></div>
<p dir="auto"><strong>What you expected to happen</strong>:<br>
If this is expected behaviour i would like to be able to supress those messages with --v=2</p>
<p dir="auto"><strong>How to reproduce it</strong> (as minimally and precisely as possible):<br>
I think it would be sufficient to run scheduler or controller-manager with <code class="notranslate">--leader-elect?true</code>.</p>
<p dir="auto">etcdctl get registry/services/endpoints/kube-system/kube-controller-manager looks like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
"kind": "Endpoints",
"apiVersion": "v1",
"metadata": {
"name": "kube-controller-manager",
"namespace": "kube-system",
"selfLink": "/api/v1/namespaces/kube-system/endpoints/kube-controller-manager",
"uid": "b9ee7a6f-8f82-11e6-b186-0050568802e1",
"creationTimestamp": "2016-10-11T07:17:10Z",
"annotations": {
"control-plane.alpha.kubernetes.io/leader": "{\"holderIdentity\":\"utv-kube03\",\"leaseDurationSeconds\":15,\"acquireTime\":\"2016-10-11T07:17:10Z\",\"renewTime\":\"2016-10-12T07:18:54Z\",\"leaderTransitions\":0}"
}
},
"subsets": []
}"><pre class="notranslate"><code class="notranslate">{
"kind": "Endpoints",
"apiVersion": "v1",
"metadata": {
"name": "kube-controller-manager",
"namespace": "kube-system",
"selfLink": "/api/v1/namespaces/kube-system/endpoints/kube-controller-manager",
"uid": "b9ee7a6f-8f82-11e6-b186-0050568802e1",
"creationTimestamp": "2016-10-11T07:17:10Z",
"annotations": {
"control-plane.alpha.kubernetes.io/leader": "{\"holderIdentity\":\"utv-kube03\",\"leaseDurationSeconds\":15,\"acquireTime\":\"2016-10-11T07:17:10Z\",\"renewTime\":\"2016-10-12T07:18:54Z\",\"leaderTransitions\":0}"
}
},
"subsets": []
}
</code></pre></div>
<p dir="auto">The cluster seems healthy and are scheduling pods correctly.</p> | <p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):</p>
<h2 dir="auto">kube-dns, kubeadm, headless service, service</h2>
<p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one):</p>
<p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>):</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="kubectl version
Client Version: version.Info{Major:"1", Minor:"4", GitVersion:"v1.4.0", GitCommit:"a16c0a7f71a6f93c7e0f222d961f4675cd97a46b", GitTreeState:"clean", BuildDate:"2016-09-26T18:16:57Z", GoVersion:"go1.6.3", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"4", GitVersion:"v1.4.0", GitCommit:"a16c0a7f71a6f93c7e0f222d961f4675cd97a46b", GitTreeState:"clean", BuildDate:"2016-09-26T18:10:32Z", GoVersion:"go1.6.3", Compiler:"gc", Platform:"linux/amd64"}"><pre class="notranslate">kubectl version
Client Version: version.Info{Major:<span class="pl-s"><span class="pl-pds">"</span>1<span class="pl-pds">"</span></span>, Minor:<span class="pl-s"><span class="pl-pds">"</span>4<span class="pl-pds">"</span></span>, GitVersion:<span class="pl-s"><span class="pl-pds">"</span>v1.4.0<span class="pl-pds">"</span></span>, GitCommit:<span class="pl-s"><span class="pl-pds">"</span>a16c0a7f71a6f93c7e0f222d961f4675cd97a46b<span class="pl-pds">"</span></span>, GitTreeState:<span class="pl-s"><span class="pl-pds">"</span>clean<span class="pl-pds">"</span></span>, BuildDate:<span class="pl-s"><span class="pl-pds">"</span>2016-09-26T18:16:57Z<span class="pl-pds">"</span></span>, GoVersion:<span class="pl-s"><span class="pl-pds">"</span>go1.6.3<span class="pl-pds">"</span></span>, Compiler:<span class="pl-s"><span class="pl-pds">"</span>gc<span class="pl-pds">"</span></span>, Platform:<span class="pl-s"><span class="pl-pds">"</span>darwin/amd64<span class="pl-pds">"</span></span>}
Server Version: version.Info{Major:<span class="pl-s"><span class="pl-pds">"</span>1<span class="pl-pds">"</span></span>, Minor:<span class="pl-s"><span class="pl-pds">"</span>4<span class="pl-pds">"</span></span>, GitVersion:<span class="pl-s"><span class="pl-pds">"</span>v1.4.0<span class="pl-pds">"</span></span>, GitCommit:<span class="pl-s"><span class="pl-pds">"</span>a16c0a7f71a6f93c7e0f222d961f4675cd97a46b<span class="pl-pds">"</span></span>, GitTreeState:<span class="pl-s"><span class="pl-pds">"</span>clean<span class="pl-pds">"</span></span>, BuildDate:<span class="pl-s"><span class="pl-pds">"</span>2016-09-26T18:10:32Z<span class="pl-pds">"</span></span>, GoVersion:<span class="pl-s"><span class="pl-pds">"</span>go1.6.3<span class="pl-pds">"</span></span>, Compiler:<span class="pl-s"><span class="pl-pds">"</span>gc<span class="pl-pds">"</span></span>, Platform:<span class="pl-s"><span class="pl-pds">"</span>linux/amd64<span class="pl-pds">"</span></span>}</pre></div>
<p dir="auto"><strong>Environment</strong>:</p>
<ul dir="auto">
<li><strong>Cloud provider or hardware configuration</strong>: hardware x64</li>
<li><strong>OS</strong> (e.g. from /etc/os-release):</li>
</ul>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7""><pre class="notranslate"> cat /etc/os-release
NAME=<span class="pl-s"><span class="pl-pds">"</span>CentOS Linux<span class="pl-pds">"</span></span>
VERSION=<span class="pl-s"><span class="pl-pds">"</span>7 (Core)<span class="pl-pds">"</span></span>
ID=<span class="pl-s"><span class="pl-pds">"</span>centos<span class="pl-pds">"</span></span>
ID_LIKE=<span class="pl-s"><span class="pl-pds">"</span>rhel fedora<span class="pl-pds">"</span></span>
VERSION_ID=<span class="pl-s"><span class="pl-pds">"</span>7<span class="pl-pds">"</span></span>
PRETTY_NAME=<span class="pl-s"><span class="pl-pds">"</span>CentOS Linux 7 (Core)<span class="pl-pds">"</span></span>
ANSI_COLOR=<span class="pl-s"><span class="pl-pds">"</span>0;31<span class="pl-pds">"</span></span>
CPE_NAME=<span class="pl-s"><span class="pl-pds">"</span>cpe:/o:centos:centos:7<span class="pl-pds">"</span></span>
HOME_URL=<span class="pl-s"><span class="pl-pds">"</span>https://www.centos.org/<span class="pl-pds">"</span></span>
BUG_REPORT_URL=<span class="pl-s"><span class="pl-pds">"</span>https://bugs.centos.org/<span class="pl-pds">"</span></span>
CENTOS_MANTISBT_PROJECT=<span class="pl-s"><span class="pl-pds">"</span>CentOS-7<span class="pl-pds">"</span></span>
CENTOS_MANTISBT_PROJECT_VERSION=<span class="pl-s"><span class="pl-pds">"</span>7<span class="pl-pds">"</span></span>
REDHAT_SUPPORT_PRODUCT=<span class="pl-s"><span class="pl-pds">"</span>centos<span class="pl-pds">"</span></span>
REDHAT_SUPPORT_PRODUCT_VERSION=<span class="pl-s"><span class="pl-pds">"</span>7<span class="pl-pds">"</span></span></pre></div>
<ul dir="auto">
<li><strong>Kernel</strong> (e.g. <code class="notranslate">uname -a</code>):</li>
</ul>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="uname -a
Linux panel4.local.minirz.de 3.10.0-327.18.2.el7.x86_64 #1 SMP Thu May 12 11:03:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"><pre class="notranslate">uname -a
Linux panel4.local.minirz.de 3.10.0-327.18.2.el7.x86_64 <span class="pl-c"><span class="pl-c">#</span>1 SMP Thu May 12 11:03:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux</span></pre></div>
<ul dir="auto">
<li><strong>Install tools</strong>:</li>
</ul>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="kubeadm and weave"><pre class="notranslate">kubeadm and weave</pre></div>
<ul dir="auto">
<li><strong>Others</strong>:</li>
</ul>
<p dir="auto"><strong>What happened</strong>:<br>
A headless service doesn't resolve to an A RR</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ kubectl get endpoints
NAME ENDPOINTS AGE
api 2h
registry 10.44.0.2:7866,10.44.0.2:7866,10.44.0.2:7876 2h
webconsole 2h
# Use default DNS Server fails
$ kubectl exec -ti debug -- nslookup registry
Server: 100.64.0.10
Address 1: 100.64.0.10
nslookup: can't resolve 'registry'
kubectl get endpoints --namespace=kube-system
NAME ENDPOINTS AGE
kube-controller-manager <none> 2h
kube-dns 10.36.0.3:53,10.36.0.3:53 4h
kube-scheduler <none> 2h
kubernetes-dashboard 10.44.0.3:9090 4h
# Use the kube-dns Pod IP works
$ kubectl exec -ti debug -- nslookup registry 10.36.0.3
Server: 10.36.0.3
Address 1: 10.36.0.3 kube-dns-2247936740-s5lu1
Name: registry
Address 1: 10.44.0.4 debug"><pre class="notranslate"><code class="notranslate">$ kubectl get endpoints
NAME ENDPOINTS AGE
api 2h
registry 10.44.0.2:7866,10.44.0.2:7866,10.44.0.2:7876 2h
webconsole 2h
# Use default DNS Server fails
$ kubectl exec -ti debug -- nslookup registry
Server: 100.64.0.10
Address 1: 100.64.0.10
nslookup: can't resolve 'registry'
kubectl get endpoints --namespace=kube-system
NAME ENDPOINTS AGE
kube-controller-manager <none> 2h
kube-dns 10.36.0.3:53,10.36.0.3:53 4h
kube-scheduler <none> 2h
kubernetes-dashboard 10.44.0.3:9090 4h
# Use the kube-dns Pod IP works
$ kubectl exec -ti debug -- nslookup registry 10.36.0.3
Server: 10.36.0.3
Address 1: 10.36.0.3 kube-dns-2247936740-s5lu1
Name: registry
Address 1: 10.44.0.4 debug
</code></pre></div>
<p dir="auto"><strong>What you expected to happen</strong>:<br>
Getting the A RR for all endpoints of this headless service.</p>
<p dir="auto"><strong>How to reproduce it</strong> (as minimally and precisely as possible):</p>
<p dir="auto">Create a cluster with kubeadm + weave then create a headless service:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="apiVersion: v1
kind: Service
metadata:
name: registry
spec:
clusterIP: "None" # headless service => kube-dns will return pod IPs
ports:
- name rpc
port: 7866
protocol: TCP
selector:
role: registry"><pre class="notranslate"><span class="pl-ent">apiVersion</span>: <span class="pl-c1">v1</span>
<span class="pl-ent">kind</span>: <span class="pl-s">Service</span>
<span class="pl-ent">metadata</span>:
<span class="pl-ent">name</span>: <span class="pl-s">registry</span>
<span class="pl-ent">spec</span>:
<span class="pl-ent">clusterIP</span>: <span class="pl-s"><span class="pl-pds">"</span>None<span class="pl-pds">"</span></span> <span class="pl-c"><span class="pl-c">#</span> headless service => kube-dns will return pod IPs</span>
<span class="pl-ent">ports</span>:
- <span class="pl-s">name rpc</span>
<span class="pl-ent">port</span>: <span class="pl-c1">7866</span>
<span class="pl-ent">protocol</span>: <span class="pl-s">TCP</span>
<span class="pl-ent">selector</span>:
<span class="pl-ent">role</span>: <span class="pl-s">registry</span></pre></div>
<p dir="auto">and try to resolve it.</p>
<p dir="auto"><strong>Anything else do we need to know</strong>:</p>
<p dir="auto">On the node running the debug pod:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="ifconfig weave
weave: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1410
inet 10.32.0.1 netmask 255.240.0.0 broadcast 0.0.0.0
inet6 fe80::c88:2dff:fe1a:e66c prefixlen 64 scopeid 0x20<link>
ether 0e:88:2d:1a:e6:6c txqueuelen 0 (Ethernet)
RX packets 366 bytes 21068 (20.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 303 bytes 23660 (23.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
ifconfig | grep 100.64"><pre class="notranslate">ifconfig weave
weave: flags=<span class="pl-k">4163<</span>UP,BROADCAST,RUNNING,MULTICAST<span class="pl-k">></span> mtu 1410
inet 10.32.0.1 netmask 255.240.0.0 broadcast 0.0.0.0
inet6 fe80::c88:2dff:fe1a:e66c prefixlen 64 scopeid 0x<span class="pl-k">20<</span>link<span class="pl-k">></span>
ether 0e:88:2d:1a:e6:6c txqueuelen 0 (Ethernet)
RX packets 366 bytes 21068 (20.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 303 bytes 23660 (23.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
ifconfig <span class="pl-k">|</span> grep 100.64</pre></div>
<p dir="auto">and the iptables output:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="[root@panel4 ~]# iptables-save | grep 100.64
-A KUBE-SERVICES -d 100.64.0.1/32 -p tcp -m comment --comment "default/kubernetes:https cluster IP" -m tcp --dport 443 -j KUBE-SVC-NPX46M4PTMTKRN6Y
-A KUBE-SERVICES -d 100.64.0.10/32 -p udp -m comment --comment "kube-system/kube-dns:dns cluster IP" -m udp --dport 53 -j KUBE-SVC-TCOU7JCQXEZGVUNU
-A KUBE-SERVICES -d 100.64.0.10/32 -p tcp -m comment --comment "kube-system/kube-dns:dns-tcp cluster IP" -m tcp --dport 53 -j KUBE-SVC-ERIFXISQEP7F7OF4
[root@panel4 ~]# iptables-save | grep KUBE-SVC-TCOU7JCQXEZGVUNU
:KUBE-SVC-TCOU7JCQXEZGVUNU - [0:0]
-A KUBE-SERVICES -d 100.64.0.10/32 -p udp -m comment --comment "kube-system/kube-dns:dns cluster IP" -m udp --dport 53 -j KUBE-SVC-TCOU7JCQXEZGVUNU
-A KUBE-SVC-TCOU7JCQXEZGVUNU -m comment --comment "kube-system/kube-dns:dns" -j KUBE-SEP-6RTHVOJVKE2IJ2GA
[root@panel4 ~]# iptables-save | grep KUBE-SEP-6RTHVOJVKE2IJ2GA
:KUBE-SEP-6RTHVOJVKE2IJ2GA - [0:0]
-A KUBE-SEP-6RTHVOJVKE2IJ2GA -s 10.36.0.3/32 -m comment --comment "kube-system/kube-dns:dns" -j KUBE-MARK-MASQ
-A KUBE-SEP-6RTHVOJVKE2IJ2GA -p udp -m comment --comment "kube-system/kube-dns:dns" -m udp -j DNAT --to-destination 10.36.0.3:53
-A KUBE-SVC-TCOU7JCQXEZGVUNU -m comment --comment "kube-system/kube-dns:dns" -j KUBE-SEP-6RTHVOJVKE2IJ2GA"><pre class="notranslate">[root@panel4 <span class="pl-k">~</span>]<span class="pl-c"><span class="pl-c">#</span> iptables-save | grep 100.64</span>
-A KUBE-SERVICES -d 100.64.0.1/32 -p tcp -m comment --comment <span class="pl-s"><span class="pl-pds">"</span>default/kubernetes:https cluster IP<span class="pl-pds">"</span></span> -m tcp --dport 443 -j KUBE-SVC-NPX46M4PTMTKRN6Y
-A KUBE-SERVICES -d 100.64.0.10/32 -p udp -m comment --comment <span class="pl-s"><span class="pl-pds">"</span>kube-system/kube-dns:dns cluster IP<span class="pl-pds">"</span></span> -m udp --dport 53 -j KUBE-SVC-TCOU7JCQXEZGVUNU
-A KUBE-SERVICES -d 100.64.0.10/32 -p tcp -m comment --comment <span class="pl-s"><span class="pl-pds">"</span>kube-system/kube-dns:dns-tcp cluster IP<span class="pl-pds">"</span></span> -m tcp --dport 53 -j KUBE-SVC-ERIFXISQEP7F7OF4
[root@panel4 <span class="pl-k">~</span>]<span class="pl-c"><span class="pl-c">#</span> iptables-save | grep KUBE-SVC-TCOU7JCQXEZGVUNU</span>
:KUBE-SVC-TCOU7JCQXEZGVUNU - [0:0]
-A KUBE-SERVICES -d 100.64.0.10/32 -p udp -m comment --comment <span class="pl-s"><span class="pl-pds">"</span>kube-system/kube-dns:dns cluster IP<span class="pl-pds">"</span></span> -m udp --dport 53 -j KUBE-SVC-TCOU7JCQXEZGVUNU
-A KUBE-SVC-TCOU7JCQXEZGVUNU -m comment --comment <span class="pl-s"><span class="pl-pds">"</span>kube-system/kube-dns:dns<span class="pl-pds">"</span></span> -j KUBE-SEP-6RTHVOJVKE2IJ2GA
[root@panel4 <span class="pl-k">~</span>]<span class="pl-c"><span class="pl-c">#</span> iptables-save | grep KUBE-SEP-6RTHVOJVKE2IJ2GA</span>
:KUBE-SEP-6RTHVOJVKE2IJ2GA - [0:0]
-A KUBE-SEP-6RTHVOJVKE2IJ2GA -s 10.36.0.3/32 -m comment --comment <span class="pl-s"><span class="pl-pds">"</span>kube-system/kube-dns:dns<span class="pl-pds">"</span></span> -j KUBE-MARK-MASQ
-A KUBE-SEP-6RTHVOJVKE2IJ2GA -p udp -m comment --comment <span class="pl-s"><span class="pl-pds">"</span>kube-system/kube-dns:dns<span class="pl-pds">"</span></span> -m udp -j DNAT --to-destination 10.36.0.3:53
-A KUBE-SVC-TCOU7JCQXEZGVUNU -m comment --comment <span class="pl-s"><span class="pl-pds">"</span>kube-system/kube-dns:dns<span class="pl-pds">"</span></span> -j KUBE-SEP-6RTHVOJVKE2IJ2GA</pre></div>
<p dir="auto">Maybe related: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="179839447" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/33671" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/33671/hovercard?comment_id=250576294&comment_type=issue_comment" href="https://github.com/kubernetes/kubernetes/issues/33671#issuecomment-250576294">#33671 (comment)</a></p>
<p dir="auto">FYI: <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bboreham/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bboreham">@bboreham</a></p> | 0 |
<p dir="auto"><strong>Describe the bug</strong></p>
<p dir="auto">Many scenes use a CubeCamera to generate static reflections.</p>
<p dir="auto">On 132 or 133 Standard Materials do not show the reflection. Either if set via material.envMap or scene.environment</p>
<p dir="auto"><strong>To Reproduce</strong></p>
<p dir="auto">See live example</p>
<p dir="auto">Essentially use the code from CubeCamera demo in 132 or 133</p>
<p dir="auto"><em><strong>Code</strong></em></p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" const cubeRenderTarget = new THREE.WebGLCubeRenderTarget( 128, { format: THREE.RGBFormat, generateMipmaps: true, minFilter: THREE.LinearMipmapLinearFilter } );
const cubeCamera = new THREE.CubeCamera( 0.1, 100, cubeRenderTarget );
scene.add( cubeCamera );
cubeCamera.update(renderer, scene);
const chromeMaterial = new THREE.MeshStandardMaterial( { color: 0xff9999, metalness: 1, roughness: 0 } );
const chromeMaterial2 = new THREE.MeshStandardMaterial( { envMap: cubeRenderTarget.texture, color: 0xff9999, metalness: 1, roughness: 0 } );
const geometry = new THREE.SphereGeometry(0.4, 16, 16);
const mesh = new THREE.Mesh( geometry, chromeMaterial );
scene.add(mesh);
cube.material = chromeMaterial;
cube2.material = chromeMaterial2;
scene.environment = cubeRenderTarget.texture;
mesh.position.y=0.5;"><pre class="notranslate"> <span class="pl-k">const</span> <span class="pl-s1">cubeRenderTarget</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">WebGLCubeRenderTarget</span><span class="pl-kos">(</span> <span class="pl-c1">128</span><span class="pl-kos">,</span> <span class="pl-kos">{</span> <span class="pl-c1">format</span>: <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">RGBFormat</span><span class="pl-kos">,</span> <span class="pl-c1">generateMipmaps</span>: <span class="pl-c1">true</span><span class="pl-kos">,</span> <span class="pl-c1">minFilter</span>: <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">LinearMipmapLinearFilter</span> <span class="pl-kos">}</span> <span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-s1">cubeCamera</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">CubeCamera</span><span class="pl-kos">(</span> <span class="pl-c1">0.1</span><span class="pl-kos">,</span> <span class="pl-c1">100</span><span class="pl-kos">,</span> <span class="pl-s1">cubeRenderTarget</span> <span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-s1">scene</span><span class="pl-kos">.</span><span class="pl-en">add</span><span class="pl-kos">(</span> <span class="pl-s1">cubeCamera</span> <span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-s1">cubeCamera</span><span class="pl-kos">.</span><span class="pl-en">update</span><span class="pl-kos">(</span><span class="pl-s1">renderer</span><span class="pl-kos">,</span> <span class="pl-s1">scene</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-s1">chromeMaterial</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">MeshStandardMaterial</span><span class="pl-kos">(</span> <span class="pl-kos">{</span> <span class="pl-c1">color</span>: <span class="pl-c1">0xff9999</span><span class="pl-kos">,</span> <span class="pl-c1">metalness</span>: <span class="pl-c1">1</span><span class="pl-kos">,</span> <span class="pl-c1">roughness</span>: <span class="pl-c1">0</span> <span class="pl-kos">}</span> <span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-s1">chromeMaterial2</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">MeshStandardMaterial</span><span class="pl-kos">(</span> <span class="pl-kos">{</span> <span class="pl-c1">envMap</span>: <span class="pl-s1">cubeRenderTarget</span><span class="pl-kos">.</span><span class="pl-c1">texture</span><span class="pl-kos">,</span> <span class="pl-c1">color</span>: <span class="pl-c1">0xff9999</span><span class="pl-kos">,</span> <span class="pl-c1">metalness</span>: <span class="pl-c1">1</span><span class="pl-kos">,</span> <span class="pl-c1">roughness</span>: <span class="pl-c1">0</span> <span class="pl-kos">}</span> <span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-s1">geometry</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">SphereGeometry</span><span class="pl-kos">(</span><span class="pl-c1">0.4</span><span class="pl-kos">,</span> <span class="pl-c1">16</span><span class="pl-kos">,</span> <span class="pl-c1">16</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-s1">mesh</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">Mesh</span><span class="pl-kos">(</span> <span class="pl-s1">geometry</span><span class="pl-kos">,</span> <span class="pl-s1">chromeMaterial</span> <span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-s1">scene</span><span class="pl-kos">.</span><span class="pl-en">add</span><span class="pl-kos">(</span><span class="pl-s1">mesh</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-s1">cube</span><span class="pl-kos">.</span><span class="pl-c1">material</span> <span class="pl-c1">=</span> <span class="pl-s1">chromeMaterial</span><span class="pl-kos">;</span>
<span class="pl-s1">cube2</span><span class="pl-kos">.</span><span class="pl-c1">material</span> <span class="pl-c1">=</span> <span class="pl-s1">chromeMaterial2</span><span class="pl-kos">;</span>
<span class="pl-s1">scene</span><span class="pl-kos">.</span><span class="pl-c1">environment</span> <span class="pl-c1">=</span> <span class="pl-s1">cubeRenderTarget</span><span class="pl-kos">.</span><span class="pl-c1">texture</span><span class="pl-kos">;</span>
<span class="pl-s1">mesh</span><span class="pl-kos">.</span><span class="pl-c1">position</span><span class="pl-kos">.</span><span class="pl-c1">y</span><span class="pl-c1">=</span><span class="pl-c1">0.5</span><span class="pl-kos">;</span></pre></div>
<p dir="auto"><em><strong>Live example</strong></em></p>
<p dir="auto"><a href="https://brass-husky-icicle.glitch.me/" rel="nofollow">https://brass-husky-icicle.glitch.me/</a></p>
<p dir="auto"><strong>Expected behavior</strong></p>
<p dir="auto">A clear and concise description of what you expected to happen.</p>
<p dir="auto"><strong>Screenshots</strong><br>
131:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/4225330/137500798-d9923005-e646-4075-9b0e-3d5c67e378f5.png"><img src="https://user-images.githubusercontent.com/4225330/137500798-d9923005-e646-4075-9b0e-3d5c67e378f5.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">132:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/4225330/137500846-e836e183-c42d-42d5-b36a-b8511d7d4e8e.png"><img src="https://user-images.githubusercontent.com/4225330/137500846-e836e183-c42d-42d5-b36a-b8511d7d4e8e.png" alt="image" style="max-width: 100%;"></a></p> | <p dir="auto">It may be a duplicate one, but i can't find it...<br>
and has my english is poor i made a fiddle : <a href="http://jsfiddle.net/Turboconnard/34btU/56/" rel="nofollow">http://jsfiddle.net/Turboconnard/34btU/56/</a></p>
<p dir="auto">I don't know if it's a bug or if it's normal for a plane to display like this.</p>
<p dir="auto">(my project is almost done, i'll show you by the end of the week...)</p> | 0 |
<p dir="auto">DAO层使用 MyBatis,当使用 INSERT INTO VALUES<br>
ON DUPLICATE KEY UPDATE<br>
语句时,UPDATE 部分参数全都会丢失</p> | <p dir="auto">Please answer these questions before submitting your issue. Thanks!<br>
开源不易,我们希望将精力放在完成新功能和解决有价值的问题上,为了让大家的配合更具有效率,请填写以下列出的全部问题</p>
<h3 dir="auto">Which version of Sharding-Jdbc do you using?(您使用的Sharding-Jdbc版本为?)</h3>
<p dir="auto">1.5.41</p>
<h3 dir="auto">Expected behavior (您预期的结果是)</h3>
<p dir="auto">没有配置分表的表,能够使用一切SQL语句, 包含OR等sharding jdbc不支持的语句</p>
<h3 dir="auto">Actual behavior (实际运行的结果是)</h3>
<p dir="auto">不支持OR</p>
<h3 dir="auto">Steps to reproduce the behavior (可重现问题的操作步骤)</h3>
<blockquote>
<p dir="auto"><rdb:data-source id="shardingDataSource"><br>
<rdb:sharding-rule data-sources="masterDataSource"><br>
rdb:table-rules<br>
<rdb:table-rule logic-table="order" actual-tables="order_${0..9}${0..9}" table-strategy="tableShardingStrategy"/><br>
<rdb:table-rule logic-table="amount_detail" actual-tables="amount_detail_${0..9}${0..9}" table-strategy="tableShardingStrategy"/><br>
</rdb:table-rules><br>
</rdb:sharding-rule><br>
rdb:props<br>
false<br>
false<br>
</rdb:props><br>
</rdb:data-source></p>
</blockquote>
<p dir="auto">然后查询 一个没有在这里配置的table,并且使用OR</p> | 0 |
<p dir="auto">Hello. I found a memory leak in <strong>com.bumptech.glide.request.target.ViewTarget</strong>.</p>
<p dir="auto"><strong>GlideDrawableImageViewTarget</strong> provide a memory leak. It keeps a reference to my activity. And GC can not release the activity.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2863246/13455487/59200878-e066-11e5-9ea9-f145a9f6506a.png"><img src="https://cloud.githubusercontent.com/assets/2863246/13455487/59200878-e066-11e5-9ea9-f145a9f6506a.png" alt="2016-02-24_17-33-43" style="max-width: 100%;"></a></p>
<p dir="auto">I found this problem when run "SELECT * FROM instanceof android.support.v7.app.AppCompatActivity" in MAT.</p>
<p dir="auto">When I use<br>
<code class="notranslate">protected final WeakReference<T> view;</code><br>
in <strong>com.bumptech.glide.request.target.ViewTarget</strong> I resolved this problem for me.</p>
<p dir="auto">P.S. Sorry for my English :)</p> | <p dir="auto"><strong>Glide Version</strong>: com.github.bumptech.glide:glide:3.7.0<br>
<strong>Integration libraries</strong>:</p>
<div class="highlight highlight-source-groovy-gradle notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4-beta1'
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.bumptech.glide:okhttp-integration:1.3.1@aar'
compile 'com.google.code.gson:gson:2.6.2'
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'com.squareup.okhttp:okhttp:2.5.0'
compile 'com.squareup.okhttp:okhttp-urlconnection:2.5.0'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.android.support:cardview-v7:23.1.1'
compile 'com.android.support:design:23.1.1'"><pre class="notranslate"> debugCompile <span class="pl-s"><span class="pl-pds">'</span>com.squareup.leakcanary:leakcanary-android:1.4-beta1<span class="pl-pds">'</span></span>
compile fileTree(<span class="pl-c1">dir</span>: <span class="pl-s"><span class="pl-pds">'</span>libs<span class="pl-pds">'</span></span>, <span class="pl-c1">include</span>: [<span class="pl-s"><span class="pl-pds">'</span>*.jar<span class="pl-pds">'</span></span>])
compile <span class="pl-s"><span class="pl-pds">'</span>com.android.support:appcompat-v7:23.1.1<span class="pl-pds">'</span></span>
compile <span class="pl-s"><span class="pl-pds">'</span>com.github.bumptech.glide:glide:3.7.0<span class="pl-pds">'</span></span>
compile <span class="pl-s"><span class="pl-pds">'</span>com.github.bumptech.glide:okhttp-integration:1.3.1@aar<span class="pl-pds">'</span></span>
compile <span class="pl-s"><span class="pl-pds">'</span>com.google.code.gson:gson:2.6.2<span class="pl-pds">'</span></span>
compile <span class="pl-s"><span class="pl-pds">'</span>com.squareup.retrofit:retrofit:1.9.0<span class="pl-pds">'</span></span>
compile <span class="pl-s"><span class="pl-pds">'</span>com.squareup.okhttp:okhttp:2.5.0<span class="pl-pds">'</span></span>
compile <span class="pl-s"><span class="pl-pds">'</span>com.squareup.okhttp:okhttp-urlconnection:2.5.0<span class="pl-pds">'</span></span>
compile <span class="pl-s"><span class="pl-pds">'</span>com.android.support:recyclerview-v7:23.1.1<span class="pl-pds">'</span></span>
compile <span class="pl-s"><span class="pl-pds">'</span>com.android.support:cardview-v7:23.1.1<span class="pl-pds">'</span></span>
compile <span class="pl-s"><span class="pl-pds">'</span>com.android.support:design:23.1.1<span class="pl-pds">'</span></span></pre></div>
<p dir="auto"><strong>Device/Android Version</strong>: Android 4.1.1 tested, Genemotion<br>
<strong>Issue details / Repro steps / Use case background</strong>:</p>
<ol dir="auto">
<li>Open my app</li>
<li>Open an activity where showing RecycelerView with images</li>
<li>Then press Back -> Back -> .... Home Screen.</li>
<li>After I wait about 1 minute and press to run GC.</li>
<li>I have leakcanary. I saw next memory leak.</li>
</ol>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2863246/13631264/6c4ae8ba-e5ec-11e5-8f3d-80903f11c2ce.png"><img src="https://cloud.githubusercontent.com/assets/2863246/13631264/6c4ae8ba-e5ec-11e5-8f3d-80903f11c2ce.png" alt="image" style="max-width: 100%;"></a></p>
<ol dir="auto">
<li>Then I collected glide.hprof and saw a memory leak.<br>
<em><strong>(SELECT * FROM instanceof android.support.v7.app.AppCompatActivity)</strong></em></li>
</ol>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2863246/13631155/cadca496-e5eb-11e5-90b2-3db41af76f3f.png"><img src="https://cloud.githubusercontent.com/assets/2863246/13631155/cadca496-e5eb-11e5-90b2-3db41af76f3f.png" alt="2016-03-09_11-40-04" style="max-width: 100%;"></a></p>
<p dir="auto"><strong>Glide load line</strong>:<br>
Next code running in RecyclerView.Adapter.</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Glide.with(context)
.load(images.get(i))
.error(android.R.drawable.ic_delete)
.centerCrop()
.into(viewHolder.imageViewCar);"><pre class="notranslate"><span class="pl-smi">Glide</span>.<span class="pl-en">with</span>(<span class="pl-s1">context</span>)
.<span class="pl-en">load</span>(<span class="pl-s1">images</span>.<span class="pl-en">get</span>(<span class="pl-s1">i</span>))
.<span class="pl-en">error</span>(<span class="pl-s1">android</span>.<span class="pl-s1">R</span>.<span class="pl-s1">drawable</span>.<span class="pl-s1">ic_delete</span>)
.<span class="pl-en">centerCrop</span>()
.<span class="pl-en">into</span>(<span class="pl-s1">viewHolder</span>.<span class="pl-s1">imageViewCar</span>);</pre></div>
<p dir="auto">context - GalleryFragment -> original methot getContext() from android.support.v4.app.Fragment;</p>
<p dir="auto"><strong>Layout XML</strong>:</p>
<div class="highlight highlight-text-xml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.CardView
android:id="@+id/cardViewGalleryItem"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/imageViewCar"
android:layout_width="match_parent"
android:layout_height="150dp"
android:scaleType="centerCrop"
tools:src="@drawable/notification_template_icon_bg" />
</android.support.v7.widget.CardView>
</RelativeLayout>"><pre class="notranslate"><?<span class="pl-ent">xml</span><span class="pl-e"> version</span>=<span class="pl-s"><span class="pl-pds">"</span>1.0<span class="pl-pds">"</span></span><span class="pl-e"> encoding</span>=<span class="pl-s"><span class="pl-pds">"</span>utf-8<span class="pl-pds">"</span></span>?>
<<span class="pl-ent">RelativeLayout</span> <span class="pl-e">xmlns</span><span class="pl-e">:</span><span class="pl-e">android</span>=<span class="pl-s"><span class="pl-pds">"</span>http://schemas.android.com/apk/res/android<span class="pl-pds">"</span></span>
<span class="pl-e">xmlns</span><span class="pl-e">:</span><span class="pl-e">tools</span>=<span class="pl-s"><span class="pl-pds">"</span>http://schemas.android.com/tools<span class="pl-pds">"</span></span>
<span class="pl-e">android</span><span class="pl-e">:</span><span class="pl-e">layout_width</span>=<span class="pl-s"><span class="pl-pds">"</span>match_parent<span class="pl-pds">"</span></span>
<span class="pl-e">android</span><span class="pl-e">:</span><span class="pl-e">layout_height</span>=<span class="pl-s"><span class="pl-pds">"</span>match_parent<span class="pl-pds">"</span></span>>
<<span class="pl-ent">android</span>.support.v7.widget.CardView
<span class="pl-e">android</span><span class="pl-e">:</span><span class="pl-e">id</span>=<span class="pl-s"><span class="pl-pds">"</span>@+id/cardViewGalleryItem<span class="pl-pds">"</span></span>
<span class="pl-e">android</span><span class="pl-e">:</span><span class="pl-e">layout_width</span>=<span class="pl-s"><span class="pl-pds">"</span>match_parent<span class="pl-pds">"</span></span>
<span class="pl-e">android</span><span class="pl-e">:</span><span class="pl-e">layout_height</span>=<span class="pl-s"><span class="pl-pds">"</span>wrap_content<span class="pl-pds">"</span></span>>
<<span class="pl-ent">ImageView</span>
<span class="pl-e">android</span><span class="pl-e">:</span><span class="pl-e">id</span>=<span class="pl-s"><span class="pl-pds">"</span>@+id/imageViewCar<span class="pl-pds">"</span></span>
<span class="pl-e">android</span><span class="pl-e">:</span><span class="pl-e">layout_width</span>=<span class="pl-s"><span class="pl-pds">"</span>match_parent<span class="pl-pds">"</span></span>
<span class="pl-e">android</span><span class="pl-e">:</span><span class="pl-e">layout_height</span>=<span class="pl-s"><span class="pl-pds">"</span>150dp<span class="pl-pds">"</span></span>
<span class="pl-e">android</span><span class="pl-e">:</span><span class="pl-e">scaleType</span>=<span class="pl-s"><span class="pl-pds">"</span>centerCrop<span class="pl-pds">"</span></span>
<span class="pl-e">tools</span><span class="pl-e">:</span><span class="pl-e">src</span>=<span class="pl-s"><span class="pl-pds">"</span>@drawable/notification_template_icon_bg<span class="pl-pds">"</span></span> />
</<span class="pl-ent">android</span>.support.v7.widget.CardView>
</<span class="pl-ent">RelativeLayout</span>></pre></div>
<p dir="auto"><a href="https://github.com/DenBond7/GlideViewTargetMemoryLeakProject"><strong>Link to test project</strong></a></p> | 1 |
<p dir="auto">I setup o 2-node kubernetes cluster using docker containers, as described here: <a href="https://github.com/kubernetes/kubernetes/blob/release-1.1/docs/getting-started-guides/docker-multinode.md">https://github.com/kubernetes/kubernetes/blob/release-1.1/docs/getting-started-guides/docker-multinode.md</a></p>
<p dir="auto">Now, I created a secret and a test pod:<br>
(using files from the branch 'release-1.1' and commit 'ac3f023ab28ed4f4c4f88a3fb518e90f4a8d4749')</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="kubectl create -f docs/user-guide/secrets/secret.yaml
kubectl create -f docs/user-guide/secrets/secret-pod.yaml"><pre class="notranslate"><code class="notranslate">kubectl create -f docs/user-guide/secrets/secret.yaml
kubectl create -f docs/user-guide/secrets/secret-pod.yaml
</code></pre></div>
<p dir="auto">Both secret and pod are created:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ kubectl describe secret test-secret
Name: test-secret
Namespace: default
Labels: <none>
Annotations: <none>
Type: Opaque
Data
====
data-1: 9 bytes
data-2: 11 bytes"><pre class="notranslate"><code class="notranslate">$ kubectl describe secret test-secret
Name: test-secret
Namespace: default
Labels: <none>
Annotations: <none>
Type: Opaque
Data
====
data-1: 9 bytes
data-2: 11 bytes
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ kubectl describe po/secret-test-pod
Name: secret-test-pod
Namespace: default
Image(s): kubernetes/mounttest:0.1
Node: 127.0.0.1/127.0.0.1
Start Time: Thu, 10 Dec 2015 16:20:49 +0100
Labels: <none>
Status: Running
Reason:
Message:
IP: 10.1.61.8
Replication Controllers: <none>
Containers:
test-container:
Container ID: docker://82409e45ad6fcd73a8100a1b0767692d5e823cc3a14d8154644293d6b4c86854
Image: kubernetes/mounttest:0.1
Image ID: docker://b14127f747a0569e9ab96f0ee2de1b07630b7dbc16f8facf0b0adabd5848d41c
State: Running
Started: Thu, 10 Dec 2015 16:20:51 +0100
Ready: False
Restart Count: 0
Environment Variables:
Conditions:
Type Status
Ready False
Volumes:
secret-volume:
Type: Secret (a secret that should populate this volume)
SecretName: test-secret
Events:
FirstSeen LastSeen Count From SubobjectPath Reason Message
───────── ──────── ───── ──── ───────────── ────── ───────
9s 9s 1 {scheduler } Scheduled Successfully assigned secret-test-pod to 127.0.0.1
8s 8s 1 {kubelet 127.0.0.1} implicitly required container POD Pulled Container image "gcr.io/google_containers/pause:0.8.0" already present on machine
8s 8s 1 {kubelet 127.0.0.1} implicitly required container POD Created Created with docker id cb1290a496c8
8s 8s 1 {kubelet 127.0.0.1} implicitly required container POD Started Started with docker id cb1290a496c8
8s 8s 1 {kubelet 127.0.0.1} FailedSync Error syncing pod, skipping: open /var/lib/docker/containers/cb1290a496c8d3721064573b27ddd0530c864462374ec0106b5a2cb25fdee916/resolv.conf: read-only file system
7s 7s 1 {kubelet 127.0.0.1} spec.containers{test-container} Pulled Container image "kubernetes/mounttest:0.1" already present on machine
7s 7s 1 {kubelet 127.0.0.1} spec.containers{test-container} Created Created with docker id 82409e45ad6f
7s 7s 1 {kubelet 127.0.0.1} spec.containers{test-container} Started Started with docker id 82409e45ad6f"><pre class="notranslate"><code class="notranslate">$ kubectl describe po/secret-test-pod
Name: secret-test-pod
Namespace: default
Image(s): kubernetes/mounttest:0.1
Node: 127.0.0.1/127.0.0.1
Start Time: Thu, 10 Dec 2015 16:20:49 +0100
Labels: <none>
Status: Running
Reason:
Message:
IP: 10.1.61.8
Replication Controllers: <none>
Containers:
test-container:
Container ID: docker://82409e45ad6fcd73a8100a1b0767692d5e823cc3a14d8154644293d6b4c86854
Image: kubernetes/mounttest:0.1
Image ID: docker://b14127f747a0569e9ab96f0ee2de1b07630b7dbc16f8facf0b0adabd5848d41c
State: Running
Started: Thu, 10 Dec 2015 16:20:51 +0100
Ready: False
Restart Count: 0
Environment Variables:
Conditions:
Type Status
Ready False
Volumes:
secret-volume:
Type: Secret (a secret that should populate this volume)
SecretName: test-secret
Events:
FirstSeen LastSeen Count From SubobjectPath Reason Message
───────── ──────── ───── ──── ───────────── ────── ───────
9s 9s 1 {scheduler } Scheduled Successfully assigned secret-test-pod to 127.0.0.1
8s 8s 1 {kubelet 127.0.0.1} implicitly required container POD Pulled Container image "gcr.io/google_containers/pause:0.8.0" already present on machine
8s 8s 1 {kubelet 127.0.0.1} implicitly required container POD Created Created with docker id cb1290a496c8
8s 8s 1 {kubelet 127.0.0.1} implicitly required container POD Started Started with docker id cb1290a496c8
8s 8s 1 {kubelet 127.0.0.1} FailedSync Error syncing pod, skipping: open /var/lib/docker/containers/cb1290a496c8d3721064573b27ddd0530c864462374ec0106b5a2cb25fdee916/resolv.conf: read-only file system
7s 7s 1 {kubelet 127.0.0.1} spec.containers{test-container} Pulled Container image "kubernetes/mounttest:0.1" already present on machine
7s 7s 1 {kubelet 127.0.0.1} spec.containers{test-container} Created Created with docker id 82409e45ad6f
7s 7s 1 {kubelet 127.0.0.1} spec.containers{test-container} Started Started with docker id 82409e45ad6f
</code></pre></div>
<p dir="auto">but the secret directory inside the container is empty:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ kubectl logs secret-test-pod
error reading file content for "/etc/secret-volume/data-1": open /etc/secret-volume/data-1: no such file or directory"><pre class="notranslate"><code class="notranslate">$ kubectl logs secret-test-pod
error reading file content for "/etc/secret-volume/data-1": open /etc/secret-volume/data-1: no such file or directory
</code></pre></div>
<p dir="auto">This is tested on ubuntu 14.04.3 and docker "version 1.9.1, build a34a1d5" with AUFS on ext4.</p>
<p dir="auto">What does the "FailedSync Error" in the status of a pod mean? The kubelet's log is also full of lines like:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="W1210 15:25:08.504876 8522 container_manager_linux.go:278] [ContainerManager] Failed to ensure state of "/docker-daemon": failed to move PID 20479 (in "/user/1000.user/14.session") to "/docker-daemon"
I1210 15:25:09.337270 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/5819740f39449d681e73c362cbdcef218454bc0e8ba4c442905069d803be0d13 with output du: cannot access '/var/lib/docker/aufs/diff/5819740f39449d681e73c362cbdcef218454bc0e8ba4c442905069d803be0d13': No such file or directory
- exit status 1
I1210 15:25:10.939578 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/81c12f13a7a06c075b8aa1544c6e070f5c3fbcb0dfc4e75adb290a45804faf16 with output du: cannot access '/var/lib/docker/aufs/diff/81c12f13a7a06c075b8aa1544c6e070f5c3fbcb0dfc4e75adb290a45804faf16': No such file or directory
- exit status 1
I1210 15:25:10.940009 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/1685f493d119093d3f1ef0a069e0936a8aa7f8708409a22c700faad351f75d08 with output du: cannot access '/var/lib/docker/aufs/diff/1685f493d119093d3f1ef0a069e0936a8aa7f8708409a22c700faad351f75d08': No such file or directory
- exit status 1
I1210 15:25:11.010029 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/ffef039cd9b3194b33a59b609f8561166b9caea3ca28ed7c2632edfde3322f38 with output du: cannot access '/var/lib/docker/aufs/diff/ffef039cd9b3194b33a59b609f8561166b9caea3ca28ed7c2632edfde3322f38': No such file or directory
- exit status 1
I1210 15:25:13.054248 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/b47debeea5b8943708b360b55f6152116189c1c7724ad71dfa1596dd2e8f4160 with output du: cannot access '/var/lib/docker/aufs/diff/b47debeea5b8943708b360b55f6152116189c1c7724ad71dfa1596dd2e8f4160': No such file or directory
- exit status 1
I1210 15:25:14.771897 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/38add271c97d5c427f14433d65a124605a82c88d407f96654acc77dc4016e04b with output du: cannot access '/var/lib/docker/aufs/diff/38add271c97d5c427f14433d65a124605a82c88d407f96654acc77dc4016e04b': No such file or directory
- exit status 1
I1210 15:25:16.292393 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/3bce298fa4e90e4122eddcd0f9412b2f663f2dbea41dfd0257f6bcdb9fae4476 with output du: cannot access '/var/lib/docker/aufs/diff/3bce298fa4e90e4122eddcd0f9412b2f663f2dbea41dfd0257f6bcdb9fae4476': No such file or directory
- exit status 1"><pre class="notranslate"><code class="notranslate">W1210 15:25:08.504876 8522 container_manager_linux.go:278] [ContainerManager] Failed to ensure state of "/docker-daemon": failed to move PID 20479 (in "/user/1000.user/14.session") to "/docker-daemon"
I1210 15:25:09.337270 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/5819740f39449d681e73c362cbdcef218454bc0e8ba4c442905069d803be0d13 with output du: cannot access '/var/lib/docker/aufs/diff/5819740f39449d681e73c362cbdcef218454bc0e8ba4c442905069d803be0d13': No such file or directory
- exit status 1
I1210 15:25:10.939578 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/81c12f13a7a06c075b8aa1544c6e070f5c3fbcb0dfc4e75adb290a45804faf16 with output du: cannot access '/var/lib/docker/aufs/diff/81c12f13a7a06c075b8aa1544c6e070f5c3fbcb0dfc4e75adb290a45804faf16': No such file or directory
- exit status 1
I1210 15:25:10.940009 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/1685f493d119093d3f1ef0a069e0936a8aa7f8708409a22c700faad351f75d08 with output du: cannot access '/var/lib/docker/aufs/diff/1685f493d119093d3f1ef0a069e0936a8aa7f8708409a22c700faad351f75d08': No such file or directory
- exit status 1
I1210 15:25:11.010029 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/ffef039cd9b3194b33a59b609f8561166b9caea3ca28ed7c2632edfde3322f38 with output du: cannot access '/var/lib/docker/aufs/diff/ffef039cd9b3194b33a59b609f8561166b9caea3ca28ed7c2632edfde3322f38': No such file or directory
- exit status 1
I1210 15:25:13.054248 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/b47debeea5b8943708b360b55f6152116189c1c7724ad71dfa1596dd2e8f4160 with output du: cannot access '/var/lib/docker/aufs/diff/b47debeea5b8943708b360b55f6152116189c1c7724ad71dfa1596dd2e8f4160': No such file or directory
- exit status 1
I1210 15:25:14.771897 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/38add271c97d5c427f14433d65a124605a82c88d407f96654acc77dc4016e04b with output du: cannot access '/var/lib/docker/aufs/diff/38add271c97d5c427f14433d65a124605a82c88d407f96654acc77dc4016e04b': No such file or directory
- exit status 1
I1210 15:25:16.292393 8522 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/3bce298fa4e90e4122eddcd0f9412b2f663f2dbea41dfd0257f6bcdb9fae4476 with output du: cannot access '/var/lib/docker/aufs/diff/3bce298fa4e90e4122eddcd0f9412b2f663f2dbea41dfd0257f6bcdb9fae4476': No such file or directory
- exit status 1
</code></pre></div>
<p dir="auto">but none of them is "error"</p> | <p dir="auto">When running a containerized kubernetes cluster I cannot spawn pods due to <code class="notranslate">file does not exist</code> errors when trying to mount their secret volumes:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ kubectl create -f - <<EOF
apiVersion: v1
kind: Pod
metadata:
name: busybox-sleep
spec:
containers:
- name: busybox
image: busybox
args:
- sleep
- "1000000"
EOF
pod "busybox-sleep" created"><pre class="notranslate"><code class="notranslate">$ kubectl create -f - <<EOF
apiVersion: v1
kind: Pod
metadata:
name: busybox-sleep
spec:
containers:
- name: busybox
image: busybox
args:
- sleep
- "1000000"
EOF
pod "busybox-sleep" created
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ kubectl get pods
NAME READY STATUS RESTARTS AGE
busybox-sleep 0/1 ContainerCreating 0 15s
k8s-master-127.0.0.1 3/3 Running 0 8m"><pre class="notranslate"><code class="notranslate">$ kubectl get pods
NAME READY STATUS RESTARTS AGE
busybox-sleep 0/1 ContainerCreating 0 15s
k8s-master-127.0.0.1 3/3 Running 0 8m
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ kubectl describe pod busybox-sleep
Name: busybox-sleep
Namespace: default
Image(s): busybox
Node: 127.0.0.1/127.0.0.1
Start Time: Fri, 04 Dec 2015 22:48:56 +0000
Labels: <none>
Status: Pending
Reason:
Message:
IP:
Replication Controllers: <none>
Containers:
busybox:
Container ID:
Image: busybox
Image ID:
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Environment Variables:
Conditions:
Type Status
Ready False
Volumes:
default-token-6dwl1:
Type: Secret (a secret that should populate this volume)
SecretName: default-token-6dwl1
Events:
FirstSeen LastSeen Count From SubobjectPath Reason Message
───────── ──────── ───── ──── ───────────── ────── ───────
32s 32s 1 {scheduler } Scheduled Successfully assigned busybox-sleep to 127.0.0.1
32s 10s 3 {kubelet 127.0.0.1} FailedMount Unable to mount volumes for pod "busybox-sleep_default": IsLikelyNotMountPoint("/var/lib/kubelet/pods/333c85c3-9ad9-11e5-aeed-f6b7b4d3b3d7/volumes/kubernetes.io~secret/default-token-6dwl1"): file does not exist
32s 10s 3 {kubelet 127.0.0.1} FailedSync Error syncing pod, skipping: IsLikelyNotMountPoint("/var/lib/kubelet/pods/333c85c3-9ad9-11e5-aeed-f6b7b4d3b3d7/volumes/kubernetes.io~secret/default-token-6dwl1"): file does not exist"><pre class="notranslate"><code class="notranslate">$ kubectl describe pod busybox-sleep
Name: busybox-sleep
Namespace: default
Image(s): busybox
Node: 127.0.0.1/127.0.0.1
Start Time: Fri, 04 Dec 2015 22:48:56 +0000
Labels: <none>
Status: Pending
Reason:
Message:
IP:
Replication Controllers: <none>
Containers:
busybox:
Container ID:
Image: busybox
Image ID:
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Environment Variables:
Conditions:
Type Status
Ready False
Volumes:
default-token-6dwl1:
Type: Secret (a secret that should populate this volume)
SecretName: default-token-6dwl1
Events:
FirstSeen LastSeen Count From SubobjectPath Reason Message
───────── ──────── ───── ──── ───────────── ────── ───────
32s 32s 1 {scheduler } Scheduled Successfully assigned busybox-sleep to 127.0.0.1
32s 10s 3 {kubelet 127.0.0.1} FailedMount Unable to mount volumes for pod "busybox-sleep_default": IsLikelyNotMountPoint("/var/lib/kubelet/pods/333c85c3-9ad9-11e5-aeed-f6b7b4d3b3d7/volumes/kubernetes.io~secret/default-token-6dwl1"): file does not exist
32s 10s 3 {kubelet 127.0.0.1} FailedSync Error syncing pod, skipping: IsLikelyNotMountPoint("/var/lib/kubelet/pods/333c85c3-9ad9-11e5-aeed-f6b7b4d3b3d7/volumes/kubernetes.io~secret/default-token-6dwl1"): file does not exist
</code></pre></div>
<p dir="auto">The secrets are there as expected:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ kubectl get secrets
NAME TYPE DATA AGE
default-token-6dwl1 kubernetes.io/service-account-token 2 8m"><pre class="notranslate"><code class="notranslate">$ kubectl get secrets
NAME TYPE DATA AGE
default-token-6dwl1 kubernetes.io/service-account-token 2 8m
</code></pre></div>
<p dir="auto">Here are the full kubelet logs: <a href="https://gist.github.com/2opremio/6fcbae55d83f20bc3c82">https://gist.github.com/2opremio/6fcbae55d83f20bc3c82</a></p>
<p dir="auto">The single-node containerized cluster is created using <a href="https://gist.github.com/2opremio/12eafc0c2485d8d13f2a">this script</a>, which is based on <a href="https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/docker.md">https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/docker.md</a> and spawns a cluster based on a recent version of master (<a href="https://github.com/kubernetes/kubernetes/tree/81b6ac47557359429e519d889d9ad48b5c8a2411">https://github.com/kubernetes/kubernetes/tree/81b6ac47557359429e519d889d9ad48b5c8a2411</a>).</p>
<p dir="auto">This is the docker version I am running:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ docker info
Containers: 7
Images: 62
Storage Driver: overlay
Backing Filesystem: extfs
Execution Driver: native-0.2
Logging Driver: json-file
Kernel Version: 4.1.13-boot2docker
Operating System: Boot2Docker 1.9.1 (TCL 6.4.1); master : cef800b - Fri Nov 20 19:33:59 UTC 2015
CPUs: 1
Total Memory: 996.2 MiB
Name: default
ID: 77RC:MDFB:UNPM:62Z6:FYLF:TZTG:43NZ:77DD:IL22:QI6S:LDSV:UN6W
Debug mode (server): true
File Descriptors: 54
Goroutines: 90
System Time: 2015-12-04T23:01:25.308787463Z
EventsListeners: 0
Init SHA1:
Init Path: /usr/local/bin/docker
Docker Root Dir: /mnt/sda1/var/lib/docker
Labels:
provider=virtualbox"><pre class="notranslate"><code class="notranslate">$ docker info
Containers: 7
Images: 62
Storage Driver: overlay
Backing Filesystem: extfs
Execution Driver: native-0.2
Logging Driver: json-file
Kernel Version: 4.1.13-boot2docker
Operating System: Boot2Docker 1.9.1 (TCL 6.4.1); master : cef800b - Fri Nov 20 19:33:59 UTC 2015
CPUs: 1
Total Memory: 996.2 MiB
Name: default
ID: 77RC:MDFB:UNPM:62Z6:FYLF:TZTG:43NZ:77DD:IL22:QI6S:LDSV:UN6W
Debug mode (server): true
File Descriptors: 54
Goroutines: 90
System Time: 2015-12-04T23:01:25.308787463Z
EventsListeners: 0
Init SHA1:
Init Path: /usr/local/bin/docker
Docker Root Dir: /mnt/sda1/var/lib/docker
Labels:
provider=virtualbox
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ docker version
Client:
Version: 1.8.1
API version: 1.20
Go version: go1.4.2
Git commit: d12ea79
Built: Thu Aug 13 02:49:29 UTC 2015
OS/Arch: darwin/amd64
Server:
Version: 1.9.1
API version: 1.21
Go version: go1.4.3
Git commit: a34a1d5
Built: Fri Nov 20 17:56:04 UTC 2015
OS/Arch: linux/amd64"><pre class="notranslate"><code class="notranslate">$ docker version
Client:
Version: 1.8.1
API version: 1.20
Go version: go1.4.2
Git commit: d12ea79
Built: Thu Aug 13 02:49:29 UTC 2015
OS/Arch: darwin/amd64
Server:
Version: 1.9.1
API version: 1.21
Go version: go1.4.3
Git commit: a34a1d5
Built: Fri Nov 20 17:56:04 UTC 2015
OS/Arch: linux/amd64
</code></pre></div>
<p dir="auto">The client runs in an OSX laptop and the daemon runs inside a VM provisioned with <code class="notranslate">docker-machine create --driver virtualbox --engine-storage-driver overlay default</code></p>
<p dir="auto">Surprisingly, everything works when using a vagrant VM provisioned with <a href="https://github.com/weaveworks/weave/blob/vagrant-pin-docker/Vagrantfile">https://github.com/weaveworks/weave/blob/vagrant-pin-docker/Vagrantfile</a>, so the problem must somehow be environmental but I haven't managed to triage the difference causing the problem.</p> | 1 |
<p dir="auto">When cloning a skeleton, the bones and boneInverses arrays of the cloned skeleton still reference the arrays from the original skeleton. Hence when the original skeleton is animated, the bones on the cloned skeleton are also affected. Is this the intended behavior?</p>
<p dir="auto"></p><div class="Box Box--condensed my-2">
<div class="Box-header f6">
<p class="mb-0 text-bold">
<a href="https://github.com/mrdoob/three.js/blob/c0dbf052eb276e407a0d2ea881b010303859d9cd/src/objects/Skeleton.js#L153">three.js/src/objects/Skeleton.js</a>
</p>
<p class="mb-0 color-fg-muted">
Line 153
in
<a data-pjax="true" class="commit-tease-sha" href="/mrdoob/three.js/commit/c0dbf052eb276e407a0d2ea881b010303859d9cd">c0dbf05</a>
</p>
</div>
<div itemprop="text" class="Box-body p-0 blob-wrapper blob-wrapper-embedded data">
<table class="highlight tab-size mb-0 js-file-line-container" data-tab-size="8" data-paste-markdown-skip="">
<tbody><tr class="border-0">
<td id="L153" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="153"></td>
<td id="LC153" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-k">return</span> <span class="pl-k">new</span> <span class="pl-v">Skeleton</span><span class="pl-kos">(</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">bones</span><span class="pl-kos">,</span> <span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">boneInverses</span> <span class="pl-kos">)</span><span class="pl-kos">;</span> </td>
</tr>
</tbody></table>
</div>
</div>
<p></p> | <p dir="auto">There are a few things which geometry.clone() doesn't copy a reference to, which it should.</p>
<p dir="auto">.bones<br>
.skinWeights<br>
.skinIndices<br>
.animations<br>
.animation</p>
<p dir="auto">are all left without references to the original, which leads to skinning being broken unless the references to those are manually copied. I think references should be passed as it's less confusing, but I don't think they should be deep copies, or this would lead to mostly wasted memory.</p> | 1 |
<h5 dir="auto">Issue Type: Bug Report</h5>
<h5 dir="auto">Ansible Version: 1.5</h5>
<h5 dir="auto">Environment: CentOS 6.5</h5>
<h5 dir="auto">Summary: includes in templates loose their variable context</h5>
<h5 dir="auto">Steps To Reproduce:</h5>
<p dir="auto">In one template file i have this code snippet:<br>
{% for group in group_names %}<br>
{% include "debug_include.j2" with context %}<br>
{% endfor %}</p>
<p dir="auto">In the included template 'debug_include.j2' i have this code:<br>
This is the included Template. The current group is {{group}}</p>
<p dir="auto">The documentation claims that included templates have the same variable context as the main file.<br>
So i would expect to see something like:<br>
This is the included Template. The current group is mailserver</p>
<h5 dir="auto">Expected Results:</h5>
<p dir="auto">I would expect to see something like:<br>
This is the included Template. The current group is mailserver</p>
<h5 dir="auto">Actual Results:</h5>
<p dir="auto">Instead i get an error on the commandline when executing this play:<br>
TASK: [common-linux | dump all variables] *************************************<br>
fatal: [ltesthost] => {'msg': "One or more undefined variables: 'group' is undefined", 'failed': True}<br>
fatal: [testhost] => {'msg': "One or more undefined variables: 'group' is undefined", 'failed': True}</p>
<p dir="auto">FATAL: all hosts have already failed -- aborting</p> | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">ansible 1.5</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">debian 7</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">Variables go out of scope inside an included template</p>
<h5 dir="auto">Steps To Reproduce:</h5>
<p dir="auto">hosts.yml:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
---
- hosts: all
vars:
mylist:
- alpha
- bravo
tasks:
- name: template test
template: src=test.j2 dest=/tmp/testfile"><pre class="notranslate"><code class="notranslate">
---
- hosts: all
vars:
mylist:
- alpha
- bravo
tasks:
- name: template test
template: src=test.j2 dest=/tmp/testfile
</code></pre></div>
<p dir="auto">test.j2:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{% for x in mylist %}
X: {{ x }}
{% include 'test-inc.j2' with context %}
{% endfor %}"><pre class="notranslate"><code class="notranslate">{% for x in mylist %}
X: {{ x }}
{% include 'test-inc.j2' with context %}
{% endfor %}
</code></pre></div>
<p dir="auto">test-inc.j2:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{{ x }}
"><pre class="notranslate"><code class="notranslate">{{ x }}
</code></pre></div>
<h5 dir="auto">Expected Results:</h5>
<p dir="auto">I expect x in test-inc.j2 to be properly dereferenced</p>
<h5 dir="auto">Actual Results:</h5>
<p dir="auto">fatal: [myhost] => {'msg': "One or more undefined variables: 'x' is undefined", 'failed': True}<br>
fatal: [myhost] => {'msg': "One or more undefined variables: 'x' is undefined", 'failed': True}</p> | 1 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Dynamic routing to page with ant.design Table component doesn't work.<br>
Bug only appears on build. On dev run it works properly.</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">I have two pages: Main and Sub.<br>
Sub page contains component which contains Table component.<br>
When I go from Main page to Sub page via Link (dynamic routing) then nothing happens and I am not redirected to Sub page. When I type Sub page url manually to browser bar then Sup page loads.</p>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto">I should be redirected to Sup page via Link (dynamic routing).</p>
<h2 dir="auto">Additional context</h2>
<p dir="auto">I am using latest versions for antd, nextjs, typescript.</p>
<p dir="auto">Firstly I was using Table component in Sub page directly. (Sub has Table)<br>
Importing via below code didn't work and caused above error:<br>
<code class="notranslate">import { Table } from 'antd'</code><br>
I have fixed it with importing Table directly<br>
<code class="notranslate">import Table from 'antd/lib/table'</code></p>
<p dir="auto">Later on I had to move Table component to sub component. And both import doesn't work now. (SomeComponent has Table, Sub has SomeComponent)</p>
<p dir="auto">next.config.js</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/* eslint-disable */
const withLess = require('@zeit/next-less')
const lessToJS = require('less-vars-to-js')
const fs = require('fs')
const path = require('path')
// Where your antd-custom.less file lives
const themeVariables = lessToJS(
fs.readFileSync(path.resolve(__dirname, './assets/theme.less'), 'utf8')
)
module.exports = withLess({
exportTrailingSlash: false,
lessLoaderOptions: {
javascriptEnabled: true,
modifyVars: themeVariables, // make your antd custom effective
},
webpack: (config, { isServer }) => {
if (isServer) {
const antStyles = /antd\/.*?\/style.*?/
const origExternals = [...config.externals]
config.externals = [
(context, request, callback) => {
if (request.match(antStyles)) return callback()
if (typeof origExternals[0] === 'function') {
origExternals[0](context, request, callback)
} else {
callback()
}
},
...(typeof origExternals[0] === 'function'
? []
: origExternals),
]
config.externals.exclude = /node_modules\/(?!(os)\/).*/
config.module.rules.unshift({
test: antStyles,
use: 'null-loader',
})
}
return config
},
})"><pre class="notranslate"><span class="pl-c">/* eslint-disable */</span>
<span class="pl-k">const</span> <span class="pl-s1">withLess</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">'@zeit/next-less'</span><span class="pl-kos">)</span>
<span class="pl-k">const</span> <span class="pl-s1">lessToJS</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">'less-vars-to-js'</span><span class="pl-kos">)</span>
<span class="pl-k">const</span> <span class="pl-s1">fs</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">'fs'</span><span class="pl-kos">)</span>
<span class="pl-k">const</span> <span class="pl-s1">path</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">'path'</span><span class="pl-kos">)</span>
<span class="pl-c">// Where your antd-custom.less file lives</span>
<span class="pl-k">const</span> <span class="pl-s1">themeVariables</span> <span class="pl-c1">=</span> <span class="pl-s1">lessToJS</span><span class="pl-kos">(</span>
<span class="pl-s1">fs</span><span class="pl-kos">.</span><span class="pl-en">readFileSync</span><span class="pl-kos">(</span><span class="pl-s1">path</span><span class="pl-kos">.</span><span class="pl-en">resolve</span><span class="pl-kos">(</span><span class="pl-s1">__dirname</span><span class="pl-kos">,</span> <span class="pl-s">'./assets/theme.less'</span><span class="pl-kos">)</span><span class="pl-kos">,</span> <span class="pl-s">'utf8'</span><span class="pl-kos">)</span>
<span class="pl-kos">)</span>
<span class="pl-smi">module</span><span class="pl-kos">.</span><span class="pl-c1">exports</span> <span class="pl-c1">=</span> <span class="pl-s1">withLess</span><span class="pl-kos">(</span><span class="pl-kos">{</span>
<span class="pl-c1">exportTrailingSlash</span>: <span class="pl-c1">false</span><span class="pl-kos">,</span>
<span class="pl-c1">lessLoaderOptions</span>: <span class="pl-kos">{</span>
<span class="pl-c1">javascriptEnabled</span>: <span class="pl-c1">true</span><span class="pl-kos">,</span>
<span class="pl-c1">modifyVars</span>: <span class="pl-s1">themeVariables</span><span class="pl-kos">,</span> <span class="pl-c">// make your antd custom effective</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-en">webpack</span>: <span class="pl-kos">(</span><span class="pl-s1">config</span><span class="pl-kos">,</span> <span class="pl-kos">{</span> isServer <span class="pl-kos">}</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
<span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-s1">isServer</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">const</span> <span class="pl-s1">antStyles</span> <span class="pl-c1">=</span> <span class="pl-pds"><span class="pl-c1">/</span>antd<span class="pl-cce">\/</span>.<span class="pl-c1">*</span>?<span class="pl-cce">\/</span>style.<span class="pl-c1">*</span>?<span class="pl-c1">/</span></span>
<span class="pl-k">const</span> <span class="pl-s1">origExternals</span> <span class="pl-c1">=</span> <span class="pl-kos">[</span>...<span class="pl-s1">config</span><span class="pl-kos">.</span><span class="pl-c1">externals</span><span class="pl-kos">]</span>
<span class="pl-s1">config</span><span class="pl-kos">.</span><span class="pl-c1">externals</span> <span class="pl-c1">=</span> <span class="pl-kos">[</span>
<span class="pl-kos">(</span><span class="pl-s1">context</span><span class="pl-kos">,</span> <span class="pl-s1">request</span><span class="pl-kos">,</span> <span class="pl-s1">callback</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
<span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-s1">request</span><span class="pl-kos">.</span><span class="pl-en">match</span><span class="pl-kos">(</span><span class="pl-s1">antStyles</span><span class="pl-kos">)</span><span class="pl-kos">)</span> <span class="pl-k">return</span> <span class="pl-s1">callback</span><span class="pl-kos">(</span><span class="pl-kos">)</span>
<span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-k">typeof</span> <span class="pl-s1">origExternals</span><span class="pl-kos">[</span><span class="pl-c1">0</span><span class="pl-kos">]</span> <span class="pl-c1">===</span> <span class="pl-s">'function'</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">origExternals</span><span class="pl-kos">[</span><span class="pl-c1">0</span><span class="pl-kos">]</span><span class="pl-kos">(</span><span class="pl-s1">context</span><span class="pl-kos">,</span> <span class="pl-s1">request</span><span class="pl-kos">,</span> <span class="pl-s1">callback</span><span class="pl-kos">)</span>
<span class="pl-kos">}</span> <span class="pl-k">else</span> <span class="pl-kos">{</span>
<span class="pl-s1">callback</span><span class="pl-kos">(</span><span class="pl-kos">)</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
...<span class="pl-kos">(</span><span class="pl-k">typeof</span> <span class="pl-s1">origExternals</span><span class="pl-kos">[</span><span class="pl-c1">0</span><span class="pl-kos">]</span> <span class="pl-c1">===</span> <span class="pl-s">'function'</span>
? <span class="pl-kos">[</span><span class="pl-kos">]</span>
: <span class="pl-s1">origExternals</span><span class="pl-kos">)</span><span class="pl-kos">,</span>
<span class="pl-kos">]</span>
<span class="pl-s1">config</span><span class="pl-kos">.</span><span class="pl-c1">externals</span><span class="pl-kos">.</span><span class="pl-c1">exclude</span> <span class="pl-c1">=</span> <span class="pl-pds"><span class="pl-c1">/</span>node_modules<span class="pl-cce">\/</span><span class="pl-kos">(?</span><span class="pl-c1">!</span><span class="pl-kos">(</span>os<span class="pl-kos">)</span><span class="pl-cce">\/</span><span class="pl-kos">)</span>.<span class="pl-c1">*</span><span class="pl-c1">/</span></span>
<span class="pl-s1">config</span><span class="pl-kos">.</span><span class="pl-c1">module</span><span class="pl-kos">.</span><span class="pl-c1">rules</span><span class="pl-kos">.</span><span class="pl-en">unshift</span><span class="pl-kos">(</span><span class="pl-kos">{</span>
<span class="pl-c1">test</span>: <span class="pl-s1">antStyles</span><span class="pl-kos">,</span>
<span class="pl-c1">use</span>: <span class="pl-s">'null-loader'</span><span class="pl-kos">,</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span>
<span class="pl-kos">}</span>
<span class="pl-k">return</span> <span class="pl-s1">config</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span></pre></div>
<p dir="auto">.babelrc</p>
<div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{
"presets": ["next/babel"],
"plugins": [
[
"import",
{
"libraryName": "antd",
"style": true
}
]
]
}"><pre class="notranslate">{
<span class="pl-ent">"presets"</span>: [<span class="pl-s"><span class="pl-pds">"</span>next/babel<span class="pl-pds">"</span></span>],
<span class="pl-ent">"plugins"</span>: [
[
<span class="pl-s"><span class="pl-pds">"</span>import<span class="pl-pds">"</span></span>,
{
<span class="pl-ent">"libraryName"</span>: <span class="pl-s"><span class="pl-pds">"</span>antd<span class="pl-pds">"</span></span>,
<span class="pl-ent">"style"</span>: <span class="pl-c1">true</span>
}
]
]
}</pre></div> | <h1 dir="auto">Examples bug report</h1>
<h2 dir="auto">Example name</h2>
<p dir="auto">with-ant-design-less<br>
<a href="https://github.com/zeit/next.js/tree/canary/examples/with-ant-design-less">https://github.com/zeit/next.js/tree/canary/examples/with-ant-design-less</a></p>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">When I click on a Link to a page that uses any antd component, it doesn't work and when I click on a Link to a page that doesn't use any antd component, it works.</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">I create a codesandbox to reproduce te bug <a href="https://codesandbox.io/s/nextjs-ant-design-8t41c" rel="nofollow">https://codesandbox.io/s/nextjs-ant-design-8t41c</a></p>
<ul dir="auto">
<li>Click on "Go to page with antd" doesn't work</li>
<li>Click on "Go to page without antd" works</li>
</ul>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto">The Link redirect to page that uses antd</p>
<h2 dir="auto">System information</h2>
<p dir="auto">Dependencies:<br>
"@zeit/next-less": "1.0.1",<br>
"antd": "3.25.1",<br>
"babel-plugin-import": "1.12.2",<br>
"less": "3.10.3",<br>
"less-vars-to-js": "1.3.0",<br>
"next": "latest",<br>
"null-loader": "3.0.0",<br>
"react": "^16.7.0",<br>
"react-dom": "^16.7.0"</p> | 1 |
<p dir="auto">I would like to prevent MUI from optimising classNames:</p>
<ul class="contains-task-list">
<li>
<p dir="auto">development: <code class="notranslate">.MuiAppBar-root-12</code></p>
</li>
<li>
<p dir="auto">production: `.c12``<br>
documentation: <a href="https://material-ui.com/customization/css-in-js/#class-names" rel="nofollow">https://material-ui.com/customization/css-in-js/#class-names</a></p>
</li>
<li class="task-list-item">
<p dir="auto"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</p>
</li>
</ul>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">With <code class="notranslate">NODE_ENV=production</code> MUI optimizes the names, which is cool, but I am using MUI with <a href="https://github.com/kriasoft/react-starter-kit">https://github.com/kriasoft/react-starter-kit</a> and (it may be configuration noobness), but I am seeing the following code being generated. Class names in HTML optimised, but styles not optimised:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/463975/32416440-fa5a7efe-c240-11e7-96a4-e30cba9e03c8.png"><img src="https://user-images.githubusercontent.com/463975/32416440-fa5a7efe-c240-11e7-96a4-e30cba9e03c8.png" alt="screen shot 2017-11-05 at 15 46 43" style="max-width: 100%;"></a></p>
<p dir="auto">I've been through the documentation trying to figure out how to disable the class name optimisation but can't find anything. Should there be a configuration flag, or am I missing something? As a side note I'm doing this side project to cut some learning curve, so I may be missing something obvious.</p>
<h2 dir="auto">Your Environment</h2>
<p dir="auto">current dependencies, is mostly the stuff from here <a href="https://github.com/kriasoft/react-starter-kit">https://github.com/kriasoft/react-starter-kit</a>, except with an added material ui:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""dependencies": {
"babel-polyfill": "7.0.0-beta.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"core-js": "^2.5.1",
"express": "^4.16.2",
"express-graphql": "^0.6.11",
"express-jwt": "^5.3.0",
"graphql": "^0.11.7",
"history": "^4.7.2",
"install": "^0.10.1",
"isomorphic-style-loader": "^4.0.0",
"jsonwebtoken": "^8.1.0",
"material-ui": "^1.0.0-beta.18",
"node-fetch": "^1.7.3",
"normalize.css": "^7.0.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"pretty-error": "^2.1.1",
"prop-types": "^15.6.0",
"query-string": "^5.0.1",
"ramda": "^0.25.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"rss-parser": "^2.10.6",
"sequelize": "^4.17.2",
"serialize-javascript": "^1.3.0",
"source-map-support": "^0.5.0",
"universal-router": "^4.3.0",
"whatwg-fetch": "^2.0.3",
"yarn": "^1.2.1"
}"><pre class="notranslate"><code class="notranslate">"dependencies": {
"babel-polyfill": "7.0.0-beta.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"core-js": "^2.5.1",
"express": "^4.16.2",
"express-graphql": "^0.6.11",
"express-jwt": "^5.3.0",
"graphql": "^0.11.7",
"history": "^4.7.2",
"install": "^0.10.1",
"isomorphic-style-loader": "^4.0.0",
"jsonwebtoken": "^8.1.0",
"material-ui": "^1.0.0-beta.18",
"node-fetch": "^1.7.3",
"normalize.css": "^7.0.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"pretty-error": "^2.1.1",
"prop-types": "^15.6.0",
"query-string": "^5.0.1",
"ramda": "^0.25.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"rss-parser": "^2.10.6",
"sequelize": "^4.17.2",
"serialize-javascript": "^1.3.0",
"source-map-support": "^0.5.0",
"universal-router": "^4.3.0",
"whatwg-fetch": "^2.0.3",
"yarn": "^1.2.1"
}
</code></pre></div>
<p dir="auto">Any help or direction would be great. And thanks for the hand.</p> | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected Behavior</h2>
<p dir="auto">Select should display the placeholder, like a regular input.</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">Using the placeholder property on Select has no visible effect. I looked into the code and it seems this property is being forwarded to the underlying <code class="notranslate"><input hidden /></code> element, hence it does not appear.</p>
<p dir="auto"><a href="https://codesandbox.io/s/ol4pln434q" rel="nofollow">https://codesandbox.io/s/ol4pln434q</a></p>
<h2 dir="auto">Your Environment</h2>
<table role="table">
<thead>
<tr>
<th>Tech</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>Material-UI</td>
<td>1.0.0-beta.16</td>
</tr>
<tr>
<td>React</td>
<td>16.0.0</td>
</tr>
<tr>
<td>browser</td>
<td>Chrome 62.0.3202.62</td>
</tr>
</tbody>
</table> | 0 |
<p dir="auto">Context: <a href="https://tour.golang.org/basics/3" rel="nofollow">https://tour.golang.org/basics/3</a></p>
<p dir="auto">Change the title above to describe your issue and add your feedback here, including code if necessary</p>
<p dir="auto">hI</p>
<p dir="auto">I did not understand the description export.Please provide more clear explanation</p>
<p dir="auto">regards,ppp</p> | <p dir="auto">Context: <a href="https://tour.golang.org/basics/3" rel="nofollow">https://tour.golang.org/basics/3</a></p>
<p dir="auto">This page tells that exported name must start with upper character, but it does not say what the "exported name" means. Also, "Exported identifiers" maybe more aligned with other material.</p>
<p dir="auto">This made me think "ok... I understand what it looks like, but what does this exported name do?".</p>
<p dir="auto">One sentence like "exported names can be accessed from another package, while unexported names remains local".</p> | 1 |
<h3 dir="auto">First check</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I used the GitHub search to find a similar issue and didn't find it.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I searched the FastAPI documentation, with the integrated search.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I already searched in Google "How to X in FastAPI" and didn't find any information.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I already read and followed all the tutorial in the docs and didn't find an answer.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I already checked if it is not related to FastAPI but to <a href="https://github.com/samuelcolvin/pydantic">Pydantic</a>.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I already checked if it is not related to FastAPI but to <a href="https://github.com/swagger-api/swagger-ui">Swagger UI</a>.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I already checked if it is not related to FastAPI but to <a href="https://github.com/Redocly/redoc">ReDoc</a>.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> After submitting this, I commit to one of:
<ul dir="auto">
<li>Read open issues with questions until I find 2 issues where I can help someone and add a comment to help there.</li>
<li>I already hit the "watch" button in this repository to receive notifications and I commit to help at least 2 people that ask questions in the future.</li>
<li>Implement a Pull Request for a confirmed bug.</li>
</ul>
</li>
</ul>
<h3 dir="auto">Example</h3>
<p dir="auto">Here's a self-contained, <a href="https://stackoverflow.com/help/minimal-reproducible-example" rel="nofollow">minimal, reproducible, example</a> with my use case:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from fastapi import FastAPI, Request, Depends
from fastapi.responses import JSONResponse
from starlette import status
class CustomException(Exception):
pass
async def some_dep():
print("inside dep")
try:
yield 123
except Exception as e:
print("exception occurred") # it disappears with custom handler
finally:
print("finally in dep")
def create_app() -> FastAPI:
app = FastAPI()
@app.on_event("startup")
async def startup():
print("startup action")
@app.on_event("shutdown")
async def shutdown():
print("shutdown action")
# when commenting line below "exception occurred" line appears on post request
install_exception_handlers(app)
@app.post("/qwe")
async def qwe(a: int = Depends(some_dep)):
print(a)
raise CustomException
return app
def install_exception_handlers(app: FastAPI):
@app.exception_handler(CustomException)
async def postgres_error_handler(_: Request, __: CustomException) -> JSONResponse:
return JSONResponse(
dict(response="this is json response"),
status_code=status.HTTP_400_BAD_REQUEST,
)"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">fastapi</span> <span class="pl-k">import</span> <span class="pl-v">FastAPI</span>, <span class="pl-v">Request</span>, <span class="pl-v">Depends</span>
<span class="pl-k">from</span> <span class="pl-s1">fastapi</span>.<span class="pl-s1">responses</span> <span class="pl-k">import</span> <span class="pl-v">JSONResponse</span>
<span class="pl-k">from</span> <span class="pl-s1">starlette</span> <span class="pl-k">import</span> <span class="pl-s1">status</span>
<span class="pl-k">class</span> <span class="pl-v">CustomException</span>(<span class="pl-v">Exception</span>):
<span class="pl-k">pass</span>
<span class="pl-k">async</span> <span class="pl-k">def</span> <span class="pl-en">some_dep</span>():
<span class="pl-en">print</span>(<span class="pl-s">"inside dep"</span>)
<span class="pl-k">try</span>:
<span class="pl-k">yield</span> <span class="pl-c1">123</span>
<span class="pl-k">except</span> <span class="pl-v">Exception</span> <span class="pl-k">as</span> <span class="pl-s1">e</span>:
<span class="pl-en">print</span>(<span class="pl-s">"exception occurred"</span>) <span class="pl-c"># it disappears with custom handler</span>
<span class="pl-k">finally</span>:
<span class="pl-en">print</span>(<span class="pl-s">"finally in dep"</span>)
<span class="pl-k">def</span> <span class="pl-en">create_app</span>() <span class="pl-c1">-></span> <span class="pl-v">FastAPI</span>:
<span class="pl-s1">app</span> <span class="pl-c1">=</span> <span class="pl-v">FastAPI</span>()
<span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-en">on_event</span>(<span class="pl-s">"startup"</span>)</span>
<span class="pl-k">async</span> <span class="pl-k">def</span> <span class="pl-en">startup</span>():
<span class="pl-en">print</span>(<span class="pl-s">"startup action"</span>)
<span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-en">on_event</span>(<span class="pl-s">"shutdown"</span>)</span>
<span class="pl-k">async</span> <span class="pl-k">def</span> <span class="pl-en">shutdown</span>():
<span class="pl-en">print</span>(<span class="pl-s">"shutdown action"</span>)
<span class="pl-c"># when commenting line below "exception occurred" line appears on post request</span>
<span class="pl-en">install_exception_handlers</span>(<span class="pl-s1">app</span>)
<span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-en">post</span>(<span class="pl-s">"/qwe"</span>)</span>
<span class="pl-k">async</span> <span class="pl-k">def</span> <span class="pl-en">qwe</span>(<span class="pl-s1">a</span>: <span class="pl-s1">int</span> <span class="pl-c1">=</span> <span class="pl-v">Depends</span>(<span class="pl-s1">some_dep</span>)):
<span class="pl-en">print</span>(<span class="pl-s1">a</span>)
<span class="pl-k">raise</span> <span class="pl-v">CustomException</span>
<span class="pl-k">return</span> <span class="pl-s1">app</span>
<span class="pl-k">def</span> <span class="pl-en">install_exception_handlers</span>(<span class="pl-s1">app</span>: <span class="pl-v">FastAPI</span>):
<span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-en">exception_handler</span>(<span class="pl-v">CustomException</span>)</span>
<span class="pl-k">async</span> <span class="pl-k">def</span> <span class="pl-en">postgres_error_handler</span>(<span class="pl-s1">_</span>: <span class="pl-v">Request</span>, <span class="pl-s1">__</span>: <span class="pl-v">CustomException</span>) <span class="pl-c1">-></span> <span class="pl-v">JSONResponse</span>:
<span class="pl-k">return</span> <span class="pl-v">JSONResponse</span>(
<span class="pl-en">dict</span>(<span class="pl-s1">response</span><span class="pl-c1">=</span><span class="pl-s">"this is json response"</span>),
<span class="pl-s1">status_code</span><span class="pl-c1">=</span><span class="pl-s1">status</span>.<span class="pl-v">HTTP_400_BAD_REQUEST</span>,
)</pre></div>
<h3 dir="auto">Description</h3>
<ul dir="auto">
<li>Run FastAPI application</li>
<li>Call <code class="notranslate">curl -X POST http://127.0.0.1:8000/qwe</code> in bash</li>
<li>Got output:
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="inside dep
123
INFO: 127.0.0.1:57400 - "POST /qwe HTTP/1.1" 400 Bad Request
finally in dep"><pre class="notranslate"><code class="notranslate">inside dep
123
INFO: 127.0.0.1:57400 - "POST /qwe HTTP/1.1" 400 Bad Request
finally in dep
</code></pre></div>
</li>
<li>Comment line <code class="notranslate">install_exception_handlers(app)</code></li>
<li>Reload app</li>
<li>Call <code class="notranslate">curl -X POST http://127.0.0.1:8000/qwe</code> in bash</li>
<li>Got output (output has <code class="notranslate">exception occurred</code> line that should also be with custom exception handler):
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="inside dep
123
INFO: 127.0.0.1:57414 - "POST /qwe HTTP/1.1" 500 Internal Server Error
exception occurred
finally in dep"><pre class="notranslate"><code class="notranslate">inside dep
123
INFO: 127.0.0.1:57414 - "POST /qwe HTTP/1.1" 500 Internal Server Error
exception occurred
finally in dep
</code></pre></div>
</li>
</ul>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>
<p dir="auto">OS: <code class="notranslate">Linux artslob-laptop 5.4.0-48-generic #52~18.04.1-Ubuntu SMP Thu Sep 10 12:50:22 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux</code>:</p>
</li>
<li>
<p dir="auto">Dependencies:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$pip list
Package Version
------------------ -------
attrs 20.2.0
click 7.1.2
fastapi 0.61.1
h11 0.11.0
importlib-metadata 2.0.0
iniconfig 1.0.1
packaging 20.4
pip 20.2.3
pluggy 0.13.1
py 1.9.0
pydantic 1.6.1
pyparsing 2.4.7
pytest 6.1.1
pytest-asyncio 0.14.0
setuptools 50.3.0
six 1.15.0
starlette 0.13.6
toml 0.10.1
typing-extensions 3.7.4.3
uvicorn 0.12.1
zipp 3.3.0"><pre class="notranslate"><code class="notranslate">$pip list
Package Version
------------------ -------
attrs 20.2.0
click 7.1.2
fastapi 0.61.1
h11 0.11.0
importlib-metadata 2.0.0
iniconfig 1.0.1
packaging 20.4
pip 20.2.3
pluggy 0.13.1
py 1.9.0
pydantic 1.6.1
pyparsing 2.4.7
pytest 6.1.1
pytest-asyncio 0.14.0
setuptools 50.3.0
six 1.15.0
starlette 0.13.6
toml 0.10.1
typing-extensions 3.7.4.3
uvicorn 0.12.1
zipp 3.3.0
</code></pre></div>
</li>
<li>
<p dir="auto">Python version: 3.7.4</p>
</li>
</ul>
<h3 dir="auto">Additional context</h3>
<p dir="auto">Repo with code: <a href="https://github.com/artslob/check-custom-handler-fastapi">https://github.com/artslob/check-custom-handler-fastapi</a>.</p>
<p dir="auto">So what we see here is that custom exception handler does not provide context about exception to yielding code in FastAPI dependecy. Its pretty ctitical, because if dependency is database transaction then it can result in false negative session commit (when actually commit is not desired).</p> | <h3 dir="auto">Describe the bug</h3>
<p dir="auto">HTTP exceptions are not <del>raised</del> propagated inside a dependency which encapsulates the <code class="notranslate">yield</code> in a try except statement.<br>
Only custom exceptions are <del>raised</del> propagated if I understand correctly.</p>
<h3 dir="auto">To Reproduce</h3>
<ol dir="auto">
<li>
<p dir="auto">Create a main.py with:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from fastapi import Depends, FastAPI, HTTPException
app = FastAPI()
def new_db_session():
try:
yield
except Exception:
print("rollback")
else:
print("commit")
finally:
print("close")
@app.get("/exception")
def get_exception(db=Depends(new_db_session)):
raise Exception()
@app.get("/http_exception")
def get_exception(db=Depends(new_db_session)):
raise HTTPException(status_code=400, detail="invalid request")"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">fastapi</span> <span class="pl-k">import</span> <span class="pl-v">Depends</span>, <span class="pl-v">FastAPI</span>, <span class="pl-v">HTTPException</span>
<span class="pl-s1">app</span> <span class="pl-c1">=</span> <span class="pl-v">FastAPI</span>()
<span class="pl-k">def</span> <span class="pl-en">new_db_session</span>():
<span class="pl-k">try</span>:
<span class="pl-k">yield</span>
<span class="pl-k">except</span> <span class="pl-v">Exception</span>:
<span class="pl-en">print</span>(<span class="pl-s">"rollback"</span>)
<span class="pl-k">else</span>:
<span class="pl-en">print</span>(<span class="pl-s">"commit"</span>)
<span class="pl-k">finally</span>:
<span class="pl-en">print</span>(<span class="pl-s">"close"</span>)
<span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-en">get</span>(<span class="pl-s">"/exception"</span>)</span>
<span class="pl-k">def</span> <span class="pl-en">get_exception</span>(<span class="pl-s1">db</span><span class="pl-c1">=</span><span class="pl-v">Depends</span>(<span class="pl-s1">new_db_session</span>)):
<span class="pl-k">raise</span> <span class="pl-v">Exception</span>()
<span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-en">get</span>(<span class="pl-s">"/http_exception"</span>)</span>
<span class="pl-k">def</span> <span class="pl-en">get_exception</span>(<span class="pl-s1">db</span><span class="pl-c1">=</span><span class="pl-v">Depends</span>(<span class="pl-s1">new_db_session</span>)):
<span class="pl-k">raise</span> <span class="pl-v">HTTPException</span>(<span class="pl-s1">status_code</span><span class="pl-c1">=</span><span class="pl-c1">400</span>, <span class="pl-s1">detail</span><span class="pl-c1">=</span><span class="pl-s">"invalid request"</span>)</pre></div>
</li>
<li>
<p dir="auto">run app using <code class="notranslate">uvicorn main:app</code></p>
</li>
<li>
<p dir="auto">curl <code class="notranslate">http://127.0.0.1:8000/exception</code>; app prints:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="INFO: 127.0.0.1:50069 - "GET /exception HTTP/1.1" 500 Internal Server Error
rollback
close"><pre class="notranslate"><code class="notranslate">INFO: 127.0.0.1:50069 - "GET /exception HTTP/1.1" 500 Internal Server Error
rollback
close
</code></pre></div>
</li>
<li>
<p dir="auto">curl <code class="notranslate">http://127.0.0.1:8000/http_exception</code>; app prints:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="INFO: 127.0.0.1:50072 - "GET /http_exception HTTP/1.1" 400 Bad Request
commit
close"><pre class="notranslate"><code class="notranslate">INFO: 127.0.0.1:50072 - "GET /http_exception HTTP/1.1" 400 Bad Request
commit
close
</code></pre></div>
</li>
</ol>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">HTTP Exception should be <del>raised</del> propagated inside the dependency try except statement.</p>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li><code class="notranslate">OS: Darwin Kernel Version 19.0.0: Thu Oct 17 16:17:15 PDT 2019; root:xnu-6153.41.3~29/RELEASE_X86_64 x86_64 i386 MacBookPro13,1 Darwin</code></li>
<li>FastAPI Version: <code class="notranslate">0.46.0</code></li>
<li>Python version: Python <code class="notranslate">3.7.3</code></li>
</ul>
<h3 dir="auto">Additional context</h3>
<ul dir="auto">
<li><a href="https://github.com/tiangolo/fastapi/595">PR: Dependencies with yield (used as context managers)</a></li>
<li>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dmontagu/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dmontagu">@dmontagu</a> in <a href="https://github.com/tiangolo/fastapi/pull/570#issuecomment-538680343" data-hovercard-type="pull_request" data-hovercard-url="/tiangolo/fastapi/pull/570/hovercard">#570</a>:
<blockquote>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/cjw296/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/cjw296">@cjw296</a> As implemented, it would require some care to ensure teardown was done in a guaranteed order. I think it would currently amount to constructing a consistent "teardown" dependency. But I think in most cases, you would be able to just build a single dependency that sets everything up in order, and tears it down in order, and then to build other dependencies on top of that. For example, handling your use case:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="def db_contextmanager():
conn = connect_to_db()
t = conn.transaction()
try:
yield conn, t
t.commit()
except:
t.rollback()
conn.close()
def get_connection(conn_t = Depends(db_contextmanager)):
conn, t = conn_t
return conn
def get_transaction(conn_t = Depends(db_contextmanager)):
conn, t = conn_t
return t
def endpoint(conn = Depends(get_connection)):
# Do something with the connection
pass"><pre class="notranslate"><span class="pl-k">def</span> <span class="pl-s1">db_contextmanager</span>():
<span class="pl-s1">conn</span> <span class="pl-c1">=</span> <span class="pl-en">connect_to_db</span>()
<span class="pl-s1">t</span> <span class="pl-c1">=</span> <span class="pl-s1">conn</span>.<span class="pl-en">transaction</span>()
<span class="pl-k">try</span>:
<span class="pl-k">yield</span> <span class="pl-s1">conn</span>, <span class="pl-s1">t</span>
<span class="pl-s1">t</span>.<span class="pl-en">commit</span>()
<span class="pl-s1">except</span>:
<span class="pl-s1">t</span>.<span class="pl-en">rollback</span>()
<span class="pl-s1">conn</span>.<span class="pl-en">close</span>()
<span class="pl-k">def</span> <span class="pl-en">get_connection</span>(<span class="pl-s1">conn_t</span> <span class="pl-c1">=</span> <span class="pl-v">Depends</span>(<span class="pl-s1">db_contextmanager</span>)):
<span class="pl-s1">conn</span>, <span class="pl-s1">t</span> <span class="pl-c1">=</span> <span class="pl-s1">conn_t</span>
<span class="pl-k">return</span> <span class="pl-s1">conn</span>
<span class="pl-k">def</span> <span class="pl-en">get_transaction</span>(<span class="pl-s1">conn_t</span> <span class="pl-c1">=</span> <span class="pl-v">Depends</span>(<span class="pl-s1">db_contextmanager</span>)):
<span class="pl-s1">conn</span>, <span class="pl-s1">t</span> <span class="pl-c1">=</span> <span class="pl-s1">conn_t</span>
<span class="pl-k">return</span> <span class="pl-s1">t</span>
<span class="pl-k">def</span> <span class="pl-en">endpoint</span>(<span class="pl-s1">conn</span> <span class="pl-c1">=</span> <span class="pl-v">Depends</span>(<span class="pl-s1">get_connection</span>)):
<span class="pl-c"># Do something with the connection</span>
<span class="pl-k">pass</span></pre></div>
</blockquote>
</li>
</ul> | 1 |
<p dir="auto">If <code class="notranslate">test.ts</code> is:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const { symlinkSync, readFileSync } = Deno;
try {
const s = readFileSync("./test_private/file");
console.log(s);
} catch(e) {
console.log("caught", e.name);
}
symlinkSync("./test_private/file", "./test_public/file");
const s = readFileSync("./test_public/file");
console.log("success!", new TextDecoder().decode(s));"><pre class="notranslate"><code class="notranslate">const { symlinkSync, readFileSync } = Deno;
try {
const s = readFileSync("./test_private/file");
console.log(s);
} catch(e) {
console.log("caught", e.name);
}
symlinkSync("./test_private/file", "./test_public/file");
const s = readFileSync("./test_public/file");
console.log("success!", new TextDecoder().decode(s));
</code></pre></div>
<p dir="auto">Then:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ deno --version
deno 0.36.0
v8 8.1.310
typescript 3.8.3
$ mkdir test_private test_public
$ echo data > test_private/file
$ deno --allow-read=./test_public --allow-write=./test_public test.ts
caught PermissionDenied
success! data"><pre class="notranslate"><code class="notranslate">$ deno --version
deno 0.36.0
v8 8.1.310
typescript 3.8.3
$ mkdir test_private test_public
$ echo data > test_private/file
$ deno --allow-read=./test_public --allow-write=./test_public test.ts
caught PermissionDenied
success! data
</code></pre></div>
<p dir="auto">Hence, if I know that <code class="notranslate">./test_private/file</code> exists, and have <code class="notranslate">--allow-read --allow-write</code> access anywhere, I can create a symlink to <code class="notranslate">./test_private/file</code> and put it in the second location, giving me (at least) read access to <code class="notranslate">./test_private/file</code>. (I verified that I'll also have write access to it.)</p>
<p dir="auto">Combined with the issues in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="583933332" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/4423" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/4423/hovercard" href="https://github.com/denoland/deno/issues/4423">#4423</a>, if I have only <code class="notranslate">--allow-write</code> but not <code class="notranslate">--allow-read</code> access to <code class="notranslate">./test_private</code>, I have the means to query the existence of any paths underneath it.</p>
<p dir="auto">We could partly address this by having <code class="notranslate">op_symlink</code> require <code class="notranslate">--allow-read</code> access on its source file. I don't know if that would break the ability to create symlinks to non-existent paths. I don't think it would prevent one from gaining write access to any path they had read access to, if they had read/write access to any other path (such as <code class="notranslate">/tmp</code>).</p>
<p dir="auto">A different strategy for addressing might be to have our <code class="notranslate">state.check_read</code>/<code class="notranslate">check_write</code> machinery follow symlinks?</p> | <p dir="auto">e.g. Currently creating a symlink under write-allowed directory to other directories would allow escaping the perm rules and access any file.</p> | 1 |
<p dir="auto">Assuming that windows and webviews inherit the nodeintegration setting from parents, and nodeintegration is disabled, is still possible to run JS with full node integration via the Preload function.</p>
<p dir="auto"><code class="notranslate"><webview src="data:text/html,<script>require('child_process').exec('notepad.exe',function(){})</script>" preload="file:\\192.168.1.11\temp\test.js"></webview> </code><br>
Currently seems that the only scheme accepted is file://, despite documentation saying that also asar:// is supported.</p>
<p dir="auto">What will be the best way to prevent Preloading files from the network? asar:// was a local reference only? If so will be good to have that one back. Otherwise is there a way to implement a filter with event handling in the main.js to block remote files ?</p>
<p dir="auto">Is there a way to enable preload in main.js only and disable it in all renderers?</p>
<p dir="auto">Will <a href="http://electron.atom.io/docs/v0.37.5/api/protocol/#protocol" rel="nofollow">protocol </a> module work to handle file:// in Preloads?</p>
<ul dir="auto">
<li>Electron version: 0.37.5</li>
<li>Operating system: Windows 10</li>
</ul> | <p dir="auto">Currently webview tag is available even when node integration is off, this can introduce security problems since webview can be used to execute arbitrary code.</p>
<p dir="auto">Refs <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="123867656" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/3921" data-hovercard-type="issue" data-hovercard-url="/electron/electron/issues/3921/hovercard" href="https://github.com/electron/electron/issues/3921">#3921</a>.</p> | 1 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2>
<ul dir="auto">
<li>Windows build number: 19041.388</li>
<li>PowerToys version: 0.20.0</li>
<li>PowerToy module:PR Run</li>
</ul>
<h2 dir="auto">📝 Provide detailed reproduction steps (if any)</h2>
<ol dir="auto">
<li>Hit the Windows key to launch Start Menu</li>
<li>Started typing 'Power' (no quotes) to launch powershell</li>
</ol>
<h3 dir="auto">✔️ Expected result</h3>
<p dir="auto">PowerToys not crash</p>
<h3 dir="auto"><g-emoji class="g-emoji" alias="x" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/274c.png">❌</g-emoji> Actual result</h3>
<p dir="auto">PowerToys crashed.<br>
Popped up PT Run got an error dialog<br>
Told me to create a GitHub issue and copy in the following exception message:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 08/05/2020 18:35:33
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boolean value)
at System.Timers.Timer.Start()
at PowerLauncher.MainWindow.OnVisibilityChanged(Object sender, DependencyPropertyChangedEventArgs e)
at System.Windows.UIElement.RaiseDependencyPropertyChanged(EventPrivateKey key, DependencyPropertyChangedEventArgs args)
at System.Windows.UIElement.OnIsVisibleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.UIElement.UpdateIsVisibleCache()
at System.Windows.PresentationSource.RootChanged(Visual oldRoot, Visual newRoot)
at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
at System.Windows.Interop.HwndSource.set_RootVisual(Visual value)
at System.Windows.Window.SetRootVisual()
at System.Windows.Window.SetRootVisualAndUpdateSTC()
at System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)
at System.Windows.Window.CreateSourceWindow(Boolean duringShow)
at System.Windows.Window.CreateSourceWindowDuringShow()
at System.Windows.Window.SafeCreateWindowDuringShow()
at System.Windows.Window.ShowHelper(Object booleanBox)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)"><pre lang="Version:" class="notranslate"><code class="notranslate">OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 08/05/2020 18:35:33
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boolean value)
at System.Timers.Timer.Start()
at PowerLauncher.MainWindow.OnVisibilityChanged(Object sender, DependencyPropertyChangedEventArgs e)
at System.Windows.UIElement.RaiseDependencyPropertyChanged(EventPrivateKey key, DependencyPropertyChangedEventArgs args)
at System.Windows.UIElement.OnIsVisibleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.UIElement.UpdateIsVisibleCache()
at System.Windows.PresentationSource.RootChanged(Visual oldRoot, Visual newRoot)
at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
at System.Windows.Interop.HwndSource.set_RootVisual(Visual value)
at System.Windows.Window.SetRootVisual()
at System.Windows.Window.SetRootVisualAndUpdateSTC()
at System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)
at System.Windows.Window.CreateSourceWindow(Boolean duringShow)
at System.Windows.Window.CreateSourceWindowDuringShow()
at System.Windows.Window.SafeCreateWindowDuringShow()
at System.Windows.Window.ShowHelper(Object booleanBox)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
</code></pre></div>
<p dir="auto">And to attach log file <code class="notranslate">2020-08-05.txt</code>. The log file is attached, however, the log had recorded my userprofile path with my Windows account name in it many times. I've removed my Windows account name.<br>
<a href="https://github.com/microsoft/PowerToys/files/5030256/2020-08-05.txt">2020-08-05.txt</a><br>
<a href="https://github.com/microsoft/PowerToys/files/5030259/2020-08-05.txt">2020-08-05.txt</a></p>
<h2 dir="auto"><g-emoji class="g-emoji" alias="camera" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4f7.png">📷</g-emoji> Screenshots</h2>
<p dir="auto">Sorry, don't have a screenshot</p> | <p dir="auto">Popup tells me to give y'all this.</p>
<p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p>
<p dir="auto">Version: 1.0.0<br>
OS Version: Microsoft Windows NT 10.0.19041.0<br>
IntPtr Length: 8<br>
x64: True<br>
Date: 07/31/2020 17:29:59<br>
Exception:<br>
System.ObjectDisposedException: Cannot access a disposed object.<br>
Object name: 'Timer'.<br>
at System.Timers.Timer.set_Enabled(Boolean value)<br>
at System.Timers.Timer.Start()<br>
at PowerLauncher.MainWindow.OnVisibilityChanged(Object sender, DependencyPropertyChangedEventArgs e)<br>
at System.Windows.UIElement.RaiseDependencyPropertyChanged(EventPrivateKey key, DependencyPropertyChangedEventArgs args)<br>
at System.Windows.UIElement.OnIsVisibleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)<br>
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)<br>
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)<br>
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)<br>
at System.Windows.UIElement.UpdateIsVisibleCache()<br>
at System.Windows.PresentationSource.RootChanged(Visual oldRoot, Visual newRoot)<br>
at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)<br>
at System.Windows.Interop.HwndSource.set_RootVisual(Visual value)<br>
at System.Windows.Window.SetRootVisual()<br>
at System.Windows.Window.SetRootVisualAndUpdateSTC()<br>
at System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)<br>
at System.Windows.Window.CreateSourceWindow(Boolean duringShow)<br>
at System.Windows.Window.CreateSourceWindowDuringShow()<br>
at System.Windows.Window.SafeCreateWindowDuringShow()<br>
at System.Windows.Window.ShowHelper(Object booleanBox)<br>
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)<br>
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)</p> | 1 |
<p dir="auto">For example, as of this writing, the <code class="notranslate">StrAllocating::to_owned</code> method is annotated with <code class="notranslate">#[deprecated = "obsolete, use </code>to_string<code class="notranslate">"]</code>, but <a href="http://doc.rust-lang.org/std/str/trait.StrAllocating.html#method.to_owned" rel="nofollow">http://doc.rust-lang.org/std/str/trait.StrAllocating.html#method.to_owned</a> gives no indication of that.</p> | <p dir="auto">Platform: Windows, rust nightly.</p>
<p dir="auto">The optimizations made to fix <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="31373630" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/13472" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/13472/hovercard" href="https://github.com/rust-lang/rust/issues/13472">#13472</a> appear to have been undone by <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="37212620" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/15471" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/15471/hovercard" href="https://github.com/rust-lang/rust/pull/15471">#15471</a> and <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/3316b1eb7c3eb520896af489dd45c4d17190d0a8/hovercard" href="https://github.com/rust-lang/rust/commit/3316b1eb7c3eb520896af489dd45c4d17190d0a8"><tt>3316b1e</tt></a></p>
<p dir="auto">In 32-bit mode, <code class="notranslate">rustc -O --test test.rs && ./test --bench</code> gives:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="running 7 tests
test clone_str ... bench: 1540862 ns/iter (+/- 25433)
test clone_vec_from_fn ... bench: 745343 ns/iter (+/- 7535)
test clone_vec_from_incremental ... bench: 1088468 ns/iter (+/- 5358)
test fast_clone_vec ... bench: 310484 ns/iter (+/- 3212)
test memory_copy ... bench: 102162 ns/iter (+/- 1220)
test naive_clone_vec ... bench: 745599 ns/iter (+/- 8111)"><pre class="notranslate"><code class="notranslate">running 7 tests
test clone_str ... bench: 1540862 ns/iter (+/- 25433)
test clone_vec_from_fn ... bench: 745343 ns/iter (+/- 7535)
test clone_vec_from_incremental ... bench: 1088468 ns/iter (+/- 5358)
test fast_clone_vec ... bench: 310484 ns/iter (+/- 3212)
test memory_copy ... bench: 102162 ns/iter (+/- 1220)
test naive_clone_vec ... bench: 745599 ns/iter (+/- 8111)
</code></pre></div>
<p dir="auto">With <del><code class="notranslate">-C target-cpu=x86-64</code></del> SSE enabled (<code class="notranslate">-C target-feature=+sse2</code>), things look better but <code class="notranslate">String::clone</code> still stands out:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="running 7 tests
test clone_str ... bench: 1661609 ns/iter (+/- 60586)
test clone_vec_from_fn ... bench: 359253 ns/iter (+/- 202820)
test clone_vec_from_incremental ... bench: 357418 ns/iter (+/- 3406)
test fast_clone_vec ... bench: 309973 ns/iter (+/- 9762)
test memory_copy ... bench: 102129 ns/iter (+/- 1317)
test naive_clone_vec ... bench: 753919 ns/iter (+/- 8473)"><pre class="notranslate"><code class="notranslate">running 7 tests
test clone_str ... bench: 1661609 ns/iter (+/- 60586)
test clone_vec_from_fn ... bench: 359253 ns/iter (+/- 202820)
test clone_vec_from_incremental ... bench: 357418 ns/iter (+/- 3406)
test fast_clone_vec ... bench: 309973 ns/iter (+/- 9762)
test memory_copy ... bench: 102129 ns/iter (+/- 1317)
test naive_clone_vec ... bench: 753919 ns/iter (+/- 8473)
</code></pre></div>
<p dir="auto">Performance seems very dependent on minor details: <code class="notranslate">clone_vec_from_incremental</code> is much slower than <code class="notranslate">clone_vec_from_fn</code> in <del>32 bit</del> non-SSE mode.</p>
<p dir="auto">Benchmark program:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="extern crate test;
extern crate core;
use test::{Bencher, black_box};
use core::ptr;
static SIZE: uint = 1024*1024;
#[bench]
fn clone_str(bh: &mut Bencher) {
let mut x = String::with_capacity(SIZE);
for _ in range(0, SIZE) {
x.push('x');
}
bh.iter(|| black_box(x.clone()));
}
#[bench]
fn clone_vec_from_incremental(bh: &mut Bencher) {
let mut x: Vec<u8> = Vec::with_capacity(SIZE);
for _ in range(0, SIZE) {
x.push(0x78);
}
bh.iter(|| black_box(x.clone()));
}
#[bench]
fn clone_vec_from_fn(bh: &mut Bencher) {
let x: Vec<u8> = Vec::from_fn(SIZE, |_| 0x78);
bh.iter(|| black_box(x.clone()));
}
#[bench]
fn naive_clone_vec(bh: &mut Bencher) {
let x: Vec<u8> = Vec::from_fn(SIZE, |_| 0x78);
bh.iter(|| {
black_box(Vec::from_fn(SIZE, |i| x[i]));
});
}
#[bench]
fn fast_clone_vec(bh: &mut Bencher) {
let x: Vec<u8> = Vec::from_fn(SIZE, |_| 0x78);
bh.iter(|| {
let mut copy = Vec::<u8>::with_capacity(SIZE);
unsafe {
ptr::copy_memory(copy.as_mut_ptr(), x.as_ptr(), x.len());
copy.set_len(SIZE);
}
black_box(copy)
});
}
#[bench]
fn memory_copy(bh: &mut Bencher) {
let x: Vec<u8> = Vec::from_fn(SIZE, |_| 0x78);
let mut y: Vec<u8> = Vec::from_fn(SIZE, |_| 0);
bh.iter(|| {
unsafe {
ptr::copy_memory(y.as_mut_ptr(), x.as_ptr(), x.len());
}
})
}"><pre class="notranslate"><span class="pl-k">extern</span> <span class="pl-k">crate</span> test<span class="pl-kos">;</span>
<span class="pl-k">extern</span> <span class="pl-k">crate</span> core<span class="pl-kos">;</span>
<span class="pl-k">use</span> test<span class="pl-kos">::</span><span class="pl-kos">{</span><span class="pl-v">Bencher</span><span class="pl-kos">,</span> black_box<span class="pl-kos">}</span><span class="pl-kos">;</span>
<span class="pl-k">use</span> core<span class="pl-kos">::</span>ptr<span class="pl-kos">;</span>
<span class="pl-k">static</span> <span class="pl-v">SIZE</span><span class="pl-kos">:</span> <span class="pl-smi">uint</span> = <span class="pl-c1">1024</span><span class="pl-c1">*</span><span class="pl-c1">1024</span><span class="pl-kos">;</span>
<span class="pl-c1">#<span class="pl-kos">[</span>bench<span class="pl-kos">]</span></span>
<span class="pl-k">fn</span> <span class="pl-en">clone_str</span><span class="pl-kos">(</span><span class="pl-s1">bh</span><span class="pl-kos">:</span> <span class="pl-c1">&</span><span class="pl-k">mut</span> <span class="pl-smi">Bencher</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">let</span> <span class="pl-k">mut</span> x = <span class="pl-smi">String</span><span class="pl-kos">::</span><span class="pl-en">with_capacity</span><span class="pl-kos">(</span><span class="pl-v">SIZE</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">for</span> _ <span class="pl-k">in</span> <span class="pl-en">range</span><span class="pl-kos">(</span><span class="pl-c1">0</span><span class="pl-kos">,</span> <span class="pl-v">SIZE</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
x<span class="pl-kos">.</span><span class="pl-en">push</span><span class="pl-kos">(</span><span class="pl-s">'x'</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
bh<span class="pl-kos">.</span><span class="pl-en">iter</span><span class="pl-kos">(</span>|| <span class="pl-en">black_box</span><span class="pl-kos">(</span>x<span class="pl-kos">.</span><span class="pl-en">clone</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-c1">#<span class="pl-kos">[</span>bench<span class="pl-kos">]</span></span>
<span class="pl-k">fn</span> <span class="pl-en">clone_vec_from_incremental</span><span class="pl-kos">(</span><span class="pl-s1">bh</span><span class="pl-kos">:</span> <span class="pl-c1">&</span><span class="pl-k">mut</span> <span class="pl-smi">Bencher</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">let</span> <span class="pl-k">mut</span> x<span class="pl-kos">:</span> <span class="pl-smi">Vec</span><span class="pl-kos"><</span><span class="pl-smi">u8</span><span class="pl-kos">></span> = <span class="pl-smi">Vec</span><span class="pl-kos">::</span><span class="pl-en">with_capacity</span><span class="pl-kos">(</span><span class="pl-v">SIZE</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">for</span> _ <span class="pl-k">in</span> <span class="pl-en">range</span><span class="pl-kos">(</span><span class="pl-c1">0</span><span class="pl-kos">,</span> <span class="pl-v">SIZE</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
x<span class="pl-kos">.</span><span class="pl-en">push</span><span class="pl-kos">(</span><span class="pl-c1">0x78</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
bh<span class="pl-kos">.</span><span class="pl-en">iter</span><span class="pl-kos">(</span>|| <span class="pl-en">black_box</span><span class="pl-kos">(</span>x<span class="pl-kos">.</span><span class="pl-en">clone</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-c1">#<span class="pl-kos">[</span>bench<span class="pl-kos">]</span></span>
<span class="pl-k">fn</span> <span class="pl-en">clone_vec_from_fn</span><span class="pl-kos">(</span><span class="pl-s1">bh</span><span class="pl-kos">:</span> <span class="pl-c1">&</span><span class="pl-k">mut</span> <span class="pl-smi">Bencher</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">let</span> x<span class="pl-kos">:</span> <span class="pl-smi">Vec</span><span class="pl-kos"><</span><span class="pl-smi">u8</span><span class="pl-kos">></span> = <span class="pl-smi">Vec</span><span class="pl-kos">::</span><span class="pl-en">from_fn</span><span class="pl-kos">(</span><span class="pl-v">SIZE</span><span class="pl-kos">,</span> |_| <span class="pl-c1">0x78</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
bh<span class="pl-kos">.</span><span class="pl-en">iter</span><span class="pl-kos">(</span>|| <span class="pl-en">black_box</span><span class="pl-kos">(</span>x<span class="pl-kos">.</span><span class="pl-en">clone</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-c1">#<span class="pl-kos">[</span>bench<span class="pl-kos">]</span></span>
<span class="pl-k">fn</span> <span class="pl-en">naive_clone_vec</span><span class="pl-kos">(</span><span class="pl-s1">bh</span><span class="pl-kos">:</span> <span class="pl-c1">&</span><span class="pl-k">mut</span> <span class="pl-smi">Bencher</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">let</span> x<span class="pl-kos">:</span> <span class="pl-smi">Vec</span><span class="pl-kos"><</span><span class="pl-smi">u8</span><span class="pl-kos">></span> = <span class="pl-smi">Vec</span><span class="pl-kos">::</span><span class="pl-en">from_fn</span><span class="pl-kos">(</span><span class="pl-v">SIZE</span><span class="pl-kos">,</span> |_| <span class="pl-c1">0x78</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
bh<span class="pl-kos">.</span><span class="pl-en">iter</span><span class="pl-kos">(</span>|| <span class="pl-kos">{</span>
<span class="pl-en">black_box</span><span class="pl-kos">(</span><span class="pl-smi">Vec</span><span class="pl-kos">::</span><span class="pl-en">from_fn</span><span class="pl-kos">(</span><span class="pl-v">SIZE</span><span class="pl-kos">,</span> |i| x<span class="pl-kos">[</span>i<span class="pl-kos">]</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-c1">#<span class="pl-kos">[</span>bench<span class="pl-kos">]</span></span>
<span class="pl-k">fn</span> <span class="pl-en">fast_clone_vec</span><span class="pl-kos">(</span><span class="pl-s1">bh</span><span class="pl-kos">:</span> <span class="pl-c1">&</span><span class="pl-k">mut</span> <span class="pl-smi">Bencher</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">let</span> x<span class="pl-kos">:</span> <span class="pl-smi">Vec</span><span class="pl-kos"><</span><span class="pl-smi">u8</span><span class="pl-kos">></span> = <span class="pl-smi">Vec</span><span class="pl-kos">::</span><span class="pl-en">from_fn</span><span class="pl-kos">(</span><span class="pl-v">SIZE</span><span class="pl-kos">,</span> |_| <span class="pl-c1">0x78</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
bh<span class="pl-kos">.</span><span class="pl-en">iter</span><span class="pl-kos">(</span>|| <span class="pl-kos">{</span>
<span class="pl-k">let</span> <span class="pl-k">mut</span> copy = <span class="pl-smi">Vec</span><span class="pl-kos">::</span><span class="pl-kos"><</span><span class="pl-smi">u8</span><span class="pl-kos">></span><span class="pl-kos">::</span><span class="pl-en">with_capacity</span><span class="pl-kos">(</span><span class="pl-v">SIZE</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">unsafe</span> <span class="pl-kos">{</span>
ptr<span class="pl-kos">::</span><span class="pl-en">copy_memory</span><span class="pl-kos">(</span>copy<span class="pl-kos">.</span><span class="pl-en">as_mut_ptr</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">,</span> x<span class="pl-kos">.</span><span class="pl-en">as_ptr</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">,</span> x<span class="pl-kos">.</span><span class="pl-en">len</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
copy<span class="pl-kos">.</span><span class="pl-en">set_len</span><span class="pl-kos">(</span><span class="pl-v">SIZE</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-en">black_box</span><span class="pl-kos">(</span>copy<span class="pl-kos">)</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-c1">#<span class="pl-kos">[</span>bench<span class="pl-kos">]</span></span>
<span class="pl-k">fn</span> <span class="pl-en">memory_copy</span><span class="pl-kos">(</span><span class="pl-s1">bh</span><span class="pl-kos">:</span> <span class="pl-c1">&</span><span class="pl-k">mut</span> <span class="pl-smi">Bencher</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">let</span> x<span class="pl-kos">:</span> <span class="pl-smi">Vec</span><span class="pl-kos"><</span><span class="pl-smi">u8</span><span class="pl-kos">></span> = <span class="pl-smi">Vec</span><span class="pl-kos">::</span><span class="pl-en">from_fn</span><span class="pl-kos">(</span><span class="pl-v">SIZE</span><span class="pl-kos">,</span> |_| <span class="pl-c1">0x78</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">let</span> <span class="pl-k">mut</span> y<span class="pl-kos">:</span> <span class="pl-smi">Vec</span><span class="pl-kos"><</span><span class="pl-smi">u8</span><span class="pl-kos">></span> = <span class="pl-smi">Vec</span><span class="pl-kos">::</span><span class="pl-en">from_fn</span><span class="pl-kos">(</span><span class="pl-v">SIZE</span><span class="pl-kos">,</span> |_| <span class="pl-c1">0</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
bh<span class="pl-kos">.</span><span class="pl-en">iter</span><span class="pl-kos">(</span>|| <span class="pl-kos">{</span>
<span class="pl-k">unsafe</span> <span class="pl-kos">{</span>
ptr<span class="pl-kos">::</span><span class="pl-en">copy_memory</span><span class="pl-kos">(</span>y<span class="pl-kos">.</span><span class="pl-en">as_mut_ptr</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">,</span> x<span class="pl-kos">.</span><span class="pl-en">as_ptr</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">,</span> x<span class="pl-kos">.</span><span class="pl-en">len</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span>
<span class="pl-kos">}</span></pre></div> | 0 |
<p dir="auto">Using requests 2.13.0 I can't seem to pass a non-ascii value as "data" on a PUT.</p>
<p dir="auto">This might be a duplicate of issue <a href="https://github.com/kennethreitz/requests/issues/2638">https://github.com/kennethreitz/requests/issues/2638</a>.</p>
<p dir="auto">How should I send a unicode string in a request body? Doing an <code class="notranslate">.encode('utf-8')</code> seems to workaround the problem in first example, but that still fails in the second.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>>AUTH = requests.auth.HTTPBasicAuth("john", "password")
>>>requests.put('http://localhost:8084/',headers={'Content-type':'text/plain; charset=utf-8'}, data=u'\u24B6\u24B7\u24B8\u24B9',auth=AUTH)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/requests/api.py", line 124, in put
return request('put', url, data=data, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 423, in send
timeout=timeout
File "/usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 356, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/usr/lib64/python2.7/httplib.py", line 1020, in request
self._send_request(method, url, body, headers)
File "/usr/lib64/python2.7/httplib.py", line 1054, in _send_request
self.endheaders(body)
File "/usr/lib64/python2.7/httplib.py", line 1016, in endheaders
self._send_output(message_body)
File "/usr/lib64/python2.7/httplib.py", line 871, in _send_output
self.send(message_body)
File "/usr/lib64/python2.7/httplib.py", line 840, in send
self.sock.sendall(data)
File "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in range(128)"><pre class="notranslate"><code class="notranslate">>>>AUTH = requests.auth.HTTPBasicAuth("john", "password")
>>>requests.put('http://localhost:8084/',headers={'Content-type':'text/plain; charset=utf-8'}, data=u'\u24B6\u24B7\u24B8\u24B9',auth=AUTH)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/requests/api.py", line 124, in put
return request('put', url, data=data, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 423, in send
timeout=timeout
File "/usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 356, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/usr/lib64/python2.7/httplib.py", line 1020, in request
self._send_request(method, url, body, headers)
File "/usr/lib64/python2.7/httplib.py", line 1054, in _send_request
self.endheaders(body)
File "/usr/lib64/python2.7/httplib.py", line 1016, in endheaders
self._send_output(message_body)
File "/usr/lib64/python2.7/httplib.py", line 871, in _send_output
self.send(message_body)
File "/usr/lib64/python2.7/httplib.py", line 840, in send
self.sock.sendall(data)
File "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in range(128)
</code></pre></div>
<p dir="auto">Btw the same PUT with AWS S3 auth (V2 or V4) has similar error but different stack (I added the "!!!" prints for debugging):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> AUTH=AWS4Auth('john', 'password', 'eu-west-1', 's3')
>>> requests.put('http://localhost:8084/',headers={'Content-type':'text/plain'}, data=u'\u24B6\u24B7\u24B8\u24B9',auth=AUTH)
!!!1 u'PUT / HTTP/1.1\r\nHost: localhost:8084\r\nConnection: keep-alive\r\nAccept-Encoding: gzip, deflate\r\nAccept: */*\r\nUser-Agent: python-requests/2.13.0\r\ncontent-type: text/plain; charset=utf-8\r\nContent-Length: 12\r\nx-amz-date: 20170215T023125Z\r\nx-amz-content-sha256: 7ec37a06579472c0743b58bd45af589cca817f65bbd8c6e528bc5e3092166396\r\nAuthorization: AWS4-HMAC-SHA256 Credential=john/20170215/eu-west-1/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=e83f7e17d7c6e25a940965962df32e9c690681b158f6d9ad9f484bf9c09bb963\r\n\r\n'
!!!2 '\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9'
!!!3 u'PUT / HTTP/1.1\r\nHost: localhost:8084\r\nConnection: keep-alive\r\nAccept-Encoding: gzip, deflate\r\nAccept: */*\r\nUser-Agent: python-requests/2.13.0\r\ncontent-type: text/plain; charset=utf-8\r\nContent-Length: 12\r\nx-amz-date: 20170215T023125Z\r\nx-amz-content-sha256: 7ec37a06579472c0743b58bd45af589cca817f65bbd8c6e528bc5e3092166396\r\nAuthorization: AWS4-HMAC-SHA256 Credential=john/20170215/eu-west-1/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=e83f7e17d7c6e25a940965962df32e9c690681b158f6d9ad9f484bf9c09bb963\r\n\r\n\u24b6\u24b7\u24b8\u24b9'
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/requests/api.py", line 124, in put
return request('put', url, data=data, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 423, in send
timeout=timeout
File "/usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 356, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/usr/lib64/python2.7/httplib.py", line 1020, in request
self._send_request(method, url, body, headers)
File "/usr/lib64/python2.7/httplib.py", line 1054, in _send_request
self.endheaders(body)
File "/usr/lib64/python2.7/httplib.py", line 1016, in endheaders
self._send_output(message_body)
File "/usr/lib64/python2.7/httplib.py", line 865, in _send_output
msg += message_body
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)"><pre class="notranslate"><code class="notranslate">>>> AUTH=AWS4Auth('john', 'password', 'eu-west-1', 's3')
>>> requests.put('http://localhost:8084/',headers={'Content-type':'text/plain'}, data=u'\u24B6\u24B7\u24B8\u24B9',auth=AUTH)
!!!1 u'PUT / HTTP/1.1\r\nHost: localhost:8084\r\nConnection: keep-alive\r\nAccept-Encoding: gzip, deflate\r\nAccept: */*\r\nUser-Agent: python-requests/2.13.0\r\ncontent-type: text/plain; charset=utf-8\r\nContent-Length: 12\r\nx-amz-date: 20170215T023125Z\r\nx-amz-content-sha256: 7ec37a06579472c0743b58bd45af589cca817f65bbd8c6e528bc5e3092166396\r\nAuthorization: AWS4-HMAC-SHA256 Credential=john/20170215/eu-west-1/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=e83f7e17d7c6e25a940965962df32e9c690681b158f6d9ad9f484bf9c09bb963\r\n\r\n'
!!!2 '\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9'
!!!3 u'PUT / HTTP/1.1\r\nHost: localhost:8084\r\nConnection: keep-alive\r\nAccept-Encoding: gzip, deflate\r\nAccept: */*\r\nUser-Agent: python-requests/2.13.0\r\ncontent-type: text/plain; charset=utf-8\r\nContent-Length: 12\r\nx-amz-date: 20170215T023125Z\r\nx-amz-content-sha256: 7ec37a06579472c0743b58bd45af589cca817f65bbd8c6e528bc5e3092166396\r\nAuthorization: AWS4-HMAC-SHA256 Credential=john/20170215/eu-west-1/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=e83f7e17d7c6e25a940965962df32e9c690681b158f6d9ad9f484bf9c09bb963\r\n\r\n\u24b6\u24b7\u24b8\u24b9'
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/requests/api.py", line 124, in put
return request('put', url, data=data, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 423, in send
timeout=timeout
File "/usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 356, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/usr/lib64/python2.7/httplib.py", line 1020, in request
self._send_request(method, url, body, headers)
File "/usr/lib64/python2.7/httplib.py", line 1054, in _send_request
self.endheaders(body)
File "/usr/lib64/python2.7/httplib.py", line 1016, in endheaders
self._send_output(message_body)
File "/usr/lib64/python2.7/httplib.py", line 865, in _send_output
msg += message_body
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)
</code></pre></div> | <p dir="auto">Python version: 2.7.12 and 3.5.2<br>
Requests version: 2.11.1</p>
<p dir="auto">I'm sorry if this is a duplicate, but I don't know what the issue is, so I also don't even know how to look for it in the search... But this might be a bug, so I decided to report.</p>
<p dir="auto">When I run this in Python 2:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import requests
response = requests.post('http://evds.tcmb.gov.tr/cgi-bin/famecgi', data={
'cgi': '$ozetweb',
'ARAVERIGRUP': 'bie_yymkpyuk.db',
'DIL': 'UK',
'ONDALIK': '5',
'wfmultiple_selection': 'ZAMANSERILERI',
'f_begdt': '07-01-2005',
'f_enddt': '07-10-2016',
'ZAMANSERILERI': ['TP.PYUK1', 'TP.PYUK2', 'TP.PYUK21', 'TP.PYUK22', 'TP.PYUK3', 'TP.PYUK4', 'TP.PYUK5', 'TP.PYUK6'],
'YON': '3',
'SUBMITDEG': 'Report',
'GRTYPE': '1',
'EPOSTA': 'xxx',
'RESIMPOSTA': '***',
})
print(response.text)"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">requests</span>
<span class="pl-s1">response</span> <span class="pl-c1">=</span> <span class="pl-s1">requests</span>.<span class="pl-en">post</span>(<span class="pl-s">'http://evds.tcmb.gov.tr/cgi-bin/famecgi'</span>, <span class="pl-s1">data</span><span class="pl-c1">=</span>{
<span class="pl-s">'cgi'</span>: <span class="pl-s">'$ozetweb'</span>,
<span class="pl-s">'ARAVERIGRUP'</span>: <span class="pl-s">'bie_yymkpyuk.db'</span>,
<span class="pl-s">'DIL'</span>: <span class="pl-s">'UK'</span>,
<span class="pl-s">'ONDALIK'</span>: <span class="pl-s">'5'</span>,
<span class="pl-s">'wfmultiple_selection'</span>: <span class="pl-s">'ZAMANSERILERI'</span>,
<span class="pl-s">'f_begdt'</span>: <span class="pl-s">'07-01-2005'</span>,
<span class="pl-s">'f_enddt'</span>: <span class="pl-s">'07-10-2016'</span>,
<span class="pl-s">'ZAMANSERILERI'</span>: [<span class="pl-s">'TP.PYUK1'</span>, <span class="pl-s">'TP.PYUK2'</span>, <span class="pl-s">'TP.PYUK21'</span>, <span class="pl-s">'TP.PYUK22'</span>, <span class="pl-s">'TP.PYUK3'</span>, <span class="pl-s">'TP.PYUK4'</span>, <span class="pl-s">'TP.PYUK5'</span>, <span class="pl-s">'TP.PYUK6'</span>],
<span class="pl-s">'YON'</span>: <span class="pl-s">'3'</span>,
<span class="pl-s">'SUBMITDEG'</span>: <span class="pl-s">'Report'</span>,
<span class="pl-s">'GRTYPE'</span>: <span class="pl-s">'1'</span>,
<span class="pl-s">'EPOSTA'</span>: <span class="pl-s">'xxx'</span>,
<span class="pl-s">'RESIMPOSTA'</span>: <span class="pl-s">'***'</span>,
})
<span class="pl-en">print</span>(<span class="pl-s1">response</span>.<span class="pl-s1">text</span>)</pre></div>
<p dir="auto">I always get the same response, consistently, no matter how many times. If I run this in Python 3, I get a different response. I checked the request body being sent to the server, and the request headers, and they are all the same in both versions of Python. The correct response is obtained from running this in Python 2.</p>
<p dir="auto">Since both versions of Python are supported, and the same API is exposed, then the same result should happen. I also asked this in Stack Overflow, and at least one other developer was able to reprodeuce and confirm this happens: <a href="http://stackoverflow.com/questions/40118133/library-requests-getting-different-results-unpredictably" rel="nofollow">http://stackoverflow.com/questions/40118133/library-requests-getting-different-results-unpredictably</a></p>
<p dir="auto">You should check the discussion at Stack Overflow, as some people entertained some more scenarios.</p> | 0 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> This has already been asked to the <a href="https://groups.google.com/forum/#!forum/celery-users" rel="nofollow">discussion group</a> first. <a href="https://groups.google.com/forum/#!topic/celery-users/TBCxDemhSdE" rel="nofollow">https://groups.google.com/forum/#!topic/celery-users/TBCxDemhSdE</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br>
<a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contribution guide</a><br>
on reporting bugs.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Bug+Report%22+-label%3A%22Category%3A+Documentation%22">issues list</a><br>
for similar or identical bug reports.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22PR+Type%3A+Bugfix%22+-label%3A%22Category%3A+Documentation%22">pull requests list</a><br>
for existing proposed fixes.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/commits/master">commit log</a><br>
to find out if the bug was already fixed in the master branch.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all related issues and possible duplicate issues<br>
in this issue (If there are none, check this box anyway).</li>
</ul>
<h2 dir="auto">Mandatory Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br>
(if you are not able to do this, then at least specify the Celery<br>
version affected).</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the contents of <code class="notranslate">pip freeze</code> in the issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all the versions of all the external dependencies required<br>
to reproduce this bug.</li>
</ul>
<h2 dir="auto">Optional Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have tried reproducing the issue on more than one Python version<br>
and/or implementation.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one message broker and/or<br>
result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one version of the message<br>
broker and/or result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one operating system.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have tried reproducing the issue on more than one workers pool.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue with autoscaling, retries,<br>
ETA/Countdown & rate limits disabled.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have tried reproducing the issue after downgrading<br>
and/or upgrading Celery and its dependencies.</li>
</ul>
<h2 dir="auto">Related Issues and Possible Duplicates</h2>
<h4 dir="auto">Related Issues</h4>
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="444739232" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/5527" data-hovercard-type="pull_request" data-hovercard-url="/celery/celery/pull/5527/hovercard" href="https://github.com/celery/celery/pull/5527">#5527</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="282410055" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/4454" data-hovercard-type="issue" data-hovercard-url="/celery/celery/issues/4454/hovercard" href="https://github.com/celery/celery/issues/4454">#4454</a></li>
</ul>
<h4 dir="auto">Possible Duplicates</h4>
<ul dir="auto">
<li>None</li>
</ul>
<h2 dir="auto">Environment & Settings</h2>
<p dir="auto"><strong>Celery version</strong>: 4.4.0</p>
<details>
<summary><b><code class="notranslate">celery report</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ celery -A celery_tacks report
software -> celery:4.4.0 (cliffs) kombu:4.6.7 py:3.8.1
billiard:3.6.1.0 py-amqp:2.5.2
platform -> system:Linux arch:64bit, ELF
kernel version:4.15.0-47-generic imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:pyamqp results:mongodb+srv://remains:**@mongo.example.com/database_name
broker_url: 'amqp://remains:********@rabbitmq.example.com:5672//'
result_backend: 'mongodb+srv://remains:********@mongo.example.com/database_name'
include: [
'store_remains', 'providers', 'mongo_utils', 'afinalux', 'afinalux-diff',
'christmass', 'danio', 'danio-diff', 'elgo-msk', 'evan-diff', 'globus',
'lightstar', 'lussole', 'mw-light', 'prorab', 'quadro-stroy', 'sds-group',
'sonex', 'stluce', 'stluce-diff', 'technolight', 'contactplus', 'lex-c', 'lex-c-diff',
'greentrees', 'lifan-moto', 'triumph-nord-rus', 'crawl_site', 'mail2csv', 'mail2diff',
'rotate_mb', 'store_out_of_stock'
]
accept_content: [
'mongo_json', 'application/x-mongo-json', 'json', 'application/json'
]
task_serializer: 'mongo_json'
result_serializer: 'mongo_json'
task_default_queue: 'remains_tasks'
worker_prefetch_multiplier: 1
worker_max_tasks_per_child: 45
worker_hijack_root_logger: False
mongodb_backend_settings: {
'compressors': 'snappy', 'database': '********'}
CELERY_MONGO_SCHEDULER_URI: 'mongodb+srv://remains:********@mongo.example.com/database_name?ssl=false'
CELERY_MONGO_SCHEDULER_DB: 'remains'
CELERY_MONGO_SCHEDULER_ENTRIES_COL: 'schedules_entries'
CELERY_MONGO_SCHEDULER_META_COL: 'schedules_meta'
beat_schedule: {
'afinalux': { 'args': ['afinalux'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 7 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Афина Гарден'},
'afinalux-diff': { 'args': ['afinalux-diff'],
'comment': 'рассылка с изменениями прайса Афина '
'Гарден',
'is_enabled': True,
'schedule': <crontab: 7 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Афина Гарден'},
'allpools': { 'args': ['allpools'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 19 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Олпулс'},
'aquapolis': { 'args': ['aquapolis'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 31 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Акваполис'},
'aquapolis_bestway': { 'args': ['aquapolis_bestway'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 31 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Акваполис_Bestway'},
'audiomania': { 'args': ['audiomania'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 17 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Аудиомания'},
'christmass': { 'args': ['christmass'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Актив групп'},
'contactplus': { 'args': ['contactplus'],
'comment': 'Остатки Контакт Плюс',
'is_enabled': True,
'schedule': <crontab: 17-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Контакт Плюс'},
'danio': { 'args': ['danio'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13 2 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Данио'},
'danio-diff': { 'args': ['danio-diff'],
'comment': 'Рассылка с изменениями прайса Данио',
'is_enabled': True,
'schedule': <crontab: 17 2 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Данио'},
'decomo': { 'args': ['decomo'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 23 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Декомо'},
'delta': { 'args': ['delta'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 19 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Дельта'},
'elgo-msk': { 'args': ['elgo-msk'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 29-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Эгло'},
'evan-diff': { 'args': ['evan-diff'],
'comment': 'Рассылка с изменениями прайса Эван',
'is_enabled': True,
'schedule': <crontab: 17 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Эван'},
'floraimport': { 'args': ['floraimport'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 11 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Флора Импорт'},
'globus': { 'args': ['globus'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 5-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Глобус'},
'greentrees': { 'args': ['greentrees'],
'comment': 'Остатки Green Trees',
'is_enabled': True,
'schedule': <crontab: 37 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Green Trees'},
'housetech': { 'args': ['housetech'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Домотехника'},
'housetech_nsk': { 'args': ['housetech_nsk'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 23 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Домотехника_НСК'},
'housetech_spb': { 'args': ['housetech_spb'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 31 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Домотехника_СПБ'},
'huter-gmbh': { 'args': ['huter-gmbh'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 43 0 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Континент ГК'},
'iatec': { 'args': ['iatec'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 41 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Три Пятых'},
'interinstrument': { 'args': ['interinstrument'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 47 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'ИнтерИнструмент'},
'lex-c': { 'args': ['lex-c'],
'comment': 'Остатки Лекс-с',
'is_enabled': True,
'schedule': <crontab: 21 2 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Лекс-С'},
'lex-c-diff': { 'args': ['lex-c-diff'],
'comment': 'Рассылка с изменениями прайса Лекс-с',
'is_enabled': True,
'schedule': <crontab: 23 2 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Лекс-С'},
'lifan-moto': { 'args': ['lifan-moto'],
'comment': 'Остатки lifan-moto',
'is_enabled': True,
'schedule': <crontab: 37 1 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Мото северо-запад'},
'lightstar': { 'args': ['lightstar'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 17-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Лайтстар'},
'lussole': { 'args': ['lussole'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 29 */2 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Lussole'},
'mail2csv': { 'is_enabled': True,
'is_system': True,
'schedule': <crontab: 3-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_mail2csv',
'title': 'Остатки из писем'},
'mail2diff': { 'is_enabled': True,
'is_system': True,
'schedule': <crontab: 13 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_mail2diff',
'title': 'Diff прайса из писем'},
'mon_site': { 'args': ['poolfactory'],
'is_enabled': False,
'is_system': False,
'schedule': <crontab: 23 3 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_mon_site',
'title': 'Мониторинг продаж с poolfactory'},
'mw-light': { 'args': ['mw-light'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 1-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'MW-Light'},
'novum': { 'args': ['novum'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 7 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Novum'},
'pompina': { 'args': ['pompina'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13 0 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Саблайн сервис'},
'price.allpools.ru': { 'args': ['allpools.ru'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 31 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта allpools.ru'},
'price.aquapolis.ru': { 'args': ['aquapolis.ru'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 29 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта aquapolis.ru'},
'price.decomo': { 'args': ['decomo'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13 1 * 1 * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта decomo'},
'price.decomo_rrc': { 'args': ['decomo_rrc'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта decomo_rrc'},
'price.ekopromgroup.ru': { 'args': ['ekopromgroup.ru'],
'comment': 'Цены ЭкоПром',
'is_enabled': True,
'schedule': <crontab: 41 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта ekopromgroup.ru'},
'price.floraimport': { 'args': ['floraimport'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 11 0 0 1-7,15-21,29-31 * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта floraimport'},
'price.kamnirus': { 'args': ['kamnirus'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 19 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта kamnirus'},
'price.novum': { 'args': ['novum'],
'comment': 'Цены Novum',
'is_enabled': False,
'schedule': <crontab: 17 2 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта novum'},
'price.polimer-group.com': { 'args': ['polimer-group.com'],
'comment': 'Цены Polimer Group',
'is_enabled': True,
'schedule': <crontab: 37 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта polimer-group.com'},
'price.prorab': { 'args': ['prorab'],
'comment': '',
'is_enabled': False,
'schedule': <crontab: 37 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта prorab'},
'price.unisaw': { 'args': ['unisaw'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 23 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта unisaw'},
'price.Домотехника': { 'args': ['Домотехника'],
'comment': 'Изменения в составе прайсов',
'is_enabled': True,
'schedule': <crontab: 41 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта Домотехника'},
'prorab': { 'args': ['prorab'],
'comment': '',
'is_enabled': False,
'schedule': <crontab: 7-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Prorab'},
'quadro-stroy': { 'args': ['quadro-stroy'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 17 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Квадро-Строй'},
'rotate_mb': { 'is_enabled': True,
'is_system': True,
'schedule': <crontab: 23 0 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.rotate_mb',
'title': 'Очистка устаревших файлов'},
'sds-group': { 'args': ['sds-group'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 29 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'СДС-Группа'},
'sima-land': { 'args': ['sima-land'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 53 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Сима-ленд'},
'sonex': { 'args': ['sonex'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 11-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Сонекс'},
'stluce': { 'args': ['stluce'],
'comment': 'Остатки ST Luce Velante',
'is_enabled': True,
'schedule': <crontab: 19 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'ST Luce'},
'stluce-diff': { 'args': ['stluce-diff'],
'comment': 'рассылка с изменениями прайса ST Luce '
'Velante',
'is_enabled': True,
'schedule': <crontab: 23 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'ST Luce'},
'store_outofstock': { 'is_enabled': True,
'is_system': True,
'schedule': <crontab: 49 0-20,23 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.store_outofstock',
'title': 'Автозаливка "нет в наличии"'},
'technolight': { 'args': ['technolight'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 19-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Тренд Света'},
'triumph-nord-rus': { 'args': ['triumph-nord-rus'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 11 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Триумф Норд Рус'},
'unisaw': { 'args': ['unisaw'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 3 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Unisaw'},
'vodalux-fontan': { 'args': ['vodalux-fontan'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 37 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Водалюкс'},
'vodalux-prud': { 'args': ['vodalux-prud'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Водалюкс'},
'y-skazki': { 'args': ['y-skazki'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 17 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Bestway Юг'}}"><pre class="notranslate"><code class="notranslate">$ celery -A celery_tacks report
software -> celery:4.4.0 (cliffs) kombu:4.6.7 py:3.8.1
billiard:3.6.1.0 py-amqp:2.5.2
platform -> system:Linux arch:64bit, ELF
kernel version:4.15.0-47-generic imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:pyamqp results:mongodb+srv://remains:**@mongo.example.com/database_name
broker_url: 'amqp://remains:********@rabbitmq.example.com:5672//'
result_backend: 'mongodb+srv://remains:********@mongo.example.com/database_name'
include: [
'store_remains', 'providers', 'mongo_utils', 'afinalux', 'afinalux-diff',
'christmass', 'danio', 'danio-diff', 'elgo-msk', 'evan-diff', 'globus',
'lightstar', 'lussole', 'mw-light', 'prorab', 'quadro-stroy', 'sds-group',
'sonex', 'stluce', 'stluce-diff', 'technolight', 'contactplus', 'lex-c', 'lex-c-diff',
'greentrees', 'lifan-moto', 'triumph-nord-rus', 'crawl_site', 'mail2csv', 'mail2diff',
'rotate_mb', 'store_out_of_stock'
]
accept_content: [
'mongo_json', 'application/x-mongo-json', 'json', 'application/json'
]
task_serializer: 'mongo_json'
result_serializer: 'mongo_json'
task_default_queue: 'remains_tasks'
worker_prefetch_multiplier: 1
worker_max_tasks_per_child: 45
worker_hijack_root_logger: False
mongodb_backend_settings: {
'compressors': 'snappy', 'database': '********'}
CELERY_MONGO_SCHEDULER_URI: 'mongodb+srv://remains:********@mongo.example.com/database_name?ssl=false'
CELERY_MONGO_SCHEDULER_DB: 'remains'
CELERY_MONGO_SCHEDULER_ENTRIES_COL: 'schedules_entries'
CELERY_MONGO_SCHEDULER_META_COL: 'schedules_meta'
beat_schedule: {
'afinalux': { 'args': ['afinalux'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 7 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Афина Гарден'},
'afinalux-diff': { 'args': ['afinalux-diff'],
'comment': 'рассылка с изменениями прайса Афина '
'Гарден',
'is_enabled': True,
'schedule': <crontab: 7 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Афина Гарден'},
'allpools': { 'args': ['allpools'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 19 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Олпулс'},
'aquapolis': { 'args': ['aquapolis'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 31 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Акваполис'},
'aquapolis_bestway': { 'args': ['aquapolis_bestway'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 31 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Акваполис_Bestway'},
'audiomania': { 'args': ['audiomania'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 17 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Аудиомания'},
'christmass': { 'args': ['christmass'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Актив групп'},
'contactplus': { 'args': ['contactplus'],
'comment': 'Остатки Контакт Плюс',
'is_enabled': True,
'schedule': <crontab: 17-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Контакт Плюс'},
'danio': { 'args': ['danio'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13 2 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Данио'},
'danio-diff': { 'args': ['danio-diff'],
'comment': 'Рассылка с изменениями прайса Данио',
'is_enabled': True,
'schedule': <crontab: 17 2 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Данио'},
'decomo': { 'args': ['decomo'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 23 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Декомо'},
'delta': { 'args': ['delta'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 19 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Дельта'},
'elgo-msk': { 'args': ['elgo-msk'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 29-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Эгло'},
'evan-diff': { 'args': ['evan-diff'],
'comment': 'Рассылка с изменениями прайса Эван',
'is_enabled': True,
'schedule': <crontab: 17 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Эван'},
'floraimport': { 'args': ['floraimport'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 11 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Флора Импорт'},
'globus': { 'args': ['globus'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 5-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Глобус'},
'greentrees': { 'args': ['greentrees'],
'comment': 'Остатки Green Trees',
'is_enabled': True,
'schedule': <crontab: 37 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Green Trees'},
'housetech': { 'args': ['housetech'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Домотехника'},
'housetech_nsk': { 'args': ['housetech_nsk'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 23 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Домотехника_НСК'},
'housetech_spb': { 'args': ['housetech_spb'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 31 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Домотехника_СПБ'},
'huter-gmbh': { 'args': ['huter-gmbh'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 43 0 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Континент ГК'},
'iatec': { 'args': ['iatec'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 41 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Три Пятых'},
'interinstrument': { 'args': ['interinstrument'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 47 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'ИнтерИнструмент'},
'lex-c': { 'args': ['lex-c'],
'comment': 'Остатки Лекс-с',
'is_enabled': True,
'schedule': <crontab: 21 2 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Лекс-С'},
'lex-c-diff': { 'args': ['lex-c-diff'],
'comment': 'Рассылка с изменениями прайса Лекс-с',
'is_enabled': True,
'schedule': <crontab: 23 2 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Лекс-С'},
'lifan-moto': { 'args': ['lifan-moto'],
'comment': 'Остатки lifan-moto',
'is_enabled': True,
'schedule': <crontab: 37 1 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Мото северо-запад'},
'lightstar': { 'args': ['lightstar'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 17-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Лайтстар'},
'lussole': { 'args': ['lussole'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 29 */2 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Lussole'},
'mail2csv': { 'is_enabled': True,
'is_system': True,
'schedule': <crontab: 3-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_mail2csv',
'title': 'Остатки из писем'},
'mail2diff': { 'is_enabled': True,
'is_system': True,
'schedule': <crontab: 13 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_mail2diff',
'title': 'Diff прайса из писем'},
'mon_site': { 'args': ['poolfactory'],
'is_enabled': False,
'is_system': False,
'schedule': <crontab: 23 3 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_mon_site',
'title': 'Мониторинг продаж с poolfactory'},
'mw-light': { 'args': ['mw-light'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 1-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'MW-Light'},
'novum': { 'args': ['novum'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 7 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Novum'},
'pompina': { 'args': ['pompina'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13 0 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Саблайн сервис'},
'price.allpools.ru': { 'args': ['allpools.ru'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 31 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта allpools.ru'},
'price.aquapolis.ru': { 'args': ['aquapolis.ru'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 29 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта aquapolis.ru'},
'price.decomo': { 'args': ['decomo'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13 1 * 1 * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта decomo'},
'price.decomo_rrc': { 'args': ['decomo_rrc'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта decomo_rrc'},
'price.ekopromgroup.ru': { 'args': ['ekopromgroup.ru'],
'comment': 'Цены ЭкоПром',
'is_enabled': True,
'schedule': <crontab: 41 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта ekopromgroup.ru'},
'price.floraimport': { 'args': ['floraimport'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 11 0 0 1-7,15-21,29-31 * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта floraimport'},
'price.kamnirus': { 'args': ['kamnirus'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 19 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта kamnirus'},
'price.novum': { 'args': ['novum'],
'comment': 'Цены Novum',
'is_enabled': False,
'schedule': <crontab: 17 2 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта novum'},
'price.polimer-group.com': { 'args': ['polimer-group.com'],
'comment': 'Цены Polimer Group',
'is_enabled': True,
'schedule': <crontab: 37 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта polimer-group.com'},
'price.prorab': { 'args': ['prorab'],
'comment': '',
'is_enabled': False,
'schedule': <crontab: 37 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта prorab'},
'price.unisaw': { 'args': ['unisaw'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 23 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта unisaw'},
'price.Домотехника': { 'args': ['Домотехника'],
'comment': 'Изменения в составе прайсов',
'is_enabled': True,
'schedule': <crontab: 41 3 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_price_site',
'title': 'Цены с сайта Домотехника'},
'prorab': { 'args': ['prorab'],
'comment': '',
'is_enabled': False,
'schedule': <crontab: 7-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Prorab'},
'quadro-stroy': { 'args': ['quadro-stroy'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 17 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Квадро-Строй'},
'rotate_mb': { 'is_enabled': True,
'is_system': True,
'schedule': <crontab: 23 0 0 * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.rotate_mb',
'title': 'Очистка устаревших файлов'},
'sds-group': { 'args': ['sds-group'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 29 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'СДС-Группа'},
'sima-land': { 'args': ['sima-land'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 53 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Сима-ленд'},
'sonex': { 'args': ['sonex'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 11-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Сонекс'},
'stluce': { 'args': ['stluce'],
'comment': 'Остатки ST Luce Velante',
'is_enabled': True,
'schedule': <crontab: 19 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'ST Luce'},
'stluce-diff': { 'args': ['stluce-diff'],
'comment': 'рассылка с изменениями прайса ST Luce '
'Velante',
'is_enabled': True,
'schedule': <crontab: 23 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'ST Luce'},
'store_outofstock': { 'is_enabled': True,
'is_system': True,
'schedule': <crontab: 49 0-20,23 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.store_outofstock',
'title': 'Автозаливка "нет в наличии"'},
'technolight': { 'args': ['technolight'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 19-59/30 * * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Тренд Света'},
'triumph-nord-rus': { 'args': ['triumph-nord-rus'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 11 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_link',
'title': 'Триумф Норд Рус'},
'unisaw': { 'args': ['unisaw'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 3 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Unisaw'},
'vodalux-fontan': { 'args': ['vodalux-fontan'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 37 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Водалюкс'},
'vodalux-prud': { 'args': ['vodalux-prud'],
'comment': '',
'is_enabled': True,
'schedule': <crontab: 13 0 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Водалюкс'},
'y-skazki': { 'args': ['y-skazki'],
'comment': 'Отключено по просьбе заказчика',
'is_enabled': False,
'schedule': <crontab: 17 1 * * * (m/h/d/dM/MY)>,
'task': 'celery_tacks.load_site',
'title': 'Bestway Юг'}}
</code></pre></div>
<p dir="auto"></p>
</details>
<h1 dir="auto">Steps to Reproduce</h1>
<h2 dir="auto">Required Dependencies</h2>
<ul dir="auto">
<li><strong>Minimal Python Version</strong>: 3.7.4</li>
<li><strong>Minimal Celery Version</strong>: 4.4.0</li>
<li><strong>Minimal Kombu Version</strong>: 4.6.7</li>
<li><strong>Minimal Broker Version</strong>: rabbitmq-server 3.6.15-1</li>
<li><strong>Minimal Result Backend Version</strong>: mongodb 4.2.0</li>
<li><strong>Minimal OS and/or Kernel Version</strong>: ubuntu 18.04</li>
<li><strong>Minimal Broker Client Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Client Version</strong>: N/A or Unknown</li>
</ul>
<h3 dir="auto">Python Packages</h3>
<details>
<summary><b><code class="notranslate">pip freeze</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="amqp==2.5.2
attrs==19.3.0
Automat==0.8.0
billiard==3.6.1.0
Brotli==1.0.7
cchardet==2.1.5
celery==4.4.0
certifi==2019.11.28
cffi==1.13.2
chardet==3.0.4
Click==7.0
clickhouse-cityhash==1.0.2.3
clickhouse-driver==0.1.2
constantly==15.1.0
cryptography==2.8
cssselect==1.1.0
dnspython==1.16.0
et-xmlfile==1.0.1
fake-useragent==0.1.11
fastnumbers==3.0.0
hyperlink==19.0.0
idna==2.8
importlib-metadata==1.3.0
incremental==17.5.0
jdcal==1.4.1
jmespath==0.9.4
jsonlines==1.2.0
kombu==4.6.7
lxml==4.4.2
lz4==3.0.2
marshmallow==2.20.5
more-itertools==8.0.2
mysqlclient==1.4.6
natsort==7.0.0
openpyxl==3.0.3
parsel==1.5.2
pip-tools==4.3.0
Protego==0.1.16
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.19
PyDispatcher==2.0.5
PyHamcrest==1.10.1
PyICU==2.4.2
pymongo==3.10.1
pyOpenSSL==19.1.0
python-dateutil==2.8.1
python-snappy==0.5.4
pytz==2019.3
pyxlsb==1.0.6
PyYAML==5.3
queuelib==1.5.0
requests==2.22.0
Scrapy==1.8.0
sentry-sdk==0.14.0
service-identity==18.1.0
six==1.14.0
Twisted==19.10.0
txmongo==19.2.0
tzlocal==2.0.0
urllib3==1.25.7
vine==1.3.0
w3lib==1.21.0
xlrd==1.2.0
XlsxWriter==1.2.7
zipp==0.6.0
zope.interface==4.7.1
zstandard==0.13.0
zstd==1.4.4.0"><pre class="notranslate"><code class="notranslate">amqp==2.5.2
attrs==19.3.0
Automat==0.8.0
billiard==3.6.1.0
Brotli==1.0.7
cchardet==2.1.5
celery==4.4.0
certifi==2019.11.28
cffi==1.13.2
chardet==3.0.4
Click==7.0
clickhouse-cityhash==1.0.2.3
clickhouse-driver==0.1.2
constantly==15.1.0
cryptography==2.8
cssselect==1.1.0
dnspython==1.16.0
et-xmlfile==1.0.1
fake-useragent==0.1.11
fastnumbers==3.0.0
hyperlink==19.0.0
idna==2.8
importlib-metadata==1.3.0
incremental==17.5.0
jdcal==1.4.1
jmespath==0.9.4
jsonlines==1.2.0
kombu==4.6.7
lxml==4.4.2
lz4==3.0.2
marshmallow==2.20.5
more-itertools==8.0.2
mysqlclient==1.4.6
natsort==7.0.0
openpyxl==3.0.3
parsel==1.5.2
pip-tools==4.3.0
Protego==0.1.16
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.19
PyDispatcher==2.0.5
PyHamcrest==1.10.1
PyICU==2.4.2
pymongo==3.10.1
pyOpenSSL==19.1.0
python-dateutil==2.8.1
python-snappy==0.5.4
pytz==2019.3
pyxlsb==1.0.6
PyYAML==5.3
queuelib==1.5.0
requests==2.22.0
Scrapy==1.8.0
sentry-sdk==0.14.0
service-identity==18.1.0
six==1.14.0
Twisted==19.10.0
txmongo==19.2.0
tzlocal==2.0.0
urllib3==1.25.7
vine==1.3.0
w3lib==1.21.0
xlrd==1.2.0
XlsxWriter==1.2.7
zipp==0.6.0
zope.interface==4.7.1
zstandard==0.13.0
zstd==1.4.4.0
</code></pre></div>
<p dir="auto"></p>
</details>
<h3 dir="auto">Other Dependencies</h3>
<details>
<p dir="auto">
```
```
</p>
</details>
<h2 dir="auto">Minimally Reproducible Test Case</h2>
<p dir="auto">Code for initialization celery app:</p>
<details>
<p dir="auto">
</p><div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from functools import partial
from bson import json_util
json_options=json_util.JSONOptions(
json_mode=json_util.JSONMode.RELAXED, tz_aware=True, tzinfo=utc)
json_dump = partial(
json_util.dumps, ensure_ascii=False, json_options=json_options)
json_load = partial(json_util.loads, json_options=json_options)
register(
'mongo_json',
encoder=(lambda obj: json_dump(obj).encode('utf-8')),
decoder=json_load,
content_type='application/x-mongo-json')
app = Celery(
'remains_tasks',
broker='pyamqp://...',
backend = 'mongodb://...',
include=[
# many modules
]
)
app.conf.update(
accept_content=[
'mongo_json', 'application/x-mongo-json', 'json', 'application/json'],
task_serializer='mongo_json',
result_serializer='mongo_json',
task_default_queue='remains_tasks',
worker_prefetch_multiplier=1,
worker_max_tasks_per_child=45,
worker_hijack_root_logger=False,
mongodb_backend_settings=dict(database='remains', compressors='snappy'),
)"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">functools</span> <span class="pl-k">import</span> <span class="pl-s1">partial</span>
<span class="pl-k">from</span> <span class="pl-s1">bson</span> <span class="pl-k">import</span> <span class="pl-s1">json_util</span>
<span class="pl-s1">json_options</span><span class="pl-c1">=</span><span class="pl-s1">json_util</span>.<span class="pl-v">JSONOptions</span>(
<span class="pl-s1">json_mode</span><span class="pl-c1">=</span><span class="pl-s1">json_util</span>.<span class="pl-v">JSONMode</span>.<span class="pl-v">RELAXED</span>, <span class="pl-s1">tz_aware</span><span class="pl-c1">=</span><span class="pl-c1">True</span>, <span class="pl-s1">tzinfo</span><span class="pl-c1">=</span><span class="pl-s1">utc</span>)
<span class="pl-s1">json_dump</span> <span class="pl-c1">=</span> <span class="pl-en">partial</span>(
<span class="pl-s1">json_util</span>.<span class="pl-s1">dumps</span>, <span class="pl-s1">ensure_ascii</span><span class="pl-c1">=</span><span class="pl-c1">False</span>, <span class="pl-s1">json_options</span><span class="pl-c1">=</span><span class="pl-s1">json_options</span>)
<span class="pl-s1">json_load</span> <span class="pl-c1">=</span> <span class="pl-en">partial</span>(<span class="pl-s1">json_util</span>.<span class="pl-s1">loads</span>, <span class="pl-s1">json_options</span><span class="pl-c1">=</span><span class="pl-s1">json_options</span>)
<span class="pl-en">register</span>(
<span class="pl-s">'mongo_json'</span>,
<span class="pl-s1">encoder</span><span class="pl-c1">=</span>(<span class="pl-k">lambda</span> <span class="pl-s1">obj</span>: <span class="pl-en">json_dump</span>(<span class="pl-s1">obj</span>).<span class="pl-en">encode</span>(<span class="pl-s">'utf-8'</span>)),
<span class="pl-s1">decoder</span><span class="pl-c1">=</span><span class="pl-s1">json_load</span>,
<span class="pl-s1">content_type</span><span class="pl-c1">=</span><span class="pl-s">'application/x-mongo-json'</span>)
<span class="pl-s1">app</span> <span class="pl-c1">=</span> <span class="pl-v">Celery</span>(
<span class="pl-s">'remains_tasks'</span>,
<span class="pl-s1">broker</span><span class="pl-c1">=</span><span class="pl-s">'pyamqp://...'</span>,
<span class="pl-s1">backend</span> <span class="pl-c1">=</span> <span class="pl-s">'mongodb://...'</span>,
<span class="pl-s1">include</span><span class="pl-c1">=</span>[
<span class="pl-c"># many modules</span>
]
)
<span class="pl-s1">app</span>.<span class="pl-s1">conf</span>.<span class="pl-en">update</span>(
<span class="pl-s1">accept_content</span><span class="pl-c1">=</span>[
<span class="pl-s">'mongo_json'</span>, <span class="pl-s">'application/x-mongo-json'</span>, <span class="pl-s">'json'</span>, <span class="pl-s">'application/json'</span>],
<span class="pl-s1">task_serializer</span><span class="pl-c1">=</span><span class="pl-s">'mongo_json'</span>,
<span class="pl-s1">result_serializer</span><span class="pl-c1">=</span><span class="pl-s">'mongo_json'</span>,
<span class="pl-s1">task_default_queue</span><span class="pl-c1">=</span><span class="pl-s">'remains_tasks'</span>,
<span class="pl-s1">worker_prefetch_multiplier</span><span class="pl-c1">=</span><span class="pl-c1">1</span>,
<span class="pl-s1">worker_max_tasks_per_child</span><span class="pl-c1">=</span><span class="pl-c1">45</span>,
<span class="pl-s1">worker_hijack_root_logger</span><span class="pl-c1">=</span><span class="pl-c1">False</span>,
<span class="pl-s1">mongodb_backend_settings</span><span class="pl-c1">=</span><span class="pl-en">dict</span>(<span class="pl-s1">database</span><span class="pl-c1">=</span><span class="pl-s">'remains'</span>, <span class="pl-s1">compressors</span><span class="pl-c1">=</span><span class="pl-s">'snappy'</span>),
)</pre></div>
<p dir="auto">Connection string look:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="mongodb+srv://username:[email protected]/database?ssl=false"><pre class="notranslate"><code class="notranslate">mongodb+srv://username:[email protected]/database?ssl=false
</code></pre></div>
<p dir="auto"></p>
</details>
<h1 dir="auto">Expected Behavior</h1>
<p dir="auto">No exception</p>
<h1 dir="auto">Actual Behavior</h1>
<p dir="auto">Exception after exit tack</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="KeyError: 'collection'
File "kombu/utils/objects.py", line 42, in __get__
return obj.__dict__[self.__name__]
KeyError: 'database'
File "kombu/utils/objects.py", line 42, in __get__
return obj.__dict__[self.__name__]
OperationFailure: Authentication failed.
File "billiard/pool.py", line 1791, in safe_apply_callback
fun(*args, **kwargs)
File "celery/worker/request.py", line 526, in on_failure
self.task.backend.mark_as_failure(
File "celery/backends/base.py", line 159, in mark_as_failure
self.store_result(task_id, exc, state,
File "celery/backends/base.py", line 406, in store_result
self._store_result(task_id, result, state, traceback,
File "celery/backends/mongodb.py", line 194, in _store_result
self.collection.replace_one({'_id': task_id}, meta, upsert=True)
File "kombu/utils/objects.py", line 44, in __get__
value = obj.__dict__[self.__name__] = self.__get(obj)
File "celery/backends/mongodb.py", line 291, in collection
collection = self.database[self.taskmeta_collection]
File "kombu/utils/objects.py", line 44, in __get__
value = obj.__dict__[self.__name__] = self.__get(obj)
File "celery/backends/mongodb.py", line 286, in database
return self._get_database()
File "celery/backends/mongodb.py", line 275, in _get_database
if not db.authenticate(self.user, self.password, source=source):
File "pymongo/database.py", line 1468, in authenticate
self.client._cache_credentials(
File "pymongo/mongo_client.py", line 754, in _cache_credentials
with server.get_socket(all_credentials) as sock_info:
File "contextlib.py", line 113, in __enter__
return next(self.gen)
File "pymongo/pool.py", line 1138, in get_socket
sock_info.check_auth(all_credentials)
File "pymongo/pool.py", line 712, in check_auth
auth.authenticate(credentials, self)
File "pymongo/auth.py", line 564, in authenticate
auth_func(credentials, sock_info)
File "pymongo/auth.py", line 539, in _authenticate_default
return _authenticate_scram(credentials, sock_info, 'SCRAM-SHA-1')
File "pymongo/auth.py", line 263, in _authenticate_scram
res = sock_info.command(source, cmd)
File "pymongo/pool.py", line 603, in command
return command(self.sock, dbname, spec, slave_ok,
File "pymongo/network.py", line 165, in command
helpers._check_command_response(
File "pymongo/helpers.py", line 159, in _check_command_response
raise OperationFailure(msg % errmsg, code, response)"><pre class="notranslate"><code class="notranslate">KeyError: 'collection'
File "kombu/utils/objects.py", line 42, in __get__
return obj.__dict__[self.__name__]
KeyError: 'database'
File "kombu/utils/objects.py", line 42, in __get__
return obj.__dict__[self.__name__]
OperationFailure: Authentication failed.
File "billiard/pool.py", line 1791, in safe_apply_callback
fun(*args, **kwargs)
File "celery/worker/request.py", line 526, in on_failure
self.task.backend.mark_as_failure(
File "celery/backends/base.py", line 159, in mark_as_failure
self.store_result(task_id, exc, state,
File "celery/backends/base.py", line 406, in store_result
self._store_result(task_id, result, state, traceback,
File "celery/backends/mongodb.py", line 194, in _store_result
self.collection.replace_one({'_id': task_id}, meta, upsert=True)
File "kombu/utils/objects.py", line 44, in __get__
value = obj.__dict__[self.__name__] = self.__get(obj)
File "celery/backends/mongodb.py", line 291, in collection
collection = self.database[self.taskmeta_collection]
File "kombu/utils/objects.py", line 44, in __get__
value = obj.__dict__[self.__name__] = self.__get(obj)
File "celery/backends/mongodb.py", line 286, in database
return self._get_database()
File "celery/backends/mongodb.py", line 275, in _get_database
if not db.authenticate(self.user, self.password, source=source):
File "pymongo/database.py", line 1468, in authenticate
self.client._cache_credentials(
File "pymongo/mongo_client.py", line 754, in _cache_credentials
with server.get_socket(all_credentials) as sock_info:
File "contextlib.py", line 113, in __enter__
return next(self.gen)
File "pymongo/pool.py", line 1138, in get_socket
sock_info.check_auth(all_credentials)
File "pymongo/pool.py", line 712, in check_auth
auth.authenticate(credentials, self)
File "pymongo/auth.py", line 564, in authenticate
auth_func(credentials, sock_info)
File "pymongo/auth.py", line 539, in _authenticate_default
return _authenticate_scram(credentials, sock_info, 'SCRAM-SHA-1')
File "pymongo/auth.py", line 263, in _authenticate_scram
res = sock_info.command(source, cmd)
File "pymongo/pool.py", line 603, in command
return command(self.sock, dbname, spec, slave_ok,
File "pymongo/network.py", line 165, in command
helpers._check_command_response(
File "pymongo/helpers.py", line 159, in _check_command_response
raise OperationFailure(msg % errmsg, code, response)
</code></pre></div> | <p dir="auto">PR for proposed fix to this issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="592251302" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/6020" data-hovercard-type="pull_request" data-hovercard-url="/celery/celery/pull/6020/hovercard" href="https://github.com/celery/celery/pull/6020">#6020</a></p>
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> This has already been asked to the <a href="https://groups.google.com/forum/#!forum/celery-users" rel="nofollow">discussion group</a> first.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br>
<a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contribution guide</a><br>
on reporting bugs.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Bug+Report%22+-label%3A%22Category%3A+Documentation%22">issues list</a><br>
for similar or identical bug reports.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22PR+Type%3A+Bugfix%22+-label%3A%22Category%3A+Documentation%22">pull requests list</a><br>
for existing proposed fixes.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/commits/master">commit log</a><br>
to find out if the bug was already fixed in the master branch.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all related issues and possible duplicate issues<br>
in this issue (If there are none, check this box anyway).</li>
</ul>
<h2 dir="auto">Mandatory Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br>
(if you are not able to do this, then at least specify the Celery<br>
version affected).</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the contents of <code class="notranslate">pip freeze</code> in the issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all the versions of all the external dependencies required<br>
to reproduce this bug.</li>
</ul>
<h2 dir="auto">Optional Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one Python version<br>
and/or implementation.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have tried reproducing the issue on more than one message broker and/or<br>
result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one version of the message<br>
broker and/or result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have tried reproducing the issue on more than one operating system.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one workers pool.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue with autoscaling, retries,<br>
ETA/Countdown & rate limits disabled.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue after downgrading<br>
and/or upgrading Celery and its dependencies.</li>
</ul>
<h2 dir="auto">Related Issues and Possible Duplicates</h2>
<p dir="auto"><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/celery/celery/commit/94dae1b899aae6ae2ca333773fddbc6dd603213c/hovercard" href="https://github.com/celery/celery/commit/94dae1b899aae6ae2ca333773fddbc6dd603213c"><tt>94dae1b</tt></a><br>
This PR was made to address the following issue, which has resulted in the issue I am having now. <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="30048263" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/1930" data-hovercard-type="issue" data-hovercard-url="/celery/celery/issues/1930/hovercard" href="https://github.com/celery/celery/issues/1930">#1930</a></p>
<h4 dir="auto">Related Issues</h4>
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="30048263" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/1930" data-hovercard-type="issue" data-hovercard-url="/celery/celery/issues/1930/hovercard" href="https://github.com/celery/celery/issues/1930">#1930</a></p>
<h4 dir="auto">Possible Duplicates</h4>
<ul dir="auto">
<li>None</li>
</ul>
<h2 dir="auto">Environment & Settings</h2>
<p dir="auto"><strong>Celery version</strong>: celery>=4.0.0 (using it in Airflow)</p>
<p dir="auto"></p>
<h1 dir="auto">Steps to Reproduce</h1>
<p dir="auto">(see Minimally Reproducible Test Case for step by step commands. This contains information leading to the issue and a proposed fix)</p>
<p dir="auto">In Airflow, you can set celery configs. I was setting up cloudsql to use a private IP instead of a proxy. Currently, we use mysql as the <code class="notranslate">results_backend</code>. Changing the host address from local host to the private IP caused some errors, as expected.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="OperationalError: (_mysql_exceptions.OperationalError) (1045, "Access denied for user 'airflow'@'10.x.x.xxx' (using password: YES)")"><pre class="notranslate"><code class="notranslate">OperationalError: (_mysql_exceptions.OperationalError) (1045, "Access denied for user 'airflow'@'10.x.x.xxx' (using password: YES)")
</code></pre></div>
<p dir="auto">In order to use the private IP, I need to use the SSL cert, key, and ca. I confirmed that by logging into the Airflow worker and scheduler pods that my url and engine arg params worked.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from airflow.models import DagRun
from sqlalchemy import create_engine
from sqlalchemy.orm import scoped_session, sessionmaker
e = create_engine({AIRFLOW__CELERY__SQL_ALCHEMY_CONN},connect_args= {'ssl': {'ca': '/path-to-mysql-sslcert/server-ca', 'cert': '/path-to-mysql-sslcert/client-cert', 'key': '/path-to-mysql-sslcert/client-key'}})
s = scoped_session(sessionmaker(autocommit=False, autoflush=False, bind=e))
s.query(DagRun).all()"><pre class="notranslate"><code class="notranslate">from airflow.models import DagRun
from sqlalchemy import create_engine
from sqlalchemy.orm import scoped_session, sessionmaker
e = create_engine({AIRFLOW__CELERY__SQL_ALCHEMY_CONN},connect_args= {'ssl': {'ca': '/path-to-mysql-sslcert/server-ca', 'cert': '/path-to-mysql-sslcert/client-cert', 'key': '/path-to-mysql-sslcert/client-key'}})
s = scoped_session(sessionmaker(autocommit=False, autoflush=False, bind=e))
s.query(DagRun).all()
</code></pre></div>
<p dir="auto">This worked fine, so I know that the my ssl certs are accessible, the engine can be created, and a session used. Non-celery mysql connections no longer gave an error.</p>
<p dir="auto">The Celery documentation (<a href="https://docs.celeryproject.org/en/stable/userguide/configuration.html#conf-database-result-backend" rel="nofollow">https://docs.celeryproject.org/en/stable/userguide/configuration.html#conf-database-result-backend</a>) outlines how to add engine args to via <code class="notranslate">database_engine_options</code>. Therefore, I added</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="'database_engine_options': {
'connect_args': {'ssl': {'ca': '/path-to-mysql-sslcert/server-ca', 'cert': '/path-to-mysql-sslcert/client-cert', 'key': '/path-to-mysql-sslcert/client-key'}}}"><pre class="notranslate"><code class="notranslate">'database_engine_options': {
'connect_args': {'ssl': {'ca': '/path-to-mysql-sslcert/server-ca', 'cert': '/path-to-mysql-sslcert/client-cert', 'key': '/path-to-mysql-sslcert/client-key'}}}
</code></pre></div>
<p dir="auto">However, I still get the same error.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="OperationalError: (_mysql_exceptions.OperationalError) (1045, "Access denied for user 'airflow'@'10.x.x.xxx' (using password: YES)")"><pre class="notranslate"><code class="notranslate">OperationalError: (_mysql_exceptions.OperationalError) (1045, "Access denied for user 'airflow'@'10.x.x.xxx' (using password: YES)")
</code></pre></div>
<p dir="auto">Additionally, I get logs in the scheduler like the following:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" {{__init__.py:56}} WARNING - Failed operation _get_task_meta_for. Retrying 1 more times.
68918-Traceback (most recent call last):
68919- File "/usr/local/lib/python2.7/dist-packages/celery/backends/database/__init__.py", line 51, in _inner
68920- return fun(*args, **kwargs)
68921- File "/usr/local/lib/python2.7/dist-packages/celery/backends/database/__init__.py", line 154, in _get_task_meta_for
68922: session = self.ResultSession()
68923: File "/usr/local/lib/python2.7/dist-packages/celery/backends/database/__init__.py", line 113, in ResultSession
68924- **self.engine_options)
68925- File "/usr/local/lib/python2.7/dist-packages/celery/backends/database/session.py", line 59, in session_factory
68926- self.prepare_models(engine)
68927- File "/usr/local/lib/python2.7/dist-packages/celery/backends/database/session.py", line 54, in prepare_models
68928- ResultModelBase.metadata.create_all(engine)"><pre class="notranslate"><code class="notranslate"> {{__init__.py:56}} WARNING - Failed operation _get_task_meta_for. Retrying 1 more times.
68918-Traceback (most recent call last):
68919- File "/usr/local/lib/python2.7/dist-packages/celery/backends/database/__init__.py", line 51, in _inner
68920- return fun(*args, **kwargs)
68921- File "/usr/local/lib/python2.7/dist-packages/celery/backends/database/__init__.py", line 154, in _get_task_meta_for
68922: session = self.ResultSession()
68923: File "/usr/local/lib/python2.7/dist-packages/celery/backends/database/__init__.py", line 113, in ResultSession
68924- **self.engine_options)
68925- File "/usr/local/lib/python2.7/dist-packages/celery/backends/database/session.py", line 59, in session_factory
68926- self.prepare_models(engine)
68927- File "/usr/local/lib/python2.7/dist-packages/celery/backends/database/session.py", line 54, in prepare_models
68928- ResultModelBase.metadata.create_all(engine)
</code></pre></div>
<p dir="auto">After digging through the code with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dangermike/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dangermike">@dangermike</a>, we noticed that <code class="notranslate">get_engine</code> will not use the kwargs passed to it unless it has been forked.(<a href="https://github.com/celery/celery/blob/master/celery/backends/database/session.py#L34">https://github.com/celery/celery/blob/master/celery/backends/database/session.py#L34</a>) Therefore, the SSL params will not be passed in our case. The only place that self.forked = True is after the fork cleanup session. This used to not be the case (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/celery/celery/commit/94dae1b899aae6ae2ca333773fddbc6dd603213c/hovercard" href="https://github.com/celery/celery/commit/94dae1b899aae6ae2ca333773fddbc6dd603213c"><tt>94dae1b</tt></a>), but after an issue was made about passing pool_size (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="30048263" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/1930" data-hovercard-type="issue" data-hovercard-url="/celery/celery/issues/1930/hovercard" href="https://github.com/celery/celery/issues/1930">#1930</a>), <code class="notranslate">**kwargs</code> were taken out of create_engine() entirely.<br>
Possibly something like the following would allow for kwargs to be passed in, while still addressing the pool params issue.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="class SessionManager(object):
# ...
def get_engine(self, dburi, **kwargs):
if self.forked:
try:
return self._engines[dburi]
except KeyError:
engine = self._engines[dburi] = create_engine(dburi, **kwargs)
return engine
else:
kwargs = dict([(k, v) for k, v in kwargs.items() if not k.startswith('pool')])
return create_engine(dburi, poolclass=NullPool, **kwargs)"><pre class="notranslate"><code class="notranslate">class SessionManager(object):
# ...
def get_engine(self, dburi, **kwargs):
if self.forked:
try:
return self._engines[dburi]
except KeyError:
engine = self._engines[dburi] = create_engine(dburi, **kwargs)
return engine
else:
kwargs = dict([(k, v) for k, v in kwargs.items() if not k.startswith('pool')])
return create_engine(dburi, poolclass=NullPool, **kwargs)
</code></pre></div>
<p dir="auto">where <code class="notranslate">kwargs = dict([(k, v) for k, v in kwargs.items() if not k.startswith('pool')])</code> omits any pool args while keeping the rest.</p>
<h2 dir="auto">Required Dependencies</h2>
<ul dir="auto">
<li><strong>Minimal Python Version</strong>: >=2.7</li>
<li><strong>Minimal Celery Version</strong>: >=4.0.0</li>
<li><strong>Minimal Kombu Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Broker Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Version</strong>: N/A or Unknown</li>
<li><strong>Minimal OS and/or Kernel Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Broker Client Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Client Version</strong>: N/A or Unknown</li>
</ul>
<h3 dir="auto">Python Packages</h3>
<p dir="auto">Used Airflow</p>
<h3 dir="auto">Other Dependencies</h3>
<p dir="auto">N/A</p>
<h2 dir="auto">Minimally Reproducible Test Case</h2>
<p dir="auto">In a python shell,</p>
<p dir="auto">get the url with a private mysql IP to make result_backend, giving something like <code class="notranslate">db+mysql://airflow:***@10.x.xx.xx/airflow</code></p>
<p dir="auto">and the celery config</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="celery_configuration =
{'broker_transport_options': {'visibility_timeout': 21600},
'result_serializer': 'pickle',
'task_acks_late': True,
'database_engine_options': { 'connect_args': {'ssl': {'ca': '/path-to-mysql-sslcert/server-ca', 'cert': '/path-to-mysql-sslcert/client-cert', 'key': '/path-to-mysql-sslcert/client-key'}}},
'task_default_queue': 'default',
'worker_concurrency': 32,
'worker_prefetch_multiplier': 1,
'event_serializer': 'json',
'accept_content': ['json', 'pickle'],
'broker_url': 'redis://{URL}/1',
'result_backend': 'db+mysql://airflow:***@10.x.xx.xx/airflow',
'task_default_exchange': 'default'}"><pre class="notranslate"><code class="notranslate">celery_configuration =
{'broker_transport_options': {'visibility_timeout': 21600},
'result_serializer': 'pickle',
'task_acks_late': True,
'database_engine_options': { 'connect_args': {'ssl': {'ca': '/path-to-mysql-sslcert/server-ca', 'cert': '/path-to-mysql-sslcert/client-cert', 'key': '/path-to-mysql-sslcert/client-key'}}},
'task_default_queue': 'default',
'worker_concurrency': 32,
'worker_prefetch_multiplier': 1,
'event_serializer': 'json',
'accept_content': ['json', 'pickle'],
'broker_url': 'redis://{URL}/1',
'result_backend': 'db+mysql://airflow:***@10.x.xx.xx/airflow',
'task_default_exchange': 'default'}
</code></pre></div>
<p dir="auto">the line most important here is:<br>
<code class="notranslate"> 'database_engine_options': { 'connect_args': {'ssl': {'ca': '/path-to-mysql-sslcert/server-ca', 'cert': '/path-to-mysql-sslcert/client-cert', 'key': '/path-to-mysql-sslcert/client-key'}}}</code></p>
<p dir="auto">then try to connect to result_backend by creating app.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="app = Celery(celery_app_name=airflow.executors.celery_executor,
config_source=celery_configuration)"><pre class="notranslate"><code class="notranslate">app = Celery(celery_app_name=airflow.executors.celery_executor,
config_source=celery_configuration)
</code></pre></div>
<p dir="auto">create a database backend</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="dbbe = database.DatabaseBackend(url={results_backend url without the 'db+' in the beginning}, engine_options=celery_configuration['database_engine_options'], app=app)"><pre class="notranslate"><code class="notranslate">dbbe = database.DatabaseBackend(url={results_backend url without the 'db+' in the beginning}, engine_options=celery_configuration['database_engine_options'], app=app)
</code></pre></div>
<p dir="auto">and you will get the error again</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sqlalchemy.exc.OperationalError: (_mysql_exceptions.OperationalError) (1045, "Access denied for user 'airflow'@'10.xx.xx.xxx' (using password: YES)")
(Background on this error at: http://sqlalche.me/e/e3q8)"><pre class="notranslate"><code class="notranslate">sqlalchemy.exc.OperationalError: (_mysql_exceptions.OperationalError) (1045, "Access denied for user 'airflow'@'10.xx.xx.xxx' (using password: YES)")
(Background on this error at: http://sqlalche.me/e/e3q8)
</code></pre></div>
<h1 dir="auto">Expected Behavior</h1>
<p dir="auto">It seems like the expected behavior here would be for the connection to be successful and use the SSL certs in the **kwargs passed into <code class="notranslate">get_engine</code>.</p>
<h1 dir="auto">Actual Behavior</h1>
<p dir="auto">Since self.fork is not True, and will not be True, create_engine is made by:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" return create_engine(dburi, poolclass=NullPool)"><pre class="notranslate"><code class="notranslate"> return create_engine(dburi, poolclass=NullPool)
</code></pre></div>
<p dir="auto">since the SSL certs are not included, an error is returned and the connection is <em>not</em> successful.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sqlalchemy.exc.OperationalError: (_mysql_exceptions.OperationalError) (1045, "Access denied for user 'airflow'@'10.xx.xx.xxx' (using password: YES)")
(Background on this error at: http://sqlalche.me/e/e3q8)"><pre class="notranslate"><code class="notranslate">sqlalchemy.exc.OperationalError: (_mysql_exceptions.OperationalError) (1045, "Access denied for user 'airflow'@'10.xx.xx.xxx' (using password: YES)")
(Background on this error at: http://sqlalche.me/e/e3q8)
</code></pre></div> | 0 |
<p dir="auto">Modals that have been opened and closed and reopened are not being closed using the x or the close button. The live example modal from the docs shows this <a href="http://getbootstrap.com/javascript/#modals" rel="nofollow">http://getbootstrap.com/javascript/#modals</a>.</p>
<p dir="auto">Open the modal.<br>
Close it however you'd like.<br>
Reopen the modal.<br>
Clicking close or the X does not close the modal only clicking outside will close it.</p> | <p dir="auto">Hi,</p>
<p dir="auto">The code used on last Thursday worked fine. But after updated to latest code on Monday (GMT+8), the modal dialog when clicks to dismiss for seconds onward cannot be close.</p>
<p dir="auto">I am checking on source code line 932, if I commented out this line then it is working again.</p>
<p dir="auto">this.$element<br>
.removeClass('in')<br>
.attr('aria-hidden', true)<br>
//.off('click.dismiss.modal')</p>
<p dir="auto">Am I missing anything...?</p>
<p dir="auto">Sorry for the grammar. Thanks.</p> | 1 |
<p dir="auto">I'm looking for implementing proper highlighting for C# code using a server that inspects the code, and tokenizes it. The server part is already done, however, it seems that Atom doesn't support asynchronous Grammars (or I'm just not finding any documentation on it).</p>
<p dir="auto">Please add an API like <code class="notranslate">highlightFile</code> or <code class="notranslate">highlightLines</code> that accept a <code class="notranslate">Promise</code> (or has a callback), so that the tokenization can be asynchronous.</p> | <p dir="auto">I am looking to enhance the language definition for <code class="notranslate">typescript</code>, which is currently extremely lacking. Typescript itself provides a highly efficient tokenizer service that could be used to provide a grammar.</p>
<p dir="auto">I have two questions.</p>
<p dir="auto">Is the public interface defined here <a href="https://atom.io/docs/api/v0.176.0/Grammar" rel="nofollow">https://atom.io/docs/api/v0.176.0/Grammar</a> what I would need to implement in order to register a custom grammar that the editor could use?</p>
<p dir="auto">It would be more convenient if the grammar was able to be called async rather than sync, in the public grammar api there is an <code class="notranslate">onDidUpdate</code> method, can I assume that this will be subscribed to by the editor so that I can request the tokenized lines from the typescript services and then notify an update such that the editor would apply the new tokenization?</p> | 1 |
<p dir="auto">In pearsonr function of scipy.stats, there is the following code:</p>
<p dir="auto">r_num = n_(np.add.reduce(xm_ym))<br>
r_den = n_np.sqrt(ss(xm)_ss(ym))<br>
r = (r_num / r_den)</p>
<p dir="auto">Since r_num is numerator and r_den is denominator. The common factor n is unnecessary.</p> | <p dir="auto">Gina Helfrich from NumFocus pointed out that our code of conduct is not linked to the <a href="https://github.com/scipy/scipy/community">Community page </a>. It's current location is <a href="https://github.com/scipy/scipy/tree/master/doc/source/dev/conduct">here</a>.</p>
<p dir="auto">Should we relocate the current file to <code class="notranslate">/docs</code> and rename <a href="https://help.github.com/articles/adding-a-code-of-conduct-to-your-project/#adding-a-code-of-conduct-manually">as described here</a> or duplicate it in the repo root under <code class="notranslate">/docs</code>? Or maybe include a link to the existing location inside generic dummy file redirecting it to the actual CoC?</p> | 0 |
<p dir="auto">All of the "Help" and "Pair" links in all Waypoints and Bonfires (as far as I've seen) are dead links. If you click either, you get a pop up window and then if you click on the "Take me to the help room" or "Take me to the pair programming room" the link is dead.</p> | <p dir="auto">When on the Bonfire, clicking the Help button produces a pop-up that reads:</p>
<p dir="auto">Need some help?<br>
Remember to use Read-Search-Ask.<br>
If you've already read the errors and searched Google, you should ask for help.<br>
This will take you to our help room.</p>
<p dir="auto">The Take Me to the Room button has no affect.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/709248/9416322/f12c556e-4812-11e5-817d-ced9a431c96d.png"><img src="https://cloud.githubusercontent.com/assets/709248/9416322/f12c556e-4812-11e5-817d-ced9a431c96d.png" alt="bonfire seek and destroy free code camp 2015-08-21 14-42-54" style="max-width: 100%;"></a></p>
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/bonfire-seek-and-destroy" rel="nofollow">http://freecodecamp.com/challenges/bonfire-seek-and-destroy</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p> | 1 |
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-create-a-form-element" rel="nofollow">http://freecodecamp.com/challenges/waypoint-create-a-form-element</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.<br>
Upon the load of this lesson, it was obvious there are two complete renderings of the simulated image in the simulated phone. This is in several lessons.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/14185539/9762696/2e7e1a5a-56d3-11e5-8632-e9bbf7cc2d16.JPG"><img src="https://cloud.githubusercontent.com/assets/14185539/9762696/2e7e1a5a-56d3-11e5-8632-e9bbf7cc2d16.JPG" alt="capture" style="max-width: 100%;"></a></p> | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-line-up-form-elements-responsively-with-bootstrap" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-line-up-form-elements-responsively-with-bootstrap</a> has an issue.</p>
<p dir="auto">I think the problem is happening on all Waypoint pages; the device right side of the screen where the CatPhotoApp page displays the information is being displayed duplicated;</p>
<p dir="auto">Another point is that the HTML / CSS code is not completely displayed when the page is loaded, it is necessary to click or edit the code so that the code from the previous lesson is displayed correctly;</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/8672039/9483149/cbe9f67c-4b72-11e5-9b2a-698deaa06a4e.png"><img src="https://cloud.githubusercontent.com/assets/8672039/9483149/cbe9f67c-4b72-11e5-9b2a-698deaa06a4e.png" alt="duplicate" style="max-width: 100%;"></a></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/8672039/9483184/285ff19a-4b73-11e5-8601-6c5fbb58215b.png"><img src="https://cloud.githubusercontent.com/assets/8672039/9483184/285ff19a-4b73-11e5-8601-6c5fbb58215b.png" alt="lost previous code" style="max-width: 100%;"></a></p> | 1 |
<ul dir="auto">
<li>Electron version: 1.0</li>
<li>Operating system: OS X EL Capitan</li>
</ul>
<p dir="auto">Anyone can tell me how to implement it?</p> | <p dir="auto">Actually achieving vibrancy is fairly easy. You simply make the NSVisualEffectView the content view of the mac window. The issue with this is that it blurs the whole window, which is obviously not ideal. The way I see it there are couple different ways of going about this. There could be an API that allows you to create these VisualEffect views and then update their position and size. This may have issues with timing though, as things like element resizes would have to go through chromium to JS and then back to C++. Now this may prove to be negligible. The other solution would be to create a css property that can achieve this. This would prove to be harder. I am not completely sure where CSS is parsed, but a starting place may be the code behind <code class="notranslate">-webkit-app-region</code>. This seems like the most ideal way to implement this as it allows people to easily style their elements with it.</p> | 1 |
<p dir="auto">env: macOS<br>
tf version: master brunch</p>
<p dir="auto">I built tensorflow on <code class="notranslate">macOS</code> using <code class="notranslate">build_all_ios.sh</code>. Then I tried to load <code class="notranslate">frozen.pb</code> data created by python program. Here is a code to load graph in <code class="notranslate">iOS</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Status status;
Session *session;
status = NewSession(SessionOptions(), &session);
if (!status.ok()) {
return NO;
}
GraphDef graph;
NSString *modelPath = [[NSBundle bundleForClass:[self class]] pathForResource:@"frozen" ofType:@"pb"];
status = ReadBinaryProto(Env::Default(), modelPath.fileSystemRepresentation, &graph);
if (!status.ok()) {
return NO;
}
status = session->Create(graph);
if (!status.ok()) {
std::cout << status.ToString() << "\n";
return NO;
}"><pre class="notranslate"><code class="notranslate"> Status status;
Session *session;
status = NewSession(SessionOptions(), &session);
if (!status.ok()) {
return NO;
}
GraphDef graph;
NSString *modelPath = [[NSBundle bundleForClass:[self class]] pathForResource:@"frozen" ofType:@"pb"];
status = ReadBinaryProto(Env::Default(), modelPath.fileSystemRepresentation, &graph);
if (!status.ok()) {
return NO;
}
status = session->Create(graph);
if (!status.ok()) {
std::cout << status.ToString() << "\n";
return NO;
}
</code></pre></div>
<p dir="auto">First thing is with default build settings <code class="notranslate">libtensorflow-core.a</code> is extremely large - more then 400 MB that is not applicable for using in mobile devices. In any case while loading <code class="notranslate">graph</code> I got and error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Invalid argument: No OpKernel was registered to support Op 'Less' with these attrs. Registered devices: [CPU], Registered kernels:
device='CPU'; T in [DT_FLOAT]
[[Node: GRU-RNN/rnn/while/Less = Less[T=DT_INT32](GRU-RNN/rnn/while/Merge, GRU-RNN/rnn/while/Less/Enter)]]"><pre class="notranslate"><code class="notranslate">Invalid argument: No OpKernel was registered to support Op 'Less' with these attrs. Registered devices: [CPU], Registered kernels:
device='CPU'; T in [DT_FLOAT]
[[Node: GRU-RNN/rnn/while/Less = Less[T=DT_INT32](GRU-RNN/rnn/while/Merge, GRU-RNN/rnn/while/Less/Enter)]]
</code></pre></div>
<p dir="auto">I could not find how to solve it except manually change next files:</p>
<ol dir="auto">
<li>added next code to <code class="notranslate">cwise_op_less.cc</code></li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#if defined(__ANDROID_TYPES_SLIM__)
// We only register the first type when we have multi-argument calls in the
// case where we're trying to reduce executable size, but it turns out that the
// int32 version of this op is needed, so explicitly include it.
REGISTER(BinaryOp, CPU, "Less", functor::less, int32);
#endif // __ANDROID_TYPES_SLIM__"><pre class="notranslate"><code class="notranslate">#if defined(__ANDROID_TYPES_SLIM__)
// We only register the first type when we have multi-argument calls in the
// case where we're trying to reduce executable size, but it turns out that the
// int32 version of this op is needed, so explicitly include it.
REGISTER(BinaryOp, CPU, "Less", functor::less, int32);
#endif // __ANDROID_TYPES_SLIM__
</code></pre></div>
<ol start="2" dir="auto">
<li>added next code to <code class="notranslate">cwise_op_add_2.cc</code></li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#if defined(__ANDROID_TYPES_SLIM__)
// We only register the first type when we have multi-argument calls in the
// case where we're trying to reduce executable size, but it turns out that the
// int32 version of this op is needed, so explicitly include it.
REGISTER(BinaryOp, CPU, "Add", functor::add, int32);
#endif // __ANDROID_TYPES_SLIM__"><pre class="notranslate"><code class="notranslate">#if defined(__ANDROID_TYPES_SLIM__)
// We only register the first type when we have multi-argument calls in the
// case where we're trying to reduce executable size, but it turns out that the
// int32 version of this op is needed, so explicitly include it.
REGISTER(BinaryOp, CPU, "Add", functor::add, int32);
#endif // __ANDROID_TYPES_SLIM__
</code></pre></div>
<p dir="auto">The second change was added because of the same error but for <code class="notranslate">Add</code> operation.</p>
<p dir="auto">Then, I have got another error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Invalid argument: No OpKernel was registered to support Op 'GatherNd' with these attrs. Registered devices: [CPU], Registered kernels:
<no registered kernels>
[[Node: GatherNd = GatherNd[Tindices=DT_INT32, Tparams=DT_FLOAT](GRU-RNN/rnn/transpose, stack)]]"><pre class="notranslate"><code class="notranslate">Invalid argument: No OpKernel was registered to support Op 'GatherNd' with these attrs. Registered devices: [CPU], Registered kernels:
<no registered kernels>
[[Node: GatherNd = GatherNd[Tindices=DT_INT32, Tparams=DT_FLOAT](GRU-RNN/rnn/transpose, stack)]]
</code></pre></div>
<p dir="auto">I think this is because python script contains <code class="notranslate">tf.gather_nd</code> function. I found that <code class="notranslate">tf_op_files.txt</code> does not contain any <code class="notranslate">gather*</code> functions, so I tried to add them manually but I don't know that exactly should I add and where. Can you please provide some information about that and probably add some issues about <code class="notranslate">Less</code> and <code class="notranslate">Add</code> operations for <code class="notranslate">Int32</code> type?</p> | <p dir="auto">I am trying to load the simple trained model, but I am facing the following issue:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="No OpKernel was registered to support Op 'RandomShuffleQueue' with these attrs
[[Node: shuffle_batch_1/random_shuffle_queue = RandomShuffleQueue[capacity=1003,
component_types=[DT_FLOAT, DT_FLOAT, DT_FLOAT], container="", min_after_dequeue=1000,
seed=0, seed2=0, shapes=[[227,227,3], [10], [18]], shared_name=""]()]]"><pre class="notranslate"><code class="notranslate">No OpKernel was registered to support Op 'RandomShuffleQueue' with these attrs
[[Node: shuffle_batch_1/random_shuffle_queue = RandomShuffleQueue[capacity=1003,
component_types=[DT_FLOAT, DT_FLOAT, DT_FLOAT], container="", min_after_dequeue=1000,
seed=0, seed2=0, shapes=[[227,227,3], [10], [18]], shared_name=""]()]]
</code></pre></div>
<p dir="auto">Thanks,</p> | 1 |
<p dir="auto">It used to, the code is still here, so it's probably something that changed in either OrbitControls or TransformControls</p>
<p dir="auto"><a href="https://threejs.org/examples/#misc_controls_transform" rel="nofollow">https://threejs.org/examples/#misc_controls_transform</a></p> | <p dir="auto">The <a href="https://threejs.org/examples/?q=controls#misc_controls_transform" rel="nofollow">Transform Controls</a> example isn't responding to any mouse input when you try to move the box around.</p>
<p dir="auto">This is working however on mobile Safari and mobile Chrome.</p>
<h5 dir="auto">Three.js version / on the live site</h5>
<ul dir="auto">
<li>[ X] r120</li>
</ul>
<h5 dir="auto">Browser</h5>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> All of them</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Chrome</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Firefox</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Internet Explorer</li>
</ul>
<h5 dir="auto">OS</h5>
<ul dir="auto">
<li>[X ] macOS</li>
</ul> | 1 |
<p dir="auto">Services should have a proxy subresource just like the one for pods (pods/proxy). The endpoint should be the equivalent of the current /proxy/services/[name] endpoint.</p> | <p dir="auto">We created and added "pods/proxy" subresource to remove the need for the generic top level prefix proxy. We should add the equivalent for service and convert all code to use it (code that does not have to be backwards compatible with a Kube 1.0 or 1.1 server, such as e2e). We should mark the "proxy/service" construct deprecated for 1.2.</p> | 1 |
<p dir="auto">I wrote a program to watch an incoming files in inbox folder and it's working fine, except some garbage shows on the screen, however, this works fine one Windows 10. I used the following code:</p>
<p dir="auto">import { green, magenta, red, bold, underline } from "<a href="https://deno.land/std/fmt/colors.ts" rel="nofollow">https://deno.land/std/fmt/colors.ts</a>";<br>
const success = (text: string) => {<br>
console.log(green(bold(text)));<br>
}</p>
<p dir="auto">success(<code class="notranslate">Watching the folder: C:/OpenAS2/data/inbox</code>);</p>
<p dir="auto">Shows the attached image.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/65683417/85052595-d4981400-b15e-11ea-8ac1-a80597ee359a.jpg"><img src="https://user-images.githubusercontent.com/65683417/85052595-d4981400-b15e-11ea-8ac1-a80597ee359a.jpg" alt="consolelog" style="max-width: 100%;"></a></p> | <p dir="auto">On Windows, escape sequences don't color Deno's output and display as ordinary text.</p>
<p dir="auto">For example, an error stack trace looks like:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Uncaught SyntaxError: Unexpected string
at ←[1m←[3m←[90mevaluate←[39m←[23m←[22m←[90m(←[39m←[90m$deno$/repl.ts←[39m←[90m:←[39m←[90m45←[39m←[90m:←[39m←[90m34←[39m←[90m)←[39m
at ←[1m←[3m←[90mObject.replLoop←[39m←[23m←[22m←[90m(←[39m←[90m$deno$/repl.ts←[39m←[90m:←[39m←[90m136←[39m←[90m:←[39m←[90m13←[39m←[90m)←[39m"><pre lang="none" class="notranslate"><code class="notranslate">Uncaught SyntaxError: Unexpected string
at ←[1m←[3m←[90mevaluate←[39m←[23m←[22m←[90m(←[39m←[90m$deno$/repl.ts←[39m←[90m:←[39m←[90m45←[39m←[90m:←[39m←[90m34←[39m←[90m)←[39m
at ←[1m←[3m←[90mObject.replLoop←[39m←[23m←[22m←[90m(←[39m←[90m$deno$/repl.ts←[39m←[90m:←[39m←[90m136←[39m←[90m:←[39m←[90m13←[39m←[90m)←[39m
</code></pre></div>
<p dir="auto">I hope that this can be fixed.</p> | 1 |
<h2 dir="auto">Feature request</h2>
<p dir="auto"><strong>What is the expected behavior?</strong><br>
If you do "webpack --watch" it's currently only detecting and recompiling when existing files are changed.</p>
<p dir="auto"><strong>What is motivation or use case for adding/changing the behavior?</strong><br>
I want to be able to drop new jsx files into the source directory tree, and have them automatically be compiled into the output tree.</p>
<p dir="auto"><strong>How should this be implemented in your opinion?</strong><br>
Every directory and subdirectory would have to be watched for new files (in addition to current behavior). The new feature doesn't necessarily need to support files in new directories that are created after webpack is launched, if that's harder (it probably is).</p>
<p dir="auto"><strong>Are you willing to work on this yourself?</strong><br>
yes</p> | <h2 dir="auto">Feature request</h2>
<p dir="auto"><strong>What is the expected behavior?</strong><br>
Currently, there is no way to tell Webpack to watch additional paths for changes when using <code class="notranslate">watch</code>. It would be nice if this was possible.</p>
<p dir="auto"><strong>What is motivation or use case for adding/changing the behavior?</strong><br>
In one of my projects I use <code class="notranslate">BannerPlugin</code> to add some text to the top of my Webpack bundle. This text is stored in a separate file; in my <code class="notranslate">webpack.config.js</code> I use</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="plugins: [
new webpack.BannerPlugin({
banner: fs.readFileSync('./my_text_file').toString(),
..."><pre class="notranslate"><span class="pl-s1">plugins</span>: <span class="pl-kos">[</span>
<span class="pl-k">new</span> <span class="pl-s1">webpack</span><span class="pl-kos">.</span><span class="pl-c1">BannerPlugin</span><span class="pl-kos">(</span><span class="pl-kos">{</span>
<span class="pl-c1">banner</span>: <span class="pl-s1">fs</span><span class="pl-kos">.</span><span class="pl-en">readFileSync</span><span class="pl-kos">(</span><span class="pl-s">'./my_text_file'</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">toString</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">,</span>
...</pre></div>
<p dir="auto">to pass the banner text into <code class="notranslate">BannerPlugin</code>. But Webpack doesn't watch that file, so changes to it don't trigger a rebuild.</p>
<p dir="auto"><strong>How should this be implemented in your opinion?</strong><br>
With a new <code class="notranslate">watchOptions.additional</code> option, with usage equivalent to <code class="notranslate">watchOptions.ignored</code>.</p>
<p dir="auto"><strong>Are you willing to work on this yourself?</strong><br>
yes, but not sure where to look</p> | 1 |
<p dir="auto">Hi ,</p>
<p dir="auto">The programming image that appears.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/13035720/9622656/f206616a-50ea-11e5-87d8-df21ad8f756e.png"><img src="https://cloud.githubusercontent.com/assets/13035720/9622656/f206616a-50ea-11e5-87d8-df21ad8f756e.png" alt="bug" style="max-width: 100%;"></a></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/13035720/9622652/d72af2fc-50ea-11e5-90c2-e592f89a0be1.png"><img src="https://cloud.githubusercontent.com/assets/13035720/9622652/d72af2fc-50ea-11e5-90c2-e592f89a0be1.png" alt="bug" style="max-width: 100%;"></a><br>
Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-add-a-negative-margin-to-an-element" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-add-a-negative-margin-to-an-element</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p> | <p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/target-a-specific-child-of-an-element-using-jquery#?solution=fccss%0A%20%20%24%28document%29.ready%28function%28%29%20%7B%0A%20%20%20%20%24%28%22%23target1%22%29.css%28%22color%22%2C%20%22red%22%29%3B%0A%20%20%20%20%24%28%22%23target1%22%29.prop%28%22disabled%22%2C%20true%29%3B%0A%20%20%20%20%24%28%22%23target4%22%29.remove%28%29%3B%0A%20%20%20%20%24%28%22%23target2%22%29.appendTo%28%22%23right-well%22%29%3B%0A%20%20%20%20%24%28%22%23target5%22%29.clone%28%29.appendTo%28%22%23left-well%22%29%3B%0A%20%20%20%20%24%28%22%23target1%22%29.parent%28%29.css%28%22background-color%22%2C%20%22red%22%29%3B%0A%20%20%20%20%24%28%22%23right-well%22%29.children%28%29.css%28%22color%22%2C%20%22orange%22%29%3B%0A%0A%20%20%7D%29%3B%0Afcces%0A%0A%3C!--%20Only%20change%20code%20above%20this%20line.%20--%3E%0A%0A%3Cdiv%20class%3D%22container-fluid%22%3E%0A%20%20%3Ch3%20class%3D%22text-primary%20text-center%22%3EjQuery%20Playground%3C%2Fh3%3E%0A%20%20%3Cdiv%20class%3D%22row%22%3E%0A%20%20%20%20%3Cdiv%20class%3D%22col-xs-6%22%3E%0A%20%20%20%20%20%20%3Ch4%3E%23left-well%3C%2Fh4%3E%0A%20%20%20%20%20%20%3Cdiv%20class%3D%22well%22%20id%3D%22left-well%22%3E%0A%20%20%20%20%20%20%20%20%3Cbutton%20class%3D%22btn%20btn-default%20target%22%20id%3D%22target1%22%3E%23target1%3C%2Fbutton%3E%0A%20%20%20%20%20%20%20%20%3Cbutton%20class%3D%22btn%20btn-default%20target%22%20id%3D%22target2%22%3E%23target2%3C%2Fbutton%3E%0A%20%20%20%20%20%20%20%20%3Cbutton%20class%3D%22btn%20btn-default%20target%22%20id%3D%22target3%22%3E%23target3%3C%2Fbutton%3E%0A%20%20%20%20%20%20%3C%2Fdiv%3E%0A%20%20%20%20%3C%2Fdiv%3E%0A%20%20%20%20%3Cdiv%20class%3D%22col-xs-6%22%3E%0A%20%20%20%20%20%20%3Ch4%3E%23right-well%3C%2Fh4%3E%0A%20%20%20%20%20%20%3Cdiv%20class%3D%22well%22%20id%3D%22right-well%22%3E%0A%20%20%20%20%20%20%20%20%3Cbutton%20class%3D%22btn%20btn-default%20target%22%20id%3D%22target4%22%3E%23target4%3C%2Fbutton%3E%0A%20%20%20%20%20%20%20%20%3Cbutton%20class%3D%22btn%20btn-default%20target%22%20id%3D%22target5%22%3E%23target5%3C%2Fbutton%3E%0A%20%20%20%20%20%20%20%20%3Cbutton%20class%3D%22btn%20btn-default%20target%22%20id%3D%22target6%22%3E%23target6%3C%2Fbutton%3E%0A%20%20%20%20%20%20%3C%2Fdiv%3E%0A%20%20%20%20%3C%2Fdiv%3E%0A%20%20%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A" rel="nofollow">Target a Specific Child of an Element Using jQuery</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36</code>.<br>
Please describe how to reproduce this issue, and include links to screenshots if possible.</p>
<p dir="auto">My code:</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<script>
$(document).ready(function() {
$("#target1").css("color", "red");
$("#target1").prop("disabled", true);
$("#target4").remove();
$("#target2").appendTo("#right-well");
$("#target5").clone().appendTo("#left-well");
$("#target1").parent().css("background-color", "red");
$("#right-well").children().css("color", "orange");
});
</script>
<!-- Only change code above this line. -->
<div class="container-fluid">
<h3 class="text-primary text-center">jQuery Playground</h3>
<div class="row">
<div class="col-xs-6">
<h4>#left-well</h4>
<div class="well" id="left-well">
<button class="btn btn-default target" id="target1">#target1</button>
<button class="btn btn-default target" id="target2">#target2</button>
<button class="btn btn-default target" id="target3">#target3</button>
</div>
</div>
<div class="col-xs-6">
<h4>#right-well</h4>
<div class="well" id="right-well">
<button class="btn btn-default target" id="target4">#target4</button>
<button class="btn btn-default target" id="target5">#target5</button>
<button class="btn btn-default target" id="target6">#target6</button>
</div>
</div>
</div>
</div>
"><pre class="notranslate"><span class="pl-kos"><</span><span class="pl-ent">script</span><span class="pl-kos">></span>
<span class="pl-en">$</span><span class="pl-kos">(</span><span class="pl-smi">document</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">ready</span><span class="pl-kos">(</span><span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-en">$</span><span class="pl-kos">(</span><span class="pl-s">"#target1"</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">css</span><span class="pl-kos">(</span><span class="pl-s">"color"</span><span class="pl-kos">,</span> <span class="pl-s">"red"</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-en">$</span><span class="pl-kos">(</span><span class="pl-s">"#target1"</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">prop</span><span class="pl-kos">(</span><span class="pl-s">"disabled"</span><span class="pl-kos">,</span> <span class="pl-c1">true</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-en">$</span><span class="pl-kos">(</span><span class="pl-s">"#target4"</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">remove</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-en">$</span><span class="pl-kos">(</span><span class="pl-s">"#target2"</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">appendTo</span><span class="pl-kos">(</span><span class="pl-s">"#right-well"</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-en">$</span><span class="pl-kos">(</span><span class="pl-s">"#target5"</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">clone</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">appendTo</span><span class="pl-kos">(</span><span class="pl-s">"#left-well"</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-en">$</span><span class="pl-kos">(</span><span class="pl-s">"#target1"</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">parent</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">css</span><span class="pl-kos">(</span><span class="pl-s">"background-color"</span><span class="pl-kos">,</span> <span class="pl-s">"red"</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-en">$</span><span class="pl-kos">(</span><span class="pl-s">"#right-well"</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">children</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">css</span><span class="pl-kos">(</span><span class="pl-s">"color"</span><span class="pl-kos">,</span> <span class="pl-s">"orange"</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos"></</span><span class="pl-ent">script</span><span class="pl-kos">></span>
<span class="pl-c"><!-- Only change code above this line. --></span>
<span class="pl-kos"><</span><span class="pl-ent">div</span> <span class="pl-c1">class</span>="<span class="pl-s">container-fluid</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">h3</span> <span class="pl-c1">class</span>="<span class="pl-s">text-primary text-center</span>"<span class="pl-kos">></span>jQuery Playground<span class="pl-kos"></</span><span class="pl-ent">h3</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">div</span> <span class="pl-c1">class</span>="<span class="pl-s">row</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">div</span> <span class="pl-c1">class</span>="<span class="pl-s">col-xs-6</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">h4</span><span class="pl-kos">></span>#left-well<span class="pl-kos"></</span><span class="pl-ent">h4</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">div</span> <span class="pl-c1">class</span>="<span class="pl-s">well</span>" <span class="pl-c1">id</span>="<span class="pl-s">left-well</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">button</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-default target</span>" <span class="pl-c1">id</span>="<span class="pl-s">target1</span>"<span class="pl-kos">></span>#target1<span class="pl-kos"></</span><span class="pl-ent">button</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">button</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-default target</span>" <span class="pl-c1">id</span>="<span class="pl-s">target2</span>"<span class="pl-kos">></span>#target2<span class="pl-kos"></</span><span class="pl-ent">button</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">button</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-default target</span>" <span class="pl-c1">id</span>="<span class="pl-s">target3</span>"<span class="pl-kos">></span>#target3<span class="pl-kos"></</span><span class="pl-ent">button</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">div</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">div</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">div</span> <span class="pl-c1">class</span>="<span class="pl-s">col-xs-6</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">h4</span><span class="pl-kos">></span>#right-well<span class="pl-kos"></</span><span class="pl-ent">h4</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">div</span> <span class="pl-c1">class</span>="<span class="pl-s">well</span>" <span class="pl-c1">id</span>="<span class="pl-s">right-well</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">button</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-default target</span>" <span class="pl-c1">id</span>="<span class="pl-s">target4</span>"<span class="pl-kos">></span>#target4<span class="pl-kos"></</span><span class="pl-ent">button</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">button</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-default target</span>" <span class="pl-c1">id</span>="<span class="pl-s">target5</span>"<span class="pl-kos">></span>#target5<span class="pl-kos"></</span><span class="pl-ent">button</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">button</span> <span class="pl-c1">class</span>="<span class="pl-s">btn btn-default target</span>" <span class="pl-c1">id</span>="<span class="pl-s">target6</span>"<span class="pl-kos">></span>#target6<span class="pl-kos"></</span><span class="pl-ent">button</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">div</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">div</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">div</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">div</span><span class="pl-kos">></span></pre></div> | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1897" rel="nofollow">http://projects.scipy.org/numpy/ticket/1897</a> on 2011-07-07 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jpaalasm/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jpaalasm">@jpaalasm</a>, assigned to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/pierregm/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/pierregm">@pierregm</a>.</em></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pickle; import numpy; numpy.__version__
'1.5.1'
>>> ma = numpy.ma.MaskedArray([0, 0, 0], mask=True)
>>> m = ma[0]
>>> m
masked
>>> pickle.dumps(m)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/pickle.py", line 1374, in dumps
Pickler(file, protocol).dump(obj)
File "/usr/lib/python2.7/pickle.py", line 224, in dump
self.save(obj)
File "/usr/lib/python2.7/pickle.py", line 306, in save
rv = reduce(self.proto)
File "/usr/lib/pymodules/python2.7/numpy/ma/core.py", line 5494, in __reduce__
self.__getstate__())
File "/usr/lib/pymodules/python2.7/numpy/ma/core.py", line 5467, in __getstate__
self._fill_value,
AttributeError: 'MaskedConstant' object has no attribute '_fill_value'
>>> "><pre class="notranslate"><code class="notranslate">Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pickle; import numpy; numpy.__version__
'1.5.1'
>>> ma = numpy.ma.MaskedArray([0, 0, 0], mask=True)
>>> m = ma[0]
>>> m
masked
>>> pickle.dumps(m)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/pickle.py", line 1374, in dumps
Pickler(file, protocol).dump(obj)
File "/usr/lib/python2.7/pickle.py", line 224, in dump
self.save(obj)
File "/usr/lib/python2.7/pickle.py", line 306, in save
rv = reduce(self.proto)
File "/usr/lib/pymodules/python2.7/numpy/ma/core.py", line 5494, in __reduce__
self.__getstate__())
File "/usr/lib/pymodules/python2.7/numpy/ma/core.py", line 5467, in __getstate__
self._fill_value,
AttributeError: 'MaskedConstant' object has no attribute '_fill_value'
>>>
</code></pre></div> | <p dir="auto">There is a decent amount of overlap in <a href="https://github.com/numpy/numpy/blob/main/doc/source/dev/index.rst#building-docs">documentation subsection of the dev/index page</a> and the more detailed <a href="https://github.com/numpy/numpy/blob/main/doc/source/docs/howto_build_docs.rst">documentation build instructions</a>.</p>
<p dir="auto">There may be an opportunity to reduce duplication here, e.g. by removing most of the details about building docs from dev/index and linking to the <code class="notranslate">howto_build_docs</code> article instead.</p>
<p dir="auto">Pinging <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Mukulikaa/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Mukulikaa">@Mukulikaa</a> since you've recently rewritten the latter document.</p> | 0 |
<p dir="auto">Simply trying to add <code class="notranslate">OrbitControls</code> to <code class="notranslate">three.min.js</code> by following the instructions in the Wiki. Working from a fresh clone of the master branch of r120 on a Windows 10 machine with current Node and npm. Added the line</p>
<p dir="auto"><code class="notranslate">export { OrbitControls } from '../examples/jsm/controls/OrbitControls.js';</code></p>
<p dir="auto">to <code class="notranslate">src/Three.js</code> and ran <code class="notranslate">npm install</code> followed by <code class="notranslate">npm run build-closure</code>. The resulting file is twice as big as expected, and further runs of the build keep increasing file sizes. Either something critical is missing from the Wiki instructions or there is an error somewhere.</p> | <p dir="auto">Ricardo, why did you delete the reported issue?<br>
I'm a 3DS Max user since the DOS era, so I know very well what I'm saying.<br>
Again:</p>
<ul dir="auto">
<li>import an object (OBJ, DAE, whatever) with many childrens.</li>
<li>perform some scale/rotation/position changes on the imported object (all the childrens will be afected).</li>
<li>detach one children (the mesh)</li>
<li>create a new GROUP</li>
<li>attach that mesh to the group.</li>
</ul>
<p dir="auto">Result: everything is messed up !<br>
That previous child object will get position and rotation (0,0,0) and scale(1,1,1).<br>
And that's wrong!<br>
Perform the same operations with 3DS Max.<br>
The new group (parent) will not mess up the new children parameters.</p>
<p dir="auto">cheers</p> | 0 |
<hr>
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: No</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: CentOS</li>
<li><strong>TensorFlow installed from (source or binary)</strong>: source</li>
<li><strong>TensorFlow version (use command below)</strong>: master</li>
<li><strong>Python version</strong>: 2.7</li>
<li><strong>Bazel version (if compiling from source)</strong>:</li>
<li><strong>GCC/Compiler version (if compiling from source)</strong>:</li>
<li><strong>CUDA/cuDNN version</strong>:</li>
<li><strong>GPU model and memory</strong>:</li>
<li><strong>Exact command to reproduce</strong>:</li>
</ul>
<h3 dir="auto">Describe the problem</h3>
<p dir="auto">I found MultiWorkerMirroredStrategy has been supported in Estimator. However, it seems that only works with in-graph mode. And the comments here shows it will support between-graph mode in the future.</p>
<p dir="auto"><code class="notranslate"># TODO(yuefengz): support between-graph replication.</code></p>
<p dir="auto">I want to know the progress of the between-graph development. Whether it is in progress or even has not started yet? If it has been in progress, when does it release in master branch?</p>
<p dir="auto">Thank you.</p> | <p dir="auto">The tf.image.resize_images() seems to use a strange padding option, which one is not clear to me at the moment. I tried to replicate the bilinear interpolation with various padding options in for example skimage, but cant replicate the behaviour.</p>
<p dir="auto">It would be nice to be able to set the padding option used in tf.images.resize_images(), or document what is used at least.</p>
<p dir="auto">Example code for comparing the results of tf.images.resize_images() and skimage transform:<br>
Looks like tf.images.resize_images() does some weird unsymmetrical padding!?<br>
Using tensorflow 0.12.1:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import tensorflow as tf
import tensorlayer as tl
import numpy as np
import skimage
from scipy.misc import imread, imresize, imsave
sess = tf.InteractiveSession()
#create simple test image
imsize = 3
xa, ya = np.ogrid[:imsize, :imsize]
img = np.repeat((xa + ya)[..., np.newaxis], 3, 2) / float(imsize + imsize)
x = tf.placeholder(tf.float32, [1, imsize, imsize, 3])
y = tf.image.resize_images(x,(imsize*3, imsize*3))
sess.run(tf.global_variables_initializer())
upsampled_tf_result = sess.run(y, feed_dict={x: [img]})
upsampled_skimage_result = skimage.transform.rescale(img,
3,
mode='symmetric',
cval=0,
order=1,
preserve_range=False)
print(np.allclose(upsampled_tf_result, upsampled_skimage_result))
imsave('upsampled_tf_result.png', np.squeeze(upsampled_tf_result))
imsave('upsampled_skimage_result.png', upsampled_skimage_result)"><pre class="notranslate"><code class="notranslate">import tensorflow as tf
import tensorlayer as tl
import numpy as np
import skimage
from scipy.misc import imread, imresize, imsave
sess = tf.InteractiveSession()
#create simple test image
imsize = 3
xa, ya = np.ogrid[:imsize, :imsize]
img = np.repeat((xa + ya)[..., np.newaxis], 3, 2) / float(imsize + imsize)
x = tf.placeholder(tf.float32, [1, imsize, imsize, 3])
y = tf.image.resize_images(x,(imsize*3, imsize*3))
sess.run(tf.global_variables_initializer())
upsampled_tf_result = sess.run(y, feed_dict={x: [img]})
upsampled_skimage_result = skimage.transform.rescale(img,
3,
mode='symmetric',
cval=0,
order=1,
preserve_range=False)
print(np.allclose(upsampled_tf_result, upsampled_skimage_result))
imsave('upsampled_tf_result.png', np.squeeze(upsampled_tf_result))
imsave('upsampled_skimage_result.png', upsampled_skimage_result)
</code></pre></div> | 0 |
<p dir="auto">I'm used to this from KeyPirinha (well, a plugin), so bear with me:</p>
<p dir="auto">I'd like to be able to sleep, restart, shut down, log off and hibernate from PTR. I could make programs to do this and have them in my start menu to work around this for now, but this feels like something that would (a) not bloat the runner and (b) be quite universally useful</p> | <p dir="auto">As per this twitter <a href="https://twitter.com/vcsjones/status/1254099596143460354" rel="nofollow">conversation</a>, it would be nice to have the ability to execute system commands such as sleep, shutdown ,and switch user account from within the launcher via the use of friendly keywords.</p>
<p dir="auto">Some keyword examples:<br>
"sleep" - send the PC to sleep<br>
"hibernate" - send the PC to sleep<br>
"shutdown" - shut the PC down<br>
"switch user" - switch user account</p>
<p dir="auto">As current if we search for Sleep from within Windows Search we are only given the option to view Sleep and power settings. It is possible to run such commands from Win + R, although our command will instead look like this <code class="notranslate">rundll32.exe powrprof.dll,SetSuspendState 0,1,0</code>, not quite user friendly to be honest! :)</p>
<p dir="auto">Screenshot taken from the twitter conversation showing how we could prioritize the UI for common Windows system commands above the search result.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/14894973/80318160-f381c600-87ff-11ea-8337-256173275a2c.png"><img src="https://user-images.githubusercontent.com/14894973/80318160-f381c600-87ff-11ea-8337-256173275a2c.png" alt="image" style="max-width: 100%;"></a></p> | 1 |
<p dir="auto">One of the great features of IPython is that you are able to embed it in a currently executing program <code class="notranslate">IPython.embed()</code> so you can muck around with the current state at that point. This would be a great feature to support with the new REPL.</p> | <p dir="auto">Debugging code is currently print() based. This isn't a particularly great solution.</p>
<p dir="auto">Spun this issue off of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3472205" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/502" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/502/hovercard" href="https://github.com/JuliaLang/julia/issues/502">#502</a> so maybe we can put that one back on topic. (My fault for bringing it up)</p> | 1 |
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p>
<p dir="auto">Report a bug</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
My bundle gets compiled several times.</p>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong><br>
I'm creating a webpack boilerplate for my personal projects, you can check it on this repo on the <code class="notranslate">cleanup</code> branch <a href="https://github.com/alejandronanez/webpack-boilerplate/tree/cleanup">https://github.com/alejandronanez/webpack-boilerplate/tree/cleanup</a></p>
<ol dir="auto">
<li><code class="notranslate">npm start</code></li>
<li>Add a few lines to <code class="notranslate">src/styles/app.scss</code> - a few empty new lines will do the trick</li>
<li>CTRL + C to stop the process</li>
<li><code class="notranslate">npm start</code> again</li>
<li>You should start seeing the bundle compiles on a loop for a while, and then it will stop</li>
</ol>
<p dir="auto">Here's a GIF with what is happening:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/464978/27987858-77b8a2d8-63da-11e7-8f5b-897f4f5de977.gif"><img src="https://user-images.githubusercontent.com/464978/27987858-77b8a2d8-63da-11e7-8f5b-897f4f5de977.gif" alt="webpack" data-animated-image="" style="max-width: 100%;"></a></p>
<p dir="auto"><strong>What is the expected behavior?</strong></p>
<p dir="auto">The looping should not occur.</p>
<p dir="auto"><strong>If this is a feature request, what is motivation or use case for changing the behavior?</strong></p>
<p dir="auto"><strong>Please mention other relevant information such as the browser version, Node.js version, webpack version and Operating System.</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="node: 8.1.3 && LTS
npm: 5.1.0
OSX: 10.12.5
webpack version: 3.1.0 && 2.6.1"><pre class="notranslate"><code class="notranslate">node: 8.1.3 && LTS
npm: 5.1.0
OSX: 10.12.5
webpack version: 3.1.0 && 2.6.1
</code></pre></div> | <p dir="auto"><strong>Bug: I'm using webpack to build the server using target node, but the output claims requireEnsure as undefined!</strong></p>
<p dir="auto"><code class="notranslate">TypeError: __webpack_require__.e is not a function</code></p>
<p dir="auto">The function is related to webpack requireEnsure. It makes totally sense that we don't have requireEnsure (which appends html to the DOM) on the server, but why it's requiring it?</p>
<p dir="auto">The webpack configuration for the server is down to the following:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[2] { devtool: 'source-map',
[2] context: '/opt/app',
[2] resolve:
[2] { modules: [ 'node_modules' ],
[2] extensions: [ '.json', '.js', '.jsx', '.css', '.scss' ] },
[2] module:
[2] { rules:
[2] [ { test: /\.css$/,
[2] include: /(flexboxgrid|normalize\.css)/,
[2] use:
[2] [ { loader: 'css-loader/locals',
[2] options: { modules: true, importLoaders: 2, localIdentName: '[local]' } },
[2] { loader: 'autoprefixer-loader',
[2] options: { browsers: 'last 2 version' } } ] },
[2] { test: /\.jsx?$/,
[2] exclude: /node_modules/,
[2] use:
[2] [ { loader: 'babel-loader',
[2] options:
[2] { plugins:
[2] [ 'transform-runtime',
[2] 'add-module-exports',
[2] 'transform-decorators-legacy',
[2] 'transform-react-display-name',
[2] 'transform-class-properties',
[2] [ 'react-intl',
[2] { messagesDir: './build/messages/', enforceDescriptions: true } ],
[2] [ 'root-import',
[2] [ { rootPathPrefix: '~', rootPathSuffix: 'src' },
[2] { rootPathPrefix: '@', rootPathSuffix: 'rest' },
[2] { rootPathPrefix: '#', rootPathSuffix: 'src/modules' } ] ],
[2] 'syntax-dynamic-import' ],
[2] presets: [ 'react', 'es2015', 'stage-0' ],
[2] ignore: [ 'node_modules' ] } } ] },
[2] { test: /\.less$/,
[2] use:
[2] [ { loader: 'css-loader/locals',
[2] options:
[2] { modules: true,
[2] importLoaders: 2,
[2] sourceMap: true,
[2] localIdentName: '[local]___[hash:base64:5]' } },
[2] { loader: 'autoprefixer-loader',
[2] options: { browsers: 'last 2 version' } },
[2] { loader: 'less-loader',
[2] options: { outputStyle: 'expanded', sourceMap: true } } ] },
[2] { test: /\.scss$/,
[2] use:
[2] [ { loader: 'css-loader/locals',
[2] options:
[2] { modules: true,
[2] importLoaders: 2,
[2] sourceMap: true,
[2] localIdentName: '[local]___[hash:base64:5]' } },
[2] { loader: 'autoprefixer-loader',
[2] options: { browsers: 'last 2 version' } },
[2] { loader: 'sass-loader',
[2] options: { outputStyle: 'expanded', sourceMap: true } } ] },
[2] { test: /\.woff(\?v=\d+\.\d+\.\d+)?$/,
[2] use:
[2] [ { loader: 'url-loader',
[2] options:
[2] { limit: 10000,
[2] mimetype: 'application/font-woff',
[2] emitFile: false } } ] },
[2] { test: /\.woff2(\?v=\d+\.\d+\.\d+)?$/,
[2] use:
[2] [ { loader: 'url-loader',
[2] options:
[2] { limit: 10000,
[2] mimetype: 'application/font-woff',
[2] emitFile: false } } ] },
[2] { test: /\.ttf(\?v=\d+\.\d+\.\d+)?$/,
[2] use:
[2] [ { loader: 'url-loader',
[2] options:
[2] { limit: 10000,
[2] mimetype: 'application/octet-stream',
[2] emitFile: false } } ] },
[2] { test: /\.eot(\?v=\d+\.\d+\.\d+)?$/,
[2] use: [ { loader: 'file-loader', options: { emitFile: false } } ] },
[2] { test: /\.svg(\?v=\d+\.\d+\.\d+)?$/,
[2] use:
[2] [ { loader: 'url-loader',
[2] options:
[2] { limit: 10000,
[2] mimetype: 'application/octet-stream',
[2] emitFile: false } } ] },
[2] { test: /\.(jpg|png|jpeg|gif|svg)$/,
[2] use:
[2] [ { loader: 'url-loader',
[2] options: { limit: 10240, emitFile: false } } ] } ] },
[2] plugins:
[2] [ DefinePlugin {
[2] definitions:
[2] { __CLIENT__: false,
[2] __SERVER__: true,
[2] __DEVELOPMENT__: true,
[2] __DEVTOOLS__: true } },
[2] LimitChunkCountPlugin { options: { maxChunks: 1 } } ],
[2] name: 'server',
[2] output:
[2] { path: '/opt/app/build/server',
[2] libraryTarget: 'commonjs2',
[2] filename: '[name].js',
[2] chunkFilename: '[name].js',
[2] pathinfo: true },
[2] entry: { server: [ './src/server.js' ] },
[2] target: 'node',
[2] node: { __dirname: false, __filename: false },
[2] externals: [ [Function] ] }"><pre class="notranslate"><code class="notranslate">[2] { devtool: 'source-map',
[2] context: '/opt/app',
[2] resolve:
[2] { modules: [ 'node_modules' ],
[2] extensions: [ '.json', '.js', '.jsx', '.css', '.scss' ] },
[2] module:
[2] { rules:
[2] [ { test: /\.css$/,
[2] include: /(flexboxgrid|normalize\.css)/,
[2] use:
[2] [ { loader: 'css-loader/locals',
[2] options: { modules: true, importLoaders: 2, localIdentName: '[local]' } },
[2] { loader: 'autoprefixer-loader',
[2] options: { browsers: 'last 2 version' } } ] },
[2] { test: /\.jsx?$/,
[2] exclude: /node_modules/,
[2] use:
[2] [ { loader: 'babel-loader',
[2] options:
[2] { plugins:
[2] [ 'transform-runtime',
[2] 'add-module-exports',
[2] 'transform-decorators-legacy',
[2] 'transform-react-display-name',
[2] 'transform-class-properties',
[2] [ 'react-intl',
[2] { messagesDir: './build/messages/', enforceDescriptions: true } ],
[2] [ 'root-import',
[2] [ { rootPathPrefix: '~', rootPathSuffix: 'src' },
[2] { rootPathPrefix: '@', rootPathSuffix: 'rest' },
[2] { rootPathPrefix: '#', rootPathSuffix: 'src/modules' } ] ],
[2] 'syntax-dynamic-import' ],
[2] presets: [ 'react', 'es2015', 'stage-0' ],
[2] ignore: [ 'node_modules' ] } } ] },
[2] { test: /\.less$/,
[2] use:
[2] [ { loader: 'css-loader/locals',
[2] options:
[2] { modules: true,
[2] importLoaders: 2,
[2] sourceMap: true,
[2] localIdentName: '[local]___[hash:base64:5]' } },
[2] { loader: 'autoprefixer-loader',
[2] options: { browsers: 'last 2 version' } },
[2] { loader: 'less-loader',
[2] options: { outputStyle: 'expanded', sourceMap: true } } ] },
[2] { test: /\.scss$/,
[2] use:
[2] [ { loader: 'css-loader/locals',
[2] options:
[2] { modules: true,
[2] importLoaders: 2,
[2] sourceMap: true,
[2] localIdentName: '[local]___[hash:base64:5]' } },
[2] { loader: 'autoprefixer-loader',
[2] options: { browsers: 'last 2 version' } },
[2] { loader: 'sass-loader',
[2] options: { outputStyle: 'expanded', sourceMap: true } } ] },
[2] { test: /\.woff(\?v=\d+\.\d+\.\d+)?$/,
[2] use:
[2] [ { loader: 'url-loader',
[2] options:
[2] { limit: 10000,
[2] mimetype: 'application/font-woff',
[2] emitFile: false } } ] },
[2] { test: /\.woff2(\?v=\d+\.\d+\.\d+)?$/,
[2] use:
[2] [ { loader: 'url-loader',
[2] options:
[2] { limit: 10000,
[2] mimetype: 'application/font-woff',
[2] emitFile: false } } ] },
[2] { test: /\.ttf(\?v=\d+\.\d+\.\d+)?$/,
[2] use:
[2] [ { loader: 'url-loader',
[2] options:
[2] { limit: 10000,
[2] mimetype: 'application/octet-stream',
[2] emitFile: false } } ] },
[2] { test: /\.eot(\?v=\d+\.\d+\.\d+)?$/,
[2] use: [ { loader: 'file-loader', options: { emitFile: false } } ] },
[2] { test: /\.svg(\?v=\d+\.\d+\.\d+)?$/,
[2] use:
[2] [ { loader: 'url-loader',
[2] options:
[2] { limit: 10000,
[2] mimetype: 'application/octet-stream',
[2] emitFile: false } } ] },
[2] { test: /\.(jpg|png|jpeg|gif|svg)$/,
[2] use:
[2] [ { loader: 'url-loader',
[2] options: { limit: 10240, emitFile: false } } ] } ] },
[2] plugins:
[2] [ DefinePlugin {
[2] definitions:
[2] { __CLIENT__: false,
[2] __SERVER__: true,
[2] __DEVELOPMENT__: true,
[2] __DEVTOOLS__: true } },
[2] LimitChunkCountPlugin { options: { maxChunks: 1 } } ],
[2] name: 'server',
[2] output:
[2] { path: '/opt/app/build/server',
[2] libraryTarget: 'commonjs2',
[2] filename: '[name].js',
[2] chunkFilename: '[name].js',
[2] pathinfo: true },
[2] entry: { server: [ './src/server.js' ] },
[2] target: 'node',
[2] node: { __dirname: false, __filename: false },
[2] externals: [ [Function] ] }
</code></pre></div>
<p dir="auto">The undefined function is only mentioned once in the outputted code, but the <code class="notranslate">webpackAsyncContext</code> apparently is executed for every module.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function webpackAsyncContext(req) {
var ids = map[req];
if(!ids)
return Promise.reject(new Error("Cannot find module '" + req + "'."));
return __webpack_require__.e(ids[1]).then(function() {
return __webpack_require__(ids[0]);
});
};
"><pre class="notranslate"><code class="notranslate">function webpackAsyncContext(req) {
var ids = map[req];
if(!ids)
return Promise.reject(new Error("Cannot find module '" + req + "'."));
return __webpack_require__.e(ids[1]).then(function() {
return __webpack_require__(ids[0]);
});
};
</code></pre></div>
<p dir="auto"><strong>The expected behavior</strong></p>
<p dir="auto">I believe that the build with target node shouldn't be trying to use requireEnsure, or maybe it is missing the <code class="notranslate">libraryTarget</code> for <code class="notranslate">commonjs2</code>. The problem is that the webpack outputted file is trying to execute <code class="notranslate">__webpack_require__.e</code> but it doesn't defined the method anywhere on the output, so it shouldn't be executing it.</p>
<p dir="auto"><strong>My configuration is</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="node v.7.7.2
npm 4.1.2
webpack 2.2.0
babel-core 6.24.1
babel-loader 7.0.0"><pre class="notranslate"><code class="notranslate">node v.7.7.2
npm 4.1.2
webpack 2.2.0
babel-core 6.24.1
babel-loader 7.0.0
</code></pre></div> | 0 |
<p dir="auto">add random_state parameter to SVC.predict_proba() to allow reproducibility.<br>
this is needed since SVC.predict_proba() uses cross validation</p> | <p dir="auto">From one run to another sklearn.metrics.tests.test_metrics.test_precision_recall_curve failed. Any ideas <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jnothman/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jnothman">@jnothman</a> ?</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="======================================================================
FAIL: Test Area under Receiver Operating Characteristic (ROC) curve
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/ajoly/.virtualenvs/sklearn/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/ajoly/git/scikit-learn/sklearn/metrics/tests/test_metrics.py", line 353, in test_roc_curve
assert_array_almost_equal(roc_auc, 0.90, decimal=2)
File "/Users/ajoly/.virtualenvs/sklearn/lib/python2.7/site-packages/numpy/testing/utils.py", line 812, in assert_array_almost_equal
header=('Arrays are not almost equal to %d decimals' % decimal))
File "/Users/ajoly/.virtualenvs/sklearn/lib/python2.7/site-packages/numpy/testing/utils.py", line 645, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 2 decimals
(mismatch 100.0%)
x: array(0.09919999999999998)
y: array(0.9)
>> raise AssertionError('\nArrays are not almost equal to 2 decimals\n\n(mismatch 100.0%)\n x: array(0.09919999999999998)\n y: array(0.9)')
======================================================================
FAIL: sklearn.metrics.tests.test_metrics.test_precision_recall_curve
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/ajoly/.virtualenvs/sklearn/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/ajoly/git/scikit-learn/sklearn/metrics/tests/test_metrics.py", line 866, in test_precision_recall_curve
_test_precision_recall_curve(y_true, probas_pred)
File "/Users/ajoly/git/scikit-learn/sklearn/metrics/tests/test_metrics.py", line 888, in _test_precision_recall_curve
assert_array_almost_equal(precision_recall_auc, 0.85, 2)
File "/Users/ajoly/.virtualenvs/sklearn/lib/python2.7/site-packages/numpy/testing/utils.py", line 812, in assert_array_almost_equal
header=('Arrays are not almost equal to %d decimals' % decimal))
File "/Users/ajoly/.virtualenvs/sklearn/lib/python2.7/site-packages/numpy/testing/utils.py", line 645, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 2 decimals
(mismatch 100.0%)
x: array(0.3218346431373276)
y: array(0.85)
>> raise AssertionError('\nArrays are not almost equal to 2 decimals\n\n(mismatch 100.0%)\n x: array(0.3218346431373276)\n y: array(0.85)')
"><pre class="notranslate"><code class="notranslate">======================================================================
FAIL: Test Area under Receiver Operating Characteristic (ROC) curve
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/ajoly/.virtualenvs/sklearn/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/ajoly/git/scikit-learn/sklearn/metrics/tests/test_metrics.py", line 353, in test_roc_curve
assert_array_almost_equal(roc_auc, 0.90, decimal=2)
File "/Users/ajoly/.virtualenvs/sklearn/lib/python2.7/site-packages/numpy/testing/utils.py", line 812, in assert_array_almost_equal
header=('Arrays are not almost equal to %d decimals' % decimal))
File "/Users/ajoly/.virtualenvs/sklearn/lib/python2.7/site-packages/numpy/testing/utils.py", line 645, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 2 decimals
(mismatch 100.0%)
x: array(0.09919999999999998)
y: array(0.9)
>> raise AssertionError('\nArrays are not almost equal to 2 decimals\n\n(mismatch 100.0%)\n x: array(0.09919999999999998)\n y: array(0.9)')
======================================================================
FAIL: sklearn.metrics.tests.test_metrics.test_precision_recall_curve
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/ajoly/.virtualenvs/sklearn/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/ajoly/git/scikit-learn/sklearn/metrics/tests/test_metrics.py", line 866, in test_precision_recall_curve
_test_precision_recall_curve(y_true, probas_pred)
File "/Users/ajoly/git/scikit-learn/sklearn/metrics/tests/test_metrics.py", line 888, in _test_precision_recall_curve
assert_array_almost_equal(precision_recall_auc, 0.85, 2)
File "/Users/ajoly/.virtualenvs/sklearn/lib/python2.7/site-packages/numpy/testing/utils.py", line 812, in assert_array_almost_equal
header=('Arrays are not almost equal to %d decimals' % decimal))
File "/Users/ajoly/.virtualenvs/sklearn/lib/python2.7/site-packages/numpy/testing/utils.py", line 645, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 2 decimals
(mismatch 100.0%)
x: array(0.3218346431373276)
y: array(0.85)
>> raise AssertionError('\nArrays are not almost equal to 2 decimals\n\n(mismatch 100.0%)\n x: array(0.3218346431373276)\n y: array(0.85)')
</code></pre></div> | 1 |
<p dir="auto">It cost me quite some time to figure out that if I want to have a structured representation of my underlying decision tree I can use the <code class="notranslate">tree_</code> attribute of the <a href="http://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html#examples-using-sklearn-tree-decisiontreeclassifier" rel="nofollow">DecisionTreeClassifier</a> at the bottom of the attribute list. Further down the bottom there is also an example <a href="http://scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html#sphx-glr-auto-examples-tree-plot-unveil-tree-structure-py" rel="nofollow">'Understanding the decision tree structure'</a>.</p>
<p dir="auto">However it personally took me days to figure all of this out. Mainly because I was under the assumption that <code class="notranslate">tree_</code> is intended as a private member.</p>
<p dir="auto">It is my humble opinion that the documentation is improved significantly if it is extended with sklearn.tree.Tree API reference together with an additional small treatise on the <a href="http://scikit-learn.org/stable/modules/tree.html" rel="nofollow">decision tree info page</a> similar as how the <code class="notranslate">export_graphviz</code> usage is discussed.</p> | <h4 dir="auto">Description</h4>
<p dir="auto">(Motivated by some questions in the mailing list)<br>
I couldn't find a place where the attributes of the underlying <code class="notranslate">tree_</code> objects of <code class="notranslate">DecisionTree<Classifier/Regressor></code> were documented. They're fairly useful for getting basic information about a built tree, and many people don't know where to look in the code base to find info about them (<a href="https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_tree.pyx#L490">here in _tree.pyx</a>).</p>
<p dir="auto">Is it worth linking to the file or having a page that documents all the properties?</p> | 1 |