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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
191,777 | 14,596,429,626 | IssuesEvent | 2020-12-20 15:49:07 | github-vet/rangeloop-pointer-findings | https://api.github.com/repos/github-vet/rangeloop-pointer-findings | closed | alekseytols90/skuba: internal/pkg/skuba/upgrade/node/versions_test.go; 5 LoC | fresh test tiny |
Found a possible issue in [alekseytols90/skuba](https://www.github.com/alekseytols90/skuba) at [internal/pkg/skuba/upgrade/node/versions_test.go](https://github.com/alekseytols90/skuba/blob/1a363d4f3ca8fc33bfb0284043da26fe879c31a3/internal/pkg/skuba/upgrade/node/versions_test.go#L239-L243)
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 versionMap at line 241 may start a goroutine
[Click here to see the code in its original context.](https://github.com/alekseytols90/skuba/blob/1a363d4f3ca8fc33bfb0284043da26fe879c31a3/internal/pkg/skuba/upgrade/node/versions_test.go#L239-L243)
<details>
<summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary>
```go
for version, versionMap := range versionsWithOverride.AvailableVersions {
if overrideFunc, ok := overrides[version]; ok {
overrideFunc(&versionMap)
}
}
```
</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: 1a363d4f3ca8fc33bfb0284043da26fe879c31a3
| 1.0 | alekseytols90/skuba: internal/pkg/skuba/upgrade/node/versions_test.go; 5 LoC -
Found a possible issue in [alekseytols90/skuba](https://www.github.com/alekseytols90/skuba) at [internal/pkg/skuba/upgrade/node/versions_test.go](https://github.com/alekseytols90/skuba/blob/1a363d4f3ca8fc33bfb0284043da26fe879c31a3/internal/pkg/skuba/upgrade/node/versions_test.go#L239-L243)
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 versionMap at line 241 may start a goroutine
[Click here to see the code in its original context.](https://github.com/alekseytols90/skuba/blob/1a363d4f3ca8fc33bfb0284043da26fe879c31a3/internal/pkg/skuba/upgrade/node/versions_test.go#L239-L243)
<details>
<summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary>
```go
for version, versionMap := range versionsWithOverride.AvailableVersions {
if overrideFunc, ok := overrides[version]; ok {
overrideFunc(&versionMap)
}
}
```
</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: 1a363d4f3ca8fc33bfb0284043da26fe879c31a3
| test | skuba internal pkg skuba upgrade node versions 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 versionmap at line may start a goroutine click here to show the line s of go which triggered the analyzer go for version versionmap range versionswithoverride availableversions if overridefunc ok overrides ok overridefunc versionmap 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 |
642,806 | 20,913,878,664 | IssuesEvent | 2022-03-24 11:43:05 | konpyutaika/nifikop | https://api.github.com/repos/konpyutaika/nifikop | opened | [NiFiParameterContext] Update configuration failed | bug MVP priority:1 | From nifikop created by [erdrix](https://github.com/erdrix): Orange-OpenSource/nifikop#117
## Bug Report
<!--
Note: Make sure to first check the prerequisites that can be found in the main README file!
Thanks for filing an issue! Before hitting the button, please answer these questions.
Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
-->
**What did you do?**
Tried to update a `NiFiParameterContext` configuration, with `ControllerServices` referencing some of it parameters.
**What did you expect to see?**
A clean and successful `parameter context` update
**What did you see instead? Under which circumstances?**
The update was blocked due to some active `controller services`.
**Environment**
* nifikop version: 0.6.2
<!--- Insert nifikop release or Git SHA here. -->
* NiFi version: 1.13.2
<!--- Insert release NiFi version here -->
**Possible Solution**
<!--- Only if you have suggestions on a fix for the bug -->
Test if the current update is blocked by some controller constraints, if so, disable the controller service until the `parameter context` successfully update.
| 1.0 | [NiFiParameterContext] Update configuration failed - From nifikop created by [erdrix](https://github.com/erdrix): Orange-OpenSource/nifikop#117
## Bug Report
<!--
Note: Make sure to first check the prerequisites that can be found in the main README file!
Thanks for filing an issue! Before hitting the button, please answer these questions.
Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
-->
**What did you do?**
Tried to update a `NiFiParameterContext` configuration, with `ControllerServices` referencing some of it parameters.
**What did you expect to see?**
A clean and successful `parameter context` update
**What did you see instead? Under which circumstances?**
The update was blocked due to some active `controller services`.
**Environment**
* nifikop version: 0.6.2
<!--- Insert nifikop release or Git SHA here. -->
* NiFi version: 1.13.2
<!--- Insert release NiFi version here -->
**Possible Solution**
<!--- Only if you have suggestions on a fix for the bug -->
Test if the current update is blocked by some controller constraints, if so, disable the controller service until the `parameter context` successfully update.
| non_test | update configuration failed from nifikop created by orange opensource nifikop bug report note make sure to first check the prerequisites that can be found in the main readme file thanks for filing an issue before hitting the button please answer these questions fill in as much of the template below as you can if you leave out information we can t help you as well what did you do tried to update a nifiparametercontext configuration with controllerservices referencing some of it parameters what did you expect to see a clean and successful parameter context update what did you see instead under which circumstances the update was blocked due to some active controller services environment nifikop version nifi version possible solution test if the current update is blocked by some controller constraints if so disable the controller service until the parameter context successfully update | 0 |
384,763 | 11,402,904,822 | IssuesEvent | 2020-01-31 05:14:38 | CorfuDB/CorfuDB | https://api.github.com/repos/CorfuDB/CorfuDB | closed | Clean Utils | priority: low | ## Overview
Remove getLogTail and other log unit client specific functions from Utils for cleaner abstractions. | 1.0 | Clean Utils - ## Overview
Remove getLogTail and other log unit client specific functions from Utils for cleaner abstractions. | non_test | clean utils overview remove getlogtail and other log unit client specific functions from utils for cleaner abstractions | 0 |
149,306 | 11,889,380,866 | IssuesEvent | 2020-03-28 13:36:22 | bpfkorea/agora | https://api.github.com/repos/bpfkorea/agora | opened | Build documentation on pull request | prio-low type-testing | Currently, we don't build/upload the documentation during the PR. This leads to situation where one can break the documentation build but will only know on merge.
Additionally, there's no way to check for documentation issues / diff, like with the dlang auto-tester. | 1.0 | Build documentation on pull request - Currently, we don't build/upload the documentation during the PR. This leads to situation where one can break the documentation build but will only know on merge.
Additionally, there's no way to check for documentation issues / diff, like with the dlang auto-tester. | test | build documentation on pull request currently we don t build upload the documentation during the pr this leads to situation where one can break the documentation build but will only know on merge additionally there s no way to check for documentation issues diff like with the dlang auto tester | 1 |
129,545 | 12,413,594,062 | IssuesEvent | 2020-05-22 13:02:07 | sighupio/gatekeeper-policy-manager | https://api.github.com/repos/sighupio/gatekeeper-policy-manager | closed | Running GPM locally | documentation question | The README says that you can run the container for GPM locally and that it will try to read the kubeconfig. I'm trying to run this against an EKS server running OPA/Gatekeeper. When viewing the constraints, I get the following 500 error:
```
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
```
Is there a way to pass it the kubeconfig as an environment variable?
The container logs indicate that it can't find the kubeconfig:
```
config.load_kube_config()
File "/usr/local/lib/python3.6/site-packages/kubernetes/config/kube_config.py", line 739, in load_kube_config
persist_config=persist_config)
File "/usr/local/lib/python3.6/site-packages/kubernetes/config/kube_config.py", line 701, in _get_kube_config_loader_for_yaml_file
'Invalid kube-config file. '
kubernetes.config.config_exception.ConfigException: Invalid kube-config file. No configuration found.
``` | 1.0 | Running GPM locally - The README says that you can run the container for GPM locally and that it will try to read the kubeconfig. I'm trying to run this against an EKS server running OPA/Gatekeeper. When viewing the constraints, I get the following 500 error:
```
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
```
Is there a way to pass it the kubeconfig as an environment variable?
The container logs indicate that it can't find the kubeconfig:
```
config.load_kube_config()
File "/usr/local/lib/python3.6/site-packages/kubernetes/config/kube_config.py", line 739, in load_kube_config
persist_config=persist_config)
File "/usr/local/lib/python3.6/site-packages/kubernetes/config/kube_config.py", line 701, in _get_kube_config_loader_for_yaml_file
'Invalid kube-config file. '
kubernetes.config.config_exception.ConfigException: Invalid kube-config file. No configuration found.
``` | non_test | running gpm locally the readme says that you can run the container for gpm locally and that it will try to read the kubeconfig i m trying to run this against an eks server running opa gatekeeper when viewing the constraints i get the following error internal server error the server encountered an internal error and was unable to complete your request either the server is overloaded or there is an error in the application is there a way to pass it the kubeconfig as an environment variable the container logs indicate that it can t find the kubeconfig config load kube config file usr local lib site packages kubernetes config kube config py line in load kube config persist config persist config file usr local lib site packages kubernetes config kube config py line in get kube config loader for yaml file invalid kube config file kubernetes config config exception configexception invalid kube config file no configuration found | 0 |
123,973 | 17,772,424,049 | IssuesEvent | 2021-08-30 15:03:57 | kapseliboi/nuxt-client | https://api.github.com/repos/kapseliboi/nuxt-client | opened | CVE-2021-23343 (High) detected in path-parse-1.0.6.tgz | security vulnerability | ## CVE-2021-23343 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>path-parse-1.0.6.tgz</b></p></summary>
<p>Node.js path.parse() ponyfill</p>
<p>Library home page: <a href="https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz">https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz</a></p>
<p>Path to dependency file: nuxt-client/package.json</p>
<p>Path to vulnerable library: nuxt-client/node_modules/path-parse/package.json</p>
<p>
Dependency Hierarchy:
- jest-resolve-26.6.2.tgz (Root Library)
- resolve-1.18.1.tgz
- :x: **path-parse-1.0.6.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kapseliboi/nuxt-client/commit/554beeea1c9adbc89fa96b47029ccd9d81aa99b1">554beeea1c9adbc89fa96b47029ccd9d81aa99b1</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity.
<p>Publish Date: 2021-05-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23343>CVE-2021-23343</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/jbgutierrez/path-parse/issues/8">https://github.com/jbgutierrez/path-parse/issues/8</a></p>
<p>Release Date: 2021-05-04</p>
<p>Fix Resolution: path-parse - 1.0.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-23343 (High) detected in path-parse-1.0.6.tgz - ## CVE-2021-23343 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>path-parse-1.0.6.tgz</b></p></summary>
<p>Node.js path.parse() ponyfill</p>
<p>Library home page: <a href="https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz">https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz</a></p>
<p>Path to dependency file: nuxt-client/package.json</p>
<p>Path to vulnerable library: nuxt-client/node_modules/path-parse/package.json</p>
<p>
Dependency Hierarchy:
- jest-resolve-26.6.2.tgz (Root Library)
- resolve-1.18.1.tgz
- :x: **path-parse-1.0.6.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kapseliboi/nuxt-client/commit/554beeea1c9adbc89fa96b47029ccd9d81aa99b1">554beeea1c9adbc89fa96b47029ccd9d81aa99b1</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity.
<p>Publish Date: 2021-05-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23343>CVE-2021-23343</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/jbgutierrez/path-parse/issues/8">https://github.com/jbgutierrez/path-parse/issues/8</a></p>
<p>Release Date: 2021-05-04</p>
<p>Fix Resolution: path-parse - 1.0.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve high detected in path parse tgz cve high severity vulnerability vulnerable library path parse tgz node js path parse ponyfill library home page a href path to dependency file nuxt client package json path to vulnerable library nuxt client node modules path parse package json dependency hierarchy jest resolve tgz root library resolve tgz x path parse tgz vulnerable library found in head commit a href found in base branch main vulnerability details all versions of package path parse are vulnerable to regular expression denial of service redos via splitdevicere splittailre and splitpathre regular expressions redos exhibits polynomial worst case time complexity publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution path parse step up your open source security game with whitesource | 0 |
635,329 | 20,384,792,964 | IssuesEvent | 2022-02-22 05:02:02 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | opened | Database script failure in PostgreSQL | Type/Bug Priority/Normal Feature/Databases | ### Description
$Subject
* Following error is encountered when executing the database scripts in postgreSQL
Syntax error at or near "AUTO_INCREMENT"
### Cause
* Auto Increment syntax is not available in PostgreSQL
### Solution
* Should use the `SERIAL` data type instead
| 1.0 | Database script failure in PostgreSQL - ### Description
$Subject
* Following error is encountered when executing the database scripts in postgreSQL
Syntax error at or near "AUTO_INCREMENT"
### Cause
* Auto Increment syntax is not available in PostgreSQL
### Solution
* Should use the `SERIAL` data type instead
| non_test | database script failure in postgresql description subject following error is encountered when executing the database scripts in postgresql syntax error at or near auto increment cause auto increment syntax is not available in postgresql solution should use the serial data type instead | 0 |
445,820 | 31,331,856,545 | IssuesEvent | 2023-08-24 00:45:40 | natt96z/cybersac | https://api.github.com/repos/natt96z/cybersac | opened | Nate's Task 8/21/2023 - 8/25/2023 | documentation enhancement Creating Virtual Machines Ubuntu fix hyperlinks virtual machine Linux meeting | - Make mock lesson videos with OBS/Video editing (Work in Progress/Linux)
- CyberForensics VM with things we have created (Work in Progress w/Albert)
- Any Questions? Create quiz questions for students (Can use site questions as well)
- Zoom Meeting With Group (Link provided on Fluffy Messaging)
-------------------------------------------------------------------------------------------------------------------------
Use OBS Screen Recorder or Screen-O-Matic for video recording opening up a Windows 10 Virtual Machine on provided laptops. Questions for students can be based on the site questions created, (But should be based on Linux) | 1.0 | Nate's Task 8/21/2023 - 8/25/2023 - - Make mock lesson videos with OBS/Video editing (Work in Progress/Linux)
- CyberForensics VM with things we have created (Work in Progress w/Albert)
- Any Questions? Create quiz questions for students (Can use site questions as well)
- Zoom Meeting With Group (Link provided on Fluffy Messaging)
-------------------------------------------------------------------------------------------------------------------------
Use OBS Screen Recorder or Screen-O-Matic for video recording opening up a Windows 10 Virtual Machine on provided laptops. Questions for students can be based on the site questions created, (But should be based on Linux) | non_test | nate s task make mock lesson videos with obs video editing work in progress linux cyberforensics vm with things we have created work in progress w albert any questions create quiz questions for students can use site questions as well zoom meeting with group link provided on fluffy messaging use obs screen recorder or screen o matic for video recording opening up a windows virtual machine on provided laptops questions for students can be based on the site questions created but should be based on linux | 0 |
119,690 | 15,597,781,357 | IssuesEvent | 2021-03-18 17:18:36 | plaidcamp/gourmet-log | https://api.github.com/repos/plaidcamp/gourmet-log | opened | [디자인] 초기 디자인(시안) 및 에셋 / 컬러 정의 믹 제작 | documentation work_design | # 개요
- gourmet-log(가제) application 디자인 시안 및 에셋 제작

- link : http://figma.com/file/DRU76RfyXyIpBPaLcf7tT3
# 디자인요소
## logo
## color
- primary color
- secondary color
- highlight color
- background color
## font
- spoqa han sans
- Noto Sans KR
## 시안
| 1.0 | [디자인] 초기 디자인(시안) 및 에셋 / 컬러 정의 믹 제작 - # 개요
- gourmet-log(가제) application 디자인 시안 및 에셋 제작

- link : http://figma.com/file/DRU76RfyXyIpBPaLcf7tT3
# 디자인요소
## logo
## color
- primary color
- secondary color
- highlight color
- background color
## font
- spoqa han sans
- Noto Sans KR
## 시안
| non_test | 초기 디자인 시안 및 에셋 컬러 정의 믹 제작 개요 gourmet log 가제 application 디자인 시안 및 에셋 제작 link 디자인요소 logo color primary color secondary color highlight color background color font spoqa han sans noto sans kr 시안 | 0 |
57,625 | 6,551,771,958 | IssuesEvent | 2017-09-05 15:48:22 | coreos/tectonic-installer | https://api.github.com/repos/coreos/tectonic-installer | closed | integrate a testing plan to make adding new platforms easier | area/testing migrate-issue tectonic/terraform | It would be very helpful if we started to test the OpenStack and other installs on every merge of Tectonic. As we plan to add more platforms and expand platforms over the coming weeks this data will be useful as we try and define the overall architecture.
cc @ethernetdan @pbx0 @marineam | 1.0 | integrate a testing plan to make adding new platforms easier - It would be very helpful if we started to test the OpenStack and other installs on every merge of Tectonic. As we plan to add more platforms and expand platforms over the coming weeks this data will be useful as we try and define the overall architecture.
cc @ethernetdan @pbx0 @marineam | test | integrate a testing plan to make adding new platforms easier it would be very helpful if we started to test the openstack and other installs on every merge of tectonic as we plan to add more platforms and expand platforms over the coming weeks this data will be useful as we try and define the overall architecture cc ethernetdan marineam | 1 |
798,995 | 28,300,504,344 | IssuesEvent | 2023-04-10 05:22:50 | googleapis/google-cloud-ruby | https://api.github.com/repos/googleapis/google-cloud-ruby | closed | [Nightly CI Failures] Failures detected for google-iam-credentials | type: bug priority: p1 nightly failure | At 2023-04-09 08:54:35 UTC, detected failures in google-iam-credentials for: yard
report_key_1b2b098679a3e9f0fb39451063c1cd19 | 1.0 | [Nightly CI Failures] Failures detected for google-iam-credentials - At 2023-04-09 08:54:35 UTC, detected failures in google-iam-credentials for: yard
report_key_1b2b098679a3e9f0fb39451063c1cd19 | non_test | failures detected for google iam credentials at utc detected failures in google iam credentials for yard report key | 0 |
288,445 | 24,905,649,965 | IssuesEvent | 2022-10-29 07:48:04 | peviitor-ro/ui-js | https://api.github.com/repos/peviitor-ro/ui-js | closed | [SERP] Avem 5 de oportunități in România pentru TC902 | bug TestQuality | ## Precondition
URL: https://beta.peviitor.ro
Browser: Chrome
## Steps to Reproduce:
### Step 1 <span style="color:#58b880"> **[Pass]** </span>
Open URL in browser.
#### Expected Result
The webpage is loaded without any errors.
### Step 2 <span style="color:#ff5538"> **[Fail]** </span>
In the search box type “TC902” and Hit “ENTER”.
#### Expected Result
The page displays: Avem 5 oportunități în România pentru TC902
#### Actual Result
Avem 5 de oportunități in România pentru TC902
| 1.0 | [SERP] Avem 5 de oportunități in România pentru TC902 - ## Precondition
URL: https://beta.peviitor.ro
Browser: Chrome
## Steps to Reproduce:
### Step 1 <span style="color:#58b880"> **[Pass]** </span>
Open URL in browser.
#### Expected Result
The webpage is loaded without any errors.
### Step 2 <span style="color:#ff5538"> **[Fail]** </span>
In the search box type “TC902” and Hit “ENTER”.
#### Expected Result
The page displays: Avem 5 oportunități în România pentru TC902
#### Actual Result
Avem 5 de oportunități in România pentru TC902
| test | avem de oportunități in românia pentru precondition url browser chrome steps to reproduce step open url in browser expected result the webpage is loaded without any errors step in the search box type “ ” and hit “enter” expected result the page displays avem oportunități în românia pentru actual result avem de oportunități in românia pentru | 1 |
39,252 | 5,225,131,128 | IssuesEvent | 2017-01-27 17:23:47 | pilrhealth/pilrhealth-issues | https://api.github.com/repos/pilrhealth/pilrhealth-issues | closed | "Invalid Date" error with Date Range selector | bug ready 4 test |
Server: qa.pilrhealth.com
Page: /project/testtyler1/upload/step2
User: tschenk
Project: testtyler1
When uploading a file that has an associated job, you are presented with an option to either use the scheduled period or a date range. If you select the date range option, there is a bug with the date selector and it is just showing "Invalid Date".
Note: The CalRQ CSV File handler is the only file handler that has a job associated with it. You can import the CalRQ Bundle to use it.
| 1.0 | "Invalid Date" error with Date Range selector -
Server: qa.pilrhealth.com
Page: /project/testtyler1/upload/step2
User: tschenk
Project: testtyler1
When uploading a file that has an associated job, you are presented with an option to either use the scheduled period or a date range. If you select the date range option, there is a bug with the date selector and it is just showing "Invalid Date".
Note: The CalRQ CSV File handler is the only file handler that has a job associated with it. You can import the CalRQ Bundle to use it.
| test | invalid date error with date range selector server qa pilrhealth com page project upload user tschenk project when uploading a file that has an associated job you are presented with an option to either use the scheduled period or a date range if you select the date range option there is a bug with the date selector and it is just showing invalid date note the calrq csv file handler is the only file handler that has a job associated with it you can import the calrq bundle to use it | 1 |
339,522 | 30,453,394,525 | IssuesEvent | 2023-07-16 15:27:03 | nodejs/jenkins-alerts | https://api.github.com/repos/nodejs/jenkins-alerts | closed | test-ibm-ubuntu2204_sharedlibs_container-x64-5 is DOWN | potential-incident test-ci | :warning: The machine `test-ibm-ubuntu2204_sharedlibs_container-x64-5` is currently offline.
Please refer to the [Jenkins Dashboard](https://ci.nodejs.org/manage/computer/test-ibm-ubuntu2204_sharedlibs_container-x64-5) to check its status.
_This issue has been auto-generated by [UlisesGascon/jenkins-status-alerts-and-reporting](https://github.com/UlisesGascon/jenkins-status-alerts-and-reporting)._ | 1.0 | test-ibm-ubuntu2204_sharedlibs_container-x64-5 is DOWN - :warning: The machine `test-ibm-ubuntu2204_sharedlibs_container-x64-5` is currently offline.
Please refer to the [Jenkins Dashboard](https://ci.nodejs.org/manage/computer/test-ibm-ubuntu2204_sharedlibs_container-x64-5) to check its status.
_This issue has been auto-generated by [UlisesGascon/jenkins-status-alerts-and-reporting](https://github.com/UlisesGascon/jenkins-status-alerts-and-reporting)._ | test | test ibm sharedlibs container is down warning the machine test ibm sharedlibs container is currently offline please refer to the to check its status this issue has been auto generated by | 1 |
72,934 | 15,252,039,373 | IssuesEvent | 2021-02-20 01:18:16 | mrcelewis/flink | https://api.github.com/repos/mrcelewis/flink | closed | WS-2017-0247 (Low) detected in ms-0.7.1.tgz - autoclosed | security vulnerability | ## WS-2017-0247 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ms-0.7.1.tgz</b></p></summary>
<p>Tiny ms conversion utility</p>
<p>Library home page: <a href="https://registry.npmjs.org/ms/-/ms-0.7.1.tgz">https://registry.npmjs.org/ms/-/ms-0.7.1.tgz</a></p>
<p>Path to dependency file: flink/flink-runtime-web/web-dashboard/package.json</p>
<p>Path to vulnerable library: flink/flink-runtime-web/web-dashboard/node_modules/body-parser/node_modules/ms/package.json</p>
<p>
Dependency Hierarchy:
- gulp-livereload-3.8.1.tgz (Root Library)
- mini-lr-0.1.9.tgz
- body-parser-1.14.2.tgz
- debug-2.2.0.tgz
- :x: **ms-0.7.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/low_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS).
<p>Publish Date: 2017-04-12
<p>URL: <a href=https://github.com/zeit/ms/commit/305f2ddcd4eff7cc7c518aca6bb2b2d2daad8fef>WS-2017-0247</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>3.4</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/vercel/ms/pull/89">https://github.com/vercel/ms/pull/89</a></p>
<p>Release Date: 2017-04-12</p>
<p>Fix Resolution: 2.1.1</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"ms","packageVersion":"0.7.1","packageFilePaths":["/flink-runtime-web/web-dashboard/package.json"],"isTransitiveDependency":true,"dependencyTree":"gulp-livereload:3.8.1;mini-lr:0.1.9;body-parser:1.14.2;debug:2.2.0;ms:0.7.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.1.1"}],"baseBranches":["master"],"vulnerabilityIdentifier":"WS-2017-0247","vulnerabilityDetails":"Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS).","vulnerabilityUrl":"https://github.com/zeit/ms/commit/305f2ddcd4eff7cc7c518aca6bb2b2d2daad8fef","cvss2Severity":"low","cvss2Score":"3.4","extraData":{}}</REMEDIATE> --> | True | WS-2017-0247 (Low) detected in ms-0.7.1.tgz - autoclosed - ## WS-2017-0247 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ms-0.7.1.tgz</b></p></summary>
<p>Tiny ms conversion utility</p>
<p>Library home page: <a href="https://registry.npmjs.org/ms/-/ms-0.7.1.tgz">https://registry.npmjs.org/ms/-/ms-0.7.1.tgz</a></p>
<p>Path to dependency file: flink/flink-runtime-web/web-dashboard/package.json</p>
<p>Path to vulnerable library: flink/flink-runtime-web/web-dashboard/node_modules/body-parser/node_modules/ms/package.json</p>
<p>
Dependency Hierarchy:
- gulp-livereload-3.8.1.tgz (Root Library)
- mini-lr-0.1.9.tgz
- body-parser-1.14.2.tgz
- debug-2.2.0.tgz
- :x: **ms-0.7.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/low_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS).
<p>Publish Date: 2017-04-12
<p>URL: <a href=https://github.com/zeit/ms/commit/305f2ddcd4eff7cc7c518aca6bb2b2d2daad8fef>WS-2017-0247</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>3.4</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/vercel/ms/pull/89">https://github.com/vercel/ms/pull/89</a></p>
<p>Release Date: 2017-04-12</p>
<p>Fix Resolution: 2.1.1</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"ms","packageVersion":"0.7.1","packageFilePaths":["/flink-runtime-web/web-dashboard/package.json"],"isTransitiveDependency":true,"dependencyTree":"gulp-livereload:3.8.1;mini-lr:0.1.9;body-parser:1.14.2;debug:2.2.0;ms:0.7.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.1.1"}],"baseBranches":["master"],"vulnerabilityIdentifier":"WS-2017-0247","vulnerabilityDetails":"Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS).","vulnerabilityUrl":"https://github.com/zeit/ms/commit/305f2ddcd4eff7cc7c518aca6bb2b2d2daad8fef","cvss2Severity":"low","cvss2Score":"3.4","extraData":{}}</REMEDIATE> --> | non_test | ws low detected in ms tgz autoclosed ws low severity vulnerability vulnerable library ms tgz tiny ms conversion utility library home page a href path to dependency file flink flink runtime web web dashboard package json path to vulnerable library flink flink runtime web web dashboard node modules body parser node modules ms package json dependency hierarchy gulp livereload tgz root library mini lr tgz body parser tgz debug tgz x ms tgz vulnerable library found in base branch master vulnerability details affected versions of this package are vulnerable to regular expression denial of service redos publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree gulp livereload mini lr body parser debug ms isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier ws vulnerabilitydetails affected versions of this package are vulnerable to regular expression denial of service redos vulnerabilityurl | 0 |
141,639 | 11,429,363,759 | IssuesEvent | 2020-02-04 07:44:50 | input-output-hk/ouroboros-network | https://api.github.com/repos/input-output-hk/ouroboros-network | opened | Test with `k = 0` in test-consensus | consensus protocol testing testing | In addition to #1511 and #1524, we should also test with `k = 0`. Not that this is very useful in practice, but to verify that we didn't make any incorrect assumptions and test our edge cases. | 2.0 | Test with `k = 0` in test-consensus - In addition to #1511 and #1524, we should also test with `k = 0`. Not that this is very useful in practice, but to verify that we didn't make any incorrect assumptions and test our edge cases. | test | test with k in test consensus in addition to and we should also test with k not that this is very useful in practice but to verify that we didn t make any incorrect assumptions and test our edge cases | 1 |
231,383 | 18,763,619,522 | IssuesEvent | 2021-11-05 19:46:06 | spacetelescope/romancal | https://api.github.com/repos/spacetelescope/romancal | closed | Fix Ramp Fitting Step regression tests | ramp_fitting RegressionTestUpdateNeeded | _Issue [RCAL-231](https://jira.stsci.edu/browse/RCAL-231) was created on JIRA by [David Davis](https://jira.stsci.edu/secure/ViewProfile.jspa?name=ddavis):_
The ramp fitting input and truth files need to be updated to match the new roman datamodels and RAD. The tests are currently failing with,
error = <ValidationError: "'exposure' is a required property"
| 1.0 | Fix Ramp Fitting Step regression tests - _Issue [RCAL-231](https://jira.stsci.edu/browse/RCAL-231) was created on JIRA by [David Davis](https://jira.stsci.edu/secure/ViewProfile.jspa?name=ddavis):_
The ramp fitting input and truth files need to be updated to match the new roman datamodels and RAD. The tests are currently failing with,
error = <ValidationError: "'exposure' is a required property"
| test | fix ramp fitting step regression tests issue was created on jira by the ramp fitting input and truth files need to be updated to match the new roman datamodels and rad the tests are currently failing with error validationerror exposure is a required property | 1 |
346,077 | 30,864,913,941 | IssuesEvent | 2023-08-03 07:20:32 | keycloak/keycloak | https://api.github.com/repos/keycloak/keycloak | opened | Enable Chrome for Testing in WebAuthn IT | kind/bug area/ci team/continuous-testing | ### Before reporting an issue
- [X] I have searched existing issues
- [X] I have reproduced the issue with the [latest nightly release](https://github.com/keycloak/keycloak/releases/tag/nightly)
### Area
ci
### Describe the bug
When running WebAuthn IT with "Chrome for Testing" version there is a bug caused by the browser itself. It is logged in https://bugs.chromium.org/p/chromedriver/issues/detail?id=4533.
Once this issue is closed we should enable it back in WebAuthn IT.
### Version
latest
### Expected behavior
-
### Actual behavior
-
### How to Reproduce?
-
### Anything else?
_No response_ | 1.0 | Enable Chrome for Testing in WebAuthn IT - ### Before reporting an issue
- [X] I have searched existing issues
- [X] I have reproduced the issue with the [latest nightly release](https://github.com/keycloak/keycloak/releases/tag/nightly)
### Area
ci
### Describe the bug
When running WebAuthn IT with "Chrome for Testing" version there is a bug caused by the browser itself. It is logged in https://bugs.chromium.org/p/chromedriver/issues/detail?id=4533.
Once this issue is closed we should enable it back in WebAuthn IT.
### Version
latest
### Expected behavior
-
### Actual behavior
-
### How to Reproduce?
-
### Anything else?
_No response_ | test | enable chrome for testing in webauthn it before reporting an issue i have searched existing issues i have reproduced the issue with the area ci describe the bug when running webauthn it with chrome for testing version there is a bug caused by the browser itself it is logged in once this issue is closed we should enable it back in webauthn it version latest expected behavior actual behavior how to reproduce anything else no response | 1 |
284,029 | 24,578,494,570 | IssuesEvent | 2022-10-13 14:01:53 | MPMG-DCC-UFMG/F01 | https://api.github.com/repos/MPMG-DCC-UFMG/F01 | opened | Teste de generalizacao para a tag Informações institucionais - Estrutura Organizacional - Memory - Araçaí | generalization test development | DoD: Realizar o teste de Generalização do validador da tag Informações institucionais - Estrutura Organizacional - Memory para o Município de Araçaí. | 1.0 | Teste de generalizacao para a tag Informações institucionais - Estrutura Organizacional - Memory - Araçaí - DoD: Realizar o teste de Generalização do validador da tag Informações institucionais - Estrutura Organizacional - Memory para o Município de Araçaí. | test | teste de generalizacao para a tag informações institucionais estrutura organizacional memory araçaí dod realizar o teste de generalização do validador da tag informações institucionais estrutura organizacional memory para o município de araçaí | 1 |
119,393 | 12,027,516,560 | IssuesEvent | 2020-04-12 18:45:59 | scikit-image/scikit-image | https://api.github.com/repos/scikit-image/scikit-image | closed | Examples in `doc/examples/registration` are not displayed in the gallery | good first issue priority: critical type: documentation | This is because `sphinx_gallery_conf['subsection_order']` does not include this subdirectory (see https://github.com/scikit-image/scikit-image/blob/master/doc/source/conf.py#L59). Also, some examples of `doc/examples/transform` should be moved to `doc/examples/registration`. | 1.0 | Examples in `doc/examples/registration` are not displayed in the gallery - This is because `sphinx_gallery_conf['subsection_order']` does not include this subdirectory (see https://github.com/scikit-image/scikit-image/blob/master/doc/source/conf.py#L59). Also, some examples of `doc/examples/transform` should be moved to `doc/examples/registration`. | non_test | examples in doc examples registration are not displayed in the gallery this is because sphinx gallery conf does not include this subdirectory see also some examples of doc examples transform should be moved to doc examples registration | 0 |
498,112 | 14,401,162,044 | IssuesEvent | 2020-12-03 13:22:33 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.nytimes.com - site is not usable | browser-firefox engine-gecko os-linux priority-critical | <!-- @browser: Firefox 83.0b9 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/62787 -->
**URL**: https://www.nytimes.com/interactive/2019/dining/christmas-cookies.html
**Browser / Version**: Firefox 83.0b9
**Operating System**: Linux
**Tested Another Browser**: Yes Chrome
**Problem type**: Site is not usable
**Description**: Buttons or links not working
**Steps to Reproduce**:
The "tap to start" button and the arrows on the left and right do not do anything when clicked. Also, using the arrow keys does not work to advance either.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.nytimes.com - site is not usable - <!-- @browser: Firefox 83.0b9 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/62787 -->
**URL**: https://www.nytimes.com/interactive/2019/dining/christmas-cookies.html
**Browser / Version**: Firefox 83.0b9
**Operating System**: Linux
**Tested Another Browser**: Yes Chrome
**Problem type**: Site is not usable
**Description**: Buttons or links not working
**Steps to Reproduce**:
The "tap to start" button and the arrows on the left and right do not do anything when clicked. Also, using the arrow keys does not work to advance either.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_test | site is not usable url browser version firefox operating system linux tested another browser yes chrome problem type site is not usable description buttons or links not working steps to reproduce the tap to start button and the arrows on the left and right do not do anything when clicked also using the arrow keys does not work to advance either browser configuration none from with ❤️ | 0 |
203,884 | 15,393,606,247 | IssuesEvent | 2021-03-03 16:54:48 | psss/tmt | https://api.github.com/repos/psss/tmt | closed | tmt tests lint reports a need for path | good first issue lint tests | `tmt tests lint` reports `pass directory path must be defined`, however the path is auto-constructed in most cases. Such check basically does not make sense as there's apparently no way to make this to fail. | 1.0 | tmt tests lint reports a need for path - `tmt tests lint` reports `pass directory path must be defined`, however the path is auto-constructed in most cases. Such check basically does not make sense as there's apparently no way to make this to fail. | test | tmt tests lint reports a need for path tmt tests lint reports pass directory path must be defined however the path is auto constructed in most cases such check basically does not make sense as there s apparently no way to make this to fail | 1 |
192,770 | 14,629,157,619 | IssuesEvent | 2020-12-23 15:22:47 | deathlyrage/pot-demo-bugs | https://api.github.com/repos/deathlyrage/pot-demo-bugs | closed | Small dinosaurs carrying meat chunks that are too big and do not fit in their mouth | needs testing |
**Location:** (X=132162.109375,Y=-43222.433594,Z=-12385.324219)
.jpg)
**Message:** The struthiomimus, shouldn't be able to carry such a piece of meat in its mouth, in addiion, it covers its head almost completely
**Version:** 8883 (demo-public-test)
**Reporter:** JoseRex (937-247-348)
| 1.0 | Small dinosaurs carrying meat chunks that are too big and do not fit in their mouth -
**Location:** (X=132162.109375,Y=-43222.433594,Z=-12385.324219)
.jpg)
**Message:** The struthiomimus, shouldn't be able to carry such a piece of meat in its mouth, in addiion, it covers its head almost completely
**Version:** 8883 (demo-public-test)
**Reporter:** JoseRex (937-247-348)
| test | small dinosaurs carrying meat chunks that are too big and do not fit in their mouth location x y z message the struthiomimus shouldn t be able to carry such a piece of meat in its mouth in addiion it covers its head almost completely version demo public test reporter joserex | 1 |
192,842 | 14,630,997,335 | IssuesEvent | 2020-12-23 18:54:49 | github-vet/rangeloop-pointer-findings | https://api.github.com/repos/github-vet/rangeloop-pointer-findings | closed | golang/go: src/encoding/base32/base32_test.go; 18 LoC | fresh small test |
Found a possible issue in [golang/go](https://www.github.com/golang/go) at [src/encoding/base32/base32_test.go](https://github.com/golang/go/blob/b116404444addc69b5ec987a2a64b92d4956eab0/src/encoding/base32/base32_test.go#L609-L626)
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.
> range-loop variable chunks used in defer or goroutine at line 614
[Click here to see the code in its original context.](https://github.com/golang/go/blob/b116404444addc69b5ec987a2a64b92d4956eab0/src/encoding/base32/base32_test.go#L609-L626)
<details>
<summary>Click here to show the 18 line(s) of Go which triggered the analyzer.</summary>
```go
for _, chunks := range testcase.chunkCombinations {
pr, pw := io.Pipe()
// Write the encoded chunks into the pipe
go func() {
for _, chunk := range chunks {
pw.Write([]byte(chunk))
}
pw.Close()
}()
decoder := NewDecoder(StdEncoding, pr)
_, err := io.ReadAll(decoder)
if err != testcase.expected {
t.Errorf("Expected %v, got %v; case %s %+v", testcase.expected, err, testcase.prefix, chunks)
}
}
```
</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: b116404444addc69b5ec987a2a64b92d4956eab0
| 1.0 | golang/go: src/encoding/base32/base32_test.go; 18 LoC -
Found a possible issue in [golang/go](https://www.github.com/golang/go) at [src/encoding/base32/base32_test.go](https://github.com/golang/go/blob/b116404444addc69b5ec987a2a64b92d4956eab0/src/encoding/base32/base32_test.go#L609-L626)
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.
> range-loop variable chunks used in defer or goroutine at line 614
[Click here to see the code in its original context.](https://github.com/golang/go/blob/b116404444addc69b5ec987a2a64b92d4956eab0/src/encoding/base32/base32_test.go#L609-L626)
<details>
<summary>Click here to show the 18 line(s) of Go which triggered the analyzer.</summary>
```go
for _, chunks := range testcase.chunkCombinations {
pr, pw := io.Pipe()
// Write the encoded chunks into the pipe
go func() {
for _, chunk := range chunks {
pw.Write([]byte(chunk))
}
pw.Close()
}()
decoder := NewDecoder(StdEncoding, pr)
_, err := io.ReadAll(decoder)
if err != testcase.expected {
t.Errorf("Expected %v, got %v; case %s %+v", testcase.expected, err, testcase.prefix, chunks)
}
}
```
</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: b116404444addc69b5ec987a2a64b92d4956eab0
| test | golang go src encoding 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 range loop variable chunks used in defer or goroutine at line click here to show the line s of go which triggered the analyzer go for chunks range testcase chunkcombinations pr pw io pipe write the encoded chunks into the pipe go func for chunk range chunks pw write byte chunk pw close decoder newdecoder stdencoding pr err io readall decoder if err testcase expected t errorf expected v got v case s v testcase expected err testcase prefix chunks 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 |
768,782 | 26,979,948,837 | IssuesEvent | 2023-02-09 12:23:01 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Bluetooth: Unable to enable PAST as advertiser without periodic sync support | bug priority: low area: Bluetooth Regression | **Describe the bug**
`CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER` and `CONFIG_BT_CTLR_SYNC_TRANSFER_SENDER` depend on `BT_CTLR_SYNC_TRANSFER_SENDER_SUPPORT`, which requires the controller to enable support for Periodic Sync. However, a device does not have to be synchronized to do PAST sending. A periodic advertiser can send the syncinfo to a connected peer, see eg. Core spec Version 5.4, Vol 4, Part E, Section 7.8.90 LE Periodic Advertising Set Info Transfer command.
Introduced in https://github.com/zephyrproject-rtos/zephyr/pull/51216/commits/a9944a13c05ee35575f72a7868063c7692fc455e
**Expected behavior**
An application should be able to enable PAST sending support without enabling Periodic Sync support.
**Impact**
- Increased memory and flash usage by having to enable unused features
- Controllers that only support PAST as advertiser will not work
| 1.0 | Bluetooth: Unable to enable PAST as advertiser without periodic sync support - **Describe the bug**
`CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER` and `CONFIG_BT_CTLR_SYNC_TRANSFER_SENDER` depend on `BT_CTLR_SYNC_TRANSFER_SENDER_SUPPORT`, which requires the controller to enable support for Periodic Sync. However, a device does not have to be synchronized to do PAST sending. A periodic advertiser can send the syncinfo to a connected peer, see eg. Core spec Version 5.4, Vol 4, Part E, Section 7.8.90 LE Periodic Advertising Set Info Transfer command.
Introduced in https://github.com/zephyrproject-rtos/zephyr/pull/51216/commits/a9944a13c05ee35575f72a7868063c7692fc455e
**Expected behavior**
An application should be able to enable PAST sending support without enabling Periodic Sync support.
**Impact**
- Increased memory and flash usage by having to enable unused features
- Controllers that only support PAST as advertiser will not work
| non_test | bluetooth unable to enable past as advertiser without periodic sync support describe the bug config bt per adv sync transfer sender and config bt ctlr sync transfer sender depend on bt ctlr sync transfer sender support which requires the controller to enable support for periodic sync however a device does not have to be synchronized to do past sending a periodic advertiser can send the syncinfo to a connected peer see eg core spec version vol part e section le periodic advertising set info transfer command introduced in expected behavior an application should be able to enable past sending support without enabling periodic sync support impact increased memory and flash usage by having to enable unused features controllers that only support past as advertiser will not work | 0 |
393,851 | 11,625,761,935 | IssuesEvent | 2020-02-27 13:18:34 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | mobile.twitter.com - see bug description | browser-fenix engine-gecko priority-critical | <!-- @browser: Firefox Mobile 75.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:75.0) Gecko/75.0 Firefox/75.0 -->
<!-- @reported_with: -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/49039 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://mobile.twitter.com/home
**Browser / Version**: Firefox Mobile 75.0
**Operating System**: Android
**Tested Another Browser**: Yes
**Problem type**: Something else
**Description**: muted video playback pauses music
**Steps to Reproduce**:
this doesnt happen in firefox beta
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | mobile.twitter.com - see bug description - <!-- @browser: Firefox Mobile 75.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:75.0) Gecko/75.0 Firefox/75.0 -->
<!-- @reported_with: -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/49039 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://mobile.twitter.com/home
**Browser / Version**: Firefox Mobile 75.0
**Operating System**: Android
**Tested Another Browser**: Yes
**Problem type**: Something else
**Description**: muted video playback pauses music
**Steps to Reproduce**:
this doesnt happen in firefox beta
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_test | mobile twitter com see bug description url browser version firefox mobile operating system android tested another browser yes problem type something else description muted video playback pauses music steps to reproduce this doesnt happen in firefox beta browser configuration none from with ❤️ | 0 |
243,512 | 20,406,382,534 | IssuesEvent | 2022-02-23 06:16:49 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | ccl/streamingccl/streamproducer: TestReplicationStreamTenant failed | C-test-failure O-robot branch-master T-cdc | ccl/streamingccl/streamproducer.TestReplicationStreamTenant [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4211434&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4211434&tab=artifacts#/) on master @ [ae101ea32d99a9142a319b0a1f6850ee76d55cd9](https://github.com/cockroachdb/cockroach/commits/ae101ea32d99a9142a319b0a1f6850ee76d55cd9):
```
/go/src/github.com/cockroachdb/cockroach/pkg/sql/walk.go:43 +0x164
github.com/cockroachdb/cockroach/pkg/sql.startExec()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/plan.go:519 +0x180
github.com/cockroachdb/cockroach/pkg/sql.(*planNodeToRowSource).Start()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/plan_node_to_row_source.go:146 +0x124
github.com/cockroachdb/cockroach/pkg/sql/colexec.(*Columnarizer).Init()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colexec/columnarizer.go:158 +0x14b
github.com/cockroachdb/cockroach/pkg/sql/colexec.(*invariantsChecker).Init()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colexec/invariants_checker.go:68 +0x97
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*batchInfoCollector).Init()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colflow/stats.go:87 +0x58
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*vectorizedStatsCollectorImpl).Init()
<autogenerated>:1 +0x4b
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*BatchFlowCoordinator).init.func1()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colflow/flow_coordinator.go:235 +0x68
github.com/cockroachdb/cockroach/pkg/sql/colexecerror.CatchVectorizedRuntimeError()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colexecerror/error.go:91 +0x7b
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*BatchFlowCoordinator).init()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colflow/flow_coordinator.go:234 +0x70
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*BatchFlowCoordinator).Run()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colflow/flow_coordinator.go:279 +0x2e7
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*vectorizedFlow).Run()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colflow/vectorized_flow.go:259 +0x328
github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).Run()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:563 +0xf94
github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).PlanAndRun()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:1401 +0x249
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithDistSQLEngine()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1396 +0xceb
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).dispatchToExecutionEngine()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1073 +0x12c4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:710 +0x332a
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:136 +0x948
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execPortal()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:224 +0x1e5
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func2()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1831 +0xa3e
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1833 +0x72a
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1676 +0x5fe
github.com/cockroachdb/cockroach/pkg/sql.(*Server).ServeConn()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:681 +0x14b
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync.func1()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:680 +0x405
==================
testing.go:1152: race detected during execution of test
--- FAIL: TestReplicationStreamTenant/stream-tenant-with-cursor (0.07s)
```
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
Parameters in this failure:
- GOFLAGS=-race -parallel=4
</p>
</details>
/cc @cockroachdb/cdc
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestReplicationStreamTenant.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| 1.0 | ccl/streamingccl/streamproducer: TestReplicationStreamTenant failed - ccl/streamingccl/streamproducer.TestReplicationStreamTenant [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4211434&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4211434&tab=artifacts#/) on master @ [ae101ea32d99a9142a319b0a1f6850ee76d55cd9](https://github.com/cockroachdb/cockroach/commits/ae101ea32d99a9142a319b0a1f6850ee76d55cd9):
```
/go/src/github.com/cockroachdb/cockroach/pkg/sql/walk.go:43 +0x164
github.com/cockroachdb/cockroach/pkg/sql.startExec()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/plan.go:519 +0x180
github.com/cockroachdb/cockroach/pkg/sql.(*planNodeToRowSource).Start()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/plan_node_to_row_source.go:146 +0x124
github.com/cockroachdb/cockroach/pkg/sql/colexec.(*Columnarizer).Init()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colexec/columnarizer.go:158 +0x14b
github.com/cockroachdb/cockroach/pkg/sql/colexec.(*invariantsChecker).Init()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colexec/invariants_checker.go:68 +0x97
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*batchInfoCollector).Init()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colflow/stats.go:87 +0x58
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*vectorizedStatsCollectorImpl).Init()
<autogenerated>:1 +0x4b
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*BatchFlowCoordinator).init.func1()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colflow/flow_coordinator.go:235 +0x68
github.com/cockroachdb/cockroach/pkg/sql/colexecerror.CatchVectorizedRuntimeError()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colexecerror/error.go:91 +0x7b
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*BatchFlowCoordinator).init()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colflow/flow_coordinator.go:234 +0x70
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*BatchFlowCoordinator).Run()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colflow/flow_coordinator.go:279 +0x2e7
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*vectorizedFlow).Run()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/colflow/vectorized_flow.go:259 +0x328
github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).Run()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:563 +0xf94
github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).PlanAndRun()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:1401 +0x249
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithDistSQLEngine()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1396 +0xceb
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).dispatchToExecutionEngine()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1073 +0x12c4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:710 +0x332a
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:136 +0x948
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execPortal()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:224 +0x1e5
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func2()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1831 +0xa3e
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1833 +0x72a
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1676 +0x5fe
github.com/cockroachdb/cockroach/pkg/sql.(*Server).ServeConn()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:681 +0x14b
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync.func1()
/go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:680 +0x405
==================
testing.go:1152: race detected during execution of test
--- FAIL: TestReplicationStreamTenant/stream-tenant-with-cursor (0.07s)
```
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
Parameters in this failure:
- GOFLAGS=-race -parallel=4
</p>
</details>
/cc @cockroachdb/cdc
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestReplicationStreamTenant.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| test | ccl streamingccl streamproducer testreplicationstreamtenant failed ccl streamingccl streamproducer testreplicationstreamtenant with on master go src github com cockroachdb cockroach pkg sql walk go github com cockroachdb cockroach pkg sql startexec go src github com cockroachdb cockroach pkg sql plan go github com cockroachdb cockroach pkg sql plannodetorowsource start go src github com cockroachdb cockroach pkg sql plan node to row source go github com cockroachdb cockroach pkg sql colexec columnarizer init go src github com cockroachdb cockroach pkg sql colexec columnarizer go github com cockroachdb cockroach pkg sql colexec invariantschecker init go src github com cockroachdb cockroach pkg sql colexec invariants checker go github com cockroachdb cockroach pkg sql colflow batchinfocollector init go src 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 go src github com cockroachdb cockroach pkg sql colflow flow coordinator go github com cockroachdb cockroach pkg sql colexecerror catchvectorizedruntimeerror go src github com cockroachdb cockroach pkg sql colexecerror error go github com cockroachdb cockroach pkg sql colflow batchflowcoordinator init go src github com cockroachdb cockroach pkg sql colflow flow coordinator go github com cockroachdb cockroach pkg sql colflow batchflowcoordinator run go src github com cockroachdb cockroach pkg sql colflow flow coordinator go github com cockroachdb cockroach pkg sql colflow vectorizedflow run go src github com cockroachdb cockroach pkg sql colflow vectorized flow go github com cockroachdb cockroach pkg sql distsqlplanner run go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg sql distsqlplanner planandrun go src github com cockroachdb cockroach pkg sql distsql running go github com cockroachdb cockroach pkg sql connexecutor execwithdistsqlengine go src github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor dispatchtoexecutionengine go src github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor execstmtinopenstate go src github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor execstmt go src github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor execportal go src github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor execcmd go src github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql connexecutor execcmd go src github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql connexecutor run go src github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql server serveconn go src github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql pgwire conn processcommandsasync go src github com cockroachdb cockroach pkg sql pgwire conn go testing go race detected during execution of test fail testreplicationstreamtenant stream tenant with cursor help see also parameters in this failure goflags race parallel cc cockroachdb cdc | 1 |
103,020 | 4,164,061,347 | IssuesEvent | 2016-06-18 14:39:13 | GandaG/fomod-designer | https://api.github.com/repos/GandaG/fomod-designer | closed | Required node children. | enhancement Low Priority | Provide help with the required children for each node. Colour them in red in the object box or provide a setting to auto-create them. | 1.0 | Required node children. - Provide help with the required children for each node. Colour them in red in the object box or provide a setting to auto-create them. | non_test | required node children provide help with the required children for each node colour them in red in the object box or provide a setting to auto create them | 0 |
96,187 | 19,911,826,573 | IssuesEvent | 2022-01-25 17:56:33 | sourcegraph/sourcegraph | https://api.github.com/repos/sourcegraph/sourcegraph | closed | Clicking into search result opens file at inaccurate file location | p1 team/growth-and-integrations vscode-extension |
#### Expected behavior:
Clicking on the search result will open the file at the location of the searched for token, with exact line highlighted.
#### Actual behavior:
Clicking into a search result with the expected result on code line x opens the file with line x-1 highlighted. For example, if I click into a search result with a token on line 28, the file opens with line 27 highlighted. This was first uncovered in an internal user test with Kelli Rockwell, and I was able to re-create the issue myself on a few different repository and search results.
[Loom of bug](https://www.loom.com/share/9d754b19e5e342c89ca32be9b5d967f3) | 1.0 | Clicking into search result opens file at inaccurate file location -
#### Expected behavior:
Clicking on the search result will open the file at the location of the searched for token, with exact line highlighted.
#### Actual behavior:
Clicking into a search result with the expected result on code line x opens the file with line x-1 highlighted. For example, if I click into a search result with a token on line 28, the file opens with line 27 highlighted. This was first uncovered in an internal user test with Kelli Rockwell, and I was able to re-create the issue myself on a few different repository and search results.
[Loom of bug](https://www.loom.com/share/9d754b19e5e342c89ca32be9b5d967f3) | non_test | clicking into search result opens file at inaccurate file location expected behavior clicking on the search result will open the file at the location of the searched for token with exact line highlighted actual behavior clicking into a search result with the expected result on code line x opens the file with line x highlighted for example if i click into a search result with a token on line the file opens with line highlighted this was first uncovered in an internal user test with kelli rockwell and i was able to re create the issue myself on a few different repository and search results | 0 |
116,054 | 9,819,008,425 | IssuesEvent | 2019-06-13 20:46:07 | mono/mono | https://api.github.com/repos/mono/mono | opened | [netcore] Make System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_OpenGenericClass_ThrowsMemberAccessException Pass | area-netcore: CoreLib epic: CoreFX tests | The test currently fails with:
```
System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_OpenGenericClass_ThrowsMemberAccessException(type: typeof(GenericClass`1)) [FAIL]
Assert.Throws() Failure
Expected: typeof(System.MemberAccessException)
Actual: (No exception was thrown)
Stack Trace:
at System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_OpenGenericClass_ThrowsMemberAccessException(Type type)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
```
Determine why and make the test pass. | 1.0 | [netcore] Make System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_OpenGenericClass_ThrowsMemberAccessException Pass - The test currently fails with:
```
System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_OpenGenericClass_ThrowsMemberAccessException(type: typeof(GenericClass`1)) [FAIL]
Assert.Throws() Failure
Expected: typeof(System.MemberAccessException)
Actual: (No exception was thrown)
Stack Trace:
at System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_OpenGenericClass_ThrowsMemberAccessException(Type type)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
```
Determine why and make the test pass. | test | make system runtime serialization formatters tests formatterservicestests getuninitializedobject opengenericclass throwsmemberaccessexception pass the test currently fails with system runtime serialization formatters tests formatterservicestests getuninitializedobject opengenericclass throwsmemberaccessexception type typeof genericclass assert throws failure expected typeof system memberaccessexception actual no exception was thrown stack trace at system runtime serialization formatters tests formatterservicestests getuninitializedobject opengenericclass throwsmemberaccessexception type type at system reflection runtimemethodinfo invoke object obj bindingflags invokeattr binder binder object parameters cultureinfo culture determine why and make the test pass | 1 |
83,091 | 23,966,597,670 | IssuesEvent | 2022-09-13 02:02:48 | Qiskit/qiskit-terra | https://api.github.com/repos/Qiskit/qiskit-terra | closed | Add CCZ and CS gates to the circuit library and CNOTDihedral class | good first issue type: feature request circuit-builder mod: quantum info synthesis | ### What should we add?
The `CCZ` gate is locally equivalent (up to 1-qubit gates) to the [CCXGate](https://qiskit.org/documentation/stubs/qiskit.circuit.library.CCXGate.html#qiskit.circuit.library.CCXGate) (Toffoli gate).
The `CS` gate is locally equivalent (up to 1-qubit gates) to the [CSXGate](https://qiskit.org/documentation/stubs/qiskit.circuit.library.CSXGate.html#qiskit.circuit.library.CSXGate).
First, it may be useful to add these two gates to the circuit library.
Then, one can also add them to the [CNOTDihedral](https://qiskit.org/documentation/stubs/qiskit.quantum_info.CNOTDihedral.html#qiskit.quantum_info.CNOTDihedral) class, to obtain a better synthesis of CNOT-Dihedral circuits, using:
https://github.com/Qiskit/qiskit-terra/blob/main/qiskit/quantum_info/synthesis/cnotdihedral_decompose.py
| 1.0 | Add CCZ and CS gates to the circuit library and CNOTDihedral class - ### What should we add?
The `CCZ` gate is locally equivalent (up to 1-qubit gates) to the [CCXGate](https://qiskit.org/documentation/stubs/qiskit.circuit.library.CCXGate.html#qiskit.circuit.library.CCXGate) (Toffoli gate).
The `CS` gate is locally equivalent (up to 1-qubit gates) to the [CSXGate](https://qiskit.org/documentation/stubs/qiskit.circuit.library.CSXGate.html#qiskit.circuit.library.CSXGate).
First, it may be useful to add these two gates to the circuit library.
Then, one can also add them to the [CNOTDihedral](https://qiskit.org/documentation/stubs/qiskit.quantum_info.CNOTDihedral.html#qiskit.quantum_info.CNOTDihedral) class, to obtain a better synthesis of CNOT-Dihedral circuits, using:
https://github.com/Qiskit/qiskit-terra/blob/main/qiskit/quantum_info/synthesis/cnotdihedral_decompose.py
| non_test | add ccz and cs gates to the circuit library and cnotdihedral class what should we add the ccz gate is locally equivalent up to qubit gates to the toffoli gate the cs gate is locally equivalent up to qubit gates to the first it may be useful to add these two gates to the circuit library then one can also add them to the class to obtain a better synthesis of cnot dihedral circuits using | 0 |
681,838 | 23,324,572,434 | IssuesEvent | 2022-08-08 19:47:30 | nv-morpheus/Morpheus | https://api.github.com/repos/nv-morpheus/Morpheus | closed | [BUG] SID Crash with `--use_cpp=True` and `--truncation=False` | bug Priority 0 | **Describe the bug**
When running the SID workflow with `--use_cpp=True` and `--truncation=False`, the pipeline will crash when trying to slice the inference message with the error:
```
F20220725 20:03:53.547375 6967 multi_inference.cpp:80] Check failed: this->mess_count == this->count At this time, mess_count and count must be the same for slicing
```
**Steps/Code to reproduce bug**
The following launch command should produce the bug:
```bash
morpheus --log_level=DEBUG run --num_threads=1 --pipeline_batch_size=1024 --model_max_batch_size=32 --edge_buffer_size=4 --use_cpp=True \
pipeline-nlp --model_seq_length=256 \
from-file --filename=models/datasets/validation-data/sid-validation-data.csv --repeat=5 \
deserialize \
preprocess --vocab_hash_file=./morpheus/data/bert-base-uncased-hash.txt --truncation=False --do_lower_case=True --add_special_tokens=False \
inf-triton --model_name=sid-minibert-onnx --server_url=localhost:8001 --force_convert_inputs=True \
monitor --description Inference\ Rate --unit inf \
add-class \
serialize --exclude \^_ts_ \
to-file --filename=./.tmp/detections2-nlp.csv --overwrite
```
**Expected behavior**
The pipeline should run to completion with the same results as the `--use_cpp=False` optino.
**Additional context**
The warning message is likely because the implementation of `TensorObject::read_element` is not correct. At first glance, the implementation of that function should look something like:
```cpp
template <typename T, size_t N>
T read_element(const TensorIndex (&idx)[N]) const
{
auto stride = this->get_stride();
auto shape = this->get_shape();
CHECK(std::transform_reduce(
shape.begin(), shape.end(), std::begin(idx), 0, std::logical_and<>(), std::greater<>()))
<< "Index is outsize of the bounds of the tensor. Index="
<< detail::array_to_str(std::begin(idx), std::begin(idx) + N)
<< ", Size=" << detail::array_to_str(shape.begin(), shape.end()) << "";
CHECK(DataType::create<T>() == this->dtype())
<< "read_element type must match array type. read_element type: '" << DataType::create<T>().name()
<< "', array type: '" << this->dtype().name() << "'";
size_t offset = std::transform_reduce(
stride.begin(), stride.end(), std::begin(idx), 0, std::plus<>(), std::multiplies<>()) *
this->dtype_size();
T output;
SRF_CHECK_CUDA(
cudaMemcpy(&output, static_cast<uint8_t*>(this->data()) + offset, sizeof(T), cudaMemcpyDeviceToHost));
return output;
}
```
| 1.0 | [BUG] SID Crash with `--use_cpp=True` and `--truncation=False` - **Describe the bug**
When running the SID workflow with `--use_cpp=True` and `--truncation=False`, the pipeline will crash when trying to slice the inference message with the error:
```
F20220725 20:03:53.547375 6967 multi_inference.cpp:80] Check failed: this->mess_count == this->count At this time, mess_count and count must be the same for slicing
```
**Steps/Code to reproduce bug**
The following launch command should produce the bug:
```bash
morpheus --log_level=DEBUG run --num_threads=1 --pipeline_batch_size=1024 --model_max_batch_size=32 --edge_buffer_size=4 --use_cpp=True \
pipeline-nlp --model_seq_length=256 \
from-file --filename=models/datasets/validation-data/sid-validation-data.csv --repeat=5 \
deserialize \
preprocess --vocab_hash_file=./morpheus/data/bert-base-uncased-hash.txt --truncation=False --do_lower_case=True --add_special_tokens=False \
inf-triton --model_name=sid-minibert-onnx --server_url=localhost:8001 --force_convert_inputs=True \
monitor --description Inference\ Rate --unit inf \
add-class \
serialize --exclude \^_ts_ \
to-file --filename=./.tmp/detections2-nlp.csv --overwrite
```
**Expected behavior**
The pipeline should run to completion with the same results as the `--use_cpp=False` optino.
**Additional context**
The warning message is likely because the implementation of `TensorObject::read_element` is not correct. At first glance, the implementation of that function should look something like:
```cpp
template <typename T, size_t N>
T read_element(const TensorIndex (&idx)[N]) const
{
auto stride = this->get_stride();
auto shape = this->get_shape();
CHECK(std::transform_reduce(
shape.begin(), shape.end(), std::begin(idx), 0, std::logical_and<>(), std::greater<>()))
<< "Index is outsize of the bounds of the tensor. Index="
<< detail::array_to_str(std::begin(idx), std::begin(idx) + N)
<< ", Size=" << detail::array_to_str(shape.begin(), shape.end()) << "";
CHECK(DataType::create<T>() == this->dtype())
<< "read_element type must match array type. read_element type: '" << DataType::create<T>().name()
<< "', array type: '" << this->dtype().name() << "'";
size_t offset = std::transform_reduce(
stride.begin(), stride.end(), std::begin(idx), 0, std::plus<>(), std::multiplies<>()) *
this->dtype_size();
T output;
SRF_CHECK_CUDA(
cudaMemcpy(&output, static_cast<uint8_t*>(this->data()) + offset, sizeof(T), cudaMemcpyDeviceToHost));
return output;
}
```
| non_test | sid crash with use cpp true and truncation false describe the bug when running the sid workflow with use cpp true and truncation false the pipeline will crash when trying to slice the inference message with the error multi inference cpp check failed this mess count this count at this time mess count and count must be the same for slicing steps code to reproduce bug the following launch command should produce the bug bash morpheus log level debug run num threads pipeline batch size model max batch size edge buffer size use cpp true pipeline nlp model seq length from file filename models datasets validation data sid validation data csv repeat deserialize preprocess vocab hash file morpheus data bert base uncased hash txt truncation false do lower case true add special tokens false inf triton model name sid minibert onnx server url localhost force convert inputs true monitor description inference rate unit inf add class serialize exclude ts to file filename tmp nlp csv overwrite expected behavior the pipeline should run to completion with the same results as the use cpp false optino additional context the warning message is likely because the implementation of tensorobject read element is not correct at first glance the implementation of that function should look something like cpp template t read element const tensorindex idx const auto stride this get stride auto shape this get shape check std transform reduce shape begin shape end std begin idx std logical and std greater index is outsize of the bounds of the tensor index detail array to str std begin idx std begin idx n size detail array to str shape begin shape end check datatype create this dtype name dtype name size t offset std transform reduce stride begin stride end std begin idx std plus std multiplies this dtype size t output srf check cuda cudamemcpy output static cast this data offset sizeof t cudamemcpydevicetohost return output | 0 |
21,792 | 2,642,465,245 | IssuesEvent | 2015-03-12 00:12:57 | chrsmith/html5rocks | https://api.github.com/repos/chrsmith/html5rocks | closed | expando + nav for articles nonresponsive in opera | launch Priority-P2 Type-Bug | Original [issue 814](https://code.google.com/p/html5rocks/issues/detail?id=814) created by chrsmith on 2012-02-13T21:38:01.000Z:
. | 1.0 | expando + nav for articles nonresponsive in opera - Original [issue 814](https://code.google.com/p/html5rocks/issues/detail?id=814) created by chrsmith on 2012-02-13T21:38:01.000Z:
. | non_test | expando nav for articles nonresponsive in opera original created by chrsmith on | 0 |
94,788 | 8,517,431,957 | IssuesEvent | 2018-11-01 07:58:18 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | teamcity: failed test: TestCopyRandom | C-test-failure O-robot | The following tests appear to have failed on release-2.1 (testrace): TestCopyRandom
You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+TestCopyRandom).
[#995291](https://teamcity.cockroachdb.com/viewLog.html?buildId=995291):
```
TestCopyRandom
...nt_log.go:126 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:45551} Attrs: Locality: ServerVersion:2.1 BuildTag:v2.1.0-22-g5301505 StartedAt:1540936856236531706 LocalityAddress:[]} ClusterID:bc16e5f7-845f-4b2b-8317-934f5ab6ec66 StartedAt:1540936856236531706 LastUp:1540936856236531706}
I181030 22:00:56.485629 49337 server/testserver.go:446 had 11 ranges at startup, expected 22
I181030 22:00:56.501335 49337 server/testserver.go:446 had 12 ranges at startup, expected 22
I181030 22:00:56.502597 49718 storage/replica_command.go:298 [n1,split,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I181030 22:00:56.504366 49337 server/testserver.go:446 had 12 ranges at startup, expected 22
I181030 22:00:56.506835 49337 server/testserver.go:446 had 12 ranges at startup, expected 22
I181030 22:00:56.517229 49286 storage/replica_command.go:298 [n1,split,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I181030 22:00:56.519264 49337 server/testserver.go:446 had 13 ranges at startup, expected 22
W181030 22:00:56.522646 49294 storage/intent_resolver.go:675 [n1,s1] failed to push during intent resolution: failed to push "split" id=6ce75c50 key=/Local/Range/Table/16/RangeDescriptor rw=true pri=0.02344777 iso=SERIALIZABLE stat=PENDING epo=0 ts=1540936856.517248472,0 orig=1540936856.517248472,0 max=1540936856.517248472,0 wto=false rop=false seq=1
I181030 22:00:56.524296 49750 storage/replica_command.go:298 [n1,split,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
I181030 22:00:56.527907 49337 server/testserver.go:446 had 14 ranges at startup, expected 22
I181030 22:00:56.531218 49687 storage/replica_command.go:298 [n1,split,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
I181030 22:00:56.548480 49744 storage/replica_command.go:298 [n1,split,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/20 [r17]
I181030 22:00:56.551314 49337 server/testserver.go:446 had 16 ranges at startup, expected 22
I181030 22:00:56.554683 49775 storage/replica_command.go:298 [n1,split,s1,r17/1:/{Table/20-Max}] initiating a split of this range at key /Table/21 [r18]
I181030 22:00:56.574207 49777 storage/replica_command.go:298 [n1,split,s1,r18/1:/{Table/21-Max}] initiating a split of this range at key /Table/22 [r19]
I181030 22:00:56.580285 49828 storage/replica_command.go:298 [n1,split,s1,r19/1:/{Table/22-Max}] initiating a split of this range at key /Table/23 [r20]
I181030 22:00:56.586258 49823 storage/replica_command.go:298 [n1,split,s1,r20/1:/{Table/23-Max}] initiating a split of this range at key /Table/50 [r21]
I181030 22:00:56.587064 49337 server/testserver.go:446 had 20 ranges at startup, expected 22
I181030 22:00:56.592157 49798 storage/replica_command.go:298 [n1,split,s1,r21/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r22]
I181030 22:00:56.681941 49871 storage/replica_command.go:298 [n1,split,s1,r22/1:/{Table/51-Max}] initiating a split of this range at key /Table/52 [r23]
I181030 22:00:56.692416 49535 sql/event_log.go:126 [n1,client=127.0.0.1:54450,user=root] Event: "create_database", target: 52, info: {DatabaseName:d Statement:CREATE DATABASE d User:root}
I181030 22:00:56.705050 49787 storage/replica_command.go:298 [n1,split,s1,r23/1:/{Table/52-Max}] initiating a split of this range at key /Table/53 [r24]
I181030 22:00:56.708458 49535 sql/event_log.go:126 [n1,client=127.0.0.1:54450,user=root] Event: "create_table", target: 53, info: {TableName:d.public.t Statement:CREATE TABLE IF NOT EXISTS d.public.t (id INT PRIMARY KEY, n INTERVAL, o BOOL, i INT, f FLOAT8, e DECIMAL, t TIME, ts TIMESTAMP, s STRING, b BYTES, u UUID, ip INET, tz TIMESTAMPTZ) User:root}
I181030 22:00:56.744332 49337 util/stop/stopper.go:537 quiescing; tasks left:
1 [async] closedts-rangefeed-subscriber
TestCopyRandom
...16]
I181030 22:13:32.739816 41898 server/testserver.go:446 had 15 ranges at startup, expected 22
I181030 22:13:32.805845 42286 storage/replica_command.go:298 [n1,split,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/20 [r17]
I181030 22:13:32.820731 41898 server/testserver.go:446 had 16 ranges at startup, expected 22
I181030 22:13:32.929999 41898 server/testserver.go:446 had 17 ranges at startup, expected 22
I181030 22:13:32.931039 42289 storage/replica_command.go:298 [n1,split,s1,r17/1:/{Table/20-Max}] initiating a split of this range at key /Table/21 [r18]
I181030 22:13:33.043217 42406 storage/replica_command.go:298 [n1,split,s1,r18/1:/{Table/21-Max}] initiating a split of this range at key /Table/22 [r19]
I181030 22:13:33.075935 41898 server/testserver.go:446 had 18 ranges at startup, expected 22
I181030 22:13:33.163370 42435 storage/replica_command.go:298 [n1,split,s1,r19/1:/{Table/22-Max}] initiating a split of this range at key /Table/23 [r20]
I181030 22:13:33.264797 42393 storage/replica_command.go:298 [n1,split,s1,r20/1:/{Table/23-Max}] initiating a split of this range at key /Table/50 [r21]
I181030 22:13:33.375318 42442 storage/replica_command.go:298 [n1,split,s1,r21/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r22]
I181030 22:13:33.401357 41898 server/testserver.go:446 had 21 ranges at startup, expected 22
I181030 22:13:34.166189 42454 sql/event_log.go:126 [n1,client=127.0.0.1:60812,user=root] Event: "create_database", target: 52, info: {DatabaseName:d Statement:CREATE DATABASE d User:root}
I181030 22:13:34.177024 42457 storage/replica_command.go:298 [n1,split,s1,r22/1:/{Table/51-Max}] initiating a split of this range at key /Table/52 [r23]
I181030 22:13:34.322406 42454 sql/event_log.go:126 [n1,client=127.0.0.1:60812,user=root] Event: "create_table", target: 53, info: {TableName:d.public.t Statement:CREATE TABLE IF NOT EXISTS d.public.t (id INT PRIMARY KEY, n INTERVAL, o BOOL, i INT, f FLOAT8, e DECIMAL, t TIME, ts TIMESTAMP, s STRING, b BYTES, u UUID, ip INET, tz TIMESTAMPTZ) User:root}
I181030 22:13:34.429037 42360 storage/replica_command.go:298 [n1,split,s1,r23/1:/{Table/52-Max}] initiating a split of this range at key /Table/53 [r24]
I181030 22:13:34.433217 42112 storage/replica_proposal.go:211 [n1,s1,r23/1:/{Table/52-Max}] new range lease repl=(n1,s1):1 seq=3 start=1540937614.357026476,0 epo=1 pro=1540937614.360279303,0 following repl=(n1,s1):1 seq=2 start=1540937609.426380688,0 exp=1540937618.462641115,0 pro=1540937609.462713647,0
I181030 22:13:34.662988 41898 util/stop/stopper.go:537 quiescing; tasks left:
1 node.Node: batch
1 [async] transport racer
1 [async] storage.split: processing replica
1 [async] storage.Store: gossip on capacity change
1 [async] kv.TxnCoordSender: heartbeat loop
1 [async] closedts-rangefeed-subscriber
I181030 22:13:34.663609 41898 util/stop/stopper.go:537 quiescing; tasks left:
1 node.Node: batch
1 [async] transport racer
1 [async] storage.split: processing replica
1 [async] kv.TxnCoordSender: heartbeat loop
1 [async] closedts-rangefeed-subscriber
I181030 22:13:34.666282 41898 util/stop/stopper.go:537 quiescing; tasks left:
1 node.Node: batch
1 [async] transport racer
1 [async] storage.split: processing replica
1 [async] closedts-rangefeed-subscriber
I181030 22:13:34.668214 41898 util/stop/stopper.go:537 quiescing; tasks left:
1 node.Node: batch
1 [async] transport racer
1 [async] storage.split: processing replica
W181030 22:13:34.672265 42360 storage/replica.go:3293 [n1,s1,r23/1:/Table/5{2-3}] during async intent resolution: node unavailable; try another peer
I181030 22:13:34.673985 41898 util/stop/stopper.go:537 quiescing; tasks left:
1 [async] transport racer
I181030 22:13:35.024332 42150 kv/transport_race.go:91 transport race promotion: ran 39 iterations on up to 817 requests
```
Please assign, take a look and update the issue accordingly.
| 1.0 | teamcity: failed test: TestCopyRandom - The following tests appear to have failed on release-2.1 (testrace): TestCopyRandom
You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+TestCopyRandom).
[#995291](https://teamcity.cockroachdb.com/viewLog.html?buildId=995291):
```
TestCopyRandom
...nt_log.go:126 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:45551} Attrs: Locality: ServerVersion:2.1 BuildTag:v2.1.0-22-g5301505 StartedAt:1540936856236531706 LocalityAddress:[]} ClusterID:bc16e5f7-845f-4b2b-8317-934f5ab6ec66 StartedAt:1540936856236531706 LastUp:1540936856236531706}
I181030 22:00:56.485629 49337 server/testserver.go:446 had 11 ranges at startup, expected 22
I181030 22:00:56.501335 49337 server/testserver.go:446 had 12 ranges at startup, expected 22
I181030 22:00:56.502597 49718 storage/replica_command.go:298 [n1,split,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I181030 22:00:56.504366 49337 server/testserver.go:446 had 12 ranges at startup, expected 22
I181030 22:00:56.506835 49337 server/testserver.go:446 had 12 ranges at startup, expected 22
I181030 22:00:56.517229 49286 storage/replica_command.go:298 [n1,split,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I181030 22:00:56.519264 49337 server/testserver.go:446 had 13 ranges at startup, expected 22
W181030 22:00:56.522646 49294 storage/intent_resolver.go:675 [n1,s1] failed to push during intent resolution: failed to push "split" id=6ce75c50 key=/Local/Range/Table/16/RangeDescriptor rw=true pri=0.02344777 iso=SERIALIZABLE stat=PENDING epo=0 ts=1540936856.517248472,0 orig=1540936856.517248472,0 max=1540936856.517248472,0 wto=false rop=false seq=1
I181030 22:00:56.524296 49750 storage/replica_command.go:298 [n1,split,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
I181030 22:00:56.527907 49337 server/testserver.go:446 had 14 ranges at startup, expected 22
I181030 22:00:56.531218 49687 storage/replica_command.go:298 [n1,split,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
I181030 22:00:56.548480 49744 storage/replica_command.go:298 [n1,split,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/20 [r17]
I181030 22:00:56.551314 49337 server/testserver.go:446 had 16 ranges at startup, expected 22
I181030 22:00:56.554683 49775 storage/replica_command.go:298 [n1,split,s1,r17/1:/{Table/20-Max}] initiating a split of this range at key /Table/21 [r18]
I181030 22:00:56.574207 49777 storage/replica_command.go:298 [n1,split,s1,r18/1:/{Table/21-Max}] initiating a split of this range at key /Table/22 [r19]
I181030 22:00:56.580285 49828 storage/replica_command.go:298 [n1,split,s1,r19/1:/{Table/22-Max}] initiating a split of this range at key /Table/23 [r20]
I181030 22:00:56.586258 49823 storage/replica_command.go:298 [n1,split,s1,r20/1:/{Table/23-Max}] initiating a split of this range at key /Table/50 [r21]
I181030 22:00:56.587064 49337 server/testserver.go:446 had 20 ranges at startup, expected 22
I181030 22:00:56.592157 49798 storage/replica_command.go:298 [n1,split,s1,r21/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r22]
I181030 22:00:56.681941 49871 storage/replica_command.go:298 [n1,split,s1,r22/1:/{Table/51-Max}] initiating a split of this range at key /Table/52 [r23]
I181030 22:00:56.692416 49535 sql/event_log.go:126 [n1,client=127.0.0.1:54450,user=root] Event: "create_database", target: 52, info: {DatabaseName:d Statement:CREATE DATABASE d User:root}
I181030 22:00:56.705050 49787 storage/replica_command.go:298 [n1,split,s1,r23/1:/{Table/52-Max}] initiating a split of this range at key /Table/53 [r24]
I181030 22:00:56.708458 49535 sql/event_log.go:126 [n1,client=127.0.0.1:54450,user=root] Event: "create_table", target: 53, info: {TableName:d.public.t Statement:CREATE TABLE IF NOT EXISTS d.public.t (id INT PRIMARY KEY, n INTERVAL, o BOOL, i INT, f FLOAT8, e DECIMAL, t TIME, ts TIMESTAMP, s STRING, b BYTES, u UUID, ip INET, tz TIMESTAMPTZ) User:root}
I181030 22:00:56.744332 49337 util/stop/stopper.go:537 quiescing; tasks left:
1 [async] closedts-rangefeed-subscriber
TestCopyRandom
...16]
I181030 22:13:32.739816 41898 server/testserver.go:446 had 15 ranges at startup, expected 22
I181030 22:13:32.805845 42286 storage/replica_command.go:298 [n1,split,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/20 [r17]
I181030 22:13:32.820731 41898 server/testserver.go:446 had 16 ranges at startup, expected 22
I181030 22:13:32.929999 41898 server/testserver.go:446 had 17 ranges at startup, expected 22
I181030 22:13:32.931039 42289 storage/replica_command.go:298 [n1,split,s1,r17/1:/{Table/20-Max}] initiating a split of this range at key /Table/21 [r18]
I181030 22:13:33.043217 42406 storage/replica_command.go:298 [n1,split,s1,r18/1:/{Table/21-Max}] initiating a split of this range at key /Table/22 [r19]
I181030 22:13:33.075935 41898 server/testserver.go:446 had 18 ranges at startup, expected 22
I181030 22:13:33.163370 42435 storage/replica_command.go:298 [n1,split,s1,r19/1:/{Table/22-Max}] initiating a split of this range at key /Table/23 [r20]
I181030 22:13:33.264797 42393 storage/replica_command.go:298 [n1,split,s1,r20/1:/{Table/23-Max}] initiating a split of this range at key /Table/50 [r21]
I181030 22:13:33.375318 42442 storage/replica_command.go:298 [n1,split,s1,r21/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r22]
I181030 22:13:33.401357 41898 server/testserver.go:446 had 21 ranges at startup, expected 22
I181030 22:13:34.166189 42454 sql/event_log.go:126 [n1,client=127.0.0.1:60812,user=root] Event: "create_database", target: 52, info: {DatabaseName:d Statement:CREATE DATABASE d User:root}
I181030 22:13:34.177024 42457 storage/replica_command.go:298 [n1,split,s1,r22/1:/{Table/51-Max}] initiating a split of this range at key /Table/52 [r23]
I181030 22:13:34.322406 42454 sql/event_log.go:126 [n1,client=127.0.0.1:60812,user=root] Event: "create_table", target: 53, info: {TableName:d.public.t Statement:CREATE TABLE IF NOT EXISTS d.public.t (id INT PRIMARY KEY, n INTERVAL, o BOOL, i INT, f FLOAT8, e DECIMAL, t TIME, ts TIMESTAMP, s STRING, b BYTES, u UUID, ip INET, tz TIMESTAMPTZ) User:root}
I181030 22:13:34.429037 42360 storage/replica_command.go:298 [n1,split,s1,r23/1:/{Table/52-Max}] initiating a split of this range at key /Table/53 [r24]
I181030 22:13:34.433217 42112 storage/replica_proposal.go:211 [n1,s1,r23/1:/{Table/52-Max}] new range lease repl=(n1,s1):1 seq=3 start=1540937614.357026476,0 epo=1 pro=1540937614.360279303,0 following repl=(n1,s1):1 seq=2 start=1540937609.426380688,0 exp=1540937618.462641115,0 pro=1540937609.462713647,0
I181030 22:13:34.662988 41898 util/stop/stopper.go:537 quiescing; tasks left:
1 node.Node: batch
1 [async] transport racer
1 [async] storage.split: processing replica
1 [async] storage.Store: gossip on capacity change
1 [async] kv.TxnCoordSender: heartbeat loop
1 [async] closedts-rangefeed-subscriber
I181030 22:13:34.663609 41898 util/stop/stopper.go:537 quiescing; tasks left:
1 node.Node: batch
1 [async] transport racer
1 [async] storage.split: processing replica
1 [async] kv.TxnCoordSender: heartbeat loop
1 [async] closedts-rangefeed-subscriber
I181030 22:13:34.666282 41898 util/stop/stopper.go:537 quiescing; tasks left:
1 node.Node: batch
1 [async] transport racer
1 [async] storage.split: processing replica
1 [async] closedts-rangefeed-subscriber
I181030 22:13:34.668214 41898 util/stop/stopper.go:537 quiescing; tasks left:
1 node.Node: batch
1 [async] transport racer
1 [async] storage.split: processing replica
W181030 22:13:34.672265 42360 storage/replica.go:3293 [n1,s1,r23/1:/Table/5{2-3}] during async intent resolution: node unavailable; try another peer
I181030 22:13:34.673985 41898 util/stop/stopper.go:537 quiescing; tasks left:
1 [async] transport racer
I181030 22:13:35.024332 42150 kv/transport_race.go:91 transport race promotion: ran 39 iterations on up to 817 requests
```
Please assign, take a look and update the issue accordingly.
| test | teamcity failed test testcopyrandom the following tests appear to have failed on release testrace testcopyrandom you may want to check testcopyrandom nt log go event node join target info descriptor nodeid address networkfield tcp addressfield attrs locality serverversion buildtag startedat localityaddress clusterid startedat lastup server testserver go had ranges at startup expected server testserver go had ranges at startup expected storage replica command go initiating a split of this range at key table server testserver go had ranges at startup expected server testserver go had ranges at startup expected storage replica command go initiating a split of this range at key table server testserver go had ranges at startup expected storage intent resolver go failed to push during intent resolution failed to push split id key local range table rangedescriptor rw true pri iso serializable stat pending epo ts orig max wto false rop false seq storage replica command go initiating a split of this range at key table server testserver go had ranges at startup expected storage replica command go initiating a split of this range at key table storage replica command go initiating a split of this range at key table server testserver go had ranges at startup expected storage replica command go initiating a split of this range at key table storage replica command go initiating a split of this range at key table storage replica command go initiating a split of this range at key table storage replica command go initiating a split of this range at key table server testserver go had ranges at startup expected storage replica command go initiating a split of this range at key table storage replica command go initiating a split of this range at key table sql event log go event create database target info databasename d statement create database d user root storage replica command go initiating a split of this range at key table sql event log go event create table target info tablename d public t statement create table if not exists d public t id int primary key n interval o bool i int f e decimal t time ts timestamp s string b bytes u uuid ip inet tz timestamptz user root util stop stopper go quiescing tasks left closedts rangefeed subscriber testcopyrandom server testserver go had ranges at startup expected storage replica command go initiating a split of this range at key table server testserver go had ranges at startup expected server testserver go had ranges at startup expected storage replica command go initiating a split of this range at key table storage replica command go initiating a split of this range at key table server testserver go had ranges at startup expected storage replica command go initiating a split of this range at key table storage replica command go initiating a split of this range at key table storage replica command go initiating a split of this range at key table server testserver go had ranges at startup expected sql event log go event create database target info databasename d statement create database d user root storage replica command go initiating a split of this range at key table sql event log go event create table target info tablename d public t statement create table if not exists d public t id int primary key n interval o bool i int f e decimal t time ts timestamp s string b bytes u uuid ip inet tz timestamptz user root storage replica command go initiating a split of this range at key table storage replica proposal go new range lease repl seq start epo pro following repl seq start exp pro util stop stopper go quiescing tasks left node node batch transport racer storage split processing replica storage store gossip on capacity change kv txncoordsender heartbeat loop closedts rangefeed subscriber util stop stopper go quiescing tasks left node node batch transport racer storage split processing replica kv txncoordsender heartbeat loop closedts rangefeed subscriber util stop stopper go quiescing tasks left node node batch transport racer storage split processing replica closedts rangefeed subscriber util stop stopper go quiescing tasks left node node batch transport racer storage split processing replica storage replica go during async intent resolution node unavailable try another peer util stop stopper go quiescing tasks left transport racer kv transport race go transport race promotion ran iterations on up to requests please assign take a look and update the issue accordingly | 1 |
296,798 | 25,576,721,633 | IssuesEvent | 2022-11-30 22:57:13 | dotnet/aspnetcore | https://api.github.com/repos/dotnet/aspnetcore | opened | Quarantine ServerComparison.FunctionalTests.HelloWorldTests.HelloWorld | test-failure | <!--
Note this issue template is specifically for failing tests within the dotnet/aspnetcore repo.
-->
## Failing Test(s)
<!--
Provide the fully qualified name(s) of the failing tests.
-->
- ServerComparison.FunctionalTests.HelloWorldTests.HelloWorld
## Error Message
<!--
Provide the error message associated with the test failure, if applicable.
-->
```text
| [0.354s] ServerComparison.FunctionalTests.HelloWorldTests Error: Test threw an exception.
| Xunit.Sdk.EqualException: Assert.Equal() Failure
| ↓ (pos 0)
| Expected: Hello World X86
| Actual: <!DOCTYPE html>\r\n<html lang="en-US" xmlns···
| ↑ (pos 0)
| at Xunit.Assert.Equal(String expected, String actual, Boolean ignoreCase, Boolean ignoreLineEndingDifferences, Boolean ignoreWhiteSpaceDifferences) in /_/src/xunit.assert/Asserts/StringAsserts.cs:line 326
| at Xunit.Assert.Equal(String expected, String actual) in /_/src/xunit.assert/Asserts/StringAsserts.cs:line 234
| at ServerComparison.FunctionalTests.HelloWorldTests.HelloWorld(TestVariant variant) in /_/src/Servers/test/FunctionalTests/HelloWorldTest.cs:line 73
| at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_0.<<InvokeTestMethodAsync>b__1>d.MoveNext() in /_/src/xunit.execution/Sdk/Frameworks/Runners/TestInvoker.cs:line 264
| --- End of stack trace from previous location ---
| at Xunit.Sdk.ExecutionTimer.AggregateAsync(Func`1 asyncAction) in /_/src/xunit.execution/Sdk/Frameworks/ExecutionTimer.cs:line 48
| at Xunit.Sdk.ExceptionAggregator.RunAsync(Func`1 code) in /_/src/xunit.core/Sdk/ExceptionAggregator.cs:line 90
| [0.362s] TestLifetime Information: Finished test HelloWorld-Server_IISExpress,_TFM_net7.0,_Type_Portable,_Arch_x86,_Host_InProcess in 0.3610566s
```
## Stacktrace
<details>
<!--
Provide the stack trace associated with the test failure, if applicable.
-->
```text
at ServerComparison.FunctionalTests.HelloWorldTests.HelloWorld(TestVariant variant) in /_/src/Servers/test/FunctionalTests/HelloWorldTest.cs:line 73
--- End of stack trace from previous location ---
```
</details>
## Logs
<details>
<!--
Provide the (helix) logs associated with the test failure, if applicable.
-->
```text
| [0.001s] TestLifetime Information: Starting test HelloWorld-Server_IISExpress,_TFM_net7.0,_Type_Portable,_Arch_x86,_Host_InProcess at 2022-11-30T20:03:47
| [0.001s] TestLifetime Information: Starting test HelloWorld_IISExpress_net7.0_x86_Portable at 2022-11-30T20:03:47
| [0.001s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Deploying [Variation] :: ServerType=IISExpress, Runtime=CoreClr, Arch=x86, BaseUrlHint=, Publish=False
| [0.001s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Microsoft Windows NT 10.0.20348.0
| [0.002s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Executing: D:\a\_work\1\s\.dotnet\x86\dotnet.exe D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\bin\Release\net7.0\ServerComparison.TestSites.dll
| [0.002s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: ContentRoot: D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites
| [0.003s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Attempting to start IIS Express on port: 51076
| [0.006s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Debug: Saving Config to C:\Users\cloudtest\AppData\Local\Temp\tmpob3d4m.tmp
| [0.006s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Executing command : C:\Program Files (x86)\IIS Express\iisexpress.exe /site:HttpTestSite /config:C:\Users\cloudtest\AppData\Local\Temp\tmpob3d4m.tmp /trace:error /systray:false
| [0.007s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Removing environment variable ASPNETCORE_ENVIRONMENT
| [0.007s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: SET ASPNETCORE_DETAILEDERRORS=true
| [0.007s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: SET ASPNETCORE_MODULE_DEBUG=console
| [0.007s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: SET LAUNCHER_PATH=D:\a\_work\1\s\.dotnet\x86\dotnet.exe
| [0.007s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: SET LAUNCHER_ARGS=D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\bin\Release\net7.0\ServerComparison.TestSites.dll
| [0.007s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: SET ASPNETCORE_CONTENTROOT=D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites
| [0.010s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress Process 2728 started
| [0.143s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Starting IIS Express ...
| [0.181s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Initializing the W3 Server Started CTC = 2131156
| [0.191s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: W3 Server initializing WinSock. CTC = 2131171
| [0.191s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: W3 Server WinSock initialized. CTC = 2131171
| [0.191s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: W3 Server ThreadPool initialized (ipm has signalled). CTC = 2131171
| [0.217s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.239Z, PID: 2728] [aspnetcorev2.dll] Initializing logs for 'D:\a\_work\1\s\src\Servers\test\FunctionalTests\bin\Release\net7.0\ANCM\x86\aspnetcorev2.dll'. Process Id: 2728. File Version: 18.0.22334.0. Description: IIS ASP.NET Core Module V2. Commit: 63c49481c2e0462c65443a9dc68ec156a46d4d55.
| [0.218s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Start listenerChannel http:0
| [0.220s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Successfully registered URL "http://localhost:51076/" for site "HttpTestSite" application "/"
| [0.221s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Registration completed for site "HttpTestSite"
| [0.222s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: AppPool 'IISExpressAppPool' initialized
| [0.223s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: InitComplete event signalled
| [0.223s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: IIS Express is running.
| [0.223s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Started iisexpress successfully. Process Id : 2728, Port: 51076
| [0.223s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Application ready at URL: http://localhost:51076/
| [0.223s] HelloWorld Warning: Retry count 1..
| [0.223s] System.Net.Http.HttpClient Debug: Sending GET http://localhost:51076/
| [0.226s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: IncrementMessages called
| [0.230s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Request started: "GET" http://localhost:51076/
| [0.237s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.259Z, PID: 2728] [aspnetcorev2.dll] Resolving hostfxr parameters for application: 'D:\a\_work\1\s\.dotnet\x86\dotnet.exe' arguments: 'D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\bin\Release\net7.0\ServerComparison.TestSites.dll' path: 'D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\'
| [0.237s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.259Z, PID: 2728] [aspnetcorev2.dll] Known dotnet.exe location: ''
| [0.237s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.259Z, PID: 2728] [aspnetcorev2.dll] Process path 'D:\a\_work\1\s\.dotnet\x86\dotnet.exe' is dotnet, treating application as portable
| [0.237s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.259Z, PID: 2728] [aspnetcorev2.dll] hostfxr.dotnet_root: 'D:\a\_work\1\s\.dotnet\x86'
| [0.237s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.259Z, PID: 2728] [aspnetcorev2.dll] hostfxr.assembly_path: 'D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\'
| [0.238s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.261Z, PID: 2728] [aspnetcorev2.dll] get_hostfxr_path failed (80008083)
| [0.239s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.261Z, PID: 2728] [aspnetcorev2.dll] Resolving absolute path to dotnet.exe from 'D:\a\_work\1\s\.dotnet\x86\dotnet.exe'
| [0.239s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.261Z, PID: 2728] [aspnetcorev2.dll] Found dotnet.exe at 'D:\a\_work\1\s\.dotnet\x86\dotnet.exe'
| [0.239s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.261Z, PID: 2728] [aspnetcorev2.dll] Trying get_hostfxr_path with dotnet path as dotnet root
| [0.239s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.261Z, PID: 2728] [aspnetcorev2.dll] hostfxr.dotnet_root: 'D:\a\_work\1\s\.dotnet\x86'
| [0.239s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.261Z, PID: 2728] [aspnetcorev2.dll] hostfxr.assembly_path: 'D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\'
| [0.239s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.262Z, PID: 2728] [aspnetcorev2.dll] get_hostfxr_path failed (80008083)
| [0.241s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.263Z, PID: 2728] [aspnetcorev2.dll] Event Log: 'Application 'D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\' failed to start. Exception message:
| [0.241s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: get_hostfxr_path failed'
| [0.241s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: End Event Log Message.
| [0.242s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.263Z, PID: 2728] [aspnetcorev2.dll] InvalidOperationException 'get_hostfxr_path failed' caught at D:\a\_work\1\s\src\Servers\IIS\AspNetCoreModuleV2\CommonLib\HostFxrResolutionResult.cpp:64
| [0.242s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.264Z, PID: 2728] [aspnetcorev2.dll] Failed HRESULT returned: 0x8007023e at D:\a\_work\1\s\src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\HandlerResolver.cpp:70
| [0.242s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.264Z, PID: 2728] [aspnetcorev2.dll] Failed HRESULT returned: 0x8007023e at D:\a\_work\1\s\src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\HandlerResolver.cpp:175
| [0.242s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.265Z, PID: 2728] [aspnetcorev2.dll] Failed HRESULT returned: 0x8007023e at D:\a\_work\1\s\src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\applicationinfo.cpp:195
| [0.242s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.265Z, PID: 2728] [aspnetcorev2.dll] Failed HRESULT returned: 0x8007023e at D:\a\_work\1\s\src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\applicationinfo.cpp:108
| [0.243s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.265Z, PID: 2728] [aspnetcorev2.dll] Event Log: 'Failed to start application '/LM/W3SVC/1/ROOT', ErrorCode '0x8007023e'.'
| [0.243s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: End Event Log Message.
| [0.244s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Response sent: http://localhost:51076/ with HTTP status 500.0
| [0.247s] System.Net.Http.HttpClient Debug: Received InternalServerError Internal Server Error http://localhost:51076/
| [0.253s] HelloWorld Warning: StatusCode: 500, ReasonPhrase: 'Internal Server Error', Version: 1.1, Content: System.Net.Http.HttpConnectionResponseContent, Headers:
| {
| Server: Microsoft-IIS/10.0
| X-SourceFiles: =?UTF-8?B?RDpcYVxfd29ya1wxXHNcc3JjXFNlcnZlcnNcdGVzdGFzc2V0c1xTZXJ2ZXJDb21wYXJpc29uLlRlc3RTaXRlcw==?=
| X-Powered-By: ASP.NET
| Date: Wed, 30 Nov 2022 20:03:46 GMT
| Content-Type: text/html
| Content-Length: 2254
| }
| [0.253s] HelloWorld Warning: <!DOCTYPE html>
| <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
| <head>
| <meta charset="utf-8" />
| <title> HTTP Error 500.0 - ASP.NET Core IIS hosting failure (in-process) </title>
| <style>
| body {
| font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
| font-size: .813em;
| color: #222;
| background-color: #fff;
| }
| h1, h2, h3, h4, h5 {
| /*font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;*/
| font-weight: 100;
| }
| h1 {
| color: #44525e;
| margin: 15px 0 15px 0;
| }
| h2 {
| margin: 10px 5px 0 0;
| }
| h3 {
| color: #363636;
| margin: 5px 5px 0 0;
| }
| code {
| font-family: Consolas, "Courier New", courier, monospace;
| }
| body .titleerror {
| padding: 3px 3px 6px 3px;
| display: block;
| font-size: 1.5em;
| font-weight: 100;
| }
| a {
| color: #1ba1e2;
| text-decoration: none;
| }
| a:hover {
| color: #13709e;
| text-decoration: underline;
| }
| li {
| margin: 5px;
| }
| </style>
| </head>
| <body>
| <h1> HTTP Error 500.0 - ASP.NET Core IIS hosting failure (in-process) </h1>
|
|
| <h2> Troubleshooting steps: </h2>
| <ul>
| <li> Check the system event log for error messages </li>
| <li> Enable logging the application process' stdout messages </li>
| <li> Attach a debugger to the application process and inspect </li>
| </ul>
| <h2>
| For more guidance on diagnosing and handling these errors, visit
| <a href="https://go.microsoft.com/fwlink/?LinkID=2028526"> <cite>Troubleshoot ASP.NET Core on Azure App Service and IIS</cite></a>.
| </h2>
| </body>
| </html>
| [0.254s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Attempting to cancel process 2728
| [0.349s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress Process 2728 shut down
| [0.350s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Host process shutting down.
| [0.350s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Successfully terminated host process with process Id '2728'
| [0.350s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Debug: Deleting applicationHost.config file from C:\Users\cloudtest\AppData\Local\Temp\tmpob3d4m.tmp
| [0.350s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: [Time]: Total time taken for this test variation '0.348781' seconds
| [0.350s] TestLifetime Information: Finished test HelloWorld_IISExpress_net7.0_x86_Portable in 0.3494779s
| [0.354s] ServerComparison.FunctionalTests.HelloWorldTests Error: Test threw an exception.
| Xunit.Sdk.EqualException: Assert.Equal() Failure
| ↓ (pos 0)
| Expected: Hello World X86
| Actual: <!DOCTYPE html>\r\n<html lang="en-US" xmlns···
| ↑ (pos 0)
| at Xunit.Assert.Equal(String expected, String actual, Boolean ignoreCase, Boolean ignoreLineEndingDifferences, Boolean ignoreWhiteSpaceDifferences) in /_/src/xunit.assert/Asserts/StringAsserts.cs:line 326
| at Xunit.Assert.Equal(String expected, String actual) in /_/src/xunit.assert/Asserts/StringAsserts.cs:line 234
| at ServerComparison.FunctionalTests.HelloWorldTests.HelloWorld(TestVariant variant) in /_/src/Servers/test/FunctionalTests/HelloWorldTest.cs:line 73
| at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_0.<<InvokeTestMethodAsync>b__1>d.MoveNext() in /_/src/xunit.execution/Sdk/Frameworks/Runners/TestInvoker.cs:line 264
| --- End of stack trace from previous location ---
| at Xunit.Sdk.ExecutionTimer.AggregateAsync(Func`1 asyncAction) in /_/src/xunit.execution/Sdk/Frameworks/ExecutionTimer.cs:line 48
| at Xunit.Sdk.ExceptionAggregator.RunAsync(Func`1 code) in /_/src/xunit.core/Sdk/ExceptionAggregator.cs:line 90
| [0.362s] TestLifetime Information: Finished test HelloWorld-Server_IISExpress,_TFM_net7.0,_Type_Portable,_Arch_x86,_Host_InProcess in 0.3610566s
```
</details>
## Build
<!--
Provide a link to the build where the test failure occurred.
-->
https://dev.azure.com/dnceng-public/public/_build/results?buildId=98033&view=ms.vss-test-web.build-test-results-tab&runId=2091228&resultId=100028&paneView=attachments | 1.0 | Quarantine ServerComparison.FunctionalTests.HelloWorldTests.HelloWorld - <!--
Note this issue template is specifically for failing tests within the dotnet/aspnetcore repo.
-->
## Failing Test(s)
<!--
Provide the fully qualified name(s) of the failing tests.
-->
- ServerComparison.FunctionalTests.HelloWorldTests.HelloWorld
## Error Message
<!--
Provide the error message associated with the test failure, if applicable.
-->
```text
| [0.354s] ServerComparison.FunctionalTests.HelloWorldTests Error: Test threw an exception.
| Xunit.Sdk.EqualException: Assert.Equal() Failure
| ↓ (pos 0)
| Expected: Hello World X86
| Actual: <!DOCTYPE html>\r\n<html lang="en-US" xmlns···
| ↑ (pos 0)
| at Xunit.Assert.Equal(String expected, String actual, Boolean ignoreCase, Boolean ignoreLineEndingDifferences, Boolean ignoreWhiteSpaceDifferences) in /_/src/xunit.assert/Asserts/StringAsserts.cs:line 326
| at Xunit.Assert.Equal(String expected, String actual) in /_/src/xunit.assert/Asserts/StringAsserts.cs:line 234
| at ServerComparison.FunctionalTests.HelloWorldTests.HelloWorld(TestVariant variant) in /_/src/Servers/test/FunctionalTests/HelloWorldTest.cs:line 73
| at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_0.<<InvokeTestMethodAsync>b__1>d.MoveNext() in /_/src/xunit.execution/Sdk/Frameworks/Runners/TestInvoker.cs:line 264
| --- End of stack trace from previous location ---
| at Xunit.Sdk.ExecutionTimer.AggregateAsync(Func`1 asyncAction) in /_/src/xunit.execution/Sdk/Frameworks/ExecutionTimer.cs:line 48
| at Xunit.Sdk.ExceptionAggregator.RunAsync(Func`1 code) in /_/src/xunit.core/Sdk/ExceptionAggregator.cs:line 90
| [0.362s] TestLifetime Information: Finished test HelloWorld-Server_IISExpress,_TFM_net7.0,_Type_Portable,_Arch_x86,_Host_InProcess in 0.3610566s
```
## Stacktrace
<details>
<!--
Provide the stack trace associated with the test failure, if applicable.
-->
```text
at ServerComparison.FunctionalTests.HelloWorldTests.HelloWorld(TestVariant variant) in /_/src/Servers/test/FunctionalTests/HelloWorldTest.cs:line 73
--- End of stack trace from previous location ---
```
</details>
## Logs
<details>
<!--
Provide the (helix) logs associated with the test failure, if applicable.
-->
```text
| [0.001s] TestLifetime Information: Starting test HelloWorld-Server_IISExpress,_TFM_net7.0,_Type_Portable,_Arch_x86,_Host_InProcess at 2022-11-30T20:03:47
| [0.001s] TestLifetime Information: Starting test HelloWorld_IISExpress_net7.0_x86_Portable at 2022-11-30T20:03:47
| [0.001s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Deploying [Variation] :: ServerType=IISExpress, Runtime=CoreClr, Arch=x86, BaseUrlHint=, Publish=False
| [0.001s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Microsoft Windows NT 10.0.20348.0
| [0.002s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Executing: D:\a\_work\1\s\.dotnet\x86\dotnet.exe D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\bin\Release\net7.0\ServerComparison.TestSites.dll
| [0.002s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: ContentRoot: D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites
| [0.003s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Attempting to start IIS Express on port: 51076
| [0.006s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Debug: Saving Config to C:\Users\cloudtest\AppData\Local\Temp\tmpob3d4m.tmp
| [0.006s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Executing command : C:\Program Files (x86)\IIS Express\iisexpress.exe /site:HttpTestSite /config:C:\Users\cloudtest\AppData\Local\Temp\tmpob3d4m.tmp /trace:error /systray:false
| [0.007s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Removing environment variable ASPNETCORE_ENVIRONMENT
| [0.007s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: SET ASPNETCORE_DETAILEDERRORS=true
| [0.007s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: SET ASPNETCORE_MODULE_DEBUG=console
| [0.007s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: SET LAUNCHER_PATH=D:\a\_work\1\s\.dotnet\x86\dotnet.exe
| [0.007s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: SET LAUNCHER_ARGS=D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\bin\Release\net7.0\ServerComparison.TestSites.dll
| [0.007s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: SET ASPNETCORE_CONTENTROOT=D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites
| [0.010s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress Process 2728 started
| [0.143s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Starting IIS Express ...
| [0.181s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Initializing the W3 Server Started CTC = 2131156
| [0.191s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: W3 Server initializing WinSock. CTC = 2131171
| [0.191s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: W3 Server WinSock initialized. CTC = 2131171
| [0.191s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: W3 Server ThreadPool initialized (ipm has signalled). CTC = 2131171
| [0.217s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.239Z, PID: 2728] [aspnetcorev2.dll] Initializing logs for 'D:\a\_work\1\s\src\Servers\test\FunctionalTests\bin\Release\net7.0\ANCM\x86\aspnetcorev2.dll'. Process Id: 2728. File Version: 18.0.22334.0. Description: IIS ASP.NET Core Module V2. Commit: 63c49481c2e0462c65443a9dc68ec156a46d4d55.
| [0.218s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Start listenerChannel http:0
| [0.220s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Successfully registered URL "http://localhost:51076/" for site "HttpTestSite" application "/"
| [0.221s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Registration completed for site "HttpTestSite"
| [0.222s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: AppPool 'IISExpressAppPool' initialized
| [0.223s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: InitComplete event signalled
| [0.223s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: IIS Express is running.
| [0.223s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Started iisexpress successfully. Process Id : 2728, Port: 51076
| [0.223s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Application ready at URL: http://localhost:51076/
| [0.223s] HelloWorld Warning: Retry count 1..
| [0.223s] System.Net.Http.HttpClient Debug: Sending GET http://localhost:51076/
| [0.226s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: IncrementMessages called
| [0.230s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Request started: "GET" http://localhost:51076/
| [0.237s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.259Z, PID: 2728] [aspnetcorev2.dll] Resolving hostfxr parameters for application: 'D:\a\_work\1\s\.dotnet\x86\dotnet.exe' arguments: 'D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\bin\Release\net7.0\ServerComparison.TestSites.dll' path: 'D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\'
| [0.237s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.259Z, PID: 2728] [aspnetcorev2.dll] Known dotnet.exe location: ''
| [0.237s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.259Z, PID: 2728] [aspnetcorev2.dll] Process path 'D:\a\_work\1\s\.dotnet\x86\dotnet.exe' is dotnet, treating application as portable
| [0.237s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.259Z, PID: 2728] [aspnetcorev2.dll] hostfxr.dotnet_root: 'D:\a\_work\1\s\.dotnet\x86'
| [0.237s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.259Z, PID: 2728] [aspnetcorev2.dll] hostfxr.assembly_path: 'D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\'
| [0.238s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.261Z, PID: 2728] [aspnetcorev2.dll] get_hostfxr_path failed (80008083)
| [0.239s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.261Z, PID: 2728] [aspnetcorev2.dll] Resolving absolute path to dotnet.exe from 'D:\a\_work\1\s\.dotnet\x86\dotnet.exe'
| [0.239s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.261Z, PID: 2728] [aspnetcorev2.dll] Found dotnet.exe at 'D:\a\_work\1\s\.dotnet\x86\dotnet.exe'
| [0.239s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.261Z, PID: 2728] [aspnetcorev2.dll] Trying get_hostfxr_path with dotnet path as dotnet root
| [0.239s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.261Z, PID: 2728] [aspnetcorev2.dll] hostfxr.dotnet_root: 'D:\a\_work\1\s\.dotnet\x86'
| [0.239s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.261Z, PID: 2728] [aspnetcorev2.dll] hostfxr.assembly_path: 'D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\'
| [0.239s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.262Z, PID: 2728] [aspnetcorev2.dll] get_hostfxr_path failed (80008083)
| [0.241s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.263Z, PID: 2728] [aspnetcorev2.dll] Event Log: 'Application 'D:\a\_work\1\s\src\Servers\testassets\ServerComparison.TestSites\' failed to start. Exception message:
| [0.241s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: get_hostfxr_path failed'
| [0.241s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: End Event Log Message.
| [0.242s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.263Z, PID: 2728] [aspnetcorev2.dll] InvalidOperationException 'get_hostfxr_path failed' caught at D:\a\_work\1\s\src\Servers\IIS\AspNetCoreModuleV2\CommonLib\HostFxrResolutionResult.cpp:64
| [0.242s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.264Z, PID: 2728] [aspnetcorev2.dll] Failed HRESULT returned: 0x8007023e at D:\a\_work\1\s\src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\HandlerResolver.cpp:70
| [0.242s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.264Z, PID: 2728] [aspnetcorev2.dll] Failed HRESULT returned: 0x8007023e at D:\a\_work\1\s\src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\HandlerResolver.cpp:175
| [0.242s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.265Z, PID: 2728] [aspnetcorev2.dll] Failed HRESULT returned: 0x8007023e at D:\a\_work\1\s\src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\applicationinfo.cpp:195
| [0.242s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.265Z, PID: 2728] [aspnetcorev2.dll] Failed HRESULT returned: 0x8007023e at D:\a\_work\1\s\src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\applicationinfo.cpp:108
| [0.243s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: [2022-11-30T20:03:47.265Z, PID: 2728] [aspnetcorev2.dll] Event Log: 'Failed to start application '/LM/W3SVC/1/ROOT', ErrorCode '0x8007023e'.'
| [0.243s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: End Event Log Message.
| [0.244s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress stdout: Response sent: http://localhost:51076/ with HTTP status 500.0
| [0.247s] System.Net.Http.HttpClient Debug: Received InternalServerError Internal Server Error http://localhost:51076/
| [0.253s] HelloWorld Warning: StatusCode: 500, ReasonPhrase: 'Internal Server Error', Version: 1.1, Content: System.Net.Http.HttpConnectionResponseContent, Headers:
| {
| Server: Microsoft-IIS/10.0
| X-SourceFiles: =?UTF-8?B?RDpcYVxfd29ya1wxXHNcc3JjXFNlcnZlcnNcdGVzdGFzc2V0c1xTZXJ2ZXJDb21wYXJpc29uLlRlc3RTaXRlcw==?=
| X-Powered-By: ASP.NET
| Date: Wed, 30 Nov 2022 20:03:46 GMT
| Content-Type: text/html
| Content-Length: 2254
| }
| [0.253s] HelloWorld Warning: <!DOCTYPE html>
| <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
| <head>
| <meta charset="utf-8" />
| <title> HTTP Error 500.0 - ASP.NET Core IIS hosting failure (in-process) </title>
| <style>
| body {
| font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
| font-size: .813em;
| color: #222;
| background-color: #fff;
| }
| h1, h2, h3, h4, h5 {
| /*font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;*/
| font-weight: 100;
| }
| h1 {
| color: #44525e;
| margin: 15px 0 15px 0;
| }
| h2 {
| margin: 10px 5px 0 0;
| }
| h3 {
| color: #363636;
| margin: 5px 5px 0 0;
| }
| code {
| font-family: Consolas, "Courier New", courier, monospace;
| }
| body .titleerror {
| padding: 3px 3px 6px 3px;
| display: block;
| font-size: 1.5em;
| font-weight: 100;
| }
| a {
| color: #1ba1e2;
| text-decoration: none;
| }
| a:hover {
| color: #13709e;
| text-decoration: underline;
| }
| li {
| margin: 5px;
| }
| </style>
| </head>
| <body>
| <h1> HTTP Error 500.0 - ASP.NET Core IIS hosting failure (in-process) </h1>
|
|
| <h2> Troubleshooting steps: </h2>
| <ul>
| <li> Check the system event log for error messages </li>
| <li> Enable logging the application process' stdout messages </li>
| <li> Attach a debugger to the application process and inspect </li>
| </ul>
| <h2>
| For more guidance on diagnosing and handling these errors, visit
| <a href="https://go.microsoft.com/fwlink/?LinkID=2028526"> <cite>Troubleshoot ASP.NET Core on Azure App Service and IIS</cite></a>.
| </h2>
| </body>
| </html>
| [0.254s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Attempting to cancel process 2728
| [0.349s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: iisexpress Process 2728 shut down
| [0.350s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Host process shutting down.
| [0.350s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: Successfully terminated host process with process Id '2728'
| [0.350s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Debug: Deleting applicationHost.config file from C:\Users\cloudtest\AppData\Local\Temp\tmpob3d4m.tmp
| [0.350s] Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer Information: [Time]: Total time taken for this test variation '0.348781' seconds
| [0.350s] TestLifetime Information: Finished test HelloWorld_IISExpress_net7.0_x86_Portable in 0.3494779s
| [0.354s] ServerComparison.FunctionalTests.HelloWorldTests Error: Test threw an exception.
| Xunit.Sdk.EqualException: Assert.Equal() Failure
| ↓ (pos 0)
| Expected: Hello World X86
| Actual: <!DOCTYPE html>\r\n<html lang="en-US" xmlns···
| ↑ (pos 0)
| at Xunit.Assert.Equal(String expected, String actual, Boolean ignoreCase, Boolean ignoreLineEndingDifferences, Boolean ignoreWhiteSpaceDifferences) in /_/src/xunit.assert/Asserts/StringAsserts.cs:line 326
| at Xunit.Assert.Equal(String expected, String actual) in /_/src/xunit.assert/Asserts/StringAsserts.cs:line 234
| at ServerComparison.FunctionalTests.HelloWorldTests.HelloWorld(TestVariant variant) in /_/src/Servers/test/FunctionalTests/HelloWorldTest.cs:line 73
| at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_0.<<InvokeTestMethodAsync>b__1>d.MoveNext() in /_/src/xunit.execution/Sdk/Frameworks/Runners/TestInvoker.cs:line 264
| --- End of stack trace from previous location ---
| at Xunit.Sdk.ExecutionTimer.AggregateAsync(Func`1 asyncAction) in /_/src/xunit.execution/Sdk/Frameworks/ExecutionTimer.cs:line 48
| at Xunit.Sdk.ExceptionAggregator.RunAsync(Func`1 code) in /_/src/xunit.core/Sdk/ExceptionAggregator.cs:line 90
| [0.362s] TestLifetime Information: Finished test HelloWorld-Server_IISExpress,_TFM_net7.0,_Type_Portable,_Arch_x86,_Host_InProcess in 0.3610566s
```
</details>
## Build
<!--
Provide a link to the build where the test failure occurred.
-->
https://dev.azure.com/dnceng-public/public/_build/results?buildId=98033&view=ms.vss-test-web.build-test-results-tab&runId=2091228&resultId=100028&paneView=attachments | test | quarantine servercomparison functionaltests helloworldtests helloworld note this issue template is specifically for failing tests within the dotnet aspnetcore repo failing test s provide the fully qualified name s of the failing tests servercomparison functionaltests helloworldtests helloworld error message provide the error message associated with the test failure if applicable text servercomparison functionaltests helloworldtests error test threw an exception xunit sdk equalexception assert equal failure ↓ pos expected hello world actual r n html lang en us xmlns··· ↑ pos at xunit assert equal string expected string actual boolean ignorecase boolean ignorelineendingdifferences boolean ignorewhitespacedifferences in src xunit assert asserts stringasserts cs line at xunit assert equal string expected string actual in src xunit assert asserts stringasserts cs line at servercomparison functionaltests helloworldtests helloworld testvariant variant in src servers test functionaltests helloworldtest cs line at xunit sdk testinvoker c b d movenext in src xunit execution sdk frameworks runners testinvoker cs line end of stack trace from previous location at xunit sdk executiontimer aggregateasync func asyncaction in src xunit execution sdk frameworks executiontimer cs line at xunit sdk exceptionaggregator runasync func code in src xunit core sdk exceptionaggregator cs line testlifetime information finished test helloworld server iisexpress tfm type portable arch host inprocess in stacktrace provide the stack trace associated with the test failure if applicable text at servercomparison functionaltests helloworldtests helloworld testvariant variant in src servers test functionaltests helloworldtest cs line end of stack trace from previous location logs provide the helix logs associated with the test failure if applicable text testlifetime information starting test helloworld server iisexpress tfm type portable arch host inprocess at testlifetime information starting test helloworld iisexpress portable at microsoft aspnetcore server integrationtesting iis iisexpressdeployer information deploying servertype iisexpress runtime coreclr arch baseurlhint publish false microsoft aspnetcore server integrationtesting iis iisexpressdeployer information microsoft windows nt microsoft aspnetcore server integrationtesting iis iisexpressdeployer information executing d a work s dotnet dotnet exe d a work s src servers testassets servercomparison testsites bin release servercomparison testsites dll microsoft aspnetcore server integrationtesting iis iisexpressdeployer information contentroot d a work s src servers testassets servercomparison testsites microsoft aspnetcore server integrationtesting iis iisexpressdeployer information attempting to start iis express on port microsoft aspnetcore server integrationtesting iis iisexpressdeployer debug saving config to c users cloudtest appdata local temp tmp microsoft aspnetcore server integrationtesting iis iisexpressdeployer information executing command c program files iis express iisexpress exe site httptestsite config c users cloudtest appdata local temp tmp trace error systray false microsoft aspnetcore server integrationtesting iis iisexpressdeployer information removing environment variable aspnetcore environment microsoft aspnetcore server integrationtesting iis iisexpressdeployer information set aspnetcore detailederrors true microsoft aspnetcore server integrationtesting iis iisexpressdeployer information set aspnetcore module debug console microsoft aspnetcore server integrationtesting iis iisexpressdeployer information set launcher path d a work s dotnet dotnet exe microsoft aspnetcore server integrationtesting iis iisexpressdeployer information set launcher args d a work s src servers testassets servercomparison testsites bin release servercomparison testsites dll microsoft aspnetcore server integrationtesting iis iisexpressdeployer information set aspnetcore contentroot d a work s src servers testassets servercomparison testsites microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress process started microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout starting iis express microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout initializing the server started ctc microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout server initializing winsock ctc microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout server winsock initialized ctc microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout server threadpool initialized ipm has signalled ctc microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout initializing logs for d a work s src servers test functionaltests bin release ancm dll process id file version description iis asp net core module commit microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout start listenerchannel http microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout successfully registered url for site httptestsite application microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout registration completed for site httptestsite microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout apppool iisexpressapppool initialized microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout initcomplete event signalled microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout iis express is running microsoft aspnetcore server integrationtesting iis iisexpressdeployer information started iisexpress successfully process id port microsoft aspnetcore server integrationtesting iis iisexpressdeployer information application ready at url helloworld warning retry count system net http httpclient debug sending get microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout incrementmessages called microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout request started get microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout resolving hostfxr parameters for application d a work s dotnet dotnet exe arguments d a work s src servers testassets servercomparison testsites bin release servercomparison testsites dll path d a work s src servers testassets servercomparison testsites microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout known dotnet exe location microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout process path d a work s dotnet dotnet exe is dotnet treating application as portable microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout hostfxr dotnet root d a work s dotnet microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout hostfxr assembly path d a work s src servers testassets servercomparison testsites microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout get hostfxr path failed microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout resolving absolute path to dotnet exe from d a work s dotnet dotnet exe microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout found dotnet exe at d a work s dotnet dotnet exe microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout trying get hostfxr path with dotnet path as dotnet root microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout hostfxr dotnet root d a work s dotnet microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout hostfxr assembly path d a work s src servers testassets servercomparison testsites microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout get hostfxr path failed microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout event log application d a work s src servers testassets servercomparison testsites failed to start exception message microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout get hostfxr path failed microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout end event log message microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout invalidoperationexception get hostfxr path failed caught at d a work s src servers iis commonlib hostfxrresolutionresult cpp microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout failed hresult returned at d a work s src servers iis aspnetcore handlerresolver cpp microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout failed hresult returned at d a work s src servers iis aspnetcore handlerresolver cpp microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout failed hresult returned at d a work s src servers iis aspnetcore applicationinfo cpp microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout failed hresult returned at d a work s src servers iis aspnetcore applicationinfo cpp microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout event log failed to start application lm root errorcode microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout end event log message microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress stdout response sent with http status system net http httpclient debug received internalservererror internal server error helloworld warning statuscode reasonphrase internal server error version content system net http httpconnectionresponsecontent headers server microsoft iis x sourcefiles utf b x powered by asp net date wed nov gmt content type text html content length helloworld warning html lang en us xmlns http error asp net core iis hosting failure in process body font family segoe ui tahoma arial helvetica sans serif font size color background color fff font family segoe ui tahoma arial helvetica sans serif font weight color margin margin color margin code font family consolas courier new courier monospace body titleerror padding display block font size font weight a color text decoration none a hover color text decoration underline li margin http error asp net core iis hosting failure in process troubleshooting steps check the system event log for error messages enable logging the application process stdout messages attach a debugger to the application process and inspect for more guidance on diagnosing and handling these errors visit troubleshoot asp net core on azure app service and iis microsoft aspnetcore server integrationtesting iis iisexpressdeployer information attempting to cancel process microsoft aspnetcore server integrationtesting iis iisexpressdeployer information iisexpress process shut down microsoft aspnetcore server integrationtesting iis iisexpressdeployer information host process shutting down microsoft aspnetcore server integrationtesting iis iisexpressdeployer information successfully terminated host process with process id microsoft aspnetcore server integrationtesting iis iisexpressdeployer debug deleting applicationhost config file from c users cloudtest appdata local temp tmp microsoft aspnetcore server integrationtesting iis iisexpressdeployer information total time taken for this test variation seconds testlifetime information finished test helloworld iisexpress portable in servercomparison functionaltests helloworldtests error test threw an exception xunit sdk equalexception assert equal failure ↓ pos expected hello world actual r n html lang en us xmlns··· ↑ pos at xunit assert equal string expected string actual boolean ignorecase boolean ignorelineendingdifferences boolean ignorewhitespacedifferences in src xunit assert asserts stringasserts cs line at xunit assert equal string expected string actual in src xunit assert asserts stringasserts cs line at servercomparison functionaltests helloworldtests helloworld testvariant variant in src servers test functionaltests helloworldtest cs line at xunit sdk testinvoker c b d movenext in src xunit execution sdk frameworks runners testinvoker cs line end of stack trace from previous location at xunit sdk executiontimer aggregateasync func asyncaction in src xunit execution sdk frameworks executiontimer cs line at xunit sdk exceptionaggregator runasync func code in src xunit core sdk exceptionaggregator cs line testlifetime information finished test helloworld server iisexpress tfm type portable arch host inprocess in build provide a link to the build where the test failure occurred | 1 |
16,097 | 9,239,206,878 | IssuesEvent | 2019-03-14 00:21:46 | sympy/sympy | https://api.github.com/repos/sympy/sympy | closed | Code generation very slow for Min with many arguments | Performance printing | The following code takes about 30 seconds to run:
```
import sympy as sy
symbols = sy.symbols('a[0:50]')
sy.ccode(sy.Min(*symbols))
```
It seems to scale exponentially with the number of input to Min.
This is on the latest git - there was a recent fix for code printing performance ( #15377) but presumably that was a separate issue.
| True | Code generation very slow for Min with many arguments - The following code takes about 30 seconds to run:
```
import sympy as sy
symbols = sy.symbols('a[0:50]')
sy.ccode(sy.Min(*symbols))
```
It seems to scale exponentially with the number of input to Min.
This is on the latest git - there was a recent fix for code printing performance ( #15377) but presumably that was a separate issue.
| non_test | code generation very slow for min with many arguments the following code takes about seconds to run import sympy as sy symbols sy symbols a sy ccode sy min symbols it seems to scale exponentially with the number of input to min this is on the latest git there was a recent fix for code printing performance but presumably that was a separate issue | 0 |
13,026 | 5,287,469,623 | IssuesEvent | 2017-02-08 12:27:27 | elegantthemes/Divi-Beta | https://api.github.com/repos/elegantthemes/Divi-Beta | closed | Dreamhost :: Builder Sync :: CTA Module | BUILDER SYNC QUESTION | ### Problem:
None of the settings, done in the Backend Builder does update the Visual Builder, while the settings done in Visual Builder do get updated in the Backend Builder. | 1.0 | Dreamhost :: Builder Sync :: CTA Module - ### Problem:
None of the settings, done in the Backend Builder does update the Visual Builder, while the settings done in Visual Builder do get updated in the Backend Builder. | non_test | dreamhost builder sync cta module problem none of the settings done in the backend builder does update the visual builder while the settings done in visual builder do get updated in the backend builder | 0 |
44,972 | 5,672,575,264 | IssuesEvent | 2017-04-12 02:04:49 | AffiliateWP/AffiliateWP | https://api.github.com/repos/AffiliateWP/AffiliateWP | closed | User filter on export/import tab is searching non-affiliates | bug Has PR needs testing | Steps to reproduce:
- Go to Tools, and to the Export/Import tab
- In the 'Export Payouts' or 'Export Referrals' sections, begin a search on a user. A list of possible users will appear.
Expected result: Only affiliates are shown on the list of options.
Actual result: All users, whether affiliates or not, can appear on the list.
Version tested on: 2.0.5 (WooCommerce integration, WC 2.6.14, WP 4.7.3) | 1.0 | User filter on export/import tab is searching non-affiliates - Steps to reproduce:
- Go to Tools, and to the Export/Import tab
- In the 'Export Payouts' or 'Export Referrals' sections, begin a search on a user. A list of possible users will appear.
Expected result: Only affiliates are shown on the list of options.
Actual result: All users, whether affiliates or not, can appear on the list.
Version tested on: 2.0.5 (WooCommerce integration, WC 2.6.14, WP 4.7.3) | test | user filter on export import tab is searching non affiliates steps to reproduce go to tools and to the export import tab in the export payouts or export referrals sections begin a search on a user a list of possible users will appear expected result only affiliates are shown on the list of options actual result all users whether affiliates or not can appear on the list version tested on woocommerce integration wc wp | 1 |
126,151 | 4,973,258,464 | IssuesEvent | 2016-12-06 00:15:35 | OpenKnowledgeSpace/KnowledgeSpace | https://api.github.com/repos/OpenKnowledgeSpace/KnowledgeSpace | closed | Integrate HBP Atlas viewer into KnowledgeSpace | priority | link to viewer Allen v.3: https://nip.humanbrainproject.eu/atlas/#/?dataset=5954630a-ec21-11e4-a5f8-6003088da632
It would be nice to have it integrated into the pages, but we could also have a link at this stage in the game
| 1.0 | Integrate HBP Atlas viewer into KnowledgeSpace - link to viewer Allen v.3: https://nip.humanbrainproject.eu/atlas/#/?dataset=5954630a-ec21-11e4-a5f8-6003088da632
It would be nice to have it integrated into the pages, but we could also have a link at this stage in the game
| non_test | integrate hbp atlas viewer into knowledgespace link to viewer allen v it would be nice to have it integrated into the pages but we could also have a link at this stage in the game | 0 |
220,936 | 17,270,398,706 | IssuesEvent | 2021-07-22 19:00:21 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | Rancher pod restarts with "[FATAL] failed to ListenAndServe for fleet" error | [zube]: To Test kind/bug-qa | **Rancher Server Setup**
- Rancher version: master-head commit id: `4d41301d`
- Installation option (Docker install/Helm Chart): HA
- If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): RKE1
- Proxy/Cert Details: Rancher generated
**Information about the Cluster**
- Kubernetes version: 1.20.7
-
**Describe the bug**
Rancher pod restarts with "[FATAL] failed to ListenAndServe for fleet" error
**To Reproduce**
Rancher pod has restarted with error in logs
```
2021/07/13 02:25:05 [INFO] Watching metadata for project.cattle.io/v3, Kind=SourceCodeRepository
2021/07/13 02:25:05 [INFO] Watching metadata for /v1, Kind=PersistentVolumeClaim
2021/07/13 02:25:05 [INFO] Watching metadata for management.cattle.io/v3, Kind=CatalogTemplateVersion
2021/07/13 02:25:06 [INFO] Active TLS secret serving-cert (ver=2581) (count 5): map[listener.cattle.io/cn-10.42.0.5:10.42.0.5 listener.cattle.io/cn-10.42.2.5:10.42.2.5 listener.cattle.io/cn-127.0.0.1:127.0.0.1 listener.cattle.io/cn-localhost:localhost listener.cattle.io/cn-rancher.cattle-system:rancher.cattle-system listener.cattle.io/fingerprint:SHA1=..]
2021/07/13 02:25:07 [FATAL] failed to ListenAndServe for fleet: listen tcp :444: bind: address already in use
```
**Expected Result**
Rancher should not restart
| 1.0 | Rancher pod restarts with "[FATAL] failed to ListenAndServe for fleet" error - **Rancher Server Setup**
- Rancher version: master-head commit id: `4d41301d`
- Installation option (Docker install/Helm Chart): HA
- If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): RKE1
- Proxy/Cert Details: Rancher generated
**Information about the Cluster**
- Kubernetes version: 1.20.7
-
**Describe the bug**
Rancher pod restarts with "[FATAL] failed to ListenAndServe for fleet" error
**To Reproduce**
Rancher pod has restarted with error in logs
```
2021/07/13 02:25:05 [INFO] Watching metadata for project.cattle.io/v3, Kind=SourceCodeRepository
2021/07/13 02:25:05 [INFO] Watching metadata for /v1, Kind=PersistentVolumeClaim
2021/07/13 02:25:05 [INFO] Watching metadata for management.cattle.io/v3, Kind=CatalogTemplateVersion
2021/07/13 02:25:06 [INFO] Active TLS secret serving-cert (ver=2581) (count 5): map[listener.cattle.io/cn-10.42.0.5:10.42.0.5 listener.cattle.io/cn-10.42.2.5:10.42.2.5 listener.cattle.io/cn-127.0.0.1:127.0.0.1 listener.cattle.io/cn-localhost:localhost listener.cattle.io/cn-rancher.cattle-system:rancher.cattle-system listener.cattle.io/fingerprint:SHA1=..]
2021/07/13 02:25:07 [FATAL] failed to ListenAndServe for fleet: listen tcp :444: bind: address already in use
```
**Expected Result**
Rancher should not restart
| test | rancher pod restarts with failed to listenandserve for fleet error rancher server setup rancher version master head commit id installation option docker install helm chart ha if helm chart kubernetes cluster and version eks etc proxy cert details rancher generated information about the cluster kubernetes version describe the bug rancher pod restarts with failed to listenandserve for fleet error to reproduce rancher pod has restarted with error in logs watching metadata for project cattle io kind sourcecoderepository watching metadata for kind persistentvolumeclaim watching metadata for management cattle io kind catalogtemplateversion active tls secret serving cert ver count map failed to listenandserve for fleet listen tcp bind address already in use expected result rancher should not restart | 1 |
148,844 | 11,868,068,911 | IssuesEvent | 2020-03-26 08:28:11 | ansible/ansible | https://api.github.com/repos/ansible/ansible | closed | VMWare dynamic inventory plugin sets vm.guest.guestFamily as None for any Windows newer than Windows 7 | affects_2.8 bug cloud inventory needs_triage python3 support:core test vmware | ### SUMMARY
I'm trying to upgrade VMWare Tools on our Windows guests using vmware_guest_tools_upgrade and it fails with the error `msg: Guest Operating System is other than Linux and Windows.`
This just happens with guests with outdated tools because of the way the python code is written
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
- vmware_vm_inventory
##### ANSIBLE VERSION
```
ansible 2.8.4
config file = /home/alex/Source_Code/CommitIt/Playbooks/vmware-playbooks/ansible.cfg
configured module search path = ['/home/alex/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.7/site-packages/ansible
executable location = /usr/bin/ansible
python version = 3.7.4 (default, Jul 16 2019, 07:12:58) [GCC 9.1.0]
```
##### CONFIGURATION
```
DEFAULT_HOST_LIST(/home/alex/Source_Code/CommitIt/Playbooks/vmware-playbooks/ansible.cfg) = ['/home/alex/Source_Code/CommitIt/Playbooks/vmware-playbooks/inventory/commit.vmware.yml']
DEFAULT_STDOUT_CALLBACK(/home/alex/Source_Code/CommitIt/Playbooks/vmware-playbooks/ansible.cfg) = yaml
INVENTORY_ENABLED(/home/alex/Source_Code/CommitIt/Playbooks/vmware-playbooks/ansible.cfg) = ['vmware_vm_inventory']
```
inventory file:
```yaml
plugin: vmware_vm_inventory
strict: False
hostname: 172.30.0.11
username: administrator@vsphere.local
password: genericPassword
validate_certs: False
with_tags: True
```
##### OS / ENVIRONMENT
Ansible control node : Arch Linux with latest updates
Managed node: ESXi 6.7.0 with vCenter 6.7.0 on a IBM x3250 M4
##### STEPS TO REPRODUCE
Use a dynamic VMWare inventory using vmware_vm_inventory as described [here](https://docs.ansible.com/ansible/latest/scenario_guides/vmware_scenarios/vmware_inventory.html)
Power on a Windows guest newer than 7 and use vmware_guest_tools_upgrade to upgrade vmtools with:
```yaml
vmware_guest_tools_upgrade:
hostname: vcsa6.7.commit.local
username: administrator@vsphere.local
password: genericPasswrd
datacenter: Datacenter
validate_certs: yes
folder: "/Datacenter/vm/"
name: "Windows-2012-R2"
```
##### EXPECTED RESULTS
To get VMTools upgraded in case of outdated guest version or nothing in case of updated version already running
##### ACTUAL RESULTS
If you edit `ansible/modules/cloud/vmware/vmware_guest_tools_upgrade.py` in line 126, concatenating `vm.guest.guestFamily` to the result mesage you get `None`
<!--- Paste verbatim command output between quotes -->
```
TASK [Upgrade VMTools] ***********************************************************************************************************************************************
task path: /home/alex/Source_Code/CommitIt/Playbooks/vmware-playbooks/tasks/upgrade-vmtools.yml:25
<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: alex
<127.0.0.1> EXEC /bin/sh -c 'echo ~alex && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065 `" && echo ansible-tmp-1567446047.572839-35641239422065="` echo /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065 `" ) && sleep 0'
Using module file /usr/lib/python3.7/site-packages/ansible/modules/cloud/vmware/vmware_guest_tools_upgrade.py
<127.0.0.1> PUT /home/alex/.ansible/tmp/ansible-local-22830mm9hnw15/tmpd4ggw0p8 TO /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065/AnsiballZ_vmware_guest_tools_upgrade.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065/ /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065/AnsiballZ_vmware_guest_tools_upgrade.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065/AnsiballZ_vmware_guest_tools_upgrade.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065/ > /dev/null 2>&1 && sleep 0'
ok: [localhost] => changed=false
invocation:
module_args:
datacenter: Datacenter
folder: /Datacenter/vm
hostname: vcsa6.7.commit.local
name: Windows-2012-R2
name_match: first
password: VALUE_SPECIFIED_IN_NO_LOG_PARAMETER
port: 443
username: administrator@vsphere.local
uuid: null
validate_certs: true
msg: Guest Operating System is other than Linux and Windows. None
```
| 1.0 | VMWare dynamic inventory plugin sets vm.guest.guestFamily as None for any Windows newer than Windows 7 - ### SUMMARY
I'm trying to upgrade VMWare Tools on our Windows guests using vmware_guest_tools_upgrade and it fails with the error `msg: Guest Operating System is other than Linux and Windows.`
This just happens with guests with outdated tools because of the way the python code is written
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
- vmware_vm_inventory
##### ANSIBLE VERSION
```
ansible 2.8.4
config file = /home/alex/Source_Code/CommitIt/Playbooks/vmware-playbooks/ansible.cfg
configured module search path = ['/home/alex/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.7/site-packages/ansible
executable location = /usr/bin/ansible
python version = 3.7.4 (default, Jul 16 2019, 07:12:58) [GCC 9.1.0]
```
##### CONFIGURATION
```
DEFAULT_HOST_LIST(/home/alex/Source_Code/CommitIt/Playbooks/vmware-playbooks/ansible.cfg) = ['/home/alex/Source_Code/CommitIt/Playbooks/vmware-playbooks/inventory/commit.vmware.yml']
DEFAULT_STDOUT_CALLBACK(/home/alex/Source_Code/CommitIt/Playbooks/vmware-playbooks/ansible.cfg) = yaml
INVENTORY_ENABLED(/home/alex/Source_Code/CommitIt/Playbooks/vmware-playbooks/ansible.cfg) = ['vmware_vm_inventory']
```
inventory file:
```yaml
plugin: vmware_vm_inventory
strict: False
hostname: 172.30.0.11
username: administrator@vsphere.local
password: genericPassword
validate_certs: False
with_tags: True
```
##### OS / ENVIRONMENT
Ansible control node : Arch Linux with latest updates
Managed node: ESXi 6.7.0 with vCenter 6.7.0 on a IBM x3250 M4
##### STEPS TO REPRODUCE
Use a dynamic VMWare inventory using vmware_vm_inventory as described [here](https://docs.ansible.com/ansible/latest/scenario_guides/vmware_scenarios/vmware_inventory.html)
Power on a Windows guest newer than 7 and use vmware_guest_tools_upgrade to upgrade vmtools with:
```yaml
vmware_guest_tools_upgrade:
hostname: vcsa6.7.commit.local
username: administrator@vsphere.local
password: genericPasswrd
datacenter: Datacenter
validate_certs: yes
folder: "/Datacenter/vm/"
name: "Windows-2012-R2"
```
##### EXPECTED RESULTS
To get VMTools upgraded in case of outdated guest version or nothing in case of updated version already running
##### ACTUAL RESULTS
If you edit `ansible/modules/cloud/vmware/vmware_guest_tools_upgrade.py` in line 126, concatenating `vm.guest.guestFamily` to the result mesage you get `None`
<!--- Paste verbatim command output between quotes -->
```
TASK [Upgrade VMTools] ***********************************************************************************************************************************************
task path: /home/alex/Source_Code/CommitIt/Playbooks/vmware-playbooks/tasks/upgrade-vmtools.yml:25
<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: alex
<127.0.0.1> EXEC /bin/sh -c 'echo ~alex && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065 `" && echo ansible-tmp-1567446047.572839-35641239422065="` echo /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065 `" ) && sleep 0'
Using module file /usr/lib/python3.7/site-packages/ansible/modules/cloud/vmware/vmware_guest_tools_upgrade.py
<127.0.0.1> PUT /home/alex/.ansible/tmp/ansible-local-22830mm9hnw15/tmpd4ggw0p8 TO /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065/AnsiballZ_vmware_guest_tools_upgrade.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065/ /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065/AnsiballZ_vmware_guest_tools_upgrade.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065/AnsiballZ_vmware_guest_tools_upgrade.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/alex/.ansible/tmp/ansible-tmp-1567446047.572839-35641239422065/ > /dev/null 2>&1 && sleep 0'
ok: [localhost] => changed=false
invocation:
module_args:
datacenter: Datacenter
folder: /Datacenter/vm
hostname: vcsa6.7.commit.local
name: Windows-2012-R2
name_match: first
password: VALUE_SPECIFIED_IN_NO_LOG_PARAMETER
port: 443
username: administrator@vsphere.local
uuid: null
validate_certs: true
msg: Guest Operating System is other than Linux and Windows. None
```
| test | vmware dynamic inventory plugin sets vm guest guestfamily as none for any windows newer than windows summary i m trying to upgrade vmware tools on our windows guests using vmware guest tools upgrade and it fails with the error msg guest operating system is other than linux and windows this just happens with guests with outdated tools because of the way the python code is written issue type bug report component name vmware vm inventory ansible version ansible config file home alex source code commitit playbooks vmware playbooks ansible cfg configured module search path ansible python module location usr lib site packages ansible executable location usr bin ansible python version default jul configuration default host list home alex source code commitit playbooks vmware playbooks ansible cfg default stdout callback home alex source code commitit playbooks vmware playbooks ansible cfg yaml inventory enabled home alex source code commitit playbooks vmware playbooks ansible cfg inventory file yaml plugin vmware vm inventory strict false hostname username administrator vsphere local password genericpassword validate certs false with tags true os environment ansible control node arch linux with latest updates managed node esxi with vcenter on a ibm steps to reproduce use a dynamic vmware inventory using vmware vm inventory as described power on a windows guest newer than and use vmware guest tools upgrade to upgrade vmtools with yaml vmware guest tools upgrade hostname commit local username administrator vsphere local password genericpasswrd datacenter datacenter validate certs yes folder datacenter vm name windows expected results to get vmtools upgraded in case of outdated guest version or nothing in case of updated version already running actual results if you edit ansible modules cloud vmware vmware guest tools upgrade py in line concatenating vm guest guestfamily to the result mesage you get none task task path home alex source code commitit playbooks vmware playbooks tasks upgrade vmtools yml establish local connection for user alex exec bin sh c echo alex sleep exec bin sh c umask mkdir p echo home alex ansible tmp ansible tmp echo ansible tmp echo home alex ansible tmp ansible tmp sleep using module file usr lib site packages ansible modules cloud vmware vmware guest tools upgrade py put home alex ansible tmp ansible local to home alex ansible tmp ansible tmp ansiballz vmware guest tools upgrade py exec bin sh c chmod u x home alex ansible tmp ansible tmp home alex ansible tmp ansible tmp ansiballz vmware guest tools upgrade py sleep exec bin sh c usr bin python home alex ansible tmp ansible tmp ansiballz vmware guest tools upgrade py sleep exec bin sh c rm f r home alex ansible tmp ansible tmp dev null sleep ok changed false invocation module args datacenter datacenter folder datacenter vm hostname commit local name windows name match first password value specified in no log parameter port username administrator vsphere local uuid null validate certs true msg guest operating system is other than linux and windows none | 1 |
25,682 | 25,597,998,529 | IssuesEvent | 2022-12-01 17:38:49 | pulumi/registry | https://api.github.com/repos/pulumi/registry | opened | registry ux papercuts | kind/bug impact/usability | - [ ] change browse page headers from `font-weight: 700;` to `font-weight: 600;`
- [ ] package navigation tabs should not span content area | True | registry ux papercuts - - [ ] change browse page headers from `font-weight: 700;` to `font-weight: 600;`
- [ ] package navigation tabs should not span content area | non_test | registry ux papercuts change browse page headers from font weight to font weight package navigation tabs should not span content area | 0 |
19,959 | 3,788,249,930 | IssuesEvent | 2016-03-21 14:09:41 | brunobuzzi/OrbeonBridgeForGemStone | https://api.github.com/repos/brunobuzzi/OrbeonBridgeForGemStone | opened | Test task with multi role assignment | GUI Test SUnit Test | Test process where a task is assigned to more that one role. For the task to be finish more than one role must perform some step in the same task (form). | 2.0 | Test task with multi role assignment - Test process where a task is assigned to more that one role. For the task to be finish more than one role must perform some step in the same task (form). | test | test task with multi role assignment test process where a task is assigned to more that one role for the task to be finish more than one role must perform some step in the same task form | 1 |
236,676 | 19,566,049,207 | IssuesEvent | 2022-01-04 00:35:01 | tempesta-tech/tempesta | https://api.github.com/repos/tempesta-tech/tempesta | closed | Unit test for HTTP messages transformation | test | We constantly catch bugs in HTTP messages transformation (add, delete, replace HTTP headers), e.g. https://github.com/tempesta-tech/tempesta/pull/621/commits/047337afd052d15d6f1f37a1f388a403c8c6ba69 . Please develop a unit test covering whole logic of `tfw_http_msg_hdr_xfrm()`.
| 1.0 | Unit test for HTTP messages transformation - We constantly catch bugs in HTTP messages transformation (add, delete, replace HTTP headers), e.g. https://github.com/tempesta-tech/tempesta/pull/621/commits/047337afd052d15d6f1f37a1f388a403c8c6ba69 . Please develop a unit test covering whole logic of `tfw_http_msg_hdr_xfrm()`.
| test | unit test for http messages transformation we constantly catch bugs in http messages transformation add delete replace http headers e g please develop a unit test covering whole logic of tfw http msg hdr xfrm | 1 |
180,226 | 14,742,700,066 | IssuesEvent | 2021-01-07 12:45:01 | SAP/ui5-webcomponents-react | https://api.github.com/repos/SAP/ui5-webcomponents-react | closed | How to use `setTheme` in typescript? | Stale documentation | **Describe the documentation issue**
- [x] Documentation is unclear
- [x] Documentation is missing
**Description of the issue**
I have issues to use `setTheme()` in typescript.
```js
// next line is not importable
import { setTheme } from '@ui5/webcomponents-base/dist/config/Theme';
import '@ui5/webcomponents/dist/Assets';
import '@ui5/webcomponents-fiori/dist/Assets';
```
and i cannot find any setTheme in the ts files :-/
Maybe someone knows the solution?
Tanks for the help | 1.0 | How to use `setTheme` in typescript? - **Describe the documentation issue**
- [x] Documentation is unclear
- [x] Documentation is missing
**Description of the issue**
I have issues to use `setTheme()` in typescript.
```js
// next line is not importable
import { setTheme } from '@ui5/webcomponents-base/dist/config/Theme';
import '@ui5/webcomponents/dist/Assets';
import '@ui5/webcomponents-fiori/dist/Assets';
```
and i cannot find any setTheme in the ts files :-/
Maybe someone knows the solution?
Tanks for the help | non_test | how to use settheme in typescript describe the documentation issue documentation is unclear documentation is missing description of the issue i have issues to use settheme in typescript js next line is not importable import settheme from webcomponents base dist config theme import webcomponents dist assets import webcomponents fiori dist assets and i cannot find any settheme in the ts files maybe someone knows the solution tanks for the help | 0 |
171,948 | 13,255,335,230 | IssuesEvent | 2020-08-20 10:45:17 | chaoss/augur | https://api.github.com/repos/chaoss/augur | closed | Enforcing DRY principles -- Optimization of test suites | GSoC 2020 enhancement testing | **Describe the enhancement**
Currently, there are many tests that are repetitive, i.e:
For example:
```
def test_issue_comments_mean_std_by_group(metrics):
response = requests.get('http://localhost:5000/api/unstable/repo-groups/10/issue-comments-mean-std')
data = response.json()
assert response.status_code == 200
assert len(data) >= 1
def test_issue_comments_mean_std_by_repo(metrics):
response = requests.get('http://localhost:5000/api/unstable/repo-groups/10/repos/25430/issue-comments-mean-std')
data = response.json()
assert response.status_code == 200
assert len(data) >= 1
def test_issue_comments_mean_std_by_repo(metrics):
response = requests.get('http://localhost:5000/api/unstable/repo-groups/10/repos/25430/issue-comments-mean-std')
data = response.json()
assert response.status_code == 200
assert len(data) >= 1
```
Instead of this, we could write a common function that
could be called across these tests to incorporate readability, reusability and proper maintenance.
***Additional info***
Working on this.
| 1.0 | Enforcing DRY principles -- Optimization of test suites - **Describe the enhancement**
Currently, there are many tests that are repetitive, i.e:
For example:
```
def test_issue_comments_mean_std_by_group(metrics):
response = requests.get('http://localhost:5000/api/unstable/repo-groups/10/issue-comments-mean-std')
data = response.json()
assert response.status_code == 200
assert len(data) >= 1
def test_issue_comments_mean_std_by_repo(metrics):
response = requests.get('http://localhost:5000/api/unstable/repo-groups/10/repos/25430/issue-comments-mean-std')
data = response.json()
assert response.status_code == 200
assert len(data) >= 1
def test_issue_comments_mean_std_by_repo(metrics):
response = requests.get('http://localhost:5000/api/unstable/repo-groups/10/repos/25430/issue-comments-mean-std')
data = response.json()
assert response.status_code == 200
assert len(data) >= 1
```
Instead of this, we could write a common function that
could be called across these tests to incorporate readability, reusability and proper maintenance.
***Additional info***
Working on this.
| test | enforcing dry principles optimization of test suites describe the enhancement currently there are many tests that are repetitive i e for example def test issue comments mean std by group metrics response requests get data response json assert response status code assert len data def test issue comments mean std by repo metrics response requests get data response json assert response status code assert len data def test issue comments mean std by repo metrics response requests get data response json assert response status code assert len data instead of this we could write a common function that could be called across these tests to incorporate readability reusability and proper maintenance additional info working on this | 1 |
103,747 | 8,947,994,370 | IssuesEvent | 2019-01-25 00:17:59 | probcomp/metaprob | https://api.github.com/repos/probcomp/metaprob | opened | Break out `(is (and …))` forms into separate `(is …)` forms | good first issue tests | Combining multiple test assertions in a single `is` form using `and` will result in uninformative error messages. For example, the following test case yields two failures when run:
``` clojure
(deftest example-test
(is (= 3 (+ 1 1)))
(is (= 5 (+ 2 2))))
```
```
Test Summary
metaprob.compositional-test
Tested 1 namespaces
Ran 2 assertions, in 1 test functions
2 failures
Results
metaprob.compositional-test
2 non-passing tests:
Fail in example-test
expected: 3
actual: 2
diff: - 3
+ 2
Fail in example-test
expected: 5
actual: 4
diff: - 5
+ 4
```
Grouping together those two assertions into a single form with `and` produces less informative error reporting, however:
``` clojure
(deftest example-test
(is (and (= 3 (+ 1 1))
(= 5 (+ 2 2)))))
```
```
Test Summary
metaprob.compositional-test
Tested 1 namespaces
Ran 1 assertions, in 1 test functions
1 failures
Results
metaprob.compositional-test
1 non-passing tests:
Fail in example-test
expected: (and (= 3 (+ 1 1)) (= 5 (+ 2 2)))
actual: false
```
Not only do we only get one failure, but the "actual" value is simply `false`. | 1.0 | Break out `(is (and …))` forms into separate `(is …)` forms - Combining multiple test assertions in a single `is` form using `and` will result in uninformative error messages. For example, the following test case yields two failures when run:
``` clojure
(deftest example-test
(is (= 3 (+ 1 1)))
(is (= 5 (+ 2 2))))
```
```
Test Summary
metaprob.compositional-test
Tested 1 namespaces
Ran 2 assertions, in 1 test functions
2 failures
Results
metaprob.compositional-test
2 non-passing tests:
Fail in example-test
expected: 3
actual: 2
diff: - 3
+ 2
Fail in example-test
expected: 5
actual: 4
diff: - 5
+ 4
```
Grouping together those two assertions into a single form with `and` produces less informative error reporting, however:
``` clojure
(deftest example-test
(is (and (= 3 (+ 1 1))
(= 5 (+ 2 2)))))
```
```
Test Summary
metaprob.compositional-test
Tested 1 namespaces
Ran 1 assertions, in 1 test functions
1 failures
Results
metaprob.compositional-test
1 non-passing tests:
Fail in example-test
expected: (and (= 3 (+ 1 1)) (= 5 (+ 2 2)))
actual: false
```
Not only do we only get one failure, but the "actual" value is simply `false`. | test | break out is and … forms into separate is … forms combining multiple test assertions in a single is form using and will result in uninformative error messages for example the following test case yields two failures when run clojure deftest example test is is test summary metaprob compositional test tested namespaces ran assertions in test functions failures results metaprob compositional test non passing tests fail in example test expected actual diff fail in example test expected actual diff grouping together those two assertions into a single form with and produces less informative error reporting however clojure deftest example test is and test summary metaprob compositional test tested namespaces ran assertions in test functions failures results metaprob compositional test non passing tests fail in example test expected and actual false not only do we only get one failure but the actual value is simply false | 1 |
171,131 | 13,220,542,838 | IssuesEvent | 2020-08-17 12:36:40 | nspcc-dev/neo-go | https://api.github.com/repos/nspcc-dev/neo-go | opened | Make use of `(*T).Cleanup` in tests | test | After we moved to go1.14+, we can use `Cleanup` function from testing package to close chain (instead of `defer`) which should simplify our tests a bit. | 1.0 | Make use of `(*T).Cleanup` in tests - After we moved to go1.14+, we can use `Cleanup` function from testing package to close chain (instead of `defer`) which should simplify our tests a bit. | test | make use of t cleanup in tests after we moved to we can use cleanup function from testing package to close chain instead of defer which should simplify our tests a bit | 1 |
194,716 | 22,262,089,594 | IssuesEvent | 2022-06-10 02:06:11 | Nivaskumark/kernel_v4.19.72 | https://api.github.com/repos/Nivaskumark/kernel_v4.19.72 | reopened | CVE-2020-15780 (Medium) detected in linux-yoctov5.4.51 | security vulnerability | ## CVE-2020-15780 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto Linux Embedded kernel</p>
<p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto>https://git.yoctoproject.org/git/linux-yocto</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Nivaskumark/kernel_v4.19.72/commit/7665378059da10e5ded7efbfccc88efce9e51dfc">7665378059da10e5ded7efbfccc88efce9e51dfc</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/acpi/acpi_configfs.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/acpi/acpi_configfs.c</b>
</p>
</details>
<p></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>
An issue was discovered in drivers/acpi/acpi_configfs.c in the Linux kernel before 5.7.7. Injection of malicious ACPI tables via configfs could be used by attackers to bypass lockdown and secure boot restrictions, aka CID-75b0cea7bf30.
<p>Publish Date: 2020-07-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15780>CVE-2020-15780</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.7</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: None
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15780">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15780</a></p>
<p>Release Date: 2020-07-15</p>
<p>Fix Resolution: v5.8-rc3</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-2020-15780 (Medium) detected in linux-yoctov5.4.51 - ## CVE-2020-15780 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto Linux Embedded kernel</p>
<p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto>https://git.yoctoproject.org/git/linux-yocto</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Nivaskumark/kernel_v4.19.72/commit/7665378059da10e5ded7efbfccc88efce9e51dfc">7665378059da10e5ded7efbfccc88efce9e51dfc</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/acpi/acpi_configfs.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/acpi/acpi_configfs.c</b>
</p>
</details>
<p></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>
An issue was discovered in drivers/acpi/acpi_configfs.c in the Linux kernel before 5.7.7. Injection of malicious ACPI tables via configfs could be used by attackers to bypass lockdown and secure boot restrictions, aka CID-75b0cea7bf30.
<p>Publish Date: 2020-07-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15780>CVE-2020-15780</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.7</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: None
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15780">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15780</a></p>
<p>Release Date: 2020-07-15</p>
<p>Fix Resolution: v5.8-rc3</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 linux cve medium severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in head commit a href found in base branch master vulnerable source files drivers acpi acpi configfs c drivers acpi acpi configfs c vulnerability details an issue was discovered in drivers acpi acpi configfs c in the linux kernel before injection of malicious acpi tables via configfs could be used by attackers to bypass lockdown and secure boot restrictions aka cid publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required high user interaction none 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 step up your open source security game with whitesource | 0 |
405,001 | 11,865,884,633 | IssuesEvent | 2020-03-26 01:53:45 | treehouses/cli | https://api.github.com/repos/treehouses/cli | closed | treehouses services available is showing README.md | bug high priority | ```
root@r125rpi4:~# treehouses services available
couchdb
kolibri
mariadb
mastodon
moodle
netdata
nextcloud
ntopng
pihole
planet
portainer
privatebin
seafile
README.md
```

| 1.0 | treehouses services available is showing README.md - ```
root@r125rpi4:~# treehouses services available
couchdb
kolibri
mariadb
mastodon
moodle
netdata
nextcloud
ntopng
pihole
planet
portainer
privatebin
seafile
README.md
```

| non_test | treehouses services available is showing readme md root treehouses services available couchdb kolibri mariadb mastodon moodle netdata nextcloud ntopng pihole planet portainer privatebin seafile readme md | 0 |
277,826 | 24,105,558,464 | IssuesEvent | 2022-09-20 07:08:01 | vluzko/aukpy | https://api.github.com/repos/vluzko/aukpy | closed | CircleCI should run against 3.6 through 3.10 | test | Currently it's just tested against 3.8 on CircleCI and 3.10 locally | 1.0 | CircleCI should run against 3.6 through 3.10 - Currently it's just tested against 3.8 on CircleCI and 3.10 locally | test | circleci should run against through currently it s just tested against on circleci and locally | 1 |
379,522 | 11,222,836,737 | IssuesEvent | 2020-01-07 21:08:29 | kubeflow/kubeflow | https://api.github.com/repos/kubeflow/kubeflow | closed | Virtualservice created by notebook controller defaults to kubeflow/kubeflow-gateway | area/istio kind/feature lifecycle/stale priority/p2 | /kind bug
I have installed kubeflow over an existing k8 cluster with OIDC protocol enabled security. As a part of security the istio-ingress gateway is setup in istio-system and not in kubeflow. So i had to change manifest/<app>/overlays/istio.yaml to point to my hostname and istio-system/kubeflow (the gateway). But i observed when i create jupyter notebook server in kfam controlled namespace, the virtual service routes are created properly but the hosts and the gateway are incorrectly created. This causes the notebook to show that my notebook url is not found
```
NAME GATEWAYS HOSTS AGE
notebook-anup-t2 [kubeflow/kubeflow-gateway] [*] 17h
```
Note i cannot edit this gateway because it get back to original, seems like its controlled.
As a work around i created another dummy gateway and inject it with correct gateway and host and then the notebook starts working. Time being its a hack but i need a long term solution
```
NAME GATEWAYS HOSTS AGE
notebook-anup-t2 [kubeflow/kubeflow-gateway] [*] 17h
=hack=> notebook-anup-t2-tst [istio-system/kubeflow-gateway] [kf.my.domain] 18h
```
Environment
- kfctl version: (use `kfctl version`): 0.6.2
- Kubernetes platform: (e.g. `minikube`): Kops / aws ec2's
- Kubernetes version: (use `kubectl version`):
`
Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.3", GitCommit:"2d3c76f9091b6bec110a5e63777c332469e0cba2", GitTreeState:"clean", BuildDate:"2019-08-19T12:36:28Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.6", GitCommit:"96fac5cd13a5dc064f7d9f4f23030a6aeface6cc", GitTreeState:"clean", BuildDate:"2019-08-19T11:05:16Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"}
`
- OS (e.g. from `/etc/os-release`): linux
| 1.0 | Virtualservice created by notebook controller defaults to kubeflow/kubeflow-gateway - /kind bug
I have installed kubeflow over an existing k8 cluster with OIDC protocol enabled security. As a part of security the istio-ingress gateway is setup in istio-system and not in kubeflow. So i had to change manifest/<app>/overlays/istio.yaml to point to my hostname and istio-system/kubeflow (the gateway). But i observed when i create jupyter notebook server in kfam controlled namespace, the virtual service routes are created properly but the hosts and the gateway are incorrectly created. This causes the notebook to show that my notebook url is not found
```
NAME GATEWAYS HOSTS AGE
notebook-anup-t2 [kubeflow/kubeflow-gateway] [*] 17h
```
Note i cannot edit this gateway because it get back to original, seems like its controlled.
As a work around i created another dummy gateway and inject it with correct gateway and host and then the notebook starts working. Time being its a hack but i need a long term solution
```
NAME GATEWAYS HOSTS AGE
notebook-anup-t2 [kubeflow/kubeflow-gateway] [*] 17h
=hack=> notebook-anup-t2-tst [istio-system/kubeflow-gateway] [kf.my.domain] 18h
```
Environment
- kfctl version: (use `kfctl version`): 0.6.2
- Kubernetes platform: (e.g. `minikube`): Kops / aws ec2's
- Kubernetes version: (use `kubectl version`):
`
Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.3", GitCommit:"2d3c76f9091b6bec110a5e63777c332469e0cba2", GitTreeState:"clean", BuildDate:"2019-08-19T12:36:28Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.6", GitCommit:"96fac5cd13a5dc064f7d9f4f23030a6aeface6cc", GitTreeState:"clean", BuildDate:"2019-08-19T11:05:16Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"}
`
- OS (e.g. from `/etc/os-release`): linux
| non_test | virtualservice created by notebook controller defaults to kubeflow kubeflow gateway kind bug i have installed kubeflow over an existing cluster with oidc protocol enabled security as a part of security the istio ingress gateway is setup in istio system and not in kubeflow so i had to change manifest overlays istio yaml to point to my hostname and istio system kubeflow the gateway but i observed when i create jupyter notebook server in kfam controlled namespace the virtual service routes are created properly but the hosts and the gateway are incorrectly created this causes the notebook to show that my notebook url is not found name gateways hosts age notebook anup note i cannot edit this gateway because it get back to original seems like its controlled as a work around i created another dummy gateway and inject it with correct gateway and host and then the notebook starts working time being its a hack but i need a long term solution name gateways hosts age notebook anup hack notebook anup tst environment kfctl version use kfctl version kubernetes platform e g minikube kops aws s kubernetes version use kubectl version client version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform darwin server version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform linux os e g from etc os release linux | 0 |
726,506 | 25,001,205,236 | IssuesEvent | 2022-11-03 08:05:47 | sapa/performing-arts-ch-templates | https://api.github.com/repos/sapa/performing-arts-ch-templates | opened | Create : spao:recordingSystem->spav:zf + Insert in Form + Display in Template | Priority A Blocker | ## Create
Create a new Property : **spao:recordingsystem** with a new vocabulary **spav:zf**
## Insert
* In Form:VirtualInstantation
* In Form:PhysicalInstantation
## Display
* In Template:VirtualInstantation
* In Template:PhysicalInstantation
| 1.0 | Create : spao:recordingSystem->spav:zf + Insert in Form + Display in Template - ## Create
Create a new Property : **spao:recordingsystem** with a new vocabulary **spav:zf**
## Insert
* In Form:VirtualInstantation
* In Form:PhysicalInstantation
## Display
* In Template:VirtualInstantation
* In Template:PhysicalInstantation
| non_test | create spao recordingsystem spav zf insert in form display in template create create a new property spao recordingsystem with a new vocabulary spav zf insert in form virtualinstantation in form physicalinstantation display in template virtualinstantation in template physicalinstantation | 0 |
309,972 | 26,689,443,137 | IssuesEvent | 2023-01-27 02:22:27 | kubernetes-sigs/kubespray | https://api.github.com/repos/kubernetes-sigs/kubespray | closed | TASK `Check connectivity with all netchecker agents` is failed | kind/failing-test | <!-- Please only use this template for submitting reports about failing tests in Kubespray CI jobs -->
**Which jobs are failing**:
Many jobs are failed and a sample is
- https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/jobs/3662688225
**Which test(s) are failing**:
```
TASK [Check connectivity with all netchecker agents] ***************************
task path: /builds/kargo-ci/kubernetes-sigs-kubespray/tests/testcases/040_check-network-adv.yml:157
Thursday 26 January 2023 01:47:14 +0000 (0:00:00.179) 0:03:19.948 ******
fatal: [instance-2 -> instance-1]: FAILED! => {
"assertion": "agents_check_result is defined",
"changed": false,
"evaluated_to": false,
"msg": "Connectivity check to netchecker agents failed"
}
NO MORE HOSTS LEFT *************************************************************
PLAY RECAP *********************************************************************
instance-1 : ok=7 changed=5 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0
instance-2 : ok=4 changed=0 unreachable=0 failed=1 skipped=16 rescued=0 ignored=0
Thursday 26 January 2023 01:47:14 +0000 (0:00:00.341) 0:03:20.290 ******
```
**Since when has it been failing**:
**Testgrid link**:
**Reason for failure**:
**Anything else we need to know**:
| 1.0 | TASK `Check connectivity with all netchecker agents` is failed - <!-- Please only use this template for submitting reports about failing tests in Kubespray CI jobs -->
**Which jobs are failing**:
Many jobs are failed and a sample is
- https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/jobs/3662688225
**Which test(s) are failing**:
```
TASK [Check connectivity with all netchecker agents] ***************************
task path: /builds/kargo-ci/kubernetes-sigs-kubespray/tests/testcases/040_check-network-adv.yml:157
Thursday 26 January 2023 01:47:14 +0000 (0:00:00.179) 0:03:19.948 ******
fatal: [instance-2 -> instance-1]: FAILED! => {
"assertion": "agents_check_result is defined",
"changed": false,
"evaluated_to": false,
"msg": "Connectivity check to netchecker agents failed"
}
NO MORE HOSTS LEFT *************************************************************
PLAY RECAP *********************************************************************
instance-1 : ok=7 changed=5 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0
instance-2 : ok=4 changed=0 unreachable=0 failed=1 skipped=16 rescued=0 ignored=0
Thursday 26 January 2023 01:47:14 +0000 (0:00:00.341) 0:03:20.290 ******
```
**Since when has it been failing**:
**Testgrid link**:
**Reason for failure**:
**Anything else we need to know**:
| test | task check connectivity with all netchecker agents is failed which jobs are failing many jobs are failed and a sample is which test s are failing task task path builds kargo ci kubernetes sigs kubespray tests testcases check network adv yml thursday january fatal failed assertion agents check result is defined changed false evaluated to false msg connectivity check to netchecker agents failed no more hosts left play recap instance ok changed unreachable failed skipped rescued ignored instance ok changed unreachable failed skipped rescued ignored thursday january since when has it been failing testgrid link reason for failure anything else we need to know | 1 |
201,995 | 15,243,433,152 | IssuesEvent | 2021-02-19 11:15:07 | DiSSCo/ELViS | https://api.github.com/repos/DiSSCo/ELViS | closed | TA Project acronym | enhancement resolved to test | In the section "Other institutions", the last field asks for "request number(s)". In former TA calls, it was called "project acronym". Please adapt this.
When/where will this project acronym be created? Where will it be found in ELViS? Will it be listed in the requests tab? | 1.0 | TA Project acronym - In the section "Other institutions", the last field asks for "request number(s)". In former TA calls, it was called "project acronym". Please adapt this.
When/where will this project acronym be created? Where will it be found in ELViS? Will it be listed in the requests tab? | test | ta project acronym in the section other institutions the last field asks for request number s in former ta calls it was called project acronym please adapt this when where will this project acronym be created where will it be found in elvis will it be listed in the requests tab | 1 |
21,919 | 3,767,853,208 | IssuesEvent | 2016-03-16 00:32:08 | openaustralia/publicwhip | https://api.github.com/repos/openaustralia/publicwhip | opened | Make the policy description more obvious and clearer on the *MP Votes on Policy* page | bug design easy fix | This comes from an issue reported on openaustralia.org.au https://github.com/openaustralia/openaustralia/issues/590 .
On the [openaustralia.org.au MP pages](http://www.openaustralia.org.au/mp/anthony_albanese/grayndler), and also on the [MP pages on They Vote For You](https://theyvoteforyou.org.au/people/representatives/grayndler/anthony_albanese) we link from the MPs voting record to their votes on a policy.
On this page it's useful to know a little more about what the policy means than just it's title.
We currently provide the policy description, but it's not very obvious. In fact [I missed it when I was looking for it](https://github.com/openaustralia/openaustralia/issues/590#issuecomment-197073975)

We could use the design pattern from the Policy#show page to make the description more prominent?

| 1.0 | Make the policy description more obvious and clearer on the *MP Votes on Policy* page - This comes from an issue reported on openaustralia.org.au https://github.com/openaustralia/openaustralia/issues/590 .
On the [openaustralia.org.au MP pages](http://www.openaustralia.org.au/mp/anthony_albanese/grayndler), and also on the [MP pages on They Vote For You](https://theyvoteforyou.org.au/people/representatives/grayndler/anthony_albanese) we link from the MPs voting record to their votes on a policy.
On this page it's useful to know a little more about what the policy means than just it's title.
We currently provide the policy description, but it's not very obvious. In fact [I missed it when I was looking for it](https://github.com/openaustralia/openaustralia/issues/590#issuecomment-197073975)

We could use the design pattern from the Policy#show page to make the description more prominent?

| non_test | make the policy description more obvious and clearer on the mp votes on policy page this comes from an issue reported on openaustralia org au on the and also on the we link from the mps voting record to their votes on a policy on this page it s useful to know a little more about what the policy means than just it s title we currently provide the policy description but it s not very obvious in fact we could use the design pattern from the policy show page to make the description more prominent | 0 |
70,852 | 7,201,877,501 | IssuesEvent | 2018-02-06 00:42:47 | QubesOS/updates-status | https://api.github.com/repos/QubesOS/updates-status | closed | vmm-xen v4.6.6-36 (r3.2) | r3.2-dom0-cur-test r3.2-dom0-sec-test r3.2-fc23-cur-test r3.2-fc23-sec-test r3.2-fc24-cur-test r3.2-fc24-sec-test r3.2-fc25-cur-test r3.2-fc25-sec-test r3.2-fc26-cur-test r3.2-fc26-sec-test r3.2-jessie-cur-test r3.2-stretch-cur-test | Update of vmm-xen to v4.6.6-36 for Qubes r3.2, see comments below for details.
Built from: https://github.com/QubesOS/qubes-vmm-xen/commit/8b92018facf3e54ce1ed1b1d0133b7c8f4c39f48
[Changes since previous version](https://github.com/QubesOS/qubes-vmm-xen/compare/v4.6.6-35...v4.6.6-36):
QubesOS/qubes-vmm-xen@8b92018 version 4.6.6-36
QubesOS/qubes-vmm-xen@84e55c0 Add "stage 1" PTI patches against Meltdown
Referenced issues:
If you're release manager, you can issue GPG-inline signed command:
* `Upload vmm-xen 8b92018facf3e54ce1ed1b1d0133b7c8f4c39f48 r3.2 current repo` (available 7 days from now)
* `Upload vmm-xen 8b92018facf3e54ce1ed1b1d0133b7c8f4c39f48 r3.2 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now)
* `Upload vmm-xen 8b92018facf3e54ce1ed1b1d0133b7c8f4c39f48 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).
| 12.0 | vmm-xen v4.6.6-36 (r3.2) - Update of vmm-xen to v4.6.6-36 for Qubes r3.2, see comments below for details.
Built from: https://github.com/QubesOS/qubes-vmm-xen/commit/8b92018facf3e54ce1ed1b1d0133b7c8f4c39f48
[Changes since previous version](https://github.com/QubesOS/qubes-vmm-xen/compare/v4.6.6-35...v4.6.6-36):
QubesOS/qubes-vmm-xen@8b92018 version 4.6.6-36
QubesOS/qubes-vmm-xen@84e55c0 Add "stage 1" PTI patches against Meltdown
Referenced issues:
If you're release manager, you can issue GPG-inline signed command:
* `Upload vmm-xen 8b92018facf3e54ce1ed1b1d0133b7c8f4c39f48 r3.2 current repo` (available 7 days from now)
* `Upload vmm-xen 8b92018facf3e54ce1ed1b1d0133b7c8f4c39f48 r3.2 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now)
* `Upload vmm-xen 8b92018facf3e54ce1ed1b1d0133b7c8f4c39f48 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 | vmm xen update of vmm xen to for qubes see comments below for details built from qubesos qubes vmm xen version qubesos qubes vmm xen add stage pti patches against meltdown referenced issues if you re release manager you can issue gpg inline signed command upload vmm xen current repo available days from now upload vmm xen current dists repo you can choose subset of distributions like vm vm available days from now upload vmm xen 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 |
33,501 | 4,836,762,016 | IssuesEvent | 2016-11-08 20:33:29 | Ks89/My-MEAN-Website-client | https://api.github.com/repos/Ks89/My-MEAN-Website-client | opened | test everything | comp:client-testing effort3:hard (weeks) priority:high type:feature | This requires many releases.
For alpha2 I scheduled only some tests.
I prefer to have a good test config before. | 1.0 | test everything - This requires many releases.
For alpha2 I scheduled only some tests.
I prefer to have a good test config before. | test | test everything this requires many releases for i scheduled only some tests i prefer to have a good test config before | 1 |
4,614 | 7,085,853,201 | IssuesEvent | 2018-01-11 12:33:51 | minhtrietdiep/ESA-PROJ | https://api.github.com/repos/minhtrietdiep/ESA-PROJ | closed | Make launchfile structure portable to other platforms | requirement | Now the launch files are in the youbot (robot specific) folder. We promised an easy transition between robot platforms. How will this work?? | 1.0 | Make launchfile structure portable to other platforms - Now the launch files are in the youbot (robot specific) folder. We promised an easy transition between robot platforms. How will this work?? | non_test | make launchfile structure portable to other platforms now the launch files are in the youbot robot specific folder we promised an easy transition between robot platforms how will this work | 0 |
24,851 | 4,112,914,137 | IssuesEvent | 2016-06-07 12:26:24 | akkadotnet/akka.net | https://api.github.com/repos/akkadotnet/akka.net | closed | [Akka.Cluster.Tools] ClusterSingletonManagerLeaveSpec MNTK spec | akka-cluster help wanted tests up for grabs | This is up for grabs task for making [ClusterSingletonManagerLeaveSpec](https://github.com/akkadotnet/akka.net/blob/dev/src/contrib/cluster/Akka.Cluster.Tools.Tests/Singleton/ClusterSingletonManagerLeaveSpec.cs) work on MultiNode TestKit Runner. | 1.0 | [Akka.Cluster.Tools] ClusterSingletonManagerLeaveSpec MNTK spec - This is up for grabs task for making [ClusterSingletonManagerLeaveSpec](https://github.com/akkadotnet/akka.net/blob/dev/src/contrib/cluster/Akka.Cluster.Tools.Tests/Singleton/ClusterSingletonManagerLeaveSpec.cs) work on MultiNode TestKit Runner. | test | clustersingletonmanagerleavespec mntk spec this is up for grabs task for making work on multinode testkit runner | 1 |
83,150 | 15,696,039,523 | IssuesEvent | 2021-03-26 01:02:12 | TreyM-WSS/WhiteSource-Demo | https://api.github.com/repos/TreyM-WSS/WhiteSource-Demo | opened | CVE-2020-1935 (Medium) detected in tomcat-embed-core-8.5.4.jar | security vulnerability | ## CVE-2020-1935 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.4.jar</b></p></summary>
<p>Core Tomcat implementation</p>
<p>Library home page: <a href="http://tomcat.apache.org/">http://tomcat.apache.org/</a></p>
<p>Path to dependency file: WhiteSource-Demo/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.4/tomcat-embed-core-8.5.4.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-1.4.0.RELEASE.jar (Root Library)
- spring-boot-starter-tomcat-1.4.0.RELEASE.jar
- :x: **tomcat-embed-core-8.5.4.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Apache Tomcat 9.0.0.M1 to 9.0.30, 8.5.0 to 8.5.50 and 7.0.0 to 7.0.99 the HTTP header parsing code used an approach to end-of-line parsing that allowed some invalid HTTP headers to be parsed as valid. This led to a possibility of HTTP Request Smuggling if Tomcat was located behind a reverse proxy that incorrectly handled the invalid Transfer-Encoding header in a particular manner. Such a reverse proxy is considered unlikely.
<p>Publish Date: 2020-02-24
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1935>CVE-2020-1935</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.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- 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://github.com/advisories/GHSA-6v7p-v754-j89v">https://github.com/advisories/GHSA-6v7p-v754-j89v</a></p>
<p>Release Date: 2020-02-24</p>
<p>Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core:7.0.100,8.5.51,9.0.31;org.apache.tomcat:tomcat-coyote:7.0.100,8.5.51,9.0.31</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.tomcat.embed","packageName":"tomcat-embed-core","packageVersion":"8.5.4","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:1.4.0.RELEASE;org.springframework.boot:spring-boot-starter-tomcat:1.4.0.RELEASE;org.apache.tomcat.embed:tomcat-embed-core:8.5.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.tomcat.embed:tomcat-embed-core:7.0.100,8.5.51,9.0.31;org.apache.tomcat:tomcat-coyote:7.0.100,8.5.51,9.0.31"}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2020-1935","vulnerabilityDetails":"In Apache Tomcat 9.0.0.M1 to 9.0.30, 8.5.0 to 8.5.50 and 7.0.0 to 7.0.99 the HTTP header parsing code used an approach to end-of-line parsing that allowed some invalid HTTP headers to be parsed as valid. This led to a possibility of HTTP Request Smuggling if Tomcat was located behind a reverse proxy that incorrectly handled the invalid Transfer-Encoding header in a particular manner. Such a reverse proxy is considered unlikely.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1935","cvss3Severity":"medium","cvss3Score":"4.8","cvss3Metrics":{"A":"None","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-1935 (Medium) detected in tomcat-embed-core-8.5.4.jar - ## CVE-2020-1935 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.4.jar</b></p></summary>
<p>Core Tomcat implementation</p>
<p>Library home page: <a href="http://tomcat.apache.org/">http://tomcat.apache.org/</a></p>
<p>Path to dependency file: WhiteSource-Demo/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.4/tomcat-embed-core-8.5.4.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-1.4.0.RELEASE.jar (Root Library)
- spring-boot-starter-tomcat-1.4.0.RELEASE.jar
- :x: **tomcat-embed-core-8.5.4.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Apache Tomcat 9.0.0.M1 to 9.0.30, 8.5.0 to 8.5.50 and 7.0.0 to 7.0.99 the HTTP header parsing code used an approach to end-of-line parsing that allowed some invalid HTTP headers to be parsed as valid. This led to a possibility of HTTP Request Smuggling if Tomcat was located behind a reverse proxy that incorrectly handled the invalid Transfer-Encoding header in a particular manner. Such a reverse proxy is considered unlikely.
<p>Publish Date: 2020-02-24
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1935>CVE-2020-1935</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.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- 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://github.com/advisories/GHSA-6v7p-v754-j89v">https://github.com/advisories/GHSA-6v7p-v754-j89v</a></p>
<p>Release Date: 2020-02-24</p>
<p>Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core:7.0.100,8.5.51,9.0.31;org.apache.tomcat:tomcat-coyote:7.0.100,8.5.51,9.0.31</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.tomcat.embed","packageName":"tomcat-embed-core","packageVersion":"8.5.4","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:1.4.0.RELEASE;org.springframework.boot:spring-boot-starter-tomcat:1.4.0.RELEASE;org.apache.tomcat.embed:tomcat-embed-core:8.5.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.tomcat.embed:tomcat-embed-core:7.0.100,8.5.51,9.0.31;org.apache.tomcat:tomcat-coyote:7.0.100,8.5.51,9.0.31"}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2020-1935","vulnerabilityDetails":"In Apache Tomcat 9.0.0.M1 to 9.0.30, 8.5.0 to 8.5.50 and 7.0.0 to 7.0.99 the HTTP header parsing code used an approach to end-of-line parsing that allowed some invalid HTTP headers to be parsed as valid. This led to a possibility of HTTP Request Smuggling if Tomcat was located behind a reverse proxy that incorrectly handled the invalid Transfer-Encoding header in a particular manner. Such a reverse proxy is considered unlikely.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1935","cvss3Severity":"medium","cvss3Score":"4.8","cvss3Metrics":{"A":"None","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> --> | non_test | cve medium detected in tomcat embed core jar cve medium severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation library home page a href path to dependency file whitesource demo pom xml path to vulnerable library home wss scanner repository org apache tomcat embed tomcat embed core tomcat embed core jar dependency hierarchy spring boot starter web release jar root library spring boot starter tomcat release jar x tomcat embed core jar vulnerable library vulnerability details in apache tomcat to to and to the http header parsing code used an approach to end of line parsing that allowed some invalid http headers to be parsed as valid this led to a possibility of http request smuggling if tomcat was located behind a reverse proxy that incorrectly handled the invalid transfer encoding header in a particular manner such a reverse proxy is considered unlikely publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low 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 org apache tomcat embed tomcat embed core org apache tomcat tomcat coyote isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org springframework boot spring boot starter web release org springframework boot spring boot starter tomcat release org apache tomcat embed tomcat embed core isminimumfixversionavailable true minimumfixversion org apache tomcat embed tomcat embed core org apache tomcat tomcat coyote basebranches vulnerabilityidentifier cve vulnerabilitydetails in apache tomcat to to and to the http header parsing code used an approach to end of line parsing that allowed some invalid http headers to be parsed as valid this led to a possibility of http request smuggling if tomcat was located behind a reverse proxy that incorrectly handled the invalid transfer encoding header in a particular manner such a reverse proxy is considered unlikely vulnerabilityurl | 0 |
192,439 | 15,344,835,276 | IssuesEvent | 2021-02-28 03:30:43 | Hoboneer/surfraw-elvis-generator | https://api.github.com/repos/Hoboneer/surfraw-elvis-generator | closed | Maintain a changelog | documentation | Keep a `CHANGELOG.md` file in the format described by https://keepachangelog.com/
Make sure include it in the sdist. | 1.0 | Maintain a changelog - Keep a `CHANGELOG.md` file in the format described by https://keepachangelog.com/
Make sure include it in the sdist. | non_test | maintain a changelog keep a changelog md file in the format described by make sure include it in the sdist | 0 |
190,151 | 14,534,464,388 | IssuesEvent | 2020-12-15 03:05:58 | kalexmills/github-vet-tests-dec2020 | https://api.github.com/repos/kalexmills/github-vet-tests-dec2020 | closed | terraform-providers/terraform-provider-oci: oci/core_nat_gateway_test.go; 16 LoC | fresh small test |
Found a possible issue in [terraform-providers/terraform-provider-oci](https://www.github.com/terraform-providers/terraform-provider-oci) at [oci/core_nat_gateway_test.go](https://github.com/terraform-providers/terraform-provider-oci/blob/57245e4fbc217eb6f67b11dbb754e4fb7c63123f/oci/core_nat_gateway_test.go#L314-L329)
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.
> reference to natGatewayId is reassigned at line 318
[Click here to see the code in its original context.](https://github.com/terraform-providers/terraform-provider-oci/blob/57245e4fbc217eb6f67b11dbb754e4fb7c63123f/oci/core_nat_gateway_test.go#L314-L329)
<details>
<summary>Click here to show the 16 line(s) of Go which triggered the analyzer.</summary>
```go
for _, natGatewayId := range natGatewayIds {
if ok := SweeperDefaultResourceId[natGatewayId]; !ok {
deleteNatGatewayRequest := oci_core.DeleteNatGatewayRequest{}
deleteNatGatewayRequest.NatGatewayId = &natGatewayId
deleteNatGatewayRequest.RequestMetadata.RetryPolicy = getRetryPolicy(true, "core")
_, error := virtualNetworkClient.DeleteNatGateway(context.Background(), deleteNatGatewayRequest)
if error != nil {
fmt.Printf("Error deleting NatGateway %s %s, It is possible that the resource is already deleted. Please verify manually \n", natGatewayId, error)
continue
}
waitTillCondition(testAccProvider, &natGatewayId, natGatewaySweepWaitCondition, time.Duration(3*time.Minute),
natGatewaySweepResponseFetchOperation, "core", true)
}
}
```
</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: 57245e4fbc217eb6f67b11dbb754e4fb7c63123f
| 1.0 | terraform-providers/terraform-provider-oci: oci/core_nat_gateway_test.go; 16 LoC -
Found a possible issue in [terraform-providers/terraform-provider-oci](https://www.github.com/terraform-providers/terraform-provider-oci) at [oci/core_nat_gateway_test.go](https://github.com/terraform-providers/terraform-provider-oci/blob/57245e4fbc217eb6f67b11dbb754e4fb7c63123f/oci/core_nat_gateway_test.go#L314-L329)
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.
> reference to natGatewayId is reassigned at line 318
[Click here to see the code in its original context.](https://github.com/terraform-providers/terraform-provider-oci/blob/57245e4fbc217eb6f67b11dbb754e4fb7c63123f/oci/core_nat_gateway_test.go#L314-L329)
<details>
<summary>Click here to show the 16 line(s) of Go which triggered the analyzer.</summary>
```go
for _, natGatewayId := range natGatewayIds {
if ok := SweeperDefaultResourceId[natGatewayId]; !ok {
deleteNatGatewayRequest := oci_core.DeleteNatGatewayRequest{}
deleteNatGatewayRequest.NatGatewayId = &natGatewayId
deleteNatGatewayRequest.RequestMetadata.RetryPolicy = getRetryPolicy(true, "core")
_, error := virtualNetworkClient.DeleteNatGateway(context.Background(), deleteNatGatewayRequest)
if error != nil {
fmt.Printf("Error deleting NatGateway %s %s, It is possible that the resource is already deleted. Please verify manually \n", natGatewayId, error)
continue
}
waitTillCondition(testAccProvider, &natGatewayId, natGatewaySweepWaitCondition, time.Duration(3*time.Minute),
natGatewaySweepResponseFetchOperation, "core", true)
}
}
```
</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: 57245e4fbc217eb6f67b11dbb754e4fb7c63123f
| test | terraform providers terraform provider oci oci core nat gateway 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 reference to natgatewayid is reassigned at line click here to show the line s of go which triggered the analyzer go for natgatewayid range natgatewayids if ok sweeperdefaultresourceid ok deletenatgatewayrequest oci core deletenatgatewayrequest deletenatgatewayrequest natgatewayid natgatewayid deletenatgatewayrequest requestmetadata retrypolicy getretrypolicy true core error virtualnetworkclient deletenatgateway context background deletenatgatewayrequest if error nil fmt printf error deleting natgateway s s it is possible that the resource is already deleted please verify manually n natgatewayid error continue waittillcondition testaccprovider natgatewayid natgatewaysweepwaitcondition time duration time minute natgatewaysweepresponsefetchoperation core true 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 |
114,881 | 4,647,681,119 | IssuesEvent | 2016-10-01 16:49:13 | leonsoft-kras/transmisson-remote-gui | https://api.github.com/repos/leonsoft-kras/transmisson-remote-gui | closed | gnome/nautilus - open containing folder works correctly - but gives error | auto-migrated Priority-Low | ```
What steps will reproduce the problem?
1. Add a local path mapping to the torrent folder
2. Control+Return on any torrent
3. It correctly opens the folder in nautilus but also gives an error box
containing:
Unable to execute "/torrent/directory/location/".
Transmission Remote GUI Version 5.0.1
Arch Linux with
GNOME Shell 3.10.4
GNOME nautilus 3.10.1
```
Original issue reported on code.google.com by `lvl70...@gmail.com` on 28 Feb 2014 at 11:05 | 1.0 | gnome/nautilus - open containing folder works correctly - but gives error - ```
What steps will reproduce the problem?
1. Add a local path mapping to the torrent folder
2. Control+Return on any torrent
3. It correctly opens the folder in nautilus but also gives an error box
containing:
Unable to execute "/torrent/directory/location/".
Transmission Remote GUI Version 5.0.1
Arch Linux with
GNOME Shell 3.10.4
GNOME nautilus 3.10.1
```
Original issue reported on code.google.com by `lvl70...@gmail.com` on 28 Feb 2014 at 11:05 | non_test | gnome nautilus open containing folder works correctly but gives error what steps will reproduce the problem add a local path mapping to the torrent folder control return on any torrent it correctly opens the folder in nautilus but also gives an error box containing unable to execute torrent directory location transmission remote gui version arch linux with gnome shell gnome nautilus original issue reported on code google com by gmail com on feb at | 0 |
336,044 | 30,115,739,959 | IssuesEvent | 2023-06-30 11:20:57 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | closed | Fix modules.test_top_variables | Sub Task Ivy Stateful API 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>
|jax|<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/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-success-success></a>
| 1.0 | Fix modules.test_top_variables - | | |
|---|---|
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<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/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5421441613/jobs/9856877030"><img src=https://img.shields.io/badge/-success-success></a>
| test | fix modules test top variables tensorflow a href src jax a href src numpy a href src torch a href src paddle a href src | 1 |
452,284 | 13,047,991,035 | IssuesEvent | 2020-07-29 11:44:17 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | accounts.firefox.com - desktop site instead of mobile site | browser-focus-geckoview engine-gecko ml-needsdiagnosis-false priority-normal | <!-- @browser: Firefox Mobile 78.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:78.0) Gecko/78.0 Firefox/78.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/55994 -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: https://accounts.firefox.com/
**Browser / Version**: Firefox Mobile 78.0
**Operating System**: Android
**Tested Another Browser**: Yes Edge
**Problem type**: Desktop site instead of mobile site
**Description**: Desktop site instead of mobile site
**Steps to Reproduce**:
Freezing up and not loading once I've clicked on the button choices.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | accounts.firefox.com - desktop site instead of mobile site - <!-- @browser: Firefox Mobile 78.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:78.0) Gecko/78.0 Firefox/78.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/55994 -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: https://accounts.firefox.com/
**Browser / Version**: Firefox Mobile 78.0
**Operating System**: Android
**Tested Another Browser**: Yes Edge
**Problem type**: Desktop site instead of mobile site
**Description**: Desktop site instead of mobile site
**Steps to Reproduce**:
Freezing up and not loading once I've clicked on the button choices.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_test | accounts firefox com desktop site instead of mobile site url browser version firefox mobile operating system android tested another browser yes edge problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce freezing up and not loading once i ve clicked on the button choices browser configuration none from with ❤️ | 0 |
232,633 | 7,668,827,498 | IssuesEvent | 2018-05-14 07:36:37 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.rit.edu - site is not usable | browser-firefox-mobile-razer-phone priority-normal | <!-- @browser: Firefox Mobile (Razer Phone) 62.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Tablet; rv:62.0) Gecko/62.0 Firefox/62.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://www.rit.edu/academicaffairs/commencement/ceremonies-receptions
**Browser / Version**: Firefox Mobile (Razer Phone) 62.0
**Operating System**: Android 8.1.0
**Tested Another Browser**: No
**Problem type**: Site is not usable
**Description**: the form to submit feedback took u the whole screen and prevented scrolling
**Steps to Reproduce**:
Just navigated to the page. Go there on a phone and you'll see the same issue
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.rit.edu - site is not usable - <!-- @browser: Firefox Mobile (Razer Phone) 62.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Tablet; rv:62.0) Gecko/62.0 Firefox/62.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://www.rit.edu/academicaffairs/commencement/ceremonies-receptions
**Browser / Version**: Firefox Mobile (Razer Phone) 62.0
**Operating System**: Android 8.1.0
**Tested Another Browser**: No
**Problem type**: Site is not usable
**Description**: the form to submit feedback took u the whole screen and prevented scrolling
**Steps to Reproduce**:
Just navigated to the page. Go there on a phone and you'll see the same issue
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_test | site is not usable url browser version firefox mobile razer phone operating system android tested another browser no problem type site is not usable description the form to submit feedback took u the whole screen and prevented scrolling steps to reproduce just navigated to the page go there on a phone and you ll see the same issue from with ❤️ | 0 |
60,785 | 6,714,905,289 | IssuesEvent | 2017-10-13 18:49:14 | jiscdev/data-explorer | https://api.github.com/repos/jiscdev/data-explorer | closed | Selecting Home > Institution jumps down to All Datasets, looks like no viz has happened | accepted @ low priority bug live before passing tests please test released tested -- needs more work | it takes you straight in here:
<img width="937" alt="screen shot 2017-07-05 at 13 50 03" src="https://user-images.githubusercontent.com/1846710/27865048-ef3faee0-6188-11e7-8f30-5294e19abbca.png">
but there is content above:
<img width="937" alt="screen shot 2017-07-05 at 13 50 13" src="https://user-images.githubusercontent.com/1846710/27865059-fad38484-6188-11e7-9369-93ade0d0c274.png">
I just kept clicking the activity over time and wondering why nothing was ever showing, it was not obvious at all that the content was above it at the top of the page | 3.0 | Selecting Home > Institution jumps down to All Datasets, looks like no viz has happened - it takes you straight in here:
<img width="937" alt="screen shot 2017-07-05 at 13 50 03" src="https://user-images.githubusercontent.com/1846710/27865048-ef3faee0-6188-11e7-8f30-5294e19abbca.png">
but there is content above:
<img width="937" alt="screen shot 2017-07-05 at 13 50 13" src="https://user-images.githubusercontent.com/1846710/27865059-fad38484-6188-11e7-9369-93ade0d0c274.png">
I just kept clicking the activity over time and wondering why nothing was ever showing, it was not obvious at all that the content was above it at the top of the page | test | selecting home institution jumps down to all datasets looks like no viz has happened it takes you straight in here img width alt screen shot at src but there is content above img width alt screen shot at src i just kept clicking the activity over time and wondering why nothing was ever showing it was not obvious at all that the content was above it at the top of the page | 1 |
6,300 | 5,354,304,372 | IssuesEvent | 2017-02-20 09:31:57 | uclouvain/osis-portal | https://api.github.com/repos/uclouvain/osis-portal | closed | [Publication des notes] Amélioraions | performance | - [ ] Un mail sera envoyé à chaque étudiant lors de la première diffusion de ses notes
- [ ] Modifier l'intitulé "Performance"
- [ ] Vérifier les traduction des légendes
- [ ] Vérifier l'ordre des cours et programme
| True | [Publication des notes] Amélioraions - - [ ] Un mail sera envoyé à chaque étudiant lors de la première diffusion de ses notes
- [ ] Modifier l'intitulé "Performance"
- [ ] Vérifier les traduction des légendes
- [ ] Vérifier l'ordre des cours et programme
| non_test | amélioraions un mail sera envoyé à chaque étudiant lors de la première diffusion de ses notes modifier l intitulé performance vérifier les traduction des légendes vérifier l ordre des cours et programme | 0 |
55,878 | 6,494,665,151 | IssuesEvent | 2017-08-21 23:12:12 | radare/radare2 | https://api.github.com/repos/radare/radare2 | closed | ragg2 doesn't supports the "<" or ">" operator | ragg2 test-required | ## Sample
```
write@syscall(4);
exit@syscall(1);
main@global(128) {
.var0 = "hi!\n";
.var1 = 1;
.var2 = 2;
if (.var1 < .var2) {
write(1,.var0, 4);
}
exit(0);
}
```
## Compilation
```
$ ragg2 test.r
Unknown opcode (cmp)
Unknown opcode (cmp)
Unknown opcode (cmp)
fail assembling
r_egg_assemble: invalid assembly
zsh: exit 1 ragg2 test.r
```
| 1.0 | ragg2 doesn't supports the "<" or ">" operator - ## Sample
```
write@syscall(4);
exit@syscall(1);
main@global(128) {
.var0 = "hi!\n";
.var1 = 1;
.var2 = 2;
if (.var1 < .var2) {
write(1,.var0, 4);
}
exit(0);
}
```
## Compilation
```
$ ragg2 test.r
Unknown opcode (cmp)
Unknown opcode (cmp)
Unknown opcode (cmp)
fail assembling
r_egg_assemble: invalid assembly
zsh: exit 1 ragg2 test.r
```
| test | doesn t supports the operator sample write syscall exit syscall main global hi n if write exit compilation test r unknown opcode cmp unknown opcode cmp unknown opcode cmp fail assembling r egg assemble invalid assembly zsh exit test r | 1 |
222,197 | 17,398,707,789 | IssuesEvent | 2021-08-02 16:28:42 | nasa/cFE | https://api.github.com/repos/nasa/cFE | closed | Add (unsigned int) cast to MIR prints in time_UT.c | bug unit-test | **Is your feature request related to a problem? Please describe.**
MIR prints in time_UT.c break the RTEMS build because %u expects (unsigned int), but uint32 in RTEMS is an unsigned long.
**Describe the solution you'd like**
Add (unsigned int) cast to MIR prints in time_UT.c
**Requester Info**
Jose F. Martinez Pedraza / NASA GSFC | 1.0 | Add (unsigned int) cast to MIR prints in time_UT.c - **Is your feature request related to a problem? Please describe.**
MIR prints in time_UT.c break the RTEMS build because %u expects (unsigned int), but uint32 in RTEMS is an unsigned long.
**Describe the solution you'd like**
Add (unsigned int) cast to MIR prints in time_UT.c
**Requester Info**
Jose F. Martinez Pedraza / NASA GSFC | test | add unsigned int cast to mir prints in time ut c is your feature request related to a problem please describe mir prints in time ut c break the rtems build because u expects unsigned int but in rtems is an unsigned long describe the solution you d like add unsigned int cast to mir prints in time ut c requester info jose f martinez pedraza nasa gsfc | 1 |
5,577 | 8,176,218,022 | IssuesEvent | 2018-08-28 06:41:27 | bwsw/cloudstack-ui | https://api.github.com/repos/bwsw/cloudstack-ui | opened | Rework the left-side menu | enhancement requirement | Acceptance criteria:
- The menu should have 2 levels
- Click on the 1st level elements should hide/collapse nested entities (section titles)
- Click on 2nd level elements (section titles) should redirect to sections
To define the structure of the menu. | 1.0 | Rework the left-side menu - Acceptance criteria:
- The menu should have 2 levels
- Click on the 1st level elements should hide/collapse nested entities (section titles)
- Click on 2nd level elements (section titles) should redirect to sections
To define the structure of the menu. | non_test | rework the left side menu acceptance criteria the menu should have levels click on the level elements should hide collapse nested entities section titles click on level elements section titles should redirect to sections to define the structure of the menu | 0 |
267,244 | 23,287,829,146 | IssuesEvent | 2022-08-05 18:34:48 | NebulaMC-GG/Support | https://api.github.com/repos/NebulaMC-GG/Support | closed | Tidal and Clear Bells not activating eachother - Orion | pixelmon needs testing | Bells are only spawning 1 legendary at a time on Orion unlike atlas which spawns them in mass. | 1.0 | Tidal and Clear Bells not activating eachother - Orion - Bells are only spawning 1 legendary at a time on Orion unlike atlas which spawns them in mass. | test | tidal and clear bells not activating eachother orion bells are only spawning legendary at a time on orion unlike atlas which spawns them in mass | 1 |
260,121 | 22,593,272,295 | IssuesEvent | 2022-06-28 22:17:00 | void-linux/void-packages | https://api.github.com/repos/void-linux/void-packages | closed | [Cinnamon] Segmentation fault | bug needs-testing | ### Is this a new report?
Yes
### System Info
Void 5.15.50_1 x86_64 GenuineIntel notuptodate rFFF
### Package(s) Affected
cinnamon-control-center-5.2.1_1
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
https://bugs.gentoo.org/840317
https://github.com/linuxmint/cinnamon/issues/10616
### Expected behaviour
No segmentation fault
### Actual behaviour
Segmentation fault
### Steps to reproduce
$ cinnamon-settings network | 1.0 | [Cinnamon] Segmentation fault - ### Is this a new report?
Yes
### System Info
Void 5.15.50_1 x86_64 GenuineIntel notuptodate rFFF
### Package(s) Affected
cinnamon-control-center-5.2.1_1
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
https://bugs.gentoo.org/840317
https://github.com/linuxmint/cinnamon/issues/10616
### Expected behaviour
No segmentation fault
### Actual behaviour
Segmentation fault
### Steps to reproduce
$ cinnamon-settings network | test | segmentation fault is this a new report yes system info void genuineintel notuptodate rfff package s affected cinnamon control center does a report exist for this bug with the project s home upstream and or another distro expected behaviour no segmentation fault actual behaviour segmentation fault steps to reproduce cinnamon settings network | 1 |
262,009 | 22,785,794,709 | IssuesEvent | 2022-07-09 08:06:22 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: restore2TB/nodes=10 failed | C-test-failure O-robot O-roachtest release-blocker branch-release-21.2 | roachtest.restore2TB/nodes=10 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=5695592&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=5695592&tab=artifacts#/restore2TB/nodes=10) on release-21.2 @ [bce163fd3a462bc778405fb371470371d214e758](https://github.com/cockroachdb/cockroach/commits/bce163fd3a462bc778405fb371470371d214e758):
```
| 'gs://cockroach-fixtures/workload/bank/version=1.0.0,payload-bytes=10240,ranges=0,rows=65104166,seed=1/bank?AUTH=implicit'
| WITH into_db = 'restore2tb'" returned
| stderr:
| ERROR: importing 21888 ranges: Get "https://storage.googleapis.com/cockroach-fixtures/workload/bank/version=1.0.0,payload-bytes=10240,ranges=0,rows=65104166,seed=1/bank/8-1198.sst": stream error: stream ID 7; INTERNAL_ERROR; received from peer
| Failed running "sql"
| Error: COMMAND_PROBLEM: exit status 1
| (1) COMMAND_PROBLEM
| Wraps: (2) Node 1. Command with error:
| | ``````
| | ./cockroach sql --insecure -e "
| | RESTORE csv.bank FROM
| | 'gs://cockroach-fixtures/workload/bank/version=1.0.0,payload-bytes=10240,ranges=0,rows=65104166,seed=1/bank?AUTH=implicit'
| | WITH into_db = 'restore2tb'"
| | ``````
| Wraps: (3) exit status 1
| Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError
|
| stdout:
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) *exec.ExitError
monitor.go:128,restore.go:506,test_runner.go:777: monitor failure: monitor task failed: t.Fatal() was called
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:116
| main.(*monitorImpl).Wait
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:124
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerRestore.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/restore.go:506
| main.(*testRunner).runTest.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:777
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
-- stack trace:
| main.(*monitorImpl).wait.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:172
Wraps: (4) monitor task failed
Wraps: (5) attached stack trace
-- stack trace:
| main.init
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:81
| runtime.doInit
| /usr/local/go/src/runtime/proc.go:6498
| runtime.main
| /usr/local/go/src/runtime/proc.go:238
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1581
Wraps: (6) t.Fatal() was called
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #84123 roachtest: restore2TB/nodes=10 failed [C-test-failure O-roachtest O-robot T-bulkio branch-release-22.1 release-blocker]
</p>
</details>
/cc @cockroachdb/bulk-io
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*restore2TB/nodes=10.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| 2.0 | roachtest: restore2TB/nodes=10 failed - roachtest.restore2TB/nodes=10 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=5695592&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=5695592&tab=artifacts#/restore2TB/nodes=10) on release-21.2 @ [bce163fd3a462bc778405fb371470371d214e758](https://github.com/cockroachdb/cockroach/commits/bce163fd3a462bc778405fb371470371d214e758):
```
| 'gs://cockroach-fixtures/workload/bank/version=1.0.0,payload-bytes=10240,ranges=0,rows=65104166,seed=1/bank?AUTH=implicit'
| WITH into_db = 'restore2tb'" returned
| stderr:
| ERROR: importing 21888 ranges: Get "https://storage.googleapis.com/cockroach-fixtures/workload/bank/version=1.0.0,payload-bytes=10240,ranges=0,rows=65104166,seed=1/bank/8-1198.sst": stream error: stream ID 7; INTERNAL_ERROR; received from peer
| Failed running "sql"
| Error: COMMAND_PROBLEM: exit status 1
| (1) COMMAND_PROBLEM
| Wraps: (2) Node 1. Command with error:
| | ``````
| | ./cockroach sql --insecure -e "
| | RESTORE csv.bank FROM
| | 'gs://cockroach-fixtures/workload/bank/version=1.0.0,payload-bytes=10240,ranges=0,rows=65104166,seed=1/bank?AUTH=implicit'
| | WITH into_db = 'restore2tb'"
| | ``````
| Wraps: (3) exit status 1
| Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError
|
| stdout:
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) *exec.ExitError
monitor.go:128,restore.go:506,test_runner.go:777: monitor failure: monitor task failed: t.Fatal() was called
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:116
| main.(*monitorImpl).Wait
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:124
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerRestore.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/restore.go:506
| main.(*testRunner).runTest.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:777
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
-- stack trace:
| main.(*monitorImpl).wait.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:172
Wraps: (4) monitor task failed
Wraps: (5) attached stack trace
-- stack trace:
| main.init
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:81
| runtime.doInit
| /usr/local/go/src/runtime/proc.go:6498
| runtime.main
| /usr/local/go/src/runtime/proc.go:238
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1581
Wraps: (6) t.Fatal() was called
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #84123 roachtest: restore2TB/nodes=10 failed [C-test-failure O-roachtest O-robot T-bulkio branch-release-22.1 release-blocker]
</p>
</details>
/cc @cockroachdb/bulk-io
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*restore2TB/nodes=10.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| test | roachtest nodes failed roachtest nodes with on release gs cockroach fixtures workload bank version payload bytes ranges rows seed bank auth implicit with into db returned stderr error importing ranges get stream error stream id internal error received from peer failed running sql error command problem exit status command problem wraps node command with error cockroach sql insecure e restore csv bank from gs cockroach fixtures workload bank version payload bytes ranges rows seed bank auth implicit with into db wraps exit status error types errors cmd hintdetail withdetail exec exiterror stdout wraps exit status error types withstack withstack errutil withprefix cluster withcommanddetails exec exiterror monitor go restore go test runner go monitor failure monitor task failed t fatal was called attached stack trace stack trace main monitorimpl waite home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go main monitorimpl wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go github com cockroachdb cockroach pkg cmd roachtest tests registerrestore home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests restore go main testrunner runtest home agent work go src github com cockroachdb cockroach pkg cmd roachtest test runner go wraps monitor failure wraps attached stack trace stack trace main monitorimpl wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go wraps monitor task failed wraps attached stack trace stack trace main init home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go runtime doinit usr local go src runtime proc go runtime main usr local go src runtime proc go runtime goexit usr local go src runtime asm s wraps t fatal was called error types withstack withstack errutil withprefix withstack withstack errutil withprefix withstack withstack errutil leaferror reproduce see same failure on other branches roachtest nodes failed cc cockroachdb bulk io | 1 |
82,095 | 7,816,431,531 | IssuesEvent | 2018-06-13 04:39:23 | nrwl/nx | https://api.github.com/repos/nrwl/nx | closed | Short version of ng generate app fails | blocked: more info needed needs: retry with latest type: bug | I'm using nx 6.0.2. Trying to create a new app with:
```
ng generate app reporting
```
returns the following error
```
Schematic "app" not found in collection "@schematics/angular".
Error: Schematic "app" not found in collection "@schematics/angular".
```
The longer version of this command `ng generate application reporting` works just fine | 1.0 | Short version of ng generate app fails - I'm using nx 6.0.2. Trying to create a new app with:
```
ng generate app reporting
```
returns the following error
```
Schematic "app" not found in collection "@schematics/angular".
Error: Schematic "app" not found in collection "@schematics/angular".
```
The longer version of this command `ng generate application reporting` works just fine | test | short version of ng generate app fails i m using nx trying to create a new app with ng generate app reporting returns the following error schematic app not found in collection schematics angular error schematic app not found in collection schematics angular the longer version of this command ng generate application reporting works just fine | 1 |
8,900 | 6,028,080,561 | IssuesEvent | 2017-06-08 15:02:35 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 32647696: Xcode: Right arrow key toggles the "Swift" icon in Open Quickly | classification:usability/ui reproducible:always status:open | #### Description
Summary:
While I understand the intent, I think using the right arrow key to toggle the "Open as Swift bridging header" button in the Open Quickly dialog is a very discutable UI choice.
In particular, it results in a inconsistent UX when the whole string in the box is selected.
Steps to Reproduce:
1. Open a Xcode project with mixed Objective-C and Swift files
2. Open the Open Quickly dialog with Cmd + Shift + O
3. Type something
4. Open a result file by pressing Enter
5. Reopen the dialog with Cmd + Shift + O. The whole texte typed at step 2. is selected (normal behavior).
6. Press the Right arrow key
Expected Results:
Everywhere else on macOS when a text fragment is selected, pressing the right arrow key moves the cursor at the end of the selection.
Observed Results:
In the new Open Quickly dialog, pressing the right arrow key keeps the selection unchanged (so impossible to complete the file name without grabbing the mouse and clicking, as typing will overwrite the selected text) and instead toggle the little Swift icon on the right of the dialog.
Version:
Xcode 9.0 beta (9M136h)
macOS 10.12.4 (16E195)
Notes:
Attached is a screencast of the boggus behavior
Configuration:
-
Product Version: 9.0 beta (9M136h)
Created: 2017-06-08T14:42:38.481960
Originated: 2017-06-08T00:00:00
Open Radar Link: http://www.openradar.me/32647696 | True | 32647696: Xcode: Right arrow key toggles the "Swift" icon in Open Quickly - #### Description
Summary:
While I understand the intent, I think using the right arrow key to toggle the "Open as Swift bridging header" button in the Open Quickly dialog is a very discutable UI choice.
In particular, it results in a inconsistent UX when the whole string in the box is selected.
Steps to Reproduce:
1. Open a Xcode project with mixed Objective-C and Swift files
2. Open the Open Quickly dialog with Cmd + Shift + O
3. Type something
4. Open a result file by pressing Enter
5. Reopen the dialog with Cmd + Shift + O. The whole texte typed at step 2. is selected (normal behavior).
6. Press the Right arrow key
Expected Results:
Everywhere else on macOS when a text fragment is selected, pressing the right arrow key moves the cursor at the end of the selection.
Observed Results:
In the new Open Quickly dialog, pressing the right arrow key keeps the selection unchanged (so impossible to complete the file name without grabbing the mouse and clicking, as typing will overwrite the selected text) and instead toggle the little Swift icon on the right of the dialog.
Version:
Xcode 9.0 beta (9M136h)
macOS 10.12.4 (16E195)
Notes:
Attached is a screencast of the boggus behavior
Configuration:
-
Product Version: 9.0 beta (9M136h)
Created: 2017-06-08T14:42:38.481960
Originated: 2017-06-08T00:00:00
Open Radar Link: http://www.openradar.me/32647696 | non_test | xcode right arrow key toggles the swift icon in open quickly description summary while i understand the intent i think using the right arrow key to toggle the open as swift bridging header button in the open quickly dialog is a very discutable ui choice in particular it results in a inconsistent ux when the whole string in the box is selected steps to reproduce open a xcode project with mixed objective c and swift files open the open quickly dialog with cmd shift o type something open a result file by pressing enter reopen the dialog with cmd shift o the whole texte typed at step is selected normal behavior press the right arrow key expected results everywhere else on macos when a text fragment is selected pressing the right arrow key moves the cursor at the end of the selection observed results in the new open quickly dialog pressing the right arrow key keeps the selection unchanged so impossible to complete the file name without grabbing the mouse and clicking as typing will overwrite the selected text and instead toggle the little swift icon on the right of the dialog version xcode beta macos notes attached is a screencast of the boggus behavior configuration product version beta created originated open radar link | 0 |
123,699 | 10,279,741,964 | IssuesEvent | 2019-08-26 01:41:01 | eclipse/openj9 | https://api.github.com/repos/eclipse/openj9 | opened | SC_Softmx_Increase_0 net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest failures | test failure | Failure link
------------
https://ci.eclipse.org/openj9/job/Test_openjdk13_j9_extended.system_x86-64_linux_xl_Nightly/19/tapResults/
Optional info
-------------
Failure output (captured from console output)
---------------------------------------------
```
03:19:01.467 - Starting thread. Suite=0 thread=0
03:19:01.470 - Starting thread. Suite=0 thread=1
03:19:01.471 - Starting thread. Suite=0 thread=2
03:19:09.254 - First failure detected by thread: load-2. Not creating dumps as no dump generation is requested for this load test
03:19:09.263 - suite.getInventory().getInventoryFileRef(): openj9.test.load/config/inventories/mix/sharedclasses-mix.xml
03:19:09.264 - suite.isCreateDump() : false
03:19:09.266 - Test failed
Failure num. = 1
Test number = 88
Test details = 'JUnit[net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest]'
Suite number = 0
Thread number = 2
>>> Captured test output >>>
testStarted : testAllFileSystemsAreRegistered(net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest)
testFailure: testAllFileSystemsAreRegistered(net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest): Unable to match all memory FileSystems in the list of available providers expected:<1000> but was:<0>
junit.framework.AssertionFailedError: Unable to match all memory FileSystems in the list of available providers expected:<1000> but was:<0>
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.failNotEquals(Assert.java:329)
at junit.framework.Assert.assertEquals(Assert.java:78)
at junit.framework.Assert.assertEquals(Assert.java:234)
at junit.framework.TestCase.assertEquals(TestCase.java:401)
at net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest.testAllFileSystemsAreRegistered(FileSystemsTest.java:119)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at junit.framework.TestCase.runTest(TestCase.java:176)
at junit.framework.TestCase.runBare(TestCase.java:141)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:129)
at junit.framework.TestSuite.runTest(TestSuite.java:252)
at junit.framework.TestSuite.run(TestSuite.java:247)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at net.adoptopenjdk.loadTest.adaptors.JUnitAdaptor.executeTest(JUnitAdaptor.java:130)
at net.adoptopenjdk.loadTest.LoadTestRunner$2.run(LoadTestRunner.java:182)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:831)
testFinished: testAllFileSystemsAreRegistered(net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest)
testStarted : testFileSystemIsRegistered(net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest)
testFailure: testFileSystemIsRegistered(net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest): Unable to find intial provider 'memory0'
junit.framework.AssertionFailedError: Unable to find intial provider 'memory0'
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.TestCase.assertTrue(TestCase.java:192)
at net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest.testFileSystemIsRegistered(FileSystemsTest.java:78)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at junit.framework.TestCase.runTest(TestCase.java:176)
at junit.framework.TestCase.runBare(TestCase.java:141)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:129)
at junit.framework.TestSuite.runTest(TestSuite.java:252)
at junit.framework.TestSuite.run(TestSuite.java:247)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at net.adoptopenjdk.loadTest.adaptors.JUnitAdaptor.executeTest(JUnitAdaptor.java:130)
at net.adoptopenjdk.loadTest.LoadTestRunner$2.run(LoadTestRunner.java:182)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:831)
testFinished: testFileSystemIsRegistered(net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest)
JUnit Test Results for: net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest
Ran : 2
Passed : 0
Failed : 2
Ignored: 0
Result : FAILED
``` | 1.0 | SC_Softmx_Increase_0 net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest failures - Failure link
------------
https://ci.eclipse.org/openj9/job/Test_openjdk13_j9_extended.system_x86-64_linux_xl_Nightly/19/tapResults/
Optional info
-------------
Failure output (captured from console output)
---------------------------------------------
```
03:19:01.467 - Starting thread. Suite=0 thread=0
03:19:01.470 - Starting thread. Suite=0 thread=1
03:19:01.471 - Starting thread. Suite=0 thread=2
03:19:09.254 - First failure detected by thread: load-2. Not creating dumps as no dump generation is requested for this load test
03:19:09.263 - suite.getInventory().getInventoryFileRef(): openj9.test.load/config/inventories/mix/sharedclasses-mix.xml
03:19:09.264 - suite.isCreateDump() : false
03:19:09.266 - Test failed
Failure num. = 1
Test number = 88
Test details = 'JUnit[net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest]'
Suite number = 0
Thread number = 2
>>> Captured test output >>>
testStarted : testAllFileSystemsAreRegistered(net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest)
testFailure: testAllFileSystemsAreRegistered(net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest): Unable to match all memory FileSystems in the list of available providers expected:<1000> but was:<0>
junit.framework.AssertionFailedError: Unable to match all memory FileSystems in the list of available providers expected:<1000> but was:<0>
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.failNotEquals(Assert.java:329)
at junit.framework.Assert.assertEquals(Assert.java:78)
at junit.framework.Assert.assertEquals(Assert.java:234)
at junit.framework.TestCase.assertEquals(TestCase.java:401)
at net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest.testAllFileSystemsAreRegistered(FileSystemsTest.java:119)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at junit.framework.TestCase.runTest(TestCase.java:176)
at junit.framework.TestCase.runBare(TestCase.java:141)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:129)
at junit.framework.TestSuite.runTest(TestSuite.java:252)
at junit.framework.TestSuite.run(TestSuite.java:247)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at net.adoptopenjdk.loadTest.adaptors.JUnitAdaptor.executeTest(JUnitAdaptor.java:130)
at net.adoptopenjdk.loadTest.LoadTestRunner$2.run(LoadTestRunner.java:182)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:831)
testFinished: testAllFileSystemsAreRegistered(net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest)
testStarted : testFileSystemIsRegistered(net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest)
testFailure: testFileSystemIsRegistered(net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest): Unable to find intial provider 'memory0'
junit.framework.AssertionFailedError: Unable to find intial provider 'memory0'
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.TestCase.assertTrue(TestCase.java:192)
at net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest.testFileSystemIsRegistered(FileSystemsTest.java:78)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at junit.framework.TestCase.runTest(TestCase.java:176)
at junit.framework.TestCase.runBare(TestCase.java:141)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:129)
at junit.framework.TestSuite.runTest(TestSuite.java:252)
at junit.framework.TestSuite.run(TestSuite.java:247)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at net.adoptopenjdk.loadTest.adaptors.JUnitAdaptor.executeTest(JUnitAdaptor.java:130)
at net.adoptopenjdk.loadTest.LoadTestRunner$2.run(LoadTestRunner.java:182)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:831)
testFinished: testFileSystemIsRegistered(net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest)
JUnit Test Results for: net.adoptopenjdk.test.nio2.filesystem.FileSystemsTest
Ran : 2
Passed : 0
Failed : 2
Ignored: 0
Result : FAILED
``` | test | sc softmx increase net adoptopenjdk test filesystem filesystemstest failures failure link optional info failure output captured from console output starting thread suite thread starting thread suite thread starting thread suite thread first failure detected by thread load not creating dumps as no dump generation is requested for this load test suite getinventory getinventoryfileref test load config inventories mix sharedclasses mix xml suite iscreatedump false test failed failure num test number test details junit suite number thread number captured test output teststarted testallfilesystemsareregistered net adoptopenjdk test filesystem filesystemstest testfailure testallfilesystemsareregistered net adoptopenjdk test filesystem filesystemstest unable to match all memory filesystems in the list of available providers expected but was junit framework assertionfailederror unable to match all memory filesystems in the list of available providers expected but was at junit framework assert fail assert java at junit framework assert failnotequals assert java at junit framework assert assertequals assert java at junit framework assert assertequals assert java at junit framework testcase assertequals testcase java at net adoptopenjdk test filesystem filesystemstest testallfilesystemsareregistered filesystemstest java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at junit framework testcase runtest testcase java at junit framework testcase runbare testcase java at junit framework testresult protect testresult java at junit framework testresult runprotected testresult java at junit framework testresult run testresult java at junit framework testcase run testcase java at junit framework testsuite runtest testsuite java at junit framework testsuite run testsuite java at org junit internal runners run java at org junit runners suite runchild suite java at org junit runners suite runchild suite java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runner junitcore run junitcore java at org junit runner junitcore run junitcore java at net adoptopenjdk loadtest adaptors junitadaptor executetest junitadaptor java at net adoptopenjdk loadtest loadtestrunner run loadtestrunner java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java base java lang thread run thread java testfinished testallfilesystemsareregistered net adoptopenjdk test filesystem filesystemstest teststarted testfilesystemisregistered net adoptopenjdk test filesystem filesystemstest testfailure testfilesystemisregistered net adoptopenjdk test filesystem filesystemstest unable to find intial provider junit framework assertionfailederror unable to find intial provider at junit framework assert fail assert java at junit framework assert asserttrue assert java at junit framework testcase asserttrue testcase java at net adoptopenjdk test filesystem filesystemstest testfilesystemisregistered filesystemstest java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at junit framework testcase runtest testcase java at junit framework testcase runbare testcase java at junit framework testresult protect testresult java at junit framework testresult runprotected testresult java at junit framework testresult run testresult java at junit framework testcase run testcase java at junit framework testsuite runtest testsuite java at junit framework testsuite run testsuite java at org junit internal runners run java at org junit runners suite runchild suite java at org junit runners suite runchild suite java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runner junitcore run junitcore java at org junit runner junitcore run junitcore java at net adoptopenjdk loadtest adaptors junitadaptor executetest junitadaptor java at net adoptopenjdk loadtest loadtestrunner run loadtestrunner java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java base java lang thread run thread java testfinished testfilesystemisregistered net adoptopenjdk test filesystem filesystemstest junit test results for net adoptopenjdk test filesystem filesystemstest ran passed failed ignored result failed | 1 |
113,916 | 17,171,917,124 | IssuesEvent | 2021-07-15 06:21:45 | Thanraj/libpng_ | https://api.github.com/repos/Thanraj/libpng_ | opened | CVE-2019-19317 (High) detected in sqliteversion-3.22.0 | security vulnerability | ## CVE-2019-19317 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sqliteversion-3.22.0</b></p></summary>
<p>
<p>Official Git mirror of the SQLite source tree</p>
<p>Library home page: <a href=https://github.com/sqlite/sqlite.git>https://github.com/sqlite/sqlite.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Thanraj/libpng_/commit/a12fbbf25c0b2b5501a8f34cbb3e195203a8ec37">a12fbbf25c0b2b5501a8f34cbb3e195203a8ec37</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>libpng_/src/resolve.c</b>
</p>
</details>
<p></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>
lookupName in resolve.c in SQLite 3.30.1 omits bits from the colUsed bitmask in the case of a generated column, which allows attackers to cause a denial of service or possibly have unspecified other impact.
<p>Publish Date: 2019-12-05
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19317>CVE-2019-19317</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>9.8</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: 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="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-19317">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-19317</a></p>
<p>Release Date: 2019-12-05</p>
<p>Fix Resolution: 3.31.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2019-19317 (High) detected in sqliteversion-3.22.0 - ## CVE-2019-19317 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sqliteversion-3.22.0</b></p></summary>
<p>
<p>Official Git mirror of the SQLite source tree</p>
<p>Library home page: <a href=https://github.com/sqlite/sqlite.git>https://github.com/sqlite/sqlite.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Thanraj/libpng_/commit/a12fbbf25c0b2b5501a8f34cbb3e195203a8ec37">a12fbbf25c0b2b5501a8f34cbb3e195203a8ec37</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>libpng_/src/resolve.c</b>
</p>
</details>
<p></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>
lookupName in resolve.c in SQLite 3.30.1 omits bits from the colUsed bitmask in the case of a generated column, which allows attackers to cause a denial of service or possibly have unspecified other impact.
<p>Publish Date: 2019-12-05
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19317>CVE-2019-19317</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>9.8</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: 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="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-19317">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-19317</a></p>
<p>Release Date: 2019-12-05</p>
<p>Fix Resolution: 3.31.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve high detected in sqliteversion cve high severity vulnerability vulnerable library sqliteversion official git mirror of the sqlite source tree library home page a href found in head commit a href found in base branch master vulnerable source files libpng src resolve c vulnerability details lookupname in resolve c in sqlite omits bits from the colused bitmask in the case of a generated column which allows attackers to cause a denial of service or possibly have unspecified other impact 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 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 step up your open source security game with whitesource | 0 |
85,685 | 10,454,680,837 | IssuesEvent | 2019-09-19 19:27:01 | okTurtles/group-income-simple | https://api.github.com/repos/okTurtles/group-income-simple | closed | Update "what files do i edit" section in Getting Started documentation | Kind:Community Kind:Documentation Level:Starter Note:Up-for-grabs | ### Problem
Everything here is outdated and incorrect:
https://github.com/okTurtles/group-income-simple/blob/master/docs/Getting-Started-frontend.md#what-files-do-i-edit
### Solution
Update it to reflect the new folder layout. | 1.0 | Update "what files do i edit" section in Getting Started documentation - ### Problem
Everything here is outdated and incorrect:
https://github.com/okTurtles/group-income-simple/blob/master/docs/Getting-Started-frontend.md#what-files-do-i-edit
### Solution
Update it to reflect the new folder layout. | non_test | update what files do i edit section in getting started documentation problem everything here is outdated and incorrect solution update it to reflect the new folder layout | 0 |
34,926 | 9,515,177,692 | IssuesEvent | 2019-04-26 04:11:17 | apache/incubator-mxnet | https://api.github.com/repos/apache/incubator-mxnet | closed | Build with CMake under windows can't trigger USE_MKLDNN in CI | Build CI Windows | Build with CMake under windows can't trigger USE_MKLDNN, which cause 'WIN CPU_MKLDNN'' can't be built and test in official CI in https://github.com/apache/incubator-mxnet/blob/master/ci/build_windows.py >> 'WIN_CPU_MKLDNN':
Target
We are working on redesign the build logic of MXNET with MKL/MKLDNN Logic. with @pengzhao-intel @TaoLv @@juliusshufan,
Description/Reproduce step:
from source on win10_64, MSVC 2015,
C:\mxnet_4\incubator-mxnet\build>cmake -G "Visual Studio 14 Win64" .. -DUSE_CUDA=0 -DUSE_CUDNN=0 -DUSE_OPENCV=1 -DUSE_OPENMP=1 -DUSE_BLAS=mkl -DUSE_LAPACK=1 -DUSE_PROFILER=1 -DUSE_DIST_KVSTORE=0 -DUSE_MKL_IF_AVAILABLE=1 -DUSE_MKLDNN=1 -DCMAKE_BUILD_TYPE=Release -DMKL_ROOT="C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.3.203\windows\mkl"
the first issue we meet is sames as https://github.com/apache/incubator-mxnet/issues/14335
The latest CMakeList.txt in mxnet source include the line
mxnet_option(USE_MKLDNN "Use MKLDNN variant of MKL (if MKL found)" ON IF USE_MKL_IF_AVAILABLE AND (NOT APPLE) AND (NOT MSVC) AND (CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "x86_64") AND (NOT CMAKE_CROSSCOMPILING))
It includes errors
1. NOT MSVC ,
which means if the compiler is MSVC (on windows), the flag `USE_MKLDNN` will not be turn on *by default*.
2. CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "x86_64"
But under windows, the CMAKE_HOST_SYSTEM_PROCESSOR will return "AMD64"
-- CMAKE_CROSSCOMPILING FALSE
-- CMAKE_HOST_SYSTEM_PROCESSOR AMD64
-- CMAKE_SYSTEM_PROCESSOR AMD64
-- CMAKE_SYSTEM_NAME Windows
and further
3. mxnet_option( ) will overwrite the user define -DUSE_MKLDNN=1. as discussion in https://github.com/apache/incubator-mxnet/issues/14640
so those issues cause MKLDNN can't be switch on whatever.
suggest to change to
mxnet_option(USE_MKLDNN "Use MKLDNN" ON IF (NOT APPLE) AND (NOT CMAKE_CROSSCOMPILING) AND ((CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "x86_64") OR (CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64"))) | 1.0 | Build with CMake under windows can't trigger USE_MKLDNN in CI - Build with CMake under windows can't trigger USE_MKLDNN, which cause 'WIN CPU_MKLDNN'' can't be built and test in official CI in https://github.com/apache/incubator-mxnet/blob/master/ci/build_windows.py >> 'WIN_CPU_MKLDNN':
Target
We are working on redesign the build logic of MXNET with MKL/MKLDNN Logic. with @pengzhao-intel @TaoLv @@juliusshufan,
Description/Reproduce step:
from source on win10_64, MSVC 2015,
C:\mxnet_4\incubator-mxnet\build>cmake -G "Visual Studio 14 Win64" .. -DUSE_CUDA=0 -DUSE_CUDNN=0 -DUSE_OPENCV=1 -DUSE_OPENMP=1 -DUSE_BLAS=mkl -DUSE_LAPACK=1 -DUSE_PROFILER=1 -DUSE_DIST_KVSTORE=0 -DUSE_MKL_IF_AVAILABLE=1 -DUSE_MKLDNN=1 -DCMAKE_BUILD_TYPE=Release -DMKL_ROOT="C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.3.203\windows\mkl"
the first issue we meet is sames as https://github.com/apache/incubator-mxnet/issues/14335
The latest CMakeList.txt in mxnet source include the line
mxnet_option(USE_MKLDNN "Use MKLDNN variant of MKL (if MKL found)" ON IF USE_MKL_IF_AVAILABLE AND (NOT APPLE) AND (NOT MSVC) AND (CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "x86_64") AND (NOT CMAKE_CROSSCOMPILING))
It includes errors
1. NOT MSVC ,
which means if the compiler is MSVC (on windows), the flag `USE_MKLDNN` will not be turn on *by default*.
2. CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "x86_64"
But under windows, the CMAKE_HOST_SYSTEM_PROCESSOR will return "AMD64"
-- CMAKE_CROSSCOMPILING FALSE
-- CMAKE_HOST_SYSTEM_PROCESSOR AMD64
-- CMAKE_SYSTEM_PROCESSOR AMD64
-- CMAKE_SYSTEM_NAME Windows
and further
3. mxnet_option( ) will overwrite the user define -DUSE_MKLDNN=1. as discussion in https://github.com/apache/incubator-mxnet/issues/14640
so those issues cause MKLDNN can't be switch on whatever.
suggest to change to
mxnet_option(USE_MKLDNN "Use MKLDNN" ON IF (NOT APPLE) AND (NOT CMAKE_CROSSCOMPILING) AND ((CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "x86_64") OR (CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64"))) | non_test | build with cmake under windows can t trigger use mkldnn in ci build with cmake under windows can t trigger use mkldnn which cause win cpu mkldnn can t be built and test in official ci in win cpu mkldnn target we are working on redesign the build logic of mxnet with mkl mkldnn logic with pengzhao intel taolv juliusshufan description reproduce step from source on msvc c mxnet incubator mxnet build cmake g visual studio duse cuda duse cudnn duse opencv duse openmp duse blas mkl duse lapack duse profiler duse dist kvstore duse mkl if available duse mkldnn dcmake build type release dmkl root c program files intelswtools compilers and libraries windows mkl the first issue we meet is sames as the latest cmakelist txt in mxnet source include the line mxnet option use mkldnn use mkldnn variant of mkl if mkl found on if use mkl if available and not apple and not msvc and cmake host system processor strequal and not cmake crosscompiling it includes errors not msvc which means if the compiler is msvc on windows the flag use mkldnn will not be turn on by default cmake host system processor strequal but under windows the cmake host system processor will return cmake crosscompiling false cmake host system processor cmake system processor cmake system name windows and further mxnet option will overwrite the user define duse mkldnn as discussion in so those issues cause mkldnn can t be switch on whatever suggest to change to mxnet option use mkldnn use mkldnn on if not apple and not cmake crosscompiling and cmake host system processor strequal or cmake system processor strequal | 0 |
282,702 | 24,491,892,923 | IssuesEvent | 2022-10-10 03:34:09 | MPMG-DCC-UFMG/F01 | https://api.github.com/repos/MPMG-DCC-UFMG/F01 | closed | Teste de generalizacao para a tag Informações institucionais - Unidades administrativas - Cachoeira da Prata | generalization test development template - Memory (66) tag - Informações Institucionais subtag - Unidades Administrativas | DoD: Realizar o teste de Generalização do validador da tag Informações institucionais - Unidades administrativas para o Município de Cachoeira da Prata. | 1.0 | Teste de generalizacao para a tag Informações institucionais - Unidades administrativas - Cachoeira da Prata - DoD: Realizar o teste de Generalização do validador da tag Informações institucionais - Unidades administrativas para o Município de Cachoeira da Prata. | test | teste de generalizacao para a tag informações institucionais unidades administrativas cachoeira da prata dod realizar o teste de generalização do validador da tag informações institucionais unidades administrativas para o município de cachoeira da prata | 1 |
38,164 | 18,983,064,837 | IssuesEvent | 2021-11-21 08:25:03 | simerplaha/SwayDB | https://api.github.com/repos/simerplaha/SwayDB | opened | Benchmark to see if Asynchronous IOStrategy is needed | Performance | ## Overview
IO concurrency can be configured via [IOStrategy](https://swaydb.io/configuration/ioStrategy/?language=java) for each block & file. This `IOStrategy` is used when opening, decompressing and caching file or a block within a file.
- `Concurrent` - Multiple threads are allowed. One thread does not care about the state of the other so this gives high concurrency but could lead to multiple open channels to the same file (eventually only one will remain open).
- `Asynchronous` - If a file is being opened, decompressed or cached by a thread, other threads will asynchronously wait for that thread to finish before continuing from that same checkpoint.
- `Synchronous` - Similar to `Asynchronous` but this blocks.
## Issue
`Asynchronous` requires the need for `Future` in core which requires the need to `Bag[_]` which requires memory allocations that can be removed if `IOStrategy.AsyncIO` is removed.
If `IOStrategy.AsyncIO` can be removed from core then the need for `Bag[_]` would only be at API level which is optional anyway.
## Task
Benchmark the cost of `IOStrategy.AsyncIO` and at what point it becomes useful. Check if `IOStrategy.AsyncIO` can be removed completely.
| True | Benchmark to see if Asynchronous IOStrategy is needed - ## Overview
IO concurrency can be configured via [IOStrategy](https://swaydb.io/configuration/ioStrategy/?language=java) for each block & file. This `IOStrategy` is used when opening, decompressing and caching file or a block within a file.
- `Concurrent` - Multiple threads are allowed. One thread does not care about the state of the other so this gives high concurrency but could lead to multiple open channels to the same file (eventually only one will remain open).
- `Asynchronous` - If a file is being opened, decompressed or cached by a thread, other threads will asynchronously wait for that thread to finish before continuing from that same checkpoint.
- `Synchronous` - Similar to `Asynchronous` but this blocks.
## Issue
`Asynchronous` requires the need for `Future` in core which requires the need to `Bag[_]` which requires memory allocations that can be removed if `IOStrategy.AsyncIO` is removed.
If `IOStrategy.AsyncIO` can be removed from core then the need for `Bag[_]` would only be at API level which is optional anyway.
## Task
Benchmark the cost of `IOStrategy.AsyncIO` and at what point it becomes useful. Check if `IOStrategy.AsyncIO` can be removed completely.
| non_test | benchmark to see if asynchronous iostrategy is needed overview io concurrency can be configured via for each block file this iostrategy is used when opening decompressing and caching file or a block within a file concurrent multiple threads are allowed one thread does not care about the state of the other so this gives high concurrency but could lead to multiple open channels to the same file eventually only one will remain open asynchronous if a file is being opened decompressed or cached by a thread other threads will asynchronously wait for that thread to finish before continuing from that same checkpoint synchronous similar to asynchronous but this blocks issue asynchronous requires the need for future in core which requires the need to bag which requires memory allocations that can be removed if iostrategy asyncio is removed if iostrategy asyncio can be removed from core then the need for bag would only be at api level which is optional anyway task benchmark the cost of iostrategy asyncio and at what point it becomes useful check if iostrategy asyncio can be removed completely | 0 |
153,305 | 19,705,006,124 | IssuesEvent | 2022-01-12 20:51:41 | Tim-sandbox/barista | https://api.github.com/repos/Tim-sandbox/barista | opened | CVE-2022-0144 (High) detected in shelljs-0.8.4.tgz, shelljs-0.7.8.tgz | security vulnerability | ## CVE-2022-0144 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>shelljs-0.8.4.tgz</b>, <b>shelljs-0.7.8.tgz</b></p></summary>
<p>
<details><summary><b>shelljs-0.8.4.tgz</b></p></summary>
<p>Portable Unix shell commands for Node.js</p>
<p>Library home page: <a href="https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz">https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz</a></p>
<p>Path to dependency file: /barista-scan/package.json</p>
<p>Path to vulnerable library: /barista-scan/node_modules/shelljs/package.json,/barista-api/node_modules/shelljs/package.json,/barista-docs/node_modules/shelljs/package.json</p>
<p>
Dependency Hierarchy:
- :x: **shelljs-0.8.4.tgz** (Vulnerable Library)
</details>
<details><summary><b>shelljs-0.7.8.tgz</b></p></summary>
<p>Portable Unix shell commands for Node.js</p>
<p>Library home page: <a href="https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz">https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz</a></p>
<p>Path to dependency file: /barista-web/package.json</p>
<p>Path to vulnerable library: /barista-web/node_modules/shelljs/package.json</p>
<p>
Dependency Hierarchy:
- compodoc-0.0.41.tgz (Root Library)
- :x: **shelljs-0.7.8.tgz** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
shelljs is vulnerable to Improper Privilege Management
<p>Publish Date: 2022-01-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0144>CVE-2022-0144</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.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/shelljs/shelljs/commit/d919d22dd6de385edaa9d90313075a77f74b338c">https://github.com/shelljs/shelljs/commit/d919d22dd6de385edaa9d90313075a77f74b338c</a></p>
<p>Release Date: 2022-01-11</p>
<p>Fix Resolution: shelljs - 0.8.5</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"shelljs","packageVersion":"0.8.4","packageFilePaths":["/barista-scan/package.json"],"isTransitiveDependency":false,"dependencyTree":"shelljs:0.8.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"shelljs - 0.8.5","isBinary":false},{"packageType":"javascript/Node.js","packageName":"shelljs","packageVersion":"0.7.8","packageFilePaths":["/barista-web/package.json"],"isTransitiveDependency":true,"dependencyTree":"compodoc:0.0.41;shelljs:0.7.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"shelljs - 0.8.5","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2022-0144","vulnerabilityDetails":"shelljs is vulnerable to Improper Privilege Management","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0144","cvss3Severity":"high","cvss3Score":"7.1","cvss3Metrics":{"A":"High","AC":"Low","PR":"Low","S":"Unchanged","C":"High","UI":"None","AV":"Local","I":"None"},"extraData":{}}</REMEDIATE> --> | True | CVE-2022-0144 (High) detected in shelljs-0.8.4.tgz, shelljs-0.7.8.tgz - ## CVE-2022-0144 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>shelljs-0.8.4.tgz</b>, <b>shelljs-0.7.8.tgz</b></p></summary>
<p>
<details><summary><b>shelljs-0.8.4.tgz</b></p></summary>
<p>Portable Unix shell commands for Node.js</p>
<p>Library home page: <a href="https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz">https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz</a></p>
<p>Path to dependency file: /barista-scan/package.json</p>
<p>Path to vulnerable library: /barista-scan/node_modules/shelljs/package.json,/barista-api/node_modules/shelljs/package.json,/barista-docs/node_modules/shelljs/package.json</p>
<p>
Dependency Hierarchy:
- :x: **shelljs-0.8.4.tgz** (Vulnerable Library)
</details>
<details><summary><b>shelljs-0.7.8.tgz</b></p></summary>
<p>Portable Unix shell commands for Node.js</p>
<p>Library home page: <a href="https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz">https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz</a></p>
<p>Path to dependency file: /barista-web/package.json</p>
<p>Path to vulnerable library: /barista-web/node_modules/shelljs/package.json</p>
<p>
Dependency Hierarchy:
- compodoc-0.0.41.tgz (Root Library)
- :x: **shelljs-0.7.8.tgz** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
shelljs is vulnerable to Improper Privilege Management
<p>Publish Date: 2022-01-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0144>CVE-2022-0144</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.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/shelljs/shelljs/commit/d919d22dd6de385edaa9d90313075a77f74b338c">https://github.com/shelljs/shelljs/commit/d919d22dd6de385edaa9d90313075a77f74b338c</a></p>
<p>Release Date: 2022-01-11</p>
<p>Fix Resolution: shelljs - 0.8.5</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"shelljs","packageVersion":"0.8.4","packageFilePaths":["/barista-scan/package.json"],"isTransitiveDependency":false,"dependencyTree":"shelljs:0.8.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"shelljs - 0.8.5","isBinary":false},{"packageType":"javascript/Node.js","packageName":"shelljs","packageVersion":"0.7.8","packageFilePaths":["/barista-web/package.json"],"isTransitiveDependency":true,"dependencyTree":"compodoc:0.0.41;shelljs:0.7.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"shelljs - 0.8.5","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2022-0144","vulnerabilityDetails":"shelljs is vulnerable to Improper Privilege Management","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0144","cvss3Severity":"high","cvss3Score":"7.1","cvss3Metrics":{"A":"High","AC":"Low","PR":"Low","S":"Unchanged","C":"High","UI":"None","AV":"Local","I":"None"},"extraData":{}}</REMEDIATE> --> | non_test | cve high detected in shelljs tgz shelljs tgz cve high severity vulnerability vulnerable libraries shelljs tgz shelljs tgz shelljs tgz portable unix shell commands for node js library home page a href path to dependency file barista scan package json path to vulnerable library barista scan node modules shelljs package json barista api node modules shelljs package json barista docs node modules shelljs package json dependency hierarchy x shelljs tgz vulnerable library shelljs tgz portable unix shell commands for node js library home page a href path to dependency file barista web package json path to vulnerable library barista web node modules shelljs package json dependency hierarchy compodoc tgz root library x shelljs tgz vulnerable library found in base branch master vulnerability details shelljs is vulnerable to improper privilege management publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high 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 shelljs isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree shelljs isminimumfixversionavailable true minimumfixversion shelljs isbinary false packagetype javascript node js packagename shelljs packageversion packagefilepaths istransitivedependency true dependencytree compodoc shelljs isminimumfixversionavailable true minimumfixversion shelljs isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails shelljs is vulnerable to improper privilege management vulnerabilityurl | 0 |
348,258 | 10,440,461,390 | IssuesEvent | 2019-09-18 08:46:27 | googleapis/google-cloud-dotnet | https://api.github.com/repos/googleapis/google-cloud-dotnet | closed | Synthesis failed for Google.Cloud.Logging.V2 | autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate Google.Cloud.Logging.V2. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to branch 'autosynth-Google.Cloud.Logging.V2'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.Logging.V2/synth.py.
Cloning into 'gapic-generator'...
Cloning into 'gapic-generator-csharp'...
Submodule 'api-common-protos' (https://github.com/googleapis/api-common-protos.git) registered for path 'api-common-protos'
Submodule 'protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'protobuf'
Cloning into '/tmpfs/src/git/autosynth/working_repo/gapic-generator-csharp/api-common-protos'...
Cloning into '/tmpfs/src/git/autosynth/working_repo/gapic-generator-csharp/protobuf'...
Submodule path 'api-common-protos': checked out '4c0a203e3658ae0e56d47c817c2c5904116c0ae0'
Submodule path 'protobuf': checked out '815ff7e1fb2d417d5aebcbf5fc46e626b18dc834'
Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'protobuf/third_party/benchmark'
Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'protobuf/third_party/googletest'
Cloning into '/tmpfs/src/git/autosynth/working_repo/gapic-generator-csharp/protobuf/third_party/benchmark'...
Cloning into '/tmpfs/src/git/autosynth/working_repo/gapic-generator-csharp/protobuf/third_party/googletest'...
Submodule path 'protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8'
Submodule path 'protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081'
Cloning into 'googleapis'...
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build
> Task :extractIncludeProto
> Task :extractProto
> Task :generateProto
> Task :compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :processResources
> Task :createProperties
> Task :classes
> Task :shadowJar
BUILD SUCCESSFUL in 14s
7 actionable tasks: 7 executed
A compatible SDK version for global.json version: [2.2.400] from [/tmpfs/src/git/autosynth/working_repo/gapic-generator-csharp/global.json] was not found
Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
https://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
synthtool > Failed executing /bin/bash generateapis.sh Google.Cloud.Logging.V2:
None
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.Logging.V2/synth.py", line 20, in <module>
hide_output = False)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '('/bin/bash', 'generateapis.sh', 'Google.Cloud.Logging.V2')' returned non-zero exit status 1.
synthtool > Wrote metadata to synth.metadata.
Synthesis failed
```
Google internal developers can see the full log [here](https://sponge/3a71112e-4a68-44a1-bc63-a128454af8ce).
| 1.0 | Synthesis failed for Google.Cloud.Logging.V2 - Hello! Autosynth couldn't regenerate Google.Cloud.Logging.V2. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to branch 'autosynth-Google.Cloud.Logging.V2'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.Logging.V2/synth.py.
Cloning into 'gapic-generator'...
Cloning into 'gapic-generator-csharp'...
Submodule 'api-common-protos' (https://github.com/googleapis/api-common-protos.git) registered for path 'api-common-protos'
Submodule 'protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'protobuf'
Cloning into '/tmpfs/src/git/autosynth/working_repo/gapic-generator-csharp/api-common-protos'...
Cloning into '/tmpfs/src/git/autosynth/working_repo/gapic-generator-csharp/protobuf'...
Submodule path 'api-common-protos': checked out '4c0a203e3658ae0e56d47c817c2c5904116c0ae0'
Submodule path 'protobuf': checked out '815ff7e1fb2d417d5aebcbf5fc46e626b18dc834'
Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'protobuf/third_party/benchmark'
Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'protobuf/third_party/googletest'
Cloning into '/tmpfs/src/git/autosynth/working_repo/gapic-generator-csharp/protobuf/third_party/benchmark'...
Cloning into '/tmpfs/src/git/autosynth/working_repo/gapic-generator-csharp/protobuf/third_party/googletest'...
Submodule path 'protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8'
Submodule path 'protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081'
Cloning into 'googleapis'...
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build
> Task :extractIncludeProto
> Task :extractProto
> Task :generateProto
> Task :compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :processResources
> Task :createProperties
> Task :classes
> Task :shadowJar
BUILD SUCCESSFUL in 14s
7 actionable tasks: 7 executed
A compatible SDK version for global.json version: [2.2.400] from [/tmpfs/src/git/autosynth/working_repo/gapic-generator-csharp/global.json] was not found
Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
https://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
synthtool > Failed executing /bin/bash generateapis.sh Google.Cloud.Logging.V2:
None
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.Logging.V2/synth.py", line 20, in <module>
hide_output = False)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '('/bin/bash', 'generateapis.sh', 'Google.Cloud.Logging.V2')' returned non-zero exit status 1.
synthtool > Wrote metadata to synth.metadata.
Synthesis failed
```
Google internal developers can see the full log [here](https://sponge/3a71112e-4a68-44a1-bc63-a128454af8ce).
| non_test | synthesis failed for google cloud logging hello autosynth couldn t regenerate google cloud logging broken heart here s the output from running synth py cloning into working repo switched to branch autosynth google cloud logging running synthtool synthtool executing tmpfs src git autosynth working repo apis google cloud logging synth py cloning into gapic generator cloning into gapic generator csharp submodule api common protos registered for path api common protos submodule protobuf registered for path protobuf cloning into tmpfs src git autosynth working repo gapic generator csharp api common protos cloning into tmpfs src git autosynth working repo gapic generator csharp protobuf submodule path api common protos checked out submodule path protobuf checked out submodule third party benchmark registered for path protobuf third party benchmark submodule third party googletest registered for path protobuf third party googletest cloning into tmpfs src git autosynth working repo gapic generator csharp protobuf third party benchmark cloning into tmpfs src git autosynth working repo gapic generator csharp protobuf third party googletest submodule path protobuf third party benchmark checked out submodule path protobuf third party googletest checked out cloning into googleapis task buildsrc compilejava no source task buildsrc compilegroovy task buildsrc processresources no source task buildsrc classes task buildsrc jar task buildsrc assemble task buildsrc compiletestjava no source task buildsrc compiletestgroovy no source task buildsrc processtestresources no source task buildsrc testclasses up to date task buildsrc test no source task buildsrc check up to date task buildsrc build task extractincludeproto task extractproto task generateproto task compilejava note some input files use or override a deprecated api note recompile with xlint deprecation for details task processresources task createproperties task classes task shadowjar build successful in actionable tasks executed a compatible sdk version for global json version from was not found did you mean to run dotnet sdk commands please install dotnet sdk from synthtool failed executing bin bash generateapis sh google cloud logging none traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src git autosynth env lib site packages synthtool main py line in main file tmpfs src git autosynth env lib site packages click core py line in call return self main args kwargs file tmpfs src git autosynth env lib site packages click core py line in main rv self invoke ctx file tmpfs src git autosynth env lib site packages click core py line in invoke return ctx invoke self callback ctx params file tmpfs src git autosynth env lib site packages click core py line in invoke return callback args kwargs file tmpfs src git autosynth env lib site packages synthtool main py line in main spec loader exec module synth module type ignore file line in exec module file line in call with frames removed file tmpfs src git autosynth working repo apis google cloud logging synth py line in hide output false file tmpfs src git autosynth env lib site packages synthtool shell py line in run raise exc file tmpfs src git autosynth env lib site packages synthtool shell py line in run encoding utf file home kbuilder pyenv versions lib subprocess py line in run output stdout stderr stderr subprocess calledprocesserror command bin bash generateapis sh google cloud logging returned non zero exit status synthtool wrote metadata to synth metadata synthesis failed google internal developers can see the full log | 0 |
426,280 | 12,370,368,739 | IssuesEvent | 2020-05-18 16:41:05 | cms-gem-daq-project/vfatqc-python-scripts | https://api.github.com/repos/cms-gem-daq-project/vfatqc-python-scripts | closed | [feature request] Adapt for updated python bindings | Priority: High Status: Help Wanted Status: Review Needed Type: Enhancement Type: Feature Request | ## Brief summary of issue
Need to update tools for use with new python bindings (cms-gem-daq-project/cmsgemos#289)
This work may well be broken into smaller pieces.
* Must also port and adapt current tools in the `RPC` branch
### Types of issue
- [x] Feature request (request for change which adds functionality)
## Expected Behavior
Tools should use new `cmsgemos_gempython` library
## Current Behavior
Current code uses old style `uhal` functionality which mimics old `cmsgemos` behaviour (and functionality in `RPC` branches adds `xhal`
## Context (for feature requests)
## Dependencies
* cms-gem-daq-project/cmsgemos#289 | 1.0 | [feature request] Adapt for updated python bindings - ## Brief summary of issue
Need to update tools for use with new python bindings (cms-gem-daq-project/cmsgemos#289)
This work may well be broken into smaller pieces.
* Must also port and adapt current tools in the `RPC` branch
### Types of issue
- [x] Feature request (request for change which adds functionality)
## Expected Behavior
Tools should use new `cmsgemos_gempython` library
## Current Behavior
Current code uses old style `uhal` functionality which mimics old `cmsgemos` behaviour (and functionality in `RPC` branches adds `xhal`
## Context (for feature requests)
## Dependencies
* cms-gem-daq-project/cmsgemos#289 | non_test | adapt for updated python bindings brief summary of issue need to update tools for use with new python bindings cms gem daq project cmsgemos this work may well be broken into smaller pieces must also port and adapt current tools in the rpc branch types of issue feature request request for change which adds functionality expected behavior tools should use new cmsgemos gempython library current behavior current code uses old style uhal functionality which mimics old cmsgemos behaviour and functionality in rpc branches adds xhal context for feature requests dependencies cms gem daq project cmsgemos | 0 |
350,414 | 31,884,700,507 | IssuesEvent | 2023-09-16 20:10:10 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | reopened | sql-execution: TestExplainAnalyzeDebug/with_in-flight_trace failed with data race on master | C-test-failure branch-master T-sql-queries | See in unrelated extended ci [run](https://teamcity.cockroachdb.com/viewLog.html?buildId=11672942&problemId=4141)
```
==================
WARNING: DATA RACE
Read at 0x00c0062f4270 by goroutine 1252950:
github.com/cockroachdb/cockroach/pkg/sql.(*instrumentationHelper).Finish()
github.com/cockroachdb/cockroach/pkg/sql/instrumentation.go:615 +0x4fa
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState.func11()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:673 +0x519
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState.func3()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:307 +0x3aa
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState.func21()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:661 +0x56
runtime.deferreturn()
GOROOT/src/runtime/panic.go:476 +0x32
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:144 +0x18e
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithProfiling()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:3235 +0x50f
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:143 +0x768
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2219 +0x7e4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2224 +0x1da4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2224 +0x1da4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder.(*Builder).buildStmtAtRootWithScope()
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder/builder.go:284 +0x2ee
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder.(*Builder).buildStmtAtRoot()
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder/builder.go:265 +0x1f4
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder.(*Builder).Build()
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder/builder.go:244 +0x5e7
github.com/cockroachdb/cockroach/pkg/sql.(*optPlanningCtx).buildExecMemo()
github.com/cockroachdb/cockroach/pkg/sql/plan_opt.go:576 +0xb9b
github.com/cockroachdb/cockroach/pkg/sql.(*planner).makeOptimizerPlan()
github.com/cockroachdb/cockroach/pkg/sql/plan_opt.go:240 +0x204
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).makeExecPlan()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:2163 +0x1f5
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).dispatchToExecutionEngine()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1655 +0xc3b
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1070 +0x739a
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:144 +0x18e
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithProfiling()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:3235 +0x50f
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:143 +0x768
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2219 +0x7e4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2224 +0x1da4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*Server).ServeConn()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:953 +0x1be
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommands()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:247 +0x4ea
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).serveImpl.func3()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:999 +0x1fc
Previous write at 0x00c0062f4270 by goroutine 1262110:
github.com/cockroachdb/cockroach/pkg/sql.(*instrumentationHelper).startInFlightTraceCollector.func1()
github.com/cockroachdb/cockroach/pkg/sql/instrumentation.go:376 +0x54c
github.com/cockroachdb/cockroach/pkg/sql.(*instrumentationHelper).startInFlightTraceCollector.func2()
github.com/cockroachdb/cockroach/pkg/sql/instrumentation.go:385 +0x58
Goroutine 1252950 (running) created at:
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).serveImpl()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:996 +0x94f
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:812 +0xda4
github.com/cockroachdb/cockroach/pkg/server.(*systemServerWrapper).serveConn()
github.com/cockroachdb/cockroach/pkg/server/server_controller_sql.go:98 +0x1f7
github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux()
github.com/cockroachdb/cockroach/pkg/server/server_controller_sql.go:78 +0x4a9
github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux-fm()
<autogenerated>:1 +0xc4
github.com/cockroachdb/cockroach/pkg/server.startServeSQL.func1.1()
github.com/cockroachdb/cockroach/pkg/server/server_sql.go:1838 +0x28f
github.com/cockroachdb/cockroach/pkg/util/netutil.(*TCPServer).ServeWith.func1()
github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:191 +0x182
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:484 +0x1f6
Goroutine 1262110 (running) created at:
github.com/cockroachdb/cockroach/pkg/sql.(*instrumentationHelper).startInFlightTraceCollector()
github.com/cockroachdb/cockroach/pkg/sql/instrumentation.go:353 +0x32a
github.com/cockroachdb/cockroach/pkg/sql.(*instrumentationHelper).finalizeSetup()
github.com/cockroachdb/cockroach/pkg/sql/instrumentation.go:398 +0x289
github.com/cockroachdb/cockroach/pkg/sql.(*instrumentationHelper).Setup.func1()
github.com/cockroachdb/cockroach/pkg/sql/instrumentation.go:450 +0x64
runtime.deferreturn()
GOROOT/src/runtime/panic.go:476 +0x32
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:629 +0x3187
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:144 +0x18e
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithProfiling()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:3235 +0x50f
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:143 +0x768
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2219 +0x7e4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2224 +0x1da4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2224 +0x1da4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder.(*Builder).buildStmtAtRootWithScope()
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder/builder.go:284 +0x2ee
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder.(*Builder).buildStmtAtRoot()
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder/builder.go:265 +0x1f4
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder.(*Builder).Build()
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder/builder.go:244 +0x5e7
github.com/cockroachdb/cockroach/pkg/sql.(*optPlanningCtx).buildExecMemo()
github.com/cockroachdb/cockroach/pkg/sql/plan_opt.go:576 +0xb9b
github.com/cockroachdb/cockroach/pkg/sql.(*planner).makeOptimizerPlan()
github.com/cockroachdb/cockroach/pkg/sql/plan_opt.go:240 +0x204
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).makeExecPlan()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:2163 +0x1f5
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).dispatchToExecutionEngine()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1655 +0xc3b
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1070 +0x739a
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:144 +0x18e
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithProfiling()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:3235 +0x50f
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:143 +0x768
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2219 +0x7e4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2224 +0x1da4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*Server).ServeConn()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:953 +0x1be
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommands()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:247 +0x4ea
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).serveImpl.func3()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:999 +0x1fc
==================
```
Jira issue: CRDB-31310 | 1.0 | sql-execution: TestExplainAnalyzeDebug/with_in-flight_trace failed with data race on master - See in unrelated extended ci [run](https://teamcity.cockroachdb.com/viewLog.html?buildId=11672942&problemId=4141)
```
==================
WARNING: DATA RACE
Read at 0x00c0062f4270 by goroutine 1252950:
github.com/cockroachdb/cockroach/pkg/sql.(*instrumentationHelper).Finish()
github.com/cockroachdb/cockroach/pkg/sql/instrumentation.go:615 +0x4fa
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState.func11()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:673 +0x519
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState.func3()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:307 +0x3aa
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState.func21()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:661 +0x56
runtime.deferreturn()
GOROOT/src/runtime/panic.go:476 +0x32
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:144 +0x18e
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithProfiling()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:3235 +0x50f
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:143 +0x768
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2219 +0x7e4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2224 +0x1da4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2224 +0x1da4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder.(*Builder).buildStmtAtRootWithScope()
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder/builder.go:284 +0x2ee
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder.(*Builder).buildStmtAtRoot()
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder/builder.go:265 +0x1f4
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder.(*Builder).Build()
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder/builder.go:244 +0x5e7
github.com/cockroachdb/cockroach/pkg/sql.(*optPlanningCtx).buildExecMemo()
github.com/cockroachdb/cockroach/pkg/sql/plan_opt.go:576 +0xb9b
github.com/cockroachdb/cockroach/pkg/sql.(*planner).makeOptimizerPlan()
github.com/cockroachdb/cockroach/pkg/sql/plan_opt.go:240 +0x204
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).makeExecPlan()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:2163 +0x1f5
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).dispatchToExecutionEngine()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1655 +0xc3b
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1070 +0x739a
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:144 +0x18e
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithProfiling()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:3235 +0x50f
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:143 +0x768
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2219 +0x7e4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2224 +0x1da4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*Server).ServeConn()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:953 +0x1be
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommands()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:247 +0x4ea
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).serveImpl.func3()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:999 +0x1fc
Previous write at 0x00c0062f4270 by goroutine 1262110:
github.com/cockroachdb/cockroach/pkg/sql.(*instrumentationHelper).startInFlightTraceCollector.func1()
github.com/cockroachdb/cockroach/pkg/sql/instrumentation.go:376 +0x54c
github.com/cockroachdb/cockroach/pkg/sql.(*instrumentationHelper).startInFlightTraceCollector.func2()
github.com/cockroachdb/cockroach/pkg/sql/instrumentation.go:385 +0x58
Goroutine 1252950 (running) created at:
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).serveImpl()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:996 +0x94f
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:812 +0xda4
github.com/cockroachdb/cockroach/pkg/server.(*systemServerWrapper).serveConn()
github.com/cockroachdb/cockroach/pkg/server/server_controller_sql.go:98 +0x1f7
github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux()
github.com/cockroachdb/cockroach/pkg/server/server_controller_sql.go:78 +0x4a9
github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux-fm()
<autogenerated>:1 +0xc4
github.com/cockroachdb/cockroach/pkg/server.startServeSQL.func1.1()
github.com/cockroachdb/cockroach/pkg/server/server_sql.go:1838 +0x28f
github.com/cockroachdb/cockroach/pkg/util/netutil.(*TCPServer).ServeWith.func1()
github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:191 +0x182
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:484 +0x1f6
Goroutine 1262110 (running) created at:
github.com/cockroachdb/cockroach/pkg/sql.(*instrumentationHelper).startInFlightTraceCollector()
github.com/cockroachdb/cockroach/pkg/sql/instrumentation.go:353 +0x32a
github.com/cockroachdb/cockroach/pkg/sql.(*instrumentationHelper).finalizeSetup()
github.com/cockroachdb/cockroach/pkg/sql/instrumentation.go:398 +0x289
github.com/cockroachdb/cockroach/pkg/sql.(*instrumentationHelper).Setup.func1()
github.com/cockroachdb/cockroach/pkg/sql/instrumentation.go:450 +0x64
runtime.deferreturn()
GOROOT/src/runtime/panic.go:476 +0x32
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:629 +0x3187
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:144 +0x18e
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithProfiling()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:3235 +0x50f
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:143 +0x768
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2219 +0x7e4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2224 +0x1da4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2224 +0x1da4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder.(*Builder).buildStmtAtRootWithScope()
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder/builder.go:284 +0x2ee
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder.(*Builder).buildStmtAtRoot()
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder/builder.go:265 +0x1f4
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder.(*Builder).Build()
github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder/builder.go:244 +0x5e7
github.com/cockroachdb/cockroach/pkg/sql.(*optPlanningCtx).buildExecMemo()
github.com/cockroachdb/cockroach/pkg/sql/plan_opt.go:576 +0xb9b
github.com/cockroachdb/cockroach/pkg/sql.(*planner).makeOptimizerPlan()
github.com/cockroachdb/cockroach/pkg/sql/plan_opt.go:240 +0x204
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).makeExecPlan()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:2163 +0x1f5
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).dispatchToExecutionEngine()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1655 +0xc3b
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1070 +0x739a
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:144 +0x18e
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithProfiling()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:3235 +0x50f
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:143 +0x768
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func1()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2219 +0x7e4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2224 +0x1da4
github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:2141 +0x397
github.com/cockroachdb/cockroach/pkg/sql.(*Server).ServeConn()
github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:953 +0x1be
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommands()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:247 +0x4ea
github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).serveImpl.func3()
github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:999 +0x1fc
==================
```
Jira issue: CRDB-31310 | test | sql execution testexplainanalyzedebug with in flight trace failed with data race on master see in unrelated extended ci warning data race read at by goroutine github com cockroachdb cockroach pkg sql instrumentationhelper finish github com cockroachdb cockroach pkg sql instrumentation 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 execstmtinopenstate 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 runtime deferreturn goroot src runtime panic 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 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 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 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 opt optbuilder builder buildstmtatrootwithscope github com cockroachdb cockroach pkg sql opt optbuilder builder go github com cockroachdb cockroach pkg sql opt optbuilder builder buildstmtatroot github com cockroachdb cockroach pkg sql opt optbuilder builder go github com cockroachdb cockroach pkg sql opt optbuilder builder build github com cockroachdb cockroach pkg sql opt optbuilder builder go github com cockroachdb cockroach pkg sql optplanningctx buildexecmemo github com cockroachdb cockroach pkg sql plan opt go github com cockroachdb cockroach pkg sql planner makeoptimizerplan github com cockroachdb cockroach pkg sql plan opt go github com cockroachdb cockroach pkg sql connexecutor makeexecplan 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 server serveconn github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql pgwire conn processcommands github com cockroachdb cockroach pkg sql pgwire conn go github com cockroachdb cockroach pkg sql pgwire server serveimpl github com cockroachdb cockroach pkg sql pgwire server go previous write at by goroutine github com cockroachdb cockroach pkg sql instrumentationhelper startinflighttracecollector github com cockroachdb cockroach pkg sql instrumentation go github com cockroachdb cockroach pkg sql instrumentationhelper startinflighttracecollector github com cockroachdb cockroach pkg sql instrumentation go goroutine running created at github com cockroachdb cockroach pkg sql pgwire server serveimpl github com cockroachdb cockroach pkg sql pgwire server 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 sql instrumentationhelper startinflighttracecollector github com cockroachdb cockroach pkg sql instrumentation go github com cockroachdb cockroach pkg sql instrumentationhelper finalizesetup github com cockroachdb cockroach pkg sql instrumentation go github com cockroachdb cockroach pkg sql instrumentationhelper setup github com cockroachdb cockroach pkg sql instrumentation go runtime deferreturn goroot src runtime panic 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 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 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 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 opt optbuilder builder buildstmtatrootwithscope github com cockroachdb cockroach pkg sql opt optbuilder builder go github com cockroachdb cockroach pkg sql opt optbuilder builder buildstmtatroot github com cockroachdb cockroach pkg sql opt optbuilder builder go github com cockroachdb cockroach pkg sql opt optbuilder builder build github com cockroachdb cockroach pkg sql opt optbuilder builder go github com cockroachdb cockroach pkg sql optplanningctx buildexecmemo github com cockroachdb cockroach pkg sql plan opt go github com cockroachdb cockroach pkg sql planner makeoptimizerplan github com cockroachdb cockroach pkg sql plan opt go github com cockroachdb cockroach pkg sql connexecutor makeexecplan 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 server serveconn github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql pgwire conn processcommands github com cockroachdb cockroach pkg sql pgwire conn go github com cockroachdb cockroach pkg sql pgwire server serveimpl github com cockroachdb cockroach pkg sql pgwire server go jira issue crdb | 1 |
273,501 | 23,759,709,194 | IssuesEvent | 2022-09-01 07:50:36 | bakdata/quick | https://api.github.com/repos/bakdata/quick | closed | Non string type arguments not supported in list arguments | type/bug area/e2eTest component/gateway | ### Issue description
<!--- Provide a general summary of the issue in the Title above -->
The gateway cannot retrieve values of a given list with a non-string type (e.g., long or integer).
### Expected Behavior
<!--- Tell us what should happen -->
For a given schema:
```graphql
type Query {
findProducts(productId: [Int]): [Product] @topic(name: "schema-product-topic-test", keyArgument: "productId")
}
type Product {
productId: Int!,
name: String,
}
```
```graphql
{
findProduct(productId: [123, 456]) {
productId
name
}
}
```
### Current Behavior
<!--- Tell us what is happening right now -->
Currently the gateway returns this error:
```json
{
"errors": [
{
"message": "Exception while fetching data (/findProducts) : class java.lang.Integer cannot be cast to class java.lang.String (java.lang.Integer and java.lang.String are in module java.base of loader 'bootstrap')",
"locations": [
{
"line": 2,
"column": 5
}
],
"path": [
"findProducts"
],
"extensions": {
"classification": "DataFetchingException"
}
}
],
"data": {
"findProducts": null
}
}
```
### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1. Create a gateway with the schema
2. Create a topic and ingest some data
3. Query the data
### Detailed Description
<!--- Add any other context about the problem including logs output, microservice name, etc. -->
<!--- Suggestions for the unexpected behavior are also welcome. -->
The ListArgumentFetcher cast the arguments object to the list of strings:
```java
final List<V> results = this.dataFetcherClient.fetchResults((List<String>) arguments);
```
This cast fails for a list of integers or longs. | 1.0 | Non string type arguments not supported in list arguments - ### Issue description
<!--- Provide a general summary of the issue in the Title above -->
The gateway cannot retrieve values of a given list with a non-string type (e.g., long or integer).
### Expected Behavior
<!--- Tell us what should happen -->
For a given schema:
```graphql
type Query {
findProducts(productId: [Int]): [Product] @topic(name: "schema-product-topic-test", keyArgument: "productId")
}
type Product {
productId: Int!,
name: String,
}
```
```graphql
{
findProduct(productId: [123, 456]) {
productId
name
}
}
```
### Current Behavior
<!--- Tell us what is happening right now -->
Currently the gateway returns this error:
```json
{
"errors": [
{
"message": "Exception while fetching data (/findProducts) : class java.lang.Integer cannot be cast to class java.lang.String (java.lang.Integer and java.lang.String are in module java.base of loader 'bootstrap')",
"locations": [
{
"line": 2,
"column": 5
}
],
"path": [
"findProducts"
],
"extensions": {
"classification": "DataFetchingException"
}
}
],
"data": {
"findProducts": null
}
}
```
### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1. Create a gateway with the schema
2. Create a topic and ingest some data
3. Query the data
### Detailed Description
<!--- Add any other context about the problem including logs output, microservice name, etc. -->
<!--- Suggestions for the unexpected behavior are also welcome. -->
The ListArgumentFetcher cast the arguments object to the list of strings:
```java
final List<V> results = this.dataFetcherClient.fetchResults((List<String>) arguments);
```
This cast fails for a list of integers or longs. | test | non string type arguments not supported in list arguments issue description the gateway cannot retrieve values of a given list with a non string type e g long or integer expected behavior for a given schema graphql type query findproducts productid topic name schema product topic test keyargument productid type product productid int name string graphql findproduct productid productid name current behavior currently the gateway returns this error json errors message exception while fetching data findproducts class java lang integer cannot be cast to class java lang string java lang integer and java lang string are in module java base of loader bootstrap locations line column path findproducts extensions classification datafetchingexception data findproducts null steps to reproduce create a gateway with the schema create a topic and ingest some data query the data detailed description the listargumentfetcher cast the arguments object to the list of strings java final list results this datafetcherclient fetchresults list arguments this cast fails for a list of integers or longs | 1 |
21,102 | 3,870,122,697 | IssuesEvent | 2016-04-11 00:25:09 | jmeas/finance-app | https://api.github.com/repos/jmeas/finance-app | closed | Add babel plugin rewire | enhancement test | This will make it much easier to test some internal algorithms I don't want to export from any file, as well as test the stuff that is getting exported | 1.0 | Add babel plugin rewire - This will make it much easier to test some internal algorithms I don't want to export from any file, as well as test the stuff that is getting exported | test | add babel plugin rewire this will make it much easier to test some internal algorithms i don t want to export from any file as well as test the stuff that is getting exported | 1 |
5,269 | 2,769,935,612 | IssuesEvent | 2015-05-01 08:48:18 | CDS-VRN/InSpider | https://api.github.com/repos/CDS-VRN/InSpider | closed | Gebruiker <-> bronhouder authenticatie wordt niet juist weergegeven | bug readyForTest | Op overzichtspagina in admin | 1.0 | Gebruiker <-> bronhouder authenticatie wordt niet juist weergegeven - Op overzichtspagina in admin | test | gebruiker bronhouder authenticatie wordt niet juist weergegeven op overzichtspagina in admin | 1 |
285,582 | 24,678,745,617 | IssuesEvent | 2022-10-18 19:18:30 | quickfeed/quickfeed | https://api.github.com/repos/quickfeed/quickfeed | closed | Fix tests that require GitHub app | enhancement doc scm testing | For tests that may require a GitHub app to be installed, we should
- [ ] Provide instructions on how to create the QuickFeed app
- [ ] Create a QuickFeed app for our own testing
- [ ] Provide instructions on how to install the QuickFeed test app on a test course.
- [ ] Install the app on our own test course(s)
- [ ] Update test cases that require the app | 1.0 | Fix tests that require GitHub app - For tests that may require a GitHub app to be installed, we should
- [ ] Provide instructions on how to create the QuickFeed app
- [ ] Create a QuickFeed app for our own testing
- [ ] Provide instructions on how to install the QuickFeed test app on a test course.
- [ ] Install the app on our own test course(s)
- [ ] Update test cases that require the app | test | fix tests that require github app for tests that may require a github app to be installed we should provide instructions on how to create the quickfeed app create a quickfeed app for our own testing provide instructions on how to install the quickfeed test app on a test course install the app on our own test course s update test cases that require the app | 1 |
277,573 | 30,659,820,434 | IssuesEvent | 2023-07-25 14:21:32 | pazhanivel07/openssl_1_0_2 | https://api.github.com/repos/pazhanivel07/openssl_1_0_2 | opened | CVE-2017-3732 (Medium) detected in opensslOpenSSL_1_0_2 | Mend: dependency security vulnerability | ## CVE-2017-3732 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opensslOpenSSL_1_0_2</b></p></summary>
<p>
<p>TLS/SSL and crypto library</p>
<p>Library home page: <a href=https://github.com/openssl/openssl.git>https://github.com/openssl/openssl.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/pazhanivel07/openssl_1_0_2/commit/324810317981b91bee177f96efc4d7b59e34525c">324810317981b91bee177f96efc4d7b59e34525c</a></p>
<p>Found in base branch: <b>main</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/crypto/bn/asm/x86_64-mont5.pl</b>
</p>
</details>
<p></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>
There is a carry propagating bug in the x86_64 Montgomery squaring procedure in OpenSSL 1.0.2 before 1.0.2k and 1.1.0 before 1.1.0d. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH are considered just feasible (although very difficult) because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be very significant and likely only accessible to a limited number of attackers. An attacker would additionally need online access to an unpatched system using the target private key in a scenario with persistent DH parameters and a private key that is shared between multiple clients. For example this can occur by default in OpenSSL DHE based SSL/TLS ciphersuites. Note: This issue is very similar to CVE-2015-3193 but must be treated as a separate problem.
<p>Publish Date: 2017-05-04
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-3732>CVE-2017-3732</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.9</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- 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="https://nvd.nist.gov/vuln/detail/CVE-2017-3732">https://nvd.nist.gov/vuln/detail/CVE-2017-3732</a></p>
<p>Release Date: 2017-05-04</p>
<p>Fix Resolution: 1.0.2k,1.1.0d</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-2017-3732 (Medium) detected in opensslOpenSSL_1_0_2 - ## CVE-2017-3732 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opensslOpenSSL_1_0_2</b></p></summary>
<p>
<p>TLS/SSL and crypto library</p>
<p>Library home page: <a href=https://github.com/openssl/openssl.git>https://github.com/openssl/openssl.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/pazhanivel07/openssl_1_0_2/commit/324810317981b91bee177f96efc4d7b59e34525c">324810317981b91bee177f96efc4d7b59e34525c</a></p>
<p>Found in base branch: <b>main</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/crypto/bn/asm/x86_64-mont5.pl</b>
</p>
</details>
<p></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>
There is a carry propagating bug in the x86_64 Montgomery squaring procedure in OpenSSL 1.0.2 before 1.0.2k and 1.1.0 before 1.1.0d. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH are considered just feasible (although very difficult) because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be very significant and likely only accessible to a limited number of attackers. An attacker would additionally need online access to an unpatched system using the target private key in a scenario with persistent DH parameters and a private key that is shared between multiple clients. For example this can occur by default in OpenSSL DHE based SSL/TLS ciphersuites. Note: This issue is very similar to CVE-2015-3193 but must be treated as a separate problem.
<p>Publish Date: 2017-05-04
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-3732>CVE-2017-3732</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.9</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- 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="https://nvd.nist.gov/vuln/detail/CVE-2017-3732">https://nvd.nist.gov/vuln/detail/CVE-2017-3732</a></p>
<p>Release Date: 2017-05-04</p>
<p>Fix Resolution: 1.0.2k,1.1.0d</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 opensslopenssl cve medium severity vulnerability vulnerable library opensslopenssl tls ssl and crypto library library home page a href found in head commit a href found in base branch main vulnerable source files crypto bn asm pl vulnerability details there is a carry propagating bug in the montgomery squaring procedure in openssl before and before no ec algorithms are affected analysis suggests that attacks against rsa and dsa as a result of this defect would be very difficult to perform and are not believed likely attacks against dh are considered just feasible although very difficult because most of the work necessary to deduce information about a private key may be performed offline the amount of resources required for such an attack would be very significant and likely only accessible to a limited number of attackers an attacker would additionally need online access to an unpatched system using the target private key in a scenario with persistent dh parameters and a private key that is shared between multiple clients for example this can occur by default in openssl dhe based ssl tls ciphersuites note this issue is very similar to cve but must be treated as a separate problem publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none 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 mend | 0 |
62,113 | 7,546,961,135 | IssuesEvent | 2018-04-18 06:05:27 | otavanopisto/muikku | https://api.github.com/repos/otavanopisto/muikku | closed | Cleanup and Debug | Epic REDESIGN2017 in progress | cleanup and debug,
this is not a task per say but it compiles all the cleanup and debugs tasks together in order to have a single branch for them. | 1.0 | Cleanup and Debug - cleanup and debug,
this is not a task per say but it compiles all the cleanup and debugs tasks together in order to have a single branch for them. | non_test | cleanup and debug cleanup and debug this is not a task per say but it compiles all the cleanup and debugs tasks together in order to have a single branch for them | 0 |
238,437 | 19,720,185,299 | IssuesEvent | 2022-01-13 14:43:09 | aiidateam/aiida-core | https://api.github.com/repos/aiidateam/aiida-core | opened | Tests fail for `pytest-asyncio==0.17.0` | type/bug topic/testing topic/dependencies topic/continuous-integration | Since `pytest-asyncio==0.17.0` was released on January 13th, the tests are broken. See [this build](https://github.com/aiidateam/aiida-core/runs/4802641364?check_suite_focus=true) as an example. Tests are failing because the loop is closed (see exception below). This may be because they changed the way async tests are automatically marked in the new version and now the event loop that gets used automatically gets closed after each test.
```
________________ TestInterruptableTask.test_future_already_set _________________
kwargs = {}
coro = <coroutine object TestInterruptableTask.test_future_already_set at 0x7f0a5d867440>
@functools.wraps(func)
def inner(**kwargs):
coro = func(**kwargs)
if coro is not None:
> task = asyncio.ensure_future(coro, loop=_loop)
/opt/hostedtoolcache/Python/3.9.9/x64/lib/python3.9/site-packages/pytest_asyncio/plugin.py:317:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/opt/hostedtoolcache/Python/3.9.9/x64/lib/python3.9/asyncio/tasks.py:669: in ensure_future
task = loop.create_task(coro_or_future)
/opt/hostedtoolcache/Python/3.9.9/x64/lib/python3.9/asyncio/base_events.py:431: in create_task
self._check_closed()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_UnixSelectorEventLoop running=False closed=True debug=False>
def _check_closed(self):
if self._closed:
> raise RuntimeError('Event loop is closed')
E RuntimeError: Event loop is closed
/opt/hostedtoolcache/Python/3.9.9/x64/lib/python3.9/asyncio/base_events.py:510: RuntimeError
``` | 1.0 | Tests fail for `pytest-asyncio==0.17.0` - Since `pytest-asyncio==0.17.0` was released on January 13th, the tests are broken. See [this build](https://github.com/aiidateam/aiida-core/runs/4802641364?check_suite_focus=true) as an example. Tests are failing because the loop is closed (see exception below). This may be because they changed the way async tests are automatically marked in the new version and now the event loop that gets used automatically gets closed after each test.
```
________________ TestInterruptableTask.test_future_already_set _________________
kwargs = {}
coro = <coroutine object TestInterruptableTask.test_future_already_set at 0x7f0a5d867440>
@functools.wraps(func)
def inner(**kwargs):
coro = func(**kwargs)
if coro is not None:
> task = asyncio.ensure_future(coro, loop=_loop)
/opt/hostedtoolcache/Python/3.9.9/x64/lib/python3.9/site-packages/pytest_asyncio/plugin.py:317:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/opt/hostedtoolcache/Python/3.9.9/x64/lib/python3.9/asyncio/tasks.py:669: in ensure_future
task = loop.create_task(coro_or_future)
/opt/hostedtoolcache/Python/3.9.9/x64/lib/python3.9/asyncio/base_events.py:431: in create_task
self._check_closed()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_UnixSelectorEventLoop running=False closed=True debug=False>
def _check_closed(self):
if self._closed:
> raise RuntimeError('Event loop is closed')
E RuntimeError: Event loop is closed
/opt/hostedtoolcache/Python/3.9.9/x64/lib/python3.9/asyncio/base_events.py:510: RuntimeError
``` | test | tests fail for pytest asyncio since pytest asyncio was released on january the tests are broken see as an example tests are failing because the loop is closed see exception below this may be because they changed the way async tests are automatically marked in the new version and now the event loop that gets used automatically gets closed after each test testinterruptabletask test future already set kwargs coro functools wraps func def inner kwargs coro func kwargs if coro is not none task asyncio ensure future coro loop loop opt hostedtoolcache python lib site packages pytest asyncio plugin py opt hostedtoolcache python lib asyncio tasks py in ensure future task loop create task coro or future opt hostedtoolcache python lib asyncio base events py in create task self check closed self def check closed self if self closed raise runtimeerror event loop is closed e runtimeerror event loop is closed opt hostedtoolcache python lib asyncio base events py runtimeerror | 1 |
109,965 | 9,421,455,708 | IssuesEvent | 2019-04-11 06:51:35 | inviwo/inviwo | https://api.github.com/repos/inviwo/inviwo | closed | Regresion report scripts does not run | P: Jenkins P: Testing T: Bug | The scripts included in the regression report HTML does not run (test in Firefox, chrome and edge). Hence all divs are unfolded and can't be folded which makes it quite tedious to find the failed tests.
Related to [this](https://stackoverflow.com/a/34372607)?
Error reported by chrome:
```
Blocked script execution in 'http://jenkins.inviwo.org:8080/job/inviwo/job/feature%252Fvarious/Regression/report.html' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
```
| 1.0 | Regresion report scripts does not run - The scripts included in the regression report HTML does not run (test in Firefox, chrome and edge). Hence all divs are unfolded and can't be folded which makes it quite tedious to find the failed tests.
Related to [this](https://stackoverflow.com/a/34372607)?
Error reported by chrome:
```
Blocked script execution in 'http://jenkins.inviwo.org:8080/job/inviwo/job/feature%252Fvarious/Regression/report.html' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
```
| test | regresion report scripts does not run the scripts included in the regression report html does not run test in firefox chrome and edge hence all divs are unfolded and can t be folded which makes it quite tedious to find the failed tests related to error reported by chrome blocked script execution in because the document s frame is sandboxed and the allow scripts permission is not set | 1 |
131,426 | 12,484,709,847 | IssuesEvent | 2020-05-30 16:04:00 | aws/aws-sdk-java | https://api.github.com/repos/aws/aws-sdk-java | opened | DefaultAWSCredentialsProviderChain documentation does not match code | documentation needs-triage | The javadoc of `DefaultAWSCredentialsProviderChain ` does not match the priority defined in the code.
## Describe the issue
The `WebIdentityTokenCredentialsProvider` should be documented higher up the priority list to match the code.
Note, there are already three PRs created for this.
- https://github.com/aws/aws-sdk-java/pull/2327
- https://github.com/aws/aws-sdk-java/pull/2297
- https://github.com/aws/aws-sdk-java/pull/2139
## Links
See https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.html
| 1.0 | DefaultAWSCredentialsProviderChain documentation does not match code - The javadoc of `DefaultAWSCredentialsProviderChain ` does not match the priority defined in the code.
## Describe the issue
The `WebIdentityTokenCredentialsProvider` should be documented higher up the priority list to match the code.
Note, there are already three PRs created for this.
- https://github.com/aws/aws-sdk-java/pull/2327
- https://github.com/aws/aws-sdk-java/pull/2297
- https://github.com/aws/aws-sdk-java/pull/2139
## Links
See https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.html
| non_test | defaultawscredentialsproviderchain documentation does not match code the javadoc of defaultawscredentialsproviderchain does not match the priority defined in the code describe the issue the webidentitytokencredentialsprovider should be documented higher up the priority list to match the code note there are already three prs created for this links see | 0 |
346,850 | 10,420,788,615 | IssuesEvent | 2019-09-16 02:43:44 | AY1920S1-CS2113T-W17-2/main | https://api.github.com/repos/AY1920S1-CS2113T-W17-2/main | opened | As a user, I can delete entries from the list of loans so that I remove unwanted or old entries from the list | priority.High type.Story | Loans feature - Delete entries of unwanted or old loans | 1.0 | As a user, I can delete entries from the list of loans so that I remove unwanted or old entries from the list - Loans feature - Delete entries of unwanted or old loans | non_test | as a user i can delete entries from the list of loans so that i remove unwanted or old entries from the list loans feature delete entries of unwanted or old loans | 0 |
424,302 | 12,309,201,199 | IssuesEvent | 2020-05-12 08:34:33 | metabase/metabase | https://api.github.com/repos/metabase/metabase | closed | Pie overflow on dashboard | Priority:P2 Type:Bug Visualization/ | - Your browser and the version: Firefox 60 ESR
- Your operating system: Win 7 / Ubuntu 18.04
- Your databases: Mysql
- Metabase version: 0.30.4
- Metabase hosting environment: Linux/Centos 6.7
- Metabase internal database: H2
- *Repeatable steps to reproduce the issue*
A pie chart inserted in a dashboard, with a lot of slices and legend displayed, overflows from its card (4*5)

If i hide legend or increase card size, it's ok, but before 0.30, this pie card displayed correctly with legend
| 1.0 | Pie overflow on dashboard - - Your browser and the version: Firefox 60 ESR
- Your operating system: Win 7 / Ubuntu 18.04
- Your databases: Mysql
- Metabase version: 0.30.4
- Metabase hosting environment: Linux/Centos 6.7
- Metabase internal database: H2
- *Repeatable steps to reproduce the issue*
A pie chart inserted in a dashboard, with a lot of slices and legend displayed, overflows from its card (4*5)

If i hide legend or increase card size, it's ok, but before 0.30, this pie card displayed correctly with legend
| non_test | pie overflow on dashboard your browser and the version firefox esr your operating system win ubuntu your databases mysql metabase version metabase hosting environment linux centos metabase internal database repeatable steps to reproduce the issue a pie chart inserted in a dashboard with a lot of slices and legend displayed overflows from its card if i hide legend or increase card size it s ok but before this pie card displayed correctly with legend | 0 |
139,878 | 31,803,924,481 | IssuesEvent | 2023-09-13 12:54:10 | h4sh5/pypi-auto-scanner | https://api.github.com/repos/h4sh5/pypi-auto-scanner | opened | libmata 0.104.0 has 2 GuardDog issues | guarddog code-execution | https://pypi.org/project/libmata
https://inspector.pypi.io/project/libmata
```{
"dependency": "libmata",
"version": "0.104.0",
"result": {
"issues": 2,
"errors": {},
"results": {
"code-execution": [
{
"location": "libmata-0.104.0/setup.py:136",
"code": " with subprocess.Popen(\n shlex.split(f\"make release-lib BUILD_DIR={mata_build_dir}\"),\n cwd=src_dir, bufsize=1, universal_newlines=True, stdout=subprocess.PIPE, shell=False\n ) as p:",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "libmata-0.104.0/setup.py:171",
"code": " piped_command = subprocess.Popen(\n executed_command,\n shell=False, stdin=stdin, stdout=subprocess.PIPE, stderr=stderr, **kwargs\n )",
"message": "This package is executing OS commands in the setup.py file"
}
]
},
"path": "/tmp/tmp2a06ymbm/libmata"
}
}``` | 1.0 | libmata 0.104.0 has 2 GuardDog issues - https://pypi.org/project/libmata
https://inspector.pypi.io/project/libmata
```{
"dependency": "libmata",
"version": "0.104.0",
"result": {
"issues": 2,
"errors": {},
"results": {
"code-execution": [
{
"location": "libmata-0.104.0/setup.py:136",
"code": " with subprocess.Popen(\n shlex.split(f\"make release-lib BUILD_DIR={mata_build_dir}\"),\n cwd=src_dir, bufsize=1, universal_newlines=True, stdout=subprocess.PIPE, shell=False\n ) as p:",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "libmata-0.104.0/setup.py:171",
"code": " piped_command = subprocess.Popen(\n executed_command,\n shell=False, stdin=stdin, stdout=subprocess.PIPE, stderr=stderr, **kwargs\n )",
"message": "This package is executing OS commands in the setup.py file"
}
]
},
"path": "/tmp/tmp2a06ymbm/libmata"
}
}``` | non_test | libmata has guarddog issues dependency libmata version result issues errors results code execution location libmata setup py code with subprocess popen n shlex split f make release lib build dir mata build dir n cwd src dir bufsize universal newlines true stdout subprocess pipe shell false n as p message this package is executing os commands in the setup py file location libmata setup py code piped command subprocess popen n executed command n shell false stdin stdin stdout subprocess pipe stderr stderr kwargs n message this package is executing os commands in the setup py file path tmp libmata | 0 |
47,381 | 10,082,666,859 | IssuesEvent | 2019-07-25 11:52:14 | M-E-Rademaker/cSEM | https://api.github.com/repos/M-E-Rademaker/cSEM | opened | Review 2nd order estimation | Review existing code | Make sure all arguments contained in `Information$Arguments` are appropriate in the second stage of the two stage approach. Any argument that takes names of variables (like .dominant_indicators or probably also `PLS_modes`) needs to be deleted in the second step as the variable names of the first and the second step are different. | 1.0 | Review 2nd order estimation - Make sure all arguments contained in `Information$Arguments` are appropriate in the second stage of the two stage approach. Any argument that takes names of variables (like .dominant_indicators or probably also `PLS_modes`) needs to be deleted in the second step as the variable names of the first and the second step are different. | non_test | review order estimation make sure all arguments contained in information arguments are appropriate in the second stage of the two stage approach any argument that takes names of variables like dominant indicators or probably also pls modes needs to be deleted in the second step as the variable names of the first and the second step are different | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.