Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 4 112 | repo_url stringlengths 33 141 | action stringclasses 3 values | title stringlengths 1 1.02k | labels stringlengths 4 1.54k | body stringlengths 1 262k | index stringclasses 17 values | text_combine stringlengths 95 262k | label stringclasses 2 values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
113,315 | 11,799,189,059 | IssuesEvent | 2020-03-18 15:31:20 | f4bjh/CharJules | https://api.github.com/repos/f4bjh/CharJules | closed | Implémentation de la LED | documentation enhancement | Traduire la table de vérité du § 3.2.3.1.2 en un schéma fonctionnel.
S'aider du simulateur sous Kicad (simili spice...) | 1.0 | Implémentation de la LED - Traduire la table de vérité du § 3.2.3.1.2 en un schéma fonctionnel.
S'aider du simulateur sous Kicad (simili spice...) | non_test | implémentation de la led traduire la table de vérité du § en un schéma fonctionnel s aider du simulateur sous kicad simili spice | 0 |
47,286 | 19,593,127,553 | IssuesEvent | 2022-01-05 15:01:54 | iremacildi/BOUN-SWE573 | https://api.github.com/repos/iremacildi/BOUN-SWE573 | closed | T24 / Create Service - BE | backend service | In service api, 'create service' endpoint needs to be done.
Service is needed to be saved in the database.
Test will be done with API call. | 1.0 | T24 / Create Service - BE - In service api, 'create service' endpoint needs to be done.
Service is needed to be saved in the database.
Test will be done with API call. | non_test | create service be in service api create service endpoint needs to be done service is needed to be saved in the database test will be done with api call | 0 |
253,818 | 8,066,339,532 | IssuesEvent | 2018-08-04 14:36:15 | linterhub/schema | https://api.github.com/repos/linterhub/schema | opened | Remove submodules from project | Priority: Medium Type: Maintenance | Need to change algorithm for update `linguist` and `spdx` list in the project.
I suggest to remove git `submodules` and use following the npm packages for an update:
- [`linguistic`][linguist] package
- [`spdx`][spdx] package
[linguist]: https://www.npmjs.com/package/language-map
[spdx]: https://www.npmjs.com/package/spdx-license-list | 1.0 | Remove submodules from project - Need to change algorithm for update `linguist` and `spdx` list in the project.
I suggest to remove git `submodules` and use following the npm packages for an update:
- [`linguistic`][linguist] package
- [`spdx`][spdx] package
[linguist]: https://www.npmjs.com/package/language-map
[spdx]: https://www.npmjs.com/package/spdx-license-list | non_test | remove submodules from project need to change algorithm for update linguist and spdx list in the project i suggest to remove git submodules and use following the npm packages for an update package package | 0 |
287,859 | 24,868,599,410 | IssuesEvent | 2022-10-27 13:45:36 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | closed | [CI] Netty4HeadBodyIsEmptyIT testTemplateExists failing with FIPS enabled | >test-failure Team:Security :Security/FIPS | This is failing in our FIPS build, it reproduced locally for me with the FIPS flag set.
**Build scan:**
https://gradle-enterprise.elastic.co/s/h3dxshexqrzfi/tests/:modules:transport-netty4:javaRestTest/org.elasticsearch.rest.Netty4HeadBodyIsEmptyIT/testTemplateExists
**Reproduction line:**
`./gradlew ':modules:transport-netty4:javaRestTest' --tests "org.elasticsearch.rest.Netty4HeadBodyIsEmptyIT.testTemplateExists" -Dtests.seed=A02E26474C28612C -Dtests.security.manager=true -Dtests.locale=en-GB -Dtests.timezone=Africa/Brazzaville -Druntime.java=11 -Dtests.fips.enabled=true`
**Applicable branches:**
master
**Reproduces locally?:**
Yes
**Failure history:**
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.rest.Netty4HeadBodyIsEmptyIT&tests.test=testTemplateExists
**Failure excerpt:**
```
org.elasticsearch.client.WarningFailureException: method [PUT], host [http://[::1]:34641], URI [/_template/template], status line [HTTP/1.1 200 OK]
Warnings: [legacy template [template] has index patterns [*] matching patterns from existing composable templates [.deprecation-indexing-template,.slm-history,.watch-history-14,ilm-history,logs,metrics,synthetics] with patterns (.deprecation-indexing-template => [.logs-deprecation.*],.slm-history => [.slm-history-5*],.watch-history-14 => [.watcher-history-14*],ilm-history => [ilm-history-5*],logs => [logs-*-*],metrics => [metrics-*-*],synthetics => [synthetics-*-*]); this template [template] may be ignored in favor of a composable template at index creation time]
{"acknowledged":true}
at __randomizedtesting.SeedInfo.seed([A02E26474C28612C:73DFDE5595D75E1F]:0)
at org.elasticsearch.client.RestClient.convertResponse(RestClient.java:326)
at org.elasticsearch.client.RestClient.performRequest(RestClient.java:296)
at org.elasticsearch.client.RestClient.performRequest(RestClient.java:270)
at org.elasticsearch.rest.Netty4HeadBodyIsEmptyIT.testTemplateExists(Netty4HeadBodyIsEmptyIT.java:128)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:566)
at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475)
at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831)
at java.lang.Thread.run(Thread.java:834)
``` | 1.0 | [CI] Netty4HeadBodyIsEmptyIT testTemplateExists failing with FIPS enabled - This is failing in our FIPS build, it reproduced locally for me with the FIPS flag set.
**Build scan:**
https://gradle-enterprise.elastic.co/s/h3dxshexqrzfi/tests/:modules:transport-netty4:javaRestTest/org.elasticsearch.rest.Netty4HeadBodyIsEmptyIT/testTemplateExists
**Reproduction line:**
`./gradlew ':modules:transport-netty4:javaRestTest' --tests "org.elasticsearch.rest.Netty4HeadBodyIsEmptyIT.testTemplateExists" -Dtests.seed=A02E26474C28612C -Dtests.security.manager=true -Dtests.locale=en-GB -Dtests.timezone=Africa/Brazzaville -Druntime.java=11 -Dtests.fips.enabled=true`
**Applicable branches:**
master
**Reproduces locally?:**
Yes
**Failure history:**
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.rest.Netty4HeadBodyIsEmptyIT&tests.test=testTemplateExists
**Failure excerpt:**
```
org.elasticsearch.client.WarningFailureException: method [PUT], host [http://[::1]:34641], URI [/_template/template], status line [HTTP/1.1 200 OK]
Warnings: [legacy template [template] has index patterns [*] matching patterns from existing composable templates [.deprecation-indexing-template,.slm-history,.watch-history-14,ilm-history,logs,metrics,synthetics] with patterns (.deprecation-indexing-template => [.logs-deprecation.*],.slm-history => [.slm-history-5*],.watch-history-14 => [.watcher-history-14*],ilm-history => [ilm-history-5*],logs => [logs-*-*],metrics => [metrics-*-*],synthetics => [synthetics-*-*]); this template [template] may be ignored in favor of a composable template at index creation time]
{"acknowledged":true}
at __randomizedtesting.SeedInfo.seed([A02E26474C28612C:73DFDE5595D75E1F]:0)
at org.elasticsearch.client.RestClient.convertResponse(RestClient.java:326)
at org.elasticsearch.client.RestClient.performRequest(RestClient.java:296)
at org.elasticsearch.client.RestClient.performRequest(RestClient.java:270)
at org.elasticsearch.rest.Netty4HeadBodyIsEmptyIT.testTemplateExists(Netty4HeadBodyIsEmptyIT.java:128)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:566)
at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475)
at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831)
at java.lang.Thread.run(Thread.java:834)
``` | test | testtemplateexists failing with fips enabled this is failing in our fips build it reproduced locally for me with the fips flag set build scan reproduction line gradlew modules transport javaresttest tests org elasticsearch rest testtemplateexists dtests seed dtests security manager true dtests locale en gb dtests timezone africa brazzaville druntime java dtests fips enabled true applicable branches master reproduces locally yes failure history failure excerpt org elasticsearch client warningfailureexception method host uri status line warnings has index patterns matching patterns from existing composable templates with patterns deprecation indexing template slm history watch history ilm history logs metrics synthetics this template may be ignored in favor of a composable template at index creation time acknowledged true at randomizedtesting seedinfo seed at org elasticsearch client restclient convertresponse restclient java at org elasticsearch client restclient performrequest restclient java at org elasticsearch client restclient performrequest restclient java at org elasticsearch rest testtemplateexists java at jdk internal reflect nativemethodaccessorimpl nativemethodaccessorimpl java at jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com carrotsearch randomizedtesting randomizedrunner invoke randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene util testrulesetupteardownchained evaluate testrulesetupteardownchained java at org apache lucene util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene util testrulethreadandtestname evaluate testrulethreadandtestname java at org apache lucene util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene util testrulemarkfailure evaluate testrulemarkfailure java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol forktimeoutingtask threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol evaluate threadleakcontrol java at com carrotsearch randomizedtesting randomizedrunner runsingletest randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at org apache lucene util abstractbeforeafterrule evaluate abstractbeforeafterrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene util testrulestoreclassname evaluate testrulestoreclassname java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene util testruleassertionsrequired evaluate testruleassertionsrequired java at org apache lucene util testrulemarkfailure evaluate testrulemarkfailure java at org apache lucene util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene util testruleignoretestsuites evaluate testruleignoretestsuites java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol lambda forktimeoutingtask threadleakcontrol java at java lang thread run thread java | 1 |
725,928 | 24,981,070,621 | IssuesEvent | 2022-11-02 11:44:49 | AY2223S1-CS2103T-T14-2/tp | https://api.github.com/repos/AY2223S1-CS2103T-T14-2/tp | closed | [PE-D][Tester B] Overly lax validation for Module | type.Enhancement priority.Low | when adding / editing a task, I can do "add tutorial 2 by/tomorrow 7pm m/dofjofjsofofjsof"
and the task is successfully added.
Perhaps there should be a check done to see if the input is a valid module code (2-4 alphabets followed by 4 digits, and an optional alphabet at the end)
<!--session: 1666944036512-07ed828d-bb02-453a-adfa-99f769784700-->
<!--Version: Web v3.4.4-->
-------------
Labels: `severity.Medium` `type.FeatureFlaw`
original: minjiunn/ped#6 | 1.0 | [PE-D][Tester B] Overly lax validation for Module - when adding / editing a task, I can do "add tutorial 2 by/tomorrow 7pm m/dofjofjsofofjsof"
and the task is successfully added.
Perhaps there should be a check done to see if the input is a valid module code (2-4 alphabets followed by 4 digits, and an optional alphabet at the end)
<!--session: 1666944036512-07ed828d-bb02-453a-adfa-99f769784700-->
<!--Version: Web v3.4.4-->
-------------
Labels: `severity.Medium` `type.FeatureFlaw`
original: minjiunn/ped#6 | non_test | overly lax validation for module when adding editing a task i can do add tutorial by tomorrow m dofjofjsofofjsof and the task is successfully added perhaps there should be a check done to see if the input is a valid module code alphabets followed by digits and an optional alphabet at the end labels severity medium type featureflaw original minjiunn ped | 0 |
98,747 | 20,793,950,825 | IssuesEvent | 2022-03-17 07:07:16 | JammerCore/JammerCore | https://api.github.com/repos/JammerCore/JammerCore | opened | Makefile: Change how JavaScript building works, set minimum spec to ES2017 (async) | toolchain and development optimization code quality CI/CD | Like #2076, change how JavaScript files are built.
Modern tools like [ESBuild](https://esbuild.github.io/) (Go) and [SWC](https://swc.rs/) (Rust) seem to be in an arms race for features and performance (I mean the SWC developer semes to think he's in one :rofl:). We should support both tools, and try to keep both pipelines working, assuming one doesn't have a _killer_ feature we can't live without.
Both tools _can_ be used as a replacement for Buble, but it's been suggested that full builds take seconds (max) with these tools.
## Prerequisites
Before we can switch away from Buble and the current builds, we need to stop using non-modules and hackery to access fucnctios
* [ ] No more `window.node_Blah` (`node_Blah`) functions in the global scope
* [ ] No more global scope Prism highlighter
* [ ] No more global scope Markdown parser
* [ ] No more global scope polyfills
* [ ] Stretch goal: new polyfill solution (I want `String.at()`). Something like https://github.com/zloirock/core-js
## Add support for ESBuild to Makefile
* [ ] ESBuild support
## Add support for SWC to Makefile
* [ ] SWC support? | 1.0 | Makefile: Change how JavaScript building works, set minimum spec to ES2017 (async) - Like #2076, change how JavaScript files are built.
Modern tools like [ESBuild](https://esbuild.github.io/) (Go) and [SWC](https://swc.rs/) (Rust) seem to be in an arms race for features and performance (I mean the SWC developer semes to think he's in one :rofl:). We should support both tools, and try to keep both pipelines working, assuming one doesn't have a _killer_ feature we can't live without.
Both tools _can_ be used as a replacement for Buble, but it's been suggested that full builds take seconds (max) with these tools.
## Prerequisites
Before we can switch away from Buble and the current builds, we need to stop using non-modules and hackery to access fucnctios
* [ ] No more `window.node_Blah` (`node_Blah`) functions in the global scope
* [ ] No more global scope Prism highlighter
* [ ] No more global scope Markdown parser
* [ ] No more global scope polyfills
* [ ] Stretch goal: new polyfill solution (I want `String.at()`). Something like https://github.com/zloirock/core-js
## Add support for ESBuild to Makefile
* [ ] ESBuild support
## Add support for SWC to Makefile
* [ ] SWC support? | non_test | makefile change how javascript building works set minimum spec to async like change how javascript files are built modern tools like go and rust seem to be in an arms race for features and performance i mean the swc developer semes to think he s in one rofl we should support both tools and try to keep both pipelines working assuming one doesn t have a killer feature we can t live without both tools can be used as a replacement for buble but it s been suggested that full builds take seconds max with these tools prerequisites before we can switch away from buble and the current builds we need to stop using non modules and hackery to access fucnctios no more window node blah node blah functions in the global scope no more global scope prism highlighter no more global scope markdown parser no more global scope polyfills stretch goal new polyfill solution i want string at something like add support for esbuild to makefile esbuild support add support for swc to makefile swc support | 0 |
21,516 | 17,199,543,094 | IssuesEvent | 2021-07-17 00:52:58 | microsoft/win32metadata | https://api.github.com/repos/microsoft/win32metadata | closed | WriteConsole missing Optional attribute in lpReserved | usability | The `lpReserved` parameter in the WriteConsoleA/WriteConsoleW functions is a pointer that can be `NULL`. According to my understanding, this means it should include the `Optional` attribute.
Issue originated from https://github.com/marlersoft/zigwin32/issues/2.
| True | WriteConsole missing Optional attribute in lpReserved - The `lpReserved` parameter in the WriteConsoleA/WriteConsoleW functions is a pointer that can be `NULL`. According to my understanding, this means it should include the `Optional` attribute.
Issue originated from https://github.com/marlersoft/zigwin32/issues/2.
| non_test | writeconsole missing optional attribute in lpreserved the lpreserved parameter in the writeconsolea writeconsolew functions is a pointer that can be null according to my understanding this means it should include the optional attribute issue originated from | 0 |
774,159 | 27,185,163,903 | IssuesEvent | 2023-02-19 05:08:16 | kot-vn/kot-vn.github.io | https://api.github.com/repos/kot-vn/kot-vn.github.io | opened | About page | Client Priority High Request Production | **Describe the solution you'd like**
- [ ] show about page
**Screenshots**
**Additional context**
| 1.0 | About page - **Describe the solution you'd like**
- [ ] show about page
**Screenshots**
**Additional context**
| non_test | about page describe the solution you d like show about page screenshots additional context | 0 |
141,311 | 18,957,442,828 | IssuesEvent | 2021-11-18 22:10:56 | snowflakedb/snowflake-jdbc | https://api.github.com/repos/snowflakedb/snowflake-jdbc | closed | CVE-2020-28491 (High) detected in jackson-dataformat-cbor-2.6.7.jar | security vulnerability | ## CVE-2020-28491 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-dataformat-cbor-2.6.7.jar</b></p></summary>
<p>Support for reading and writing Concise Binary Object Representation
([CBOR](https://www.rfc-editor.org/info/rfc7049)
encoded data using Jackson abstractions (streaming API, data binding, tree model)</p>
<p>Path to dependency file: snowflake-jdbc/public_pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.7/jackson-dataformat-cbor-2.6.7.jar</p>
<p>
Dependency Hierarchy:
- aws-java-sdk-s3-1.11.394.jar (Root Library)
- aws-java-sdk-core-1.11.394.jar
- :x: **jackson-dataformat-cbor-2.6.7.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/snowflakedb/snowflake-jdbc/commit/7fc2a27d3a13335ef88dc65254c3dcca5e7b358c">7fc2a27d3a13335ef88dc65254c3dcca5e7b358c</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
This affects the package com.fasterxml.jackson.dataformat:jackson-dataformat-cbor from 0 and before 2.11.4, from 2.12.0-rc1 and before 2.12.1. Unchecked allocation of byte buffer can cause a java.lang.OutOfMemoryError exception.
<p>Publish Date: 2021-02-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28491>CVE-2020-28491</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28491">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28491</a></p>
<p>Release Date: 2021-02-18</p>
<p>Fix Resolution: com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4, com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.1</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.dataformat","packageName":"jackson-dataformat-cbor","packageVersion":"2.6.7","packageFilePaths":["/public_pom.xml"],"isTransitiveDependency":true,"dependencyTree":"com.amazonaws:aws-java-sdk-s3:1.11.394;com.amazonaws:aws-java-sdk-core:1.11.394;com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.6.7","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4, com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.1"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-28491","vulnerabilityDetails":"This affects the package com.fasterxml.jackson.dataformat:jackson-dataformat-cbor from 0 and before 2.11.4, from 2.12.0-rc1 and before 2.12.1. Unchecked allocation of byte buffer can cause a java.lang.OutOfMemoryError exception.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28491","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-28491 (High) detected in jackson-dataformat-cbor-2.6.7.jar - ## CVE-2020-28491 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-dataformat-cbor-2.6.7.jar</b></p></summary>
<p>Support for reading and writing Concise Binary Object Representation
([CBOR](https://www.rfc-editor.org/info/rfc7049)
encoded data using Jackson abstractions (streaming API, data binding, tree model)</p>
<p>Path to dependency file: snowflake-jdbc/public_pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.7/jackson-dataformat-cbor-2.6.7.jar</p>
<p>
Dependency Hierarchy:
- aws-java-sdk-s3-1.11.394.jar (Root Library)
- aws-java-sdk-core-1.11.394.jar
- :x: **jackson-dataformat-cbor-2.6.7.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/snowflakedb/snowflake-jdbc/commit/7fc2a27d3a13335ef88dc65254c3dcca5e7b358c">7fc2a27d3a13335ef88dc65254c3dcca5e7b358c</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
This affects the package com.fasterxml.jackson.dataformat:jackson-dataformat-cbor from 0 and before 2.11.4, from 2.12.0-rc1 and before 2.12.1. Unchecked allocation of byte buffer can cause a java.lang.OutOfMemoryError exception.
<p>Publish Date: 2021-02-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28491>CVE-2020-28491</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28491">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28491</a></p>
<p>Release Date: 2021-02-18</p>
<p>Fix Resolution: com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4, com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.1</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.dataformat","packageName":"jackson-dataformat-cbor","packageVersion":"2.6.7","packageFilePaths":["/public_pom.xml"],"isTransitiveDependency":true,"dependencyTree":"com.amazonaws:aws-java-sdk-s3:1.11.394;com.amazonaws:aws-java-sdk-core:1.11.394;com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.6.7","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4, com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.1"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-28491","vulnerabilityDetails":"This affects the package com.fasterxml.jackson.dataformat:jackson-dataformat-cbor from 0 and before 2.11.4, from 2.12.0-rc1 and before 2.12.1. Unchecked allocation of byte buffer can cause a java.lang.OutOfMemoryError exception.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28491","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | non_test | cve high detected in jackson dataformat cbor jar cve high severity vulnerability vulnerable library jackson dataformat cbor jar support for reading and writing concise binary object representation encoded data using jackson abstractions streaming api data binding tree model path to dependency file snowflake jdbc public pom xml path to vulnerable library home wss scanner repository com fasterxml jackson dataformat jackson dataformat cbor jackson dataformat cbor jar dependency hierarchy aws java sdk jar root library aws java sdk core jar x jackson dataformat cbor jar vulnerable library found in head commit a href found in base branch master vulnerability details this affects the package com fasterxml jackson dataformat jackson dataformat cbor from and before from and before unchecked allocation of byte buffer can cause a java lang outofmemoryerror exception publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson dataformat jackson dataformat cbor com fasterxml jackson dataformat jackson dataformat cbor isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree com amazonaws aws java sdk com amazonaws aws java sdk core com fasterxml jackson dataformat jackson dataformat cbor isminimumfixversionavailable true minimumfixversion com fasterxml jackson dataformat jackson dataformat cbor com fasterxml jackson dataformat jackson dataformat cbor basebranches vulnerabilityidentifier cve vulnerabilitydetails this affects the package com fasterxml jackson dataformat jackson dataformat cbor from and before from and before unchecked allocation of byte buffer can cause a java lang outofmemoryerror exception vulnerabilityurl | 0 |
44,464 | 2,905,884,022 | IssuesEvent | 2015-06-19 05:17:03 | Baystation12/Baystation12 | https://api.github.com/repos/Baystation12/Baystation12 | closed | [DEV] Brig access borked | bug priority: medium | Was playing as captain, certain doors in the brig would not open for me, the ones I tested were the ones leading from the brig hallway into equipment storage (by warden's office), and from equipment storage into the briefing room. Cannot confirm if this affects only brig, but only ran into it here during testing. | 1.0 | [DEV] Brig access borked - Was playing as captain, certain doors in the brig would not open for me, the ones I tested were the ones leading from the brig hallway into equipment storage (by warden's office), and from equipment storage into the briefing room. Cannot confirm if this affects only brig, but only ran into it here during testing. | non_test | brig access borked was playing as captain certain doors in the brig would not open for me the ones i tested were the ones leading from the brig hallway into equipment storage by warden s office and from equipment storage into the briefing room cannot confirm if this affects only brig but only ran into it here during testing | 0 |
55,787 | 6,922,209,545 | IssuesEvent | 2017-11-30 01:50:20 | 18F/doi-extractives-data | https://api.github.com/repos/18F/doi-extractives-data | closed | Content: Nonenergy minerals information | 2017-additions type:content type:design workflow:testing | The IA has produced additional contextual information about nonenergy minerals. We'll need to figure out how much of this is new, where it belongs on the website, and how it should be connected to related data and context. | 1.0 | Content: Nonenergy minerals information - The IA has produced additional contextual information about nonenergy minerals. We'll need to figure out how much of this is new, where it belongs on the website, and how it should be connected to related data and context. | non_test | content nonenergy minerals information the ia has produced additional contextual information about nonenergy minerals we ll need to figure out how much of this is new where it belongs on the website and how it should be connected to related data and context | 0 |
295,025 | 25,448,690,505 | IssuesEvent | 2022-11-24 08:46:03 | wpfoodmanager/wp-food-manager | https://api.github.com/repos/wpfoodmanager/wp-food-manager | closed | Menu details page - Image section should be hide | In Testing | Menu details page - Image section should be hide.
If I have not added manually category image from the menu section then Image section should be hide.
Currently category image & food category section image is display.
Need to correct it.

| 1.0 | Menu details page - Image section should be hide - Menu details page - Image section should be hide.
If I have not added manually category image from the menu section then Image section should be hide.
Currently category image & food category section image is display.
Need to correct it.

| test | menu details page image section should be hide menu details page image section should be hide if i have not added manually category image from the menu section then image section should be hide currently category image food category section image is display need to correct it | 1 |
427,267 | 12,393,925,398 | IssuesEvent | 2020-05-20 16:08:26 | googleapis/elixir-google-api | https://api.github.com/repos/googleapis/elixir-google-api | closed | Synthesis failed for Games | autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate Games. :broken_heart:
Here's the output from running `synth.py`:
```
ing: failed to remove deps/parse_trans/ebin/parse_trans.app: Permission denied
warning: failed to remove deps/parse_trans/ebin/parse_trans_mod.beam: Permission denied
warning: failed to remove deps/parse_trans/ebin/parse_trans_codegen.beam: Permission denied
warning: failed to remove deps/parse_trans/ebin/ct_expand.beam: Permission denied
warning: failed to remove deps/parse_trans/ebin/parse_trans.beam: Permission denied
warning: failed to remove deps/parse_trans/ebin/exprecs.beam: Permission denied
warning: failed to remove deps/parse_trans/ebin/parse_trans_pp.beam: Permission denied
warning: failed to remove deps/parse_trans/.rebar3/erlcinfo: Permission denied
warning: failed to remove deps/parse_trans/hex_metadata.config: Permission denied
warning: failed to remove deps/parse_trans/README.md: Permission denied
warning: failed to remove deps/parse_trans/rebar.config: Permission denied
warning: failed to remove deps/parse_trans/include/codegen.hrl: Permission denied
warning: failed to remove deps/parse_trans/include/exprecs.hrl: Permission denied
warning: failed to remove deps/parse_trans/.fetch: Permission denied
warning: failed to remove deps/parse_trans/.hex: Permission denied
warning: failed to remove deps/idna/LICENSE: Permission denied
warning: failed to remove deps/idna/rebar.lock: Permission denied
warning: failed to remove deps/idna/src/idna.erl: Permission denied
warning: failed to remove deps/idna/src/idna_logger.hrl: Permission denied
warning: failed to remove deps/idna/src/idna_ucs.erl: Permission denied
warning: failed to remove deps/idna/src/punycode.erl: Permission denied
warning: failed to remove deps/idna/src/idna_table.erl: Permission denied
warning: failed to remove deps/idna/src/idna_context.erl: Permission denied
warning: failed to remove deps/idna/src/idna.app.src: Permission denied
warning: failed to remove deps/idna/src/idna_mapping.erl: Permission denied
warning: failed to remove deps/idna/src/idna_data.erl: Permission denied
warning: failed to remove deps/idna/src/idna_bidi.erl: Permission denied
warning: failed to remove deps/idna/ebin/idna_mapping.beam: Permission denied
warning: failed to remove deps/idna/ebin/idna_context.beam: Permission denied
warning: failed to remove deps/idna/ebin/idna_bidi.beam: Permission denied
warning: failed to remove deps/idna/ebin/punycode.beam: Permission denied
warning: failed to remove deps/idna/ebin/idna_table.beam: Permission denied
warning: failed to remove deps/idna/ebin/idna_data.beam: Permission denied
warning: failed to remove deps/idna/ebin/idna_ucs.beam: Permission denied
warning: failed to remove deps/idna/ebin/idna.app: Permission denied
warning: failed to remove deps/idna/ebin/idna.beam: Permission denied
warning: failed to remove deps/idna/.rebar3/erlcinfo: Permission denied
warning: failed to remove deps/idna/hex_metadata.config: Permission denied
warning: failed to remove deps/idna/README.md: Permission denied
warning: failed to remove deps/idna/rebar.config: Permission denied
warning: failed to remove deps/idna/.fetch: Permission denied
warning: failed to remove deps/idna/rebar.config.script: Permission denied
warning: failed to remove deps/idna/.hex: Permission denied
warning: failed to remove deps/hackney/MAINTAINERS: Permission denied
warning: failed to remove deps/hackney/LICENSE: Permission denied
warning: failed to remove deps/hackney/rebar.lock: Permission denied
warning: failed to remove deps/hackney/src/hackney_ssl.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_response.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_tcp.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_http.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_cookie.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_url.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_headers.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney.app.src: Permission denied
warning: failed to remove deps/hackney/src/hackney_pool_handler.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_trace.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_multipart.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_headers_new.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_http_connect.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_util.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_socks5.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_request.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_app.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_internal.hrl: Permission denied
warning: failed to remove deps/hackney/src/hackney_date.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_manager.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_connect.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_bstr.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_sup.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_local_tcp.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_stream.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_pool.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_metrics.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_methods.hrl: Permission denied
warning: failed to remove deps/hackney/NOTICE: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_pool.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_trace.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_pool_handler.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_headers.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_url.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_manager.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_metrics.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_stream.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_sup.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_multipart.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_http.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_socks5.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_app.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_http_connect.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_response.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney.app: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_headers_new.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_cookie.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_request.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_util.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_connect.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_date.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_ssl.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_bstr.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_tcp.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_local_tcp.beam: Permission denied
warning: failed to remove deps/hackney/.rebar3/erlcinfo: Permission denied
warning: failed to remove deps/hackney/hex_metadata.config: Permission denied
warning: failed to remove deps/hackney/README.md: Permission denied
warning: failed to remove deps/hackney/rebar.config: Permission denied
warning: failed to remove deps/hackney/include/hackney.hrl: Permission denied
warning: failed to remove deps/hackney/include/hackney_lib.hrl: Permission denied
warning: failed to remove deps/hackney/.fetch: Permission denied
warning: failed to remove deps/hackney/.hex: Permission denied
warning: failed to remove deps/hackney/NEWS.md: Permission denied
Removing __pycache__/
Removing specifications/gdd/Games-v1.json
Traceback (most recent call last):
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 559, in _inner_main
sys.exit(EXIT_CODE_SKIPPED)
SystemExit: 28
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 615, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 476, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 611, in _inner_main
executor.check_call(["git", "clean", "-fdx"], cwd=working_repo_path)
File "/tmpfs/src/github/synthtool/autosynth/executor.py", line 29, in check_call
subprocess.check_call(command, **args)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['git', 'clean', '-fdx']' returned non-zero exit status 1.
```
Google internal developers can see the full log [here](http://sponge/c19bc74d-4d42-4305-94c3-323bf90f3ebc).
| 1.0 | Synthesis failed for Games - Hello! Autosynth couldn't regenerate Games. :broken_heart:
Here's the output from running `synth.py`:
```
ing: failed to remove deps/parse_trans/ebin/parse_trans.app: Permission denied
warning: failed to remove deps/parse_trans/ebin/parse_trans_mod.beam: Permission denied
warning: failed to remove deps/parse_trans/ebin/parse_trans_codegen.beam: Permission denied
warning: failed to remove deps/parse_trans/ebin/ct_expand.beam: Permission denied
warning: failed to remove deps/parse_trans/ebin/parse_trans.beam: Permission denied
warning: failed to remove deps/parse_trans/ebin/exprecs.beam: Permission denied
warning: failed to remove deps/parse_trans/ebin/parse_trans_pp.beam: Permission denied
warning: failed to remove deps/parse_trans/.rebar3/erlcinfo: Permission denied
warning: failed to remove deps/parse_trans/hex_metadata.config: Permission denied
warning: failed to remove deps/parse_trans/README.md: Permission denied
warning: failed to remove deps/parse_trans/rebar.config: Permission denied
warning: failed to remove deps/parse_trans/include/codegen.hrl: Permission denied
warning: failed to remove deps/parse_trans/include/exprecs.hrl: Permission denied
warning: failed to remove deps/parse_trans/.fetch: Permission denied
warning: failed to remove deps/parse_trans/.hex: Permission denied
warning: failed to remove deps/idna/LICENSE: Permission denied
warning: failed to remove deps/idna/rebar.lock: Permission denied
warning: failed to remove deps/idna/src/idna.erl: Permission denied
warning: failed to remove deps/idna/src/idna_logger.hrl: Permission denied
warning: failed to remove deps/idna/src/idna_ucs.erl: Permission denied
warning: failed to remove deps/idna/src/punycode.erl: Permission denied
warning: failed to remove deps/idna/src/idna_table.erl: Permission denied
warning: failed to remove deps/idna/src/idna_context.erl: Permission denied
warning: failed to remove deps/idna/src/idna.app.src: Permission denied
warning: failed to remove deps/idna/src/idna_mapping.erl: Permission denied
warning: failed to remove deps/idna/src/idna_data.erl: Permission denied
warning: failed to remove deps/idna/src/idna_bidi.erl: Permission denied
warning: failed to remove deps/idna/ebin/idna_mapping.beam: Permission denied
warning: failed to remove deps/idna/ebin/idna_context.beam: Permission denied
warning: failed to remove deps/idna/ebin/idna_bidi.beam: Permission denied
warning: failed to remove deps/idna/ebin/punycode.beam: Permission denied
warning: failed to remove deps/idna/ebin/idna_table.beam: Permission denied
warning: failed to remove deps/idna/ebin/idna_data.beam: Permission denied
warning: failed to remove deps/idna/ebin/idna_ucs.beam: Permission denied
warning: failed to remove deps/idna/ebin/idna.app: Permission denied
warning: failed to remove deps/idna/ebin/idna.beam: Permission denied
warning: failed to remove deps/idna/.rebar3/erlcinfo: Permission denied
warning: failed to remove deps/idna/hex_metadata.config: Permission denied
warning: failed to remove deps/idna/README.md: Permission denied
warning: failed to remove deps/idna/rebar.config: Permission denied
warning: failed to remove deps/idna/.fetch: Permission denied
warning: failed to remove deps/idna/rebar.config.script: Permission denied
warning: failed to remove deps/idna/.hex: Permission denied
warning: failed to remove deps/hackney/MAINTAINERS: Permission denied
warning: failed to remove deps/hackney/LICENSE: Permission denied
warning: failed to remove deps/hackney/rebar.lock: Permission denied
warning: failed to remove deps/hackney/src/hackney_ssl.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_response.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_tcp.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_http.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_cookie.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_url.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_headers.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney.app.src: Permission denied
warning: failed to remove deps/hackney/src/hackney_pool_handler.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_trace.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_multipart.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_headers_new.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_http_connect.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_util.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_socks5.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_request.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_app.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_internal.hrl: Permission denied
warning: failed to remove deps/hackney/src/hackney_date.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_manager.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_connect.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_bstr.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_sup.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_local_tcp.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_stream.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_pool.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_metrics.erl: Permission denied
warning: failed to remove deps/hackney/src/hackney_methods.hrl: Permission denied
warning: failed to remove deps/hackney/NOTICE: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_pool.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_trace.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_pool_handler.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_headers.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_url.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_manager.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_metrics.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_stream.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_sup.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_multipart.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_http.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_socks5.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_app.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_http_connect.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_response.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney.app: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_headers_new.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_cookie.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_request.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_util.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_connect.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_date.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_ssl.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_bstr.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_tcp.beam: Permission denied
warning: failed to remove deps/hackney/ebin/hackney_local_tcp.beam: Permission denied
warning: failed to remove deps/hackney/.rebar3/erlcinfo: Permission denied
warning: failed to remove deps/hackney/hex_metadata.config: Permission denied
warning: failed to remove deps/hackney/README.md: Permission denied
warning: failed to remove deps/hackney/rebar.config: Permission denied
warning: failed to remove deps/hackney/include/hackney.hrl: Permission denied
warning: failed to remove deps/hackney/include/hackney_lib.hrl: Permission denied
warning: failed to remove deps/hackney/.fetch: Permission denied
warning: failed to remove deps/hackney/.hex: Permission denied
warning: failed to remove deps/hackney/NEWS.md: Permission denied
Removing __pycache__/
Removing specifications/gdd/Games-v1.json
Traceback (most recent call last):
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 559, in _inner_main
sys.exit(EXIT_CODE_SKIPPED)
SystemExit: 28
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 615, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 476, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 611, in _inner_main
executor.check_call(["git", "clean", "-fdx"], cwd=working_repo_path)
File "/tmpfs/src/github/synthtool/autosynth/executor.py", line 29, in check_call
subprocess.check_call(command, **args)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['git', 'clean', '-fdx']' returned non-zero exit status 1.
```
Google internal developers can see the full log [here](http://sponge/c19bc74d-4d42-4305-94c3-323bf90f3ebc).
| non_test | synthesis failed for games hello autosynth couldn t regenerate games broken heart here s the output from running synth py ing failed to remove deps parse trans ebin parse trans app permission denied warning failed to remove deps parse trans ebin parse trans mod beam permission denied warning failed to remove deps parse trans ebin parse trans codegen beam permission denied warning failed to remove deps parse trans ebin ct expand beam permission denied warning failed to remove deps parse trans ebin parse trans beam permission denied warning failed to remove deps parse trans ebin exprecs beam permission denied warning failed to remove deps parse trans ebin parse trans pp beam permission denied warning failed to remove deps parse trans erlcinfo permission denied warning failed to remove deps parse trans hex metadata config permission denied warning failed to remove deps parse trans readme md permission denied warning failed to remove deps parse trans rebar config permission denied warning failed to remove deps parse trans include codegen hrl permission denied warning failed to remove deps parse trans include exprecs hrl permission denied warning failed to remove deps parse trans fetch permission denied warning failed to remove deps parse trans hex permission denied warning failed to remove deps idna license permission denied warning failed to remove deps idna rebar lock permission denied warning failed to remove deps idna src idna erl permission denied warning failed to remove deps idna src idna logger hrl permission denied warning failed to remove deps idna src idna ucs erl permission denied warning failed to remove deps idna src punycode erl permission denied warning failed to remove deps idna src idna table erl permission denied warning failed to remove deps idna src idna context erl permission denied warning failed to remove deps idna src idna app src permission denied warning failed to remove deps idna src idna mapping erl permission denied warning failed to remove deps idna src idna data erl permission denied warning failed to remove deps idna src idna bidi erl permission denied warning failed to remove deps idna ebin idna mapping beam permission denied warning failed to remove deps idna ebin idna context beam permission denied warning failed to remove deps idna ebin idna bidi beam permission denied warning failed to remove deps idna ebin punycode beam permission denied warning failed to remove deps idna ebin idna table beam permission denied warning failed to remove deps idna ebin idna data beam permission denied warning failed to remove deps idna ebin idna ucs beam permission denied warning failed to remove deps idna ebin idna app permission denied warning failed to remove deps idna ebin idna beam permission denied warning failed to remove deps idna erlcinfo permission denied warning failed to remove deps idna hex metadata config permission denied warning failed to remove deps idna readme md permission denied warning failed to remove deps idna rebar config permission denied warning failed to remove deps idna fetch permission denied warning failed to remove deps idna rebar config script permission denied warning failed to remove deps idna hex permission denied warning failed to remove deps hackney maintainers permission denied warning failed to remove deps hackney license permission denied warning failed to remove deps hackney rebar lock permission denied warning failed to remove deps hackney src hackney ssl erl permission denied warning failed to remove deps hackney src hackney response erl permission denied warning failed to remove deps hackney src hackney tcp erl permission denied warning failed to remove deps hackney src hackney http erl permission denied warning failed to remove deps hackney src hackney cookie erl permission denied warning failed to remove deps hackney src hackney url erl permission denied warning failed to remove deps hackney src hackney headers erl permission denied warning failed to remove deps hackney src hackney app src permission denied warning failed to remove deps hackney src hackney pool handler erl permission denied warning failed to remove deps hackney src hackney trace erl permission denied warning failed to remove deps hackney src hackney multipart erl permission denied warning failed to remove deps hackney src hackney headers new erl permission denied warning failed to remove deps hackney src hackney http connect erl permission denied warning failed to remove deps hackney src hackney util erl permission denied warning failed to remove deps hackney src hackney erl permission denied warning failed to remove deps hackney src hackney request erl permission denied warning failed to remove deps hackney src hackney app erl permission denied warning failed to remove deps hackney src hackney internal hrl permission denied warning failed to remove deps hackney src hackney date erl permission denied warning failed to remove deps hackney src hackney manager erl permission denied warning failed to remove deps hackney src hackney connect erl permission denied warning failed to remove deps hackney src hackney bstr erl permission denied warning failed to remove deps hackney src hackney sup erl permission denied warning failed to remove deps hackney src hackney erl permission denied warning failed to remove deps hackney src hackney local tcp erl permission denied warning failed to remove deps hackney src hackney stream erl permission denied warning failed to remove deps hackney src hackney pool erl permission denied warning failed to remove deps hackney src hackney metrics erl permission denied warning failed to remove deps hackney src hackney methods hrl permission denied warning failed to remove deps hackney notice permission denied warning failed to remove deps hackney ebin hackney pool beam permission denied warning failed to remove deps hackney ebin hackney trace beam permission denied warning failed to remove deps hackney ebin hackney pool handler beam permission denied warning failed to remove deps hackney ebin hackney beam permission denied warning failed to remove deps hackney ebin hackney headers beam permission denied warning failed to remove deps hackney ebin hackney url beam permission denied warning failed to remove deps hackney ebin hackney manager beam permission denied warning failed to remove deps hackney ebin hackney metrics beam permission denied warning failed to remove deps hackney ebin hackney stream beam permission denied warning failed to remove deps hackney ebin hackney sup beam permission denied warning failed to remove deps hackney ebin hackney multipart beam permission denied warning failed to remove deps hackney ebin hackney http beam permission denied warning failed to remove deps hackney ebin hackney beam permission denied warning failed to remove deps hackney ebin hackney app beam permission denied warning failed to remove deps hackney ebin hackney http connect beam permission denied warning failed to remove deps hackney ebin hackney response beam permission denied warning failed to remove deps hackney ebin hackney app permission denied warning failed to remove deps hackney ebin hackney headers new beam permission denied warning failed to remove deps hackney ebin hackney cookie beam permission denied warning failed to remove deps hackney ebin hackney request beam permission denied warning failed to remove deps hackney ebin hackney util beam permission denied warning failed to remove deps hackney ebin hackney connect beam permission denied warning failed to remove deps hackney ebin hackney date beam permission denied warning failed to remove deps hackney ebin hackney ssl beam permission denied warning failed to remove deps hackney ebin hackney bstr beam permission denied warning failed to remove deps hackney ebin hackney tcp beam permission denied warning failed to remove deps hackney ebin hackney local tcp beam permission denied warning failed to remove deps hackney erlcinfo permission denied warning failed to remove deps hackney hex metadata config permission denied warning failed to remove deps hackney readme md permission denied warning failed to remove deps hackney rebar config permission denied warning failed to remove deps hackney include hackney hrl permission denied warning failed to remove deps hackney include hackney lib hrl permission denied warning failed to remove deps hackney fetch permission denied warning failed to remove deps hackney hex permission denied warning failed to remove deps hackney news md permission denied removing pycache removing specifications gdd games json traceback most recent call last file tmpfs src github synthtool autosynth synth py line in inner main sys exit exit code skipped systemexit during handling of the above exception another exception occurred traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src github synthtool autosynth synth py line in main file tmpfs src github synthtool autosynth synth py line in main return inner main temp dir file tmpfs src github synthtool autosynth synth py line in inner main executor check call cwd working repo path file tmpfs src github synthtool autosynth executor py line in check call subprocess check call command args file home kbuilder pyenv versions lib subprocess py line in check call raise calledprocesserror retcode cmd subprocess calledprocesserror command returned non zero exit status google internal developers can see the full log | 0 |
615,128 | 19,215,189,733 | IssuesEvent | 2021-12-07 08:44:08 | aau-giraf/weekplanner | https://api.github.com/repos/aau-giraf/weekplanner | reopened | As a Trustee I want to be able delete a past weekplan, when on the edit weekplan screen | Priority: lowest Type: new feature Prototype needed Trustee | **Is your feature request related to a problem? Please describe.**
Having a lot of old weekplans can be too much, so lets allow the trustee to delete them at will.
**Describe the solution you'd like**
Can be implemented the same way that it is implemented for guardians, however having them excess to the same data at the same time can cause a future issue. ( So dont worry for now. )
| 1.0 | As a Trustee I want to be able delete a past weekplan, when on the edit weekplan screen - **Is your feature request related to a problem? Please describe.**
Having a lot of old weekplans can be too much, so lets allow the trustee to delete them at will.
**Describe the solution you'd like**
Can be implemented the same way that it is implemented for guardians, however having them excess to the same data at the same time can cause a future issue. ( So dont worry for now. )
| non_test | as a trustee i want to be able delete a past weekplan when on the edit weekplan screen is your feature request related to a problem please describe having a lot of old weekplans can be too much so lets allow the trustee to delete them at will describe the solution you d like can be implemented the same way that it is implemented for guardians however having them excess to the same data at the same time can cause a future issue so dont worry for now | 0 |
92,528 | 11,670,798,439 | IssuesEvent | 2020-03-04 01:04:20 | mozilla/voice-web | https://api.github.com/repos/mozilla/voice-web | closed | Share function during sentence recording | Design | During the sentence recording there is a little "basket" icon that lets you share the link voice.mozilla.com to twitter and facebook:

- Why does this exist at every sentence you record?
- It doesn't have a explain text when you hover it like the other two icons.
This icon is very confusing for me and I don't find it useful at this position at all. Do I misunderstand this feature? | 1.0 | Share function during sentence recording - During the sentence recording there is a little "basket" icon that lets you share the link voice.mozilla.com to twitter and facebook:

- Why does this exist at every sentence you record?
- It doesn't have a explain text when you hover it like the other two icons.
This icon is very confusing for me and I don't find it useful at this position at all. Do I misunderstand this feature? | non_test | share function during sentence recording during the sentence recording there is a little basket icon that lets you share the link voice mozilla com to twitter and facebook why does this exist at every sentence you record it doesn t have a explain text when you hover it like the other two icons this icon is very confusing for me and i don t find it useful at this position at all do i misunderstand this feature | 0 |
136,027 | 30,461,420,058 | IssuesEvent | 2023-07-17 07:14:25 | Regalis11/Barotrauma | https://api.github.com/repos/Regalis11/Barotrauma | closed | Characters let go of the character they're dragging when moving out of the sub | Bug Code | ### Disclaimers
- [X] I have searched the issue tracker to check if the issue has already been reported.
- [X] My issue happened while using mods.
### What happened?
1. bot try to kill terrorist who are under controlled.
2. locked terrorist does not want to go outside.
3. locked terrorist is hard to control.
### Reproduction steps
1. go to a beacon.
2. let terrorists stun, lock them.
3. bring a terrorist go to outside.
4. bot use cannon attack us.
I also have other question.
1. (bug or design?) locked terrorist does not want to go outside, it hard to bring them go out from beacon.
2. (bug or design?) locked terrorist is hard to control, I need to keep them sturn to bring team to my submarine.
video https://youtu.be/V4gnoWlNYEI
2:30:16 bot try to kill locked terrorist
2:31:05 locked terrorist does not want to go out side
2:33:47 It is hard to control locked terrorist expect you let him/her stun.
### Bug prevalence
Just once
### Version
v1.0.13.2
### -
_No response_
### Which operating system did you encounter this bug on?
Windows
### Relevant error messages and crash reports
_No response_ | 1.0 | Characters let go of the character they're dragging when moving out of the sub - ### Disclaimers
- [X] I have searched the issue tracker to check if the issue has already been reported.
- [X] My issue happened while using mods.
### What happened?
1. bot try to kill terrorist who are under controlled.
2. locked terrorist does not want to go outside.
3. locked terrorist is hard to control.
### Reproduction steps
1. go to a beacon.
2. let terrorists stun, lock them.
3. bring a terrorist go to outside.
4. bot use cannon attack us.
I also have other question.
1. (bug or design?) locked terrorist does not want to go outside, it hard to bring them go out from beacon.
2. (bug or design?) locked terrorist is hard to control, I need to keep them sturn to bring team to my submarine.
video https://youtu.be/V4gnoWlNYEI
2:30:16 bot try to kill locked terrorist
2:31:05 locked terrorist does not want to go out side
2:33:47 It is hard to control locked terrorist expect you let him/her stun.
### Bug prevalence
Just once
### Version
v1.0.13.2
### -
_No response_
### Which operating system did you encounter this bug on?
Windows
### Relevant error messages and crash reports
_No response_ | non_test | characters let go of the character they re dragging when moving out of the sub disclaimers i have searched the issue tracker to check if the issue has already been reported my issue happened while using mods what happened bot try to kill terrorist who are under controlled locked terrorist does not want to go outside locked terrorist is hard to control reproduction steps go to a beacon let terrorists stun lock them bring a terrorist go to outside bot use cannon attack us i also have other question bug or design locked terrorist does not want to go outside it hard to bring them go out from beacon bug or design locked terrorist is hard to control i need to keep them sturn to bring team to my submarine video bot try to kill locked terrorist locked terrorist does not want to go out side it is hard to control locked terrorist expect you let him her stun bug prevalence just once version no response which operating system did you encounter this bug on windows relevant error messages and crash reports no response | 0 |
272,006 | 8,494,607,857 | IssuesEvent | 2018-10-28 23:04:21 | LetsEatCo/API | https://api.github.com/repos/LetsEatCo/API | closed | ✨ Delete Meal | priority: medium 🚧 scope: api scope: routing status: accepted 👍 type: feature ✨ | **Is your feature request related to a problem ? Please describe.**
Stores cannot delete their meals
**Describe the solution you'd like**
Implement a **DELETE** /stores/me/meals/:uuid endpoint
**Describe alternatives you've considered**
None
**Additional context**
None | 1.0 | ✨ Delete Meal - **Is your feature request related to a problem ? Please describe.**
Stores cannot delete their meals
**Describe the solution you'd like**
Implement a **DELETE** /stores/me/meals/:uuid endpoint
**Describe alternatives you've considered**
None
**Additional context**
None | non_test | ✨ delete meal is your feature request related to a problem please describe stores cannot delete their meals describe the solution you d like implement a delete stores me meals uuid endpoint describe alternatives you ve considered none additional context none | 0 |
271,109 | 8,476,227,288 | IssuesEvent | 2018-10-24 21:14:41 | googleapis/google-cloud-python | https://api.github.com/repos/googleapis/google-cloud-python | closed | Bigtable: ConditionalRow not passing parameters to CheckAndMutateRowRequest | api: bigtable priority: p2 type: bug | Since `google-cloud-bigtable>=0.30.0`, the `commit()` function of `ConditionalRow` seems to be completely broken:
- values for `true_mutations`, `false_mutations` and `predicate_filter / self._filter.to_pb()` exist in `ConditionalRow`, but are not passed to `data_client.check_and_mutate_row()`
- the return value `resp` is a single `google.cloud.bigtable_v2.types.CheckAndMutateRowResponse`, which doesn't support indexing
https://github.com/googleapis/google-cloud-python/blob/b34a859cc8915cb7e6b6ca6ec7cca40e203c5832/bigtable/google/cloud/bigtable/row.py#L521-L525
Both changes were part of the huge #5178 commit: https://github.com/googleapis/google-cloud-python/commit/86102c959c6852d6b02c2fe3ddeea946a003bee6#diff-0320c7c7abd68618413e8879c6269554R536 | 1.0 | Bigtable: ConditionalRow not passing parameters to CheckAndMutateRowRequest - Since `google-cloud-bigtable>=0.30.0`, the `commit()` function of `ConditionalRow` seems to be completely broken:
- values for `true_mutations`, `false_mutations` and `predicate_filter / self._filter.to_pb()` exist in `ConditionalRow`, but are not passed to `data_client.check_and_mutate_row()`
- the return value `resp` is a single `google.cloud.bigtable_v2.types.CheckAndMutateRowResponse`, which doesn't support indexing
https://github.com/googleapis/google-cloud-python/blob/b34a859cc8915cb7e6b6ca6ec7cca40e203c5832/bigtable/google/cloud/bigtable/row.py#L521-L525
Both changes were part of the huge #5178 commit: https://github.com/googleapis/google-cloud-python/commit/86102c959c6852d6b02c2fe3ddeea946a003bee6#diff-0320c7c7abd68618413e8879c6269554R536 | non_test | bigtable conditionalrow not passing parameters to checkandmutaterowrequest since google cloud bigtable the commit function of conditionalrow seems to be completely broken values for true mutations false mutations and predicate filter self filter to pb exist in conditionalrow but are not passed to data client check and mutate row the return value resp is a single google cloud bigtable types checkandmutaterowresponse which doesn t support indexing both changes were part of the huge commit | 0 |
443,980 | 12,804,229,046 | IssuesEvent | 2020-07-03 03:44:20 | kubeflow/kubeflow | https://api.github.com/repos/kubeflow/kubeflow | closed | Profile Spec to include users other than the owner | area/multiuser kind/feature lifecycle/stale priority/p2 | /kind feature
Current profile spec used by the profile controller only includes the owner. Since profiles translate to namespaces it seems not possible to add multiple users to the same namespace (profile). It ends up creating crowded namespaces in a shared cluster.
Instead the namespace could be shared by a team, without creating a namespace for each user.
**Describe the solution you'd like:**
```
kind: Profile
metadata:
name: team-project
spec:
owner:
kind: User
name: admin@example.com
users:
-name: user1@example.com
-name: user2@example.com
-name: user3@example.com
```
| 1.0 | Profile Spec to include users other than the owner - /kind feature
Current profile spec used by the profile controller only includes the owner. Since profiles translate to namespaces it seems not possible to add multiple users to the same namespace (profile). It ends up creating crowded namespaces in a shared cluster.
Instead the namespace could be shared by a team, without creating a namespace for each user.
**Describe the solution you'd like:**
```
kind: Profile
metadata:
name: team-project
spec:
owner:
kind: User
name: admin@example.com
users:
-name: user1@example.com
-name: user2@example.com
-name: user3@example.com
```
| non_test | profile spec to include users other than the owner kind feature current profile spec used by the profile controller only includes the owner since profiles translate to namespaces it seems not possible to add multiple users to the same namespace profile it ends up creating crowded namespaces in a shared cluster instead the namespace could be shared by a team without creating a namespace for each user describe the solution you d like kind profile metadata name team project spec owner kind user name admin example com users name example com name example com name example com | 0 |
285,916 | 24,707,234,160 | IssuesEvent | 2022-10-19 20:12:17 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | [test-failed]: APM API Integration tests (trial).x-pack/test/apm_api_integration/tests/index·ts - APM API tests trial apm_mappings_only_8.0.0 fetching service anomalies with a trial license with ml jobs "before all" hook for "checks if alert is active" | Team:APM failed-test test-cloud v8.2.0 v8.3.0 v8.2.2 8.5 candidate v8.3.1 v8.3.2 | **Version: 8.2.0**
**Class: APM API Integration tests (trial).x-pack/test/apm_api_integration/tests/index·ts**
**Stack Trace:**
```
Error: Expected status code 200, got 429 with body '{"error":{"root_cause":[{"type":"status_exception","reason":"Could not open job because no ML nodes with sufficient capacity were found"}],"type":"status_exception","reason":"Could not open job because no ML nodes with sufficient capacity were found","caused_by":{"type":"illegal_state_exception","reason":"Could not open job because no suitable nodes were found, allocation explanation [Not opening job [apm-tx-metrics-production] on node [instance-0000000000]. Reason: This node isn't a machine learning node.]"}},"status":429}'
at Assertion.assert (/var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExtGrp1/TASK/saas_run_kibana_tests/node/ess-testing/ci/cloud/common/build/kibana/node_modules/@kbn/expect/expect.js:100:11)
at Assertion.eql (/var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExtGrp1/TASK/saas_run_kibana_tests/node/ess-testing/ci/cloud/common/build/kibana/node_modules/@kbn/expect/expect.js:244:8)
at Object.assertResponseStatusCode (test/functional/services/ml/api.ts:43:31)
at Object.openAnomalyDetectionJob (test/functional/services/ml/api.ts:703:12)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.createAndRunAnomalyDetectionLookbackJob (test/functional/services/ml/api.ts:764:7)
at Context.<anonymous> (test/apm_api_integration/tests/alerts/anomaly_alert.spec.ts:74:11)
at Object.apply (/var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExtGrp1/TASK/saas_run_kibana_tests/node/ess-testing/ci/cloud/common/build/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16) {
actual: '429',
expected: '200',
showDiff: true
}
```
**Other test failures:**
- APM API tests trial apm_mappings_only_8.0.0 fetching service anomalies with a trial license with ml jobs "before all" hook for "returns a 200 for a user _with_ access to ML"
- APM API tests trial apm_mappings_only_8.0.0 Sorted and filtered services "before all" hook in "Sorted and filtered services"
_Test Report: https://internal-ci.elastic.co/view/Stack%20Tests/job/elastic+estf-cloud-kibana-tests/3131/testReport/_ | 2.0 | [test-failed]: APM API Integration tests (trial).x-pack/test/apm_api_integration/tests/index·ts - APM API tests trial apm_mappings_only_8.0.0 fetching service anomalies with a trial license with ml jobs "before all" hook for "checks if alert is active" - **Version: 8.2.0**
**Class: APM API Integration tests (trial).x-pack/test/apm_api_integration/tests/index·ts**
**Stack Trace:**
```
Error: Expected status code 200, got 429 with body '{"error":{"root_cause":[{"type":"status_exception","reason":"Could not open job because no ML nodes with sufficient capacity were found"}],"type":"status_exception","reason":"Could not open job because no ML nodes with sufficient capacity were found","caused_by":{"type":"illegal_state_exception","reason":"Could not open job because no suitable nodes were found, allocation explanation [Not opening job [apm-tx-metrics-production] on node [instance-0000000000]. Reason: This node isn't a machine learning node.]"}},"status":429}'
at Assertion.assert (/var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExtGrp1/TASK/saas_run_kibana_tests/node/ess-testing/ci/cloud/common/build/kibana/node_modules/@kbn/expect/expect.js:100:11)
at Assertion.eql (/var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExtGrp1/TASK/saas_run_kibana_tests/node/ess-testing/ci/cloud/common/build/kibana/node_modules/@kbn/expect/expect.js:244:8)
at Object.assertResponseStatusCode (test/functional/services/ml/api.ts:43:31)
at Object.openAnomalyDetectionJob (test/functional/services/ml/api.ts:703:12)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.createAndRunAnomalyDetectionLookbackJob (test/functional/services/ml/api.ts:764:7)
at Context.<anonymous> (test/apm_api_integration/tests/alerts/anomaly_alert.spec.ts:74:11)
at Object.apply (/var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExtGrp1/TASK/saas_run_kibana_tests/node/ess-testing/ci/cloud/common/build/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16) {
actual: '429',
expected: '200',
showDiff: true
}
```
**Other test failures:**
- APM API tests trial apm_mappings_only_8.0.0 fetching service anomalies with a trial license with ml jobs "before all" hook for "returns a 200 for a user _with_ access to ML"
- APM API tests trial apm_mappings_only_8.0.0 Sorted and filtered services "before all" hook in "Sorted and filtered services"
_Test Report: https://internal-ci.elastic.co/view/Stack%20Tests/job/elastic+estf-cloud-kibana-tests/3131/testReport/_ | test | apm api integration tests trial x pack test apm api integration tests index·ts apm api tests trial apm mappings only fetching service anomalies with a trial license with ml jobs before all hook for checks if alert is active version class apm api integration tests trial x pack test apm api integration tests index·ts stack trace error expected status code got with body error root cause type status exception reason could not open job because no ml nodes with sufficient capacity were found caused by type illegal state exception reason could not open job because no suitable nodes were found allocation explanation on node reason this node isn t a machine learning node status at assertion assert var lib jenkins workspace elastic estf cloud kibana tests job task saas run kibana tests node ess testing ci cloud common build kibana node modules kbn expect expect js at assertion eql var lib jenkins workspace elastic estf cloud kibana tests job task saas run kibana tests node ess testing ci cloud common build kibana node modules kbn expect expect js at object assertresponsestatuscode test functional services ml api ts at object openanomalydetectionjob test functional services ml api ts at runmicrotasks at processticksandrejections node internal process task queues at object createandrunanomalydetectionlookbackjob test functional services ml api ts at context test apm api integration tests alerts anomaly alert spec ts at object apply var lib jenkins workspace elastic estf cloud kibana tests job task saas run kibana tests node ess testing ci cloud common build kibana node modules kbn test target node functional test runner lib mocha wrap function js actual expected showdiff true other test failures apm api tests trial apm mappings only fetching service anomalies with a trial license with ml jobs before all hook for returns a for a user with access to ml apm api tests trial apm mappings only sorted and filtered services before all hook in sorted and filtered services test report | 1 |
254,731 | 21,874,204,811 | IssuesEvent | 2022-05-19 08:41:22 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | sql/stats: TestDefaultColumns failed | C-test-failure O-robot branch-master | sql/stats.TestDefaultColumns [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=5205879&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=5205879&tab=artifacts#/) on master @ [ce66acdbba801de88f1dd645eaedeb3834f23dbd](https://github.com/cockroachdb/cockroach/commits/ce66acdbba801de88f1dd645eaedeb3834f23dbd):
```
=== RUN TestDefaultColumns
test_log_scope.go:79: test logs captured to: /artifacts/tmp/_tmp/68790eb7cfaf4e8cc805e2d551cc66f6/logTestDefaultColumns4214364350
test_log_scope.go:80: use -show-logs to present logs inline
automatic_stats_test.go:696: query 'SELECT count(*) FROM [SHOW STATISTICS FOR TABLE t.a] WHERE statistics_name = 's'': expected:
101
got:
41
automatic_stats_test.go:701: -- test log scope end --
--- FAIL: TestDefaultColumns (66.31s)
```
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
Parameters in this failure:
- TAGS=bazel,gss,deadlock
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestDefaultColumns.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| 1.0 | sql/stats: TestDefaultColumns failed - sql/stats.TestDefaultColumns [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=5205879&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=5205879&tab=artifacts#/) on master @ [ce66acdbba801de88f1dd645eaedeb3834f23dbd](https://github.com/cockroachdb/cockroach/commits/ce66acdbba801de88f1dd645eaedeb3834f23dbd):
```
=== RUN TestDefaultColumns
test_log_scope.go:79: test logs captured to: /artifacts/tmp/_tmp/68790eb7cfaf4e8cc805e2d551cc66f6/logTestDefaultColumns4214364350
test_log_scope.go:80: use -show-logs to present logs inline
automatic_stats_test.go:696: query 'SELECT count(*) FROM [SHOW STATISTICS FOR TABLE t.a] WHERE statistics_name = 's'': expected:
101
got:
41
automatic_stats_test.go:701: -- test log scope end --
--- FAIL: TestDefaultColumns (66.31s)
```
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
Parameters in this failure:
- TAGS=bazel,gss,deadlock
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestDefaultColumns.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| test | sql stats testdefaultcolumns failed sql stats testdefaultcolumns with on master run testdefaultcolumns test log scope go test logs captured to artifacts tmp tmp test log scope go use show logs to present logs inline automatic stats test go query select count from where statistics name s expected got automatic stats test go test log scope end fail testdefaultcolumns help see also parameters in this failure tags bazel gss deadlock cc cockroachdb sql queries | 1 |
122,440 | 4,835,439,063 | IssuesEvent | 2016-11-08 16:47:50 | geosolutions-it/csi-sira | https://api.github.com/repos/geosolutions-it/csi-sira | closed | FIXES | bug pending review Priority: High | 1) regressione dettaglio da identify
2) modificare lo z-index identify per andare sopra il SidePanel
3) modificare il glyph del pulsante di rimozione di un filtro spaziale per usare una X (come nei filtri attributi)
4) Fare resizable il pannello di QueryBuilder / FeatureGrid
5) Aumentare la larghezza del DrawerMenu e renderlo resizable
6) Sistemare il css per rimuovere le scrollbar nel FeatureGrid del SidePanel
7) Refactoring TOC:
- icona occhio a sinistra del nome del layer
- icone a destra del nome del layer: cerca (query builder), dettaglio (apre la sezione collassabile), rimuovi
- nel pannello collassabile: trasparenza, legenda (cambiare icona), lista risultati
8) QGIS- scheda dettaglio non recupera profile | 1.0 | FIXES - 1) regressione dettaglio da identify
2) modificare lo z-index identify per andare sopra il SidePanel
3) modificare il glyph del pulsante di rimozione di un filtro spaziale per usare una X (come nei filtri attributi)
4) Fare resizable il pannello di QueryBuilder / FeatureGrid
5) Aumentare la larghezza del DrawerMenu e renderlo resizable
6) Sistemare il css per rimuovere le scrollbar nel FeatureGrid del SidePanel
7) Refactoring TOC:
- icona occhio a sinistra del nome del layer
- icone a destra del nome del layer: cerca (query builder), dettaglio (apre la sezione collassabile), rimuovi
- nel pannello collassabile: trasparenza, legenda (cambiare icona), lista risultati
8) QGIS- scheda dettaglio non recupera profile | non_test | fixes regressione dettaglio da identify modificare lo z index identify per andare sopra il sidepanel modificare il glyph del pulsante di rimozione di un filtro spaziale per usare una x come nei filtri attributi fare resizable il pannello di querybuilder featuregrid aumentare la larghezza del drawermenu e renderlo resizable sistemare il css per rimuovere le scrollbar nel featuregrid del sidepanel refactoring toc icona occhio a sinistra del nome del layer icone a destra del nome del layer cerca query builder dettaglio apre la sezione collassabile rimuovi nel pannello collassabile trasparenza legenda cambiare icona lista risultati qgis scheda dettaglio non recupera profile | 0 |
291,485 | 25,150,870,951 | IssuesEvent | 2022-11-10 09:55:07 | Uuvana-Studios/longvinter-windows-client | https://api.github.com/repos/Uuvana-Studios/longvinter-windows-client | closed | A bug that cannot delete the cabinet | Bug High Priority Tested | **Describe the bug**
A clear and concise description of what the bug is.
Unable to delete cabinet. If you install it in your home, it will not play normally.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to ' cabinet'
2. Click on 'cabinet'
3. See an error
**Expected behavior**
A clear and concise description of what you expected to happen.
Unable to delete cabinet. It's a serious problem If you use this bug to block the house, you can't delete it and play normally
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [ Windows]
- Game Version [e.g. 1.0.8b]
- Steam Version [e.g. 1.0.8b]
**Additional context**
Add any other context about the problem here.
| 1.0 | A bug that cannot delete the cabinet - **Describe the bug**
A clear and concise description of what the bug is.
Unable to delete cabinet. If you install it in your home, it will not play normally.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to ' cabinet'
2. Click on 'cabinet'
3. See an error
**Expected behavior**
A clear and concise description of what you expected to happen.
Unable to delete cabinet. It's a serious problem If you use this bug to block the house, you can't delete it and play normally
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [ Windows]
- Game Version [e.g. 1.0.8b]
- Steam Version [e.g. 1.0.8b]
**Additional context**
Add any other context about the problem here.
| test | a bug that cannot delete the cabinet describe the bug a clear and concise description of what the bug is unable to delete cabinet if you install it in your home it will not play normally to reproduce steps to reproduce the behavior go to cabinet click on cabinet see an error expected behavior a clear and concise description of what you expected to happen unable to delete cabinet it s a serious problem if you use this bug to block the house you can t delete it and play normally screenshots if applicable add screenshots to help explain your problem desktop please complete the following information os game version steam version additional context add any other context about the problem here | 1 |
10,181 | 3,089,190,235 | IssuesEvent | 2015-08-25 20:18:41 | winjs/winjs | https://api.github.com/repos/winjs/winjs | opened | Protractor: WinJSTests.PivotTests: "NavigateViaInertia " failed, possibly flakey | .kind: testbug feature: pivot | `Test case "WinJSTests.PivotTests: NavigateViaInertia " in "winjs/bin/tests/Pivot/test.html" failed in the latest Protractor run. Protractor determined that this failure is a regression from a previous build of Microsoft Edge (based on historical data). Please investigate why this test has begun failing.`
Failure doesn't repro for me when run manually. Maybe a flakey test. | 1.0 | Protractor: WinJSTests.PivotTests: "NavigateViaInertia " failed, possibly flakey - `Test case "WinJSTests.PivotTests: NavigateViaInertia " in "winjs/bin/tests/Pivot/test.html" failed in the latest Protractor run. Protractor determined that this failure is a regression from a previous build of Microsoft Edge (based on historical data). Please investigate why this test has begun failing.`
Failure doesn't repro for me when run manually. Maybe a flakey test. | test | protractor winjstests pivottests navigateviainertia failed possibly flakey test case winjstests pivottests navigateviainertia in winjs bin tests pivot test html failed in the latest protractor run protractor determined that this failure is a regression from a previous build of microsoft edge based on historical data please investigate why this test has begun failing failure doesn t repro for me when run manually maybe a flakey test | 1 |
342,136 | 10,312,447,127 | IssuesEvent | 2019-08-29 19:53:26 | zulip/zulip | https://api.github.com/repos/zulip/zulip | closed | Update packagecloud.io repository to contain Buster packages | area: production priority: blocker | This should let us remove the postgres changes from dac068df31645001b41ea363e07c5d5adeaa4154, since we'll be able to just use the apt repository for buster.
@andersk is this something you have time to do? Probably you or I should do the Debian repository management since it's fairly sensitive. (I'm pretty sure we're just using the stock packaging from https://github.com/zulip/tsearch_extras for Stretch; you can I suppose confirm by downloading the source package)
While we're doing this, we should check if buster contains a fixed `camo` init script; if not, we'll unfortunately need to do upload that too. | 1.0 | Update packagecloud.io repository to contain Buster packages - This should let us remove the postgres changes from dac068df31645001b41ea363e07c5d5adeaa4154, since we'll be able to just use the apt repository for buster.
@andersk is this something you have time to do? Probably you or I should do the Debian repository management since it's fairly sensitive. (I'm pretty sure we're just using the stock packaging from https://github.com/zulip/tsearch_extras for Stretch; you can I suppose confirm by downloading the source package)
While we're doing this, we should check if buster contains a fixed `camo` init script; if not, we'll unfortunately need to do upload that too. | non_test | update packagecloud io repository to contain buster packages this should let us remove the postgres changes from since we ll be able to just use the apt repository for buster andersk is this something you have time to do probably you or i should do the debian repository management since it s fairly sensitive i m pretty sure we re just using the stock packaging from for stretch you can i suppose confirm by downloading the source package while we re doing this we should check if buster contains a fixed camo init script if not we ll unfortunately need to do upload that too | 0 |
517,652 | 15,017,610,890 | IssuesEvent | 2021-02-01 11:04:32 | epiphany-platform/m-azure-kubernetes-service | https://api.github.com/repos/epiphany-platform/m-azure-kubernetes-service | opened | Remove dashboard from AKS due to its deprecation | priority/high status/grooming-needed type/improvement | As of 1.18 dashboard is already deprecated, and in 1.19 it will cause error in terraform with this section:
```
addon_profile {
kube_dashboard {
enabled = var.kube_dashboard_enabled
}
}
```
| 1.0 | Remove dashboard from AKS due to its deprecation - As of 1.18 dashboard is already deprecated, and in 1.19 it will cause error in terraform with this section:
```
addon_profile {
kube_dashboard {
enabled = var.kube_dashboard_enabled
}
}
```
| non_test | remove dashboard from aks due to its deprecation as of dashboard is already deprecated and in it will cause error in terraform with this section addon profile kube dashboard enabled var kube dashboard enabled | 0 |
2,664 | 8,126,903,374 | IssuesEvent | 2018-08-17 05:29:23 | FanrayMedia/Fanray | https://api.github.com/repos/FanrayMedia/Fanray | closed | Themes | Architecture Styles Themes Web | # Intro
Bring themes to this blog with `ThemeViewLocationExpander` and create a default theme Clarity.
See also #92
# View Location Expander
The following resources are helpful
- [Theming in ASP.NET Core](http://www.hishambinateya.com/theming-in-asp.net-core) and its [Theming repo](https://github.com/hishamco/Theming)
- [IViewLocationExpander ](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.razor.iviewlocationexpander?view=aspnetcore-2.1)
- [ASP.NET Core Multi-tenancy: Creating theme-able applications](http://benfoster.io/blog/asp-net-core-themes-and-multi-tenancy)
# Default theme
1. add `Theme` property to CoreSettings with default theme value `Clarity`
2. create `Themes\Clarity\Views` folder in Fan.Web
3. move existing views' Blog, Home, Shared folder over
4. copy _ViewImports.cshtml and _ViewStart.cshtml files over
Now the app is running views in this new theme except when you access Account or Manage which will use this theme's layout but they exists outside of the theme.
The Clarity theme is based on bootstrap 4.1. I depend on bootstrap to provide most styling and only customized headings and a few other things. The typography related scss is found in its [_type.scss](https://github.com/twbs/bootstrap/blob/1870b871d0b6ad7c842aab780dbd5541d84f3428/scss/_type.scss)
## style.css
This one file includes everything except bootstrap, syntax, fonts. As a result there is no link to highlightjs or fontawesome.
### Syntax
Based on default style of [hightlightjs](https://github.com/isagalaev/highlight.js)
### Fonts
1. go to https://icomoon.io/
2. add any icon lib necessary, select exact icons
3. click on Generate Font to download zip
4. copy `/fonts` folder to theme and content of `style.css` to _fonts.scss
## editor.css
Other than style.css, this file is produced for Composer's editor to show content just like as if it's published in the browser.
| 1.0 | Themes - # Intro
Bring themes to this blog with `ThemeViewLocationExpander` and create a default theme Clarity.
See also #92
# View Location Expander
The following resources are helpful
- [Theming in ASP.NET Core](http://www.hishambinateya.com/theming-in-asp.net-core) and its [Theming repo](https://github.com/hishamco/Theming)
- [IViewLocationExpander ](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.razor.iviewlocationexpander?view=aspnetcore-2.1)
- [ASP.NET Core Multi-tenancy: Creating theme-able applications](http://benfoster.io/blog/asp-net-core-themes-and-multi-tenancy)
# Default theme
1. add `Theme` property to CoreSettings with default theme value `Clarity`
2. create `Themes\Clarity\Views` folder in Fan.Web
3. move existing views' Blog, Home, Shared folder over
4. copy _ViewImports.cshtml and _ViewStart.cshtml files over
Now the app is running views in this new theme except when you access Account or Manage which will use this theme's layout but they exists outside of the theme.
The Clarity theme is based on bootstrap 4.1. I depend on bootstrap to provide most styling and only customized headings and a few other things. The typography related scss is found in its [_type.scss](https://github.com/twbs/bootstrap/blob/1870b871d0b6ad7c842aab780dbd5541d84f3428/scss/_type.scss)
## style.css
This one file includes everything except bootstrap, syntax, fonts. As a result there is no link to highlightjs or fontawesome.
### Syntax
Based on default style of [hightlightjs](https://github.com/isagalaev/highlight.js)
### Fonts
1. go to https://icomoon.io/
2. add any icon lib necessary, select exact icons
3. click on Generate Font to download zip
4. copy `/fonts` folder to theme and content of `style.css` to _fonts.scss
## editor.css
Other than style.css, this file is produced for Composer's editor to show content just like as if it's published in the browser.
| non_test | themes intro bring themes to this blog with themeviewlocationexpander and create a default theme clarity see also view location expander the following resources are helpful and its default theme add theme property to coresettings with default theme value clarity create themes clarity views folder in fan web move existing views blog home shared folder over copy viewimports cshtml and viewstart cshtml files over now the app is running views in this new theme except when you access account or manage which will use this theme s layout but they exists outside of the theme the clarity theme is based on bootstrap i depend on bootstrap to provide most styling and only customized headings and a few other things the typography related scss is found in its style css this one file includes everything except bootstrap syntax fonts as a result there is no link to highlightjs or fontawesome syntax based on default style of fonts go to add any icon lib necessary select exact icons click on generate font to download zip copy fonts folder to theme and content of style css to fonts scss editor css other than style css this file is produced for composer s editor to show content just like as if it s published in the browser | 0 |
141,753 | 11,434,758,391 | IssuesEvent | 2020-02-04 18:00:42 | wazuh/wazuh-qa | https://api.github.com/repos/wazuh/wazuh-qa | closed | Make the AWS template dynamic using Jinja2 | fim-system-tests | We will use an AWS Template dynamically rendered according to stated number of instances. This way we can give flexibility to the deployment by simply modifying a variable.
The AWS template will be based on the one at `wazuh-cloudformation` and we will use Jinja2 to render it using Ansible
### Tasks
- [x] Create the template file and remove unrequired resources like Splunk https://github.com/wazuh/wazuh-qa/commit/bb41639ea16561adc4ae4a352e1d1f2f4918caac
- [x] Create variables that configure the template under the `/default` folder https://github.com/wazuh/wazuh-qa/commit/94e2d7a3d77f3ab01b16057cb4048a96391ee772 & https://github.com/wazuh/wazuh-qa/commit/d66f5a6e5638312f6df34024ce9eeaaa3e06e292
- [x] Remove Elastic IPs https://github.com/wazuh/wazuh-qa/commit/0041a75659301c0f6aa1f12dafd75702b94f2dca
- [x] Parametrize Elasticsearch Instances https://github.com/wazuh/wazuh-qa/commit/b06665f2ec300d7efb35705bc6dea0eb9fb2e5c0
- [x] Parametrize the Wazuh Worker and Agent Instances https://github.com/wazuh/wazuh-qa/commit/91424a4fc6b61e0cac687cda34a2e164a84b2b27
### Tests
- [x] Template YAML validation
- [x] Stack deploys succesfully
**Working on:** https://github.com/wazuh/wazuh-qa/tree/feature-428-make-aws-template-dynamic
Best regards,
Jose
| 1.0 | Make the AWS template dynamic using Jinja2 - We will use an AWS Template dynamically rendered according to stated number of instances. This way we can give flexibility to the deployment by simply modifying a variable.
The AWS template will be based on the one at `wazuh-cloudformation` and we will use Jinja2 to render it using Ansible
### Tasks
- [x] Create the template file and remove unrequired resources like Splunk https://github.com/wazuh/wazuh-qa/commit/bb41639ea16561adc4ae4a352e1d1f2f4918caac
- [x] Create variables that configure the template under the `/default` folder https://github.com/wazuh/wazuh-qa/commit/94e2d7a3d77f3ab01b16057cb4048a96391ee772 & https://github.com/wazuh/wazuh-qa/commit/d66f5a6e5638312f6df34024ce9eeaaa3e06e292
- [x] Remove Elastic IPs https://github.com/wazuh/wazuh-qa/commit/0041a75659301c0f6aa1f12dafd75702b94f2dca
- [x] Parametrize Elasticsearch Instances https://github.com/wazuh/wazuh-qa/commit/b06665f2ec300d7efb35705bc6dea0eb9fb2e5c0
- [x] Parametrize the Wazuh Worker and Agent Instances https://github.com/wazuh/wazuh-qa/commit/91424a4fc6b61e0cac687cda34a2e164a84b2b27
### Tests
- [x] Template YAML validation
- [x] Stack deploys succesfully
**Working on:** https://github.com/wazuh/wazuh-qa/tree/feature-428-make-aws-template-dynamic
Best regards,
Jose
| test | make the aws template dynamic using we will use an aws template dynamically rendered according to stated number of instances this way we can give flexibility to the deployment by simply modifying a variable the aws template will be based on the one at wazuh cloudformation and we will use to render it using ansible tasks create the template file and remove unrequired resources like splunk create variables that configure the template under the default folder remove elastic ips parametrize elasticsearch instances parametrize the wazuh worker and agent instances tests template yaml validation stack deploys succesfully working on best regards jose | 1 |
307,483 | 23,201,741,292 | IssuesEvent | 2022-08-01 22:23:22 | selimrbd/obsidian-utils | https://api.github.com/repos/selimrbd/obsidian-utils | opened | Document the library's model for note metadata | documentation | 3 sources:
- frontmatter
- inline
- body tags
Make clear description for potential criticisms | 1.0 | Document the library's model for note metadata - 3 sources:
- frontmatter
- inline
- body tags
Make clear description for potential criticisms | non_test | document the library s model for note metadata sources frontmatter inline body tags make clear description for potential criticisms | 0 |
148,592 | 11,858,846,907 | IssuesEvent | 2020-03-25 12:16:31 | inspire-eu-validation/community | https://api.github.com/repos/inspire-eu-validation/community | reopened | MD common req C.5: Language Code and MD datasets-and_series 1.6:Resource Language | enhancement ready for testing | TG Requirement C.5: metadata/2.0/req/common/metadata-language-code
The language of the provided metadata content shall be given. It shall be encoded using gmd:MD_Metadata/gmd:language/gmd:LanguageCode element pointing to one of the three-letter language codes of the ISO 639-2/B code list19;
test failed;
expected behavior to accept also the HTTPS version https://www.loc.gov/standards/iso639-2/
tested in staging environment;
http://staging-inspire-validator.eu-west-1.elasticbeanstalk.com/etf-webapp/v2/TestRuns/EID838ceb8e-e878-4533-9b77-fef13e7f1329.html
test xml;
[TEST_EU_Metadata_Dataset_2019.zip](https://github.com/inspire-eu-validation/community/files/4287449/TEST_EU_Metadata_Dataset_2019.zip)
| 1.0 | MD common req C.5: Language Code and MD datasets-and_series 1.6:Resource Language - TG Requirement C.5: metadata/2.0/req/common/metadata-language-code
The language of the provided metadata content shall be given. It shall be encoded using gmd:MD_Metadata/gmd:language/gmd:LanguageCode element pointing to one of the three-letter language codes of the ISO 639-2/B code list19;
test failed;
expected behavior to accept also the HTTPS version https://www.loc.gov/standards/iso639-2/
tested in staging environment;
http://staging-inspire-validator.eu-west-1.elasticbeanstalk.com/etf-webapp/v2/TestRuns/EID838ceb8e-e878-4533-9b77-fef13e7f1329.html
test xml;
[TEST_EU_Metadata_Dataset_2019.zip](https://github.com/inspire-eu-validation/community/files/4287449/TEST_EU_Metadata_Dataset_2019.zip)
| test | md common req c language code and md datasets and series resource language tg requirement c metadata req common metadata language code the language of the provided metadata content shall be given it shall be encoded using gmd md metadata gmd language gmd languagecode element pointing to one of the three letter language codes of the iso b code test failed expected behavior to accept also the https version tested in staging environment test xml | 1 |
283,395 | 24,545,240,227 | IssuesEvent | 2022-10-12 08:17:48 | elastic/apm-agent-java | https://api.github.com/repos/elastic/apm-agent-java | opened | Race-Condition when mocking ReporterConfiguration with real tracer | flaky-test | ## Test method
All tests which use `MockTracer.createRealTracer(reporter)` and do mocking of the `ReporterConfiguration`.
The concrete example from the logs would be all tests from `MicrometerMetricsReporterTest `.
## Test logs
<details>
<summary>Click to expand</summary>
```
15:23:58 [ERROR] Tests run: 27, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.221 s <<< FAILURE! - in co.elastic.apm.agent.micrometer.MicrometerMetricsReporterTest
15:23:58 [ERROR] testExclusionOfFailedGauge_singleGauge Time elapsed: 0.217 s <<< ERROR!
15:23:58 org.mockito.exceptions.misusing.WrongTypeOfReturnValue:
15:23:58
15:23:58 Long cannot be returned by getApiKey()
15:23:58 getApiKey() should return String
15:23:58 ***
15:23:58 If you're unsure why you're getting above error read on.
15:23:58 Due to the nature of the syntax above problem might occur because:
15:23:58 1. This exception *might* occur in wrongly written multi-threaded tests.
15:23:58 Please refer to Mockito FAQ on limitations of concurrency testing.
15:23:58 2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies -
15:23:58 - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.
15:23:58
15:23:58 at co.elastic.apm.agent.micrometer.MicrometerMetricsReporterTest.setUp(MicrometerMetricsReporterTest.java:76)
15:23:58 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
15:23:58 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
15:23:58 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
15:23:58 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
15:23:58 at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
15:23:58 at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
15:23:58 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
15:23:58 at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
15:23:58 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
15:23:58 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
15:23:58 at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
15:23:58 at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
15:23:58 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
15:23:58 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
15:23:58 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
15:23:58 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
15:23:58 at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
15:23:58 at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
15:23:58 at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520)
15:23:58 at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505)
15:23:58 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174)
15:23:58 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202)
15:23:58 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171)
15:23:58 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134)
15:23:58 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
15:23:58 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
15:23:58 at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
15:23:58 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
15:23:58 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
15:23:58 at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
15:23:58 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
15:23:58 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
15:23:58 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
15:23:58 at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
15:23:58 at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
15:23:58 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220)
15:23:58 at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188)
15:23:58 at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202)
15:23:58 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181)
15:23:58 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
15:23:58 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150)
15:23:58 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124)
15:23:58 at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
15:23:58 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
15:23:58 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
15:23:58 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
```
</details>
## Additional context
The root cause seems to be a race-condition within Mockito, even when using the `doReturn`-syntax.
In this concrete example the problem is caused by [these two lines](https://github.com/elastic/apm-agent-java/blob/de5271dca2dc0cdd92fc25c4b1d97552ed54787d/apm-agent-plugins/apm-micrometer-plugin/src/test/java/co/elastic/apm/agent/micrometer/MicrometerMetricsReporterTest.java#L75) :
```
tracer = MockTracer.createRealTracer(reporter);
doReturn(0L).when(tracer.getConfig(ReporterConfiguration.class)).getMetricsIntervalMs();
```
The race-condition here is that `MockTracer.createRealTracer(reporter)` starts at least one background thread which reads from the `ReporterConfiguration`, for example the `ApmServerHealthChecker` while we at the same time try to configure the mocks.
The `ApmServerHealthChecker` creates a background request to the APM-server on a different Thread, where it reads the configuration from the `ReporterConfiguration` ([this line](https://github.com/elastic/apm-agent-java/blob/47c518d8d50e9494b6622f44ba9b63438286bbf5/apm-agent-core/src/main/java/co/elastic/apm/agent/report/ApmServerClient.java#L156)):
```
String apiKey = reporterConfiguration.getApiKey();
```
The race-condition occurs when the `getApiKey()` call is performed before the `getMetricsIntervalMs()` call, but after `doReturn(0L).when(tracer.getConfig(ReporterConfiguration.class))`. In this case Mockito thinks that we are trying to stub `getApiKey()`.
I have the suspicion that the `when()` [part of mockito](https://github.com/mockito/mockito/blob/6f9108b833323345bd926f10914224d3e0a11b80/src/main/java/org/mockito/internal/stubbing/StubberImpl.java#L37) is actually not thread safe for our case.
| 1.0 | Race-Condition when mocking ReporterConfiguration with real tracer - ## Test method
All tests which use `MockTracer.createRealTracer(reporter)` and do mocking of the `ReporterConfiguration`.
The concrete example from the logs would be all tests from `MicrometerMetricsReporterTest `.
## Test logs
<details>
<summary>Click to expand</summary>
```
15:23:58 [ERROR] Tests run: 27, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.221 s <<< FAILURE! - in co.elastic.apm.agent.micrometer.MicrometerMetricsReporterTest
15:23:58 [ERROR] testExclusionOfFailedGauge_singleGauge Time elapsed: 0.217 s <<< ERROR!
15:23:58 org.mockito.exceptions.misusing.WrongTypeOfReturnValue:
15:23:58
15:23:58 Long cannot be returned by getApiKey()
15:23:58 getApiKey() should return String
15:23:58 ***
15:23:58 If you're unsure why you're getting above error read on.
15:23:58 Due to the nature of the syntax above problem might occur because:
15:23:58 1. This exception *might* occur in wrongly written multi-threaded tests.
15:23:58 Please refer to Mockito FAQ on limitations of concurrency testing.
15:23:58 2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies -
15:23:58 - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.
15:23:58
15:23:58 at co.elastic.apm.agent.micrometer.MicrometerMetricsReporterTest.setUp(MicrometerMetricsReporterTest.java:76)
15:23:58 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
15:23:58 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
15:23:58 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
15:23:58 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
15:23:58 at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
15:23:58 at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
15:23:58 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
15:23:58 at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
15:23:58 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
15:23:58 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
15:23:58 at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
15:23:58 at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
15:23:58 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
15:23:58 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
15:23:58 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
15:23:58 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
15:23:58 at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
15:23:58 at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
15:23:58 at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520)
15:23:58 at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505)
15:23:58 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174)
15:23:58 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202)
15:23:58 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171)
15:23:58 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134)
15:23:58 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
15:23:58 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
15:23:58 at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
15:23:58 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
15:23:58 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
15:23:58 at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
15:23:58 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
15:23:58 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
15:23:58 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
15:23:58 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
15:23:58 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
15:23:58 at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
15:23:58 at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
15:23:58 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220)
15:23:58 at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188)
15:23:58 at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202)
15:23:58 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181)
15:23:58 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
15:23:58 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150)
15:23:58 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124)
15:23:58 at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
15:23:58 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
15:23:58 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
15:23:58 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
```
</details>
## Additional context
The root cause seems to be a race-condition within Mockito, even when using the `doReturn`-syntax.
In this concrete example the problem is caused by [these two lines](https://github.com/elastic/apm-agent-java/blob/de5271dca2dc0cdd92fc25c4b1d97552ed54787d/apm-agent-plugins/apm-micrometer-plugin/src/test/java/co/elastic/apm/agent/micrometer/MicrometerMetricsReporterTest.java#L75) :
```
tracer = MockTracer.createRealTracer(reporter);
doReturn(0L).when(tracer.getConfig(ReporterConfiguration.class)).getMetricsIntervalMs();
```
The race-condition here is that `MockTracer.createRealTracer(reporter)` starts at least one background thread which reads from the `ReporterConfiguration`, for example the `ApmServerHealthChecker` while we at the same time try to configure the mocks.
The `ApmServerHealthChecker` creates a background request to the APM-server on a different Thread, where it reads the configuration from the `ReporterConfiguration` ([this line](https://github.com/elastic/apm-agent-java/blob/47c518d8d50e9494b6622f44ba9b63438286bbf5/apm-agent-core/src/main/java/co/elastic/apm/agent/report/ApmServerClient.java#L156)):
```
String apiKey = reporterConfiguration.getApiKey();
```
The race-condition occurs when the `getApiKey()` call is performed before the `getMetricsIntervalMs()` call, but after `doReturn(0L).when(tracer.getConfig(ReporterConfiguration.class))`. In this case Mockito thinks that we are trying to stub `getApiKey()`.
I have the suspicion that the `when()` [part of mockito](https://github.com/mockito/mockito/blob/6f9108b833323345bd926f10914224d3e0a11b80/src/main/java/org/mockito/internal/stubbing/StubberImpl.java#L37) is actually not thread safe for our case.
| test | race condition when mocking reporterconfiguration with real tracer test method all tests which use mocktracer createrealtracer reporter and do mocking of the reporterconfiguration the concrete example from the logs would be all tests from micrometermetricsreportertest test logs click to expand tests run failures errors skipped time elapsed s failure in co elastic apm agent micrometer micrometermetricsreportertest testexclusionoffailedgauge singlegauge time elapsed s error org mockito exceptions misusing wrongtypeofreturnvalue long cannot be returned by getapikey getapikey should return string if you re unsure why you re getting above error read on due to the nature of the syntax above problem might occur because this exception might occur in wrongly written multi threaded tests please refer to mockito faq on limitations of concurrency testing a spy is stubbed using when spy foo then syntax it is safer to stub spies with doreturn throw family of methods more in javadocs for mockito spy method at co elastic apm agent micrometer micrometermetricsreportertest setup micrometermetricsreportertest java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org junit platform commons util reflectionutils invokemethod reflectionutils java at org junit jupiter engine execution methodinvocation proceed methodinvocation java at org junit jupiter engine execution invocationinterceptorchain validatinginvocation proceed invocationinterceptorchain java at org junit jupiter engine extension timeoutextension intercept timeoutextension java at org junit jupiter engine extension timeoutextension interceptlifecyclemethod timeoutextension java at org junit jupiter engine extension timeoutextension interceptbeforeeachmethod timeoutextension java at org junit jupiter engine execution interceptingexecutableinvoker reflectiveinterceptorcall lambda ofvoidmethod interceptingexecutableinvoker java at org junit jupiter engine execution interceptingexecutableinvoker lambda invoke interceptingexecutableinvoker java at org junit jupiter engine execution invocationinterceptorchain interceptedinvocation proceed invocationinterceptorchain java at org junit jupiter engine execution invocationinterceptorchain proceed invocationinterceptorchain java at org junit jupiter engine execution invocationinterceptorchain chainandinvoke invocationinterceptorchain java at org junit jupiter engine execution invocationinterceptorchain invoke invocationinterceptorchain java at org junit jupiter engine execution interceptingexecutableinvoker invoke interceptingexecutableinvoker java at org junit jupiter engine execution interceptingexecutableinvoker invoke interceptingexecutableinvoker java at org junit jupiter engine descriptor classbasedtestdescriptor invokemethodinextensioncontext classbasedtestdescriptor java at org junit jupiter engine descriptor classbasedtestdescriptor lambda synthesizebeforeeachmethodadapter classbasedtestdescriptor java at org junit jupiter engine descriptor testmethodtestdescriptor lambda invokebeforeeachmethods testmethodtestdescriptor java at org junit jupiter engine descriptor testmethodtestdescriptor lambda invokebeforemethodsorcallbacksuntilexceptionoccurs testmethodtestdescriptor java at org junit platform engine support hierarchical throwablecollector execute throwablecollector java at org junit jupiter engine descriptor testmethodtestdescriptor invokebeforemethodsorcallbacksuntilexceptionoccurs testmethodtestdescriptor java at org junit jupiter engine descriptor testmethodtestdescriptor invokebeforeeachmethods testmethodtestdescriptor java at org junit jupiter engine descriptor testmethodtestdescriptor execute testmethodtestdescriptor java at org junit jupiter engine descriptor testmethodtestdescriptor execute testmethodtestdescriptor java at org junit platform engine support hierarchical nodetesttask lambda executerecursively nodetesttask java at org junit platform engine support hierarchical throwablecollector execute throwablecollector java at org junit platform engine support hierarchical nodetesttask lambda executerecursively nodetesttask java at org junit platform engine support hierarchical node around node java at org junit platform engine support hierarchical nodetesttask lambda executerecursively nodetesttask java at org junit platform engine support hierarchical throwablecollector execute throwablecollector java at org junit platform engine support hierarchical nodetesttask executerecursively nodetesttask java at org junit platform engine support hierarchical nodetesttask execute nodetesttask java at java base java util arraylist foreach arraylist java at org junit platform engine support hierarchical samethreadhierarchicaltestexecutorservice invokeall samethreadhierarchicaltestexecutorservice java at org junit platform engine support hierarchical nodetesttask lambda executerecursively nodetesttask java at org junit platform engine support hierarchical throwablecollector execute throwablecollector java at org junit platform engine support hierarchical nodetesttask lambda executerecursively nodetesttask java at org junit platform engine support hierarchical node around node java at org junit platform engine support hierarchical nodetesttask lambda executerecursively nodetesttask java at org junit platform engine support hierarchical throwablecollector execute throwablecollector java at org junit platform engine support hierarchical nodetesttask executerecursively nodetesttask java at org junit platform engine support hierarchical nodetesttask execute nodetesttask java at java base java util arraylist foreach arraylist java at org junit platform engine support hierarchical samethreadhierarchicaltestexecutorservice invokeall samethreadhierarchicaltestexecutorservice java at org junit platform engine support hierarchical nodetesttask lambda executerecursively nodetesttask java at org junit platform engine support hierarchical throwablecollector execute throwablecollector java at org junit platform engine support hierarchical nodetesttask lambda executerecursively nodetesttask java at org junit platform engine support hierarchical node around node java at org junit platform engine support hierarchical nodetesttask lambda executerecursively nodetesttask java at org junit platform engine support hierarchical throwablecollector execute throwablecollector java at org junit platform engine support hierarchical nodetesttask executerecursively nodetesttask java at org junit platform engine support hierarchical nodetesttask execute nodetesttask java at org junit platform engine support hierarchical samethreadhierarchicaltestexecutorservice submit samethreadhierarchicaltestexecutorservice java at org junit platform engine support hierarchical hierarchicaltestexecutor execute hierarchicaltestexecutor java at org junit platform engine support hierarchical hierarchicaltestengine execute hierarchicaltestengine java at org junit platform launcher core defaultlauncher execute defaultlauncher java at org junit platform launcher core defaultlauncher lambda execute defaultlauncher java at org junit platform launcher core defaultlauncher withinterceptedstreams defaultlauncher java at org junit platform launcher core defaultlauncher execute defaultlauncher java at org junit platform launcher core defaultlauncher execute defaultlauncher java at org apache maven surefire junitplatform junitplatformprovider invokealltests junitplatformprovider java at org apache maven surefire junitplatform junitplatformprovider invoke junitplatformprovider java at org apache maven surefire booter forkedbooter invokeproviderinsameclassloader forkedbooter java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter execute forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java additional context the root cause seems to be a race condition within mockito even when using the doreturn syntax in this concrete example the problem is caused by tracer mocktracer createrealtracer reporter doreturn when tracer getconfig reporterconfiguration class getmetricsintervalms the race condition here is that mocktracer createrealtracer reporter starts at least one background thread which reads from the reporterconfiguration for example the apmserverhealthchecker while we at the same time try to configure the mocks the apmserverhealthchecker creates a background request to the apm server on a different thread where it reads the configuration from the reporterconfiguration string apikey reporterconfiguration getapikey the race condition occurs when the getapikey call is performed before the getmetricsintervalms call but after doreturn when tracer getconfig reporterconfiguration class in this case mockito thinks that we are trying to stub getapikey i have the suspicion that the when is actually not thread safe for our case | 1 |
66,714 | 7,011,160,439 | IssuesEvent | 2017-12-20 03:53:13 | LinuxCNC/linuxcnc | https://api.github.com/repos/LinuxCNC/linuxcnc | closed | posemath library is incorrect | affects 2.7 needs test pull-request-welcome | Hi,
* I am using this LinuxCNC version 2.8.1, there are some incorrect functions in _posemath.c. I made a topic about it in this link:
https://forum.linuxcnc.org/38-general-linuxcnc-questions/33688-posemath-library-is-incorrect#103080
| 1.0 | posemath library is incorrect - Hi,
* I am using this LinuxCNC version 2.8.1, there are some incorrect functions in _posemath.c. I made a topic about it in this link:
https://forum.linuxcnc.org/38-general-linuxcnc-questions/33688-posemath-library-is-incorrect#103080
| test | posemath library is incorrect hi i am using this linuxcnc version there are some incorrect functions in posemath c i made a topic about it in this link | 1 |
31,388 | 4,705,138,138 | IssuesEvent | 2016-10-13 13:46:08 | sunpy/sunpy | https://api.github.com/repos/sunpy/sunpy | closed | Figure-test hashes coming out different on Travis? | Tests | I'm creating a new issue for the discussion in #1472. There are one or more issues that are resulting in different figure-test hashes, and I don't understand why. It's presumably some subtle difference in configuration that I'm not aware of.
@Cadair updated the hashes in https://github.com/sunpy/sunpy/commit/84ae67ff3b14f8894aa86b871df70d606ddef2c4 which appear to be passing on Travis, but my (Windows) setup is still producing the old hashes even on an up-to-date Anaconda.
@bsipocz is getting completely different hashes, but that could be due to the use of matplotlib 1.5, which is not distributed yet by conda.
Can I get feedback from others whether the figure tests are passing on other setups? Update to the latest `master` and run `python setup.py test -P map`. Include information from `sunpy.util.system_info()` and the failure output if any. | 1.0 | Figure-test hashes coming out different on Travis? - I'm creating a new issue for the discussion in #1472. There are one or more issues that are resulting in different figure-test hashes, and I don't understand why. It's presumably some subtle difference in configuration that I'm not aware of.
@Cadair updated the hashes in https://github.com/sunpy/sunpy/commit/84ae67ff3b14f8894aa86b871df70d606ddef2c4 which appear to be passing on Travis, but my (Windows) setup is still producing the old hashes even on an up-to-date Anaconda.
@bsipocz is getting completely different hashes, but that could be due to the use of matplotlib 1.5, which is not distributed yet by conda.
Can I get feedback from others whether the figure tests are passing on other setups? Update to the latest `master` and run `python setup.py test -P map`. Include information from `sunpy.util.system_info()` and the failure output if any. | test | figure test hashes coming out different on travis i m creating a new issue for the discussion in there are one or more issues that are resulting in different figure test hashes and i don t understand why it s presumably some subtle difference in configuration that i m not aware of cadair updated the hashes in which appear to be passing on travis but my windows setup is still producing the old hashes even on an up to date anaconda bsipocz is getting completely different hashes but that could be due to the use of matplotlib which is not distributed yet by conda can i get feedback from others whether the figure tests are passing on other setups update to the latest master and run python setup py test p map include information from sunpy util system info and the failure output if any | 1 |
474,526 | 13,671,433,087 | IssuesEvent | 2020-09-29 06:59:09 | grpc/grpc | https://api.github.com/repos/grpc/grpc | opened | grpc python upload files through the reuse channel sometimes service interrupt with no abnormal information | kind/question priority/P3 | **What version of gRPC and what language are you using?**
grpcio 1.30.0
python 2.7.18
**What operating system (Linux, Windows,...) and version?**
Linux run with Docker
**What runtime / compiler are you using (e.g. python version or version of gcc)**
gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)
Python2.7.18
**What did you do?**
I write a rpc service for my file systerm. it used for upload and download different kinds of files. And client and server are both deployed in docker.
When I try to upload large files through the same channel, sometimes docker restarts for no reason, and Python cannot capture the exception information. If use a new channel every time, the client run well.
The strange thing is that the interface for downloading files runs normally regardless of whether the same channel is used or not.
At first I suspected that it was caused by the memory leak problem, but the memory analysis found that the running memory did not increase sharply, and maintained at a normal magnitude.
the channel should be reuse or not? and what is the problem cause the client exit with no reason?
The file size about 2M
my client code like this:
```
import grpc
from .proto.files_pb2_grpc import FileWorkerStub
class Handler:
def __init__(self, url):
self.req_url = url
self.channel = grpc.insecure_channel(url)
self.stub = FileWorkerStub(self.channel)
def c_file(self, file=None, timeout=3, logger=logging):
response = self.stub.cFile(files_pb2.c_request(file_data=file), timeout=timeout)
return response
def d_file(self, name, timeout=3, logger=logging):
response = self.stub.dFile(files_pb2.d_request(file_name=name), timeout=timeout)
return response
def __del__(self):
if self.channel:
self.channel.close()
if __name__=="main":
lst = ["f.jpg", "g.jpg", "d.png", "cli.apk"]
f = Handler("localhost:8999")
for i in lst:
with open(i, "rb") as f:
data = f.read()
f.c_file(data)
```
**What did you expect to see?**
I would expect to reuse the channel...
I am using python 3.8.2. I also tried building my own grpcio from source, but that results in the same problem | 1.0 | grpc python upload files through the reuse channel sometimes service interrupt with no abnormal information - **What version of gRPC and what language are you using?**
grpcio 1.30.0
python 2.7.18
**What operating system (Linux, Windows,...) and version?**
Linux run with Docker
**What runtime / compiler are you using (e.g. python version or version of gcc)**
gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)
Python2.7.18
**What did you do?**
I write a rpc service for my file systerm. it used for upload and download different kinds of files. And client and server are both deployed in docker.
When I try to upload large files through the same channel, sometimes docker restarts for no reason, and Python cannot capture the exception information. If use a new channel every time, the client run well.
The strange thing is that the interface for downloading files runs normally regardless of whether the same channel is used or not.
At first I suspected that it was caused by the memory leak problem, but the memory analysis found that the running memory did not increase sharply, and maintained at a normal magnitude.
the channel should be reuse or not? and what is the problem cause the client exit with no reason?
The file size about 2M
my client code like this:
```
import grpc
from .proto.files_pb2_grpc import FileWorkerStub
class Handler:
def __init__(self, url):
self.req_url = url
self.channel = grpc.insecure_channel(url)
self.stub = FileWorkerStub(self.channel)
def c_file(self, file=None, timeout=3, logger=logging):
response = self.stub.cFile(files_pb2.c_request(file_data=file), timeout=timeout)
return response
def d_file(self, name, timeout=3, logger=logging):
response = self.stub.dFile(files_pb2.d_request(file_name=name), timeout=timeout)
return response
def __del__(self):
if self.channel:
self.channel.close()
if __name__=="main":
lst = ["f.jpg", "g.jpg", "d.png", "cli.apk"]
f = Handler("localhost:8999")
for i in lst:
with open(i, "rb") as f:
data = f.read()
f.c_file(data)
```
**What did you expect to see?**
I would expect to reuse the channel...
I am using python 3.8.2. I also tried building my own grpcio from source, but that results in the same problem | non_test | grpc python upload files through the reuse channel sometimes service interrupt with no abnormal information what version of grpc and what language are you using grpcio python what operating system linux windows and version linux run with docker what runtime compiler are you using e g python version or version of gcc gcc version red hat gcc what did you do i write a rpc service for my file systerm it used for upload and download different kinds of files and client and server are both deployed in docker when i try to upload large files through the same channel sometimes docker restarts for no reason and python cannot capture the exception information if use a new channel every time the client run well the strange thing is that the interface for downloading files runs normally regardless of whether the same channel is used or not at first i suspected that it was caused by the memory leak problem but the memory analysis found that the running memory did not increase sharply and maintained at a normal magnitude the channel should be reuse or not and what is the problem cause the client exit with no reason the file size about my client code like this import grpc from proto files grpc import fileworkerstub class handler def init self url self req url url self channel grpc insecure channel url self stub fileworkerstub self channel def c file self file none timeout logger logging response self stub cfile files c request file data file timeout timeout return response def d file self name timeout logger logging response self stub dfile files d request file name name timeout timeout return response def del self if self channel self channel close if name main lst f handler localhost for i in lst with open i rb as f data f read f c file data what did you expect to see i would expect to reuse the channel i am using python i also tried building my own grpcio from source but that results in the same problem | 0 |
251,408 | 21,479,722,132 | IssuesEvent | 2022-04-26 16:31:19 | eclipse-openj9/openj9 | https://api.github.com/repos/eclipse-openj9/openj9 | closed | spring_test_0_FAILED NPE at org.jetbrains.kotlin.incremental.IncrementalModuleEntry.hashCode(IncrementalModuleInfo.kt) | test failure | Failure link
------------
From an internal build `job/Test_openjdk11_j9_sanity.external_x86-64_linux/54/`(`ub20x64rt4-3`):
```
java version "11.0.15" 2022-04-19
IBM Semeru Runtime Certified Edition 11.0.15+10 (build 11.0.15+10)
Eclipse OpenJ9 VM 11.0.15+10 (build master-56fe4ecc8, JRE 11 Linux amd64-64-Bit Compressed References 20220423_334 (JIT enabled, AOT enabled)
OpenJ9 - 56fe4ecc8
OMR - db8e9577a
JCL - 312e0faf6c based on jdk-11.0.15+10)
```
[Rerun in Grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=spring_test_0&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=true&ACTIVE_NODE_TIMEOUT=0&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=-v+%24%7BTEST_JDK_HOME%7D%3A%2Fopt%2Fjava%2Fopenjdk&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk11u%2Fjdk11u-linux-x64-openj9-IBM%2F334%2Fibm-semeru-certified-jre_x64_linux_JDK11U_2022-04-23-02-35.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk11u%2Fjdk11u-linux-x64-openj9-IBM%2F334%2Fibm-semeru-certified-debugimage_x64_linux_JDK11U_2022-04-23-02-35.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk11u%2Fjdk11u-linux-x64-openj9-IBM%2F334%2Fibm-semeru-certified-jdk_x64_linux_JDK11U_2022-04-23-02-35.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk11u%2Fjdk11u-linux-x64-openj9-IBM%2F334%2Fibm-semeru-certified-testimage_x64_linux_JDK11U_2022-04-23-02-35.tar.gz&BUILD_IDENTIFIER=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=na.artifactory.swg-devops&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=11&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=git%40github.com%3Aibmruntimes%2Fopenj9-openjdk-jdk11&RELEASE_TAG=&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&UPSTREAM_JOB_NAME=&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=openj9&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=nightly&JDK_IMPL=openj9&TEST_TIME=&SSH_AGENT_CREDENTIAL=83181e25-eea4-4f55-8b3e-e79615733226&AUTO_DETECT=true&SLACK_CHANNEL=&DYNAMIC_COMPILE=false&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=4e18ffe7-b1b1-4272-9979-99769b68bcc2&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=http%3A%2F%2Ftrss1.fyre.ibm.com&USE_TESTENV_PROPERTIES=false&BUILD_LIST=external&UPSTREAM_JOB_NUMBER=&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=20&JVM_OPTIONS=&PARALLEL=None) - Change TARGET to run only the failed test targets.
Optional info
-------------
Failure output (captured from console output)
---------------------------------------------
```
[2022-04-23T07:23:10.846Z] variation: NoOptions
[2022-04-23T07:23:10.846Z] JVM_OPTIONS:
[2022-04-23T07:29:45.253Z] Compilation with Kotlin compile daemon was not successful
[2022-04-23T07:29:45.253Z] java.lang.NullPointerException
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.incremental.IncrementalModuleEntry.hashCode(IncrementalModuleInfo.kt)
[2022-04-23T07:29:45.253Z] at java.base/java.util.HashMap.hash(HashMap.java:340)
[2022-04-23T07:29:45.253Z] at java.base/java.util.HashMap.put(HashMap.java:608)
[2022-04-23T07:29:45.253Z] at java.base/java.util.HashSet.readObject(HashSet.java:343)
[2022-04-23T07:29:45.253Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-04-23T07:29:45.253Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-04-23T07:29:45.253Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-04-23T07:29:45.253Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1175)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2478)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2344)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1803)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:577)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:487)
[2022-04-23T07:29:45.253Z] at java.base/java.util.HashMap.readObject(HashMap.java:1466)
[2022-04-23T07:29:45.253Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-04-23T07:29:45.253Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-04-23T07:29:45.253Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-04-23T07:29:45.253Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1175)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2478)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2344)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1803)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2619)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2511)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2344)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1803)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2619)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2511)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2344)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1803)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:577)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:487)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:327)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:339)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
[2022-04-23T07:29:45.253Z] at java.base/java.security.AccessController.doPrivileged(AccessController.java:783)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677)
[2022-04-23T07:29:45.253Z] at java.base/java.security.AccessController.doPrivileged(AccessController.java:717)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676)
[2022-04-23T07:29:45.253Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2022-04-23T07:29:45.253Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2022-04-23T07:29:45.253Z] at java.base/java.lang.Thread.run(Thread.java:835)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:303)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:279)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.server.UnicastRef.invoke(UnicastRef.java:164)
[2022-04-23T07:29:45.253Z] at java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:217)
[2022-04-23T07:29:45.253Z] at java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:162)
[2022-04-23T07:29:45.253Z] at com.sun.proxy.$Proxy98.compile(Unknown Source)
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.incrementalCompilationWithDaemon(GradleKotlinCompilerWork.kt:290)
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemon(GradleKotlinCompilerWork.kt:213)
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemonOrFallbackImpl(GradleKotlinCompilerWork.kt:151)
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.run(GradleKotlinCompilerWork.kt:130)
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.compilerRunner.GradleCompilerRunner.runCompilerAsync(GradleKotlinCompilerRunner.kt:173)
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.compilerRunner.GradleCompilerRunner.runCompilerAsync(GradleKotlinCompilerRunner.kt:168)
[2022-04-23T07:29:45.254Z] at org.jetbrains.kotlin.compilerRunner.GradleCompilerRunner.runJvmCompilerAsync(GradleKotlinCompilerRunner.kt:87)
[2022-04-23T07:29:45.254Z] at org.jetbrains.kotlin.gradle.tasks.KotlinCompile.callCompilerAsync$kotlin_gradle_plugin(Tasks.kt:576)
[2022-04-23T07:29:45.254Z] at org.jetbrains.kotlin.gradle.tasks.KotlinCompile.callCompilerAsync$kotlin_gradle_plugin(Tasks.kt:498)
[2022-04-23T07:29:45.254Z] at org.jetbrains.kotlin.gradle.tasks.AbstractKotlinCompile.executeImpl(Tasks.kt:407)
[2022-04-23T07:29:45.254Z] at org.jetbrains.kotlin.gradle.tasks.AbstractKotlinCompile.execute(Tasks.kt:371)
[2022-04-23T07:29:45.254Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-04-23T07:29:45.254Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-04-23T07:29:45.254Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-04-23T07:29:45.254Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:104)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.project.taskfactory.IncrementalTaskInputsTaskAction.doExecute(IncrementalTaskInputsTaskAction.java:47)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.project.taskfactory.AbstractIncrementalTaskAction.execute(AbstractIncrementalTaskAction.java:25)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$2.run(ExecuteActionsTaskExecuter.java:494)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:56)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$run$1(DefaultBuildOperationExecutor.java:71)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.UnmanagedBuildOperationWrapper.runWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:45)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:71)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:479)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:462)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.access$400(ExecuteActionsTaskExecuter.java:105)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.executeWithPreviousOutputFiles(ExecuteActionsTaskExecuter.java:273)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.execute(ExecuteActionsTaskExecuter.java:251)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep.lambda$executeOperation$0(ExecuteStep.java:65)
[2022-04-23T07:29:45.254Z] at java.base/java.util.Optional.map(Optional.java:265)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep.executeOperation(ExecuteStep.java:65)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:34)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:47)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:44)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:200)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:195)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:62)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$call$2(DefaultBuildOperationExecutor.java:76)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.UnmanagedBuildOperationWrapper.callWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:54)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:76)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:44)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:34)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:72)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:42)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:53)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:39)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:44)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:77)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:58)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:54)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:32)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:57)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:38)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:63)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:30)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:176)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.executeAndStoreInCache(BuildCacheStep.java:152)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.lambda$executeWithCache$2(BuildCacheStep.java:126)
[2022-04-23T07:29:45.254Z] at java.base/java.util.Optional.orElseGet(Optional.java:369)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.lambda$executeWithCache$3(BuildCacheStep.java:126)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.Try$Success.map(Try.java:162)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.executeWithCache(BuildCacheStep.java:85)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:75)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:47)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:43)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:32)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:39)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:25)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:102)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$0(SkipUpToDateStep.java:95)
[2022-04-23T07:29:45.254Z] at java.base/java.util.Optional.map(Optional.java:265)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:55)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:39)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:83)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:96)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:52)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:83)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:54)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:74)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:88)
[2022-04-23T07:29:45.254Z] at java.base/java.util.Optional.orElseGet(Optional.java:369)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:88)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:34)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:46)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:34)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:43)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution$3.withWorkspace(ExecuteActionsTaskExecuter.java:286)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:43)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:33)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:40)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:30)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:54)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:40)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.impl.DefaultExecutionEngine.execute(DefaultExecutionEngine.java:41)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:183)
[2022-04-23T07:29:45.254Z] at java.base/java.util.Optional.orElseGet(Optional.java:369)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:183)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:173)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:109)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:62)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:200)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:195)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:62)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$call$2(DefaultBuildOperationExecutor.java:76)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.UnmanagedBuildOperationWrapper.callWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:54)
[2022-04-23T07:29:45.255Z] at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:76)
[2022-04-23T07:29:45.255Z] at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:41)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:411)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:398)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:391)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:377)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
[2022-04-23T07:29:45.255Z] at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
[2022-04-23T07:29:45.255Z] at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
[2022-04-23T07:29:45.255Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2022-04-23T07:29:45.255Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2022-04-23T07:29:45.255Z] at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
[2022-04-23T07:29:45.255Z] at java.base/java.lang.Thread.run(Thread.java:835)
```
50x grinder - `job/Grinder/23092` | 1.0 | spring_test_0_FAILED NPE at org.jetbrains.kotlin.incremental.IncrementalModuleEntry.hashCode(IncrementalModuleInfo.kt) - Failure link
------------
From an internal build `job/Test_openjdk11_j9_sanity.external_x86-64_linux/54/`(`ub20x64rt4-3`):
```
java version "11.0.15" 2022-04-19
IBM Semeru Runtime Certified Edition 11.0.15+10 (build 11.0.15+10)
Eclipse OpenJ9 VM 11.0.15+10 (build master-56fe4ecc8, JRE 11 Linux amd64-64-Bit Compressed References 20220423_334 (JIT enabled, AOT enabled)
OpenJ9 - 56fe4ecc8
OMR - db8e9577a
JCL - 312e0faf6c based on jdk-11.0.15+10)
```
[Rerun in Grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=spring_test_0&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=true&ACTIVE_NODE_TIMEOUT=0&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=-v+%24%7BTEST_JDK_HOME%7D%3A%2Fopt%2Fjava%2Fopenjdk&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk11u%2Fjdk11u-linux-x64-openj9-IBM%2F334%2Fibm-semeru-certified-jre_x64_linux_JDK11U_2022-04-23-02-35.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk11u%2Fjdk11u-linux-x64-openj9-IBM%2F334%2Fibm-semeru-certified-debugimage_x64_linux_JDK11U_2022-04-23-02-35.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk11u%2Fjdk11u-linux-x64-openj9-IBM%2F334%2Fibm-semeru-certified-jdk_x64_linux_JDK11U_2022-04-23-02-35.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk11u%2Fjdk11u-linux-x64-openj9-IBM%2F334%2Fibm-semeru-certified-testimage_x64_linux_JDK11U_2022-04-23-02-35.tar.gz&BUILD_IDENTIFIER=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=na.artifactory.swg-devops&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=11&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=git%40github.com%3Aibmruntimes%2Fopenj9-openjdk-jdk11&RELEASE_TAG=&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&UPSTREAM_JOB_NAME=&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=openj9&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=nightly&JDK_IMPL=openj9&TEST_TIME=&SSH_AGENT_CREDENTIAL=83181e25-eea4-4f55-8b3e-e79615733226&AUTO_DETECT=true&SLACK_CHANNEL=&DYNAMIC_COMPILE=false&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=4e18ffe7-b1b1-4272-9979-99769b68bcc2&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=http%3A%2F%2Ftrss1.fyre.ibm.com&USE_TESTENV_PROPERTIES=false&BUILD_LIST=external&UPSTREAM_JOB_NUMBER=&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=20&JVM_OPTIONS=&PARALLEL=None) - Change TARGET to run only the failed test targets.
Optional info
-------------
Failure output (captured from console output)
---------------------------------------------
```
[2022-04-23T07:23:10.846Z] variation: NoOptions
[2022-04-23T07:23:10.846Z] JVM_OPTIONS:
[2022-04-23T07:29:45.253Z] Compilation with Kotlin compile daemon was not successful
[2022-04-23T07:29:45.253Z] java.lang.NullPointerException
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.incremental.IncrementalModuleEntry.hashCode(IncrementalModuleInfo.kt)
[2022-04-23T07:29:45.253Z] at java.base/java.util.HashMap.hash(HashMap.java:340)
[2022-04-23T07:29:45.253Z] at java.base/java.util.HashMap.put(HashMap.java:608)
[2022-04-23T07:29:45.253Z] at java.base/java.util.HashSet.readObject(HashSet.java:343)
[2022-04-23T07:29:45.253Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-04-23T07:29:45.253Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-04-23T07:29:45.253Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-04-23T07:29:45.253Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1175)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2478)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2344)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1803)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:577)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:487)
[2022-04-23T07:29:45.253Z] at java.base/java.util.HashMap.readObject(HashMap.java:1466)
[2022-04-23T07:29:45.253Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-04-23T07:29:45.253Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-04-23T07:29:45.253Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-04-23T07:29:45.253Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1175)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2478)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2344)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1803)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2619)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2511)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2344)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1803)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2619)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2511)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2344)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1803)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:577)
[2022-04-23T07:29:45.253Z] at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:487)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:327)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:339)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
[2022-04-23T07:29:45.253Z] at java.base/java.security.AccessController.doPrivileged(AccessController.java:783)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677)
[2022-04-23T07:29:45.253Z] at java.base/java.security.AccessController.doPrivileged(AccessController.java:717)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676)
[2022-04-23T07:29:45.253Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2022-04-23T07:29:45.253Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2022-04-23T07:29:45.253Z] at java.base/java.lang.Thread.run(Thread.java:835)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:303)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:279)
[2022-04-23T07:29:45.253Z] at java.rmi/sun.rmi.server.UnicastRef.invoke(UnicastRef.java:164)
[2022-04-23T07:29:45.253Z] at java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:217)
[2022-04-23T07:29:45.253Z] at java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:162)
[2022-04-23T07:29:45.253Z] at com.sun.proxy.$Proxy98.compile(Unknown Source)
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.incrementalCompilationWithDaemon(GradleKotlinCompilerWork.kt:290)
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemon(GradleKotlinCompilerWork.kt:213)
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemonOrFallbackImpl(GradleKotlinCompilerWork.kt:151)
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.run(GradleKotlinCompilerWork.kt:130)
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.compilerRunner.GradleCompilerRunner.runCompilerAsync(GradleKotlinCompilerRunner.kt:173)
[2022-04-23T07:29:45.253Z] at org.jetbrains.kotlin.compilerRunner.GradleCompilerRunner.runCompilerAsync(GradleKotlinCompilerRunner.kt:168)
[2022-04-23T07:29:45.254Z] at org.jetbrains.kotlin.compilerRunner.GradleCompilerRunner.runJvmCompilerAsync(GradleKotlinCompilerRunner.kt:87)
[2022-04-23T07:29:45.254Z] at org.jetbrains.kotlin.gradle.tasks.KotlinCompile.callCompilerAsync$kotlin_gradle_plugin(Tasks.kt:576)
[2022-04-23T07:29:45.254Z] at org.jetbrains.kotlin.gradle.tasks.KotlinCompile.callCompilerAsync$kotlin_gradle_plugin(Tasks.kt:498)
[2022-04-23T07:29:45.254Z] at org.jetbrains.kotlin.gradle.tasks.AbstractKotlinCompile.executeImpl(Tasks.kt:407)
[2022-04-23T07:29:45.254Z] at org.jetbrains.kotlin.gradle.tasks.AbstractKotlinCompile.execute(Tasks.kt:371)
[2022-04-23T07:29:45.254Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-04-23T07:29:45.254Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-04-23T07:29:45.254Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-04-23T07:29:45.254Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:104)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.project.taskfactory.IncrementalTaskInputsTaskAction.doExecute(IncrementalTaskInputsTaskAction.java:47)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.project.taskfactory.AbstractIncrementalTaskAction.execute(AbstractIncrementalTaskAction.java:25)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$2.run(ExecuteActionsTaskExecuter.java:494)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:56)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$run$1(DefaultBuildOperationExecutor.java:71)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.UnmanagedBuildOperationWrapper.runWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:45)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:71)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:479)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:462)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.access$400(ExecuteActionsTaskExecuter.java:105)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.executeWithPreviousOutputFiles(ExecuteActionsTaskExecuter.java:273)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.execute(ExecuteActionsTaskExecuter.java:251)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep.lambda$executeOperation$0(ExecuteStep.java:65)
[2022-04-23T07:29:45.254Z] at java.base/java.util.Optional.map(Optional.java:265)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep.executeOperation(ExecuteStep.java:65)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:34)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:47)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:44)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:200)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:195)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:62)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$call$2(DefaultBuildOperationExecutor.java:76)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.UnmanagedBuildOperationWrapper.callWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:54)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:76)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:44)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:34)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:72)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:42)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:53)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:39)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:44)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:77)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:58)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:54)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:32)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:57)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:38)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:63)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:30)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:176)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.executeAndStoreInCache(BuildCacheStep.java:152)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.lambda$executeWithCache$2(BuildCacheStep.java:126)
[2022-04-23T07:29:45.254Z] at java.base/java.util.Optional.orElseGet(Optional.java:369)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.lambda$executeWithCache$3(BuildCacheStep.java:126)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.Try$Success.map(Try.java:162)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.executeWithCache(BuildCacheStep.java:85)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:75)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:47)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:43)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:32)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:39)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:25)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:102)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$0(SkipUpToDateStep.java:95)
[2022-04-23T07:29:45.254Z] at java.base/java.util.Optional.map(Optional.java:265)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:55)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:39)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:83)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:96)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:52)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:83)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:54)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:74)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:88)
[2022-04-23T07:29:45.254Z] at java.base/java.util.Optional.orElseGet(Optional.java:369)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:88)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:34)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:46)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:34)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:43)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution$3.withWorkspace(ExecuteActionsTaskExecuter.java:286)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:43)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:33)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:40)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:30)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:54)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:40)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.execution.impl.DefaultExecutionEngine.execute(DefaultExecutionEngine.java:41)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:183)
[2022-04-23T07:29:45.254Z] at java.base/java.util.Optional.orElseGet(Optional.java:369)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:183)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:173)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:109)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:62)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
[2022-04-23T07:29:45.254Z] at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:200)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:195)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:62)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$call$2(DefaultBuildOperationExecutor.java:76)
[2022-04-23T07:29:45.254Z] at org.gradle.internal.operations.UnmanagedBuildOperationWrapper.callWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:54)
[2022-04-23T07:29:45.255Z] at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:76)
[2022-04-23T07:29:45.255Z] at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:41)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:411)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:398)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:391)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:377)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
[2022-04-23T07:29:45.255Z] at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
[2022-04-23T07:29:45.255Z] at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
[2022-04-23T07:29:45.255Z] at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
[2022-04-23T07:29:45.255Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2022-04-23T07:29:45.255Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2022-04-23T07:29:45.255Z] at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
[2022-04-23T07:29:45.255Z] at java.base/java.lang.Thread.run(Thread.java:835)
```
50x grinder - `job/Grinder/23092` | test | spring test failed npe at org jetbrains kotlin incremental incrementalmoduleentry hashcode incrementalmoduleinfo kt failure link from an internal build job test sanity external linux java version ibm semeru runtime certified edition build eclipse vm build master jre linux bit compressed references jit enabled aot enabled omr jcl based on jdk change target to run only the failed test targets optional info failure output captured from console output variation nooptions jvm options compilation with kotlin compile daemon was not successful java lang nullpointerexception at org jetbrains kotlin incremental incrementalmoduleentry hashcode incrementalmoduleinfo kt at java base java util hashmap hash hashmap java at java base java util hashmap put hashmap java at java base java util hashset readobject hashset java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at java base java io objectstreamclass invokereadobject objectstreamclass java at java base java io objectinputstream readserialdata objectinputstream java at java base java io objectinputstream readordinaryobject objectinputstream java at java base java io objectinputstream objectinputstream java at java base java io objectinputstream readobject objectinputstream java at java base java io objectinputstream readobject objectinputstream java at java base java util hashmap readobject hashmap java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at java base java io objectstreamclass invokereadobject objectstreamclass java at java base java io objectinputstream readserialdata objectinputstream java at java base java io objectinputstream readordinaryobject objectinputstream java at java base java io objectinputstream objectinputstream java at java base java io objectinputstream defaultreadfields objectinputstream java at java base java io objectinputstream readserialdata objectinputstream java at java base java io objectinputstream readordinaryobject objectinputstream java at java base java io objectinputstream objectinputstream java at java base java io objectinputstream defaultreadfields objectinputstream java at java base java io objectinputstream readserialdata objectinputstream java at java base java io objectinputstream readordinaryobject objectinputstream java at java base java io objectinputstream objectinputstream java at java base java io objectinputstream readobject objectinputstream java at java base java io objectinputstream readobject objectinputstream java at java rmi sun rmi server unicastref unmarshalvalue unicastref java at java rmi sun rmi server unicastserverref dispatch unicastserverref java at java rmi sun rmi transport transport run transport java at java rmi sun rmi transport transport run transport java at java base java security accesscontroller doprivileged accesscontroller java at java rmi sun rmi transport transport servicecall transport java at java rmi sun rmi transport tcp tcptransport handlemessages tcptransport java at java rmi sun rmi transport tcp tcptransport connectionhandler tcptransport java at java rmi sun rmi transport tcp tcptransport connectionhandler lambda run tcptransport java at java base java security accesscontroller doprivileged accesscontroller java at java rmi sun rmi transport tcp tcptransport connectionhandler run tcptransport java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java base java lang thread run thread java at java rmi sun rmi transport streamremotecall exceptionreceivedfromserver streamremotecall java at java rmi sun rmi transport streamremotecall executecall streamremotecall java at java rmi sun rmi server unicastref invoke unicastref java at java rmi java rmi server remoteobjectinvocationhandler invokeremotemethod remoteobjectinvocationhandler java at java rmi java rmi server remoteobjectinvocationhandler invoke remoteobjectinvocationhandler java at com sun proxy compile unknown source at org jetbrains kotlin compilerrunner gradlekotlincompilerwork incrementalcompilationwithdaemon gradlekotlincompilerwork kt at org jetbrains kotlin compilerrunner gradlekotlincompilerwork compilewithdaemon gradlekotlincompilerwork kt at org jetbrains kotlin compilerrunner gradlekotlincompilerwork compilewithdaemonorfallbackimpl gradlekotlincompilerwork kt at org jetbrains kotlin compilerrunner gradlekotlincompilerwork run gradlekotlincompilerwork kt at org jetbrains kotlin compilerrunner gradlecompilerrunner runcompilerasync gradlekotlincompilerrunner kt at org jetbrains kotlin compilerrunner gradlecompilerrunner runcompilerasync gradlekotlincompilerrunner kt at org jetbrains kotlin compilerrunner gradlecompilerrunner runjvmcompilerasync gradlekotlincompilerrunner kt at org jetbrains kotlin gradle tasks kotlincompile callcompilerasync kotlin gradle plugin tasks kt at org jetbrains kotlin gradle tasks kotlincompile callcompilerasync kotlin gradle plugin tasks kt at org jetbrains kotlin gradle tasks abstractkotlincompile executeimpl tasks kt at org jetbrains kotlin gradle tasks abstractkotlincompile execute tasks kt at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org gradle internal reflect javamethod invoke javamethod java at org gradle api internal project taskfactory incrementaltaskinputstaskaction doexecute incrementaltaskinputstaskaction java at org gradle api internal project taskfactory standardtaskaction execute standardtaskaction java at org gradle api internal project taskfactory abstractincrementaltaskaction execute abstractincrementaltaskaction java at org gradle api internal project taskfactory standardtaskaction execute standardtaskaction java at org gradle api internal tasks execution executeactionstaskexecuter run executeactionstaskexecuter java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner run defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationexecutor lambda run defaultbuildoperationexecutor java at org gradle internal operations unmanagedbuildoperationwrapper runwithunmanagedsupport unmanagedbuildoperationwrapper java at org gradle internal operations defaultbuildoperationexecutor run defaultbuildoperationexecutor java at org gradle api internal tasks execution executeactionstaskexecuter executeaction executeactionstaskexecuter java at org gradle api internal tasks execution executeactionstaskexecuter executeactions executeactionstaskexecuter java at org gradle api internal tasks execution executeactionstaskexecuter access executeactionstaskexecuter java at org gradle api internal tasks execution executeactionstaskexecuter taskexecution executewithpreviousoutputfiles executeactionstaskexecuter java at org gradle api internal tasks execution executeactionstaskexecuter taskexecution execute executeactionstaskexecuter java at org gradle internal execution steps executestep lambda executeoperation executestep java at java base java util optional map optional java at org gradle internal execution steps executestep executeoperation executestep java at org gradle internal execution steps executestep access executestep java at org gradle internal execution steps executestep call executestep java at org gradle internal execution steps executestep call executestep java at org gradle internal operations defaultbuildoperationrunner callablebuildoperationworker execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner callablebuildoperationworker execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner call defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationexecutor lambda call defaultbuildoperationexecutor java at org gradle internal operations unmanagedbuildoperationwrapper callwithunmanagedsupport unmanagedbuildoperationwrapper java at org gradle internal operations defaultbuildoperationexecutor call defaultbuildoperationexecutor java at org gradle internal execution steps executestep execute executestep java at org gradle internal execution steps executestep execute executestep java at org gradle internal execution steps removepreviousoutputsstep execute removepreviousoutputsstep java at org gradle internal execution steps removepreviousoutputsstep execute removepreviousoutputsstep java at org gradle internal execution steps resolveinputchangesstep execute resolveinputchangesstep java at org gradle internal execution steps resolveinputchangesstep execute resolveinputchangesstep java at org gradle internal execution steps cancelexecutionstep execute cancelexecutionstep java at org gradle internal execution steps timeoutstep executewithouttimeout timeoutstep java at org gradle internal execution steps timeoutstep execute timeoutstep java at org gradle internal execution steps createoutputsstep execute createoutputsstep java at org gradle internal execution steps createoutputsstep execute createoutputsstep java at org gradle internal execution steps capturestateafterexecutionstep execute capturestateafterexecutionstep java at org gradle internal execution steps capturestateafterexecutionstep execute capturestateafterexecutionstep java at org gradle internal execution steps broadcastchangingoutputsstep execute broadcastchangingoutputsstep java at org gradle internal execution steps broadcastchangingoutputsstep execute broadcastchangingoutputsstep java at org gradle internal execution steps buildcachestep executewithoutcache buildcachestep java at org gradle internal execution steps buildcachestep executeandstoreincache buildcachestep java at org gradle internal execution steps buildcachestep lambda executewithcache buildcachestep java at java base java util optional orelseget optional java at org gradle internal execution steps buildcachestep lambda executewithcache buildcachestep java at org gradle internal try success map try java at org gradle internal execution steps buildcachestep executewithcache buildcachestep java at org gradle internal execution steps buildcachestep execute buildcachestep java at org gradle internal execution steps buildcachestep execute buildcachestep java at org gradle internal execution steps storeexecutionstatestep execute storeexecutionstatestep java at org gradle internal execution steps storeexecutionstatestep execute storeexecutionstatestep java at org gradle internal execution steps recordoutputsstep execute recordoutputsstep java at org gradle internal execution steps recordoutputsstep execute recordoutputsstep java at org gradle internal execution steps skipuptodatestep executebecause skipuptodatestep java at org gradle internal execution steps skipuptodatestep lambda execute skipuptodatestep java at java base java util optional map optional java at org gradle internal execution steps skipuptodatestep execute skipuptodatestep java at org gradle internal execution steps skipuptodatestep execute skipuptodatestep java at org gradle internal execution steps resolvechangesstep execute resolvechangesstep java at org gradle internal execution steps resolvechangesstep execute resolvechangesstep java at org gradle internal execution steps legacy marksnapshottinginputsfinishedstep execute marksnapshottinginputsfinishedstep java at org gradle internal execution steps legacy marksnapshottinginputsfinishedstep execute marksnapshottinginputsfinishedstep java at org gradle internal execution steps resolvecachingstatestep execute resolvecachingstatestep java at org gradle internal execution steps resolvecachingstatestep execute resolvecachingstatestep java at org gradle internal execution steps capturestatebeforeexecutionstep execute capturestatebeforeexecutionstep java at org gradle internal execution steps capturestatebeforeexecutionstep execute capturestatebeforeexecutionstep java at org gradle internal execution steps validatestep execute validatestep java at org gradle internal execution steps skipemptyworkstep lambda execute skipemptyworkstep java at java base java util optional orelseget optional java at org gradle internal execution steps skipemptyworkstep execute skipemptyworkstep java at org gradle internal execution steps skipemptyworkstep execute skipemptyworkstep java at org gradle internal execution steps legacy marksnapshottinginputsstartedstep execute marksnapshottinginputsstartedstep java at org gradle internal execution steps loadexecutionstatestep execute loadexecutionstatestep java at org gradle internal execution steps loadexecutionstatestep execute loadexecutionstatestep java at org gradle internal execution steps assignworkspacestep lambda execute assignworkspacestep java at org gradle api internal tasks execution executeactionstaskexecuter taskexecution withworkspace executeactionstaskexecuter java at org gradle internal execution steps assignworkspacestep execute assignworkspacestep java at org gradle internal execution steps assignworkspacestep execute assignworkspacestep java at org gradle internal execution steps identitycachestep execute identitycachestep java at org gradle internal execution steps identitycachestep execute identitycachestep java at org gradle internal execution steps identifystep execute identifystep java at org gradle internal execution steps identifystep execute identifystep java at org gradle internal execution impl defaultexecutionengine execute defaultexecutionengine java at org gradle api internal tasks execution executeactionstaskexecuter lambda executeifvalid executeactionstaskexecuter java at java base java util optional orelseget optional java at org gradle api internal tasks execution executeactionstaskexecuter executeifvalid executeactionstaskexecuter java at org gradle api internal tasks execution executeactionstaskexecuter execute executeactionstaskexecuter java at org gradle api internal tasks execution cleanupstaleoutputsexecuter execute cleanupstaleoutputsexecuter java at org gradle api internal tasks execution finalizepropertiestaskexecuter execute finalizepropertiestaskexecuter java at org gradle api internal tasks execution resolvetaskexecutionmodeexecuter execute resolvetaskexecutionmodeexecuter java at org gradle api internal tasks execution skiptaskwithnoactionsexecuter execute skiptaskwithnoactionsexecuter java at org gradle api internal tasks execution skiponlyiftaskexecuter execute skiponlyiftaskexecuter java at org gradle api internal tasks execution catchexceptiontaskexecuter execute catchexceptiontaskexecuter java at org gradle api internal tasks execution eventfiringtaskexecuter executetask eventfiringtaskexecuter java at org gradle api internal tasks execution eventfiringtaskexecuter call eventfiringtaskexecuter java at org gradle api internal tasks execution eventfiringtaskexecuter call eventfiringtaskexecuter java at org gradle internal operations defaultbuildoperationrunner callablebuildoperationworker execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner callablebuildoperationworker execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner execute defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationrunner call defaultbuildoperationrunner java at org gradle internal operations defaultbuildoperationexecutor lambda call defaultbuildoperationexecutor java at org gradle internal operations unmanagedbuildoperationwrapper callwithunmanagedsupport unmanagedbuildoperationwrapper java at org gradle internal operations defaultbuildoperationexecutor call defaultbuildoperationexecutor java at org gradle api internal tasks execution eventfiringtaskexecuter execute eventfiringtaskexecuter java at org gradle execution plan localtasknodeexecutor execute localtasknodeexecutor java at org gradle execution taskgraph defaulttaskexecutiongraph invokenodeexecutorsaction execute defaulttaskexecutiongraph java at org gradle execution taskgraph defaulttaskexecutiongraph invokenodeexecutorsaction execute defaulttaskexecutiongraph java at org gradle execution taskgraph defaulttaskexecutiongraph buildoperationawareexecutionaction execute defaulttaskexecutiongraph java at org gradle execution taskgraph defaulttaskexecutiongraph buildoperationawareexecutionaction execute defaulttaskexecutiongraph java at org gradle execution plan defaultplanexecutor executorworker lambda run defaultplanexecutor java at org gradle execution plan defaultplanexecutor executorworker execute defaultplanexecutor java at org gradle execution plan defaultplanexecutor executorworker executenextnode defaultplanexecutor java at org gradle execution plan defaultplanexecutor executorworker run defaultplanexecutor java at org gradle internal concurrent executorpolicy catchandrecordfailures onexecute executorpolicy java at org gradle internal concurrent managedexecutorimpl run managedexecutorimpl java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org gradle internal concurrent threadfactoryimpl managedthreadrunnable run threadfactoryimpl java at java base java lang thread run thread java grinder job grinder | 1 |
66,720 | 7,011,514,624 | IssuesEvent | 2017-12-20 06:31:17 | Kademi/kademi-dev | https://api.github.com/repos/Kademi/kademi-dev | closed | Categories not displaying correctly | bug Ready to Test - Dev | Categories not displaying correctly in quick add from product page
http://fresh11.admin.kademi-ci.co/products/3430622/#panel_details-tab

| 1.0 | Categories not displaying correctly - Categories not displaying correctly in quick add from product page
http://fresh11.admin.kademi-ci.co/products/3430622/#panel_details-tab

| test | categories not displaying correctly categories not displaying correctly in quick add from product page | 1 |
309,556 | 26,668,073,702 | IssuesEvent | 2023-01-26 07:27:37 | redpanda-data/redpanda | https://api.github.com/repos/redpanda-data/redpanda | closed | Failure in `SaramaProduceTest.test_produce` | kind/bug area/tests ci-failure sev/medium | ### Version & Environment
Redpanda version: dev on CDT nightly:
https://buildkite.com/redpanda/vtools/builds/4182#01845f80-c176-4aa4-b55c-816b614deec6/6-7907
```
DucktapeError("sarama produce failed with b'/bin/sh: 1: /opt/redpanda-tests/go/sarama/produce_test/produce_test: not found\\n'")
Traceback (most recent call last):
File "/home/ubuntu/redpanda/tests/rptest/tests/compatibility/sarama_produce_test.py", line 55, in test_produce
subprocess.check_output(["/bin/sh", "-c", cmd],
File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.10/subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/bin/sh', '-c', '/opt/redpanda-tests/go/sarama/produce_test/produce_test --brokers ip-172-31-58-58:9092,ip-172-31-53-254:9092,ip-172-31-58-204:9092']' returned non-zero exit status 127.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubuntu/.local/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 135, in run
data = self.run_test()
File "/home/ubuntu/.local/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 227, in run_test
return self.test_context.function(self.test)
File "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 35, in wrapped
r = f(self, *args, **kwargs)
File "/home/ubuntu/redpanda/tests/rptest/tests/compatibility/sarama_produce_test.py", line 66, in test_produce
raise DucktapeError("sarama produce failed with " + error)
ducktape.errors.DucktapeError: sarama produce failed with b'/bin/sh: 1: /opt/redpanda-tests/go/sarama/produce_test/produce_test: not found\n'
``` | 1.0 | Failure in `SaramaProduceTest.test_produce` - ### Version & Environment
Redpanda version: dev on CDT nightly:
https://buildkite.com/redpanda/vtools/builds/4182#01845f80-c176-4aa4-b55c-816b614deec6/6-7907
```
DucktapeError("sarama produce failed with b'/bin/sh: 1: /opt/redpanda-tests/go/sarama/produce_test/produce_test: not found\\n'")
Traceback (most recent call last):
File "/home/ubuntu/redpanda/tests/rptest/tests/compatibility/sarama_produce_test.py", line 55, in test_produce
subprocess.check_output(["/bin/sh", "-c", cmd],
File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.10/subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/bin/sh', '-c', '/opt/redpanda-tests/go/sarama/produce_test/produce_test --brokers ip-172-31-58-58:9092,ip-172-31-53-254:9092,ip-172-31-58-204:9092']' returned non-zero exit status 127.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubuntu/.local/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 135, in run
data = self.run_test()
File "/home/ubuntu/.local/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 227, in run_test
return self.test_context.function(self.test)
File "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 35, in wrapped
r = f(self, *args, **kwargs)
File "/home/ubuntu/redpanda/tests/rptest/tests/compatibility/sarama_produce_test.py", line 66, in test_produce
raise DucktapeError("sarama produce failed with " + error)
ducktape.errors.DucktapeError: sarama produce failed with b'/bin/sh: 1: /opt/redpanda-tests/go/sarama/produce_test/produce_test: not found\n'
``` | test | failure in saramaproducetest test produce version environment redpanda version dev on cdt nightly ducktapeerror sarama produce failed with b bin sh opt redpanda tests go sarama produce test produce test not found n traceback most recent call last file home ubuntu redpanda tests rptest tests compatibility sarama produce test py line in test produce subprocess check output file usr lib subprocess py line in check output return run popenargs stdout pipe timeout timeout check true file usr lib subprocess py line in run raise calledprocesserror retcode process args subprocess calledprocesserror command returned non zero exit status during handling of the above exception another exception occurred traceback most recent call last file home ubuntu local lib site packages ducktape tests runner client py line in run data self run test file home ubuntu local lib site packages ducktape tests runner client py line in run test return self test context function self test file home ubuntu redpanda tests rptest services cluster py line in wrapped r f self args kwargs file home ubuntu redpanda tests rptest tests compatibility sarama produce test py line in test produce raise ducktapeerror sarama produce failed with error ducktape errors ducktapeerror sarama produce failed with b bin sh opt redpanda tests go sarama produce test produce test not found n | 1 |
261,014 | 19,694,434,277 | IssuesEvent | 2022-01-12 10:36:42 | bounswe/2021SpringGroup9 | https://api.github.com/repos/bounswe/2021SpringGroup9 | closed | Write System Manual for Android Application | documentation status: completed priority: critical difficulty: hard android postory | ### Task:
Write a system manual that
### Format (make a table, list etc.):
Text with images
### Required tools (if applicable):
Markdown
### Place to put the documentation:
Master branch, postory/android folder
### Additional notes:
**Deadline: 07.01.2022**
| 1.0 | Write System Manual for Android Application - ### Task:
Write a system manual that
### Format (make a table, list etc.):
Text with images
### Required tools (if applicable):
Markdown
### Place to put the documentation:
Master branch, postory/android folder
### Additional notes:
**Deadline: 07.01.2022**
| non_test | write system manual for android application task write a system manual that format make a table list etc text with images required tools if applicable markdown place to put the documentation master branch postory android folder additional notes deadline | 0 |
26,874 | 4,259,067,516 | IssuesEvent | 2016-07-11 09:38:11 | projectatomic/vagrant-service-manager | https://api.github.com/repos/projectatomic/vagrant-service-manager | closed | Implement style guide based test using rubocop | test | [`Rubocop`](https://github.com/bbatsov/rubocop)is a great gem in Ruby for static code ananlyzer.
Adding it as part of tests would insure that code follow language code standards.
@navidshaikh Please add label `test` to this issue. | 1.0 | Implement style guide based test using rubocop - [`Rubocop`](https://github.com/bbatsov/rubocop)is a great gem in Ruby for static code ananlyzer.
Adding it as part of tests would insure that code follow language code standards.
@navidshaikh Please add label `test` to this issue. | test | implement style guide based test using rubocop a great gem in ruby for static code ananlyzer adding it as part of tests would insure that code follow language code standards navidshaikh please add label test to this issue | 1 |
779,153 | 27,341,612,694 | IssuesEvent | 2023-02-26 21:19:41 | Krazick/18XX-Game-Engine | https://api.github.com/repos/Krazick/18XX-Game-Engine | opened | If all Players pass before last Private is sold, it sometimes shows OR with "Company Do Action" | bug enhancement Low Priority | If not all Privates are sold (ie all players PASS) it sometimes (with 1856) brings up a OR, and shows "Company Do Action". it should not be doing this. it should go back to Stock Round. Maybe present Dialog
All Players Passed with Privates X, Y and Z unsold
Privates A, B, C paid Revenues to Tom, George, Fred
Restart Stock Round as # n+1 | 1.0 | If all Players pass before last Private is sold, it sometimes shows OR with "Company Do Action" - If not all Privates are sold (ie all players PASS) it sometimes (with 1856) brings up a OR, and shows "Company Do Action". it should not be doing this. it should go back to Stock Round. Maybe present Dialog
All Players Passed with Privates X, Y and Z unsold
Privates A, B, C paid Revenues to Tom, George, Fred
Restart Stock Round as # n+1 | non_test | if all players pass before last private is sold it sometimes shows or with company do action if not all privates are sold ie all players pass it sometimes with brings up a or and shows company do action it should not be doing this it should go back to stock round maybe present dialog all players passed with privates x y and z unsold privates a b c paid revenues to tom george fred restart stock round as n | 0 |
23,951 | 16,717,968,208 | IssuesEvent | 2021-06-10 01:14:25 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Build failed: Validate-DotNet/main #runtime-91959-.NET6 | area-Infrastructure untriaged | Build [#runtime-91959-.NET6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1160599) failed
## :x: : internal / Validate-DotNet failed
### Summary
**Finished** - Fri, 28 May 2021 03:40:12 GMT
**Duration** - 274 minutes
**Requested for** - DotNet Bot
**Reason** - manual
### Details
#### Validation Ring
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/152) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/262) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 1 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\dotnet-pgo.6.0.0-preview.6.21277.5.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/262) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 1 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Crossgen2.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/262) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 1 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Crossgen2.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/262) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 5 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.Mono.ios-arm.6.0.0-preview.6.21277.5.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/262) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Symbols missing for 4 packages
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/262) - PowerShell exited with code '1'.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/288) - (NETCORE_ENGINEERING_TELEMETRY=SourceLink) D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg has broken SourceLink links.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/288) - (NETCORE_ENGINEERING_TELEMETRY=SourceLink) D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.linux-musl-arm.6.0.0-preview.6.21277.5.symbols.nupkg has broken SourceLink links.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/288) - (NETCORE_ENGINEERING_TELEMETRY=SourceLink) 2 package(s) failed validation.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/288) - PowerShell exited with code '1'.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/209) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/240) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/304) - ValidateSymbols: Entry found in generated contract does not match ValidateSymbols.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/304) - ValidateSourcelink: Entry found in generated contract does not match ValidateSourcelink.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/304) - Steps were not validated for contract.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/304) - Contract was not validated.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/304) - PowerShell exited with code '1'.
#### Required Validation Ring
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/161) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/228) - Number of checksums and assets don't match. Checksums: 182. Assets: 794. Assets with no corresponding checksum are:
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.runtime.native.System.IO.Ports.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.IO.FileSystem.AccessControl.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.IO.Packaging.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Data.OleDb.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.IO.Ports.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Memory.Data.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Reflection.MetadataLoadContext.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Resources.Extensions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Runtime.Caching.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Security.AccessControl.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Runtime.CompilerServices.Unsafe.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Security.Cryptography.Pkcs.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Security.Cryptography.ProtectedData.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Management.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Data.Odbc.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Composition.TypedParts.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Configuration.ConfigurationManager.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Speech.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Windows.Extensions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.ServiceModel.Syndication.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Security.Cryptography.Xml.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.runtime.native.System.IO.Ports.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.native.System.IO.Ports.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64
runtime.linux-arm64.Microsoft.NETCore.TestHost
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64
runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy
Microsoft.Win32.Registry
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64
Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64
Microsoft.NETCore.App.Runtime.osx-x64
Microsoft.NETCore.App.Runtime.Mono.win-x64
runtime.linux-musl-arm.Microsoft.NETCore.ILAsm
Microsoft.NETCore.App.Runtime.win-x64
Microsoft.NETCore.ILAsm
Microsoft.NETCore.DotNetHostResolver
Microsoft.NETCore.ILDAsm
runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm
runtime.osx-x64.Microsoft.NETCore.DotNetAppHost
runtime.linux-musl-arm.Microsoft.NETCore.TestHost
runtime.win-arm.Microsoft.NETCore.DotNetAppHost
runtime.osx-x64.Microsoft.NETCore.DotNetHost
runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver
runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.osx-x64.Microsoft.NETCore.ILAsm
runtime.osx-x64.Microsoft.NETCore.ILDAsm
runtime.osx-x64.Microsoft.NETCore.TestHost
runtime.osx-x64.runtime.native.System.IO.Ports
runtime.win-arm64.Microsoft.NETCore.DotNetAppHost
runtime.win-arm.Microsoft.NETCore.DotNetHost
runtime.win-arm.Microsoft.NETCore.DotNetHostResolver
runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.win-arm64.Microsoft.NETCore.ILAsm
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost
runtime.win-x64.Microsoft.NETCore.ILAsm
runtime.win-x64.Microsoft.NETCore.ILDAsm
runtime.win-arm.Microsoft.NETCore.TestHost
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm
runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost
runtime.linux-musl-arm64.Microsoft.NETCore.TestHost
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost
runtime.linux-musl-x64.Microsoft.NETCore.ILAsm
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-x64.Microsoft.NETCore.DotNetAppHost
runtime.osx-arm64.Microsoft.NETCore.ILAsm
runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm
runtime.linux-x64.Microsoft.NETCore.DotNetHost
runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-x64.Microsoft.NETCore.ILAsm
runtime.linux-x64.Microsoft.NETCore.ILDAsm
runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost
runtime.linux-x64.Microsoft.NETCore.TestHost
Microsoft.Extensions.Logging.Debug
Microsoft.Extensions.Logging.EventSource
Microsoft.Extensions.Logging.TraceSource
Microsoft.Extensions.Options
Microsoft.Extensions.Options.DataAnnotations
Microsoft.Extensions.Options.ConfigurationExtensions
Microsoft.ILVerification
Microsoft.Extensions.Primitives
Microsoft.Extensions.Http
Microsoft.NETCore.App.Composite
Microsoft.NET.Runtime.Android.Sample.Mono
dotnet-ilverify
Microsoft.NET.Runtime.iOS.Sample.Mono
Microsoft.NET.Runtime.WebAssembly.Sdk
Microsoft.NETCore.App.Crossgen2.linux-arm
Microsoft.NET.Sdk.IL
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100
Microsoft.NETCore.App.Crossgen2.linux-musl-arm64
Microsoft.NETCore.App.Crossgen2.linux-musl-arm
Microsoft.Extensions.Hosting.WindowsServices
Microsoft.Extensions.Hosting.Abstractions
Microsoft.Diagnostics.Tracing.EventSource.Redist
Microsoft.Extensions.Caching.Abstractions
Microsoft.Bcl.AsyncInterfaces
Microsoft.Extensions.Configuration
Microsoft.Extensions.Caching.Memory
Microsoft.Extensions.Configuration.Abstractions
Microsoft.NETCore.App.Crossgen2.linux-musl-x64
Microsoft.Extensions.Configuration.CommandLine
Microsoft.Extensions.DependencyInjection
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86
Microsoft.Extensions.Configuration.Ini
assets/symbols/runtime.linux-arm.runtime.native.System.IO.Ports.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm
Microsoft.NETCore.App.Runtime.linux-musl-arm64
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86
assets/symbols/Microsoft.NETCore.App.Host.win-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-musl-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-musl-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-musl-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.NETCore.App.Runtime.linux-musl-arm
Microsoft.NETCore.App.Crossgen2.win-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm
Microsoft.NETCore.App.Host.linux-musl-arm
Microsoft.NETCore.App.Host.linux-musl-arm64
Microsoft.NETCore.App.Host.win-x86
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64
assets/symbols/Microsoft.NETCore.App.PGO.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Ref.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Composite.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.BrowserDebugHost.Transport.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.ServiceProcess.ServiceController.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Text.Encoding.CodePages.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Security.Principal.Windows.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Security.Permissions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64
Microsoft.NETCore.TestHost
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64
Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64
runtime.linux-x64.runtime.native.System.IO.Ports
runtime.native.System.IO.Ports
Microsoft.NETCore.App.Runtime.Mono.linux-arm
Microsoft.NETCore.App.Runtime.Mono.linux-arm64
runtime.osx-arm64.Microsoft.NETCore.DotNetHost
Microsoft.Extensions.Logging.Abstractions
Microsoft.Extensions.Logging.Console
Microsoft.Extensions.Logging.EventLog
Microsoft.Extensions.Logging.Configuration
runtime.win-x64.Microsoft.NETCore.TestHost
runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.win-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.win-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.wasm.Sample.Mono.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.WebAssembly.Sdk.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Sdk.IL.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
System.Memory.Data
System.Net.Http.WinHttpHandler
System.Net.Http.Json
assets/symbols/Microsoft.NET.HostModel.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Net.HostModel.PGO.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.ILVerification.6.0.0-preview.6.21277.5.symbols.nupkg
System.Numerics.Tensors
System.Reflection.Metadata
System.Configuration.ConfigurationManager
assets/symbols/Microsoft.Extensions.DependencyInjection.Abstractions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.runtime.native.System.IO.Ports.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Composition.AttributedModel.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Composition.Convention.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Composition.Hosting.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Composition.Runtime.6.0.0-preview.6.21277.5.symbols.nupkg
Runtime/6.0.0-preview.6.21277.5/productVersion.txt
Runtime/6.0.0-preview.6.21277.5/runtime-productVersion.txt
runtime.linux-arm.runtime.native.System.IO.Ports
runtime.linux-arm.Microsoft.NETCore.TestHost
runtime.linux-arm64.Microsoft.NETCore.DotNetHost
runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-arm64.Microsoft.NETCore.ILAsm
runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-arm64.Microsoft.NETCore.ILDAsm
runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy
runtime.win-arm.Microsoft.NETCore.ILDAsm
runtime.win-arm.Microsoft.NETCore.ILAsm
runtime.osx-arm64.Microsoft.NETCore.TestHost
runtime.win-x64.Microsoft.NETCore.DotNetAppHost
runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy
runtime.win-arm64.Microsoft.NETCore.DotNetHost
runtime.osx-arm64.Microsoft.NETCore.ILDAsm
runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-musl-x64.Microsoft.NETCore.TestHost
Microsoft.Extensions.Logging
Microsoft.Extensions.Configuration.Binder
Microsoft.Extensions.Configuration.EnvironmentVariables
Microsoft.Extensions.Hosting.Systemd
Microsoft.Extensions.Configuration.Json
Microsoft.Extensions.Configuration.FileExtensions
Microsoft.Extensions.Configuration.UserSecrets
Microsoft.Extensions.Configuration.Xml
Microsoft.Extensions.DependencyInjection.Abstractions
Microsoft.NETCore.App.Crossgen2.osx-arm64
Microsoft.Extensions.DependencyInjection.Specification.Tests
Microsoft.Extensions.DependencyModel
Microsoft.Extensions.FileProviders.Abstractions
Microsoft.Extensions.FileProviders.Physical
Microsoft.Extensions.FileProviders.Composite
Microsoft.Extensions.FileSystemGlobbing
Microsoft.Extensions.Hosting
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64
Microsoft.NETCore.App.Runtime.linux-arm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm
Microsoft.NETCore.App.Runtime.linux-musl-x64
Microsoft.NETCore.App.Runtime.linux-x64
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.Android.Sample.Mono.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.iOS.Sample.Mono.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.MonoAOTCompiler.Task.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.RuntimeConfigParser.Task.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.win-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.win-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.ios-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
System.Data.Odbc
assets/symbols/Microsoft.IO.Redist.6.0.0-preview.6.21277.5.symbols.nupkg
System.Data.OleDb
System.Diagnostics.EventLog
System.Diagnostics.PerformanceCounter
System.DirectoryServices
System.DirectoryServices.AccountManagement
System.Drawing.Common
System.Formats.Asn1
System.IO.FileSystem.AccessControl
System.IO.Packaging
assets/symbols/Microsoft.Extensions.Configuration.Xml.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.DependencyInjection.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.DependencyInjection.Specification.Tests.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.DependencyModel.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileProviders.Abstractions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileProviders.Composite.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileProviders.Physical.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.Abstractions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Json.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.Systemd.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Http.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Options.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Primitives.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.WindowsServices.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Ini.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.UserSecrets.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.EnvironmentVariables.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.FileExtensions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Abstractions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Caching.Abstractions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Diagnostics.DiagnosticSource.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Drawing.Common.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Diagnostics.EventLog.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Diagnostics.PerformanceCounter.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.DirectoryServices.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.DirectoryServices.AccountManagement.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.DirectoryServices.Protocols.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Formats.Asn1.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Formats.Cbor.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.IO.Pipelines.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.IO.Pipes.AccessControl.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Net.Http.WinHttpHandler.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Net.Http.Json.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Numerics.Tensors.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Reflection.Context.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Reflection.Metadata.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.CodeDom.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.ComponentModel.Composition.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Collections.Immutable.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.ComponentModel.Composition.Registration.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Composition.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.NETCore.Platforms
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64
Microsoft.NETCore.App.Runtime.Mono.osx-arm64
Microsoft.NETCore.App.Runtime.Mono.osx-x64
Microsoft.NETCore.App.Runtime.osx-arm64
Microsoft.NETCore.App.Runtime.win-arm
Microsoft.NETCore.App.Runtime.win-arm64
Microsoft.NETCore.App.Runtime.win-x86
Microsoft.NETCore.App.Runtime.Mono.win-x86
Microsoft.NETCore.DotNetAppHost
Microsoft.NETCore.DotNetHost
Microsoft.NETCore.DotNetHostPolicy
Microsoft.NETCore.App.Runtime.Mono.linux-x64
runtime.win-arm64.Microsoft.NETCore.ILDAsm
runtime.win-arm64.Microsoft.NETCore.TestHost
runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.win-x64.Microsoft.NETCore.DotNetHost
runtime.win-x64.Microsoft.NETCore.DotNetHostResolver
Microsoft.NET.Runtime.wasm.Sample.Mono
Microsoft.NET.Runtime.MonoAOTCompiler.Task
Microsoft.NET.Runtime.RuntimeConfigParser.Task
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64
Microsoft.NETCore.App.Runtime.Mono.android-arm
Microsoft.NETCore.App.Runtime.Mono.android-x86
Microsoft.NETCore.App.Runtime.Mono.android-x64
Microsoft.NETCore.App.Runtime.Mono.browser-wasm
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64
Microsoft.NETCore.App.Crossgen2.linux-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64
Microsoft.NETCore.App.Crossgen2.osx-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm
Microsoft.NETCore.App.Crossgen2.win-arm
Microsoft.NETCore.App.Crossgen2.win-arm64
Microsoft.NETCore.App.Host.linux-arm
Microsoft.NETCore.App.Host.linux-arm64
Microsoft.NETCore.App.Host.linux-musl-x64
Microsoft.NETCore.App.Host.linux-x64
Microsoft.NETCore.App.Host.osx-arm64
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.osx-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.browser-wasm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.ios-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.osx-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
System.Reflection.Context
System.Reflection.MetadataLoadContext
System.Resources.Extensions
System.Runtime.Caching
System.Runtime.CompilerServices.Unsafe
System.Security.AccessControl
System.Security.Cryptography.Pkcs
System.Security.Permissions
System.Security.Cryptography.ProtectedData
System.Security.Cryptography.Xml
System.Security.Principal.Windows
System.ServiceModel.Syndication
System.ServiceProcess.ServiceController
System.Text.Encoding.CodePages
System.Speech
System.Text.Json
System.Text.Encodings.Web
System.Threading.AccessControl
System.Threading.Tasks.Dataflow
System.Threading.Channels
System.Windows.Extensions
System.Management
System.IO.Ports
runtime.win-x86.Microsoft.NETCore.ILAsm
System.IO.Pipes.AccessControl
System.IO.Pipelines
runtime.win-x86.Microsoft.NETCore.DotNetHostResolver
runtime.win-x86.Microsoft.NETCore.ILDAsm
runtime.win-x86.Microsoft.NETCore.TestHost
System.Composition
System.CodeDom
System.Collections.Immutable
System.ComponentModel.Composition
System.ComponentModel.Composition.Registration
System.Composition.AttributedModel
System.Composition.Hosting
System.Composition.Convention
System.Composition.Runtime
System.Composition.TypedParts
System.Diagnostics.DiagnosticSource
System.DirectoryServices.Protocols
System.Formats.Cbor
assets/symbols/Microsoft.Extensions.Caching.Memory.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Diagnostics.Tracing.EventSource.Redist.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.NETCore.App.Host.osx-x64
Microsoft.NETCore.App.Host.win-arm
Microsoft.NETCore.App.Host.win-x64
Microsoft.NETCore.App.Ref
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86
runtime.win-x86.Microsoft.NETCore.DotNetAppHost
Microsoft.NETCore.App.Host.win-arm64
assets/symbols/Microsoft.NETCore.App.Host.win-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.osx-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.osx-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.EventLog.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.EventSource.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.TraceSource.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Options.ConfigurationExtensions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Options.DataAnnotations.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.AspNetCore.Internal.Transport.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.CommandLine.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Binder.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/dotnet-pgo.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/ILCompiler.Reflection.ReadyToRun.Experimental.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Text.Json.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Text.Encodings.Web.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Threading.AccessControl.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Threading.Channels.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Threading.Tasks.Dataflow.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.Win32.SystemEvents
assets/symbols/runtime.linux-arm64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.Win32.Registry.AccessControl
runtime.linux-arm.Microsoft.NETCore.DotNetAppHost
assets/symbols/runtime.linux-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.XmlSerializer.Generator
Microsoft.Windows.Compatibility
runtime.linux-arm.Microsoft.NETCore.DotNetHost
runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-arm.Microsoft.NETCore.ILAsm
runtime.linux-arm.Microsoft.NETCore.ILDAsm
runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver
runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost
runtime.linux-arm64.runtime.native.System.IO.Ports
Microsoft.IO.Redist
Microsoft.NETCore.App.Crossgen2.linux-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64
Microsoft.NETCore.App.Runtime.linux-arm64
Microsoft.NETCore.App.Runtime.Mono.android-arm64
Microsoft.NETCore.App.Runtime.Mono.ios-arm
Microsoft.NETCore.App.Runtime.Mono.ios-arm64
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86
Microsoft.NETCore.App.Crossgen2.win-x86
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-arm.6.0.0-preview.6.21277.5.symbols.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHost
assets/symbols/Microsoft.NETCore.App.Runtime.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Private.CoreFx.OOB.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Win32.Registry.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Win32.Registry.AccessControl.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Win32.SystemEvents.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Windows.Compatibility.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.XmlSerializer.Generator.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileSystemGlobbing.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.HostFactoryResolver.Sources.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Abstractions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Configuration.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Console.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Debug.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Bcl.AsyncInterfaces.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/dotnet-ilverify.6.0.0-preview.6.21277.5.symbols.nupkg
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/251) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/233) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/269) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/284) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
#### Signing Ring
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/68) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/131) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
#### Source Code Validation
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/48) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/74) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/94) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/109) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
#### Prep Ring
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/36) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
### Changes
- [7ce8eefa](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/7ce8eefa7889df63bd53ace2048dec0f9c26d93d) - Michelle McDaniel - Merged PR 14522: Add RACI doc
| 1.0 | Build failed: Validate-DotNet/main #runtime-91959-.NET6 - Build [#runtime-91959-.NET6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1160599) failed
## :x: : internal / Validate-DotNet failed
### Summary
**Finished** - Fri, 28 May 2021 03:40:12 GMT
**Duration** - 274 minutes
**Requested for** - DotNet Bot
**Reason** - manual
### Details
#### Validation Ring
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/152) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/262) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 1 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\dotnet-pgo.6.0.0-preview.6.21277.5.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/262) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 1 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Crossgen2.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/262) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 1 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Crossgen2.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/262) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 5 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.Mono.ios-arm.6.0.0-preview.6.21277.5.symbols.nupkg
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/262) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Symbols missing for 4 packages
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/262) - PowerShell exited with code '1'.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/288) - (NETCORE_ENGINEERING_TELEMETRY=SourceLink) D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg has broken SourceLink links.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/288) - (NETCORE_ENGINEERING_TELEMETRY=SourceLink) D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.linux-musl-arm.6.0.0-preview.6.21277.5.symbols.nupkg has broken SourceLink links.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/288) - (NETCORE_ENGINEERING_TELEMETRY=SourceLink) 2 package(s) failed validation.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/288) - PowerShell exited with code '1'.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/209) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/240) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/304) - ValidateSymbols: Entry found in generated contract does not match ValidateSymbols.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/304) - ValidateSourcelink: Entry found in generated contract does not match ValidateSourcelink.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/304) - Steps were not validated for contract.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/304) - Contract was not validated.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/304) - PowerShell exited with code '1'.
#### Required Validation Ring
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/161) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/228) - Number of checksums and assets don't match. Checksums: 182. Assets: 794. Assets with no corresponding checksum are:
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.runtime.native.System.IO.Ports.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.IO.FileSystem.AccessControl.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.IO.Packaging.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Data.OleDb.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.IO.Ports.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Memory.Data.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Reflection.MetadataLoadContext.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Resources.Extensions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Runtime.Caching.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Security.AccessControl.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Runtime.CompilerServices.Unsafe.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Security.Cryptography.Pkcs.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Security.Cryptography.ProtectedData.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Management.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Data.Odbc.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Composition.TypedParts.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Configuration.ConfigurationManager.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Speech.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Windows.Extensions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.ServiceModel.Syndication.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Security.Cryptography.Xml.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.runtime.native.System.IO.Ports.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.native.System.IO.Ports.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64
runtime.linux-arm64.Microsoft.NETCore.TestHost
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64
runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy
Microsoft.Win32.Registry
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64
Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64
Microsoft.NETCore.App.Runtime.osx-x64
Microsoft.NETCore.App.Runtime.Mono.win-x64
runtime.linux-musl-arm.Microsoft.NETCore.ILAsm
Microsoft.NETCore.App.Runtime.win-x64
Microsoft.NETCore.ILAsm
Microsoft.NETCore.DotNetHostResolver
Microsoft.NETCore.ILDAsm
runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm
runtime.osx-x64.Microsoft.NETCore.DotNetAppHost
runtime.linux-musl-arm.Microsoft.NETCore.TestHost
runtime.win-arm.Microsoft.NETCore.DotNetAppHost
runtime.osx-x64.Microsoft.NETCore.DotNetHost
runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver
runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.osx-x64.Microsoft.NETCore.ILAsm
runtime.osx-x64.Microsoft.NETCore.ILDAsm
runtime.osx-x64.Microsoft.NETCore.TestHost
runtime.osx-x64.runtime.native.System.IO.Ports
runtime.win-arm64.Microsoft.NETCore.DotNetAppHost
runtime.win-arm.Microsoft.NETCore.DotNetHost
runtime.win-arm.Microsoft.NETCore.DotNetHostResolver
runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.win-arm64.Microsoft.NETCore.ILAsm
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost
runtime.win-x64.Microsoft.NETCore.ILAsm
runtime.win-x64.Microsoft.NETCore.ILDAsm
runtime.win-arm.Microsoft.NETCore.TestHost
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm
runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost
runtime.linux-musl-arm64.Microsoft.NETCore.TestHost
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost
runtime.linux-musl-x64.Microsoft.NETCore.ILAsm
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-x64.Microsoft.NETCore.DotNetAppHost
runtime.osx-arm64.Microsoft.NETCore.ILAsm
runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm
runtime.linux-x64.Microsoft.NETCore.DotNetHost
runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-x64.Microsoft.NETCore.ILAsm
runtime.linux-x64.Microsoft.NETCore.ILDAsm
runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost
runtime.linux-x64.Microsoft.NETCore.TestHost
Microsoft.Extensions.Logging.Debug
Microsoft.Extensions.Logging.EventSource
Microsoft.Extensions.Logging.TraceSource
Microsoft.Extensions.Options
Microsoft.Extensions.Options.DataAnnotations
Microsoft.Extensions.Options.ConfigurationExtensions
Microsoft.ILVerification
Microsoft.Extensions.Primitives
Microsoft.Extensions.Http
Microsoft.NETCore.App.Composite
Microsoft.NET.Runtime.Android.Sample.Mono
dotnet-ilverify
Microsoft.NET.Runtime.iOS.Sample.Mono
Microsoft.NET.Runtime.WebAssembly.Sdk
Microsoft.NETCore.App.Crossgen2.linux-arm
Microsoft.NET.Sdk.IL
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100
Microsoft.NETCore.App.Crossgen2.linux-musl-arm64
Microsoft.NETCore.App.Crossgen2.linux-musl-arm
Microsoft.Extensions.Hosting.WindowsServices
Microsoft.Extensions.Hosting.Abstractions
Microsoft.Diagnostics.Tracing.EventSource.Redist
Microsoft.Extensions.Caching.Abstractions
Microsoft.Bcl.AsyncInterfaces
Microsoft.Extensions.Configuration
Microsoft.Extensions.Caching.Memory
Microsoft.Extensions.Configuration.Abstractions
Microsoft.NETCore.App.Crossgen2.linux-musl-x64
Microsoft.Extensions.Configuration.CommandLine
Microsoft.Extensions.DependencyInjection
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86
Microsoft.Extensions.Configuration.Ini
assets/symbols/runtime.linux-arm.runtime.native.System.IO.Ports.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm
Microsoft.NETCore.App.Runtime.linux-musl-arm64
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86
assets/symbols/Microsoft.NETCore.App.Host.win-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-musl-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-musl-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-musl-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.NETCore.App.Runtime.linux-musl-arm
Microsoft.NETCore.App.Crossgen2.win-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm
Microsoft.NETCore.App.Host.linux-musl-arm
Microsoft.NETCore.App.Host.linux-musl-arm64
Microsoft.NETCore.App.Host.win-x86
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64
assets/symbols/Microsoft.NETCore.App.PGO.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Ref.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Composite.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.win-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.BrowserDebugHost.Transport.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.ServiceProcess.ServiceController.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Text.Encoding.CodePages.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Security.Principal.Windows.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Security.Permissions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64
Microsoft.NETCore.TestHost
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64
Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64
runtime.linux-x64.runtime.native.System.IO.Ports
runtime.native.System.IO.Ports
Microsoft.NETCore.App.Runtime.Mono.linux-arm
Microsoft.NETCore.App.Runtime.Mono.linux-arm64
runtime.osx-arm64.Microsoft.NETCore.DotNetHost
Microsoft.Extensions.Logging.Abstractions
Microsoft.Extensions.Logging.Console
Microsoft.Extensions.Logging.EventLog
Microsoft.Extensions.Logging.Configuration
runtime.win-x64.Microsoft.NETCore.TestHost
runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.win-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.win-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.wasm.Sample.Mono.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.WebAssembly.Sdk.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Sdk.IL.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
System.Memory.Data
System.Net.Http.WinHttpHandler
System.Net.Http.Json
assets/symbols/Microsoft.NET.HostModel.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Net.HostModel.PGO.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.ILVerification.6.0.0-preview.6.21277.5.symbols.nupkg
System.Numerics.Tensors
System.Reflection.Metadata
System.Configuration.ConfigurationManager
assets/symbols/Microsoft.Extensions.DependencyInjection.Abstractions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.runtime.native.System.IO.Ports.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Composition.AttributedModel.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Composition.Convention.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Composition.Hosting.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Composition.Runtime.6.0.0-preview.6.21277.5.symbols.nupkg
Runtime/6.0.0-preview.6.21277.5/productVersion.txt
Runtime/6.0.0-preview.6.21277.5/runtime-productVersion.txt
runtime.linux-arm.runtime.native.System.IO.Ports
runtime.linux-arm.Microsoft.NETCore.TestHost
runtime.linux-arm64.Microsoft.NETCore.DotNetHost
runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-arm64.Microsoft.NETCore.ILAsm
runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-arm64.Microsoft.NETCore.ILDAsm
runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy
runtime.win-arm.Microsoft.NETCore.ILDAsm
runtime.win-arm.Microsoft.NETCore.ILAsm
runtime.osx-arm64.Microsoft.NETCore.TestHost
runtime.win-x64.Microsoft.NETCore.DotNetAppHost
runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy
runtime.win-arm64.Microsoft.NETCore.DotNetHost
runtime.osx-arm64.Microsoft.NETCore.ILDAsm
runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver
runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-musl-x64.Microsoft.NETCore.TestHost
Microsoft.Extensions.Logging
Microsoft.Extensions.Configuration.Binder
Microsoft.Extensions.Configuration.EnvironmentVariables
Microsoft.Extensions.Hosting.Systemd
Microsoft.Extensions.Configuration.Json
Microsoft.Extensions.Configuration.FileExtensions
Microsoft.Extensions.Configuration.UserSecrets
Microsoft.Extensions.Configuration.Xml
Microsoft.Extensions.DependencyInjection.Abstractions
Microsoft.NETCore.App.Crossgen2.osx-arm64
Microsoft.Extensions.DependencyInjection.Specification.Tests
Microsoft.Extensions.DependencyModel
Microsoft.Extensions.FileProviders.Abstractions
Microsoft.Extensions.FileProviders.Physical
Microsoft.Extensions.FileProviders.Composite
Microsoft.Extensions.FileSystemGlobbing
Microsoft.Extensions.Hosting
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64
Microsoft.NETCore.App.Runtime.linux-arm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm
Microsoft.NETCore.App.Runtime.linux-musl-x64
Microsoft.NETCore.App.Runtime.linux-x64
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.Android.Sample.Mono.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.iOS.Sample.Mono.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.MonoAOTCompiler.Task.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Runtime.RuntimeConfigParser.Task.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.win-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.win-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.ios-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
System.Data.Odbc
assets/symbols/Microsoft.IO.Redist.6.0.0-preview.6.21277.5.symbols.nupkg
System.Data.OleDb
System.Diagnostics.EventLog
System.Diagnostics.PerformanceCounter
System.DirectoryServices
System.DirectoryServices.AccountManagement
System.Drawing.Common
System.Formats.Asn1
System.IO.FileSystem.AccessControl
System.IO.Packaging
assets/symbols/Microsoft.Extensions.Configuration.Xml.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.DependencyInjection.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.DependencyInjection.Specification.Tests.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.DependencyModel.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileProviders.Abstractions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileProviders.Composite.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileProviders.Physical.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.Abstractions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Json.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.Systemd.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Http.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Options.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Primitives.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.WindowsServices.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Ini.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.UserSecrets.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.EnvironmentVariables.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.FileExtensions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Abstractions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Caching.Abstractions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.osx-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Diagnostics.DiagnosticSource.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Drawing.Common.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Diagnostics.EventLog.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Diagnostics.PerformanceCounter.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.DirectoryServices.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.DirectoryServices.AccountManagement.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.DirectoryServices.Protocols.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Formats.Asn1.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Formats.Cbor.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.IO.Pipelines.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.IO.Pipes.AccessControl.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Net.Http.WinHttpHandler.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Net.Http.Json.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Numerics.Tensors.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Reflection.Context.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Reflection.Metadata.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.CodeDom.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.ComponentModel.Composition.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Collections.Immutable.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.ComponentModel.Composition.Registration.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Composition.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.NETCore.Platforms
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64
Microsoft.NETCore.App.Runtime.Mono.osx-arm64
Microsoft.NETCore.App.Runtime.Mono.osx-x64
Microsoft.NETCore.App.Runtime.osx-arm64
Microsoft.NETCore.App.Runtime.win-arm
Microsoft.NETCore.App.Runtime.win-arm64
Microsoft.NETCore.App.Runtime.win-x86
Microsoft.NETCore.App.Runtime.Mono.win-x86
Microsoft.NETCore.DotNetAppHost
Microsoft.NETCore.DotNetHost
Microsoft.NETCore.DotNetHostPolicy
Microsoft.NETCore.App.Runtime.Mono.linux-x64
runtime.win-arm64.Microsoft.NETCore.ILDAsm
runtime.win-arm64.Microsoft.NETCore.TestHost
runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy
runtime.win-x64.Microsoft.NETCore.DotNetHost
runtime.win-x64.Microsoft.NETCore.DotNetHostResolver
Microsoft.NET.Runtime.wasm.Sample.Mono
Microsoft.NET.Runtime.MonoAOTCompiler.Task
Microsoft.NET.Runtime.RuntimeConfigParser.Task
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64
Microsoft.NETCore.App.Runtime.Mono.android-arm
Microsoft.NETCore.App.Runtime.Mono.android-x86
Microsoft.NETCore.App.Runtime.Mono.android-x64
Microsoft.NETCore.App.Runtime.Mono.browser-wasm
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64
Microsoft.NETCore.App.Crossgen2.linux-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64
Microsoft.NETCore.App.Crossgen2.osx-x64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm
Microsoft.NETCore.App.Crossgen2.win-arm
Microsoft.NETCore.App.Crossgen2.win-arm64
Microsoft.NETCore.App.Host.linux-arm
Microsoft.NETCore.App.Host.linux-arm64
Microsoft.NETCore.App.Host.linux-musl-x64
Microsoft.NETCore.App.Host.linux-x64
Microsoft.NETCore.App.Host.osx-arm64
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.osx-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.browser-wasm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.ios-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.osx-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
System.Reflection.Context
System.Reflection.MetadataLoadContext
System.Resources.Extensions
System.Runtime.Caching
System.Runtime.CompilerServices.Unsafe
System.Security.AccessControl
System.Security.Cryptography.Pkcs
System.Security.Permissions
System.Security.Cryptography.ProtectedData
System.Security.Cryptography.Xml
System.Security.Principal.Windows
System.ServiceModel.Syndication
System.ServiceProcess.ServiceController
System.Text.Encoding.CodePages
System.Speech
System.Text.Json
System.Text.Encodings.Web
System.Threading.AccessControl
System.Threading.Tasks.Dataflow
System.Threading.Channels
System.Windows.Extensions
System.Management
System.IO.Ports
runtime.win-x86.Microsoft.NETCore.ILAsm
System.IO.Pipes.AccessControl
System.IO.Pipelines
runtime.win-x86.Microsoft.NETCore.DotNetHostResolver
runtime.win-x86.Microsoft.NETCore.ILDAsm
runtime.win-x86.Microsoft.NETCore.TestHost
System.Composition
System.CodeDom
System.Collections.Immutable
System.ComponentModel.Composition
System.ComponentModel.Composition.Registration
System.Composition.AttributedModel
System.Composition.Hosting
System.Composition.Convention
System.Composition.Runtime
System.Composition.TypedParts
System.Diagnostics.DiagnosticSource
System.DirectoryServices.Protocols
System.Formats.Cbor
assets/symbols/Microsoft.Extensions.Caching.Memory.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Diagnostics.Tracing.EventSource.Redist.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.NETCore.App.Host.osx-x64
Microsoft.NETCore.App.Host.win-arm
Microsoft.NETCore.App.Host.win-x64
Microsoft.NETCore.App.Ref
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86
runtime.win-x86.Microsoft.NETCore.DotNetAppHost
Microsoft.NETCore.App.Host.win-arm64
assets/symbols/Microsoft.NETCore.App.Host.win-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.osx-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Host.osx-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.win-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-arm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.EventLog.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.EventSource.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.TraceSource.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Options.ConfigurationExtensions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Options.DataAnnotations.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.AspNetCore.Internal.Transport.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.CommandLine.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.Binder.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Configuration.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/dotnet-pgo.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/ILCompiler.Reflection.ReadyToRun.Experimental.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Text.Json.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Text.Encodings.Web.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Threading.AccessControl.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Threading.Channels.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/System.Threading.Tasks.Dataflow.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.Win32.SystemEvents
assets/symbols/runtime.linux-arm64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.Win32.Registry.AccessControl
runtime.linux-arm.Microsoft.NETCore.DotNetAppHost
assets/symbols/runtime.linux-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
Microsoft.XmlSerializer.Generator
Microsoft.Windows.Compatibility
runtime.linux-arm.Microsoft.NETCore.DotNetHost
runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy
runtime.linux-arm.Microsoft.NETCore.ILAsm
runtime.linux-arm.Microsoft.NETCore.ILDAsm
runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver
runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost
runtime.linux-arm64.runtime.native.System.IO.Ports
Microsoft.IO.Redist
Microsoft.NETCore.App.Crossgen2.linux-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64
Microsoft.NETCore.App.Runtime.linux-arm64
Microsoft.NETCore.App.Runtime.Mono.android-arm64
Microsoft.NETCore.App.Runtime.Mono.ios-arm
Microsoft.NETCore.App.Runtime.Mono.ios-arm64
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86
Microsoft.NETCore.App.Crossgen2.win-x86
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Crossgen2.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-arm.6.0.0-preview.6.21277.5.symbols.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHost
assets/symbols/Microsoft.NETCore.App.Runtime.osx-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.ILAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.TestHost.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Private.CoreFx.OOB.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Win32.Registry.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Win32.Registry.AccessControl.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Win32.SystemEvents.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Windows.Compatibility.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.XmlSerializer.Generator.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/runtime.linux-arm.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.FileSystemGlobbing.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.HostFactoryResolver.Sources.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Hosting.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Abstractions.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Configuration.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Console.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Extensions.Logging.Debug.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/Microsoft.Bcl.AsyncInterfaces.6.0.0-preview.6.21277.5.symbols.nupkg
assets/symbols/dotnet-ilverify.6.0.0-preview.6.21277.5.symbols.nupkg
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/251) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/233) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/269) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/284) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
#### Signing Ring
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/68) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/131) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
#### Source Code Validation
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/48) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/74) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/94) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/109) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
#### Prep Ring
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1160599/logs/36) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency.
### Changes
- [7ce8eefa](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/7ce8eefa7889df63bd53ace2048dec0f9c26d93d) - Michelle McDaniel - Merged PR 14522: Add RACI doc
| non_test | build failed validate dotnet main runtime build failed x internal validate dotnet failed summary finished fri may gmt duration minutes requested for dotnet bot reason manual details validation ring warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency x netcore engineering telemetry checksymbols missing symbols for modules in the package d workspace work a signed shipping assets symbols dotnet pgo preview symbols nupkg x netcore engineering telemetry checksymbols missing symbols for modules in the package d workspace work a signed shipping assets symbols microsoft netcore app linux preview symbols nupkg x netcore engineering telemetry checksymbols missing symbols for modules in the package d workspace work a signed shipping assets symbols microsoft netcore app osx preview symbols nupkg x netcore engineering telemetry checksymbols missing symbols for modules in the package d workspace work a signed shipping assets symbols microsoft netcore app runtime mono ios arm preview symbols nupkg x netcore engineering telemetry checksymbols symbols missing for packages x powershell exited with code x netcore engineering telemetry sourcelink d workspace work a signed shipping assets symbols microsoft netcore app runtime linux preview symbols nupkg has broken sourcelink links x netcore engineering telemetry sourcelink d workspace work a signed shipping assets symbols microsoft netcore app runtime linux musl arm preview symbols nupkg has broken sourcelink links x netcore engineering telemetry sourcelink package s failed validation x powershell exited with code warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency x validatesymbols entry found in generated contract does not match validatesymbols x validatesourcelink entry found in generated contract does not match validatesourcelink x steps were not validated for contract x contract was not validated x powershell exited with code required validation ring warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning number of checksums and assets don t match checksums assets assets with no corresponding checksum are assets symbols runtime linux microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime osx runtime native system io ports preview symbols nupkg assets symbols runtime linux musl microsoft netcore testhost preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux musl microsoft netcore ilasm preview symbols nupkg assets symbols runtime win microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime win arm microsoft netcore testhost preview symbols nupkg assets symbols system io filesystem accesscontrol preview symbols nupkg assets symbols system io packaging preview symbols nupkg assets symbols system data oledb preview symbols nupkg assets symbols system io ports preview symbols nupkg assets symbols system memory data preview symbols nupkg assets symbols system reflection metadataloadcontext preview symbols nupkg assets symbols system resources extensions preview symbols nupkg assets symbols system runtime caching preview symbols nupkg assets symbols system security accesscontrol preview symbols nupkg assets symbols system runtime compilerservices unsafe preview symbols nupkg assets symbols system security cryptography pkcs preview symbols nupkg assets symbols system security cryptography protecteddata preview symbols nupkg assets symbols system management preview symbols nupkg assets symbols system data odbc preview symbols nupkg assets symbols system composition typedparts preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime win microsoft netcore ilasm preview symbols nupkg assets symbols runtime win microsoft netcore ildasm preview symbols nupkg assets symbols runtime win microsoft netcore dotnethost preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime win microsoft netcore ilasm preview symbols nupkg assets symbols runtime win microsoft netcore ildasm preview symbols nupkg assets symbols runtime win microsoft netcore testhost preview symbols nupkg assets symbols system configuration configurationmanager preview symbols nupkg assets symbols runtime win microsoft netcore ildasm preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime win microsoft netcore dotnethost preview symbols nupkg assets symbols runtime win microsoft netcore ilasm preview symbols nupkg assets symbols system speech preview symbols nupkg assets symbols system windows extensions preview symbols nupkg assets symbols system servicemodel syndication preview symbols nupkg assets symbols runtime osx microsoft netcore dotnetapphost preview symbols nupkg assets symbols system security cryptography xml preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux microsoft netcore ildasm preview symbols nupkg assets symbols runtime linux microsoft netcore testhost preview symbols nupkg assets symbols runtime linux runtime native system io ports preview symbols nupkg assets symbols runtime native system io ports preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethost preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime osx microsoft netcore ilasm preview symbols nupkg assets symbols runtime osx microsoft netcore ildasm preview symbols nupkg assets symbols runtime osx microsoft netcore testhost preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethost preview symbols nupkg microsoft netcore app runtime mono llvm aot linux runtime linux microsoft netcore testhost microsoft netcore app runtime mono llvm aot linux runtime linux musl arm microsoft netcore dotnetapphost runtime linux musl arm microsoft netcore dotnethost runtime linux musl arm microsoft netcore dotnethostresolver runtime linux musl arm microsoft netcore dotnethostpolicy microsoft registry microsoft netcore app runtime mono llvm linux microsoft netcore app runtime mono llvm osx microsoft netcore app runtime mono tvossimulator microsoft netcore app runtime osx microsoft netcore app runtime mono win runtime linux musl arm microsoft netcore ilasm microsoft netcore app runtime win microsoft netcore ilasm microsoft netcore dotnethostresolver microsoft netcore ildasm runtime linux musl arm microsoft netcore ildasm runtime osx microsoft netcore dotnetapphost runtime linux musl arm microsoft netcore testhost runtime win arm microsoft netcore dotnetapphost runtime osx microsoft netcore dotnethost runtime osx microsoft netcore dotnethostresolver runtime osx microsoft netcore dotnethostpolicy runtime osx microsoft netcore ilasm runtime osx microsoft netcore ildasm runtime osx microsoft netcore testhost runtime osx runtime native system io ports runtime win microsoft netcore dotnetapphost runtime win arm microsoft netcore dotnethost runtime win arm microsoft netcore dotnethostresolver runtime win microsoft netcore dotnethostresolver runtime win microsoft netcore ilasm runtime linux musl microsoft netcore dotnetapphost runtime win microsoft netcore ilasm runtime win microsoft netcore ildasm runtime win arm microsoft netcore testhost runtime linux musl microsoft netcore dotnethostresolver runtime linux musl microsoft netcore ildasm runtime linux musl microsoft netcore dotnetapphost runtime linux musl microsoft netcore testhost runtime linux musl microsoft netcore dotnethostpolicy runtime linux musl microsoft netcore dotnethost runtime linux musl microsoft netcore ilasm runtime linux musl microsoft netcore dotnethostresolver runtime linux microsoft netcore dotnetapphost runtime osx microsoft netcore ilasm runtime linux musl microsoft netcore ildasm runtime linux microsoft netcore dotnethost runtime linux microsoft netcore dotnethostresolver runtime linux microsoft netcore ilasm runtime linux microsoft netcore ildasm runtime osx microsoft netcore dotnetapphost runtime linux microsoft netcore testhost microsoft extensions logging debug microsoft extensions logging eventsource microsoft extensions logging tracesource microsoft extensions options microsoft extensions options dataannotations microsoft extensions options configurationextensions microsoft ilverification microsoft extensions primitives microsoft extensions http microsoft netcore app composite microsoft net runtime android sample mono dotnet ilverify microsoft net runtime ios sample mono microsoft net runtime webassembly sdk microsoft netcore app linux arm microsoft net sdk il microsoft net workload mono toolchain manifest microsoft netcore app linux musl microsoft netcore app linux musl arm microsoft extensions hosting windowsservices microsoft extensions hosting abstractions microsoft diagnostics tracing eventsource redist microsoft extensions caching abstractions microsoft bcl asyncinterfaces microsoft extensions configuration microsoft extensions caching memory microsoft extensions configuration abstractions microsoft netcore app linux musl microsoft extensions configuration commandline microsoft extensions dependencyinjection microsoft netcore app runtime aot osx cross iossimulator microsoft extensions configuration ini assets symbols runtime linux arm runtime native system io ports preview symbols nupkg microsoft netcore app runtime aot osx cross iossimulator microsoft netcore app runtime aot osx cross tvossimulator microsoft netcore app runtime aot osx cross tvossimulator microsoft netcore app runtime aot win cross android arm microsoft netcore app runtime linux musl microsoft netcore app runtime aot win cross android assets symbols microsoft netcore app host win arm preview symbols nupkg assets symbols microsoft netcore app win preview symbols nupkg assets symbols microsoft netcore app win preview symbols nupkg assets symbols microsoft netcore app host linux arm preview symbols nupkg assets symbols microsoft netcore app host linux preview symbols nupkg assets symbols microsoft netcore app host linux musl arm preview symbols nupkg assets symbols microsoft netcore app host linux musl preview symbols nupkg assets symbols microsoft netcore app host linux musl preview symbols nupkg assets symbols microsoft netcore app host linux preview symbols nupkg assets symbols microsoft netcore app runtime win preview symbols nupkg assets symbols microsoft netcore app runtime mono tvossimulator preview symbols nupkg microsoft netcore app runtime linux musl arm microsoft netcore app win microsoft netcore app runtime aot osx cross ios arm microsoft netcore app host linux musl arm microsoft netcore app host linux musl microsoft netcore app host win microsoft netcore app runtime aot linux cross android microsoft netcore app runtime aot osx cross android arm microsoft netcore app runtime aot osx cross android assets symbols microsoft netcore app pgo preview symbols nupkg assets symbols microsoft netcore app ref preview symbols nupkg assets symbols microsoft netcore app runtime aot linux cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross android arm preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross tvos preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross android preview symbols nupkg assets symbols microsoft netcore app composite preview symbols nupkg assets symbols microsoft netcore app win arm preview symbols nupkg assets symbols microsoft netcore app win preview symbols nupkg assets symbols microsoft netcore app linux preview symbols nupkg assets symbols microsoft netcore app runtime win preview symbols nupkg assets symbols microsoft netcore browserdebughost transport preview symbols nupkg assets symbols system serviceprocess servicecontroller preview symbols nupkg assets symbols system text encoding codepages preview symbols nupkg assets symbols system security principal windows preview symbols nupkg assets symbols system security permissions preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime win arm microsoft netcore dotnetapphost preview symbols nupkg microsoft netcore app runtime mono llvm aot osx microsoft netcore testhost microsoft netcore app runtime mono maccatalyst microsoft netcore app runtime mono linux musl runtime linux runtime native system io ports runtime native system io ports microsoft netcore app runtime mono linux arm microsoft netcore app runtime mono linux runtime osx microsoft netcore dotnethost microsoft extensions logging abstractions microsoft extensions logging console microsoft extensions logging eventlog microsoft extensions logging configuration runtime win microsoft netcore testhost runtime win microsoft netcore dotnethostpolicy assets symbols microsoft netcore app runtime aot linux cross android arm preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross maccatalyst preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross android preview symbols nupkg assets symbols microsoft netcore app host win preview symbols nupkg assets symbols microsoft netcore app host win preview symbols nupkg assets symbols microsoft net runtime wasm sample mono preview symbols nupkg assets symbols microsoft net runtime webassembly sdk preview symbols nupkg assets symbols microsoft net sdk il preview symbols nupkg assets symbols microsoft netcore app linux musl arm preview symbols nupkg assets symbols microsoft netcore app runtime linux arm preview symbols nupkg assets symbols microsoft netcore app runtime linux musl preview symbols nupkg assets symbols microsoft netcore app runtime mono android preview symbols nupkg assets symbols microsoft netcore app runtime mono android preview symbols nupkg assets symbols microsoft netcore app runtime mono iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm aot linux preview symbols nupkg assets symbols microsoft netcore app runtime mono tvos preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm osx preview symbols nupkg assets symbols microsoft netcore app runtime mono maccatalyst preview symbols nupkg assets symbols microsoft netcore app runtime mono linux preview symbols nupkg system memory data system net http winhttphandler system net http json assets symbols microsoft net hostmodel preview symbols nupkg assets symbols microsoft net hostmodel pgo preview symbols nupkg assets symbols microsoft ilverification preview symbols nupkg system numerics tensors system reflection metadata system configuration configurationmanager assets symbols microsoft extensions dependencyinjection abstractions preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux microsoft netcore ildasm preview symbols nupkg assets symbols runtime linux microsoft netcore testhost preview symbols nupkg assets symbols runtime linux runtime native system io ports preview symbols nupkg assets symbols runtime linux musl arm microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore ildasm preview symbols nupkg assets symbols runtime linux musl microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore testhost preview symbols nupkg assets symbols runtime win arm microsoft netcore ildasm preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux musl microsoft netcore ildasm preview symbols nupkg assets symbols runtime linux musl microsoft netcore testhost preview symbols nupkg assets symbols runtime linux musl microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime win microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime win microsoft netcore dotnethost preview symbols nupkg assets symbols system composition attributedmodel preview symbols nupkg assets symbols system composition convention preview symbols nupkg assets symbols system composition hosting preview symbols nupkg assets symbols system composition runtime preview symbols nupkg runtime preview productversion txt runtime preview runtime productversion txt runtime linux arm runtime native system io ports runtime linux arm microsoft netcore testhost runtime linux microsoft netcore dotnethost runtime linux microsoft netcore dotnethostresolver runtime linux microsoft netcore ilasm runtime linux microsoft netcore dotnethostpolicy runtime linux microsoft netcore ildasm runtime win arm microsoft netcore dotnethostpolicy runtime win arm microsoft netcore ildasm runtime win arm microsoft netcore ilasm runtime osx microsoft netcore testhost runtime win microsoft netcore dotnetapphost runtime win microsoft netcore dotnethostpolicy runtime win microsoft netcore dotnethost runtime osx microsoft netcore ildasm runtime osx microsoft netcore dotnethostresolver runtime linux musl microsoft netcore ilasm runtime linux musl microsoft netcore dotnethost runtime linux musl microsoft netcore dotnethostpolicy runtime linux microsoft netcore dotnethostpolicy runtime osx microsoft netcore dotnethostpolicy runtime linux musl microsoft netcore testhost microsoft extensions logging microsoft extensions configuration binder microsoft extensions configuration environmentvariables microsoft extensions hosting systemd microsoft extensions configuration json microsoft extensions configuration fileextensions microsoft extensions configuration usersecrets microsoft extensions configuration xml microsoft extensions dependencyinjection abstractions microsoft netcore app osx microsoft extensions dependencyinjection specification tests microsoft extensions dependencymodel microsoft extensions fileproviders abstractions microsoft extensions fileproviders physical microsoft extensions fileproviders composite microsoft extensions filesystemglobbing microsoft extensions hosting microsoft netcore app runtime aot win cross android microsoft netcore app runtime linux arm microsoft netcore app runtime aot osx cross iossimulator microsoft netcore app runtime aot win cross browser wasm microsoft netcore app runtime linux musl microsoft netcore app runtime linux assets symbols microsoft netcore app runtime aot linux cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot linux cross browser wasm preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross maccatalyst preview symbols nupkg assets symbols microsoft net runtime android sample mono preview symbols nupkg assets symbols microsoft net runtime ios sample mono preview symbols nupkg assets symbols microsoft net runtime monoaotcompiler task preview symbols nupkg assets symbols microsoft net runtime runtimeconfigparser task preview symbols nupkg assets symbols runtime linux arm microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux arm microsoft netcore ildasm preview symbols nupkg assets symbols microsoft netcore app runtime mono win preview symbols nupkg assets symbols microsoft netcore app runtime mono win preview symbols nupkg assets symbols microsoft netcore app runtime linux preview symbols nupkg assets symbols microsoft netcore app runtime mono android preview symbols nupkg assets symbols microsoft netcore app runtime mono ios arm preview symbols nupkg assets symbols microsoft netcore app runtime mono linux preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm aot osx preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm linux preview symbols nupkg assets symbols microsoft netcore app runtime mono maccatalyst preview symbols nupkg system data odbc assets symbols microsoft io redist preview symbols nupkg system data oledb system diagnostics eventlog system diagnostics performancecounter system directoryservices system directoryservices accountmanagement system drawing common system formats system io filesystem accesscontrol system io packaging assets symbols microsoft extensions configuration xml preview symbols nupkg assets symbols microsoft extensions dependencyinjection preview symbols nupkg assets symbols microsoft extensions dependencyinjection specification tests preview symbols nupkg assets symbols microsoft extensions dependencymodel preview symbols nupkg assets symbols microsoft extensions fileproviders abstractions preview symbols nupkg assets symbols microsoft extensions fileproviders composite preview symbols nupkg assets symbols microsoft extensions fileproviders physical preview symbols nupkg assets symbols microsoft extensions hosting abstractions preview symbols nupkg assets symbols microsoft extensions configuration json preview symbols nupkg assets symbols microsoft extensions hosting systemd preview symbols nupkg assets symbols microsoft extensions http preview symbols nupkg assets symbols microsoft extensions logging preview symbols nupkg assets symbols microsoft extensions options preview symbols nupkg assets symbols microsoft extensions primitives preview symbols nupkg assets symbols microsoft extensions hosting windowsservices preview symbols nupkg assets symbols microsoft extensions configuration ini preview symbols nupkg assets symbols microsoft extensions configuration usersecrets preview symbols nupkg assets symbols microsoft extensions configuration environmentvariables preview symbols nupkg assets symbols microsoft extensions configuration fileextensions preview symbols nupkg assets symbols microsoft extensions configuration abstractions preview symbols nupkg assets symbols microsoft extensions caching abstractions preview symbols nupkg assets symbols runtime osx microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethost preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime osx microsoft netcore ilasm preview symbols nupkg assets symbols runtime osx microsoft netcore ildasm preview symbols nupkg assets symbols runtime osx microsoft netcore testhost preview symbols nupkg assets symbols runtime win arm microsoft netcore dotnethost preview symbols nupkg assets symbols runtime win arm microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime win arm microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime win arm microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux musl microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux musl microsoft netcore ildasm preview symbols nupkg assets symbols system diagnostics diagnosticsource preview symbols nupkg assets symbols system drawing common preview symbols nupkg assets symbols system diagnostics eventlog preview symbols nupkg assets symbols system diagnostics performancecounter preview symbols nupkg assets symbols system directoryservices preview symbols nupkg assets symbols system directoryservices accountmanagement preview symbols nupkg assets symbols system directoryservices protocols preview symbols nupkg assets symbols system formats preview symbols nupkg assets symbols system formats cbor preview symbols nupkg assets symbols system io pipelines preview symbols nupkg assets symbols system io pipes accesscontrol preview symbols nupkg assets symbols system net http winhttphandler preview symbols nupkg assets symbols system net http json preview symbols nupkg assets symbols system numerics tensors preview symbols nupkg assets symbols system reflection context preview symbols nupkg assets symbols system reflection metadata preview symbols nupkg assets symbols runtime win microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime win microsoft netcore testhost preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostresolver preview symbols nupkg assets symbols system codedom preview symbols nupkg assets symbols runtime win microsoft netcore testhost preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols system componentmodel composition preview symbols nupkg assets symbols system collections immutable preview symbols nupkg assets symbols system componentmodel composition registration preview symbols nupkg assets symbols system composition preview symbols nupkg microsoft netcore platforms microsoft netcore app runtime mono llvm linux microsoft netcore app runtime mono tvos microsoft netcore app runtime mono maccatalyst microsoft netcore app runtime mono tvossimulator microsoft netcore app runtime mono osx microsoft netcore app runtime mono osx microsoft netcore app runtime osx microsoft netcore app runtime win arm microsoft netcore app runtime win microsoft netcore app runtime win microsoft netcore app runtime mono win microsoft netcore dotnetapphost microsoft netcore dotnethost microsoft netcore dotnethostpolicy microsoft netcore app runtime mono linux runtime win microsoft netcore ildasm runtime win microsoft netcore testhost runtime win microsoft netcore dotnethostpolicy runtime win microsoft netcore dotnethost runtime win microsoft netcore dotnethostresolver microsoft net runtime wasm sample mono microsoft net runtime monoaotcompiler task microsoft net runtime runtimeconfigparser task microsoft netcore app runtime aot win cross android microsoft netcore app runtime mono android arm microsoft netcore app runtime mono android microsoft netcore app runtime mono android microsoft netcore app runtime mono browser wasm microsoft netcore app runtime mono iossimulator microsoft netcore app runtime mono iossimulator microsoft netcore app linux microsoft netcore app runtime aot osx cross ios microsoft netcore app osx microsoft netcore app runtime aot osx cross browser wasm microsoft netcore app win arm microsoft netcore app win microsoft netcore app host linux arm microsoft netcore app host linux microsoft netcore app host linux musl microsoft netcore app host linux microsoft netcore app host osx microsoft netcore app runtime aot linux cross android arm microsoft netcore app runtime aot linux cross android assets symbols microsoft netcore app runtime aot osx cross ios arm preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross tvossimulator preview symbols nupkg assets symbols microsoft netcore app linux arm preview symbols nupkg assets symbols microsoft netcore app host osx preview symbols nupkg assets symbols microsoft netcore app linux preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross browser wasm preview symbols nupkg assets symbols microsoft netcore app runtime osx preview symbols nupkg assets symbols microsoft netcore app runtime win arm preview symbols nupkg assets symbols microsoft netcore app runtime linux musl preview symbols nupkg assets symbols microsoft netcore app runtime mono android arm preview symbols nupkg assets symbols microsoft netcore app runtime mono browser wasm preview symbols nupkg assets symbols microsoft netcore app runtime mono ios preview symbols nupkg assets symbols microsoft netcore app runtime mono iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm aot linux preview symbols nupkg assets symbols microsoft netcore app runtime mono osx preview symbols nupkg assets symbols microsoft netcore app runtime mono osx preview symbols nupkg system reflection context system reflection metadataloadcontext system resources extensions system runtime caching system runtime compilerservices unsafe system security accesscontrol system security cryptography pkcs system security permissions system security cryptography protecteddata system security cryptography xml system security principal windows system servicemodel syndication system serviceprocess servicecontroller system text encoding codepages system speech system text json system text encodings web system threading accesscontrol system threading tasks dataflow system threading channels system windows extensions system management system io ports runtime win microsoft netcore ilasm system io pipes accesscontrol system io pipelines runtime win microsoft netcore dotnethostresolver runtime win microsoft netcore ildasm runtime win microsoft netcore testhost system composition system codedom system collections immutable system componentmodel composition system componentmodel composition registration system composition attributedmodel system composition hosting system composition convention system composition runtime system composition typedparts system diagnostics diagnosticsource system directoryservices protocols system formats cbor assets symbols microsoft extensions caching memory preview symbols nupkg assets symbols microsoft diagnostics tracing eventsource redist preview symbols nupkg microsoft netcore app host osx microsoft netcore app host win arm microsoft netcore app host win microsoft netcore app ref microsoft netcore app runtime aot linux cross android microsoft netcore app runtime aot linux cross browser wasm microsoft netcore app runtime aot osx cross android microsoft netcore app runtime aot osx cross android runtime win microsoft netcore dotnetapphost microsoft netcore app host win assets symbols microsoft netcore app host win preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross ios preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross browser wasm preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross tvossimulator preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross android arm preview symbols nupkg assets symbols microsoft net workload mono toolchain manifest preview symbols nupkg assets symbols microsoft netcore app linux musl preview symbols nupkg assets symbols microsoft netcore app osx preview symbols nupkg assets symbols microsoft netcore app host osx preview symbols nupkg assets symbols microsoft netcore app runtime win preview symbols nupkg assets symbols runtime linux arm microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux arm microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux arm microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux arm microsoft netcore dotnethostresolver preview symbols nupkg assets symbols microsoft netcore app runtime linux preview symbols nupkg assets symbols microsoft netcore app runtime mono iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime mono linux arm preview symbols nupkg assets symbols microsoft netcore app runtime mono linux musl preview symbols nupkg assets symbols microsoft extensions logging eventlog preview symbols nupkg assets symbols microsoft extensions logging eventsource preview symbols nupkg assets symbols microsoft extensions logging tracesource preview symbols nupkg assets symbols microsoft extensions options configurationextensions preview symbols nupkg assets symbols microsoft extensions options dataannotations preview symbols nupkg assets symbols microsoft aspnetcore internal transport preview symbols nupkg assets symbols microsoft extensions configuration commandline preview symbols nupkg assets symbols microsoft extensions configuration binder preview symbols nupkg assets symbols microsoft extensions configuration preview symbols nupkg assets symbols dotnet pgo preview symbols nupkg assets symbols ilcompiler reflection readytorun experimental preview symbols nupkg assets symbols runtime linux microsoft netcore ilasm preview symbols nupkg assets symbols system text json preview symbols nupkg assets symbols system text encodings web preview symbols nupkg assets symbols system threading accesscontrol preview symbols nupkg assets symbols system threading channels preview symbols nupkg assets symbols system threading tasks dataflow preview symbols nupkg assets symbols runtime linux microsoft netcore dotnetapphost preview symbols nupkg microsoft systemevents assets symbols runtime linux microsoft crossosdiag private coreclr preview symbols nupkg microsoft registry accesscontrol runtime linux arm microsoft netcore dotnetapphost assets symbols runtime linux arm microsoft netcore testhost preview symbols nupkg microsoft xmlserializer generator microsoft windows compatibility runtime linux arm microsoft netcore dotnethost runtime linux arm microsoft netcore dotnethostpolicy runtime linux arm microsoft netcore ilasm runtime linux arm microsoft netcore ildasm runtime linux arm microsoft netcore dotnethostresolver runtime linux microsoft netcore dotnetapphost runtime linux runtime native system io ports microsoft io redist microsoft netcore app linux microsoft netcore app runtime aot osx cross maccatalyst microsoft netcore app runtime aot osx cross tvos microsoft netcore app runtime aot osx cross maccatalyst microsoft netcore app runtime linux microsoft netcore app runtime mono android microsoft netcore app runtime mono ios arm microsoft netcore app runtime mono ios microsoft netcore app runtime mono iossimulator microsoft netcore app win assets symbols microsoft netcore app runtime aot linux cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross android preview symbols nupkg assets symbols microsoft netcore app linux musl preview symbols nupkg assets symbols microsoft netcore app osx preview symbols nupkg assets symbols microsoft netcore app runtime linux musl arm preview symbols nupkg runtime win microsoft netcore dotnethost assets symbols microsoft netcore app runtime osx preview symbols nupkg assets symbols microsoft netcore dotnetapphost preview symbols nupkg assets symbols microsoft netcore dotnethost preview symbols nupkg assets symbols microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols microsoft netcore dotnethostresolver preview symbols nupkg assets symbols microsoft netcore ilasm preview symbols nupkg assets symbols microsoft netcore ildasm preview symbols nupkg assets symbols microsoft netcore testhost preview symbols nupkg assets symbols microsoft private corefx oob preview symbols nupkg assets symbols microsoft registry preview symbols nupkg assets symbols microsoft registry accesscontrol preview symbols nupkg assets symbols microsoft systemevents preview symbols nupkg assets symbols microsoft windows compatibility preview symbols nupkg assets symbols microsoft xmlserializer generator preview symbols nupkg assets symbols runtime linux arm microsoft crossosdiag private coreclr preview symbols nupkg assets symbols microsoft netcore app runtime mono tvossimulator preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm linux preview symbols nupkg assets symbols microsoft extensions filesystemglobbing preview symbols nupkg assets symbols microsoft extensions hostfactoryresolver sources preview symbols nupkg assets symbols microsoft extensions hosting preview symbols nupkg assets symbols microsoft extensions logging abstractions preview symbols nupkg assets symbols microsoft extensions logging configuration preview symbols nupkg assets symbols microsoft extensions logging console preview symbols nupkg assets symbols microsoft extensions logging debug preview symbols nupkg assets symbols microsoft bcl asyncinterfaces preview symbols nupkg assets symbols dotnet ilverify preview symbols nupkg warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency signing ring warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency source code validation warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency prep ring warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency changes michelle mcdaniel merged pr add raci doc | 0 |
425,118 | 12,336,120,429 | IssuesEvent | 2020-05-14 13:07:10 | OpenBankingToolkit/openbanking-reference-implementation | https://api.github.com/repos/OpenBankingToolkit/openbanking-reference-implementation | closed | OBRI.AccessToken.Invalid error on /pisp/domestic-scheduled-payments/ GET submission call | bug priority: normal | **External Issue Id:** 49580
**Date Raised:** 10/05/2020
**Description of the bug**
TPP receiving the following error:
`ErrorCode":"OBRI.AccessToken.Invalid","Message":"The access token grant type CLIENT_CREDENTIAL doesn't match one of the expected grant types [AUTHORIZATION_CODE, HEADLESS_AUTH]
`
On the following endpoint:
`GET https://matls.rs.aspsp.sandbox.lloydsbanking.com/open-banking/v3.1/pisp/domestic-scheduled-payments/{DomesticScheduledPaymentId}`
Based on the Open Banking specification the TPP believes the endpoint should allow access with a Client Credentials grant token, and not an Authorisation Code grant token.
**Investigation of the bug by the OBRI team**
After looking at the spec here;
https://openbanking.atlassian.net/wiki/spaces/DZ/pages/937558149/Domestic+Scheduled+Payment+v3.1#DomesticScheduledPaymentv3.1-Endpoints
We agree that this endpoint should be accessible using CLIENT_CREDENTIALS.
**To Reproduce**
Steps to reproduce the behaviour:
1. Perform a domestic scheduled payments flow
2. When making the GET to the endpoint in question change the Auth header from Bearer to basic and provide the ClientId and ClientSecret
**Reproduce the issue with postman**
1. Collection: `End To End Test (Generated)/Test payment flow/Domestic payments/Domestic standing orders`
2. Run:
- POST: Generate client credential JWT
- POST: Client credential _this access token have grant type client credentials_ `{{access_token}}`
- POST: Create domestic schedule payment consent Actual Rate
- GET: Get domestic schedule payment consent
- POST: Generate request parameter
- POST: Get access token via headless auth _this access token have grant type authorization code_ `{{access_token_with_consent}}`
- POST: Domestic schedule Payment
- GET: Get Domestic schedule Payment - /open-banking/v3.0/international-payments/{InternationalPaymentId} _use the {{access_token_with_consent}} with grant type authorization code_ **before run it change on `Headers` tab the {{access_token_with_consent}} to {{access_token}} to use the access token with grant type client_credentials**
3. The response will be
- `ErrorCode":"OBRI.AccessToken.Invalid","Message":"The access token grant type CLIENT_CREDENTIAL doesn't match one of the expected grant types [AUTHORIZATION_CODE, HEADLESS_AUTH]`
**Expected behaviour**
The call succeeds and the flow is executed.
**Current behaviour**
An error is returned to the caller stating
`ErrorCode":"OBRI.AccessToken.Invalid","Message":"The access token grant type CLIENT_CREDENTIAL doesn't match one of the expected grant types [AUTHORIZATION_CODE, HEADLESS_AUTH]`
**Fix postman test**
1. Change the `{{access_token_with_consent}}` for `{{access_token}}`
- POST: Get access token via headless auth _this access token have grant type authorization code_ `{{access_token_with_consent}}`
`
### Release Notes
Affected App: X
Description: X
<end release notes>
| 1.0 | OBRI.AccessToken.Invalid error on /pisp/domestic-scheduled-payments/ GET submission call - **External Issue Id:** 49580
**Date Raised:** 10/05/2020
**Description of the bug**
TPP receiving the following error:
`ErrorCode":"OBRI.AccessToken.Invalid","Message":"The access token grant type CLIENT_CREDENTIAL doesn't match one of the expected grant types [AUTHORIZATION_CODE, HEADLESS_AUTH]
`
On the following endpoint:
`GET https://matls.rs.aspsp.sandbox.lloydsbanking.com/open-banking/v3.1/pisp/domestic-scheduled-payments/{DomesticScheduledPaymentId}`
Based on the Open Banking specification the TPP believes the endpoint should allow access with a Client Credentials grant token, and not an Authorisation Code grant token.
**Investigation of the bug by the OBRI team**
After looking at the spec here;
https://openbanking.atlassian.net/wiki/spaces/DZ/pages/937558149/Domestic+Scheduled+Payment+v3.1#DomesticScheduledPaymentv3.1-Endpoints
We agree that this endpoint should be accessible using CLIENT_CREDENTIALS.
**To Reproduce**
Steps to reproduce the behaviour:
1. Perform a domestic scheduled payments flow
2. When making the GET to the endpoint in question change the Auth header from Bearer to basic and provide the ClientId and ClientSecret
**Reproduce the issue with postman**
1. Collection: `End To End Test (Generated)/Test payment flow/Domestic payments/Domestic standing orders`
2. Run:
- POST: Generate client credential JWT
- POST: Client credential _this access token have grant type client credentials_ `{{access_token}}`
- POST: Create domestic schedule payment consent Actual Rate
- GET: Get domestic schedule payment consent
- POST: Generate request parameter
- POST: Get access token via headless auth _this access token have grant type authorization code_ `{{access_token_with_consent}}`
- POST: Domestic schedule Payment
- GET: Get Domestic schedule Payment - /open-banking/v3.0/international-payments/{InternationalPaymentId} _use the {{access_token_with_consent}} with grant type authorization code_ **before run it change on `Headers` tab the {{access_token_with_consent}} to {{access_token}} to use the access token with grant type client_credentials**
3. The response will be
- `ErrorCode":"OBRI.AccessToken.Invalid","Message":"The access token grant type CLIENT_CREDENTIAL doesn't match one of the expected grant types [AUTHORIZATION_CODE, HEADLESS_AUTH]`
**Expected behaviour**
The call succeeds and the flow is executed.
**Current behaviour**
An error is returned to the caller stating
`ErrorCode":"OBRI.AccessToken.Invalid","Message":"The access token grant type CLIENT_CREDENTIAL doesn't match one of the expected grant types [AUTHORIZATION_CODE, HEADLESS_AUTH]`
**Fix postman test**
1. Change the `{{access_token_with_consent}}` for `{{access_token}}`
- POST: Get access token via headless auth _this access token have grant type authorization code_ `{{access_token_with_consent}}`
`
### Release Notes
Affected App: X
Description: X
<end release notes>
| non_test | obri accesstoken invalid error on pisp domestic scheduled payments get submission call external issue id date raised description of the bug tpp receiving the following error errorcode obri accesstoken invalid message the access token grant type client credential doesn t match one of the expected grant types on the following endpoint get based on the open banking specification the tpp believes the endpoint should allow access with a client credentials grant token and not an authorisation code grant token investigation of the bug by the obri team after looking at the spec here we agree that this endpoint should be accessible using client credentials to reproduce steps to reproduce the behaviour perform a domestic scheduled payments flow when making the get to the endpoint in question change the auth header from bearer to basic and provide the clientid and clientsecret reproduce the issue with postman collection end to end test generated test payment flow domestic payments domestic standing orders run post generate client credential jwt post client credential this access token have grant type client credentials access token post create domestic schedule payment consent actual rate get get domestic schedule payment consent post generate request parameter post get access token via headless auth this access token have grant type authorization code access token with consent post domestic schedule payment get get domestic schedule payment open banking international payments internationalpaymentid use the access token with consent with grant type authorization code before run it change on headers tab the access token with consent to access token to use the access token with grant type client credentials the response will be errorcode obri accesstoken invalid message the access token grant type client credential doesn t match one of the expected grant types expected behaviour the call succeeds and the flow is executed current behaviour an error is returned to the caller stating errorcode obri accesstoken invalid message the access token grant type client credential doesn t match one of the expected grant types fix postman test change the access token with consent for access token post get access token via headless auth this access token have grant type authorization code access token with consent release notes affected app x description x | 0 |
217,639 | 7,325,531,598 | IssuesEvent | 2018-03-03 10:11:07 | langbakk/HSS | https://api.github.com/repos/langbakk/HSS | closed | Todo: finish the phone-call screen | ToDo enhancement graphics priority 2 | Need green and red phone at least, and perhaps a text for the name of the person being called (if known), unknown if not | 1.0 | Todo: finish the phone-call screen - Need green and red phone at least, and perhaps a text for the name of the person being called (if known), unknown if not | non_test | todo finish the phone call screen need green and red phone at least and perhaps a text for the name of the person being called if known unknown if not | 0 |
331,995 | 10,083,024,329 | IssuesEvent | 2019-07-25 12:46:23 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | m.twitch.tv - video or audio doesn't play | browser-fenix engine-gecko priority-critical | <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 5.0.2; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://m.twitch.tv/fantabobshow
**Browser / Version**: Firefox Mobile 68.0
**Operating System**: Android 5.0.2
**Tested Another Browser**: No
**Problem type**: Video or audio doesn't play
**Description**: Vidéo stop playing. Drops.
**Steps to Reproduce**:
Try to clean cache. Tryed on another website no connections lost. With the twitch app no lag
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | m.twitch.tv - video or audio doesn't play - <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 5.0.2; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://m.twitch.tv/fantabobshow
**Browser / Version**: Firefox Mobile 68.0
**Operating System**: Android 5.0.2
**Tested Another Browser**: No
**Problem type**: Video or audio doesn't play
**Description**: Vidéo stop playing. Drops.
**Steps to Reproduce**:
Try to clean cache. Tryed on another website no connections lost. With the twitch app no lag
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_test | m twitch tv video or audio doesn t play url browser version firefox mobile operating system android tested another browser no problem type video or audio doesn t play description vidéo stop playing drops steps to reproduce try to clean cache tryed on another website no connections lost with the twitch app no lag browser configuration none from with ❤️ | 0 |
256,888 | 27,561,736,425 | IssuesEvent | 2023-03-07 22:43:07 | samqws-marketing/box_mojito | https://api.github.com/repos/samqws-marketing/box_mojito | closed | CVE-2018-19838 (Medium) detected in node-sass-4.13.1.tgz - autoclosed | Mend: dependency security vulnerability | ## CVE-2018-19838 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sass-4.13.1.tgz</b></p></summary>
<p>Wrapper around libsass</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.13.1.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.13.1.tgz</a></p>
<p>
Dependency Hierarchy:
- :x: **node-sass-4.13.1.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/box_mojito/commit/65290aeb818102fa2443a637efdccebebfed1eb9">65290aeb818102fa2443a637efdccebebfed1eb9</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In LibSass prior to 3.5.5, functions inside ast.cpp for IMPLEMENT_AST_OPERATORS expansion allow attackers to cause a denial-of-service resulting from stack consumption via a crafted sass file, as demonstrated by recursive calls involving clone(), cloneChildren(), and copy().
<p>Publish Date: 2018-12-04
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-19838>CVE-2018-19838</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-12-04</p>
<p>Fix Resolution: 5.0.0</p>
</p>
</details>
<p></p>
| True | CVE-2018-19838 (Medium) detected in node-sass-4.13.1.tgz - autoclosed - ## CVE-2018-19838 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sass-4.13.1.tgz</b></p></summary>
<p>Wrapper around libsass</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.13.1.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.13.1.tgz</a></p>
<p>
Dependency Hierarchy:
- :x: **node-sass-4.13.1.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/box_mojito/commit/65290aeb818102fa2443a637efdccebebfed1eb9">65290aeb818102fa2443a637efdccebebfed1eb9</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In LibSass prior to 3.5.5, functions inside ast.cpp for IMPLEMENT_AST_OPERATORS expansion allow attackers to cause a denial-of-service resulting from stack consumption via a crafted sass file, as demonstrated by recursive calls involving clone(), cloneChildren(), and copy().
<p>Publish Date: 2018-12-04
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-19838>CVE-2018-19838</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-12-04</p>
<p>Fix Resolution: 5.0.0</p>
</p>
</details>
<p></p>
| non_test | cve medium detected in node sass tgz autoclosed cve medium severity vulnerability vulnerable library node sass tgz wrapper around libsass library home page a href dependency hierarchy x node sass tgz vulnerable library found in head commit a href found in base branch master vulnerability details in libsass prior to functions inside ast cpp for implement ast operators expansion allow attackers to cause a denial of service resulting from stack consumption via a crafted sass file as demonstrated by recursive calls involving clone clonechildren and copy publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution | 0 |
90,252 | 8,231,147,168 | IssuesEvent | 2018-09-07 15:02:32 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | util/arith: (unknown) failed under stress | C-test-failure O-robot | SHA: https://github.com/cockroachdb/cockroach/commits/517663fa1489a2f36a593dc9722384a50bfcdbb5
Parameters:
```
TAGS=
GOFLAGS=
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=891191&tab=buildLog
```
sed -i -E '/gogoproto/d' /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/baseccl/encryption_options.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/baseccl/encryption_options.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.cc
github.com/cockroachdb/cockroach/vendor/github.com/golang/lint
yes
github.com/cockroachdb/cockroach/vendor/github.com/kisielk/errcheck/internal/errcheck
github.com/cockroachdb/cockroach/vendor/github.com/client9/misspell/cmd/misspell
touch bin/.cpp_ccl_protobuf_sources
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cover
checking for sys/types.h... github.com/cockroachdb/cockroach/vendor/github.com/jteeuwen/go-bindata/go-bindata
find ./pkg -name node_modules -prune -o -type f -name '*.pb.go' -exec rm {} +
sed -i -E '/gogoproto/d' /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/data.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/internal.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/metadata.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/file_registry.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc3.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/rocksdb.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/legacy_timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/unresolved_addr.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/data.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/internal.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/metadata.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/file_registry.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc3.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/rocksdb.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/legacy_timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/unresolved_addr.pb.cc
github.com/cockroachdb/cockroach/vendor/github.com/mattn/goveralls
github.com/cockroachdb/cockroach/vendor/github.com/kisielk/errcheck
set -e; for dir in ./pkg/acceptance/cluster/ ./pkg/build/ ./pkg/ccl/backupccl/ ./pkg/ccl/baseccl/ ./pkg/ccl/storageccl/engineccl/enginepbccl/ ./pkg/ccl/utilccl/licenseccl/ ./pkg/config/ ./pkg/gossip/ ./pkg/internal/client/ ./pkg/roachpb/ ./pkg/rpc/ ./pkg/server/diagnosticspb/ ./pkg/server/serverpb/ ./pkg/server/status/ ./pkg/settings/cluster/ ./pkg/sql/distsqlrun/ ./pkg/sql/jobs/ ./pkg/sql/pgwire/pgerror/ ./pkg/sql/sqlbase/ ./pkg/sql/stats/ ./pkg/storage/ ./pkg/storage/engine/enginepb/ ./pkg/storage/storagebase/ ./pkg/ts/tspb/ ./pkg/util/ ./pkg/util/hlc/ ./pkg/util/log/ ./pkg/util/protoutil/ ./pkg/util/tracing/; do \
build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --plugin=bin/protoc-gen-gogoroach --gogoroach_out=Mgoogle/api/annotations.proto=github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,,plugins=grpc,import_prefix=github.com/cockroachdb/cockroach/pkg/:./pkg $dir/*.proto; \
done
yes
github.com/cockroachdb/cockroach/vendor/github.com/golang/lint/golint
checking for sys/stat.h... touch bin/.cpp_protobuf_sources
yes
checking for stdlib.h... github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/suffixtree
Scanning dependencies of target roach
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor
yes
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax
[ 2%] Building CXX object CMakeFiles/roach.dir/comparator.cc.o
[ 5%] Building CXX object CMakeFiles/roach.dir/batch.cc.o
[ 8%] Building CXX object CMakeFiles/roach.dir/db.cc.o
[ 11%] Building CXX object CMakeFiles/roach.dir/encoding.cc.o
[ 14%] Building CXX object CMakeFiles/roach.dir/chunked_buffer.cc.o
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax/golang
checking for string.h... yes
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/job
checking for memory.h... github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/output
yes
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/generator
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/feedback
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl
checking for strings.h... github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/gengateway
github.com/cockroachdb/cockroach/vendor/github.com/wadey/gocovmerge
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/internal/stats
yes
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/storage/benchfmt
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
checking for inttypes.h... github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/imports
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/benchstat
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/base
yes
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glide
checking for stdint.h... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glock
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/godep
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govend
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govendor
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/gvt
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/vndr
yes
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/cmd/benchstat
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goyacc
go/internal/gccgoimporter
go/internal/gcimporter
checking for unistd.h... go/internal/srcimporter
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goimports
yes
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/cmd/dep
checking whether byte ordering is bigendian... go/importer
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/stringer
no
checking size of void *... 8
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of intmax_t... 8
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether pause instruction is compilable... yes
checking for ar... ar
checking malloc.h usability... yes
checking malloc.h presence... [ 17%] Building CXX object CMakeFiles/roach.dir/engine.cc.o
yes
checking for malloc.h... yes
checking whether malloc_usable_size definition can use const argument... [ 20%] Building CXX object CMakeFiles/roach.dir/merge.cc.o
no
[ 23%] Building CXX object CMakeFiles/roach.dir/mvcc.cc.o
checking for library containing log... -lm
checking whether __attribute__ syntax is compilable... [ 26%] Building CXX object CMakeFiles/roach.dir/options.cc.o
yes
checking whether compiler supports -fvisibility=hidden... yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether tls_model attribute is compilable... touch bin/.bootstrap
[ 29%] Building CXX object CMakeFiles/roach.dir/snapshot.cc.o
yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether alloc_size attribute is compilable... no
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(gnu_printf, ...) attribute is compilable... no
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(printf, ...) attribute is compilable... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ld... /usr/bin/ld
checking for autoconf... /usr/bin/autoconf
checking for memalign... yes
checking for valloc... yes
checking whether compiler supports -O3... yes
checking whether compiler supports -funroll-loops... yes
checking unwind.h usability... yes
checking unwind.h presence... yes
checking for unwind.h... yes
checking for _Unwind_Backtrace in -lgcc... yes
checking configured backtracing method... libgcc
checking for sbrk... yes
checking whether utrace(2) is compilable... no
checking whether valgrind is compilable... no
checking whether a program using __builtin_unreachable is compilable... yes
checking whether a program using __builtin_ffsl is compilable... yes
checking LG_PAGE... 12
Missing VERSION file, and unable to generate it; creating bogus VERSION
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking whether pthread_atfork(3) is compilable... yes
checking for library containing clock_gettime... none required
checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes
checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes
checking whether mach_absolute_time() is compilable... [ 32%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/data.pb.cc.o
no
checking whether compiler supports -Werror... yes
checking whether syscall(2) is compilable... yes
checking for secure_getenv... yes
checking for issetugid... no
checking for _malloc_thread_cleanup... no
checking for _pthread_mutex_init_calloc_cb... no
checking for TLS... [ 35%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/internal.pb.cc.o
yes
checking whether C11 atomics is compilable... [ 38%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/metadata.pb.cc.o
yes
checking whether atomic(9) is compilable... no
checking whether Darwin OSAtomic*() is compilable... no
checking whether madvise(2) is compilable... [ 41%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc.pb.cc.o
yes
checking whether madvise(..., MADV_FREE) is compilable... no
checking whether madvise(..., MADV_DONTNEED) is compilable... [ 44%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc3.pb.cc.o
yes
checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... [ 47%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/file_registry.pb.cc.o
yes
checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no
checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no
checking for __builtin_clz... yes
checking whether Darwin os_unfair_lock_*() is compilable... no
checking whether Darwin OSSpin*() is compilable... no
checking whether glibc malloc hook is compilable... yes
checking whether glibc memalign hook is compilable... yes
checking whether pthreads adaptive mutexes is compilable... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating jemalloc.pc
config.status: creating doc/html.xsl
config.status: creating doc/manpages.xsl
config.status: creating doc/jemalloc.xml
config.status: creating include/jemalloc/jemalloc_macros.h
config.status: creating include/jemalloc/jemalloc_protos.h
config.status: creating include/jemalloc/jemalloc_typedefs.h
config.status: creating include/jemalloc/internal/jemalloc_internal.h
config.status: creating test/test.sh
config.status: creating test/include/test/jemalloc_test.h
[ 50%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/rocksdb.pb.cc.o
config.status: creating config.stamp
config.status: creating bin/jemalloc-config
config.status: creating bin/jemalloc.sh
config.status: creating bin/jeprof
config.status: creating include/jemalloc/jemalloc_defs.h
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
config.status: creating test/include/test/jemalloc_test_defs.h
config.status: executing include/jemalloc/internal/private_namespace.h commands
[ 52%] Building CXX object CMakeFiles/roach.dir/protos/util/hlc/legacy_timestamp.pb.cc.o
config.status: executing include/jemalloc/internal/private_unnamespace.h commands
config.status: executing include/jemalloc/internal/public_symbols.txt commands
config.status: executing include/jemalloc/internal/public_namespace.h commands
config.status: executing include/jemalloc/internal/public_unnamespace.h commands
[ 55%] Building CXX object CMakeFiles/roach.dir/protos/util/hlc/timestamp.pb.cc.o
config.status: executing include/jemalloc/internal/size_classes.h commands
[ 58%] Building CXX object CMakeFiles/roach.dir/protos/util/unresolved_addr.pb.cc.o
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
config.status: executing include/jemalloc/jemalloc_rename.h commands
config.status: executing include/jemalloc/jemalloc_mangle.h commands
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
config.status: executing include/jemalloc/jemalloc.h commands
===============================================================================
jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000
library revision : 2
CONFIG : --enable-prof
CC : cc
CONFIGURE_CFLAGS : -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops
SPECIFIED_CFLAGS :
EXTRA_CFLAGS :
CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT
LDFLAGS :
EXTRA_LDFLAGS :
LIBS : -lm -lgcc -lm -lpthread
RPATH_EXTRA :
XSLTPROC : false
XSLROOT :
PREFIX : /usr/local
BINDIR : /usr/local/bin
DATADIR : /usr/local/share
INCLUDEDIR : /usr/local/include
LIBDIR : /usr/local/lib
MANDIR : /usr/local/share/man
srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/
abs_srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/
objroot :
abs_objroot : /go/native/x86_64-pc-linux-gnu/jemalloc/
JEMALLOC_PREFIX :
JEMALLOC_PRIVATE_NAMESPACE
: je_
install_suffix :
malloc_conf :
autogen : 0
cc-silence : 1
debug : 0
code-coverage : 0
stats : 1
prof : 1
prof-libunwind : 0
prof-libgcc : 1
prof-gcc : 0
tcache : 1
thp : 1
fill : 1
utrace : 0
valgrind : 0
xmalloc : 0
munmap : 0
lazy_lock : 0
tls : 1
cache-oblivious : 1
===============================================================================
set -euo pipefail; \
ret=$(cd ./pkg/sql/parser/gen && goyacc -p sql -o sql.go.tmp sql.y); \
if expr "$ret" : ".*conflicts" >/dev/null; then \
echo "$ret"; exit 1; \
fi
find ./pkg -name node_modules -prune -o -type f -name '*.pb.gw.go' -exec rm {} +
build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/server/serverpb/admin.proto ./pkg/server/serverpb/status.proto ./pkg/server/serverpb/authentication.proto
build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/ts/tspb/timeseries.proto
sed -i -E 's!golang.org/x/net/context!context!g' ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go
gofmt -s -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go
goimports -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go
[ 61%] Linking CXX static library libroach.a
[ 82%] Built target roach
Scanning dependencies of target roachccl
[ 85%] Building CXX object CMakeFiles/roachccl.dir/ccl/key_manager.cc.o
[ 88%] Building CXX object CMakeFiles/roachccl.dir/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.cc.o
[ 91%] Building CXX object CMakeFiles/roachccl.dir/ccl/db.cc.o
[ 94%] Building CXX object CMakeFiles/roachccl.dir/protosccl/ccl/baseccl/encryption_options.pb.cc.o
sed -i '/import _/d' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
touch bin/.gw_protobuf_sources
sed -i -E 's!import (fmt|math) "github.com/cockroachdb/cockroach/pkg/(fmt|math)"! !g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
sed -i -E 's!cockroachdb/cockroach/pkg/(etcd)!coreos/\1!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
sed -i -E 's!github.com/cockroachdb/cockroach/pkg/(bytes|encoding/binary|errors|fmt|io|math|github\.com|(google\.)?golang\.org)!\1!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
sed -i -E 's!golang.org/x/net/context!context!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
gofmt -s -w ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ckh.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidde[ 97%] Linking CXX static library libroachccl.a
[100%] Built target roachccl
touch bin/.go_protobuf_sources
(echo "// Code generated by goyacc. DO NOT EDIT."; \
echo "// GENERATED FILE DO NOT EDIT"; \
cat pkg/sql/parser/gen/sql.go.tmp | \
sed -E 's/^const ([A-Z][_A-Z0-9]*) =.*$/const \1 = lex.\1/g') > pkg/sql/parser/sql.go
(echo "// Code generated by make. DO NOT EDIT."; \
echo "// GENERATED FILE DO NOT EDIT"; \
echo; \
echo "package lex"; \
echo; \
grep '^const [A-Z][_A-Z0-9]* ' pkg/sql/parser/gen/sql.go.tmp) > pkg/sql/lex/tokens.go
go run pkg/cmd/docgen/{main,funcs}.go functions docs/generated/sql --quiet
n -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ticker.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ckh.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/sar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
rc/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ticker.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/nstime.o src/pages.o src/prng.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/spin.o src/tcache.o src/ticker.o src/tsd.o src/util.o src/witness.o
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/spin.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/util.pic.o src/witness.pic.o
[ 0%] Built target build_version
Scanning dependencies of target rocksdb
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/clock_cache.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/builder.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/lru_cache.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/sharded_cache.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/column_family.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compacted_db_impl.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/c.cc.o
touch bin/.docgen_functions
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_iterator.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_job.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker_universal.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/convenience.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_filesnapshot.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_write.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_compaction_flush.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_files.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_open.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_debug.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_experimental.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_readonly.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_info_dumper.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_iter.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/dbformat.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/event_helpers.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/experimental.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/external_sst_file_ingestion_job.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/file_indexer.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_job.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_scheduler.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/forward_iterator.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/internal_stats.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/log_reader.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/log_writer.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/malloc_stats.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/managed_iterator.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable_list.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/merge_helper.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/range_del_aggregator.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/repair.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/table_cache.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/table_properties_collector.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/transaction_log_impl.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_builder.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_edit.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_set.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/wal_manager.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/write_batch.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/write_thread.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/env/env.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/env/env_encryption.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/env/mock_env.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/alloc_tracker.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_cuckoo_rep.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_linklist_rep.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_skiplist_rep.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/skiplistrep.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/memtable/vectorrep.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/memtable/write_buffer_manager.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/histogram.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/instrumented_mutex.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/iostats_context.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_context.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_level.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/statistics.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_updater.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util_debug.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/options/cf_options.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/db_options.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options_helper.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options_parser.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/table/adaptive_table_factory.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/table/block.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_filter_block.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_builder.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_factory.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_reader.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_builder.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_prefix_index.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/bloom_block.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_builder.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_factory.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_reader.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/format.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/full_filter_block.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/get_context.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/index_builder.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/iterator.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/merging_iterator.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/meta_blocks.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/partitioned_filter_block.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/persistent_cache_helper.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_builder.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_factory.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_index.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_key_coding.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_reader.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/sst_file_writer.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/table_properties.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/two_level_iterator.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/tools/db_bench_tool.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/dump/db_dump_tool.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/ldb_cmd.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/sst_dump_tool.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/arena.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/auto_roll_logger.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/bloom.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/coding.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/comparator.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/concurrent_arena.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/crc32c.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/delete_scheduler.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/dynamic_bloom.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/event_logger.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/file_reader_writer.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/file_util.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/filename.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/hash.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/log_buffer.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/random.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/rate_limiter.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/sst_file_manager_impl.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/status.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/sync_point.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/testutil.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/thread_local.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/threadpool_imp.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/transaction_test_util.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/utilities/backupable/backupable_db.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db_impl.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_dump_tool.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_file.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_reader.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_writer.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_format.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/ttl_extractor.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/checkpoint/checkpoint_impl.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_decoder.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_encoder.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/column_aware_encoding_util.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/date_tiered/date_tiered_db_impl.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/debug.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/document_db.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/json_document.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/env_timed.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/geodb/geodb_impl.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/memory/memory_util.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/merge_operators/uint64add.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/options/options_util.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_file.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_metadata.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/volatile_tier_impl.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/redis/redis_lists.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/spatialdb/spatial_db.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction_db_impl.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/pessimistic_transaction.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/pessimistic_transaction_db.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/snapshot_checker.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_base.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_lock_mgr.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_util.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/write_prepared_txn.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/ttl/db_ttl_impl.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index_internal.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/port/port_posix.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/env/env_posix.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/env/io_posix.cc.o
[ 89%] Linking CXX static library librocksdb.a
[100%] Built target rocksdb
go test -v -tags ' make x86_64_pc_linux_gnu' -ldflags ' -X github.com/cockroachdb/cockroach/pkg/build.typ=development -X "github.com/cockroachdb/cockroach/pkg/build.tag=v2.0.5-34-g517663f-dirty" -X "github.com/cockroachdb/cockroach/pkg/build.utcTime=2018/09/07 08:27:01" -X "github.com/cockroachdb/cockroach/pkg/build.rev=517663fa1489a2f36a593dc9722384a50bfcdbb5" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-linux-gnu" ' -i github.com/cockroachdb/cockroach/pkg/util/arith
can't load package: package github.com/cockroachdb/cockroach/pkg/util/arith: cannot find package "github.com/cockroachdb/cockroach/pkg/util/arith" in any of:
/usr/local/go/src/github.com/cockroachdb/cockroach/pkg/util/arith (from $GOROOT)
/go/src/github.com/cockroachdb/cockroach/pkg/util/arith (from $GOPATH)
Makefile:756: recipe for target 'gotestdashi' failed
make: *** [gotestdashi] Error 1
``` | 1.0 | util/arith: (unknown) failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/517663fa1489a2f36a593dc9722384a50bfcdbb5
Parameters:
```
TAGS=
GOFLAGS=
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=891191&tab=buildLog
```
sed -i -E '/gogoproto/d' /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/baseccl/encryption_options.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/baseccl/encryption_options.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.cc
github.com/cockroachdb/cockroach/vendor/github.com/golang/lint
yes
github.com/cockroachdb/cockroach/vendor/github.com/kisielk/errcheck/internal/errcheck
github.com/cockroachdb/cockroach/vendor/github.com/client9/misspell/cmd/misspell
touch bin/.cpp_ccl_protobuf_sources
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cover
checking for sys/types.h... github.com/cockroachdb/cockroach/vendor/github.com/jteeuwen/go-bindata/go-bindata
find ./pkg -name node_modules -prune -o -type f -name '*.pb.go' -exec rm {} +
sed -i -E '/gogoproto/d' /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/data.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/internal.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/metadata.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/file_registry.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc3.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/rocksdb.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/legacy_timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/unresolved_addr.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/data.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/internal.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/metadata.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/file_registry.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc3.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/rocksdb.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/legacy_timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/unresolved_addr.pb.cc
github.com/cockroachdb/cockroach/vendor/github.com/mattn/goveralls
github.com/cockroachdb/cockroach/vendor/github.com/kisielk/errcheck
set -e; for dir in ./pkg/acceptance/cluster/ ./pkg/build/ ./pkg/ccl/backupccl/ ./pkg/ccl/baseccl/ ./pkg/ccl/storageccl/engineccl/enginepbccl/ ./pkg/ccl/utilccl/licenseccl/ ./pkg/config/ ./pkg/gossip/ ./pkg/internal/client/ ./pkg/roachpb/ ./pkg/rpc/ ./pkg/server/diagnosticspb/ ./pkg/server/serverpb/ ./pkg/server/status/ ./pkg/settings/cluster/ ./pkg/sql/distsqlrun/ ./pkg/sql/jobs/ ./pkg/sql/pgwire/pgerror/ ./pkg/sql/sqlbase/ ./pkg/sql/stats/ ./pkg/storage/ ./pkg/storage/engine/enginepb/ ./pkg/storage/storagebase/ ./pkg/ts/tspb/ ./pkg/util/ ./pkg/util/hlc/ ./pkg/util/log/ ./pkg/util/protoutil/ ./pkg/util/tracing/; do \
build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --plugin=bin/protoc-gen-gogoroach --gogoroach_out=Mgoogle/api/annotations.proto=github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,,plugins=grpc,import_prefix=github.com/cockroachdb/cockroach/pkg/:./pkg $dir/*.proto; \
done
yes
github.com/cockroachdb/cockroach/vendor/github.com/golang/lint/golint
checking for sys/stat.h... touch bin/.cpp_protobuf_sources
yes
checking for stdlib.h... github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/suffixtree
Scanning dependencies of target roach
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor
yes
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax
[ 2%] Building CXX object CMakeFiles/roach.dir/comparator.cc.o
[ 5%] Building CXX object CMakeFiles/roach.dir/batch.cc.o
[ 8%] Building CXX object CMakeFiles/roach.dir/db.cc.o
[ 11%] Building CXX object CMakeFiles/roach.dir/encoding.cc.o
[ 14%] Building CXX object CMakeFiles/roach.dir/chunked_buffer.cc.o
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax/golang
checking for string.h... yes
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/job
checking for memory.h... github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/output
yes
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/generator
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/feedback
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl
checking for strings.h... github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/gengateway
github.com/cockroachdb/cockroach/vendor/github.com/wadey/gocovmerge
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/internal/stats
yes
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/storage/benchfmt
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
checking for inttypes.h... github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/imports
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/benchstat
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/base
yes
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glide
checking for stdint.h... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glock
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/godep
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govend
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govendor
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/gvt
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/vndr
yes
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/cmd/benchstat
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goyacc
go/internal/gccgoimporter
go/internal/gcimporter
checking for unistd.h... go/internal/srcimporter
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goimports
yes
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/cmd/dep
checking whether byte ordering is bigendian... go/importer
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/stringer
no
checking size of void *... 8
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of intmax_t... 8
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether pause instruction is compilable... yes
checking for ar... ar
checking malloc.h usability... yes
checking malloc.h presence... [ 17%] Building CXX object CMakeFiles/roach.dir/engine.cc.o
yes
checking for malloc.h... yes
checking whether malloc_usable_size definition can use const argument... [ 20%] Building CXX object CMakeFiles/roach.dir/merge.cc.o
no
[ 23%] Building CXX object CMakeFiles/roach.dir/mvcc.cc.o
checking for library containing log... -lm
checking whether __attribute__ syntax is compilable... [ 26%] Building CXX object CMakeFiles/roach.dir/options.cc.o
yes
checking whether compiler supports -fvisibility=hidden... yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether tls_model attribute is compilable... touch bin/.bootstrap
[ 29%] Building CXX object CMakeFiles/roach.dir/snapshot.cc.o
yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether alloc_size attribute is compilable... no
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(gnu_printf, ...) attribute is compilable... no
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(printf, ...) attribute is compilable... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ld... /usr/bin/ld
checking for autoconf... /usr/bin/autoconf
checking for memalign... yes
checking for valloc... yes
checking whether compiler supports -O3... yes
checking whether compiler supports -funroll-loops... yes
checking unwind.h usability... yes
checking unwind.h presence... yes
checking for unwind.h... yes
checking for _Unwind_Backtrace in -lgcc... yes
checking configured backtracing method... libgcc
checking for sbrk... yes
checking whether utrace(2) is compilable... no
checking whether valgrind is compilable... no
checking whether a program using __builtin_unreachable is compilable... yes
checking whether a program using __builtin_ffsl is compilable... yes
checking LG_PAGE... 12
Missing VERSION file, and unable to generate it; creating bogus VERSION
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking whether pthread_atfork(3) is compilable... yes
checking for library containing clock_gettime... none required
checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes
checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes
checking whether mach_absolute_time() is compilable... [ 32%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/data.pb.cc.o
no
checking whether compiler supports -Werror... yes
checking whether syscall(2) is compilable... yes
checking for secure_getenv... yes
checking for issetugid... no
checking for _malloc_thread_cleanup... no
checking for _pthread_mutex_init_calloc_cb... no
checking for TLS... [ 35%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/internal.pb.cc.o
yes
checking whether C11 atomics is compilable... [ 38%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/metadata.pb.cc.o
yes
checking whether atomic(9) is compilable... no
checking whether Darwin OSAtomic*() is compilable... no
checking whether madvise(2) is compilable... [ 41%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc.pb.cc.o
yes
checking whether madvise(..., MADV_FREE) is compilable... no
checking whether madvise(..., MADV_DONTNEED) is compilable... [ 44%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc3.pb.cc.o
yes
checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... [ 47%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/file_registry.pb.cc.o
yes
checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no
checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no
checking for __builtin_clz... yes
checking whether Darwin os_unfair_lock_*() is compilable... no
checking whether Darwin OSSpin*() is compilable... no
checking whether glibc malloc hook is compilable... yes
checking whether glibc memalign hook is compilable... yes
checking whether pthreads adaptive mutexes is compilable... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating jemalloc.pc
config.status: creating doc/html.xsl
config.status: creating doc/manpages.xsl
config.status: creating doc/jemalloc.xml
config.status: creating include/jemalloc/jemalloc_macros.h
config.status: creating include/jemalloc/jemalloc_protos.h
config.status: creating include/jemalloc/jemalloc_typedefs.h
config.status: creating include/jemalloc/internal/jemalloc_internal.h
config.status: creating test/test.sh
config.status: creating test/include/test/jemalloc_test.h
[ 50%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/rocksdb.pb.cc.o
config.status: creating config.stamp
config.status: creating bin/jemalloc-config
config.status: creating bin/jemalloc.sh
config.status: creating bin/jeprof
config.status: creating include/jemalloc/jemalloc_defs.h
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
config.status: creating test/include/test/jemalloc_test_defs.h
config.status: executing include/jemalloc/internal/private_namespace.h commands
[ 52%] Building CXX object CMakeFiles/roach.dir/protos/util/hlc/legacy_timestamp.pb.cc.o
config.status: executing include/jemalloc/internal/private_unnamespace.h commands
config.status: executing include/jemalloc/internal/public_symbols.txt commands
config.status: executing include/jemalloc/internal/public_namespace.h commands
config.status: executing include/jemalloc/internal/public_unnamespace.h commands
[ 55%] Building CXX object CMakeFiles/roach.dir/protos/util/hlc/timestamp.pb.cc.o
config.status: executing include/jemalloc/internal/size_classes.h commands
[ 58%] Building CXX object CMakeFiles/roach.dir/protos/util/unresolved_addr.pb.cc.o
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
config.status: executing include/jemalloc/jemalloc_rename.h commands
config.status: executing include/jemalloc/jemalloc_mangle.h commands
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
config.status: executing include/jemalloc/jemalloc.h commands
===============================================================================
jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000
library revision : 2
CONFIG : --enable-prof
CC : cc
CONFIGURE_CFLAGS : -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops
SPECIFIED_CFLAGS :
EXTRA_CFLAGS :
CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT
LDFLAGS :
EXTRA_LDFLAGS :
LIBS : -lm -lgcc -lm -lpthread
RPATH_EXTRA :
XSLTPROC : false
XSLROOT :
PREFIX : /usr/local
BINDIR : /usr/local/bin
DATADIR : /usr/local/share
INCLUDEDIR : /usr/local/include
LIBDIR : /usr/local/lib
MANDIR : /usr/local/share/man
srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/
abs_srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/
objroot :
abs_objroot : /go/native/x86_64-pc-linux-gnu/jemalloc/
JEMALLOC_PREFIX :
JEMALLOC_PRIVATE_NAMESPACE
: je_
install_suffix :
malloc_conf :
autogen : 0
cc-silence : 1
debug : 0
code-coverage : 0
stats : 1
prof : 1
prof-libunwind : 0
prof-libgcc : 1
prof-gcc : 0
tcache : 1
thp : 1
fill : 1
utrace : 0
valgrind : 0
xmalloc : 0
munmap : 0
lazy_lock : 0
tls : 1
cache-oblivious : 1
===============================================================================
set -euo pipefail; \
ret=$(cd ./pkg/sql/parser/gen && goyacc -p sql -o sql.go.tmp sql.y); \
if expr "$ret" : ".*conflicts" >/dev/null; then \
echo "$ret"; exit 1; \
fi
find ./pkg -name node_modules -prune -o -type f -name '*.pb.gw.go' -exec rm {} +
build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/server/serverpb/admin.proto ./pkg/server/serverpb/status.proto ./pkg/server/serverpb/authentication.proto
build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/ts/tspb/timeseries.proto
sed -i -E 's!golang.org/x/net/context!context!g' ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go
gofmt -s -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go
goimports -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go
[ 61%] Linking CXX static library libroach.a
[ 82%] Built target roach
Scanning dependencies of target roachccl
[ 85%] Building CXX object CMakeFiles/roachccl.dir/ccl/key_manager.cc.o
[ 88%] Building CXX object CMakeFiles/roachccl.dir/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.cc.o
[ 91%] Building CXX object CMakeFiles/roachccl.dir/ccl/db.cc.o
[ 94%] Building CXX object CMakeFiles/roachccl.dir/protosccl/ccl/baseccl/encryption_options.pb.cc.o
sed -i '/import _/d' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
touch bin/.gw_protobuf_sources
sed -i -E 's!import (fmt|math) "github.com/cockroachdb/cockroach/pkg/(fmt|math)"! !g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
sed -i -E 's!cockroachdb/cockroach/pkg/(etcd)!coreos/\1!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
sed -i -E 's!github.com/cockroachdb/cockroach/pkg/(bytes|encoding/binary|errors|fmt|io|math|github\.com|(google\.)?golang\.org)!\1!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
sed -i -E 's!golang.org/x/net/context!context!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
gofmt -s -w ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ckh.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidde[ 97%] Linking CXX static library libroachccl.a
[100%] Built target roachccl
touch bin/.go_protobuf_sources
(echo "// Code generated by goyacc. DO NOT EDIT."; \
echo "// GENERATED FILE DO NOT EDIT"; \
cat pkg/sql/parser/gen/sql.go.tmp | \
sed -E 's/^const ([A-Z][_A-Z0-9]*) =.*$/const \1 = lex.\1/g') > pkg/sql/parser/sql.go
(echo "// Code generated by make. DO NOT EDIT."; \
echo "// GENERATED FILE DO NOT EDIT"; \
echo; \
echo "package lex"; \
echo; \
grep '^const [A-Z][_A-Z0-9]* ' pkg/sql/parser/gen/sql.go.tmp) > pkg/sql/lex/tokens.go
go run pkg/cmd/docgen/{main,funcs}.go functions docs/generated/sql --quiet
n -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ticker.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ckh.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/sar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
rc/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ticker.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/nstime.o src/pages.o src/prng.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/spin.o src/tcache.o src/ticker.o src/tsd.o src/util.o src/witness.o
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/spin.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/util.pic.o src/witness.pic.o
[ 0%] Built target build_version
Scanning dependencies of target rocksdb
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/clock_cache.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/builder.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/lru_cache.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/sharded_cache.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/column_family.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compacted_db_impl.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/c.cc.o
touch bin/.docgen_functions
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_iterator.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_job.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker_universal.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/convenience.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_filesnapshot.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_write.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_compaction_flush.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_files.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_open.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_debug.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_experimental.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_readonly.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_info_dumper.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_iter.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/dbformat.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/event_helpers.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/experimental.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/external_sst_file_ingestion_job.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/file_indexer.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_job.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_scheduler.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/forward_iterator.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/internal_stats.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/log_reader.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/log_writer.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/malloc_stats.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/managed_iterator.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable_list.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/merge_helper.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/range_del_aggregator.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/repair.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/table_cache.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/table_properties_collector.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/transaction_log_impl.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_builder.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_edit.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_set.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/wal_manager.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/write_batch.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/write_thread.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/env/env.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/env/env_encryption.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/env/mock_env.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/alloc_tracker.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_cuckoo_rep.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_linklist_rep.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_skiplist_rep.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/skiplistrep.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/memtable/vectorrep.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/memtable/write_buffer_manager.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/histogram.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/instrumented_mutex.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/iostats_context.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_context.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_level.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/statistics.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_updater.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util_debug.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/options/cf_options.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/db_options.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options_helper.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options_parser.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/table/adaptive_table_factory.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/table/block.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_filter_block.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_builder.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_factory.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_reader.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_builder.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_prefix_index.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/bloom_block.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_builder.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_factory.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_reader.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/format.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/full_filter_block.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/get_context.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/index_builder.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/iterator.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/merging_iterator.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/meta_blocks.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/partitioned_filter_block.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/persistent_cache_helper.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_builder.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_factory.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_index.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_key_coding.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_reader.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/sst_file_writer.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/table_properties.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/two_level_iterator.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/tools/db_bench_tool.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/dump/db_dump_tool.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/ldb_cmd.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/sst_dump_tool.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/arena.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/auto_roll_logger.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/bloom.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/coding.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/comparator.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/concurrent_arena.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/crc32c.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/delete_scheduler.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/dynamic_bloom.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/event_logger.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/file_reader_writer.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/file_util.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/filename.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/hash.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/log_buffer.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/random.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/rate_limiter.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/sst_file_manager_impl.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/status.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/sync_point.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/testutil.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/thread_local.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/threadpool_imp.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/transaction_test_util.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/utilities/backupable/backupable_db.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db_impl.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_dump_tool.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_file.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_reader.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_writer.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_format.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/ttl_extractor.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/checkpoint/checkpoint_impl.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_decoder.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_encoder.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/column_aware_encoding_util.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/date_tiered/date_tiered_db_impl.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/debug.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/document_db.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/json_document.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/env_timed.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/geodb/geodb_impl.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/memory/memory_util.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/merge_operators/uint64add.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/options/options_util.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_file.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_metadata.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/volatile_tier_impl.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/redis/redis_lists.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/spatialdb/spatial_db.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction_db_impl.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/pessimistic_transaction.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/pessimistic_transaction_db.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/snapshot_checker.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_base.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_lock_mgr.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_util.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/write_prepared_txn.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/ttl/db_ttl_impl.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index_internal.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/port/port_posix.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/env/env_posix.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/env/io_posix.cc.o
[ 89%] Linking CXX static library librocksdb.a
[100%] Built target rocksdb
go test -v -tags ' make x86_64_pc_linux_gnu' -ldflags ' -X github.com/cockroachdb/cockroach/pkg/build.typ=development -X "github.com/cockroachdb/cockroach/pkg/build.tag=v2.0.5-34-g517663f-dirty" -X "github.com/cockroachdb/cockroach/pkg/build.utcTime=2018/09/07 08:27:01" -X "github.com/cockroachdb/cockroach/pkg/build.rev=517663fa1489a2f36a593dc9722384a50bfcdbb5" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-linux-gnu" ' -i github.com/cockroachdb/cockroach/pkg/util/arith
can't load package: package github.com/cockroachdb/cockroach/pkg/util/arith: cannot find package "github.com/cockroachdb/cockroach/pkg/util/arith" in any of:
/usr/local/go/src/github.com/cockroachdb/cockroach/pkg/util/arith (from $GOROOT)
/go/src/github.com/cockroachdb/cockroach/pkg/util/arith (from $GOPATH)
Makefile:756: recipe for target 'gotestdashi' failed
make: *** [gotestdashi] Error 1
``` | test | util arith unknown failed under stress sha parameters tags goflags stress build found a failed test sed i e gogoproto d go src github com cockroachdb cockroach c deps libroach protosccl ccl baseccl encryption options pb h go src github com cockroachdb cockroach c deps libroach protosccl ccl storageccl engineccl enginepbccl key registry pb h go src github com cockroachdb cockroach c deps libroach protosccl ccl baseccl encryption options pb cc go src github com cockroachdb cockroach c deps libroach protosccl ccl storageccl engineccl enginepbccl key registry pb cc github com cockroachdb cockroach vendor github com golang lint yes github com cockroachdb cockroach vendor github com kisielk errcheck internal errcheck github com cockroachdb cockroach vendor github com misspell cmd misspell touch bin cpp ccl protobuf sources github com cockroachdb cockroach vendor golang org x tools cover checking for sys types h github com cockroachdb cockroach vendor github com jteeuwen go bindata go bindata find pkg name node modules prune o type f name pb go exec rm sed i e gogoproto d go src github com cockroachdb cockroach c deps libroach protos roachpb data pb h go src github com cockroachdb cockroach c deps libroach protos roachpb internal pb h go src github com cockroachdb cockroach c deps libroach protos roachpb metadata pb h go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb file registry pb h go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb mvcc pb h go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb pb h go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb rocksdb pb h go src github com cockroachdb cockroach c deps libroach protos util hlc legacy timestamp pb h go src github com cockroachdb cockroach c deps libroach protos util hlc timestamp pb h go src github com cockroachdb cockroach c deps libroach protos util unresolved addr pb h go src github com cockroachdb cockroach c deps libroach protos roachpb data pb cc go src github com cockroachdb cockroach c deps libroach protos roachpb internal pb cc go src github com cockroachdb cockroach c deps libroach protos roachpb metadata pb cc go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb file registry pb cc go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb mvcc pb cc go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb pb cc go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb rocksdb pb cc go src github com cockroachdb cockroach c deps libroach protos util hlc legacy timestamp pb cc go src github com cockroachdb cockroach c deps libroach protos util hlc timestamp pb cc go src github com cockroachdb cockroach c deps libroach protos util unresolved addr pb cc github com cockroachdb cockroach vendor github com mattn goveralls github com cockroachdb cockroach vendor github com kisielk errcheck set e for dir in pkg acceptance cluster pkg build pkg ccl backupccl pkg ccl baseccl pkg ccl storageccl engineccl enginepbccl pkg ccl utilccl licenseccl pkg config pkg gossip pkg internal client pkg roachpb pkg rpc pkg server diagnosticspb pkg server serverpb pkg server status pkg settings cluster pkg sql distsqlrun pkg sql jobs pkg sql pgwire pgerror pkg sql sqlbase pkg sql stats pkg storage pkg storage engine enginepb pkg storage storagebase pkg ts tspb pkg util pkg util hlc pkg util log pkg util protoutil pkg util tracing do build werror sh go native pc linux gnu protobuf protoc i pkg vendor github com gogo protobuf vendor github com gogo protobuf protobuf vendor github com coreos vendor github com grpc ecosystem grpc gateway third party googleapis plugin bin protoc gen gogoroach gogoroach out mgoogle api annotations proto github com grpc ecosystem grpc gateway third party googleapis google api mgoogle protobuf timestamp proto github com gogo protobuf types plugins grpc import prefix github com cockroachdb cockroach pkg pkg dir proto done yes github com cockroachdb cockroach vendor github com golang lint golint checking for sys stat h touch bin cpp protobuf sources yes checking for stdlib h github com cockroachdb cockroach vendor github com mibk dupl suffixtree scanning dependencies of target roach github com cockroachdb cockroach vendor github com grpc ecosystem grpc gateway protoc gen grpc gateway descriptor yes github com cockroachdb cockroach vendor github com mibk dupl syntax building cxx object cmakefiles roach dir comparator cc o building cxx object cmakefiles roach dir batch cc o building cxx object cmakefiles roach dir db cc o building cxx object cmakefiles roach dir encoding cc o building cxx object cmakefiles roach dir chunked buffer cc o github com cockroachdb cockroach vendor github com mibk dupl syntax golang checking for string h yes github com cockroachdb cockroach vendor github com mibk dupl job checking for memory h github com cockroachdb cockroach vendor github com mibk dupl output yes github com cockroachdb cockroach vendor github com grpc ecosystem grpc gateway protoc gen grpc gateway generator github com cockroachdb cockroach vendor github com golang dep github com cockroachdb cockroach vendor github com golang dep internal feedback github com cockroachdb cockroach vendor github com mibk dupl checking for strings h github com cockroachdb cockroach vendor github com grpc ecosystem grpc gateway protoc gen grpc gateway gengateway github com cockroachdb cockroach vendor github com wadey gocovmerge github com cockroachdb cockroach vendor golang org x perf internal stats yes github com cockroachdb cockroach vendor golang org x perf storage benchfmt github com cockroachdb cockroach vendor github com grpc ecosystem grpc gateway protoc gen grpc gateway checking for inttypes h github com cockroachdb cockroach vendor golang org x tools imports github com cockroachdb cockroach vendor golang org x perf benchstat github com cockroachdb cockroach vendor github com golang dep internal importers base yes github com cockroachdb cockroach vendor github com golang dep internal importers glide checking for stdint h github com cockroachdb cockroach vendor github com golang dep internal importers glock github com cockroachdb cockroach vendor github com golang dep internal importers godep github com cockroachdb cockroach vendor github com golang dep internal importers govend github com cockroachdb cockroach vendor github com golang dep internal importers govendor github com cockroachdb cockroach vendor github com golang dep internal importers gvt github com cockroachdb cockroach vendor github com golang dep internal importers vndr yes github com cockroachdb cockroach vendor golang org x perf cmd benchstat github com cockroachdb cockroach vendor golang org x tools cmd goyacc go internal gccgoimporter go internal gcimporter checking for unistd h go internal srcimporter github com cockroachdb cockroach vendor github com golang dep internal importers github com cockroachdb cockroach vendor golang org x tools cmd goimports yes github com cockroachdb cockroach vendor github com golang dep cmd dep checking whether byte ordering is bigendian go importer github com cockroachdb cockroach vendor golang org x tools cmd stringer no checking size of void checking size of int checking size of long checking size of long long checking size of intmax t checking build system type pc linux gnu checking host system type pc linux gnu checking whether pause instruction is compilable yes checking for ar ar checking malloc h usability yes checking malloc h presence building cxx object cmakefiles roach dir engine cc o yes checking for malloc h yes checking whether malloc usable size definition can use const argument building cxx object cmakefiles roach dir merge cc o no building cxx object cmakefiles roach dir mvcc cc o checking for library containing log lm checking whether attribute syntax is compilable building cxx object cmakefiles roach dir options cc o yes checking whether compiler supports fvisibility hidden yes checking whether compiler supports werror yes checking whether compiler supports herror on warning no checking whether tls model attribute is compilable touch bin bootstrap building cxx object cmakefiles roach dir snapshot cc o yes checking whether compiler supports werror yes checking whether compiler supports herror on warning no checking whether alloc size attribute is compilable no checking whether compiler supports werror yes checking whether compiler supports herror on warning no checking whether format gnu printf attribute is compilable no checking whether compiler supports werror yes checking whether compiler supports herror on warning no checking whether format printf attribute is compilable yes checking for a bsd compatible install usr bin install c checking for ranlib ranlib checking for ld usr bin ld checking for autoconf usr bin autoconf checking for memalign yes checking for valloc yes checking whether compiler supports yes checking whether compiler supports funroll loops yes checking unwind h usability yes checking unwind h presence yes checking for unwind h yes checking for unwind backtrace in lgcc yes checking configured backtracing method libgcc checking for sbrk yes checking whether utrace is compilable no checking whether valgrind is compilable no checking whether a program using builtin unreachable is compilable yes checking whether a program using builtin ffsl is compilable yes checking lg page missing version file and unable to generate it creating bogus version checking pthread h usability yes checking pthread h presence yes checking for pthread h yes checking for pthread create in lpthread yes checking whether pthread atfork is compilable yes checking for library containing clock gettime none required checking whether clock gettime clock monotonic coarse is compilable yes checking whether clock gettime clock monotonic is compilable yes checking whether mach absolute time is compilable building cxx object cmakefiles roach dir protos roachpb data pb cc o no checking whether compiler supports werror yes checking whether syscall is compilable yes checking for secure getenv yes checking for issetugid no checking for malloc thread cleanup no checking for pthread mutex init calloc cb no checking for tls building cxx object cmakefiles roach dir protos roachpb internal pb cc o yes checking whether atomics is compilable building cxx object cmakefiles roach dir protos roachpb metadata pb cc o yes checking whether atomic is compilable no checking whether darwin osatomic is compilable no checking whether madvise is compilable building cxx object cmakefiles roach dir protos storage engine enginepb mvcc pb cc o yes checking whether madvise madv free is compilable no checking whether madvise madv dontneed is compilable building cxx object cmakefiles roach dir protos storage engine enginepb pb cc o yes checking whether madvise madv hugepage is compilable building cxx object cmakefiles roach dir protos storage engine enginepb file registry pb cc o yes checking whether to force bit sync add sub and fetch no checking whether to force bit sync add sub and fetch no checking for builtin clz yes checking whether darwin os unfair lock is compilable no checking whether darwin osspin is compilable no checking whether glibc malloc hook is compilable yes checking whether glibc memalign hook is compilable yes checking whether pthreads adaptive mutexes is compilable yes checking for stdbool h that conforms to yes checking for bool yes configure creating config status config status creating makefile config status creating jemalloc pc config status creating doc html xsl config status creating doc manpages xsl config status creating doc jemalloc xml config status creating include jemalloc jemalloc macros h config status creating include jemalloc jemalloc protos h config status creating include jemalloc jemalloc typedefs h config status creating include jemalloc internal jemalloc internal h config status creating test test sh config status creating test include test jemalloc test h building cxx object cmakefiles roach dir protos storage engine enginepb rocksdb pb cc o config status creating config stamp config status creating bin jemalloc config config status creating bin jemalloc sh config status creating bin jeprof config status creating include jemalloc jemalloc defs h config status creating include jemalloc internal jemalloc internal defs h config status creating test include test jemalloc test defs h config status executing include jemalloc internal private namespace h commands building cxx object cmakefiles roach dir protos util hlc legacy timestamp pb cc o config status executing include jemalloc internal private unnamespace h commands config status executing include jemalloc internal public symbols txt commands config status executing include jemalloc internal public namespace h commands config status executing include jemalloc internal public unnamespace h commands building cxx object cmakefiles roach dir protos util hlc timestamp pb cc o config status executing include jemalloc internal size classes h commands building cxx object cmakefiles roach dir protos util unresolved addr pb cc o config status executing include jemalloc jemalloc protos jet h commands config status executing include jemalloc jemalloc rename h commands config status executing include jemalloc jemalloc mangle h commands config status executing include jemalloc jemalloc mangle jet h commands config status executing include jemalloc jemalloc h commands jemalloc version library revision config enable prof cc cc configure cflags std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops specified cflags extra cflags cppflags d gnu source d reentrant ldflags extra ldflags libs lm lgcc lm lpthread rpath extra xsltproc false xslroot prefix usr local bindir usr local bin datadir usr local share includedir usr local include libdir usr local lib mandir usr local share man srcroot go src github com cockroachdb cockroach c deps jemalloc abs srcroot go src github com cockroachdb cockroach c deps jemalloc objroot abs objroot go native pc linux gnu jemalloc jemalloc prefix jemalloc private namespace je install suffix malloc conf autogen cc silence debug code coverage stats prof prof libunwind prof libgcc prof gcc tcache thp fill utrace valgrind xmalloc munmap lazy lock tls cache oblivious set euo pipefail ret cd pkg sql parser gen goyacc p sql o sql go tmp sql y if expr ret conflicts dev null then echo ret exit fi find pkg name node modules prune o type f name pb gw go exec rm build werror sh go native pc linux gnu protobuf protoc i pkg vendor github com gogo protobuf vendor github com gogo protobuf protobuf vendor github com coreos vendor github com grpc ecosystem grpc gateway third party googleapis grpc gateway out logtostderr true request context true pkg pkg server serverpb admin proto pkg server serverpb status proto pkg server serverpb authentication proto build werror sh go native pc linux gnu protobuf protoc i pkg vendor github com gogo protobuf vendor github com gogo protobuf protobuf vendor github com coreos vendor github com grpc ecosystem grpc gateway third party googleapis grpc gateway out logtostderr true request context true pkg pkg ts tspb timeseries proto sed i e s golang org x net context context g pkg server serverpb admin pb gw go pkg server serverpb status pb gw go pkg server serverpb authentication pb gw go pkg ts tspb timeseries pb gw go gofmt s w pkg server serverpb admin pb gw go pkg server serverpb status pb gw go pkg server serverpb authentication pb gw go pkg ts tspb timeseries pb gw go goimports w pkg server serverpb admin pb gw go pkg server serverpb status pb gw go pkg server serverpb authentication pb gw go pkg ts tspb timeseries pb gw go linking cxx static library libroach a built target roach scanning dependencies of target roachccl building cxx object cmakefiles roachccl dir ccl key manager cc o building cxx object cmakefiles roachccl dir protosccl ccl storageccl engineccl enginepbccl key registry pb cc o building cxx object cmakefiles roachccl dir ccl db cc o building cxx object cmakefiles roachccl dir protosccl ccl baseccl encryption options pb cc o sed i import d pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go touch bin gw protobuf sources sed i e s import fmt math github com cockroachdb cockroach pkg fmt math g pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go sed i e s cockroachdb cockroach pkg etcd coreos g pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go sed i e s github com cockroachdb cockroach pkg bytes encoding binary errors fmt io math github com google golang org g pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go sed i e s golang org x net context context g pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go gofmt s w pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src jemalloc o go src github com cockroachdb cockroach c deps jemalloc src jemalloc c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src arena o go src github com cockroachdb cockroach c deps jemalloc src arena c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src atomic o go src github com cockroachdb cockroach c deps jemalloc src atomic c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src base o go src github com cockroachdb cockroach c deps jemalloc src base c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src bitmap o go src github com cockroachdb cockroach c deps jemalloc src bitmap c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk o go src github com cockroachdb cockroach c deps jemalloc src chunk c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk dss o go src github com cockroachdb cockroach c deps jemalloc src chunk dss c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk mmap o go src github com cockroachdb cockroach c deps jemalloc src chunk mmap c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ckh o go src github com cockroachdb cockroach c deps jemalloc src ckh c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ctl o go src github com cockroachdb cockroach c deps jemalloc src ctl c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src extent o go src github com cockroachdb cockroach c deps jemalloc src extent c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src hash o go src github com cockroachdb cockroach c deps jemalloc src hash c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidde linking cxx static library libroachccl a built target roachccl touch bin go protobuf sources echo code generated by goyacc do not edit echo generated file do not edit cat pkg sql parser gen sql go tmp sed e s const const lex g pkg sql parser sql go echo code generated by make do not edit echo generated file do not edit echo echo package lex echo grep const pkg sql parser gen sql go tmp pkg sql lex tokens go go run pkg cmd docgen main funcs go functions docs generated sql quiet n funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src huge o go src github com cockroachdb cockroach c deps jemalloc src huge c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src mb o go src github com cockroachdb cockroach c deps jemalloc src mb c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src mutex o go src github com cockroachdb cockroach c deps jemalloc src mutex c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src nstime o go src github com cockroachdb cockroach c deps jemalloc src nstime c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src pages o go src github com cockroachdb cockroach c deps jemalloc src pages c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src prng o go src github com cockroachdb cockroach c deps jemalloc src prng c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src prof o go src github com cockroachdb cockroach c deps jemalloc src prof c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src quarantine o go src github com cockroachdb cockroach c deps jemalloc src quarantine c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src rtree o go src github com cockroachdb cockroach c deps jemalloc src rtree c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src stats o go src github com cockroachdb cockroach c deps jemalloc src stats c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src spin o go src github com cockroachdb cockroach c deps jemalloc src spin c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src tcache o go src github com cockroachdb cockroach c deps jemalloc src tcache c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ticker o go src github com cockroachdb cockroach c deps jemalloc src ticker c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src tsd o go src github com cockroachdb cockroach c deps jemalloc src tsd c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src util o go src github com cockroachdb cockroach c deps jemalloc src util c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src witness o go src github com cockroachdb cockroach c deps jemalloc src witness c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src jemalloc pic o go src github com cockroachdb cockroach c deps jemalloc src jemalloc c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src arena pic o go src github com cockroachdb cockroach c deps jemalloc src arena c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src atomic pic o go src github com cockroachdb cockroach c deps jemalloc src atomic c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src base pic o go src github com cockroachdb cockroach c deps jemalloc src base c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src bitmap pic o go src github com cockroachdb cockroach c deps jemalloc src bitmap c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk pic o go src github com cockroachdb cockroach c deps jemalloc src chunk c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk dss pic o go src github com cockroachdb cockroach c deps jemalloc src chunk dss c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk mmap pic o go src github com cockroachdb cockroach c deps jemalloc src chunk mmap c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ckh pic o go src github com cockroachdb cockroach c deps jemalloc src ckh c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src extent pic o go src github com cockroachdb cockroach c deps jemalloc src extent c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ctl pic o go src github com cockroachdb cockroach c deps jemalloc src ctl c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src hash pic o go src github com cockroachdb cockroach c deps jemalloc src hash c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src huge pic o go src github com cockroachdb cockroach c deps jemalloc src huge c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src mb pic o go src github com cockroachdb cockroach c deps jemalloc src mb c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src mutex pic o go src github com cockroachdb cockroach c deps jemalloc src mutex c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src nstime pic o go src github com cockroachdb cockroach c deps jemalloc src nstime c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src pages pic o go src github com cockroachdb cockroach c deps jemalloc src pages c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src prng pic o go src github com cockroachdb cockroach c deps jemalloc src prng c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src prof pic o go src github com cockroachdb cockroach c deps jemalloc src prof c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src quarantine pic o go src github com cockroachdb cockroach c deps jemalloc src quarantine c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go sar u modifier ignored since d is the default see u ar u modifier ignored since d is the default see u rc github com cockroachdb cockroach c deps jemalloc include iinclude o src stats pic o go src github com cockroachdb cockroach c deps jemalloc src stats c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src rtree pic o go src github com cockroachdb cockroach c deps jemalloc src rtree c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src spin pic o go src github com cockroachdb cockroach c deps jemalloc src spin c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src tcache pic o go src github com cockroachdb cockroach c deps jemalloc src tcache c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ticker pic o go src github com cockroachdb cockroach c deps jemalloc src ticker c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src tsd pic o go src github com cockroachdb cockroach c deps jemalloc src tsd c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src util pic o go src github com cockroachdb cockroach c deps jemalloc src util c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src witness pic o go src github com cockroachdb cockroach c deps jemalloc src witness c ar crus lib libjemalloc a src jemalloc o src arena o src atomic o src base o src bitmap o src chunk o src chunk dss o src chunk mmap o src ckh o src ctl o src extent o src hash o src huge o src mb o src mutex o src nstime o src pages o src prng o src prof o src quarantine o src rtree o src stats o src spin o src tcache o src ticker o src tsd o src util o src witness o ar crus lib libjemalloc pic a src jemalloc pic o src arena pic o src atomic pic o src base pic o src bitmap pic o src chunk pic o src chunk dss pic o src chunk mmap pic o src ckh pic o src ctl pic o src extent pic o src hash pic o src huge pic o src mb pic o src mutex pic o src nstime pic o src pages pic o src prng pic o src prof pic o src quarantine pic o src rtree pic o src stats pic o src spin pic o src tcache pic o src ticker pic o src tsd pic o src util pic o src witness pic o built target build version scanning dependencies of target rocksdb building cxx object cmakefiles rocksdb dir cache clock cache cc o building cxx object cmakefiles rocksdb dir db builder cc o building cxx object cmakefiles rocksdb dir cache lru cache cc o building cxx object cmakefiles rocksdb dir cache sharded cache cc o building cxx object cmakefiles rocksdb dir db column family cc o building cxx object cmakefiles rocksdb dir db compacted db impl cc o building cxx object cmakefiles rocksdb dir db c cc o touch bin docgen functions building cxx object cmakefiles rocksdb dir db compaction cc o building cxx object cmakefiles rocksdb dir db compaction iterator cc o building cxx object cmakefiles rocksdb dir db compaction job cc o building cxx object cmakefiles rocksdb dir db compaction picker cc o building cxx object cmakefiles rocksdb dir db compaction picker universal cc o building cxx object cmakefiles rocksdb dir db convenience cc o building cxx object cmakefiles rocksdb dir db db filesnapshot cc o building cxx object cmakefiles rocksdb dir db db impl cc o building cxx object cmakefiles rocksdb dir db db impl write cc o building cxx object cmakefiles rocksdb dir db db impl compaction flush cc o building cxx object cmakefiles rocksdb dir db db impl files cc o building cxx object cmakefiles rocksdb dir db db impl open cc o building cxx object cmakefiles rocksdb dir db db impl debug cc o building cxx object cmakefiles rocksdb dir db db impl experimental cc o building cxx object cmakefiles rocksdb dir db db impl readonly cc o building cxx object cmakefiles rocksdb dir db db info dumper cc o building cxx object cmakefiles rocksdb dir db db iter cc o building cxx object cmakefiles rocksdb dir db dbformat cc o building cxx object cmakefiles rocksdb dir db event helpers cc o building cxx object cmakefiles rocksdb dir db experimental cc o building cxx object cmakefiles rocksdb dir db external sst file ingestion job cc o building cxx object cmakefiles rocksdb dir db file indexer cc o building cxx object cmakefiles rocksdb dir db flush job cc o building cxx object cmakefiles rocksdb dir db flush scheduler cc o building cxx object cmakefiles rocksdb dir db forward iterator cc o building cxx object cmakefiles rocksdb dir db internal stats cc o building cxx object cmakefiles rocksdb dir db log reader cc o building cxx object cmakefiles rocksdb dir db log writer cc o building cxx object cmakefiles rocksdb dir db malloc stats cc o building cxx object cmakefiles rocksdb dir db managed iterator cc o building cxx object cmakefiles rocksdb dir db memtable cc o building cxx object cmakefiles rocksdb dir db memtable list cc o building cxx object cmakefiles rocksdb dir db merge helper cc o building cxx object cmakefiles rocksdb dir db range del aggregator cc o building cxx object cmakefiles rocksdb dir db repair cc o building cxx object cmakefiles rocksdb dir db table cache cc o building cxx object cmakefiles rocksdb dir db table properties collector cc o building cxx object cmakefiles rocksdb dir db transaction log impl cc o building cxx object cmakefiles rocksdb dir db version builder cc o building cxx object cmakefiles rocksdb dir db version edit cc o building cxx object cmakefiles rocksdb dir db version set cc o building cxx object cmakefiles rocksdb dir db wal manager cc o building cxx object cmakefiles rocksdb dir db write batch cc o building cxx object cmakefiles rocksdb dir db write thread cc o building cxx object cmakefiles rocksdb dir env env cc o building cxx object cmakefiles rocksdb dir env env encryption cc o building cxx object cmakefiles rocksdb dir env mock env cc o building cxx object cmakefiles rocksdb dir memtable alloc tracker cc o building cxx object cmakefiles rocksdb dir memtable hash cuckoo rep cc o building cxx object cmakefiles rocksdb dir memtable hash linklist rep cc o building cxx object cmakefiles rocksdb dir memtable hash skiplist rep cc o building cxx object cmakefiles rocksdb dir memtable skiplistrep cc o building cxx object cmakefiles rocksdb dir memtable vectorrep cc o building cxx object cmakefiles rocksdb dir memtable write buffer manager cc o building cxx object cmakefiles rocksdb dir monitoring histogram cc o building cxx object cmakefiles rocksdb dir monitoring instrumented mutex cc o building cxx object cmakefiles rocksdb dir monitoring iostats context cc o building cxx object cmakefiles rocksdb dir monitoring perf context cc o building cxx object cmakefiles rocksdb dir monitoring perf level cc o building cxx object cmakefiles rocksdb dir monitoring statistics cc o building cxx object cmakefiles rocksdb dir monitoring thread status updater cc o building cxx object cmakefiles rocksdb dir monitoring thread status util cc o building cxx object cmakefiles rocksdb dir monitoring thread status util debug cc o building cxx object cmakefiles rocksdb dir options cf options cc o building cxx object cmakefiles rocksdb dir options db options cc o building cxx object cmakefiles rocksdb dir options options cc o building cxx object cmakefiles rocksdb dir options options helper cc o building cxx object cmakefiles rocksdb dir options options parser cc o building cxx object cmakefiles rocksdb dir table adaptive table factory cc o building cxx object cmakefiles rocksdb dir table block cc o building cxx object cmakefiles rocksdb dir table block based filter block cc o building cxx object cmakefiles rocksdb dir table block based table builder cc o building cxx object cmakefiles rocksdb dir table block based table factory cc o building cxx object cmakefiles rocksdb dir table block based table reader cc o building cxx object cmakefiles rocksdb dir table block builder cc o building cxx object cmakefiles rocksdb dir table block prefix index cc o building cxx object cmakefiles rocksdb dir table bloom block cc o building cxx object cmakefiles rocksdb dir table cuckoo table builder cc o building cxx object cmakefiles rocksdb dir table cuckoo table factory cc o building cxx object cmakefiles rocksdb dir table cuckoo table reader cc o building cxx object cmakefiles rocksdb dir table format cc o building cxx object cmakefiles rocksdb dir table full filter block cc o building cxx object cmakefiles rocksdb dir table get context cc o building cxx object cmakefiles rocksdb dir table index builder cc o building cxx object cmakefiles rocksdb dir table iterator cc o building cxx object cmakefiles rocksdb dir table merging iterator cc o building cxx object cmakefiles rocksdb dir table meta blocks cc o building cxx object cmakefiles rocksdb dir table partitioned filter block cc o building cxx object cmakefiles rocksdb dir table persistent cache helper cc o building cxx object cmakefiles rocksdb dir table plain table builder cc o building cxx object cmakefiles rocksdb dir table plain table factory cc o building cxx object cmakefiles rocksdb dir table plain table index cc o building cxx object cmakefiles rocksdb dir table plain table key coding cc o building cxx object cmakefiles rocksdb dir table plain table reader cc o building cxx object cmakefiles rocksdb dir table sst file writer cc o building cxx object cmakefiles rocksdb dir table table properties cc o building cxx object cmakefiles rocksdb dir table two level iterator cc o building cxx object cmakefiles rocksdb dir tools db bench tool cc o building cxx object cmakefiles rocksdb dir tools dump db dump tool cc o building cxx object cmakefiles rocksdb dir tools ldb cmd cc o building cxx object cmakefiles rocksdb dir tools sst dump tool cc o building cxx object cmakefiles rocksdb dir util arena cc o building cxx object cmakefiles rocksdb dir util auto roll logger cc o building cxx object cmakefiles rocksdb dir util bloom cc o building cxx object cmakefiles rocksdb dir util coding cc o building cxx object cmakefiles rocksdb dir util comparator cc o building cxx object cmakefiles rocksdb dir util concurrent arena cc o building cxx object cmakefiles rocksdb dir util cc o building cxx object cmakefiles rocksdb dir util delete scheduler cc o building cxx object cmakefiles rocksdb dir util dynamic bloom cc o building cxx object cmakefiles rocksdb dir util event logger cc o building cxx object cmakefiles rocksdb dir util file reader writer cc o building cxx object cmakefiles rocksdb dir util file util cc o building cxx object cmakefiles rocksdb dir util filename cc o building cxx object cmakefiles rocksdb dir util hash cc o building cxx object cmakefiles rocksdb dir util log buffer cc o building cxx object cmakefiles rocksdb dir util random cc o building cxx object cmakefiles rocksdb dir util rate limiter cc o building cxx object cmakefiles rocksdb dir util sst file manager impl cc o building cxx object cmakefiles rocksdb dir util status cc o building cxx object cmakefiles rocksdb dir util sync point cc o building cxx object cmakefiles rocksdb dir util testutil cc o building cxx object cmakefiles rocksdb dir util thread local cc o building cxx object cmakefiles rocksdb dir util threadpool imp cc o building cxx object cmakefiles rocksdb dir util transaction test util cc o building cxx object cmakefiles rocksdb dir utilities backupable backupable db cc o building cxx object cmakefiles rocksdb dir utilities blob db blob db cc o building cxx object cmakefiles rocksdb dir utilities blob db blob db impl cc o building cxx object cmakefiles rocksdb dir utilities blob db blob dump tool cc o building cxx object cmakefiles rocksdb dir utilities blob db blob file cc o building cxx object cmakefiles rocksdb dir utilities blob db blob log reader cc o building cxx object cmakefiles rocksdb dir utilities blob db blob log writer cc o building cxx object cmakefiles rocksdb dir utilities blob db blob log format cc o building cxx object cmakefiles rocksdb dir utilities blob db ttl extractor cc o building cxx object cmakefiles rocksdb dir utilities checkpoint checkpoint impl cc o building cxx object cmakefiles rocksdb dir utilities col buf decoder cc o building cxx object cmakefiles rocksdb dir utilities col buf encoder cc o building cxx object cmakefiles rocksdb dir utilities column aware encoding util cc o building cxx object cmakefiles rocksdb dir utilities date tiered date tiered db impl cc o building cxx object cmakefiles rocksdb dir utilities debug cc o building cxx object cmakefiles rocksdb dir utilities document document db cc o building cxx object cmakefiles rocksdb dir utilities document json document cc o building cxx object cmakefiles rocksdb dir utilities env timed cc o building cxx object cmakefiles rocksdb dir utilities geodb geodb impl cc o building cxx object cmakefiles rocksdb dir utilities memory memory util cc o building cxx object cmakefiles rocksdb dir utilities merge operators cc o building cxx object cmakefiles rocksdb dir utilities options options util cc o building cxx object cmakefiles rocksdb dir utilities persistent cache block cache tier cc o building cxx object cmakefiles rocksdb dir utilities persistent cache block cache tier file cc o building cxx object cmakefiles rocksdb dir utilities persistent cache block cache tier metadata cc o building cxx object cmakefiles rocksdb dir utilities persistent cache volatile tier impl cc o building cxx object cmakefiles rocksdb dir utilities redis redis lists cc o building cxx object cmakefiles rocksdb dir utilities simulator cache sim cache cc o building cxx object cmakefiles rocksdb dir utilities spatialdb spatial db cc o building cxx object cmakefiles rocksdb dir utilities transactions optimistic transaction db impl cc o building cxx object cmakefiles rocksdb dir utilities transactions optimistic transaction cc o building cxx object cmakefiles rocksdb dir utilities transactions pessimistic transaction cc o building cxx object cmakefiles rocksdb dir utilities transactions pessimistic transaction db cc o building cxx object cmakefiles rocksdb dir utilities transactions snapshot checker cc o building cxx object cmakefiles rocksdb dir utilities transactions transaction base cc o building cxx object cmakefiles rocksdb dir utilities transactions transaction lock mgr cc o building cxx object cmakefiles rocksdb dir utilities transactions transaction util cc o building cxx object cmakefiles rocksdb dir utilities transactions write prepared txn cc o building cxx object cmakefiles rocksdb dir utilities ttl db ttl impl cc o building cxx object cmakefiles rocksdb dir utilities write batch with index write batch with index cc o building cxx object cmakefiles rocksdb dir utilities write batch with index write batch with index internal cc o building cxx object cmakefiles rocksdb dir port port posix cc o building cxx object cmakefiles rocksdb dir env env posix cc o building cxx object cmakefiles rocksdb dir env io posix cc o linking cxx static library librocksdb a built target rocksdb go test v tags make pc linux gnu ldflags x github com cockroachdb cockroach pkg build typ development x github com cockroachdb cockroach pkg build tag dirty x github com cockroachdb cockroach pkg build utctime x github com cockroachdb cockroach pkg build rev x github com cockroachdb cockroach pkg build cgotargettriple pc linux gnu i github com cockroachdb cockroach pkg util arith can t load package package github com cockroachdb cockroach pkg util arith cannot find package github com cockroachdb cockroach pkg util arith in any of usr local go src github com cockroachdb cockroach pkg util arith from goroot go src github com cockroachdb cockroach pkg util arith from gopath makefile recipe for target gotestdashi failed make error | 1 |
157,477 | 13,690,246,659 | IssuesEvent | 2020-09-30 14:09:34 | BluEye-Robotics/blueye.sdk | https://api.github.com/repos/BluEye-Robotics/blueye.sdk | closed | Make the SDK drone model agnostic | documentation enhancement | Blueye now sells two different drone models:
- Blueye Pioneer
- Blueye Pro
The SDK is compatible with both models already, which should be communicated in the documentation.
As for the main `Pioneer` class, I am not sure if we should rename it to something generic such as `BlueyeDrone`. The SDK is not officially released yet and in terms of backward compatibility, we could either add an empty `Pioneer` class that derives from `BlueyeDrone` or we could accept a breaking change?
```python
class Pioneer(BlueyeDrone):
pass
```
This way we don't break existing code, such as our own test scripts, or customers who have started using it. | 1.0 | Make the SDK drone model agnostic - Blueye now sells two different drone models:
- Blueye Pioneer
- Blueye Pro
The SDK is compatible with both models already, which should be communicated in the documentation.
As for the main `Pioneer` class, I am not sure if we should rename it to something generic such as `BlueyeDrone`. The SDK is not officially released yet and in terms of backward compatibility, we could either add an empty `Pioneer` class that derives from `BlueyeDrone` or we could accept a breaking change?
```python
class Pioneer(BlueyeDrone):
pass
```
This way we don't break existing code, such as our own test scripts, or customers who have started using it. | non_test | make the sdk drone model agnostic blueye now sells two different drone models blueye pioneer blueye pro the sdk is compatible with both models already which should be communicated in the documentation as for the main pioneer class i am not sure if we should rename it to something generic such as blueyedrone the sdk is not officially released yet and in terms of backward compatibility we could either add an empty pioneer class that derives from blueyedrone or we could accept a breaking change python class pioneer blueyedrone pass this way we don t break existing code such as our own test scripts or customers who have started using it | 0 |
324,037 | 23,980,426,020 | IssuesEvent | 2022-09-13 14:40:46 | brefphp/bref | https://api.github.com/repos/brefphp/bref | closed | Improve the "bref local" documentation for Windows users | documentation | It gives an error "invalid JSON."
While playing around with bref.sh. I tried to implement [Local development for functions](https://bref.sh/docs/function/local-development.html)
`index.php`
```
return function (array $event) {
return 'Hello ' . ($event['name'] ?? 'world');
};
```
`serverless.yml`
```
service: demo-app
provider:
name: aws
region: ap-southeast-2
runtime: provided.al2
plugins:
- ./vendor/bref/bref
functions:
hello:
handler: index.php
description: 'folder'
layers:
- ${bref:layer.php-74}
events:
- sqs:
arn: arn:aws:sqs:ap-southeast-2:xxx:xxx
batchSize: 1
# Exclude files from deployment
package:
exclude:
- 'node_modules/**'
- 'tests/**'
- '.idea/**'
disabledDeprecations:
- LAMBDA_HASHING_VERSION_V2
- NEW_PACKAGE_PATTERNS
variablesResolutionMode: 20210326
```
**How to reproduce:**
- Create a file like above
- run the command `vendor/bin/bref local hello '{"name": "Jane"}'`
<!-- If you think that can help, please detail the version of Bref, which layer, and which AWS service you use. -->
| 1.0 | Improve the "bref local" documentation for Windows users - It gives an error "invalid JSON."
While playing around with bref.sh. I tried to implement [Local development for functions](https://bref.sh/docs/function/local-development.html)
`index.php`
```
return function (array $event) {
return 'Hello ' . ($event['name'] ?? 'world');
};
```
`serverless.yml`
```
service: demo-app
provider:
name: aws
region: ap-southeast-2
runtime: provided.al2
plugins:
- ./vendor/bref/bref
functions:
hello:
handler: index.php
description: 'folder'
layers:
- ${bref:layer.php-74}
events:
- sqs:
arn: arn:aws:sqs:ap-southeast-2:xxx:xxx
batchSize: 1
# Exclude files from deployment
package:
exclude:
- 'node_modules/**'
- 'tests/**'
- '.idea/**'
disabledDeprecations:
- LAMBDA_HASHING_VERSION_V2
- NEW_PACKAGE_PATTERNS
variablesResolutionMode: 20210326
```
**How to reproduce:**
- Create a file like above
- run the command `vendor/bin/bref local hello '{"name": "Jane"}'`
<!-- If you think that can help, please detail the version of Bref, which layer, and which AWS service you use. -->
| non_test | improve the bref local documentation for windows users it gives an error invalid json while playing around with bref sh i tried to implement index php return function array event return hello event world serverless yml service demo app provider name aws region ap southeast runtime provided plugins vendor bref bref functions hello handler index php description folder layers bref layer php events sqs arn arn aws sqs ap southeast xxx xxx batchsize exclude files from deployment package exclude node modules tests idea disableddeprecations lambda hashing version new package patterns variablesresolutionmode how to reproduce create a file like above run the command vendor bin bref local hello name jane | 0 |
123,497 | 10,270,720,826 | IssuesEvent | 2019-08-23 12:25:27 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | closed | [CI] RemoteClusterConnectionTests.testCloseWhileConcurrentlyConnecting sporadically fails with AlreadyClosedException | :Distributed/Network >test >test-failure | From 7.x intake tests: https://gradle-enterprise.elastic.co/s/q3xjmhhoelbfu/tests/nfxodyych4uas-irdgyiylquloy
```
java.lang.AssertionError: shit's been called twice
at __randomizedtesting.SeedInfo.seed([399DB16AC1A974C2:3FDDEDFFD2B50464]:0)
at org.elasticsearch.transport.RemoteClusterConnectionTests$8.lambda$run$1(RemoteClusterConnectionTests.java:710)
at org.elasticsearch.action.ActionListener$1.onFailure(ActionListener.java:70)
at org.elasticsearch.action.support.ContextPreservingActionListener.onFailure(ContextPreservingActionListener.java:50)
at org.elasticsearch.action.ActionListener.onFailure(ActionListener.java:195)
at org.elasticsearch.transport.RemoteClusterConnection$ConnectHandler.close(RemoteClusterConnection.java:532)
at org.elasticsearch.core.internal.io.IOUtils.close(IOUtils.java:104)
at org.elasticsearch.core.internal.io.IOUtils.close(IOUtils.java:62)
at org.elasticsearch.transport.RemoteClusterConnection.close(RemoteClusterConnection.java:332)
at org.elasticsearch.transport.RemoteClusterConnectionTests.testCloseWhileConcurrentlyConnecting(RemoteClusterConnectionTests.java:738)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.lucene.store.AlreadyClosedException: connect handler is already closed
at org.elasticsearch.transport.RemoteClusterConnection$ConnectHandler.close(RemoteClusterConnection.java:532)
at org.elasticsearch.core.internal.io.IOUtils.close(IOUtils.java:104)
at org.elasticsearch.core.internal.io.IOUtils.close(IOUtils.java:62)
at org.elasticsearch.transport.RemoteClusterConnection.close(RemoteClusterConnection.java:332)
at org.elasticsearch.transport.RemoteClusterConnectionTests.testCloseWhileConcurrentlyConnecting(RemoteClusterConnectionTests.java:738)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
```
I found one similar failure from a PR build for master: https://gradle-enterprise.elastic.co/s/iy4wbkydwkagy/tests/nfxodyych4uas-irdgyiylquloy?openStackTraces=WzEsMl0
```
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=726, name=Thread-169, state=RUNNABLE, group=TGRP-RemoteClusterConnectionTests]
Caused by: java.lang.AssertionError: shit's been called twice
at __randomizedtesting.SeedInfo.seed([BA4E24A2E0E02A0]:0)
at org.elasticsearch.transport.RemoteClusterConnectionTests$8.lambda$run$1(RemoteClusterConnectionTests.java:709)
at org.elasticsearch.action.ActionListener$1.onFailure(ActionListener.java:70)
at org.elasticsearch.transport.RemoteClusterConnection$ConnectHandler.connect(RemoteClusterConnection.java:386)
at org.elasticsearch.transport.RemoteClusterConnection.updateSeedNodes(RemoteClusterConnection.java:153)
at org.elasticsearch.transport.RemoteClusterConnectionTests$8.run(RemoteClusterConnectionTests.java:721)
Caused by: org.apache.lucene.store.AlreadyClosedException: connect handler is already closed
at org.elasticsearch.transport.RemoteClusterConnection$ConnectHandler.connect(RemoteClusterConnection.java:386)
at org.elasticsearch.transport.RemoteClusterConnection.updateSeedNodes(RemoteClusterConnection.java:153)
at org.elasticsearch.transport.RemoteClusterConnectionTests$8.run(RemoteClusterConnectionTests.java:721)
```
I'm unable to reproduce locally. | 2.0 | [CI] RemoteClusterConnectionTests.testCloseWhileConcurrentlyConnecting sporadically fails with AlreadyClosedException - From 7.x intake tests: https://gradle-enterprise.elastic.co/s/q3xjmhhoelbfu/tests/nfxodyych4uas-irdgyiylquloy
```
java.lang.AssertionError: shit's been called twice
at __randomizedtesting.SeedInfo.seed([399DB16AC1A974C2:3FDDEDFFD2B50464]:0)
at org.elasticsearch.transport.RemoteClusterConnectionTests$8.lambda$run$1(RemoteClusterConnectionTests.java:710)
at org.elasticsearch.action.ActionListener$1.onFailure(ActionListener.java:70)
at org.elasticsearch.action.support.ContextPreservingActionListener.onFailure(ContextPreservingActionListener.java:50)
at org.elasticsearch.action.ActionListener.onFailure(ActionListener.java:195)
at org.elasticsearch.transport.RemoteClusterConnection$ConnectHandler.close(RemoteClusterConnection.java:532)
at org.elasticsearch.core.internal.io.IOUtils.close(IOUtils.java:104)
at org.elasticsearch.core.internal.io.IOUtils.close(IOUtils.java:62)
at org.elasticsearch.transport.RemoteClusterConnection.close(RemoteClusterConnection.java:332)
at org.elasticsearch.transport.RemoteClusterConnectionTests.testCloseWhileConcurrentlyConnecting(RemoteClusterConnectionTests.java:738)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.lucene.store.AlreadyClosedException: connect handler is already closed
at org.elasticsearch.transport.RemoteClusterConnection$ConnectHandler.close(RemoteClusterConnection.java:532)
at org.elasticsearch.core.internal.io.IOUtils.close(IOUtils.java:104)
at org.elasticsearch.core.internal.io.IOUtils.close(IOUtils.java:62)
at org.elasticsearch.transport.RemoteClusterConnection.close(RemoteClusterConnection.java:332)
at org.elasticsearch.transport.RemoteClusterConnectionTests.testCloseWhileConcurrentlyConnecting(RemoteClusterConnectionTests.java:738)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
```
I found one similar failure from a PR build for master: https://gradle-enterprise.elastic.co/s/iy4wbkydwkagy/tests/nfxodyych4uas-irdgyiylquloy?openStackTraces=WzEsMl0
```
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=726, name=Thread-169, state=RUNNABLE, group=TGRP-RemoteClusterConnectionTests]
Caused by: java.lang.AssertionError: shit's been called twice
at __randomizedtesting.SeedInfo.seed([BA4E24A2E0E02A0]:0)
at org.elasticsearch.transport.RemoteClusterConnectionTests$8.lambda$run$1(RemoteClusterConnectionTests.java:709)
at org.elasticsearch.action.ActionListener$1.onFailure(ActionListener.java:70)
at org.elasticsearch.transport.RemoteClusterConnection$ConnectHandler.connect(RemoteClusterConnection.java:386)
at org.elasticsearch.transport.RemoteClusterConnection.updateSeedNodes(RemoteClusterConnection.java:153)
at org.elasticsearch.transport.RemoteClusterConnectionTests$8.run(RemoteClusterConnectionTests.java:721)
Caused by: org.apache.lucene.store.AlreadyClosedException: connect handler is already closed
at org.elasticsearch.transport.RemoteClusterConnection$ConnectHandler.connect(RemoteClusterConnection.java:386)
at org.elasticsearch.transport.RemoteClusterConnection.updateSeedNodes(RemoteClusterConnection.java:153)
at org.elasticsearch.transport.RemoteClusterConnectionTests$8.run(RemoteClusterConnectionTests.java:721)
```
I'm unable to reproduce locally. | test | remoteclusterconnectiontests testclosewhileconcurrentlyconnecting sporadically fails with alreadyclosedexception from x intake tests java lang assertionerror shit s been called twice at randomizedtesting seedinfo seed at org elasticsearch transport remoteclusterconnectiontests lambda run remoteclusterconnectiontests java at org elasticsearch action actionlistener onfailure actionlistener java at org elasticsearch action support contextpreservingactionlistener onfailure contextpreservingactionlistener java at org elasticsearch action actionlistener onfailure actionlistener java at org elasticsearch transport remoteclusterconnection connecthandler close remoteclusterconnection java at org elasticsearch core internal io ioutils close ioutils java at org elasticsearch core internal io ioutils close ioutils java at org elasticsearch transport remoteclusterconnection close remoteclusterconnection java at org elasticsearch transport remoteclusterconnectiontests testclosewhileconcurrentlyconnecting remoteclusterconnectiontests java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com carrotsearch randomizedtesting randomizedrunner invoke randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene util testrulesetupteardownchained evaluate testrulesetupteardownchained java at org apache lucene util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene util testrulethreadandtestname evaluate testrulethreadandtestname java at org apache lucene util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene util testrulemarkfailure evaluate testrulemarkfailure java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol forktimeoutingtask threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol evaluate threadleakcontrol java at com carrotsearch randomizedtesting randomizedrunner runsingletest randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at org apache lucene util abstractbeforeafterrule evaluate abstractbeforeafterrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene util testrulestoreclassname evaluate testrulestoreclassname java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene util testruleassertionsrequired evaluate testruleassertionsrequired java at org apache lucene util testrulemarkfailure evaluate testrulemarkfailure java at org apache lucene util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene util testruleignoretestsuites evaluate testruleignoretestsuites java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at java lang thread run thread java caused by org apache lucene store alreadyclosedexception connect handler is already closed at org elasticsearch transport remoteclusterconnection connecthandler close remoteclusterconnection java at org elasticsearch core internal io ioutils close ioutils java at org elasticsearch core internal io ioutils close ioutils java at org elasticsearch transport remoteclusterconnection close remoteclusterconnection java at org elasticsearch transport remoteclusterconnectiontests testclosewhileconcurrentlyconnecting remoteclusterconnectiontests java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com carrotsearch randomizedtesting randomizedrunner invoke randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene util testrulesetupteardownchained evaluate testrulesetupteardownchained java at org apache lucene util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene util testrulethreadandtestname evaluate testrulethreadandtestname java at org apache lucene util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene util testrulemarkfailure evaluate testrulemarkfailure java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol forktimeoutingtask threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol evaluate threadleakcontrol java at com carrotsearch randomizedtesting randomizedrunner runsingletest randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at org apache lucene util abstractbeforeafterrule evaluate abstractbeforeafterrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene util testrulestoreclassname evaluate testrulestoreclassname java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene util testruleassertionsrequired evaluate testruleassertionsrequired java at org apache lucene util testrulemarkfailure evaluate testrulemarkfailure java at org apache lucene util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene util testruleignoretestsuites evaluate testruleignoretestsuites java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at java lang thread run thread java i found one similar failure from a pr build for master com carrotsearch randomizedtesting uncaughtexceptionerror captured an uncaught exception in thread thread caused by java lang assertionerror shit s been called twice at randomizedtesting seedinfo seed at org elasticsearch transport remoteclusterconnectiontests lambda run remoteclusterconnectiontests java at org elasticsearch action actionlistener onfailure actionlistener java at org elasticsearch transport remoteclusterconnection connecthandler connect remoteclusterconnection java at org elasticsearch transport remoteclusterconnection updateseednodes remoteclusterconnection java at org elasticsearch transport remoteclusterconnectiontests run remoteclusterconnectiontests java caused by org apache lucene store alreadyclosedexception connect handler is already closed at org elasticsearch transport remoteclusterconnection connecthandler connect remoteclusterconnection java at org elasticsearch transport remoteclusterconnection updateseednodes remoteclusterconnection java at org elasticsearch transport remoteclusterconnectiontests run remoteclusterconnectiontests java i m unable to reproduce locally | 1 |
166,787 | 12,971,953,282 | IssuesEvent | 2020-07-21 11:48:45 | cds-snc/covid-shield-mobile | https://api.github.com/repos/cds-snc/covid-shield-mobile | closed | Splash page - page not read on iOS by 2-finger swipe up (build 58) | a11y high priority tester | On splash page with VoiceOver on, when the user does 2-finger up to read all top to bottom, nothing happens. The focus stays on the main image. Swiping right does go to English and French buttons.
iOS 13.5.1 on iPhone 7 | 1.0 | Splash page - page not read on iOS by 2-finger swipe up (build 58) - On splash page with VoiceOver on, when the user does 2-finger up to read all top to bottom, nothing happens. The focus stays on the main image. Swiping right does go to English and French buttons.
iOS 13.5.1 on iPhone 7 | test | splash page page not read on ios by finger swipe up build on splash page with voiceover on when the user does finger up to read all top to bottom nothing happens the focus stays on the main image swiping right does go to english and french buttons ios on iphone | 1 |
487,893 | 14,061,030,356 | IssuesEvent | 2020-11-03 07:21:11 | bryntum/support | https://api.github.com/repos/bryntum/support | closed | Do not read the `critical` flag of the task if "critical paths" feature is not enabled | high-priority performance resolved | Found this code in the `Gantt/feature/Dependencies.js`
```js
getSortedDependenciesToRefresh() {
return new Map([...this.dependenciesToRefresh].sort(([{ fromTask: taskA }], [{ fromTask: taskB }]) => (taskA?.critical === taskB?.critical) ? 0 : taskA?.critical ? 1 : -1));
}
```
reading the `critical` flag from the task is very expensive, triggers the computation of the "late" pair of start/end dates for all tasks in the project
Fabio
@nickolay this function was needed to change the order for critical paths because non critical paths was overlapping the critical paths, showing it half gray and half red.
nickolay
better to use it only if the "critical paths" feature is enabled, otherwise it wastes a lot of computations
| 1.0 | Do not read the `critical` flag of the task if "critical paths" feature is not enabled - Found this code in the `Gantt/feature/Dependencies.js`
```js
getSortedDependenciesToRefresh() {
return new Map([...this.dependenciesToRefresh].sort(([{ fromTask: taskA }], [{ fromTask: taskB }]) => (taskA?.critical === taskB?.critical) ? 0 : taskA?.critical ? 1 : -1));
}
```
reading the `critical` flag from the task is very expensive, triggers the computation of the "late" pair of start/end dates for all tasks in the project
Fabio
@nickolay this function was needed to change the order for critical paths because non critical paths was overlapping the critical paths, showing it half gray and half red.
nickolay
better to use it only if the "critical paths" feature is enabled, otherwise it wastes a lot of computations
| non_test | do not read the critical flag of the task if critical paths feature is not enabled found this code in the gantt feature dependencies js js getsorteddependenciestorefresh return new map sort taska critical taskb critical taska critical reading the critical flag from the task is very expensive triggers the computation of the late pair of start end dates for all tasks in the project fabio nickolay this function was needed to change the order for critical paths because non critical paths was overlapping the critical paths showing it half gray and half red nickolay better to use it only if the critical paths feature is enabled otherwise it wastes a lot of computations | 0 |
225,113 | 17,793,818,713 | IssuesEvent | 2021-08-31 19:29:00 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: sysbench/oltp_update_index/nodes=3/cpu=32/conc=128 failed | C-test-failure O-robot O-roachtest branch-master release-blocker T-sql-queries | roachtest.sysbench/oltp_update_index/nodes=3/cpu=32/conc=128 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3386181&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3386181&tab=artifacts#/sysbench/oltp_update_index/nodes=3/cpu=32/conc=128) on master @ [c1ef81f5f435b3cc5bdf8b218532e0779f03a6bf](https://github.com/cockroachdb/cockroach/commits/c1ef81f5f435b3cc5bdf8b218532e0779f03a6bf):
```
| (1) signal: killed
| Error types: (1) *exec.ExitError
Wraps: (5) context canceled
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) *secondary.withSecondaryError (5) *errors.errorString
monitor.go:128,sysbench.go:129,sysbench.go:150,test_runner.go:777: monitor failure: unexpected node event: 2: dead (exit status 134)
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:116
| main.(*monitorImpl).Wait
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:124
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runSysbench
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/sysbench.go:129
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerSysbench.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/sysbench.go:150
| main.(*testRunner).runTest.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:777
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1371
Wraps: (2) monitor failure
Wraps: (3) unexpected node event: 2: dead (exit status 134)
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString
cluster.go:1249,context.go:89,cluster.go:1237,test_runner.go:866: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-3386181-1630390743-83-n4cpu32 --oneshot --ignore-empty-nodes: exit status 1 4: skipped
2: dead (exit status 134)
1: 12078
3: 11873
Error: UNCLASSIFIED_PROBLEM: 2: dead (exit status 134)
(1) UNCLASSIFIED_PROBLEM
Wraps: (2) attached stack trace
-- stack trace:
| main.glob..func14
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1173
| main.wrap.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:281
| github.com/spf13/cobra.(*Command).execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:856
| github.com/spf13/cobra.(*Command).ExecuteC
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:960
| github.com/spf13/cobra.(*Command).Execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:897
| main.main
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:2107
| runtime.main
| /usr/local/go/src/runtime/proc.go:225
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1371
Wraps: (3) 2: dead (exit status 134)
Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
</p>
</details>
/cc @cockroachdb/kv-triage
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*sysbench/oltp_update_index/nodes=3/cpu=32/conc=128.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| 2.0 | roachtest: sysbench/oltp_update_index/nodes=3/cpu=32/conc=128 failed - roachtest.sysbench/oltp_update_index/nodes=3/cpu=32/conc=128 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3386181&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3386181&tab=artifacts#/sysbench/oltp_update_index/nodes=3/cpu=32/conc=128) on master @ [c1ef81f5f435b3cc5bdf8b218532e0779f03a6bf](https://github.com/cockroachdb/cockroach/commits/c1ef81f5f435b3cc5bdf8b218532e0779f03a6bf):
```
| (1) signal: killed
| Error types: (1) *exec.ExitError
Wraps: (5) context canceled
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) *secondary.withSecondaryError (5) *errors.errorString
monitor.go:128,sysbench.go:129,sysbench.go:150,test_runner.go:777: monitor failure: unexpected node event: 2: dead (exit status 134)
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:116
| main.(*monitorImpl).Wait
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:124
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runSysbench
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/sysbench.go:129
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerSysbench.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/sysbench.go:150
| main.(*testRunner).runTest.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:777
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1371
Wraps: (2) monitor failure
Wraps: (3) unexpected node event: 2: dead (exit status 134)
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString
cluster.go:1249,context.go:89,cluster.go:1237,test_runner.go:866: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-3386181-1630390743-83-n4cpu32 --oneshot --ignore-empty-nodes: exit status 1 4: skipped
2: dead (exit status 134)
1: 12078
3: 11873
Error: UNCLASSIFIED_PROBLEM: 2: dead (exit status 134)
(1) UNCLASSIFIED_PROBLEM
Wraps: (2) attached stack trace
-- stack trace:
| main.glob..func14
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1173
| main.wrap.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:281
| github.com/spf13/cobra.(*Command).execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:856
| github.com/spf13/cobra.(*Command).ExecuteC
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:960
| github.com/spf13/cobra.(*Command).Execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:897
| main.main
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:2107
| runtime.main
| /usr/local/go/src/runtime/proc.go:225
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1371
Wraps: (3) 2: dead (exit status 134)
Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
</p>
</details>
/cc @cockroachdb/kv-triage
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*sysbench/oltp_update_index/nodes=3/cpu=32/conc=128.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| test | roachtest sysbench oltp update index nodes cpu conc failed roachtest sysbench oltp update index nodes cpu conc with on master signal killed error types exec exiterror wraps context canceled error types withstack withstack errutil withprefix cluster withcommanddetails secondary withsecondaryerror errors errorstring monitor go sysbench go sysbench go test runner go monitor failure unexpected node event dead exit status attached stack trace stack trace main monitorimpl waite home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go main monitorimpl wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go github com cockroachdb cockroach pkg cmd roachtest tests runsysbench home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests sysbench go github com cockroachdb cockroach pkg cmd roachtest tests registersysbench home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests sysbench go main testrunner runtest home agent work go src github com cockroachdb cockroach pkg cmd roachtest test runner go runtime goexit usr local go src runtime asm s wraps monitor failure wraps unexpected node event dead exit status error types withstack withstack errutil withprefix errors errorstring cluster go context go cluster go test runner go dead node detection home agent work go src github com cockroachdb cockroach bin roachprod monitor teamcity oneshot ignore empty nodes exit status skipped dead exit status error unclassified problem dead exit status unclassified problem wraps attached stack trace stack trace main glob home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go main wrap home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go github com cobra command execute home agent work go src github com cockroachdb cockroach vendor github com cobra command go github com cobra command executec home agent work go src github com cockroachdb cockroach vendor github com cobra command go github com cobra command execute home agent work go src github com cockroachdb cockroach vendor github com cobra command go main main home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go runtime main usr local go src runtime proc go runtime goexit usr local go src runtime asm s wraps dead exit status error types errors unclassified withstack withstack errutil leaferror reproduce see cc cockroachdb kv triage | 1 |
311,576 | 26,798,444,509 | IssuesEvent | 2023-02-01 13:34:26 | gavv/httpexpect | https://api.github.com/repos/gavv/httpexpect | opened | Add unit test TestFormatter_FailureErrors | tests help wanted good first issue | This test should check how DefaultFormatter handles Errors field of the failure. It's similar to other TestFormatter_Failure* tests.
It should check the following cases:
* nil Errors slice
* non-nil empty Errors slice
* Errors slice with nil error
* Errors slice with typed nil error
* Errors slice with one errors
* Errors slice with multiple errors
For each case, we should call buildFormatData and check FormatData.Errors.
Related: https://github.com/gavv/httpexpect/issues/165, https://github.com/gavv/httpexpect/issues/262 | 1.0 | Add unit test TestFormatter_FailureErrors - This test should check how DefaultFormatter handles Errors field of the failure. It's similar to other TestFormatter_Failure* tests.
It should check the following cases:
* nil Errors slice
* non-nil empty Errors slice
* Errors slice with nil error
* Errors slice with typed nil error
* Errors slice with one errors
* Errors slice with multiple errors
For each case, we should call buildFormatData and check FormatData.Errors.
Related: https://github.com/gavv/httpexpect/issues/165, https://github.com/gavv/httpexpect/issues/262 | test | add unit test testformatter failureerrors this test should check how defaultformatter handles errors field of the failure it s similar to other testformatter failure tests it should check the following cases nil errors slice non nil empty errors slice errors slice with nil error errors slice with typed nil error errors slice with one errors errors slice with multiple errors for each case we should call buildformatdata and check formatdata errors related | 1 |
87,083 | 15,755,953,176 | IssuesEvent | 2021-03-31 02:40:17 | Whizkevina/uchi-sidebar-clone | https://api.github.com/repos/Whizkevina/uchi-sidebar-clone | opened | CVE-2021-27292 (High) detected in ua-parser-js-0.7.22.tgz | security vulnerability | ## CVE-2021-27292 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ua-parser-js-0.7.22.tgz</b></p></summary>
<p>Lightweight JavaScript-based user-agent string parser</p>
<p>Library home page: <a href="https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.22.tgz">https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.22.tgz</a></p>
<p>Path to dependency file: uchi-sidebar-clone/package.json</p>
<p>Path to vulnerable library: uchi-sidebar-clone/node_modules/ua-parser-js/package.json</p>
<p>
Dependency Hierarchy:
- react-addons-pure-render-mixin-15.6.2.tgz (Root Library)
- fbjs-0.8.17.tgz
- :x: **ua-parser-js-0.7.22.tgz** (Vulnerable Library)
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
ua-parser-js >= 0.7.14, fixed in 0.7.24, uses a regular expression which is vulnerable to denial of service. If an attacker sends a malicious User-Agent header, ua-parser-js will get stuck processing it for an extended period of time.
<p>Publish Date: 2021-03-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27292>CVE-2021-27292</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/faisalman/ua-parser-js/releases/tag/0.7.24">https://github.com/faisalman/ua-parser-js/releases/tag/0.7.24</a></p>
<p>Release Date: 2021-03-17</p>
<p>Fix Resolution: ua-parser-js - 0.7.24</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-27292 (High) detected in ua-parser-js-0.7.22.tgz - ## CVE-2021-27292 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ua-parser-js-0.7.22.tgz</b></p></summary>
<p>Lightweight JavaScript-based user-agent string parser</p>
<p>Library home page: <a href="https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.22.tgz">https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.22.tgz</a></p>
<p>Path to dependency file: uchi-sidebar-clone/package.json</p>
<p>Path to vulnerable library: uchi-sidebar-clone/node_modules/ua-parser-js/package.json</p>
<p>
Dependency Hierarchy:
- react-addons-pure-render-mixin-15.6.2.tgz (Root Library)
- fbjs-0.8.17.tgz
- :x: **ua-parser-js-0.7.22.tgz** (Vulnerable Library)
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
ua-parser-js >= 0.7.14, fixed in 0.7.24, uses a regular expression which is vulnerable to denial of service. If an attacker sends a malicious User-Agent header, ua-parser-js will get stuck processing it for an extended period of time.
<p>Publish Date: 2021-03-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27292>CVE-2021-27292</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/faisalman/ua-parser-js/releases/tag/0.7.24">https://github.com/faisalman/ua-parser-js/releases/tag/0.7.24</a></p>
<p>Release Date: 2021-03-17</p>
<p>Fix Resolution: ua-parser-js - 0.7.24</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve high detected in ua parser js tgz cve high severity vulnerability vulnerable library ua parser js tgz lightweight javascript based user agent string parser library home page a href path to dependency file uchi sidebar clone package json path to vulnerable library uchi sidebar clone node modules ua parser js package json dependency hierarchy react addons pure render mixin tgz root library fbjs tgz x ua parser js tgz vulnerable library found in base branch main vulnerability details ua parser js fixed in uses a regular expression which is vulnerable to denial of service if an attacker sends a malicious user agent header ua parser js will get stuck processing it for an extended period of time publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution ua parser js step up your open source security game with whitesource | 0 |
163,159 | 12,706,148,051 | IssuesEvent | 2020-06-23 06:35:18 | DrewScoggins/performance-2 | https://api.github.com/repos/DrewScoggins/performance-2 | closed | [Perf -14%] System.Memory.ReadOnlySequence.Slice_Start | Baseline Outlier Test Test Test Test Test Windows 10.0.18362 refs/heads/master x64 | ### Run Information
Architecture | x64
-- | --
OS | Windows 10.0.18362
Changes | [diff](https://github.com/dotnet/runtime/compare/518df4f20d20f233727cba2fcc42603a31f750df...8e3b55435b3ed75cffb6687916ae1edcf7253408)
### Regressions in System.Memory.ReadOnlySequence
Benchmark | Baseline | Test | Test/Base | Modality | Baseline Outlier
-- | -- | -- | -- | -- | --
Slice_Start | 3.50 ns | 3.98 ns | 1.14 | | True

[Historical Data in Reporting System](<https://pvscmdupload.blob.core.windows.net/autofilereport/autofilereports/06_12_2020/refs/heads/master_x64_Windows%2010.0.18362_Test%20Test%20Test%20Test%20Test/System.Memory.ReadOnlySequence.html>)
### Repro
```cmd
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Memory.ReadOnlySequence*';
```
<details>
### Histogram
#### System.Memory.ReadOnlySequence.Slice_Start(Segment: Single)
```log
[2.982 ; 3.340) | @@@@@@@
[3.340 ; 3.479) |
[3.479 ; 3.861) | @@@@@
[3.861 ; 4.203) | @@@@@@@@@@@@@@@
[4.203 ; 4.515) | @@
```
### Docs
[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)
</details> | 5.0 | [Perf -14%] System.Memory.ReadOnlySequence.Slice_Start - ### Run Information
Architecture | x64
-- | --
OS | Windows 10.0.18362
Changes | [diff](https://github.com/dotnet/runtime/compare/518df4f20d20f233727cba2fcc42603a31f750df...8e3b55435b3ed75cffb6687916ae1edcf7253408)
### Regressions in System.Memory.ReadOnlySequence
Benchmark | Baseline | Test | Test/Base | Modality | Baseline Outlier
-- | -- | -- | -- | -- | --
Slice_Start | 3.50 ns | 3.98 ns | 1.14 | | True

[Historical Data in Reporting System](<https://pvscmdupload.blob.core.windows.net/autofilereport/autofilereports/06_12_2020/refs/heads/master_x64_Windows%2010.0.18362_Test%20Test%20Test%20Test%20Test/System.Memory.ReadOnlySequence.html>)
### Repro
```cmd
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Memory.ReadOnlySequence*';
```
<details>
### Histogram
#### System.Memory.ReadOnlySequence.Slice_Start(Segment: Single)
```log
[2.982 ; 3.340) | @@@@@@@
[3.340 ; 3.479) |
[3.479 ; 3.861) | @@@@@
[3.861 ; 4.203) | @@@@@@@@@@@@@@@
[4.203 ; 4.515) | @@
```
### Docs
[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)
</details> | test | system memory readonlysequence slice start run information architecture os windows changes regressions in system memory readonlysequence benchmark baseline test test base modality baseline outlier slice start ns ns true repro cmd git clone py performance scripts benchmarks ci py f filter system memory readonlysequence histogram system memory readonlysequence slice start segment single log docs | 1 |
39,257 | 5,225,381,922 | IssuesEvent | 2017-01-27 18:07:09 | brave/browser-laptop | https://api.github.com/repos/brave/browser-laptop | closed | Manual tests for Linux Mint 0.13.0 Preview 10 | OS/linux-distros release-notes/exclude tests | ## Installer
1. [ ] Check that installer is close to the size of last release.
2. [ ] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window.
3. [ ] Check Brave, electron, and libchromiumcontent version in About and make sure it is EXACTLY as expected.
## Per release specialty tests
1. [ ] Test each item in release notes for the release that's going out: https://github.com/brave/browser-laptop/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20milestone%3A0.13.0%20label%3AQA%2Fsteps-specified
- [ ] Tracking: Replaced the button on the modal dialog with the SVG icon ([#6676](https://github.com/brave/browser-laptop/issues/6676))
- [ ] Tracking: follow-up button styles consistent ([#6675](https://github.com/brave/browser-laptop/issues/6675))
- [ ] Fix URL bar autocomplete flashing as you type ([#6644](https://github.com/brave/browser-laptop/issues/6644))
- [ ] Re-enable ledger timer visits ([#6497](https://github.com/brave/browser-laptop/issues/6497))
- [ ] Linux is not using the correct userData directory for development builds ([#6451](https://github.com/brave/browser-laptop/issues/6451))
- [ ] Labels and buttons in notification bar behave unpredictably ([#6417](https://github.com/brave/browser-laptop/issues/6417))
- [ ] Setting min-width for buttons (l10n-friendly) ([#6384](https://github.com/brave/browser-laptop/issues/6384))
- [ ] Edit shields & Reload buttons are inaccessible when Adtracker is expanded ([#6338](https://github.com/brave/browser-laptop/issues/6338))
- [ ] cloned tab is missing forward history ([#6304](https://github.com/brave/browser-laptop/issues/6304))
- [ ] "Advanced Settings..." button on about:preferences#payments should be wider (l10n) ([#6285](https://github.com/brave/browser-laptop/issues/6285))
- [ ] urlbarIcon size change with search engine selection ([#6270](https://github.com/brave/browser-laptop/issues/6270))
- [ ] Broken favicon on ledger table ([#6235](https://github.com/brave/browser-laptop/issues/6235))
- [ ] border-bottom of the table header of the payment history should be extended ([#6231](https://github.com/brave/browser-laptop/issues/6231))
- [ ] receipt links should not be wrapped ([#6230](https://github.com/brave/browser-laptop/issues/6230))
- [ ] "Your Payment History" should be orange ([#6229](https://github.com/brave/browser-laptop/issues/6229))
- [ ] verified icon on the ledger table should be outside of the anchor link to the site ([#6225](https://github.com/brave/browser-laptop/issues/6225))
- [ ] border-radius of modal dialog in .paymentsContainer should be 8px ([#6223](https://github.com/brave/browser-laptop/issues/6223))
- [ ] fa-mobile should be aligned at the center ([#6222](https://github.com/brave/browser-laptop/issues/6222))
- [ ] Title bar should not have strange spacing in general (on about:preferences#payments) ([#6221](https://github.com/brave/browser-laptop/issues/6221))
- [ ] Recovery keys should not be line-wrapped ([#6220](https://github.com/brave/browser-laptop/issues/6220))
- [ ] The buttons on the footers of modal dialogs of payments need to be aligned to right ([#6219](https://github.com/brave/browser-laptop/issues/6219))
- [ ] Buttons on about:payments are thinner than those on other about pages ([#6216](https://github.com/brave/browser-laptop/issues/6216))
- [ ] Design payment history table ([#6202](https://github.com/brave/browser-laptop/issues/6202))
- [ ] Design "hide sites if" options on Advanced Options Dialog ([#6201](https://github.com/brave/browser-laptop/issues/6201))
- [ ] Fa-icons on about pages are not aligned consistently ([#6137](https://github.com/brave/browser-laptop/issues/6137))
- [ ] Tracking: Replaced the button on the modal dialog with the SVG icon ([#6676](https://github.com/brave/browser-laptop/issues/6676))
- [ ] Tracking: follow-up button styles consistent ([#6675](https://github.com/brave/browser-laptop/issues/6675))
- [ ] Fix URL bar autocomplete flashing as you type ([#6644](https://github.com/brave/browser-laptop/issues/6644))
- [ ] Re-enable ledger timer visits ([#6497](https://github.com/brave/browser-laptop/issues/6497))
- [ ] Linux is not using the correct userData directory for development builds ([#6451](https://github.com/brave/browser-laptop/issues/6451))
- [ ] Labels and buttons in notification bar behave unpredictably ([#6417](https://github.com/brave/browser-laptop/issues/6417))
- [ ] Setting min-width for buttons (l10n-friendly) ([#6384](https://github.com/brave/browser-laptop/issues/6384))
- [ ] Edit shields & Reload buttons are inaccessible when Adtracker is expanded ([#6338](https://github.com/brave/browser-laptop/issues/6338))
- [ ] cloned tab is missing forward history ([#6304](https://github.com/brave/browser-laptop/issues/6304))
- [ ] "Advanced Settings..." button on about:preferences#payments should be wider (l10n) ([#6285](https://github.com/brave/browser-laptop/issues/6285))
- [ ] urlbarIcon size change with search engine selection ([#6270](https://github.com/brave/browser-laptop/issues/6270))
- [ ] Broken favicon on ledger table ([#6235](https://github.com/brave/browser-laptop/issues/6235))
- [ ] border-bottom of the table header of the payment history should be extended ([#6231](https://github.com/brave/browser-laptop/issues/6231))
- [ ] receipt links should not be wrapped ([#6230](https://github.com/brave/browser-laptop/issues/6230))
- [ ] "Your Payment History" should be orange ([#6229](https://github.com/brave/browser-laptop/issues/6229))
- [ ] verified icon on the ledger table should be outside of the anchor link to the site ([#6225](https://github.com/brave/browser-laptop/issues/6225))
- [ ] border-radius of modal dialog in .paymentsContainer should be 8px ([#6223](https://github.com/brave/browser-laptop/issues/6223))
- [ ] fa-mobile should be aligned at the center ([#6222](https://github.com/brave/browser-laptop/issues/6222))
- [ ] Title bar should not have strange spacing in general (on about:preferences#payments) ([#6221](https://github.com/brave/browser-laptop/issues/6221))
- [ ] Recovery keys should not be line-wrapped ([#6220](https://github.com/brave/browser-laptop/issues/6220))
- [ ] The buttons on the footers of modal dialogs of payments need to be aligned to right ([#6219](https://github.com/brave/browser-laptop/issues/6219))
- [ ] Buttons on about:payments are thinner than those on other about pages ([#6216](https://github.com/brave/browser-laptop/issues/6216))
- [ ] Design payment history table ([#6202](https://github.com/brave/browser-laptop/issues/6202))
- [ ] Design "hide sites if" options on Advanced Options Dialog ([#6201](https://github.com/brave/browser-laptop/issues/6201))
- [ ] Fa-icons on about pages are not aligned consistently ([#6137](https://github.com/brave/browser-laptop/issues/6137))
## Ledger
1. [ ] Create a wallet with a value other than $5 selected in the monthly budget dropdown. Click on the 'Add Funds' button and check that Coinbase transactions are blocked.
2. [ ] Remove all `ledger-*.json` files from `~/Library/Application\ Support/Brave/`. Go to the Payments tab in about:preferences, enable payments, click on `create wallet`. Check that the `add funds` button appears after a wallet is created.
3. [ ] Click on `add funds` and verify that adding funds through Coinbase increases the account balance.
4. [ ] Repeat the step above but add funds by scanning the QR code in a mobile bitcoin app instead of through Coinbase.
5. [ ] Visit nytimes.com for a few seconds and make sure it shows up in the Payments table.
6. [ ] Go to https://jsfiddle.net/LnwtLckc/5/ and click the register button. In the Payments tab, click `add funds`. Verify that the `transfer funds` button is visible and that clicking on `transfer funds` opens a jsfiddle URL in a new tab.
7. [ ] Go to https://jsfiddle.net/LnwtLckc/5/ and click `unregister`. Verify that the `transfer funds` button no longer appears in the `add funds` modal.
8. [ ] Check that disabling payments and enabling them again does not lose state.
## Data
1. [ ] Make sure that data from the last version appears in the new version OK.
2. [ ] Test that the previous version's cookies are preserved in the next version.
## About pages
1. [ ] Test that about:adblock loads
2. [ ] Test that about:autofill loads
3. [ ] Test that about:bookmarks loads bookmarks
4. [ ] Test that about:downloads loads downloads
5. [ ] Test that about:extensions loads
6. [ ] Test that about:history loads history
7. [ ] Test that about:passwords loads
8. [ ] Test that about:styles loads
9. [ ] Test that about:preferences changing a preference takes effect right away
10. [ ] Test that about:preferences language change takes effect on re-start
11. [ ] Test that about.com without the http protocol is loaded from URL bar
## Bookmarks
1. [ ] Test that creating a bookmark on the bookmarks toolbar works
2. [ ] Test that creating a bookmark folder on the bookmarks toolbar works
3. [ ] Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works
4. [ ] Test that clicking a bookmark in the toolbar loads the bookmark.
5. [ ] Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark.
## Context menus
1. [ ] Make sure context menu items in the URL bar work
2. [ ] Make sure context menu items on content work with no selected text.
3. [ ] Make sure context menu items on content work with selected text.
4. [ ] Make sure context menu items on content work inside an editable control (input, textarea, or contenteditable).
## Find on page
1. [ ] Ensure search box is shown with shortcut
2. [ ] Test successful find
3. [ ] Test forward and backward find navigation
4. [ ] Test failed find shows 0 results
5. [ ] Test match case find
## Geolocation
1. [ ] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation works
## Site hacks
1. [ ] Test https://www.twitch.tv/adobe sub-page loads a video and you can play it
## Downloads
1. [ ] Test downloading a file works and that all actions on the download item works.
## Fullscreen
1. [ ] Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc).
2. [ ] Test that entering HTML5 full screen works. And Esc to go back. (youtube.com)
## Tabs and Pinning
1. [ ] Test that tabs are pinnable
2. [ ] Test that tabs are unpinnable
3. [ ] Test that tabs are draggable to same tabset
4. [ ] Test that tabs are draggable to alternate tabset
## Zoom
1. [ ] Test zoom in / out shortcut works
2. [ ] Test hamburger menu zooms.
3. [ ] Test zoom saved when you close the browser and restore on a single site.
4. [ ] Test zoom saved when you navigate within a single origin site.
5. [ ] Test that navigating to a different origin resets the zoom
## Bravery settings
1. [ ] Check that HTTPS Everywhere works by loading http://www.apple.com
2. [ ] Turning HTTPS Everywhere off and shields off both disable the redirect to https://www.apple.com
3. [ ] Check that ad replacement works on http://slashdot.org
4. [ ] Check that toggling to blocking and allow ads works as expected.
5. [ ] Test that clicking through a cert error in https://badssl.com/ works.
6. [ ] Test that Safe Browsing works (http://downloadme.org/)
7. [ ] Turning Safe Browsing off and shields off both disable safe browsing for http://downloadme.org/.
8. [ ] Visit https://brianbondy.com/ and then turn on script blocking, nothing should load. Allow it from the script blocking UI in the URL bar and it should work.
9. [ ] Test that about:preferences default Bravery settings take effect on pages with no site settings.
10. [ ] Test that turning on fingerprinting protection in about:preferences shows 3 fingerprints blocked at https://jsfiddle.net/bkf50r8v/13/. Test that turning it off in the Bravery menu shows 0 fingerprints blocked.
11. [ ] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked.
12. [ ] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ when fingerprinting protection is on.
## Content tests
1. [ ] Go to https://brianbondy.com/ and click on the twitter icon on the top right. Test that context menus work in the new twitter tab.
2. [ ] Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows.
3. [ ] Go to http://www.bennish.net/web-notifications.html and test that clicking on 'Show' pops up a notification asking for permission. Make sure that clicking 'Deny' leads to no notifications being shown.
4. [ ] Go to https://trac.torproject.org/projects/tor/login and make sure that the password can be saved. Make sure the saved password shows up in `about:passwords`. Then reload https://trac.torproject.org/projects/tor/login and make sure the password is autofilled.
5. [ ] Open a github issue and type some misspellings, make sure they are underlined.
6. [ ] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text.
7. [ ] Make sure that Command + Click (Control + Click on Windows, Control + Click on Ubuntu) on a link opens a new tab but does NOT switch to it. Click on it and make sure it is already loaded.
8. [ ] Open an email on http://mail.google.com/ or inbox.google.com and click on a link. Make sure it works.
9. [ ] Test that PDF is loaded at http://www.orimi.com/pdf-test.pdf
10. [ ] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run).
## Flash tests
1. [ ] Turn on Flash in about:preferences#security. Test that clicking on 'Install Flash' banner on myspace.com shows a notification to allow Flash and that the banner disappears when 'Allow' is clicked.
2. [ ] Test that flash placeholder appears on http://www.y8.com/games/superfighters
## Autofill tests
1. [ ] Test that autofill works on http://www.roboform.com/filling-test-all-fields
## Session storage
Do not forget to make a backup of your entire `~/Library/Application\ Support/Brave` folder.
1. [ ] Temporarily move away your `~/Library/Application\ Support/Brave/session-store-1` and test that clean session storage works. (`%appdata%\Brave in Windows`, `./config/brave` in Ubuntu)
2. [ ] Test that windows and tabs restore when closed, including active tab.
3. [ ] Move away your entire `~/Library/Application\ Support/Brave` folder (`%appdata%\Brave in Windows`, `./config/brave` in Ubuntu)
## Cookie and Cache
1. [ ] Make a backup of your profile, turn on all clearing in preferences and shut down. Make sure when you bring the browser back up everything is gone that is specified.
2. [ ] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the Evercookie site does not remember the old evercookie value.
## Update tests
1. [ ] Test that updating using `BRAVE_UPDATE_VERSION=0.8.3` env variable works correctly. | 1.0 | Manual tests for Linux Mint 0.13.0 Preview 10 - ## Installer
1. [ ] Check that installer is close to the size of last release.
2. [ ] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window.
3. [ ] Check Brave, electron, and libchromiumcontent version in About and make sure it is EXACTLY as expected.
## Per release specialty tests
1. [ ] Test each item in release notes for the release that's going out: https://github.com/brave/browser-laptop/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20milestone%3A0.13.0%20label%3AQA%2Fsteps-specified
- [ ] Tracking: Replaced the button on the modal dialog with the SVG icon ([#6676](https://github.com/brave/browser-laptop/issues/6676))
- [ ] Tracking: follow-up button styles consistent ([#6675](https://github.com/brave/browser-laptop/issues/6675))
- [ ] Fix URL bar autocomplete flashing as you type ([#6644](https://github.com/brave/browser-laptop/issues/6644))
- [ ] Re-enable ledger timer visits ([#6497](https://github.com/brave/browser-laptop/issues/6497))
- [ ] Linux is not using the correct userData directory for development builds ([#6451](https://github.com/brave/browser-laptop/issues/6451))
- [ ] Labels and buttons in notification bar behave unpredictably ([#6417](https://github.com/brave/browser-laptop/issues/6417))
- [ ] Setting min-width for buttons (l10n-friendly) ([#6384](https://github.com/brave/browser-laptop/issues/6384))
- [ ] Edit shields & Reload buttons are inaccessible when Adtracker is expanded ([#6338](https://github.com/brave/browser-laptop/issues/6338))
- [ ] cloned tab is missing forward history ([#6304](https://github.com/brave/browser-laptop/issues/6304))
- [ ] "Advanced Settings..." button on about:preferences#payments should be wider (l10n) ([#6285](https://github.com/brave/browser-laptop/issues/6285))
- [ ] urlbarIcon size change with search engine selection ([#6270](https://github.com/brave/browser-laptop/issues/6270))
- [ ] Broken favicon on ledger table ([#6235](https://github.com/brave/browser-laptop/issues/6235))
- [ ] border-bottom of the table header of the payment history should be extended ([#6231](https://github.com/brave/browser-laptop/issues/6231))
- [ ] receipt links should not be wrapped ([#6230](https://github.com/brave/browser-laptop/issues/6230))
- [ ] "Your Payment History" should be orange ([#6229](https://github.com/brave/browser-laptop/issues/6229))
- [ ] verified icon on the ledger table should be outside of the anchor link to the site ([#6225](https://github.com/brave/browser-laptop/issues/6225))
- [ ] border-radius of modal dialog in .paymentsContainer should be 8px ([#6223](https://github.com/brave/browser-laptop/issues/6223))
- [ ] fa-mobile should be aligned at the center ([#6222](https://github.com/brave/browser-laptop/issues/6222))
- [ ] Title bar should not have strange spacing in general (on about:preferences#payments) ([#6221](https://github.com/brave/browser-laptop/issues/6221))
- [ ] Recovery keys should not be line-wrapped ([#6220](https://github.com/brave/browser-laptop/issues/6220))
- [ ] The buttons on the footers of modal dialogs of payments need to be aligned to right ([#6219](https://github.com/brave/browser-laptop/issues/6219))
- [ ] Buttons on about:payments are thinner than those on other about pages ([#6216](https://github.com/brave/browser-laptop/issues/6216))
- [ ] Design payment history table ([#6202](https://github.com/brave/browser-laptop/issues/6202))
- [ ] Design "hide sites if" options on Advanced Options Dialog ([#6201](https://github.com/brave/browser-laptop/issues/6201))
- [ ] Fa-icons on about pages are not aligned consistently ([#6137](https://github.com/brave/browser-laptop/issues/6137))
- [ ] Tracking: Replaced the button on the modal dialog with the SVG icon ([#6676](https://github.com/brave/browser-laptop/issues/6676))
- [ ] Tracking: follow-up button styles consistent ([#6675](https://github.com/brave/browser-laptop/issues/6675))
- [ ] Fix URL bar autocomplete flashing as you type ([#6644](https://github.com/brave/browser-laptop/issues/6644))
- [ ] Re-enable ledger timer visits ([#6497](https://github.com/brave/browser-laptop/issues/6497))
- [ ] Linux is not using the correct userData directory for development builds ([#6451](https://github.com/brave/browser-laptop/issues/6451))
- [ ] Labels and buttons in notification bar behave unpredictably ([#6417](https://github.com/brave/browser-laptop/issues/6417))
- [ ] Setting min-width for buttons (l10n-friendly) ([#6384](https://github.com/brave/browser-laptop/issues/6384))
- [ ] Edit shields & Reload buttons are inaccessible when Adtracker is expanded ([#6338](https://github.com/brave/browser-laptop/issues/6338))
- [ ] cloned tab is missing forward history ([#6304](https://github.com/brave/browser-laptop/issues/6304))
- [ ] "Advanced Settings..." button on about:preferences#payments should be wider (l10n) ([#6285](https://github.com/brave/browser-laptop/issues/6285))
- [ ] urlbarIcon size change with search engine selection ([#6270](https://github.com/brave/browser-laptop/issues/6270))
- [ ] Broken favicon on ledger table ([#6235](https://github.com/brave/browser-laptop/issues/6235))
- [ ] border-bottom of the table header of the payment history should be extended ([#6231](https://github.com/brave/browser-laptop/issues/6231))
- [ ] receipt links should not be wrapped ([#6230](https://github.com/brave/browser-laptop/issues/6230))
- [ ] "Your Payment History" should be orange ([#6229](https://github.com/brave/browser-laptop/issues/6229))
- [ ] verified icon on the ledger table should be outside of the anchor link to the site ([#6225](https://github.com/brave/browser-laptop/issues/6225))
- [ ] border-radius of modal dialog in .paymentsContainer should be 8px ([#6223](https://github.com/brave/browser-laptop/issues/6223))
- [ ] fa-mobile should be aligned at the center ([#6222](https://github.com/brave/browser-laptop/issues/6222))
- [ ] Title bar should not have strange spacing in general (on about:preferences#payments) ([#6221](https://github.com/brave/browser-laptop/issues/6221))
- [ ] Recovery keys should not be line-wrapped ([#6220](https://github.com/brave/browser-laptop/issues/6220))
- [ ] The buttons on the footers of modal dialogs of payments need to be aligned to right ([#6219](https://github.com/brave/browser-laptop/issues/6219))
- [ ] Buttons on about:payments are thinner than those on other about pages ([#6216](https://github.com/brave/browser-laptop/issues/6216))
- [ ] Design payment history table ([#6202](https://github.com/brave/browser-laptop/issues/6202))
- [ ] Design "hide sites if" options on Advanced Options Dialog ([#6201](https://github.com/brave/browser-laptop/issues/6201))
- [ ] Fa-icons on about pages are not aligned consistently ([#6137](https://github.com/brave/browser-laptop/issues/6137))
## Ledger
1. [ ] Create a wallet with a value other than $5 selected in the monthly budget dropdown. Click on the 'Add Funds' button and check that Coinbase transactions are blocked.
2. [ ] Remove all `ledger-*.json` files from `~/Library/Application\ Support/Brave/`. Go to the Payments tab in about:preferences, enable payments, click on `create wallet`. Check that the `add funds` button appears after a wallet is created.
3. [ ] Click on `add funds` and verify that adding funds through Coinbase increases the account balance.
4. [ ] Repeat the step above but add funds by scanning the QR code in a mobile bitcoin app instead of through Coinbase.
5. [ ] Visit nytimes.com for a few seconds and make sure it shows up in the Payments table.
6. [ ] Go to https://jsfiddle.net/LnwtLckc/5/ and click the register button. In the Payments tab, click `add funds`. Verify that the `transfer funds` button is visible and that clicking on `transfer funds` opens a jsfiddle URL in a new tab.
7. [ ] Go to https://jsfiddle.net/LnwtLckc/5/ and click `unregister`. Verify that the `transfer funds` button no longer appears in the `add funds` modal.
8. [ ] Check that disabling payments and enabling them again does not lose state.
## Data
1. [ ] Make sure that data from the last version appears in the new version OK.
2. [ ] Test that the previous version's cookies are preserved in the next version.
## About pages
1. [ ] Test that about:adblock loads
2. [ ] Test that about:autofill loads
3. [ ] Test that about:bookmarks loads bookmarks
4. [ ] Test that about:downloads loads downloads
5. [ ] Test that about:extensions loads
6. [ ] Test that about:history loads history
7. [ ] Test that about:passwords loads
8. [ ] Test that about:styles loads
9. [ ] Test that about:preferences changing a preference takes effect right away
10. [ ] Test that about:preferences language change takes effect on re-start
11. [ ] Test that about.com without the http protocol is loaded from URL bar
## Bookmarks
1. [ ] Test that creating a bookmark on the bookmarks toolbar works
2. [ ] Test that creating a bookmark folder on the bookmarks toolbar works
3. [ ] Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works
4. [ ] Test that clicking a bookmark in the toolbar loads the bookmark.
5. [ ] Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark.
## Context menus
1. [ ] Make sure context menu items in the URL bar work
2. [ ] Make sure context menu items on content work with no selected text.
3. [ ] Make sure context menu items on content work with selected text.
4. [ ] Make sure context menu items on content work inside an editable control (input, textarea, or contenteditable).
## Find on page
1. [ ] Ensure search box is shown with shortcut
2. [ ] Test successful find
3. [ ] Test forward and backward find navigation
4. [ ] Test failed find shows 0 results
5. [ ] Test match case find
## Geolocation
1. [ ] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation works
## Site hacks
1. [ ] Test https://www.twitch.tv/adobe sub-page loads a video and you can play it
## Downloads
1. [ ] Test downloading a file works and that all actions on the download item works.
## Fullscreen
1. [ ] Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc).
2. [ ] Test that entering HTML5 full screen works. And Esc to go back. (youtube.com)
## Tabs and Pinning
1. [ ] Test that tabs are pinnable
2. [ ] Test that tabs are unpinnable
3. [ ] Test that tabs are draggable to same tabset
4. [ ] Test that tabs are draggable to alternate tabset
## Zoom
1. [ ] Test zoom in / out shortcut works
2. [ ] Test hamburger menu zooms.
3. [ ] Test zoom saved when you close the browser and restore on a single site.
4. [ ] Test zoom saved when you navigate within a single origin site.
5. [ ] Test that navigating to a different origin resets the zoom
## Bravery settings
1. [ ] Check that HTTPS Everywhere works by loading http://www.apple.com
2. [ ] Turning HTTPS Everywhere off and shields off both disable the redirect to https://www.apple.com
3. [ ] Check that ad replacement works on http://slashdot.org
4. [ ] Check that toggling to blocking and allow ads works as expected.
5. [ ] Test that clicking through a cert error in https://badssl.com/ works.
6. [ ] Test that Safe Browsing works (http://downloadme.org/)
7. [ ] Turning Safe Browsing off and shields off both disable safe browsing for http://downloadme.org/.
8. [ ] Visit https://brianbondy.com/ and then turn on script blocking, nothing should load. Allow it from the script blocking UI in the URL bar and it should work.
9. [ ] Test that about:preferences default Bravery settings take effect on pages with no site settings.
10. [ ] Test that turning on fingerprinting protection in about:preferences shows 3 fingerprints blocked at https://jsfiddle.net/bkf50r8v/13/. Test that turning it off in the Bravery menu shows 0 fingerprints blocked.
11. [ ] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked.
12. [ ] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ when fingerprinting protection is on.
## Content tests
1. [ ] Go to https://brianbondy.com/ and click on the twitter icon on the top right. Test that context menus work in the new twitter tab.
2. [ ] Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows.
3. [ ] Go to http://www.bennish.net/web-notifications.html and test that clicking on 'Show' pops up a notification asking for permission. Make sure that clicking 'Deny' leads to no notifications being shown.
4. [ ] Go to https://trac.torproject.org/projects/tor/login and make sure that the password can be saved. Make sure the saved password shows up in `about:passwords`. Then reload https://trac.torproject.org/projects/tor/login and make sure the password is autofilled.
5. [ ] Open a github issue and type some misspellings, make sure they are underlined.
6. [ ] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text.
7. [ ] Make sure that Command + Click (Control + Click on Windows, Control + Click on Ubuntu) on a link opens a new tab but does NOT switch to it. Click on it and make sure it is already loaded.
8. [ ] Open an email on http://mail.google.com/ or inbox.google.com and click on a link. Make sure it works.
9. [ ] Test that PDF is loaded at http://www.orimi.com/pdf-test.pdf
10. [ ] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run).
## Flash tests
1. [ ] Turn on Flash in about:preferences#security. Test that clicking on 'Install Flash' banner on myspace.com shows a notification to allow Flash and that the banner disappears when 'Allow' is clicked.
2. [ ] Test that flash placeholder appears on http://www.y8.com/games/superfighters
## Autofill tests
1. [ ] Test that autofill works on http://www.roboform.com/filling-test-all-fields
## Session storage
Do not forget to make a backup of your entire `~/Library/Application\ Support/Brave` folder.
1. [ ] Temporarily move away your `~/Library/Application\ Support/Brave/session-store-1` and test that clean session storage works. (`%appdata%\Brave in Windows`, `./config/brave` in Ubuntu)
2. [ ] Test that windows and tabs restore when closed, including active tab.
3. [ ] Move away your entire `~/Library/Application\ Support/Brave` folder (`%appdata%\Brave in Windows`, `./config/brave` in Ubuntu)
## Cookie and Cache
1. [ ] Make a backup of your profile, turn on all clearing in preferences and shut down. Make sure when you bring the browser back up everything is gone that is specified.
2. [ ] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the Evercookie site does not remember the old evercookie value.
## Update tests
1. [ ] Test that updating using `BRAVE_UPDATE_VERSION=0.8.3` env variable works correctly. | test | manual tests for linux mint preview installer check that installer is close to the size of last release check signature if os run spctl assess verbose applications brave app and make sure it returns accepted if windows right click on the installer exe and go to properties go to the digital signatures tab and double click on the signature make sure it says the digital signature is ok in the popup window check brave electron and libchromiumcontent version in about and make sure it is exactly as expected per release specialty tests test each item in release notes for the release that s going out tracking replaced the button on the modal dialog with the svg icon tracking follow up button styles consistent fix url bar autocomplete flashing as you type re enable ledger timer visits linux is not using the correct userdata directory for development builds labels and buttons in notification bar behave unpredictably setting min width for buttons friendly edit shields reload buttons are inaccessible when adtracker is expanded cloned tab is missing forward history advanced settings button on about preferences payments should be wider urlbaricon size change with search engine selection broken favicon on ledger table border bottom of the table header of the payment history should be extended receipt links should not be wrapped your payment history should be orange verified icon on the ledger table should be outside of the anchor link to the site border radius of modal dialog in paymentscontainer should be fa mobile should be aligned at the center title bar should not have strange spacing in general on about preferences payments recovery keys should not be line wrapped the buttons on the footers of modal dialogs of payments need to be aligned to right buttons on about payments are thinner than those on other about pages design payment history table design hide sites if options on advanced options dialog fa icons on about pages are not aligned consistently tracking replaced the button on the modal dialog with the svg icon tracking follow up button styles consistent fix url bar autocomplete flashing as you type re enable ledger timer visits linux is not using the correct userdata directory for development builds labels and buttons in notification bar behave unpredictably setting min width for buttons friendly edit shields reload buttons are inaccessible when adtracker is expanded cloned tab is missing forward history advanced settings button on about preferences payments should be wider urlbaricon size change with search engine selection broken favicon on ledger table border bottom of the table header of the payment history should be extended receipt links should not be wrapped your payment history should be orange verified icon on the ledger table should be outside of the anchor link to the site border radius of modal dialog in paymentscontainer should be fa mobile should be aligned at the center title bar should not have strange spacing in general on about preferences payments recovery keys should not be line wrapped the buttons on the footers of modal dialogs of payments need to be aligned to right buttons on about payments are thinner than those on other about pages design payment history table design hide sites if options on advanced options dialog fa icons on about pages are not aligned consistently ledger create a wallet with a value other than selected in the monthly budget dropdown click on the add funds button and check that coinbase transactions are blocked remove all ledger json files from library application support brave go to the payments tab in about preferences enable payments click on create wallet check that the add funds button appears after a wallet is created click on add funds and verify that adding funds through coinbase increases the account balance repeat the step above but add funds by scanning the qr code in a mobile bitcoin app instead of through coinbase visit nytimes com for a few seconds and make sure it shows up in the payments table go to and click the register button in the payments tab click add funds verify that the transfer funds button is visible and that clicking on transfer funds opens a jsfiddle url in a new tab go to and click unregister verify that the transfer funds button no longer appears in the add funds modal check that disabling payments and enabling them again does not lose state data make sure that data from the last version appears in the new version ok test that the previous version s cookies are preserved in the next version about pages test that about adblock loads test that about autofill loads test that about bookmarks loads bookmarks test that about downloads loads downloads test that about extensions loads test that about history loads history test that about passwords loads test that about styles loads test that about preferences changing a preference takes effect right away test that about preferences language change takes effect on re start test that about com without the http protocol is loaded from url bar bookmarks test that creating a bookmark on the bookmarks toolbar works test that creating a bookmark folder on the bookmarks toolbar works test that moving a bookmark into a folder by drag and drop on the bookmarks folder works test that clicking a bookmark in the toolbar loads the bookmark test that clicking a bookmark in a bookmark toolbar folder loads the bookmark context menus make sure context menu items in the url bar work make sure context menu items on content work with no selected text make sure context menu items on content work with selected text make sure context menu items on content work inside an editable control input textarea or contenteditable find on page ensure search box is shown with shortcut test successful find test forward and backward find navigation test failed find shows results test match case find geolocation check that works site hacks test sub page loads a video and you can play it downloads test downloading a file works and that all actions on the download item works fullscreen test that entering full screen window works view toggle full screen and exit back not esc test that entering full screen works and esc to go back youtube com tabs and pinning test that tabs are pinnable test that tabs are unpinnable test that tabs are draggable to same tabset test that tabs are draggable to alternate tabset zoom test zoom in out shortcut works test hamburger menu zooms test zoom saved when you close the browser and restore on a single site test zoom saved when you navigate within a single origin site test that navigating to a different origin resets the zoom bravery settings check that https everywhere works by loading turning https everywhere off and shields off both disable the redirect to check that ad replacement works on check that toggling to blocking and allow ads works as expected test that clicking through a cert error in works test that safe browsing works turning safe browsing off and shields off both disable safe browsing for visit and then turn on script blocking nothing should load allow it from the script blocking ui in the url bar and it should work test that about preferences default bravery settings take effect on pages with no site settings test that turning on fingerprinting protection in about preferences shows fingerprints blocked at test that turning it off in the bravery menu shows fingerprints blocked test that party storage results are blank at when party cookies are blocked and not blank when party cookies are unblocked test that audio fingerprint is blocked at when fingerprinting protection is on content tests go to and click on the twitter icon on the top right test that context menus work in the new twitter tab load twitter and click on a tweet so the popup div shows click to dismiss and repeat with another div make sure it shows go to and test that clicking on show pops up a notification asking for permission make sure that clicking deny leads to no notifications being shown go to and make sure that the password can be saved make sure the saved password shows up in about passwords then reload and make sure the password is autofilled open a github issue and type some misspellings make sure they are underlined make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text make sure that command click control click on windows control click on ubuntu on a link opens a new tab but does not switch to it click on it and make sure it is already loaded open an email on or inbox google com and click on a link make sure it works test that pdf is loaded at test that shows up as grey not red no mixed content scripts are run flash tests turn on flash in about preferences security test that clicking on install flash banner on myspace com shows a notification to allow flash and that the banner disappears when allow is clicked test that flash placeholder appears on autofill tests test that autofill works on session storage do not forget to make a backup of your entire library application support brave folder temporarily move away your library application support brave session store and test that clean session storage works appdata brave in windows config brave in ubuntu test that windows and tabs restore when closed including active tab move away your entire library application support brave folder appdata brave in windows config brave in ubuntu cookie and cache make a backup of your profile turn on all clearing in preferences and shut down make sure when you bring the browser back up everything is gone that is specified go to and set an evercookie check that going to prefs clearing site data and cache and going back to the evercookie site does not remember the old evercookie value update tests test that updating using brave update version env variable works correctly | 1 |
141,368 | 11,413,245,472 | IssuesEvent | 2020-02-01 18:20:51 | dhenry-KCI/FredCo-Post-Go-Live- | https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live- | closed | Planning-R4C upgrade-all applications-missing attachments bar | Test Accepted | missing ability for applicants to add or see attachments. Please check all planning ap types for this functionality.

| 1.0 | Planning-R4C upgrade-all applications-missing attachments bar - missing ability for applicants to add or see attachments. Please check all planning ap types for this functionality.

| test | planning upgrade all applications missing attachments bar missing ability for applicants to add or see attachments please check all planning ap types for this functionality | 1 |
77,418 | 9,564,844,125 | IssuesEvent | 2019-05-05 07:40:52 | gitthermal/thermal | https://api.github.com/repos/gitthermal/thermal | opened | View mode | Design Front end | ## Description
Creating different views will help users to visualize a different type of information based upon the select view type.
## Screenshots

| 1.0 | View mode - ## Description
Creating different views will help users to visualize a different type of information based upon the select view type.
## Screenshots

| non_test | view mode description creating different views will help users to visualize a different type of information based upon the select view type screenshots | 0 |
264,822 | 23,141,170,630 | IssuesEvent | 2022-07-28 18:38:21 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | DISABLED test_multiple_joinable_disable (__main__.TestJoin) | oncall: distributed module: rocm module: flaky-tests skipped | Platforms: rocm
This test was disabled because it is flaky on master ([recent examples](http://torch-ci.com/failure/test_multiple_joinable_disable%2C%20TestJoin)).
cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @osalpekar @jiayisuse @SciPioneer @H-Huang @kwen2501 @jeffdaily @sunway513 @jithunnair-amd @ROCmSupport @KyleCZH | 1.0 | DISABLED test_multiple_joinable_disable (__main__.TestJoin) - Platforms: rocm
This test was disabled because it is flaky on master ([recent examples](http://torch-ci.com/failure/test_multiple_joinable_disable%2C%20TestJoin)).
cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @osalpekar @jiayisuse @SciPioneer @H-Huang @kwen2501 @jeffdaily @sunway513 @jithunnair-amd @ROCmSupport @KyleCZH | test | disabled test multiple joinable disable main testjoin platforms rocm this test was disabled because it is flaky on master cc pietern mrshenli zhaojuanmao satgera rohan varma gqchen aazzolini osalpekar jiayisuse scipioneer h huang jeffdaily jithunnair amd rocmsupport kyleczh | 1 |
100,517 | 11,198,075,272 | IssuesEvent | 2020-01-03 15:03:00 | mock-server/mockserver | https://api.github.com/repos/mock-server/mockserver | closed | Links to docker hub page are incorrect | bug documentation | The links to the docker image on mockserver.com are incorrect. They should be https://hub.docker.com/r/mockserver/mockserver instead of https://index.docker.io/u/mockserver/mockserver/
Thanks for the awesome tool BTW! | 1.0 | Links to docker hub page are incorrect - The links to the docker image on mockserver.com are incorrect. They should be https://hub.docker.com/r/mockserver/mockserver instead of https://index.docker.io/u/mockserver/mockserver/
Thanks for the awesome tool BTW! | non_test | links to docker hub page are incorrect the links to the docker image on mockserver com are incorrect they should be instead of thanks for the awesome tool btw | 0 |
72,229 | 15,219,413,082 | IssuesEvent | 2021-02-17 19:10:02 | panther-labs/panther | https://api.github.com/repos/panther-labs/panther | closed | Automatically Enable Real Time Events | cloud security story team:security engineering | ### Description
When users onboard a cloud security source and select the "Enable Real Time Events" checkbox, the stackset execution role gets created in the target account. We should also update the existing stackset in the master account to actually deploy the new stack instances to that account when the source is created (after the role is confirmed) in order to actually onboard the real time events.
### Acceptance Criteria
- Selecting "Enable Real Time Events" from the source onboarding page updates the stackset as appropriate in addition to creating the stackset execution role
- Updating/Deleting the source will remove the instances from the stackset as appropriate
- Offboarding Panther will remove all stackset instances
- (Optional) Users can specify specific regions per source | True | Automatically Enable Real Time Events - ### Description
When users onboard a cloud security source and select the "Enable Real Time Events" checkbox, the stackset execution role gets created in the target account. We should also update the existing stackset in the master account to actually deploy the new stack instances to that account when the source is created (after the role is confirmed) in order to actually onboard the real time events.
### Acceptance Criteria
- Selecting "Enable Real Time Events" from the source onboarding page updates the stackset as appropriate in addition to creating the stackset execution role
- Updating/Deleting the source will remove the instances from the stackset as appropriate
- Offboarding Panther will remove all stackset instances
- (Optional) Users can specify specific regions per source | non_test | automatically enable real time events description when users onboard a cloud security source and select the enable real time events checkbox the stackset execution role gets created in the target account we should also update the existing stackset in the master account to actually deploy the new stack instances to that account when the source is created after the role is confirmed in order to actually onboard the real time events acceptance criteria selecting enable real time events from the source onboarding page updates the stackset as appropriate in addition to creating the stackset execution role updating deleting the source will remove the instances from the stackset as appropriate offboarding panther will remove all stackset instances optional users can specify specific regions per source | 0 |
122,003 | 4,826,469,315 | IssuesEvent | 2016-11-07 10:16:40 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | [k8s.io] Deployment iterative rollouts should eventually progress {Kubernetes e2e suite} | kind/flake priority/P0 | https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-multizone/5130/
Failed: [k8s.io] Deployment iterative rollouts should eventually progress {Kubernetes e2e suite}
```
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/deployment.go:104
Expected error:
<*errors.StatusError | 0xc42123a400>: {
ErrStatus: {
TypeMeta: {Kind: "", APIVersion: ""},
ListMeta: {SelfLink: "", ResourceVersion: ""},
Status: "Failure",
Message: "pods \"nginx-3837372172-jtbtf\" not found",
Reason: "NotFound",
Details: {
Name: "nginx-3837372172-jtbtf",
Group: "",
Kind: "pods",
Causes: nil,
RetryAfterSeconds: 0,
},
Code: 404,
},
}
pods "nginx-3837372172-jtbtf" not found
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/deployment.go:1446
```
| 1.0 | [k8s.io] Deployment iterative rollouts should eventually progress {Kubernetes e2e suite} - https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-multizone/5130/
Failed: [k8s.io] Deployment iterative rollouts should eventually progress {Kubernetes e2e suite}
```
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/deployment.go:104
Expected error:
<*errors.StatusError | 0xc42123a400>: {
ErrStatus: {
TypeMeta: {Kind: "", APIVersion: ""},
ListMeta: {SelfLink: "", ResourceVersion: ""},
Status: "Failure",
Message: "pods \"nginx-3837372172-jtbtf\" not found",
Reason: "NotFound",
Details: {
Name: "nginx-3837372172-jtbtf",
Group: "",
Kind: "pods",
Causes: nil,
RetryAfterSeconds: 0,
},
Code: 404,
},
}
pods "nginx-3837372172-jtbtf" not found
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/deployment.go:1446
```
| non_test | deployment iterative rollouts should eventually progress kubernetes suite failed deployment iterative rollouts should eventually progress kubernetes suite go src io kubernetes output dockerized go src io kubernetes test deployment go expected error errstatus typemeta kind apiversion listmeta selflink resourceversion status failure message pods nginx jtbtf not found reason notfound details name nginx jtbtf group kind pods causes nil retryafterseconds code pods nginx jtbtf not found not to have occurred go src io kubernetes output dockerized go src io kubernetes test deployment go | 0 |
227,238 | 18,054,201,407 | IssuesEvent | 2021-09-20 05:13:26 | logicmoo/logicmoo_workspace | https://api.github.com/repos/logicmoo/logicmoo_workspace | opened | logicmoo.pfc.test.sanity_base.GSHAPE_01D JUnit | Test_9999 logicmoo.pfc.test.sanity_base unit_test GSHAPE_01D Failing | (cd /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base ; timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif gshape_01d.pfc)
% ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/
% EDIT: https://github.com/logicmoo/logicmoo_workspace/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc
% JENKINS: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/GSHAPE_01D/logicmoo_pfc_test_sanity_base_GSHAPE_01D_JUnit/
% ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3AGSHAPE_01D
```
%~ init_phase(after_load)
%~ init_phase(restore_state)
%
running('/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/gshape_01d.pfc'),
%~ this_test_might_need( :-( use_module( library(logicmoo_plarkc))))
:- use_module(library(statistics)).
%:- mpred_notrace_exec.
% reset runtime counter
%:- mpred_notrace_exec.
% reset runtime counter
:- statistics(runtime,_Secs).
.
subRelation(E,P) ==>
(t(E,X,Y) ==> t(P,X,Y)).
subRelationD(E,P) ==>
((t(E,X,Y)/(dif(X,Y))) ==> t(P,X,Y)).
symmetric(P) ==>
(t(P,X,Y) ==> t(P,Y,X)).
%~ warn( really_remake_as_dynamic(
%~ clpfd : symmetric(Symmetric),
%~ for(baseKB,decl_kb_type(kb_shared,baseKB:symmetric/1))))
%~ warn( really_remake_as_dynamic2(clpfd:symmetric(Symmetric),bc(decl_kb_type(kb_shared,baseKB:symmetric/1))))
subRelation(edge,hop).
symmetric(hop).
% things that cannot be true are removed
% unneeded when loaded from main system: ~t(P,X,X) ==> \+ t(P,X,X).
% things that cannot be true are removed
% unneeded when loaded from main system: ~t(P,X,X) ==> \+ t(P,X,X).
:- mpred_why(edge(X,Y)==>hop(X,Y)).
% bug .. giving the wrong proof!
%~ mpred_test("Test_0001_Line_0000__edge_2",baseKB:(edge(_16078,_16100)==>hop(_16078,_16100)))
%~ FIlE: * https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L30
/*~
%~ mpred_test("Test_0001_Line_0000__edge_2",baseKB:(edge(_16078,_16100)==>hop(_16078,_16100)))
passed=info(why_was_true(baseKB:(edge(_16078,_16100)==>hop(_16078,_16100))))
Justifications for edge(X,Y)==>hop(X,Y):
1.1 subRelation(edge,hop) % [* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L24 ]
1.2 subRelation(W4,X4)==>(t(W4,Y4,Z4)==>t(X4,Y4,Z4)) % [mfl4([E=_29390,P=_29392,X=_29404,Y=_29406],baseKB,/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/gshape_01d.pfc,15)]
1.3 mfl4(_,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L24 ',24)
1.4 mfl4(['E'=_,'P'=_,'X'=_,'Y'=_],baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L15 ',15)
name = 'logicmoo.pfc.test.sanity_base.GSHAPE_01D-Test_0001_Line_0000__edge_2'.
JUNIT_CLASSNAME = 'logicmoo.pfc.test.sanity_base.GSHAPE_01D'.
JUNIT_CMD = 'timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif gshape_01d.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-pfc-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.GSHAPE_01D-Test_0001_Line_0000__edge_2-junit.xml
~*/
% bug .. giving the wrong proof!
:- mpred_why(edge(X,Y)==>hop(Y,X)).
% bug .. not giving any proof!
%~ mpred_test("Test_0002_Line_0000__edge_2",baseKB:(edge(_46276,_46298)==>hop(_46298,_46276)))
%~ FIlE: * https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L33
/*~
%~ mpred_test("Test_0002_Line_0000__edge_2",baseKB:(edge(_46276,_46298)==>hop(_46298,_46276)))
passed=info(why_was_true(baseKB:(edge(_46276,_46276)==>hop(_46276,_46276))))
Justifications for edge(X,X)==>hop(X,X):
1.1 subRelation(edge,hop) % [* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L24 ]
1.2 subRelation(W4,X4)==>(t(W4,Y4,Z4)==>t(X4,Y4,Z4)) % [mfl4([E=_59580,P=_59582,X=_59594,Y=_59596],baseKB,/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/gshape_01d.pfc,15)]
1.3 mfl4(_,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L24 ',24)
1.4 mfl4(['E'=_,'P'=_,'X'=_,'Y'=_],baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L15 ',15)
name = 'logicmoo.pfc.test.sanity_base.GSHAPE_01D-Test_0002_Line_0000__edge_2'.
JUNIT_CLASSNAME = 'logicmoo.pfc.test.sanity_base.GSHAPE_01D'.
JUNIT_CMD = 'timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif gshape_01d.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-pfc-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.GSHAPE_01D-Test_0002_Line_0000__edge_2-junit.xml
~*/
% bug .. not giving any proof!
:- dif(X,Y), mpred_why(edge(X,Y)==>hop(Y,X)).
% ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/
% EDIT: https://github.com/logicmoo/logicmoo_workspace/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc
% JENKINS: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/GSHAPE_01D/logicmoo_pfc_test_sanity_base_GSHAPE_01D_JUnit/
% ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3AGSHAPE_01D
%~ mpred_test("Test_0003_Line_0000__edge_2",baseKB:(edge(_142454,_142486)==>hop(_142486,_142454)))
/*~
%~ mpred_test("Test_0003_Line_0000__edge_2",baseKB:(edge(_142454,_142486)==>hop(_142486,_142454)))
Call: (69) [baseKB] baseKB:(edge(_142454{dif = ...}, _142486{dif = ...})==>hop(_142486{dif = ...}, _142454{dif = ...}))
Unify: (69) [baseKB] baseKB:(edge(_142454{dif = ...}, _142454{dif = ...})==>hop(_142454{dif = ...}, _142454{dif = ...}))
^ Call: (71) [$attvar] wakeup(wakeup(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, []), baseKB)
^ Unify: (71) [$attvar] wakeup(wakeup(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, []), baseKB)
^ Call: (72) [$attvar] begin_call_all_attr_uhooks(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, baseKB)
^ Unify: (72) [$attvar] begin_call_all_attr_uhooks(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, baseKB)
^ Call: (73) [$attvar] call_all_attr_uhooks(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, baseKB)
^ Unify: (73) [$attvar] call_all_attr_uhooks(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, baseKB)
^ Call: (74) [$attvar] uhook(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), _142454{dif = ...}, baseKB)
^ Unify: (74) [$attvar] uhook(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), _142454{dif = ...}, baseKB)
Call: (75) [system] true
Exit: (75) [system] true
Call: (75) [dif] dif:attr_unify_hook(vardif([], [_142410{dif = ...}-_142454{dif = ...}]), _142454{dif = ...})
Unify: (75) [dif] dif:attr_unify_hook(vardif([], [_142410{dif = ...}-_142454{dif = ...}]), _142454{dif = ...})
Fail: (75) [dif] dif:attr_unify_hook(vardif([], [_142410{dif = ...}-_142454{dif = ...}]), _142454{dif = ...})
^ Fail: (74) [$attvar] uhook(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), _142454{dif = ...}, baseKB)
^ Fail: (73) [$attvar] call_all_attr_uhooks(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, baseKB)
^ Fail: (72) [$attvar] begin_call_all_attr_uhooks(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, baseKB)
^ Fail: (71) [$attvar] wakeup(wakeup(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, []), baseKB)
Fail: (69) [baseKB] baseKB:(edge(_142454{dif = ...}, _142486{dif = ...})==>hop(_142486{dif = ...}, _142454{dif = ...}))
^ Call: (69) [must_sanity] must_sanity:mquietly_if(true, rtrace:tAt_quietly)
^ Unify: (69) [must_sanity] must_sanity:mquietly_if(true, rtrace:tAt_quietly)
failure=info((why_was_true(baseKB:(\+ (edge(_142454,_142486)==>hop(_142486,_142454)))),rtrace(baseKB:(edge(_142454,_142486)==>hop(_142486,_142454)))))
no_proof_for(\+ (edge(X,Y)==>hop(Y,X))).
no_proof_for(\+ (edge(X,Y)==>hop(Y,X))).
no_proof_for(\+ (edge(X,Y)==>hop(Y,X))).
name = 'logicmoo.pfc.test.sanity_base.GSHAPE_01D-Test_0003_Line_0000__edge_2'.
JUNIT_CLASSNAME = 'logicmoo.pfc.test.sanity_base.GSHAPE_01D'.
JUNIT_CMD = 'timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif gshape_01d.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-pfc-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.GSHAPE_01D-Test_0003_Line_0000__edge_2-junit.xml
~*/
%~ unused(no_junit_results)
Test_0001_Line_0000__edge_2 result = passed.
Test_0002_Line_0000__edge_2 result = passed.
Test_0003_Line_0000__edge_2 result = failure.
%~ test_completed_exit(8)
```
totalTime=1.000
FAILED: /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-junit-minor -k gshape_01d.pfc (returned 8) Add_LABELS='' Rem_LABELS='Skipped,Skipped,Errors,Warnings,Overtime,Skipped'
| 3.0 | logicmoo.pfc.test.sanity_base.GSHAPE_01D JUnit - (cd /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base ; timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif gshape_01d.pfc)
% ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/
% EDIT: https://github.com/logicmoo/logicmoo_workspace/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc
% JENKINS: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/GSHAPE_01D/logicmoo_pfc_test_sanity_base_GSHAPE_01D_JUnit/
% ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3AGSHAPE_01D
```
%~ init_phase(after_load)
%~ init_phase(restore_state)
%
running('/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/gshape_01d.pfc'),
%~ this_test_might_need( :-( use_module( library(logicmoo_plarkc))))
:- use_module(library(statistics)).
%:- mpred_notrace_exec.
% reset runtime counter
%:- mpred_notrace_exec.
% reset runtime counter
:- statistics(runtime,_Secs).
.
subRelation(E,P) ==>
(t(E,X,Y) ==> t(P,X,Y)).
subRelationD(E,P) ==>
((t(E,X,Y)/(dif(X,Y))) ==> t(P,X,Y)).
symmetric(P) ==>
(t(P,X,Y) ==> t(P,Y,X)).
%~ warn( really_remake_as_dynamic(
%~ clpfd : symmetric(Symmetric),
%~ for(baseKB,decl_kb_type(kb_shared,baseKB:symmetric/1))))
%~ warn( really_remake_as_dynamic2(clpfd:symmetric(Symmetric),bc(decl_kb_type(kb_shared,baseKB:symmetric/1))))
subRelation(edge,hop).
symmetric(hop).
% things that cannot be true are removed
% unneeded when loaded from main system: ~t(P,X,X) ==> \+ t(P,X,X).
% things that cannot be true are removed
% unneeded when loaded from main system: ~t(P,X,X) ==> \+ t(P,X,X).
:- mpred_why(edge(X,Y)==>hop(X,Y)).
% bug .. giving the wrong proof!
%~ mpred_test("Test_0001_Line_0000__edge_2",baseKB:(edge(_16078,_16100)==>hop(_16078,_16100)))
%~ FIlE: * https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L30
/*~
%~ mpred_test("Test_0001_Line_0000__edge_2",baseKB:(edge(_16078,_16100)==>hop(_16078,_16100)))
passed=info(why_was_true(baseKB:(edge(_16078,_16100)==>hop(_16078,_16100))))
Justifications for edge(X,Y)==>hop(X,Y):
1.1 subRelation(edge,hop) % [* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L24 ]
1.2 subRelation(W4,X4)==>(t(W4,Y4,Z4)==>t(X4,Y4,Z4)) % [mfl4([E=_29390,P=_29392,X=_29404,Y=_29406],baseKB,/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/gshape_01d.pfc,15)]
1.3 mfl4(_,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L24 ',24)
1.4 mfl4(['E'=_,'P'=_,'X'=_,'Y'=_],baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L15 ',15)
name = 'logicmoo.pfc.test.sanity_base.GSHAPE_01D-Test_0001_Line_0000__edge_2'.
JUNIT_CLASSNAME = 'logicmoo.pfc.test.sanity_base.GSHAPE_01D'.
JUNIT_CMD = 'timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif gshape_01d.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-pfc-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.GSHAPE_01D-Test_0001_Line_0000__edge_2-junit.xml
~*/
% bug .. giving the wrong proof!
:- mpred_why(edge(X,Y)==>hop(Y,X)).
% bug .. not giving any proof!
%~ mpred_test("Test_0002_Line_0000__edge_2",baseKB:(edge(_46276,_46298)==>hop(_46298,_46276)))
%~ FIlE: * https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L33
/*~
%~ mpred_test("Test_0002_Line_0000__edge_2",baseKB:(edge(_46276,_46298)==>hop(_46298,_46276)))
passed=info(why_was_true(baseKB:(edge(_46276,_46276)==>hop(_46276,_46276))))
Justifications for edge(X,X)==>hop(X,X):
1.1 subRelation(edge,hop) % [* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L24 ]
1.2 subRelation(W4,X4)==>(t(W4,Y4,Z4)==>t(X4,Y4,Z4)) % [mfl4([E=_59580,P=_59582,X=_59594,Y=_59596],baseKB,/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/gshape_01d.pfc,15)]
1.3 mfl4(_,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L24 ',24)
1.4 mfl4(['E'=_,'P'=_,'X'=_,'Y'=_],baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc#L15 ',15)
name = 'logicmoo.pfc.test.sanity_base.GSHAPE_01D-Test_0002_Line_0000__edge_2'.
JUNIT_CLASSNAME = 'logicmoo.pfc.test.sanity_base.GSHAPE_01D'.
JUNIT_CMD = 'timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif gshape_01d.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-pfc-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.GSHAPE_01D-Test_0002_Line_0000__edge_2-junit.xml
~*/
% bug .. not giving any proof!
:- dif(X,Y), mpred_why(edge(X,Y)==>hop(Y,X)).
% ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/
% EDIT: https://github.com/logicmoo/logicmoo_workspace/edit/master/packs_sys/pfc/t/sanity_base/gshape_01d.pfc
% JENKINS: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/GSHAPE_01D/logicmoo_pfc_test_sanity_base_GSHAPE_01D_JUnit/
% ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3AGSHAPE_01D
%~ mpred_test("Test_0003_Line_0000__edge_2",baseKB:(edge(_142454,_142486)==>hop(_142486,_142454)))
/*~
%~ mpred_test("Test_0003_Line_0000__edge_2",baseKB:(edge(_142454,_142486)==>hop(_142486,_142454)))
Call: (69) [baseKB] baseKB:(edge(_142454{dif = ...}, _142486{dif = ...})==>hop(_142486{dif = ...}, _142454{dif = ...}))
Unify: (69) [baseKB] baseKB:(edge(_142454{dif = ...}, _142454{dif = ...})==>hop(_142454{dif = ...}, _142454{dif = ...}))
^ Call: (71) [$attvar] wakeup(wakeup(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, []), baseKB)
^ Unify: (71) [$attvar] wakeup(wakeup(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, []), baseKB)
^ Call: (72) [$attvar] begin_call_all_attr_uhooks(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, baseKB)
^ Unify: (72) [$attvar] begin_call_all_attr_uhooks(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, baseKB)
^ Call: (73) [$attvar] call_all_attr_uhooks(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, baseKB)
^ Unify: (73) [$attvar] call_all_attr_uhooks(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, baseKB)
^ Call: (74) [$attvar] uhook(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), _142454{dif = ...}, baseKB)
^ Unify: (74) [$attvar] uhook(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), _142454{dif = ...}, baseKB)
Call: (75) [system] true
Exit: (75) [system] true
Call: (75) [dif] dif:attr_unify_hook(vardif([], [_142410{dif = ...}-_142454{dif = ...}]), _142454{dif = ...})
Unify: (75) [dif] dif:attr_unify_hook(vardif([], [_142410{dif = ...}-_142454{dif = ...}]), _142454{dif = ...})
Fail: (75) [dif] dif:attr_unify_hook(vardif([], [_142410{dif = ...}-_142454{dif = ...}]), _142454{dif = ...})
^ Fail: (74) [$attvar] uhook(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), _142454{dif = ...}, baseKB)
^ Fail: (73) [$attvar] call_all_attr_uhooks(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, baseKB)
^ Fail: (72) [$attvar] begin_call_all_attr_uhooks(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, baseKB)
^ Fail: (71) [$attvar] wakeup(wakeup(att(dif, vardif([], [_142410{dif = ...}-_142454{dif = ...}]), []), _142454{dif = ...}, []), baseKB)
Fail: (69) [baseKB] baseKB:(edge(_142454{dif = ...}, _142486{dif = ...})==>hop(_142486{dif = ...}, _142454{dif = ...}))
^ Call: (69) [must_sanity] must_sanity:mquietly_if(true, rtrace:tAt_quietly)
^ Unify: (69) [must_sanity] must_sanity:mquietly_if(true, rtrace:tAt_quietly)
failure=info((why_was_true(baseKB:(\+ (edge(_142454,_142486)==>hop(_142486,_142454)))),rtrace(baseKB:(edge(_142454,_142486)==>hop(_142486,_142454)))))
no_proof_for(\+ (edge(X,Y)==>hop(Y,X))).
no_proof_for(\+ (edge(X,Y)==>hop(Y,X))).
no_proof_for(\+ (edge(X,Y)==>hop(Y,X))).
name = 'logicmoo.pfc.test.sanity_base.GSHAPE_01D-Test_0003_Line_0000__edge_2'.
JUNIT_CLASSNAME = 'logicmoo.pfc.test.sanity_base.GSHAPE_01D'.
JUNIT_CMD = 'timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif gshape_01d.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-pfc-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.GSHAPE_01D-Test_0003_Line_0000__edge_2-junit.xml
~*/
%~ unused(no_junit_results)
Test_0001_Line_0000__edge_2 result = passed.
Test_0002_Line_0000__edge_2 result = passed.
Test_0003_Line_0000__edge_2 result = failure.
%~ test_completed_exit(8)
```
totalTime=1.000
FAILED: /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-junit-minor -k gshape_01d.pfc (returned 8) Add_LABELS='' Rem_LABELS='Skipped,Skipped,Errors,Warnings,Overtime,Skipped'
| test | logicmoo pfc test sanity base gshape junit cd var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base timeout foreground preserve status s sigkill k swipl x var lib jenkins workspace logicmoo workspace bin lmoo clif gshape pfc issue edit jenkins issue search init phase after load init phase restore state running var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base gshape pfc this test might need use module library logicmoo plarkc use module library statistics mpred notrace exec reset runtime counter mpred notrace exec reset runtime counter statistics runtime secs subrelation e p t e x y t p x y subrelationd e p t e x y dif x y t p x y symmetric p t p x y t p y x warn really remake as dynamic clpfd symmetric symmetric for basekb decl kb type kb shared basekb symmetric warn really remake as clpfd symmetric symmetric bc decl kb type kb shared basekb symmetric subrelation edge hop symmetric hop things that cannot be true are removed unneeded when loaded from main system t p x x t p x x things that cannot be true are removed unneeded when loaded from main system t p x x t p x x mpred why edge x y hop x y bug giving the wrong proof mpred test test line edge basekb edge hop file mpred test test line edge basekb edge hop passed info why was true basekb edge hop justifications for edge x y hop x y subrelation edge hop subrelation t t basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base gshape pfc basekb basekb name logicmoo pfc test sanity base gshape test line edge junit classname logicmoo pfc test sanity base gshape junit cmd timeout foreground preserve status s sigkill k swipl x var lib jenkins workspace logicmoo workspace bin lmoo clif gshape pfc saving junit var lib jenkins workspace logicmoo workspace test results jenkins report logicmoo pfc test sanity base units logicmoo pfc test sanity base gshape test line edge junit xml bug giving the wrong proof mpred why edge x y hop y x bug not giving any proof mpred test test line edge basekb edge hop file mpred test test line edge basekb edge hop passed info why was true basekb edge hop justifications for edge x x hop x x subrelation edge hop subrelation t t basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base gshape pfc basekb basekb name logicmoo pfc test sanity base gshape test line edge junit classname logicmoo pfc test sanity base gshape junit cmd timeout foreground preserve status s sigkill k swipl x var lib jenkins workspace logicmoo workspace bin lmoo clif gshape pfc saving junit var lib jenkins workspace logicmoo workspace test results jenkins report logicmoo pfc test sanity base units logicmoo pfc test sanity base gshape test line edge junit xml bug not giving any proof dif x y mpred why edge x y hop y x issue edit jenkins issue search mpred test test line edge basekb edge hop mpred test test line edge basekb edge hop call basekb edge dif dif hop dif dif unify basekb edge dif dif hop dif dif call wakeup wakeup att dif vardif dif basekb unify wakeup wakeup att dif vardif dif basekb call begin call all attr uhooks att dif vardif dif basekb unify begin call all attr uhooks att dif vardif dif basekb call call all attr uhooks att dif vardif dif basekb unify call all attr uhooks att dif vardif dif basekb call uhook dif vardif dif basekb unify uhook dif vardif dif basekb call true exit true call dif attr unify hook vardif dif unify dif attr unify hook vardif dif fail dif attr unify hook vardif dif fail uhook dif vardif dif basekb fail call all attr uhooks att dif vardif dif basekb fail begin call all attr uhooks att dif vardif dif basekb fail wakeup wakeup att dif vardif dif basekb fail basekb edge dif dif hop dif dif call must sanity mquietly if true rtrace tat quietly unify must sanity mquietly if true rtrace tat quietly failure info why was true basekb edge hop rtrace basekb edge hop no proof for edge x y hop y x no proof for edge x y hop y x no proof for edge x y hop y x name logicmoo pfc test sanity base gshape test line edge junit classname logicmoo pfc test sanity base gshape junit cmd timeout foreground preserve status s sigkill k swipl x var lib jenkins workspace logicmoo workspace bin lmoo clif gshape pfc saving junit var lib jenkins workspace logicmoo workspace test results jenkins report logicmoo pfc test sanity base units logicmoo pfc test sanity base gshape test line edge junit xml unused no junit results test line edge result passed test line edge result passed test line edge result failure test completed exit totaltime failed var lib jenkins workspace logicmoo workspace bin lmoo junit minor k gshape pfc returned add labels rem labels skipped skipped errors warnings overtime skipped | 1 |
300,847 | 25,999,678,768 | IssuesEvent | 2022-12-20 14:24:46 | sourcegraph/sourcegraph | https://api.github.com/repos/sourcegraph/sourcegraph | closed | ci/flake: golangci nolintlint disabled | testing dx ci/flake | ### Test
nolintlint
### Example failure
https://buildkite.com/sourcegraph/sourcegraph/builds/143716
### Disabling PR
https://github.com/sourcegraph/sourcegraph/pull/34298
### Additional details
In https://buildkite.com/sourcegraph/sourcegraph/builds/143716 `nolintlint` failed 1/10 times | 1.0 | ci/flake: golangci nolintlint disabled - ### Test
nolintlint
### Example failure
https://buildkite.com/sourcegraph/sourcegraph/builds/143716
### Disabling PR
https://github.com/sourcegraph/sourcegraph/pull/34298
### Additional details
In https://buildkite.com/sourcegraph/sourcegraph/builds/143716 `nolintlint` failed 1/10 times | test | ci flake golangci nolintlint disabled test nolintlint example failure disabling pr additional details in nolintlint failed times | 1 |
316,656 | 27,173,949,426 | IssuesEvent | 2023-02-17 22:27:28 | cmangos/issues | https://api.github.com/repos/cmangos/issues | closed | 🐛 [Bug Report] Naxx 10 man Sapphiron not spawning ice blocks in air phase | Expansion: WotLK (3.3.5) System: Scripting Info: Needs Testing | ### Bug Details
Engaged Sapphiron in Naxx 10 man and during air phase the boss never spawns ice blocks to hide behind.
### Steps to Reproduce
1. Enter naxx 10
2. Fight Sapphiron
3. Enter Air Phase
### Expected behavior
During Air Phase Sapphiron should put "ice blocks" around random players that the other players need to hide behind to avoid the wipe mechanic.
### Suggested Workaround
_No response_
### Crash Log
There was no crash log, just a bugged out boss mechanic
### Core SHA1 Commit Hash
9cbd887f50bff305fce0a61c6a6f4c8915e6594e
### Database SHA1 Commit Hash
0f892ac09ede0245a90d331cdb8fb227b120a3e7
### Operating System
Windows Server 2019
### Client Version
3.3.5a (Wrath of the Lich King) | 1.0 | 🐛 [Bug Report] Naxx 10 man Sapphiron not spawning ice blocks in air phase - ### Bug Details
Engaged Sapphiron in Naxx 10 man and during air phase the boss never spawns ice blocks to hide behind.
### Steps to Reproduce
1. Enter naxx 10
2. Fight Sapphiron
3. Enter Air Phase
### Expected behavior
During Air Phase Sapphiron should put "ice blocks" around random players that the other players need to hide behind to avoid the wipe mechanic.
### Suggested Workaround
_No response_
### Crash Log
There was no crash log, just a bugged out boss mechanic
### Core SHA1 Commit Hash
9cbd887f50bff305fce0a61c6a6f4c8915e6594e
### Database SHA1 Commit Hash
0f892ac09ede0245a90d331cdb8fb227b120a3e7
### Operating System
Windows Server 2019
### Client Version
3.3.5a (Wrath of the Lich King) | test | 🐛 naxx man sapphiron not spawning ice blocks in air phase bug details engaged sapphiron in naxx man and during air phase the boss never spawns ice blocks to hide behind steps to reproduce enter naxx fight sapphiron enter air phase expected behavior during air phase sapphiron should put ice blocks around random players that the other players need to hide behind to avoid the wipe mechanic suggested workaround no response crash log there was no crash log just a bugged out boss mechanic core commit hash database commit hash operating system windows server client version wrath of the lich king | 1 |
319,207 | 27,355,912,324 | IssuesEvent | 2023-02-27 12:52:01 | QubesOS/updates-status | https://api.github.com/repos/QubesOS/updates-status | closed | anaconda-addon v4.2.2 (r4.2) | r4.2-host-cur-test | Update of anaconda-addon to v4.2.2 for Qubes r4.2, see comments below for details and build status.
From commit: https://github.com/QubesOS/qubes-anaconda-addon/commit/634b1b3e36f8c76a039a382f9e764e34af158d42
[Changes since previous version](https://github.com/QubesOS/qubes-anaconda-addon/compare/v4.2.1...v4.2.2):
QubesOS/qubes-anaconda-addon@634b1b3 version 4.2.2
QubesOS/qubes-anaconda-addon@b70aeb6 Merge remote-tracking branch 'origin/pr/17'
QubesOS/qubes-anaconda-addon@b373830 Start sys-whonix after installation
QubesOS/qubes-anaconda-addon@f3b5e1f Finish handling LVM pool
QubesOS/qubes-anaconda-addon@b5210d8 gitlab-ci: drop r4.1
QubesOS/qubes-anaconda-addon@71f7016 Refactor and improve default LVM pool handling
QubesOS/qubes-anaconda-addon@2fca233 Apply python-black
Referenced issues:
QubesOS/qubes-issues#6110
If you're release manager, you can issue GPG-inline signed command:
* `Upload-component r4.2 anaconda-addon 634b1b3e36f8c76a039a382f9e764e34af158d42 current all` (available 5 days from now)
* `Upload-component r4.2 anaconda-addon 634b1b3e36f8c76a039a382f9e764e34af158d42 security-testing`
You can choose subset of distributions like:
* `Upload-component r4.2 anaconda-addon 634b1b3e36f8c76a039a382f9e764e34af158d42 current vm-bookworm,vm-fc37` (available 5 days from now)
Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
For more information on how to test this update, please take a look at https://www.qubes-os.org/doc/testing/#updates.
| 1.0 | anaconda-addon v4.2.2 (r4.2) - Update of anaconda-addon to v4.2.2 for Qubes r4.2, see comments below for details and build status.
From commit: https://github.com/QubesOS/qubes-anaconda-addon/commit/634b1b3e36f8c76a039a382f9e764e34af158d42
[Changes since previous version](https://github.com/QubesOS/qubes-anaconda-addon/compare/v4.2.1...v4.2.2):
QubesOS/qubes-anaconda-addon@634b1b3 version 4.2.2
QubesOS/qubes-anaconda-addon@b70aeb6 Merge remote-tracking branch 'origin/pr/17'
QubesOS/qubes-anaconda-addon@b373830 Start sys-whonix after installation
QubesOS/qubes-anaconda-addon@f3b5e1f Finish handling LVM pool
QubesOS/qubes-anaconda-addon@b5210d8 gitlab-ci: drop r4.1
QubesOS/qubes-anaconda-addon@71f7016 Refactor and improve default LVM pool handling
QubesOS/qubes-anaconda-addon@2fca233 Apply python-black
Referenced issues:
QubesOS/qubes-issues#6110
If you're release manager, you can issue GPG-inline signed command:
* `Upload-component r4.2 anaconda-addon 634b1b3e36f8c76a039a382f9e764e34af158d42 current all` (available 5 days from now)
* `Upload-component r4.2 anaconda-addon 634b1b3e36f8c76a039a382f9e764e34af158d42 security-testing`
You can choose subset of distributions like:
* `Upload-component r4.2 anaconda-addon 634b1b3e36f8c76a039a382f9e764e34af158d42 current vm-bookworm,vm-fc37` (available 5 days from now)
Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
For more information on how to test this update, please take a look at https://www.qubes-os.org/doc/testing/#updates.
| test | anaconda addon update of anaconda addon to for qubes see comments below for details and build status from commit qubesos qubes anaconda addon version qubesos qubes anaconda addon merge remote tracking branch origin pr qubesos qubes anaconda addon start sys whonix after installation qubesos qubes anaconda addon finish handling lvm pool qubesos qubes anaconda addon gitlab ci drop qubesos qubes anaconda addon refactor and improve default lvm pool handling qubesos qubes anaconda addon apply python black referenced issues qubesos qubes issues if you re release manager you can issue gpg inline signed command upload component anaconda addon current all available days from now upload component anaconda addon security testing you can choose subset of distributions like upload component anaconda addon current vm bookworm vm available days from now above commands will work only if packages in current testing repository were built from given commit i e no new version superseded it for more information on how to test this update please take a look at | 1 |
322,476 | 23,908,892,963 | IssuesEvent | 2022-09-09 05:53:44 | interactions-py/library | https://api.github.com/repos/interactions-py/library | closed | [REQUEST] check if someone has the role to run the Command | documentation enhancement | ### Describe the feature.
example: if Carlo has the hello role he can execute the command if he doesn't have the hello role he will not be able to execute the command
### Code of Conduct
- [X] I agree to follow the contribution requirements. | 1.0 | [REQUEST] check if someone has the role to run the Command - ### Describe the feature.
example: if Carlo has the hello role he can execute the command if he doesn't have the hello role he will not be able to execute the command
### Code of Conduct
- [X] I agree to follow the contribution requirements. | non_test | check if someone has the role to run the command describe the feature example if carlo has the hello role he can execute the command if he doesn t have the hello role he will not be able to execute the command code of conduct i agree to follow the contribution requirements | 0 |
148,539 | 13,238,945,937 | IssuesEvent | 2020-08-19 01:56:55 | CiscoDevNet/ansible-aci | https://api.github.com/repos/CiscoDevNet/ansible-aci | closed | Cisco ACI module support policy | documentation question | ##### SUMMARY
Is there a document that lists the Platform Series or Software version supported by the ACI/MSO module?(Or a description of the support policy)
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/recommended-release/b_Recommended_Cisco_ACI_Releases.html
##### ISSUE TYPE
- Documentation Report
##### ADDITIONAL INFORMATION
For example, the following document is an example of NXOS.
https://docs.ansible.com/ansible/latest/network/user_guide/platform_nxos.html
> Cisco Nexus Platform Support Matrix
Am I correct in assuming that the N9K described in this matrix is the version supported by the ACI module?
thanks
Copied from original issue: https://github.com/ansible/ansible/issues/68483 | 1.0 | Cisco ACI module support policy - ##### SUMMARY
Is there a document that lists the Platform Series or Software version supported by the ACI/MSO module?(Or a description of the support policy)
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/recommended-release/b_Recommended_Cisco_ACI_Releases.html
##### ISSUE TYPE
- Documentation Report
##### ADDITIONAL INFORMATION
For example, the following document is an example of NXOS.
https://docs.ansible.com/ansible/latest/network/user_guide/platform_nxos.html
> Cisco Nexus Platform Support Matrix
Am I correct in assuming that the N9K described in this matrix is the version supported by the ACI module?
thanks
Copied from original issue: https://github.com/ansible/ansible/issues/68483 | non_test | cisco aci module support policy summary is there a document that lists the platform series or software version supported by the aci mso module or a description of the support policy issue type documentation report additional information for example the following document is an example of nxos cisco nexus platform support matrix am i correct in assuming that the described in this matrix is the version supported by the aci module thanks copied from original issue | 0 |
23,882 | 16,673,118,570 | IssuesEvent | 2021-06-07 13:21:36 | raiden-network/light-client | https://api.github.com/repos/raiden-network/light-client | closed | Optimize capacitor build pipeline | infrastructure 🚧 | ## Description
We have special build tasks for the capacitor build. They use the capacitor build system and set the capacitor build [mode](https://cli.vuejs.org/guide/mode-and-env.html#modes), so set the correct environment variables.
However,. it seems like the build modes like `dev` or `production` have other (implicit) effects like code optimization/minimalization. This means that the capacitor builds are not optimized, which shows itself in a 10x artifact file size as shown below.
We should investigate this further and find a way to avoid this, so that the capacitor builds are optimized as well.
#### Not optimized
```
➜ raiden-dapp git:(sqlite-plugin) ✗ du -h dist
868K dist/css
3.4M dist/js
35M dist/bundled/js
60K dist/bundled/img/icons
280K dist/bundled/img
3.4M dist/bundled/fonts
38M dist/bundled
60K dist/img/icons
280K dist/img
3.4M dist/fonts
47M dist
```
#### Optimized
```
➜ raiden-dapp git:(sqlite-plugin) ✗ du -h dist
868K dist/css
3.4M dist/js
868K dist/bundled/css
3.4M dist/bundled/js
60K dist/bundled/img/icons
280K dist/bundled/img
3.4M dist/bundled/fonts
8.1M dist/bundled
60K dist/img/icons
280K dist/img
3.4M dist/fonts
16M dist
```
## Acceptance criteria
-
## Tasks
- [ ]
| 1.0 | Optimize capacitor build pipeline - ## Description
We have special build tasks for the capacitor build. They use the capacitor build system and set the capacitor build [mode](https://cli.vuejs.org/guide/mode-and-env.html#modes), so set the correct environment variables.
However,. it seems like the build modes like `dev` or `production` have other (implicit) effects like code optimization/minimalization. This means that the capacitor builds are not optimized, which shows itself in a 10x artifact file size as shown below.
We should investigate this further and find a way to avoid this, so that the capacitor builds are optimized as well.
#### Not optimized
```
➜ raiden-dapp git:(sqlite-plugin) ✗ du -h dist
868K dist/css
3.4M dist/js
35M dist/bundled/js
60K dist/bundled/img/icons
280K dist/bundled/img
3.4M dist/bundled/fonts
38M dist/bundled
60K dist/img/icons
280K dist/img
3.4M dist/fonts
47M dist
```
#### Optimized
```
➜ raiden-dapp git:(sqlite-plugin) ✗ du -h dist
868K dist/css
3.4M dist/js
868K dist/bundled/css
3.4M dist/bundled/js
60K dist/bundled/img/icons
280K dist/bundled/img
3.4M dist/bundled/fonts
8.1M dist/bundled
60K dist/img/icons
280K dist/img
3.4M dist/fonts
16M dist
```
## Acceptance criteria
-
## Tasks
- [ ]
| non_test | optimize capacitor build pipeline description we have special build tasks for the capacitor build they use the capacitor build system and set the capacitor build so set the correct environment variables however it seems like the build modes like dev or production have other implicit effects like code optimization minimalization this means that the capacitor builds are not optimized which shows itself in a artifact file size as shown below we should investigate this further and find a way to avoid this so that the capacitor builds are optimized as well not optimized ➜ raiden dapp git sqlite plugin ✗ du h dist dist css dist js dist bundled js dist bundled img icons dist bundled img dist bundled fonts dist bundled dist img icons dist img dist fonts dist optimized ➜ raiden dapp git sqlite plugin ✗ du h dist dist css dist js dist bundled css dist bundled js dist bundled img icons dist bundled img dist bundled fonts dist bundled dist img icons dist img dist fonts dist acceptance criteria tasks | 0 |
115,526 | 9,798,619,184 | IssuesEvent | 2019-06-11 12:48:45 | elifesciences/elife-xpub | https://api.github.com/repos/elifesciences/elife-xpub | closed | Update browser test for continuing submission to account for delayed saving of lastStepVisited | Testing | ## Background
We've change the save logic on the client to limit the number of concurrent write attempt errors during browser tests. This has meant occasionally delaying the storing of `lastStepVisited` when the user navigates through the wizard if an auto-save is currently in progress when navigating. There is currently a browser test that checks the user can return to the step they were last on when returning to the wizard. This is now failing.
## Task
Alter the browser test to account for the potential delay in storing the new `lastStepVisited` value.
| 1.0 | Update browser test for continuing submission to account for delayed saving of lastStepVisited - ## Background
We've change the save logic on the client to limit the number of concurrent write attempt errors during browser tests. This has meant occasionally delaying the storing of `lastStepVisited` when the user navigates through the wizard if an auto-save is currently in progress when navigating. There is currently a browser test that checks the user can return to the step they were last on when returning to the wizard. This is now failing.
## Task
Alter the browser test to account for the potential delay in storing the new `lastStepVisited` value.
| test | update browser test for continuing submission to account for delayed saving of laststepvisited background we ve change the save logic on the client to limit the number of concurrent write attempt errors during browser tests this has meant occasionally delaying the storing of laststepvisited when the user navigates through the wizard if an auto save is currently in progress when navigating there is currently a browser test that checks the user can return to the step they were last on when returning to the wizard this is now failing task alter the browser test to account for the potential delay in storing the new laststepvisited value | 1 |
117,214 | 15,077,051,483 | IssuesEvent | 2021-02-05 06:10:52 | codeblooded/grpc | https://api.github.com/repos/codeblooded/grpc | closed | Create nodes on demand using the autoscaler | P2 design orch someday | This idea was provided by @gnossen, and it may solve some issues. There are several considerations, though:
- Resource and cost limits (what would be our max/min nodes/pool? How do we handle cases where we need to scale >max?)
- Handling the case when the autoscaler can't scale in a zone or does not fully descale (pod budget options)
- Ensuring the autoscaler can work with our complicated pooling business logic
This issue serves as a reminder and tracker for discussions and progress. | 1.0 | Create nodes on demand using the autoscaler - This idea was provided by @gnossen, and it may solve some issues. There are several considerations, though:
- Resource and cost limits (what would be our max/min nodes/pool? How do we handle cases where we need to scale >max?)
- Handling the case when the autoscaler can't scale in a zone or does not fully descale (pod budget options)
- Ensuring the autoscaler can work with our complicated pooling business logic
This issue serves as a reminder and tracker for discussions and progress. | non_test | create nodes on demand using the autoscaler this idea was provided by gnossen and it may solve some issues there are several considerations though resource and cost limits what would be our max min nodes pool how do we handle cases where we need to scale max handling the case when the autoscaler can t scale in a zone or does not fully descale pod budget options ensuring the autoscaler can work with our complicated pooling business logic this issue serves as a reminder and tracker for discussions and progress | 0 |
16,873 | 4,103,606,580 | IssuesEvent | 2016-06-04 20:03:02 | CivicTechTO/tor-councilmatic | https://api.github.com/repos/CivicTechTO/tor-councilmatic | closed | Improve developer onboarding experience | 2 - Working <= 5 documentation | Right now, onboarding is shit. Docs are out of date, and more complicated than they need to be. Also, we don't have clear setup instructions for contributors using Windows.
I've made some progress on master branch in the last couple days. Hoping to have this sorted by the weekend.
<!---
@huboard:{"order":1.6875,"milestone_order":0.25,"custom_state":""}
-->
| 1.0 | Improve developer onboarding experience - Right now, onboarding is shit. Docs are out of date, and more complicated than they need to be. Also, we don't have clear setup instructions for contributors using Windows.
I've made some progress on master branch in the last couple days. Hoping to have this sorted by the weekend.
<!---
@huboard:{"order":1.6875,"milestone_order":0.25,"custom_state":""}
-->
| non_test | improve developer onboarding experience right now onboarding is shit docs are out of date and more complicated than they need to be also we don t have clear setup instructions for contributors using windows i ve made some progress on master branch in the last couple days hoping to have this sorted by the weekend huboard order milestone order custom state | 0 |
338,581 | 30,307,008,338 | IssuesEvent | 2023-07-10 10:09:33 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | Failing test: X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/group10/import_rules·ts - detection engine api security and spaces enabled - Group 10 import_rules importing rules with an index importing with exceptions should resolve exception references when importing into a clean slate | failed-test Team:Detections and Resp Team: SecuritySolution Team:Detection Engine | A test failed on a tracked branch
```
Error: expected 200 "OK", got 404 "Not Found"
at Test._assertStatus (node_modules/supertest/lib/test.js:268:12)
at Test._assertFunction (node_modules/supertest/lib/test.js:283:11)
at Test.assert (node_modules/supertest/lib/test.js:173:18)
at localAssert (node_modules/supertest/lib/test.js:131:12)
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-c5448ec158486c98/elastic/kibana-on-merge/kibana/node_modules/supertest/lib/test.js:128:5
at Test.Request.callback (node_modules/superagent/lib/node/index.js:728:3)
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-c5448ec158486c98/elastic/kibana-on-merge/kibana/node_modules/superagent/lib/node/index.js:916:18
at IncomingMessage.<anonymous> (node_modules/superagent/lib/node/parsers/json.js:19:7)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
```
First failure: [CI Build - 8.8](https://buildkite.com/elastic/kibana-on-merge/builds/29544#0187c411-514e-4638-a356-770edf716b62)
<!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/group10/import_rules·ts","test.name":"detection engine api security and spaces enabled - Group 10 import_rules importing rules with an index importing with exceptions should resolve exception references when importing into a clean slate","test.failCount":1}} --> | 1.0 | Failing test: X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/group10/import_rules·ts - detection engine api security and spaces enabled - Group 10 import_rules importing rules with an index importing with exceptions should resolve exception references when importing into a clean slate - A test failed on a tracked branch
```
Error: expected 200 "OK", got 404 "Not Found"
at Test._assertStatus (node_modules/supertest/lib/test.js:268:12)
at Test._assertFunction (node_modules/supertest/lib/test.js:283:11)
at Test.assert (node_modules/supertest/lib/test.js:173:18)
at localAssert (node_modules/supertest/lib/test.js:131:12)
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-c5448ec158486c98/elastic/kibana-on-merge/kibana/node_modules/supertest/lib/test.js:128:5
at Test.Request.callback (node_modules/superagent/lib/node/index.js:728:3)
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-c5448ec158486c98/elastic/kibana-on-merge/kibana/node_modules/superagent/lib/node/index.js:916:18
at IncomingMessage.<anonymous> (node_modules/superagent/lib/node/parsers/json.js:19:7)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
```
First failure: [CI Build - 8.8](https://buildkite.com/elastic/kibana-on-merge/builds/29544#0187c411-514e-4638-a356-770edf716b62)
<!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/group10/import_rules·ts","test.name":"detection engine api security and spaces enabled - Group 10 import_rules importing rules with an index importing with exceptions should resolve exception references when importing into a clean slate","test.failCount":1}} --> | test | failing test x pack detection engine api integration tests x pack test detection engine api integration security and spaces import rules·ts detection engine api security and spaces enabled group import rules importing rules with an index importing with exceptions should resolve exception references when importing into a clean slate a test failed on a tracked branch error expected ok got not found at test assertstatus node modules supertest lib test js at test assertfunction node modules supertest lib test js at test assert node modules supertest lib test js at localassert node modules supertest lib test js at var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules supertest lib test js at test request callback node modules superagent lib node index js at var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules superagent lib node index js at incomingmessage node modules superagent lib node parsers json js at incomingmessage emit node events at endreadablent node internal streams readable at processticksandrejections node internal process task queues first failure | 1 |
75,100 | 7,460,009,495 | IssuesEvent | 2018-03-30 17:47:03 | prasadtalasila/IRCLogParser | https://api.github.com/repos/prasadtalasila/IRCLogParser | closed | functional test for Channel Profile | functional test | Create functional tests for verifying the channel profile feature. The relevant lines of code are:
**Channel profile (channelprofile.py)**
* activity_graph ---> tabular form of figs 3(a) and 3(b)
* 27,28,34-38 of [slack.py](https://github.com/prasadtalasila/IRCLogParser/blob/master/slack.py#L34-L38)
* 121-125 of [ubuntu.py](https://github.com/prasadtalasila/IRCLogParser/blob/master/ubuntu.py#L121-L125)
* 24,25,31-35 of [scummvm.py](https://github.com/prasadtalasila/IRCLogParser/blob/master/scummvm.py#L31-L35)
* conversation characteristics ---> Table-II, pg 9
* 24,25,47-64 of [scummvm.py](https://github.com/prasadtalasila/IRCLogParser/blob/master/scummvm.py#L47-L64)
* 16-43 of [ubuntu.py](https://github.com/prasadtalasila/IRCLogParser/blob/master/ubuntu.py#L16-L43) | 1.0 | functional test for Channel Profile - Create functional tests for verifying the channel profile feature. The relevant lines of code are:
**Channel profile (channelprofile.py)**
* activity_graph ---> tabular form of figs 3(a) and 3(b)
* 27,28,34-38 of [slack.py](https://github.com/prasadtalasila/IRCLogParser/blob/master/slack.py#L34-L38)
* 121-125 of [ubuntu.py](https://github.com/prasadtalasila/IRCLogParser/blob/master/ubuntu.py#L121-L125)
* 24,25,31-35 of [scummvm.py](https://github.com/prasadtalasila/IRCLogParser/blob/master/scummvm.py#L31-L35)
* conversation characteristics ---> Table-II, pg 9
* 24,25,47-64 of [scummvm.py](https://github.com/prasadtalasila/IRCLogParser/blob/master/scummvm.py#L47-L64)
* 16-43 of [ubuntu.py](https://github.com/prasadtalasila/IRCLogParser/blob/master/ubuntu.py#L16-L43) | test | functional test for channel profile create functional tests for verifying the channel profile feature the relevant lines of code are channel profile channelprofile py activity graph tabular form of figs a and b of of of conversation characteristics table ii pg of of | 1 |
337,161 | 30,242,735,308 | IssuesEvent | 2023-07-06 14:29:20 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: failover/non-system/deadlock/lease=expiration failed | C-test-failure O-robot O-roachtest branch-master release-blocker T-kv | roachtest.failover/non-system/deadlock/lease=expiration [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10797165?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10797165?buildTab=artifacts#/failover/non-system/deadlock/lease=expiration) on master @ [dbe8511fae8fca21562fdde5c240b1f7d06ef582](https://github.com/cockroachdb/cockroach/commits/dbe8511fae8fca21562fdde5c240b1f7d06ef582):
```
(test_runner.go:1075).runTest: test timed out (30m0s)
(cluster.go:2282).Run: output in run_135130.525837391_n7_cockroach-workload-i: ./cockroach workload init kv --splits 1000 {pgurl:1} returned: COMMAND_PROBLEM: exit status 137
test artifacts and logs in: /artifacts/failover/non-system/deadlock/lease=expiration/run_1
```
<p>Parameters: <code>ROACHTEST_arch=amd64</code>
, <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=2</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_fs=ext4</code>
, <code>ROACHTEST_localSSD=true</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/kv-triage
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*failover/non-system/deadlock/lease=expiration.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-29481 | 2.0 | roachtest: failover/non-system/deadlock/lease=expiration failed - roachtest.failover/non-system/deadlock/lease=expiration [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10797165?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10797165?buildTab=artifacts#/failover/non-system/deadlock/lease=expiration) on master @ [dbe8511fae8fca21562fdde5c240b1f7d06ef582](https://github.com/cockroachdb/cockroach/commits/dbe8511fae8fca21562fdde5c240b1f7d06ef582):
```
(test_runner.go:1075).runTest: test timed out (30m0s)
(cluster.go:2282).Run: output in run_135130.525837391_n7_cockroach-workload-i: ./cockroach workload init kv --splits 1000 {pgurl:1} returned: COMMAND_PROBLEM: exit status 137
test artifacts and logs in: /artifacts/failover/non-system/deadlock/lease=expiration/run_1
```
<p>Parameters: <code>ROACHTEST_arch=amd64</code>
, <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=2</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_fs=ext4</code>
, <code>ROACHTEST_localSSD=true</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/kv-triage
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*failover/non-system/deadlock/lease=expiration.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-29481 | test | roachtest failover non system deadlock lease expiration failed roachtest failover non system deadlock lease expiration with on master test runner go runtest test timed out cluster go run output in run cockroach workload i cockroach workload init kv splits pgurl returned command problem exit status test artifacts and logs in artifacts failover non system deadlock lease expiration run parameters roachtest arch roachtest cloud gce roachtest cpu roachtest encrypted false roachtest fs roachtest localssd true roachtest ssd help see see cc cockroachdb kv triage jira issue crdb | 1 |
552,942 | 16,331,368,468 | IssuesEvent | 2021-05-12 09:38:19 | stax76/mpv.net | https://api.github.com/repos/stax76/mpv.net | closed | auto-load-folder should be off by default | feature request priority low | For single files automatically load the entire directory into the playlist. Can be suppressed via shift key. (mpv.net specific setting)
this setting should be off by default im sure many users do not want to play a single file then have it load everything after it
i was very confused what happening when i played my first file and it started cycling through everything on the drive after install
| 1.0 | auto-load-folder should be off by default - For single files automatically load the entire directory into the playlist. Can be suppressed via shift key. (mpv.net specific setting)
this setting should be off by default im sure many users do not want to play a single file then have it load everything after it
i was very confused what happening when i played my first file and it started cycling through everything on the drive after install
| non_test | auto load folder should be off by default for single files automatically load the entire directory into the playlist can be suppressed via shift key mpv net specific setting this setting should be off by default im sure many users do not want to play a single file then have it load everything after it i was very confused what happening when i played my first file and it started cycling through everything on the drive after install | 0 |
241,505 | 7,815,946,993 | IssuesEvent | 2018-06-13 01:29:02 | WP-for-Church/Sermon-Manager | https://api.github.com/repos/WP-for-Church/Sermon-Manager | closed | Custom archive page slug no longer works | [Blocker] Cannot reproduce [Priority] High [Type] Bug | ### Expected Behaviour
Setting "Archive Page Slug" should allow me to change the "sermons" part of the URL to "homily" or something else.
### Actual Behaviour
The archive page slug stays the same no matter what I change it to. Links to individual posts change, however - they just lead to a 404 page.
### Steps To Reproduce
1. Navigate to "Settings" under Sermon Manager
1. Change "Archive Page Slug" to any value
1. Navigate to sermon archive page
1. Click on a sermon
### Platform
**Sermon Manager Version:** 2.13.0
**WordPress Version:** 4.9.5
**PHP Version:** 7.1 | 1.0 | Custom archive page slug no longer works - ### Expected Behaviour
Setting "Archive Page Slug" should allow me to change the "sermons" part of the URL to "homily" or something else.
### Actual Behaviour
The archive page slug stays the same no matter what I change it to. Links to individual posts change, however - they just lead to a 404 page.
### Steps To Reproduce
1. Navigate to "Settings" under Sermon Manager
1. Change "Archive Page Slug" to any value
1. Navigate to sermon archive page
1. Click on a sermon
### Platform
**Sermon Manager Version:** 2.13.0
**WordPress Version:** 4.9.5
**PHP Version:** 7.1 | non_test | custom archive page slug no longer works expected behaviour setting archive page slug should allow me to change the sermons part of the url to homily or something else actual behaviour the archive page slug stays the same no matter what i change it to links to individual posts change however they just lead to a page steps to reproduce navigate to settings under sermon manager change archive page slug to any value navigate to sermon archive page click on a sermon platform sermon manager version wordpress version php version | 0 |
243,301 | 20,376,830,845 | IssuesEvent | 2022-02-21 16:25:36 | backend-br/vagas | https://api.github.com/repos/backend-br/vagas | closed | [Remoto] Fullstack Javascript Developer (part-time) na Catho Online | CLT PHP JavaScript Python Remoto AWS TypeScript Testes Unitários Angular Git HTML CSS FullStack | ## Descrição da vaga:
Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios.
Fique atento ao redirecionamento que vai te levar para uma url [https://coodesh.com](https://coodesh.com/vagas/fullstack-developer-140042472?utm_source=github&utm_medium=backend-br-vagas&modal=open) com o pop-up personalizado de candidatura. 👋
<p style="text-align:justify;"><strong>Catho </strong>está buscando <strong><ins>Fullstack Developer</ins></strong> (part-time) para compor seu time!</p>
<p style="text-align:justify;"><span style="font-size: 14px;">A Catho está presente na vida das pessoas em um momento fundamental: o de conseguir um novo emprego. Afinal, o emprego muda vidas e a nossa plataforma conecta milhões de currículos a empresas cadastradas. </span></p>
<p style="text-align:justify;"><span style="font-size: 14px;">Mudar vidas é a nossa razão de existir. Ao unir as pessoas com as oportunidades de trabalho, a Catho possibilita a elas atender não só suas necessidades básicas e de suas famílias, como também ter a chance de crescer, produzir e realizar sonhos.</span></p>
<p style="text-align:justify;"><span style="font-size: 14px;">Além disso, somos parte do grupo Seek, líder global no segmento de recrutamento online, com atuação na Austrália, China, Índia e outros países. </span></p>
<p style="text-align:justify;"><span style="font-size: 14px;">Como <em>Pessoa Desenvolvedora Fullstack Sênior</em> você irá atuar em forte parceria com o time de Produtos, Marketing e Vendas. De forma muito colaborativa, este time busca sempre novas iniciativas para melhorar nossas soluções B2B e atrair mais clientes para a Catho.</span></p>
<p style="text-align:justify;"><span style="font-size: 14px;">Utilizamos diversos serviços da AWS para disponibilizar grande parte das nossas aplicações que são construídas, em sua maioria, em Javascript com Node.js, e React, mas temos algumas coisas em PHP, Go e Python também. Valorizamos as boas práticas de programação, e buscamos sempre trabalhar com testes e monitoramento.</span></p>
<p style="text-align:justify;"><span style="font-size: 14px;">Caso não conheça algumas dessas tecnologias, mas queira aprender, pode vir que também ajudamos no seu desenvolvimento profissional.</span></p>
## Catho Online:
<p>A Catho está presente na vida das pessoas em um momento fundamental: o de conseguir um novo emprego. Afinal, o emprego muda vidas e a nossa plataforma conecta milhões de currículos a empresas cadastradas. </p>
<p>Mudar vidas é a nossa razão de existir. Ao unir as pessoas com as oportunidades de trabalho, a Catho possibilita a elas atender não só suas necessidades básicas e de suas famílias, como também ter a chance de crescer, produzir e realizar sonhos. </p><a href='https://coodesh.com/empresas/catho-online'>Veja mais no site</a>
## Habilidades:
- Javascript
- Node.js
- React.js
- AWS
- HTML 5
- CSS
- Unit Tests
- GIT
## Local:
100% Remoto
## Requisitos:
- Experiência com alguma linguagem focada em desenvolvimento web, sendo diferencial, Javascript;
- Experiência com linguagens de marcação e formatação Web (HTML e CSS);
- Experiência com utilização de frameworks de front-end (ex.: React, Angular ou outros);
- Conhecimentos de Testes Unitários/Integrados;
- Experiência com sistemas de controle de versionamento de código (ex.: Git ou outros);
- Conhecimentos de boas práticas de programação como: Orientação a Objetos, SOLID, Clean Code, Refatoração, Design Patterns;
- Muita disposição para aprender novas tecnologias e linguagens de programação voltadas para Web :)
## Diferenciais:
- Conhecimento em Typescript;
- Conhecimentos de serviços da AWS.
## Benefícios:
- Assistência médica (sua mensalidade fica por nossa conta e você pode estender aos seus dependentes);
- Assistência odontológica;
- Seguro de vida;
- Vale transporte ou estacionamento;
- Day off de aniversário;
- Cartão multibenefícios;
- Programa Lado a Lado (você pode apadrinhar uma pessoa que receberá uma assinatura da Catho);
- Programa de Braços Abertos (contamos com o apoio de profissionais especializados em bem-estar mental para você e sua família);
- Somos uma empresa cidadã;
- Já fomos reconhecidos como GPTW diversas vezes;
- Horário flexível e possibilidade de home office;
- Não temos dress code.
## Como se candidatar:
Candidatar-se exclusivamente através da plataforma Coodesh no link a seguir: [Fullstack Javascript Developer (part-time) na Catho Online](https://coodesh.com/vagas/fullstack-developer-140042472?utm_source=github&utm_medium=backend-br-vagas&modal=open)
Após candidatar-se via plataforma Coodesh e validar o seu login, você poderá acompanhar e receber todas as interações do processo por lá. Utilize a opção **Pedir Feedback** entre uma etapa e outra na vaga que se candidatou. Isso fará com que a pessoa **Recruiter** responsável pelo processo na empresa receba a notificação.
## Labels
#### Alocação
Remoto
#### Regime
CLT
#### Categoria
Full-Stack | 1.0 | [Remoto] Fullstack Javascript Developer (part-time) na Catho Online - ## Descrição da vaga:
Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios.
Fique atento ao redirecionamento que vai te levar para uma url [https://coodesh.com](https://coodesh.com/vagas/fullstack-developer-140042472?utm_source=github&utm_medium=backend-br-vagas&modal=open) com o pop-up personalizado de candidatura. 👋
<p style="text-align:justify;"><strong>Catho </strong>está buscando <strong><ins>Fullstack Developer</ins></strong> (part-time) para compor seu time!</p>
<p style="text-align:justify;"><span style="font-size: 14px;">A Catho está presente na vida das pessoas em um momento fundamental: o de conseguir um novo emprego. Afinal, o emprego muda vidas e a nossa plataforma conecta milhões de currículos a empresas cadastradas. </span></p>
<p style="text-align:justify;"><span style="font-size: 14px;">Mudar vidas é a nossa razão de existir. Ao unir as pessoas com as oportunidades de trabalho, a Catho possibilita a elas atender não só suas necessidades básicas e de suas famílias, como também ter a chance de crescer, produzir e realizar sonhos.</span></p>
<p style="text-align:justify;"><span style="font-size: 14px;">Além disso, somos parte do grupo Seek, líder global no segmento de recrutamento online, com atuação na Austrália, China, Índia e outros países. </span></p>
<p style="text-align:justify;"><span style="font-size: 14px;">Como <em>Pessoa Desenvolvedora Fullstack Sênior</em> você irá atuar em forte parceria com o time de Produtos, Marketing e Vendas. De forma muito colaborativa, este time busca sempre novas iniciativas para melhorar nossas soluções B2B e atrair mais clientes para a Catho.</span></p>
<p style="text-align:justify;"><span style="font-size: 14px;">Utilizamos diversos serviços da AWS para disponibilizar grande parte das nossas aplicações que são construídas, em sua maioria, em Javascript com Node.js, e React, mas temos algumas coisas em PHP, Go e Python também. Valorizamos as boas práticas de programação, e buscamos sempre trabalhar com testes e monitoramento.</span></p>
<p style="text-align:justify;"><span style="font-size: 14px;">Caso não conheça algumas dessas tecnologias, mas queira aprender, pode vir que também ajudamos no seu desenvolvimento profissional.</span></p>
## Catho Online:
<p>A Catho está presente na vida das pessoas em um momento fundamental: o de conseguir um novo emprego. Afinal, o emprego muda vidas e a nossa plataforma conecta milhões de currículos a empresas cadastradas. </p>
<p>Mudar vidas é a nossa razão de existir. Ao unir as pessoas com as oportunidades de trabalho, a Catho possibilita a elas atender não só suas necessidades básicas e de suas famílias, como também ter a chance de crescer, produzir e realizar sonhos. </p><a href='https://coodesh.com/empresas/catho-online'>Veja mais no site</a>
## Habilidades:
- Javascript
- Node.js
- React.js
- AWS
- HTML 5
- CSS
- Unit Tests
- GIT
## Local:
100% Remoto
## Requisitos:
- Experiência com alguma linguagem focada em desenvolvimento web, sendo diferencial, Javascript;
- Experiência com linguagens de marcação e formatação Web (HTML e CSS);
- Experiência com utilização de frameworks de front-end (ex.: React, Angular ou outros);
- Conhecimentos de Testes Unitários/Integrados;
- Experiência com sistemas de controle de versionamento de código (ex.: Git ou outros);
- Conhecimentos de boas práticas de programação como: Orientação a Objetos, SOLID, Clean Code, Refatoração, Design Patterns;
- Muita disposição para aprender novas tecnologias e linguagens de programação voltadas para Web :)
## Diferenciais:
- Conhecimento em Typescript;
- Conhecimentos de serviços da AWS.
## Benefícios:
- Assistência médica (sua mensalidade fica por nossa conta e você pode estender aos seus dependentes);
- Assistência odontológica;
- Seguro de vida;
- Vale transporte ou estacionamento;
- Day off de aniversário;
- Cartão multibenefícios;
- Programa Lado a Lado (você pode apadrinhar uma pessoa que receberá uma assinatura da Catho);
- Programa de Braços Abertos (contamos com o apoio de profissionais especializados em bem-estar mental para você e sua família);
- Somos uma empresa cidadã;
- Já fomos reconhecidos como GPTW diversas vezes;
- Horário flexível e possibilidade de home office;
- Não temos dress code.
## Como se candidatar:
Candidatar-se exclusivamente através da plataforma Coodesh no link a seguir: [Fullstack Javascript Developer (part-time) na Catho Online](https://coodesh.com/vagas/fullstack-developer-140042472?utm_source=github&utm_medium=backend-br-vagas&modal=open)
Após candidatar-se via plataforma Coodesh e validar o seu login, você poderá acompanhar e receber todas as interações do processo por lá. Utilize a opção **Pedir Feedback** entre uma etapa e outra na vaga que se candidatou. Isso fará com que a pessoa **Recruiter** responsável pelo processo na empresa receba a notificação.
## Labels
#### Alocação
Remoto
#### Regime
CLT
#### Categoria
Full-Stack | test | fullstack javascript developer part time na catho online descrição da vaga esta é uma vaga de um parceiro da plataforma coodesh ao candidatar se você terá acesso as informações completas sobre a empresa e benefícios fique atento ao redirecionamento que vai te levar para uma url com o pop up personalizado de candidatura 👋 catho está buscando fullstack developer part time para compor seu time a catho está presente na vida das pessoas em um momento fundamental o de conseguir um novo emprego afinal o emprego muda vidas e a nossa plataforma conecta milhões de currículos a empresas cadastradas mudar vidas é a nossa razão de existir ao unir as pessoas com as oportunidades de trabalho a catho possibilita a elas atender não só suas necessidades básicas e de suas famílias como também ter a chance de crescer produzir e realizar sonhos além disso somos parte do grupo seek líder global no segmento de recrutamento online com atuação na austrália china índia e outros países como pessoa desenvolvedora fullstack sênior você irá atuar em forte parceria com o time de produtos marketing e vendas de forma muito colaborativa este time busca sempre novas iniciativas para melhorar nossas soluções e atrair mais clientes para a catho utilizamos diversos serviços da aws para disponibilizar grande parte das nossas aplicações que são construídas em sua maioria em javascript com node js e react mas temos algumas coisas em php go e python também valorizamos as boas práticas de programação e buscamos sempre trabalhar com testes e monitoramento caso não conheça algumas dessas tecnologias mas queira aprender pode vir que também ajudamos no seu desenvolvimento profissional catho online a catho está presente na vida das pessoas em um momento fundamental o de conseguir um novo emprego afinal o emprego muda vidas e a nossa plataforma conecta milhões de currículos a empresas cadastradas nbsp mudar vidas é a nossa razão de existir ao unir as pessoas com as oportunidades de trabalho a catho possibilita a elas atender não só suas necessidades básicas e de suas famílias como também ter a chance de crescer produzir e realizar sonhos nbsp habilidades javascript node js react js aws html css unit tests git local remoto requisitos experiência com alguma linguagem focada em desenvolvimento web sendo diferencial javascript experiência com linguagens de marcação e formatação web html e css experiência com utilização de frameworks de front end ex react angular ou outros conhecimentos de testes unitários integrados experiência com sistemas de controle de versionamento de código ex git ou outros conhecimentos de boas práticas de programação como orientação a objetos solid clean code refatoração design patterns muita disposição para aprender novas tecnologias e linguagens de programação voltadas para web diferenciais conhecimento em typescript conhecimentos de serviços da aws benefícios assistência médica sua mensalidade fica por nossa conta e você pode estender aos seus dependentes assistência odontológica seguro de vida vale transporte ou estacionamento day off de aniversário cartão multibenefícios programa lado a lado você pode apadrinhar uma pessoa que receberá uma assinatura da catho programa de braços abertos contamos com o apoio de profissionais especializados em bem estar mental para você e sua família somos uma empresa cidadã já fomos reconhecidos como gptw diversas vezes horário flexível e possibilidade de home office não temos dress code como se candidatar candidatar se exclusivamente através da plataforma coodesh no link a seguir após candidatar se via plataforma coodesh e validar o seu login você poderá acompanhar e receber todas as interações do processo por lá utilize a opção pedir feedback entre uma etapa e outra na vaga que se candidatou isso fará com que a pessoa recruiter responsável pelo processo na empresa receba a notificação labels alocação remoto regime clt categoria full stack | 1 |
465 | 2,522,277,334 | IssuesEvent | 2015-01-19 20:47:38 | USCiLab/cereal | https://api.github.com/repos/USCiLab/cereal | closed | Update polymorphic documentation | documentation | Update documentation in doxygen and on the website to reflect changes in #113 and some other things from #157 regarding `CEREAL_DECLARE_DYNAMIC_INIT_ENFORCER` (also relates #107).
Registration code should now go in the header, not the source file! | 1.0 | Update polymorphic documentation - Update documentation in doxygen and on the website to reflect changes in #113 and some other things from #157 regarding `CEREAL_DECLARE_DYNAMIC_INIT_ENFORCER` (also relates #107).
Registration code should now go in the header, not the source file! | non_test | update polymorphic documentation update documentation in doxygen and on the website to reflect changes in and some other things from regarding cereal declare dynamic init enforcer also relates registration code should now go in the header not the source file | 0 |
174,554 | 21,300,226,669 | IssuesEvent | 2022-04-15 01:24:45 | vipinsun/eosio-web-ide | https://api.github.com/repos/vipinsun/eosio-web-ide | opened | CVE-2021-43138 (High) detected in async-1.5.2.tgz, async-2.6.3.tgz | security vulnerability | ## CVE-2021-43138 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>async-1.5.2.tgz</b>, <b>async-2.6.3.tgz</b></p></summary>
<p>
<details><summary><b>async-1.5.2.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library home page: <a href="https://registry.npmjs.org/async/-/async-1.5.2.tgz">https://registry.npmjs.org/async/-/async-1.5.2.tgz</a></p>
<p>Path to dependency file: /webapp/package.json</p>
<p>Path to vulnerable library: /webapp/node_modules/async</p>
<p>
Dependency Hierarchy:
- http-server-0.11.1.tgz (Root Library)
- portfinder-1.0.23.tgz
- :x: **async-1.5.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>async-2.6.3.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library home page: <a href="https://registry.npmjs.org/async/-/async-2.6.3.tgz">https://registry.npmjs.org/async/-/async-2.6.3.tgz</a></p>
<p>Path to dependency file: /webapp/package.json</p>
<p>Path to vulnerable library: /webapp/node_modules/async</p>
<p>
Dependency Hierarchy:
- source-map-loader-0.2.4.tgz (Root Library)
- :x: **async-2.6.3.tgz** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A vulnerability exists in Async through 3.2.1 (fixed in 3.2.2) , which could let a malicious user obtain privileges via the mapValues() method.
<p>Publish Date: 2022-04-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138>CVE-2021-43138</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p>
<p>Release Date: 2022-04-06</p>
<p>Fix Resolution (async): 3.2.2</p>
<p>Direct dependency fix Resolution (source-map-loader): 1.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-43138 (High) detected in async-1.5.2.tgz, async-2.6.3.tgz - ## CVE-2021-43138 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>async-1.5.2.tgz</b>, <b>async-2.6.3.tgz</b></p></summary>
<p>
<details><summary><b>async-1.5.2.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library home page: <a href="https://registry.npmjs.org/async/-/async-1.5.2.tgz">https://registry.npmjs.org/async/-/async-1.5.2.tgz</a></p>
<p>Path to dependency file: /webapp/package.json</p>
<p>Path to vulnerable library: /webapp/node_modules/async</p>
<p>
Dependency Hierarchy:
- http-server-0.11.1.tgz (Root Library)
- portfinder-1.0.23.tgz
- :x: **async-1.5.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>async-2.6.3.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library home page: <a href="https://registry.npmjs.org/async/-/async-2.6.3.tgz">https://registry.npmjs.org/async/-/async-2.6.3.tgz</a></p>
<p>Path to dependency file: /webapp/package.json</p>
<p>Path to vulnerable library: /webapp/node_modules/async</p>
<p>
Dependency Hierarchy:
- source-map-loader-0.2.4.tgz (Root Library)
- :x: **async-2.6.3.tgz** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A vulnerability exists in Async through 3.2.1 (fixed in 3.2.2) , which could let a malicious user obtain privileges via the mapValues() method.
<p>Publish Date: 2022-04-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138>CVE-2021-43138</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p>
<p>Release Date: 2022-04-06</p>
<p>Fix Resolution (async): 3.2.2</p>
<p>Direct dependency fix Resolution (source-map-loader): 1.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve high detected in async tgz async tgz cve high severity vulnerability vulnerable libraries async tgz async tgz async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file webapp package json path to vulnerable library webapp node modules async dependency hierarchy http server tgz root library portfinder tgz x async tgz vulnerable library async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file webapp package json path to vulnerable library webapp node modules async dependency hierarchy source map loader tgz root library x async tgz vulnerable library found in base branch master vulnerability details a vulnerability exists in async through fixed in which could let a malicious user obtain privileges via the mapvalues method publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution async direct dependency fix resolution source map loader step up your open source security game with whitesource | 0 |
266,798 | 8,375,304,571 | IssuesEvent | 2018-10-05 15:59:20 | kubernetes-sigs/cluster-api-provider-aws | https://api.github.com/repos/kubernetes-sigs/cluster-api-provider-aws | closed | Images built with packer from this repo have user directory | kind/bug priority/important-soon | /kind bug
**What steps did you take and what happened:**
I just spun up an instance using an image in the README and saw this:
```
root@ip-10-0-1-151:~# ls
'~jdetiber'
```
**What did you expect to happen:**
I did not expect to see a user dir in here.
**Anything else you would like to add:**
no | 1.0 | Images built with packer from this repo have user directory - /kind bug
**What steps did you take and what happened:**
I just spun up an instance using an image in the README and saw this:
```
root@ip-10-0-1-151:~# ls
'~jdetiber'
```
**What did you expect to happen:**
I did not expect to see a user dir in here.
**Anything else you would like to add:**
no | non_test | images built with packer from this repo have user directory kind bug what steps did you take and what happened i just spun up an instance using an image in the readme and saw this root ip ls jdetiber what did you expect to happen i did not expect to see a user dir in here anything else you would like to add no | 0 |
6,977 | 6,706,453,762 | IssuesEvent | 2017-10-12 07:07:27 | vim-syntastic/syntastic | https://api.github.com/repos/vim-syntastic/syntastic | closed | `perl -c` executes code | security | An unfortunately little-known fact about `perl -c` is that it actually executes code. From looking at the code, it appears that's how syntastic is doing Perl syntax checking.
For example, try `perl -c` on this:
```
#!/usr/bin/perl
BEGIN { print "you're owned\n" }
print "but this is OK\n";
```
`perl -c` will print that you're owned.
Editing a text file in vim isn't _supposed_ to run it; it should be safe. Unfortunately, an automated `perl -c` on `:wq` makes it dangerous.
(I haven't looked at any of the other syntax checkers, I don't know how many of them may have similar issues.)
| True | `perl -c` executes code - An unfortunately little-known fact about `perl -c` is that it actually executes code. From looking at the code, it appears that's how syntastic is doing Perl syntax checking.
For example, try `perl -c` on this:
```
#!/usr/bin/perl
BEGIN { print "you're owned\n" }
print "but this is OK\n";
```
`perl -c` will print that you're owned.
Editing a text file in vim isn't _supposed_ to run it; it should be safe. Unfortunately, an automated `perl -c` on `:wq` makes it dangerous.
(I haven't looked at any of the other syntax checkers, I don't know how many of them may have similar issues.)
| non_test | perl c executes code an unfortunately little known fact about perl c is that it actually executes code from looking at the code it appears that s how syntastic is doing perl syntax checking for example try perl c on this usr bin perl begin print you re owned n print but this is ok n perl c will print that you re owned editing a text file in vim isn t supposed to run it it should be safe unfortunately an automated perl c on wq makes it dangerous i haven t looked at any of the other syntax checkers i don t know how many of them may have similar issues | 0 |
104,411 | 4,210,967,751 | IssuesEvent | 2016-06-29 11:59:46 | handsontable/handsontable | https://api.github.com/repos/handsontable/handsontable | opened | NumeralJS remove | Change Core: handsontable Guess: < 2 hours Priority: normal | After switching from NumeralJS to NumbroJS (https://github.com/handsontable/handsontable/issues/3487) NumeralJS still exists in the source code. It needs to be removed from `lib/` directory. | 1.0 | NumeralJS remove - After switching from NumeralJS to NumbroJS (https://github.com/handsontable/handsontable/issues/3487) NumeralJS still exists in the source code. It needs to be removed from `lib/` directory. | non_test | numeraljs remove after switching from numeraljs to numbrojs numeraljs still exists in the source code it needs to be removed from lib directory | 0 |
83,103 | 7,861,419,919 | IssuesEvent | 2018-06-22 00:19:59 | Kademi/kademi-dev | https://api.github.com/repos/Kademi/kademi-dev | closed | Selected org is set to null by server | Help Wanted Ready to Test - Dev bug | When enabled rewardstore app, server set selectedOrg to be null. please see this
RewardService.java
```
Organisation org = _findPointsOrgForProfile(currentUser, reward, selOrg);
if ( org == null ) {
org = _findPointsOrgForProfile(currentUser, reward, null);
Response resp = HttpManager.response();
if ( resp != null ) {
log.info("Did not find selected org, so remove selected org cookie");
resp.setCookie("selectedOrg", null);
}
} | 1.0 | Selected org is set to null by server - When enabled rewardstore app, server set selectedOrg to be null. please see this
RewardService.java
```
Organisation org = _findPointsOrgForProfile(currentUser, reward, selOrg);
if ( org == null ) {
org = _findPointsOrgForProfile(currentUser, reward, null);
Response resp = HttpManager.response();
if ( resp != null ) {
log.info("Did not find selected org, so remove selected org cookie");
resp.setCookie("selectedOrg", null);
}
} | test | selected org is set to null by server when enabled rewardstore app server set selectedorg to be null please see this rewardservice java organisation org findpointsorgforprofile currentuser reward selorg if org null org findpointsorgforprofile currentuser reward null response resp httpmanager response if resp null log info did not find selected org so remove selected org cookie resp setcookie selectedorg null | 1 |
727,626 | 25,042,064,907 | IssuesEvent | 2022-11-04 22:07:39 | GoogleCloudPlatform/emblem | https://api.github.com/repos/GoogleCloudPlatform/emblem | closed | streamline `setup.sh` | type: feature request priority: p2 | ## Proposal
Set default behavior of `setup.sh` to deploy a minimal deployment of Emblem by always [setting up CI/CD](https://github.com/GoogleCloudPlatform/emblem/blob/b86e368709cb02d5c393e150c5b804c0e536a412/setup.sh#L246) and [skipping authentication setup](https://github.com/GoogleCloudPlatform/emblem/blob/b86e368709cb02d5c393e150c5b804c0e536a412/setup.sh#L225) by default. Also move any remaining required user input to the beginning of the script.
## Problems this will solve
- CI/CD is a primary thing that Emblem is meant to demonstrate - this can safely be made a default behavior of a common setup.
- The auth step requires several steps between console and CLI and takes several minutes. Many demos may not require authentication. Those that do will be able to specify a special flag for `setup.sh` or documented step for adding auth to a deployed instance of Emblem.
## Alternatives
## Additional context
- Initial Emblem content will not require functioning authentication | 1.0 | streamline `setup.sh` - ## Proposal
Set default behavior of `setup.sh` to deploy a minimal deployment of Emblem by always [setting up CI/CD](https://github.com/GoogleCloudPlatform/emblem/blob/b86e368709cb02d5c393e150c5b804c0e536a412/setup.sh#L246) and [skipping authentication setup](https://github.com/GoogleCloudPlatform/emblem/blob/b86e368709cb02d5c393e150c5b804c0e536a412/setup.sh#L225) by default. Also move any remaining required user input to the beginning of the script.
## Problems this will solve
- CI/CD is a primary thing that Emblem is meant to demonstrate - this can safely be made a default behavior of a common setup.
- The auth step requires several steps between console and CLI and takes several minutes. Many demos may not require authentication. Those that do will be able to specify a special flag for `setup.sh` or documented step for adding auth to a deployed instance of Emblem.
## Alternatives
## Additional context
- Initial Emblem content will not require functioning authentication | non_test | streamline setup sh proposal set default behavior of setup sh to deploy a minimal deployment of emblem by always and by default also move any remaining required user input to the beginning of the script problems this will solve ci cd is a primary thing that emblem is meant to demonstrate this can safely be made a default behavior of a common setup the auth step requires several steps between console and cli and takes several minutes many demos may not require authentication those that do will be able to specify a special flag for setup sh or documented step for adding auth to a deployed instance of emblem alternatives additional context initial emblem content will not require functioning authentication | 0 |
542,792 | 15,866,984,038 | IssuesEvent | 2021-04-08 16:21:10 | canonical-web-and-design/ubuntu.com | https://api.github.com/repos/canonical-web-and-design/ubuntu.com | opened | Add slider for representation of cost of public and private cloud | Priority: Low | At `/openstack` build slider for graph to represent the difference in prices between public and private cloud. See the [comment](https://docs.google.com/document/d/1eqHK0hc9v7Mn-XV36QRyNkJenTXgBQR_-RULKm5rZ5o/edit?disco=AAAAIAiqPGY) in the copy doc.
- The TCO bar of public cloud should be lower (therefore green) than private cloud (red at this point) at first.
- As the VM hours increase, the private cloud TCO decreases and drops lower than public cloud and the colours of the bars swap.
@waynecrosby has kindly offered to create a GIF to show how the slider should work. Here is a static image to show the graph:

| 1.0 | Add slider for representation of cost of public and private cloud - At `/openstack` build slider for graph to represent the difference in prices between public and private cloud. See the [comment](https://docs.google.com/document/d/1eqHK0hc9v7Mn-XV36QRyNkJenTXgBQR_-RULKm5rZ5o/edit?disco=AAAAIAiqPGY) in the copy doc.
- The TCO bar of public cloud should be lower (therefore green) than private cloud (red at this point) at first.
- As the VM hours increase, the private cloud TCO decreases and drops lower than public cloud and the colours of the bars swap.
@waynecrosby has kindly offered to create a GIF to show how the slider should work. Here is a static image to show the graph:

| non_test | add slider for representation of cost of public and private cloud at openstack build slider for graph to represent the difference in prices between public and private cloud see the in the copy doc the tco bar of public cloud should be lower therefore green than private cloud red at this point at first as the vm hours increase the private cloud tco decreases and drops lower than public cloud and the colours of the bars swap waynecrosby has kindly offered to create a gif to show how the slider should work here is a static image to show the graph | 0 |
191 | 2,516,024,058 | IssuesEvent | 2015-01-15 22:41:30 | eldipa/ConcuDebug | https://api.github.com/repos/eldipa/ConcuDebug | closed | Enviar un EoF desde la UI al stdin | code this! enhancement | Ya que el stdin de un target esta redireccionada a traves de un fifo, en principio, hasta que dicho fifo no se cierre, el target no recibira un EoF.
El objetivo es poder enviar dicho EoF sin cerrar la redireccion (o cerrarla y reabrirla). Ademas, debe poder hacerse desde la ui, ya sea con un boton, o un tag especial | 1.0 | Enviar un EoF desde la UI al stdin - Ya que el stdin de un target esta redireccionada a traves de un fifo, en principio, hasta que dicho fifo no se cierre, el target no recibira un EoF.
El objetivo es poder enviar dicho EoF sin cerrar la redireccion (o cerrarla y reabrirla). Ademas, debe poder hacerse desde la ui, ya sea con un boton, o un tag especial | non_test | enviar un eof desde la ui al stdin ya que el stdin de un target esta redireccionada a traves de un fifo en principio hasta que dicho fifo no se cierre el target no recibira un eof el objetivo es poder enviar dicho eof sin cerrar la redireccion o cerrarla y reabrirla ademas debe poder hacerse desde la ui ya sea con un boton o un tag especial | 0 |
575,894 | 17,065,326,167 | IssuesEvent | 2021-07-07 06:27:42 | oppia/oppia-android | https://api.github.com/repos/oppia/oppia-android | closed | Implement Force Crash App Feature | Priority: Essential Type: Task | Implement Force Crash app feature. This will crash the app on click of a button.
**Target PR date:** 2021-06-15
**Target completion date:** 2021-06-19 | 1.0 | Implement Force Crash App Feature - Implement Force Crash app feature. This will crash the app on click of a button.
**Target PR date:** 2021-06-15
**Target completion date:** 2021-06-19 | non_test | implement force crash app feature implement force crash app feature this will crash the app on click of a button target pr date target completion date | 0 |
216,989 | 16,676,279,511 | IssuesEvent | 2021-06-07 16:34:59 | softgitron/potku-console | https://api.github.com/repos/softgitron/potku-console | opened | Frontend, sketch home page | good first issue importance: critical status: not started type: documentation | **Describe the supposed addition**
UX of the home page should be sketched, before it can be implemented. Sketching can be started with pen and paper, but it is expected that final sketch will look fairly realistic. Home page has at least following requirements:
- Page must contain menu, where user can access servers, users, groups, modules and settings
- Page must contain button for user profile
- Main page content is up to designer, but it could be a good idea to show services straight on the main page
- Sketch must be done for 24" computer display, but it can be also designed for mobile in mind
**Pitch your addition with a user story**
As a user I can have create UX on home page, so that I can use the application with confidence.
**Name of the files or sections to be added**
After drawing is completed add it to the wiki under architecture in the [Frontend sketches](https://github.com/softgitron/potku-console/wiki/Frontend-sketches) page.
**Additional context**
This is one of many design tasks. It is advisable to complete this task before other sketching tasks and define basic visuals for the whole project. | 1.0 | Frontend, sketch home page - **Describe the supposed addition**
UX of the home page should be sketched, before it can be implemented. Sketching can be started with pen and paper, but it is expected that final sketch will look fairly realistic. Home page has at least following requirements:
- Page must contain menu, where user can access servers, users, groups, modules and settings
- Page must contain button for user profile
- Main page content is up to designer, but it could be a good idea to show services straight on the main page
- Sketch must be done for 24" computer display, but it can be also designed for mobile in mind
**Pitch your addition with a user story**
As a user I can have create UX on home page, so that I can use the application with confidence.
**Name of the files or sections to be added**
After drawing is completed add it to the wiki under architecture in the [Frontend sketches](https://github.com/softgitron/potku-console/wiki/Frontend-sketches) page.
**Additional context**
This is one of many design tasks. It is advisable to complete this task before other sketching tasks and define basic visuals for the whole project. | non_test | frontend sketch home page describe the supposed addition ux of the home page should be sketched before it can be implemented sketching can be started with pen and paper but it is expected that final sketch will look fairly realistic home page has at least following requirements page must contain menu where user can access servers users groups modules and settings page must contain button for user profile main page content is up to designer but it could be a good idea to show services straight on the main page sketch must be done for computer display but it can be also designed for mobile in mind pitch your addition with a user story as a user i can have create ux on home page so that i can use the application with confidence name of the files or sections to be added after drawing is completed add it to the wiki under architecture in the page additional context this is one of many design tasks it is advisable to complete this task before other sketching tasks and define basic visuals for the whole project | 0 |
19,784 | 4,442,082,505 | IssuesEvent | 2016-08-19 12:05:01 | coala-analyzer/documentation | https://api.github.com/repos/coala-analyzer/documentation | opened | Mention `bear_dirs` in `icollect_bears` is a glob in documentation | area/documentation difficulty/newcomer | _From @hypothesist on March 5, 2016 7:29_
_Copied from original issue: coala-analyzer/coala#1807_ | 1.0 | Mention `bear_dirs` in `icollect_bears` is a glob in documentation - _From @hypothesist on March 5, 2016 7:29_
_Copied from original issue: coala-analyzer/coala#1807_ | non_test | mention bear dirs in icollect bears is a glob in documentation from hypothesist on march copied from original issue coala analyzer coala | 0 |
665,677 | 22,325,067,360 | IssuesEvent | 2022-06-14 09:52:32 | hestiaAI/hestialabs-experiences | https://api.github.com/repos/hestiaAI/hestialabs-experiences | closed | Ensure Google experience works if files came not in a zip | digipower-priority-1 | On digipower instance, the Google experience should allow multiple files, multiple formats, not just 1 zip.
If needed files are not found to populate the viewers, then they should fail safe with a meaningful error message.
This is related to ticket hestiaAI/digipower-data-experiences#110 but more urgent to fix this specific case.
| 1.0 | Ensure Google experience works if files came not in a zip - On digipower instance, the Google experience should allow multiple files, multiple formats, not just 1 zip.
If needed files are not found to populate the viewers, then they should fail safe with a meaningful error message.
This is related to ticket hestiaAI/digipower-data-experiences#110 but more urgent to fix this specific case.
| non_test | ensure google experience works if files came not in a zip on digipower instance the google experience should allow multiple files multiple formats not just zip if needed files are not found to populate the viewers then they should fail safe with a meaningful error message this is related to ticket hestiaai digipower data experiences but more urgent to fix this specific case | 0 |
143,745 | 11,577,173,543 | IssuesEvent | 2020-02-21 13:36:27 | microsoft/MixedRealityToolkit-Unity | https://api.github.com/repos/microsoft/MixedRealityToolkit-Unity | closed | Inconsistent test: TestGrab | Bug Tests | ## Describe the bug
This test failed unexpectedly during initial CI of #7354.
Incorrect state for Left Line Pointer.IsInteractionEnabled
Expected: False
But was: True
## Additional context
Stack:
```
at Microsoft.MixedReality.Toolkit.Tests.PointerBehaviorTests+<>c__DisplayClass1_0.<EnsurePointerStates>b__0 (Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer ptr, System.String name, System.Nullable`1[T] expected) [0x00052] in F:\aipmragent_work\9\s\Assets\MixedRealityToolkit.Tests\PlayModeTests\PointerBehaviorTests.cs:56
at Microsoft.MixedReality.Toolkit.Tests.PointerBehaviorTests.EnsurePointerStates (Microsoft.MixedReality.Toolkit.Utilities.Handedness h, Microsoft.MixedReality.Toolkit.Tests.PointerBehaviorTests+PointerStateContainer c) [0x0001b] in F:\aipmragent_work\9\s\Assets\MixedRealityToolkit.Tests\PlayModeTests\PointerBehaviorTests.cs:61
at Microsoft.MixedReality.Toolkit.Tests.PointerBehaviorTests+<TestGrab>d__4.MoveNext () [0x0016d] in F:\aipmragent_work\9\s\Assets\MixedRealityToolkit.Tests\PlayModeTests\PointerBehaviorTests.cs:195
at UnityEngine.TestTools.TestEnumerator+<Execute>c__Iterator0.MoveNext () [0x0004b] in C:\buildslave\unity\build\Extensions\TestRunner\UnityEngine.TestRunner\NUnitExtensions\Attributes\TestEnumerator.cs:31
``` | 1.0 | Inconsistent test: TestGrab - ## Describe the bug
This test failed unexpectedly during initial CI of #7354.
Incorrect state for Left Line Pointer.IsInteractionEnabled
Expected: False
But was: True
## Additional context
Stack:
```
at Microsoft.MixedReality.Toolkit.Tests.PointerBehaviorTests+<>c__DisplayClass1_0.<EnsurePointerStates>b__0 (Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer ptr, System.String name, System.Nullable`1[T] expected) [0x00052] in F:\aipmragent_work\9\s\Assets\MixedRealityToolkit.Tests\PlayModeTests\PointerBehaviorTests.cs:56
at Microsoft.MixedReality.Toolkit.Tests.PointerBehaviorTests.EnsurePointerStates (Microsoft.MixedReality.Toolkit.Utilities.Handedness h, Microsoft.MixedReality.Toolkit.Tests.PointerBehaviorTests+PointerStateContainer c) [0x0001b] in F:\aipmragent_work\9\s\Assets\MixedRealityToolkit.Tests\PlayModeTests\PointerBehaviorTests.cs:61
at Microsoft.MixedReality.Toolkit.Tests.PointerBehaviorTests+<TestGrab>d__4.MoveNext () [0x0016d] in F:\aipmragent_work\9\s\Assets\MixedRealityToolkit.Tests\PlayModeTests\PointerBehaviorTests.cs:195
at UnityEngine.TestTools.TestEnumerator+<Execute>c__Iterator0.MoveNext () [0x0004b] in C:\buildslave\unity\build\Extensions\TestRunner\UnityEngine.TestRunner\NUnitExtensions\Attributes\TestEnumerator.cs:31
``` | test | inconsistent test testgrab describe the bug this test failed unexpectedly during initial ci of incorrect state for left line pointer isinteractionenabled expected false but was true additional context stack at microsoft mixedreality toolkit tests pointerbehaviortests c b microsoft mixedreality toolkit input imixedrealitypointer ptr system string name system nullable expected in f aipmragent work s assets mixedrealitytoolkit tests playmodetests pointerbehaviortests cs at microsoft mixedreality toolkit tests pointerbehaviortests ensurepointerstates microsoft mixedreality toolkit utilities handedness h microsoft mixedreality toolkit tests pointerbehaviortests pointerstatecontainer c in f aipmragent work s assets mixedrealitytoolkit tests playmodetests pointerbehaviortests cs at microsoft mixedreality toolkit tests pointerbehaviortests d movenext in f aipmragent work s assets mixedrealitytoolkit tests playmodetests pointerbehaviortests cs at unityengine testtools testenumerator c movenext in c buildslave unity build extensions testrunner unityengine testrunner nunitextensions attributes testenumerator cs | 1 |
221,925 | 17,377,497,800 | IssuesEvent | 2021-07-31 02:05:26 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | RKE2 Provisioning: vSphere (v2 Cloud Credential and Node Pool) | [zube]: To Test area/rke2 | vSphere as a v2 Cloud Credential
```
apiVersion: v1
kind: Secret
metadata:
name: #string
annotations:
provisioning.cattle.io/driver: vsphere
# key: string
labels:
{}
# key: string
namespace: fleet-default
type: provisioning.cattle.io/cloud-credential
#data:
# key: string
#immutable: boolean
```
vSphere as a Node Driver
```
apiVersion: provisioning.cattle.io/v1
kind: Cluster
metadata:
name: #string
annotations:
{}
# key: string
labels:
{}
# key: string
namespace: fleet-default
spec:
cloudCredentialSecretName: <NAME OF CLOUD CREDENTIAL>
kubernetesVersion: v1.20.5+rke2r1
rkeConfig:
nodePools:
# - cloudCredentialSecretName: string
# controlPlaneRole: boolean
# displayName: string
# etcdRole: boolean
# hostnamePrefix: string
# labels:
# key: string
# name: string
# nodeConfig:
# apiVersion: string
# fieldPath: string
# kind: string
# name: string
# namespace: string
# resourceVersion: string
# uid: string
# paused: boolean
# quantity: int
# rollingUpdate:
# maxSurge: string
# maxUnavailable: string
# taints:
# - effect: string
# key: string
# timeAdded: string
# value: string
# workerRole: boolean
``` | 1.0 | RKE2 Provisioning: vSphere (v2 Cloud Credential and Node Pool) - vSphere as a v2 Cloud Credential
```
apiVersion: v1
kind: Secret
metadata:
name: #string
annotations:
provisioning.cattle.io/driver: vsphere
# key: string
labels:
{}
# key: string
namespace: fleet-default
type: provisioning.cattle.io/cloud-credential
#data:
# key: string
#immutable: boolean
```
vSphere as a Node Driver
```
apiVersion: provisioning.cattle.io/v1
kind: Cluster
metadata:
name: #string
annotations:
{}
# key: string
labels:
{}
# key: string
namespace: fleet-default
spec:
cloudCredentialSecretName: <NAME OF CLOUD CREDENTIAL>
kubernetesVersion: v1.20.5+rke2r1
rkeConfig:
nodePools:
# - cloudCredentialSecretName: string
# controlPlaneRole: boolean
# displayName: string
# etcdRole: boolean
# hostnamePrefix: string
# labels:
# key: string
# name: string
# nodeConfig:
# apiVersion: string
# fieldPath: string
# kind: string
# name: string
# namespace: string
# resourceVersion: string
# uid: string
# paused: boolean
# quantity: int
# rollingUpdate:
# maxSurge: string
# maxUnavailable: string
# taints:
# - effect: string
# key: string
# timeAdded: string
# value: string
# workerRole: boolean
``` | test | provisioning vsphere cloud credential and node pool vsphere as a cloud credential apiversion kind secret metadata name string annotations provisioning cattle io driver vsphere key string labels key string namespace fleet default type provisioning cattle io cloud credential data key string immutable boolean vsphere as a node driver apiversion provisioning cattle io kind cluster metadata name string annotations key string labels key string namespace fleet default spec cloudcredentialsecretname kubernetesversion rkeconfig nodepools cloudcredentialsecretname string controlplanerole boolean displayname string etcdrole boolean hostnameprefix string labels key string name string nodeconfig apiversion string fieldpath string kind string name string namespace string resourceversion string uid string paused boolean quantity int rollingupdate maxsurge string maxunavailable string taints effect string key string timeadded string value string workerrole boolean | 1 |
25,848 | 7,753,255,381 | IssuesEvent | 2018-05-30 23:35:03 | Microsoft/MixedRealityToolkit-Unity | https://api.github.com/repos/Microsoft/MixedRealityToolkit-Unity | closed | A few issues with the Build Window | Bug Build Tools Fixed in Stabilization IL2CPP Release Candidate Testing | ## Overview
When building for IL2CPP the UWP folder structure is a bit different than the .NET Native, so the build window fails to locate the APPX Packages and list them correctly in the deploy tab.
- [x] Open APPX Packages Location.
- [x] Installing and Deploying to device.
Affects vNEXT, Master, May18 Patch, and June18 Patch. | 1.0 | A few issues with the Build Window - ## Overview
When building for IL2CPP the UWP folder structure is a bit different than the .NET Native, so the build window fails to locate the APPX Packages and list them correctly in the deploy tab.
- [x] Open APPX Packages Location.
- [x] Installing and Deploying to device.
Affects vNEXT, Master, May18 Patch, and June18 Patch. | non_test | a few issues with the build window overview when building for the uwp folder structure is a bit different than the net native so the build window fails to locate the appx packages and list them correctly in the deploy tab open appx packages location installing and deploying to device affects vnext master patch and patch | 0 |
120,874 | 12,099,370,187 | IssuesEvent | 2020-04-20 12:03:13 | nestauk/covid-19_research | https://api.github.com/repos/nestauk/covid-19_research | closed | Collect GitHub data | data collection documentation github | - [x] Write exploratory requests
- [x] Write request scripts
* Projects
* Individuals
- [x] Write schema
The output is a collection of linked tables that we will use for exploratory analysis elsewhere in the repo. | 1.0 | Collect GitHub data - - [x] Write exploratory requests
- [x] Write request scripts
* Projects
* Individuals
- [x] Write schema
The output is a collection of linked tables that we will use for exploratory analysis elsewhere in the repo. | non_test | collect github data write exploratory requests write request scripts projects individuals write schema the output is a collection of linked tables that we will use for exploratory analysis elsewhere in the repo | 0 |
148,877 | 11,869,820,456 | IssuesEvent | 2020-03-26 11:39:22 | SAP/spartacus | https://api.github.com/repos/SAP/spartacus | closed | Exclude flaky tests temporarly from CI pipeline | e2e-tests | Don't run flaky tests at the moment in jenkins job.
We want to monitor the stability of all tests and finally see consistent green in jenkins.
Flaky tests will be fixed one by one and introduced into pipeline after confirming their stability.
We want to immediately catch new bugs in develop branch just by looking at the status of jenkins job. | 1.0 | Exclude flaky tests temporarly from CI pipeline - Don't run flaky tests at the moment in jenkins job.
We want to monitor the stability of all tests and finally see consistent green in jenkins.
Flaky tests will be fixed one by one and introduced into pipeline after confirming their stability.
We want to immediately catch new bugs in develop branch just by looking at the status of jenkins job. | test | exclude flaky tests temporarly from ci pipeline don t run flaky tests at the moment in jenkins job we want to monitor the stability of all tests and finally see consistent green in jenkins flaky tests will be fixed one by one and introduced into pipeline after confirming their stability we want to immediately catch new bugs in develop branch just by looking at the status of jenkins job | 1 |
42,321 | 5,434,055,676 | IssuesEvent | 2017-03-05 02:07:34 | http4s/http4s | https://api.github.com/repos/http4s/http4s | closed | Why do tests sometimes deadlock on 2.12 in Travis? | bug testing | We are frequently seeing tests run for about 49 minutes and get killed on Travis.
We have already been slain by [SI-10064](https://issues.scala-lang.org/browse/SI-10064) in tut. But this only happens in Travis, and only intermittently. I have not managed to reproduce this locally. | 1.0 | Why do tests sometimes deadlock on 2.12 in Travis? - We are frequently seeing tests run for about 49 minutes and get killed on Travis.
We have already been slain by [SI-10064](https://issues.scala-lang.org/browse/SI-10064) in tut. But this only happens in Travis, and only intermittently. I have not managed to reproduce this locally. | test | why do tests sometimes deadlock on in travis we are frequently seeing tests run for about minutes and get killed on travis we have already been slain by in tut but this only happens in travis and only intermittently i have not managed to reproduce this locally | 1 |
399,879 | 11,762,268,351 | IssuesEvent | 2020-03-14 00:37:27 | GameServerManagers/LinuxGSM | https://api.github.com/repos/GameServerManagers/LinuxGSM | closed | Unable to create new sdtdserver | distro: Debian info: steamcmd pr-merged priority | ## User Story
I am following the instructions here https://linuxgsm.com/lgsm/sdtdserver/ (as I have done many times before) to create a new sdtd server on Debian 10 Buster 64-bit. However upon running `./sdtdserver install` I get the following error:
```
Warning! Missing dependencies: steamcmd lib32stdc++6
Warning! rustserver does not have sudo access. Manually install dependencies.
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install steamcmd lib32stdc++6
Failure! Missing dependencies required to run SteamCMD.
fetching core_exit.sh...OK
```
So I follow the instructions and as root I run:
`sudo dpkg --add-architecture i386; sudo apt update; sudo apt install steamcmd lib32stdc++6;`
But that fails too with:
```
Hit:1 http://deb.debian.org/debian buster InRelease
Hit:2 http://deb.debian.org/debian buster-updates InRelease
Hit:3 http://deb.debian.org/debian buster-backports InRelease
Hit:4 http://security.debian.org buster/updates InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package steamcmd
```
I've installed servers many times before with no issues. I believe this is happening with other game servers too, not just 7 Days To Die, as I see that several other people are experiencing very similar issues at the same time: #2744 #2743
I have tried this on a completely fresh copy of Debian 10 Buster several times after I noticed the issue.
## Basic info
* **Distro:** Debian 10 Buster
* **Game:** 7 Days To Die
* **Command:** `./sdtdserver install`
* **LinuxGSM version:** Latest version, fresh install | 1.0 | Unable to create new sdtdserver - ## User Story
I am following the instructions here https://linuxgsm.com/lgsm/sdtdserver/ (as I have done many times before) to create a new sdtd server on Debian 10 Buster 64-bit. However upon running `./sdtdserver install` I get the following error:
```
Warning! Missing dependencies: steamcmd lib32stdc++6
Warning! rustserver does not have sudo access. Manually install dependencies.
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install steamcmd lib32stdc++6
Failure! Missing dependencies required to run SteamCMD.
fetching core_exit.sh...OK
```
So I follow the instructions and as root I run:
`sudo dpkg --add-architecture i386; sudo apt update; sudo apt install steamcmd lib32stdc++6;`
But that fails too with:
```
Hit:1 http://deb.debian.org/debian buster InRelease
Hit:2 http://deb.debian.org/debian buster-updates InRelease
Hit:3 http://deb.debian.org/debian buster-backports InRelease
Hit:4 http://security.debian.org buster/updates InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package steamcmd
```
I've installed servers many times before with no issues. I believe this is happening with other game servers too, not just 7 Days To Die, as I see that several other people are experiencing very similar issues at the same time: #2744 #2743
I have tried this on a completely fresh copy of Debian 10 Buster several times after I noticed the issue.
## Basic info
* **Distro:** Debian 10 Buster
* **Game:** 7 Days To Die
* **Command:** `./sdtdserver install`
* **LinuxGSM version:** Latest version, fresh install | non_test | unable to create new sdtdserver user story i am following the instructions here as i have done many times before to create a new sdtd server on debian buster bit however upon running sdtdserver install i get the following error warning missing dependencies steamcmd warning rustserver does not have sudo access manually install dependencies sudo dpkg add architecture sudo apt update sudo apt install steamcmd failure missing dependencies required to run steamcmd fetching core exit sh ok so i follow the instructions and as root i run sudo dpkg add architecture sudo apt update sudo apt install steamcmd but that fails too with hit buster inrelease hit buster updates inrelease hit buster backports inrelease hit buster updates inrelease reading package lists done building dependency tree reading state information done all packages are up to date reading package lists done building dependency tree reading state information done e unable to locate package steamcmd i ve installed servers many times before with no issues i believe this is happening with other game servers too not just days to die as i see that several other people are experiencing very similar issues at the same time i have tried this on a completely fresh copy of debian buster several times after i noticed the issue basic info distro debian buster game days to die command sdtdserver install linuxgsm version latest version fresh install | 0 |
725,173 | 24,953,540,167 | IssuesEvent | 2022-11-01 09:40:13 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | fr.m.wikibooks.org - design is broken | priority-normal browser-fenix engine-gecko | <!-- @browser: Firefox Mobile 105.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 12; Mobile; rv:105.0) Gecko/105.0 Firefox/105.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/113264 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://fr.m.wikibooks.org/wiki/Photographie/Personnalit%C3%A9s/M/L%C3%A9onard_Misonne
**Browser / Version**: Firefox Mobile 105.0
**Operating System**: Android 12
**Tested Another Browser**: Yes Chrome
**Problem type**: Design is broken
**Description**: Items are misaligned
**Steps to Reproduce**:
There is a Big table more large than page
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2022/11/3d84acc8-a849-4723-bf4c-47495263c61f.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20220731065953</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2022/11/8e8c16d7-f3aa-4f27-b915-0f9ff6ce189f)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | fr.m.wikibooks.org - design is broken - <!-- @browser: Firefox Mobile 105.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 12; Mobile; rv:105.0) Gecko/105.0 Firefox/105.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/113264 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://fr.m.wikibooks.org/wiki/Photographie/Personnalit%C3%A9s/M/L%C3%A9onard_Misonne
**Browser / Version**: Firefox Mobile 105.0
**Operating System**: Android 12
**Tested Another Browser**: Yes Chrome
**Problem type**: Design is broken
**Description**: Items are misaligned
**Steps to Reproduce**:
There is a Big table more large than page
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2022/11/3d84acc8-a849-4723-bf4c-47495263c61f.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20220731065953</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2022/11/8e8c16d7-f3aa-4f27-b915-0f9ff6ce189f)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_test | fr m wikibooks org design is broken url browser version firefox mobile operating system android tested another browser yes chrome problem type design is broken description items are misaligned steps to reproduce there is a big table more large than page view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel nightly hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️ | 0 |
219,665 | 16,845,870,180 | IssuesEvent | 2021-06-19 13:21:31 | MarcoGorelli/pyladieslondon-sprints | https://api.github.com/repos/MarcoGorelli/pyladieslondon-sprints | closed | share docs between Series.swaplevel and DataFrame.swaplevel | documentation | See e.g. Series.to_markdown and DataFrame.to_markdown for examples of shared docstrings | 1.0 | share docs between Series.swaplevel and DataFrame.swaplevel - See e.g. Series.to_markdown and DataFrame.to_markdown for examples of shared docstrings | non_test | share docs between series swaplevel and dataframe swaplevel see e g series to markdown and dataframe to markdown for examples of shared docstrings | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.