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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
183,893 | 14,261,733,307 | IssuesEvent | 2020-11-20 11:49:06 | club-soda/club-soda-guide | https://api.github.com/repos/club-soda/club-soda-guide | reopened | Repointing the URL to go live | enhancement please-test technical | Hi all,
I was thinking we could point the clubsodaguide.com URL from the old site to the new site over the weekend (when traffic is likely to be lowest) - unless there's anything I'm not aware of that makes it a bad idea? I could get it done on Sunday if you give me the details.
Thanks,
jussi
@Cleop @nelsonic @iteles @Danwhy | 1.0 | Repointing the URL to go live - Hi all,
I was thinking we could point the clubsodaguide.com URL from the old site to the new site over the weekend (when traffic is likely to be lowest) - unless there's anything I'm not aware of that makes it a bad idea? I could get it done on Sunday if you give me the details.
Thanks,
jussi
@Cleop @nelsonic @iteles @Danwhy | test | repointing the url to go live hi all i was thinking we could point the clubsodaguide com url from the old site to the new site over the weekend when traffic is likely to be lowest unless there s anything i m not aware of that makes it a bad idea i could get it done on sunday if you give me the details thanks jussi cleop nelsonic iteles danwhy | 1 |
89,896 | 10,618,423,540 | IssuesEvent | 2019-10-13 04:21:36 | apollographql/apollo-android | https://api.github.com/repos/apollographql/apollo-android | closed | The link to the instructions for adding custom types do not work | Type: Documentation Type: Question | The wiki here - https://github.com/apollographql/apollo-android/wiki
Has instruction links on adding custom types and non of the links work. I'm having issues converting a GraphQL DateTime to a Joda DateTime currently and was hoping the instructions would be useful. | 1.0 | The link to the instructions for adding custom types do not work - The wiki here - https://github.com/apollographql/apollo-android/wiki
Has instruction links on adding custom types and non of the links work. I'm having issues converting a GraphQL DateTime to a Joda DateTime currently and was hoping the instructions would be useful. | non_test | the link to the instructions for adding custom types do not work the wiki here has instruction links on adding custom types and non of the links work i m having issues converting a graphql datetime to a joda datetime currently and was hoping the instructions would be useful | 0 |
66,056 | 8,876,043,127 | IssuesEvent | 2019-01-12 10:58:31 | diofant/diofant | https://api.github.com/repos/diofant/diofant | closed | Use different layout for tests | documentation enhancement testing | Probably, better way will be keeping tests in the `diofant/tests` directory. This may require renaming for some files:
```
$ find . -name 'test_*.py'|sed 's/.*\/\([^/]\+\)$/\1/'|sort|uniq -c|sort -n|tail
1 test_wester.py
1 test_zeta_functions.py
2 test_autowrap.py
2 test_codegen.py
2 test_function.py
2 test_mathematica.py
2 test_numpy.py
2 test_rationaltools.py
2 test_solvers.py
2 test_trace.py
```
`conftest.py` should be moved then to this directory and doctests/docs - tested with the doctest sphinx extension (see #737).
~~But we should consider other variants, mentioned [here](https://docs.pytest.org/en/latest/goodpractices.html).~~
| 1.0 | Use different layout for tests - Probably, better way will be keeping tests in the `diofant/tests` directory. This may require renaming for some files:
```
$ find . -name 'test_*.py'|sed 's/.*\/\([^/]\+\)$/\1/'|sort|uniq -c|sort -n|tail
1 test_wester.py
1 test_zeta_functions.py
2 test_autowrap.py
2 test_codegen.py
2 test_function.py
2 test_mathematica.py
2 test_numpy.py
2 test_rationaltools.py
2 test_solvers.py
2 test_trace.py
```
`conftest.py` should be moved then to this directory and doctests/docs - tested with the doctest sphinx extension (see #737).
~~But we should consider other variants, mentioned [here](https://docs.pytest.org/en/latest/goodpractices.html).~~
| non_test | use different layout for tests probably better way will be keeping tests in the diofant tests directory this may require renaming for some files find name test py sed s sort uniq c sort n tail test wester py test zeta functions py test autowrap py test codegen py test function py test mathematica py test numpy py test rationaltools py test solvers py test trace py conftest py should be moved then to this directory and doctests docs tested with the doctest sphinx extension see but we should consider other variants mentioned | 0 |
760,061 | 26,626,253,010 | IssuesEvent | 2023-01-24 14:45:20 | EvitcaStudio/Lens | https://api.github.com/repos/EvitcaStudio/Lens | opened | Make a LITE version of this plugin | Priority: High Status: To do Type: Maintenance | This plugin currently houses a few game specific mechanics.
Make a lite version of this plugin without those mechanics.
| 1.0 | Make a LITE version of this plugin - This plugin currently houses a few game specific mechanics.
Make a lite version of this plugin without those mechanics.
| non_test | make a lite version of this plugin this plugin currently houses a few game specific mechanics make a lite version of this plugin without those mechanics | 0 |
652,261 | 21,526,948,087 | IssuesEvent | 2022-04-28 19:28:49 | KA-Huis/space-management | https://api.github.com/repos/KA-Huis/space-management | opened | Create policy for User model | Task Priority: Medium | ## Description
Some actions are only permitted for certain users. In order to make sure unauthorised users cannot perform restricted actions we need to analyse the policy business rules for the `User` model.
## Technical tasks
- [ ] Create policy class
- [ ] Create unit test that asserts the current happy flows
## Automated testing
Unit tests are the best option to validate the workings of all the policy actions. They will make sure all actions are correctly according to the business requirements. | 1.0 | Create policy for User model - ## Description
Some actions are only permitted for certain users. In order to make sure unauthorised users cannot perform restricted actions we need to analyse the policy business rules for the `User` model.
## Technical tasks
- [ ] Create policy class
- [ ] Create unit test that asserts the current happy flows
## Automated testing
Unit tests are the best option to validate the workings of all the policy actions. They will make sure all actions are correctly according to the business requirements. | non_test | create policy for user model description some actions are only permitted for certain users in order to make sure unauthorised users cannot perform restricted actions we need to analyse the policy business rules for the user model technical tasks create policy class create unit test that asserts the current happy flows automated testing unit tests are the best option to validate the workings of all the policy actions they will make sure all actions are correctly according to the business requirements | 0 |
283,548 | 8,719,840,166 | IssuesEvent | 2018-12-08 05:10:06 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | Enhance Windows build system to allow linking 32 bit libsim on 64 bit systems. | enhancement priority reviewed | Here is the e-mail from Al Nichols describing his enhancement request:
I am realizing that I am in a bit of a quandary at the present point. I am trying to do a 32 bit build of ALE3D on my 64 bit system, and we currently are using VisIt sim package. However, the way I have it set up, I can only one system type (i386 or x64/amd) at a time, as I look for the link library in the ${VISITLOC\libsim\V2\lib directory. Other packages (e.g. Intel) put the library in \lib\x64 and \lib\i386 directories. That way we can build the executable without having to dedicate the machine to that system type.
Al
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 941
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: High
Subject: Enhance Windows build system to allow linking 32 bit libsim on 64 bit systems.
Assigned to: Kathleen Biagas
Category:
Target version: 2.4.1
Author: Eric Brugger
Start: 01/20/2012
Due date:
% Done: 0
Estimated time:
Created: 01/20/2012 11:41 am
Updated: 01/27/2012 08:17 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Here is the e-mail from Al Nichols describing his enhancement request:
I am realizing that I am in a bit of a quandary at the present point. I am trying to do a 32 bit build of ALE3D on my 64 bit system, and we currently are using VisIt sim package. However, the way I have it set up, I can only one system type (i386 or x64/amd) at a time, as I look for the link library in the ${VISITLOC\libsim\V2\lib directory. Other packages (e.g. Intel) put the library in \lib\x64 and \lib\i386 directories. That way we can build the executable without having to dedicate the machine to that system type.
Al
Comments:
Added an NSIS script that packages up 32-bit and 64-bit sim libs and includes for installation. The installer script will also create an Environment variable "LIBSIM" pointing to the install location.This was discussed with Al, who agreed it would suit his needs.The problem with the original request is that due to our CMake Build system, 32-bit and 64-bit builds are completely separate, with no knowledge of each other, even down to package creation.SVN revsion 17230 (2.4RC)
| 1.0 | Enhance Windows build system to allow linking 32 bit libsim on 64 bit systems. - Here is the e-mail from Al Nichols describing his enhancement request:
I am realizing that I am in a bit of a quandary at the present point. I am trying to do a 32 bit build of ALE3D on my 64 bit system, and we currently are using VisIt sim package. However, the way I have it set up, I can only one system type (i386 or x64/amd) at a time, as I look for the link library in the ${VISITLOC\libsim\V2\lib directory. Other packages (e.g. Intel) put the library in \lib\x64 and \lib\i386 directories. That way we can build the executable without having to dedicate the machine to that system type.
Al
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 941
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: High
Subject: Enhance Windows build system to allow linking 32 bit libsim on 64 bit systems.
Assigned to: Kathleen Biagas
Category:
Target version: 2.4.1
Author: Eric Brugger
Start: 01/20/2012
Due date:
% Done: 0
Estimated time:
Created: 01/20/2012 11:41 am
Updated: 01/27/2012 08:17 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Here is the e-mail from Al Nichols describing his enhancement request:
I am realizing that I am in a bit of a quandary at the present point. I am trying to do a 32 bit build of ALE3D on my 64 bit system, and we currently are using VisIt sim package. However, the way I have it set up, I can only one system type (i386 or x64/amd) at a time, as I look for the link library in the ${VISITLOC\libsim\V2\lib directory. Other packages (e.g. Intel) put the library in \lib\x64 and \lib\i386 directories. That way we can build the executable without having to dedicate the machine to that system type.
Al
Comments:
Added an NSIS script that packages up 32-bit and 64-bit sim libs and includes for installation. The installer script will also create an Environment variable "LIBSIM" pointing to the install location.This was discussed with Al, who agreed it would suit his needs.The problem with the original request is that due to our CMake Build system, 32-bit and 64-bit builds are completely separate, with no knowledge of each other, even down to package creation.SVN revsion 17230 (2.4RC)
| non_test | enhance windows build system to allow linking bit libsim on bit systems here is the e mail from al nichols describing his enhancement request i am realizing that i am in a bit of a quandary at the present point i am trying to do a bit build of on my bit system and we currently are using visit sim package however the way i have it set up i can only one system type or amd at a time as i look for the link library in the visitloc libsim lib directory other packages e g intel put the library in lib and lib directories that way we can build the executable without having to dedicate the machine to that system type al redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker feature priority high subject enhance windows build system to allow linking bit libsim on bit systems assigned to kathleen biagas category target version author eric brugger start due date done estimated time created am updated pm likelihood severity found in version impact medium expected use occasional os all support group any description here is the e mail from al nichols describing his enhancement request i am realizing that i am in a bit of a quandary at the present point i am trying to do a bit build of on my bit system and we currently are using visit sim package however the way i have it set up i can only one system type or amd at a time as i look for the link library in the visitloc libsim lib directory other packages e g intel put the library in lib and lib directories that way we can build the executable without having to dedicate the machine to that system type al comments added an nsis script that packages up bit and bit sim libs and includes for installation the installer script will also create an environment variable libsim pointing to the install location this was discussed with al who agreed it would suit his needs the problem with the original request is that due to our cmake build system bit and bit builds are completely separate with no knowledge of each other even down to package creation svn revsion | 0 |
45,583 | 5,720,236,549 | IssuesEvent | 2017-04-20 00:53:07 | Microsoft/pxt | https://api.github.com/repos/Microsoft/pxt | closed | end-to-end compilation test suite | ARM Thumb backend enhancement test type checker | - [ ] build a micro test framework for PXT where the result of assertions is communicated via serial. Each test should communicate the result success/passed to the test harness via serial. The harness should have an expect output file.
- [ ] migrate compiler test suite to use test framework
- [ ] setup a physical machine with connected micro:bit to run tests
The goal of this work is to have an end-to-end test suite that runs the generated code on the device itself.
| 1.0 | end-to-end compilation test suite - - [ ] build a micro test framework for PXT where the result of assertions is communicated via serial. Each test should communicate the result success/passed to the test harness via serial. The harness should have an expect output file.
- [ ] migrate compiler test suite to use test framework
- [ ] setup a physical machine with connected micro:bit to run tests
The goal of this work is to have an end-to-end test suite that runs the generated code on the device itself.
| test | end to end compilation test suite build a micro test framework for pxt where the result of assertions is communicated via serial each test should communicate the result success passed to the test harness via serial the harness should have an expect output file migrate compiler test suite to use test framework setup a physical machine with connected micro bit to run tests the goal of this work is to have an end to end test suite that runs the generated code on the device itself | 1 |
278,941 | 8,653,069,254 | IssuesEvent | 2018-11-27 09:52:47 | muhieddine123/RF-Optimization | https://api.github.com/repos/muhieddine123/RF-Optimization | closed | AFP and ANP in OBD1 | Priority:1 post-action monitor | 2.rollback the NCS activation and BSC_preprocessing parameters
3.performance improved on HQI DL/UL

4. ANP has been sent and wait for implementation | 1.0 | AFP and ANP in OBD1 - 2.rollback the NCS activation and BSC_preprocessing parameters
3.performance improved on HQI DL/UL

4. ANP has been sent and wait for implementation | non_test | afp and anp in rollback the ncs activation and bsc preprocessing parameters performance improved on hqi dl ul anp has been sent and wait for implementation | 0 |
52,708 | 6,266,416,664 | IssuesEvent | 2017-07-17 01:50:20 | sass/libsass | https://api.github.com/repos/sass/libsass | opened | Don't throw error on @at-root body with selector | Bug - Confirmed Dev - Needs Test Sass 3.4 Compatibility | Probably the root cause of #1651
```scss
a {
@at-root (with: rule) {
b: c;
}
}
```
LibSass 3.5.0.beta.3-64-g5cb5
```css
Error: Invalid CSS after "... (with: rule) {": expected 1 selector or at-rule, was "b: c;"
on line 2 of test.scss
>> @at-root (with: rule) {
-------------------------^
```
Ruby Sass 3.5.0-rc.1
```css
a {
b: c; }
```
version info:
```cmd
$ sassc -v
sassc: 3.4.1-3-g36eb
libsass: 3.5.0.beta.3-64-g5cb5
sass2scss: 1.1.0
sass: 3.5
```
| 1.0 | Don't throw error on @at-root body with selector - Probably the root cause of #1651
```scss
a {
@at-root (with: rule) {
b: c;
}
}
```
LibSass 3.5.0.beta.3-64-g5cb5
```css
Error: Invalid CSS after "... (with: rule) {": expected 1 selector or at-rule, was "b: c;"
on line 2 of test.scss
>> @at-root (with: rule) {
-------------------------^
```
Ruby Sass 3.5.0-rc.1
```css
a {
b: c; }
```
version info:
```cmd
$ sassc -v
sassc: 3.4.1-3-g36eb
libsass: 3.5.0.beta.3-64-g5cb5
sass2scss: 1.1.0
sass: 3.5
```
| test | don t throw error on at root body with selector probably the root cause of scss a at root with rule b c libsass beta css error invalid css after with rule expected selector or at rule was b c on line of test scss at root with rule ruby sass rc css a b c version info cmd sassc v sassc libsass beta sass | 1 |
53,936 | 13,230,144,888 | IssuesEvent | 2020-08-18 09:20:33 | feelpp/feelpp | https://api.github.com/repos/feelpp/feelpp | opened | Re-enable doxygen | module:build module:doc type:feature | As discussed with @vincentchabannes we should re-enable doxygen to build the API documentation
This shall work as follows
- [ ] add github action to build the api docs and push them to gh-pages
- [ ] update [Doxyfile.in](https://github.com/feelpp/feelpp/blob/develop/doc/api/Doxyfile.in)
- [ ] use grouping to add classes to modules (here module means a subdirectory)
We have to sets of modules
- feelpp modules, the name of the module should be `feelpp/<module name>`
- feelpp-toolboxes modules, the name of the module should be `feelpp-toolboxes/<module name>`
| 1.0 | Re-enable doxygen - As discussed with @vincentchabannes we should re-enable doxygen to build the API documentation
This shall work as follows
- [ ] add github action to build the api docs and push them to gh-pages
- [ ] update [Doxyfile.in](https://github.com/feelpp/feelpp/blob/develop/doc/api/Doxyfile.in)
- [ ] use grouping to add classes to modules (here module means a subdirectory)
We have to sets of modules
- feelpp modules, the name of the module should be `feelpp/<module name>`
- feelpp-toolboxes modules, the name of the module should be `feelpp-toolboxes/<module name>`
| non_test | re enable doxygen as discussed with vincentchabannes we should re enable doxygen to build the api documentation this shall work as follows add github action to build the api docs and push them to gh pages update use grouping to add classes to modules here module means a subdirectory we have to sets of modules feelpp modules the name of the module should be feelpp feelpp toolboxes modules the name of the module should be feelpp toolboxes | 0 |
8,095 | 2,868,948,534 | IssuesEvent | 2015-06-05 22:08:17 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | UNC path does not work | AsDesigned bug Priority-Medium | <a href="https://github.com/scheglov"><img src="https://avatars.githubusercontent.com/u/384794?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [scheglov](https://github.com/scheglov)**
_Originally opened as dart-lang/sdk#10439_
----
It seems that pub attempts to use the current working directory instead of the specified UNC path.
C:\Work\dart\dart-sdk\bin>C:\Work\dart\dart-sdk\bin\pub.bat --trace install \\BA\Media\tmp\Test3\pubspec.yaml
Could not find a file named "pubspec.yaml" in the directory C:\Work\dart\dart-sdk\bin.
---- Log transcript ----
IO : Spawning cmd /c ver
IO : Finished ver. Exit code 0.stdout:Microsoft Windows [Version 6.1.7601]Nothing output on stderr.
FINE: Clean up system cache temp directory C:\Users\scheglov\AppData\Roaming\Pub\Cache\_temp.
ERR : Could not find a file named "pubspec.yaml" in the directory C:\Work\dart\dart-sdk\bin.
---- End log transcript ---- | 1.0 | UNC path does not work - <a href="https://github.com/scheglov"><img src="https://avatars.githubusercontent.com/u/384794?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [scheglov](https://github.com/scheglov)**
_Originally opened as dart-lang/sdk#10439_
----
It seems that pub attempts to use the current working directory instead of the specified UNC path.
C:\Work\dart\dart-sdk\bin>C:\Work\dart\dart-sdk\bin\pub.bat --trace install \\BA\Media\tmp\Test3\pubspec.yaml
Could not find a file named "pubspec.yaml" in the directory C:\Work\dart\dart-sdk\bin.
---- Log transcript ----
IO : Spawning cmd /c ver
IO : Finished ver. Exit code 0.stdout:Microsoft Windows [Version 6.1.7601]Nothing output on stderr.
FINE: Clean up system cache temp directory C:\Users\scheglov\AppData\Roaming\Pub\Cache\_temp.
ERR : Could not find a file named "pubspec.yaml" in the directory C:\Work\dart\dart-sdk\bin.
---- End log transcript ---- | non_test | unc path does not work issue by originally opened as dart lang sdk it seems that pub attempts to use the current working directory instead of the specified unc path c work dart dart sdk bin gt c work dart dart sdk bin pub bat trace install ba media tmp pubspec yaml could not find a file named quot pubspec yaml quot in the directory c work dart dart sdk bin log transcript io spawning cmd c ver io finished ver exit code stdout microsoft windows nothing output on stderr fine clean up system cache temp directory c users scheglov appdata roaming pub cache temp err could not find a file named quot pubspec yaml quot in the directory c work dart dart sdk bin end log transcript | 0 |
132,613 | 10,760,532,294 | IssuesEvent | 2019-10-31 18:47:56 | PulpQE/pulp-smash | https://api.github.com/repos/PulpQE/pulp-smash | closed | Add tests to verify the use of arbitrary files within a ISO repo | Issue Type: Test Case pulp 2 - closed - wontfix | # First scenario - using arbitrary local files to feed the repo
Assuming that a repo with different files format will be used to feed the system.
* Create an ISO repo, and do not specify a --feed URL
pulp-admin iso repo create --repo-id uploads
* Upload arbitrary files to a ISO repo
pulp-admin iso repo uploads upload --repo-id uploads -f /path_to_file
P.S. Every single file has to be uploaded individually.
* Publishing ISO repo
pulp-admin iso repo publish run --repo-id uploads
# Second scenario
Providing an URL that contains different types files
For instance: https://repos.fedorapeople.org/pulp/pulp/fixtures/file-mixed/
* Create a ISO repo
pulp-admin iso repo create --repo-id example --feed https://repos.fedorapeople.org/pulp/pulp/fixtures/file-mixed/ --serve-http true
* Sync the repo
pulp-admin iso repo sync run --repo-id example
* Publish the repo
pulp-admin iso repo publish run --repo-id uploads
| 1.0 | Add tests to verify the use of arbitrary files within a ISO repo - # First scenario - using arbitrary local files to feed the repo
Assuming that a repo with different files format will be used to feed the system.
* Create an ISO repo, and do not specify a --feed URL
pulp-admin iso repo create --repo-id uploads
* Upload arbitrary files to a ISO repo
pulp-admin iso repo uploads upload --repo-id uploads -f /path_to_file
P.S. Every single file has to be uploaded individually.
* Publishing ISO repo
pulp-admin iso repo publish run --repo-id uploads
# Second scenario
Providing an URL that contains different types files
For instance: https://repos.fedorapeople.org/pulp/pulp/fixtures/file-mixed/
* Create a ISO repo
pulp-admin iso repo create --repo-id example --feed https://repos.fedorapeople.org/pulp/pulp/fixtures/file-mixed/ --serve-http true
* Sync the repo
pulp-admin iso repo sync run --repo-id example
* Publish the repo
pulp-admin iso repo publish run --repo-id uploads
| test | add tests to verify the use of arbitrary files within a iso repo first scenario using arbitrary local files to feed the repo assuming that a repo with different files format will be used to feed the system create an iso repo and do not specify a feed url pulp admin iso repo create repo id uploads upload arbitrary files to a iso repo pulp admin iso repo uploads upload repo id uploads f path to file p s every single file has to be uploaded individually publishing iso repo pulp admin iso repo publish run repo id uploads second scenario providing an url that contains different types files for instance create a iso repo pulp admin iso repo create repo id example feed serve http true sync the repo pulp admin iso repo sync run repo id example publish the repo pulp admin iso repo publish run repo id uploads | 1 |
468,577 | 13,485,839,107 | IssuesEvent | 2020-09-11 08:37:12 | gardener/gardener | https://api.github.com/repos/gardener/gardener | closed | Improve g-api stability during rolling updates | area/high-availability area/robustness kind/enhancement priority/normal | **How to categorize this issue?**
<!--
Please select area, kind, and priority for this issue. This helps the community categorizing it.
Replace below TODOs or exchange the existing identifiers with those that fit best in your opinion.
If multiple identifiers make sense you can also state the commands multiple times, e.g.
/area control-plane
/area auto-scaling
...
"/area" identifiers: audit-logging|auto-scaling|backup|certification|control-plane-migration|control-plane|cost|delivery|dev-productivity|disaster-recovery|documentation|high-availability|logging|metering|monitoring|networking|open-source|operations|ops-productivity|os|performance|quality|robustness|scalability|security|storage|testing|usability|user-management
"/kind" identifiers: api-change|bug|cleanup|discussion|enhancement|epic|impediment|poc|post-mortem|question|regression|task|technical-debt|test
"/priority" identifiers: normal|critical|blocker
-->
/area robustness high-availability
/kind enhancement
/priority normal
**What would you like to be added**:
As discussed in an internal thread, let's improve the stability/availability of the gardener-apiserver during rolling updates by
- [x] tweaking the deployments' rolling update strategy
- [x] maybe setting `minReadySeconds` and adding some delaying `preStop` hooks (might not be needed as pointed out by @timuthy)
similarly to the optimizations done in https://github.com/gardener/gardener/pull/1275.
**Why is this needed**:
We sometimes have some troubles keeping availability of g-api up during rolling updates (e.g. during deployments).
/cc @amshuman-kr
| 1.0 | Improve g-api stability during rolling updates - **How to categorize this issue?**
<!--
Please select area, kind, and priority for this issue. This helps the community categorizing it.
Replace below TODOs or exchange the existing identifiers with those that fit best in your opinion.
If multiple identifiers make sense you can also state the commands multiple times, e.g.
/area control-plane
/area auto-scaling
...
"/area" identifiers: audit-logging|auto-scaling|backup|certification|control-plane-migration|control-plane|cost|delivery|dev-productivity|disaster-recovery|documentation|high-availability|logging|metering|monitoring|networking|open-source|operations|ops-productivity|os|performance|quality|robustness|scalability|security|storage|testing|usability|user-management
"/kind" identifiers: api-change|bug|cleanup|discussion|enhancement|epic|impediment|poc|post-mortem|question|regression|task|technical-debt|test
"/priority" identifiers: normal|critical|blocker
-->
/area robustness high-availability
/kind enhancement
/priority normal
**What would you like to be added**:
As discussed in an internal thread, let's improve the stability/availability of the gardener-apiserver during rolling updates by
- [x] tweaking the deployments' rolling update strategy
- [x] maybe setting `minReadySeconds` and adding some delaying `preStop` hooks (might not be needed as pointed out by @timuthy)
similarly to the optimizations done in https://github.com/gardener/gardener/pull/1275.
**Why is this needed**:
We sometimes have some troubles keeping availability of g-api up during rolling updates (e.g. during deployments).
/cc @amshuman-kr
| non_test | improve g api stability during rolling updates how to categorize this issue please select area kind and priority for this issue this helps the community categorizing it replace below todos or exchange the existing identifiers with those that fit best in your opinion if multiple identifiers make sense you can also state the commands multiple times e g area control plane area auto scaling area identifiers audit logging auto scaling backup certification control plane migration control plane cost delivery dev productivity disaster recovery documentation high availability logging metering monitoring networking open source operations ops productivity os performance quality robustness scalability security storage testing usability user management kind identifiers api change bug cleanup discussion enhancement epic impediment poc post mortem question regression task technical debt test priority identifiers normal critical blocker area robustness high availability kind enhancement priority normal what would you like to be added as discussed in an internal thread let s improve the stability availability of the gardener apiserver during rolling updates by tweaking the deployments rolling update strategy maybe setting minreadyseconds and adding some delaying prestop hooks might not be needed as pointed out by timuthy similarly to the optimizations done in why is this needed we sometimes have some troubles keeping availability of g api up during rolling updates e g during deployments cc amshuman kr | 0 |
20,087 | 3,791,950,769 | IssuesEvent | 2016-03-22 06:57:05 | pimatic/pimatic | https://api.github.com/repos/pimatic/pimatic | closed | [v0.9.1] whenPredicateIsTrue is not defined | v0.9 beta testing | Got this error when a pir status is received:
```
08:23:00.136 [pimatic] error: A uncaught exception occured: ReferenceError: whenPredicateIsTrue is not defined
08:23:00.136 [pimatic] error:> at EveryCronPredicateHandler.p.handler.on.changeListener (/home/pi/pimatic-app/node_modules/pimatic/lib/rules.coffee:598:17)
08:23:00.136 [pimatic] error:> at emitOne (events.js:77:13)
08:23:00.136 [pimatic] error:> at EveryCronPredicateHandler.emit (events.js:169:7)
08:23:00.136 [pimatic] error:> at [object Object]._onTimeout (/home/pi/pimatic-app/node_modules/pimatic-cron/cron.coffee:426:12)
08:23:00.136 [pimatic] error:> at Timer.listOnTimeout (timers.js:89:15)
08:23:00.136 [pimatic] error:> This is most probably a bug in pimatic or in a module, please report it!
08:23:00.141 [pimatic] warn: Keeping pimatic alive, but could be in an undefined state, please restart pimatic as soon as possible!
``` | 1.0 | [v0.9.1] whenPredicateIsTrue is not defined - Got this error when a pir status is received:
```
08:23:00.136 [pimatic] error: A uncaught exception occured: ReferenceError: whenPredicateIsTrue is not defined
08:23:00.136 [pimatic] error:> at EveryCronPredicateHandler.p.handler.on.changeListener (/home/pi/pimatic-app/node_modules/pimatic/lib/rules.coffee:598:17)
08:23:00.136 [pimatic] error:> at emitOne (events.js:77:13)
08:23:00.136 [pimatic] error:> at EveryCronPredicateHandler.emit (events.js:169:7)
08:23:00.136 [pimatic] error:> at [object Object]._onTimeout (/home/pi/pimatic-app/node_modules/pimatic-cron/cron.coffee:426:12)
08:23:00.136 [pimatic] error:> at Timer.listOnTimeout (timers.js:89:15)
08:23:00.136 [pimatic] error:> This is most probably a bug in pimatic or in a module, please report it!
08:23:00.141 [pimatic] warn: Keeping pimatic alive, but could be in an undefined state, please restart pimatic as soon as possible!
``` | test | whenpredicateistrue is not defined got this error when a pir status is received error a uncaught exception occured referenceerror whenpredicateistrue is not defined error at everycronpredicatehandler p handler on changelistener home pi pimatic app node modules pimatic lib rules coffee error at emitone events js error at everycronpredicatehandler emit events js error at ontimeout home pi pimatic app node modules pimatic cron cron coffee error at timer listontimeout timers js error this is most probably a bug in pimatic or in a module please report it warn keeping pimatic alive but could be in an undefined state please restart pimatic as soon as possible | 1 |
335,179 | 30,016,556,478 | IssuesEvent | 2023-06-26 19:11:37 | lowRISC/opentitan | https://api.github.com/repos/lowRISC/opentitan | closed | [test-triage] ROM_CTRL FSM coverage | Component:DV Priority:P2 IP:rom_ctrl Component:TestTriage | ### Hierarchy of regression failure
Block level
### Failure Description
FSM coverage appears to be below 90%
https://reports.opentitan.org/hw/ip/rom_ctrl/dv/latest/cov_report/dashboard.html
The current FSM coverage is 86.67%
This has been the case since https://reports.opentitan.org/hw/ip/rom_ctrl/dv/2023.01.09_23.51.30/report.html where it was 80%
### Steps to Reproduce
NA
### Tests with similar or related failures
_No response_ | 1.0 | [test-triage] ROM_CTRL FSM coverage - ### Hierarchy of regression failure
Block level
### Failure Description
FSM coverage appears to be below 90%
https://reports.opentitan.org/hw/ip/rom_ctrl/dv/latest/cov_report/dashboard.html
The current FSM coverage is 86.67%
This has been the case since https://reports.opentitan.org/hw/ip/rom_ctrl/dv/2023.01.09_23.51.30/report.html where it was 80%
### Steps to Reproduce
NA
### Tests with similar or related failures
_No response_ | test | rom ctrl fsm coverage hierarchy of regression failure block level failure description fsm coverage appears to be below the current fsm coverage is this has been the case since where it was steps to reproduce na tests with similar or related failures no response | 1 |
228,981 | 18,274,591,299 | IssuesEvent | 2021-10-04 17:15:03 | Slimefun/Slimefun4 | https://api.github.com/repos/Slimefun/Slimefun4 | opened | Auto-Crafter (Vanilla) don't support custom items (name, lore etc...) for custom recipes | 🐞 Bug Report 🎯 Needs testing | ### ❗ Checklist
- [X] I am using the official english version of Slimefun and did not modify the jar.
- [X] I am using an up to date "DEV" (not "RC") version of Slimefun.
- [X] I am aware that issues related to Slimefun addons need to be reported on their bug trackers and not here.
- [X] I searched for similar open issues and could not find an existing bug report on this.
### 📍 Description
Auto-Crafter (Vanilla) don't support the custom items (name, lore etc...) for custom recipes. The custom recipes have been set up with the Craftbook plugin.
https://craftbook.enginehub.org/en/3.x/mechanics/custom_crafting/
https://github.com/EngineHub/CraftBook
### 📑 Reproduction Steps
1. Install the Craftbook plugin.
2. Enable CustomCrafting in the Craftbook.
3. Setup a custom recipe for an item with custom name and lore. Example.: Diamond from custom Diamond block.
```
test:
type: Shaped
ingredients:
'minecraft:diamond_block|&4custom|&ccustom ': a
shape:
- ' '
- aaa
results:
'minecraft:diamond ': 6
```
3. Restart the server.
4. Setup an Auto-Crafter (Vanilla) system.
5. shift + right click with item to the Auto-Crafter (Vanilla).
6. The custom recipe is showing, but without name and lore.
### 💡 Expected Behavior
Auto-Crafter (Vanilla) support the custom items (name, lore etc...) for custom recipes.
### 📷 Screenshots / Videos
No custom item name and lore.
<img width="260" alt="Screenshot 2021-10-04 190742" src="https://user-images.githubusercontent.com/8324198/135894240-23233e1c-7394-480b-a391-b719a186c616.png">
The recipe in a normal crafting table:
<img width="265" alt="Screenshot 2021-10-04 190929" src="https://user-images.githubusercontent.com/8324198/135894297-a895b06e-9a91-4812-876a-b06c12b6e8e0.png">
### 📜 Server Log
_No response_
### 📂 `/error-reports/` folder
_No response_
### 💻 Server Software
Paper
### 🎮 Minecraft Version
1.17.x
### ⭐ Slimefun version
This Server uses the following setup of Slimefun:
Paper git-Paper-296 (MC: 1.17.1)
Slimefun DEV - 976 (git fe9d11d8)
Metrics-Module #28
Java 16
Installed Addons: (1)
LiteXpansion vDEV - 155 (git 574d551a)
### 🧭 Other plugins
Plugins (4): CraftBook, LiteXpansion, Multiverse-Core, Slimefun | 1.0 | Auto-Crafter (Vanilla) don't support custom items (name, lore etc...) for custom recipes - ### ❗ Checklist
- [X] I am using the official english version of Slimefun and did not modify the jar.
- [X] I am using an up to date "DEV" (not "RC") version of Slimefun.
- [X] I am aware that issues related to Slimefun addons need to be reported on their bug trackers and not here.
- [X] I searched for similar open issues and could not find an existing bug report on this.
### 📍 Description
Auto-Crafter (Vanilla) don't support the custom items (name, lore etc...) for custom recipes. The custom recipes have been set up with the Craftbook plugin.
https://craftbook.enginehub.org/en/3.x/mechanics/custom_crafting/
https://github.com/EngineHub/CraftBook
### 📑 Reproduction Steps
1. Install the Craftbook plugin.
2. Enable CustomCrafting in the Craftbook.
3. Setup a custom recipe for an item with custom name and lore. Example.: Diamond from custom Diamond block.
```
test:
type: Shaped
ingredients:
'minecraft:diamond_block|&4custom|&ccustom ': a
shape:
- ' '
- aaa
results:
'minecraft:diamond ': 6
```
3. Restart the server.
4. Setup an Auto-Crafter (Vanilla) system.
5. shift + right click with item to the Auto-Crafter (Vanilla).
6. The custom recipe is showing, but without name and lore.
### 💡 Expected Behavior
Auto-Crafter (Vanilla) support the custom items (name, lore etc...) for custom recipes.
### 📷 Screenshots / Videos
No custom item name and lore.
<img width="260" alt="Screenshot 2021-10-04 190742" src="https://user-images.githubusercontent.com/8324198/135894240-23233e1c-7394-480b-a391-b719a186c616.png">
The recipe in a normal crafting table:
<img width="265" alt="Screenshot 2021-10-04 190929" src="https://user-images.githubusercontent.com/8324198/135894297-a895b06e-9a91-4812-876a-b06c12b6e8e0.png">
### 📜 Server Log
_No response_
### 📂 `/error-reports/` folder
_No response_
### 💻 Server Software
Paper
### 🎮 Minecraft Version
1.17.x
### ⭐ Slimefun version
This Server uses the following setup of Slimefun:
Paper git-Paper-296 (MC: 1.17.1)
Slimefun DEV - 976 (git fe9d11d8)
Metrics-Module #28
Java 16
Installed Addons: (1)
LiteXpansion vDEV - 155 (git 574d551a)
### 🧭 Other plugins
Plugins (4): CraftBook, LiteXpansion, Multiverse-Core, Slimefun | test | auto crafter vanilla don t support custom items name lore etc for custom recipes ❗ checklist i am using the official english version of slimefun and did not modify the jar i am using an up to date dev not rc version of slimefun i am aware that issues related to slimefun addons need to be reported on their bug trackers and not here i searched for similar open issues and could not find an existing bug report on this 📍 description auto crafter vanilla don t support the custom items name lore etc for custom recipes the custom recipes have been set up with the craftbook plugin 📑 reproduction steps install the craftbook plugin enable customcrafting in the craftbook setup a custom recipe for an item with custom name and lore example diamond from custom diamond block test type shaped ingredients minecraft diamond block ccustom a shape aaa results minecraft diamond restart the server setup an auto crafter vanilla system shift right click with item to the auto crafter vanilla the custom recipe is showing but without name and lore 💡 expected behavior auto crafter vanilla support the custom items name lore etc for custom recipes 📷 screenshots videos no custom item name and lore img width alt screenshot src the recipe in a normal crafting table img width alt screenshot src 📜 server log no response 📂 error reports folder no response 💻 server software paper 🎮 minecraft version x ⭐ slimefun version this server uses the following setup of slimefun paper git paper mc slimefun dev git metrics module java installed addons litexpansion vdev git 🧭 other plugins plugins craftbook litexpansion multiverse core slimefun | 1 |
268,482 | 23,373,769,583 | IssuesEvent | 2022-08-10 23:04:17 | hackforla/tdm-calculator | https://api.github.com/repos/hackforla/tdm-calculator | closed | Redesign the "target points circle" on the sidebar. | enhancement role: ui/ux role: front-end level: easy p-Feature - Side Bar User Test #2 | ### Overview
Point area needs to be more visible for users.
### Action Items
- [x] Make the "target points" circle larger or more visible
### Resources/Instructions
<img width="385" alt="Screen Shot 2022-05-28 at 12 43 44 PM" src="https://user-images.githubusercontent.com/69442669/170834804-7fb28a55-e529-42fc-848b-e0503bd4122f.png">
| 1.0 | Redesign the "target points circle" on the sidebar. - ### Overview
Point area needs to be more visible for users.
### Action Items
- [x] Make the "target points" circle larger or more visible
### Resources/Instructions
<img width="385" alt="Screen Shot 2022-05-28 at 12 43 44 PM" src="https://user-images.githubusercontent.com/69442669/170834804-7fb28a55-e529-42fc-848b-e0503bd4122f.png">
| test | redesign the target points circle on the sidebar overview point area needs to be more visible for users action items make the target points circle larger or more visible resources instructions img width alt screen shot at pm src | 1 |
157,677 | 6,010,697,110 | IssuesEvent | 2017-06-06 13:46:42 | handsontable/handsontable | https://api.github.com/repos/handsontable/handsontable | opened | Hooks `beforeOnCellMouseOver` and `afterOnCellMouseOver` doesn't work as expected | Core: walkontable Guess: few hours Priority: normal Type: Bug | ### Description
<!--- Tell us what happens and what should happen -->
### Steps to reproduce
<!--- Provide steps to reproduce this issue -->
1. Open http://jsfiddle.net/vxnv04qz.
2. Mouse over a cell.
3. Mouse out the cell.
4. Mouse over the same cell again.
**Result**: Events `beforeOnCellMouseOver` and `afterOnCellMouseOver` aren't triggered.
### Demo
<!--- Provide a link to a live example on JSFiddle or Codepen -->
http://jsfiddle.net/vxnv04qz/
### Your environment
* Handsontable version: 0.32.0
* Browser Name and version: 58.0
* Operating System: 10.12.5
| 1.0 | Hooks `beforeOnCellMouseOver` and `afterOnCellMouseOver` doesn't work as expected - ### Description
<!--- Tell us what happens and what should happen -->
### Steps to reproduce
<!--- Provide steps to reproduce this issue -->
1. Open http://jsfiddle.net/vxnv04qz.
2. Mouse over a cell.
3. Mouse out the cell.
4. Mouse over the same cell again.
**Result**: Events `beforeOnCellMouseOver` and `afterOnCellMouseOver` aren't triggered.
### Demo
<!--- Provide a link to a live example on JSFiddle or Codepen -->
http://jsfiddle.net/vxnv04qz/
### Your environment
* Handsontable version: 0.32.0
* Browser Name and version: 58.0
* Operating System: 10.12.5
| non_test | hooks beforeoncellmouseover and afteroncellmouseover doesn t work as expected description steps to reproduce open mouse over a cell mouse out the cell mouse over the same cell again result events beforeoncellmouseover and afteroncellmouseover aren t triggered demo your environment handsontable version browser name and version operating system | 0 |
806,159 | 29,803,437,238 | IssuesEvent | 2023-06-16 09:49:24 | clarity-lang/reference | https://api.github.com/repos/clarity-lang/reference | closed | Native cryptographic primitives | priority:high | To support use-cases that tie on-chain and off-chain activity (e.g. decentralized oracles), we need native cryptographic primitives (e.g. secp256k1 signature operations).
Context:
- https://github.com/blockstack/stacks-blockchain/issues/1134 | 1.0 | Native cryptographic primitives - To support use-cases that tie on-chain and off-chain activity (e.g. decentralized oracles), we need native cryptographic primitives (e.g. secp256k1 signature operations).
Context:
- https://github.com/blockstack/stacks-blockchain/issues/1134 | non_test | native cryptographic primitives to support use cases that tie on chain and off chain activity e g decentralized oracles we need native cryptographic primitives e g signature operations context | 0 |
336,012 | 30,113,840,346 | IssuesEvent | 2023-06-30 09:51:02 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | opened | Fix shape.test_shape__pow__ | Sub Task Failing Test | | | |
|---|---|
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5421335038"><img src=https://img.shields.io/badge/-failure-red></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-failure-red></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-failure-red></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-failure-red></a>
| 1.0 | Fix shape.test_shape__pow__ - | | |
|---|---|
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5421335038"><img src=https://img.shields.io/badge/-failure-red></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-failure-red></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-failure-red></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-failure-red></a>
| test | fix shape test shape pow tensorflow a href src numpy a href src jax a href src torch a href src paddle a href src | 1 |
52,875 | 6,284,584,954 | IssuesEvent | 2017-07-19 08:10:26 | intel-analytics/BigDL | https://api.github.com/repos/intel-analytics/BigDL | opened | Use an Interactive Shell (W/ pip install) import throws exception | 0.2 release test document high priority | >>> from bigdl.util.common import *
Using /opt/spark
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/bigdl/__init__.py", line 18, in <module>
prepare_env()
File "/usr/local/lib/python2.7/dist-packages/bigdl/util/engine.py", line 58, in prepare_env
__prepare_spark_env()
File "/usr/local/lib/python2.7/dist-packages/bigdl/util/engine.py", line 30, in __prepare_spark_env
py4j = glob.glob(os.path.join(spark_home, 'python/lib', 'py4j-*.zip'))[0]
IndexError: list index out of range
| 1.0 | Use an Interactive Shell (W/ pip install) import throws exception - >>> from bigdl.util.common import *
Using /opt/spark
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/bigdl/__init__.py", line 18, in <module>
prepare_env()
File "/usr/local/lib/python2.7/dist-packages/bigdl/util/engine.py", line 58, in prepare_env
__prepare_spark_env()
File "/usr/local/lib/python2.7/dist-packages/bigdl/util/engine.py", line 30, in __prepare_spark_env
py4j = glob.glob(os.path.join(spark_home, 'python/lib', 'py4j-*.zip'))[0]
IndexError: list index out of range
| test | use an interactive shell w pip install import throws exception from bigdl util common import using opt spark traceback most recent call last file line in file usr local lib dist packages bigdl init py line in prepare env file usr local lib dist packages bigdl util engine py line in prepare env prepare spark env file usr local lib dist packages bigdl util engine py line in prepare spark env glob glob os path join spark home python lib zip indexerror list index out of range | 1 |
83,606 | 7,876,383,298 | IssuesEvent | 2018-06-26 00:43:08 | Microsoft/vscode | https://api.github.com/repos/Microsoft/vscode | opened | Test: Custom Title/Menubar on Windows/Linux | testplan-item | Test for #29024
- [ ] windows
- [ ] windows
- [ ] linux
Complexity: 4
**Summary**
On Windows and Linux, users can now opt in to use the custom titlebar that has been available on macOS for some time. With this change, we have implemented a new HTML-based menubar that is more accessible than the Electron version as well as just looks nicer. In order to match the new menubar, menus throughout the workbench are now using the same menu widget.
**Test**
1. First, set `window.titleBarStyle` to `custom` and restart Code.
2. Use the new titlebar and window controls.
3. Use the new menubar.
4. Try out menus throughout the workbench.
**Things to verify**
- Do the window controls work as expected?
- Can you navigate the menubar with a keyboard?
- Can you navigate the menubar with the mouse?
- Does the menubar honor settings like `window.enableMenuBarMnemonics` and `window.menuBarVisibility`?
- Accessibility with screen readers
- Do the actions in the menubar as well as menus throughout the workbench actually work?
See existing issues here for dupes [Menu](https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+assignee%3Asbatten+label%3Aworkbench-menu) and [Accessibility](https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+assignee%3Asbatten+label%3Aaccessibility)
| 1.0 | Test: Custom Title/Menubar on Windows/Linux - Test for #29024
- [ ] windows
- [ ] windows
- [ ] linux
Complexity: 4
**Summary**
On Windows and Linux, users can now opt in to use the custom titlebar that has been available on macOS for some time. With this change, we have implemented a new HTML-based menubar that is more accessible than the Electron version as well as just looks nicer. In order to match the new menubar, menus throughout the workbench are now using the same menu widget.
**Test**
1. First, set `window.titleBarStyle` to `custom` and restart Code.
2. Use the new titlebar and window controls.
3. Use the new menubar.
4. Try out menus throughout the workbench.
**Things to verify**
- Do the window controls work as expected?
- Can you navigate the menubar with a keyboard?
- Can you navigate the menubar with the mouse?
- Does the menubar honor settings like `window.enableMenuBarMnemonics` and `window.menuBarVisibility`?
- Accessibility with screen readers
- Do the actions in the menubar as well as menus throughout the workbench actually work?
See existing issues here for dupes [Menu](https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+assignee%3Asbatten+label%3Aworkbench-menu) and [Accessibility](https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+assignee%3Asbatten+label%3Aaccessibility)
| test | test custom title menubar on windows linux test for windows windows linux complexity summary on windows and linux users can now opt in to use the custom titlebar that has been available on macos for some time with this change we have implemented a new html based menubar that is more accessible than the electron version as well as just looks nicer in order to match the new menubar menus throughout the workbench are now using the same menu widget test first set window titlebarstyle to custom and restart code use the new titlebar and window controls use the new menubar try out menus throughout the workbench things to verify do the window controls work as expected can you navigate the menubar with a keyboard can you navigate the menubar with the mouse does the menubar honor settings like window enablemenubarmnemonics and window menubarvisibility accessibility with screen readers do the actions in the menubar as well as menus throughout the workbench actually work see existing issues here for dupes and | 1 |
19,929 | 13,541,755,309 | IssuesEvent | 2020-09-16 16:18:26 | coq/coq | https://api.github.com/repos/coq/coq | closed | Not the right version of Elpi in nixpkgs | kind: infrastructure | I tried using `dev/ci/nix/shell Elpi` but I got Elpi 1.10 whereas 1.11 is required. Elpi has not been updated yet on nixpkgs. I tried a naive patch but it didn't work:
```diff
diff --git a/pkgs/development/ocaml-modules/elpi/default.nix b/pkgs/development/ocaml-modules/elpi/default.nix
index 1c71f7fceb7..3a87caa36f2 100644
--- a/pkgs/development/ocaml-modules/elpi/default.nix
+++ b/pkgs/development/ocaml-modules/elpi/default.nix
@@ -1,20 +1,20 @@
-{ lib, fetchFromGitHub, buildDunePackage, camlp5
+{ lib, fetchzip, buildDunePackage, camlp5
, ppx_tools_versioned, ppx_deriving, re
}:
buildDunePackage rec {
pname = "elpi";
- version = "1.10.2";
+ version = "1.11.2";
- src = fetchFromGitHub {
- owner = "LPCIC";
- repo = "elpi";
- rev = "v${version}";
- sha256 = "0w5z0pxyshqawq7w5rw3nqii49y88rizvwqf202pl11xqi14icsn";
+ src = fetchzip {
+ url = "https://github.com/LPCIC/elpi/releases/download/v${version}/elpi-v${version}.tbz";
+ sha256 = "15hamy9ifr05kczadwh3yj2gmr12a9z1jwppmp5yrns0vykjbj76";
};
minimumOCamlVersion = "4.04";
+ useDune2 = true;
+
buildInputs = [ ppx_tools_versioned ];
propagatedBuildInputs = [ camlp5 ppx_deriving re ];
```
The error is:
```
builder for '/nix/store/pn9lfynrhjy8zx417njmsp63gpichzzc-ocaml4.09.1-elpi-1.11.0.drv' failed with exit code 1; last 10 log lines:
(cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Runtime_trace_off.cmi -c -intf src/runtime_trace_off.pp.mli)
File "src/runtime_trace_off.mli", line 6, characters 12-18:
Error: Unbound type constructor pp_ctx
ocamlc src/.elpi.objs/byte/elpi__Builtin.{cmi,cmti} (exit 2)
(cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Builtin.cmi -c -intf src/builtin.mli)
File "src/builtin.mli", line 7, characters 5-16:
7 | open API.BuiltIn
^^^^^^^^^^^
Error: Unbound module API.BuiltIn
```
cc @vbgl and @gares | 1.0 | Not the right version of Elpi in nixpkgs - I tried using `dev/ci/nix/shell Elpi` but I got Elpi 1.10 whereas 1.11 is required. Elpi has not been updated yet on nixpkgs. I tried a naive patch but it didn't work:
```diff
diff --git a/pkgs/development/ocaml-modules/elpi/default.nix b/pkgs/development/ocaml-modules/elpi/default.nix
index 1c71f7fceb7..3a87caa36f2 100644
--- a/pkgs/development/ocaml-modules/elpi/default.nix
+++ b/pkgs/development/ocaml-modules/elpi/default.nix
@@ -1,20 +1,20 @@
-{ lib, fetchFromGitHub, buildDunePackage, camlp5
+{ lib, fetchzip, buildDunePackage, camlp5
, ppx_tools_versioned, ppx_deriving, re
}:
buildDunePackage rec {
pname = "elpi";
- version = "1.10.2";
+ version = "1.11.2";
- src = fetchFromGitHub {
- owner = "LPCIC";
- repo = "elpi";
- rev = "v${version}";
- sha256 = "0w5z0pxyshqawq7w5rw3nqii49y88rizvwqf202pl11xqi14icsn";
+ src = fetchzip {
+ url = "https://github.com/LPCIC/elpi/releases/download/v${version}/elpi-v${version}.tbz";
+ sha256 = "15hamy9ifr05kczadwh3yj2gmr12a9z1jwppmp5yrns0vykjbj76";
};
minimumOCamlVersion = "4.04";
+ useDune2 = true;
+
buildInputs = [ ppx_tools_versioned ];
propagatedBuildInputs = [ camlp5 ppx_deriving re ];
```
The error is:
```
builder for '/nix/store/pn9lfynrhjy8zx417njmsp63gpichzzc-ocaml4.09.1-elpi-1.11.0.drv' failed with exit code 1; last 10 log lines:
(cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Runtime_trace_off.cmi -c -intf src/runtime_trace_off.pp.mli)
File "src/runtime_trace_off.mli", line 6, characters 12-18:
Error: Unbound type constructor pp_ctx
ocamlc src/.elpi.objs/byte/elpi__Builtin.{cmi,cmti} (exit 2)
(cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Builtin.cmi -c -intf src/builtin.mli)
File "src/builtin.mli", line 7, characters 5-16:
7 | open API.BuiltIn
^^^^^^^^^^^
Error: Unbound module API.BuiltIn
```
cc @vbgl and @gares | non_test | not the right version of elpi in nixpkgs i tried using dev ci nix shell elpi but i got elpi whereas is required elpi has not been updated yet on nixpkgs i tried a naive patch but it didn t work diff diff git a pkgs development ocaml modules elpi default nix b pkgs development ocaml modules elpi default nix index a pkgs development ocaml modules elpi default nix b pkgs development ocaml modules elpi default nix lib fetchfromgithub builddunepackage lib fetchzip builddunepackage ppx tools versioned ppx deriving re builddunepackage rec pname elpi version version src fetchfromgithub owner lpcic repo elpi rev v version src fetchzip url minimumocamlversion true buildinputs propagatedbuildinputs the error is builder for nix store elpi drv failed with exit code last log lines cd build default nix store ocaml bin ocamlc opt linkall g bin annot i src elpi objs byte i src elpi objs public cmi i nix store seq lib ocaml site lib seq i nix store result lib ocaml site lib result i nix store lib ocaml site lib i nix store ppx deriving lib ocaml site lib ppx deriving runtime i nix store re lib ocaml site lib re i nix store re lib ocaml site lib re str i trace runtime trace ppx runtime objs byte i trace runtime trace ppx runtime objs native no alias deps open elpi o src elpi objs byte elpi runtime trace off cmi c intf src runtime trace off pp mli file src runtime trace off mli line characters error unbound type constructor pp ctx ocamlc src elpi objs byte elpi builtin cmi cmti exit cd build default nix store ocaml bin ocamlc opt linkall g bin annot i src elpi objs byte i src elpi objs public cmi i nix store seq lib ocaml site lib seq i nix store result lib ocaml site lib result i nix store lib ocaml site lib i nix store ppx deriving lib ocaml site lib ppx deriving runtime i nix store re lib ocaml site lib re i nix store re lib ocaml site lib re str i trace runtime trace ppx runtime objs byte i trace runtime trace ppx runtime objs native no alias deps open elpi o src elpi objs byte elpi builtin cmi c intf src builtin mli file src builtin mli line characters open api builtin error unbound module api builtin cc vbgl and gares | 0 |
594,617 | 18,049,559,659 | IssuesEvent | 2021-09-19 14:01:22 | SibTiger/PowerShell-Compact-Archive-Tool | https://api.github.com/repos/SibTiger/PowerShell-Compact-Archive-Tool | closed | Notifications are not yet supported | Enhancement Priority: NORMAL | Due to time constraint, I was not able to fully implement the notifications. | 1.0 | Notifications are not yet supported - Due to time constraint, I was not able to fully implement the notifications. | non_test | notifications are not yet supported due to time constraint i was not able to fully implement the notifications | 0 |
261,787 | 22,773,884,307 | IssuesEvent | 2022-07-08 12:44:28 | MPMG-DCC-UFMG/F01 | https://api.github.com/repos/MPMG-DCC-UFMG/F01 | opened | Teste de generalizacao para a tag Informações institucionais - Link de acesso - Dom Viçoso | generalization test development | DoD: Realizar o teste de Generalização do validador da tag Informações institucionais - Link de acesso para o Município de Dom Viçoso. | 1.0 | Teste de generalizacao para a tag Informações institucionais - Link de acesso - Dom Viçoso - DoD: Realizar o teste de Generalização do validador da tag Informações institucionais - Link de acesso para o Município de Dom Viçoso. | test | teste de generalizacao para a tag informações institucionais link de acesso dom viçoso dod realizar o teste de generalização do validador da tag informações institucionais link de acesso para o município de dom viçoso | 1 |
73,634 | 14,111,417,984 | IssuesEvent | 2020-11-07 00:10:59 | nmrih/source-game | https://api.github.com/repos/nmrih/source-game | closed | Spectator mode: Shove animation is played multiple times | Priority: Minimal Status: Assigned Type: Code | Affects first person spectating. When a player pushes zombies away, others will see the shove animation being played multiple times in a quick succession. AFAIK repeatability is 100% | 1.0 | Spectator mode: Shove animation is played multiple times - Affects first person spectating. When a player pushes zombies away, others will see the shove animation being played multiple times in a quick succession. AFAIK repeatability is 100% | non_test | spectator mode shove animation is played multiple times affects first person spectating when a player pushes zombies away others will see the shove animation being played multiple times in a quick succession afaik repeatability is | 0 |
165,941 | 12,886,085,944 | IssuesEvent | 2020-07-13 08:56:59 | microsoft/vscode | https://api.github.com/repos/microsoft/vscode | opened | Web: Markdown integration test fails | integration-test-failure markdown web | ```
6) Markdown Document links
Should navigate to fragment by title in file:
cannot open vscode-remote://localhost:8000/d%3A/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md. Detail: Unable to read file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md' (Error: Unable to resolve non-existing file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md')
$tryOpenDocument/<@http://localhost:8000/static/out/vs/workbench/workbench.web.api.js:5910:586
7) Markdown Document links
Should navigate to fragment by line:
cannot open vscode-remote://localhost:8000/d%3A/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md. Detail: Unable to read file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md' (Error: Unable to resolve non-existing file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md')
$tryOpenDocument/<@http://localhost:8000/static/out/vs/workbench/workbench.web.api.js:5910:586
8) Markdown Document links
Should navigate to fragment within current file:
cannot open vscode-remote://localhost:8000/d%3A/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md. Detail: Unable to read file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md' (Error: Unable to resolve non-existing file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md')
$tryOpenDocument/<@http://localhost:8000/static/out/vs/workbench/workbench.web.api.js:5910:586
``` | 1.0 | Web: Markdown integration test fails - ```
6) Markdown Document links
Should navigate to fragment by title in file:
cannot open vscode-remote://localhost:8000/d%3A/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md. Detail: Unable to read file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md' (Error: Unable to resolve non-existing file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md')
$tryOpenDocument/<@http://localhost:8000/static/out/vs/workbench/workbench.web.api.js:5910:586
7) Markdown Document links
Should navigate to fragment by line:
cannot open vscode-remote://localhost:8000/d%3A/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md. Detail: Unable to read file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md' (Error: Unable to resolve non-existing file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md')
$tryOpenDocument/<@http://localhost:8000/static/out/vs/workbench/workbench.web.api.js:5910:586
8) Markdown Document links
Should navigate to fragment within current file:
cannot open vscode-remote://localhost:8000/d%3A/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md. Detail: Unable to read file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md' (Error: Unable to resolve non-existing file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md')
$tryOpenDocument/<@http://localhost:8000/static/out/vs/workbench/workbench.web.api.js:5910:586
``` | test | web markdown integration test fails markdown document links should navigate to fragment by title in file cannot open vscode remote localhost d a s extensions markdown language features out test test fixtures a md detail unable to read file vscode remote localhost d a s extensions markdown language features out test test fixtures a md error unable to resolve non existing file vscode remote localhost d a s extensions markdown language features out test test fixtures a md tryopendocument markdown document links should navigate to fragment by line cannot open vscode remote localhost d a s extensions markdown language features out test test fixtures a md detail unable to read file vscode remote localhost d a s extensions markdown language features out test test fixtures a md error unable to resolve non existing file vscode remote localhost d a s extensions markdown language features out test test fixtures a md tryopendocument markdown document links should navigate to fragment within current file cannot open vscode remote localhost d a s extensions markdown language features out test test fixtures a md detail unable to read file vscode remote localhost d a s extensions markdown language features out test test fixtures a md error unable to resolve non existing file vscode remote localhost d a s extensions markdown language features out test test fixtures a md tryopendocument | 1 |
254,220 | 21,771,388,354 | IssuesEvent | 2022-05-13 09:25:06 | Gavr09/fraud_detection | https://api.github.com/repos/Gavr09/fraud_detection | opened | Демонстрация результатов Заказчику | testing | Демонстрация результатов Заказчику, получение обратной связи.
Результат: по итогам демонстрации (успешно/необходимы доработки)
Срок: 2 дня | 1.0 | Демонстрация результатов Заказчику - Демонстрация результатов Заказчику, получение обратной связи.
Результат: по итогам демонстрации (успешно/необходимы доработки)
Срок: 2 дня | test | демонстрация результатов заказчику демонстрация результатов заказчику получение обратной связи результат по итогам демонстрации успешно необходимы доработки срок дня | 1 |
130,094 | 10,596,410,036 | IssuesEvent | 2019-10-09 21:10:52 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | brave:// changes to chrome:// in URL bar | QA/Test-Plan-Specified QA/Yes branding bug feature/brave-pages priority/P5 regression | <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
## Description
Only seems to affect 0.61.x.
If you navigate to a page like brave://version and then double click in the URL bar (say you want to change `version` to `settings`), you'll see that the `brave://` part changes to `chrome://`.
## Steps to Reproduce
<!--Please add a series of steps to reproduce the issue-->
1. Open brave://version and let the page load.
2. Double click in URL bar
## Actual result:
`brave://` changes to `chrome://`

## Expected result:
Should stay `brave://`

## Reproduces how often:
easily
## Brave version (brave://version info)
Brave | 0.61.41 Chromium: 73.0.3683.39 (Official Build) beta(64-bit)
-- | --
Revision | cc53b0e12fcaf42e4bab8d6c23bd4fb7aae99f6c-refs/branch-heads/3683@{#413}
OS | Mac OS X
### Reproducible on current release: no, does not reproduce on 0.60.47
- Does it reproduce on brave-browser dev/beta builds? only beta 0.61.41.
### Website problems only:
- Does the issue resolve itself when disabling Brave Shields? n/a
- Is the issue reproducible on the latest version of Chrome? n/a
### Additional Information
Does not reproduce on Dev version 0.62.11

| 1.0 | brave:// changes to chrome:// in URL bar - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
## Description
Only seems to affect 0.61.x.
If you navigate to a page like brave://version and then double click in the URL bar (say you want to change `version` to `settings`), you'll see that the `brave://` part changes to `chrome://`.
## Steps to Reproduce
<!--Please add a series of steps to reproduce the issue-->
1. Open brave://version and let the page load.
2. Double click in URL bar
## Actual result:
`brave://` changes to `chrome://`

## Expected result:
Should stay `brave://`

## Reproduces how often:
easily
## Brave version (brave://version info)
Brave | 0.61.41 Chromium: 73.0.3683.39 (Official Build) beta(64-bit)
-- | --
Revision | cc53b0e12fcaf42e4bab8d6c23bd4fb7aae99f6c-refs/branch-heads/3683@{#413}
OS | Mac OS X
### Reproducible on current release: no, does not reproduce on 0.60.47
- Does it reproduce on brave-browser dev/beta builds? only beta 0.61.41.
### Website problems only:
- Does the issue resolve itself when disabling Brave Shields? n/a
- Is the issue reproducible on the latest version of Chrome? n/a
### Additional Information
Does not reproduce on Dev version 0.62.11

| test | brave changes to chrome in url bar have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue closed it will only be reopened after sufficient info is provided description only seems to affect x if you navigate to a page like brave version and then double click in the url bar say you want to change version to settings you ll see that the brave part changes to chrome steps to reproduce open brave version and let the page load double click in url bar actual result brave changes to chrome expected result should stay brave reproduces how often easily brave version brave version info brave chromium official build beta bit revision refs branch heads os mac os x reproducible on current release no does not reproduce on does it reproduce on brave browser dev beta builds only beta website problems only does the issue resolve itself when disabling brave shields n a is the issue reproducible on the latest version of chrome n a additional information does not reproduce on dev version | 1 |
184,973 | 14,291,671,288 | IssuesEvent | 2020-11-23 23:11:17 | nicholas-maltbie/PropHunt | https://api.github.com/repos/nicholas-maltbie/PropHunt | closed | Add tests for miscellaneous classes | test | There are a few utility classes such as the [UnityService](https://github.com/nicholas-maltbie/PropHunt/blob/master/Assets/Scripts/InputManagement/UnityService.cs), [Shader Materials](file:///D:/Projects/PropHunt/CodeCoverage/Report/PropHunt_SharedMaterials.html) and any other untested utility classes. | 1.0 | Add tests for miscellaneous classes - There are a few utility classes such as the [UnityService](https://github.com/nicholas-maltbie/PropHunt/blob/master/Assets/Scripts/InputManagement/UnityService.cs), [Shader Materials](file:///D:/Projects/PropHunt/CodeCoverage/Report/PropHunt_SharedMaterials.html) and any other untested utility classes. | test | add tests for miscellaneous classes there are a few utility classes such as the file d projects prophunt codecoverage report prophunt sharedmaterials html and any other untested utility classes | 1 |
744,098 | 25,928,770,631 | IssuesEvent | 2022-12-16 08:03:34 | woocommerce/google-listings-and-ads | https://api.github.com/repos/woocommerce/google-listings-and-ads | closed | Valid product image URLs not being detected in Google Merchant Center | type: bug priority: high impact: high | ### Describe the bug:
Several users are reporting their products not syncing due to invalid image URLs error. GMC is unable to detect product images on some sites and return the following errors:
`[imageLink] This value is not a valid URL.`
`[additionalImageLinks[0]] This value is not a valid URL.`
There's been a number of support requests related to this issue all of which we've not been able to identify the cause.
### Steps to reproduce:
There's no specific steps to reproduce this issue as it appears to happen randomly.
### Additional details:
This issue was discussed in p1654635110739929-slack-C01E9LB4X61
### Support requests
5338712-zen, 5263382-zen, 5203580-zen, 5208482-zen Forum 1, 4915339-zen, 4821349-zen | 1.0 | Valid product image URLs not being detected in Google Merchant Center - ### Describe the bug:
Several users are reporting their products not syncing due to invalid image URLs error. GMC is unable to detect product images on some sites and return the following errors:
`[imageLink] This value is not a valid URL.`
`[additionalImageLinks[0]] This value is not a valid URL.`
There's been a number of support requests related to this issue all of which we've not been able to identify the cause.
### Steps to reproduce:
There's no specific steps to reproduce this issue as it appears to happen randomly.
### Additional details:
This issue was discussed in p1654635110739929-slack-C01E9LB4X61
### Support requests
5338712-zen, 5263382-zen, 5203580-zen, 5208482-zen Forum 1, 4915339-zen, 4821349-zen | non_test | valid product image urls not being detected in google merchant center describe the bug several users are reporting their products not syncing due to invalid image urls error gmc is unable to detect product images on some sites and return the following errors this value is not a valid url this value is not a valid url there s been a number of support requests related to this issue all of which we ve not been able to identify the cause steps to reproduce there s no specific steps to reproduce this issue as it appears to happen randomly additional details this issue was discussed in slack support requests zen zen zen zen forum zen zen | 0 |
384,005 | 11,372,794,025 | IssuesEvent | 2020-01-28 03:19:04 | OctopusDeploy/Issues | https://api.github.com/repos/OctopusDeploy/Issues | closed | Forms displayed incorrectly when adding container to Kubernetes step in Firefox | area/usability kind/bug priority | # Prerequisites
- [x] I have verified the problem exists in the latest version
- [x] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusDeploy/Issues/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed) issues to make sure it isn't already reported
- [x] I have written a descriptive issue title
- [x] I have linked the original source of this report
- [x] I have tagged the issue appropriately (area/*, kind/bug, tag/regression?)
# The bug
In Firefox, when adding a container to a Kubernetes step, only the section titles and descriptions are properly displayed, and the dropdowns for each section have essentially disappeared.
### Screen capture

## Affected versions
Confirmed in 2019.7.7 and 2019.6.7 LTS
**Octopus Server:**
## Workarounds
This only occurs in Firefox. Chrome and IE work as expected.
## Links
Source: https://secure.helpscout.net/conversation/925097246/48440/ (private link) | 1.0 | Forms displayed incorrectly when adding container to Kubernetes step in Firefox - # Prerequisites
- [x] I have verified the problem exists in the latest version
- [x] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusDeploy/Issues/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed) issues to make sure it isn't already reported
- [x] I have written a descriptive issue title
- [x] I have linked the original source of this report
- [x] I have tagged the issue appropriately (area/*, kind/bug, tag/regression?)
# The bug
In Firefox, when adding a container to a Kubernetes step, only the section titles and descriptions are properly displayed, and the dropdowns for each section have essentially disappeared.
### Screen capture

## Affected versions
Confirmed in 2019.7.7 and 2019.6.7 LTS
**Octopus Server:**
## Workarounds
This only occurs in Firefox. Chrome and IE work as expected.
## Links
Source: https://secure.helpscout.net/conversation/925097246/48440/ (private link) | non_test | forms displayed incorrectly when adding container to kubernetes step in firefox prerequisites i have verified the problem exists in the latest version i have searched and issues to make sure it isn t already reported i have written a descriptive issue title i have linked the original source of this report i have tagged the issue appropriately area kind bug tag regression the bug in firefox when adding a container to a kubernetes step only the section titles and descriptions are properly displayed and the dropdowns for each section have essentially disappeared screen capture affected versions confirmed in and lts octopus server workarounds this only occurs in firefox chrome and ie work as expected links source private link | 0 |
161,070 | 12,530,291,992 | IssuesEvent | 2020-06-04 12:51:00 | sebuaa2020/Team208 | https://api.github.com/repos/sebuaa2020/Team208 | closed | Test-UserListen | test | # Test-UserListen
- [ ] 键盘监听
- [ ] 手柄监听
- [ ] UI主动控制中的键盘、手柄与按钮控制
- [ ] UI建图模块中的键盘、手柄与按钮控制
由于该模块内容比较简单,只是单纯监听用户输入提取信息并向底层`RobotMove`发送消息,故主要采用:
- [ ] 节点测试
测试方法
- 键盘监听:开启键盘监听模块和移动控制模块,并实时监听`/robot2077/robot_move/vel`话题中的`Movemsg`消息,检查是否提取合理,同时监听`/cmd_vel`中的消息,检查`RobotMove`结果是否合理。键盘按键控制方法在`README`中,需保证对于未定义的按键,`Movemsg`会发送停止消息(速度为0)
- 手柄监听:开启手柄监听和移动控制模块,并实时监听`/robot2077/robot_move/vel`话题中的`Movemsg`消息,检查是否提取合理,同时监听`/cmd_vel`中的消息,检查`RobotMove`结果是否合理。手柄操作为`左摇杆`控制机器人平移,`右摇杆`左右推动控制机器人旋转,按钮`A`控制机器人停止。手柄目前只适配`xbox`手柄。
- `UI`与按钮控制:当启动`UI`和移动模块后,可以不启动监听模块节点。需测试上述键盘监听与手柄监听是否正常,并观察按钮是否正常显示。并测试使用按钮能否进行正确移动控制。
需保证:
- 测试需覆盖全部已定义功能按键的输入,检查是否和定义功能一致
- 测试按键组合
- 测试未定义按键,观察值是否正常,尽量覆盖键盘全部可用按键。
需反馈:
- 测试结果是否正常 | 1.0 | Test-UserListen - # Test-UserListen
- [ ] 键盘监听
- [ ] 手柄监听
- [ ] UI主动控制中的键盘、手柄与按钮控制
- [ ] UI建图模块中的键盘、手柄与按钮控制
由于该模块内容比较简单,只是单纯监听用户输入提取信息并向底层`RobotMove`发送消息,故主要采用:
- [ ] 节点测试
测试方法
- 键盘监听:开启键盘监听模块和移动控制模块,并实时监听`/robot2077/robot_move/vel`话题中的`Movemsg`消息,检查是否提取合理,同时监听`/cmd_vel`中的消息,检查`RobotMove`结果是否合理。键盘按键控制方法在`README`中,需保证对于未定义的按键,`Movemsg`会发送停止消息(速度为0)
- 手柄监听:开启手柄监听和移动控制模块,并实时监听`/robot2077/robot_move/vel`话题中的`Movemsg`消息,检查是否提取合理,同时监听`/cmd_vel`中的消息,检查`RobotMove`结果是否合理。手柄操作为`左摇杆`控制机器人平移,`右摇杆`左右推动控制机器人旋转,按钮`A`控制机器人停止。手柄目前只适配`xbox`手柄。
- `UI`与按钮控制:当启动`UI`和移动模块后,可以不启动监听模块节点。需测试上述键盘监听与手柄监听是否正常,并观察按钮是否正常显示。并测试使用按钮能否进行正确移动控制。
需保证:
- 测试需覆盖全部已定义功能按键的输入,检查是否和定义功能一致
- 测试按键组合
- 测试未定义按键,观察值是否正常,尽量覆盖键盘全部可用按键。
需反馈:
- 测试结果是否正常 | test | test userlisten test userlisten 键盘监听 手柄监听 ui主动控制中的键盘、手柄与按钮控制 ui建图模块中的键盘、手柄与按钮控制 由于该模块内容比较简单,只是单纯监听用户输入提取信息并向底层 robotmove 发送消息,故主要采用: 节点测试 测试方法 键盘监听:开启键盘监听模块和移动控制模块,并实时监听 robot move vel 话题中的 movemsg 消息,检查是否提取合理,同时监听 cmd vel 中的消息,检查 robotmove 结果是否合理。键盘按键控制方法在 readme 中,需保证对于未定义的按键, movemsg 会发送停止消息( ) 手柄监听:开启手柄监听和移动控制模块,并实时监听 robot move vel 话题中的 movemsg 消息,检查是否提取合理,同时监听 cmd vel 中的消息,检查 robotmove 结果是否合理。手柄操作为 左摇杆 控制机器人平移, 右摇杆 左右推动控制机器人旋转,按钮 a 控制机器人停止。手柄目前只适配 xbox 手柄。 ui 与按钮控制:当启动 ui 和移动模块后,可以不启动监听模块节点。需测试上述键盘监听与手柄监听是否正常,并观察按钮是否正常显示。并测试使用按钮能否进行正确移动控制。 需保证: 测试需覆盖全部已定义功能按键的输入,检查是否和定义功能一致 测试按键组合 测试未定义按键,观察值是否正常,尽量覆盖键盘全部可用按键。 需反馈: 测试结果是否正常 | 1 |
65,411 | 3,228,116,422 | IssuesEvent | 2015-10-11 20:19:27 | MinetestForFun/server-minetestforfun-hungry_games | https://api.github.com/repos/MinetestForFun/server-minetestforfun-hungry_games | opened | Crash of the server | Modding ➤ BugFix Priority: High Server crash | ####Maybe already fixed because the onyl crash i find was a very old crash
```
2015-09-29 20:37:42: ACTION[ServerThread]: ionut65 takes stuff from chest at (-24,18,12)
20:37:44: WARNING: Undeclared global variable "param" accessed at ...games/minetestforfun_hg/mods/hungry_games/engine.lua:1060
2015-09-29 20:37:44: ERROR[main]: UNRECOVERABLE error occurred. Stopping server. Please fix the following error:
2015-09-29 20:37:44: ERROR[main]: Lua: Runtime error from mod '' in callback on_playerReceiveFields(): ...games/minetestforfun_hg/mods/hungry_games/engine.lua:927: attempt to index local 'param' (a nil value)
2015-09-29 20:37:44: ERROR[main]: stack traceback:
2015-09-29 20:37:44: ERROR[main]: ...games/minetestforfun_hg/mods/hungry_games/engine.lua:927: in function 'register'
2015-09-29 20:37:44: ERROR[main]: ...games/minetestforfun_hg/mods/hungry_games/engine.lua:1060: in function '?'
2015-09-29 20:37:44: ERROR[main]: ...me/quentinbd/mff-hg/bin/../builtin/game/register.lua:355: in function <...me/quentinbd/mff-hg/bin/../builtin/game/register.lua:335>
In thread 7f1a5a348740:
/home/quentinbd/mff-hg/src/server.cpp:511: void Server::step(float): A fatal error occurred: Lua: Runtime error from mod '' in callback on_playerReceiveFields(): ...games/minetestforfun_hg/mods/hungry_games/engine.lua:927: attempt to index local 'param' (a nil value)
stack traceback:
...games/minetestforfun_hg/mods/hungry_games/engine.lua:927: in function 'register'
...games/minetestforfun_hg/mods/hungry_games/engine.lua:1060: in function '?'
...me/quentinbd/mff-hg/bin/../builtin/game/register.lua:355: in function <...me/quentinbd/mff-hg/bin/../builtin/game/register.lua:335>
Debug stacks:
DEBUG STACK FOR THREAD 7f1a4e862700:
#0 virtual void* EmergeThread::Thread()
(Leftover data: #1 MapBlock* ServerMap::loadBlock(v3s16))
(Leftover data: #2 void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
(Leftover data: #3 void ItemStack::deSerialize(std::istream&, IItemDefManager*))
DEBUG STACK FOR THREAD 7f1a4f475700:
#0 virtual void* CurlFetchThread::Thread()
DEBUG STACK FOR THREAD 7f1a4fc76700:
#0 virtual void* ServerThread::Thread()
#1 void Server::Receive()
(Leftover data: #2 void Server::SendBlocks(float))
(Leftover data: #3 void RemoteClient::GetNextBlocks(ServerEnvironment*, EmergeManager*, float, std::vector<PrioritySortedBlockTransfer>&))
(Leftover data: #4 void Server::SendHP(irr::u16, irr::u8))
(Leftover data: #5 bool getCraftingResult(Inventory*, ItemStack&, std::vector<ItemStack>&, bool, IGameDef*))
(Leftover data: #6 bool getCraftingResult(Inventory*, ItemStack&, std::vector<ItemStack>&, bool, IGameDef*))
DEBUG STACK FOR THREAD 7f1a5a348740:
#0 int main(int, char**)
#1 Dedicated server branch
#2 void dedicated_server_loop(Server&, bool&)
#3 void Server::step(float)
(Leftover data: #4 void Server::SendAccessDenied_Legacy(irr::u16, const wstring&))
/home/quentinbd/script/start-mff-hg.sh : ligne 26 : 10256 Abandon /home/quentinbd/mff-hg/bin/minetestserver --world /home/quentinbd/mff-hg/worlds/minetestforfun-hg/ --config /home/quentinbd/mff-hg/minetest.conf --gameid minetestforfun_hg --port 30042
----------------------
Server restarted at mardi 29 septembre 2015, 20:38:14 (UTC+0200)
----------------------
``` | 1.0 | Crash of the server - ####Maybe already fixed because the onyl crash i find was a very old crash
```
2015-09-29 20:37:42: ACTION[ServerThread]: ionut65 takes stuff from chest at (-24,18,12)
20:37:44: WARNING: Undeclared global variable "param" accessed at ...games/minetestforfun_hg/mods/hungry_games/engine.lua:1060
2015-09-29 20:37:44: ERROR[main]: UNRECOVERABLE error occurred. Stopping server. Please fix the following error:
2015-09-29 20:37:44: ERROR[main]: Lua: Runtime error from mod '' in callback on_playerReceiveFields(): ...games/minetestforfun_hg/mods/hungry_games/engine.lua:927: attempt to index local 'param' (a nil value)
2015-09-29 20:37:44: ERROR[main]: stack traceback:
2015-09-29 20:37:44: ERROR[main]: ...games/minetestforfun_hg/mods/hungry_games/engine.lua:927: in function 'register'
2015-09-29 20:37:44: ERROR[main]: ...games/minetestforfun_hg/mods/hungry_games/engine.lua:1060: in function '?'
2015-09-29 20:37:44: ERROR[main]: ...me/quentinbd/mff-hg/bin/../builtin/game/register.lua:355: in function <...me/quentinbd/mff-hg/bin/../builtin/game/register.lua:335>
In thread 7f1a5a348740:
/home/quentinbd/mff-hg/src/server.cpp:511: void Server::step(float): A fatal error occurred: Lua: Runtime error from mod '' in callback on_playerReceiveFields(): ...games/minetestforfun_hg/mods/hungry_games/engine.lua:927: attempt to index local 'param' (a nil value)
stack traceback:
...games/minetestforfun_hg/mods/hungry_games/engine.lua:927: in function 'register'
...games/minetestforfun_hg/mods/hungry_games/engine.lua:1060: in function '?'
...me/quentinbd/mff-hg/bin/../builtin/game/register.lua:355: in function <...me/quentinbd/mff-hg/bin/../builtin/game/register.lua:335>
Debug stacks:
DEBUG STACK FOR THREAD 7f1a4e862700:
#0 virtual void* EmergeThread::Thread()
(Leftover data: #1 MapBlock* ServerMap::loadBlock(v3s16))
(Leftover data: #2 void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
(Leftover data: #3 void ItemStack::deSerialize(std::istream&, IItemDefManager*))
DEBUG STACK FOR THREAD 7f1a4f475700:
#0 virtual void* CurlFetchThread::Thread()
DEBUG STACK FOR THREAD 7f1a4fc76700:
#0 virtual void* ServerThread::Thread()
#1 void Server::Receive()
(Leftover data: #2 void Server::SendBlocks(float))
(Leftover data: #3 void RemoteClient::GetNextBlocks(ServerEnvironment*, EmergeManager*, float, std::vector<PrioritySortedBlockTransfer>&))
(Leftover data: #4 void Server::SendHP(irr::u16, irr::u8))
(Leftover data: #5 bool getCraftingResult(Inventory*, ItemStack&, std::vector<ItemStack>&, bool, IGameDef*))
(Leftover data: #6 bool getCraftingResult(Inventory*, ItemStack&, std::vector<ItemStack>&, bool, IGameDef*))
DEBUG STACK FOR THREAD 7f1a5a348740:
#0 int main(int, char**)
#1 Dedicated server branch
#2 void dedicated_server_loop(Server&, bool&)
#3 void Server::step(float)
(Leftover data: #4 void Server::SendAccessDenied_Legacy(irr::u16, const wstring&))
/home/quentinbd/script/start-mff-hg.sh : ligne 26 : 10256 Abandon /home/quentinbd/mff-hg/bin/minetestserver --world /home/quentinbd/mff-hg/worlds/minetestforfun-hg/ --config /home/quentinbd/mff-hg/minetest.conf --gameid minetestforfun_hg --port 30042
----------------------
Server restarted at mardi 29 septembre 2015, 20:38:14 (UTC+0200)
----------------------
``` | non_test | crash of the server maybe already fixed because the onyl crash i find was a very old crash action takes stuff from chest at warning undeclared global variable param accessed at games minetestforfun hg mods hungry games engine lua error unrecoverable error occurred stopping server please fix the following error error lua runtime error from mod in callback on playerreceivefields games minetestforfun hg mods hungry games engine lua attempt to index local param a nil value error stack traceback error games minetestforfun hg mods hungry games engine lua in function register error games minetestforfun hg mods hungry games engine lua in function error me quentinbd mff hg bin builtin game register lua in function in thread home quentinbd mff hg src server cpp void server step float a fatal error occurred lua runtime error from mod in callback on playerreceivefields games minetestforfun hg mods hungry games engine lua attempt to index local param a nil value stack traceback games minetestforfun hg mods hungry games engine lua in function register games minetestforfun hg mods hungry games engine lua in function me quentinbd mff hg bin builtin game register lua in function debug stacks debug stack for thread virtual void emergethread thread leftover data mapblock servermap loadblock leftover data void servermap loadblock std string mapsector bool leftover data void itemstack deserialize std istream iitemdefmanager debug stack for thread virtual void curlfetchthread thread debug stack for thread virtual void serverthread thread void server receive leftover data void server sendblocks float leftover data void remoteclient getnextblocks serverenvironment emergemanager float std vector leftover data void server sendhp irr irr leftover data bool getcraftingresult inventory itemstack std vector bool igamedef leftover data bool getcraftingresult inventory itemstack std vector bool igamedef debug stack for thread int main int char dedicated server branch void dedicated server loop server bool void server step float leftover data void server sendaccessdenied legacy irr const wstring home quentinbd script start mff hg sh ligne abandon home quentinbd mff hg bin minetestserver world home quentinbd mff hg worlds minetestforfun hg config home quentinbd mff hg minetest conf gameid minetestforfun hg port server restarted at mardi septembre utc | 0 |
16,480 | 21,427,989,317 | IssuesEvent | 2022-04-23 00:47:57 | hashgraph/hedera-mirror-node | https://api.github.com/repos/hashgraph/hedera-mirror-node | opened | Cleanup job fails with multi-arch manifests | bug process | ### Description
https://github.com/hashgraph/hedera-mirror-node/runs/6136689862
### Steps to reproduce
Run cleanup workflow
### Additional context
_No response_
### Hedera network
other
### Version
main
### Operating system
_No response_ | 1.0 | Cleanup job fails with multi-arch manifests - ### Description
https://github.com/hashgraph/hedera-mirror-node/runs/6136689862
### Steps to reproduce
Run cleanup workflow
### Additional context
_No response_
### Hedera network
other
### Version
main
### Operating system
_No response_ | non_test | cleanup job fails with multi arch manifests description steps to reproduce run cleanup workflow additional context no response hedera network other version main operating system no response | 0 |
2,373 | 2,596,622,744 | IssuesEvent | 2015-02-20 22:00:37 | synapsestudios/lively | https://api.github.com/repos/synapsestudios/lively | closed | github config incorrect | S-Testing T-Incomplete | ## Description
Comparing lively and the github docs there was a mismatch between config files on #114.
1. **Starring**
* List repositories being starred with star creation timestamps
1. **Trees**
* Get a Tree Recursively
1. **Members**
* Get organization membership
* Add or update organization membership
* Remove organization membership
* List your organization memberships
* Get your organization membership
* Edit your organization membership
1. **Webhooks - Entirety**
* Scopes & Restrictions
* List hooks
* Get single hook
* Create a hook
* Edit a hook
* Ping a hook
* Delete a hook
* Receiving Webhooks
1. **Review Comments**
* Reply to a comment - Not on git, should this be on lively still?
1. **Downloads - entirety**
* List downloads for a repository
* Get a single download
* Delete a download
1. **Legacy Search - entirety**
* Search issues
* Search repositories
* Search users
* Email search | 1.0 | github config incorrect - ## Description
Comparing lively and the github docs there was a mismatch between config files on #114.
1. **Starring**
* List repositories being starred with star creation timestamps
1. **Trees**
* Get a Tree Recursively
1. **Members**
* Get organization membership
* Add or update organization membership
* Remove organization membership
* List your organization memberships
* Get your organization membership
* Edit your organization membership
1. **Webhooks - Entirety**
* Scopes & Restrictions
* List hooks
* Get single hook
* Create a hook
* Edit a hook
* Ping a hook
* Delete a hook
* Receiving Webhooks
1. **Review Comments**
* Reply to a comment - Not on git, should this be on lively still?
1. **Downloads - entirety**
* List downloads for a repository
* Get a single download
* Delete a download
1. **Legacy Search - entirety**
* Search issues
* Search repositories
* Search users
* Email search | test | github config incorrect description comparing lively and the github docs there was a mismatch between config files on starring list repositories being starred with star creation timestamps trees get a tree recursively members get organization membership add or update organization membership remove organization membership list your organization memberships get your organization membership edit your organization membership webhooks entirety scopes restrictions list hooks get single hook create a hook edit a hook ping a hook delete a hook receiving webhooks review comments reply to a comment not on git should this be on lively still downloads entirety list downloads for a repository get a single download delete a download legacy search entirety search issues search repositories search users email search | 1 |
45,698 | 5,725,718,958 | IssuesEvent | 2017-04-20 17:13:54 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | teamcity: failed tests on master: test/TestBasicAutoReplication, test/TestTxnDBReadSkewAnomaly, test/TestExport, test/TestPGPreparedExec, test/TestFindValidSplitKeys, test/TestFakeSpanResolver, test/TestPurgeOldLeases, test/TestLivenessAPI, test/TestBackupRestoreStatementResult, test/TestDB_Inc, test/TestStoreInitAndBootstrap, test/Example_max_results | Robot test-failure | The following tests appear to have failed:
[#229799](https://teamcity.cockroachdb.com/viewLog.html?buildId=229799):
```
--- FAIL: test/TestBasicAutoReplication (0.000s)
Test ended in panic.
------- Stdout: -------
W170420 16:11:01.754899 1010 server/status/runtime.go:111 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I170420 16:11:01.756360 1010 server/config.go:403 1 storage engine initialized
I170420 16:11:01.756573 1010 server/node.go:444 [n?] store [n0,s0] not bootstrapped
I170420 16:11:01.758315 1010 server/node.go:379 [n?] **** cluster 9317afc4-e3e8-454d-9293-77a3fc05b3d0 has been created
I170420 16:11:01.758332 1010 server/node.go:380 [n?] **** add additional nodes by specifying --join=127.0.0.1:45013
I170420 16:11:01.758765 1010 storage/store.go:1256 [n1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I170420 16:11:01.758794 1010 server/node.go:457 [n1] initialized store [n1,s1]: {Capacity:536870912 Available:536870912 RangeCount:1 LeaseCount:0}
I170420 16:11:01.758815 1010 server/node.go:348 [n1] node ID 1 initialized
I170420 16:11:01.758856 1010 gossip/gossip.go:307 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:45013" > attrs:<> locality:<>
I170420 16:11:01.758981 1010 storage/stores.go:296 [n1] read 0 node addresses from persistent storage
I170420 16:11:01.759021 1010 server/node.go:607 [n1] connecting to gossip network to verify cluster ID...
I170420 16:11:01.759883 1010 server/node.go:632 [n1] node connected via gossip and verified as part of cluster "9317afc4-e3e8-454d-9293-77a3fc05b3d0"
I170420 16:11:01.759907 1010 server/node.go:395 [n1] node=1: started with [[]=] engine(s) and attributes []
I170420 16:11:01.759952 1010 sql/executor.go:326 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:45013}
I170420 16:11:01.763438 1010 server/server.go:722 [n1] starting https server at 127.0.0.1:60673
I170420 16:11:01.763462 1010 server/server.go:723 [n1] starting grpc/postgres server at 127.0.0.1:45013
I170420 16:11:01.763471 1010 server/server.go:724 [n1] advertising CockroachDB node at 127.0.0.1:45013
I170420 16:11:01.767276 1178 storage/split_queue.go:92 [split,n1,s1,r1/1:/M{in-ax},@c421de2300] splitting at key /System/""
I170420 16:11:01.769922 1178 storage/replica_command.go:2626 [split,n1,s1,r1/1:/M{in-ax},@c421de2300] initiating a split of this range at key /System/"" [r2]
I170420 16:11:01.781071 1178 storage/split_queue.go:92 [split,n1,s1,r2/1:/{System/-Max},@c42126ac00] splitting at key /System/tsd
I170420 16:11:01.781113 1178 storage/replica_command.go:2626 [split,n1,s1,r2/1:/{System/-Max},@c42126ac00] initiating a split of this range at key /System/tsd [r3]
I170420 16:11:01.784558 1010 sql/event_log.go:101 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN uniqueID SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I170420 16:11:01.786101 1178 storage/split_queue.go:92 [split,n1,s1,r3/1:/{System/tsd-Max},@c420afc600] splitting at key /System/"tse"
I170420 16:11:01.786127 1178 storage/replica_command.go:2626 [split,n1,s1,r3/1:/{System/tsd-Max},@c420afc600] initiating a split of this range at key /System/"tse" [r4]
I170420 16:11:01.793540 1178 storage/split_queue.go:92 [split,n1,s1,r4/1:/{System/tse-Max},@c420afdb00] splitting at key /Table/0/0
I170420 16:11:01.793571 1178 storage/replica_command.go:2626 [split,n1,s1,r4/1:/{System/tse-Max},@c420afdb00] initiating a split of this range at key /Table/0 [r5]
I170420 16:11:01.793902 1010 sql/lease.go:372 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-04-20 16:11:01.79388696 +0000 UTC
E170420 16:11:01.797512 1134 storage/replica_proposal.go:457 [n1,s1,r4/1:/{System/tse-Max},@c420afdb00] could not load SystemConfig span: must retry later due to intent on SystemConfigSpan
I170420 16:11:01.797895 1178 storage/split_queue.go:92 [split,n1,s1,r5/1:/{Table/0-Max},@c421368000] splitting at key /Table/11/0
I170420 16:11:01.797919 1178 storage/replica_command.go:2626 [split,n1,s1,r5/1:/{Table/0-Max},@c421368000] initiating a split of this range at key /Table/11 [r6]
I170420 16:11:01.814968 1010 server/server.go:833 [n1] done ensuring all necessary migrations have run
I170420 16:11:01.814998 1010 server/server.go:835 [n1] serving sql connections
I170420 16:11:01.818145 1426 sql/event_log.go:101 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:45013} Attrs: Locality:} ClusterID:9317afc4-e3e8-454d-9293-77a3fc05b3d0 StartedAt:1492704661759895175 LastUp:1492704661759895175}
I170420 16:11:01.823708 1178 storage/split_queue.go:92 [split,n1,s1,r6/1:/{Table/11-Max},@c4210d8c00] splitting at key /Table/12/0
I170420 16:11:01.823750 1178 storage/replica_command.go:2626 [split,n1,s1,r6/1:/{Table/11-Max},@c4210d8c00] initiating a split of this range at key /Table/12 [r7]
I170420 16:11:01.831223 1178 storage/split_queue.go:92 [split,n1,s1,r7/1:/{Table/12-Max},@c420b60c00] splitting at key /Table/13/0
I170420 16:11:01.831256 1178 storage/replica_command.go:2626 [split,n1,s1,r7/1:/{Table/12-Max},@c420b60c00] initiating a split of this range at key /Table/13 [r8]
I170420 16:11:01.835840 1178 storage/split_queue.go:92 [split,n1,s1,r8/1:/{Table/13-Max},@c421579b00] splitting at key /Table/14/0
I170420 16:11:01.835869 1178 storage/replica_command.go:2626 [split,n1,s1,r8/1:/{Table/13-Max},@c421579b00] initiating a split of this range at key /Table/14 [r9]
I170420 16:11:01.842916 1178 storage/split_queue.go:92 [split,n1,s1,r9/1:/{Table/14-Max},@c420b61500] splitting at key /Table/15/0
I170420 16:11:01.842954 1178 storage/replica_command.go:2626 [split,n1,s1,r9/1:/{Table/14-Max},@c420b61500] initiating a split of this range at key /Table/15 [r10]
W170420 16:11:01.854331 1010 gossip/gossip.go:1192 [n?] no incoming or outgoing connections
W170420 16:11:01.855304 1010 server/status/runtime.go:111 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I170420 16:11:01.856500 1010 server/config.go:403 1 storage engine initialized
I170420 16:11:01.856707 1010 server/node.go:444 [n?] store [n0,s0] not bootstrapped
I170420 16:11:01.856725 1010 storage/stores.go:296 [n?] read 0 node addresses from persistent storage
I170420 16:11:01.856745 1010 server/node.go:607 [n?] connecting to gossip network to verify cluster ID...
I170420 16:11:01.887967 1543 gossip/client.go:131 [n?] started gossip client to 127.0.0.1:45013
I170420 16:11:01.888340 1629 gossip/server.go:234 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:36517}
I170420 16:11:01.890507 1010 server/node.go:632 [n?] node connected via gossip and verified as part of cluster "9317afc4-e3e8-454d-9293-77a3fc05b3d0"
I170420 16:11:01.890574 1441 storage/stores.go:312 [n?] wrote 1 node addresses to persistent storage
I170420 16:11:01.892216 1010 kv/dist_sender.go:370 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I170420 16:11:01.892839 1010 server/node.go:341 [n?] new node allocated ID 2
I170420 16:11:01.892885 1010 gossip/gossip.go:307 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:36517" > attrs:<> locality:<>
I170420 16:11:01.892934 1010 server/node.go:395 [n2] node=2: started with [[]=] engine(s) and attributes []
I170420 16:11:01.892984 1010 sql/executor.go:326 [n2] creating distSQLPlanner with address {tcp 127.0.0.1:36517}
I170420 16:11:01.894985 1010 server/server.go:722 [n2] starting https server at 127.0.0.1:51482
I170420 16:11:01.895007 1010 server/server.go:723 [n2] starting grpc/postgres server at 127.0.0.1:36517
I170420 16:11:01.895015 1010 server/server.go:724 [n2] advertising CockroachDB node at 127.0.0.1:36517
I170420 16:11:01.896992 1594 storage/stores.go:312 [n1] wrote 1 node addresses to persistent storage
I170420 16:11:01.897105 1010 server/server.go:833 [n2] done ensuring all necessary migrations have run
I170420 16:11:01.897123 1010 server/server.go:835 [n2] serving sql connections
testcluster.test: /go/src/github.com/cockroachdb/cockroach/c-deps/rocksdb.src/db/inlineskiplist.h:424: int rocksdb::InlineSkipList<Comparator>::RandomHeight() [with Comparator = const rocksdb::MemTableRep::KeyComparator&]: Assertion `height <= kMaxHeight_' failed.
SIGABRT: abort
PC=0x7f8913e08428 m=6 sigcode=18446744073709551610
signal arrived during cgo execution
goroutine 1566 [syscall, locked to thread]:
runtime.cgocall(0x12fa0d0, 0xc42102b2d8, 0xc42102b2c8)
/usr/local/go/src/runtime/cgocall.go:131 +0xe2 fp=0xc42102b270 sp=0xc42102b230
github.com/cockroachdb/cockroach/pkg/storage/engine._Cfunc_DBPut(0x7f89100eda80, 0xc420e29a5a, 0x6, 0x0, 0x0, 0xc420cf68c0, 0x29, 0x0, 0x0)
github.com/cockroachdb/cockroach/pkg/storage/engine/_obj/_cgo_gotypes.go:580 +0x5d fp=0xc42102b2d8 sp=0xc42102b270
github.com/cockroachdb/cockroach/pkg/storage/engine.dbPut.func1(0x7f89100eda80, 0xc420e29a5a, 0x6, 0x0, 0x0, 0xc420cf68c0, 0x29, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:1577 +0xa6 fp=0xc42102b340 sp=0xc42102b2d8
github.com/cockroachdb/cockroach/pkg/storage/engine.dbPut(0x7f89100eda80, 0xc420e29a5a, 0x6, 0x6, 0x0, 0x0, 0xc420cf68c0, 0x29, 0x39, 0x1b, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:1577 +0x1c5 fp=0xc42102b450 sp=0xc42102b340
github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).Put(0xc42090c420, 0xc420e29a5a, 0x6, 0x6, 0x0, 0x0, 0xc420cf68c0, 0x29, 0x39, 0x39, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:475 +0x80 fp=0xc42102b4b8 sp=0xc42102b450
github.com/cockroachdb/cockroach/pkg/storage/engine.InMem.Put(0xc42090c420, 0xc420e29a5a, 0x6, 0x6, 0x0, 0x0, 0xc420cf68c0, 0x29, 0x39, 0x0, ...)
<autogenerated>:137 +0x93 fp=0xc42102b520 sp=0xc42102b4b8
github.com/cockroachdb/cockroach/pkg/storage/engine.(*putBuffer).putMeta(0xc4212067e0, 0x7f8914a54300, 0xc42090c420, 0xc420e29a5a, 0x6, 0x6, 0x0, 0x0, 0xc4212067e0, 0xc420c790a0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/mvcc.go:867 +0xcd fp=0xc42102b5e0 sp=0xc42102b520
github.com/cockroachdb/cockroach/pkg/storage/engine.mvccPutInternal(0x7f8914a11118, 0xc4209e11d0, 0x7f8914a54300, 0xc42090c420, 0x0, 0x0, 0x0, 0xc420e29a5a, 0x6, 0x6, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/mvcc.go:1054 +0x437 fp=0xc42102baa8 sp=0xc42102b5e0
github.com/cockroachdb/cockroach/pkg/storage/engine.mvccPutUsingIter(0x7f8914a11118, 0xc4209e11d0, 0x7f8914a54300, 0xc42090c420, 0x0, 0x0, 0x0, 0xc420e29a5a, 0x6, 0x6, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/mvcc.go:967 +0x15a fp=0xc42102bb88 sp=0xc42102baa8
github.com/cockroachdb/cockroach/pkg/storage/engine.MVCCPut(0x7f8914a11118, 0xc4209e11d0, 0x7f8914a54250, 0xc42090c420, 0x0, 0xc420e29a5a, 0x6, 0x6, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/mvcc.go:902 +0x1e0 fp=0xc42102bc50 sp=0xc42102bb88
github.com/cockroachdb/cockroach/pkg/storage/engine.MVCCPutProto(0x7f8914a11118, 0xc4209e11d0, 0x7f8914a54250, 0xc42090c420, 0x0, 0xc420e29a5a, 0x6, 0x6, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/mvcc.go:488 +0x1bb fp=0xc42102bd18 sp=0xc42102bc50
github.com/cockroachdb/cockroach/pkg/storage.(*Store).Bootstrap(0xc421b2f000, 0x4d45e8e3c4af1793, 0xd0b305fca3779392, 0x200000002, 0xc4217bd1a0, 0x2)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1507 +0x44c fp=0xc42102be08 sp=0xc42102bd18
github.com/cockroachdb/cockroach/pkg/server.(*Node).bootstrapStores(0xc420c3ab00, 0x7f8914a11118, 0xc4209e11d0, 0xc4212427b0, 0x1, 0x1, 0xc4211a0a00)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:580 +0x1e1 fp=0xc42102bf10 sp=0xc42102be08
github.com/cockroachdb/cockroach/pkg/server.(*Node).initStores.func2(0x7f8914a11118, 0xc4209e11d0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:524 +0x62 fp=0xc42102bf58 sp=0xc42102bf10
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask.func1(0xc4211a0a00, 0x7f8914a11118, 0xc4209e11d0, 0x214ff5b, 0xe, 0x20d, 0x0, 0x0, 0xc421319ef0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:294 +0xf3 fp=0xc42102bf98 sp=0xc42102bf58
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc42102bfa0 sp=0xc42102bf98
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:295 +0x14a
goroutine 1 [chan receive]:
testing.(*T).Run(0xc420066820, 0x18f7ed8, 0x18, 0x194b158, 0xc4205abc01)
/usr/local/go/src/testing/testing.go:698 +0x2f4
testing.runTests.func1(0xc420066820)
/usr/local/go/src/testing/testing.go:882 +0x67
testing.tRunner(0xc420066820, 0xc4205abda0)
/usr/local/go/src/testing/testing.go:657 +0x96
testing.runTests(0xc4204f58c0, 0x241e360, 0x4, 0x4, 0x10)
/usr/local/go/src/testing/testing.go:888 +0x2c1
testing.(*M).Run(0xc420381f20, 0x28ab1e0)
/usr/local/go/src/testing/testing.go:822 +0xfc
github.com/cockroachdb/cockroach/pkg/testutils/testcluster.TestMain(0xc4205abf20)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/main_test.go:34 +0xaf
main.main()
github.com/cockroachdb/cockroach/pkg/testutils/testcluster/_test/_testmain.go:46 +0xf7
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2197 +0x1
goroutine 5 [chan receive]:
github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).flushDaemon(0x287d2a0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:1003 +0x77
created by github.com/cockroachdb/cockroach/pkg/util/log.init.1
/go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:566 +0xd9
goroutine 6 [syscall]:
os/signal.signal_recv(0x0)
/usr/local/go/src/runtime/sigqueue.go:116 +0x104
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.1
/usr/local/go/src/os/signal/signal_unix.go:28 +0x41
goroutine 1202 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc4209636b0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420eb7780, 0xc4202fb5e0, 0xc420eb7770)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1010 [select]:
github.com/cockroachdb/cockroach/pkg/kv.(*DistSender).sendToReplicas(0xc4204a8f00, 0x7f8914a11158, 0xc420cf6d00, 0x1dcd6500, 0x0, 0xc4204a8f48, 0x2, 0xc420c78f40, 0x1, 0x1, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender.go:1175 +0x19e1
github.com/cockroachdb/cockroach/pkg/kv.(*DistSender).sendRPC(0xc4204a8f00, 0x7f8914a11158, 0xc420cf6d00, 0x2, 0xc420c78f40, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender.go:408 +0x311
github.com/cockroachdb/cockroach/pkg/kv.(*DistSender).sendSingleRange(0xc4204a8f00, 0x7f8914a11118, 0xc420d43ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender.go:477 +0x16e
github.com/cockroachdb/cockroach/pkg/kv.(*DistSender).sendPartialBatch(0xc4204a8f00, 0x7f8914a11118, 0xc420d43ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender.go:944 +0x3db
github.com/cockroachdb/cockroach/pkg/kv.(*DistSender).divideAndSendBatchToRanges(0xc4204a8f00, 0x7f8914a11118, 0xc420d43ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender.go:817 +0xa64
github.com/cockroachdb/cockroach/pkg/kv.(*DistSender).Send(0xc4204a8f00, 0x7f8914a11118, 0xc420d43ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender.go:632 +0x31f
github.com/cockroachdb/cockroach/pkg/kv.(*TxnCoordSender).Send(0xc42090c160, 0x7f8914a11118, 0xc420d43ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:439 +0x382
github.com/cockroachdb/cockroach/pkg/internal/client.(*DB).send(0xc4217bd1a0, 0x7f8914a500f8, 0xc420016e38, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/internal/client/db.go:528 +0x21a
github.com/cockroachdb/cockroach/pkg/internal/client.(*DB).(github.com/cockroachdb/cockroach/pkg/internal/client.send)-fm(0x7f8914a500f8, 0xc420016e38, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/internal/client/db.go:464 +0x76
github.com/cockroachdb/cockroach/pkg/internal/client.sendAndFill(0x7f8914a500f8, 0xc420016e38, 0xc421e32bb8, 0xc4219ae000, 0xc420c78e40, 0x1807de0)
/go/src/github.com/cockroachdb/cockroach/pkg/internal/client/db.go:436 +0xf7
github.com/cockroachdb/cockroach/pkg/internal/client.(*DB).Run(0xc4217bd1a0, 0x7f8914a500f8, 0xc420016e38, 0xc4219ae000, 0xc420c78e60, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/internal/client/db.go:464 +0x9d
github.com/cockroachdb/cockroach/pkg/internal/client.(*DB).scan(0xc4217bd1a0, 0x7f8914a500f8, 0xc420016e38, 0x1807de0, 0xc420c78e40, 0x1807de0, 0xc420c78e60, 0x0, 0x21e32d00, 0x5abf3f, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/internal/client/db.go:309 +0xef
github.com/cockroachdb/cockroach/pkg/internal/client.(*DB).Scan(0xc4217bd1a0, 0x7f8914a500f8, 0xc420016e38, 0x1807de0, 0xc420c78e40, 0x1807de0, 0xc420c78e60, 0x0, 0xc4201a3200, 0xc4201a31d0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/internal/client/db.go:320 +0x9a
github.com/cockroachdb/cockroach/pkg/migrations.getCompletedMigrations(0x7f8914a500f8, 0xc420016e38, 0x243b1e0, 0xc4217bd1a0, 0x0, 0x1, 0x18f767d)
/go/src/github.com/cockroachdb/cockroach/pkg/migrations/migrations.go:285 +0x10f
github.com/cockroachdb/cockroach/pkg/migrations.AdditionalInitialDescriptors(0x7f8914a500f8, 0xc420016e38, 0x243b1e0, 0xc4217bd1a0, 0xc420016e38, 0xc420904f00, 0x7f8914a11118, 0xc4209e11d0)
/go/src/github.com/cockroachdb/cockroach/pkg/migrations/migrations.go:158 +0x6a
github.com/cockroachdb/cockroach/pkg/server.ExpectedInitialRangeCount(0xc4217bd1a0, 0x2, 0x18df941, 0x3)
/go/src/github.com/cockroachdb/cockroach/pkg/server/testserver.go:320 +0x88
github.com/cockroachdb/cockroach/pkg/server.WaitForInitialSplits(0xc4217bd1a0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/testserver.go:338 +0x2f
github.com/cockroachdb/cockroach/pkg/server.(*TestServer).WaitForInitialSplits(0xc420eb72d0, 0x7f8914a11118, 0xc4209e11d0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/testserver.go:331 +0x3b
github.com/cockroachdb/cockroach/pkg/server.(*TestServer).Start(0xc420eb72d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/server/testserver.go:298 +0x1d6
github.com/cockroachdb/cockroach/pkg/testutils/serverutils.StartServerRaw(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/serverutils/test_server_shim.go:177 +0xef
github.com/cockroachdb/cockroach/pkg/testutils/serverutils.StartServer(0x2450cc0, 0xc420b8d040, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/serverutils/test_server_shim.go:147 +0x55
github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).AddServer(0xc420ac4d20, 0x2450cc0, 0xc420b8d040, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:190 +0x9c
github.com/cockroachdb/cockroach/pkg/testutils/testcluster.StartTestCluster(0x2450cc0, 0xc420b8d040, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:169 +0x331
github.com/cockroachdb/cockroach/pkg/testutils/testcluster.TestBasicAutoReplication(0xc420b8d040)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster_test.go:182 +0xb2
testing.tRunner(0xc420b8d040, 0x194b158)
/usr/local/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:697 +0x2ca
goroutine 38 [select, locked to thread]:
runtime.gopark(0x194cca8, 0x0, 0x18e30b0, 0x6, 0x18, 0x2)
/usr/local/go/src/runtime/proc.go:271 +0x13a
runtime.selectgoImpl(0xc420850f50, 0x0, 0x18)
/usr/local/go/src/runtime/select.go:423 +0x1364
runtime.selectgo(0xc420850f50)
/usr/local/go/src/runtime/select.go:238 +0x1c
runtime.ensureSigM.func1()
/usr/local/go/src/runtime/signal_unix.go:434 +0x2dd
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2197 +0x1
goroutine 1543 [select]:
github.com/cockroachdb/cockroach/pkg/gossip.(*client).gossip(0xc4211dfa00, 0x7f8914a11118, 0xc4208df110, 0xc420d87500, 0x244c0e0, 0xc420b1f000, 0xc4211a0a00, 0xc4215b1f30, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/gossip/client.go:325 +0x3e2
github.com/cockroachdb/cockroach/pkg/gossip.(*client).startLocked.func1(0x7f8914a11118, 0xc4208df110)
/go/src/github.com/cockroachdb/cockroach/pkg/gossip/client.go:132 +0x410
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4215b1ef0, 0xc4211a0a00, 0xc4203cfa80)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1198 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc4212ba090)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420eb7700, 0xc4202fb5e0, 0xc420eb76f0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1143 [semacquire]:
sync.runtime_notifyListWait(0xc4211e2050, 0xc4000000ac)
/usr/local/go/src/runtime/sema.go:298 +0x10b
sync.(*Cond).Wait(0xc4211e2040)
/usr/local/go/src/sync/cond.go:57 +0x89
github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc4201c2b40, 0xc4202fb5e0)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:199 +0xac
github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2(0x7f8914a11118, 0xc42026b4a0)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:168 +0x33
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420eb66b0, 0xc4202fb5e0, 0xc420a0f600)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1682 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ed20)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6c90, 0xc4211a0a00, 0xc421ad6c80)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1694 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6e30, 0xc4211a0a00, 0xc421ad6e20)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1204 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420963710)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420eb77c0, 0xc4202fb5e0, 0xc420eb77b0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1568 [select]:
github.com/cockroachdb/cockroach/pkg/server.(*Node).startGossip.func1(0x7f8914a11118, 0xc4201a3770)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:660 +0x464
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6960, 0xc4211a0a00, 0xc4217bcde0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1685 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6d10, 0xc4211a0a00, 0xc421ad6d00)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1606 [chan receive]:
database/sql.(*DB).connectionOpener(0xc4211a0960)
/usr/local/go/src/database/sql/sql.go:837 +0x4a
created by database/sql.Open
/usr/local/go/src/database/sql/sql.go:582 +0x212
goroutine 1607 [select]:
github.com/cockroachdb/cockroach/pkg/security.(*CertificateManager).RegisterSignalHandler.func1(0xc4211a0a00, 0xc421435c20, 0xc421435980)
/go/src/github.com/cockroachdb/cockroach/pkg/security/certificate_manager.go:91 +0x3b5
created by github.com/cockroachdb/cockroach/pkg/security.(*CertificateManager).RegisterSignalHandler
/go/src/github.com/cockroachdb/cockroach/pkg/security/certificate_manager.go:104 +0xd0
goroutine 1625 [select]:
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc421c76300)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:1162 +0x4ed
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Client
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:283 +0x1183
goroutine 1623 [IO wait]:
net.runtime_pollWait(0x7f8914a11d78, 0x72, 0xc)
/usr/local/go/src/runtime/netpoll.go:164 +0x59
net.(*pollDesc).wait(0xc420284b58, 0x72, 0x2435960, 0x242b9d8)
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38
net.(*pollDesc).waitRead(0xc420284b58, 0xc420bb2400, 0x400)
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34
net.(*netFD).Read(0xc420284af0, 0xc420bb2400, 0x400, 0x400, 0x0, 0x2435960, 0x242b9d8)
/usr/local/go/src/net/fd_unix.go:250 +0x1b7
net.(*conn).Read(0xc42000e700, 0xc420bb2400, 0x400, 0x400, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:181 +0x70
crypto/tls.(*block).readFromUntil(0xc420dec6c0, 0x7f8914925308, 0xc42000e700, 0x5, 0xc42000e700, 0x0)
/usr/local/go/src/crypto/tls/conn.go:488 +0x98
crypto/tls.(*Conn).readRecord(0xc420bbca80, 0x194cd17, 0xc420bbcba0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:590 +0xc4
crypto/tls.(*Conn).Read(0xc420bbca80, 0xc420c8a000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:1134 +0x11d
bufio.(*Reader).Read(0xc4213a8780, 0xc42001a3b8, 0x9, 0x9, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:213 +0x312
io.ReadAtLeast(0x242d620, 0xc4213a8780, 0xc42001a3b8, 0x9, 0x9, 0x9, 0xc4204ab040, 0x194c1a8, 0x0)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x242d620, 0xc4213a8780, 0xc42001a3b8, 0x9, 0x9, 0x242dd20, 0xc420016110, 0x105000000000000)
/usr/local/go/src/io/io.go:325 +0x58
github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.readFrameHeader(0xc42001a3b8, 0x9, 0x9, 0x242d620, 0xc4213a8780, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:237 +0x7b
github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc42001a380, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:492 +0xa4
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0xc4211d3050, 0xc4213f21e0, 0xc4213f21e0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http_util.go:508 +0x2f
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc421c76300)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:1043 +0xcd
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Client
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:251 +0xcc6
goroutine 1608 [chan receive]:
github.com/cockroachdb/cockroach/pkg/rpc.NewContext.func1(0x7f8914a11118, 0xc4211d2a80)
/go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:176 +0x76
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420661d60, 0xc4211a0a00, 0xc4217bce40)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1622 [IO wait]:
net.runtime_pollWait(0x7f8914a11bf8, 0x72, 0xd)
/usr/local/go/src/runtime/netpoll.go:164 +0x59
net.(*pollDesc).wait(0xc42058bfe8, 0x72, 0x2435960, 0x242b9d8)
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38
net.(*pollDesc).waitRead(0xc42058bfe8, 0xc420c24000, 0x400)
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34
net.(*netFD).Read(0xc42058bf80, 0xc420c24000, 0x400, 0x400, 0x0, 0x2435960, 0x242b9d8)
/usr/local/go/src/net/fd_unix.go:250 +0x1b7
net.(*conn).Read(0xc42000e6f8, 0xc420c24000, 0x400, 0x400, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:181 +0x70
github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc421e20000, 0xc420c24000, 0x400, 0x400, 0x182c7e0, 0x0, 0x7f8914925330)
/go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:218 +0x113
crypto/tls.(*block).readFromUntil(0xc4211d2d20, 0x7f8914925330, 0xc421e20000, 0x5, 0xc421e20000, 0x0)
/usr/local/go/src/crypto/tls/conn.go:488 +0x98
crypto/tls.(*Conn).readRecord(0xc421dde380, 0x194cd17, 0xc421dde4a0, 0x5c8686)
/usr/local/go/src/crypto/tls/conn.go:590 +0xc4
crypto/tls.(*Conn).Read(0xc421dde380, 0xc420c7a000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:1134 +0x11d
bufio.(*Reader).Read(0xc421adb020, 0xc421af8e38, 0x9, 0x9, 0xc420014550, 0x20bbbae0, 0xc420bbbb48)
/usr/local/go/src/bufio/bufio.go:213 +0x312
io.ReadAtLeast(0x242d620, 0xc421adb020, 0xc421af8e38, 0x9, 0x9, 0x9, 0xc420d3e338, 0x24320e0, 0xc420d3e480)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x242d620, 0xc421adb020, 0xc421af8e38, 0x9, 0x9, 0xa68d0f, 0xc420b88240, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.readFrameHeader(0xc421af8e38, 0x9, 0x9, 0x242d620, 0xc421adb020, 0x0, 0x1000100000000, 0xd00000040, 0x4000010001)
/go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:237 +0x7b
github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc421af8e00, 0x40, 0x40, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:492 +0xa4
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0xc420d420f0, 0xc420d3e420, 0xc420d3e420, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http_util.go:508 +0x2f
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc421af8fc0, 0xc420d42240, 0x194c0b0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:307 +0x2bf
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc421af8380, 0x244b5a0, 0xc421af8fc0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:505 +0x162
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveHTTP2Transport(0xc421af8380, 0x244c080, 0xc421dde380, 0x2434de0, 0xc42090d290)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:486 +0x42c
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).handleRawConn(0xc421af8380, 0x244d280, 0xc421e20000)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:457 +0x4aa
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).Serve
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:426 +0x587
goroutine 1673 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3eb70)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6b70, 0xc4211a0a00, 0xc421ad6b60)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1674 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3eba0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6b90, 0xc4211a0a00, 0xc421ad6b80)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1675 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ebd0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6bb0, 0xc4211a0a00, 0xc421ad6ba0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1672 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3eb40)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6b50, 0xc4211a0a00, 0xc421ad6b40)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1677 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ec30)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6bf0, 0xc4211a0a00, 0xc421ad6be0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1676 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ec00)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6bd0, 0xc4211a0a00, 0xc421ad6bc0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1567 [select]:
github.com/cockroachdb/cockroach/pkg/server.(*Node).startComputePeriodicMetrics.func1(0x7f8914a11118, 0xc4201a3710)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:701 +0x223
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6950, 0xc4211a0a00, 0xc4217bcdc0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1690 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6db0, 0xc4211a0a00, 0xc421ad6da0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1695 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6e50, 0xc4211a0a00, 0xc421ad6e40)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1692 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6df0, 0xc4211a0a00, 0xc421ad6de0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1626 [select]:
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.newClientStream.func3(0x244b540, 0xc421c76300, 0xc421e96000, 0xc4202894a0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/stream.go:236 +0x40f
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.newClientStream
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/stream.go:256 +0xc94
goroutine 1693 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6e10, 0xc4211a0a00, 0xc421ad6e00)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1691 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6dd0, 0xc4211a0a00, 0xc421ad6dc0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1569 [select]:
github.com/cockroachdb/cockroach/pkg/server.(*Server).startSampleEnvironment.func1(0x7f8914a11118, 0xc4201a37a0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:918 +0x185
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6a80, 0xc4211a0a00, 0xc4217bce80)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1666 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/syncutil.(*Mutex).Unlock(0xc420dc2820)
/go/src/github.com/cockroachdb/cockroach/pkg/util/syncutil/mutex_sync.go:39 +0x41
github.com/cockroachdb/cockroach/pkg/util/metric.(*Histogram).Windowed(0xc420dc27e0, 0xc4211f11a0, 0x7fffffffffffffff)
/go/src/github.com/cockroachdb/cockroach/pkg/util/metric/metric.go:202 +0xb6
github.com/cockroachdb/cockroach/pkg/server/status.eachRecordableValue.func1(0xc4217bd720, 0x12, 0x1858360, 0xc420dc27e0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/status/recorder.go:396 +0x67
github.com/cockroachdb/cockroach/pkg/util/metric.(*Registry).Each.func1(0x1858360, 0xc420dc27e0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/metric/registry.go:121 +0x6c
github.com/cockroachdb/cockroach/pkg/util/metric.(*Histogram).Inspect(0xc420dc27e0, 0xc420b252a0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/metric/metric.go:247 +0x8c
github.com/cockroachdb/cockroach/pkg/util/metric.(*Registry).Each(0xc420cf6340, 0xc4215902b0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/metric/registry.go:122 +0x12c
github.com/cockroachdb/cockroach/pkg/server/status.eachRecordableValue(0xc420cf6340, 0xc420dae5c0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/status/recorder.go:408 +0x71
github.com/cockroachdb/cockroach/pkg/server/status.registryRecorder.record(0xc420cf6340, 0x18e82ae, 0xa, 0xc42159026a, 0x1, 0x14b726fb36dcfb19, 0xc420901220)
/go/src/github.com/cockroachdb/cockroach/pkg/server/status/recorder.go:423 +0xbb
github.com/cockroachdb/cockroach/pkg/server/status.(*MetricsRecorder).GetTimeSeriesData(0xc4208dd040, 0x0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/status/recorder.go:242 +0x206
github.com/cockroachdb/cockroach/pkg/ts.(*poller).poll.func1(0x7f8914a11118, 0xc421319fb0)
/go/src/github.com/cockroachdb/cockroach/pkg/ts/db.go:105 +0x4a
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTask(0xc4211a0a00, 0x7f8914a11118, 0xc421319fb0, 0xc4208fbe98, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:247 +0x12f
github.com/cockroachdb/cockroach/pkg/ts.(*poller).poll(0xc420b573e0)
/go/src/github.com/cockroachdb/cockroach/pkg/ts/db.go:116 +0xc1
github.com/cockroachdb/cockroach/pkg/ts.(*poller).start.func1(0x7f8914a11118, 0xc4201a37d0)
/go/src/github.com/cockroachdb/cockroach/pkg/ts/db.go:86 +0x41
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6aa0, 0xc4211a0a00, 0xc421ad6a90)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1667 [semacquire]:
sync.runtime_SemacquireMutex(0xc4208dd044)
/usr/local/go/src/runtime/sema.go:62 +0x34
sync.(*Mutex).Lock(0xc4208dd040)
/usr/local/go/src/sync/mutex.go:87 +0x9d
github.com/cockroachdb/cockroach/pkg/util/syncutil.(*Mutex).Lock(0xc4208dd040)
/go/src/github.com/cockroachdb/cockroach/pkg/util/syncutil/mutex_sync.go:34 +0x2d
github.com/cockroachdb/cockroach/pkg/server/status.(*MetricsRecorder).GetStatusSummary(0xc4208dd040, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/status/recorder.go:262 +0x51
github.com/cockroachdb/cockroach/pkg/server/status.(*MetricsRecorder).WriteStatusSummary(0xc4208dd040, 0x7f8914a11118, 0xc420d3ea50, 0xc4217bd1a0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/status/recorder.go:324 +0xab
github.com/cockroachdb/cockroach/pkg/server.(*Node).writeSummaries.func1(0x7f8914a11118, 0xc420d3ea50)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:755 +0x5e
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTask(0xc4211a0a00, 0x7f8914a11118, 0xc420d3ea50, 0xc4208fae50, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:247 +0x12f
github.com/cockroachdb/cockroach/pkg/server.(*Node).writeSummaries(0xc420c3ab00, 0x7f8914a11118, 0xc420d3ea50, 0x0, 0xc420d3ea50)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:756 +0x86
github.com/cockroachdb/cockroach/pkg/server.(*Node).startWriteSummaries.func1(0x7f8914a11118, 0xc420d3ea50)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:732 +0x67
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6ab0, 0xc4211a0a00, 0xc4217bcea0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1668 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ea80)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6ad0, 0xc4211a0a00, 0xc421ad6ac0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1669 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3eab0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6af0, 0xc4211a0a00, 0xc421ad6ae0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1670 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3eae0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6b10, 0xc4211a0a00, 0xc421ad6b00)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1671 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3eb10)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6b30, 0xc4211a0a00, 0xc421ad6b20)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1679 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ec90)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6c30, 0xc4211a0a00, 0xc421ad6c20)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1680 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ecc0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6c50, 0xc4211a0a00, 0xc421ad6c40)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1678 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ec60)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6c10, 0xc4211a0a00, 0xc421ad6c00)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1199 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc4212ba0c0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420eb7720, 0xc4202fb5e0, 0xc420eb7710)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1684 [runnable]:
github.com/cockroachdb/cockroach/pkg/sql/sqlbase.(*ForeignKeyReference).Unmarshal(0xc4211d4130, 0xc4204cc290, 0xa, 0x70, 0x1, 0xc420326350)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/sqlbase/structured.pb.go:2751 +0x4f4
github.com/cockroachdb/cockroach/pkg/sql/sqlbase.(*IndexDescriptor).Unmarshal(0xc4211d4070, 0xc4204cc269, 0x33, 0x97, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/sqlbase/structured.pb.go:3773 +0x1faf
github.com/cockroachdb/cockroach/pkg/sql/sqlbase.(*TableDescriptor).Unmarshal(0xc4211d4000, 0xc4204cc208, 0xec, 0xf8, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/sqlbase/structured.pb.go:4457 +0x14ba
github.com/cockroachdb/cockroach/pkg/sql/sqlbase.(*Descriptor).Unmarshal(0xc4203262f0, 0xc4204cc205, 0xef, 0xfb, 0xc4203262f0, 0x1)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/sqlbase/structured.pb.go:5570 +0x226
github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/proto.UnmarshalMerge(0xc4204cc205, 0xef, 0xfb, 0x2440460, 0xc4203262f0, 0xc420d81508, 0x5adfd2)
/go/src/github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/proto/decode.go:410 +0x117
github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/proto.Unmarshal(0xc4204cc205, 0xef, 0xfb, 0x2440460, 0xc4203262f0, 0x10, 0xc4203262f0)
/go/src/github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/proto/decode.go:398 +0x67
github.com/cockroachdb/cockroach/pkg/roachpb.Value.GetProto(0xc4204cc200, 0xf4, 0x100, 0x14b726fb2e9595ab, 0x0, 0x2440460, 0xc4203262f0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/roachpb/data.go:509 +0x132
github.com/cockroachdb/cockroach/pkg/sql.(*SchemaChangeManager).Start.func1(0x7f8914a11118, 0xc420d3edb0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/schema_changer.go:788 +0x5cc
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6cc0, 0xc4211a0a00, 0xc4217bcee0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1683 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ed80)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6cb0, 0xc4211a0a00, 0xc421ad6ca0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1681 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ecf0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6c70, 0xc4211a0a00, 0xc421ad6c60)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 981 [select]:
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc421cbe4e0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/clientconn.go:859 +0x666
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn.func1(0xc421cbe4e0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/clientconn.go:604 +0x1d9
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/clientconn.go:605 +0x715
goroutine 1255 [select]:
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Server).controller(0xc420dfa460)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:742 +0x743
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Server
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:161 +0x896
goroutine 1256 [IO wait]:
net.runtime_pollWait(0x7f8914a11a78, 0x72, 0x8)
/usr/local/go/src/runtime/netpoll.go:164 +0x59
net.(*pollDesc).wait(0xc4212aa768, 0x72, 0x2435960, 0x242b9d8)
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38
net.(*pollDesc).waitRead(0xc4212aa768, 0xc421ee4000, 0x400)
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34
net.(*netFD).Read(0xc4212aa700, 0xc421ee4000, 0x400, 0x400, 0x0, 0x2435960, 0x242b9d8)
/usr/local/go/src/net/fd_unix.go:250 +0x1b7
net.(*conn).Read(0xc4212420a8, 0xc421ee4000, 0x400, 0x400, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:181 +0x70
crypto/tls.(*block).readFromUntil(0xc4213c0030, 0x7f8914925308, 0xc4212420a8, 0x5, 0xc4212420a8, 0x0)
/usr/local/go/src/crypto/tls/conn.go:488 +0x98
crypto/tls.(*Conn).readRecord(0xc4219b2380, 0x194cd17, 0xc4219b24a0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:590 +0xc4
crypto/tls.(*Conn).Read(0xc4219b2380, 0xc421c50000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:1134 +0x11d
bufio.(*Reader).Read(0xc420b20420, 0xc420dfa578, 0x9, 0x9, 0x9, 0x0, 0x18)
/usr/local/go/src/bufio/bufio.go:213 +0x312
io.ReadAtLeast(0x242d620, 0xc420b20420, 0xc420dfa578, 0x9, 0x9, 0x9, 0xc4209fedb8, 0x5ae828, 0x30)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x242d620, 0xc420b20420, 0xc420dfa578, 0x9, 0x9, 0xf95a5a0000000000, 0xf900000000000000, 0x2)
/usr/local/go/src/io/io.go:325 +0x58
github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.readFrameHeader(0xc420dfa578, 0x9, 0x9, 0x242d620, 0xc420b20420, 0x0, 0x0, 0xc420de19b0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:237 +0x7b
github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc420dfa540, 0x2437ea0, 0xc420de19b0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:492 +0xa4
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0xc420205ef0, 0xc420de19b0, 0xc420de19b0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http_util.go:508 +0x2f
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc4210bc900)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:1043 +0xcd
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Client
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:251 +0xcc6
goroutine 1609 [select]:
github.com/cockroachdb/cockroach/pkg/kv.(*TxnCoordSender).printStatsLoop(0xc42090c160, 0x7f8914a11118, 0xc4211d2ab0)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:220 +0xb4a
github.com/cockroachdb/cockroach/pkg/kv.NewTxnCoordSender.func1(0x7f8914a11118, 0xc4211d2ab0)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:204 +0x3e
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4203c6790, 0xc4211a0a00, 0xc4203c6710)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1627 [select]:
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc4213c54c0, 0xc421235030, 0x5, 0x5, 0x0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/transport.go:143 +0x556
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc421e96000, 0xc421235030, 0x5, 0x5, 0x0, 0x1, 0x4)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/transport.go:333 +0x5c
io.ReadAtLeast(0x2431fa0, 0xc421e96000, 0xc421235030, 0x5, 0x5, 0x5, 0xc420854c18, 0x1, 0xc420854c90)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x2431fa0, 0xc421e96000, 0xc421235030, 0x5, 0x5, 0x0, 0x0, 0x1742260)
/usr/local/go/src/io/io.g
```
Please assign, take a look and update the issue accordingly. | 1.0 | teamcity: failed tests on master: test/TestBasicAutoReplication, test/TestTxnDBReadSkewAnomaly, test/TestExport, test/TestPGPreparedExec, test/TestFindValidSplitKeys, test/TestFakeSpanResolver, test/TestPurgeOldLeases, test/TestLivenessAPI, test/TestBackupRestoreStatementResult, test/TestDB_Inc, test/TestStoreInitAndBootstrap, test/Example_max_results - The following tests appear to have failed:
[#229799](https://teamcity.cockroachdb.com/viewLog.html?buildId=229799):
```
--- FAIL: test/TestBasicAutoReplication (0.000s)
Test ended in panic.
------- Stdout: -------
W170420 16:11:01.754899 1010 server/status/runtime.go:111 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I170420 16:11:01.756360 1010 server/config.go:403 1 storage engine initialized
I170420 16:11:01.756573 1010 server/node.go:444 [n?] store [n0,s0] not bootstrapped
I170420 16:11:01.758315 1010 server/node.go:379 [n?] **** cluster 9317afc4-e3e8-454d-9293-77a3fc05b3d0 has been created
I170420 16:11:01.758332 1010 server/node.go:380 [n?] **** add additional nodes by specifying --join=127.0.0.1:45013
I170420 16:11:01.758765 1010 storage/store.go:1256 [n1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I170420 16:11:01.758794 1010 server/node.go:457 [n1] initialized store [n1,s1]: {Capacity:536870912 Available:536870912 RangeCount:1 LeaseCount:0}
I170420 16:11:01.758815 1010 server/node.go:348 [n1] node ID 1 initialized
I170420 16:11:01.758856 1010 gossip/gossip.go:307 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:45013" > attrs:<> locality:<>
I170420 16:11:01.758981 1010 storage/stores.go:296 [n1] read 0 node addresses from persistent storage
I170420 16:11:01.759021 1010 server/node.go:607 [n1] connecting to gossip network to verify cluster ID...
I170420 16:11:01.759883 1010 server/node.go:632 [n1] node connected via gossip and verified as part of cluster "9317afc4-e3e8-454d-9293-77a3fc05b3d0"
I170420 16:11:01.759907 1010 server/node.go:395 [n1] node=1: started with [[]=] engine(s) and attributes []
I170420 16:11:01.759952 1010 sql/executor.go:326 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:45013}
I170420 16:11:01.763438 1010 server/server.go:722 [n1] starting https server at 127.0.0.1:60673
I170420 16:11:01.763462 1010 server/server.go:723 [n1] starting grpc/postgres server at 127.0.0.1:45013
I170420 16:11:01.763471 1010 server/server.go:724 [n1] advertising CockroachDB node at 127.0.0.1:45013
I170420 16:11:01.767276 1178 storage/split_queue.go:92 [split,n1,s1,r1/1:/M{in-ax},@c421de2300] splitting at key /System/""
I170420 16:11:01.769922 1178 storage/replica_command.go:2626 [split,n1,s1,r1/1:/M{in-ax},@c421de2300] initiating a split of this range at key /System/"" [r2]
I170420 16:11:01.781071 1178 storage/split_queue.go:92 [split,n1,s1,r2/1:/{System/-Max},@c42126ac00] splitting at key /System/tsd
I170420 16:11:01.781113 1178 storage/replica_command.go:2626 [split,n1,s1,r2/1:/{System/-Max},@c42126ac00] initiating a split of this range at key /System/tsd [r3]
I170420 16:11:01.784558 1010 sql/event_log.go:101 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN uniqueID SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I170420 16:11:01.786101 1178 storage/split_queue.go:92 [split,n1,s1,r3/1:/{System/tsd-Max},@c420afc600] splitting at key /System/"tse"
I170420 16:11:01.786127 1178 storage/replica_command.go:2626 [split,n1,s1,r3/1:/{System/tsd-Max},@c420afc600] initiating a split of this range at key /System/"tse" [r4]
I170420 16:11:01.793540 1178 storage/split_queue.go:92 [split,n1,s1,r4/1:/{System/tse-Max},@c420afdb00] splitting at key /Table/0/0
I170420 16:11:01.793571 1178 storage/replica_command.go:2626 [split,n1,s1,r4/1:/{System/tse-Max},@c420afdb00] initiating a split of this range at key /Table/0 [r5]
I170420 16:11:01.793902 1010 sql/lease.go:372 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-04-20 16:11:01.79388696 +0000 UTC
E170420 16:11:01.797512 1134 storage/replica_proposal.go:457 [n1,s1,r4/1:/{System/tse-Max},@c420afdb00] could not load SystemConfig span: must retry later due to intent on SystemConfigSpan
I170420 16:11:01.797895 1178 storage/split_queue.go:92 [split,n1,s1,r5/1:/{Table/0-Max},@c421368000] splitting at key /Table/11/0
I170420 16:11:01.797919 1178 storage/replica_command.go:2626 [split,n1,s1,r5/1:/{Table/0-Max},@c421368000] initiating a split of this range at key /Table/11 [r6]
I170420 16:11:01.814968 1010 server/server.go:833 [n1] done ensuring all necessary migrations have run
I170420 16:11:01.814998 1010 server/server.go:835 [n1] serving sql connections
I170420 16:11:01.818145 1426 sql/event_log.go:101 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:45013} Attrs: Locality:} ClusterID:9317afc4-e3e8-454d-9293-77a3fc05b3d0 StartedAt:1492704661759895175 LastUp:1492704661759895175}
I170420 16:11:01.823708 1178 storage/split_queue.go:92 [split,n1,s1,r6/1:/{Table/11-Max},@c4210d8c00] splitting at key /Table/12/0
I170420 16:11:01.823750 1178 storage/replica_command.go:2626 [split,n1,s1,r6/1:/{Table/11-Max},@c4210d8c00] initiating a split of this range at key /Table/12 [r7]
I170420 16:11:01.831223 1178 storage/split_queue.go:92 [split,n1,s1,r7/1:/{Table/12-Max},@c420b60c00] splitting at key /Table/13/0
I170420 16:11:01.831256 1178 storage/replica_command.go:2626 [split,n1,s1,r7/1:/{Table/12-Max},@c420b60c00] initiating a split of this range at key /Table/13 [r8]
I170420 16:11:01.835840 1178 storage/split_queue.go:92 [split,n1,s1,r8/1:/{Table/13-Max},@c421579b00] splitting at key /Table/14/0
I170420 16:11:01.835869 1178 storage/replica_command.go:2626 [split,n1,s1,r8/1:/{Table/13-Max},@c421579b00] initiating a split of this range at key /Table/14 [r9]
I170420 16:11:01.842916 1178 storage/split_queue.go:92 [split,n1,s1,r9/1:/{Table/14-Max},@c420b61500] splitting at key /Table/15/0
I170420 16:11:01.842954 1178 storage/replica_command.go:2626 [split,n1,s1,r9/1:/{Table/14-Max},@c420b61500] initiating a split of this range at key /Table/15 [r10]
W170420 16:11:01.854331 1010 gossip/gossip.go:1192 [n?] no incoming or outgoing connections
W170420 16:11:01.855304 1010 server/status/runtime.go:111 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I170420 16:11:01.856500 1010 server/config.go:403 1 storage engine initialized
I170420 16:11:01.856707 1010 server/node.go:444 [n?] store [n0,s0] not bootstrapped
I170420 16:11:01.856725 1010 storage/stores.go:296 [n?] read 0 node addresses from persistent storage
I170420 16:11:01.856745 1010 server/node.go:607 [n?] connecting to gossip network to verify cluster ID...
I170420 16:11:01.887967 1543 gossip/client.go:131 [n?] started gossip client to 127.0.0.1:45013
I170420 16:11:01.888340 1629 gossip/server.go:234 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:36517}
I170420 16:11:01.890507 1010 server/node.go:632 [n?] node connected via gossip and verified as part of cluster "9317afc4-e3e8-454d-9293-77a3fc05b3d0"
I170420 16:11:01.890574 1441 storage/stores.go:312 [n?] wrote 1 node addresses to persistent storage
I170420 16:11:01.892216 1010 kv/dist_sender.go:370 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I170420 16:11:01.892839 1010 server/node.go:341 [n?] new node allocated ID 2
I170420 16:11:01.892885 1010 gossip/gossip.go:307 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:36517" > attrs:<> locality:<>
I170420 16:11:01.892934 1010 server/node.go:395 [n2] node=2: started with [[]=] engine(s) and attributes []
I170420 16:11:01.892984 1010 sql/executor.go:326 [n2] creating distSQLPlanner with address {tcp 127.0.0.1:36517}
I170420 16:11:01.894985 1010 server/server.go:722 [n2] starting https server at 127.0.0.1:51482
I170420 16:11:01.895007 1010 server/server.go:723 [n2] starting grpc/postgres server at 127.0.0.1:36517
I170420 16:11:01.895015 1010 server/server.go:724 [n2] advertising CockroachDB node at 127.0.0.1:36517
I170420 16:11:01.896992 1594 storage/stores.go:312 [n1] wrote 1 node addresses to persistent storage
I170420 16:11:01.897105 1010 server/server.go:833 [n2] done ensuring all necessary migrations have run
I170420 16:11:01.897123 1010 server/server.go:835 [n2] serving sql connections
testcluster.test: /go/src/github.com/cockroachdb/cockroach/c-deps/rocksdb.src/db/inlineskiplist.h:424: int rocksdb::InlineSkipList<Comparator>::RandomHeight() [with Comparator = const rocksdb::MemTableRep::KeyComparator&]: Assertion `height <= kMaxHeight_' failed.
SIGABRT: abort
PC=0x7f8913e08428 m=6 sigcode=18446744073709551610
signal arrived during cgo execution
goroutine 1566 [syscall, locked to thread]:
runtime.cgocall(0x12fa0d0, 0xc42102b2d8, 0xc42102b2c8)
/usr/local/go/src/runtime/cgocall.go:131 +0xe2 fp=0xc42102b270 sp=0xc42102b230
github.com/cockroachdb/cockroach/pkg/storage/engine._Cfunc_DBPut(0x7f89100eda80, 0xc420e29a5a, 0x6, 0x0, 0x0, 0xc420cf68c0, 0x29, 0x0, 0x0)
github.com/cockroachdb/cockroach/pkg/storage/engine/_obj/_cgo_gotypes.go:580 +0x5d fp=0xc42102b2d8 sp=0xc42102b270
github.com/cockroachdb/cockroach/pkg/storage/engine.dbPut.func1(0x7f89100eda80, 0xc420e29a5a, 0x6, 0x0, 0x0, 0xc420cf68c0, 0x29, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:1577 +0xa6 fp=0xc42102b340 sp=0xc42102b2d8
github.com/cockroachdb/cockroach/pkg/storage/engine.dbPut(0x7f89100eda80, 0xc420e29a5a, 0x6, 0x6, 0x0, 0x0, 0xc420cf68c0, 0x29, 0x39, 0x1b, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:1577 +0x1c5 fp=0xc42102b450 sp=0xc42102b340
github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).Put(0xc42090c420, 0xc420e29a5a, 0x6, 0x6, 0x0, 0x0, 0xc420cf68c0, 0x29, 0x39, 0x39, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:475 +0x80 fp=0xc42102b4b8 sp=0xc42102b450
github.com/cockroachdb/cockroach/pkg/storage/engine.InMem.Put(0xc42090c420, 0xc420e29a5a, 0x6, 0x6, 0x0, 0x0, 0xc420cf68c0, 0x29, 0x39, 0x0, ...)
<autogenerated>:137 +0x93 fp=0xc42102b520 sp=0xc42102b4b8
github.com/cockroachdb/cockroach/pkg/storage/engine.(*putBuffer).putMeta(0xc4212067e0, 0x7f8914a54300, 0xc42090c420, 0xc420e29a5a, 0x6, 0x6, 0x0, 0x0, 0xc4212067e0, 0xc420c790a0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/mvcc.go:867 +0xcd fp=0xc42102b5e0 sp=0xc42102b520
github.com/cockroachdb/cockroach/pkg/storage/engine.mvccPutInternal(0x7f8914a11118, 0xc4209e11d0, 0x7f8914a54300, 0xc42090c420, 0x0, 0x0, 0x0, 0xc420e29a5a, 0x6, 0x6, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/mvcc.go:1054 +0x437 fp=0xc42102baa8 sp=0xc42102b5e0
github.com/cockroachdb/cockroach/pkg/storage/engine.mvccPutUsingIter(0x7f8914a11118, 0xc4209e11d0, 0x7f8914a54300, 0xc42090c420, 0x0, 0x0, 0x0, 0xc420e29a5a, 0x6, 0x6, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/mvcc.go:967 +0x15a fp=0xc42102bb88 sp=0xc42102baa8
github.com/cockroachdb/cockroach/pkg/storage/engine.MVCCPut(0x7f8914a11118, 0xc4209e11d0, 0x7f8914a54250, 0xc42090c420, 0x0, 0xc420e29a5a, 0x6, 0x6, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/mvcc.go:902 +0x1e0 fp=0xc42102bc50 sp=0xc42102bb88
github.com/cockroachdb/cockroach/pkg/storage/engine.MVCCPutProto(0x7f8914a11118, 0xc4209e11d0, 0x7f8914a54250, 0xc42090c420, 0x0, 0xc420e29a5a, 0x6, 0x6, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/mvcc.go:488 +0x1bb fp=0xc42102bd18 sp=0xc42102bc50
github.com/cockroachdb/cockroach/pkg/storage.(*Store).Bootstrap(0xc421b2f000, 0x4d45e8e3c4af1793, 0xd0b305fca3779392, 0x200000002, 0xc4217bd1a0, 0x2)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1507 +0x44c fp=0xc42102be08 sp=0xc42102bd18
github.com/cockroachdb/cockroach/pkg/server.(*Node).bootstrapStores(0xc420c3ab00, 0x7f8914a11118, 0xc4209e11d0, 0xc4212427b0, 0x1, 0x1, 0xc4211a0a00)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:580 +0x1e1 fp=0xc42102bf10 sp=0xc42102be08
github.com/cockroachdb/cockroach/pkg/server.(*Node).initStores.func2(0x7f8914a11118, 0xc4209e11d0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:524 +0x62 fp=0xc42102bf58 sp=0xc42102bf10
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask.func1(0xc4211a0a00, 0x7f8914a11118, 0xc4209e11d0, 0x214ff5b, 0xe, 0x20d, 0x0, 0x0, 0xc421319ef0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:294 +0xf3 fp=0xc42102bf98 sp=0xc42102bf58
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc42102bfa0 sp=0xc42102bf98
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:295 +0x14a
goroutine 1 [chan receive]:
testing.(*T).Run(0xc420066820, 0x18f7ed8, 0x18, 0x194b158, 0xc4205abc01)
/usr/local/go/src/testing/testing.go:698 +0x2f4
testing.runTests.func1(0xc420066820)
/usr/local/go/src/testing/testing.go:882 +0x67
testing.tRunner(0xc420066820, 0xc4205abda0)
/usr/local/go/src/testing/testing.go:657 +0x96
testing.runTests(0xc4204f58c0, 0x241e360, 0x4, 0x4, 0x10)
/usr/local/go/src/testing/testing.go:888 +0x2c1
testing.(*M).Run(0xc420381f20, 0x28ab1e0)
/usr/local/go/src/testing/testing.go:822 +0xfc
github.com/cockroachdb/cockroach/pkg/testutils/testcluster.TestMain(0xc4205abf20)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/main_test.go:34 +0xaf
main.main()
github.com/cockroachdb/cockroach/pkg/testutils/testcluster/_test/_testmain.go:46 +0xf7
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2197 +0x1
goroutine 5 [chan receive]:
github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).flushDaemon(0x287d2a0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:1003 +0x77
created by github.com/cockroachdb/cockroach/pkg/util/log.init.1
/go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:566 +0xd9
goroutine 6 [syscall]:
os/signal.signal_recv(0x0)
/usr/local/go/src/runtime/sigqueue.go:116 +0x104
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.1
/usr/local/go/src/os/signal/signal_unix.go:28 +0x41
goroutine 1202 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc4209636b0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420eb7780, 0xc4202fb5e0, 0xc420eb7770)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1010 [select]:
github.com/cockroachdb/cockroach/pkg/kv.(*DistSender).sendToReplicas(0xc4204a8f00, 0x7f8914a11158, 0xc420cf6d00, 0x1dcd6500, 0x0, 0xc4204a8f48, 0x2, 0xc420c78f40, 0x1, 0x1, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender.go:1175 +0x19e1
github.com/cockroachdb/cockroach/pkg/kv.(*DistSender).sendRPC(0xc4204a8f00, 0x7f8914a11158, 0xc420cf6d00, 0x2, 0xc420c78f40, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender.go:408 +0x311
github.com/cockroachdb/cockroach/pkg/kv.(*DistSender).sendSingleRange(0xc4204a8f00, 0x7f8914a11118, 0xc420d43ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender.go:477 +0x16e
github.com/cockroachdb/cockroach/pkg/kv.(*DistSender).sendPartialBatch(0xc4204a8f00, 0x7f8914a11118, 0xc420d43ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender.go:944 +0x3db
github.com/cockroachdb/cockroach/pkg/kv.(*DistSender).divideAndSendBatchToRanges(0xc4204a8f00, 0x7f8914a11118, 0xc420d43ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender.go:817 +0xa64
github.com/cockroachdb/cockroach/pkg/kv.(*DistSender).Send(0xc4204a8f00, 0x7f8914a11118, 0xc420d43ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender.go:632 +0x31f
github.com/cockroachdb/cockroach/pkg/kv.(*TxnCoordSender).Send(0xc42090c160, 0x7f8914a11118, 0xc420d43ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:439 +0x382
github.com/cockroachdb/cockroach/pkg/internal/client.(*DB).send(0xc4217bd1a0, 0x7f8914a500f8, 0xc420016e38, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/internal/client/db.go:528 +0x21a
github.com/cockroachdb/cockroach/pkg/internal/client.(*DB).(github.com/cockroachdb/cockroach/pkg/internal/client.send)-fm(0x7f8914a500f8, 0xc420016e38, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/internal/client/db.go:464 +0x76
github.com/cockroachdb/cockroach/pkg/internal/client.sendAndFill(0x7f8914a500f8, 0xc420016e38, 0xc421e32bb8, 0xc4219ae000, 0xc420c78e40, 0x1807de0)
/go/src/github.com/cockroachdb/cockroach/pkg/internal/client/db.go:436 +0xf7
github.com/cockroachdb/cockroach/pkg/internal/client.(*DB).Run(0xc4217bd1a0, 0x7f8914a500f8, 0xc420016e38, 0xc4219ae000, 0xc420c78e60, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/internal/client/db.go:464 +0x9d
github.com/cockroachdb/cockroach/pkg/internal/client.(*DB).scan(0xc4217bd1a0, 0x7f8914a500f8, 0xc420016e38, 0x1807de0, 0xc420c78e40, 0x1807de0, 0xc420c78e60, 0x0, 0x21e32d00, 0x5abf3f, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/internal/client/db.go:309 +0xef
github.com/cockroachdb/cockroach/pkg/internal/client.(*DB).Scan(0xc4217bd1a0, 0x7f8914a500f8, 0xc420016e38, 0x1807de0, 0xc420c78e40, 0x1807de0, 0xc420c78e60, 0x0, 0xc4201a3200, 0xc4201a31d0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/internal/client/db.go:320 +0x9a
github.com/cockroachdb/cockroach/pkg/migrations.getCompletedMigrations(0x7f8914a500f8, 0xc420016e38, 0x243b1e0, 0xc4217bd1a0, 0x0, 0x1, 0x18f767d)
/go/src/github.com/cockroachdb/cockroach/pkg/migrations/migrations.go:285 +0x10f
github.com/cockroachdb/cockroach/pkg/migrations.AdditionalInitialDescriptors(0x7f8914a500f8, 0xc420016e38, 0x243b1e0, 0xc4217bd1a0, 0xc420016e38, 0xc420904f00, 0x7f8914a11118, 0xc4209e11d0)
/go/src/github.com/cockroachdb/cockroach/pkg/migrations/migrations.go:158 +0x6a
github.com/cockroachdb/cockroach/pkg/server.ExpectedInitialRangeCount(0xc4217bd1a0, 0x2, 0x18df941, 0x3)
/go/src/github.com/cockroachdb/cockroach/pkg/server/testserver.go:320 +0x88
github.com/cockroachdb/cockroach/pkg/server.WaitForInitialSplits(0xc4217bd1a0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/testserver.go:338 +0x2f
github.com/cockroachdb/cockroach/pkg/server.(*TestServer).WaitForInitialSplits(0xc420eb72d0, 0x7f8914a11118, 0xc4209e11d0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/testserver.go:331 +0x3b
github.com/cockroachdb/cockroach/pkg/server.(*TestServer).Start(0xc420eb72d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/server/testserver.go:298 +0x1d6
github.com/cockroachdb/cockroach/pkg/testutils/serverutils.StartServerRaw(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/serverutils/test_server_shim.go:177 +0xef
github.com/cockroachdb/cockroach/pkg/testutils/serverutils.StartServer(0x2450cc0, 0xc420b8d040, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/serverutils/test_server_shim.go:147 +0x55
github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).AddServer(0xc420ac4d20, 0x2450cc0, 0xc420b8d040, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:190 +0x9c
github.com/cockroachdb/cockroach/pkg/testutils/testcluster.StartTestCluster(0x2450cc0, 0xc420b8d040, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:169 +0x331
github.com/cockroachdb/cockroach/pkg/testutils/testcluster.TestBasicAutoReplication(0xc420b8d040)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster_test.go:182 +0xb2
testing.tRunner(0xc420b8d040, 0x194b158)
/usr/local/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:697 +0x2ca
goroutine 38 [select, locked to thread]:
runtime.gopark(0x194cca8, 0x0, 0x18e30b0, 0x6, 0x18, 0x2)
/usr/local/go/src/runtime/proc.go:271 +0x13a
runtime.selectgoImpl(0xc420850f50, 0x0, 0x18)
/usr/local/go/src/runtime/select.go:423 +0x1364
runtime.selectgo(0xc420850f50)
/usr/local/go/src/runtime/select.go:238 +0x1c
runtime.ensureSigM.func1()
/usr/local/go/src/runtime/signal_unix.go:434 +0x2dd
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2197 +0x1
goroutine 1543 [select]:
github.com/cockroachdb/cockroach/pkg/gossip.(*client).gossip(0xc4211dfa00, 0x7f8914a11118, 0xc4208df110, 0xc420d87500, 0x244c0e0, 0xc420b1f000, 0xc4211a0a00, 0xc4215b1f30, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/gossip/client.go:325 +0x3e2
github.com/cockroachdb/cockroach/pkg/gossip.(*client).startLocked.func1(0x7f8914a11118, 0xc4208df110)
/go/src/github.com/cockroachdb/cockroach/pkg/gossip/client.go:132 +0x410
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4215b1ef0, 0xc4211a0a00, 0xc4203cfa80)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1198 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc4212ba090)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420eb7700, 0xc4202fb5e0, 0xc420eb76f0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1143 [semacquire]:
sync.runtime_notifyListWait(0xc4211e2050, 0xc4000000ac)
/usr/local/go/src/runtime/sema.go:298 +0x10b
sync.(*Cond).Wait(0xc4211e2040)
/usr/local/go/src/sync/cond.go:57 +0x89
github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc4201c2b40, 0xc4202fb5e0)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:199 +0xac
github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2(0x7f8914a11118, 0xc42026b4a0)
/go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:168 +0x33
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420eb66b0, 0xc4202fb5e0, 0xc420a0f600)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1682 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ed20)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6c90, 0xc4211a0a00, 0xc421ad6c80)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1694 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6e30, 0xc4211a0a00, 0xc421ad6e20)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1204 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420963710)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420eb77c0, 0xc4202fb5e0, 0xc420eb77b0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1568 [select]:
github.com/cockroachdb/cockroach/pkg/server.(*Node).startGossip.func1(0x7f8914a11118, 0xc4201a3770)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:660 +0x464
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6960, 0xc4211a0a00, 0xc4217bcde0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1685 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6d10, 0xc4211a0a00, 0xc421ad6d00)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1606 [chan receive]:
database/sql.(*DB).connectionOpener(0xc4211a0960)
/usr/local/go/src/database/sql/sql.go:837 +0x4a
created by database/sql.Open
/usr/local/go/src/database/sql/sql.go:582 +0x212
goroutine 1607 [select]:
github.com/cockroachdb/cockroach/pkg/security.(*CertificateManager).RegisterSignalHandler.func1(0xc4211a0a00, 0xc421435c20, 0xc421435980)
/go/src/github.com/cockroachdb/cockroach/pkg/security/certificate_manager.go:91 +0x3b5
created by github.com/cockroachdb/cockroach/pkg/security.(*CertificateManager).RegisterSignalHandler
/go/src/github.com/cockroachdb/cockroach/pkg/security/certificate_manager.go:104 +0xd0
goroutine 1625 [select]:
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc421c76300)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:1162 +0x4ed
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Client
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:283 +0x1183
goroutine 1623 [IO wait]:
net.runtime_pollWait(0x7f8914a11d78, 0x72, 0xc)
/usr/local/go/src/runtime/netpoll.go:164 +0x59
net.(*pollDesc).wait(0xc420284b58, 0x72, 0x2435960, 0x242b9d8)
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38
net.(*pollDesc).waitRead(0xc420284b58, 0xc420bb2400, 0x400)
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34
net.(*netFD).Read(0xc420284af0, 0xc420bb2400, 0x400, 0x400, 0x0, 0x2435960, 0x242b9d8)
/usr/local/go/src/net/fd_unix.go:250 +0x1b7
net.(*conn).Read(0xc42000e700, 0xc420bb2400, 0x400, 0x400, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:181 +0x70
crypto/tls.(*block).readFromUntil(0xc420dec6c0, 0x7f8914925308, 0xc42000e700, 0x5, 0xc42000e700, 0x0)
/usr/local/go/src/crypto/tls/conn.go:488 +0x98
crypto/tls.(*Conn).readRecord(0xc420bbca80, 0x194cd17, 0xc420bbcba0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:590 +0xc4
crypto/tls.(*Conn).Read(0xc420bbca80, 0xc420c8a000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:1134 +0x11d
bufio.(*Reader).Read(0xc4213a8780, 0xc42001a3b8, 0x9, 0x9, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:213 +0x312
io.ReadAtLeast(0x242d620, 0xc4213a8780, 0xc42001a3b8, 0x9, 0x9, 0x9, 0xc4204ab040, 0x194c1a8, 0x0)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x242d620, 0xc4213a8780, 0xc42001a3b8, 0x9, 0x9, 0x242dd20, 0xc420016110, 0x105000000000000)
/usr/local/go/src/io/io.go:325 +0x58
github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.readFrameHeader(0xc42001a3b8, 0x9, 0x9, 0x242d620, 0xc4213a8780, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:237 +0x7b
github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc42001a380, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:492 +0xa4
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0xc4211d3050, 0xc4213f21e0, 0xc4213f21e0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http_util.go:508 +0x2f
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc421c76300)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:1043 +0xcd
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Client
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:251 +0xcc6
goroutine 1608 [chan receive]:
github.com/cockroachdb/cockroach/pkg/rpc.NewContext.func1(0x7f8914a11118, 0xc4211d2a80)
/go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:176 +0x76
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420661d60, 0xc4211a0a00, 0xc4217bce40)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1622 [IO wait]:
net.runtime_pollWait(0x7f8914a11bf8, 0x72, 0xd)
/usr/local/go/src/runtime/netpoll.go:164 +0x59
net.(*pollDesc).wait(0xc42058bfe8, 0x72, 0x2435960, 0x242b9d8)
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38
net.(*pollDesc).waitRead(0xc42058bfe8, 0xc420c24000, 0x400)
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34
net.(*netFD).Read(0xc42058bf80, 0xc420c24000, 0x400, 0x400, 0x0, 0x2435960, 0x242b9d8)
/usr/local/go/src/net/fd_unix.go:250 +0x1b7
net.(*conn).Read(0xc42000e6f8, 0xc420c24000, 0x400, 0x400, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:181 +0x70
github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc421e20000, 0xc420c24000, 0x400, 0x400, 0x182c7e0, 0x0, 0x7f8914925330)
/go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:218 +0x113
crypto/tls.(*block).readFromUntil(0xc4211d2d20, 0x7f8914925330, 0xc421e20000, 0x5, 0xc421e20000, 0x0)
/usr/local/go/src/crypto/tls/conn.go:488 +0x98
crypto/tls.(*Conn).readRecord(0xc421dde380, 0x194cd17, 0xc421dde4a0, 0x5c8686)
/usr/local/go/src/crypto/tls/conn.go:590 +0xc4
crypto/tls.(*Conn).Read(0xc421dde380, 0xc420c7a000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:1134 +0x11d
bufio.(*Reader).Read(0xc421adb020, 0xc421af8e38, 0x9, 0x9, 0xc420014550, 0x20bbbae0, 0xc420bbbb48)
/usr/local/go/src/bufio/bufio.go:213 +0x312
io.ReadAtLeast(0x242d620, 0xc421adb020, 0xc421af8e38, 0x9, 0x9, 0x9, 0xc420d3e338, 0x24320e0, 0xc420d3e480)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x242d620, 0xc421adb020, 0xc421af8e38, 0x9, 0x9, 0xa68d0f, 0xc420b88240, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.readFrameHeader(0xc421af8e38, 0x9, 0x9, 0x242d620, 0xc421adb020, 0x0, 0x1000100000000, 0xd00000040, 0x4000010001)
/go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:237 +0x7b
github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc421af8e00, 0x40, 0x40, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:492 +0xa4
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0xc420d420f0, 0xc420d3e420, 0xc420d3e420, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http_util.go:508 +0x2f
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc421af8fc0, 0xc420d42240, 0x194c0b0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:307 +0x2bf
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc421af8380, 0x244b5a0, 0xc421af8fc0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:505 +0x162
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveHTTP2Transport(0xc421af8380, 0x244c080, 0xc421dde380, 0x2434de0, 0xc42090d290)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:486 +0x42c
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).handleRawConn(0xc421af8380, 0x244d280, 0xc421e20000)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:457 +0x4aa
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).Serve
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:426 +0x587
goroutine 1673 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3eb70)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6b70, 0xc4211a0a00, 0xc421ad6b60)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1674 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3eba0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6b90, 0xc4211a0a00, 0xc421ad6b80)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1675 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ebd0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6bb0, 0xc4211a0a00, 0xc421ad6ba0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1672 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3eb40)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6b50, 0xc4211a0a00, 0xc421ad6b40)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1677 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ec30)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6bf0, 0xc4211a0a00, 0xc421ad6be0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1676 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ec00)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6bd0, 0xc4211a0a00, 0xc421ad6bc0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1567 [select]:
github.com/cockroachdb/cockroach/pkg/server.(*Node).startComputePeriodicMetrics.func1(0x7f8914a11118, 0xc4201a3710)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:701 +0x223
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6950, 0xc4211a0a00, 0xc4217bcdc0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1690 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6db0, 0xc4211a0a00, 0xc421ad6da0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1695 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6e50, 0xc4211a0a00, 0xc421ad6e40)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1692 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6df0, 0xc4211a0a00, 0xc421ad6de0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1626 [select]:
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.newClientStream.func3(0x244b540, 0xc421c76300, 0xc421e96000, 0xc4202894a0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/stream.go:236 +0x40f
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.newClientStream
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/stream.go:256 +0xc94
goroutine 1693 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6e10, 0xc4211a0a00, 0xc421ad6e00)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1691 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6dd0, 0xc4211a0a00, 0xc421ad6dc0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:208
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1569 [select]:
github.com/cockroachdb/cockroach/pkg/server.(*Server).startSampleEnvironment.func1(0x7f8914a11118, 0xc4201a37a0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:918 +0x185
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6a80, 0xc4211a0a00, 0xc4217bce80)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1666 [runnable]:
github.com/cockroachdb/cockroach/pkg/util/syncutil.(*Mutex).Unlock(0xc420dc2820)
/go/src/github.com/cockroachdb/cockroach/pkg/util/syncutil/mutex_sync.go:39 +0x41
github.com/cockroachdb/cockroach/pkg/util/metric.(*Histogram).Windowed(0xc420dc27e0, 0xc4211f11a0, 0x7fffffffffffffff)
/go/src/github.com/cockroachdb/cockroach/pkg/util/metric/metric.go:202 +0xb6
github.com/cockroachdb/cockroach/pkg/server/status.eachRecordableValue.func1(0xc4217bd720, 0x12, 0x1858360, 0xc420dc27e0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/status/recorder.go:396 +0x67
github.com/cockroachdb/cockroach/pkg/util/metric.(*Registry).Each.func1(0x1858360, 0xc420dc27e0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/metric/registry.go:121 +0x6c
github.com/cockroachdb/cockroach/pkg/util/metric.(*Histogram).Inspect(0xc420dc27e0, 0xc420b252a0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/metric/metric.go:247 +0x8c
github.com/cockroachdb/cockroach/pkg/util/metric.(*Registry).Each(0xc420cf6340, 0xc4215902b0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/metric/registry.go:122 +0x12c
github.com/cockroachdb/cockroach/pkg/server/status.eachRecordableValue(0xc420cf6340, 0xc420dae5c0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/status/recorder.go:408 +0x71
github.com/cockroachdb/cockroach/pkg/server/status.registryRecorder.record(0xc420cf6340, 0x18e82ae, 0xa, 0xc42159026a, 0x1, 0x14b726fb36dcfb19, 0xc420901220)
/go/src/github.com/cockroachdb/cockroach/pkg/server/status/recorder.go:423 +0xbb
github.com/cockroachdb/cockroach/pkg/server/status.(*MetricsRecorder).GetTimeSeriesData(0xc4208dd040, 0x0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/status/recorder.go:242 +0x206
github.com/cockroachdb/cockroach/pkg/ts.(*poller).poll.func1(0x7f8914a11118, 0xc421319fb0)
/go/src/github.com/cockroachdb/cockroach/pkg/ts/db.go:105 +0x4a
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTask(0xc4211a0a00, 0x7f8914a11118, 0xc421319fb0, 0xc4208fbe98, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:247 +0x12f
github.com/cockroachdb/cockroach/pkg/ts.(*poller).poll(0xc420b573e0)
/go/src/github.com/cockroachdb/cockroach/pkg/ts/db.go:116 +0xc1
github.com/cockroachdb/cockroach/pkg/ts.(*poller).start.func1(0x7f8914a11118, 0xc4201a37d0)
/go/src/github.com/cockroachdb/cockroach/pkg/ts/db.go:86 +0x41
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6aa0, 0xc4211a0a00, 0xc421ad6a90)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1667 [semacquire]:
sync.runtime_SemacquireMutex(0xc4208dd044)
/usr/local/go/src/runtime/sema.go:62 +0x34
sync.(*Mutex).Lock(0xc4208dd040)
/usr/local/go/src/sync/mutex.go:87 +0x9d
github.com/cockroachdb/cockroach/pkg/util/syncutil.(*Mutex).Lock(0xc4208dd040)
/go/src/github.com/cockroachdb/cockroach/pkg/util/syncutil/mutex_sync.go:34 +0x2d
github.com/cockroachdb/cockroach/pkg/server/status.(*MetricsRecorder).GetStatusSummary(0xc4208dd040, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/status/recorder.go:262 +0x51
github.com/cockroachdb/cockroach/pkg/server/status.(*MetricsRecorder).WriteStatusSummary(0xc4208dd040, 0x7f8914a11118, 0xc420d3ea50, 0xc4217bd1a0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/server/status/recorder.go:324 +0xab
github.com/cockroachdb/cockroach/pkg/server.(*Node).writeSummaries.func1(0x7f8914a11118, 0xc420d3ea50)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:755 +0x5e
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTask(0xc4211a0a00, 0x7f8914a11118, 0xc420d3ea50, 0xc4208fae50, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:247 +0x12f
github.com/cockroachdb/cockroach/pkg/server.(*Node).writeSummaries(0xc420c3ab00, 0x7f8914a11118, 0xc420d3ea50, 0x0, 0xc420d3ea50)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:756 +0x86
github.com/cockroachdb/cockroach/pkg/server.(*Node).startWriteSummaries.func1(0x7f8914a11118, 0xc420d3ea50)
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:732 +0x67
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6ab0, 0xc4211a0a00, 0xc4217bcea0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1668 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ea80)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6ad0, 0xc4211a0a00, 0xc421ad6ac0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1669 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3eab0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6af0, 0xc4211a0a00, 0xc421ad6ae0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1670 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3eae0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6b10, 0xc4211a0a00, 0xc421ad6b00)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1671 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3eb10)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6b30, 0xc4211a0a00, 0xc421ad6b20)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1679 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ec90)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6c30, 0xc4211a0a00, 0xc421ad6c20)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1680 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ecc0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6c50, 0xc4211a0a00, 0xc421ad6c40)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1678 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ec60)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6c10, 0xc4211a0a00, 0xc421ad6c00)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1199 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc4212ba0c0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420eb7720, 0xc4202fb5e0, 0xc420eb7710)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1684 [runnable]:
github.com/cockroachdb/cockroach/pkg/sql/sqlbase.(*ForeignKeyReference).Unmarshal(0xc4211d4130, 0xc4204cc290, 0xa, 0x70, 0x1, 0xc420326350)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/sqlbase/structured.pb.go:2751 +0x4f4
github.com/cockroachdb/cockroach/pkg/sql/sqlbase.(*IndexDescriptor).Unmarshal(0xc4211d4070, 0xc4204cc269, 0x33, 0x97, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/sqlbase/structured.pb.go:3773 +0x1faf
github.com/cockroachdb/cockroach/pkg/sql/sqlbase.(*TableDescriptor).Unmarshal(0xc4211d4000, 0xc4204cc208, 0xec, 0xf8, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/sqlbase/structured.pb.go:4457 +0x14ba
github.com/cockroachdb/cockroach/pkg/sql/sqlbase.(*Descriptor).Unmarshal(0xc4203262f0, 0xc4204cc205, 0xef, 0xfb, 0xc4203262f0, 0x1)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/sqlbase/structured.pb.go:5570 +0x226
github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/proto.UnmarshalMerge(0xc4204cc205, 0xef, 0xfb, 0x2440460, 0xc4203262f0, 0xc420d81508, 0x5adfd2)
/go/src/github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/proto/decode.go:410 +0x117
github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/proto.Unmarshal(0xc4204cc205, 0xef, 0xfb, 0x2440460, 0xc4203262f0, 0x10, 0xc4203262f0)
/go/src/github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/proto/decode.go:398 +0x67
github.com/cockroachdb/cockroach/pkg/roachpb.Value.GetProto(0xc4204cc200, 0xf4, 0x100, 0x14b726fb2e9595ab, 0x0, 0x2440460, 0xc4203262f0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/roachpb/data.go:509 +0x132
github.com/cockroachdb/cockroach/pkg/sql.(*SchemaChangeManager).Start.func1(0x7f8914a11118, 0xc420d3edb0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/schema_changer.go:788 +0x5cc
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6cc0, 0xc4211a0a00, 0xc4217bcee0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1683 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ed80)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6cb0, 0xc4211a0a00, 0xc421ad6ca0)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1681 [select]:
github.com/cockroachdb/cockroach/pkg/sql.(*distSQLPlanner).initRunners.func1(0x7f8914a11118, 0xc420d3ecf0)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:82 +0x181
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc421ad6c70, 0xc4211a0a00, 0xc421ad6c60)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 981 [select]:
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc421cbe4e0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/clientconn.go:859 +0x666
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn.func1(0xc421cbe4e0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/clientconn.go:604 +0x1d9
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/clientconn.go:605 +0x715
goroutine 1255 [select]:
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Server).controller(0xc420dfa460)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:742 +0x743
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Server
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:161 +0x896
goroutine 1256 [IO wait]:
net.runtime_pollWait(0x7f8914a11a78, 0x72, 0x8)
/usr/local/go/src/runtime/netpoll.go:164 +0x59
net.(*pollDesc).wait(0xc4212aa768, 0x72, 0x2435960, 0x242b9d8)
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38
net.(*pollDesc).waitRead(0xc4212aa768, 0xc421ee4000, 0x400)
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34
net.(*netFD).Read(0xc4212aa700, 0xc421ee4000, 0x400, 0x400, 0x0, 0x2435960, 0x242b9d8)
/usr/local/go/src/net/fd_unix.go:250 +0x1b7
net.(*conn).Read(0xc4212420a8, 0xc421ee4000, 0x400, 0x400, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:181 +0x70
crypto/tls.(*block).readFromUntil(0xc4213c0030, 0x7f8914925308, 0xc4212420a8, 0x5, 0xc4212420a8, 0x0)
/usr/local/go/src/crypto/tls/conn.go:488 +0x98
crypto/tls.(*Conn).readRecord(0xc4219b2380, 0x194cd17, 0xc4219b24a0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:590 +0xc4
crypto/tls.(*Conn).Read(0xc4219b2380, 0xc421c50000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:1134 +0x11d
bufio.(*Reader).Read(0xc420b20420, 0xc420dfa578, 0x9, 0x9, 0x9, 0x0, 0x18)
/usr/local/go/src/bufio/bufio.go:213 +0x312
io.ReadAtLeast(0x242d620, 0xc420b20420, 0xc420dfa578, 0x9, 0x9, 0x9, 0xc4209fedb8, 0x5ae828, 0x30)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x242d620, 0xc420b20420, 0xc420dfa578, 0x9, 0x9, 0xf95a5a0000000000, 0xf900000000000000, 0x2)
/usr/local/go/src/io/io.go:325 +0x58
github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.readFrameHeader(0xc420dfa578, 0x9, 0x9, 0x242d620, 0xc420b20420, 0x0, 0x0, 0xc420de19b0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:237 +0x7b
github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc420dfa540, 0x2437ea0, 0xc420de19b0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:492 +0xa4
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0xc420205ef0, 0xc420de19b0, 0xc420de19b0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http_util.go:508 +0x2f
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc4210bc900)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:1043 +0xcd
created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Client
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:251 +0xcc6
goroutine 1609 [select]:
github.com/cockroachdb/cockroach/pkg/kv.(*TxnCoordSender).printStatsLoop(0xc42090c160, 0x7f8914a11118, 0xc4211d2ab0)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:220 +0xb4a
github.com/cockroachdb/cockroach/pkg/kv.NewTxnCoordSender.func1(0x7f8914a11118, 0xc4211d2ab0)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:204 +0x3e
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4203c6790, 0xc4211a0a00, 0xc4203c6710)
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xf7
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:216 +0xad
goroutine 1627 [select]:
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc4213c54c0, 0xc421235030, 0x5, 0x5, 0x0, 0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/transport.go:143 +0x556
github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc421e96000, 0xc421235030, 0x5, 0x5, 0x0, 0x1, 0x4)
/go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/transport.go:333 +0x5c
io.ReadAtLeast(0x2431fa0, 0xc421e96000, 0xc421235030, 0x5, 0x5, 0x5, 0xc420854c18, 0x1, 0xc420854c90)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x2431fa0, 0xc421e96000, 0xc421235030, 0x5, 0x5, 0x0, 0x0, 0x1742260)
/usr/local/go/src/io/io.g
```
Please assign, take a look and update the issue accordingly. | test | teamcity failed tests on master test testbasicautoreplication test testtxndbreadskewanomaly test testexport test testpgpreparedexec test testfindvalidsplitkeys test testfakespanresolver test testpurgeoldleases test testlivenessapi test testbackuprestorestatementresult test testdb inc test teststoreinitandbootstrap test example max results the following tests appear to have failed fail test testbasicautoreplication test ended in panic stdout server status runtime go could not parse build timestamp parsing time as cannot parse as server config go storage engine initialized server node go store not bootstrapped server node go cluster has been created server node go add additional nodes by specifying join storage store go failed initial metrics computation system config not yet available server node go initialized store capacity available rangecount leasecount server node go node id initialized gossip gossip go nodedescriptor set to node id address attrs locality storage stores go read node addresses from persistent storage server node go connecting to gossip network to verify cluster id server node go node connected via gossip and verified as part of cluster server node go node started with engine s and attributes sql executor go creating distsqlplanner with address tcp server server go starting https server at server server go starting grpc postgres server at server server go advertising cockroachdb node at storage split queue go splitting at key system storage replica command go initiating a split of this range at key system storage split queue go splitting at key system tsd storage replica command go initiating a split of this range at key system tsd sql event log go event alter table target info tablename eventlog statement alter table system eventlog alter column uniqueid set default uuid user node mutationid cascadedroppedviews storage split queue go splitting at key system tse storage replica command go initiating a split of this range at key system tse storage split queue go splitting at key table storage replica command go initiating a split of this range at key table sql lease go publish descid eventlog version mtime utc storage replica proposal go could not load systemconfig span must retry later due to intent on systemconfigspan storage split queue go splitting at key table storage replica command go initiating a split of this range at key table server server go done ensuring all necessary migrations have run server server go serving sql connections sql event log go event node join target info descriptor nodeid address networkfield tcp addressfield attrs locality clusterid startedat lastup storage split queue go splitting at key table storage replica command go initiating a split of this range at key table storage split queue go splitting at key table storage replica command go initiating a split of this range at key table storage split queue go splitting at key table storage replica command go initiating a split of this range at key table storage split queue go splitting at key table storage replica command go initiating a split of this range at key table gossip gossip go no incoming or outgoing connections server status runtime go could not parse build timestamp parsing time as cannot parse as server config go storage engine initialized server node go store not bootstrapped storage stores go read node addresses from persistent storage server node go connecting to gossip network to verify cluster id gossip client go started gossip client to gossip server go received initial cluster verification connection from tcp server node go node connected via gossip and verified as part of cluster storage stores go wrote node addresses to persistent storage kv dist sender go unable to determine this node s attributes for replica selection node is most likely bootstrapping server node go new node allocated id gossip gossip go nodedescriptor set to node id address attrs locality server node go node started with engine s and attributes sql executor go creating distsqlplanner with address tcp server server go starting https server at server server go starting grpc postgres server at server server go advertising cockroachdb node at storage stores go wrote node addresses to persistent storage server server go done ensuring all necessary migrations have run server server go serving sql connections testcluster test go src github com cockroachdb cockroach c deps rocksdb src db inlineskiplist h int rocksdb inlineskiplist randomheight assertion height kmaxheight failed sigabrt abort pc m sigcode signal arrived during cgo execution goroutine runtime cgocall usr local go src runtime cgocall go fp sp github com cockroachdb cockroach pkg storage engine cfunc dbput github com cockroachdb cockroach pkg storage engine obj cgo gotypes go fp sp github com cockroachdb cockroach pkg storage engine dbput go src github com cockroachdb cockroach pkg storage engine rocksdb go fp sp github com cockroachdb cockroach pkg storage engine dbput go src github com cockroachdb cockroach pkg storage engine rocksdb go fp sp github com cockroachdb cockroach pkg storage engine rocksdb put go src github com cockroachdb cockroach pkg storage engine rocksdb go fp sp github com cockroachdb cockroach pkg storage engine inmem put fp sp github com cockroachdb cockroach pkg storage engine putbuffer putmeta go src github com cockroachdb cockroach pkg storage engine mvcc go fp sp github com cockroachdb cockroach pkg storage engine mvccputinternal go src github com cockroachdb cockroach pkg storage engine mvcc go fp sp github com cockroachdb cockroach pkg storage engine mvccputusingiter go src github com cockroachdb cockroach pkg storage engine mvcc go fp sp github com cockroachdb cockroach pkg storage engine mvccput go src github com cockroachdb cockroach pkg storage engine mvcc go fp sp github com cockroachdb cockroach pkg storage engine mvccputproto go src github com cockroachdb cockroach pkg storage engine mvcc go fp sp github com cockroachdb cockroach pkg storage store bootstrap go src github com cockroachdb cockroach pkg storage store go fp sp github com cockroachdb cockroach pkg server node bootstrapstores go src github com cockroachdb cockroach pkg server node go fp sp github com cockroachdb cockroach pkg server node initstores go src github com cockroachdb cockroach pkg server node go fp sp github com cockroachdb cockroach pkg util stop stopper runasynctask go src github com cockroachdb cockroach pkg util stop stopper go fp sp runtime goexit usr local go src runtime asm s fp sp created by github com cockroachdb cockroach pkg util stop stopper runasynctask go src github com cockroachdb cockroach pkg util stop stopper go goroutine testing t run usr local go src testing testing go testing runtests usr local go src testing testing go testing trunner usr local go src testing testing go testing runtests usr local go src testing testing go testing m run usr local go src testing testing go github com cockroachdb cockroach pkg testutils testcluster testmain go src github com cockroachdb cockroach pkg testutils testcluster main test go main main github com cockroachdb cockroach pkg testutils testcluster test testmain go goroutine runtime goexit usr local go src runtime asm s goroutine github com cockroachdb cockroach pkg util log loggingt flushdaemon go src github com cockroachdb cockroach pkg util log clog go created by github com cockroachdb cockroach pkg util log init go src github com cockroachdb cockroach pkg util log clog go goroutine os signal signal recv usr local go src runtime sigqueue go os signal loop usr local go src os signal signal unix go created by os signal init usr local go src os signal signal unix go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg kv distsender sendtoreplicas go src github com cockroachdb cockroach pkg kv dist sender go github com cockroachdb cockroach pkg kv distsender sendrpc go src github com cockroachdb cockroach pkg kv dist sender go github com cockroachdb cockroach pkg kv distsender sendsinglerange go src github com cockroachdb cockroach pkg kv dist sender go github com cockroachdb cockroach pkg kv distsender sendpartialbatch go src github com cockroachdb cockroach pkg kv dist sender go github com cockroachdb cockroach pkg kv distsender divideandsendbatchtoranges go src github com cockroachdb cockroach pkg kv dist sender go github com cockroachdb cockroach pkg kv distsender send go src github com cockroachdb cockroach pkg kv dist sender go github com cockroachdb cockroach pkg kv txncoordsender send go src github com cockroachdb cockroach pkg kv txn coord sender go github com cockroachdb cockroach pkg internal client db send go src github com cockroachdb cockroach pkg internal client db go github com cockroachdb cockroach pkg internal client db github com cockroachdb cockroach pkg internal client send fm go src github com cockroachdb cockroach pkg internal client db go github com cockroachdb cockroach pkg internal client sendandfill go src github com cockroachdb cockroach pkg internal client db go github com cockroachdb cockroach pkg internal client db run go src github com cockroachdb cockroach pkg internal client db go github com cockroachdb cockroach pkg internal client db scan go src github com cockroachdb cockroach pkg internal client db go github com cockroachdb cockroach pkg internal client db scan go src github com cockroachdb cockroach pkg internal client db go github com cockroachdb cockroach pkg migrations getcompletedmigrations go src github com cockroachdb cockroach pkg migrations migrations go github com cockroachdb cockroach pkg migrations additionalinitialdescriptors go src github com cockroachdb cockroach pkg migrations migrations go github com cockroachdb cockroach pkg server expectedinitialrangecount go src github com cockroachdb cockroach pkg server testserver go github com cockroachdb cockroach pkg server waitforinitialsplits go src github com cockroachdb cockroach pkg server testserver go github com cockroachdb cockroach pkg server testserver waitforinitialsplits go src github com cockroachdb cockroach pkg server testserver go github com cockroachdb cockroach pkg server testserver start go src github com cockroachdb cockroach pkg server testserver go github com cockroachdb cockroach pkg testutils serverutils startserverraw go src github com cockroachdb cockroach pkg testutils serverutils test server shim go github com cockroachdb cockroach pkg testutils serverutils startserver go src github com cockroachdb cockroach pkg testutils serverutils test server shim go github com cockroachdb cockroach pkg testutils testcluster testcluster addserver go src github com cockroachdb cockroach pkg testutils testcluster testcluster go github com cockroachdb cockroach pkg testutils testcluster starttestcluster go src github com cockroachdb cockroach pkg testutils testcluster testcluster go github com cockroachdb cockroach pkg testutils testcluster testbasicautoreplication go src github com cockroachdb cockroach pkg testutils testcluster testcluster test go testing trunner usr local go src testing testing go created by testing t run usr local go src testing testing go goroutine runtime gopark usr local go src runtime proc go runtime selectgoimpl usr local go src runtime select go runtime selectgo usr local go src runtime select go runtime ensuresigm usr local go src runtime signal unix go runtime goexit usr local go src runtime asm s goroutine github com cockroachdb cockroach pkg gossip client gossip go src github com cockroachdb cockroach pkg gossip client go github com cockroachdb cockroach pkg gossip client startlocked go src github com cockroachdb cockroach pkg gossip client go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server node startgossip go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine database sql db connectionopener usr local go src database sql sql go created by database sql open usr local go src database sql sql go goroutine github com cockroachdb cockroach pkg security certificatemanager registersignalhandler go src github com cockroachdb cockroach pkg security certificate manager go created by github com cockroachdb cockroach pkg security certificatemanager registersignalhandler go src github com cockroachdb cockroach pkg security certificate manager go goroutine github com cockroachdb cockroach vendor google golang org grpc transport keepalive go src github com cockroachdb cockroach vendor google golang org grpc transport client go created by github com cockroachdb cockroach vendor google golang org grpc transport go src github com cockroachdb cockroach vendor google golang org grpc transport client go goroutine net runtime pollwait usr local go src runtime netpoll go net polldesc wait usr local go src net fd poll runtime go net polldesc waitread usr local go src net fd poll runtime go net netfd read usr local go src net fd unix go net conn read usr local go src net net go crypto tls block readfromuntil usr local go src crypto tls conn go crypto tls conn readrecord usr local go src crypto tls conn go crypto tls conn read usr local go src crypto tls conn go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com cockroachdb cockroach vendor golang org x net readframeheader go src github com cockroachdb cockroach vendor golang org x net frame go github com cockroachdb cockroach vendor golang org x net framer readframe go src github com cockroachdb cockroach vendor golang org x net frame go github com cockroachdb cockroach vendor google golang org grpc transport framer readframe go src github com cockroachdb cockroach vendor google golang org grpc transport http util go github com cockroachdb cockroach vendor google golang org grpc transport reader go src github com cockroachdb cockroach vendor google golang org grpc transport client go created by github com cockroachdb cockroach vendor google golang org grpc transport go src github com cockroachdb cockroach vendor google golang org grpc transport client go goroutine github com cockroachdb cockroach pkg rpc newcontext go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine net runtime pollwait usr local go src runtime netpoll go net polldesc wait usr local go src net fd poll runtime go net polldesc waitread usr local go src net fd poll runtime go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com cockroachdb cockroach vendor github com cockroachdb cmux muxconn read go src github com cockroachdb cockroach vendor github com cockroachdb cmux cmux go crypto tls block readfromuntil usr local go src crypto tls conn go crypto tls conn readrecord usr local go src crypto tls conn go crypto tls conn read usr local go src crypto tls conn go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com cockroachdb cockroach vendor golang org x net readframeheader go src github com cockroachdb cockroach vendor golang org x net frame go github com cockroachdb cockroach vendor golang org x net framer readframe go src github com cockroachdb cockroach vendor golang org x net frame go github com cockroachdb cockroach vendor google golang org grpc transport framer readframe go src github com cockroachdb cockroach vendor google golang org grpc transport http util go github com cockroachdb cockroach vendor google golang org grpc transport handlestreams go src github com cockroachdb cockroach vendor google golang org grpc transport server go github com cockroachdb cockroach vendor google golang org grpc server servestreams go src github com cockroachdb cockroach vendor google golang org grpc server go github com cockroachdb cockroach vendor google golang org grpc server go src github com cockroachdb cockroach vendor google golang org grpc server go github com cockroachdb cockroach vendor google golang org grpc server handlerawconn go src github com cockroachdb cockroach vendor google golang org grpc server go created by github com cockroachdb cockroach vendor google golang org grpc server serve go src github com cockroachdb cockroach vendor google golang org grpc server go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server node startcomputeperiodicmetrics go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach vendor google golang org grpc newclientstream go src github com cockroachdb cockroach vendor google golang org grpc stream go created by github com cockroachdb cockroach vendor google golang org grpc newclientstream go src github com cockroachdb cockroach vendor google golang org grpc stream go goroutine github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server server startsampleenvironment go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg util syncutil mutex unlock go src github com cockroachdb cockroach pkg util syncutil mutex sync go github com cockroachdb cockroach pkg util metric histogram windowed go src github com cockroachdb cockroach pkg util metric metric go github com cockroachdb cockroach pkg server status eachrecordablevalue go src github com cockroachdb cockroach pkg server status recorder go github com cockroachdb cockroach pkg util metric registry each go src github com cockroachdb cockroach pkg util metric registry go github com cockroachdb cockroach pkg util metric histogram inspect go src github com cockroachdb cockroach pkg util metric metric go github com cockroachdb cockroach pkg util metric registry each go src github com cockroachdb cockroach pkg util metric registry go github com cockroachdb cockroach pkg server status eachrecordablevalue go src github com cockroachdb cockroach pkg server status recorder go github com cockroachdb cockroach pkg server status registryrecorder record go src github com cockroachdb cockroach pkg server status recorder go github com cockroachdb cockroach pkg server status metricsrecorder gettimeseriesdata go src github com cockroachdb cockroach pkg server status recorder go github com cockroachdb cockroach pkg ts poller poll go src github com cockroachdb cockroach pkg ts db go github com cockroachdb cockroach pkg util stop stopper runtask go src github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg ts poller poll go src github com cockroachdb cockroach pkg ts db go github com cockroachdb cockroach pkg ts poller start go src github com cockroachdb cockroach pkg ts db go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime semacquiremutex usr local go src runtime sema go sync mutex lock usr local go src sync mutex go github com cockroachdb cockroach pkg util syncutil mutex lock go src github com cockroachdb cockroach pkg util syncutil mutex sync go github com cockroachdb cockroach pkg server status metricsrecorder getstatussummary go src github com cockroachdb cockroach pkg server status recorder go github com cockroachdb cockroach pkg server status metricsrecorder writestatussummary go src github com cockroachdb cockroach pkg server status recorder go github com cockroachdb cockroach pkg server node writesummaries go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runtask go src github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg server node writesummaries go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg server node startwritesummaries go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql sqlbase foreignkeyreference unmarshal go src github com cockroachdb cockroach pkg sql sqlbase structured pb go github com cockroachdb cockroach pkg sql sqlbase indexdescriptor unmarshal go src github com cockroachdb cockroach pkg sql sqlbase structured pb go github com cockroachdb cockroach pkg sql sqlbase tabledescriptor unmarshal go src github com cockroachdb cockroach pkg sql sqlbase structured pb go github com cockroachdb cockroach pkg sql sqlbase descriptor unmarshal go src github com cockroachdb cockroach pkg sql sqlbase structured pb go github com cockroachdb cockroach vendor github com gogo protobuf proto unmarshalmerge go src github com cockroachdb cockroach vendor github com gogo protobuf proto decode go github com cockroachdb cockroach vendor github com gogo protobuf proto unmarshal go src github com cockroachdb cockroach vendor github com gogo protobuf proto decode go github com cockroachdb cockroach pkg roachpb value getproto go src github com cockroachdb cockroach pkg roachpb data go github com cockroachdb cockroach pkg sql schemachangemanager start go src github com cockroachdb cockroach pkg sql schema changer go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlplanner initrunners go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach vendor google golang org grpc addrconn transportmonitor go src github com cockroachdb cockroach vendor google golang org grpc clientconn go github com cockroachdb cockroach vendor google golang org grpc clientconn resetaddrconn go src github com cockroachdb cockroach vendor google golang org grpc clientconn go created by github com cockroachdb cockroach vendor google golang org grpc clientconn resetaddrconn go src github com cockroachdb cockroach vendor google golang org grpc clientconn go goroutine github com cockroachdb cockroach vendor google golang org grpc transport controller go src github com cockroachdb cockroach vendor google golang org grpc transport server go created by github com cockroachdb cockroach vendor google golang org grpc transport go src github com cockroachdb cockroach vendor google golang org grpc transport server go goroutine net runtime pollwait usr local go src runtime netpoll go net polldesc wait usr local go src net fd poll runtime go net polldesc waitread usr local go src net fd poll runtime go net netfd read usr local go src net fd unix go net conn read usr local go src net net go crypto tls block readfromuntil usr local go src crypto tls conn go crypto tls conn readrecord usr local go src crypto tls conn go crypto tls conn read usr local go src crypto tls conn go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com cockroachdb cockroach vendor golang org x net readframeheader go src github com cockroachdb cockroach vendor golang org x net frame go github com cockroachdb cockroach vendor golang org x net framer readframe go src github com cockroachdb cockroach vendor golang org x net frame go github com cockroachdb cockroach vendor google golang org grpc transport framer readframe go src github com cockroachdb cockroach vendor google golang org grpc transport http util go github com cockroachdb cockroach vendor google golang org grpc transport reader go src github com cockroachdb cockroach vendor google golang org grpc transport client go created by github com cockroachdb cockroach vendor google golang org grpc transport go src github com cockroachdb cockroach vendor google golang org grpc transport client go goroutine github com cockroachdb cockroach pkg kv txncoordsender printstatsloop go src github com cockroachdb cockroach pkg kv txn coord sender go github com cockroachdb cockroach pkg kv newtxncoordsender go src github com cockroachdb cockroach pkg kv txn coord sender go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach vendor google golang org grpc transport recvbufferreader read go src github com cockroachdb cockroach vendor google golang org grpc transport transport go github com cockroachdb cockroach vendor google golang org grpc transport stream read go src github com cockroachdb cockroach vendor google golang org grpc transport transport go io readatleast usr local go src io io go io readfull usr local go src io io g please assign take a look and update the issue accordingly | 1 |
273,311 | 23,745,284,481 | IssuesEvent | 2022-08-31 15:27:32 | Azure/azure-sdk-for-python | https://api.github.com/repos/Azure/azure-sdk-for-python | closed | Azure monitor Readme issues | Docs Monitor Client test-manual-pass Monitor - Ingestion | 1.
Section [link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text#custom-single-label-classification):

Suggestion:
Add link for `[azure_monitor_create_using_portal]`:
https://docs.microsoft.com//azure/azure-monitor/logs/log-analytics-workspace-overview
@lmazuel , @scottaddie , @srnagar , @hectorhdzg for notification. | 1.0 | Azure monitor Readme issues - 1.
Section [link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text#custom-single-label-classification):

Suggestion:
Add link for `[azure_monitor_create_using_portal]`:
https://docs.microsoft.com//azure/azure-monitor/logs/log-analytics-workspace-overview
@lmazuel , @scottaddie , @srnagar , @hectorhdzg for notification. | test | azure monitor readme issues section suggestion add link for lmazuel scottaddie srnagar hectorhdzg for notification | 1 |
188,305 | 14,443,473,865 | IssuesEvent | 2020-12-07 19:42:23 | hashicorp/terraform-provider-google | https://api.github.com/repos/hashicorp/terraform-provider-google | opened | Fix TestAccContainerCluster_* tests | size/S test failure | Both `TestAccContainerCluster_withConfidentialNodes` and `TestAccContainerCluster_withAdvancedDatapath` return errors indicating that the tests are simply misconfigured. Finding the test values to satisfy the API errors seems to be the path here. | 1.0 | Fix TestAccContainerCluster_* tests - Both `TestAccContainerCluster_withConfidentialNodes` and `TestAccContainerCluster_withAdvancedDatapath` return errors indicating that the tests are simply misconfigured. Finding the test values to satisfy the API errors seems to be the path here. | test | fix testacccontainercluster tests both testacccontainercluster withconfidentialnodes and testacccontainercluster withadvanceddatapath return errors indicating that the tests are simply misconfigured finding the test values to satisfy the api errors seems to be the path here | 1 |
32,296 | 4,761,112,025 | IssuesEvent | 2016-10-25 06:56:18 | Microsoft/vscode | https://api.github.com/repos/Microsoft/vscode | opened | Test: Extensions recommendations per language mode | testplan-item | #13415
- [ ] someone
- [ ] someone

There is now a new item in the language mode picker which lets the user search for extensions in the Marketplace that can handle or are related to that extension.
| 1.0 | Test: Extensions recommendations per language mode - #13415
- [ ] someone
- [ ] someone

There is now a new item in the language mode picker which lets the user search for extensions in the Marketplace that can handle or are related to that extension.
| test | test extensions recommendations per language mode someone someone there is now a new item in the language mode picker which lets the user search for extensions in the marketplace that can handle or are related to that extension | 1 |
26,771 | 20,677,559,511 | IssuesEvent | 2022-03-10 10:43:36 | airyhq/airy | https://api.github.com/repos/airyhq/airy | closed | Inconsistencies with the backup/restore process | infrastructure docs | ## This is how we could improve the [documentation](https://docs.airy.co):
Because backups are usually performed on a running Kafka instance, sometimes the restored Kafka can have inconsistencies, particularly in the internal topics.
We should add to the `backup and restore` documentation how to reset the apps and fix these issues.
| 1.0 | Inconsistencies with the backup/restore process - ## This is how we could improve the [documentation](https://docs.airy.co):
Because backups are usually performed on a running Kafka instance, sometimes the restored Kafka can have inconsistencies, particularly in the internal topics.
We should add to the `backup and restore` documentation how to reset the apps and fix these issues.
| non_test | inconsistencies with the backup restore process this is how we could improve the because backups are usually performed on a running kafka instance sometimes the restored kafka can have inconsistencies particularly in the internal topics we should add to the backup and restore documentation how to reset the apps and fix these issues | 0 |
73,552 | 19,707,734,471 | IssuesEvent | 2022-01-13 00:35:20 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | uncaught exception in DB::StorageReplicatedMergeTree::allocateBlockNumber | question alternative build | There is an uncaught exception when execute insert query:
```
2021.10.09 02:51:20.896660 [ 31064 ] {} <Fatal> BaseDaemon: (version 21.3.4.25, no build id) (from thread 32756) Terminate called for uncaught exception:
Code: 999, e.displayText() = DB::Exception: Cannot allocate block number in ZooKeeper: Coordination::Exception: Transaction failed (Nodes count quota limit is exceed): Op #0, path: /clickhouse/tables/default_cluster/1/audio_patrol_first_done_local/blocks/all_10896556709601421434_9899653252885793912, Stack trace (when copying this message, always include the lines below):
0. Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 0xc700e5d in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ 0x3d7a224 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
2. DB::StorageReplicatedMergeTree::allocateBlockNumber(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<zkutil::ZooKeeper> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const (.cold) @ 0x3838834 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
3. DB::ReplicatedMergeTreeBlockOutputStream::commitPart(std::__1::shared_ptr<zkutil::ZooKeeper>&, std::__1::shared_ptr<DB::IMergeTreeDataPart>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) @ 0x9bee63b in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
4. DB::ReplicatedMergeTreeBlockOutputStream::write(DB::Block const&) @ 0x9bf1baa in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
5. DB::PushingToViewsBlockOutputStream::write(DB::Block const&) @ 0x9f8e9a6 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
6. DB::AddingDefaultBlockOutputStream::write(DB::Block const&) @ 0x9f74768 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
7. DB::SquashingBlockOutputStream::finalize() @ 0x9f93390 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
8. DB::SquashingBlockOutputStream::writeSuffix() @ 0x9f93489 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
9. DB::DistributedBlockOutputStream::writeToLocal(DB::Block const&, unsigned long) @ 0x9a97cb6 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
10. DB::DistributedBlockOutputStream::writeAsync(DB::Block const&) @ 0x9a9cb02 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
11. DB::DistributedBlockOutputStream::write(DB::Block const&) @ 0x9a9cf25 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
12. DB::PushingToViewsBlockOutputStream::write(DB::Block const&) @ 0x9f8e9a6 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
13. DB::AddingDefaultBlockOutputStream::write(DB::Block const&) @ 0x9f74768 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
14. DB::SquashingBlockOutputStream::finalize() @ 0x9f93390 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
15. DB::SquashingBlockOutputStream::writeSuffix() @ 0x9f93489 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25
2021.10.09 02:51:20.896889 [ 6194 ] {} <Fatal> BaseDaemon: ########################################
2021.10.09 02:51:20.896941 [ 6194 ] {} <Fatal> BaseDaemon: (version 21.3.4.25, no build id) (from thread 32756) (query_id: dc0d7391-a73d-4fa2-ac73-f9aabe61bd73) Received signal Aborted (6)
2021.10.09 02:51:20.896954 [ 6194 ] {} <Fatal> BaseDaemon:
2021.10.09 02:51:20.896968 [ 6194 ] {} <Fatal> BaseDaemon: Stack trace: 0x7fd58ecb84e7 0x7fd58ecb9bd8 0x3243817 0xdee2bd6 0xdee2948 0x388b8aa 0x9f8e9a6 0x9f74768 0x9f93390 0x9f93489 0x9a97cb6 0x9a9cb02 0x9a9cf25 0x9f8e9a6 0x9f74768 0x9f93390 0x9f93489 0x964d3bd 0x945132b 0x9474d83 0x97af476 0xa3f0318 0xa3f5443 0xa41ba8a 0xc668f97 0xc669428 0xc767cee 0xc765429 0x7fd58f05ae15
2021.10.09 02:51:20.897007 [ 6194 ] {} <Fatal> BaseDaemon: 3. gsignal @ 0x364e7 in /usr/lib64/libc-2.17.so
2021.10.09 02:51:20.897016 [ 6194 ] {} <Fatal> BaseDaemon: 4. abort @ 0x37bd8 in /usr/lib64/libc-2.17.so
2021.10.09 02:51:20.897419 [ 6194 ] {} <Fatal> BaseDaemon: 5. terminate_handler() (.cold) @ 0x3243817 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
```
| 1.0 | uncaught exception in DB::StorageReplicatedMergeTree::allocateBlockNumber - There is an uncaught exception when execute insert query:
```
2021.10.09 02:51:20.896660 [ 31064 ] {} <Fatal> BaseDaemon: (version 21.3.4.25, no build id) (from thread 32756) Terminate called for uncaught exception:
Code: 999, e.displayText() = DB::Exception: Cannot allocate block number in ZooKeeper: Coordination::Exception: Transaction failed (Nodes count quota limit is exceed): Op #0, path: /clickhouse/tables/default_cluster/1/audio_patrol_first_done_local/blocks/all_10896556709601421434_9899653252885793912, Stack trace (when copying this message, always include the lines below):
0. Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 0xc700e5d in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ 0x3d7a224 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
2. DB::StorageReplicatedMergeTree::allocateBlockNumber(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<zkutil::ZooKeeper> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const (.cold) @ 0x3838834 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
3. DB::ReplicatedMergeTreeBlockOutputStream::commitPart(std::__1::shared_ptr<zkutil::ZooKeeper>&, std::__1::shared_ptr<DB::IMergeTreeDataPart>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) @ 0x9bee63b in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
4. DB::ReplicatedMergeTreeBlockOutputStream::write(DB::Block const&) @ 0x9bf1baa in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
5. DB::PushingToViewsBlockOutputStream::write(DB::Block const&) @ 0x9f8e9a6 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
6. DB::AddingDefaultBlockOutputStream::write(DB::Block const&) @ 0x9f74768 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
7. DB::SquashingBlockOutputStream::finalize() @ 0x9f93390 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
8. DB::SquashingBlockOutputStream::writeSuffix() @ 0x9f93489 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
9. DB::DistributedBlockOutputStream::writeToLocal(DB::Block const&, unsigned long) @ 0x9a97cb6 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
10. DB::DistributedBlockOutputStream::writeAsync(DB::Block const&) @ 0x9a9cb02 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
11. DB::DistributedBlockOutputStream::write(DB::Block const&) @ 0x9a9cf25 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
12. DB::PushingToViewsBlockOutputStream::write(DB::Block const&) @ 0x9f8e9a6 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
13. DB::AddingDefaultBlockOutputStream::write(DB::Block const&) @ 0x9f74768 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
14. DB::SquashingBlockOutputStream::finalize() @ 0x9f93390 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
15. DB::SquashingBlockOutputStream::writeSuffix() @ 0x9f93489 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25
2021.10.09 02:51:20.896889 [ 6194 ] {} <Fatal> BaseDaemon: ########################################
2021.10.09 02:51:20.896941 [ 6194 ] {} <Fatal> BaseDaemon: (version 21.3.4.25, no build id) (from thread 32756) (query_id: dc0d7391-a73d-4fa2-ac73-f9aabe61bd73) Received signal Aborted (6)
2021.10.09 02:51:20.896954 [ 6194 ] {} <Fatal> BaseDaemon:
2021.10.09 02:51:20.896968 [ 6194 ] {} <Fatal> BaseDaemon: Stack trace: 0x7fd58ecb84e7 0x7fd58ecb9bd8 0x3243817 0xdee2bd6 0xdee2948 0x388b8aa 0x9f8e9a6 0x9f74768 0x9f93390 0x9f93489 0x9a97cb6 0x9a9cb02 0x9a9cf25 0x9f8e9a6 0x9f74768 0x9f93390 0x9f93489 0x964d3bd 0x945132b 0x9474d83 0x97af476 0xa3f0318 0xa3f5443 0xa41ba8a 0xc668f97 0xc669428 0xc767cee 0xc765429 0x7fd58f05ae15
2021.10.09 02:51:20.897007 [ 6194 ] {} <Fatal> BaseDaemon: 3. gsignal @ 0x364e7 in /usr/lib64/libc-2.17.so
2021.10.09 02:51:20.897016 [ 6194 ] {} <Fatal> BaseDaemon: 4. abort @ 0x37bd8 in /usr/lib64/libc-2.17.so
2021.10.09 02:51:20.897419 [ 6194 ] {} <Fatal> BaseDaemon: 5. terminate_handler() (.cold) @ 0x3243817 in /opt/Bigdata/FusionInsight_ClickHouse_8.1.0.1/install/FusionInsight-ClickHouse-v21.3.4.25-lts/clickhouse/bin/clickhouse
```
| non_test | uncaught exception in db storagereplicatedmergetree allocateblocknumber there is an uncaught exception when execute insert query basedaemon version no build id from thread terminate called for uncaught exception code e displaytext db exception cannot allocate block number in zookeeper coordination exception transaction failed nodes count quota limit is exceed op path clickhouse tables default cluster audio patrol first done local blocks all stack trace when copying this message always include the lines below poco exception exception std basic string std allocator const int in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db exception exception std basic string std allocator const int bool in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db storagereplicatedmergetree allocateblocknumber std basic string std allocator const std shared ptr const std basic string std allocator const const cold in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db replicatedmergetreeblockoutputstream commitpart std shared ptr std shared ptr std basic string std allocator const in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db replicatedmergetreeblockoutputstream write db block const in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db pushingtoviewsblockoutputstream write db block const in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db addingdefaultblockoutputstream write db block const in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db squashingblockoutputstream finalize in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db squashingblockoutputstream writesuffix in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db distributedblockoutputstream writetolocal db block const unsigned long in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db distributedblockoutputstream writeasync db block const in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db distributedblockoutputstream write db block const in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db pushingtoviewsblockoutputstream write db block const in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db addingdefaultblockoutputstream write db block const in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db squashingblockoutputstream finalize in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse db squashingblockoutputstream writesuffix in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse basedaemon basedaemon version no build id from thread query id received signal aborted basedaemon basedaemon stack trace basedaemon gsignal in usr libc so basedaemon abort in usr libc so basedaemon terminate handler cold in opt bigdata fusioninsight clickhouse install fusioninsight clickhouse lts clickhouse bin clickhouse | 0 |
33,004 | 15,758,138,129 | IssuesEvent | 2021-03-31 06:21:44 | ansible/ansible | https://api.github.com/repos/ansible/ansible | closed | group_perf_recap_callback results in duplicate entries during profiling(Json and csv) with cgexec command when 'output_dir' is specified in ansible.cfg | affects_2.9 bot_closed bug needs_triage performance support:core | ### Summary
When I am trying to do profiling using group_perf_recap_callback plugin in ansible , this results in duplicate entries during profiling(Json and csv - output_format) with cgexec command when 'output_dir' is specified in ansible.cfg
### Issue Type
Bug Report
### Component Name
group_perf_recap_callback
### Ansible Version
```console (paste below)
$ ansible --version
ansible 2.9.18
```
### Configuration
```console (paste below)
cat ansible.cfg
===============
[defaults]
callback_whitelist = cgroup_perf_recap
[callback_cgroup_perf_recap]
control_group = ansible_profile
write_files = yes
output_format=json
output_dir=/tmp/performance_profiling
[ansible@testing-7d98-20210318-104339-0 automation]$ ansible-config dump --only-changed
ANSIBLE_NOCOWS(/home/ansible/automation/ansible.cfg) = False
ANSIBLE_SSH_ARGS(/home/ansible/automation/ansible.cfg) = -C -o ControlMaster=auto -o ControlPersist=60s -o ServerAliveInterval=30
DEFAULT_CALLBACK_PLUGIN_PATH(/home/ansible/automation/ansible.cfg) = [u'/home/ansible/automation/plugins/callback']
DEFAULT_CALLBACK_WHITELIST(/home/ansible/automation/ansible.cfg) = [u'cgroup_perf_recap']
DEFAULT_FILTER_PLUGIN_PATH(/home/ansible/automation/ansible.cfg) = [u'/home/ansible/automation/plugins/filter']
DEFAULT_FORKS(/home/ansible/automation/ansible.cfg) = 50
DEFAULT_GATHER_SUBSET(/home/ansible/automation/ansible.cfg) = [u'!hardware']
DEFAULT_HOST_LIST(/home/ansible/automation/ansible.cfg) = [u'/home/ansible/automation/inventory']
DEFAULT_LOG_PATH(/home/ansible/automation/ansible.cfg) = /home/ansible/automation/ansible.log
DEFAULT_MODULE_PATH(/home/ansible/automation/ansible.cfg) = [u'/home/ansible/automation/library']
DEFAULT_MODULE_UTILS_PATH(/home/ansible/automation/ansible.cfg) = [u'/home/ansible/automation/library/module_utils']
DEFAULT_ROLES_PATH(/home/ansible/automation/ansible.cfg) = [u'/home/ansible/automation/roles', u'/home/ansible/automation/development/roles']
DEFAULT_TIMEOUT(/home/ansible/automation/ansible.cfg) = 60
DEFAULT_UNDEFINED_VAR_BEHAVIOR(/home/ansible/automation/ansible.cfg) = True
DEFAULT_VAULT_PASSWORD_FILE(/home/ansible/automation/ansible.cfg) = /home/ansible/vault/vault.key
HOST_KEY_CHECKING(/home/ansible/automation/ansible.cfg) = True
INVENTORY_ANY_UNPARSED_IS_FAILED(/home/ansible/automation/ansible.cfg) = True
INVENTORY_IGNORE_EXTS(/home/ansible/automation/ansible.cfg) = [u'~', u'.orig', u'.bak', u'.ini', u'.cfg', u'.retry', u'.pyc', u'.pyo', u'.csv', u'.test']
RETRY_FILES_ENABLED(/home/ansible/automation/ansible.cfg) = False
```
### OS / Environment
Centos 7
### Steps to Reproduce
<!--- Paste example playbooks or commands between quotes below -->
```yaml (paste below)
cat ansible.cfg
===============
[defaults]
callback_whitelist = cgroup_perf_recap
[callback_cgroup_perf_recap]
control_group = ansible_profile
write_files = yes
output_format=json
output_dir=/tmp/performance_profiling
===========================================================================
Contents of the playbook:
=========================
cat mytesting/check_dir.yml
---
- hosts: localhost
become_user: root
become: true
tasks:
- name: The first task
file:
dest: /tmp/first-task
state: "{{file_state}}"
register: output
- name: The second task
file:
dest: /tmp/second-task
state: "{{file_state}}"
register: output
- name: The third task
file:
dest: /tmp/third-task
state: "{{file_state}}"
register: output
- name: Sample
shell: echo {{item}}
loop: ['1','2']
loop_control:
loop_var: item
when:
- output.changed
- name: Debugging
debug:
var: output
===========================================================================
Output of the Play task with cgexec
[ansible@testing-7d98-20210318-104339-0 automation]$ cgexec -g cpuacct,memory,pids:ansible_profile ansible-playbook mytesting/check_dir.yml --e file_state=touch --extra-vars "security_controls_list="
PLAY [localhost] ********************************************************************************************************************************************
TASK [Gathering Facts] **************************************************************************************************************************************
ok: [localhost]
TASK [The first task] ***************************************************************************************************************************************
changed: [localhost]
TASK [The second task] **************************************************************************************************************************************
changed: [localhost]
TASK [The third task] ***************************************************************************************************************************************
changed: [localhost]
TASK [Sample] ***********************************************************************************************************************************************
changed: [localhost] => (item=1)
changed: [localhost] => (item=2)
TASK [Debugging] ********************************************************************************************************************************************
ok: [localhost] => {
"output": {
"changed": true,
"dest": "/tmp/third-task",
"diff": {
"after": {
"atime": 1617170319.685854,
"mtime": 1617170319.685854,
"path": "/tmp/third-task",
"state": "touch"
},
"before": {
"atime": 1617170174.494083,
"mtime": 1617170174.494083,
"path": "/tmp/third-task",
"state": "file"
}
},
"failed": false,
"gid": 0,
"group": "root",
"mode": "0644",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
}
PLAY RECAP **************************************************************************************************************************************************
localhost : ok=6 changed=4 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
CGROUP PERF RECAP *******************************************************************************************************************************************
Memory Execution Maximum: 101.60MB
pids Execution Maximum: 11.00
cpu Execution Maximum: 99.78%
pids:
Gathering Facts (52540004-deea-57dc-ae84-000000000013): 7.00
The first task (52540004-deea-57dc-ae84-00000000000a): 8.00
The second task (52540004-deea-57dc-ae84-00000000000b): 8.00
The third task (52540004-deea-57dc-ae84-00000000000c): 5.00
Sample (52540004-deea-57dc-ae84-00000000000d): 11.00
Debugging (52540004-deea-57dc-ae84-00000000000f): 9.00
cpu:
Gathering Facts (52540004-deea-57dc-ae84-000000000013): 99.71%
The first task (52540004-deea-57dc-ae84-00000000000a): 99.17%
The second task (52540004-deea-57dc-ae84-00000000000b): 0.00%
The third task (52540004-deea-57dc-ae84-00000000000c): 0.00%
Sample (52540004-deea-57dc-ae84-00000000000d): 99.78%
Debugging (52540004-deea-57dc-ae84-00000000000f): 0.00%
memory:
Gathering Facts (52540004-deea-57dc-ae84-000000000013): 85.93MB
The first task (52540004-deea-57dc-ae84-00000000000a): 91.90MB
The second task (52540004-deea-57dc-ae84-00000000000b): 60.91MB
The third task (52540004-deea-57dc-ae84-00000000000c): 60.93MB
Sample (52540004-deea-57dc-ae84-00000000000d): 94.21MB
Debugging (52540004-deea-57dc-ae84-00000000000f): 61.29MB
=============================================================================
Output of /tmp/performance_profiling: There are duplicate entries of the task during profiling for each of the groups(memory, pids and cpu)
=====================================
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/
cpu.json memory.json pids.json
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/memory.json
{"timestamp": 1617170317.960771, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 59.48046875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.212293, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 85.9296875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.463451, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 84.140625, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.715409, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 83.9296875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.729732, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 60.56640625, "task_name": "The first task"}
{"timestamp": 1617170318.983249, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 91.90234375, "task_name": "The first task"}
{"timestamp": 1617170319.208605, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 60.91015625, "task_name": "The second task"}
{"timestamp": 1617170319.466251, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 60.92578125, "task_name": "The third task"}
{"timestamp": 1617170319.724189, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 61.0390625, "task_name": "Sample"}
{"timestamp": 1617170319.977283, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 90.87890625, "task_name": "Sample"}
{"timestamp": 1617170320.233164, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 94.21484375, "task_name": "Sample"}
{"timestamp": 1617170320.348716, "task_uuid": "52540004-deea-57dc-ae84-00000000000f", "value": 61.2890625, "task_name": "Debugging"}
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/pids.json
{"timestamp": 1617170317.961431, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 5, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.212705, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 6, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.463788, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 7, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.715752, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 6, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.730209, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 8, "task_name": "The first task"}
{"timestamp": 1617170318.983571, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 6, "task_name": "The first task"}
{"timestamp": 1617170319.208961, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 8, "task_name": "The second task"}
{"timestamp": 1617170319.466623, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 5, "task_name": "The third task"}
{"timestamp": 1617170319.724582, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 5, "task_name": "Sample"}
{"timestamp": 1617170319.977681, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 6, "task_name": "Sample"}
{"timestamp": 1617170320.233486, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 11, "task_name": "Sample"}
{"timestamp": 1617170320.349147, "task_uuid": "52540004-deea-57dc-ae84-00000000000f", "value": 9, "task_name": "Debugging"}
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/cpu.json
{"timestamp": 1617170318.212535, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 98.05223843798464, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.463639, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 99.70796151317755, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.715615, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 98.13726218079026, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.967484, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 99.20260754535596, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.983373, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 99.17001483866898, "task_name": "The first task"}
{"timestamp": 1617170319.23847, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 98.32789457169754, "task_name": "The first task"}
{"timestamp": 1617170319.465916, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 98.04763844313467, "task_name": "The second task"}
{"timestamp": 1617170319.723846, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 98.15227039627035, "task_name": "The third task"}
{"timestamp": 1617170319.977532, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 99.7846520006162, "task_name": "Sample"}
{"timestamp": 1617170320.233293, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 97.39838309090128, "task_name": "Sample"}
```
### Expected Results
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/
cpu.json memory.json pids.json
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/memory.json
{"timestamp": 1617170317.960771, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 59.48046875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.729732, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 60.56640625, "task_name": "The first task"}
{"timestamp": 1617170319.208605, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 60.91015625, "task_name": "The second task"}
{"timestamp": 1617170319.466251, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 60.92578125, "task_name": "The third task"}
{"timestamp": 1617170320.233164, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 94.21484375, "task_name": "Sample"}
{"timestamp": 1617170320.348716, "task_uuid": "52540004-deea-57dc-ae84-00000000000f", "value": 61.2890625, "task_name": "Debugging"}
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/pids.json
{"timestamp": 1617170317.961431, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 5, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.983571, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 6, "task_name": "The first task"}
{"timestamp": 1617170319.208961, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 8, "task_name": "The second task"}
{"timestamp": 1617170319.466623, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 5, "task_name": "The third task"}
{"timestamp": 1617170320.233486, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 11, "task_name": "Sample"}
{"timestamp": 1617170320.349147, "task_uuid": "52540004-deea-57dc-ae84-00000000000f", "value": 9, "task_name": "Debugging"}
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/cpu.json
{"timestamp": 1617170318.967484, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 99.20260754535596, "task_name": "Gathering Facts"}
{"timestamp": 1617170319.23847, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 98.32789457169754, "task_name": "The first task"}
{"timestamp": 1617170319.465916, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 98.04763844313467, "task_name": "The second task"}
{"timestamp": 1617170319.723846, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 98.15227039627035, "task_name": "The third task"}
{"timestamp": 1617170320.233293, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 97.39838309090128, "task_name": "Sample"}
### Actual Results
```console (paste below)
Output of /tmp/performance_profiling: There are duplicate entries of the task during profiling for each of the groups(memory, pids and cpu)
=====================================
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/
cpu.json memory.json pids.json
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/memory.json
{"timestamp": 1617170317.960771, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 59.48046875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.212293, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 85.9296875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.463451, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 84.140625, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.715409, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 83.9296875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.729732, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 60.56640625, "task_name": "The first task"}
{"timestamp": 1617170318.983249, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 91.90234375, "task_name": "The first task"} --> Duplicated
{"timestamp": 1617170319.208605, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 60.91015625, "task_name": "The second task"}
{"timestamp": 1617170319.466251, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 60.92578125, "task_name": "The third task"}
{"timestamp": 1617170319.724189, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 61.0390625, "task_name": "Sample"}
{"timestamp": 1617170319.977283, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 90.87890625, "task_name": "Sample"} --> Duplicated
{"timestamp": 1617170320.233164, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 94.21484375, "task_name": "Sample"}
{"timestamp": 1617170320.348716, "task_uuid": "52540004-deea-57dc-ae84-00000000000f", "value": 61.2890625, "task_name": "Debugging"}
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/pids.json
{"timestamp": 1617170317.961431, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 5, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.212705, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 6, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.463788, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 7, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.715752, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 6, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.730209, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 8, "task_name": "The first task"}
{"timestamp": 1617170318.983571, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 6, "task_name": "The first task"}
{"timestamp": 1617170319.208961, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 8, "task_name": "The second task"}
{"timestamp": 1617170319.466623, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 5, "task_name": "The third task"}
{"timestamp": 1617170319.724582, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 5, "task_name": "Sample"}
{"timestamp": 1617170319.977681, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 6, "task_name": "Sample"}
{"timestamp": 1617170320.233486, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 11, "task_name": "Sample"}
{"timestamp": 1617170320.349147, "task_uuid": "52540004-deea-57dc-ae84-00000000000f", "value": 9, "task_name": "Debugging"}
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/cpu.json
{"timestamp": 1617170318.212535, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 98.05223843798464, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.463639, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 99.70796151317755, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.715615, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 98.13726218079026, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.967484, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 99.20260754535596, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.983373, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 99.17001483866898, "task_name": "The first task"}
{"timestamp": 1617170319.23847, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 98.32789457169754, "task_name": "The first task"}
{"timestamp": 1617170319.465916, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 98.04763844313467, "task_name": "The second task"}
{"timestamp": 1617170319.723846, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 98.15227039627035, "task_name": "The third task"}
{"timestamp": 1617170319.977532, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 99.7846520006162, "task_name": "Sample"}
{"timestamp": 1617170320.233293, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 97.39838309090128, "task_name": "Sample"}
```
| True | group_perf_recap_callback results in duplicate entries during profiling(Json and csv) with cgexec command when 'output_dir' is specified in ansible.cfg - ### Summary
When I am trying to do profiling using group_perf_recap_callback plugin in ansible , this results in duplicate entries during profiling(Json and csv - output_format) with cgexec command when 'output_dir' is specified in ansible.cfg
### Issue Type
Bug Report
### Component Name
group_perf_recap_callback
### Ansible Version
```console (paste below)
$ ansible --version
ansible 2.9.18
```
### Configuration
```console (paste below)
cat ansible.cfg
===============
[defaults]
callback_whitelist = cgroup_perf_recap
[callback_cgroup_perf_recap]
control_group = ansible_profile
write_files = yes
output_format=json
output_dir=/tmp/performance_profiling
[ansible@testing-7d98-20210318-104339-0 automation]$ ansible-config dump --only-changed
ANSIBLE_NOCOWS(/home/ansible/automation/ansible.cfg) = False
ANSIBLE_SSH_ARGS(/home/ansible/automation/ansible.cfg) = -C -o ControlMaster=auto -o ControlPersist=60s -o ServerAliveInterval=30
DEFAULT_CALLBACK_PLUGIN_PATH(/home/ansible/automation/ansible.cfg) = [u'/home/ansible/automation/plugins/callback']
DEFAULT_CALLBACK_WHITELIST(/home/ansible/automation/ansible.cfg) = [u'cgroup_perf_recap']
DEFAULT_FILTER_PLUGIN_PATH(/home/ansible/automation/ansible.cfg) = [u'/home/ansible/automation/plugins/filter']
DEFAULT_FORKS(/home/ansible/automation/ansible.cfg) = 50
DEFAULT_GATHER_SUBSET(/home/ansible/automation/ansible.cfg) = [u'!hardware']
DEFAULT_HOST_LIST(/home/ansible/automation/ansible.cfg) = [u'/home/ansible/automation/inventory']
DEFAULT_LOG_PATH(/home/ansible/automation/ansible.cfg) = /home/ansible/automation/ansible.log
DEFAULT_MODULE_PATH(/home/ansible/automation/ansible.cfg) = [u'/home/ansible/automation/library']
DEFAULT_MODULE_UTILS_PATH(/home/ansible/automation/ansible.cfg) = [u'/home/ansible/automation/library/module_utils']
DEFAULT_ROLES_PATH(/home/ansible/automation/ansible.cfg) = [u'/home/ansible/automation/roles', u'/home/ansible/automation/development/roles']
DEFAULT_TIMEOUT(/home/ansible/automation/ansible.cfg) = 60
DEFAULT_UNDEFINED_VAR_BEHAVIOR(/home/ansible/automation/ansible.cfg) = True
DEFAULT_VAULT_PASSWORD_FILE(/home/ansible/automation/ansible.cfg) = /home/ansible/vault/vault.key
HOST_KEY_CHECKING(/home/ansible/automation/ansible.cfg) = True
INVENTORY_ANY_UNPARSED_IS_FAILED(/home/ansible/automation/ansible.cfg) = True
INVENTORY_IGNORE_EXTS(/home/ansible/automation/ansible.cfg) = [u'~', u'.orig', u'.bak', u'.ini', u'.cfg', u'.retry', u'.pyc', u'.pyo', u'.csv', u'.test']
RETRY_FILES_ENABLED(/home/ansible/automation/ansible.cfg) = False
```
### OS / Environment
Centos 7
### Steps to Reproduce
<!--- Paste example playbooks or commands between quotes below -->
```yaml (paste below)
cat ansible.cfg
===============
[defaults]
callback_whitelist = cgroup_perf_recap
[callback_cgroup_perf_recap]
control_group = ansible_profile
write_files = yes
output_format=json
output_dir=/tmp/performance_profiling
===========================================================================
Contents of the playbook:
=========================
cat mytesting/check_dir.yml
---
- hosts: localhost
become_user: root
become: true
tasks:
- name: The first task
file:
dest: /tmp/first-task
state: "{{file_state}}"
register: output
- name: The second task
file:
dest: /tmp/second-task
state: "{{file_state}}"
register: output
- name: The third task
file:
dest: /tmp/third-task
state: "{{file_state}}"
register: output
- name: Sample
shell: echo {{item}}
loop: ['1','2']
loop_control:
loop_var: item
when:
- output.changed
- name: Debugging
debug:
var: output
===========================================================================
Output of the Play task with cgexec
[ansible@testing-7d98-20210318-104339-0 automation]$ cgexec -g cpuacct,memory,pids:ansible_profile ansible-playbook mytesting/check_dir.yml --e file_state=touch --extra-vars "security_controls_list="
PLAY [localhost] ********************************************************************************************************************************************
TASK [Gathering Facts] **************************************************************************************************************************************
ok: [localhost]
TASK [The first task] ***************************************************************************************************************************************
changed: [localhost]
TASK [The second task] **************************************************************************************************************************************
changed: [localhost]
TASK [The third task] ***************************************************************************************************************************************
changed: [localhost]
TASK [Sample] ***********************************************************************************************************************************************
changed: [localhost] => (item=1)
changed: [localhost] => (item=2)
TASK [Debugging] ********************************************************************************************************************************************
ok: [localhost] => {
"output": {
"changed": true,
"dest": "/tmp/third-task",
"diff": {
"after": {
"atime": 1617170319.685854,
"mtime": 1617170319.685854,
"path": "/tmp/third-task",
"state": "touch"
},
"before": {
"atime": 1617170174.494083,
"mtime": 1617170174.494083,
"path": "/tmp/third-task",
"state": "file"
}
},
"failed": false,
"gid": 0,
"group": "root",
"mode": "0644",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
}
PLAY RECAP **************************************************************************************************************************************************
localhost : ok=6 changed=4 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
CGROUP PERF RECAP *******************************************************************************************************************************************
Memory Execution Maximum: 101.60MB
pids Execution Maximum: 11.00
cpu Execution Maximum: 99.78%
pids:
Gathering Facts (52540004-deea-57dc-ae84-000000000013): 7.00
The first task (52540004-deea-57dc-ae84-00000000000a): 8.00
The second task (52540004-deea-57dc-ae84-00000000000b): 8.00
The third task (52540004-deea-57dc-ae84-00000000000c): 5.00
Sample (52540004-deea-57dc-ae84-00000000000d): 11.00
Debugging (52540004-deea-57dc-ae84-00000000000f): 9.00
cpu:
Gathering Facts (52540004-deea-57dc-ae84-000000000013): 99.71%
The first task (52540004-deea-57dc-ae84-00000000000a): 99.17%
The second task (52540004-deea-57dc-ae84-00000000000b): 0.00%
The third task (52540004-deea-57dc-ae84-00000000000c): 0.00%
Sample (52540004-deea-57dc-ae84-00000000000d): 99.78%
Debugging (52540004-deea-57dc-ae84-00000000000f): 0.00%
memory:
Gathering Facts (52540004-deea-57dc-ae84-000000000013): 85.93MB
The first task (52540004-deea-57dc-ae84-00000000000a): 91.90MB
The second task (52540004-deea-57dc-ae84-00000000000b): 60.91MB
The third task (52540004-deea-57dc-ae84-00000000000c): 60.93MB
Sample (52540004-deea-57dc-ae84-00000000000d): 94.21MB
Debugging (52540004-deea-57dc-ae84-00000000000f): 61.29MB
=============================================================================
Output of /tmp/performance_profiling: There are duplicate entries of the task during profiling for each of the groups(memory, pids and cpu)
=====================================
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/
cpu.json memory.json pids.json
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/memory.json
{"timestamp": 1617170317.960771, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 59.48046875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.212293, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 85.9296875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.463451, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 84.140625, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.715409, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 83.9296875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.729732, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 60.56640625, "task_name": "The first task"}
{"timestamp": 1617170318.983249, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 91.90234375, "task_name": "The first task"}
{"timestamp": 1617170319.208605, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 60.91015625, "task_name": "The second task"}
{"timestamp": 1617170319.466251, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 60.92578125, "task_name": "The third task"}
{"timestamp": 1617170319.724189, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 61.0390625, "task_name": "Sample"}
{"timestamp": 1617170319.977283, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 90.87890625, "task_name": "Sample"}
{"timestamp": 1617170320.233164, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 94.21484375, "task_name": "Sample"}
{"timestamp": 1617170320.348716, "task_uuid": "52540004-deea-57dc-ae84-00000000000f", "value": 61.2890625, "task_name": "Debugging"}
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/pids.json
{"timestamp": 1617170317.961431, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 5, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.212705, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 6, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.463788, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 7, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.715752, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 6, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.730209, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 8, "task_name": "The first task"}
{"timestamp": 1617170318.983571, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 6, "task_name": "The first task"}
{"timestamp": 1617170319.208961, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 8, "task_name": "The second task"}
{"timestamp": 1617170319.466623, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 5, "task_name": "The third task"}
{"timestamp": 1617170319.724582, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 5, "task_name": "Sample"}
{"timestamp": 1617170319.977681, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 6, "task_name": "Sample"}
{"timestamp": 1617170320.233486, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 11, "task_name": "Sample"}
{"timestamp": 1617170320.349147, "task_uuid": "52540004-deea-57dc-ae84-00000000000f", "value": 9, "task_name": "Debugging"}
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/cpu.json
{"timestamp": 1617170318.212535, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 98.05223843798464, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.463639, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 99.70796151317755, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.715615, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 98.13726218079026, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.967484, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 99.20260754535596, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.983373, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 99.17001483866898, "task_name": "The first task"}
{"timestamp": 1617170319.23847, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 98.32789457169754, "task_name": "The first task"}
{"timestamp": 1617170319.465916, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 98.04763844313467, "task_name": "The second task"}
{"timestamp": 1617170319.723846, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 98.15227039627035, "task_name": "The third task"}
{"timestamp": 1617170319.977532, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 99.7846520006162, "task_name": "Sample"}
{"timestamp": 1617170320.233293, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 97.39838309090128, "task_name": "Sample"}
```
### Expected Results
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/
cpu.json memory.json pids.json
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/memory.json
{"timestamp": 1617170317.960771, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 59.48046875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.729732, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 60.56640625, "task_name": "The first task"}
{"timestamp": 1617170319.208605, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 60.91015625, "task_name": "The second task"}
{"timestamp": 1617170319.466251, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 60.92578125, "task_name": "The third task"}
{"timestamp": 1617170320.233164, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 94.21484375, "task_name": "Sample"}
{"timestamp": 1617170320.348716, "task_uuid": "52540004-deea-57dc-ae84-00000000000f", "value": 61.2890625, "task_name": "Debugging"}
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/pids.json
{"timestamp": 1617170317.961431, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 5, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.983571, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 6, "task_name": "The first task"}
{"timestamp": 1617170319.208961, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 8, "task_name": "The second task"}
{"timestamp": 1617170319.466623, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 5, "task_name": "The third task"}
{"timestamp": 1617170320.233486, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 11, "task_name": "Sample"}
{"timestamp": 1617170320.349147, "task_uuid": "52540004-deea-57dc-ae84-00000000000f", "value": 9, "task_name": "Debugging"}
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/cpu.json
{"timestamp": 1617170318.967484, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 99.20260754535596, "task_name": "Gathering Facts"}
{"timestamp": 1617170319.23847, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 98.32789457169754, "task_name": "The first task"}
{"timestamp": 1617170319.465916, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 98.04763844313467, "task_name": "The second task"}
{"timestamp": 1617170319.723846, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 98.15227039627035, "task_name": "The third task"}
{"timestamp": 1617170320.233293, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 97.39838309090128, "task_name": "Sample"}
### Actual Results
```console (paste below)
Output of /tmp/performance_profiling: There are duplicate entries of the task during profiling for each of the groups(memory, pids and cpu)
=====================================
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/
cpu.json memory.json pids.json
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/memory.json
{"timestamp": 1617170317.960771, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 59.48046875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.212293, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 85.9296875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.463451, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 84.140625, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.715409, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 83.9296875, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.729732, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 60.56640625, "task_name": "The first task"}
{"timestamp": 1617170318.983249, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 91.90234375, "task_name": "The first task"} --> Duplicated
{"timestamp": 1617170319.208605, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 60.91015625, "task_name": "The second task"}
{"timestamp": 1617170319.466251, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 60.92578125, "task_name": "The third task"}
{"timestamp": 1617170319.724189, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 61.0390625, "task_name": "Sample"}
{"timestamp": 1617170319.977283, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 90.87890625, "task_name": "Sample"} --> Duplicated
{"timestamp": 1617170320.233164, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 94.21484375, "task_name": "Sample"}
{"timestamp": 1617170320.348716, "task_uuid": "52540004-deea-57dc-ae84-00000000000f", "value": 61.2890625, "task_name": "Debugging"}
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/pids.json
{"timestamp": 1617170317.961431, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 5, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.212705, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 6, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.463788, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 7, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.715752, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 6, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.730209, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 8, "task_name": "The first task"}
{"timestamp": 1617170318.983571, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 6, "task_name": "The first task"}
{"timestamp": 1617170319.208961, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 8, "task_name": "The second task"}
{"timestamp": 1617170319.466623, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 5, "task_name": "The third task"}
{"timestamp": 1617170319.724582, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 5, "task_name": "Sample"}
{"timestamp": 1617170319.977681, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 6, "task_name": "Sample"}
{"timestamp": 1617170320.233486, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 11, "task_name": "Sample"}
{"timestamp": 1617170320.349147, "task_uuid": "52540004-deea-57dc-ae84-00000000000f", "value": 9, "task_name": "Debugging"}
[ansible@testing-7d98-20210318-104339-0 automation]$ cat /tmp/performance_profiling/cpu.json
{"timestamp": 1617170318.212535, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 98.05223843798464, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.463639, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 99.70796151317755, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.715615, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 98.13726218079026, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.967484, "task_uuid": "52540004-deea-57dc-ae84-000000000013", "value": 99.20260754535596, "task_name": "Gathering Facts"}
{"timestamp": 1617170318.983373, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 99.17001483866898, "task_name": "The first task"}
{"timestamp": 1617170319.23847, "task_uuid": "52540004-deea-57dc-ae84-00000000000a", "value": 98.32789457169754, "task_name": "The first task"}
{"timestamp": 1617170319.465916, "task_uuid": "52540004-deea-57dc-ae84-00000000000b", "value": 98.04763844313467, "task_name": "The second task"}
{"timestamp": 1617170319.723846, "task_uuid": "52540004-deea-57dc-ae84-00000000000c", "value": 98.15227039627035, "task_name": "The third task"}
{"timestamp": 1617170319.977532, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 99.7846520006162, "task_name": "Sample"}
{"timestamp": 1617170320.233293, "task_uuid": "52540004-deea-57dc-ae84-00000000000d", "value": 97.39838309090128, "task_name": "Sample"}
```
| non_test | group perf recap callback results in duplicate entries during profiling json and csv with cgexec command when output dir is specified in ansible cfg summary when i am trying to do profiling using group perf recap callback plugin in ansible this results in duplicate entries during profiling json and csv output format with cgexec command when output dir is specified in ansible cfg issue type bug report component name group perf recap callback ansible version console paste below ansible version ansible configuration console paste below cat ansible cfg callback whitelist cgroup perf recap control group ansible profile write files yes output format json output dir tmp performance profiling ansible config dump only changed ansible nocows home ansible automation ansible cfg false ansible ssh args home ansible automation ansible cfg c o controlmaster auto o controlpersist o serveraliveinterval default callback plugin path home ansible automation ansible cfg default callback whitelist home ansible automation ansible cfg default filter plugin path home ansible automation ansible cfg default forks home ansible automation ansible cfg default gather subset home ansible automation ansible cfg default host list home ansible automation ansible cfg default log path home ansible automation ansible cfg home ansible automation ansible log default module path home ansible automation ansible cfg default module utils path home ansible automation ansible cfg default roles path home ansible automation ansible cfg default timeout home ansible automation ansible cfg default undefined var behavior home ansible automation ansible cfg true default vault password file home ansible automation ansible cfg home ansible vault vault key host key checking home ansible automation ansible cfg true inventory any unparsed is failed home ansible automation ansible cfg true inventory ignore exts home ansible automation ansible cfg retry files enabled home ansible automation ansible cfg false os environment centos steps to reproduce yaml paste below cat ansible cfg callback whitelist cgroup perf recap control group ansible profile write files yes output format json output dir tmp performance profiling contents of the playbook cat mytesting check dir yml hosts localhost become user root become true tasks name the first task file dest tmp first task state file state register output name the second task file dest tmp second task state file state register output name the third task file dest tmp third task state file state register output name sample shell echo item loop loop control loop var item when output changed name debugging debug var output output of the play task with cgexec cgexec g cpuacct memory pids ansible profile ansible playbook mytesting check dir yml e file state touch extra vars security controls list play task ok task changed task changed task changed task changed item changed item task ok output changed true dest tmp third task diff after atime mtime path tmp third task state touch before atime mtime path tmp third task state file failed false gid group root mode owner root secontext unconfined u object r user tmp t size state file uid play recap localhost ok changed unreachable failed skipped rescued ignored cgroup perf recap memory execution maximum pids execution maximum cpu execution maximum pids gathering facts deea the first task deea the second task deea the third task deea sample deea debugging deea cpu gathering facts deea the first task deea the second task deea the third task deea sample deea debugging deea memory gathering facts deea the first task deea the second task deea the third task deea sample deea debugging deea output of tmp performance profiling there are duplicate entries of the task during profiling for each of the groups memory pids and cpu cat tmp performance profiling cpu json memory json pids json cat tmp performance profiling memory json timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the second task timestamp task uuid deea value task name the third task timestamp task uuid deea value task name sample timestamp task uuid deea value task name sample timestamp task uuid deea value task name sample timestamp task uuid deea value task name debugging cat tmp performance profiling pids json timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the second task timestamp task uuid deea value task name the third task timestamp task uuid deea value task name sample timestamp task uuid deea value task name sample timestamp task uuid deea value task name sample timestamp task uuid deea value task name debugging cat tmp performance profiling cpu json timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the second task timestamp task uuid deea value task name the third task timestamp task uuid deea value task name sample timestamp task uuid deea value task name sample expected results cat tmp performance profiling cpu json memory json pids json cat tmp performance profiling memory json timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the second task timestamp task uuid deea value task name the third task timestamp task uuid deea value task name sample timestamp task uuid deea value task name debugging cat tmp performance profiling pids json timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the second task timestamp task uuid deea value task name the third task timestamp task uuid deea value task name sample timestamp task uuid deea value task name debugging cat tmp performance profiling cpu json timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the second task timestamp task uuid deea value task name the third task timestamp task uuid deea value task name sample actual results console paste below output of tmp performance profiling there are duplicate entries of the task during profiling for each of the groups memory pids and cpu cat tmp performance profiling cpu json memory json pids json cat tmp performance profiling memory json timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the first task duplicated timestamp task uuid deea value task name the second task timestamp task uuid deea value task name the third task timestamp task uuid deea value task name sample timestamp task uuid deea value task name sample duplicated timestamp task uuid deea value task name sample timestamp task uuid deea value task name debugging cat tmp performance profiling pids json timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the second task timestamp task uuid deea value task name the third task timestamp task uuid deea value task name sample timestamp task uuid deea value task name sample timestamp task uuid deea value task name sample timestamp task uuid deea value task name debugging cat tmp performance profiling cpu json timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name gathering facts timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the first task timestamp task uuid deea value task name the second task timestamp task uuid deea value task name the third task timestamp task uuid deea value task name sample timestamp task uuid deea value task name sample | 0 |
351,206 | 31,988,654,530 | IssuesEvent | 2023-09-21 02:51:47 | BuggyPeasy/WebClient | https://api.github.com/repos/BuggyPeasy/WebClient | closed | Tests for EditableText Component | test | 1. it should initialize successfully
2. it should not render if not connected to the DOM
3. it should invoke **save** event when the **save()** is called when connected to the DOM
4. it should exit input mode when the **save()** is called when connected to the DOM
5. it should not invoke **save** event when the user clicks on the save button but not enter anything
6. it should throw an error when `save()` is called but it is not connected to the DOM
7. it should invoke **cancel** event when the **cancel()** is called when connected to the DOM
8. it should exit input mode when the **cancel()** is called when connected to the DOM
10. it should throw an error when `cancel()` is called but it is not connected to the DOM
11. it should enter the input mode when the user clicks on it if not in the input mode | 1.0 | Tests for EditableText Component - 1. it should initialize successfully
2. it should not render if not connected to the DOM
3. it should invoke **save** event when the **save()** is called when connected to the DOM
4. it should exit input mode when the **save()** is called when connected to the DOM
5. it should not invoke **save** event when the user clicks on the save button but not enter anything
6. it should throw an error when `save()` is called but it is not connected to the DOM
7. it should invoke **cancel** event when the **cancel()** is called when connected to the DOM
8. it should exit input mode when the **cancel()** is called when connected to the DOM
10. it should throw an error when `cancel()` is called but it is not connected to the DOM
11. it should enter the input mode when the user clicks on it if not in the input mode | test | tests for editabletext component it should initialize successfully it should not render if not connected to the dom it should invoke save event when the save is called when connected to the dom it should exit input mode when the save is called when connected to the dom it should not invoke save event when the user clicks on the save button but not enter anything it should throw an error when save is called but it is not connected to the dom it should invoke cancel event when the cancel is called when connected to the dom it should exit input mode when the cancel is called when connected to the dom it should throw an error when cancel is called but it is not connected to the dom it should enter the input mode when the user clicks on it if not in the input mode | 1 |
112,898 | 9,605,028,377 | IssuesEvent | 2019-05-10 21:59:08 | dgarana/vulcano | https://api.github.com/repos/dgarana/vulcano | closed | Autocompleter fails when trying to retrieve argument of non registered command | bug testing | I took the example provided on the main page and run it. I hit h, the autocomplete suggests three variants ("hi", "help", and "whoami"), and then I hit `<SPACE>`. It throws an exception. | 1.0 | Autocompleter fails when trying to retrieve argument of non registered command - I took the example provided on the main page and run it. I hit h, the autocomplete suggests three variants ("hi", "help", and "whoami"), and then I hit `<SPACE>`. It throws an exception. | test | autocompleter fails when trying to retrieve argument of non registered command i took the example provided on the main page and run it i hit h the autocomplete suggests three variants hi help and whoami and then i hit it throws an exception | 1 |
437,571 | 12,599,426,338 | IssuesEvent | 2020-06-11 05:59:10 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.douyu.com - design is broken | browser-fenix engine-gecko priority-important | <!-- @browser: Firefox Mobile 77.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:77.0) Gecko/77.0 Firefox/77.0 -->
<!-- @reported_with: -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/53987 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://www.douyu.com/110
**Browser / Version**: Firefox Mobile 77.0
**Operating System**: Android
**Tested Another Browser**: Yes Chrome
**Problem type**: Design is broken
**Description**: Images not loaded
**Steps to Reproduce**:
all the images are broken and the layout is awful.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
Submitted in the name of `@mycraftmw`
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.douyu.com - design is broken - <!-- @browser: Firefox Mobile 77.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:77.0) Gecko/77.0 Firefox/77.0 -->
<!-- @reported_with: -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/53987 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://www.douyu.com/110
**Browser / Version**: Firefox Mobile 77.0
**Operating System**: Android
**Tested Another Browser**: Yes Chrome
**Problem type**: Design is broken
**Description**: Images not loaded
**Steps to Reproduce**:
all the images are broken and the layout is awful.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
Submitted in the name of `@mycraftmw`
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_test | design is broken url browser version firefox mobile operating system android tested another browser yes chrome problem type design is broken description images not loaded steps to reproduce all the images are broken and the layout is awful browser configuration none submitted in the name of mycraftmw from with ❤️ | 0 |
312,493 | 26,868,586,415 | IssuesEvent | 2023-02-04 06:31:51 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | ccl/sqlproxyccl: TestBackendDialTLS failed | C-test-failure O-robot branch-master | ccl/sqlproxyccl.TestBackendDialTLS [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8580435?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8580435?buildTab=artifacts#/) on master @ [5fbcd8a8deac0205c7df38e340c1eb9692854383](https://github.com/cockroachdb/cockroach/commits/5fbcd8a8deac0205c7df38e340c1eb9692854383):
```
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func2()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2048 +0xad7
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2050 +0xc12
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1892 +0x424
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).runWithEx.func1()
github.com/cockroachdb/cockroach/pkg/sql/internal.go:171 +0x117
Goroutine 4821 (running) created at:
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:644 +0x3c4
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).serveImpl()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:368 +0xd15
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).serveConn()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:177 +0x48c
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:777 +0xc0a
github.com/cockroachdb/cockroach/pkg/server.(*SQLServerWrapper).AcceptClients.func1()
github.com/cockroachdb/cockroach/pkg/server/tenant.go:729 +0x267
github.com/cockroachdb/cockroach/pkg/server.startServeSQL.func1.1()
github.com/cockroachdb/cockroach/pkg/server/server_sql.go:1631 +0x2eb
github.com/cockroachdb/cockroach/pkg/util/netutil.(*TCPServer).ServeWith.func1()
github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:188 +0x111
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x1f6
Goroutine 4847 (running) created at:
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).runWithEx()
github.com/cockroachdb/cockroach/pkg/sql/internal.go:170 +0x344
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).execInternal()
github.com/cockroachdb/cockroach/pkg/sql/internal.go:900 +0xf76
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).QueryIteratorEx()
github.com/cockroachdb/cockroach/pkg/sql/internal.go:719 +0x2ac
github.com/cockroachdb/cockroach/pkg/sql.(*internalTxn).QueryIteratorEx()
<autogenerated>:1 +0x132
github.com/cockroachdb/cockroach/pkg/sql.resolveMemberOfWithAdminOption()
github.com/cockroachdb/cockroach/pkg/sql/authorization.go:652 +0x55b
github.com/cockroachdb/cockroach/pkg/sql.MemberOfWithAdminOption.func2()
github.com/cockroachdb/cockroach/pkg/sql/authorization.go:552 +0x111
github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall.func1()
github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:387 +0x51
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTask()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:305 +0x147
github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall()
github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:386 +0x2a4
github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).DoChan.func1()
github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:356 +0xd0
==================
=== RUN TestBackendDialTLS/tenant11
```
<p>Parameters: <code>TAGS=bazel,gss,race</code>
</p>
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
</p>
</details>
/cc @cockroachdb/sql-sessions @cockroachdb/server
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestBackendDialTLS.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| 1.0 | ccl/sqlproxyccl: TestBackendDialTLS failed - ccl/sqlproxyccl.TestBackendDialTLS [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8580435?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8580435?buildTab=artifacts#/) on master @ [5fbcd8a8deac0205c7df38e340c1eb9692854383](https://github.com/cockroachdb/cockroach/commits/5fbcd8a8deac0205c7df38e340c1eb9692854383):
```
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func2()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2048 +0xad7
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2050 +0xc12
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1892 +0x424
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).runWithEx.func1()
github.com/cockroachdb/cockroach/pkg/sql/internal.go:171 +0x117
Goroutine 4821 (running) created at:
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:644 +0x3c4
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).serveImpl()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:368 +0xd15
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).serveConn()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:177 +0x48c
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:777 +0xc0a
github.com/cockroachdb/cockroach/pkg/server.(*SQLServerWrapper).AcceptClients.func1()
github.com/cockroachdb/cockroach/pkg/server/tenant.go:729 +0x267
github.com/cockroachdb/cockroach/pkg/server.startServeSQL.func1.1()
github.com/cockroachdb/cockroach/pkg/server/server_sql.go:1631 +0x2eb
github.com/cockroachdb/cockroach/pkg/util/netutil.(*TCPServer).ServeWith.func1()
github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:188 +0x111
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x1f6
Goroutine 4847 (running) created at:
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).runWithEx()
github.com/cockroachdb/cockroach/pkg/sql/internal.go:170 +0x344
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).execInternal()
github.com/cockroachdb/cockroach/pkg/sql/internal.go:900 +0xf76
github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).QueryIteratorEx()
github.com/cockroachdb/cockroach/pkg/sql/internal.go:719 +0x2ac
github.com/cockroachdb/cockroach/pkg/sql.(*internalTxn).QueryIteratorEx()
<autogenerated>:1 +0x132
github.com/cockroachdb/cockroach/pkg/sql.resolveMemberOfWithAdminOption()
github.com/cockroachdb/cockroach/pkg/sql/authorization.go:652 +0x55b
github.com/cockroachdb/cockroach/pkg/sql.MemberOfWithAdminOption.func2()
github.com/cockroachdb/cockroach/pkg/sql/authorization.go:552 +0x111
github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall.func1()
github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:387 +0x51
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTask()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:305 +0x147
github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall()
github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:386 +0x2a4
github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).DoChan.func1()
github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:356 +0xd0
==================
=== RUN TestBackendDialTLS/tenant11
```
<p>Parameters: <code>TAGS=bazel,gss,race</code>
</p>
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
</p>
</details>
/cc @cockroachdb/sql-sessions @cockroachdb/server
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestBackendDialTLS.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| test | ccl sqlproxyccl testbackenddialtls failed ccl sqlproxyccl testbackenddialtls with on master github com cockroachdb cockroach pkg sql connexecutor execcmd github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql connexecutor execcmd github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql connexecutor run github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql internalexecutor runwithex github com cockroachdb cockroach pkg sql internal go goroutine running created at github com cockroachdb cockroach pkg sql pgwire conn processcommandsasync github com cockroachdb cockroach pkg sql pgwire conn go github com cockroachdb cockroach pkg sql pgwire conn serveimpl github com cockroachdb cockroach pkg sql pgwire conn go github com cockroachdb cockroach pkg sql pgwire server serveconn github com cockroachdb cockroach pkg sql pgwire conn go github com cockroachdb cockroach pkg sql pgwire server serveconn github com cockroachdb cockroach pkg sql pgwire server go github com cockroachdb cockroach pkg server sqlserverwrapper acceptclients github com cockroachdb cockroach pkg server tenant go github com cockroachdb cockroach pkg server startservesql github com cockroachdb cockroach pkg server server sql go github com cockroachdb cockroach pkg util netutil tcpserver servewith github com cockroachdb cockroach pkg util netutil net go github com cockroachdb cockroach pkg util stop stopper runasynctaskex github com cockroachdb cockroach pkg util stop stopper go goroutine running created at github com cockroachdb cockroach pkg sql internalexecutor runwithex github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql internalexecutor execinternal github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql internalexecutor queryiteratorex github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql internaltxn queryiteratorex github com cockroachdb cockroach pkg sql resolvememberofwithadminoption github com cockroachdb cockroach pkg sql authorization go github com cockroachdb cockroach pkg sql memberofwithadminoption github com cockroachdb cockroach pkg sql authorization go github com cockroachdb cockroach pkg util syncutil singleflight group docall github com cockroachdb cockroach pkg util syncutil singleflight singleflight go github com cockroachdb cockroach pkg util stop stopper runtask github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg util syncutil singleflight group docall github com cockroachdb cockroach pkg util syncutil singleflight singleflight go github com cockroachdb cockroach pkg util syncutil singleflight group dochan github com cockroachdb cockroach pkg util syncutil singleflight singleflight go run testbackenddialtls parameters tags bazel gss race help see also cc cockroachdb sql sessions cockroachdb server | 1 |
299,092 | 25,880,360,857 | IssuesEvent | 2022-12-14 10:50:08 | openBackhaul/ApplicationLayerTopology | https://api.github.com/repos/openBackhaul/ApplicationLayerTopology | opened | Service specific updates for /v1/list-operation-clients-reacting-on-operation-server | testsuite_to_be_changed | Apart from general changes, there are some specific updates for /v1/list-operation-clients-reacting-on-operation-server ,
General changes:
In Preparation phase, get attributes from ElasticSearch/Control-construct instead of input load-file | 1.0 | Service specific updates for /v1/list-operation-clients-reacting-on-operation-server - Apart from general changes, there are some specific updates for /v1/list-operation-clients-reacting-on-operation-server ,
General changes:
In Preparation phase, get attributes from ElasticSearch/Control-construct instead of input load-file | test | service specific updates for list operation clients reacting on operation server apart from general changes there are some specific updates for list operation clients reacting on operation server general changes in preparation phase get attributes from elasticsearch control construct instead of input load file | 1 |
779,729 | 27,364,154,049 | IssuesEvent | 2023-02-27 17:51:15 | google/ground-android | https://api.github.com/repos/google/ground-android | closed | [Crash] FK constraint failing, likely on insert observation | type: bug priority: p1 | Stack trace from Crashlytics:
```
Fatal Exception: java.lang.Throwable: FOREIGN KEY constraint failed (code 787)
at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(SQLiteConnection.java)
at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:783)
at android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.java:788)
at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:86)
at androidx.sqlite.db.framework.FrameworkSQLiteStatement.executeInsert(FrameworkSQLiteStatement.java:51)
at androidx.room.EntityInsertionAdapter.insert(EntityInsertionAdapter.java:64)
at com.google.android.gnd.persistence.local.room.dao.ObservationDao_Impl$4.call(ObservationDao_Impl.java:304)
at com.google.android.gnd.persistence.local.room.dao.ObservationDao_Impl$4.call(ObservationDao_Impl.java:299)
at io.reactivex.internal.operators.completable.CompletableFromCallable.subscribeActual(CompletableFromCallable.java:36)
at io.reactivex.Completable.subscribe(Completable.java:2309)
at com.akaita.java.rxjava2debug.extensions.CompletableOnAssembly.subscribeActual(CompletableOnAssembly.java:39)
at io.reactivex.Completable.subscribe(Completable.java:2309)
at io.reactivex.internal.operators.completable.CompletablePeek.subscribeActual(CompletablePeek.java:51)
at io.reactivex.Completable.subscribe(Completable.java:2309)
at com.akaita.java.rxjava2debug.extensions.CompletableOnAssembly.subscribeActual(CompletableOnAssembly.java:39)
at io.reactivex.Completable.subscribe(Completable.java:2309)
at io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver.run(CompletableSubscribeOn.java:64)
at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:578)
at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66)
at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)
```
@shobhitagarwal1612 Could you PTAL if you have a sec? | 1.0 | [Crash] FK constraint failing, likely on insert observation - Stack trace from Crashlytics:
```
Fatal Exception: java.lang.Throwable: FOREIGN KEY constraint failed (code 787)
at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(SQLiteConnection.java)
at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:783)
at android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.java:788)
at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:86)
at androidx.sqlite.db.framework.FrameworkSQLiteStatement.executeInsert(FrameworkSQLiteStatement.java:51)
at androidx.room.EntityInsertionAdapter.insert(EntityInsertionAdapter.java:64)
at com.google.android.gnd.persistence.local.room.dao.ObservationDao_Impl$4.call(ObservationDao_Impl.java:304)
at com.google.android.gnd.persistence.local.room.dao.ObservationDao_Impl$4.call(ObservationDao_Impl.java:299)
at io.reactivex.internal.operators.completable.CompletableFromCallable.subscribeActual(CompletableFromCallable.java:36)
at io.reactivex.Completable.subscribe(Completable.java:2309)
at com.akaita.java.rxjava2debug.extensions.CompletableOnAssembly.subscribeActual(CompletableOnAssembly.java:39)
at io.reactivex.Completable.subscribe(Completable.java:2309)
at io.reactivex.internal.operators.completable.CompletablePeek.subscribeActual(CompletablePeek.java:51)
at io.reactivex.Completable.subscribe(Completable.java:2309)
at com.akaita.java.rxjava2debug.extensions.CompletableOnAssembly.subscribeActual(CompletableOnAssembly.java:39)
at io.reactivex.Completable.subscribe(Completable.java:2309)
at io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver.run(CompletableSubscribeOn.java:64)
at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:578)
at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66)
at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)
```
@shobhitagarwal1612 Could you PTAL if you have a sec? | non_test | fk constraint failing likely on insert observation stack trace from crashlytics fatal exception java lang throwable foreign key constraint failed code at android database sqlite sqliteconnection nativeexecuteforlastinsertedrowid sqliteconnection java at android database sqlite sqliteconnection executeforlastinsertedrowid sqliteconnection java at android database sqlite sqlitesession executeforlastinsertedrowid sqlitesession java at android database sqlite sqlitestatement executeinsert sqlitestatement java at androidx sqlite db framework frameworksqlitestatement executeinsert frameworksqlitestatement java at androidx room entityinsertionadapter insert entityinsertionadapter java at com google android gnd persistence local room dao observationdao impl call observationdao impl java at com google android gnd persistence local room dao observationdao impl call observationdao impl java at io reactivex internal operators completable completablefromcallable subscribeactual completablefromcallable java at io reactivex completable subscribe completable java at com akaita java extensions completableonassembly subscribeactual completableonassembly java at io reactivex completable subscribe completable java at io reactivex internal operators completable completablepeek subscribeactual completablepeek java at io reactivex completable subscribe completable java at com akaita java extensions completableonassembly subscribeactual completableonassembly java at io reactivex completable subscribe completable java at io reactivex internal operators completable completablesubscribeon subscribeonobserver run completablesubscribeon java at io reactivex scheduler disposetask run scheduler java at io reactivex internal schedulers scheduledrunnable run scheduledrunnable java at io reactivex internal schedulers scheduledrunnable call scheduledrunnable java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java could you ptal if you have a sec | 0 |
27,814 | 11,565,828,066 | IssuesEvent | 2020-02-20 11:15:07 | MicrosoftDocs/microsoft-365-docs | https://api.github.com/repos/MicrosoftDocs/microsoft-365-docs | closed | Confusion re: labels | security | This article uses retention labels in a manner more commonly served by sensitivity labels... In fact, the retention labels listed nearly line up with the default sensitivity labels described in the article linked to above. Using retention labels in this fashion seriously limits the capability to use these labels for disposition scenarios. Please review to determine if recommendation should be modified to make use of sensitivity labels as the fundamental labeling control.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: e992a02b-9be0-8ae1-5078-56435edff356
* Version Independent ID: 96d3d112-27c7-c781-ebbf-23ca7eeb316e
* Content: [Secure files in Microsoft Teams - Office 365](https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/secure-files-in-teams)
* Content Source: [microsoft-365/security/office-365-security/secure-files-in-teams.md](https://github.com/MicrosoftDocs/microsoft-365-docs/blob/public/microsoft-365/security/office-365-security/secure-files-in-teams.md)
* Service: **o365-seccomp**
* GitHub Login: @JoeDavies-MSFT
* Microsoft Alias: **josephd** | True | Confusion re: labels - This article uses retention labels in a manner more commonly served by sensitivity labels... In fact, the retention labels listed nearly line up with the default sensitivity labels described in the article linked to above. Using retention labels in this fashion seriously limits the capability to use these labels for disposition scenarios. Please review to determine if recommendation should be modified to make use of sensitivity labels as the fundamental labeling control.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: e992a02b-9be0-8ae1-5078-56435edff356
* Version Independent ID: 96d3d112-27c7-c781-ebbf-23ca7eeb316e
* Content: [Secure files in Microsoft Teams - Office 365](https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/secure-files-in-teams)
* Content Source: [microsoft-365/security/office-365-security/secure-files-in-teams.md](https://github.com/MicrosoftDocs/microsoft-365-docs/blob/public/microsoft-365/security/office-365-security/secure-files-in-teams.md)
* Service: **o365-seccomp**
* GitHub Login: @JoeDavies-MSFT
* Microsoft Alias: **josephd** | non_test | confusion re labels this article uses retention labels in a manner more commonly served by sensitivity labels in fact the retention labels listed nearly line up with the default sensitivity labels described in the article linked to above using retention labels in this fashion seriously limits the capability to use these labels for disposition scenarios please review to determine if recommendation should be modified to make use of sensitivity labels as the fundamental labeling control document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id ebbf content content source service seccomp github login joedavies msft microsoft alias josephd | 0 |
315,166 | 27,051,108,458 | IssuesEvent | 2023-02-13 13:18:34 | apache/streampipes | https://api.github.com/repos/apache/streampipes | opened | Create cypress tests to validate version updates | good first issue testing | ### Body
### Background
This issue aims to automatically validate the update process of StreamPipes, as discussed in issue #1193.
### Description
A Cypress test should be implemented to validate all functionalities after the update. Two workflows are required for this:
1. A workflow to set up the resources in the old system.
2. A workflow to validate that everything is still working as expected after the update.
### Design & Implementation Steps
- [ ] Define the steps to setup the system
- [ ] Define the steps to validate the updated system
- [ ] Implement the first workflow to set up the resources in the old system.
- [ ] Implement the second workflow to validate that everything is still working as expected after the update.
In [1] you can find some examples with more complex test settings as an example.
[1] https://github.com/apache/streampipes/tree/dev/ui/cypress/tests/experimental
### Mentoring
As this ticket is marked as good first issue: one of @dominikriemer, @tenthe, or @bossenti are happy to provide help for getting started, just tag (one of) them if you want to start working on this issue and need some help.
### StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. | 1.0 | Create cypress tests to validate version updates - ### Body
### Background
This issue aims to automatically validate the update process of StreamPipes, as discussed in issue #1193.
### Description
A Cypress test should be implemented to validate all functionalities after the update. Two workflows are required for this:
1. A workflow to set up the resources in the old system.
2. A workflow to validate that everything is still working as expected after the update.
### Design & Implementation Steps
- [ ] Define the steps to setup the system
- [ ] Define the steps to validate the updated system
- [ ] Implement the first workflow to set up the resources in the old system.
- [ ] Implement the second workflow to validate that everything is still working as expected after the update.
In [1] you can find some examples with more complex test settings as an example.
[1] https://github.com/apache/streampipes/tree/dev/ui/cypress/tests/experimental
### Mentoring
As this ticket is marked as good first issue: one of @dominikriemer, @tenthe, or @bossenti are happy to provide help for getting started, just tag (one of) them if you want to start working on this issue and need some help.
### StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. | test | create cypress tests to validate version updates body background this issue aims to automatically validate the update process of streampipes as discussed in issue description a cypress test should be implemented to validate all functionalities after the update two workflows are required for this a workflow to set up the resources in the old system a workflow to validate that everything is still working as expected after the update design implementation steps define the steps to setup the system define the steps to validate the updated system implement the first workflow to set up the resources in the old system implement the second workflow to validate that everything is still working as expected after the update in you can find some examples with more complex test settings as an example mentoring as this ticket is marked as good first issue one of dominikriemer tenthe or bossenti are happy to provide help for getting started just tag one of them if you want to start working on this issue and need some help streampipes committer i acknowledge that i am a maintainer committer of the apache streampipes project | 1 |
63,130 | 14,656,672,411 | IssuesEvent | 2020-12-28 13:56:56 | fu1771695yongxie/mpvue | https://api.github.com/repos/fu1771695yongxie/mpvue | opened | CVE-2019-1010266 (Medium) detected in lodash-4.17.5.tgz, lodash-3.10.1.tgz | security vulnerability | ## CVE-2019-1010266 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-4.17.5.tgz</b>, <b>lodash-3.10.1.tgz</b></p></summary>
<p>
<details><summary><b>lodash-4.17.5.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz</a></p>
<p>Path to dependency file: mpvue/package.json</p>
<p>Path to vulnerable library: mpvue/node_modules/commitizen/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- commitizen-2.10.1.tgz (Root Library)
- :x: **lodash-4.17.5.tgz** (Vulnerable Library)
</details>
<details><summary><b>lodash-3.10.1.tgz</b></p></summary>
<p>The modern build of lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz">https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz</a></p>
<p>Path to dependency file: mpvue/package.json</p>
<p>Path to vulnerable library: mpvue/node_modules/karma/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- karma-1.7.1.tgz (Root Library)
- :x: **lodash-3.10.1.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/mpvue/commit/be6d6c3dc61036f1b620066dae32a37a6aaaa66b">be6d6c3dc61036f1b620066dae32a37a6aaaa66b</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>
lodash prior to 4.17.11 is affected by: CWE-400: Uncontrolled Resource Consumption. The impact is: Denial of service. The component is: Date handler. The attack vector is: Attacker provides very long strings, which the library attempts to match using a regular expression. The fixed version is: 4.17.11.
<p>Publish Date: 2019-07-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-1010266>CVE-2019-1010266</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: Low
- 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-2019-1010266">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010266</a></p>
<p>Release Date: 2019-07-17</p>
<p>Fix Resolution: 4.17.11</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-2019-1010266 (Medium) detected in lodash-4.17.5.tgz, lodash-3.10.1.tgz - ## CVE-2019-1010266 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-4.17.5.tgz</b>, <b>lodash-3.10.1.tgz</b></p></summary>
<p>
<details><summary><b>lodash-4.17.5.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz</a></p>
<p>Path to dependency file: mpvue/package.json</p>
<p>Path to vulnerable library: mpvue/node_modules/commitizen/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- commitizen-2.10.1.tgz (Root Library)
- :x: **lodash-4.17.5.tgz** (Vulnerable Library)
</details>
<details><summary><b>lodash-3.10.1.tgz</b></p></summary>
<p>The modern build of lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz">https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz</a></p>
<p>Path to dependency file: mpvue/package.json</p>
<p>Path to vulnerable library: mpvue/node_modules/karma/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- karma-1.7.1.tgz (Root Library)
- :x: **lodash-3.10.1.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/mpvue/commit/be6d6c3dc61036f1b620066dae32a37a6aaaa66b">be6d6c3dc61036f1b620066dae32a37a6aaaa66b</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>
lodash prior to 4.17.11 is affected by: CWE-400: Uncontrolled Resource Consumption. The impact is: Denial of service. The component is: Date handler. The attack vector is: Attacker provides very long strings, which the library attempts to match using a regular expression. The fixed version is: 4.17.11.
<p>Publish Date: 2019-07-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-1010266>CVE-2019-1010266</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: Low
- 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-2019-1010266">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010266</a></p>
<p>Release Date: 2019-07-17</p>
<p>Fix Resolution: 4.17.11</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 medium detected in lodash tgz lodash tgz cve medium severity vulnerability vulnerable libraries lodash tgz lodash tgz lodash tgz lodash modular utilities library home page a href path to dependency file mpvue package json path to vulnerable library mpvue node modules commitizen node modules lodash package json dependency hierarchy commitizen tgz root library x lodash tgz vulnerable library lodash tgz the modern build of lodash modular utilities library home page a href path to dependency file mpvue package json path to vulnerable library mpvue node modules karma node modules lodash package json dependency hierarchy karma tgz root library x lodash tgz vulnerable library found in head commit a href found in base branch master vulnerability details lodash prior to is affected by cwe uncontrolled resource consumption the impact is denial of service the component is date handler the attack vector is attacker provides very long strings which the library attempts to match using a regular expression the fixed version is publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low 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 step up your open source security game with whitesource | 0 |
189,504 | 14,512,272,362 | IssuesEvent | 2020-12-13 00:55:56 | kalexmills/github-vet-tests-dec2020 | https://api.github.com/repos/kalexmills/github-vet-tests-dec2020 | closed | go-graphite/carbonapi: expr/functions/movingMedian/function_test.go; 6 LoC | fresh test tiny |
Found a possible issue in [go-graphite/carbonapi](https://www.github.com/go-graphite/carbonapi) at [expr/functions/movingMedian/function_test.go](https://github.com/go-graphite/carbonapi/blob/286a7fab44b0bd5f69479982886a457de9e5a00d/expr/functions/movingMedian/function_test.go#L59-L64)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.
> function call which takes a reference to tt at line 62 may start a goroutine
[Click here to see the code in its original context.](https://github.com/go-graphite/carbonapi/blob/286a7fab44b0bd5f69479982886a457de9e5a00d/expr/functions/movingMedian/function_test.go#L59-L64)
<details>
<summary>Click here to show the 6 line(s) of Go which triggered the analyzer.</summary>
```go
for _, tt := range tests {
testName := tt.Target
t.Run(testName, func(t *testing.T) {
th.TestEvalExpr(t, &tt)
})
}
```
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: 286a7fab44b0bd5f69479982886a457de9e5a00d
| 1.0 | go-graphite/carbonapi: expr/functions/movingMedian/function_test.go; 6 LoC -
Found a possible issue in [go-graphite/carbonapi](https://www.github.com/go-graphite/carbonapi) at [expr/functions/movingMedian/function_test.go](https://github.com/go-graphite/carbonapi/blob/286a7fab44b0bd5f69479982886a457de9e5a00d/expr/functions/movingMedian/function_test.go#L59-L64)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.
> function call which takes a reference to tt at line 62 may start a goroutine
[Click here to see the code in its original context.](https://github.com/go-graphite/carbonapi/blob/286a7fab44b0bd5f69479982886a457de9e5a00d/expr/functions/movingMedian/function_test.go#L59-L64)
<details>
<summary>Click here to show the 6 line(s) of Go which triggered the analyzer.</summary>
```go
for _, tt := range tests {
testName := tt.Target
t.Run(testName, func(t *testing.T) {
th.TestEvalExpr(t, &tt)
})
}
```
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: 286a7fab44b0bd5f69479982886a457de9e5a00d
| test | go graphite carbonapi expr functions movingmedian function test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to tt at line may start a goroutine click here to show the line s of go which triggered the analyzer go for tt range tests testname tt target t run testname func t testing t th testevalexpr t tt leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id | 1 |
313,064 | 26,899,229,739 | IssuesEvent | 2023-02-06 14:34:58 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: jepsen/g2/start-stop-2 failed | C-test-failure O-robot O-roachtest branch-master release-blocker T-testeng | roachtest.jepsen/g2/start-stop-2 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8594003?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8594003?buildTab=artifacts#/jepsen/g2/start-stop-2) on master @ [8e24570fa366ed038c6ae65f50db5d8e22826db0](https://github.com/cockroachdb/cockroach/commits/8e24570fa366ed038c6ae65f50db5d8e22826db0):
```
test artifacts and logs in: /artifacts/jepsen/g2/start-stop-2/run_1
(cluster.go:1937).Run: output in run_140341.371219516_n1-6_sh-c-sudo-DEBIANFRON: sh -c "sudo DEBIAN_FRONTEND=noninteractive apt-get -y upgrade -o Dpkg::Options::='--force-confold' -o DPkg::options::='--force-confdef' > logs/apt-upgrade.log 2>&1" returned: COMMAND_PROBLEM: ssh verbose log retained in ssh_140341.379357904_n1_sh-c-sudo-DEBIANFRON.log: exit status 100
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</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/test-eng
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*jepsen/g2/start-stop-2.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-24258 | 3.0 | roachtest: jepsen/g2/start-stop-2 failed - roachtest.jepsen/g2/start-stop-2 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8594003?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8594003?buildTab=artifacts#/jepsen/g2/start-stop-2) on master @ [8e24570fa366ed038c6ae65f50db5d8e22826db0](https://github.com/cockroachdb/cockroach/commits/8e24570fa366ed038c6ae65f50db5d8e22826db0):
```
test artifacts and logs in: /artifacts/jepsen/g2/start-stop-2/run_1
(cluster.go:1937).Run: output in run_140341.371219516_n1-6_sh-c-sudo-DEBIANFRON: sh -c "sudo DEBIAN_FRONTEND=noninteractive apt-get -y upgrade -o Dpkg::Options::='--force-confold' -o DPkg::options::='--force-confdef' > logs/apt-upgrade.log 2>&1" returned: COMMAND_PROBLEM: ssh verbose log retained in ssh_140341.379357904_n1_sh-c-sudo-DEBIANFRON.log: exit status 100
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</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/test-eng
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*jepsen/g2/start-stop-2.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-24258 | test | roachtest jepsen start stop failed roachtest jepsen start stop with on master test artifacts and logs in artifacts jepsen start stop run cluster go run output in run sh c sudo debianfron sh c sudo debian frontend noninteractive apt get y upgrade o dpkg options force confold o dpkg options force confdef logs apt upgrade log returned command problem ssh verbose log retained in ssh sh c sudo debianfron log exit status parameters roachtest cloud gce roachtest cpu roachtest encrypted false roachtest fs roachtest localssd true roachtest ssd help see see cc cockroachdb test eng jira issue crdb | 1 |
75,061 | 7,459,171,495 | IssuesEvent | 2018-03-30 14:11:43 | EasyCrossPlatformLib/EasyCrossPlatform_src | https://api.github.com/repos/EasyCrossPlatformLib/EasyCrossPlatform_src | closed | Add HTTP Parser | feature-implemention help wanted test | **Add HTTP Parser Support for EasyCrossPlatform**
I am considering either take it from [NodeJS](https://github.com/nodejs/http-parser) or [http-parser](https://github.com/nekipelov/httpparser). I am more on NodeJS side because it is more frequently maintained and should be much reliable. | 1.0 | Add HTTP Parser - **Add HTTP Parser Support for EasyCrossPlatform**
I am considering either take it from [NodeJS](https://github.com/nodejs/http-parser) or [http-parser](https://github.com/nekipelov/httpparser). I am more on NodeJS side because it is more frequently maintained and should be much reliable. | test | add http parser add http parser support for easycrossplatform i am considering either take it from or i am more on nodejs side because it is more frequently maintained and should be much reliable | 1 |
226,869 | 18,045,926,622 | IssuesEvent | 2021-09-18 22:28:07 | logicmoo/logicmoo_workspace | https://api.github.com/repos/logicmoo/logicmoo_workspace | opened | logicmoo.pfc.test.sanity_base.NEG_01V JUnit | Test_9999 logicmoo.pfc.test.sanity_base unit_test NEG_01V | (cd /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base ; timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc)
GH_MASTER_ISSUE_FINFO=
ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3ANEG_01V
GITLAB: https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/commit/1629eba4a2a1da0e1b731d156198a7168dafae44
https://gitlab.logicmoo.org/gitlab/logicmoo/logicmoo_workspace/-/blob/1629eba4a2a1da0e1b731d156198a7168dafae44/packs_sys/pfc/t/sanity_base/neg_01v.pfc
Latest: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/NEG_01V/logicmoo_pfc_test_sanity_base_NEG_01V_JUnit/
This Build: https://jenkins.logicmoo.org/job/logicmoo_workspace/68/testReport/logicmoo.pfc.test.sanity_base/NEG_01V/logicmoo_pfc_test_sanity_base_NEG_01V_JUnit/
GITHUB: https://github.com/logicmoo/logicmoo_workspace/commit/1629eba4a2a1da0e1b731d156198a7168dafae44
https://github.com/logicmoo/logicmoo_workspace/blob/1629eba4a2a1da0e1b731d156198a7168dafae44/packs_sys/pfc/t/sanity_base/neg_01v.pfc
```
%
running('/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/neg_01v.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).
~path(X,X).
path(1,2).
path(2,3).
path(3,4).
path(1,1).
:- mpred_test(path(3, 4)).
%~ mpred_test("Test_0001_Line_0000__path_3",baseKB:path(3,4))
%~ FIlE: * https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master/packs_sys/pfc/t/sanity_base/neg_01v.pfc#L20
/*~
%~ mpred_test("Test_0001_Line_0000__path_3",baseKB:path(3,4))
passed=info(why_was_true(baseKB:path(3,4)))
Justifications for path(3,4):
[36m 1.1 mfl4(_,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master/packs_sys/pfc/t/sanity_base/neg_01v.pfc#L17 ',17) [0m
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0001_Line_0000__path_3'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0001_Line_0000__path_3-junit.xml
~*/
:- mpred_test(path(2, 3)).
%~ mpred_test("Test_0002_Line_0000__path_2",baseKB:path(2,3))
%~ FIlE: * https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master/packs_sys/pfc/t/sanity_base/neg_01v.pfc#L21
/*~
%~ mpred_test("Test_0002_Line_0000__path_2",baseKB:path(2,3))
passed=info(why_was_true(baseKB:path(2,3)))
Justifications for path(2,3):
[36m 1.1 mfl4(_,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master/packs_sys/pfc/t/sanity_base/neg_01v.pfc#L16 ',16) [0m
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0002_Line_0000__path_2'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0002_Line_0000__path_2-junit.xml
~*/
:- mpred_test(path(1, 2)).
%~ mpred_test("Test_0003_Line_0000__path_1",baseKB:path(1,2))
%~ FIlE: * https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master/packs_sys/pfc/t/sanity_base/neg_01v.pfc#L22
/*~
%~ mpred_test("Test_0003_Line_0000__path_1",baseKB:path(1,2))
passed=info(why_was_true(baseKB:path(1,2)))
Justifications for path(1,2):
[36m 1.1 mfl4(_,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master/packs_sys/pfc/t/sanity_base/neg_01v.pfc#L15 ',15) [0m
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0003_Line_0000__path_1'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0003_Line_0000__path_1-junit.xml
~*/
:- mpred_test(~path(1,1)).
%~ mpred_test("Test_0004_Line_0000__path_1",baseKB: ~path(1,1))
/*~
%~ mpred_test("Test_0004_Line_0000__path_1",baseKB: ~path(1,1))
^ Call: (68) [baseKB] ~path(1, 1)
^ Unify: (68) [baseKB] ~ (baseKB:path(1, 1))
^ Call: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(1, 1)), info(pfc_lib:neg_in_code0(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1320, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(1, 1)))))
^ Unify: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(1, 1)), info(pfc_lib:neg_in_code0(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1320, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(1, 1)))))
Call: (76) [system] set_prolog_flag(last_call_optimisation, false)
Exit: (76) [system] set_prolog_flag(last_call_optimisation, false)
^ Call: (76) [loop_check] prolog_frame_attribute(1320, parent_goal, loop_check_term_frame(_51788, info(pfc_lib:neg_in_code0(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, _51794, _51796))
^ Fail: (76) [loop_check] prolog_frame_attribute(1320, parent_goal, loop_check_term_frame(_51788, info(pfc_lib:neg_in_code0(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, _51794, _51796))
^ Redo: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(1, 1)), info(pfc_lib:neg_in_code0(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1320, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(1, 1)))))
Call: (76) [pfc_lib] neg_in_code0(baseKB:path(1, 1))
Unify: (76) [pfc_lib] neg_in_code0(baseKB:path(1, 1))
^ Call: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(1, 1)), info(pfc_lib:neg_may_naf(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1459, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(1, 1)))))
^ Unify: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(1, 1)), info(pfc_lib:neg_may_naf(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1459, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(1, 1)))))
Call: (83) [system] set_prolog_flag(last_call_optimisation, false)
Exit: (83) [system] set_prolog_flag(last_call_optimisation, false)
^ Call: (83) [loop_check] prolog_frame_attribute(1459, parent_goal, loop_check_term_frame(_57512, info(pfc_lib:neg_may_naf(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, _57518, _57520))
^ Fail: (83) [loop_check] prolog_frame_attribute(1459, parent_goal, loop_check_term_frame(_57512, info(pfc_lib:neg_may_naf(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, _57518, _57520))
^ Redo: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(1, 1)), info(pfc_lib:neg_may_naf(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1459, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(1, 1)))))
Call: (83) [pfc_lib] neg_may_naf(baseKB:path(1, 1))
Unify: (83) [pfc_lib] neg_may_naf(baseKB:path(1, 1))
^ Call: (87) [pfc_lib] hook_database:clause_i(pfc_lib:prologNegByFailure(path), true, _60844)
^ Unify: (87) [pfc_lib] hook_database:clause_i(pfc_lib:prologNegByFailure(path), true, _60844)
^ Call: (88) [system] clause(pfc_lib:prologNegByFailure(path), true, _60844)
^ Fail: (88) [system] clause(pfc_lib:prologNegByFailure(path), true, _60844)
^ Fail: (87) [pfc_lib] hook_database:clause_i(pfc_lib:prologNegByFailure(path), true, _60844)
Unify: (83) [pfc_lib] neg_may_naf(baseKB:path(1, 1))
^ Call: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(1, 1))
^ Unify: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(1, 1))
^ Call: (85) [pfc_lib] ucatch:is_ftVar(baseKB:path(1, 1))
^ Unify: (85) [pfc_lib] ucatch:is_ftVar(baseKB:path(1, 1))
^ Fail: (85) [pfc_lib] ucatch:is_ftVar(baseKB:path(1, 1))
^ Redo: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(1, 1))
^ Exit: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(1, 1))
^ Call: (88) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologHybrid), _69014), call(_69014)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))))
^ Unify: (88) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologHybrid), _69014), call(_69014)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))))
^ Call: (90) [hook_database] clause(mpred_prop(baseKB, path, 2, prologHybrid), _69014)
^ Fail: (90) [hook_database] clause(mpred_prop(baseKB, path, 2, prologHybrid), _69014)
Call: (90) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))
Unify: (90) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))
^ Call: (91) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologHybrid), _72800))
^ Unify: (91) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologHybrid), _72800))
^ Call: (92) [baseKB] clause(mpred_prop(baseKB, path, 2, prologHybrid), _72800)
^ Fail: (92) [baseKB] clause(mpred_prop(baseKB, path, 2, prologHybrid), _72800)
^ Fail: (91) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologHybrid), _72800))
Fail: (90) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))
^ Fail: (88) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologHybrid), _69014), call(_69014)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))))
^ Call: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _77220)
^ Unify: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, syntaxic(_77790))
^ Call: (88) [pfc_lib] mpred_database_term_syntax(path, 2, _77790)
^ Fail: (88) [pfc_lib] mpred_database_term_syntax(path, 2, _77790)
^ Redo: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _79792)
^ Unify: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _80420)
^ Call: (88) [pfc_lib] mpred_core_database_term(path, 2, _80988)
^ Fail: (88) [pfc_lib] mpred_core_database_term(path, 2, _80988)
^ Fail: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _82362)
^ Call: (86) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologBuiltin), _82966), call(_82966)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))))
^ Unify: (86) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologBuiltin), _82966), call(_82966)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))))
^ Call: (88) [hook_database] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _82966)
^ Fail: (88) [hook_database] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _82966)
Call: (88) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))
Unify: (88) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))
^ Call: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologBuiltin), _86752))
^ Unify: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologBuiltin), _86752))
^ Call: (90) [baseKB] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _86752)
^ Fail: (90) [baseKB] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _86752)
^ Fail: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologBuiltin), _86752))
Fail: (88) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))
^ Fail: (86) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologBuiltin), _82966), call(_82966)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))))
^ Call: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(_91118, path, 2, prologHybrid), _91148), call(_91148)*->true;clause_b(baseKB:mpred_prop(_91118, path, 2, prologHybrid))))
^ Unify: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(_91118, path, 2, prologHybrid), _91148), call(_91148)*->true;clause_b(baseKB:mpred_prop(_91118, path, 2, prologHybrid))))
^ Call: (91) [hook_database] clause(mpred_prop(_91118, path, 2, prologHybrid), _91148)
^ Fail: (91) [hook_database] clause(mpred_prop(_91118, path, 2, prologHybrid), _91148)
Call: (91) [hook_database] clause_b(baseKB:mpred_prop(_91118, path, 2, prologHybrid))
Unify: (91) [hook_database] clause_b(baseKB:mpred_prop(_91118, path, 2, prologHybrid))
^ Call: (92) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(_91118, path, 2, prologHybrid), _94934))
^ Unify: (92) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(_91118, path, 2, prologHybrid), _94934))
^ Call: (93) [baseKB] clause(mpred_prop(_91118, path, 2, prologHybrid), _94934)
^ Fail: (93) [baseKB] clause(mpred_prop(_91118, path, 2, prologHybrid), _94934)
^ Fail: (92) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(_91118, path, 2, prologHybrid), _94934))
Fail: (91) [hook_database] clause_b(baseKB:mpred_prop(_91118, path, 2, prologHybrid))
^ Fail: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(_91118, path, 2, prologHybrid), _91148), call(_91148)*->true;clause_b(baseKB:mpred_prop(_91118, path, 2, prologHybrid))))
^ Call: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _99354)
^ Unify: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, syntaxic(_99924))
^ Call: (89) [pfc_lib] mpred_database_term_syntax(path, 2, _99924)
^ Fail: (89) [pfc_lib] mpred_database_term_syntax(path, 2, _99924)
^ Redo: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _101926)
^ Unify: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _102554)
^ Call: (89) [pfc_lib] mpred_core_database_term(path, 2, _103122)
^ Fail: (89) [pfc_lib] mpred_core_database_term(path, 2, _103122)
^ Fail: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _104496)
Call: (98) [$autoload] leave_sandbox(_105094)
Unify: (98) [$autoload] leave_sandbox(_105094)
Exit: (98) [$autoload] leave_sandbox(false)
Call: (97) [$autoload] restore_sandbox(false)
Unify: (97) [$autoload] restore_sandbox(false)
Exit: (97) [$autoload] restore_sandbox(false)
Fail: (83) [pfc_lib] neg_may_naf(baseKB:path(1, 1))
^ Fail: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(1, 1)), info(pfc_lib:neg_may_naf(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1459, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(1, 1)))))
Fail: (76) [pfc_lib] neg_in_code0(baseKB:path(1, 1))
^ Fail: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(1, 1)), info(pfc_lib:neg_in_code0(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1320, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(1, 1)))))
^ Fail: (68) [baseKB] ~ (baseKB:path(1, 1))
^ Call: (68) [must_sanity] must_sanity:mquietly_if(true, rtrace:tAt_normal)
^ Unify: (68) [must_sanity] must_sanity:mquietly_if(true, rtrace:tAt_normal)
failure=info((why_was_true(baseKB:(\+ ~path(1,1))),rtrace(baseKB: ~path(1,1))))
no_proof_for(\+ ~path(1,1)).
no_proof_for(\+ ~path(1,1)).
no_proof_for(\+ ~path(1,1)).
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0004_Line_0000__path_1'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0004_Line_0000__path_1-junit.xml
~*/
:- mpred_test(~path(2,2)).
%~ mpred_test("Test_0005_Line_0000__path_2",baseKB: ~path(2,2))
/*~
%~ mpred_test("Test_0005_Line_0000__path_2",baseKB: ~path(2,2))
^ Call: (68) [baseKB] ~path(2, 2)
^ Unify: (68) [baseKB] ~ (baseKB:path(2, 2))
^ Call: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(2, 2)), info(pfc_lib:neg_in_code0(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1189, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(2, 2)))))
^ Unify: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(2, 2)), info(pfc_lib:neg_in_code0(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1189, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(2, 2)))))
Call: (76) [system] set_prolog_flag(last_call_optimisation, false)
Exit: (76) [system] set_prolog_flag(last_call_optimisation, false)
^ Call: (76) [loop_check] prolog_frame_attribute(1189, parent_goal, loop_check_term_frame(_92994, info(pfc_lib:neg_in_code0(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, _93000, _93002))
^ Fail: (76) [loop_check] prolog_frame_attribute(1189, parent_goal, loop_check_term_frame(_92994, info(pfc_lib:neg_in_code0(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, _93000, _93002))
^ Redo: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(2, 2)), info(pfc_lib:neg_in_code0(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1189, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(2, 2)))))
Call: (76) [pfc_lib] neg_in_code0(baseKB:path(2, 2))
Unify: (76) [pfc_lib] neg_in_code0(baseKB:path(2, 2))
^ Call: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(2, 2)), info(pfc_lib:neg_may_naf(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1328, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(2, 2)))))
^ Unify: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(2, 2)), info(pfc_lib:neg_may_naf(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1328, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(2, 2)))))
Call: (83) [system] set_prolog_flag(last_call_optimisation, false)
Exit: (83) [system] set_prolog_flag(last_call_optimisation, false)
^ Call: (83) [loop_check] prolog_frame_attribute(1328, parent_goal, loop_check_term_frame(_98718, info(pfc_lib:neg_may_naf(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, _98724, _98726))
^ Fail: (83) [loop_check] prolog_frame_attribute(1328, parent_goal, loop_check_term_frame(_98718, info(pfc_lib:neg_may_naf(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, _98724, _98726))
^ Redo: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(2, 2)), info(pfc_lib:neg_may_naf(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1328, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(2, 2)))))
Call: (83) [pfc_lib] neg_may_naf(baseKB:path(2, 2))
Unify: (83) [pfc_lib] neg_may_naf(baseKB:path(2, 2))
^ Call: (87) [pfc_lib] hook_database:clause_i(pfc_lib:prologNegByFailure(path), true, _102050)
^ Unify: (87) [pfc_lib] hook_database:clause_i(pfc_lib:prologNegByFailure(path), true, _102050)
^ Call: (88) [system] clause(pfc_lib:prologNegByFailure(path), true, _102050)
^ Fail: (88) [system] clause(pfc_lib:prologNegByFailure(path), true, _102050)
^ Fail: (87) [pfc_lib] hook_database:clause_i(pfc_lib:prologNegByFailure(path), true, _102050)
Unify: (83) [pfc_lib] neg_may_naf(baseKB:path(2, 2))
^ Call: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(2, 2))
^ Unify: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(2, 2))
^ Call: (85) [pfc_lib] ucatch:is_ftVar(baseKB:path(2, 2))
^ Unify: (85) [pfc_lib] ucatch:is_ftVar(baseKB:path(2, 2))
^ Fail: (85) [pfc_lib] ucatch:is_ftVar(baseKB:path(2, 2))
^ Redo: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(2, 2))
^ Exit: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(2, 2))
^ Call: (88) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologHybrid), _110220), call(_110220)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))))
^ Unify: (88) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologHybrid), _110220), call(_110220)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))))
^ Call: (90) [hook_database] clause(mpred_prop(baseKB, path, 2, prologHybrid), _110220)
^ Fail: (90) [hook_database] clause(mpred_prop(baseKB, path, 2, prologHybrid), _110220)
Call: (90) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))
Unify: (90) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))
^ Call: (91) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologHybrid), _114006))
^ Unify: (91) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologHybrid), _114006))
^ Call: (92) [baseKB] clause(mpred_prop(baseKB, path, 2, prologHybrid), _114006)
^ Fail: (92) [baseKB] clause(mpred_prop(baseKB, path, 2, prologHybrid), _114006)
^ Fail: (91) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologHybrid), _114006))
Fail: (90) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))
^ Fail: (88) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologHybrid), _110220), call(_110220)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))))
^ Call: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _118426)
^ Unify: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, syntaxic(_118996))
^ Call: (88) [pfc_lib] mpred_database_term_syntax(path, 2, _118996)
^ Fail: (88) [pfc_lib] mpred_database_term_syntax(path, 2, _118996)
^ Redo: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _120998)
^ Unify: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _121626)
^ Call: (88) [pfc_lib] mpred_core_database_term(path, 2, _122194)
^ Fail: (88) [pfc_lib] mpred_core_database_term(path, 2, _122194)
^ Fail: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _123568)
^ Call: (86) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologBuiltin), _124172), call(_124172)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))))
^ Unify: (86) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologBuiltin), _124172), call(_124172)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))))
^ Call: (88) [hook_database] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _124172)
^ Fail: (88) [hook_database] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _124172)
Call: (88) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))
Unify: (88) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))
^ Call: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologBuiltin), _127958))
^ Unify: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologBuiltin), _127958))
^ Call: (90) [baseKB] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _127958)
^ Fail: (90) [baseKB] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _127958)
^ Fail: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologBuiltin), _127958))
Fail: (88) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))
^ Fail: (86) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologBuiltin), _124172), call(_124172)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))))
^ Call: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(_132324, path, 2, prologHybrid), _132354), call(_132354)*->true;clause_b(baseKB:mpred_prop(_132324, path, 2, prologHybrid))))
^ Unify: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(_132324, path, 2, prologHybrid), _132354), call(_132354)*->true;clause_b(baseKB:mpred_prop(_132324, path, 2, prologHybrid))))
^ Call: (91) [hook_database] clause(mpred_prop(_132324, path, 2, prologHybrid), _132354)
^ Fail: (91) [hook_database] clause(mpred_prop(_132324, path, 2, prologHybrid), _132354)
Call: (91) [hook_database] clause_b(baseKB:mpred_prop(_132324, path, 2, prologHybrid))
Unify: (91) [hook_database] clause_b(baseKB:mpred_prop(_132324, path, 2, prologHybrid))
^ Call: (92) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(_132324, path, 2, prologHybrid), _136140))
^ Unify: (92) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(_132324, path, 2, prologHybrid), _136140))
^ Call: (93) [baseKB] clause(mpred_prop(_132324, path, 2, prologHybrid), _136140)
^ Fail: (93) [baseKB] clause(mpred_prop(_132324, path, 2, prologHybrid), _136140)
^ Fail: (92) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(_132324, path, 2, prologHybrid), _136140))
Fail: (91) [hook_database] clause_b(baseKB:mpred_prop(_132324, path, 2, prologHybrid))
^ Fail: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(_132324, path, 2, prologHybrid), _132354), call(_132354)*->true;clause_b(baseKB:mpred_prop(_132324, path, 2, prologHybrid))))
^ Call: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _140560)
^ Unify: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, syntaxic(_141130))
^ Call: (89) [pfc_lib] mpred_database_term_syntax(path, 2, _141130)
^ Fail: (89) [pfc_lib] mpred_database_term_syntax(path, 2, _141130)
^ Redo: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _143132)
^ Unify: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _143760)
^ Call: (89) [pfc_lib] mpred_core_database_term(path, 2, _144328)
^ Fail: (89) [pfc_lib] mpred_core_database_term(path, 2, _144328)
^ Fail: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _145702)
Call: (98) [$autoload] leave_sandbox(_146300)
Unify: (98) [$autoload] leave_sandbox(_146300)
Exit: (98) [$autoload] leave_sandbox(false)
Call: (97) [$autoload] restore_sandbox(false)
Unify: (97) [$autoload] restore_sandbox(false)
Exit: (97) [$autoload] restore_sandbox(false)
Fail: (83) [pfc_lib] neg_may_naf(baseKB:path(2, 2))
^ Fail: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(2, 2)), info(pfc_lib:neg_may_naf(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1328, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(2, 2)))))
Fail: (76) [pfc_lib] neg_in_code0(baseKB:path(2, 2))
^ Fail: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(2, 2)), info(pfc_lib:neg_in_code0(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1189, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(2, 2)))))
^ Fail: (68) [baseKB] ~ (baseKB:path(2, 2))
^ Call: (68) [must_sanity] must_sanity:mquietly_if(true, rtrace:tAt_normal)
^ Unify: (68) [must_sanity] must_sanity:mquietly_if(true, rtrace:tAt_normal)
failure=info((why_was_true(baseKB:(\+ ~path(2,2))),rtrace(baseKB: ~path(2,2))))
no_proof_for(\+ ~path(2,2)).
no_proof_for(\+ ~path(2,2)).
no_proof_for(\+ ~path(2,2)).
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0005_Line_0000__path_2'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0005_Line_0000__path_2-junit.xml
~*/
/*
:- mpred_test(\+path(1,1)).
:- mpred_test(\+path(2,2)).
*/
:- mpred_test(\+path(3,1)).
%~ /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/neg_01v.pfc:32
%~ mpred_test("Test_0006_Line_0000__naf_path_3",baseKB:(\+path(3,1)))
/*~
%~ mpred_test("Test_0006_Line_0000__naf_path_3",baseKB:(\+path(3,1)))
passed=info(why_was_true(baseKB:(\+path(3,1))))
no_proof_for(\+path(3,1)).
no_proof_for(\+path(3,1)).
no_proof_for(\+path(3,1)).
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0006_Line_0000__naf_path_3'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0006_Line_0000__naf_path_3-junit.xml
~*/
:- mpred_test(\+ ~path(1,5)).
%~ mpred_test("Test_0007_Line_0000__naf_path_1",baseKB:(\+ ~path(1,5)))
/*~
%~ mpred_test("Test_0007_Line_0000__naf_path_1",baseKB:(\+ ~path(1,5)))
passed=info(why_was_true(baseKB:(\+ ~path(1,5))))
no_proof_for(\+ ~path(1,5)).
no_proof_for(\+ ~path(1,5)).
no_proof_for(\+ ~path(1,5)).
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0007_Line_0000__naf_path_1'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0007_Line_0000__naf_path_1-junit.xml
~*/
:- break.
%~ skipped(blocks_on_input,break)
%~ unused(save_junit_results)
%~ test_completed_exit(8)
:- dynamic junit_prop/3.
:- dynamic junit_prop/3.
:- dynamic junit_prop/3.
```
totalTime=1
ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3ANEG_01V
GITLAB: https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/commit/1629eba4a2a1da0e1b731d156198a7168dafae44
https://gitlab.logicmoo.org/gitlab/logicmoo/logicmoo_workspace/-/blob/1629eba4a2a1da0e1b731d156198a7168dafae44/packs_sys/pfc/t/sanity_base/neg_01v.pfc
Latest: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/NEG_01V/logicmoo_pfc_test_sanity_base_NEG_01V_JUnit/
This Build: https://jenkins.logicmoo.org/job/logicmoo_workspace/68/testReport/logicmoo.pfc.test.sanity_base/NEG_01V/logicmoo_pfc_test_sanity_base_NEG_01V_JUnit/
GITHUB: https://github.com/logicmoo/logicmoo_workspace/commit/1629eba4a2a1da0e1b731d156198a7168dafae44
https://github.com/logicmoo/logicmoo_workspace/blob/1629eba4a2a1da0e1b731d156198a7168dafae44/packs_sys/pfc/t/sanity_base/neg_01v.pfc
FAILED: /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-junit-minor -k neg_01v.pfc (returned 8)
| 3.0 | logicmoo.pfc.test.sanity_base.NEG_01V JUnit - (cd /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base ; timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc)
GH_MASTER_ISSUE_FINFO=
ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3ANEG_01V
GITLAB: https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/commit/1629eba4a2a1da0e1b731d156198a7168dafae44
https://gitlab.logicmoo.org/gitlab/logicmoo/logicmoo_workspace/-/blob/1629eba4a2a1da0e1b731d156198a7168dafae44/packs_sys/pfc/t/sanity_base/neg_01v.pfc
Latest: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/NEG_01V/logicmoo_pfc_test_sanity_base_NEG_01V_JUnit/
This Build: https://jenkins.logicmoo.org/job/logicmoo_workspace/68/testReport/logicmoo.pfc.test.sanity_base/NEG_01V/logicmoo_pfc_test_sanity_base_NEG_01V_JUnit/
GITHUB: https://github.com/logicmoo/logicmoo_workspace/commit/1629eba4a2a1da0e1b731d156198a7168dafae44
https://github.com/logicmoo/logicmoo_workspace/blob/1629eba4a2a1da0e1b731d156198a7168dafae44/packs_sys/pfc/t/sanity_base/neg_01v.pfc
```
%
running('/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/neg_01v.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).
~path(X,X).
path(1,2).
path(2,3).
path(3,4).
path(1,1).
:- mpred_test(path(3, 4)).
%~ mpred_test("Test_0001_Line_0000__path_3",baseKB:path(3,4))
%~ FIlE: * https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master/packs_sys/pfc/t/sanity_base/neg_01v.pfc#L20
/*~
%~ mpred_test("Test_0001_Line_0000__path_3",baseKB:path(3,4))
passed=info(why_was_true(baseKB:path(3,4)))
Justifications for path(3,4):
[36m 1.1 mfl4(_,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master/packs_sys/pfc/t/sanity_base/neg_01v.pfc#L17 ',17) [0m
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0001_Line_0000__path_3'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0001_Line_0000__path_3-junit.xml
~*/
:- mpred_test(path(2, 3)).
%~ mpred_test("Test_0002_Line_0000__path_2",baseKB:path(2,3))
%~ FIlE: * https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master/packs_sys/pfc/t/sanity_base/neg_01v.pfc#L21
/*~
%~ mpred_test("Test_0002_Line_0000__path_2",baseKB:path(2,3))
passed=info(why_was_true(baseKB:path(2,3)))
Justifications for path(2,3):
[36m 1.1 mfl4(_,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master/packs_sys/pfc/t/sanity_base/neg_01v.pfc#L16 ',16) [0m
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0002_Line_0000__path_2'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0002_Line_0000__path_2-junit.xml
~*/
:- mpred_test(path(1, 2)).
%~ mpred_test("Test_0003_Line_0000__path_1",baseKB:path(1,2))
%~ FIlE: * https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master/packs_sys/pfc/t/sanity_base/neg_01v.pfc#L22
/*~
%~ mpred_test("Test_0003_Line_0000__path_1",baseKB:path(1,2))
passed=info(why_was_true(baseKB:path(1,2)))
Justifications for path(1,2):
[36m 1.1 mfl4(_,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master/packs_sys/pfc/t/sanity_base/neg_01v.pfc#L15 ',15) [0m
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0003_Line_0000__path_1'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0003_Line_0000__path_1-junit.xml
~*/
:- mpred_test(~path(1,1)).
%~ mpred_test("Test_0004_Line_0000__path_1",baseKB: ~path(1,1))
/*~
%~ mpred_test("Test_0004_Line_0000__path_1",baseKB: ~path(1,1))
^ Call: (68) [baseKB] ~path(1, 1)
^ Unify: (68) [baseKB] ~ (baseKB:path(1, 1))
^ Call: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(1, 1)), info(pfc_lib:neg_in_code0(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1320, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(1, 1)))))
^ Unify: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(1, 1)), info(pfc_lib:neg_in_code0(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1320, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(1, 1)))))
Call: (76) [system] set_prolog_flag(last_call_optimisation, false)
Exit: (76) [system] set_prolog_flag(last_call_optimisation, false)
^ Call: (76) [loop_check] prolog_frame_attribute(1320, parent_goal, loop_check_term_frame(_51788, info(pfc_lib:neg_in_code0(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, _51794, _51796))
^ Fail: (76) [loop_check] prolog_frame_attribute(1320, parent_goal, loop_check_term_frame(_51788, info(pfc_lib:neg_in_code0(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, _51794, _51796))
^ Redo: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(1, 1)), info(pfc_lib:neg_in_code0(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1320, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(1, 1)))))
Call: (76) [pfc_lib] neg_in_code0(baseKB:path(1, 1))
Unify: (76) [pfc_lib] neg_in_code0(baseKB:path(1, 1))
^ Call: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(1, 1)), info(pfc_lib:neg_may_naf(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1459, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(1, 1)))))
^ Unify: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(1, 1)), info(pfc_lib:neg_may_naf(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1459, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(1, 1)))))
Call: (83) [system] set_prolog_flag(last_call_optimisation, false)
Exit: (83) [system] set_prolog_flag(last_call_optimisation, false)
^ Call: (83) [loop_check] prolog_frame_attribute(1459, parent_goal, loop_check_term_frame(_57512, info(pfc_lib:neg_may_naf(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, _57518, _57520))
^ Fail: (83) [loop_check] prolog_frame_attribute(1459, parent_goal, loop_check_term_frame(_57512, info(pfc_lib:neg_may_naf(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, _57518, _57520))
^ Redo: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(1, 1)), info(pfc_lib:neg_may_naf(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1459, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(1, 1)))))
Call: (83) [pfc_lib] neg_may_naf(baseKB:path(1, 1))
Unify: (83) [pfc_lib] neg_may_naf(baseKB:path(1, 1))
^ Call: (87) [pfc_lib] hook_database:clause_i(pfc_lib:prologNegByFailure(path), true, _60844)
^ Unify: (87) [pfc_lib] hook_database:clause_i(pfc_lib:prologNegByFailure(path), true, _60844)
^ Call: (88) [system] clause(pfc_lib:prologNegByFailure(path), true, _60844)
^ Fail: (88) [system] clause(pfc_lib:prologNegByFailure(path), true, _60844)
^ Fail: (87) [pfc_lib] hook_database:clause_i(pfc_lib:prologNegByFailure(path), true, _60844)
Unify: (83) [pfc_lib] neg_may_naf(baseKB:path(1, 1))
^ Call: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(1, 1))
^ Unify: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(1, 1))
^ Call: (85) [pfc_lib] ucatch:is_ftVar(baseKB:path(1, 1))
^ Unify: (85) [pfc_lib] ucatch:is_ftVar(baseKB:path(1, 1))
^ Fail: (85) [pfc_lib] ucatch:is_ftVar(baseKB:path(1, 1))
^ Redo: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(1, 1))
^ Exit: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(1, 1))
^ Call: (88) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologHybrid), _69014), call(_69014)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))))
^ Unify: (88) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologHybrid), _69014), call(_69014)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))))
^ Call: (90) [hook_database] clause(mpred_prop(baseKB, path, 2, prologHybrid), _69014)
^ Fail: (90) [hook_database] clause(mpred_prop(baseKB, path, 2, prologHybrid), _69014)
Call: (90) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))
Unify: (90) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))
^ Call: (91) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologHybrid), _72800))
^ Unify: (91) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologHybrid), _72800))
^ Call: (92) [baseKB] clause(mpred_prop(baseKB, path, 2, prologHybrid), _72800)
^ Fail: (92) [baseKB] clause(mpred_prop(baseKB, path, 2, prologHybrid), _72800)
^ Fail: (91) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologHybrid), _72800))
Fail: (90) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))
^ Fail: (88) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologHybrid), _69014), call(_69014)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))))
^ Call: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _77220)
^ Unify: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, syntaxic(_77790))
^ Call: (88) [pfc_lib] mpred_database_term_syntax(path, 2, _77790)
^ Fail: (88) [pfc_lib] mpred_database_term_syntax(path, 2, _77790)
^ Redo: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _79792)
^ Unify: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _80420)
^ Call: (88) [pfc_lib] mpred_core_database_term(path, 2, _80988)
^ Fail: (88) [pfc_lib] mpred_core_database_term(path, 2, _80988)
^ Fail: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _82362)
^ Call: (86) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologBuiltin), _82966), call(_82966)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))))
^ Unify: (86) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologBuiltin), _82966), call(_82966)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))))
^ Call: (88) [hook_database] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _82966)
^ Fail: (88) [hook_database] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _82966)
Call: (88) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))
Unify: (88) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))
^ Call: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologBuiltin), _86752))
^ Unify: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologBuiltin), _86752))
^ Call: (90) [baseKB] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _86752)
^ Fail: (90) [baseKB] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _86752)
^ Fail: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologBuiltin), _86752))
Fail: (88) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))
^ Fail: (86) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologBuiltin), _82966), call(_82966)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))))
^ Call: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(_91118, path, 2, prologHybrid), _91148), call(_91148)*->true;clause_b(baseKB:mpred_prop(_91118, path, 2, prologHybrid))))
^ Unify: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(_91118, path, 2, prologHybrid), _91148), call(_91148)*->true;clause_b(baseKB:mpred_prop(_91118, path, 2, prologHybrid))))
^ Call: (91) [hook_database] clause(mpred_prop(_91118, path, 2, prologHybrid), _91148)
^ Fail: (91) [hook_database] clause(mpred_prop(_91118, path, 2, prologHybrid), _91148)
Call: (91) [hook_database] clause_b(baseKB:mpred_prop(_91118, path, 2, prologHybrid))
Unify: (91) [hook_database] clause_b(baseKB:mpred_prop(_91118, path, 2, prologHybrid))
^ Call: (92) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(_91118, path, 2, prologHybrid), _94934))
^ Unify: (92) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(_91118, path, 2, prologHybrid), _94934))
^ Call: (93) [baseKB] clause(mpred_prop(_91118, path, 2, prologHybrid), _94934)
^ Fail: (93) [baseKB] clause(mpred_prop(_91118, path, 2, prologHybrid), _94934)
^ Fail: (92) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(_91118, path, 2, prologHybrid), _94934))
Fail: (91) [hook_database] clause_b(baseKB:mpred_prop(_91118, path, 2, prologHybrid))
^ Fail: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(_91118, path, 2, prologHybrid), _91148), call(_91148)*->true;clause_b(baseKB:mpred_prop(_91118, path, 2, prologHybrid))))
^ Call: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _99354)
^ Unify: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, syntaxic(_99924))
^ Call: (89) [pfc_lib] mpred_database_term_syntax(path, 2, _99924)
^ Fail: (89) [pfc_lib] mpred_database_term_syntax(path, 2, _99924)
^ Redo: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _101926)
^ Unify: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _102554)
^ Call: (89) [pfc_lib] mpred_core_database_term(path, 2, _103122)
^ Fail: (89) [pfc_lib] mpred_core_database_term(path, 2, _103122)
^ Fail: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _104496)
Call: (98) [$autoload] leave_sandbox(_105094)
Unify: (98) [$autoload] leave_sandbox(_105094)
Exit: (98) [$autoload] leave_sandbox(false)
Call: (97) [$autoload] restore_sandbox(false)
Unify: (97) [$autoload] restore_sandbox(false)
Exit: (97) [$autoload] restore_sandbox(false)
Fail: (83) [pfc_lib] neg_may_naf(baseKB:path(1, 1))
^ Fail: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(1, 1)), info(pfc_lib:neg_may_naf(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1459, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(1, 1)))))
Fail: (76) [pfc_lib] neg_in_code0(baseKB:path(1, 1))
^ Fail: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(1, 1)), info(pfc_lib:neg_in_code0(baseKB:path(1, 1)), 'mpred_core.pl':273), 1, 1320, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(1, 1)))))
^ Fail: (68) [baseKB] ~ (baseKB:path(1, 1))
^ Call: (68) [must_sanity] must_sanity:mquietly_if(true, rtrace:tAt_normal)
^ Unify: (68) [must_sanity] must_sanity:mquietly_if(true, rtrace:tAt_normal)
failure=info((why_was_true(baseKB:(\+ ~path(1,1))),rtrace(baseKB: ~path(1,1))))
no_proof_for(\+ ~path(1,1)).
no_proof_for(\+ ~path(1,1)).
no_proof_for(\+ ~path(1,1)).
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0004_Line_0000__path_1'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0004_Line_0000__path_1-junit.xml
~*/
:- mpred_test(~path(2,2)).
%~ mpred_test("Test_0005_Line_0000__path_2",baseKB: ~path(2,2))
/*~
%~ mpred_test("Test_0005_Line_0000__path_2",baseKB: ~path(2,2))
^ Call: (68) [baseKB] ~path(2, 2)
^ Unify: (68) [baseKB] ~ (baseKB:path(2, 2))
^ Call: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(2, 2)), info(pfc_lib:neg_in_code0(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1189, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(2, 2)))))
^ Unify: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(2, 2)), info(pfc_lib:neg_in_code0(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1189, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(2, 2)))))
Call: (76) [system] set_prolog_flag(last_call_optimisation, false)
Exit: (76) [system] set_prolog_flag(last_call_optimisation, false)
^ Call: (76) [loop_check] prolog_frame_attribute(1189, parent_goal, loop_check_term_frame(_92994, info(pfc_lib:neg_in_code0(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, _93000, _93002))
^ Fail: (76) [loop_check] prolog_frame_attribute(1189, parent_goal, loop_check_term_frame(_92994, info(pfc_lib:neg_in_code0(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, _93000, _93002))
^ Redo: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(2, 2)), info(pfc_lib:neg_in_code0(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1189, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(2, 2)))))
Call: (76) [pfc_lib] neg_in_code0(baseKB:path(2, 2))
Unify: (76) [pfc_lib] neg_in_code0(baseKB:path(2, 2))
^ Call: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(2, 2)), info(pfc_lib:neg_may_naf(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1328, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(2, 2)))))
^ Unify: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(2, 2)), info(pfc_lib:neg_may_naf(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1328, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(2, 2)))))
Call: (83) [system] set_prolog_flag(last_call_optimisation, false)
Exit: (83) [system] set_prolog_flag(last_call_optimisation, false)
^ Call: (83) [loop_check] prolog_frame_attribute(1328, parent_goal, loop_check_term_frame(_98718, info(pfc_lib:neg_may_naf(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, _98724, _98726))
^ Fail: (83) [loop_check] prolog_frame_attribute(1328, parent_goal, loop_check_term_frame(_98718, info(pfc_lib:neg_may_naf(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, _98724, _98726))
^ Redo: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(2, 2)), info(pfc_lib:neg_may_naf(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1328, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(2, 2)))))
Call: (83) [pfc_lib] neg_may_naf(baseKB:path(2, 2))
Unify: (83) [pfc_lib] neg_may_naf(baseKB:path(2, 2))
^ Call: (87) [pfc_lib] hook_database:clause_i(pfc_lib:prologNegByFailure(path), true, _102050)
^ Unify: (87) [pfc_lib] hook_database:clause_i(pfc_lib:prologNegByFailure(path), true, _102050)
^ Call: (88) [system] clause(pfc_lib:prologNegByFailure(path), true, _102050)
^ Fail: (88) [system] clause(pfc_lib:prologNegByFailure(path), true, _102050)
^ Fail: (87) [pfc_lib] hook_database:clause_i(pfc_lib:prologNegByFailure(path), true, _102050)
Unify: (83) [pfc_lib] neg_may_naf(baseKB:path(2, 2))
^ Call: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(2, 2))
^ Unify: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(2, 2))
^ Call: (85) [pfc_lib] ucatch:is_ftVar(baseKB:path(2, 2))
^ Unify: (85) [pfc_lib] ucatch:is_ftVar(baseKB:path(2, 2))
^ Fail: (85) [pfc_lib] ucatch:is_ftVar(baseKB:path(2, 2))
^ Redo: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(2, 2))
^ Exit: (84) [pfc_lib] ucatch:is_ftCompound(baseKB:path(2, 2))
^ Call: (88) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologHybrid), _110220), call(_110220)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))))
^ Unify: (88) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologHybrid), _110220), call(_110220)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))))
^ Call: (90) [hook_database] clause(mpred_prop(baseKB, path, 2, prologHybrid), _110220)
^ Fail: (90) [hook_database] clause(mpred_prop(baseKB, path, 2, prologHybrid), _110220)
Call: (90) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))
Unify: (90) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))
^ Call: (91) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologHybrid), _114006))
^ Unify: (91) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologHybrid), _114006))
^ Call: (92) [baseKB] clause(mpred_prop(baseKB, path, 2, prologHybrid), _114006)
^ Fail: (92) [baseKB] clause(mpred_prop(baseKB, path, 2, prologHybrid), _114006)
^ Fail: (91) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologHybrid), _114006))
Fail: (90) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))
^ Fail: (88) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologHybrid), _110220), call(_110220)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologHybrid))))
^ Call: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _118426)
^ Unify: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, syntaxic(_118996))
^ Call: (88) [pfc_lib] mpred_database_term_syntax(path, 2, _118996)
^ Fail: (88) [pfc_lib] mpred_database_term_syntax(path, 2, _118996)
^ Redo: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _120998)
^ Unify: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _121626)
^ Call: (88) [pfc_lib] mpred_core_database_term(path, 2, _122194)
^ Fail: (88) [pfc_lib] mpred_core_database_term(path, 2, _122194)
^ Fail: (87) [pfc_lib] baseKB:mpred_database_term(path, 2, _123568)
^ Call: (86) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologBuiltin), _124172), call(_124172)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))))
^ Unify: (86) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologBuiltin), _124172), call(_124172)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))))
^ Call: (88) [hook_database] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _124172)
^ Fail: (88) [hook_database] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _124172)
Call: (88) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))
Unify: (88) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))
^ Call: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologBuiltin), _127958))
^ Unify: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologBuiltin), _127958))
^ Call: (90) [baseKB] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _127958)
^ Fail: (90) [baseKB] clause(mpred_prop(baseKB, path, 2, prologBuiltin), _127958)
^ Fail: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(baseKB, path, 2, prologBuiltin), _127958))
Fail: (88) [hook_database] clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))
^ Fail: (86) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(baseKB, path, 2, prologBuiltin), _124172), call(_124172)*->true;clause_b(baseKB:mpred_prop(baseKB, path, 2, prologBuiltin))))
^ Call: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(_132324, path, 2, prologHybrid), _132354), call(_132354)*->true;clause_b(baseKB:mpred_prop(_132324, path, 2, prologHybrid))))
^ Unify: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(_132324, path, 2, prologHybrid), _132354), call(_132354)*->true;clause_b(baseKB:mpred_prop(_132324, path, 2, prologHybrid))))
^ Call: (91) [hook_database] clause(mpred_prop(_132324, path, 2, prologHybrid), _132354)
^ Fail: (91) [hook_database] clause(mpred_prop(_132324, path, 2, prologHybrid), _132354)
Call: (91) [hook_database] clause_b(baseKB:mpred_prop(_132324, path, 2, prologHybrid))
Unify: (91) [hook_database] clause_b(baseKB:mpred_prop(_132324, path, 2, prologHybrid))
^ Call: (92) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(_132324, path, 2, prologHybrid), _136140))
^ Unify: (92) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(_132324, path, 2, prologHybrid), _136140))
^ Call: (93) [baseKB] clause(mpred_prop(_132324, path, 2, prologHybrid), _136140)
^ Fail: (93) [baseKB] clause(mpred_prop(_132324, path, 2, prologHybrid), _136140)
^ Fail: (92) [hook_database] hook_database:pfc_with_quiet_vars_lock(baseKB:clause(mpred_prop(_132324, path, 2, prologHybrid), _136140))
Fail: (91) [hook_database] clause_b(baseKB:mpred_prop(_132324, path, 2, prologHybrid))
^ Fail: (89) [hook_database] hook_database:pfc_with_quiet_vars_lock((clause(mpred_prop(_132324, path, 2, prologHybrid), _132354), call(_132354)*->true;clause_b(baseKB:mpred_prop(_132324, path, 2, prologHybrid))))
^ Call: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _140560)
^ Unify: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, syntaxic(_141130))
^ Call: (89) [pfc_lib] mpred_database_term_syntax(path, 2, _141130)
^ Fail: (89) [pfc_lib] mpred_database_term_syntax(path, 2, _141130)
^ Redo: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _143132)
^ Unify: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _143760)
^ Call: (89) [pfc_lib] mpred_core_database_term(path, 2, _144328)
^ Fail: (89) [pfc_lib] mpred_core_database_term(path, 2, _144328)
^ Fail: (88) [pfc_lib] baseKB:mpred_database_term(path, 2, _145702)
Call: (98) [$autoload] leave_sandbox(_146300)
Unify: (98) [$autoload] leave_sandbox(_146300)
Exit: (98) [$autoload] leave_sandbox(false)
Call: (97) [$autoload] restore_sandbox(false)
Unify: (97) [$autoload] restore_sandbox(false)
Exit: (97) [$autoload] restore_sandbox(false)
Fail: (83) [pfc_lib] neg_may_naf(baseKB:path(2, 2))
^ Fail: (82) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_may_naf(baseKB:path(2, 2)), info(pfc_lib:neg_may_naf(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1328, pfc_lib:trace_or_throw(looped(pfc_lib:neg_may_naf(baseKB:path(2, 2)))))
Fail: (76) [pfc_lib] neg_in_code0(baseKB:path(2, 2))
^ Fail: (75) [loop_check] loop_check:loop_check_term_frame(pfc_lib:neg_in_code0(baseKB:path(2, 2)), info(pfc_lib:neg_in_code0(baseKB:path(2, 2)), 'mpred_core.pl':273), 1, 1189, pfc_lib:trace_or_throw(looped(pfc_lib:neg_in_code0(baseKB:path(2, 2)))))
^ Fail: (68) [baseKB] ~ (baseKB:path(2, 2))
^ Call: (68) [must_sanity] must_sanity:mquietly_if(true, rtrace:tAt_normal)
^ Unify: (68) [must_sanity] must_sanity:mquietly_if(true, rtrace:tAt_normal)
failure=info((why_was_true(baseKB:(\+ ~path(2,2))),rtrace(baseKB: ~path(2,2))))
no_proof_for(\+ ~path(2,2)).
no_proof_for(\+ ~path(2,2)).
no_proof_for(\+ ~path(2,2)).
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0005_Line_0000__path_2'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0005_Line_0000__path_2-junit.xml
~*/
/*
:- mpred_test(\+path(1,1)).
:- mpred_test(\+path(2,2)).
*/
:- mpred_test(\+path(3,1)).
%~ /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/neg_01v.pfc:32
%~ mpred_test("Test_0006_Line_0000__naf_path_3",baseKB:(\+path(3,1)))
/*~
%~ mpred_test("Test_0006_Line_0000__naf_path_3",baseKB:(\+path(3,1)))
passed=info(why_was_true(baseKB:(\+path(3,1))))
no_proof_for(\+path(3,1)).
no_proof_for(\+path(3,1)).
no_proof_for(\+path(3,1)).
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0006_Line_0000__naf_path_3'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0006_Line_0000__naf_path_3-junit.xml
~*/
:- mpred_test(\+ ~path(1,5)).
%~ mpred_test("Test_0007_Line_0000__naf_path_1",baseKB:(\+ ~path(1,5)))
/*~
%~ mpred_test("Test_0007_Line_0000__naf_path_1",baseKB:(\+ ~path(1,5)))
passed=info(why_was_true(baseKB:(\+ ~path(1,5))))
no_proof_for(\+ ~path(1,5)).
no_proof_for(\+ ~path(1,5)).
no_proof_for(\+ ~path(1,5)).
name ='logicmoo.pfc.test.sanity_base.NEG_01V-Test_0007_Line_0000__naf_path_1'.
JUNIT_CLASSNAME ='logicmoo.pfc.test.sanity_base.NEG_01V'.
JUNIT_CMD ='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif neg_01v.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-junit-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.NEG_01V-Test_0007_Line_0000__naf_path_1-junit.xml
~*/
:- break.
%~ skipped(blocks_on_input,break)
%~ unused(save_junit_results)
%~ test_completed_exit(8)
:- dynamic junit_prop/3.
:- dynamic junit_prop/3.
:- dynamic junit_prop/3.
```
totalTime=1
ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3ANEG_01V
GITLAB: https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/commit/1629eba4a2a1da0e1b731d156198a7168dafae44
https://gitlab.logicmoo.org/gitlab/logicmoo/logicmoo_workspace/-/blob/1629eba4a2a1da0e1b731d156198a7168dafae44/packs_sys/pfc/t/sanity_base/neg_01v.pfc
Latest: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/NEG_01V/logicmoo_pfc_test_sanity_base_NEG_01V_JUnit/
This Build: https://jenkins.logicmoo.org/job/logicmoo_workspace/68/testReport/logicmoo.pfc.test.sanity_base/NEG_01V/logicmoo_pfc_test_sanity_base_NEG_01V_JUnit/
GITHUB: https://github.com/logicmoo/logicmoo_workspace/commit/1629eba4a2a1da0e1b731d156198a7168dafae44
https://github.com/logicmoo/logicmoo_workspace/blob/1629eba4a2a1da0e1b731d156198a7168dafae44/packs_sys/pfc/t/sanity_base/neg_01v.pfc
FAILED: /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-junit-minor -k neg_01v.pfc (returned 8)
| test | logicmoo pfc test sanity base neg junit cd var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base timeout foreground preserve status s sigkill k lmoo clif neg pfc gh master issue finfo issue search gitlab latest this build github running var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base neg 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 path x x path path path path mpred test path mpred test test line path basekb path file mpred test test line path basekb path passed info why was true basekb path justifications for path basekb name logicmoo pfc test sanity base neg test line path junit classname logicmoo pfc test sanity base neg junit cmd timeout foreground preserve status s sigkill k lmoo clif neg pfc saving junit var lib jenkins workspace logicmoo workspace test results jenkins report logicmoo junit test sanity base units logicmoo pfc test sanity base neg test line path junit xml mpred test path mpred test test line path basekb path file mpred test test line path basekb path passed info why was true basekb path justifications for path basekb name logicmoo pfc test sanity base neg test line path junit classname logicmoo pfc test sanity base neg junit cmd timeout foreground preserve status s sigkill k lmoo clif neg pfc saving junit var lib jenkins workspace logicmoo workspace test results jenkins report logicmoo junit test sanity base units logicmoo pfc test sanity base neg test line path junit xml mpred test path mpred test test line path basekb path file mpred test test line path basekb path passed info why was true basekb path justifications for path basekb name logicmoo pfc test sanity base neg test line path junit classname logicmoo pfc test sanity base neg junit cmd timeout foreground preserve status s sigkill k lmoo clif neg pfc saving junit var lib jenkins workspace logicmoo workspace test results jenkins report logicmoo junit test sanity base units logicmoo pfc test sanity base neg test line path junit xml mpred test path mpred test test line path basekb path mpred test test line path basekb path call path unify basekb path call loop check loop check term frame pfc lib neg in basekb path info pfc lib neg in basekb path mpred core pl pfc lib trace or throw looped pfc lib neg in basekb path unify loop check loop check term frame pfc lib neg in basekb path info pfc lib neg in basekb path mpred core pl pfc lib trace or throw looped pfc lib neg in basekb path call set prolog flag last call optimisation false exit set prolog flag last call optimisation false call prolog frame attribute parent goal loop check term frame info pfc lib neg in basekb path mpred core pl fail prolog frame attribute parent goal loop check term frame info pfc lib neg in basekb path mpred core pl redo loop check loop check term frame pfc lib neg in basekb path info pfc lib neg in basekb path mpred core pl pfc lib trace or throw looped pfc lib neg in basekb path call neg in basekb path unify neg in basekb path call loop check loop check term frame pfc lib neg may naf basekb path info pfc lib neg may naf basekb path mpred core pl pfc lib trace or throw looped pfc lib neg may naf basekb path unify loop check loop check term frame pfc lib neg may naf basekb path info pfc lib neg may naf basekb path mpred core pl pfc lib trace or throw looped pfc lib neg may naf basekb path call set prolog flag last call optimisation false exit set prolog flag last call optimisation false call prolog frame attribute parent goal loop check term frame info pfc lib neg may naf basekb path mpred core pl fail prolog frame attribute parent goal loop check term frame info pfc lib neg may naf basekb path mpred core pl redo loop check loop check term frame pfc lib neg may naf basekb path info pfc lib neg may naf basekb path mpred core pl pfc lib trace or throw looped pfc lib neg may naf basekb path call neg may naf basekb path unify neg may naf basekb path call hook database clause i pfc lib prolognegbyfailure path true unify hook database clause i pfc lib prolognegbyfailure path true call clause pfc lib prolognegbyfailure path true fail clause pfc lib prolognegbyfailure path true fail hook database clause i pfc lib prolognegbyfailure path true unify neg may naf basekb path call ucatch is ftcompound basekb path unify ucatch is ftcompound basekb path call ucatch is ftvar basekb path unify ucatch is ftvar basekb path fail ucatch is ftvar basekb path redo ucatch is ftcompound basekb path exit ucatch is ftcompound basekb path call hook database pfc with quiet vars lock clause mpred prop basekb path prologhybrid call true clause b basekb mpred prop basekb path prologhybrid unify hook database pfc with quiet vars lock clause mpred prop basekb path prologhybrid call true clause b basekb mpred prop basekb path prologhybrid call clause mpred prop basekb path prologhybrid fail clause mpred prop basekb path prologhybrid call clause b basekb mpred prop basekb path prologhybrid unify clause b basekb mpred prop basekb path prologhybrid call hook database pfc with quiet vars lock basekb clause mpred prop basekb path prologhybrid unify hook database pfc with quiet vars lock basekb clause mpred prop basekb path prologhybrid call clause mpred prop basekb path prologhybrid fail clause mpred prop basekb path prologhybrid fail hook database pfc with quiet vars lock basekb clause mpred prop basekb path prologhybrid fail clause b basekb mpred prop basekb path prologhybrid fail hook database pfc with quiet vars lock clause mpred prop basekb path prologhybrid call true clause b basekb mpred prop basekb path prologhybrid call basekb mpred database term path unify basekb mpred database term path syntaxic call mpred database term syntax path fail mpred database term syntax path redo basekb mpred database term path unify basekb mpred database term path call mpred core database term path fail mpred core database term path fail basekb mpred database term path call hook database pfc with quiet vars lock clause mpred prop basekb path prologbuiltin call true clause b basekb mpred prop basekb path prologbuiltin unify hook database pfc with quiet vars lock clause mpred prop basekb path prologbuiltin call true clause b basekb mpred prop basekb path prologbuiltin call clause mpred prop basekb path prologbuiltin fail clause mpred prop basekb path prologbuiltin call clause b basekb mpred prop basekb path prologbuiltin unify clause b basekb mpred prop basekb path prologbuiltin call hook database pfc with quiet vars lock basekb clause mpred prop basekb path prologbuiltin unify hook database pfc with quiet vars lock basekb clause mpred prop basekb path prologbuiltin call clause mpred prop basekb path prologbuiltin fail clause mpred prop basekb path prologbuiltin fail hook database pfc with quiet vars lock basekb clause mpred prop basekb path prologbuiltin fail clause b basekb mpred prop basekb path prologbuiltin fail hook database pfc with quiet vars lock clause mpred prop basekb path prologbuiltin call true clause b basekb mpred prop basekb path prologbuiltin call hook database pfc with quiet vars lock clause mpred prop path prologhybrid call true clause b basekb mpred prop path prologhybrid unify hook database pfc with quiet vars lock clause mpred prop path prologhybrid call true clause b basekb mpred prop path prologhybrid call clause mpred prop path prologhybrid fail clause mpred prop path prologhybrid call clause b basekb mpred prop path prologhybrid unify clause b basekb mpred prop path prologhybrid call hook database pfc with quiet vars lock basekb clause mpred prop path prologhybrid unify hook database pfc with quiet vars lock basekb clause mpred prop path prologhybrid call clause mpred prop path prologhybrid fail clause mpred prop path prologhybrid fail hook database pfc with quiet vars lock basekb clause mpred prop path prologhybrid fail clause b basekb mpred prop path prologhybrid fail hook database pfc with quiet vars lock clause mpred prop path prologhybrid call true clause b basekb mpred prop path prologhybrid call basekb mpred database term path unify basekb mpred database term path syntaxic call mpred database term syntax path fail mpred database term syntax path redo basekb mpred database term path unify basekb mpred database term path call mpred core database term path fail mpred core database term path fail basekb mpred database term path call leave sandbox unify leave sandbox exit leave sandbox false call restore sandbox false unify restore sandbox false exit restore sandbox false fail neg may naf basekb path fail loop check loop check term frame pfc lib neg may naf basekb path info pfc lib neg may naf basekb path mpred core pl pfc lib trace or throw looped pfc lib neg may naf basekb path fail neg in basekb path fail loop check loop check term frame pfc lib neg in basekb path info pfc lib neg in basekb path mpred core pl pfc lib trace or throw looped pfc lib neg in basekb path fail basekb path call must sanity mquietly if true rtrace tat normal unify must sanity mquietly if true rtrace tat normal failure info why was true basekb path rtrace basekb path no proof for path no proof for path no proof for path name logicmoo pfc test sanity base neg test line path junit classname logicmoo pfc test sanity base neg junit cmd timeout foreground preserve status s sigkill k lmoo clif neg pfc saving junit var lib jenkins workspace logicmoo workspace test results jenkins report logicmoo junit test sanity base units logicmoo pfc test sanity base neg test line path junit xml mpred test path mpred test test line path basekb path mpred test test line path basekb path call path unify basekb path call loop check loop check term frame pfc lib neg in basekb path info pfc lib neg in basekb path mpred core pl pfc lib trace or throw looped pfc lib neg in basekb path unify loop check loop check term frame pfc lib neg in basekb path info pfc lib neg in basekb path mpred core pl pfc lib trace or throw looped pfc lib neg in basekb path call set prolog flag last call optimisation false exit set prolog flag last call optimisation false call prolog frame attribute parent goal loop check term frame info pfc lib neg in basekb path mpred core pl fail prolog frame attribute parent goal loop check term frame info pfc lib neg in basekb path mpred core pl redo loop check loop check term frame pfc lib neg in basekb path info pfc lib neg in basekb path mpred core pl pfc lib trace or throw looped pfc lib neg in basekb path call neg in basekb path unify neg in basekb path call loop check loop check term frame pfc lib neg may naf basekb path info pfc lib neg may naf basekb path mpred core pl pfc lib trace or throw looped pfc lib neg may naf basekb path unify loop check loop check term frame pfc lib neg may naf basekb path info pfc lib neg may naf basekb path mpred core pl pfc lib trace or throw looped pfc lib neg may naf basekb path call set prolog flag last call optimisation false exit set prolog flag last call optimisation false call prolog frame attribute parent goal loop check term frame info pfc lib neg may naf basekb path mpred core pl fail prolog frame attribute parent goal loop check term frame info pfc lib neg may naf basekb path mpred core pl redo loop check loop check term frame pfc lib neg may naf basekb path info pfc lib neg may naf basekb path mpred core pl pfc lib trace or throw looped pfc lib neg may naf basekb path call neg may naf basekb path unify neg may naf basekb path call hook database clause i pfc lib prolognegbyfailure path true unify hook database clause i pfc lib prolognegbyfailure path true call clause pfc lib prolognegbyfailure path true fail clause pfc lib prolognegbyfailure path true fail hook database clause i pfc lib prolognegbyfailure path true unify neg may naf basekb path call ucatch is ftcompound basekb path unify ucatch is ftcompound basekb path call ucatch is ftvar basekb path unify ucatch is ftvar basekb path fail ucatch is ftvar basekb path redo ucatch is ftcompound basekb path exit ucatch is ftcompound basekb path call hook database pfc with quiet vars lock clause mpred prop basekb path prologhybrid call true clause b basekb mpred prop basekb path prologhybrid unify hook database pfc with quiet vars lock clause mpred prop basekb path prologhybrid call true clause b basekb mpred prop basekb path prologhybrid call clause mpred prop basekb path prologhybrid fail clause mpred prop basekb path prologhybrid call clause b basekb mpred prop basekb path prologhybrid unify clause b basekb mpred prop basekb path prologhybrid call hook database pfc with quiet vars lock basekb clause mpred prop basekb path prologhybrid unify hook database pfc with quiet vars lock basekb clause mpred prop basekb path prologhybrid call clause mpred prop basekb path prologhybrid fail clause mpred prop basekb path prologhybrid fail hook database pfc with quiet vars lock basekb clause mpred prop basekb path prologhybrid fail clause b basekb mpred prop basekb path prologhybrid fail hook database pfc with quiet vars lock clause mpred prop basekb path prologhybrid call true clause b basekb mpred prop basekb path prologhybrid call basekb mpred database term path unify basekb mpred database term path syntaxic call mpred database term syntax path fail mpred database term syntax path redo basekb mpred database term path unify basekb mpred database term path call mpred core database term path fail mpred core database term path fail basekb mpred database term path call hook database pfc with quiet vars lock clause mpred prop basekb path prologbuiltin call true clause b basekb mpred prop basekb path prologbuiltin unify hook database pfc with quiet vars lock clause mpred prop basekb path prologbuiltin call true clause b basekb mpred prop basekb path prologbuiltin call clause mpred prop basekb path prologbuiltin fail clause mpred prop basekb path prologbuiltin call clause b basekb mpred prop basekb path prologbuiltin unify clause b basekb mpred prop basekb path prologbuiltin call hook database pfc with quiet vars lock basekb clause mpred prop basekb path prologbuiltin unify hook database pfc with quiet vars lock basekb clause mpred prop basekb path prologbuiltin call clause mpred prop basekb path prologbuiltin fail clause mpred prop basekb path prologbuiltin fail hook database pfc with quiet vars lock basekb clause mpred prop basekb path prologbuiltin fail clause b basekb mpred prop basekb path prologbuiltin fail hook database pfc with quiet vars lock clause mpred prop basekb path prologbuiltin call true clause b basekb mpred prop basekb path prologbuiltin call hook database pfc with quiet vars lock clause mpred prop path prologhybrid call true clause b basekb mpred prop path prologhybrid unify hook database pfc with quiet vars lock clause mpred prop path prologhybrid call true clause b basekb mpred prop path prologhybrid call clause mpred prop path prologhybrid fail clause mpred prop path prologhybrid call clause b basekb mpred prop path prologhybrid unify clause b basekb mpred prop path prologhybrid call hook database pfc with quiet vars lock basekb clause mpred prop path prologhybrid unify hook database pfc with quiet vars lock basekb clause mpred prop path prologhybrid call clause mpred prop path prologhybrid fail clause mpred prop path prologhybrid fail hook database pfc with quiet vars lock basekb clause mpred prop path prologhybrid fail clause b basekb mpred prop path prologhybrid fail hook database pfc with quiet vars lock clause mpred prop path prologhybrid call true clause b basekb mpred prop path prologhybrid call basekb mpred database term path unify basekb mpred database term path syntaxic call mpred database term syntax path fail mpred database term syntax path redo basekb mpred database term path unify basekb mpred database term path call mpred core database term path fail mpred core database term path fail basekb mpred database term path call leave sandbox unify leave sandbox exit leave sandbox false call restore sandbox false unify restore sandbox false exit restore sandbox false fail neg may naf basekb path fail loop check loop check term frame pfc lib neg may naf basekb path info pfc lib neg may naf basekb path mpred core pl pfc lib trace or throw looped pfc lib neg may naf basekb path fail neg in basekb path fail loop check loop check term frame pfc lib neg in basekb path info pfc lib neg in basekb path mpred core pl pfc lib trace or throw looped pfc lib neg in basekb path fail basekb path call must sanity mquietly if true rtrace tat normal unify must sanity mquietly if true rtrace tat normal failure info why was true basekb path rtrace basekb path no proof for path no proof for path no proof for path name logicmoo pfc test sanity base neg test line path junit classname logicmoo pfc test sanity base neg junit cmd timeout foreground preserve status s sigkill k lmoo clif neg pfc saving junit var lib jenkins workspace logicmoo workspace test results jenkins report logicmoo junit test sanity base units logicmoo pfc test sanity base neg test line path junit xml mpred test path mpred test path mpred test path var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base neg pfc mpred test test line naf path basekb path mpred test test line naf path basekb path passed info why was true basekb path no proof for path no proof for path no proof for path name logicmoo pfc test sanity base neg test line naf path junit classname logicmoo pfc test sanity base neg junit cmd timeout foreground preserve status s sigkill k lmoo clif neg pfc saving junit var lib jenkins workspace logicmoo workspace test results jenkins report logicmoo junit test sanity base units logicmoo pfc test sanity base neg test line naf path junit xml mpred test path mpred test test line naf path basekb path mpred test test line naf path basekb path passed info why was true basekb path no proof for path no proof for path no proof for path name logicmoo pfc test sanity base neg test line naf path junit classname logicmoo pfc test sanity base neg junit cmd timeout foreground preserve status s sigkill k lmoo clif neg pfc saving junit var lib jenkins workspace logicmoo workspace test results jenkins report logicmoo junit test sanity base units logicmoo pfc test sanity base neg test line naf path junit xml break skipped blocks on input break unused save junit results test completed exit dynamic junit prop dynamic junit prop dynamic junit prop totaltime issue search gitlab latest this build github failed var lib jenkins workspace logicmoo workspace bin lmoo junit minor k neg pfc returned | 1 |
682,584 | 23,348,952,033 | IssuesEvent | 2022-08-09 20:59:12 | GEWIS/gewisdb | https://api.github.com/repos/GEWIS/gewisdb | closed | Discharging `Lid` with additional functions from organ does not discharge them from the functions | Type: Bug Module: Database Priority: High Module: Report Status: Confirmed | ### Current behaviour
When discharging a member of an organ with a function (so installed as `Lid` and `%function%`) as `Lid`, the member is only discharged as `Lid`, keeping the member installed in the organ as `%function%`.
### Desired behaviour
This is not desired as you are either a `Lid` or `Inactief Lid` (once #166 is finished) with a function, not two separate entities.
### Steps to reproduce
1) Create new organ installing two distinct members, one with an additional function.
2) Discharge the member with two functions as `Lid`.
3) Observe, member is still in organ, but does not appear to be (in the member overview and the checks).
### Database version
881368a
### What operating are you seeing the problem on?
_No response_
### What browsers are you seeing the problem on?
_No response_
### Other information
_No response_ | 1.0 | Discharging `Lid` with additional functions from organ does not discharge them from the functions - ### Current behaviour
When discharging a member of an organ with a function (so installed as `Lid` and `%function%`) as `Lid`, the member is only discharged as `Lid`, keeping the member installed in the organ as `%function%`.
### Desired behaviour
This is not desired as you are either a `Lid` or `Inactief Lid` (once #166 is finished) with a function, not two separate entities.
### Steps to reproduce
1) Create new organ installing two distinct members, one with an additional function.
2) Discharge the member with two functions as `Lid`.
3) Observe, member is still in organ, but does not appear to be (in the member overview and the checks).
### Database version
881368a
### What operating are you seeing the problem on?
_No response_
### What browsers are you seeing the problem on?
_No response_
### Other information
_No response_ | non_test | discharging lid with additional functions from organ does not discharge them from the functions current behaviour when discharging a member of an organ with a function so installed as lid and function as lid the member is only discharged as lid keeping the member installed in the organ as function desired behaviour this is not desired as you are either a lid or inactief lid once is finished with a function not two separate entities steps to reproduce create new organ installing two distinct members one with an additional function discharge the member with two functions as lid observe member is still in organ but does not appear to be in the member overview and the checks database version what operating are you seeing the problem on no response what browsers are you seeing the problem on no response other information no response | 0 |
160,273 | 12,506,128,338 | IssuesEvent | 2020-06-02 12:02:26 | aliasrobotics/RVD | https://api.github.com/repos/aliasrobotics/RVD | opened | Using xml., /opt/ros_melodic_ws/src/xacro/src/xacro/__init__.py:941 | bandit bug static analysis testing triage | ```yaml
{
"id": 1,
"title": "Using xml., /opt/ros_melodic_ws/src/xacro/src/xacro/__init__.py:941",
"type": "bug",
"description": "HIGH confidence of MEDIUM severity bug. Using xml.dom.minidom.parseString to parse untrusted XML data is known to be vulnerable to XML attacks. Replace xml.dom.minidom.parseString with its defusedxml equivalent function or make sure defusedxml.defuse_stdlib() is called at /opt/ros_melodic_ws/src/xacro/src/xacro/__init__.py:941 See links for more info on the bug.",
"cwe": "None",
"cve": "None",
"keywords": [
"bandit",
"bug",
"static analysis",
"testing",
"triage",
"bug"
],
"system": "",
"vendor": null,
"severity": {
"rvss-score": 0,
"rvss-vector": "",
"severity-description": "",
"cvss-score": 0,
"cvss-vector": ""
},
"links": "",
"flaw": {
"phase": "testing",
"specificity": "subject-specific",
"architectural-location": "application-specific",
"application": "N/A",
"subsystem": "N/A",
"package": "N/A",
"languages": "None",
"date-detected": "2020-06-02 (12:02)",
"detected-by": "Alias Robotics",
"detected-by-method": "testing static",
"date-reported": "2020-06-02 (12:02)",
"reported-by": "Alias Robotics",
"reported-by-relationship": "automatic",
"issue": "",
"reproducibility": "always",
"trace": "/opt/ros_melodic_ws/src/xacro/src/xacro/__init__.py:941",
"reproduction": "See artifacts below (if available)",
"reproduction-image": ""
},
"exploitation": {
"description": "",
"exploitation-image": "",
"exploitation-vector": ""
},
"mitigation": {
"description": "",
"pull-request": "",
"date-mitigation": ""
}
}
``` | 1.0 | Using xml., /opt/ros_melodic_ws/src/xacro/src/xacro/__init__.py:941 - ```yaml
{
"id": 1,
"title": "Using xml., /opt/ros_melodic_ws/src/xacro/src/xacro/__init__.py:941",
"type": "bug",
"description": "HIGH confidence of MEDIUM severity bug. Using xml.dom.minidom.parseString to parse untrusted XML data is known to be vulnerable to XML attacks. Replace xml.dom.minidom.parseString with its defusedxml equivalent function or make sure defusedxml.defuse_stdlib() is called at /opt/ros_melodic_ws/src/xacro/src/xacro/__init__.py:941 See links for more info on the bug.",
"cwe": "None",
"cve": "None",
"keywords": [
"bandit",
"bug",
"static analysis",
"testing",
"triage",
"bug"
],
"system": "",
"vendor": null,
"severity": {
"rvss-score": 0,
"rvss-vector": "",
"severity-description": "",
"cvss-score": 0,
"cvss-vector": ""
},
"links": "",
"flaw": {
"phase": "testing",
"specificity": "subject-specific",
"architectural-location": "application-specific",
"application": "N/A",
"subsystem": "N/A",
"package": "N/A",
"languages": "None",
"date-detected": "2020-06-02 (12:02)",
"detected-by": "Alias Robotics",
"detected-by-method": "testing static",
"date-reported": "2020-06-02 (12:02)",
"reported-by": "Alias Robotics",
"reported-by-relationship": "automatic",
"issue": "",
"reproducibility": "always",
"trace": "/opt/ros_melodic_ws/src/xacro/src/xacro/__init__.py:941",
"reproduction": "See artifacts below (if available)",
"reproduction-image": ""
},
"exploitation": {
"description": "",
"exploitation-image": "",
"exploitation-vector": ""
},
"mitigation": {
"description": "",
"pull-request": "",
"date-mitigation": ""
}
}
``` | test | using xml opt ros melodic ws src xacro src xacro init py yaml id title using xml opt ros melodic ws src xacro src xacro init py type bug description high confidence of medium severity bug using xml dom minidom parsestring to parse untrusted xml data is known to be vulnerable to xml attacks replace xml dom minidom parsestring with its defusedxml equivalent function or make sure defusedxml defuse stdlib is called at opt ros melodic ws src xacro src xacro init py see links for more info on the bug cwe none cve none keywords bandit bug static analysis testing triage bug system vendor null severity rvss score rvss vector severity description cvss score cvss vector links flaw phase testing specificity subject specific architectural location application specific application n a subsystem n a package n a languages none date detected detected by alias robotics detected by method testing static date reported reported by alias robotics reported by relationship automatic issue reproducibility always trace opt ros melodic ws src xacro src xacro init py reproduction see artifacts below if available reproduction image exploitation description exploitation image exploitation vector mitigation description pull request date mitigation | 1 |
136,639 | 11,054,716,766 | IssuesEvent | 2019-12-10 14:00:46 | MachoThemes/modula-lite | https://api.github.com/repos/MachoThemes/modula-lite | closed | After deleting image can't reorder items | bug need testing | This is an issue related to #108 , after deleting and image shifting, ordering the images can't be done. | 1.0 | After deleting image can't reorder items - This is an issue related to #108 , after deleting and image shifting, ordering the images can't be done. | test | after deleting image can t reorder items this is an issue related to after deleting and image shifting ordering the images can t be done | 1 |
129,945 | 10,592,163,275 | IssuesEvent | 2019-10-09 12:33:18 | elastic/apm-integration-testing | https://api.github.com/repos/elastic/apm-integration-testing | closed | Backport RUM agent changes on the build process | [zube]: In Review automation bug test | There are some changes in the build process of the RUM agent not backported to the 6.x and 7.x branches, this makes that the integration test has been failing for several days. | 1.0 | Backport RUM agent changes on the build process - There are some changes in the build process of the RUM agent not backported to the 6.x and 7.x branches, this makes that the integration test has been failing for several days. | test | backport rum agent changes on the build process there are some changes in the build process of the rum agent not backported to the x and x branches this makes that the integration test has been failing for several days | 1 |
20,908 | 2,632,400,346 | IssuesEvent | 2015-03-08 02:52:04 | minj/gcode-issues | https://api.github.com/repos/minj/gcode-issues | closed | transferlistdeadline error | 2 stars enhancement imported Priority-Medium | _From [krid.fallada](mailto:krid.fallada@gmx.de) on January 13, 2009 23:34:27_
forum : [(12398070.52)](https://www.hattrick.org/Forum/Read.aspx?t=12398070&n=52&v=4)
_Original issue: http://code.google.com/p/foxtrick/issues/detail?id=215_ | 1.0 | transferlistdeadline error - _From [krid.fallada](mailto:krid.fallada@gmx.de) on January 13, 2009 23:34:27_
forum : [(12398070.52)](https://www.hattrick.org/Forum/Read.aspx?t=12398070&n=52&v=4)
_Original issue: http://code.google.com/p/foxtrick/issues/detail?id=215_ | non_test | transferlistdeadline error from mailto krid fallada gmx de on january forum original issue | 0 |
72,692 | 15,239,177,743 | IssuesEvent | 2021-02-19 03:47:41 | m01ly/m01ly.github.io | https://api.github.com/repos/m01ly/m01ly.github.io | opened | 小白如何在三天一步步逆向app,找到私钥 | Hexo | /2020/09/18/mobilesecurity-experience/ Gitalk | https://m01ly.github.io/2020/09/18/mobilesecurity-experience/
1 工具1.1 抓包工具 工具名称 使用平台 抓包类型 优点 缺点 Wireshark linux、windows 网络7层协议 linux平台支持好,功能强大,可抓网络7层的包 不能解析https的内容 Fidder windows http,https 和FTP协议 功能强大,支持修改报文,重放报文 仅支持windows Charles window、Mac http,so | True | 小白如何在三天一步步逆向app,找到私钥 | Hexo - https://m01ly.github.io/2020/09/18/mobilesecurity-experience/
1 工具1.1 抓包工具 工具名称 使用平台 抓包类型 优点 缺点 Wireshark linux、windows 网络7层协议 linux平台支持好,功能强大,可抓网络7层的包 不能解析https的内容 Fidder windows http,https 和FTP协议 功能强大,支持修改报文,重放报文 仅支持windows Charles window、Mac http,so | non_test | 小白如何在三天一步步逆向app,找到私钥 hexo 抓包工具 工具名称 使用平台 抓包类型 优点 缺点 wireshark linux、windows linux平台支持好 功能强大, 不能解析https的内容 fidder windows http,https 和ftp协议 功能强大,支持修改报文,重放报文 仅支持windows charles window、mac http so | 0 |
292,912 | 25,250,274,650 | IssuesEvent | 2022-11-15 14:13:02 | HYF-Class19/practice-code-review-group2 | https://api.github.com/repos/HYF-Class19/practice-code-review-group2 | closed | Split Object | JavaScript Unit-testing JsDoc | # Split Object
Split an object into an array of objects. Each entry in the array will be one
key/value pair from the object. | 1.0 | Split Object - # Split Object
Split an object into an array of objects. Each entry in the array will be one
key/value pair from the object. | test | split object split object split an object into an array of objects each entry in the array will be one key value pair from the object | 1 |
215,968 | 16,724,262,540 | IssuesEvent | 2021-06-10 11:03:09 | kubernetes-sigs/cluster-api | https://api.github.com/repos/kubernetes-sigs/cluster-api | closed | Multiple e2e tests are flaky because of error container is not running | kind/failing-test kind/flake lifecycle/active priority/important-soon | **What steps did you take and what happened:**
[A clear and concise description on how to REPRODUCE the bug.]
According to [testgrid](https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main&width=20&sort-by-failures=&exclude-non-failed-tests=48) `capi-e2e.When following the Cluster API quick-start [PR-Blocking] Should create a workload cluster` and a few others are failing from time to time.
I looked at the last two occurrences in the capi-quickstart test. In both cases a machine did not come up because `mkdir -p /etc/kubernetes/pki` was failing because the respective container was not running. It was retried for a while but the container didn't come up. I tried to find any other logs but couldn't find anything. Logs from the controllers aggregated and sorted for the affected node of this test: https://gist.github.com/sbueringer/e007c989c158d66dd6d3078f8c904f30 ([ProwJob](https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-e2e-main/1376713791990927360))
I think right now we don't have the necessary data/logs to find out why this happens. I would propose to gather the logs of the Docker service which is used in those tests (the dind used in the ProwJob). Maybe there's something interesting there. Are there any other Docker / kind / ... logs which we could retrieve?
What I found in the kubekins image we're using:
* /var/log/docker.log
**What did you expect to happen:**
**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]
I assume the following test failures are related:
* same container not running logs in the capd manager: (I didn't look at all logs, but they all file basically in the same line of code in the tests)
* capi-e2e: When testing K8S conformance [Conformance] Should create a workload cluster and run kubetest
* https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-e2e-main/1376575756603232256
* https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-e2e-main/1376468293379952640
* capi-e2e: When testing KCP upgrade Should successfully upgrade Kubernetes, DNS, kube-proxy, and etcd in a HA cluster
* https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-e2e-main/1376652387720105984
* capi-e2e: When testing KCP upgrade Should successfully upgrade Kubernetes, DNS, kube-proxy, and etcd in a HA cluster
* https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-e2e-main/1376529700758753280
So tl;dr apart from the MachineRemediation most of our other flaky tests are probably caused by this issue. They are usually failing in the following lines of code:
* controlplane_helpers.go:109 https://github.com/kubernetes-sigs/cluster-api/blob/7478817225e0a75acb6e14fc7b438231578073d2/test/framework/controlplane_helpers.go#L109
* controlplane_helpers.go:146 https://github.com/kubernetes-sigs/cluster-api/blob/7478817225e0a75acb6e14fc7b438231578073d2/test/framework/controlplane_helpers.go#L146
* machinedeployment_helper:120: https://github.com/kubernetes-sigs/cluster-api/blob/7478817225e0a75acb6e14fc7b438231578073d2/test/framework/machinedeployment_helpers.go#L120
* machinepool_helpers.go:85: https://github.com/kubernetes-sigs/cluster-api/blob/7478817225e0a75acb6e14fc7b438231578073d2/test/framework/machinepool_helpers.go#L85
Even if they not all have the same root cause. Fixing this error should fix most of them.
**Environment:**
- Cluster-api version:
- Minikube/KIND version:
- Kubernetes version: (use `kubectl version`):
- OS (e.g. from `/etc/os-release`):
/kind bug
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels]
| 1.0 | Multiple e2e tests are flaky because of error container is not running - **What steps did you take and what happened:**
[A clear and concise description on how to REPRODUCE the bug.]
According to [testgrid](https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main&width=20&sort-by-failures=&exclude-non-failed-tests=48) `capi-e2e.When following the Cluster API quick-start [PR-Blocking] Should create a workload cluster` and a few others are failing from time to time.
I looked at the last two occurrences in the capi-quickstart test. In both cases a machine did not come up because `mkdir -p /etc/kubernetes/pki` was failing because the respective container was not running. It was retried for a while but the container didn't come up. I tried to find any other logs but couldn't find anything. Logs from the controllers aggregated and sorted for the affected node of this test: https://gist.github.com/sbueringer/e007c989c158d66dd6d3078f8c904f30 ([ProwJob](https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-e2e-main/1376713791990927360))
I think right now we don't have the necessary data/logs to find out why this happens. I would propose to gather the logs of the Docker service which is used in those tests (the dind used in the ProwJob). Maybe there's something interesting there. Are there any other Docker / kind / ... logs which we could retrieve?
What I found in the kubekins image we're using:
* /var/log/docker.log
**What did you expect to happen:**
**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]
I assume the following test failures are related:
* same container not running logs in the capd manager: (I didn't look at all logs, but they all file basically in the same line of code in the tests)
* capi-e2e: When testing K8S conformance [Conformance] Should create a workload cluster and run kubetest
* https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-e2e-main/1376575756603232256
* https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-e2e-main/1376468293379952640
* capi-e2e: When testing KCP upgrade Should successfully upgrade Kubernetes, DNS, kube-proxy, and etcd in a HA cluster
* https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-e2e-main/1376652387720105984
* capi-e2e: When testing KCP upgrade Should successfully upgrade Kubernetes, DNS, kube-proxy, and etcd in a HA cluster
* https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-e2e-main/1376529700758753280
So tl;dr apart from the MachineRemediation most of our other flaky tests are probably caused by this issue. They are usually failing in the following lines of code:
* controlplane_helpers.go:109 https://github.com/kubernetes-sigs/cluster-api/blob/7478817225e0a75acb6e14fc7b438231578073d2/test/framework/controlplane_helpers.go#L109
* controlplane_helpers.go:146 https://github.com/kubernetes-sigs/cluster-api/blob/7478817225e0a75acb6e14fc7b438231578073d2/test/framework/controlplane_helpers.go#L146
* machinedeployment_helper:120: https://github.com/kubernetes-sigs/cluster-api/blob/7478817225e0a75acb6e14fc7b438231578073d2/test/framework/machinedeployment_helpers.go#L120
* machinepool_helpers.go:85: https://github.com/kubernetes-sigs/cluster-api/blob/7478817225e0a75acb6e14fc7b438231578073d2/test/framework/machinepool_helpers.go#L85
Even if they not all have the same root cause. Fixing this error should fix most of them.
**Environment:**
- Cluster-api version:
- Minikube/KIND version:
- Kubernetes version: (use `kubectl version`):
- OS (e.g. from `/etc/os-release`):
/kind bug
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels]
| test | multiple tests are flaky because of error container is not running what steps did you take and what happened according to capi when following the cluster api quick start should create a workload cluster and a few others are failing from time to time i looked at the last two occurrences in the capi quickstart test in both cases a machine did not come up because mkdir p etc kubernetes pki was failing because the respective container was not running it was retried for a while but the container didn t come up i tried to find any other logs but couldn t find anything logs from the controllers aggregated and sorted for the affected node of this test i think right now we don t have the necessary data logs to find out why this happens i would propose to gather the logs of the docker service which is used in those tests the dind used in the prowjob maybe there s something interesting there are there any other docker kind logs which we could retrieve what i found in the kubekins image we re using var log docker log what did you expect to happen anything else you would like to add i assume the following test failures are related same container not running logs in the capd manager i didn t look at all logs but they all file basically in the same line of code in the tests capi when testing conformance should create a workload cluster and run kubetest capi when testing kcp upgrade should successfully upgrade kubernetes dns kube proxy and etcd in a ha cluster capi when testing kcp upgrade should successfully upgrade kubernetes dns kube proxy and etcd in a ha cluster so tl dr apart from the machineremediation most of our other flaky tests are probably caused by this issue they are usually failing in the following lines of code controlplane helpers go controlplane helpers go machinedeployment helper machinepool helpers go even if they not all have the same root cause fixing this error should fix most of them environment cluster api version minikube kind version kubernetes version use kubectl version os e g from etc os release kind bug | 1 |
602,426 | 18,468,796,947 | IssuesEvent | 2021-10-17 11:23:34 | AY2122S1-CS2103T-F13-2/tp | https://api.github.com/repos/AY2122S1-CS2103T-F13-2/tp | opened | Add FindElderly Command | priority.High type.Story | As a nurse, I can search a specific elderly by their name so that I can quickly get that specific elderly's relevant details. | 1.0 | Add FindElderly Command - As a nurse, I can search a specific elderly by their name so that I can quickly get that specific elderly's relevant details. | non_test | add findelderly command as a nurse i can search a specific elderly by their name so that i can quickly get that specific elderly s relevant details | 0 |
89,739 | 18,040,202,460 | IssuesEvent | 2021-09-18 00:20:48 | microsoft/MIEngine | https://api.github.com/repos/microsoft/MIEngine | closed | [VS Code] ReadMemory request causes cast exception on macOS | bug VS Code | I'm issuing a ReadMemory request from a VSCode extension using:
`const readMemoryResp = await vscode.debug.activeDebugSession.customRequest('readMemory', { memoryReference: memoryReference, count: count, offset: offset });`
It works absolutely fine on Windows. However on macOS (Catalina 10.15.7) the following exception occurs:
"Specified cast is not valid."
I have traced it to the following line of code:
`int hr = ((IDebugMemoryBytesDAP)m_engine).CreateMemoryContext(address, out memoryContext);`
in AD7DebugSession.cs in the function GetMemoryContext(). | 1.0 | [VS Code] ReadMemory request causes cast exception on macOS - I'm issuing a ReadMemory request from a VSCode extension using:
`const readMemoryResp = await vscode.debug.activeDebugSession.customRequest('readMemory', { memoryReference: memoryReference, count: count, offset: offset });`
It works absolutely fine on Windows. However on macOS (Catalina 10.15.7) the following exception occurs:
"Specified cast is not valid."
I have traced it to the following line of code:
`int hr = ((IDebugMemoryBytesDAP)m_engine).CreateMemoryContext(address, out memoryContext);`
in AD7DebugSession.cs in the function GetMemoryContext(). | non_test | readmemory request causes cast exception on macos i m issuing a readmemory request from a vscode extension using const readmemoryresp await vscode debug activedebugsession customrequest readmemory memoryreference memoryreference count count offset offset it works absolutely fine on windows however on macos catalina the following exception occurs specified cast is not valid i have traced it to the following line of code int hr idebugmemorybytesdap m engine creatememorycontext address out memorycontext in cs in the function getmemorycontext | 0 |
321,518 | 27,536,146,548 | IssuesEvent | 2023-03-07 03:43:20 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | opened | DISABLED test_tagging_tensors_simple (__main__.MiscTests) | triaged module: flaky-tests skipped module: dynamo | Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_tagging_tensors_simple&suite=MiscTests) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/11806929354).
Over the past 3 hours, it has been determined flaky in 2 workflow(s) with 2 failures and 2 successes.
**Debugging instructions (after clicking on the recent samples link):**
DO NOT ASSUME THINGS ARE OKAY IF THE CI IS GREEN. We now shield flaky tests from developers so CI will thus be green but it will be harder to parse the logs.
To find relevant log snippets:
1. Click on the workflow logs linked above
2. Click on the Test step of the job so that it is expanded. Otherwise, the grepping will not work.
3. Grep for `test_tagging_tensors_simple`
4. There should be several instances run (as flaky tests are rerun in CI) from which you can study the logs.
Test file path: `dynamo/test_misc.py` or `dynamo/test_misc.py` | 1.0 | DISABLED test_tagging_tensors_simple (__main__.MiscTests) - Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_tagging_tensors_simple&suite=MiscTests) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/11806929354).
Over the past 3 hours, it has been determined flaky in 2 workflow(s) with 2 failures and 2 successes.
**Debugging instructions (after clicking on the recent samples link):**
DO NOT ASSUME THINGS ARE OKAY IF THE CI IS GREEN. We now shield flaky tests from developers so CI will thus be green but it will be harder to parse the logs.
To find relevant log snippets:
1. Click on the workflow logs linked above
2. Click on the Test step of the job so that it is expanded. Otherwise, the grepping will not work.
3. Grep for `test_tagging_tensors_simple`
4. There should be several instances run (as flaky tests are rerun in CI) from which you can study the logs.
Test file path: `dynamo/test_misc.py` or `dynamo/test_misc.py` | test | disabled test tagging tensors simple main misctests platforms linux this test was disabled because it is failing in ci see and the most recent trunk over the past hours it has been determined flaky in workflow s with failures and successes debugging instructions after clicking on the recent samples link do not assume things are okay if the ci is green we now shield flaky tests from developers so ci will thus be green but it will be harder to parse the logs to find relevant log snippets click on the workflow logs linked above click on the test step of the job so that it is expanded otherwise the grepping will not work grep for test tagging tensors simple there should be several instances run as flaky tests are rerun in ci from which you can study the logs test file path dynamo test misc py or dynamo test misc py | 1 |
223,464 | 17,601,081,019 | IssuesEvent | 2021-08-17 11:57:21 | bitpodio/bitpodjs | https://api.github.com/repos/bitpodio/bitpodjs | closed | Payment Integration=>in case the details for integration are incorrect/invalid, then on registration site display a generic message | Bug New Resolved-Accepted in Test Env Critical Payment Integration rls_01-07-21 | -Login to event app
-go to app drawer=>integration=>scroll down to payment
-Select any payment option and set it up
-enter incorrect/invalid details=>save=> check the status active
-Register for any event with payment involved
-Currently if the page keeps on loading mentioning "Processing Payment"
-instead display a generic message like " "Payment processing failed, you may retry or contact event organizer!" | 1.0 | Payment Integration=>in case the details for integration are incorrect/invalid, then on registration site display a generic message - -Login to event app
-go to app drawer=>integration=>scroll down to payment
-Select any payment option and set it up
-enter incorrect/invalid details=>save=> check the status active
-Register for any event with payment involved
-Currently if the page keeps on loading mentioning "Processing Payment"
-instead display a generic message like " "Payment processing failed, you may retry or contact event organizer!" | test | payment integration in case the details for integration are incorrect invalid then on registration site display a generic message login to event app go to app drawer integration scroll down to payment select any payment option and set it up enter incorrect invalid details save check the status active register for any event with payment involved currently if the page keeps on loading mentioning processing payment instead display a generic message like payment processing failed you may retry or contact event organizer | 1 |
263,162 | 23,039,337,337 | IssuesEvent | 2022-07-23 00:10:48 | ValveSoftware/steam-for-linux | https://api.github.com/repos/ValveSoftware/steam-for-linux | closed | Steam crashes before startup in Ubuntu 18.04 | Steam client Need Retest Distro Family: Ubuntu | * Distribution (e.g. Ubuntu): Ubuntu 18.04
* Opted into Steam client beta?: No
* Have you checked for system updates?: Yes
After running `steam` I receive the following:
```
Running Steam on ubuntu 18.04 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
/home/me/.steam/ubuntu12_32/steam
[2020-02-07 01:18:05] Startup - updater built Jan 18 2020 03:21:49
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2020-02-07 01:18:05] Checking for update on startup
[2020-02-07 01:18:05] Checking for available updates...
[2020-02-07 01:18:05] Downloading manifest: client-download.steampowered.com/client/steam_client_ubuntu12
[2020-02-07 01:18:06] Download skipped: /client/steam_client_ubuntu12 version 1579321278, installed version 1579321278
[2020-02-07 01:18:06] Nothing to do
[2020-02-07 01:18:06] Verifying installation...
[2020-02-07 01:18:06] Performing checksum verification of executable files
[2020-02-07 01:18:06] Verification complete
STEAM_RUNTIME_HEAVY: ./steam-runtime-heavy
me@me:$
```
It opens a window saying "Updating Steam", then a transparent window come up and immediately closes. Steam won't launch. | 1.0 | Steam crashes before startup in Ubuntu 18.04 - * Distribution (e.g. Ubuntu): Ubuntu 18.04
* Opted into Steam client beta?: No
* Have you checked for system updates?: Yes
After running `steam` I receive the following:
```
Running Steam on ubuntu 18.04 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
/home/me/.steam/ubuntu12_32/steam
[2020-02-07 01:18:05] Startup - updater built Jan 18 2020 03:21:49
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2020-02-07 01:18:05] Checking for update on startup
[2020-02-07 01:18:05] Checking for available updates...
[2020-02-07 01:18:05] Downloading manifest: client-download.steampowered.com/client/steam_client_ubuntu12
[2020-02-07 01:18:06] Download skipped: /client/steam_client_ubuntu12 version 1579321278, installed version 1579321278
[2020-02-07 01:18:06] Nothing to do
[2020-02-07 01:18:06] Verifying installation...
[2020-02-07 01:18:06] Performing checksum verification of executable files
[2020-02-07 01:18:06] Verification complete
STEAM_RUNTIME_HEAVY: ./steam-runtime-heavy
me@me:$
```
It opens a window saying "Updating Steam", then a transparent window come up and immediately closes. Steam won't launch. | test | steam crashes before startup in ubuntu distribution e g ubuntu ubuntu opted into steam client beta no have you checked for system updates yes after running steam i receive the following running steam on ubuntu bit steam runtime is enabled automatically pins up to date home me steam steam startup updater built jan looks like steam didn t shutdown cleanly scheduling immediate update check checking for update on startup checking for available updates downloading manifest client download steampowered com client steam client download skipped client steam client version installed version nothing to do verifying installation performing checksum verification of executable files verification complete steam runtime heavy steam runtime heavy me me it opens a window saying updating steam then a transparent window come up and immediately closes steam won t launch | 1 |
271,157 | 23,586,080,075 | IssuesEvent | 2022-08-23 11:44:40 | spring-projects/spring-framework | https://api.github.com/repos/spring-projects/spring-framework | closed | Add support in the TCF to use pre-processed AOT contexts | in: test type: enhancement theme: aot | ## Overview
Once we've done #28204, we need to be able to configure the TCF so that it uses our optimized context rather than doing all the parsing again. Given that our input is the test class, it would be interesting to see if we can shortcut most of the processing and go straight to starting (or reusing) the context.
## Related Issues
- #28066
- #28205
- #28824
- #28825
| 1.0 | Add support in the TCF to use pre-processed AOT contexts - ## Overview
Once we've done #28204, we need to be able to configure the TCF so that it uses our optimized context rather than doing all the parsing again. Given that our input is the test class, it would be interesting to see if we can shortcut most of the processing and go straight to starting (or reusing) the context.
## Related Issues
- #28066
- #28205
- #28824
- #28825
| test | add support in the tcf to use pre processed aot contexts overview once we ve done we need to be able to configure the tcf so that it uses our optimized context rather than doing all the parsing again given that our input is the test class it would be interesting to see if we can shortcut most of the processing and go straight to starting or reusing the context related issues | 1 |
89,797 | 10,617,058,005 | IssuesEvent | 2019-10-12 16:19:28 | amethyst/amethyst | https://api.github.com/repos/amethyst/amethyst | closed | [MAINTENANCE] Example Readme doesn't contain tiles | diff: easy status: ready team: documentation type: maintenance | ## Description
The [examples readme](https://github.com/amethyst/amethyst/blob/master/examples/README.md) should include an entry for the tile example.
## Reason
All of the other examples have an entry in the readme.
| 1.0 | [MAINTENANCE] Example Readme doesn't contain tiles - ## Description
The [examples readme](https://github.com/amethyst/amethyst/blob/master/examples/README.md) should include an entry for the tile example.
## Reason
All of the other examples have an entry in the readme.
| non_test | example readme doesn t contain tiles description the should include an entry for the tile example reason all of the other examples have an entry in the readme | 0 |
75,472 | 9,855,954,367 | IssuesEvent | 2019-06-19 20:44:41 | backdrop/backdrop-issues | https://api.github.com/repos/backdrop/backdrop-issues | closed | Need change records for hook_user_presave() | needs - change notice type - documentation | Backdrop changed the arguments passed into hook_user_presave:
See [Drupal 7](https://api.drupal.org/api/drupal/modules%21user%21user.api.php/function/hook_user_presave/7.x) vs [Backdrop CMS](https://api.backdropcms.org/api/backdrop/core%21modules%21user%21user.api.php/function/hook_user_presave/1)
Relevant Drupal 8 change records:
* https://www.drupal.org/node/1554986
* https://www.drupal.org/node/1393236 | 1.0 | Need change records for hook_user_presave() - Backdrop changed the arguments passed into hook_user_presave:
See [Drupal 7](https://api.drupal.org/api/drupal/modules%21user%21user.api.php/function/hook_user_presave/7.x) vs [Backdrop CMS](https://api.backdropcms.org/api/backdrop/core%21modules%21user%21user.api.php/function/hook_user_presave/1)
Relevant Drupal 8 change records:
* https://www.drupal.org/node/1554986
* https://www.drupal.org/node/1393236 | non_test | need change records for hook user presave backdrop changed the arguments passed into hook user presave see vs relevant drupal change records | 0 |
259,585 | 27,661,350,285 | IssuesEvent | 2023-03-12 15:03:27 | redaxo/redaxo | https://api.github.com/repos/redaxo/redaxo | closed | https defaults | Enhancement Security Backwards Incompatible | sollten folgende klassen per default https:// verwenden statt http:// ?
- rex_socket
- rex_socket_proxy
- rex_cronjob_urlrequest
? | True | https defaults - sollten folgende klassen per default https:// verwenden statt http:// ?
- rex_socket
- rex_socket_proxy
- rex_cronjob_urlrequest
? | non_test | https defaults sollten folgende klassen per default https verwenden statt http rex socket rex socket proxy rex cronjob urlrequest | 0 |
218,334 | 16,984,362,025 | IssuesEvent | 2021-06-30 12:51:27 | urapadmin/kiosk | https://api.github.com/repos/urapadmin/kiosk | closed | QC: Changing contexts in the file repository must reevaluate quality control results | kiosk test-stage | when changing context - file relations in the edit dialog of file repository quality control rules should be recalculated for the involved contexts | 1.0 | QC: Changing contexts in the file repository must reevaluate quality control results - when changing context - file relations in the edit dialog of file repository quality control rules should be recalculated for the involved contexts | test | qc changing contexts in the file repository must reevaluate quality control results when changing context file relations in the edit dialog of file repository quality control rules should be recalculated for the involved contexts | 1 |
743,891 | 25,918,378,215 | IssuesEvent | 2022-12-15 19:26:34 | woocommerce/woocommerce | https://api.github.com/repos/woocommerce/woocommerce | closed | [Enhancement]: Croatia entering Eurozone on Jan 1st, 2023 | type: enhancement priority: high plugin: woocommerce | ### Describe the solution you'd like
We need to change the settings for Croatia so that the default currency is EUR from Jan 1st and Croatian stores shouldn't be able to use HRK as their main currency after the first 2 weeks in January.
From Wikipedia:
> From 5 September 2022 until 31 December 2023 **display of all prices in dual currency is mandatory to prevent unjustified price increases**. The public can buy euro starter kits to familiarize themselves with the new currency since 1 December 2022. These coins are not to be used before 1 January 2023.[[10]](https://en.wikipedia.org/wiki/Croatia_and_the_euro#cite_note-Mint_3-11)[[72]](https://en.wikipedia.org/wiki/Croatia_and_the_euro#cite_note-Mint_4-91)
This one is handled by https://github.com/woocommerce/woocommerce/issues/34463 Thanks @rynaldos !
> Payments can be made **in both currencies during the first two weeks of January 2023** (with change being given in euro) and after then only in euro.
### Describe alternatives you've considered
_No response_
### Additional context
Internal discussion: pbUcTB-1Q1-p2
| 1.0 | [Enhancement]: Croatia entering Eurozone on Jan 1st, 2023 - ### Describe the solution you'd like
We need to change the settings for Croatia so that the default currency is EUR from Jan 1st and Croatian stores shouldn't be able to use HRK as their main currency after the first 2 weeks in January.
From Wikipedia:
> From 5 September 2022 until 31 December 2023 **display of all prices in dual currency is mandatory to prevent unjustified price increases**. The public can buy euro starter kits to familiarize themselves with the new currency since 1 December 2022. These coins are not to be used before 1 January 2023.[[10]](https://en.wikipedia.org/wiki/Croatia_and_the_euro#cite_note-Mint_3-11)[[72]](https://en.wikipedia.org/wiki/Croatia_and_the_euro#cite_note-Mint_4-91)
This one is handled by https://github.com/woocommerce/woocommerce/issues/34463 Thanks @rynaldos !
> Payments can be made **in both currencies during the first two weeks of January 2023** (with change being given in euro) and after then only in euro.
### Describe alternatives you've considered
_No response_
### Additional context
Internal discussion: pbUcTB-1Q1-p2
| non_test | croatia entering eurozone on jan describe the solution you d like we need to change the settings for croatia so that the default currency is eur from jan and croatian stores shouldn t be able to use hrk as their main currency after the first weeks in january from wikipedia from september until december display of all prices in dual currency is mandatory to prevent unjustified price increases the public can buy euro starter kits to familiarize themselves with the new currency since december these coins are not to be used before january this one is handled by thanks rynaldos payments can be made in both currencies during the first two weeks of january with change being given in euro and after then only in euro describe alternatives you ve considered no response additional context internal discussion pbuctb | 0 |
185,542 | 14,359,574,742 | IssuesEvent | 2020-11-30 15:47:37 | scikit-activeml/scikit-activeml | https://api.github.com/repos/scikit-activeml/scikit-activeml | closed | General Tests for parameter checking of query strategies | test upcoming | implement general test
define format for testing strategy-specific parameters
test if all parameters are being checked | 1.0 | General Tests for parameter checking of query strategies - implement general test
define format for testing strategy-specific parameters
test if all parameters are being checked | test | general tests for parameter checking of query strategies implement general test define format for testing strategy specific parameters test if all parameters are being checked | 1 |
195,793 | 14,767,123,690 | IssuesEvent | 2021-01-10 04:43:22 | Hamlib/Hamlib | https://api.github.com/repos/Hamlib/Hamlib | closed | FT-736 set_freq error | WSJTX bug critical needs test | set_freq is calling get_freq when no get_freq is available
2021-01-02 18:39:36.299445][00:00:13.863248][RIGCTRL:debug] rig_set_freq called vfo=currVFO, freq=1.4415e+08
[2021-01-02 18:39:36.299445][00:00:13.863267][RIGCTRL:trace] vfo_fixup: vfo=currVFO
[2021-01-02 18:39:36.299445][00:00:13.863278][RIGCTRL:trace] vfo_fixup: Leaving currVFO alone
[2021-01-02 18:39:36.299445][00:00:13.863290][RIGCTRL:trace] rig_set_freq: TARGETABLE_FREQ vfo=currVFO
[2021-01-02 18:39:36.299445][00:00:13.863304][RIGCTRL:debug] to_bcd_be called
[2021-01-02 18:39:36.299445][00:00:13.863316][RIGCTRL:debug] write_block called
[2021-01-02 18:39:36.473352][00:00:14.036575][RIGCTRL:trace] write_block(): TX 5 bytes
[2021-01-02 18:39:36.473352][00:00:14.036639][RIGCTRL:trace] 0000 14 41 50 00 01 .AP..
[2021-01-02 18:39:36.473352][00:00:14.036695][RIGCTRL:trace] elapsed_ms: start = 0,0
[2021-01-02 18:39:36.473352][00:00:14.036741][RIGCTRL:trace] elapsed_ms: elapsed_msecs=10000
[2021-01-02 18:39:36.473352][00:00:14.036778][RIGCTRL:debug] rig_get_freq called vfo=currVFO
[2021-01-02 18:39:36.473352][00:00:14.036821][RIGCTRL:trace] vfo_fixup: vfo=currVFO
[2021-01-02 18:39:36.473352][00:00:14.036854][RIGCTRL:trace] vfo_fixup: Leaving currVFO alone
[2021-01-02 18:39:36.473352][00:00:14.036895][RIGCTRL:trace] get_cache_freq: vfo=currVFO, freq=0
[2021-01-02 18:39:36.473352][00:00:14.036935][RIGCTRL:trace] elapsed_ms: start = 1609612766,473352900
[2021-01-02 18:39:36.473352][00:00:14.036980][RIGCTRL:trace] elapsed_ms: elapsed_msecs=10000
[2021-01-02 18:39:36.473352][00:00:14.037017][RIGCTRL:trace] rig_get_freq: cache check age=10000ms
[2021-01-02 18:39:36.473352][00:00:14.037057][RIGCTRL:trace] rig_get_freq: cache miss age=10000ms, cached_vfo=None, asked_vfo=currVFO
[2021-01-02 18:39:36.473352][00:00:14.037082][RIGCTRL:error] error: Feature not available | 1.0 | FT-736 set_freq error - set_freq is calling get_freq when no get_freq is available
2021-01-02 18:39:36.299445][00:00:13.863248][RIGCTRL:debug] rig_set_freq called vfo=currVFO, freq=1.4415e+08
[2021-01-02 18:39:36.299445][00:00:13.863267][RIGCTRL:trace] vfo_fixup: vfo=currVFO
[2021-01-02 18:39:36.299445][00:00:13.863278][RIGCTRL:trace] vfo_fixup: Leaving currVFO alone
[2021-01-02 18:39:36.299445][00:00:13.863290][RIGCTRL:trace] rig_set_freq: TARGETABLE_FREQ vfo=currVFO
[2021-01-02 18:39:36.299445][00:00:13.863304][RIGCTRL:debug] to_bcd_be called
[2021-01-02 18:39:36.299445][00:00:13.863316][RIGCTRL:debug] write_block called
[2021-01-02 18:39:36.473352][00:00:14.036575][RIGCTRL:trace] write_block(): TX 5 bytes
[2021-01-02 18:39:36.473352][00:00:14.036639][RIGCTRL:trace] 0000 14 41 50 00 01 .AP..
[2021-01-02 18:39:36.473352][00:00:14.036695][RIGCTRL:trace] elapsed_ms: start = 0,0
[2021-01-02 18:39:36.473352][00:00:14.036741][RIGCTRL:trace] elapsed_ms: elapsed_msecs=10000
[2021-01-02 18:39:36.473352][00:00:14.036778][RIGCTRL:debug] rig_get_freq called vfo=currVFO
[2021-01-02 18:39:36.473352][00:00:14.036821][RIGCTRL:trace] vfo_fixup: vfo=currVFO
[2021-01-02 18:39:36.473352][00:00:14.036854][RIGCTRL:trace] vfo_fixup: Leaving currVFO alone
[2021-01-02 18:39:36.473352][00:00:14.036895][RIGCTRL:trace] get_cache_freq: vfo=currVFO, freq=0
[2021-01-02 18:39:36.473352][00:00:14.036935][RIGCTRL:trace] elapsed_ms: start = 1609612766,473352900
[2021-01-02 18:39:36.473352][00:00:14.036980][RIGCTRL:trace] elapsed_ms: elapsed_msecs=10000
[2021-01-02 18:39:36.473352][00:00:14.037017][RIGCTRL:trace] rig_get_freq: cache check age=10000ms
[2021-01-02 18:39:36.473352][00:00:14.037057][RIGCTRL:trace] rig_get_freq: cache miss age=10000ms, cached_vfo=None, asked_vfo=currVFO
[2021-01-02 18:39:36.473352][00:00:14.037082][RIGCTRL:error] error: Feature not available | test | ft set freq error set freq is calling get freq when no get freq is available rig set freq called vfo currvfo freq vfo fixup vfo currvfo vfo fixup leaving currvfo alone rig set freq targetable freq vfo currvfo to bcd be called write block called write block tx bytes ap elapsed ms start elapsed ms elapsed msecs rig get freq called vfo currvfo vfo fixup vfo currvfo vfo fixup leaving currvfo alone get cache freq vfo currvfo freq elapsed ms start elapsed ms elapsed msecs rig get freq cache check age rig get freq cache miss age cached vfo none asked vfo currvfo error feature not available | 1 |
100,373 | 8,737,508,026 | IssuesEvent | 2018-12-11 22:49:46 | swe-ms-boun/2018fall-swe574-g2 | https://api.github.com/repos/swe-ms-boun/2018fall-swe574-g2 | closed | Unit tests for rest api | test | **Unit tests should be written.**
**Acceptance Criteria:**
Unit tests needs to be written for the endpoints below:
1. /add/creator
1. /add/annotation
1. /add/user | 1.0 | Unit tests for rest api - **Unit tests should be written.**
**Acceptance Criteria:**
Unit tests needs to be written for the endpoints below:
1. /add/creator
1. /add/annotation
1. /add/user | test | unit tests for rest api unit tests should be written acceptance criteria unit tests needs to be written for the endpoints below add creator add annotation add user | 1 |
240,907 | 26,256,534,628 | IssuesEvent | 2023-01-06 01:34:52 | farooqmir/React-Redux-Demonstration-with-api | https://api.github.com/repos/farooqmir/React-Redux-Demonstration-with-api | closed | CVE-2021-43138 (High) detected in multiple libraries - autoclosed | 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.0.0.tgz</b>, <b>async-0.9.2.tgz</b>, <b>async-1.5.2.tgz</b></p></summary>
<p>
<details><summary><b>async-1.0.0.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.0.0.tgz">https://registry.npmjs.org/async/-/async-1.0.0.tgz</a></p>
<p>Path to dependency file: /React-Redux-Demonstration-with-api/package.json</p>
<p>Path to vulnerable library: /node_modules/winston/node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- prompt-1.0.0.tgz (Root Library)
- winston-2.1.1.tgz
- :x: **async-1.0.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>async-0.9.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-0.9.2.tgz">https://registry.npmjs.org/async/-/async-0.9.2.tgz</a></p>
<p>Path to dependency file: /React-Redux-Demonstration-with-api/package.json</p>
<p>Path to vulnerable library: /node_modules/utile/node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- prompt-1.0.0.tgz (Root Library)
- utile-0.3.0.tgz
- :x: **async-0.9.2.tgz** (Vulnerable Library)
</details>
<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: /React-Redux-Demonstration-with-api/package.json</p>
<p>Path to vulnerable library: /node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- browser-sync-2.26.5.tgz (Root Library)
- portscanner-2.1.1.tgz
- :x: **async-1.5.2.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/farooqmir/React-Redux-Demonstration-with-api/commit/1992b3197c035a77997ce719ef2a2d9c3f4bb0ba">1992b3197c035a77997ce719ef2a2d9c3f4bb0ba</a></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>
In Async before 2.6.4 and 3.x before 3.2.2, a malicious user can obtain privileges via the mapValues() method, aka lib/internal/iterator.js createObjectIterator prototype pollution.
<p>Publish Date: 2022-04-06
<p>URL: <a href=https://www.mend.io/vulnerability-database/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 - 2.6.4,3.2.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-43138 (High) detected in multiple libraries - autoclosed - ## 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.0.0.tgz</b>, <b>async-0.9.2.tgz</b>, <b>async-1.5.2.tgz</b></p></summary>
<p>
<details><summary><b>async-1.0.0.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.0.0.tgz">https://registry.npmjs.org/async/-/async-1.0.0.tgz</a></p>
<p>Path to dependency file: /React-Redux-Demonstration-with-api/package.json</p>
<p>Path to vulnerable library: /node_modules/winston/node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- prompt-1.0.0.tgz (Root Library)
- winston-2.1.1.tgz
- :x: **async-1.0.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>async-0.9.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-0.9.2.tgz">https://registry.npmjs.org/async/-/async-0.9.2.tgz</a></p>
<p>Path to dependency file: /React-Redux-Demonstration-with-api/package.json</p>
<p>Path to vulnerable library: /node_modules/utile/node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- prompt-1.0.0.tgz (Root Library)
- utile-0.3.0.tgz
- :x: **async-0.9.2.tgz** (Vulnerable Library)
</details>
<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: /React-Redux-Demonstration-with-api/package.json</p>
<p>Path to vulnerable library: /node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- browser-sync-2.26.5.tgz (Root Library)
- portscanner-2.1.1.tgz
- :x: **async-1.5.2.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/farooqmir/React-Redux-Demonstration-with-api/commit/1992b3197c035a77997ce719ef2a2d9c3f4bb0ba">1992b3197c035a77997ce719ef2a2d9c3f4bb0ba</a></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>
In Async before 2.6.4 and 3.x before 3.2.2, a malicious user can obtain privileges via the mapValues() method, aka lib/internal/iterator.js createObjectIterator prototype pollution.
<p>Publish Date: 2022-04-06
<p>URL: <a href=https://www.mend.io/vulnerability-database/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 - 2.6.4,3.2.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve high detected in multiple libraries autoclosed cve high severity vulnerability vulnerable libraries async tgz async tgz async tgz async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file react redux demonstration with api package json path to vulnerable library node modules winston node modules async package json dependency hierarchy prompt tgz root library winston 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 react redux demonstration with api package json path to vulnerable library node modules utile node modules async package json dependency hierarchy prompt tgz root library utile 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 react redux demonstration with api package json path to vulnerable library node modules async package json dependency hierarchy browser sync tgz root library portscanner tgz x async tgz vulnerable library found in head commit a href vulnerability details in async before and x before a malicious user can obtain privileges via the mapvalues method aka lib internal iterator js createobjectiterator prototype pollution 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 step up your open source security game with mend | 0 |
800,961 | 28,439,884,913 | IssuesEvent | 2023-04-15 19:29:56 | GoogleCloudPlatform/golang-samples | https://api.github.com/repos/GoogleCloudPlatform/golang-samples | closed | videointelligence/video_analyze: TestAnalyzeLabelURI failed | type: bug priority: p1 api: videointelligence samples flakybot: issue | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 914d7ccf092553f457c6e82e3199bedfd5fb0d25
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/ef848d29-7fc3-4ebc-b7d0-4565017b332a), [Sponge](http://sponge2/ef848d29-7fc3-4ebc-b7d0-4565017b332a)
status: failed
<details><summary>Test output</summary><br><pre> video_analyze_test.go:59: Wait: rpc error: code = ResourceExhausted desc = Quota exceeded for quota metric 'Requests' and limit 'Requests per minute' of service 'videointelligence.googleapis.com' for consumer 'project_number:176007320581'.
error details: name = ErrorInfo reason = RATE_LIMIT_EXCEEDED domain = googleapis.com metadata = map[consumer:projects/176007320581 quota_limit:DefaultRequestsPerMinutePerProject quota_limit_value:60 quota_location:global quota_metric:videointelligence.googleapis.com/default_requests service:videointelligence.googleapis.com]
error details: name = Help desc = Request a higher quota limit. url = https://cloud.google.com/docs/quota#requesting_higher_quota</pre></details> | 1.0 | videointelligence/video_analyze: TestAnalyzeLabelURI failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 914d7ccf092553f457c6e82e3199bedfd5fb0d25
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/ef848d29-7fc3-4ebc-b7d0-4565017b332a), [Sponge](http://sponge2/ef848d29-7fc3-4ebc-b7d0-4565017b332a)
status: failed
<details><summary>Test output</summary><br><pre> video_analyze_test.go:59: Wait: rpc error: code = ResourceExhausted desc = Quota exceeded for quota metric 'Requests' and limit 'Requests per minute' of service 'videointelligence.googleapis.com' for consumer 'project_number:176007320581'.
error details: name = ErrorInfo reason = RATE_LIMIT_EXCEEDED domain = googleapis.com metadata = map[consumer:projects/176007320581 quota_limit:DefaultRequestsPerMinutePerProject quota_limit_value:60 quota_location:global quota_metric:videointelligence.googleapis.com/default_requests service:videointelligence.googleapis.com]
error details: name = Help desc = Request a higher quota limit. url = https://cloud.google.com/docs/quota#requesting_higher_quota</pre></details> | non_test | videointelligence video analyze testanalyzelabeluri failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output video analyze test go wait rpc error code resourceexhausted desc quota exceeded for quota metric requests and limit requests per minute of service videointelligence googleapis com for consumer project number error details name errorinfo reason rate limit exceeded domain googleapis com metadata map error details name help desc request a higher quota limit url | 0 |
155,212 | 13,615,470,647 | IssuesEvent | 2020-09-23 14:29:05 | SEMICeu/SDG-sandbox | https://api.github.com/repos/SEMICeu/SDG-sandbox | closed | Certificate of completion of secondary education: helpful resources for data models/controlled vocabularies | [Evidence] Completion of secondary education documentation | OP-EU-VOCABULARIES@publications.europa.eu contribution for the **Certificate of completion of secondary education**: helpful resources for data models/controlled vocabularies
### **Data models**
- Core Business Vocabulary (ISA)
- Core Person Vocabulary (ISA)
- Core Location Vocabulary
- Core Public Service Vocabulary
### **Controlled vocabularies**
- ESCO vocabularies (https://op.europa.eu/en/web/eu-vocabularies/esco)
- ISCED classification (http://uis.unesco.org/sites/default/files/documents/international-standard-classification-of-education-isced-2011-en.pdf, https://ec.europa.eu/eurostat/statistics-explained/index.php/International_Standard_Classification_of_Education_(ISCED)#ISCE)
- Eurothesaurus (European Information Network on International Relations and Area Studies (Einiras))
- UNBIS thesaurus (United Nations) (http://metadata.un.org/thesaurus/?lang=en)
- EuroVoc thesaurus (https://op.europa.eu/en/web/eu-vocabularies/th-top-concept-scheme/-/resource/eurovoc/100141?target=Browse)
- UNESCO thesaurus (http://vocabularies.unesco.org/browser/thesaurus/en/)
- TESE thesaurus (Eurydice) (https://data.europa.eu/euodp/fr/data/dataset/tese-the-thesaurus-for-education-systems-in-europe-2009-edition)
- ETT thesaurus (Cedefop) (https://www.cedefop.europa.eu/en/publications-and-resources/publications/4114)
- Europass authority tables (OP, EU Vocabularies)
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/accreditation/?target=Browse&uri=http://data.europa.eu/snb/accreditation/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/assessment/?target=Browse&uri=http://data.europa.eu/snb/assessment/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/com-channel/?target=Browse&uri=http://data.europa.eu/snb/com-channel/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/credential/?target=Browse&uri=http://data.europa.eu/snb/credential/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/education-credit/?target=Browse&uri=http://data.europa.eu/snb/education-credit/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/encoding/?target=Browse&uri=http://data.europa.eu/snb/encoding/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/entitlement/?target=Browse&uri=http://data.europa.eu/snb/entitlement/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/learning-activity/?target=Browse&uri=http://data.europa.eu/snb/learning-activity/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/supervision-verification/?target=Browse&uri=http://data.europa.eu/snb/supervision-verification/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/learning-assessment/?target=Browse&uri=http://data.europa.eu/snb/learning-assessment/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/learning-opportunity/?target=Browse&uri=http://data.europa.eu/snb/learning-opportunity/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/learning-schedule/?target=Browse&uri=http://data.europa.eu/snb/learning-schedule/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/learning-setting/?target=Browse&uri=http://data.europa.eu/snb/learning-setting/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/target-group/?target=Browse&uri=http://data.europa.eu/snb/target-group/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/verification-status/?target=Browse&uri=http://data.europa.eu/snb/verification-status/25831c2
- corporate body authority table (https://op.europa.eu/en/web/eu-vocabularies/at-dataset/-/resource/dataset/corporate-body)
- country authority table (https://op.europa.eu/en/web/eu-vocabularies/at-dataset/-/resource/dataset/country)
- honorific authority table (https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/honorific/?target=Browse&uri=http://publications.europa.eu/resource/authority/honorific)
- human sex authority table (https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/human-sex/?target=Browse&uri=http://publications.europa.eu/resource/authority/human-sex)
- place authority table (https://op.europa.eu/en/web/eu-vocabularies/at-dataset/-/resource/dataset/place)
- INSPIRE
| 1.0 | Certificate of completion of secondary education: helpful resources for data models/controlled vocabularies - OP-EU-VOCABULARIES@publications.europa.eu contribution for the **Certificate of completion of secondary education**: helpful resources for data models/controlled vocabularies
### **Data models**
- Core Business Vocabulary (ISA)
- Core Person Vocabulary (ISA)
- Core Location Vocabulary
- Core Public Service Vocabulary
### **Controlled vocabularies**
- ESCO vocabularies (https://op.europa.eu/en/web/eu-vocabularies/esco)
- ISCED classification (http://uis.unesco.org/sites/default/files/documents/international-standard-classification-of-education-isced-2011-en.pdf, https://ec.europa.eu/eurostat/statistics-explained/index.php/International_Standard_Classification_of_Education_(ISCED)#ISCE)
- Eurothesaurus (European Information Network on International Relations and Area Studies (Einiras))
- UNBIS thesaurus (United Nations) (http://metadata.un.org/thesaurus/?lang=en)
- EuroVoc thesaurus (https://op.europa.eu/en/web/eu-vocabularies/th-top-concept-scheme/-/resource/eurovoc/100141?target=Browse)
- UNESCO thesaurus (http://vocabularies.unesco.org/browser/thesaurus/en/)
- TESE thesaurus (Eurydice) (https://data.europa.eu/euodp/fr/data/dataset/tese-the-thesaurus-for-education-systems-in-europe-2009-edition)
- ETT thesaurus (Cedefop) (https://www.cedefop.europa.eu/en/publications-and-resources/publications/4114)
- Europass authority tables (OP, EU Vocabularies)
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/accreditation/?target=Browse&uri=http://data.europa.eu/snb/accreditation/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/assessment/?target=Browse&uri=http://data.europa.eu/snb/assessment/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/com-channel/?target=Browse&uri=http://data.europa.eu/snb/com-channel/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/credential/?target=Browse&uri=http://data.europa.eu/snb/credential/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/education-credit/?target=Browse&uri=http://data.europa.eu/snb/education-credit/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/encoding/?target=Browse&uri=http://data.europa.eu/snb/encoding/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/entitlement/?target=Browse&uri=http://data.europa.eu/snb/entitlement/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/learning-activity/?target=Browse&uri=http://data.europa.eu/snb/learning-activity/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/supervision-verification/?target=Browse&uri=http://data.europa.eu/snb/supervision-verification/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/learning-assessment/?target=Browse&uri=http://data.europa.eu/snb/learning-assessment/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/learning-opportunity/?target=Browse&uri=http://data.europa.eu/snb/learning-opportunity/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/learning-schedule/?target=Browse&uri=http://data.europa.eu/snb/learning-schedule/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/learning-setting/?target=Browse&uri=http://data.europa.eu/snb/learning-setting/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/target-group/?target=Browse&uri=http://data.europa.eu/snb/target-group/25831c2
- https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/verification-status/?target=Browse&uri=http://data.europa.eu/snb/verification-status/25831c2
- corporate body authority table (https://op.europa.eu/en/web/eu-vocabularies/at-dataset/-/resource/dataset/corporate-body)
- country authority table (https://op.europa.eu/en/web/eu-vocabularies/at-dataset/-/resource/dataset/country)
- honorific authority table (https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/honorific/?target=Browse&uri=http://publications.europa.eu/resource/authority/honorific)
- human sex authority table (https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/human-sex/?target=Browse&uri=http://publications.europa.eu/resource/authority/human-sex)
- place authority table (https://op.europa.eu/en/web/eu-vocabularies/at-dataset/-/resource/dataset/place)
- INSPIRE
| non_test | certificate of completion of secondary education helpful resources for data models controlled vocabularies op eu vocabularies publications europa eu contribution for the certificate of completion of secondary education helpful resources for data models controlled vocabularies data models core business vocabulary isa core person vocabulary isa core location vocabulary core public service vocabulary controlled vocabularies esco vocabularies isced classification eurothesaurus european information network on international relations and area studies einiras unbis thesaurus united nations eurovoc thesaurus unesco thesaurus tese thesaurus eurydice ett thesaurus cedefop europass authority tables op eu vocabularies corporate body authority table country authority table honorific authority table human sex authority table place authority table inspire | 0 |
91,379 | 11,498,514,072 | IssuesEvent | 2020-02-12 12:09:46 | packit-service/packit-service | https://api.github.com/repos/packit-service/packit-service | closed | Testing-farm in the default jobs | feature needs-design testing-farm triaged user-experience | background: We want to simlify the config file as much as possible and want to have testing-farm turned on by default.
- Which chroots will by used by default? `fedora-stable` (since rawhide is usually broken)
- What needs to be done on the packit side?
- What needs to be done on the testing-farm side? (@thrix , @psss )
- What about package without fmf setup?
- Leave everything to testing-farm: no `.fmf` => empty test suite => return "Installation successful`
- Try to generate `.fmf` with some basic `ci.fmf` on our side. (Not sure, how we can send it to testing farm.) | 1.0 | Testing-farm in the default jobs - background: We want to simlify the config file as much as possible and want to have testing-farm turned on by default.
- Which chroots will by used by default? `fedora-stable` (since rawhide is usually broken)
- What needs to be done on the packit side?
- What needs to be done on the testing-farm side? (@thrix , @psss )
- What about package without fmf setup?
- Leave everything to testing-farm: no `.fmf` => empty test suite => return "Installation successful`
- Try to generate `.fmf` with some basic `ci.fmf` on our side. (Not sure, how we can send it to testing farm.) | non_test | testing farm in the default jobs background we want to simlify the config file as much as possible and want to have testing farm turned on by default which chroots will by used by default fedora stable since rawhide is usually broken what needs to be done on the packit side what needs to be done on the testing farm side thrix psss what about package without fmf setup leave everything to testing farm no fmf empty test suite return installation successful try to generate fmf with some basic ci fmf on our side not sure how we can send it to testing farm | 0 |
32,370 | 6,767,397,979 | IssuesEvent | 2017-10-26 03:04:11 | Shopkeepers/Shopkeepers | https://api.github.com/repos/Shopkeepers/Shopkeepers | closed | disable-other-villagers, no longer functioning | Defect fixed migrated | **Migrated from:** https://dev.bukkit.org/projects/shopkeepers/issues/82
**Originally posted by Joymo (Jan 22, 2013):**
It seems that on recent CB builds, the villager trade block is no longer working.I tested this one, as well as the one in MonsterFix plugin, still players are able to trade with villagers.It used to work fine until today, when we moved to recent 1.4.7 builds. | 1.0 | disable-other-villagers, no longer functioning - **Migrated from:** https://dev.bukkit.org/projects/shopkeepers/issues/82
**Originally posted by Joymo (Jan 22, 2013):**
It seems that on recent CB builds, the villager trade block is no longer working.I tested this one, as well as the one in MonsterFix plugin, still players are able to trade with villagers.It used to work fine until today, when we moved to recent 1.4.7 builds. | non_test | disable other villagers no longer functioning migrated from originally posted by joymo jan it seems that on recent cb builds the villager trade block is no longer working i tested this one as well as the one in monsterfix plugin still players are able to trade with villagers it used to work fine until today when we moved to recent builds | 0 |
17,405 | 3,004,143,709 | IssuesEvent | 2015-07-25 16:37:03 | dpi/rng | https://api.github.com/repos/dpi/rng | opened | Template Collection missing new templates | defect | CourierTemplateCollection should add new templates to a template collection if the defining module was added after the collection was created. | 1.0 | Template Collection missing new templates - CourierTemplateCollection should add new templates to a template collection if the defining module was added after the collection was created. | non_test | template collection missing new templates couriertemplatecollection should add new templates to a template collection if the defining module was added after the collection was created | 0 |
29,287 | 4,487,572,838 | IssuesEvent | 2016-08-30 01:49:57 | artiator/artiator-backend | https://api.github.com/repos/artiator/artiator-backend | closed | Transform models to records | refactoring / automation / testing | * Move `app/models` to `app/records`
* Rename `Foo` to `FooRecord`
* Configure generator and customize templates
* Configure FactoryGirl | 1.0 | Transform models to records - * Move `app/models` to `app/records`
* Rename `Foo` to `FooRecord`
* Configure generator and customize templates
* Configure FactoryGirl | test | transform models to records move app models to app records rename foo to foorecord configure generator and customize templates configure factorygirl | 1 |
329,209 | 28,208,367,961 | IssuesEvent | 2023-04-05 00:26:09 | nrwl/nx | https://api.github.com/repos/nrwl/nx | closed | @nrwl/js:tsc includes non-toplevel dependencies when building the package.json | type: bug blocked: retry with latest stale scope: js | ### Current Behavior
Given three buildable and publishable packages depending on each other:
```
A -> B -> C
```
Building package `A` generates a package.json with a dependency on `B` and `C`.
### Expected Behavior
Package `A` should only have dependency on `B`.
This issue here is that ALL dependencies in the graph are used:
https://github.com/nrwl/nx/blob/master/packages/js/src/executors/tsc/tsc.impl.ts#L168
Compared to @nrwl/angular:package which uses only topLevel dependencies:
https://github.com/nrwl/nx/blob/422c8c735a8a4d7a7f343a176c1ca05ba2f12e98/packages/angular/src/executors/package/package.impl.ts#L104
### GitHub Repo
_No response_
### Steps to Reproduce
1. Create 3 typescript packages using tsc compiler (packageA, packageB, packageC)
2. Import packageB in package A
3. Import packageC in packageB
4. Build.
### Nx Report
```shell
npx nx report
> NX Report complete - copy this into the issue template
Node : 18.12.1
OS : darwin arm64
npm : 9.2.0
nx : 15.3.3
@nrwl/angular : Not Found
@nrwl/cypress : 15.3.3
@nrwl/detox : Not Found
@nrwl/devkit : 15.3.3
@nrwl/esbuild : Not Found
@nrwl/eslint-plugin-nx : 15.3.3
@nrwl/expo : Not Found
@nrwl/express : Not Found
@nrwl/jest : 15.3.3
@nrwl/js : 15.3.3
@nrwl/linter : 15.3.3
@nrwl/nest : Not Found
@nrwl/next : Not Found
@nrwl/node : Not Found
@nrwl/nx-cloud : 15.0.2
@nrwl/nx-plugin : Not Found
@nrwl/react : 15.3.3
@nrwl/react-native : Not Found
@nrwl/rollup : 15.3.3
@nrwl/schematics : Not Found
@nrwl/storybook : 15.3.3
@nrwl/web : 15.3.3
@nrwl/webpack : 15.3.3
@nrwl/workspace : 15.3.3
typescript : 4.8.4
---------------------------------------
Local workspace plugins:
---------------------------------------
Community plugins:
```
```
### Failure Logs
_No response_
### Additional Information
_No response_ | 1.0 | @nrwl/js:tsc includes non-toplevel dependencies when building the package.json - ### Current Behavior
Given three buildable and publishable packages depending on each other:
```
A -> B -> C
```
Building package `A` generates a package.json with a dependency on `B` and `C`.
### Expected Behavior
Package `A` should only have dependency on `B`.
This issue here is that ALL dependencies in the graph are used:
https://github.com/nrwl/nx/blob/master/packages/js/src/executors/tsc/tsc.impl.ts#L168
Compared to @nrwl/angular:package which uses only topLevel dependencies:
https://github.com/nrwl/nx/blob/422c8c735a8a4d7a7f343a176c1ca05ba2f12e98/packages/angular/src/executors/package/package.impl.ts#L104
### GitHub Repo
_No response_
### Steps to Reproduce
1. Create 3 typescript packages using tsc compiler (packageA, packageB, packageC)
2. Import packageB in package A
3. Import packageC in packageB
4. Build.
### Nx Report
```shell
npx nx report
> NX Report complete - copy this into the issue template
Node : 18.12.1
OS : darwin arm64
npm : 9.2.0
nx : 15.3.3
@nrwl/angular : Not Found
@nrwl/cypress : 15.3.3
@nrwl/detox : Not Found
@nrwl/devkit : 15.3.3
@nrwl/esbuild : Not Found
@nrwl/eslint-plugin-nx : 15.3.3
@nrwl/expo : Not Found
@nrwl/express : Not Found
@nrwl/jest : 15.3.3
@nrwl/js : 15.3.3
@nrwl/linter : 15.3.3
@nrwl/nest : Not Found
@nrwl/next : Not Found
@nrwl/node : Not Found
@nrwl/nx-cloud : 15.0.2
@nrwl/nx-plugin : Not Found
@nrwl/react : 15.3.3
@nrwl/react-native : Not Found
@nrwl/rollup : 15.3.3
@nrwl/schematics : Not Found
@nrwl/storybook : 15.3.3
@nrwl/web : 15.3.3
@nrwl/webpack : 15.3.3
@nrwl/workspace : 15.3.3
typescript : 4.8.4
---------------------------------------
Local workspace plugins:
---------------------------------------
Community plugins:
```
```
### Failure Logs
_No response_
### Additional Information
_No response_ | test | nrwl js tsc includes non toplevel dependencies when building the package json current behavior given three buildable and publishable packages depending on each other a b c building package a generates a package json with a dependency on b and c expected behavior package a should only have dependency on b this issue here is that all dependencies in the graph are used compared to nrwl angular package which uses only toplevel dependencies github repo no response steps to reproduce create typescript packages using tsc compiler packagea packageb packagec import packageb in package a import packagec in packageb build nx report shell npx nx report nx report complete copy this into the issue template node os darwin npm nx nrwl angular not found nrwl cypress nrwl detox not found nrwl devkit nrwl esbuild not found nrwl eslint plugin nx nrwl expo not found nrwl express not found nrwl jest nrwl js nrwl linter nrwl nest not found nrwl next not found nrwl node not found nrwl nx cloud nrwl nx plugin not found nrwl react nrwl react native not found nrwl rollup nrwl schematics not found nrwl storybook nrwl web nrwl webpack nrwl workspace typescript local workspace plugins community plugins failure logs no response additional information no response | 1 |
329,329 | 28,235,774,828 | IssuesEvent | 2023-04-06 00:14:24 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | kv: data race in sql/TestAmbiguousCommit | C-bug C-test-failure GA-blocker branch-release-23.1 | Likely on an unrelated PR (#100773) in this [run](https://teamcity.cockroachdb.com/viewLog.html?buildId=9460876&buildTypeId=Cockroach_BazelExtendedCi):
```
=== RUN TestAmbiguousCommit/ambiguousSuccess=true
==================
WARNING: DATA RACE
Write at 0x00c000fd6008 by goroutine 60385:
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).SendWithWriteBytes.func1()
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store_send.go:130 +0x11b
runtime.deferreturn()
GOROOT/src/runtime/panic.go:476 +0x32
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Stores).SendWithWriteBytes()
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/stores.go:203 +0x172
github.com/cockroachdb/cockroach/pkg/server.(*Node).batchInternal()
github.com/cockroachdb/cockroach/pkg/server/node.go:1188 +0x712
github.com/cockroachdb/cockroach/pkg/server.(*Node).Batch()
github.com/cockroachdb/cockroach/pkg/server/node.go:1262 +0x275
github.com/cockroachdb/cockroach/pkg/rpc.makeInternalClientAdapter.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:835 +0x7c
github.com/cockroachdb/cockroach/pkg/util/tracing/grpcinterceptor.ServerInterceptor.func1()
github.com/cockroachdb/cockroach/pkg/util/tracing/grpcinterceptor/grpc_interceptor.go:96 +0x1d4
github.com/cockroachdb/cockroach/pkg/rpc.bindUnaryServerInterceptorToHandler.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:946 +0x8e
github.com/cockroachdb/cockroach/pkg/rpc.NewServerEx.func3()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:276 +0xf8
github.com/cockroachdb/cockroach/pkg/rpc.bindUnaryServerInterceptorToHandler.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:946 +0x8e
github.com/cockroachdb/cockroach/pkg/rpc.kvAuth.unaryInterceptor()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/auth.go:105 +0x322
github.com/cockroachdb/cockroach/pkg/rpc.kvAuth.unaryInterceptor-fm()
<autogenerated>:1 +0xe6
github.com/cockroachdb/cockroach/pkg/rpc.bindUnaryServerInterceptorToHandler.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:946 +0x8e
github.com/cockroachdb/cockroach/pkg/rpc.NewServerEx.func1.1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:243 +0x70
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTaskWithErr()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:322 +0x147
github.com/cockroachdb/cockroach/pkg/rpc.NewServerEx.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:241 +0x137
github.com/cockroachdb/cockroach/pkg/rpc.bindUnaryServerInterceptorToHandler.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:946 +0x8e
github.com/cockroachdb/cockroach/pkg/rpc.makeInternalClientAdapter.func2()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:845 +0x81
github.com/cockroachdb/cockroach/pkg/util/tracing/grpcinterceptor.ClientInterceptor.func2()
github.com/cockroachdb/cockroach/pkg/util/tracing/grpcinterceptor/grpc_interceptor.go:227 +0x163
github.com/cockroachdb/cockroach/pkg/rpc.getChainUnaryInvoker.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:1030 +0x19c
github.com/cockroachdb/cockroach/pkg/rpc.makeInternalClientAdapter.func3()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:915 +0x50d
github.com/cockroachdb/cockroach/pkg/rpc.internalClientAdapter.Batch()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:1038 +0xf9
github.com/cockroachdb/cockroach/pkg/rpc.(*internalClientAdapter).Batch()
<autogenerated>:1 +0x33
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*grpcTransport).sendBatch()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/transport.go:210 +0x1e6
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*grpcTransport).SendNext()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/transport.go:189 +0x151
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.raceTransport.SendNext()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/transport_race.go:76 +0x1a8
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*raceTransport).SendNext()
<autogenerated>:1 +0x75
github.com/cockroachdb/cockroach/pkg/sql_test.TestAmbiguousCommit.func1.2.1()
github.com/cockroachdb/cockroach/pkg/sql_test/pkg/sql/ambiguous_commit_test.go:106 +0xac
github.com/cockroachdb/cockroach/pkg/sql_test.(*interceptingTransport).SendNext()
github.com/cockroachdb/cockroach/pkg/sql_test/pkg/sql/ambiguous_commit_test.go:50 +0x6a
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).sendToReplicas()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:2153 +0x1ac6
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).sendPartialBatch()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1679 +0xa44
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).divideAndSendBatchToRanges()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1250 +0x592
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).divideAndSendParallelCommit()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:976 +0x1178
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).Send()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:869 +0xa3e
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnLockGatekeeper).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_lock_gatekeeper.go:82 +0x229
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnMetricRecorder).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_metric_recorder.go:47 +0x1ce
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnCommitter).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_committer.go:203 +0x573
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnSpanRefresher).sendLockedWithRefreshAttempts()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_span_refresher.go:226 +0x335
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnSpanRefresher).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_span_refresher.go:154 +0x1e6
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnPipeliner).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_pipeliner.go:291 +0x245
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnSeqNumAllocator).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_seq_num_allocator.go:105 +0xd4
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnHeartbeater).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_heartbeater.go:246 +0x7cc
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*TxnCoordSender).Send()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_coord_sender.go:529 +0x9b2
github.com/cockroachdb/cockroach/pkg/kv.(*DB).sendUsingSender()
github.com/cockroachdb/cockroach/pkg/kv/db.go:1001 +0x190
github.com/cockroachdb/cockroach/pkg/kv.(*Txn).Send()
github.com/cockroachdb/cockroach/pkg/kv/txn.go:1057 +0x334
github.com/cockroachdb/cockroach/pkg/kv.(*Txn).Send-fm()
<autogenerated>:1 +0x64
github.com/cockroachdb/cockroach/pkg/kv.sendAndFill()
github.com/cockroachdb/cockroach/pkg/kv/db.go:831 +0x252
github.com/cockroachdb/cockroach/pkg/kv.(*Txn).Run()
github.com/cockroachdb/cockroach/pkg/kv/txn.go:670 +0xa4
github.com/cockroachdb/cockroach/pkg/kv.(*Txn).CommitInBatch()
github.com/cockroachdb/cockroach/pkg/kv/txn.go:718 +0x469
github.com/cockroachdb/cockroach/pkg/sql.(*tableWriterBase).finalize()
github.com/cockroachdb/cockroach/pkg/sql/tablewriter.go:230 +0x22a
github.com/cockroachdb/cockroach/pkg/sql.(*insertFastPathNode).BatchedNext()
github.com/cockroachdb/cockroach/pkg/sql/insert_fast_path.go:314 +0x285
github.com/cockroachdb/cockroach/pkg/sql.(*rowCountNode).startExec()
github.com/cockroachdb/cockroach/pkg/sql/plan_batch.go:173 +0x199
github.com/cockroachdb/cockroach/pkg/sql.startExec.func2()
github.com/cockroachdb/cockroach/pkg/sql/plan.go:518 +0x186
github.com/cockroachdb/cockroach/pkg/sql.(*planVisitor).visitInternal.func1()
github.com/cockroachdb/cockroach/pkg/sql/walk.go:112 +0xa9
runtime.deferreturn()
GOROOT/src/runtime/panic.go:476 +0x32
github.com/cockroachdb/cockroach/pkg/sql.(*planVisitor).visit()
github.com/cockroachdb/cockroach/pkg/sql/walk.go:79 +0x135
github.com/cockroachdb/cockroach/pkg/sql.walkPlan()
github.com/cockroachdb/cockroach/pkg/sql/walk.go:43 +0x165
github.com/cockroachdb/cockroach/pkg/sql.startExec()
github.com/cockroachdb/cockroach/pkg/sql/plan.go:521 +0x180
github.com/cockroachdb/cockroach/pkg/sql.(*planNodeToRowSource).Start()
github.com/cockroachdb/cockroach/pkg/sql/plan_node_to_row_source.go:174 +0x1e9
github.com/cockroachdb/cockroach/pkg/sql/colexec.(*Columnarizer).Init()
github.com/cockroachdb/cockroach/pkg/sql/colexec/columnarizer.go:183 +0x1c2
github.com/cockroachdb/cockroach/pkg/sql/colexec.(*invariantsChecker).Init()
github.com/cockroachdb/cockroach/pkg/sql/colexec/invariants_checker.go:67 +0xa3
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*batchInfoCollector).init()
github.com/cockroachdb/cockroach/pkg/sql/colflow/stats.go:94 +0x72
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*batchInfoCollector).init-fm()
<autogenerated>:1 +0x39
github.com/cockroachdb/cockroach/pkg/sql/colexecerror.CatchVectorizedRuntimeError()
github.com/cockroachdb/cockroach/pkg/sql/colexecerror/error.go:92 +0x75
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*batchInfoCollector).Init()
github.com/cockroachdb/cockroach/pkg/sql/colflow/stats.go:103 +0xd3
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*vectorizedStatsCollectorImpl).Init()
<autogenerated>:1 +0x4b
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*BatchFlowCoordinator).init.func1()
github.com/cockroachdb/cockroach/pkg/sql/colflow/flow_coordinator.go:245 +0x6b
github.com/cockroachdb/cockroach/pkg/sql/colexecerror.CatchVectorizedRuntimeError()
github.com/cockroachdb/cockroach/pkg/sql/colexecerror/error.go:92 +0x75
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*BatchFlowCoordinator).init()
github.com/cockroachdb/cockroach/pkg/sql/colflow/flow_coordinator.go:244 +0x70
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*BatchFlowCoordinator).Run()
github.com/cockroachdb/cockroach/pkg/sql/colflow/flow_coordinator.go:278 +0x158
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*vectorizedFlow).Run()
github.com/cockroachdb/cockroach/pkg/sql/colflow/vectorized_flow.go:317 +0x349
github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).Run()
github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:900 +0x1516
github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).PlanAndRun()
github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:1884 +0x2e7
github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).PlanAndRunAll.func2()
github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:1635 +0x144
github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).PlanAndRunAll()
github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:1638 +0x293
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithDistSQLEngine()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1771 +0xe17
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).dispatchToExecutionEngine()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1351 +0x1624
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:770 +0x3ebd
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:137 +0x18e
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithProfiling()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:2660 +0x50f
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:136 +0x6ed
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2118 +0x7e4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2123 +0x1d64
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2039 +0x424
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2039 +0x424
github.com/cockroachdb/cockroach/pkg/sql.(*Server).ServeConn()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:867 +0x1be
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync.func1()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:738 +0x577
Previous read at 0x00c000fd6008 by goroutine 61251:
reflect.Value.Int()
GOROOT/src/reflect/value.go:1455 +0x7a9
reflect.deepValueEqual()
GOROOT/src/reflect/deepequal.go:160 +0x5ab
reflect.deepValueEqual()
GOROOT/src/reflect/deepequal.go:130 +0x1e9b
reflect.deepValueEqual()
GOROOT/src/reflect/deepequal.go:127 +0x1712
reflect.DeepEqual()
GOROOT/src/reflect/deepequal.go:237 +0x479
github.com/cockroachdb/cockroach/pkg/sql_test.TestAmbiguousCommit.func1.2.1()
github.com/cockroachdb/cockroach/pkg/sql_test/pkg/sql/ambiguous_commit_test.go:113 +0xe7
github.com/cockroachdb/cockroach/pkg/sql_test.(*interceptingTransport).SendNext()
github.com/cockroachdb/cockroach/pkg/sql_test/pkg/sql/ambiguous_commit_test.go:50 +0x6a
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).sendToReplicas()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:2153 +0x1ac6
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).sendPartialBatch()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1679 +0xa44
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).divideAndSendBatchToRanges()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1250 +0x592
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).Send()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:871 +0xa99
github.com/cockroachdb/cockroach/pkg/kv.(*CrossRangeTxnWrapperSender).Send()
github.com/cockroachdb/cockroach/pkg/kv/db.go:223 +0xfb
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).sendBatch.func1.1()
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher/batcher.go:293 +0xfb
github.com/cockroachdb/cockroach/pkg/util/contextutil.RunWithTimeout()
github.com/cockroachdb/cockroach/pkg/util/contextutil/context.go:91 +0x142
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).sendBatch.func1.2()
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher/batcher.go:310 +0xd3
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).sendBatch.func1()
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher/batcher.go:332 +0x647
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x1f6
Goroutine 60385 (running) created at:
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:651 +0x3c4
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).serveImpl()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:368 +0xd15
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).serveConn()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:177 +0x48c
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:782 +0xc0a
github.com/cockroachdb/cockroach/pkg/server.(*systemServerWrapper).serveConn()
github.com/cockroachdb/cockroach/pkg/server/server_controller_sql.go:93 +0x1fa
github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux()
github.com/cockroachdb/cockroach/pkg/server/server_controller_sql.go:73 +0x4fc
github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux-fm()
<autogenerated>:1 +0xc7
github.com/cockroachdb/cockroach/pkg/server.startServeSQL.func1.1()
github.com/cockroachdb/cockroach/pkg/server/server_sql.go:1745 +0x2eb
github.com/cockroachdb/cockroach/pkg/util/netutil.(*TCPServer).ServeWith.func1()
github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:188 +0x111
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x1f6
Goroutine 61251 (running) created at:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:461 +0x619
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:332 +0x189
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).sendBatch()
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher/batcher.go:286 +0x53
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).run.func2()
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher/batcher.go:448 +0x5ea
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).run()
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher/batcher.go:504 +0x560
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).run-fm()
<autogenerated>:1 +0x4d
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x1f6
==================
```
Tenantively marking is GA-blocker | 1.0 | kv: data race in sql/TestAmbiguousCommit - Likely on an unrelated PR (#100773) in this [run](https://teamcity.cockroachdb.com/viewLog.html?buildId=9460876&buildTypeId=Cockroach_BazelExtendedCi):
```
=== RUN TestAmbiguousCommit/ambiguousSuccess=true
==================
WARNING: DATA RACE
Write at 0x00c000fd6008 by goroutine 60385:
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).SendWithWriteBytes.func1()
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store_send.go:130 +0x11b
runtime.deferreturn()
GOROOT/src/runtime/panic.go:476 +0x32
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Stores).SendWithWriteBytes()
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/stores.go:203 +0x172
github.com/cockroachdb/cockroach/pkg/server.(*Node).batchInternal()
github.com/cockroachdb/cockroach/pkg/server/node.go:1188 +0x712
github.com/cockroachdb/cockroach/pkg/server.(*Node).Batch()
github.com/cockroachdb/cockroach/pkg/server/node.go:1262 +0x275
github.com/cockroachdb/cockroach/pkg/rpc.makeInternalClientAdapter.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:835 +0x7c
github.com/cockroachdb/cockroach/pkg/util/tracing/grpcinterceptor.ServerInterceptor.func1()
github.com/cockroachdb/cockroach/pkg/util/tracing/grpcinterceptor/grpc_interceptor.go:96 +0x1d4
github.com/cockroachdb/cockroach/pkg/rpc.bindUnaryServerInterceptorToHandler.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:946 +0x8e
github.com/cockroachdb/cockroach/pkg/rpc.NewServerEx.func3()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:276 +0xf8
github.com/cockroachdb/cockroach/pkg/rpc.bindUnaryServerInterceptorToHandler.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:946 +0x8e
github.com/cockroachdb/cockroach/pkg/rpc.kvAuth.unaryInterceptor()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/auth.go:105 +0x322
github.com/cockroachdb/cockroach/pkg/rpc.kvAuth.unaryInterceptor-fm()
<autogenerated>:1 +0xe6
github.com/cockroachdb/cockroach/pkg/rpc.bindUnaryServerInterceptorToHandler.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:946 +0x8e
github.com/cockroachdb/cockroach/pkg/rpc.NewServerEx.func1.1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:243 +0x70
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTaskWithErr()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:322 +0x147
github.com/cockroachdb/cockroach/pkg/rpc.NewServerEx.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:241 +0x137
github.com/cockroachdb/cockroach/pkg/rpc.bindUnaryServerInterceptorToHandler.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:946 +0x8e
github.com/cockroachdb/cockroach/pkg/rpc.makeInternalClientAdapter.func2()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:845 +0x81
github.com/cockroachdb/cockroach/pkg/util/tracing/grpcinterceptor.ClientInterceptor.func2()
github.com/cockroachdb/cockroach/pkg/util/tracing/grpcinterceptor/grpc_interceptor.go:227 +0x163
github.com/cockroachdb/cockroach/pkg/rpc.getChainUnaryInvoker.func1()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:1030 +0x19c
github.com/cockroachdb/cockroach/pkg/rpc.makeInternalClientAdapter.func3()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:915 +0x50d
github.com/cockroachdb/cockroach/pkg/rpc.internalClientAdapter.Batch()
github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:1038 +0xf9
github.com/cockroachdb/cockroach/pkg/rpc.(*internalClientAdapter).Batch()
<autogenerated>:1 +0x33
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*grpcTransport).sendBatch()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/transport.go:210 +0x1e6
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*grpcTransport).SendNext()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/transport.go:189 +0x151
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.raceTransport.SendNext()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/transport_race.go:76 +0x1a8
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*raceTransport).SendNext()
<autogenerated>:1 +0x75
github.com/cockroachdb/cockroach/pkg/sql_test.TestAmbiguousCommit.func1.2.1()
github.com/cockroachdb/cockroach/pkg/sql_test/pkg/sql/ambiguous_commit_test.go:106 +0xac
github.com/cockroachdb/cockroach/pkg/sql_test.(*interceptingTransport).SendNext()
github.com/cockroachdb/cockroach/pkg/sql_test/pkg/sql/ambiguous_commit_test.go:50 +0x6a
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).sendToReplicas()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:2153 +0x1ac6
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).sendPartialBatch()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1679 +0xa44
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).divideAndSendBatchToRanges()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1250 +0x592
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).divideAndSendParallelCommit()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:976 +0x1178
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).Send()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:869 +0xa3e
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnLockGatekeeper).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_lock_gatekeeper.go:82 +0x229
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnMetricRecorder).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_metric_recorder.go:47 +0x1ce
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnCommitter).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_committer.go:203 +0x573
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnSpanRefresher).sendLockedWithRefreshAttempts()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_span_refresher.go:226 +0x335
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnSpanRefresher).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_span_refresher.go:154 +0x1e6
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnPipeliner).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_pipeliner.go:291 +0x245
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnSeqNumAllocator).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_seq_num_allocator.go:105 +0xd4
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*txnHeartbeater).SendLocked()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_interceptor_heartbeater.go:246 +0x7cc
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*TxnCoordSender).Send()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/txn_coord_sender.go:529 +0x9b2
github.com/cockroachdb/cockroach/pkg/kv.(*DB).sendUsingSender()
github.com/cockroachdb/cockroach/pkg/kv/db.go:1001 +0x190
github.com/cockroachdb/cockroach/pkg/kv.(*Txn).Send()
github.com/cockroachdb/cockroach/pkg/kv/txn.go:1057 +0x334
github.com/cockroachdb/cockroach/pkg/kv.(*Txn).Send-fm()
<autogenerated>:1 +0x64
github.com/cockroachdb/cockroach/pkg/kv.sendAndFill()
github.com/cockroachdb/cockroach/pkg/kv/db.go:831 +0x252
github.com/cockroachdb/cockroach/pkg/kv.(*Txn).Run()
github.com/cockroachdb/cockroach/pkg/kv/txn.go:670 +0xa4
github.com/cockroachdb/cockroach/pkg/kv.(*Txn).CommitInBatch()
github.com/cockroachdb/cockroach/pkg/kv/txn.go:718 +0x469
github.com/cockroachdb/cockroach/pkg/sql.(*tableWriterBase).finalize()
github.com/cockroachdb/cockroach/pkg/sql/tablewriter.go:230 +0x22a
github.com/cockroachdb/cockroach/pkg/sql.(*insertFastPathNode).BatchedNext()
github.com/cockroachdb/cockroach/pkg/sql/insert_fast_path.go:314 +0x285
github.com/cockroachdb/cockroach/pkg/sql.(*rowCountNode).startExec()
github.com/cockroachdb/cockroach/pkg/sql/plan_batch.go:173 +0x199
github.com/cockroachdb/cockroach/pkg/sql.startExec.func2()
github.com/cockroachdb/cockroach/pkg/sql/plan.go:518 +0x186
github.com/cockroachdb/cockroach/pkg/sql.(*planVisitor).visitInternal.func1()
github.com/cockroachdb/cockroach/pkg/sql/walk.go:112 +0xa9
runtime.deferreturn()
GOROOT/src/runtime/panic.go:476 +0x32
github.com/cockroachdb/cockroach/pkg/sql.(*planVisitor).visit()
github.com/cockroachdb/cockroach/pkg/sql/walk.go:79 +0x135
github.com/cockroachdb/cockroach/pkg/sql.walkPlan()
github.com/cockroachdb/cockroach/pkg/sql/walk.go:43 +0x165
github.com/cockroachdb/cockroach/pkg/sql.startExec()
github.com/cockroachdb/cockroach/pkg/sql/plan.go:521 +0x180
github.com/cockroachdb/cockroach/pkg/sql.(*planNodeToRowSource).Start()
github.com/cockroachdb/cockroach/pkg/sql/plan_node_to_row_source.go:174 +0x1e9
github.com/cockroachdb/cockroach/pkg/sql/colexec.(*Columnarizer).Init()
github.com/cockroachdb/cockroach/pkg/sql/colexec/columnarizer.go:183 +0x1c2
github.com/cockroachdb/cockroach/pkg/sql/colexec.(*invariantsChecker).Init()
github.com/cockroachdb/cockroach/pkg/sql/colexec/invariants_checker.go:67 +0xa3
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*batchInfoCollector).init()
github.com/cockroachdb/cockroach/pkg/sql/colflow/stats.go:94 +0x72
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*batchInfoCollector).init-fm()
<autogenerated>:1 +0x39
github.com/cockroachdb/cockroach/pkg/sql/colexecerror.CatchVectorizedRuntimeError()
github.com/cockroachdb/cockroach/pkg/sql/colexecerror/error.go:92 +0x75
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*batchInfoCollector).Init()
github.com/cockroachdb/cockroach/pkg/sql/colflow/stats.go:103 +0xd3
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*vectorizedStatsCollectorImpl).Init()
<autogenerated>:1 +0x4b
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*BatchFlowCoordinator).init.func1()
github.com/cockroachdb/cockroach/pkg/sql/colflow/flow_coordinator.go:245 +0x6b
github.com/cockroachdb/cockroach/pkg/sql/colexecerror.CatchVectorizedRuntimeError()
github.com/cockroachdb/cockroach/pkg/sql/colexecerror/error.go:92 +0x75
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*BatchFlowCoordinator).init()
github.com/cockroachdb/cockroach/pkg/sql/colflow/flow_coordinator.go:244 +0x70
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*BatchFlowCoordinator).Run()
github.com/cockroachdb/cockroach/pkg/sql/colflow/flow_coordinator.go:278 +0x158
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*vectorizedFlow).Run()
github.com/cockroachdb/cockroach/pkg/sql/colflow/vectorized_flow.go:317 +0x349
github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).Run()
github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:900 +0x1516
github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).PlanAndRun()
github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:1884 +0x2e7
github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).PlanAndRunAll.func2()
github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:1635 +0x144
github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).PlanAndRunAll()
github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:1638 +0x293
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithDistSQLEngine()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1771 +0xe17
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).dispatchToExecutionEngine()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1351 +0x1624
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:770 +0x3ebd
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:137 +0x18e
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithProfiling()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:2660 +0x50f
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:136 +0x6ed
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2118 +0x7e4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2123 +0x1d64
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2039 +0x424
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2039 +0x424
github.com/cockroachdb/cockroach/pkg/sql.(*Server).ServeConn()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:867 +0x1be
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync.func1()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:738 +0x577
Previous read at 0x00c000fd6008 by goroutine 61251:
reflect.Value.Int()
GOROOT/src/reflect/value.go:1455 +0x7a9
reflect.deepValueEqual()
GOROOT/src/reflect/deepequal.go:160 +0x5ab
reflect.deepValueEqual()
GOROOT/src/reflect/deepequal.go:130 +0x1e9b
reflect.deepValueEqual()
GOROOT/src/reflect/deepequal.go:127 +0x1712
reflect.DeepEqual()
GOROOT/src/reflect/deepequal.go:237 +0x479
github.com/cockroachdb/cockroach/pkg/sql_test.TestAmbiguousCommit.func1.2.1()
github.com/cockroachdb/cockroach/pkg/sql_test/pkg/sql/ambiguous_commit_test.go:113 +0xe7
github.com/cockroachdb/cockroach/pkg/sql_test.(*interceptingTransport).SendNext()
github.com/cockroachdb/cockroach/pkg/sql_test/pkg/sql/ambiguous_commit_test.go:50 +0x6a
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).sendToReplicas()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:2153 +0x1ac6
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).sendPartialBatch()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1679 +0xa44
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).divideAndSendBatchToRanges()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1250 +0x592
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).Send()
github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:871 +0xa99
github.com/cockroachdb/cockroach/pkg/kv.(*CrossRangeTxnWrapperSender).Send()
github.com/cockroachdb/cockroach/pkg/kv/db.go:223 +0xfb
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).sendBatch.func1.1()
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher/batcher.go:293 +0xfb
github.com/cockroachdb/cockroach/pkg/util/contextutil.RunWithTimeout()
github.com/cockroachdb/cockroach/pkg/util/contextutil/context.go:91 +0x142
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).sendBatch.func1.2()
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher/batcher.go:310 +0xd3
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).sendBatch.func1()
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher/batcher.go:332 +0x647
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x1f6
Goroutine 60385 (running) created at:
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:651 +0x3c4
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).serveImpl()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:368 +0xd15
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).serveConn()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:177 +0x48c
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:782 +0xc0a
github.com/cockroachdb/cockroach/pkg/server.(*systemServerWrapper).serveConn()
github.com/cockroachdb/cockroach/pkg/server/server_controller_sql.go:93 +0x1fa
github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux()
github.com/cockroachdb/cockroach/pkg/server/server_controller_sql.go:73 +0x4fc
github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux-fm()
<autogenerated>:1 +0xc7
github.com/cockroachdb/cockroach/pkg/server.startServeSQL.func1.1()
github.com/cockroachdb/cockroach/pkg/server/server_sql.go:1745 +0x2eb
github.com/cockroachdb/cockroach/pkg/util/netutil.(*TCPServer).ServeWith.func1()
github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:188 +0x111
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x1f6
Goroutine 61251 (running) created at:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:461 +0x619
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:332 +0x189
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).sendBatch()
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher/batcher.go:286 +0x53
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).run.func2()
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher/batcher.go:448 +0x5ea
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).run()
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher/batcher.go:504 +0x560
github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher.(*RequestBatcher).run-fm()
<autogenerated>:1 +0x4d
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x1f6
==================
```
Tenantively marking is GA-blocker | test | kv data race in sql testambiguouscommit likely on an unrelated pr in this run testambiguouscommit ambiguoussuccess true warning data race write at by goroutine github com cockroachdb cockroach pkg kv kvserver store sendwithwritebytes github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver store send go runtime deferreturn goroot src runtime panic go github com cockroachdb cockroach pkg kv kvserver stores sendwithwritebytes github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver stores go github com cockroachdb cockroach pkg server node batchinternal github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg server node batch github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg rpc makeinternalclientadapter github com cockroachdb cockroach pkg rpc pkg rpc context go github com cockroachdb cockroach pkg util tracing grpcinterceptor serverinterceptor github com cockroachdb cockroach pkg util tracing grpcinterceptor grpc interceptor go github com cockroachdb cockroach pkg rpc bindunaryserverinterceptortohandler github com cockroachdb cockroach pkg rpc pkg rpc context go github com cockroachdb cockroach pkg rpc newserverex github com cockroachdb cockroach pkg rpc pkg rpc context go github com cockroachdb cockroach pkg rpc bindunaryserverinterceptortohandler github com cockroachdb cockroach pkg rpc pkg rpc context go github com cockroachdb cockroach pkg rpc kvauth unaryinterceptor github com cockroachdb cockroach pkg rpc pkg rpc auth go github com cockroachdb cockroach pkg rpc kvauth unaryinterceptor fm github com cockroachdb cockroach pkg rpc bindunaryserverinterceptortohandler github com cockroachdb cockroach pkg rpc pkg rpc context go github com cockroachdb cockroach pkg rpc newserverex github com cockroachdb cockroach pkg rpc pkg rpc context go github com cockroachdb cockroach pkg util stop stopper runtaskwitherr github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg rpc newserverex github com cockroachdb cockroach pkg rpc pkg rpc context go github com cockroachdb cockroach pkg rpc bindunaryserverinterceptortohandler github com cockroachdb cockroach pkg rpc pkg rpc context go github com cockroachdb cockroach pkg rpc makeinternalclientadapter github com cockroachdb cockroach pkg rpc pkg rpc context go github com cockroachdb cockroach pkg util tracing grpcinterceptor clientinterceptor github com cockroachdb cockroach pkg util tracing grpcinterceptor grpc interceptor go github com cockroachdb cockroach pkg rpc getchainunaryinvoker github com cockroachdb cockroach pkg rpc pkg rpc context go github com cockroachdb cockroach pkg rpc makeinternalclientadapter github com cockroachdb cockroach pkg rpc pkg rpc context go github com cockroachdb cockroach pkg rpc internalclientadapter batch github com cockroachdb cockroach pkg rpc pkg rpc context go github com cockroachdb cockroach pkg rpc internalclientadapter batch github com cockroachdb cockroach pkg kv kvclient kvcoord grpctransport sendbatch github com cockroachdb cockroach pkg kv kvclient kvcoord transport go github com cockroachdb cockroach pkg kv kvclient kvcoord grpctransport sendnext github com cockroachdb cockroach pkg kv kvclient kvcoord transport go github com cockroachdb cockroach pkg kv kvclient kvcoord racetransport sendnext github com cockroachdb cockroach pkg kv kvclient kvcoord transport race go github com cockroachdb cockroach pkg kv kvclient kvcoord racetransport sendnext github com cockroachdb cockroach pkg sql test testambiguouscommit github com cockroachdb cockroach pkg sql test pkg sql ambiguous commit test go github com cockroachdb cockroach pkg sql test interceptingtransport sendnext github com cockroachdb cockroach pkg sql test pkg sql ambiguous commit test go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender sendtoreplicas github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender sendpartialbatch github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender divideandsendbatchtoranges github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender divideandsendparallelcommit github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender send github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv kvclient kvcoord txnlockgatekeeper sendlocked github com cockroachdb cockroach pkg kv kvclient kvcoord txn lock gatekeeper go github com cockroachdb cockroach pkg kv kvclient kvcoord txnmetricrecorder sendlocked github com cockroachdb cockroach pkg kv kvclient kvcoord txn interceptor metric recorder go github com cockroachdb cockroach pkg kv kvclient kvcoord txncommitter sendlocked github com cockroachdb cockroach pkg kv kvclient kvcoord txn interceptor committer go github com cockroachdb cockroach pkg kv kvclient kvcoord txnspanrefresher sendlockedwithrefreshattempts github com cockroachdb cockroach pkg kv kvclient kvcoord txn interceptor span refresher go github com cockroachdb cockroach pkg kv kvclient kvcoord txnspanrefresher sendlocked github com cockroachdb cockroach pkg kv kvclient kvcoord txn interceptor span refresher go github com cockroachdb cockroach pkg kv kvclient kvcoord txnpipeliner sendlocked github com cockroachdb cockroach pkg kv kvclient kvcoord txn interceptor pipeliner go github com cockroachdb cockroach pkg kv kvclient kvcoord txnseqnumallocator sendlocked github com cockroachdb cockroach pkg kv kvclient kvcoord txn interceptor seq num allocator go github com cockroachdb cockroach pkg kv kvclient kvcoord txnheartbeater sendlocked github com cockroachdb cockroach pkg kv kvclient kvcoord txn interceptor heartbeater go github com cockroachdb cockroach pkg kv kvclient kvcoord txncoordsender send github com cockroachdb cockroach pkg kv kvclient kvcoord txn coord sender go github com cockroachdb cockroach pkg kv db sendusingsender github com cockroachdb cockroach pkg kv db go github com cockroachdb cockroach pkg kv txn send github com cockroachdb cockroach pkg kv txn go github com cockroachdb cockroach pkg kv txn send fm github com cockroachdb cockroach pkg kv sendandfill github com cockroachdb cockroach pkg kv db go github com cockroachdb cockroach pkg kv txn run github com cockroachdb cockroach pkg kv txn go github com cockroachdb cockroach pkg kv txn commitinbatch github com cockroachdb cockroach pkg kv txn go github com cockroachdb cockroach pkg sql tablewriterbase finalize github com cockroachdb cockroach pkg sql tablewriter go github com cockroachdb cockroach pkg sql insertfastpathnode batchednext github com cockroachdb cockroach pkg sql insert fast path go github com cockroachdb cockroach pkg sql rowcountnode startexec github com cockroachdb cockroach pkg sql plan batch go github com cockroachdb cockroach pkg sql startexec github com cockroachdb cockroach pkg sql plan go github com cockroachdb cockroach pkg sql planvisitor visitinternal github com cockroachdb cockroach pkg sql walk go runtime deferreturn goroot src runtime panic go github com cockroachdb cockroach pkg sql planvisitor visit github com cockroachdb cockroach pkg sql walk go github com cockroachdb cockroach pkg sql walkplan github com cockroachdb cockroach pkg sql walk go github com cockroachdb cockroach pkg sql startexec github com cockroachdb cockroach pkg sql plan go github com cockroachdb cockroach pkg sql plannodetorowsource start github com cockroachdb cockroach pkg sql plan node to row source go github com cockroachdb cockroach pkg sql colexec columnarizer init github com cockroachdb cockroach pkg sql colexec columnarizer go github com cockroachdb cockroach pkg sql colexec invariantschecker init github com cockroachdb cockroach pkg sql colexec invariants checker go github com cockroachdb cockroach pkg sql colflow batchinfocollector init github com cockroachdb cockroach pkg sql colflow stats go github com cockroachdb cockroach pkg sql colflow batchinfocollector init fm github com cockroachdb cockroach pkg sql colexecerror catchvectorizedruntimeerror github com cockroachdb cockroach pkg sql colexecerror error go github com cockroachdb cockroach pkg sql colflow batchinfocollector init github com cockroachdb cockroach pkg sql colflow stats go github com cockroachdb cockroach pkg sql colflow vectorizedstatscollectorimpl init github com cockroachdb cockroach pkg sql colflow batchflowcoordinator init github com cockroachdb cockroach pkg sql colflow flow coordinator go github com cockroachdb cockroach pkg sql colexecerror catchvectorizedruntimeerror github com cockroachdb cockroach pkg sql colexecerror error go github com cockroachdb cockroach pkg sql colflow batchflowcoordinator init github com cockroachdb cockroach pkg sql colflow flow coordinator go github com cockroachdb cockroach pkg sql colflow batchflowcoordinator run github com cockroachdb cockroach pkg sql colflow flow coordinator go github com cockroachdb cockroach pkg sql colflow vectorizedflow run github com cockroachdb cockroach pkg sql colflow vectorized flow go github com cockroachdb cockroach pkg sql distsqlplanner run github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg sql distsqlplanner planandrun github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg sql distsqlplanner planandrunall github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg sql distsqlplanner planandrunall github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg sql connexecutor execwithdistsqlengine github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor dispatchtoexecutionengine github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor execstmtinopenstate github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor execstmt github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor execwithprofiling github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor execstmt github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor execcmd github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql connexecutor execcmd github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql connexecutor run github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql connexecutor run github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql server serveconn github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql pgwire conn processcommandsasync github com cockroachdb cockroach pkg sql pgwire conn go previous read at by goroutine reflect value int goroot src reflect value go reflect deepvalueequal goroot src reflect deepequal go reflect deepvalueequal goroot src reflect deepequal go reflect deepvalueequal goroot src reflect deepequal go reflect deepequal goroot src reflect deepequal go github com cockroachdb cockroach pkg sql test testambiguouscommit github com cockroachdb cockroach pkg sql test pkg sql ambiguous commit test go github com cockroachdb cockroach pkg sql test interceptingtransport sendnext github com cockroachdb cockroach pkg sql test pkg sql ambiguous commit test go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender sendtoreplicas github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender sendpartialbatch github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender divideandsendbatchtoranges github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender send github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv crossrangetxnwrappersender send github com cockroachdb cockroach pkg kv db go github com cockroachdb cockroach pkg internal client requestbatcher requestbatcher sendbatch github com cockroachdb cockroach pkg internal client requestbatcher batcher go github com cockroachdb cockroach pkg util contextutil runwithtimeout github com cockroachdb cockroach pkg util contextutil context go github com cockroachdb cockroach pkg internal client requestbatcher requestbatcher sendbatch github com cockroachdb cockroach pkg internal client requestbatcher batcher go github com cockroachdb cockroach pkg internal client requestbatcher requestbatcher sendbatch github com cockroachdb cockroach pkg internal client requestbatcher batcher go github com cockroachdb cockroach pkg util stop stopper runasynctaskex github com cockroachdb cockroach pkg util stop stopper go goroutine running created at github com cockroachdb cockroach pkg sql pgwire conn processcommandsasync github com cockroachdb cockroach pkg sql pgwire conn go github com cockroachdb cockroach pkg sql pgwire conn serveimpl github com cockroachdb cockroach pkg sql pgwire conn go github com cockroachdb cockroach pkg sql pgwire server serveconn github com cockroachdb cockroach pkg sql pgwire conn go github com cockroachdb cockroach pkg sql pgwire server serveconn github com cockroachdb cockroach pkg sql pgwire server go github com cockroachdb cockroach pkg server systemserverwrapper serveconn github com cockroachdb cockroach pkg server server controller sql go github com cockroachdb cockroach pkg server servercontroller sqlmux github com cockroachdb cockroach pkg server server controller sql go github com cockroachdb cockroach pkg server servercontroller sqlmux fm github com cockroachdb cockroach pkg server startservesql github com cockroachdb cockroach pkg server server sql go github com cockroachdb cockroach pkg util netutil tcpserver servewith github com cockroachdb cockroach pkg util netutil net go github com cockroachdb cockroach pkg util stop stopper runasynctaskex github com cockroachdb cockroach pkg util stop stopper go goroutine running created at github com cockroachdb cockroach pkg util stop stopper runasynctaskex github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg util stop stopper runasynctask github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg internal client requestbatcher requestbatcher sendbatch github com cockroachdb cockroach pkg internal client requestbatcher batcher go github com cockroachdb cockroach pkg internal client requestbatcher requestbatcher run github com cockroachdb cockroach pkg internal client requestbatcher batcher go github com cockroachdb cockroach pkg internal client requestbatcher requestbatcher run github com cockroachdb cockroach pkg internal client requestbatcher batcher go github com cockroachdb cockroach pkg internal client requestbatcher requestbatcher run fm github com cockroachdb cockroach pkg util stop stopper runasynctaskex github com cockroachdb cockroach pkg util stop stopper go tenantively marking is ga blocker | 1 |
318,188 | 27,293,234,061 | IssuesEvent | 2023-02-23 18:08:08 | tarantool/tarantool-qa | https://api.github.com/repos/tarantool/tarantool-qa | opened | test: flaky replication-luatest/gh_8121_memtx_mvcc_replication_stream_test.lua | flaky test | Test https://github.com/tarantool/tarantool/blob/master/test/replication-luatest/gh_8121_memtx_mvcc_replication_stream_test.lua is flaky
* branch: master, 2.10
* OS and version: Linux, FreeBSD
* Architecture: any
* gc64: any
<img width="727" alt="image" src="https://user-images.githubusercontent.com/426722/220992652-20196b10-17d7-4aa3-b5d9-4b1de27ee97d.png"> | 1.0 | test: flaky replication-luatest/gh_8121_memtx_mvcc_replication_stream_test.lua - Test https://github.com/tarantool/tarantool/blob/master/test/replication-luatest/gh_8121_memtx_mvcc_replication_stream_test.lua is flaky
* branch: master, 2.10
* OS and version: Linux, FreeBSD
* Architecture: any
* gc64: any
<img width="727" alt="image" src="https://user-images.githubusercontent.com/426722/220992652-20196b10-17d7-4aa3-b5d9-4b1de27ee97d.png"> | test | test flaky replication luatest gh memtx mvcc replication stream test lua test is flaky branch master os and version linux freebsd architecture any any img width alt image src | 1 |
574,067 | 17,023,754,215 | IssuesEvent | 2021-07-03 03:40:04 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Export > Link | Component: website Priority: minor Resolution: fixed Type: enhancement | **[Submitted to the original trac issue database at 6.10pm, Thursday, 27th October 2011]**
As well as Export > Embeddable HTML, I'd find it really useful to have a similar option just to get the link (the same link that appears in the Embeddable version, but without the & encoding and the surrounding IFRAME). Of course this is like Permalink, but has the option to add a marker. Given the similarity to Embeddable, I'd guess this is a pretty trivial thing to add. | 1.0 | Export > Link - **[Submitted to the original trac issue database at 6.10pm, Thursday, 27th October 2011]**
As well as Export > Embeddable HTML, I'd find it really useful to have a similar option just to get the link (the same link that appears in the Embeddable version, but without the & encoding and the surrounding IFRAME). Of course this is like Permalink, but has the option to add a marker. Given the similarity to Embeddable, I'd guess this is a pretty trivial thing to add. | non_test | export link as well as export embeddable html i d find it really useful to have a similar option just to get the link the same link that appears in the embeddable version but without the amp encoding and the surrounding iframe of course this is like permalink but has the option to add a marker given the similarity to embeddable i d guess this is a pretty trivial thing to add | 0 |
299,967 | 9,206,017,726 | IssuesEvent | 2019-03-08 12:26:39 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | snap function for split feature line | Category: Digitising Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report | ---
Author Name: **Marco Hugentobler** (Marco Hugentobler)
Original Redmine Issue: 1318, https://issues.qgis.org/issues/1318
Original Assignee: nobody -
---
It would be cool if the line to split features could also be snapped to vertices and segments.
| 1.0 | snap function for split feature line - ---
Author Name: **Marco Hugentobler** (Marco Hugentobler)
Original Redmine Issue: 1318, https://issues.qgis.org/issues/1318
Original Assignee: nobody -
---
It would be cool if the line to split features could also be snapped to vertices and segments.
| non_test | snap function for split feature line author name marco hugentobler marco hugentobler original redmine issue original assignee nobody it would be cool if the line to split features could also be snapped to vertices and segments | 0 |
317,812 | 27,269,248,752 | IssuesEvent | 2023-02-22 20:46:09 | flutter/flutter | https://api.github.com/repos/flutter/flutter | opened | `integration_test`s should ignore pointers from real devices | a: tests framework team: flakes integration_test | If you run an integration test written with the `integration_test` package with `flutter test` any pointer events caused by physically touching the screen should be ignored and not forwarded to the framework in any way to keep the test hermetic. Only pointer events caused by the test itself (via the `WidgetTester`) should be dispatched to the framework.
Currently, the `IntegrationTestWidgetsFlutterBinding` extends `LiveTestWidgetsFlutterBinding` which takes pointer events from the device and performs a hit test on the app under test to print a list of possible finders:
https://github.com/flutter/flutter/blob/7d85a585da7572a495960d93324cbe1f8ac0be13/packages/flutter_test/lib/src/widget_tester.dart#L883
These hit tests of device pointer events can clash with simulated pointer events from the test if the events have the same pointer ID causing an assert [1] to trigger in the framework. This makes tests flaky in an unpredictable and hard to debug way (they only crash if something happens to touch the screen at the right moment while the test is running). We have seen an example of this in https://github.com/flutter/flutter/issues/116663.
Tests should be hermetic, so while the integration_test is executed an an automated fashion via `flutter test`, all outside pointer events should just be ignored.
[1] https://github.com/flutter/flutter/blob/7d85a585da7572a495960d93324cbe1f8ac0be13/packages/flutter/lib/src/gestures/binding.dart#L369 | 2.0 | `integration_test`s should ignore pointers from real devices - If you run an integration test written with the `integration_test` package with `flutter test` any pointer events caused by physically touching the screen should be ignored and not forwarded to the framework in any way to keep the test hermetic. Only pointer events caused by the test itself (via the `WidgetTester`) should be dispatched to the framework.
Currently, the `IntegrationTestWidgetsFlutterBinding` extends `LiveTestWidgetsFlutterBinding` which takes pointer events from the device and performs a hit test on the app under test to print a list of possible finders:
https://github.com/flutter/flutter/blob/7d85a585da7572a495960d93324cbe1f8ac0be13/packages/flutter_test/lib/src/widget_tester.dart#L883
These hit tests of device pointer events can clash with simulated pointer events from the test if the events have the same pointer ID causing an assert [1] to trigger in the framework. This makes tests flaky in an unpredictable and hard to debug way (they only crash if something happens to touch the screen at the right moment while the test is running). We have seen an example of this in https://github.com/flutter/flutter/issues/116663.
Tests should be hermetic, so while the integration_test is executed an an automated fashion via `flutter test`, all outside pointer events should just be ignored.
[1] https://github.com/flutter/flutter/blob/7d85a585da7572a495960d93324cbe1f8ac0be13/packages/flutter/lib/src/gestures/binding.dart#L369 | test | integration test s should ignore pointers from real devices if you run an integration test written with the integration test package with flutter test any pointer events caused by physically touching the screen should be ignored and not forwarded to the framework in any way to keep the test hermetic only pointer events caused by the test itself via the widgettester should be dispatched to the framework currently the integrationtestwidgetsflutterbinding extends livetestwidgetsflutterbinding which takes pointer events from the device and performs a hit test on the app under test to print a list of possible finders these hit tests of device pointer events can clash with simulated pointer events from the test if the events have the same pointer id causing an assert to trigger in the framework this makes tests flaky in an unpredictable and hard to debug way they only crash if something happens to touch the screen at the right moment while the test is running we have seen an example of this in tests should be hermetic so while the integration test is executed an an automated fashion via flutter test all outside pointer events should just be ignored | 1 |
708,824 | 24,356,398,672 | IssuesEvent | 2022-10-03 07:53:19 | status-im/status-desktop | https://api.github.com/repos/status-im/status-desktop | opened | Chat -> Link is not fully visible when sent in chat as very last message | bug Chat low-priority E:Bugfixes | ### Description
1. join public chat
2. send a link as a message to the chat, for example: https://cointelegraph.com/news/ethereum-merge-spikes-block-creation-with-a-faster-average-block-time
**Result**: the link is not fully visible no matter how huge your status window is
<img width="1224" alt="Screenshot 2022-10-03 at 10 52 07" src="https://user-images.githubusercontent.com/82375995/193526947-ee991f92-241b-4202-baaa-e289090a33a7.png">
| 1.0 | Chat -> Link is not fully visible when sent in chat as very last message - ### Description
1. join public chat
2. send a link as a message to the chat, for example: https://cointelegraph.com/news/ethereum-merge-spikes-block-creation-with-a-faster-average-block-time
**Result**: the link is not fully visible no matter how huge your status window is
<img width="1224" alt="Screenshot 2022-10-03 at 10 52 07" src="https://user-images.githubusercontent.com/82375995/193526947-ee991f92-241b-4202-baaa-e289090a33a7.png">
| non_test | chat link is not fully visible when sent in chat as very last message description join public chat send a link as a message to the chat for example result the link is not fully visible no matter how huge your status window is img width alt screenshot at src | 0 |
155,408 | 24,462,423,277 | IssuesEvent | 2022-10-07 12:23:40 | carbon-design-system/carbon-platform | https://api.github.com/repos/carbon-design-system/carbon-platform | closed | Asset pages | role: dev 🤖 Epic role: design 🎨 | ### Summary
Carbon's website has Usage, Style, Code, and Accessibility page tabs per component (e.g. [Accordion](https://www.carbondesignsystem.com/components/accordion/usage)). The platform's web app needs similar capabilities so assets can be fully documented.
### Job stories
TBD
### Success measures
TBD
### Tasks
### Outstanding questions
- [ ] How do we identify contributors on a per-asset basis (e.g. subject matter experts on button, data table, etc.) (Could be in the Feedback section.) | 1.0 | Asset pages - ### Summary
Carbon's website has Usage, Style, Code, and Accessibility page tabs per component (e.g. [Accordion](https://www.carbondesignsystem.com/components/accordion/usage)). The platform's web app needs similar capabilities so assets can be fully documented.
### Job stories
TBD
### Success measures
TBD
### Tasks
### Outstanding questions
- [ ] How do we identify contributors on a per-asset basis (e.g. subject matter experts on button, data table, etc.) (Could be in the Feedback section.) | non_test | asset pages summary carbon s website has usage style code and accessibility page tabs per component e g the platform s web app needs similar capabilities so assets can be fully documented job stories tbd success measures tbd tasks outstanding questions how do we identify contributors on a per asset basis e g subject matter experts on button data table etc could be in the feedback section | 0 |
224,926 | 24,800,138,876 | IssuesEvent | 2022-10-24 20:53:52 | devzom/Vue-SimpleSelect | https://api.github.com/repos/devzom/Vue-SimpleSelect | closed | CVE-2021-3664 (Medium) detected in url-parse-1.5.1.tgz - autoclosed | security vulnerability | ## CVE-2021-3664 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.1.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- webpack-dev-server-3.11.2.tgz (Root Library)
- sockjs-client-1.5.1.tgz
- :x: **url-parse-1.5.1.tgz** (Vulnerable Library)
<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>
url-parse is vulnerable to URL Redirection to Untrusted Site
<p>Publish Date: 2021-07-26
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3664>CVE-2021-3664</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>5.3</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: Low
- Availability Impact: None
</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-2021-3664">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3664</a></p>
<p>Release Date: 2021-07-26</p>
<p>Fix Resolution (url-parse): 1.5.2</p>
<p>Direct dependency fix Resolution (webpack-dev-server): 3.11.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-3664 (Medium) detected in url-parse-1.5.1.tgz - autoclosed - ## CVE-2021-3664 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.1.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- webpack-dev-server-3.11.2.tgz (Root Library)
- sockjs-client-1.5.1.tgz
- :x: **url-parse-1.5.1.tgz** (Vulnerable Library)
<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>
url-parse is vulnerable to URL Redirection to Untrusted Site
<p>Publish Date: 2021-07-26
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3664>CVE-2021-3664</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>5.3</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: Low
- Availability Impact: None
</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-2021-3664">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3664</a></p>
<p>Release Date: 2021-07-26</p>
<p>Fix Resolution (url-parse): 1.5.2</p>
<p>Direct dependency fix Resolution (webpack-dev-server): 3.11.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve medium detected in url parse tgz autoclosed cve medium severity vulnerability vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file package json path to vulnerable library node modules url parse package json dependency hierarchy webpack dev server tgz root library sockjs client tgz x url parse tgz vulnerable library found in base branch master vulnerability details url parse is vulnerable to url redirection to untrusted site 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 low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution url parse direct dependency fix resolution webpack dev server step up your open source security game with mend | 0 |
15,240 | 3,453,748,944 | IssuesEvent | 2015-12-17 12:58:10 | e-government-ua/i | https://api.github.com/repos/e-government-ua/i | closed | Создать сущность ObjectCustoms и сервисы к ней | hi priority test _wf-central | Источник данных в приложении:
https://drive.google.com/file/d/0Bzn9Xk_GDNRUa3NLUk5vRXBkc2s/view?usp=sharing
1) Название сущности: ObjectCustoms
nID - ИД-номер Код внутренний (уникальный-ключ, автоитерируемый, long)
sID_UA - ИД-номер Код, в Украинском классификкаторе (уникальный-ключ, String < 30 символов)
sName_UA - название на украинском (уникальный, String < 200 символов)
sMeasure_UA - мера (String < 20 символов)
Пример объкта сущности:
{
nID:3
, "sID_UA":"008 "
, "sName_UA":"Пряжа"
, "sMeasure_UA" : "кг"
}
2) сервисы:
2.1) getObjectCustoms - отдает массив объектов сущности, подпадающих под критерии
параметры:
sID_UA //опциональный
sName_UA//опциональный
2.2) setObjectCustoms - апдейтит элемент(если задан один из уникальных-ключей) или вставляет (если не задан nID), и отдает экземпляр нового объекта
параметры:
nID //опциональный, если другой уникальный-ключ задан и по нему найдена запись
sID_UA //опциональный, если другой уникальный-ключ задан и по нему найдена запись
sName_UA//опциональный, если nID задан и по нему найдена запись
2.3) removeObjectCustoms - удаляет элемент(по ОБЯЗАТЕЛЬНО заданому одому из уникальных-ключей)
параметры:
nID //опциональный, если другой уникальный-ключ задан и по нему найдена запись
sID_UA //опциональный, если другой уникальный-ключ задан и по нему найдена запись
3) Наполнить данными csv
4) В комментариях внести описания сервиса и его параметров с выводом (в т.ч. пример объекта), и убедиться что после деплоя - автосгенерируется документация по АПИ
(в одной из первых двух ссылок тут: https://github.com/e-government-ua/i/blob/test/docs/specification.md) | 1.0 | Создать сущность ObjectCustoms и сервисы к ней - Источник данных в приложении:
https://drive.google.com/file/d/0Bzn9Xk_GDNRUa3NLUk5vRXBkc2s/view?usp=sharing
1) Название сущности: ObjectCustoms
nID - ИД-номер Код внутренний (уникальный-ключ, автоитерируемый, long)
sID_UA - ИД-номер Код, в Украинском классификкаторе (уникальный-ключ, String < 30 символов)
sName_UA - название на украинском (уникальный, String < 200 символов)
sMeasure_UA - мера (String < 20 символов)
Пример объкта сущности:
{
nID:3
, "sID_UA":"008 "
, "sName_UA":"Пряжа"
, "sMeasure_UA" : "кг"
}
2) сервисы:
2.1) getObjectCustoms - отдает массив объектов сущности, подпадающих под критерии
параметры:
sID_UA //опциональный
sName_UA//опциональный
2.2) setObjectCustoms - апдейтит элемент(если задан один из уникальных-ключей) или вставляет (если не задан nID), и отдает экземпляр нового объекта
параметры:
nID //опциональный, если другой уникальный-ключ задан и по нему найдена запись
sID_UA //опциональный, если другой уникальный-ключ задан и по нему найдена запись
sName_UA//опциональный, если nID задан и по нему найдена запись
2.3) removeObjectCustoms - удаляет элемент(по ОБЯЗАТЕЛЬНО заданому одому из уникальных-ключей)
параметры:
nID //опциональный, если другой уникальный-ключ задан и по нему найдена запись
sID_UA //опциональный, если другой уникальный-ключ задан и по нему найдена запись
3) Наполнить данными csv
4) В комментариях внести описания сервиса и его параметров с выводом (в т.ч. пример объекта), и убедиться что после деплоя - автосгенерируется документация по АПИ
(в одной из первых двух ссылок тут: https://github.com/e-government-ua/i/blob/test/docs/specification.md) | test | создать сущность objectcustoms и сервисы к ней источник данных в приложении название сущности objectcustoms nid ид номер код внутренний уникальный ключ автоитерируемый long sid ua ид номер код в украинском классификкаторе уникальный ключ string символов sname ua название на украинском уникальный string символов smeasure ua мера string символов пример объкта сущности nid sid ua sname ua пряжа smeasure ua кг сервисы getobjectcustoms отдает массив объектов сущности подпадающих под критерии параметры sid ua опциональный sname ua опциональный setobjectcustoms апдейтит элемент если задан один из уникальных ключей или вставляет если не задан nid и отдает экземпляр нового объекта параметры nid опциональный если другой уникальный ключ задан и по нему найдена запись sid ua опциональный если другой уникальный ключ задан и по нему найдена запись sname ua опциональный если nid задан и по нему найдена запись removeobjectcustoms удаляет элемент по обязательно заданому одому из уникальных ключей параметры nid опциональный если другой уникальный ключ задан и по нему найдена запись sid ua опциональный если другой уникальный ключ задан и по нему найдена запись наполнить данными csv в комментариях внести описания сервиса и его параметров с выводом в т ч пример объекта и убедиться что после деплоя автосгенерируется документация по апи в одной из первых двух ссылок тут | 1 |
242,091 | 20,195,720,170 | IssuesEvent | 2022-02-11 10:27:53 | microsoft/AzureStorageExplorer | https://api.github.com/repos/microsoft/AzureStorageExplorer | closed | The QA table doesn't display as broken when deleting the original table | 🧪 testing :gear: tables :beetle: regression :gear: quick access | **Storage Explorer Version**: 1.22.0-dev
**Build Number**: 20211119.4
**Branch**: main
**Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Monterey 12.0.1
**Architecture**: ia32/x64
**How Found**: From running test cases
**Regression From**: Previous release (1.21.3)
## Steps to Reproduce ##
1. Expand one storage account -> Tables.
2. Create a table -> Add the table to quick access.
3. Delete the table -> Check whether the QA table displays as broken.
## Expected Experience ##
The QA table displays as broken.
## Actual Experience ##
The QA table displays well. | 1.0 | The QA table doesn't display as broken when deleting the original table - **Storage Explorer Version**: 1.22.0-dev
**Build Number**: 20211119.4
**Branch**: main
**Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Monterey 12.0.1
**Architecture**: ia32/x64
**How Found**: From running test cases
**Regression From**: Previous release (1.21.3)
## Steps to Reproduce ##
1. Expand one storage account -> Tables.
2. Create a table -> Add the table to quick access.
3. Delete the table -> Check whether the QA table displays as broken.
## Expected Experience ##
The QA table displays as broken.
## Actual Experience ##
The QA table displays well. | test | the qa table doesn t display as broken when deleting the original table storage explorer version dev build number branch main platform os windows linux ubuntu macos monterey architecture how found from running test cases regression from previous release steps to reproduce expand one storage account tables create a table add the table to quick access delete the table check whether the qa table displays as broken expected experience the qa table displays as broken actual experience the qa table displays well | 1 |
386,874 | 26,705,244,316 | IssuesEvent | 2023-01-27 17:33:15 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | [01/25/23] Mural Presentation Readmission Project | VEText vt Product Support vt Documentation vt | - [x] Create initial workflow for 01/27/23 meeting with Hayden Mats
- [x] Review and refine with Justin on 01/25
https://app.mural.co/t/adhoccorporateworkspace2583/m/adhoccorporateworkspace2583/1616512238601/8d32dc51e9e00520b1da0b46caea142590240015?sender=af9dfb72-e510-4d8e-8e9d-50d2bce2e0f3 | 1.0 | [01/25/23] Mural Presentation Readmission Project - - [x] Create initial workflow for 01/27/23 meeting with Hayden Mats
- [x] Review and refine with Justin on 01/25
https://app.mural.co/t/adhoccorporateworkspace2583/m/adhoccorporateworkspace2583/1616512238601/8d32dc51e9e00520b1da0b46caea142590240015?sender=af9dfb72-e510-4d8e-8e9d-50d2bce2e0f3 | non_test | mural presentation readmission project create initial workflow for meeting with hayden mats review and refine with justin on | 0 |
392,709 | 11,594,792,938 | IssuesEvent | 2020-02-24 15:54:48 | aol/moloch | https://api.github.com/repos/aol/moloch | closed | Improve Db.update for tags,hunts,... | enhancement medium priority v2.0 viewer | Once we require ES 6 change add tags/hunts/... updates to do a retry and to actually do appending instead of replacement. So something like
<pre>"script": "if (ctx._source.containsKey(\"tags\")) {ctx._source.tag += tags;ctx._source.tagsCnt++} else {ctx._source.tags = [tag]; ctx._source.tagsCnt = 1}"
</pre>
Even better if it checks if the element is in there or not before adding. | 1.0 | Improve Db.update for tags,hunts,... - Once we require ES 6 change add tags/hunts/... updates to do a retry and to actually do appending instead of replacement. So something like
<pre>"script": "if (ctx._source.containsKey(\"tags\")) {ctx._source.tag += tags;ctx._source.tagsCnt++} else {ctx._source.tags = [tag]; ctx._source.tagsCnt = 1}"
</pre>
Even better if it checks if the element is in there or not before adding. | non_test | improve db update for tags hunts once we require es change add tags hunts updates to do a retry and to actually do appending instead of replacement so something like script if ctx source containskey tags ctx source tag tags ctx source tagscnt else ctx source tags ctx source tagscnt even better if it checks if the element is in there or not before adding | 0 |
61,189 | 6,726,965,054 | IssuesEvent | 2017-10-17 11:56:48 | QubesOS/updates-status | https://api.github.com/repos/QubesOS/updates-status | closed | core-admin-linux v3.2.16 (r3.2) | r3.2-dom0-testing | Update of core-admin-linux to v3.2.16 for Qubes r3.2, see comments below for details.
Built from: https://github.com/QubesOS/qubes-core-admin-linux/commit/d67af4bfd9c9a12dcc8fa22cb217cd885b3d8781
[Changes since previous version](https://github.com/QubesOS/qubes-core-admin-linux/compare/v3.2.15...v3.2.16):
QubesOS/qubes-core-admin-linux@d67af4b version 3.2.16
QubesOS/qubes-core-admin-linux@e4469c7 qrexec: fix domain autostart on qrexec call with 'target=' in policy
Referenced issues:
If you're release manager, you can issue GPG-inline signed command:
* `Upload core-admin-linux d67af4bfd9c9a12dcc8fa22cb217cd885b3d8781 r3.2 current repo` (available 7 days from now)
* `Upload core-admin-linux d67af4bfd9c9a12dcc8fa22cb217cd885b3d8781 r3.2 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now)
* `Upload core-admin-linux d67af4bfd9c9a12dcc8fa22cb217cd885b3d8781 r3.2 security-testing repo`
Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
| 1.0 | core-admin-linux v3.2.16 (r3.2) - Update of core-admin-linux to v3.2.16 for Qubes r3.2, see comments below for details.
Built from: https://github.com/QubesOS/qubes-core-admin-linux/commit/d67af4bfd9c9a12dcc8fa22cb217cd885b3d8781
[Changes since previous version](https://github.com/QubesOS/qubes-core-admin-linux/compare/v3.2.15...v3.2.16):
QubesOS/qubes-core-admin-linux@d67af4b version 3.2.16
QubesOS/qubes-core-admin-linux@e4469c7 qrexec: fix domain autostart on qrexec call with 'target=' in policy
Referenced issues:
If you're release manager, you can issue GPG-inline signed command:
* `Upload core-admin-linux d67af4bfd9c9a12dcc8fa22cb217cd885b3d8781 r3.2 current repo` (available 7 days from now)
* `Upload core-admin-linux d67af4bfd9c9a12dcc8fa22cb217cd885b3d8781 r3.2 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now)
* `Upload core-admin-linux d67af4bfd9c9a12dcc8fa22cb217cd885b3d8781 r3.2 security-testing repo`
Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
| test | core admin linux update of core admin linux to for qubes see comments below for details built from qubesos qubes core admin linux version qubesos qubes core admin linux qrexec fix domain autostart on qrexec call with target in policy referenced issues if you re release manager you can issue gpg inline signed command upload core admin linux current repo available days from now upload core admin linux current dists repo you can choose subset of distributions like vm vm available days from now upload core admin linux security testing repo above commands will work only if packages in current testing repository were built from given commit i e no new version superseded it | 1 |
267,728 | 28,509,190,235 | IssuesEvent | 2023-04-19 01:43:05 | raindigi/site-landing | https://api.github.com/repos/raindigi/site-landing | opened | CVE-2023-30548 (Medium) detected in gatsby-plugin-sharp-2.0.32.tgz | Mend: dependency security vulnerability | ## CVE-2023-30548 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>gatsby-plugin-sharp-2.0.32.tgz</b></p></summary>
<p>Wrapper of the Sharp image manipulation library for Gatsby plugins</p>
<p>Library home page: <a href="https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.32.tgz">https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.32.tgz</a></p>
<p>Path to dependency file: /site-landing/package.json</p>
<p>Path to vulnerable library: /node_modules/gatsby-plugin-sharp/package.json</p>
<p>
Dependency Hierarchy:
- :x: **gatsby-plugin-sharp-2.0.32.tgz** (Vulnerable Library)
<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>
gatsby-plugin-sharp is a plugin for the gatsby framework which exposes functions built on the Sharp image processing library. The gatsby-plugin-sharp plugin prior to versions 5.8.1 and 4.25.1 contains a path traversal vulnerability exposed when running the Gatsby develop server (`gatsby develop`). It should be noted that by default gatsby develop is only accessible via the localhost 127.0.0.1, and one would need to intentionally expose the server to other interfaces to exploit this vulnerability by using server options such as --host 0.0.0.0, -H 0.0.0.0, or the GATSBY_HOST=0.0.0.0 environment variable. Attackers exploiting this vulnerability will have read access to all files within the scope of the server process. A patch has been introduced in gatsby-plugin-sharp@5.8.1 and gatsby-plugin-sharp@4.25.1 which mitigates the issue by ensuring that included paths remain within the project directory. As stated above, by default gatsby develop is only exposed to the localhost 127.0.0.1. For those using the develop server in the default configuration no risk is posed. If other ranges are required, preventing the develop server from being exposed to untrusted interfaces or IP address ranges would mitigate the risk from this vulnerability. Users are non the less encouraged to upgrade to a safe version.
<p>Publish Date: 2023-04-17
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-30548>CVE-2023-30548</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>4.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
</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="gatsby-plugin-sharp">gatsby-plugin-sharp</a></p>
<p>Release Date: 2023-04-17</p>
<p>Fix Resolution: 4.25.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2023-30548 (Medium) detected in gatsby-plugin-sharp-2.0.32.tgz - ## CVE-2023-30548 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>gatsby-plugin-sharp-2.0.32.tgz</b></p></summary>
<p>Wrapper of the Sharp image manipulation library for Gatsby plugins</p>
<p>Library home page: <a href="https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.32.tgz">https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.32.tgz</a></p>
<p>Path to dependency file: /site-landing/package.json</p>
<p>Path to vulnerable library: /node_modules/gatsby-plugin-sharp/package.json</p>
<p>
Dependency Hierarchy:
- :x: **gatsby-plugin-sharp-2.0.32.tgz** (Vulnerable Library)
<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>
gatsby-plugin-sharp is a plugin for the gatsby framework which exposes functions built on the Sharp image processing library. The gatsby-plugin-sharp plugin prior to versions 5.8.1 and 4.25.1 contains a path traversal vulnerability exposed when running the Gatsby develop server (`gatsby develop`). It should be noted that by default gatsby develop is only accessible via the localhost 127.0.0.1, and one would need to intentionally expose the server to other interfaces to exploit this vulnerability by using server options such as --host 0.0.0.0, -H 0.0.0.0, or the GATSBY_HOST=0.0.0.0 environment variable. Attackers exploiting this vulnerability will have read access to all files within the scope of the server process. A patch has been introduced in gatsby-plugin-sharp@5.8.1 and gatsby-plugin-sharp@4.25.1 which mitigates the issue by ensuring that included paths remain within the project directory. As stated above, by default gatsby develop is only exposed to the localhost 127.0.0.1. For those using the develop server in the default configuration no risk is posed. If other ranges are required, preventing the develop server from being exposed to untrusted interfaces or IP address ranges would mitigate the risk from this vulnerability. Users are non the less encouraged to upgrade to a safe version.
<p>Publish Date: 2023-04-17
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-30548>CVE-2023-30548</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>4.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
</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="gatsby-plugin-sharp">gatsby-plugin-sharp</a></p>
<p>Release Date: 2023-04-17</p>
<p>Fix Resolution: 4.25.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve medium detected in gatsby plugin sharp tgz cve medium severity vulnerability vulnerable library gatsby plugin sharp tgz wrapper of the sharp image manipulation library for gatsby plugins library home page a href path to dependency file site landing package json path to vulnerable library node modules gatsby plugin sharp package json dependency hierarchy x gatsby plugin sharp tgz vulnerable library found in base branch master vulnerability details gatsby plugin sharp is a plugin for the gatsby framework which exposes functions built on the sharp image processing library the gatsby plugin sharp plugin prior to versions and contains a path traversal vulnerability exposed when running the gatsby develop server gatsby develop it should be noted that by default gatsby develop is only accessible via the localhost and one would need to intentionally expose the server to other interfaces to exploit this vulnerability by using server options such as host h or the gatsby host environment variable attackers exploiting this vulnerability will have read access to all files within the scope of the server process a patch has been introduced in gatsby plugin sharp and gatsby plugin sharp which mitigates the issue by ensuring that included paths remain within the project directory as stated above by default gatsby develop is only exposed to the localhost for those using the develop server in the default configuration no risk is posed if other ranges are required preventing the develop server from being exposed to untrusted interfaces or ip address ranges would mitigate the risk from this vulnerability users are non the less encouraged to upgrade to a safe version publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin gatsby plugin sharp release date fix resolution step up your open source security game with mend | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.